Comment 15 for bug 1452601

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

I just created a vivid container on a vivid host, and got:

root@v1:~# systemctl status networking.service
● networking.service - LSB: Raise network interfaces.
   Loaded: loaded (/etc/init.d/networking)
  Drop-In: /run/systemd/generator/networking.service.d
           └─50-insserv.conf-$network.conf
        /lib/systemd/system/networking.service.d
           └─systemd.conf
   Active: active (running) since Mon 2015-09-07 16:27:41 UTC; 45s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 422 ExecStart=/etc/init.d/networking start (code=exited, status=0/SUCCESS)
   CGroup: /lxc/v1/system.slice/networking.service
           └─591 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0
Sep 07 16:27:41 v1 dhclient[485]: DHCPREQUEST of 10.0.3.150 on eth0 to 255.255.255.255 port 67 (xid=0x77b9ff3a)
Sep 07 16:27:41 v1 networking[422]: DHCPREQUEST of 10.0.3.150 on eth0 to 255.255.255.255 port 67 (xid=0x77b9ff3a)
Sep 07 16:27:41 v1 networking[422]: DHCPOFFER of 10.0.3.150 from 10.0.3.1
Sep 07 16:27:41 v1 dhclient[485]: DHCPOFFER of 10.0.3.150 from 10.0.3.1
Sep 07 16:27:41 v1 dhclient[485]: DHCPACK of 10.0.3.150 from 10.0.3.1
Sep 07 16:27:41 v1 networking[422]: DHCPACK of 10.0.3.150 from 10.0.3.1
Sep 07 16:27:41 v1 networking[422]: bound to 10.0.3.150 -- renewal in 1680 seconds.
Sep 07 16:27:41 v1 networking[422]: ...done.
Sep 07 16:27:41 v1 systemd[1]: Started LSB: Raise network interfaces..
Sep 07 16:28:02 v1 ntpdate[966]: Can't adjust the time of day: Operation not permitted

So to me this appears to be fix-released.

Can you please show exactly what is still failing for you?