Comment 5 for bug 1432829

Revision history for this message
Scott Moser (smoser) wrote : Re: resolvconf not updated correctly for interfaces configured in initramfs

possibly related...
likely related, I find that on this system

$ ls /run/network/ifstate
ls: cannot access /run/network/ifstate: No such file or directory
$ ifquery --state --all
Segmentation fault (core dumped)
$ sudo ifquery --state --all
$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 52:54:00:12:34:98
          inet addr:192.168.64.112 Bcast:192.168.95.255 Mask:255.255.224.0
          inet6 addr: fe80::5054:ff:fe12:3498/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:14050 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13591 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:152616463 (152.6 MB) TX bytes:1138294 (1.1 MB)

$ ls /run/network
ls: cannot access /run/network: No such file or directory

On an upstart system, /etc/init/iscsi-network-interface.conf (http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/open-iscsi/vivid/view/head:/debian/open-iscsi.iscsi-network-interface.upstart) is what handles this.

I suspect we dont have such in a systemd system.