Your message dated Tue, 12 Sep 2017 04:15:59 +0000
with message-id <[email protected]>
and subject line Bug#875420: Removed package(s) from unstable
has caused the Debian Bug report #684353,
regarding nuauth: After reboot /var/run/nuauth files/directories are absent, 
build target should be /run/nuauth
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
684353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684353
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nuauth
Version: 2.4.3-2.1+b1
Severity: normal

nuauth installs and runs fine.
After rebooting the system files no longer populate in /var/run/
I added the -p argument to mkdir on line #55
check_var_run_dir() {
        if [ ! -d /var/run/$PID/$PID ]; then
                mkdir -p /var/run/$PID/$PID
                chown $NUAUTH_USER /var/run/$PID/$PID
        fi
now nuauth dies "cannot create /var/run/nuauth/nuauth.pid"

I tried to set the target for /run/nuauth in /etc/init.d/nuauth
again nuauth dies "cannot created /var/run/nuauth/nuauth.pid"
I cannot find where the script calls for /var/run/nuauth/nuauth.pid

http://en.wikipedia.org/wiki/NuFW (external links)
lists the projects new name as 
http://www.ufwi.org/

apoligies for reporting this so late in the release cycle.
best regards

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

Kernel: Linux 3.4-trunk-rt-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages nuauth depends on:
ii  adduser           3.113+nmu3
ii  debconf           1.5.44
ii  libc6             2.13-33
ii  libgcrypt11       1.5.0-3
ii  libglib2.0-0      2.32.3-1
ii  libldap-2.4-2     2.4.31-1
ii  libnussl1         2.4.3-2.1+b1
ii  libpam0g          1.1.3-7.1
ii  libprelude2       1.0.0-9
ii  libsasl2-2        2.1.25.dfsg1-4+b1
ii  libsasl2-modules  2.1.25.dfsg1-4+b1
ii  openssl           1.0.1c-3
ii  passwd            1:4.1.5.1-1
ii  ssl-cert          1.0.31
ii  ucf               3.0025+nmu3

Versions of packages nuauth recommends:
ii  nuauth-utils  2.4.3-2.1

nuauth suggests no packages.

-- Configuration Files:
/etc/init.d/nuauth changed:
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/nuauth
PID=nuauth
NAME=nuauth
DESC=nuauth
NUAUTH_START="no"
test -x $DAEMON || exit 0
if [ -f /etc/default/nuauth ] ; then
        . /etc/default/nuauth
fi
if [ "$NUAUTH_START" != "true" ]; then
  exit 0
fi
if [ ! "$NUAUTH_VERBOSITY" ]; then
  NUAUTH_VERBOSITY="vv"
fi
if [ ! "$NUAUTH_USER" ]; then
  echo "No user configured to run nuauth... Trying \"nobody\" ..."
  NUAUTH_USER="nobody"
fi
DAEMON_OPTS="-D -$NUAUTH_VERBOSITY"
set -e
check_var_run_dir() {
        if [ ! -d /var/run/$PID/$PID ]; then
                mkdir -p /var/run/$PID/$PID
                chown $NUAUTH_USER /var/run/$PID/$PID
        fi
}
case "$1" in
  start)
        check_var_run_dir
        echo -n "Starting $DESC: "
        start-stop-daemon --start --quiet --pidfile /var/run/$PID/$PID.pid \
                --chuid $NUAUTH_USER --exec $DAEMON -- $DAEMON_OPTS
        echo "$NAME."
        ;;
  stop)
        echo -n "Stopping $DESC: "
        start-stop-daemon --stop --quiet  --oknodo --pidfile 
/var/run/$PID/$PID.pid \
                --retry 5 --exec $DAEMON
        echo "$NAME."
        ;;
  #reload)
        #
        #       If the daemon can reload its config files on the fly
        #       for example by sending it SIGHUP, do it here.
        #
        #       If the daemon responds to changes in its config file
        #       directly anyway, make this a do-nothing entry.
        #
        # echo "Reloading $DESC configuration files."
        # start-stop-daemon --stop --signal 1 --quiet --pidfile \
        #       /var/run/$NAME.pid --exec $DAEMON
  #;;
  restart|force-reload)
        #
        #       If the "reload" option is implemented, move the "force-reload"
        #       option to the "reload" entry above. If not, "force-reload" is
        #       just the same as "restart".
        #
        check_var_run_dir
        echo -n "Restarting $DESC: "
        start-stop-daemon --stop --quiet --oknodo --pidfile \
                /var/run/$PID/$PID.pid --retry 5 --exec $DAEMON
        sleep 1
        start-stop-daemon --start --quiet --pidfile /var/run/$PID/$PID.pid \
                --chuid $NUAUTH_USER --exec $DAEMON -- $DAEMON_OPTS
        echo "$NAME."
        ;;
  *)
        N=/etc/init.d/$NAME
        # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
        echo "Usage: $N {start|stop|restart|force-reload}" >&2
        exit 1
        ;;
esac
exit 0


-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 2.4.3-3.4+rm

Dear submitter,

as the package nufw has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/875420

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to