On Mon, Mar 17, 2003 at 10:17:13AM +0200, Yasha Harari wrote:
> shalom,
> 
> muli - thank you for the quick reply.
> 
> you wrote:
> "Specifically, you need to see a dump of the ppp protocol information."
> 
> uh ... how/where can i see this? and should i forward it to this list so
> that you can review it too, or will it be obvious (even to a gnubie) how to
> fix it from there?

I'm not sure if it's of general interest to the list, but it probably
won't hurt to send it here. Also, make sure to CC me, and make sure to
trim from it any confidential information (such as passwords).

> also, yes please, if you have a hacked-script that i can/should use, i would
> appreciate a copy (thanks!). as i am not a linux-pro, i really appreciate
> any help on this...

Don't mention it. I want to get it working as well. 

The adsl-start script supposedly takes a DEBUG environment variable
and uses it to make a debug log, but it didn't work for me, and I was
too impatient to fix it, I just made it dump all of the output to the
terminal and piped it to a file using tee as well. Basically, edit the
script to ignore all checks fo the form 

if [ "x$DEBUG" != "x"] ; then ..; fi 

to just do it unconditionally, and change all lines that have  

echo "..." >> DEBUG

to just do 

echo "..." 

so that it goes to stdout. Alternatively, figure out in what format it
expects the DEBUG environment variable. 

> what do you mean when  you wrote:
> > > > >   > PPPD_EXTRA=""
> >
> > try adding 'debug' here.
> 
> where/how do i add 'debug' ?

Cheange the line to 

PPPD_EXTRA="debug" 


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to