Hi Is there any application to monitor the system log file? This is a home system I usually open a terminal, go into root and type "journalctl -f" and leave it at that. But 1. I do not want to have a a root session open always. 2.There have to be a more efficient method, I think. I am using Xfce Thanks
On 1/27/20 5:52 PM, Javier Perez wrote:
Is there any application to monitor the system log file? This is a home system I usually open a terminal, go into root and type "journalctl -f" and leave it at that. But 1. I do not want to have a a root session open always. 2.There have to be a more efficient method, I think. I am using Xfce
Are you monitoring for something specific or just want to watch the logs?
Just want to watch the logs in case something interesting shows up
On Mon, Jan 27, 2020 at 9:04 PM Samuel Sieb samuel@sieb.net wrote:
On 1/27/20 5:52 PM, Javier Perez wrote:
Is there any application to monitor the system log file? This is a home system I usually open a terminal, go into root and type "journalctl -f" and leave it at that. But 1. I do not want to have a a root session open always. 2.There have to be a more efficient method, I think. I am using Xfce
Are you monitoring for something specific or just want to watch the logs? _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Thanks!
On Mon, Jan 27, 2020 at 10:59 PM Samuel Sieb samuel@sieb.net wrote:
On 1/27/20 6:59 PM, Javier Perez wrote:
Just want to watch the logs in case something interesting shows up
Then as Ed suggested, you user needs to be in one of those groups. Is your user an administrator? If so, then you're already set. If not, that's the easiest way to solve it. _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
On 2020-01-28 09:52, Javier Perez wrote:
Is there any application to monitor the system log file? This is a home system I usually open a terminal, go into root and type "journalctl -f" and leave it at that. But 1. I do not want to have a a root session open always. 2.There have to be a more efficient method, I think. I am using Xfce Thanks
If you were to run "journalctl -f" as a normal user you would see this hint...
You are currently not seeing messages from other users and the system. Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages. So, add your user name to one of those groups.