Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - syslogd doesn't seem to be sending to my remote syslog-server: (1 Item)
   
syslogd doesn't seem to be sending to my remote syslog-server  
I have a syslog server that exists on my linux box.

I then setup my syslogd server on my QNX 6.5.0 SP1 running.

It runs locally just fine.  I get an IP Address via DHCP.

My syslog.conf file looks like:

# notice or higher go to the console
*.err;kern.*;auth.notice;authpriv.none /dev/console

#anything to /var/log/messages
*.*		/var/log/messages
*.*		@192.168.222.169/var/log/messages


/var/log/messages exists and I can see things just fine locally.  But my server never gets any syslog events.

I have tried @192.168.222.169 then I tried the line above to see if that made any difference and it doesn't.

I have also waited for DHCP to give me an IP Address and then started it up manually.

The stack I use is on my "alt2" directory.  Because I have multiple io-pkt-v4-hc's running, the one that goes out on my 
network is /alt2.

I noticed that there is no /alt2/dev/log file created.  Is that my problem?  Does it need to exists on the default "/" 
stack?

Thanks.
-stv