I think it's a timing issue.  A simple workaround (for me) is to
change the "sleep 1" to "sleep 2" in this section of /etc/init.d/chrony:

  start)
    start-stop-daemon --start --verbose --exec $DAEMON
    sleep 1
    route 2>/dev/null | grep -q default && /etc/ppp/ip-up.d/chrony > /dev/null 
|| true

This isn't the "right" solution, as it still leaves a race condition.
So the bug should probably be reopened and forwarded upstream.

Dan



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to