Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2016 12:11:24 +0200
From:      maxnix <maxnix.bsd@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: test of encryption
Message-ID:  <20161023121124.3b7fd738@net.jail>
In-Reply-To: <d0fa3b8c-b4da-44e2-90f0-089997412e80@dreamchaser.org>
References:  <98b881ac-b75f-3d89-b759-39164b5a1558@dreamchaser.org> <d0fa3b8c-b4da-44e2-90f0-089997412e80@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Il giorno Fri, 21 Oct 2016 21:15:53 -0600
Gary Aitken <freebsd@dreamchaser.org> ha scritto:

> Please ignore that title,
> I'm having trouble with thunderbird and hit the wrong button.
> But the question is valid...
> 
> On 10/21/16 21:14, Gary Aitken wrote:
> > In the process of installing 10.3 on former 9.2 system w/ /usr/home
> > on a separate disk & unchanged.
> > 
> > Having done "xhost +",
> > I still can't spawn an xterm from a remote machine on the local net:
> > 
> > Xt error: Can't open display: aaa.bbb.ccc.ddd:0.0
> > 
> > Remote account has no .Xauthority;
> > local account from which X started does.
> > 
> > "This used to work"...
> > Scratching all body parts, still coming up short.
> > 
> > Hints?
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "freebsd-questions-unsubscribe@freebsd.org"
> > 
> >   
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"

Some time ago X switched to

-nolisten tcp

by default. To allow remote connections start your X server with

-listen tcp

Xserver(1) and Xorg(1) can also be useful resources.

HTH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161023121124.3b7fd738>