Package: inadyn
Version: 1.98.1+git20130517-1
Severity: important

Hi,

When trying to start 'inadyn' as a daemon from init I get:

% service inadyn start
Sat May 18 08:37:18 2013: Error parsing option 7: --drop-privs
Sat May 18 08:37:18 2013: Failed starting daemon: RC_DYNDNS_INVALID_OPTION

This is due to the fact that you are using two different variable names
for both the user and the group:

% grep 'USER\|GROUP' /etc/init.d/inadyn
USER=${USER:-debian-inadyn}
GROUP=${GROUP:-debian-inadyn}
             --drop-privs $INADYN_USER:$INADYN_GROUP"
        chown $USER:$GROUP $CACHEDIR

Please change the occurances of $INADYN_USER and $INADYN_GROUP to $USER
and $GROUP, respectively.

Regards,

Raf

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (999, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages inadyn depends on:
ii  adduser  3.113+nmu3
ii  libc6    2.17-3

inadyn recommends no packages.

inadyn suggests no packages.

-- Configuration Files:
/etc/inadyn.conf [Errno 13] Permission denied: u'/etc/inadyn.conf'

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