Score:0

how to fix " You are currently not seeing messages from other users and the system. Users in groups 'adm', 'systemd-journal' can see all messages."

hu flag

I am trying to install ms sql sudo /opt/mssql/bin/mssql-conf setup on ubuntu but gwtting this messsage i have tried it the following sudo usermod -aG adm <username> and sudo usermod -aG systemd-journal <username> but it didn't work.

Nicolas Formichella avatar
cn flag
Have you rebooted/reopened a new shell? What Ubuntu version is that?
Score:0
ph flag

Run:

su root -l -c "adduser <user> adm"
su root -l -c "adduser <user> systemd-journal"

Then logout and login or reboot or run systemctl daemon-reload. One of these will hopefully work.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.