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

Bug#34046: marked as done ([REJECTED] runlevels policy: xdm should not be started in all multi-user runlevels by default)



Your message dated Wed, 21 Jun 2000 18:58:09 +0100
with message-id <20000621185808.A4464@polya>
and subject line Bug#34046: [REJECTED] runlevels policy: xdm should not be started in all multi-user runlevels by default
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Mar 1999 20:31:31 +0000
Received: (qmail 20004 invoked from network); 2 Mar 1999 20:31:30 -0000
Received: from pier.ecn.purdue.edu (@128.46.154.98)
  by master.debian.org with SMTP; 2 Mar 1999 20:31:30 -0000
Received: from ppp-x9-36.ecn.purdue.edu (mail@ppp-x9-36.ecn.purdue.edu [128.46.112.36])
	by pier.ecn.purdue.edu (8.8.8/8.8.8moyman) with ESMTP id PAA07457
	for <submit@bugs.debian.org>; Tue, 2 Mar 1999 15:31:23 -0500 (EST)
Received: from servis by ppp-x9-36.ecn.purdue.edu with local (Exim 2.05 #1 (Debian))
	id 10Hvp4-0002Tv-00; Tue, 2 Mar 1999 15:31:22 -0500
From: Brian Servis <servis@purdue.edu>
Subject: xdm: xdm should not start in all multi-user runlevels by default
To: submit@bugs.debian.org
X-Mailer: bug 3.1.7
Message-Id: <E10Hvp4-0002Tv-00@ppp-x9-36.ecn.purdue.edu>
Date: Tue, 2 Mar 1999 15:31:22 -0500

Package: xdm
Version: 3.3.2.3a-10pre11v2
Severity: wishlist

It would be great if xdm did not start the local X server in all 
multi-user runlevels by default.  This is useful when debuging XF86Config,
etc. This is escpecially true now that there is no config file that can
be used to not start it at startup, as was the case with /etc/X11/config.

-- System Information
Debian Release: 2.1
Kernel Version: Linux brian 2.2.1 #1 Sat Feb 20 21:20:47 EST 1999 i586 unknown

Versions of the packages xdm depends on:
ii  libc6           2.0.7.19981211 GNU C Library: shared libraries
ii  xlib6g          3.3.2.3a-10pre shared libraries required by X clients

--- Begin /etc/X11/xdm/Xreset_0 (modified conffile)
#!/bin/sh
#
#
if [ -x /etc/X11/xdm/Xreset ]; then
  /etc/X11/xdm/Xreset
fi
/etc/X11/xdm/TakeConsole
exit 0

--- End /etc/X11/xdm/Xreset_0

--- Begin /etc/X11/xdm/Xservers (modified conffile)
#
#
#
#
:0 local /usr/X11R6/bin/X vt10 -bpp 16

--- End /etc/X11/xdm/Xservers

--- Begin /etc/X11/xdm/Xsetup (modified conffile)
#!/bin/sh
#
#
xsetroot -solid black
exit 0

--- End /etc/X11/xdm/Xsetup

--- Begin /etc/X11/xdm/Xsetup_0 (modified conffile)
#!/bin/sh
#
#
if grep -q ^run-xconsole /etc/X11/xdm/xdm.options; then
  # kill any running xconsole
  pid=$(cat /var/run/xconsole-0.pid 2>/dev/null)
  if [ "$pid" ]; then
        kill $pid 2> /dev/null
  fi
  rm -f /var/run/xconsole_0.pid
  # start fresh xconsole and store its PID
  xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed \
    -exitOnFail -file /dev/xconsole &
  echo $! > /var/run/xconsole_0.pid
fi
xsetroot -solid black
--- End /etc/X11/xdm/Xsetup_0

--- Begin /etc/X11/xdm/Xstartup_0 (modified conffile)
#!/bin/sh
#
#
set -e
if [ -x /etc/X11/xdm/Xstartup ]; then
  /etc/X11/xdm/Xstartup || exit $?
fi
/etc/X11/xdm/GiveConsole
exit 0

--- End /etc/X11/xdm/Xstartup_0

--- Begin /etc/X11/xdm/xdm.options (modified conffile)
#
check-local-xserver
no-ignore-nologin
no-restart-on-upgrade
no-run-xconsole
use-sessreg

--- End /etc/X11/xdm/xdm.options
---------------------------------------
Received: (at 34046-done) by bugs.debian.org; 21 Jun 2000 18:20:27 +0000
>From J.D.Gilbey@qmw.ac.uk Wed Jun 21 13:20:27 2000
Return-path: <J.D.Gilbey@qmw.ac.uk>
Received: from mserv1c.u-net.net [195.102.240.33] 
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 134p6x-0002FL-00; Wed, 21 Jun 2000 13:20:27 -0500
Received: from [195.102.197.253] (helo=polya)
	by mserv1c.u-net.net with esmtp (Exim 2.10 #35)
	id 134p5l-00049L-00
	for 34046-done@bugs.debian.org; Wed, 21 Jun 2000 19:19:14 +0100
Received: from jdg by polya with local (Exim 3.12 #1 (Debian))
	id 134olN-0001A6-00; Wed, 21 Jun 2000 18:58:09 +0100
Date: Wed, 21 Jun 2000 18:58:09 +0100
From: Julian Gilbey <J.D.Gilbey@qmw.ac.uk>
To: 34046-done@bugs.debian.org
Subject: Bug#34046: [REJECTED] runlevels policy: xdm should not be started in all multi-user runlevels by default
Message-ID: <20000621185808.A4464@polya>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Mutt/1.0.1i
Delivered-To: 34046-done@bugs.debian.org

Well, this one never attracted much enthusiasm, and it's not obviously
right, so I think we'll leave it for the time being.  Debian could
probably do with a runlevel policy, but I'm not sure how necessary it
is.

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  Julian Gilbey, Dept of Maths, QMW, Univ. of London. J.D.Gilbey@qmw.ac.uk
        Debian GNU/Linux Developer,  see http://www.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/



Reply to: