You are not logged in.
Heya all,
I don't know which upgrade did it, bit I think this wasn't the case earlier. In my "/opt/kde/share/config/kdm/Xservers"-file I have added the "-nolisten tcp"-option to the X-startup-commands. However, when I do a "netstat -lp" it still says X is listening on a tcp-port (twice .. which seems strange):
tcp 0 0 *:6000 *:* LISTEN -
tcp 0 0 *:6000 *:* LISTEN
Anyway an idea why it does this (and how to fix it)?
Thanks,
Michel
Offline
hmm, good question... looks like mine is doing it as well... hrrrmmm
Offline
Mine's not doing it.
I've only added "-dpi 96" param to KDM and "netstat -ltp" doesn't show anything (nor "netstat -lp").
:: / my web presence
Offline
I added -nolisten tcp into my defaultserverargs in whatever script that was... seems like its doesn't work... I'm going to make a ~/.xserverrc and try that
Offline
The script probably was startx, but the .xserverrc file in your home dir works fine.
X -nolisten tcp
Maybe AL should provide a more secure sitewide default configuration.
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
yeah, it works great in the ~/.xserverrc
Offline
I believe the initial poster didn't put the option right.
Using KDM, I have it working with:
"ServerArgsLocal=-nolisten tcp -dpi 96" in /opt/kde/share/config/kdm/kdmrc.
Note that KDE comes with "-nolisten tcp" already set. I only had to add -dpi 96 to the config variable.
:: / my web presence
Offline
i edit /usr/X11R6/bin/startx, it works with xfce4, at least.
defaultserverargs="-nolisten tcp"
Offline
Heya all,
thanks for all the nice tips.
Michel
Offline