Re[2]: ppp: Chat script failed

2002-10-22 Thread Anton
Hello Giorgos, Wednesday, October 23, 2002, 12:27:30 AM, you wrote: GK> You have to enter "dial interactive" instead of just "dial" to let GK> ppp(8) know that you want to use ``interactive'' as your current GK> dialing profile from ppp.conf. If I type 'ppp interactive' and 'dial' or 'ppp' and '

Re: ppp: Chat script failed

2002-10-22 Thread Giorgos Keramidas
On 2002-10-22 00:24, Anton <[EMAIL PROTECTED]> wrote: > default: > set device /dev/cuaa1 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ >\"\" AT OK-AT-OK ATE1Q0 OK \\dATDP\\T TIMEOUT 40 CONNECT" > set timeout 180 > enable dns > > interactive: > set phone

Re[2]: ppp: Chat script failed

2002-10-22 Thread Anton
Hello Giorgos, Tuesday, October 22, 2002, 10:48:29 PM, you wrote: GK> set log Phase Chat LCP IPCP CCP tun command GK> Add this line, and try dialing again. Then chat-related errors should GK> become visible in the /var/log/ppp.log file. OK. I've done that. Here it is my /var/log/ppp.l

Re: ppp: Chat script failed

2002-10-22 Thread Giorgos Keramidas
On 2002-10-22 17:43, Anton <[EMAIL PROTECTED]> wrote: > Tuesday, October 22, 2002, 10:17:29 AM, you wrote: > > GK> Any relevant messages in the system logs? > > > > As far as I understand, system log is the messages which I see at the > > console while I logged as root. > > DL> What's in /var/log/p

Re[4]: ppp: Chat script failed

2002-10-22 Thread Anton
Hello David, Tuesday, October 22, 2002, 10:17:29 AM, you wrote: >> GK> Any relevant messages in the system logs? >> >> As far as I understand, system log is the messages which I see at the >> console while I logged as root. DL> What's in /var/log/ppp.log ? I've cleared /var/log/ppp.log and ha

Re: Re[2]: ppp: Chat script failed

2002-10-22 Thread David Lloyd
Anton, > GK> Any relevant messages in the system logs? > > As far as I understand, system log is the messages which I see at the > console while I logged as root. What's in /var/log/ppp.log ? DSL -- The Linux C Programming Lists: * http://lists.linux.org.au/listinfo/linuxcprogramming/ The L

Re[2]: ppp: Chat script failed

2002-10-22 Thread Anton
Hello Giorgos, Tuesday, October 22, 2002, 8:59:06 AM, you wrote: >> When I type 'dial' in the ppp I see warning message: >> "Chat script failed" >> >> Modem's indicators blink and I hear 'long toot' >> but modem doesn't want to dial. GK> Any relevant messages in the system logs? As far as I und

Re: ppp: Chat script failed

2002-10-21 Thread Giorgos Keramidas
On 2002-10-22 00:24, Anton <[EMAIL PROTECTED]> wrote: > When I type 'dial' in the ppp I see warning message: > "Chat script failed" > > Modem's indicators blink and I hear 'long toot' > but modem doesn't want to dial. Any relevant messages in the system logs? To Unsubscribe: send mail to [EMAIL P

ppp: Chat script failed

2002-10-21 Thread Anton
Hello everybody! I can't connect to my ISP using ppp. Here it is my /etc/ppp/ppp.conf default: set device /dev/cuaa1 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDP\\T TIMEOUT 40 CONNECT" set timeout 180 enable dns interact