As it is a daemon, there is no debug output on standard output. To get
debugging output (for instance before submitting me a bug report!),
update the lines in inetd.conf which launches
KTalkd and KOTalkd to be:
talk dgram udp wait root /usr/sbin/tcpd /opt/kde/bin/ktalkd -d
ntalk dgram udp wait root /usr/sbin/tcpd /opt/kde/bin/ktalkd -d Notice the -d option.
Then edit /etc/syslog.conf to add the following
line:
*.* /var/log/all_messages To make it work, you then have to restart inetd
and syslogd: % killall -HUP inetd
% killall -HUP syslogd
Finally, run a talk session and see the result
in /var/log/all_messages When submitting a bug report, never forget to include the
debugging output, but also KTalkd's version number and the
./configure output. Thanks. |
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team