remove nolisten tcp on a debian machine

Status
Not open for further replies.

pini_1

Banned
Joined
Jun 18, 2007
Messages
10
Helped
59
Reputation
118
Reaction score
27
Trophy points
1,293
Activity points
0
I modified /etc/X11/xinit/xserverrc

#!/bin/sh

#exec /usr/bin/X -nolisten tcp "$@"
exec /usr/bin/X "$@"

But it still does not work:
ps -ef | grep nolisten

root 3023 3022 0 Jan08 tty8 00:01:06 /usr/bin/Xorg :0 -br -verbose -audit 0 -novtswitch -auth /var/run/gdm3/auth-for-Debian-gdm-BUOIk9/database -nolisten tcp vt8

Any suggestions

Thanks,
 

Create a new file /etc/gdm/custom.conf with this content:
Code:
[security]
DisallowTCP=false
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…