Results 1 to 4 of 4
Hi All
I have installed Ubuntu 11.04 over the weekend and wanted to tail the logs whilst doing so stuff. When I browsed to the folder after getting an error ...
- 06-06-2011 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
Tail logs on 11.04
Hi All
I have installed Ubuntu 11.04 over the weekend and wanted to tail the logs whilst doing so stuff. When I browsed to the folder after getting an error trying to tail, I noticed that the messages file does not exist.
Can anyone advise where I am going wrong. Usually use tail -f /var/log/messages
Thanks
Glenn
- 06-06-2011 #2
I'm not familiar with the filesystem layout of Ubuntu, but that's the standard place for that file. Are you sure the syslog service is running?
Linux user #126863 - see http://linuxcounter.net/
- 06-06-2011 #3
I believe, ubuntu uses /var/log/syslog, and not /var/log/messages
To verify that, you can look into /etc/syslog.conf or /etc/rsyslog.confYou must always face the curtain with a bow.
- 06-07-2011 #4Linux Newbie
- Join Date
- Dec 2010
- Posts
- 146
The file is probably not having read permission, try as root -
sudo<command>


Reply With Quote