Package: plymouth
Version: 0.8.5.1-5
Severity: normal
Dear Maintainer,
For some reason, the system's root filesystem (ext4) had some errors that fsck
could not fix automatically.
Therefore, a maintenance shell was started to solve the problem manually, but
because of the first part of #602331, only after pressing ESC (twice) was the
console output displayed instead of the plymouth theme.
I don't know it this has anything to do with the bug, but when I installed this
system, the root account was disabled so that sudo is requiered to run commands
with root privileges (as in Ubuntu). The scritps responsable to launch the
maintenance shell said something about that (this was my mother on the phone
reading her notebook's screen in a terrible English) but correctly launched a
shell, without asking any password.
The bug is that when typing in the maintenance shell, nothing is echoed back to
the screen, as if one was entering a password. Blindly executing reset does not
fix the lack of echoing.
It would have been easier to remotely fix this on the phone if the maintenance
shell and init scripts messages had been localized and the user had been able
to see what she typed.
-- System Information:
Debian Release: 7.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_AR.utf8, LC_CTYPE=es_AR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages plymouth depends on:
ii initramfs-tools 0.109.1
ii libc6 2.13-38+deb7u1
ii multiarch-support 2.13-38+deb7u1
plymouth recommends no packages.
Versions of packages plymouth suggests:
ii desktop-base 7.0.3
ii plymouth-drm 0.8.5.1-5
-- Configuration Files:
/etc/init.d/plymouth changed:
PATH="/sbin:/bin:/usr/sbin:/usr/bin"
NAME="plymouth"
DESC="Boot splash manager"
test -x /sbin/plymouthd || exit 0
if [ -r "/etc/default/${NAME}" ]
then
. "/etc/default/${NAME}"
fi
set -e
for ARGUMENT in $(cat /proc/cmdline)
do
case "${ARGUMENT}" in
splash*)
SPLASH="true"
;;
nosplash*)
SPLASH="false"
;;
esac
done
case "${1}" in
start)
case "${SPLASH}" in
true)
/bin/plymouth --quit
;;
esac
;;
stop)
case "${SPLASH}" in
true)
if ! plymouth --ping
then
/sbin/plymouthd --mode=shutdown
--attach-to-session
fi
RUNLEVEL="$(/sbin/runlevel | cut -d " " -f 2)"
case "${RUNLEVEL}" in
0)
TEXT="Apagando..."
;;
6)
TEXT="Reiniciando..."
;;
esac
/bin/plymouth message --text="${TEXT}"
/bin/plymouth --show-splash
;;
esac
;;
restart|force-reload)
;;
*)
echo "Usage: ${0} {start|stop|restart|force-reload}" >&2
exit 1
;;
esac
exit 0
/etc/plymouth/plymouthd.conf changed:
[Daemon]
Theme=joy
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]