[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ip-up und ip-down funktionieren nicht richtig



Hi,

On  06.Nov 22.09, Gerhard Gaussling wrote:
> Am Mittwoch, 6. November 2002 21:49 schrieb Gerhard Gaussling:
> > Nach poff -a bleibt ppp0 aktiv. Er ist nur mit kill -9 pid zu
> > killen.

Das hier:
> database: Closing mysql connection to database "snort"
> Snort received signal 3, exiting
> /etc/ppp/ip-up.d/0snort: line 24: -D: command not found

kommt hier her:
> aus /etc/pppp/ip-up.d/0snort:
> #!/bin/sh -e
 
>         -D \
warum steht das da so alleine?


ausserdem hattest du wohl noch ein par Variablen in /etc/ppp/ip-up
vergessen:

uas /etc/ppp/ip-up
# These variables are for the use of the scripts run by run-parts
PPP_IFACE="$1"
PPP_TTY="$2"
PPP_SPEED="$3"
PPP_LOCAL="$4"
PPP_REMOTE="$5"
PPP_IPPARAM="$6"
export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM

run-parts /etc/ppp/ip-up.d

Zu dem abstürzenden und nur mit kill -9 zu entfernenden pppd kann ich
leider nix sagen :-(

Gruß
Christoph

-- 
christoph Kampe     | http://www.kampe.net        | We have joy, we have fun
christoph@kampe.net | http://www.incommunicado.de | we have Linux 
kampe@luka.de       | http://www.luka.de          |      on a sun ....   ;-)



Reply to: