[Bug 855164] New: VNSTATD does not start - INIT-Script Error
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.
https://bugzilla.novell.com/show_bug.cgi?id=855164 https://bugzilla.novell.com/show_bug.cgi?id=855164#c1 tom master <linreg@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linreg@gmx.net --- Comment #1 from tom master <linreg@gmx.net> 2013-12-12 12:58:17 UTC --- This is true for openSuse 12.3 too -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=855164 https://bugzilla.novell.com/show_bug.cgi?id=855164#c2 --- Comment #2 from tom master <linreg@gmx.net> 2013-12-12 13:22:51 UTC --- one thing i have forgotten: INIT-Script Line 39: VNSTATD_PIDFILE=/var/run/vnstatd/vnstatd.pid Change To: VNSTATD_PIDFILE=/var/run/vnstatd.pid Directory /var/run/vnstatd does not exist! -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=855164 https://bugzilla.novell.com/show_bug.cgi?id=855164#c Xiyuan Liu <xyliu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyliu@suse.com AssignedTo|bnc-team-screening@forge.pr |pascal.bleser@opensuse.org |ovo.novell.com | -- 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.
participants (1)
-
bugzilla_noreply@novell.com