syslogd

is there anything special with syslogd under Neutrino ?
my /etc/conf looks as follows:

The file must exist for logging to occur!!

mail.* /var/log/maillog
. /var/log/syslog

The directory /var/log exists having any permission for everyone

Starting Syslog - Deamon ( simple by typing ‘sylogd’ ) and executing ‘logger
test’
I don’t get any result !??

thanks, günter


mailto: guenter.schellenberger@am3.com

“Norbert Feulner” <norbert.feulner@am3.com> wrote in message
news:9dg9po$pq4$1@inn.qnx.com

is there anything special with syslogd under Neutrino ?
my /etc/conf looks as follows:

The file must exist for logging to occur!!

mail.* /var/log/maillog
. /var/log/syslog

The directory /var/log exists having any permission for everyone

Starting Syslog - Deamon ( simple by typing ‘sylogd’ ) and executing
‘logger
test’
I don’t get any result !??

thanks, günter


mailto: > guenter.schellenberger@am3.com

I’m not sure about RTP… but in QNX4 you had to have an empty file ‘syslog’
in that directory for it to work. I just used a text editor to open the file
and then save it.

Carey Duran

Norbert Feulner <norbert.feulner@am3.com> wrote:


is there anything special with syslogd under Neutrino ?
my /etc/conf looks as follows:

The file must exist for logging to occur!!

mail.* /var/log/maillog
. /var/log/syslog

The directory /var/log exists having any permission for everyone

Starting Syslog - Deamon ( simple by typing ‘sylogd’ ) and executing ‘logger
test’
I don’t get any result !??

Does those file “exist”, the comment line didn’t mean
anything to you?

-xtang

I had some trouble getting syslogd to work as well.

Make sure the log files specified in syslog.conf exist and
try starting syslogd from within the /usr/sbin directory.

Make sure you also start inetd - it seems to be required by
syslogd although this is not clear in the docs. I guessed
this because /etc/services is listed as reference at the
bottom of the syslogd help page.

cd /usr/sbin
…/inetd &
…/syslogd -f /etc/syslog.conf

Hope this helps.


Michel Benoit