From owner-freebsd-isdn Sat Jan 22 17:36:29 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 7DDB214EF0 for ; Sat, 22 Jan 2000 17:35:22 -0800 (PST) (envelope-from mw@theatre.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id CAA05909; Sun, 23 Jan 2000 02:34:34 +0100 (CET) Received: (from mw@localhost) by theatre.lan (8.9.3/8.9.3) id SAA50714; Sat, 22 Jan 2000 18:22:44 +0100 (CET) (envelope-from mw) Date: Sat, 22 Jan 2000 18:22:44 +0100 From: Martin Welk To: Uwe Laverenz Cc: Nicolas Souchu , freebsd-isdn@FreeBSD.ORG Subject: Re: connecting to isdnd Message-ID: <20000122182244.A39677@theatre.lan> References: <20000122090937.52400@armor.free.fr> <3889731F.4E03EF05@laverenz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3889731F.4E03EF05@laverenz.de>; from uwe@laverenz.de on Sat, Jan 22, 2000 at 10:06:39AM +0100 Organization: Private UUCP/Usenet site. X-Operating-System: FreeBSD http://www.freebsd.org/ Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jan 22, 2000 at 10:06:39AM +0100, Uwe Laverenz wrote: > > isdnd runs here as a daemon without -f option. BUT, some times, I'd like > > to have the interactive features. Is there something like a telnet port > > I could reach to get the interactive features? > Have a look at /usr/ports/misc/screen. It let's you run your programs in > virtual terminals, maybe it also works with isdnd? You can compile in almost as much virtual consoles as you need - use one for isdnd (you can tell it which to use during startup) and use ``watch -W '' to look and type at it. (You need at least one snoop device in your kernel which let's you look at that tty and the needed /dev/snp0 device.) For watch, you need root rights, but you can look at sudo (in the ports). I have isdnd running on a local console on my FreeBSD machine and watch it using a terminal window in my desktop. Regards, Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message