[BusyBox] Redirect console to /dev/pts/0
Brett Hunt
huntbs at lycos.com
Wed May 8 11:09:03 UTC 2002
Matthias,
Thanks. The -O option is just what I needed. I've been able to redirect the syslog output to the /dev/pts/0 so that when I telnet in I get all the output in my telnet session.
In summary, I compiled busybox with support for klogd and syslogd. Then in my startup script (/etc/init.d/rcS in my embedded system) I added the two lines:
klogd
syslogd -O /dev/pts/0
Works great!
Thanks again for your help,
Brett
More information about the busybox
mailing list