← Back to team overview

touch-packages team mailing list archive

[Bug 1413279] Re: upstart event static-network-up emited to early

 

*** This bug is a duplicate of bug 1379427 ***
    https://bugs.launchpad.net/bugs/1379427

** This bug has been marked a duplicate of bug 1379427
   /etc/network/if-up.d/upstart emits static-network-up to early

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1413279

Title:
  upstart event static-network-up emited to early

Status in ifupdown package in Ubuntu:
  Triaged

Bug description:
  My understanding of static-network-up is that it should be emited
  after all devices have successfully come up however it seems like it
  is been emited too early

  stat -c '%n: %z' /run/network/*
  /run/network/ifstate: 2015-01-21 01:51:58.301433828 +0000
  /run/network/ifup.eth0: 2015-01-21 01:51:58.277433829 +0000
  /run/network/ifup.lo: 2015-01-21 01:51:56.749433883 +0000
  /run/network/static-network-up-emitted: 2015-01-21 01:51:56.881433878 +0000

  As you can see in the above  /run/network/ifup.eth0 was updated after
  /run/network/static-network-up-emitted

  I have checked a few systems and this only seems to effect systems
  with ipv6 configuration.

  jbond@lax:~$ lsb_release -rd
  Description:	Ubuntu 14.04.1 LTS
  Release:	14.04

  jbond@lax:~$ apt-cache policy ifupdown
  ifupdown:
    Installed: 0.7.47.2ubuntu4.1
    Candidate: 0.7.47.2ubuntu4.1

  jbond@lax:~$ cat /etc/network/interfaces
  #addresses changed to rfc3849 and rfc5737
  auto lo
  iface lo inet loopback

  auto eth0

  iface eth0 inet static
    address 192.0.2.140/27
    #This is ignored if unbound is installed
    gateway  192.0.2.129
  iface eth0 inet6 static
    address 2001:DB8::140/64
    gateway  2001:DB8::1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1413279/+subscriptions


References