Hi Anyone know how to stop X-windows and port 6000 from listening on SuSE 8.2 ? I've already tried changed the line ... :0 local /usr/X11R6/bin/X :0 vt07 to :0 local /usr/X11R6/bin/X :0 vt07 --nolisten tcp but X-windows is still listening on port 6000. What else do I need to change ? Thanks -- Richard
On Tue, May 06, 2003 at 05:12:49PM +0100, Richard Ibbotson wrote:
Hi
Anyone know how to stop X-windows and port 6000 from listening on SuSE 8.2 ? I've already tried changed the line ...
:0 local /usr/X11R6/bin/X :0 vt07
to
:0 local /usr/X11R6/bin/X :0 vt07 --nolisten tcp
but X-windows is still listening on port 6000. What else do I need to change ?
For graphical logins, you should take care which "Xservers" file is actually used. Recent kdm updates on my 8.0 system changed from /etx/X11/xdm/Xservers to /etc/opt/kde3/share/config/kdm/Xservers or /opt/kde3/share/config/kdm/Xservers HTH, Michel -- Michel Messerschmidt lists@michel-messerschmidt.de antiVirusTestCenter, Computer Science, University of Hamburg
On Tue, 06 May 2003, Michel Messerschmidt wrote:
On Tue, May 06, 2003 at 05:12:49PM +0100, Richard Ibbotson wrote:
Hi
Anyone know how to stop X-windows and port 6000 from listening on SuSE 8.2 ? I've already tried changed the line ...
:0 local /usr/X11R6/bin/X :0 vt07
to
:0 local /usr/X11R6/bin/X :0 vt07 --nolisten tcp
but X-windows is still listening on port 6000. What else do I need to change ?
For graphical logins, you should take care which "Xservers" file is actually used. Recent kdm updates on my 8.0 system changed from /etx/X11/xdm/Xservers to /etc/opt/kde3/share/config/kdm/Xservers or /opt/kde3/share/config/kdm/Xservers
Would it be practical for the SuSE to update the rpm to mention this change in an email to root or in an rpmnew or YaST.new file ?? It would also be good to mention in the "Software Changes from Version to Version" section of the Administration Guide. (I cc'd feedback with this suggestion.) dproc
On Tuesday 06 May 2003 18:12, Richard Ibbotson wrote:
Anyone know how to stop X-windows and port 6000 from listening on SuSE 8.2 ? I've already tried changed the line ...
:0 local /usr/X11R6/bin/X :0 vt07
to
:0 local /usr/X11R6/bin/X :0 vt07 --nolisten tcp
but X-windows is still listening on port 6000. What else do I need to change ?
You have to change /etc/opt/kde3/share/config/kdm/Xservers or /opt/kde3/share/config/kdm/Xservers (depending on your KDE installation). Arno
Dňa Ut 6. Máj 2003 18:12 Richard Ibbotson napísal:
Hi
Anyone know how to stop X-windows and port 6000 from listening on SuSE 8.2 ? I've already tried changed the line ...
:0 local /usr/X11R6/bin/X :0 vt07
to
:0 local /usr/X11R6/bin/X :0 vt07 --nolisten tcp
but X-windows is still listening on port 6000. What else do I need to change ?
try :0 local /usr/X11R6/bin/X :0 vt07 -nolisten tcp d3dk0
On Wed, 18 Jun 2003 d3dk0@zoznam.sk wrote:
Dňa Ut 6. Máj 2003 18:12 Richard Ibbotson napísal:
Hi
Anyone know how to stop X-windows and port 6000 from listening on SuSE 8.2 ? I've already tried changed the line ...
:0 local /usr/X11R6/bin/X :0 vt07
to
:0 local /usr/X11R6/bin/X :0 vt07 --nolisten tcp
but X-windows is still listening on port 6000. What else do I need to change ?
try :0 local /usr/X11R6/bin/X :0 vt07 -nolisten tcp
d3dk0
--
# init 3 should also work? :) -- Registered Linux user #304026. "lynx -source http://www.rallycentral.us/~linux/jharris.asc | gpg --import" or "gpg --keyserver pgp.mit.edu --recv-key BD23A31E" Key fingerprint = FB8C 3210 8DE1 78F4 6505 5918 0C34 BE94 BD23 A31E
Dňa Št 19. Jún 2003 00:58 Jeff Harris napísal:
On Wed, 18 Jun 2003 d3dk0@zoznam.sk wrote:
DÅa Ut 6. Máj 2003 18:12 Richard Ibbotson napÃsal:
Hi
Anyone know how to stop X-windows and port 6000 from listening on SuSE 8.2 ? I've already tried changed the line ...
:0 local /usr/X11R6/bin/X :0 vt07
to
:0 local /usr/X11R6/bin/X :0 vt07 --nolisten tcp
but X-windows is still listening on port 6000. What else do I need to change ?
try :0 local /usr/X11R6/bin/X :0 vt07 -nolisten tcp
d3dk0
--
# init 3 should also work? :) oh yeah, try to look to /var/log/kdm.log
I've found there something like: Unrecognized option: --nolisten use: bla bla bla -nolisten string You have to edit /etc/opt/kde3/share/config/kdm/Xservers :0 local /usr/X11R6/bin/X :0 vt07 -nolisten tcp
Registered Linux user #304026. "lynx -source http://www.rallycentral.us/~linux/jharris.asc | gpg --import" or "gpg --keyserver pgp.mit.edu --recv-key BD23A31E" Key fingerprint = FB8C 3210 8DE1 78F4 6505 5918 0C34 BE94 BD23 A31E
participants (6)
-
Arno Luppold
-
d3dk0@zoznam.sk
-
dproc
-
Jeff Harris
-
Michel Messerschmidt
-
Richard Ibbotson