Your message dated Wed, 14 Oct 2009 13:50:55 +0200
with message-id <20091014115055.gg3...@radis.liafa.jussieu.fr>
and subject line Re: Bug#539186: nolisten switch in /etc/X11/xinit/xserverrc
ignored
has caused the Debian Bug report #539186,
regarding nolisten switch in /etc/X11/xinit/xserverrc ignored
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 ow...@bugs.debian.org
immediately.)
--
539186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539186
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xinit
Version: 1.1.1-1
Severity: normal
/etc/X11/xinit/xserverrc contains the line:
exec /usr/bin/X11/X -nolisten tcp
But connecting to a server at port 6000 in an X terminal says that port
6000 is not available. I got round it by starting X with
'startx -- -nolisten tcp'.
For some reason this does not affect two other machines but it does
affect this one.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages xinit depends on:
ii libc6 2.9-23 GNU C Library: Shared libraries
ii libx11-6 2:1.2.2-1 X11 client-side library
ii x11-common 1:7.4+3 X Window System (X.Org) infrastruc
ii xauth 1:1.0.3-2 X authentication utility
Versions of packages xinit recommends:
ii awesome [x-window-man 3.3.2-1 highly configurable, next generati
ii icewm [x-window-manag 1.2.37+1.3.4pre2-4 wonderful Win95-OS/2-Motif-like wi
ii xserver-xorg 1:7.4+3 the X.Org X server
ii xserver-xorg-core [xs 2:1.6.2.901-1 Xorg X server - core server
ii xterm [x-terminal-emu 243-1 X terminal emulator
xinit suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, Oct 14, 2009 at 11:04:38 +0100, Anthony Campbell wrote:
> root 4770 0.0 0.1 3096 1608 tty1 Ss Oct13 0:00 /bin/login
> --
> ac 4914 0.0 0.1 4960 2028 tty1 S Oct13 0:00 \_ -bash
> ac 13210 0.0 0.1 4560 1536 tty1 S+ 07:35 0:00 \_
> /bin/bash /usr/bin/startx -- -dpi 100
> ac 13228 0.0 0.0 3060 812 tty1 S+ 07:35 0:00 \_
> xinit /home/ac/.xinitrc -- /usr/bin/X -dpi 100 -auth
> /tmp/serverauth.F1Ie6h3EB8
You're passing server arguments to startx (-dpi 100), so xserverrc is
not used. Use "startx -- -dpi 100 -nolisten tcp" if you want to force
this.
Cheers,
Julien
--- End Message ---