Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 12:34:33 +0100
From:      Boris Staeblow <balu@dva.in-berlin.de>
To:        Brian Somers <brian@Awfulhak.org>
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: ppp dialin didn't work with userland ppp
Message-ID:  <20010130123433.A90355@dva.in-berlin.de>
In-Reply-To: <200101300149.f0U1nIw09302@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Tue, Jan 30, 2001 at 01:49:17AM %2B0000
References:  <balu@dva.in-berlin.de> <200101300149.f0U1nIw09302@hak.lan.Awfulhak.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 30, 2001 at 01:49:17AM +0000, Brian Somers wrote:

> How are you actually executing ppp ?  If you're using ``regprog'' and 
> ``regexpr'', are you invoking ppp with something like

regexpr = "ULPPP.*call active"
regprog = i4brunppp


>   #! /bin/sh
>   .....
>   ppp -direct whatever <>/dev/i4brbch0
> 
> ppp must be started with a readable *and* writable stdin.  I only 
> recently added the <> syntax to the FreeBSD ``sh''.  Previously it 
> was only available using bash (or probably zsh).  I guess if you're 
> running -stable you've got that though :-)

Now I've created a shellscript like yours above, compiled a bash2
AND NOW IT WORKS! Thank you!

#! /usr/local/bin/bash
/usr/sbin/ppp -direct inc_rbch0 <> /dev/i4brbch0



It seems that there is a problem with the contributed i4brunppp!
Hellmuth?



Boris




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010130123433.A90355>