Comment 1 for bug 1989168

Revision history for this message
Yan Tetelepta (shinobicat) wrote :

Ubuntu minimal does not come with rsyslog installed by default thus the user syslog is not created, hence the error.

Please verify if rsyslog is installed on your remote host running ubuntu minimal:

- sudo apt list rsyslog -a
- sudo systemctl status rsyslog

If needed install on your remote host running ubuntu minimal with:

- sudo apt install rsyslog

Now verify again on your remote host running ubuntu minimal with:
- sudo systemctl status rsyslog
- id syslog

I believe we should mark this as invalid.