>Setting up system-tools-backends (2.6.0-1) ... >/usr/sbin/invoke-rc.d: line 274: /sbin/runlevel: No such file or >directory > * Reloading system message bus config... >/etc/lsb-base-logging.sh: line 259: runlevel: command not found >/etc/lsb-base-logging.sh: line 264: exit: Reloading: numeric argument
Lines 259 and 264 of lsb-base-logging.sh are: _____________________________________________________________ 255 # Splashy code 256 # Stop splashy on *dm but not if we are rebooting/shutting down 257 if [ -z "${RUNLEVEL:-}" ]; then 258 # we need only the current level 259 RUNLEVEL=`runlevel | sed 's/^. //'` 260 # Bug # 470816 261 if [ -z "$RUNLEVEL" ]; then 262 # if we can't figure out the runlevel (such as when run 263 # from a cron job) then don't do anything with Splashy 264 exit $1 265 fi 266 fi 267 if [ "x$RUNLEVEL" = "x6" ] || [ "x$RUNLEVEL" = "x0" ]; then 268 return 0 269 fi _____________________________________________________________ This are checking for $RUNLEVEL which in the first line of the error is not found, so this looks like it comes from elsewhere not splashy. -- Saludos Niko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]