Your message dated Mon, 11 Jul 2005 14:43:19 -0400 (EDT) with message-id <[EMAIL PROTECTED]> and subject line too old and merged 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; 10 Jul 1997 13:51:50 +0000 Received: (qmail 10255 invoked from network); 10 Jul 1997 13:51:49 -0000 Received: from cartridge.i-connect.net ([EMAIL PROTECTED]) by master.debian.org with SMTP; 10 Jul 1997 13:51:49 -0000 Received: (qmail 9310 invoked from network); 10 Jul 1997 13:51:53 -0000 Received: from daneel.cs.twsu.edu ([EMAIL PROTECTED]) by cartridge.i-connect.net with SMTP; 10 Jul 1997 13:51:53 -0000 Received: from dax.cs.twsu.edu (dax.cs.twsu.edu [156.26.10.121]) by daneel.cs.twsu.edu (8.8.5/8.8.5) with ESMTP id IAA18422; Thu, 10 Jul 1997 08:49:34 -0500 From: John Goerzen <[EMAIL PROTECTED]> Received: (from [EMAIL PROTECTED]) by dax.cs.twsu.edu (8.8.5/8.8.5) id DAA06650; Thu, 10 Jul 1997 03:49:09 -0500 Date: Thu, 10 Jul 1997 03:49:09 -0500 Message-Id: <[EMAIL PROTECTED]> Subject: xbase: sessreg fails To: [EMAIL PROTECTED] X-Mailer: bug 2.95 Package: xbase Version: 3.3-3 In /etc/X11/config, I turned on the usage of sessreg. Then I got: _setutent: Can't open utmp file: No such file or directory _setutent: Can't open utmp file: No such file or directory _setutent: Can't open utmp file: No such file or directory _setutent: Can't open utmp file: No such file or directory _setutent: Can't open utmp file: No such file or directory _setutent: Can't open utmp file: No such file or directory _setutent: Can't open utmp file: No such file or directory in /var/log/xdm-errors. (And keep getting it, too...) -- System Information Debian Release: 1.3 Kernel Version: Linux dax 2.0.30 #1 Wed May 28 08:57:52 CDT 1997 i586 unknown Versions of the packages xbase depends on: libc5 Version: 5.4.33-3 ncurses3.0 Version: 1.9.9e-1 xlib6 Version: 3.3-3 cpp Version: 2.7.2.1-8 --- Begin /etc/X11/Xsession (modified conffile) if [ -f /etc/environment ] ; then . /etc/environment fi /usr/X11R6/bin/freetemp sysmodmap=/etc/X11/Xmodmap usrmodmap=$HOME/.Xmodmap sysresources=/etc/X11/Xresources usrresources=$HOME/.Xresources startup=$HOME/.xsession.`uname` for errfile in \ "$HOME/.xsession-errors" "${TMPDIR:-/tmp}/xses-$USER" "/tmp/xses-$USER" do if ( cp /dev/null "$errfile" 2> /dev/null ) then chmod 600 "$errfile" exec > "$errfile" 2>&1 break fi done case $# in 1) case $1 in failsafe) if grep -q ^allow-failsafe /etc/X11/config then exec xterm -geometry 80x24-0-0 fi ;; esac esac if [ -f $sysresources ] then xrdb -merge $sysresources fi if [ -f $sysmodmap ] then xmodmap $sysmodmap fi if grep -q ^allow-user-resources /etc/X11/config then if [ -f $usrresources ] then xrdb -merge $usrresources fi fi if grep -q ^allow-user-modmap /etc/X11/config then if [ -f $usrmodmap ] then xmodmap $usrmodmap fi fi if [ -x $startup ] && grep -q ^allow-user-xsession /etc/X11/config then exec $startup else rxvt & if [ -e /etc/X11/window-managers ] then for i in `sed 's/#.*//' /etc/X11/window-managers` do if [ -x $i ] then exec $i fi done fi if [ -x /usr/X11R6/bin/fvwm ] then exec fvwm fi exec twm fi --- End /etc/X11/Xsession --- Begin /etc/X11/Xserver (modified conffile) /usr/X11R6/bin/XF86_S3 Console The first line in this file is the full pathname of the default X server. The second line shows who is allowed to run the X server: RootOnly Console (anyone whose controlling tty is on the console) Anybody --- End /etc/X11/Xserver --- Begin /etc/X11/xdm/Xresources (modified conffile) ! $XConsortium: Xresources,v 1.7 93/09/28 14:30:29 gildea Exp $ xlogin*login.translations: #override\ Ctrl<Key>R: abort-display()\n\ <Key>F1: set-session-argument(failsafe) finish-field()\n\ Ctrl<Key>Return: set-session-argument(failsafe) finish-field()\n\ <Key>Return: set-session-argument() finish-field() xlogin*borderWidth: 3 xlogin*greeting: Debian GNU/Linux (CLIENTHOST) xlogin*namePrompt: login:\ xlogin*fail: Login incorrect xlogin*greetColor: CadetBlue xlogin*failColor: red *Foreground: black *Background: #fffff0 xlogin*Foreground: black xlogin*Background: white XConsole.text.geometry: 480x130 XConsole.verbose: true XConsole*iconic: true XConsole*font: fixed Chooser*geometry: 700x500+300+200 Chooser*allowShellResize: false Chooser*viewport.forceBars: true Chooser*label.font: *-new century schoolbook-bold-i-normal-*-240-* Chooser*label.label: XDMCP Host Menu from CLIENTHOST Chooser*list.font: -*-*-medium-r-normal-*-*-230-*-*-c-*-iso8859-1 Chooser*Command.font: *-new century schoolbook-bold-r-normal-*-180-* --- End /etc/X11/xdm/Xresources --- Begin /etc/X11/xdm/Xresources_0 (modified conffile) ! $XConsortium: Xresources,v 1.7 93/09/28 14:30:29 gildea Exp $ xlogin*login.translations: #override\ Ctrl<Key>R: abort-display()\n\ <Key>F1: set-session-argument(failsafe) finish-field()\n\ Ctrl<Key>Return: set-session-argument(failsafe) finish-field()\n\ <Key>Return: set-session-argument() finish-field() xlogin*borderWidth: 3 xlogin*greeting: Debian GNU/Linux (CLIENTHOST) xlogin*namePrompt: login:\ xlogin*fail: Login incorrect xlogin*greetColor: CadetBlue xlogin*failColor: red *Foreground: black *Background: #fffff0 xlogin*Foreground: black xlogin*Background: white XConsole.text.geometry: 480x130 XConsole.verbose: true XConsole*iconic: true XConsole*font: fixed Chooser*geometry: 700x500+300+200 Chooser*allowShellResize: false Chooser*viewport.forceBars: true Chooser*label.font: *-new century schoolbook-bold-i-normal-*-240-* Chooser*label.label: XDMCP Host Menu from CLIENTHOST Chooser*list.font: -*-*-medium-r-normal-*-*-230-*-*-c-*-iso8859-1 Chooser*Command.font: *-new century schoolbook-bold-r-normal-*-180-* --- End /etc/X11/xdm/Xresources_0 --- Begin /etc/X11/xdm/Xservers (modified conffile) :0 local /usr/X11R6/bin/X -bpp 16 --- End /etc/X11/xdm/Xservers --- Begin /etc/X11/xdm/Xsetup (modified conffile) /usr/X11R6/bin/freetemp /usr/X11R6/bin/xbanner -file /usr/local/xbanner/xdm-login_1 /usr/X11R6/bin/xbanner -file /usr/local/xbanner/xdm-login_2 exit 0 --- End /etc/X11/xdm/Xsetup --- Begin /etc/X11/xdm/Xsetup_0 (modified conffile) /usr/X11R6/bin/freetemp /usr/X11R6/bin/xbanner -file /usr/local/xbanner/xdm-login_1 /usr/X11R6/bin/xbanner -file /usr/local/xbanner/xdm-login_2 exit 0 --- End /etc/X11/xdm/Xsetup_0 --- Begin /etc/X11/xdm/Xstartup (modified conffile) /usr/X11R6/bin/freetemp if grep -q ^obey-nologin /etc/X11/config then if [ -f /etc/nologin ] then xmessage -file /etc/nologin -geometry 640x480 exit 1 fi fi if grep -q ^use-sessreg /etc/X11/config then sessreg -a -l $DISPLAY -u /var/log/utmp -x /etc/X11/xdm/Xservers $USER fi exit 0 --- End /etc/X11/xdm/Xstartup --- Begin /etc/X11/xdm/Xstartup_0 (modified conffile) /usr/X11R6/bin/freetemp if [ -x /etc/X11/xdm/Xstartup ] ; then /etc/X11/xdm/Xstartup fi exit 0 --- End /etc/X11/xdm/Xstartup_0 --------------------------------------- Received: (at 11147-done) by bugs.debian.org; 11 Jul 2005 18:40:29 +0000 >From [EMAIL PROTECTED] Mon Jul 11 11:40:29 2005 Return-path: <[EMAIL PROTECTED]> Received: from grex.cyberspace.org [216.86.77.194] (exim) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Ds3Cf-0004Ww-00; Mon, 11 Jul 2005 11:40:29 -0700 Received: from dajo (helo=localhost) by grex.cyberspace.org with local-esmtp (Exim 4.42) id 1Ds3FP-0000YK-6i; Mon, 11 Jul 2005 14:43:19 -0400 Date: Mon, 11 Jul 2005 14:43:19 -0400 (EDT) From: Daniel Jonan <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: too old and merged Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Daniel Jonan <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 2 closing -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]