Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-15-2003, 03:53 PM
|
#1
|
LQ Newbie
Registered: Apr 2003
Posts: 9
Rep:
|
Whats the equivalent on Linux for /var/adm/syslog?
Hi All,
I am running some load test on RedHat 7.2. somehow the box keeps crashing...I checked /var/log/messages... dont find anything useful... are there other logs that log system events?
TIA
|
|
|
05-15-2003, 04:00 PM
|
#2
|
Member
Registered: Feb 2002
Location: Fairfax, VA
Distribution: RedHat 8, Mandrake9.1, Slack9
Posts: 456
Rep:
|
you can check /var/log/syslog also. and there are program specific logs in the /var/log directory
|
|
|
05-15-2003, 04:09 PM
|
#3
|
LQ Newbie
Registered: Apr 2003
Posts: 9
Original Poster
Rep:
|
thanks. no syslog entry under my /var/log...according the the last entries in /var/log/messages, nothing out of oirdinary...
|
|
|
05-15-2003, 04:23 PM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
About every distro I've dealt with had they syslog in /var/log
Check your /etc/syslog.conf and see how yours might be setup, sometimes you may not have a syslog file but only your messages file and any other log files, etc.
|
|
|
05-15-2003, 04:49 PM
|
#5
|
LQ Newbie
Registered: Apr 2003
Posts: 9
Original Poster
Rep:
|
here is the config file:
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* /var/log/maillog
# Log cron stuff
cron.* /var/log/cron
# Everybody gets emergency messages
*.emerg *
# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler
# Save boot messages also to boot.log
local7.* /var/log/boot.log
there is no entry in the /var/log/spooler where supposedly the errors of crit and higher are logged...
|
|
|
05-15-2003, 08:02 PM
|
#6
|
Senior Member
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152
Rep:
|
Add the following to your syslog.conf and the check to see if syslogd is running. If it is, restart it with a "kill -HUP pid" where pid is the process id of syslog.
Code:
# Log anything 'warn' or higher.
# Exclude authpriv, cron, mail, and news. These are logged elsewhere.
*.warn;\
authpriv.none;cron.none;mail.none;news.none /var/log/syslog
|
|
|
All times are GMT -5. The time now is 08:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|