Sorry for all of the "newbie" questions.
I have diald.conf calling this as the dialer script, and I'm getting some
new "terminal" error in /var/log/messages
#!/bin/sh
#
# This is part 2 of the ppp-on script. It will perform the connection
# protocol for the desired connection.
#
/usr/sbin/chat -v \
TIMEOUT 3 \
ABORT '\nBUSY\r' \
ABORT '\nNO ANSWER\r' \
ABORT '\nRINGING\r\n\r\nRINGING\r' \
'' \rAT \
'OK-+++\c-OK' ATH0 \
TIMEOUT 30 \
OK ATDT1234567890 \
CONNECT '' \
ogin:--ogin: MYSELF1 \
assword: MYSELF2
/var/log/messages:
Aug 9 15:57:14 dug diald[5393]: Trigger: icmp 192.168.100.118/257
1.2.3.4/257
Aug 9 15:57:14 dug diald[5393]: Calling site 1.2.3.4
Aug 9 15:57:15 dug chat[4778]: Can't get terminal parameters: Invalid
argument
Aug 9 15:57:15 dug diald[5393]: Connect script failed.
Aug 9 15:57:16 dug diald[5393]: Delaying 30 seconds before clear to dial.
Now I'm all confused about what this terminal parameter error is. I grabbed
this script straight out of PPP-HOWTO
Thanks folks,
Ian
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]