$ uname -a
Linux mauri-laptop 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64 GNU/Linux
I'm maverik 10.10, and I want to delete " -nolisten tcp " on my x server
Ho la versione 10.10, vorrei togliere l'indicazione -nolisten
root 1719 1716 9 09:43 tty7 00:24:24 /usr/bin/X :0 -br -verbose -auth /var/run/gdm/auth-for-gdm-IE6iSq/database -nolisten tcp vt7
from this: http://davesource.com/Solutions/2007...ntu-xhost.html
I can't find step 2... how I can do this?Code:1. Edit /etc/X11/xinit/xserverrc: Remove the "-nolisten tcp" 2. Edit /etc/gdm/gdm.conf: Comment out the "DisallowTCP=true" so that it doesn't add the -nolisten back. 3. Really restart X The easiest way is to probably kill gdm and then restart it from a text login: /etc/init.d/gdm stop At a text login: /etc/init.d/gdm start
many thanks for any support.Code:find /etc/ -type f -exec grep DisallowTCP {} \; -print <key>security/DisallowTCP</key> /etc/gdm/gdm.schemas
Cheers,
Lain



Adv Reply
Bookmarks