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

Re: [MiNT] pppd 2.3.11 and ip-up



> What's the trick here? Nomatter what I do, pppd won't run /etc/ppp/ip-up.

If you have made sure that ip-up does "shell shebang" (first line is
#!<shell> ) and has x permission for root, there should be no other trick.

Once you DO manage to get ip-up to work, and you put a runq command in it
(which is pretty likely) :) you might find that runq buserrors when
started from ip-up. This is because the TZ environment variable isn't
exported to this subshell. So don't forget to set TZ to something sensible
within the ip-up script as well.

(Been there, done that, bought the t-shirt). :)

Maurits.