Re: X11 forwarding

2013-06-26 Thread Mark Pace
I've had some to time to go back and make this work properly through X11 forwarding. I've followed the Ported Tools guide to setup X11 forwarding, which included compling the xauth program and changing some parameters in the sshd_config. But when I connect via PuTTY with X11 forwarding turned

Re: X11 forwarding

2013-06-26 Thread Mark Pace
Finally found it. It was a problem with the make file. On Wed, Jun 26, 2013 at 1:09 PM, Mark Pace pacemainl...@gmail.com wrote: I've had some to time to go back and make this work properly through X11 forwarding. I've followed the Ported Tools guide to setup X11 forwarding, which included

Re: X11 forwarding

2013-06-26 Thread Donald J.
, Jun 26, 2013, at 10:09 AM, Mark Pace wrote: I've had some to time to go back and make this work properly through X11 forwarding. I've followed the Ported Tools guide to setup X11 forwarding, which included compling the xauth program and changing some parameters in the sshd_config. But when I

Re: X11 forwarding

2013-06-10 Thread Mark Pace
Pace wrote: I appreciate the heads-up, Mark. But this traffic is going through a VPN, so I'm not concerned about it. I will make note of this if I ever have to do this in the clear. Your initial stated objective was to get X11 forwarding working and verified. But now that it isn't

Re: X11 forwarding

2013-06-07 Thread Mark Pace
...@4email.net On Thu, Jun 6, 2013, at 07:42 AM, Mark Pace wrote: I want to test X11 forwarding using SSH in Unix System Services. But I can't find an executable X application like xclock. I find some sample programs, but not any executable code. Is there some executable files that I am

Re: X11 forwarding

2013-06-07 Thread Martin Packer
/mydeveloperworks/blogs/MartinPacker From: Mark Pace pacemainl...@gmail.com To: IBM-MAIN@listserv.ua.edu, Date: 06/07/2013 01:49 PM Subject:Re: X11 forwarding Sent by:IBM Mainframe Discussion List IBM-MAIN@listserv.ua.edu Thank you! But that main(Stringݨ What

Re: X11 forwarding

2013-06-07 Thread Mark Pace
...@gmail.com To: IBM-MAIN@listserv.ua.edu, Date: 06/07/2013 01:49 PM Subject:Re: X11 forwarding Sent by:IBM Mainframe Discussion List IBM-MAIN@listserv.ua.edu Thank you! But that main(Stringݨ What are those characters? On Thu, Jun 6, 2013 at 11:02 PM

Re: X11 forwarding

2013-06-07 Thread Donald J.
:Re: X11 forwarding Sent by:IBM Mainframe Discussion List IBM-MAIN@listserv.ua.edu Thank you! But that main(Stringݨ What are those characters? On Thu, Jun 6, 2013 at 11:02 PM, Donald J. dona...@4email.net wrote: Here is a java program EmptyFrame1.java

Re: X11 forwarding

2013-06-07 Thread Donald J.
From: Mark Pace pacemainl...@gmail.com To: IBM-MAIN@listserv.ua.edu, Date: 06/07/2013 01:49 PM Subject:Re: X11 forwarding Sent by:IBM Mainframe Discussion List IBM-MAIN@listserv.ua.edu Thank you! But that main(Stringݨ What are those

Re: X11 forwarding

2013-06-07 Thread Mark Pace
To: IBM-MAIN@listserv.ua.edu, Date: 06/07/2013 01:49 PM Subject:Re: X11 forwarding Sent by:IBM Mainframe Discussion List IBM-MAIN@listserv.ua.edu Thank you! But that main(Stringݨ What are those characters? On Thu, Jun 6, 2013 at 11

Re: X11 forwarding

2013-06-07 Thread Mark Pace
] On Behalf Of Mark Pace Sent: Friday, June 07, 2013 9:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: X11 forwarding Now this is something I never expected to see. # export export: Command not found. # find / -name export # /bin/export is gone?!?! -- This message and any attachments

Re: X11 forwarding

2013-06-07 Thread Mark Pace
Pace Sent: Friday, June 07, 2013 9:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: X11 forwarding Now this is something I never expected to see. # export export: Command not found. # find / -name export # /bin/export is gone?!?! -- This message and any attachments are intended only

Re: X11 forwarding

2013-06-07 Thread John McKown
the Command not found error either... Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Mark Pace Sent: Friday, June 07, 2013 9:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: X11 forwarding Now this is something I never

Re: X11 forwarding

2013-06-07 Thread Paul Gilmartin
On Fri, 7 Jun 2013 09:47:38 -0400, Mark Pace wrote: DOH! I'm no UNIX expert. I had changed my shell to TCSH because I liked using tab key for autocomplete and arrow up to go back through command history. Surprise! That was the problem. I put my shell back SH and export works again. ARGH! I

Re: X11 forwarding

2013-06-07 Thread Mark Pace
- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Mark Pace Sent: Friday, June 07, 2013 9:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: X11 forwarding Now this is something I never expected to see. # export export: Command not found

Re: X11 forwarding

2013-06-07 Thread Mark Post
, or your desktop? If it's your desktop, then you aren't doing X11 forwarding over SSH. Normally, when using X11 forwarding over SSH with xauth, your DISPLAY variable gets set automatically to something like: localhost:10.0 If you don't have xauth on your MVS system, that will cause problems

Re: X11 forwarding

2013-06-07 Thread Mark Pace
desktop, then you aren't doing X11 forwarding over SSH. Normally, when using X11 forwarding over SSH with xauth, your DISPLAY variable gets set automatically to something like: localhost:10.0 If you don't have xauth on your MVS system, that will cause problems, forcing you to do that export

Re: X11 forwarding

2013-06-07 Thread Mark Post
On 6/7/2013 at 01:04 PM, Mark Pace pacemainl...@gmail.com wrote: In this case the export DISPLAY IP is my desktop running the X server. It appears to me that xauth is not compiled. So I get a message about xauth, but I do get the X window, so it is working. Well, what is working is _not_

Re: X11 forwarding

2013-06-07 Thread Mark Pace
I appreciate the heads-up, Mark. But this traffic is going through a VPN, so I'm not concerned about it. I will make note of this if I ever have to do this in the clear. On Fri, Jun 7, 2013 at 1:31 PM, Mark Post mp...@suse.com wrote: On 6/7/2013 at 01:04 PM, Mark Pace pacemainl...@gmail.com

Re: X11 forwarding

2013-06-07 Thread Paul Gilmartin
On Fri, 7 Jun 2013 13:53:38 -0400, Mark Pace wrote: I appreciate the heads-up, Mark. But this traffic is going through a VPN, so I'm not concerned about it. I will make note of this if I ever have to do this in the clear. Your initial stated objective was to get X11 forwarding working

X11 forwarding

2013-06-06 Thread Mark Pace
I want to test X11 forwarding using SSH in Unix System Services. But I can't find an executable X application like xclock. I find some sample programs, but not any executable code. Is there some executable files that I am not finding? -- The postings on this site are my own and don’t

Re: X11 forwarding

2013-06-06 Thread Pfister, Nathan J CIV DISA ESB (US)
@LISTSERV.UA.EDU] On Behalf Of Mark Pace Sent: Thursday, June 06, 2013 10:42 To: IBM-MAIN@LISTSERV.UA.EDU Subject: X11 forwarding I want to test X11 forwarding using SSH in Unix System Services. But I can't find an executable X application like xclock. I find some sample programs, but not any executable

Re: X11 forwarding

2013-06-06 Thread Donald J.
-- Donald J. dona...@4email.net On Thu, Jun 6, 2013, at 07:42 AM, Mark Pace wrote: I want to test X11 forwarding using SSH in Unix System Services. But I can't find an executable X application like xclock. I find some sample programs, but not any executable code. Is there some