From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 08:21:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5590016A4CE for ; Sat, 5 Jun 2004 08:21:47 -0700 (PDT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4230043D2F for ; Sat, 5 Jun 2004 08:21:47 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user166.net317.fl.sprint-hsd.net ([65.40.2.166] helo=kt.weeble.com) by turkey.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1BWcyp-0004zZ-00; Sat, 05 Jun 2004 08:21:07 -0700 Date: Sat, 5 Jun 2004 11:22:27 -0400 From: Randy Pratt To: Michal Pasternak Message-Id: <20040605112227.5d1d1835.rpratt1950@earthlink.net> In-Reply-To: <20040605135021.GA95292@pasternak.w.lub.pl> References: <1086443130.2631.30.camel@localhost> <20040605135021.GA95292@pasternak.w.lub.pl> X-Mailer: Sylpheed version 0.9.11 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: arden@nildram.co.uk cc: freebsd-questions@freebsd.org Subject: Re: sending messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 15:21:47 -0000 On Sat, 5 Jun 2004 15:50:21 +0200 Michal Pasternak wrote: > arden [Sat, Jun 05, 2004 at 02:45:31PM +0100]: > > reading the windows messaging thread with interest was wondering how you > > would message a *nix box on the same network ? > > man talk > > Pity it's disabled by default in many today's unices, it was a great > time using it to talk with various people on the net (and, sometimes > exploiting bugs in talkd ;). Yep, I agree. Turning on ntalkd (/etc/inetd.conf) is one of the first things I do on a new box. I still use talk daily to keep in touch with friends. Often, we will use talk over an ssh connection but this requires having an account on the box. It'd be nice if there were an encrypted version of ntalkd. The thing I like about the unix talk is that it doesn't require any 3rd party servers like IRC, ICQ or whatever. Its strictly box to box. I've even went so far as to hack talkd/announce.c to play a wav file when a talk request is received. The port net/ytalk is similar and allows more than 2 parties to talk. It also needs the ntalkd turned on. Randy --