Re: pppd won't reset (or hang up) the modem

1997-04-16 Thread Alexander Lobkovsky

Yes, passive option is used.

ppp.log says something like (sorry, my machine is at home so I don't
have the exact words).

terminating on signal 15
sent TermReq 
recd TermAck <..>

   > 
   > Yes, ppp.log says "terminating on signal ..."
   > 
   > Perhaps the key piece of evidence is that everything *used* to work
   > fine until I had to switch to pap-style authorization.

   Ok. I'm asking because I've got the source tree here and I had to
   debug a nasty one myself a short while ago. Another question:
   do you use the "passive" or "silent" options?

   -- 
   Jens B. Jorgensen
   [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: pppd won't reset (or hang up) the modem

1997-04-15 Thread Jens B. Jorgensen
Alexander Lobkovsky wrote:
> 
> Yes, ppp.log says "terminating on signal ..."
> 
> Perhaps the key piece of evidence is that everything *used* to work
> fine until I had to switch to pap-style authorization.
> 
>Turn on debugging (pass 'debug' in options or on command line). Do
>you see a mesage in /var/log/ppp.log which says
> 
> Terminating on signal %d.
> 
>?? I'm wondering if this is more of a timeout problem.
> 
>--
>Jens B. Jorgensen
>[EMAIL PROTECTED]

Ok. I'm asking because I've got the source tree here and I had to
debug a nasty one myself a short while ago. Another question:
do you use the "passive" or "silent" options?

-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


Re: pppd won't reset (or hang up) the modem

1997-04-15 Thread Alexander Lobkovsky
Yes, ppp.log says "terminating on signal ..."

Perhaps the key piece of evidence is that everything *used* to work
fine until I had to switch to pap-style authorization.


   Turn on debugging (pass 'debug' in options or on command line). Do
   you see a mesage in /var/log/ppp.log which says

Terminating on signal %d.

   ?? I'm wondering if this is more of a timeout problem.

   -- 
   Jens B. Jorgensen
   [EMAIL PROTECTED]



Re: pppd won't reset (or hang up) the modem

1997-04-15 Thread Jens B. Jorgensen
Jaldhar H. Vyas wrote:
> 
> On Mon, 14 Apr 1997, Alexander Lobkovsky wrote:
> 
> > Hi,
> >
> > I don' think this came up before.  My ISP changed to a pap style
> > authorization and the only thigs I had to change was to add a 'user
> > guest' line to the /etc/ppp.options_out file and a line '*  *
> > password' to the /etc/ppp/pap-secrets file.  Now the modem does not
> > hang up if SIGINT is sent to pppd (it worked before).
> >
> > Is this a problem on my side or the ISP side?
> >
> > I tried to manually reset the modem (or hang up) so that I can stick
> > this command into a disconnect script, to no avail, what am
> > I doing incorrectly? I tried:
> >
> 
> I'm afraid I can't help you very much but I seem to be having the exact
> same problem.  I also cannot get pppd to hangup.  My ISP also uses pap.
> Perhaps this will give someone out there a clue as to what's going on?
> 
> -- Jaldhar

Turn on debugging (pass 'debug' in options or on command line). Do
you see a mesage in /var/log/ppp.log which says

 Terminating on signal %d.

?? I'm wondering if this is more of a timeout problem.

-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


Re: pppd won't reset (or hang up) the modem

1997-04-15 Thread Jaldhar H. Vyas


On Mon, 14 Apr 1997, Alexander Lobkovsky wrote:

> Hi,
> 
> I don' think this came up before.  My ISP changed to a pap style
> authorization and the only thigs I had to change was to add a 'user
> guest' line to the /etc/ppp.options_out file and a line '*  *
> password' to the /etc/ppp/pap-secrets file.  Now the modem does not
> hang up if SIGINT is sent to pppd (it worked before).
> 
> Is this a problem on my side or the ISP side?
> 
> I tried to manually reset the modem (or hang up) so that I can stick
> this command into a disconnect script, to no avail, what am
> I doing incorrectly? I tried:
> 

I'm afraid I can't help you very much but I seem to be having the exact
same problem.  I also cannot get pppd to hangup.  My ISP also uses pap.
Perhaps this will give someone out there a clue as to what's going on?

-- Jaldhar



Re: pppd won't reset (or hang up) the modem

1997-04-14 Thread Dima
In message <[EMAIL PROTECTED]> you wrote:
>Hi,
>
>I don' think this came up before.  My ISP changed to a pap style
>authorization and the only thigs I had to change was to add a 'user
>guest' line to the /etc/ppp.options_out file and a line '*  *
>password' to the /etc/ppp/pap-secrets file.  Now the modem does not
>hang up if SIGINT is sent to pppd (it worked before).
>
>Is this a problem on my side or the ISP side?
...
>
>[EMAIL PROTECTED] chat '' 'ATZ'

Try `chat '' +++ OK ATZ perhaps?`  Check that you have "modem" in your
ppp options file, that's the usual cause.

Dimitri
emaziuk @ curtin.edu.au
---
What color is a chameleon on a mirror?
( Zen koan )



pppd won't reset (or hang up) the modem

1997-04-14 Thread Alexander Lobkovsky
Hi,

I don' think this came up before.  My ISP changed to a pap style
authorization and the only thigs I had to change was to add a 'user
guest' line to the /etc/ppp.options_out file and a line '*  *
password' to the /etc/ppp/pap-secrets file.  Now the modem does not
hang up if SIGINT is sent to pppd (it worked before).

Is this a problem on my side or the ISP side?

I tried to manually reset the modem (or hang up) so that I can stick
this command into a disconnect script, to no avail, what am
I doing incorrectly? I tried:

[EMAIL PROTECTED] echo ATZ > /dev/ttyS1

or

[EMAIL PROTECTED] echo ATH > /dev/ttyS1

or 

[EMAIL PROTECTED] echo -e '+++\nATH' > /dev/ttyS1

or

[EMAIL PROTECTED] chat '' 'ATZ'

none of these reset the modem.

If I enter minicom, for example, it has no problem reseting the modem.

thanks for your help,
-alex