Hello,

On 21 November 2013 10:23, David Baron <[email protected]> wrote:
> Updated now to 0.7.46-1. Anything new. Bug is a month old.

Well, it's not strictly a bug... It's rather incorrect usage. If you
use static IPv6 address assignment, you must wait for DAD to complete
before using the address. If you use allow-hotplug, it brings the
interface up asynchronously, and apache and other services start before
DAD has completed.

So basically there are two ways of solving the issue:

 * Use auto, not allow-hotplug, and leave DAD check enabled.
 * Disable DAD check; it's not guaranteed then IPv6 address will
   be ready when services start.

> Related to  #723184 posted around same time?

No, unrelated. In that bug report, there's probably some kernel issue;
the original bug posted still hasn't provided any details.

-- 
Cheers,
  Andrew


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

Reply via email to