Your message dated Fri, 06 Jul 2012 22:19:12 +0000
with message-id <e1sngro-0003iu...@franck.debian.org>
and subject line Bug#617857: fixed in plymouth 0.8.3-9.2
has caused the Debian Bug report #617857,
regarding [plymouth] initscript exits with error after uninstalling plymouth
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
617857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: plymouth
Version: 0.8.3-9.1
Severity: normal
Tags: patch
After uninstalling plymouth, its initscript exits with error:
# /etc/init.d/plymouth start || echo error
/etc/init.d/plymouth: 87: /bin/plymouth: not found
error
The attached patch fixes this.
Thanks
Max Gaukler
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.32-5-amd64
Debian Release: 6.0
500 stable security.debian.org
500 stable ftp.uni-erlangen.de
500 squeeze-updates ftp.uni-erlangen.de
--- Package information. ---
Depends (Version) | Installed
=========================================-+-======================
libc6 (>= 2.8) | 2.11.2-10
libcairo2 (>= 1.2.4) | 1.8.10-6
libdrm-intel1 (>= 2.4.9) | 2.4.21-1~squeeze3
libdrm-nouveau1 (>= 2.4.11-1ubuntu1~) | 2.4.21-1~squeeze3
libdrm-radeon1 (>= 2.4.17) | 2.4.21-1~squeeze3
libdrm2 (>= 2.4.3) | 2.4.21-1~squeeze3
libglib2.0-0 (>= 2.12.0) | 2.24.2-1
libpango1.0-0 (>= 1.21) | 1.28.3-1+squeeze2
libpng12-0 (>= 1.2.13-4) | 1.2.44-1
initramfs-tools | 0.98.8
Recommends (Version) | Installed
==================================-+-===========
plymouth-themes-all |
fontconfig-config | 2.8.0-2.1
ttf-dejavu-core | 2.31-1
Suggests (Version) | Installed
=======================-+-===========
gdm |
--- /etc/init.d/plymouth 2010-10-13 16:31:56.000000000 +0200
+++ ./plymouth 2011-03-11 22:23:11.000000000 +0100
@@ -16,6 +16,8 @@
DESC="Boot splash manager"
SPLASH="false"
+test -x /sbin/plymouthd || exit 0;
+
if [ -r "/etc/default/${NAME}" ]
then
. "/etc/default/${NAME}"
--- End Message ---
--- Begin Message ---
Source: plymouth
Source-Version: 0.8.3-9.2
We believe that the bug you reported is fixed in the latest version of
plymouth, which is due to be installed in the Debian FTP archive:
plymouth-dev_0.8.3-9.2_amd64.deb
to main/p/plymouth/plymouth-dev_0.8.3-9.2_amd64.deb
plymouth-themes-all_0.8.3-9.2_all.deb
to main/p/plymouth/plymouth-themes-all_0.8.3-9.2_all.deb
plymouth-themes-fade-in_0.8.3-9.2_all.deb
to main/p/plymouth/plymouth-themes-fade-in_0.8.3-9.2_all.deb
plymouth-themes-glow_0.8.3-9.2_all.deb
to main/p/plymouth/plymouth-themes-glow_0.8.3-9.2_all.deb
plymouth-themes-script_0.8.3-9.2_all.deb
to main/p/plymouth/plymouth-themes-script_0.8.3-9.2_all.deb
plymouth-themes-solar_0.8.3-9.2_all.deb
to main/p/plymouth/plymouth-themes-solar_0.8.3-9.2_all.deb
plymouth-themes-spinfinity_0.8.3-9.2_all.deb
to main/p/plymouth/plymouth-themes-spinfinity_0.8.3-9.2_all.deb
plymouth-x11_0.8.3-9.2_amd64.deb
to main/p/plymouth/plymouth-x11_0.8.3-9.2_amd64.deb
plymouth_0.8.3-9.2.diff.gz
to main/p/plymouth/plymouth_0.8.3-9.2.diff.gz
plymouth_0.8.3-9.2.dsc
to main/p/plymouth/plymouth_0.8.3-9.2.dsc
plymouth_0.8.3-9.2_amd64.deb
to main/p/plymouth/plymouth_0.8.3-9.2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 617...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Julien Cristau <jcris...@debian.org> (supplier of updated plymouth package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 04 Jul 2012 20:51:56 +0200
Source: plymouth
Binary: plymouth plymouth-x11 plymouth-dev plymouth-themes-all
plymouth-themes-fade-in plymouth-themes-glow plymouth-themes-script
plymouth-themes-solar plymouth-themes-spinfinity
Architecture: source amd64 all
Version: 0.8.3-9.2
Distribution: squeeze
Urgency: low
Maintainer: Julien Cristau <jcris...@debian.org>
Changed-By: Julien Cristau <jcris...@debian.org>
Description:
plymouth - Graphical Boot Animation and Logger
plymouth-dev - Graphical Boot Animation and Logger (development)
plymouth-themes-all - Graphical Boot Animation and Logger (themes metapackage)
plymouth-themes-fade-in - Graphical Boot Animation and Logger (fade-in theme)
plymouth-themes-glow - Graphical Boot Animation and Logger (glow theme)
plymouth-themes-script - Graphical Boot Animation and Logger (script theme)
plymouth-themes-solar - Graphical Boot Animation and Logger (solar theme)
plymouth-themes-spinfinity - Graphical Boot Animation and Logger (spinfinity
theme)
plymouth-x11 - Graphical Boot Animation and Logger
Closes: 617857
Changes:
plymouth (0.8.3-9.2) squeeze; urgency=low
.
* Fix the init script to not do anything if the plymouth package is removed
(closes: #617857).
Checksums-Sha1:
b6cdbb5cb163cfe5e3073d8d5738097d06cb2f7b 2114 plymouth_0.8.3-9.2.dsc
595d4a54408c13161a69473f9fb877b61bf84632 19278 plymouth_0.8.3-9.2.diff.gz
b361e8c9f3a08ef5cf40ff7c169727e5e51cd69d 242738 plymouth_0.8.3-9.2_amd64.deb
7ca5aca9c03d5ba625cc47f2946b2fc5b8062c06 17302 plymouth-x11_0.8.3-9.2_amd64.deb
bddbef33ab03e724a6ea7bfb7bf9f47c4950f50e 451974
plymouth-dev_0.8.3-9.2_amd64.deb
9f906b1ad0b28d2653837b00836a44166801414e 5984
plymouth-themes-all_0.8.3-9.2_all.deb
341e12b875c0d7e0dcfd5b6074c5974a49d816e6 37140
plymouth-themes-fade-in_0.8.3-9.2_all.deb
0007863e85b34e1397659e434b6f06f16b43e771 185026
plymouth-themes-glow_0.8.3-9.2_all.deb
fec674f4844604b134c5f6681fc3ae2c044e344c 11204
plymouth-themes-script_0.8.3-9.2_all.deb
6a0cdb14d4e25f212934b9db0d9f0a29a7cc6f25 365764
plymouth-themes-solar_0.8.3-9.2_all.deb
c7ce14105886a102dd8ecd3fb013a0bd38c8bff8 21072
plymouth-themes-spinfinity_0.8.3-9.2_all.deb
Checksums-Sha256:
dd2dcc840da7c1822eeb77cda83a1f2334ff32c03a306c37c6d2dffb591488db 2114
plymouth_0.8.3-9.2.dsc
eaaae3932889a0f1a4be9c473dc3e8fe232db5d332ad5d0368985bafa511ca83 19278
plymouth_0.8.3-9.2.diff.gz
8d143942aa3ab973f15be0045fd906a127d22cc6bdadf0b6729ef5bc37446a50 242738
plymouth_0.8.3-9.2_amd64.deb
ff7034fddb5c34ecc410e9074d4dd8a1e690dd92224afcc1875a0e18fb1b561e 17302
plymouth-x11_0.8.3-9.2_amd64.deb
1ff0f2a4772772a99e730526e95cd7ac9584cdd8ef7dc9a3c2cbc6c96e1bb2cd 451974
plymouth-dev_0.8.3-9.2_amd64.deb
8e9069c553ec63b6dcfa9a71ba0347f1df5abd135e2c5047d4e18e4724a320fb 5984
plymouth-themes-all_0.8.3-9.2_all.deb
ababfeb8907438d54fc59fed46ebfc0905c5d5ae524d85660a5cb80eb105e9d3 37140
plymouth-themes-fade-in_0.8.3-9.2_all.deb
366d55bb7cd28f68a6f27911d96e0eaf3b81f8bc31fd0e96a704a44af4aeb24e 185026
plymouth-themes-glow_0.8.3-9.2_all.deb
e8ac6df3e3ecb41f7d96bc463bd7e4b38b22c1eda683b7f1d58f03ece073e3b7 11204
plymouth-themes-script_0.8.3-9.2_all.deb
6703f3c1d322b9beb1c2f3da00e8aee1555ad9b3e5736ae6c8551272e68f7f16 365764
plymouth-themes-solar_0.8.3-9.2_all.deb
4ccc66489716eed8855fbce0addcbc78f715fa265492162cdb31439ec031277c 21072
plymouth-themes-spinfinity_0.8.3-9.2_all.deb
Files:
8b31adf0cfee62e18f2eb0c25161bd92 2114 misc optional plymouth_0.8.3-9.2.dsc
f90066cee7fbc958cbd996d71086859b 19278 misc optional plymouth_0.8.3-9.2.diff.gz
d1f84f0ed763409d5c2dbd00d8a6ecec 242738 misc optional
plymouth_0.8.3-9.2_amd64.deb
2cb0e4132b298655b218ec456f2c1925 17302 misc optional
plymouth-x11_0.8.3-9.2_amd64.deb
5c90d16ef8b007aeed9e064f1c4bf002 451974 misc optional
plymouth-dev_0.8.3-9.2_amd64.deb
e8b2ba56c4ed0034e6cb380555e22947 5984 misc optional
plymouth-themes-all_0.8.3-9.2_all.deb
5d698aec2aec99e72ee1894dd4e2975a 37140 misc optional
plymouth-themes-fade-in_0.8.3-9.2_all.deb
6623748fe0adcef59c23eb81f849d9c6 185026 misc optional
plymouth-themes-glow_0.8.3-9.2_all.deb
2cb230fb201932d1c3212f76a56cb25e 11204 misc optional
plymouth-themes-script_0.8.3-9.2_all.deb
a80335c2d9f8de7277282148ba8e6c31 365764 misc optional
plymouth-themes-solar_0.8.3-9.2_all.deb
5a358b475cd1c8a1a3164119e3e464eb 21072 misc optional
plymouth-themes-spinfinity_0.8.3-9.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJP9JLbAAoJEDEBgAUJBeQMYzkP/3XJIDZT7ZAFbNYuSlNWnnKr
e4sPJSAkmrwLNw30L6+X03So1kKtvD4wImsWyEpfqpB80Xmsn2nLLMcQ9tb76rut
jm1NX5Xvzf++3vYUvMzP1SVB1DuY2P2+75yBtkoJmS4gcHaI4fEZ65krgklAiV4X
l4GmuAqZj53K8m5m89L7IIhusmcb4zIwpyJsJ7CpCSOG+/iJa6eepNtAsKWaYHCx
LwcirLaqh1L5H1eTSy+4EYmg6XhUAV8lu89pj4b9b34ipBFAr/eGhkYFNsXQAw85
gNhs7hFpGLku85+fVkVmrMjh2xhAV6iQmlOLiOTYHVWaeiNIPj6nEsumCHj0zM6T
+KPiCfaPm9KiWfIGuSybjnK8sLyIlqTgFKMc3BNmuWgk3Bvs2L40WKzmzmC9+rM8
OwVzPxNqw3XICWkWWApllRDsQkAcExL2jWfnWnvmIKUDfsPEqf73ErG69eGLIk6T
YJq8F9akqXEnmtTaOYrPQh2A/fFFccb9ZxC7blY6qjeNz5hKDgi2cww94JRIGDWT
il36V3svewqqtP9Caj2vW0zooxAx1g5xzaVYtXOvwKJJrk697Ar5aev9xvasVtnn
fqh4H+nE3Z28jcgWqaoiRhf3OWZ1B/q0O6OHF8rO2Ctjv4eruRJPXY0XTLp1gLXF
wMSc+Kklnk8Y5+N4GtaU
=6fRr
-----END PGP SIGNATURE-----
--- End Message ---