After update

Hello.
When i put command sudo apt update && sudo apt upgrade I get this two lines.
Anyone can describe and explain what that means?
The user syslog' is already a member of adm'.
The user syslog' is already a member of tty'.

You may need to stop the rsylog service to run the updater:

sudo service rsyslog stop

sudo systemctl stop rsyslog.service

sudo systemctl disable rsyslog.service

You can start the above with:

sudo service rsyslog start

sudo systemctl start rsyslog.service

sudo systemctl enable rsyslog.service

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.