Your message dated Thu, 29 May 2008 19:02:11 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#455685: fixed in splashy 0.3.10-1 has caused the Debian Bug report #455685, regarding gdm: startup script fails 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 [EMAIL PROTECTED] immediately.) -- 455685: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455685 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: gdm Version: 2.20.5-1 Severity: normal /etc/init.d/gdm fails with all arguments as follows with no action: ,---- athene:/home/jam# /etc/init.d/gdm restart Stopping GNOME Display Manager: gdmathene:/home/jam# `---- ,----[ cat /etc/init.d/gdm ] #! /bin/sh ### BEGIN INIT INFO # Provides: x-display-manager gdm # Should-Start: console-screen acpid dbus hal network-manager # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: GNOME Display Manager # Description: Debian init script for the GNOME Display Manager ### END INIT INFO # # Author: Ryan Murray <[EMAIL PROTECTED]> # set -e PATH=/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/gdm test -x $DAEMON || exit 0 if [ -r /etc/default/locale ]; then . /etc/default/locale export LANG LANGUAGE fi . /lib/lsb/init-functions # To start gdm even if it is not the default display manager, change # HEED_DEFAULT_DISPLAY_MANAGER to "false." HEED_DEFAULT_DISPLAY_MANAGER=true DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager case "$1" in start) CONFIGURED_DAEMON=$(basename "$(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null)") if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ] && \ [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] && \ [ "$CONFIGURED_DAEMON" != gdm ] ; then log_action_msg "Not starting GNOME Display Manager; it is not the default display manager" else log_daemon_msg "Starting GNOME Display Manager" "gdm" start_daemon $DAEMON log_end_msg $? fi ;; stop) log_daemon_msg "Stopping GNOME Display Manager" "gdm" set +e start-stop-daemon --stop --quiet --pidfile /var/run/gdm.pid \ --name gdm --retry 5 set -e log_end_msg $? ;; reload) log_daemon_msg "Scheduling reload of GNOME Display Manager configuration" "gdm" set +e start-stop-daemon --stop --signal USR1 --quiet --pidfile \ /var/run/gdm.pid --name gdm set -e log_end_msg $? ;; restart|force-reload) $0 stop $0 start ;; *) echo "Usage: /etc/init.d/gdm {start|stop|restart|reload|force-reload}" exit 1 ;; esac exit 0 `---- -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gdm depends on: ii adduser 3.107 add and remove users and groups ii debconf [debconf-2.0] 1.5.21 Debian configuration management sy ii gksu 2.0.0-5 graphical frontend to su ii gnome-session 2.22.0-2 The GNOME 2 Session Manager ii gnome-terminal [x-term 2.22.1-1 The GNOME 2 terminal emulator appl ii libart-2.0-2 2.3.20-1 Library of functions for 2D graphi ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit ii libattr1 1:2.4.41-1 Extended attribute shared library ii libc6 2.7-10 GNU C Library: Shared libraries ii libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra ii libdbus-1-3 1.2.1-1 simple interprocess messaging syst ii libdbus-glib-1-2 0.74-2 simple interprocess messaging syst ii libdmx1 1:1.0.2-2 X11 Distributed Multihead extensio ii libfontconfig1 2.5.0-2 generic font configuration library ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib ii libglade2-0 1:2.6.2-1 library to load .glade files at ru ii libglib2.0-0 2.16.3-2 The GLib library of C routines ii libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented display ii libgtk2.0-0 2.12.9-3 The GTK+ graphical user interface ii libpam-modules 0.99.7.1-6 Pluggable Authentication Modules f ii libpam-runtime 0.99.7.1-6 Runtime support for the PAM librar ii libpam0g 0.99.7.1-6 Pluggable Authentication Modules l ii libpango1.0-0 1.20.2-2 Layout and rendering of internatio ii librsvg2-2 2.22.2-2 SAX-based renderer library for SVG ii librsvg2-common 2.22.2-2 SAX-based renderer library for SVG ii libselinux1 2.0.59-1 SELinux shared libraries ii libwrap0 7.6.q-15 Wietse Venema's TCP wrappers libra ii libx11-6 2:1.0.3-7 X11 client-side library ii libxau6 1:1.0.3-2 X11 authorisation library ii libxdmcp6 1:1.0.2-2 X11 Display Manager Control Protoc ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxi6 2:1.1.3-1 X11 Input extension library ii libxinerama1 2:1.0.3-1 X11 Xinerama extension library ii libxml2 2.6.32.dfsg-2 GNOME XML library ii lsb-base 3.2-10 Linux Standard Base 3.2 init scrip ii metacity [x-window-man 1:2.22.0-1 A lightweight GTK2 based Window Ma ii sawfish [x-window-mana 1:1.3.3-1 a window manager for X11 ii xterm [x-terminal-emul 235-1 X terminal emulator ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime Versions of packages gdm recommends: ii dialog 1.1-20080316-1 Displays user-friendly dialog boxe ii gdm-themes 0.5.1 Themes for the GNOME Display Manag ii whiptail 0.52.2-11.2 Displays user-friendly dialog boxe ii xnest 2:1.4.1~git20080131-3 Nested X server ii xserver-xephyr 2:1.4.1~git20080131-3 nested X server ii xserver-xorg 1:7.3+10 the X.Org X server ii zenity 2.22.1-1 Display graphical dialog boxes fro -- debconf information: gdm/daemon_name: /usr/bin/gdm * shared/default-x-display-manager: gdm
--- End Message ---
--- Begin Message ---Source: splashy Source-Version: 0.3.10-1 We believe that the bug you reported is fixed in the latest version of splashy, which is due to be installed in the Debian FTP archive: libsplashy1-dev_0.3.10-1_amd64.deb to pool/main/s/splashy/libsplashy1-dev_0.3.10-1_amd64.deb libsplashy1_0.3.10-1_amd64.deb to pool/main/s/splashy/libsplashy1_0.3.10-1_amd64.deb splashy_0.3.10-1.diff.gz to pool/main/s/splashy/splashy_0.3.10-1.diff.gz splashy_0.3.10-1.dsc to pool/main/s/splashy/splashy_0.3.10-1.dsc splashy_0.3.10-1_amd64.deb to pool/main/s/splashy/splashy_0.3.10-1_amd64.deb splashy_0.3.10.orig.tar.gz to pool/main/s/splashy/splashy_0.3.10.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Fathi Boudra <[EMAIL PROTECTED]> (supplier of updated splashy 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 29 May 2008 20:03:42 +0200 Source: splashy Binary: splashy libsplashy1 libsplashy1-dev Architecture: source amd64 Version: 0.3.10-1 Distribution: unstable Urgency: low Maintainer: Fathi Boudra <[EMAIL PROTECTED]> Changed-By: Fathi Boudra <[EMAIL PROTECTED]> Description: libsplashy1 - Library to draw splash screen on boot, shutdown, resume or suspen libsplashy1-dev - Library to draw splash screen on boot, shutdown, resume or suspen splashy - A complete user-space boot splash system Closes: 338405 421442 455685 455872 458203 458959 459447 459457 462626 469640 470816 472497 472612 473109 473112 478299 478300 478305 482017 Changes: splashy (0.3.10-1) unstable; urgency=low . [ Luis Mondesi ] * New upstream release. (Closes: #455685, #459457, #459447) (Closes: #458959, #458203, #473109, #462626, #472497) (Closes: #473112, #470816, #338405, #472612) (Closes: #482017, #455872, #469640, #421442, #478305) (Closes: #478300, #478299) * debian/control: added missing dependencies - Splashy depends on libdirectfb-1.0-0 >> 1.0.1-8. . [ Fathi Boudra ] * Add myself in Uploaders field. * Bump Standards-Version to 3.7.3. Nothing to do. * Update copyrights. Checksums-Sha1: b9e572c960084c42f141c0487a46f73f40e6f3bf 1550 splashy_0.3.10-1.dsc f3ae40d2a03f2e25e2ad856e0df6b0d67b0417ee 1605073 splashy_0.3.10.orig.tar.gz a0b284feb7067aa0016adc2fb2c470ae9dd7c809 8482 splashy_0.3.10-1.diff.gz 3f90cc4590fb494698208b91e6c2ed4197c124ba 1203376 splashy_0.3.10-1_amd64.deb 93d83e7513d890a3272e265d922c74d3de4df555 40952 libsplashy1_0.3.10-1_amd64.deb b1493e89f1f0b1949a6c0acfff478adcff756310 30220 libsplashy1-dev_0.3.10-1_amd64.deb Checksums-Sha256: 98c22fd72756ebae367d3ca694cdfe5dbf5965150ec38f381a7708e583fceeaf 1550 splashy_0.3.10-1.dsc c55c1a668318b28f16f05d7d63bba4f5f3d1908ebc220738b32702a2c4ed3d9d 1605073 splashy_0.3.10.orig.tar.gz efb3e81d665cb88c47142e0a37f819a021dd226cb031694120829328ddd20092 8482 splashy_0.3.10-1.diff.gz 2170a30cb5d35bf86431553bcb575fbf8358401521f8e11185f47508861d1f74 1203376 splashy_0.3.10-1_amd64.deb f78a48d0a4881094a0f3b0f0c70217af864132fc8c743c314692e6f4bfc0ec58 40952 libsplashy1_0.3.10-1_amd64.deb 54e1c41aa9369bbea3b7c934fff9bbaab1a5770c764f055e515954090a4320d9 30220 libsplashy1-dev_0.3.10-1_amd64.deb Files: 22162adbf2223ada349b287873516208 1550 graphics optional splashy_0.3.10-1.dsc e715c54111657b379fd01c571c45b4b1 1605073 graphics optional splashy_0.3.10.orig.tar.gz edb061b5a4551f65c05ce4efc916aa70 8482 graphics optional splashy_0.3.10-1.diff.gz ab3193700e10bef8ded865caa73dd30d 1203376 graphics optional splashy_0.3.10-1_amd64.deb 5b2c692b34c183ce701f42eeea9f415e 40952 libs optional libsplashy1_0.3.10-1_amd64.deb 17f42c1074a9f41583a7f90b5d136c6d 30220 libdevel optional libsplashy1-dev_0.3.10-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQCVAwUBSD76iIz1NfZqpXL3AQJ6LAP/aNDOb3N4MTQ5bF2G2r+4D9kQ0YTEFzOn FRlLgaTIFhwSGDTvtgjRU2MYoVuT9Yl9NDyLmiD6THy64wLGGshu+2qb4e4v9wRb K/MWHWhyI0Z44Cb201KxfFG4BH4GMX7mUd3k5rTPuSFY5lA6mOD07FEKorQtaPVR NWj57gMUEEY= =j83V -----END PGP SIGNATURE-----
--- End Message ---

