Hi Roger, this is our symlink situation:

# ls -ld /etc/network/run
lrwxrwxrwx 1 root root 16 ago 16 10:58 /etc/network/run -> /dev/shm/network
# ls -ld /etc/network/run/ifstate
-rw-r--r-- 1 root root 6 gen 20 07:48 /etc/network/run/ifstate
# ls -l /run/network/ifstate
ls: impossibile accedere a /run/network/ifstate: File o directory non esistente

We have not (intentionally) modified compatibility symlinks ...
Regards!

Guido

Il 20/01/2012 Roger Leigh ha scritto:
> On Fri, Jan 20, 2012 at 11:07:24AM +0100, MAG4 Piemonte wrote:
> > Dear Maintainer,
> > after update to initscripts (version 2.88dsf-18) NetworkManager is waiting 
> > for
> > interface (even if interface is already up) not doing NFS mounts.
> > I think is related to /etc/network/if-up.d/mountnfs, that is not updated to
> > /run transition at row 123: "       if ! grep -q $i 
> > /etc/network/run/ifstate ;
> > then"
> > This may be now /run/network/ifstate, according to
> > http://wiki.debian.org/ReleaseGoals/RunDirectory
> 
> This shouldn't cause any problems though, since /etc/network/run
> is nowadays a symlink to /run/network:
> 
> % ls -ld /etc/network/run
> lrwxrwxrwx 1 root root 12 Jun  8  2011 /etc/network/run -> /run/network
> % ls -ld /etc/network/run/ifstate
> -rw-r--r-- 1 root root 16 Jan 20 09:01 /etc/network/run/ifstate
> % ls -l /run/network/ifstate 
> -rw-r--r-- 1 root root 16 Jan 20 09:01 /run/network/ifstate
> 
> Moving to the new path may also be troublesome, since ifupdown depends
> on the new initscripts for it to transition to /run.  That is, we need
> to continue using the old path or else we'll have an unsatisfiable
> circular dependency.  The old paths will continue to be valid until
> after wheezy for this reason.  We could always try the new and then
> fall back to the old path as an alternative.
> 
> 
> So none of the above is to say that there isn't a bug, just that it's
> probably not a result of the /run transition unless you deleted the
> compatibility symlinks.
> 
> 
> Regards,
> Roger
> 
> 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to