Re: Serial port problems with 4.0

2000-04-21 Thread Brian Somers

> On 21 April 2000, Brian Somers wrote:
> 
> : I assume you haven't got any ``set openmode passive'' lines in your
> : config.  This would certainly cause this.  Otherwise, try setting
> : ``debug'' and ``physical'' logging.  What does it say then ?
> 
> No "openmode passive."  Here's the default part of my config, which I
> think is straight from the sample:
[.]
> CONNECT 115200
> 
> and then it just sat there like usual.
> 
> : To exercise this, try ``set cd 1!'' and then ``term''.  It'll never
> : succeed (unless you're already connected).
> 
> It doesn't.
> 
> I hope the stuff above offers some clues to whatever is afflicting my PPP.

Not really - it only confirms that nothing is coming back.  What 
happens when you type ~p ?

> Thanks.
> 
> Bill
> -- 
> William Denton : Toronto, Canada : http://www.miskatonic.org/ : Caveat lector.

-- 
Brian <[EMAIL PROTECTED]>
     
Don't _EVER_ lose your sense of humour !




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Serial port problems with 4.0

2000-04-19 Thread William Denton

On 19 April 2000, Brian Somers wrote:

: I suspect on a real tty, this will have problems after ``opening ->
: carrier'' !  Does ``set cd off'' make any difference ?  If it does,
: that's a bug.

Here's a dump of a ppp session:

bash-2.03# ppp
Working in interactive mode
Using interface: tun0
ppp ON mrs-hudson> set log local phase
ppp ON mrs-hudson> term
Phase: bundle: Establish
Phase: deflink: closed -> opening
Phase: deflink: Connected!
deflink: Entering terminal mode on /dev/cuaa0
Type `~?' for help
Phase: deflink: opening -> carrier
Phase: deflink: /dev/cuaa0 doesn't support CD
Phase: deflink: carrier -> ready
atdt3418903
CONNECT 115200
   
ppp ON mrs-hudson> close
Phase: deflink: Disconnected!
Phase: deflink: Connect time: 91 secs: 0 octets in, 0 octets out
Phase:  total 0 bytes/sec, peak 0 bytes/sec on Wed Apr 19 21:55:55 2000
Phase: deflink: ready -> closed
Phase: bundle: Dead
ppp ON mrs-hudson> set cd off
ppp ON mrs-hudson> term
Phase: bundle: Establish
Phase: deflink: closed -> opening
Phase: deflink: Redial timer expired.
Phase: deflink: Connected!
deflink: Entering terminal mode on /dev/cuaa0
Type `~?' for help
Phase: deflink: opening -> carrier
Phase: deflink: carrier -> ready
atdt3418903
CONNECT 115200
   


In ppp.log on my other machine (3.4 where it's all fine), I see lines
like, "tun0: Phase: deflink: /dev/cuaa1: CD detected."  So what's up with
the carrier detect here, I don't know.

Bill
-- 
William Denton : Toronto, Canada : http://www.miskatonic.org/ : Caveat lector.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message