From nobody  Fri Mar 28 10:30:56 1997
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.8.5/8.8.5) id KAA25415;
          Fri, 28 Mar 1997 10:30:56 -0800 (PST)
Message-Id: <199703281830.KAA25415@freefall.freebsd.org>
Date: Fri, 28 Mar 1997 10:30:56 -0800 (PST)
From: lewiz@netcom.com
To: freebsd-gnats-submit@freebsd.org
Subject: TIOCSETD error with Cyclades 8Yo
X-Send-Pr-Version: www-1.0

>Number:         3133
>Category:       misc
>Synopsis:       TIOCSETD error with Cyclades 8Yo
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 28 10:40:01 PST 1997
>Closed-Date:    Mon May 25 17:03:43 PDT 1998
>Last-Modified:  Mon May 25 17:04:33 PDT 1998
>Originator:     Lewis De Payne
>Release:        FreeBSD 2.1.6-RELEASE #0
>Organization:
WPAC
>Environment:
FreeBSD lpp.wpac.com 2.1.6-RELEASE FreeBSD 2.1.6-RELEASE #0:
Mon Feb 24 14:24:05 PST 1997
lewis@lpp.wpac.com:/usr/src/sys/compile/WPAC  i386
>Description:
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

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

>How-To-Repeat:
Have more than 1 user get on a ppp dial-up connection.
>Fix:

>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
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
State-Changed-From-To: open->feedback 
State-Changed-By: steve 
State-Changed-When: Mon May 25 15:27:02 PDT 1998 
State-Changed-Why:  
Did Bruce's suggestion help you resolve this problem? 
State-Changed-From-To: feedback->closed 
State-Changed-By: steve 
State-Changed-When: Mon May 25 17:03:43 PDT 1998 
State-Changed-Why:  
The originator says that the problem no longer exists. 
>Unformatted:
