Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
with the addition of a syslog to the 1.03.b66 beta code, can someone explain the difference between the ffp syslog, and the dlink syslog?
Offline
the first command doesn't work
root@DNS323:~# /ffp/sbin/syslogd -v
/ffp/sbin/syslogd: invalid option -- v
BusyBox v1.12.1 (2008-09-29 20:38:04 CEST) multi-call binary
Usage: syslogd [OPTION]...
System logging utility.
Note that this version of syslogd ignores /etc/syslog.conf.
Options:
-n Run in foreground
-O FILE Log to given file (default=/var/log/messages)
-l n Set local log level
-S Smaller logging output
-s SIZE Max size (KB) before rotate (default=200KB, 0=off)
-b NUM Number of rotated logs to keep (default=1, max=99, 0=purge)
-R HOST[:PORT] Log to IP or hostname on PORT (default PORT=514/UDP)
-L Log locally and via network (default is network only if -R)
-C[size(KiB)] Log to shared mem buffer (read it using logread)
---
any suggestions as to where to look for the stock dlink syslog?
root@DNS323:~# which syslogd
/ffp/sbin/syslogd
Offline
drick1 wrote:
the first command doesn't work
root@DNS323:~# /ffp/sbin/syslogd -v
/ffp/sbin/syslogd: invalid option -- v
BusyBox v1.12.1 (2008-09-29 20:38:04 CEST) multi-call binary
...
any suggestions as to where to look for the stock dlink syslog?
Well, the first command succeeded in that it tells you that /ffp/sbin/syslogd is the busybox version of syslogd from busybox 1.12.1.
Now, to search for the other syslogd, you can use "find", e.g:
find /usr /sys -name syslogd
Offline
no results
~ # find /usr /sys -name syslogd
~ #
Offline
i'm thinking dlink hid it somewhere in the new beta code, hence the reason for my questions.
~ # find / -xdev -name syslogd
~ #
Offline
so i guess that answers my question, i still need the ffp syslog then!!
Offline