Results 1 to 8 of 8
Dear All,
I want to know how to check the status of system(Server), I think the log will help me to know.
Could you please tell me how to check ...
- 07-07-2011 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 33
Where's the log file of SUSE?
Dear All,
I want to know how to check the status of system(Server), I think the log will help me to know.
Could you please tell me how to check the status of server?
- 07-07-2011 #2
Which status are you interested in?
You won´t find performance metrics.
In general, a daemon has its own logfile(s). They are usually in /var/log.
Other places might be defined in the daemon configs and/or (r)syslogYou must always face the curtain with a bow.
- 07-08-2011 #3
as above
tail -f /var/log/apache2/access_log
tail -f /var/log/apache2/error_log
tail -f /var/log/warn
tail -f /var/log/messages
are some of the most common logs to live-monitor during install or modification / problem solving
- 07-08-2011 #4Just Joined!
- Join Date
- Dec 2008
- Posts
- 33
My friend told me check at /var/log/syslog for checking Hardware alarm but I didn't find the log file. What should I do?
- 07-08-2011 #5
try /var/log/messages
and the command dmesgYou must always face the curtain with a bow.
- 07-10-2011 #6Just Joined!
- Join Date
- Jul 2011
- Posts
- 4
I tried the
tail -f /var/log/messages
For some reason I have to log in as superuser to run this. I thought I read somewhere that I should never be logged in as su while I am connected to the internet.
I am using SuSe 11.4. I am very new to Linux. I downloaded the SuSe 11.4 from the novell site, 60 day trial period. Can you point me to a reference on how to secure my new operating system? I feel naked online.
- 07-10-2011 #7
you are right, there are places, persons and sites making such recommendations about root
and because of too many ppl never using root in virtual world, all those ppl never learn to act responsibly and we have our global crisis ... because too many ppl doing without knowing because feeling protected by a government or insurance to avoid liability for mistakes
the www is a virtual world preparing for real world
here again is another more spiritual/philosophical approach to root vs user on a Linux system
how can a human learn to act responsible in real life, if he/she is scared to accept full liability and responsibility in a virtual world ?
Since 13+ yrs I strictly work as root - everywhere without any exception. if forces me TO FIRST KNOW wheat I do before I actually do id
just as we are expected to do in real life (high technology, etc) as well. first learn and know and then do
whatever you do
if you scared to work as root
then you can do as others being scared and use
sudo
to change from user to root for individual operations requiring root
If you always fully present, fully awake and never just trial and error as root
then you learn much faster to really know your system and optimize all your work
there are and will be other opinions
that's part of freedom of making own choice sin eternal life
- 07-18-2011 #8Just Joined!
- Join Date
- Dec 2008
- Posts
- 33
Thank you all for your kindness


Reply With Quote
