Le Mon, 27 Nov 2006 17:12:56 +0100,
Christian Hammers <[EMAIL PROTECTED]> a écrit :

> On 2006-11-27 Jonathan Ballet wrote:
> 
> MySQL may trigger the problem but the root cause seems to be in
> lsb-base.
> 
> This /etc/lsb-base-logging.sh script is not present on my system but
> referenced in /lib/lsb/init-functions from lsb-base. This script
> should not use uninitialized variables.
> Did you create this script? Or else, can you show me the output of:
>       dpkg -S /etc/lsb-base-logging.sh

$ dpkg -S /etc/lsb-base-logging.sh
splashy: /etc/lsb-base-logging.sh
$

So, this is related to splashy.
Others init.d's scripts (like the one for Apache) are calling this
script too. However, since they are not using "set -u" at the beginning
of the script, Apache init.d script's does not trigger this error (but
the problem is same : $RUNLEVEL is not defined).


Thanks,
 - Jonathan


PS : as C. Hammers tells me, I misconfigured my email address. Sorry
for the convenience. The email address of this email is correct.


Reply via email to