Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
syslog not logged
Name: Ann Date: September 12, 2002 at 18:52:56 Pacific OS: Solaris Sparc 2.6 CPU/Ram: Sparc20
Comment:
There are nothing logged in the /var/adm/messages. I checked the /etc/syslog.conf and copied a working syslog.conf from another Solaris box over, then kill -HUP pid_of_syslog No luck.
I think about reinstall the syslog package. How can I find out which package contains syslog to install?
Summary: But the cron job isn't fireing if i'm not logged in as root? I need to know how to call shutdown from a normal user because now all i get is presmission denied errors. ...
Summary: Does anyone know how to write a script to find out if a particular user is logged in to unix and send a greeting if there logged in; otherwise, if they're not return a message they're not logged on. I...
Summary: Hi, I tried with find /dir1 -name -type d -print -perm -o+w >> /tmp/writabledirs.log THEN.. grep "dir1.2" writabledirs.log | while read line ; do #echo "$line" if "$line" == "/dir1/dir1.2" ...