https://bugzilla.novell.com/show_bug.cgi?id=855164 https://bugzilla.novell.com/show_bug.cgi?id=855164#c0 Summary: VNSTATD does not start - INIT-Script Error Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: linreg@gmx.net QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 vnstatd oes not start. After the Version 1.11 the parameter -u for a User-account will not be supported. The INIT-Script must be changed. Reproducible: Always Steps to Reproduce: 1. Install vnstat 2. start vnstat with systemctl or rcvnstatd 3. See the daemon status. It will be not started Actual Results: vnstatd does not run/start Expected Results: vnstatd should be start Solution for this: # Create a PID File touch /var/run/vnstatd.pid chown vnstat:vnstat /var/run/vnstatd.pid # Chnage INIT-Script /etc/init.d/vnstatd: Replace line 49: "$VNSTATD_BIN" -d -p "$VNSTATD_PIDFILE" -u "$VNSTATD_USER" With: /sbin/startproc -u "$VNSTATD_USER" "$VNSTATD_BIN" -d -p "$VNSTATD_PIDFILE" AND rm /etc/cron.d/vnstat (Please) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.