While developing, it is sometimes helpful to continuously redirect /dev/debug to syslogd or even cat the char file without getting that broken pipe message.
Eliminate the broken-pipe message with
And continuous monitoring through one of these, the latter should have access to a running syslogd
Eliminate the broken-pipe message with
Code:
# echo AVMDBG_EOF 0 >/dev/debug
And continuous monitoring through one of these, the latter should have access to a running syslogd
Code:
# cat /dev/debug
# dd bs=1 if=/dev/debug | logger -t avm-debug -p local0.debug &