Package: initscripts
Version: 2.88dsf-18
Severity: normal

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
Kind regards!

Guido Audino



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initscripts depends on:
ii  coreutils       8.13-3
ii  debianutils     4.1
ii  libc6           2.13-24
ii  lsb-base        3.2-28
ii  mount           2.20.1-1.2
ii  sysv-rc         2.88dsf-18
ii  sysvinit-utils  2.88dsf-18

Versions of packages initscripts recommends:
ii  e2fsprogs  1.42-1
ii  psmisc     22.13-1

initscripts suggests no packages.

-- Configuration Files:
/etc/init.d/bootlogd changed:
PATH=/sbin:/bin  # No remote fs at start
DAEMON=/sbin/bootlogd
[ -x "$DAEMON" ] || exit 0
NAME=bootlogd
DESC="boot logger"
BOOTLOGD_OPTS="-r -c"
.. /lib/init/vars.sh
.. /lib/lsb/init-functions
SCRIPTNAME=${0##*/}
SCRIPTNAME=${SCRIPTNAME#[SK]??}
ACTION="$1"
case "$0" in
  *stop-bootlog*)
        [ "$ACTION" = start ] && ACTION=stop
        ;;
esac
case "$ACTION" in
  start)
        # PATH is set above
        [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
        if [ -d /proc/1/. ]
        then
                umask 027
                start-stop-daemon --start --quiet --exec $DAEMON -- \
                        $BOOTLOGD_OPTS
                ES=$?
        else
                $DAEMON $BOOTLOGD_OPTS
                ES=$?
        fi
        [ "$VERBOSE" != no ] && log_end_msg $ES
        ;;
  stop)
        PATH=/bin:/sbin:/usr/bin:/usr/sbin
        [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
        start-stop-daemon --oknodo --stop --quiet --exec $DAEMON
        ES=$?
        sleep 1
        [ "$VERBOSE" != no ] && log_end_msg $ES
        if [ -f /var/log/boot ] && [ -f /var/log/boot~ ]
        then
                [ "$VERBOSE" = no ] || log_action_begin_msg "Moving boot log 
file"
                # bootlogd writes to boot, making backup at boot~
                cd /var/log && {
                        chgrp adm boot || :
                        savelog -q -p -c 5 boot \
                        && mv boot.0 boot \
                        && mv boot~ boot.0
                }
                ES=$?
                [ "$VERBOSE" = no ] || log_action_end_msg $ES
        fi
        ;;
  restart|force-reload)
        /etc/init.d/bootlogd stop
        /etc/init.d/bootlogd start
        ;;
  status)
        status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
        ;;
  *)
        echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload|status}" >&2
        exit 3
        ;;
esac
:


-- no debconf information



-- 
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