Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

remove nolisten tcp on a debian machine

Status
Not open for further replies.

pini_1

Banned
Newbie level 5
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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top