And using the "logger" program gets you what? If you still get nothing, then syslog (or syslog.conf) isn't set up right.
If it works, then qpopper isn't logging and you should turn up debugging and start tracing it (ktrace/truss/strace, whatever your OS wants). Quoting Van Hoornick Stefaan 999900830 ([EMAIL PROTECTED]): > Hey, > > I'm getting nothing! > > Syslogd is started, the file /var/adm/qpopper.log is touched, qpopper is > started and still i'm getting no logging. > > I've tried also using > local1.debug /var/adm/qpopper.log (with tabs) > > ... > > Ideas? Anyone? > > Thx > > Chuck Yerkes (6/12/2002 3:28): > >Little steps and debugging basics. Break it into it's components > >and test each. > > > >Try debugging with "logger" to see if it's syslog or qpopper. > >Try starting syslog with -d (and keep it in foreground). > >Is it getting anything? > > > > > >Quoting Van Hoornick Stefaan 999900830 ([EMAIL PROTECTED]): > >> Hey, > >> > >> I have the following problem with qpopper 4.0.4 and logging. > >> > >> In fact qpopper is logging notting!!! > >> > >> I used following option at configure > >> --enable-standalone > >> --enable-log-facility=LOG_LOCAL1 > >> --enable-debugging > >> --enable-log-login > >> > >> The syslog.conf file is like this > >> > >> local1.none /var/adm/messages > >> local1.* /var/adm/qpopper.log (And i touched the file) > >> > >> Why is it not logging ?? > >> > >> thx > >> > >> Stefaan Van Hoornick > >> Network Consultant > >> > >> Bureau IT.032 - Sectie 13/2 > >> E-mail: [EMAIL PROTECTED] > >> -------------------------------------------- > >> You may be disappointed if you fail, > >> but you are doomed if you don't try. > >> -- Beverly Sills > >> -------------------------------------------- > >> > >> > > Stefaan Van Hoornick > Network Consultant > > Bureau IT.032 - Sectie 13/2 > E-mail: [EMAIL PROTECTED] > -------------------------------------------- > You may be disappointed if you fail, > but you are doomed if you don't try. > -- Beverly Sills > -------------------------------------------- > >
