Your message dated Sun, 07 Jun 2009 08:09:55 +0100
with message-id <[email protected]>
and subject line Not closed correctly
has caused the Debian Bug report #509022,
regarding kerneloops: “status” action is badly implemented
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
509022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509022
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kerneloops
Version: 0.10-2
Severity: minor
Tags: patch
Hi,
it looks like “status” is no defined command, while lsb function
“status_of_proc” exists; here's a patch that switches:
,--
| cy...@talisker:~$ sudo /etc/init.d/kerneloops status
| /etc/init.d/kerneloops: line 66: status: command not found
`--
to either of those:
,--
| cy...@talisker:~$ sudo /etc/init.d/kerneloops status
| is not running failed!
|
| cy...@talisker:~$ sudo /etc/init.d/kerneloops status
| is running.
`--
Maybe not perfect, but…
Cheers,
--
Cyril Brulebois
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-rc7-kibi-00200-gf7a8db8 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages kerneloops depends on:
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.18.2-7 Multi-protocol file transfer libra
ii libdbus-1-3 1.2.1-4 simple interprocess messaging syst
ii libdbus-glib-1-2 0.76-1 simple interprocess messaging syst
ii libglib2.0-0 2.16.6-1 The GLib library of C routines
ii libgtk2.0-0 2.12.11-4 The GTK+ graphical user interface
ii libnotify1 [libnotify1-gtk2.1 0.4.4-3 sends desktop notifications to a n
kerneloops recommends no packages.
kerneloops suggests no packages.
-- no debconf information
--- a/kerneloops.init
+++ b/kerneloops.init
@@ -63,7 +63,7 @@ force_reload() {
}
fdr_status() {
- status $prog
+ status_of_proc $prog
}
--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Ups.. I didn't added the -close to mail address. Closing it now.
Thanks
- --
Marco Rodrigues
http://Marco.Tondela.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQIcBAEBCAAGBQJKK2fAAAoJENDqNB6bSPIz9WQP/3BVyii/0MldC1H52yayt6Pv
l3/ECn17dkSbafdiImikJgKrPSq2ZLyAkg3OzbnOQ5mOORARqt8aG8QAyPkF8CMr
r26hh5QkE6KLQzjfj9WxRKLNVyxH5AE24/zSGjPKPze2QyPxsp59/pNzzqqN123E
D+SNV18eo73F7GydYPj1j2D/a+R95wKDwvV01gsMZ3jXREMiV33VK5PA3+dCug4m
+mvqTTcImWn3jIdfMcRD/LAK5BAMMC6trL6wY3ORFWq0WK5iVBdVi3ODq6/fKdNZ
K+Juuvd4dQQo7IrAyhmyplMjAzzrDhhX7t6bxPWZPZTi2TtWWsnvgIM7CutjJw33
SSdEgB/kUV69sFVBp5nUtRl9w/GgyQeILY9x/A8vrrFqCOu2d304+Y8UDGr9OYNw
XPQt8ucnim2iq9KZItieINr+SqwkB0I8DxANCz/gtBZNLdaK8Rz6rldELsmVHXgA
tg0yTiVMEy+ELCvw3hU1Fc1csSliuGjqVgAM5ocp58Xm9pLHwHLS1xC1FGdM5kqh
3ejbiwU55ECrv3Su+fxLDGgW/faGaYqp0j/O+miVstuTVfpgy3G7dMH4xJndapoc
NGyvnQNtvgobqWHao0rzpYlrBruSPHAEMhNoVs+Nl0cGsZMOcAGaH6MdM2Gq2P0S
VO3H8/TyF4jTqlu34p8z
=KrSb
-----END PGP SIGNATURE-----
--- End Message ---