[Bug 714628] New: collectl: use of /var/lock/subsys unsupported
https://bugzilla.novell.com/show_bug.cgi?id=714628 https://bugzilla.novell.com/show_bug.cgi?id=714628#c0 Summary: collectl: use of /var/lock/subsys unsupported Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: All OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: hvogel@suse.com ReportedBy: lnussel@suse.com QAContact: qa@suse.de Found By: --- Blocker: --- collectl uses /var/lock/subsys which is unsupported on openSUSE. On openSUSE /var/lock is reserved for device lock files and must not be used for other purposes. Due to the use of tmpfs on /var/lock the subsys directory does not exist anymore either so if your package used /var/lock/subsys for any real purpose it might be silently broken already. Please fix your packge to not use /var/lock/subsys. http://en.opensuse.org/openSUSE:Packaging_checks#subsys-unsupported -- 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=714628 https://bugzilla.novell.com/show_bug.cgi?id=714628#c Hendrik Vogelsang <hvogel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hvogel@suse.com |tabraham@suse.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.
https://bugzilla.novell.com/show_bug.cgi?id=714628 https://bugzilla.novell.com/show_bug.cgi?id=714628#c1 --- Comment #1 from Thomas Abraham <tabraham@suse.com> 2012-12-07 21:24:08 UTC --- It appears that the only place /var/lock/subsys is referenced is in the init script where it removes /var/lock/subsys/$PNAME on stop after killing collectl. stop) # Note that we need to use a pid file to identify which instance we want to stop if [ -f $PIDFILE ]; then echo -n "Shutting down $PNAME: " killproc -p $PIDFILE collectl RETVAL=$? rc_status -v echo [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$PNAME else echo "$PNAME not running" fi ;; I'll target this for removal/cleanup for the next openSUSE release. -- 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=714628 https://bugzilla.novell.com/show_bug.cgi?id=714628#c2 Thomas Abraham <tabraham@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #2 from Thomas Abraham <tabraham@suse.com> 2013-06-30 20:31:14 UTC --- References to /var/lock/subsys removed from init script in Factory. /var/lock/subsys wasn't used, so no update for current releases necessary -- 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