Mailinglist Archive: opensuse-factory (850 mails)
| < Previous | Next > |
[opensuse-factory] SIGTERM in ip-down
- From: Volker Kuhlmann <list0570@xxxxxxxxxxxxxxx>
- Date: Sat, 9 Sep 2006 21:18:38 +1200
- Message-id: <20060909091838.GC5092@xxxxxxxxxxxxxxx>
I just spent on hour trying to find out why /etc/ppp/ip-down.local is
never called: something is sending a SIGTERM to /etc/ppp/ip-down before
ip-down can check for the existance if ip-down.local. Sometime while
SuSEfirewall2 is being restarted (is this a security problem?) or
immediately after.
Why does this happen? It's not much good if ip-up/down get killed
halfway. ip-down does:
case "$BASENAME" in
ip-down)
restore_nameservers
isdn_restartinterface
start_firewall
echo NEVER REACHED
if test -x /etc/ppp/ip-down.local ; then
SUSE 10.1 still.
Greetings,
Volker
--
Volker Kuhlmann is list0570 with the domain in header
http://volker.dnsalias.net/ Please do not CC list postings to me.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
never called: something is sending a SIGTERM to /etc/ppp/ip-down before
ip-down can check for the existance if ip-down.local. Sometime while
SuSEfirewall2 is being restarted (is this a security problem?) or
immediately after.
Why does this happen? It's not much good if ip-up/down get killed
halfway. ip-down does:
case "$BASENAME" in
ip-down)
restore_nameservers
isdn_restartinterface
start_firewall
echo NEVER REACHED
if test -x /etc/ppp/ip-down.local ; then
SUSE 10.1 still.
Greetings,
Volker
--
Volker Kuhlmann is list0570 with the domain in header
http://volker.dnsalias.net/ Please do not CC list postings to me.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |