[Bug 463453] New: rcvdr stop does not stop runvdr
https://bugzilla.novell.com/show_bug.cgi?id=463453 Summary: rcvdr stop does not stop runvdr Product: openSUSE 11.1 Version: Final Platform: i686 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: qa@suse.de Found By: --- /etc/init.d/vdr stop only stops $VDR_BIN but keeps "runvdr" running. so the runvdr script restarts vdr which is not the intend of "rcvdr stop". my fix: --- /etc/init.d/vdr~ 2008-12-03 08:58:30.000000000 +0100 +++ /etc/init.d/vdr 2009-01-04 17:43:25.068002477 +0100 @@ -92,6 +92,7 @@ ## killproc sets the return value according to LSB. killproc -TERM $VDR_BIN + killproc -TERM /usr/sbin/runvdr sleep 2 killproc -KILL $VDR_BIN -- 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=463453 User aorlovskyy@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=463453#c1 Alexander Orlovskyy <aorlovskyy@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aorlovskyy@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |lnussel@novell.com --- Comment #1 from Alexander Orlovskyy <aorlovskyy@novell.com> 2009-01-07 03:59:22 MST --- Ludwig can you look at the bug? -- 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=463453 User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=463453#c2 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor Status|NEW |ASSIGNED Priority|P5 - None |P4 - Low --- Comment #2 from Ludwig Nussel <lnussel@novell.com> 2009-01-07 05:40:32 MST --- I've sometimes seen that behavior too but was unable to debug it yet. I guess vdr either segfaulted or didn't quit within two seconds as runvdr doesn't restart vdr if it was terminated by SIGTERM. -- 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