Hi, I'm not able to upgrade acpid because I installed splashy, but I do not enable it, I do not pass the splashy options in the boot parameters. The upgrade scripts try to stop acpid but it fails because in the log_end_msg functions it fails in the line 341 of "/etc/lsb-base-logging.sh"
338 [ -x $SPL_UPD ] || return 1; 339 [ ! -d $STEPS_DIR ] && mkdir -p $STEPS_DIR 340 SPL_PRG=$STEPS_DIR/$RUNLEVEL-progress 341 [ -f $SPL_PRG ] || return 1; It cause also the problem that my system was not able to automatically load the kernel modules. To solve all the problems, I have to enable splashy, remove it, and then upgrade acpid. Thanks, Luca