Discussion:
[Xquartz-dev] Mac OS X 10.11.4
James Gamber
2016-03-26 18:09:46 UTC
Permalink
Hi,

I installed XQuartz on my Mac. It works fine with the Mac X clients
provided, like xclock.

I am connecting to my cloud account on eApps.com both via the xterm and via
Mac terminal, with ssh -X. eApps is a standard Linux and Java.

On my cloud account I start a Java application with a SWING GUI. I am
getting the error about the DISPLAY variable not set. When I set a DISPLAY
variable, I get other typical Java errors, but my Java app aborts and no X
window appears on my Mac.

I am seeking a developer that will assist me to fix this for a fixed fee.

Regards,
Jim Gamber
***@gmail.com
Jeremy Huddleston Sequoia
2016-03-26 18:17:50 UTC
Permalink
If your DISPLAY environment variable isn't set, that's the problem. Given that you're using ssh -X, it's likely that the ssh server is configured to disallow X11 forwarding.

See http://www.xquartz.org/FAQs.html, specifically the last couple lines of the section which indicate the need for 'X11Forwarding yes' in sshd_config
Hi,
I installed XQuartz on my Mac. It works fine with the Mac X clients provided, like xclock.
I am connecting to my cloud account on eApps.com both via the xterm and via Mac terminal, with ssh -X. eApps is a standard Linux and Java.
On my cloud account I start a Java application with a SWING GUI. I am getting the error about the DISPLAY variable not set. When I set a DISPLAY variable, I get other typical Java errors, but my Java app aborts and no X window appears on my Mac.
I am seeking a developer that will assist me to fix this for a fixed fee.
Regards,
Jim Gamber
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
James Gamber
2016-03-26 18:20:35 UTC
Permalink
Hi,

I had previously done

X11Forwarding yes' in sshd_config

But that didn't change anything.

Also, is there any XClient app, like xclock, anywhere on the internet (not
on my computer) that I could access via ssh and/or XQuartz to perform a
test. That would verify my local firewall, settings, etc local issues are
not a problem.

Regards,
Jim Gamber

On Sat, Mar 26, 2016 at 11:17 AM, Jeremy Huddleston Sequoia <
Post by Jeremy Huddleston Sequoia
If your DISPLAY environment variable isn't set, that's the problem. Given
that you're using ssh -X, it's likely that the ssh server is configured to
disallow X11 forwarding.
See http://www.xquartz.org/FAQs.html, specifically the last couple lines
of the section which indicate the need for 'X11Forwarding yes' in
sshd_config
Post by James Gamber
Hi,
I installed XQuartz on my Mac. It works fine with the Mac X clients
provided, like xclock.
Post by James Gamber
I am connecting to my cloud account on eApps.com both via the xterm and
via Mac terminal, with ssh -X. eApps is a standard Linux and Java.
Post by James Gamber
On my cloud account I start a Java application with a SWING GUI. I am
getting the error about the DISPLAY variable not set. When I set a DISPLAY
variable, I get other typical Java errors, but my Java app aborts and no X
window appears on my Mac.
Post by James Gamber
I am seeking a developer that will assist me to fix this for a fixed fee.
Regards,
Jim Gamber
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Jeremy Huddleston Sequoia
2016-03-26 18:56:31 UTC
Permalink
Post by James Gamber
Hi,
I had previously done
X11Forwarding yes' in sshd_config
Did you do that on the *remote server side*?
Post by James Gamber
But that didn't change anything.
If that's the case, then you're seeing a bug in ssh. What is DISPLAY set to locally when you 'ssh -X ...' to the remote system? What is it set to on the remote system?
Post by James Gamber
Also, is there any XClient app, like xclock, anywhere on the internet (not on my computer) that I could access via ssh and/or XQuartz to perform a test. That would verify my local firewall, settings, etc local issues are not a problem.
Regards,
Jim Gamber
If your DISPLAY environment variable isn't set, that's the problem. Given that you're using ssh -X, it's likely that the ssh server is configured to disallow X11 forwarding.
See http://www.xquartz.org/FAQs.html, specifically the last couple lines of the section which indicate the need for 'X11Forwarding yes' in sshd_config
Hi,
I installed XQuartz on my Mac. It works fine with the Mac X clients provided, like xclock.
I am connecting to my cloud account on eApps.com both via the xterm and via Mac terminal, with ssh -X. eApps is a standard Linux and Java.
On my cloud account I start a Java application with a SWING GUI. I am getting the error about the DISPLAY variable not set. When I set a DISPLAY variable, I get other typical Java errors, but my Java app aborts and no X window appears on my Mac.
I am seeking a developer that will assist me to fix this for a fixed fee.
Regards,
Jim Gamber
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Robert Wyatt
2016-03-26 19:46:29 UTC
Permalink
... and did you restart the remote sshd daemon?
Post by Jeremy Huddleston Sequoia
Post by James Gamber
Hi,
I had previously done
X11Forwarding yes' in sshd_config
Did you do that on the *remote server side*?
Post by James Gamber
But that didn't change anything.
If that's the case, then you're seeing a bug in ssh. What is DISPLAY set to locally when you 'ssh -X ...' to the remote system? What is it set to on the remote system?
Post by James Gamber
Also, is there any XClient app, like xclock, anywhere on the internet (not on my computer) that I could access via ssh and/or XQuartz to perform a test. That would verify my local firewall, settings, etc local issues are not a problem.
Regards,
Jim Gamber
If your DISPLAY environment variable isn't set, that's the problem. Given that you're using ssh -X, it's likely that the ssh server is configured to disallow X11 forwarding.
See http://www.xquartz.org/FAQs.html, specifically the last couple lines of the section which indicate the need for 'X11Forwarding yes' in sshd_config
Hi,
I installed XQuartz on my Mac. It works fine with the Mac X clients provided, like xclock.
I am connecting to my cloud account on eApps.com both via the xterm and via Mac terminal, with ssh -X. eApps is a standard Linux and Java.
On my cloud account I start a Java application with a SWING GUI. I am getting the error about the DISPLAY variable not set. When I set a DISPLAY variable, I get other typical Java errors, but my Java app aborts and no X window appears on my Mac.
I am seeking a developer that will assist me to fix this for a fixed fee.
Regards,
Jim Gamber
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
j***@gmail.com
2016-03-26 19:59:21 UTC
Permalink
I rebooted my local mac which restarted all its processes. I think the cloud linux system reset anything i ran when i logged off

Jim Gamber [:]
Post by Robert Wyatt
... and did you restart the remote sshd daemon?
Post by Jeremy Huddleston Sequoia
Post by James Gamber
Hi,
I had previously done
X11Forwarding yes' in sshd_config
Did you do that on the *remote server side*?
Post by James Gamber
But that didn't change anything.
If that's the case, then you're seeing a bug in ssh. What is DISPLAY set to locally when you 'ssh -X ...' to the remote system? What is it set to on the remote system?
Post by James Gamber
Also, is there any XClient app, like xclock, anywhere on the internet (not on my computer) that I could access via ssh and/or XQuartz to perform a test. That would verify my local firewall, settings, etc local issues are not a problem.
Regards,
Jim Gamber
If your DISPLAY environment variable isn't set, that's the problem. Given that you're using ssh -X, it's likely that the ssh server is configured to disallow X11 forwarding.
See http://www.xquartz.org/FAQs.html, specifically the last couple lines of the section which indicate the need for 'X11Forwarding yes' in sshd_config
Hi,
I installed XQuartz on my Mac. It works fine with the Mac X clients provided, like xclock.
I am connecting to my cloud account on eApps.com both via the xterm and via Mac terminal, with ssh -X. eApps is a standard Linux and Java.
On my cloud account I start a Java application with a SWING GUI. I am getting the error about the DISPLAY variable not set. When I set a DISPLAY variable, I get other typical Java errors, but my Java app aborts and no X window appears on my Mac.
I am seeking a developer that will assist me to fix this for a fixed fee.
Regards,
Jim Gamber
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
j***@gmail.com
2016-03-26 20:03:14 UTC
Permalink
Jim Gamber [:]
Post by Jeremy Huddleston Sequoia
Post by James Gamber
Hi,
I had previously done
X11Forwarding yes' in sshd_config
Did you do that on the *remote server side*?
the remote side has no x software at all. Not even an xclient like xclock. It is just a clound linux. I will ftp my mac xclock binary over to cloud and see if it will pop an x window on my xquartz on my mac when i try to run it
Post by Jeremy Huddleston Sequoia
Post by James Gamber
But that didn't change anything.
If that's the case, then you're seeing a bug in ssh. What is DISPLAY set to locally when you 'ssh -X ...' to the remote system? What is it set to on the remote system?
Post by James Gamber
Also, is there any XClient app, like xclock, anywhere on the internet (not on my computer) that I could access via ssh and/or XQuartz to perform a test. That would verify my local firewall, settings, etc local issues are not a problem.
Regards,
Jim Gamber
If your DISPLAY environment variable isn't set, that's the problem. Given that you're using ssh -X, it's likely that the ssh server is configured to disallow X11 forwarding.
See http://www.xquartz.org/FAQs.html, specifically the last couple lines of the section which indicate the need for 'X11Forwarding yes' in sshd_config
Hi,
I installed XQuartz on my Mac. It works fine with the Mac X clients provided, like xclock.
I am connecting to my cloud account on eApps.com both via the xterm and via Mac terminal, with ssh -X. eApps is a standard Linux and Java.
On my cloud account I start a Java application with a SWING GUI. I am getting the error about the DISPLAY variable not set. When I set a DISPLAY variable, I get other typical Java errors, but my Java app aborts and no X window appears on my Mac.
I am seeking a developer that will assist me to fix this for a fixed fee.
Regards,
Jim Gamber
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
James Gamber
2016-03-26 21:19:30 UTC
Permalink
Regrettably, my xclock binary will not execute on the remote machine. I
don't think it likes that binary. I can run it fine from my Mac, where it
appears fine in XQuartz.

It is hard to believe that there is no test xclock or any X client app
anywhere on the internet that I can just connect to with xquartz from my
local mac and at least determine that a known x client application will
work.

Doesn't anyone know of such a test internet site.

If it doesn't exist, the X community should make one to confirm that a mac
X server, file wall, and X configuration settings are working over the
internet.

Regards,
Jim Gamber
Post by j***@gmail.com
Jim Gamber [:]
On Mar 26, 2016, at 11:56 AM, Jeremy Huddleston Sequoia <
Post by James Gamber
Hi,
I had previously done
X11Forwarding yes' in sshd_config
Did you do that on the *remote server side*?
the remote side has no x software at all. Not even an xclient like
xclock. It is just a clound linux. I will ftp my mac xclock binary over
to cloud and see if it will pop an x window on my xquartz on my mac when i
try to run it
Post by James Gamber
But that didn't change anything.
If that's the case, then you're seeing a bug in ssh. What is DISPLAY
set to locally when you 'ssh -X ...' to the remote system? What is it set
to on the remote system?
Post by James Gamber
Also, is there any XClient app, like xclock, anywhere on the internet
(not on my computer) that I could access via ssh and/or XQuartz to perform
a test. That would verify my local firewall, settings, etc local issues
are not a problem.
Post by James Gamber
Regards,
Jim Gamber
On Sat, Mar 26, 2016 at 11:17 AM, Jeremy Huddleston Sequoia <
If your DISPLAY environment variable isn't set, that's the problem.
Given that you're using ssh -X, it's likely that the ssh server is
configured to disallow X11 forwarding.
Post by James Gamber
See http://www.xquartz.org/FAQs.html, specifically the last couple
lines of the section which indicate the need for 'X11Forwarding yes' in
sshd_config
Post by James Gamber
Post by James Gamber
Hi,
I installed XQuartz on my Mac. It works fine with the Mac X clients
provided, like xclock.
Post by James Gamber
Post by James Gamber
I am connecting to my cloud account on eApps.com both via the xterm
and via Mac terminal, with ssh -X. eApps is a standard Linux and Java.
Post by James Gamber
Post by James Gamber
On my cloud account I start a Java application with a SWING GUI. I am
getting the error about the DISPLAY variable not set. When I set a DISPLAY
variable, I get other typical Java errors, but my Java app aborts and no X
window appears on my Mac.
Post by James Gamber
Post by James Gamber
I am seeking a developer that will assist me to fix this for a fixed
fee.
Post by James Gamber
Post by James Gamber
Regards,
Jim Gamber
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Peter Dyballa
2016-03-26 22:13:11 UTC
Permalink
Post by James Gamber
Doesn't anyone know of such a test internet site.
My virtual Solaris, Linux, and MS Windows machines with X11… But wait: you can have your own! Oracle VirtualBox (or some Parallels Desktop or VMware Fusion as evaluation download) plus some Oracle Solaris or Linux or MS Windows (Server) appliance (plus Cygwin or such for MS Windows). Even easier, doesn't your friend (neighbour?) have a Mac? (And where is your previous one?)

--
Greetings

Pete

Specifications are for the weak and timid!
j***@gmail.com
2016-03-26 22:25:30 UTC
Permalink
I have a mac and I dont have a friend with an xclock binary on a mac.

And you miss the point, if i have a machine where i am not certain about my config, the last thing i want is a second machine that is not known and tested as working.

this is a standard test case for any client server pair of machines, test a new xserver machine with a known remote xclient machine. The remote machine is known to work correctly.

so i expect an xclient machine/app with public access to run the xclient to be out there somewhere on the internet already someplace.

Jim Gamber [:]
Post by Peter Dyballa
Post by James Gamber
Doesn't anyone know of such a test internet site.
My virtual Solaris, Linux, and MS Windows machines with X11… But wait: you can have your own! Oracle VirtualBox (or some Parallels Desktop or VMware Fusion as evaluation download) plus some Oracle Solaris or Linux or MS Windows (Server) appliance (plus Cygwin or such for MS Windows). Even easier, doesn't your friend (neighbour?) have a Mac? (And where is your previous one?)
--
Greetings
Pete
Specifications are for the weak and timid!
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Jeremy Huddleston Sequoia
2016-03-27 04:10:13 UTC
Permalink
Post by j***@gmail.com
I have a mac and I dont have a friend with an xclock binary on a mac.
Install XQuartz, and it's at /opt/X11/bin/xclock.
Post by j***@gmail.com
And you miss the point, if i have a machine where i am not certain about my config, the last thing i want is a second machine that is not known and tested as working.
Follow the steps on the FAQ that I pointed you to. What does each step report for you?
Post by j***@gmail.com
this is a standard test case for any client server pair of machines, test a new xserver machine with a known remote xclient machine. The remote machine is known to work correctly.
The remote machine is not known to work correctly. That's the point. Given that DISPLAY is unset on the remote and you're using ssh -X, the issue is either:
DISPLAY isn't set locally
sshd on the remote is not configured to allow X11 forwarding
ssh had issues connecting to the DISPLAY socket

Following the steps I pointed you to will indicate which of those problems you are facing.
Post by j***@gmail.com
so i expect an xclient machine/app with public access to run the xclient to be out there somewhere on the internet already someplace.
Jim Gamber [:]
Post by Peter Dyballa
Post by James Gamber
Doesn't anyone know of such a test internet site.
My virtual Solaris, Linux, and MS Windows machines with X11… But wait: you can have your own! Oracle VirtualBox (or some Parallels Desktop or VMware Fusion as evaluation download) plus some Oracle Solaris or Linux or MS Windows (Server) appliance (plus Cygwin or such for MS Windows). Even easier, doesn't your friend (neighbour?) have a Mac? (And where is your previous one?)
--
Greetings
Pete
Specifications are for the weak and timid!
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
j***@gmail.com
2016-03-27 05:28:17 UTC
Permalink
You miss the point when you say remote machine is NOT configured correctly, I want a remote machine that is known and tested. If you do not know of such a machine do not reply to this emaii.

Also, as i have lots of money, will someone provide me a bid to make thus work?

Jim Gamber [:]
Post by Jeremy Huddleston Sequoia
Post by j***@gmail.com
I have a mac and I dont have a friend with an xclock binary on a mac.
Install XQuartz, and it's at /opt/X11/bin/xclock.
Post by j***@gmail.com
And you miss the point, if i have a machine where i am not certain about my config, the last thing i want is a second machine that is not known and tested as working.
Follow the steps on the FAQ that I pointed you to. What does each step report for you?
Post by j***@gmail.com
this is a standard test case for any client server pair of machines, test a new xserver machine with a known remote xclient machine. The remote machine is known to work correctly.
DISPLAY isn't set locally
sshd on the remote is not configured to allow X11 forwarding
ssh had issues connecting to the DISPLAY socket
Following the steps I pointed you to will indicate which of those problems you are facing.
Post by j***@gmail.com
so i expect an xclient machine/app with public access to run the xclient to be out there somewhere on the internet already someplace.
Jim Gamber [:]
Post by Peter Dyballa
Post by James Gamber
Doesn't anyone know of such a test internet site.
My virtual Solaris, Linux, and MS Windows machines with X11… But wait: you can have your own! Oracle VirtualBox (or some Parallels Desktop or VMware Fusion as evaluation download) plus some Oracle Solaris or Linux or MS Windows (Server) appliance (plus Cygwin or such for MS Windows). Even easier, doesn't your friend (neighbour?) have a Mac? (And where is your previous one?)
--
Greetings
Pete
Specifications are for the weak and timid!
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Jeremy Huddleston Sequoia
2016-03-27 06:38:11 UTC
Permalink
Post by j***@gmail.com
You miss the point when you say remote machine is NOT configured correctly, I want a remote machine that is known and tested. If you do not know of such a machine do not reply to this emaii.
That is not an appropriate tone to take with people who are trying to help you out. Your emails are full of misconceptions and we're trying to point you in the right direction.
Post by j***@gmail.com
Also, as i have lots of money, will someone provide me a bid to make thus work?
It's not a matter of money. Most people on this list are more than willing to help you out at no cost. We've provided you with the tools to solve the problem yourself.
Post by j***@gmail.com
I am getting the error about the DISPLAY variable not set.
Thus the issue is that the remote system is either not configured correctly, or DISPLAY wasn't set correctly on the local system when you ssh'd out.
Post by j***@gmail.com
When I set a DISPLAY variable, I get other typical Java errors, but my Java app aborts and no X window appears on my Mac.
What are you setting it to? The lack of a DISPLAY envvar is a fairly strong indication that X11 forwarding is disabled and thus nothing you set DISPLAY to should be expected to work (unless you've specifically opened yourself up to insecure connections).
Post by j***@gmail.com
Jim Gamber [:]
Post by Jeremy Huddleston Sequoia
Post by j***@gmail.com
I have a mac and I dont have a friend with an xclock binary on a mac.
Install XQuartz, and it's at /opt/X11/bin/xclock.
Post by j***@gmail.com
And you miss the point, if i have a machine where i am not certain about my config, the last thing i want is a second machine that is not known and tested as working.
Follow the steps on the FAQ that I pointed you to. What does each step report for you?
Post by j***@gmail.com
this is a standard test case for any client server pair of machines, test a new xserver machine with a known remote xclient machine. The remote machine is known to work correctly.
DISPLAY isn't set locally
sshd on the remote is not configured to allow X11 forwarding
ssh had issues connecting to the DISPLAY socket
Following the steps I pointed you to will indicate which of those problems you are facing.
Post by j***@gmail.com
so i expect an xclient machine/app with public access to run the xclient to be out there somewhere on the internet already someplace.
Jim Gamber [:]
Post by James Gamber
Doesn't anyone know of such a test internet site.
My virtual Solaris, Linux, and MS Windows machines with X11
 But wait: you can have your own! Oracle VirtualBox (or some Parallels Desktop or VMware Fusion as evaluation download) plus some Oracle Solaris or Linux or MS Windows (Server) appliance (plus Cygwin or such for MS Windows). Even easier, doesn't your friend (neighbour?) have a Mac? (And where is your previous one?)
--
Greetings
Pete
Specifications are for the weak and timid!
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Peter Dyballa
2016-03-27 08:37:24 UTC
Permalink
Post by j***@gmail.com
Also, as i have lots of money, will someone provide me a bid to make thus work?
So google for a company that provides a server with a fire wall that allows X11, rent a server, install X11 there, and you're done!

--
Greetings

Pete

Rain is saved up in cloud banks.
j***@gmail.com
2016-03-27 14:02:32 UTC
Permalink
You got it. How much to do that? Any consultants? Please provide a bid.

Jim Gamber [:]
Post by Peter Dyballa
Post by j***@gmail.com
Also, as i have lots of money, will someone provide me a bid to make thus work?
So google for a company that provides a server with a fire wall that allows X11, rent a server, install X11 there, and you're done!
--
Greetings
Pete
Rain is saved up in cloud banks.
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Peter Dyballa
2016-03-27 15:42:51 UTC
Permalink
Post by j***@gmail.com
Please provide a bid.
10,000 €?

--
Greetings

Pete

There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
James Gamber
2016-03-27 15:51:48 UTC
Permalink
Please provide payment arrangements: name, address, etc. Payment is
contingent on a working internet Linux system that produces an XWindow on
my Mac.

Any bids from anyone else?
Post by j***@gmail.com
Please provide a bid.
10,000 €?
--
Greetings
Pete
There are two major products that come out of Berkeley: LSD and UNIX. We
don't believe this to be a coincidence.
- Jeremy S. Anderson
_______________________________________________
Xquartz-dev mailing list
https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Robert T Wyatt
2016-03-29 14:47:04 UTC
Permalink
Thanks for the follow-up Tom. Hope you got paid well for dealing with him.
Hi,
I worked through this with James and it turned out xauth wasn't
installed on the server (Centos 6.6 x64). It needed to be installed
yum install xorg-x11-xauth.x86_64
With this done, things started to work.
This seems to be to do with CentOS not coming with xauth by default,
rather than something specific to eApps, so perhaps this will prove
useful to somebody in the future!
Thanks,
--Tom Seddon
Post by James Gamber
Hi,
I installed XQuartz on my Mac. It works fine with the Mac X clients
provided, like xclock.
I am connecting to my cloud account on eApps.com both via the xterm
and via Mac terminal, with ssh -X. eApps is a standard Linux and Java.
On my cloud account I start a Java application with a SWING GUI. I
am getting the error about the DISPLAY variable not set. When I set
a DISPLAY variable, I get other typical Java errors, but my Java app
aborts and no X window appears on my Mac.
I am seeking a developer that will assist me to fix this for a fixed fee.
Regards,
Jim Gamber
Peter Dyballa
2016-03-29 20:23:47 UTC
Permalink
This seems to be to do with CentOS not coming with xauth by default
Which remembers me of a similar behaviour of RHEL, Red Hat Enterprise Linux, from which CentOS is derived.

--
Greetings

Pete

People say that if you play Microsoft CD's backwards, you hear satanic things, but that's nothing, because if you play them forwards, they install MS Windows.
Continue reading on narkive:
Loading...