> I am using OpenSuse 10.1, and a PPPoE connection configured with Yast2. > Everything is working correctly but ntp: when it starts, even if it starts > after the network is up, is still too soon. The system is not connected to > the internet, yet. > Once upon a time, if I put a script in /etc/ppp/ip-up.local it got executed > when I was connected. I wanted to add ntp starting there, but it does not > get executed. > Any hints?
You could try the following in /etc/ppp/ip-up.local: ( ping -c1 ; sleep 5 ; /sbin/rcntp start ) & -- MfG, David Mayr, http://davey.de -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
