Bug#240993: marked as done (gdm doesn't restart correctly upon upgrade)

Debian Bug Tracking System owner@bugs.debian.org
Sat, 15 May 2004 16:48:12 -0700


Your message dated Sat, 15 May 2004 19:32:06 -0400
with message-id <E1BP8dS-0001FS-00@newraff.debian.org>
and subject line Bug#240993: fixed in gdm 2.4.4.7-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Mar 2004 08:39:45 +0000
>From Josselin.Mouette@ec-lyon.fr Tue Mar 30 00:39:45 2004
Return-path: <Josselin.Mouette@ec-lyon.fr>
Received: from ecl03.servers.ec-lyon.fr (ecl03.crinet.ec-lyon.fr) [156.18.19.3] 
	by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1B8Emf-0001sk-00; Tue, 30 Mar 2004 00:39:45 -0800
Received: from localhost (ecl03.servers.ec-lyon.fr [127.0.0.1])
	by ecl03.crinet.ec-lyon.fr (Postfix) with ESMTP
	id C8D592BCAF; Tue, 30 Mar 2004 10:39:43 +0200 (CEST)
Received: from ecl03.crinet.ec-lyon.fr ([127.0.0.1])
 by localhost (ecl03.servers.ec-lyon.fr [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 24080-18; Tue, 30 Mar 2004 10:39:43 +0200 (CEST)
Received: from leom181.leom.ec-lyon.fr (leom181.leom.ec-lyon.fr [156.18.34.181])
	by ecl03.crinet.ec-lyon.fr (Postfix) with ESMTP
	id 56A202BC7D; Tue, 30 Mar 2004 10:39:43 +0200 (CEST)
Received: from joss by leom181.leom.ec-lyon.fr with local (Exim 3.36 #1 (Debian))
	id 1B8Elu-0006eN-00; Tue, 30 Mar 2004 10:38:58 +0200
Date: Tue, 30 Mar 2004 10:38:58 +0200
From: Josselin Mouette <joss@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gdm doesn't restart correctly upon upgrade
Message-ID: <20040330083857.GA25415@leom181.leom.ec-lyon.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.55
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: Josselin Mouette <Josselin.Mouette@ec-lyon.fr>
Reply-To: Josselin Mouette <joss@debian.org>
X-Virus-Scanned: by amavisd with F-secure at ec-lyon.fr
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_30,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: gdm
Version: 2.4.4.7-1
Severity: important
Tags: sid patch

The gdm package in sid isn't restarted correctly upon upgrade and 
requires manual intervention. Adding the following code to the postinst 
should fix this:

# Soft restart of the display manager
                                                                                
fifofile=/var/lib/gdm/.gdminfo
pidfile=/var/run/gdm.pid
                                                                                
# NOTE: the binary on disk most likely has changed, so we can't use --exec
if start-stop-daemon --stop --quiet --name gdm --signal 0 --pid "$pidfile"; then  if [ -w "$fifofile" ]; then
    (echo;echo SOFT_RESTART) >> "$fifofile"
  fi
fi

Regards,
-- 
 .''`.           Josselin Mouette        /\./\
: :' :           josselin.mouette@ens-lyon.org
`. `'                        joss@debian.org
  `-  Debian GNU/Linux -- The power of freedom

---------------------------------------
Received: (at 240993-close) by bugs.debian.org; 15 May 2004 23:39:12 +0000
>From katie@ftp-master.debian.org Sat May 15 16:39:12 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BP8kJ-00009B-00; Sat, 15 May 2004 16:39:11 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BP8dS-0001FS-00; Sat, 15 May 2004 19:32:06 -0400
From: Ryan Murray <rmurray@debian.org>
To: 240993-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#240993: fixed in gdm 2.4.4.7-2
Message-Id: <E1BP8dS-0001FS-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 15 May 2004 19:32:06 -0400
Delivered-To: 240993-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 6

Source: gdm
Source-Version: 2.4.4.7-2

We believe that the bug you reported is fixed in the latest version of
gdm, which is due to be installed in the Debian FTP archive:

gdm_2.4.4.7-2.diff.gz
  to pool/main/g/gdm/gdm_2.4.4.7-2.diff.gz
gdm_2.4.4.7-2.dsc
  to pool/main/g/gdm/gdm_2.4.4.7-2.dsc
gdm_2.4.4.7-2_i386.deb
  to pool/main/g/gdm/gdm_2.4.4.7-2_i386.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 240993@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Murray <rmurray@debian.org> (supplier of updated gdm 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 15 May 2004 16:13:30 -0700
Source: gdm
Binary: gdm
Architecture: source i386
Version: 2.4.4.7-2
Distribution: unstable
Urgency: low
Maintainer: Ryan Murray <rmurray@debian.org>
Changed-By: Ryan Murray <rmurray@debian.org>
Description: 
 gdm        - GNOME Display Manager
Closes: 133578 189615 200121 201303 240984 240993 243218 247065 247971 248328
Changes: 
 gdm (2.4.4.7-2) unstable; urgency=low
 .
   * Correct location of logdir (closes: #240984)
   * Add /etc/default/gdm, initialized from the locales package's debconf.
     (closes: #133578)
   * Add depends on xbase-clients until #242485 is fixed in X. (closes: #247065)
   * Change "genius" to "gdm" in default config comments (closes: #243218)
   * Soft restart gdm in postinst (closes: #240993)
   * Update locale.conf to latest glibc (closes: #247971)
   * Create .dmrc with restrictive permissions if it doesn't exist.
   * Now that gksu works for me, use it to start gdmsetup (closes: #189615)
   * Update debconf templates to xdm 4.3.0.dfsg.1-1.
   * Add Turkish debconf template (closes: #248328)
   * Add note about debconf templates to README.Debian (closes: #200121)
   * Add some whitespace to the gdmlogin logo (closes: #201303)
   * Build with SELinux support.
Files: 
 1381463e18b269eb2923b3cacea9ae36 679 gnome optional gdm_2.4.4.7-2.dsc
 caa7d5c889309d6f5513130974745829 199919 gnome optional gdm_2.4.4.7-2.diff.gz
 df6a4fb94166bdaa16769841df69a990 2059872 gnome optional gdm_2.4.4.7-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFApqbGN2Dbz/1mRasRAvatAJ9uPfbZdqrHo+oAtgiC+pn7CuJJXACgszKF
w0uABgBxaEmRSqgh9fbt3HE=
=M2zR
-----END PGP SIGNATURE-----