[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#365548: marked as done (/etc/init.d/xdm reload just kills xdm)



Your message dated Wed, 05 Jul 2006 10:13:23 -0700
with message-id <E1FyAwF-0008QX-8S@spohr.debian.org>
and subject line Bug#365548: fixed in xdm 1:1.0.5-1
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)

--- Begin Message ---
Package: xdm
Version: 1:1.0.1-6
Severity: normal
Tags: patch

When /etc/init.d/xdm reload is run, it runs  start-stop-daemon --stop --signal
1 --quiet $SSD_STOP_ARGS, which contain the command to send TERM signal to xdm
if it does not stop. This means that instead of reloading with new
configuration, xdm gets HUP signal and is killed immediately.

The solution would be to remove the --retry TERM/5/TERM/5 from the
start-stop-daemon's arguments, like this:

SSD_RELOAD_ARGS="--signal 1 --pidfile $PIDFILE --name $(basename $DAEMON)"

and later:

reload)
    echo -n "Reloading X display manager configuration..."
-   if start-stop-daemon --stop --signal 1 --quiet $SSD_STOP_ARGS; then
+   if start-stop-daemon --stop --quiet $SSD_RELOAD_ARGS; then
      echo "done."
    else
      echo "xdm not running."
    fi
;;


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=C, LC_CTYPE=cs_CZ.ISO-8859-2 (charmap=ISO-8859-2)

Versions of packages xdm depends on:
ii  cpp                       4:4.0.2-2      The GNU C preprocessor (cpp)
ii  debconf [debconf-2.0]     1.4.72         Debian configuration management sy
ii  libc6                     2.3.6-7        GNU C Library: Shared libraries
ii  libice6                   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libpam0g                  0.79-3.1       Pluggable Authentication Modules l
ii  libselinux1               1.30-1         SELinux shared libraries
ii  libsm6                    6.9.0.dfsg.1-6 X Window System Session Management
ii  libx11-6                  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxau6                   6.9.0.dfsg.1-6 X Authentication library
ii  libxaw7                   6.9.0.dfsg.1-6 X Athena widget set library
ii  libxdmcp6                 6.9.0.dfsg.1-6 X Display Manager Control Protocol
ii  libxext6                  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxinerama1              6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxmu6                   6.9.0.dfsg.1-6 X Window System miscellaneous util
ii  libxpm4                   6.9.0.dfsg.1-6 X pixmap library
ii  libxt6                    6.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  x11-common                6.9.0.dfsg.1-6 X Window System (X.Org) infrastruc
ii  xbase-clients             6.9.0.dfsg.1-6 miscellaneous X clients

xdm recommends no packages.

-- debconf information:
* shared/default-x-display-manager: xdm
  xdm/stop_running_server_with_children: false
  xdm/daemon_name: /usr/bin/X11/xdm

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: xdm
Source-Version: 1:1.0.5-1

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

xdm_1.0.5-1.diff.gz
  to pool/main/x/xdm/xdm_1.0.5-1.diff.gz
xdm_1.0.5-1.dsc
  to pool/main/x/xdm/xdm_1.0.5-1.dsc
xdm_1.0.5-1_i386.deb
  to pool/main/x/xdm/xdm_1.0.5-1_i386.deb
xdm_1.0.5.orig.tar.gz
  to pool/main/x/xdm/xdm_1.0.5.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 365548@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <dnusinow@debian.org> (supplier of updated xdm 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: Fri, 30 Jun 2006 00:42:11 -0400
Source: xdm
Binary: xdm
Architecture: source i386
Version: 1:1.0.5-1
Distribution: unstable
Urgency: high
Maintainer: David Nusinow <dnusinow@debian.org>
Changed-By: David Nusinow <dnusinow@debian.org>
Description: 
 xdm        - X display manager
Closes: 365548 369519 373138 373870
Changes: 
 xdm (1:1.0.5-1) unstable; urgency=high
 .
   [ Eugene Konev ]
   * New upstream release. Fixes security bug on linux-2.6 kernels.
   * Don't build-depend on libselinux1-dev on non-linux arches, thanks
     Michael Banck and Christian Perrier (closes: #369519)
   * Fix init script reload target, thanks Alexandr Kazda (closes: #365548)
   * Fix authDir reference in xdm(1), thanks Kevin Ryde (closes: #373138)
   * Update README.Debian, thanks Kevin Ryde (closes: #373870)
   * Pass APP_MAN_SUFFIX=1 to configure explicitely.
Files: 
 31ad3bbe50d7ae3f8cdd42cf6d8ce74f 931 x11 optional xdm_1.0.5-1.dsc
 853f5be8fd5b541b097af0c57131ca8b 482149 x11 optional xdm_1.0.5.orig.tar.gz
 4668c08bfba7d9988f9005ca3f5bfe13 285839 x11 optional xdm_1.0.5-1.diff.gz
 7060a341dc7aa9c40740e215f1737ef9 166882 x11 optional xdm_1.0.5-1_i386.deb

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

iD8DBQFEpLBryLfpNdY0ad8RAkMCAJ41UcNABVJaFxy+TQu1qKAFaWgwnwCfXfVL
e5kkc7rL9hbC1P6Q9uDykkA=
=QCmT
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: