On Mon, Feb 11, 2013 at 08:01:12PM +0100, Pascal Volk wrote: > when I boot my notebook the following error will be displayed: > > Can't read ifupdown state file (/etc/network/ifstate or > /etc/network/run/ifstate). > Scheme unchanged. > > Thus the NIC stays unconfigured. I have to set the scheme manually > (`ifscheme -s $SCHEME`) and bring up the interface (`ifup $IFACE`). > > If I remember correctly, this is related to the ifupdown update many months > ago.
Can you check if /etc/network/run exists on your system and whether it is a
regular directory or a symlink? Also, try editting /sbin/ifscheme and change
the following line:
NEW_IFSTATE=/etc/network/run/ifstate
Into:
NEW_IFSTATE=/run/network/ifstate
And then check whether it boots correctly.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: Digital signature

