|
It matters if syslogd is running or not and how it's configured.
Look for the process syslogd - if it's running, look at how it's configured by looking at /etc/syslog.conf.
Any errors could be logged to console (which may or may not have a log - it matters how it's set up at your site), or /var/adm/messages. If syslog.conf was changed from default, it could go to whatever file is listed (or not get logged at all).
Dmesg command may also have the errors (even though it's obsoleted by syslogd)
|