Package: ipmitool
Version: 1.8.7-1
Followup-For: Bug #362425
I also had a problem when launching the ipmievd script (after each
upgrade) :
--%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<---
Paramétrage de ipmitool (1.8.7-1) ...
Starting IPMI event daemon ipmievdNo command provided!
Commands:
open Use OpenIPMI for asyncronous notification of events
sel Poll SEL for notification of events
failed!
invoke-rc.d: initscript ipmievd, action "start" failed.
dpkg : erreur de traitement de ipmitool (--configure) :
le sous-processus post-installation script a retourné une erreur de sortie
d'état 1
--%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<---
and it seems that it comes from the renaming of the variable
IPMIEVD_OPTS to IPMIEVD_OPTIONS which was not done everywhere in the
/etc/init.d/ipmievd script
(patch included)
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages ipmitool depends on:
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ii libreadline5 5.1-7 GNU readline and history libraries
ii libssl0.9.8 0.9.8a-7 SSL shared libraries
ii lsb-base 3.0-16 Linux Standard Base 3.0 init scrip
ipmitool recommends no packages.
-- no debconf information
--- /etc/init.d/ipmievd 2006-04-18 12:07:48.000000000 +0200
+++ /etc/init.d/ipmievd.orig 2006-04-18 12:08:47.000000000 +0200
@@ -49,7 +49,7 @@
# Backwards compatibility with version 1.8.6-2 and 1.8.6-1. The
# variable was renamed to be compatible with upstream, SuSe and RedHat.
if [ -n "$IPMIEVD_OPTS" ]; then
- echo "warning: /etc/default/$NAME variable IPMIEVD_OPTS should be renamed
to IPMIEVD_OPTIONS"
+ echo "warning: /etc/default/$NAME variable IPMIEVD_OPTS should be renamed
to IPMIEVD_OPTS"
IPMIEVD_OPTIONS="$IPMIEVD_OPTS"
fi