Re: cannot open display: localhost:0.0

2018-09-24 Thread Greg Wooledge
On Sun, Sep 23, 2018 at 11:51:29AM -0400, Gene Heskett wrote: > gene@rock64:~$ sudo netstat -anp|grep 6000 > [sudo] password for gene: > gene@rock64:~$ sudo netstat -anp|grep 6000 > gene@rock64:~$ > > Nothing returned, did it twice while logged into the rock64 as > UID=1000=gene > > What is

Re: cannot open display: localhost:0.0 [solved]

2018-09-23 Thread Rob van der Putten
Hi there On 23/09/2018 20:07, Grzesiek Sójka wrote: On 9/23/18 2:36 PM, Rob van der Putten wrote: On 23/09/2018 13:48, Grzegorz Sójka wrote: I need to allow remote applications to connect to xorg. Since I log in using lxdm i have tcp_listen=1 in /etc/lxdm/lxdm.conf. Thus Xorg is running

Re: cannot open display: localhost:0.0 [solved]

2018-09-23 Thread Grzesiek Sójka
On 9/23/18 2:36 PM, Rob van der Putten wrote: Hi there On 23/09/2018 13:48, Grzegorz Sójka wrote: I need to allow remote applications to connect to xorg. Since I log in using lxdm i have tcp_listen=1 in /etc/lxdm/lxdm.conf. Thus Xorg is running without -nolisten tcp flag. Unfortunately: $

Re: cannot open display: localhost:0.0

2018-09-23 Thread Étienne Mollier
On 9/23/18 4:00 PM, Gene Heskett wrote: > On Sunday 23 September 2018 06:30:01 Étienne Mollier wrote: > > Maybe try: > > > > xhost +LOCAL: > > DISPLAY=localhost:0.0 xterm > > On which machine? The target of the ssh login, or this one > with the comfy office chair to sit it? That is not

Re: cannot open display: localhost:0.0

2018-09-23 Thread Gene Heskett
On Sunday 23 September 2018 10:36:01 Rob van der Putten wrote: Humm, my puzzle for X11Forwarding has even more pieces. copy/pasted from the konsole logged into the rock64, running stretch gene@rock64:~$ sudo netstat -anp|grep 6000 [sudo] password for gene: gene@rock64:~$ sudo netstat -anp|grep

Re: cannot open display: localhost:0.0

2018-09-23 Thread Gene Heskett
On Sunday 23 September 2018 09:20:34 Étienne Mollier wrote: > On 9/23/18 5:06 PM, Grzesiek Sójka wrote: > > $ xhost +LOCAL: ; DISPLAY=localhost:0.0 xterm > > non-network local connections being added to access control list > > xterm: Xt error: Can't open display: localhost:0.0 > > Whoops, however

Re: cannot open display: localhost:0.0

2018-09-23 Thread Rob van der Putten
Hi there On 23/09/2018 13:48, Grzegorz Sójka wrote: I need to allow remote applications to connect to xorg. Since I log in using lxdm i have tcp_listen=1 in /etc/lxdm/lxdm.conf. Thus Xorg is running without -nolisten tcp flag. Unfortunately: $ xhost +localhost; DISPLAY=localhost:0.0 xterm

Re: cannot open display: localhost:0.0

2018-09-23 Thread Gene Heskett
On Sunday 23 September 2018 06:30:01 Étienne Mollier wrote: > On 9/23/18 1:48 PM, Grzegorz Sójka wrote: > > Hi there, > > > > I need to allow remote applications to connect to xorg. Since I log > > in using lxdm i have tcp_listen=1 in /etc/lxdm/lxdm.conf. Thus Xorg > > is running without

Re: cannot open display: localhost:0.0

2018-09-23 Thread Étienne Mollier
On 9/23/18 5:14 PM, Grzesiek Sójka wrote: > On 9/23/18 1:06 PM, Étienne Mollier wrote: > > ssh -YC user@remotehost > > I do not need encryption since all machines are in the same > network segment. So I prefer not to use ssh. In that case, perhaps you should simply test with remote clients; I

Re: cannot open display: localhost:0.0

2018-09-23 Thread Étienne Mollier
On 9/23/18 5:06 PM, Grzesiek Sójka wrote: > $ xhost +LOCAL: ; DISPLAY=localhost:0.0 xterm > non-network local connections being added to access control list > xterm: Xt error: Can't open display: localhost:0.0 Whoops, however the DISPLAY=localhost:0.0 was a typo of mine. DISPLAY=:0.0 should have

Re: cannot open display: localhost:0.0

2018-09-23 Thread Grzesiek Sójka
On 9/23/18 1:06 PM, Étienne Mollier wrote: On 9/23/18 2:59 PM, The Wanderer wrote: On 2018-09-23 at 10:24, Grzesiek Sójka wrote: On 9/23/18 10:30 AM, Étienne Mollier wrote: Maybe try: xhost +LOCAL: DISPLAY=localhost:0.0 xterm It does not work: # xhost +LOCAL;

Re: cannot open display: localhost:0.0

2018-09-23 Thread Nicolas George
Étienne Mollier (2018-09-23): > or removing “-nolisten” to Xorg parameters: Finally somebody in this thread who payed attention in the last fifteen years... Regards, -- Nicolas George signature.asc Description: Digital signature

Re: cannot open display: localhost:0.0

2018-09-23 Thread Étienne Mollier
On 9/23/18 2:59 PM, The Wanderer wrote: > On 2018-09-23 at 10:24, Grzesiek Sójka wrote: > > On 9/23/18 10:30 AM, Étienne Mollier wrote: > > > Maybe try: > > > > > > xhost +LOCAL: > > > DISPLAY=localhost:0.0 xterm > > > > It does not work: > > > > # xhost +LOCAL; DISPLAY=localhost:0.0 xterm > >

Re: cannot open display: localhost:0.0

2018-09-23 Thread Grzesiek Sójka
On 9/23/18 12:59 PM, The Wanderer wrote: On 2018-09-23 at 10:24, Grzesiek Sójka wrote: On 9/23/18 10:30 AM, Étienne Mollier wrote: On 9/23/18 1:48 PM, Grzegorz Sójka wrote: Hi there, I need to allow remote applications to connect to xorg. Since I log in using lxdm i have tcp_listen=1 in

Re: cannot open display: localhost:0.0

2018-09-23 Thread The Wanderer
On 2018-09-23 at 10:24, Grzesiek Sójka wrote: > On 9/23/18 10:30 AM, Étienne Mollier wrote: > >> On 9/23/18 1:48 PM, Grzegorz Sójka wrote: >> >>> Hi there, >>> >>> I need to allow remote applications to connect to xorg. Since I >>> log in using lxdm i have tcp_listen=1 in /etc/lxdm/lxdm.conf. >>>

Re: cannot open display: localhost:0.0

2018-09-23 Thread Grzesiek Sójka
On 9/23/18 12:27 PM, Anders Andersson wrote: On Sun, Sep 23, 2018 at 4:24 PM, Grzesiek Sójka wrote: On 9/23/18 10:30 AM, Étienne Mollier wrote: On 9/23/18 1:48 PM, Grzegorz Sójka wrote: Hi there, I need to allow remote applications to connect to xorg. Since I log in using lxdm i have

Re: cannot open display: localhost:0.0

2018-09-23 Thread Anders Andersson
On Sun, Sep 23, 2018 at 4:24 PM, Grzesiek Sójka wrote: > On 9/23/18 10:30 AM, Étienne Mollier wrote: >> >> On 9/23/18 1:48 PM, Grzegorz Sójka wrote: >>> >>> Hi there, >>> >>> I need to allow remote applications to connect to xorg. Since I log in >>> using lxdm i have tcp_listen=1 in

Re: cannot open display: localhost:0.0

2018-09-23 Thread Grzesiek Sójka
On 9/23/18 10:30 AM, Étienne Mollier wrote: On 9/23/18 1:48 PM, Grzegorz Sójka wrote: Hi there, I need to allow remote applications to connect to xorg. Since I log in using lxdm i have tcp_listen=1 in /etc/lxdm/lxdm.conf. Thus Xorg is running without -nolisten tcp flag. Unfortunately: $

Re: cannot open display: localhost:0.0

2018-09-23 Thread Étienne Mollier
On 9/23/18 1:48 PM, Grzegorz Sójka wrote: > Hi there, > > I need to allow remote applications to connect to xorg. Since I log in using > lxdm i have tcp_listen=1 in /etc/lxdm/lxdm.conf. Thus Xorg is running without > -nolisten tcp flag. Unfortunately: > > $ xhost +localhost;

cannot open display: localhost:0.0

2018-09-23 Thread Grzegorz Sójka
Hi there, I need to allow remote applications to connect to xorg. Since I log in using lxdm i have tcp_listen=1 in /etc/lxdm/lxdm.conf. Thus Xorg is running without -nolisten tcp flag. Unfortunately: $ xhost +localhost; DISPLAY=localhost:0.0 xterm localhost being added to access control list