Hi,

I also noticed a large delay in the boot sequence when chrony is starting
up.  Maybe we're talking about different bugs, but in my case the problem
is simply caused by the command

| route 2>/dev/null | grep -q default && /etc/ppp/ip-up.d/chrony > /dev/null || 
true

in chrony's initscript.  With a full routing table it takes quite a while
to list all routes :-)

Maybe adding "-n" and grepping for 0.0.0.0 will speed up the process a bit
(by avoiding DNS lookups)

Cheers,
MB

-- 
Michael Bussmann <[EMAIL PROTECTED]>
BOFH excuse #113:
Root nameservers are out of sync


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

Reply via email to