Re: Why must X open TCP by default?

2016-03-02 Thread Chris H
On Wed, 2 Mar 2016 20:50:11 -0500 kpn...@pobox.com wrote > On Wed, Mar 02, 2016 at 02:54:53PM -0800, Chris H wrote: > > #!/bin/sh - > > /usr/local/bin/startx -- -nolisten tcp > > > > exit > > > > which seems to get the job done, and allow me to be lazy > > at the CLI. :-) > > Personally, I'd

Re: Why must X open TCP by default?

2016-03-02 Thread Chris H
On Wed, 2 Mar 2016 15:59:57 -0500 Brandon Allbery wrote > On Wed, Mar 2, 2016 at 3:56 PM, Chris H wrote: > > > Good catch, by both you, and Brandon. I just tried it. But > > sockstat(1) still reports 6000 being open. Closing the X > > server, and

Re: Why must X open TCP by default?

2016-03-02 Thread Brandon Allbery
On Wed, Mar 2, 2016 at 3:56 PM, Chris H wrote: > Good catch, by both you, and Brandon. I just tried it. But > sockstat(1) still reports 6000 being open. Closing the X > server, and session, reveal that 6000 is no longer open. > Bummer. > Check `man 7 Xserver` to verify

Re: Why must X open TCP by default?

2016-03-02 Thread Chris H
On Wed, 2 Mar 2016 12:44:18 -0800 Freddie Cash wrote > On Wed, Mar 2, 2016 at 12:40 PM, Chris H wrote: > > > Hello, > > This is regarding 9-STABLE. All of the 9-STABLE boxes > > that have Xorg installed, and running on them, insist on > > opening TCP

Re: Why must X open TCP by default?

2016-03-02 Thread Brandon Allbery
On Wed, Mar 2, 2016 at 3:40 PM, Chris H wrote: > startx -nolisten tcp That would pass it to the session, not the server. startx -- -nolisten tcp (startx [[/path/to/session/start] session parameters] [-- [/path/to/server] [:display] server parameters], see xinit

Re: Why must X open TCP by default?

2016-03-02 Thread Freddie Cash
On Wed, Mar 2, 2016 at 12:40 PM, Chris H wrote: > Hello, > This is regarding 9-STABLE. All of the 9-STABLE boxes > that have Xorg installed, and running on them, insist on > opening TCP port 6000; as reported by sockstat(1) > > Xorg 1295 1 tcp6 *:6000

Why must X open TCP by default?

2016-03-02 Thread Chris H
Hello, This is regarding 9-STABLE. All of the 9-STABLE boxes that have Xorg installed, and running on them, insist on opening TCP port 6000; as reported by sockstat(1) Xorg 1295 1 tcp6 *:6000*:* Xorg 1295 3 tcp4 *:6000*:* I see that the