> > Depending on the version of OS X, check /etc/inetd.conf or /etc/xinetd.conf > > (I think in Panther) and make sure that the talk daemon line is not > > commented out. I believe it is by default. > > which is the talk daemon line?
I run both Jaguar and Panther. In Jaguar, in /etc/inetd.conf, #ntalk dgram udp wait root /usr/libexec/tcpd ntalkd On my Panther system, xinetd is set to run in compat mode, so this line is in inetd.conf in both places. You can find out what you're running and in what mode with something like ps auxww | grep inetd and examining the output. Make sure you throw a SIGHUP at (x)inetd when you're done. -- ---------------------------------- personal: http://www.armory.com/~spectre/ -- Cameron Kaiser, Floodgap Systems Ltd * So. Calif., USA * [EMAIL PROTECTED] -- Microsoft Windows is the IBM 3270 of the 21st century. --------------------- -- MaX-list is sponsored by <http://lowendmac.com/> and... / Buy books, CDs, videos, and more from Amazon.com \ / <http://www.amazon.com/exec/obidos/redirect-home/lowendmac> \ Support Low End Mac <http://lowendmac.com/lists/support.html> MaX-list info: <http://lowendmac.com/linux/max.shtml> --> AOL users, remove "mailto:" Send list messages to: <mailto:[EMAIL PROTECTED]> To unsubscribe, email: <mailto:[EMAIL PROTECTED]> For digest mode, email: <mailto:[EMAIL PROTECTED]> Subscription questions: <mailto:[EMAIL PROTECTED]> Archive: <http://www.mail-archive.com/max-list%40mail.maclaunch.com/> Using a Mac? Free email & more at Applelinks! http://www.applelinks.com
