Hi friends,
As I boot in DM816x, I see both syslogd/klogd were executed
root@dm816x:/proc# top
Mem: 15044K used, 219044K free, 0K shrd, 0K buff, 6792K cached
CPU: 0% usr 0% sys 0% nic 100% idle 0% io 0% irq 0% sirq
Load average: 0.00 0.01 0.01 1/45 1075
PID PPID USER STAT VSZ %MEM %CPU COMMAND
1069 1067 root S 3652 2% 0% -sh
1031 1 messageb S 3324 1% 0% /usr/bin/dbus-daemon --system
1043 1 root S 3000 1% 0% /sbin/syslogd -n -C64 -m 20
1045 1 root S 2936 1% 0% /sbin/klogd -n
And I want to find /var/log/messages and found nothing
So I try below and found nothing was logged.
root@dm816x:/proc# ls -l 1043/fd/
lrwx------ 1 root root 64 Apr 11 10:19 0 -> /dev/null
lrwx------ 1 root root 64 Apr 11 10:19 1 -> /dev/null
lrwx------ 1 root root 64 Apr 11 10:19 2 -> /dev/null
lrwx------ 1 root root 64 Apr 11 10:19 3 -> socket:[3404]
root@dm816x:/proc# ls -l 1045/fd/
lrwx------ 1 root root 64 Apr 11 10:20 0 -> /dev/null
lrwx------ 1 root root 64 Apr 11 10:20 1 -> /dev/null
lrwx------ 1 root root 64 Apr 11 10:20 2 -> /dev/null
lrwx------ 1 root root 64 Apr 11 10:20 3 -> socket:[3411]
root@dm816x:/proc#
Does anyone knows how to enable the log?