From owner-freebsd-bugs Fri Mar 28 17:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA20448 for bugs-outgoing; Fri, 28 Mar 1997 17:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA20440; Fri, 28 Mar 1997 17:20:02 -0800 (PST) Date: Fri, 28 Mar 1997 17:20:02 -0800 (PST) Message-Id: <199703290120.RAA20440@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: misc/3133: TIOCSETD error with Cyclades 8Yo Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3133; it has been noted by GNATS. From: Bruce Evans To: freebsd-gnats-submit@FreeBSD.ORG, lewiz@netcom.com Cc: Subject: Re: misc/3133: TIOCSETD error with Cyclades 8Yo Date: Sat, 29 Mar 1997 12:09:49 +1100 >Using kernel-mode PPP. Modems are attached to the Cyclades 8Yo. >PPPD is running on the modem ports. The first connection works fine. >When another person dials in, ppp session cannot be established: > >Mar 28 10:13:43 lpp pppd[222]: ioctl(TIOCSETD): Device not configured >Mar 28 10:13:43 lpp pppd[222]: Exit User root Peer [startup] 1809822 seconds Looks like you only have one PPP device (`pseudo-device ppp 1' in the kernel config file). >Yes, the /devices are there: >0 crw------- 1 root wheel 48, 0 Mar 28 09:42 ttyc0 >0 crw------- 1 root wheel 48, 1 Mar 5 23:51 ttyc1 >0 crw------- 1 root wheel 48, 2 Feb 24 18:27 ttyc2 >0 crw------- 1 root wheel 48, 3 Feb 24 18:27 ttyc3 Those are just directory entries (and inodes). Use stty and pstat -t to look at the state of actuall devices (beware of nonexistent devices shown by pstat too). Bruce