On Mon, Jun 17, 2019 at 01:08:43PM -0700, Ronald F. Guilmette wrote: > Here is the output from the command "getent hosts localhost" on the system > in question: > > ::1 localhost > 127.0.0.1 localhost localhost.tristatelogic.com > > > What am I doing wrong? Why doesn't the default value of localhost:0.0 > for DISPLAY work just as well as :0.0 ? >
> 127.0.0.1 localhost localhost.tristatelogic.com Having localhost.tristatelogic.com after localhost seems to be wrong to me. Forgive me if I am mistaken. Shouldn't tristatelogic.com have it's own IP in hosts? Or at least be in the myname equivalent file? I'm not sure what OS you are using, so it may be different. I use OpenBSD and we do this: X.X.X.X tristatelogic.com tristatelogic (last is optional) FVWM is built into base OpenBSD and I am finally giving a real go at using it. I'm very confused so far but working on it. I am also going to try to get tmux working too, since that is built into base too. Anything I can learn is a plus to me! Chris Bennett