[MBT] new entry in pkg rc-scripts "Some definitions from ifcfg-* are ignored"

bugs at pld-linux.org bugs at pld-linux.org
Sun Nov 23 00:41:23 CET 2003


Date: 2003-11-23 00:41:21+01	Author: Radosław Zieliński (radek) <radek at karnet.pl> 
Title:         Some definitions from ifcfg-* are ignored
Ticket ID:     #734
Ticket URL:    http://bugs.pld-linux.org/?bug=734
Package:       rc-scripts-0.4.0-0.1
Distribution:  
Category:      doesn't work as it should
Current state: ignored
Text:

  ifup-ppp0:
CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0.tpsa
[...]
PHONE=0202122
[...]
DATAFORCHAT="NAME INITSTRING PHONE"
[...]
run_up()
{
        /usr/bin/exim -qqff &
        wwwoffle -online
        wwwoffle -fetch &
}
run_down()
{
        wwwoffle -offline
        nice /var/cache/wwwoffle/search/namazu/scripts/wwwoffle-mknmz-lasttime &
}
[...]

  chat-ppp0.tpsa:
ABORT           BUSY
ABORT           RINGING
ABORT           NO\sDIAL
ABORT           NO\sCARRIER
ABORT           NO\sANSWER
''              atz
OK              ATM0
OK              atdt$PHONE
CONNECT         \d\c

About the run_up() thing: I tried to track it, and -- as
I understood -- run_up() and run_down() are handled
in the same way, so it looks absurd that one gets called,
and the second one doesn't...  But exim wasn't launched
(I see it on my desktop via root-tail when it is) and
wwwoffle stayed offline.

I don't use PPP right now and can't reproduce these bugs,
so this entry is rather for record only.



More information about the pld-bugs mailing list