|
04/15/2010 5:07 PM
post51864
|
Hi,
I'm running qnx6.4.1 on a ppc target. the syslogd was not loaded on the image so that the default config file and the
log file cuold not be created under "/var..." which is RO. I've "/tmp" dir WR. I tried to make the syslogd running in
the following steps:
1. ftp the right syslogd binary to /tmp from /opt/qnx... directory
2. created a syslog.conf with only one line as below,
* /tmp/messages
3. start the syslogd as below,
>syslogd -f /tmp/syslog.conf
To test, the following command was issued;
> logger -s hello
The message was showed on the terminal, but nothing was logged. The log file "/tmp/messages' was not created.
Any idea/help would be appreciated!
|
|
|
|
|