[Bug 676294] Re: unable to open remote java application over ssh (UGBoJ)

2010-12-02 Thread Titantux
** Changed in: openssh (Ubuntu) Status: Incomplete => Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676294 Title: unable to open remote java application over ssh (UGBoJ) -- ubuntu-b

[Bug 676294] Re: unable to open remote java application over ssh (UGBoJ)

2010-11-30 Thread Titantux
I did one test... starting a parallel X server on console 12 as following: sudo X :12.0 vt12 2>&1 > /dev/null then: xterm –display :12.0 –e ssh –X u...@aserver ; on the same xterm once connected to Aserver, ssh -X u...@bserver then ssh -X u...@rserver The result I could open the java

[Bug 676294] Re: unable to open remote java application over ssh (UGBoJ)

2010-11-25 Thread Titantux
Local Java Apps are able to run locally but not when are running from remote servers over ssh Any tips to trouble shooting this ? -- unable to open remote java application over ssh (UGBoJ) https://bugs.launchpad.net/bugs/676294 You received this bug notification because you are a member of Ubunt

[Bug 676294] Re: unable to open remote java application over ssh (UGBoJ)

2010-11-18 Thread Titantux
Is not wokring on my x32-bits -- unable to open remote java application over ssh (UGBoJ) https://bugs.launchpad.net/bugs/676294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com htt

[Bug 676294] Re: unable to open remote java application over ssh (UGBoJ)

2010-11-17 Thread Titantux
Right now, I'm working with other stuff on my home's desktop Ubuntu 10.10 amd64 bits, I did the new update because noticed than new version even for "openssh" & "libssl" came out with this update...Guest what?? Now is working no more UGBoJ at less on 64 bits $ ssh -version OpenSSH_5.5p

[Bug 676294] Re: unable to open remote java application over ssh (UGBoJ)

2010-11-17 Thread Titantux
I don't believe be java issue, since on Ubuntu 10.04, don't have installed java locally and is working... through ssh tunnel Right now I'm comparing ssh -vvv print outs each one (10.04 against 10.10) in order to find differences out during tunnel creation. --10.04..

[Bug 676294] Re: unable to open remote java application over ssh (UGBoJ)

2010-11-17 Thread Serge Hallyn
You've marked this as affecting openssh, but it sounds like purely a java issue, right? Can you run this on a local desktop on 10.10? ** Changed in: openssh (Ubuntu) Status: New => Incomplete -- unable to open remote java application over ssh (UGBoJ) https://bugs.launchpad.net/bugs/67629

[Bug 676294] Re: unable to open remote java application over ssh (UGBoJ)

2010-11-16 Thread Titantux
** Description changed: Hello, thanks in advance & hope you are doing ok. I'm trying to open a remote java application over ssh tunnel ie: MiLap -> Aserver -> Bserver -RServer(Java application) The tunnel is working normal, because I'm able to open simple xclock, xlogo, etc... th