Do not see log files

"Asif Iqbal" <[email protected]>
Newsgroups gmane.comp.misc.pape.general
Message-ID <[email protected]>
I installed socklog 2.1.0 on Solaris 8

Created the run and log script as in daemontools

cat /etc/socklog/run
#!/bin/sh
  exec 2>&1
  exec envuidgid nobody socklog unix /dev/log

cat /etc/socklog/log/run
#!/bin/sh
  LOGDIR=/var/log/socklog
  exec setuidgid log multilog s4999999 n10 ${LOGDIR}/all \
    s999999 n5 -* +kern.* ${LOGDIR}/kern \
    s999999 n5 -* +user.* ${LOGDIR}/user \
    s999999 n5 -* +mail.* ${LOGDIR}/mail \
    s999999 n5 -* +daemon.* ${LOGDIR}/daemon \
    s999999 n5 -* +auth.* +authpriv.* ${LOGDIR}/auth \
    s999999 n5 -* +syslog.* ${LOGDIR}/syslog \
    s999999 n5 -* +news.* ${LOGDIR}/news \
    s999999 n5 -* +cron.* ${LOGDIR}/cron \
    s999999 n5 -* +ftp.* ${LOGDIR}/ftp \
    s999999 n5 -* +local*.* ${LOGDIR}/local \
    s999999 n5 -* +*.debug* ${LOGDIR}/debug

ls -ld /var/log/socklog/
drwxr-xr-x  14 log      other        512 Oct 30 14:25 /var/log/socklog/

svstat /service/socklog/
/service/socklog/: up (pid 9306) 523 seconds

svstat /service/socklog/log/
/service/socklog/log/: up (pid 9308) 528 seconds

Now when I run
   `logger -p mail.info this is a test'

I *do not* see the logs in anywhere in /var/log/socklog's dirs

I am not running syslogd.


-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.