Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problem using phinx in QNX 6.3.2: (5 Items)
   
Problem using phinx in QNX 6.3.2  
Hi, I'm having some trouble to make phinx work.

I'm using QNX 6.3.2 and in some machines (that I do not have access right now) it works OK. But, in some others (that I 
do have acces now) it does not.

I'm using phinx binarie from: http://www.openqnx.com/PNphpBB2-viewtopic-t6772-.html (the last post)

In the machines that works I do this:
xhost +
ssh -R 6000:localhost:6000 -Y <user@machine>

and when loggued using ssh, i do "phinx -display :0.0" and it appears a window in my X Window system.

I have check that inetd is running and the line of phrelay is uncommented. Just in case, it is like this:

phrelay    stream tcp nowait root  /usr/bin/phrelay         phrelay -x


I've also tried doing just:
xhost +
ssh <user@machine>
and inside the ssh session: phinx -display <ip>:0.0 (or :0 too)

But it does not work, it always fails with:

# phinx -display lindsay:0.0
Error: Can't open display: lindsay:0.0

for exmaple. I've tried using the ip instead of the name, just in case. But it fails the same way

I've also tried adding a debug file to phrelay, so the line in the inetd.conf was:

phrelay    stream tcp nowait root  /usr/bin/phrelay         phrelay -x -D /tmp/phrelay.debug

But it did not create the debug file.

I've also done a ngrep in my machine to see which things come (when I just do ssh, without tunnels) from that host that 
are not on port 22, but nothing comes.


I've no idea what could be the problem, but I hope is something silly like uncommenting some other line or something 
like that. If anybody has a clue, please let me know :)



Thanks a lot,
Rodrigo
Re: Problem using phinx in QNX 6.3.2  
Or just any other way to do the same

OR also, but I've read in some release notes (I don't remember right now) that is not possible in QNX 6.3.2, if anyone 
knows how to install a qnx package from a console.



Thanks a lot,
Rodrigo
RE: Problem using phinx in QNX 6.3.2  
It sounds like an XWindows permissions problem to me, but it's been so
long that I've used XWindows that I can't be of much help.

Note that if the XWindows machines you are trying to connect with are
Linux machines, instead of using phinx you can run Phindows under WINE.
Just be sure to disable Phindows double buffering or else it will try to
use Direct3D and mess up.

Regards,
Max

-----Original Message-----
From: Rodrigo Campos [mailto:community-noreply@qnx.com] 
Sent: Friday, September 04, 2009 11:44 AM
To: momentics-community
Subject: Problem using phinx in QNX 6.3.2

Hi, I'm having some trouble to make phinx work.

I'm using QNX 6.3.2 and in some machines (that I do not have access
right now) it works OK. But, in some others (that I do have acces now)
it does not.

I'm using phinx binarie from:
http://www.openqnx.com/PNphpBB2-viewtopic-t6772-.html (the last post)

In the machines that works I do this:
xhost +
ssh -R 6000:localhost:6000 -Y <user@machine>

and when loggued using ssh, i do "phinx -display :0.0" and it appears a
window in my X Window system.

I have check that inetd is running and the line of phrelay is
uncommented. Just in case, it is like this:

phrelay    stream tcp nowait root  /usr/bin/phrelay         phrelay -x


I've also tried doing just:
xhost +
ssh <user@machine>
and inside the ssh session: phinx -display <ip>:0.0 (or :0 too)

But it does not work, it always fails with:

# phinx -display lindsay:0.0
Error: Can't open display: lindsay:0.0

for exmaple. I've tried using the ip instead of the name, just in case.
But it fails the same way

I've also tried adding a debug file to phrelay, so the line in the
inetd.conf was:

phrelay    stream tcp nowait root  /usr/bin/phrelay         phrelay -x
-D /tmp/phrelay.debug

But it did not create the debug file.

I've also done a ngrep in my machine to see which things come (when I
just do ssh, without tunnels) from that host that are not on port 22,
but nothing comes.


I've no idea what could be the problem, but I hope is something silly
like uncommenting some other line or something like that. If anybody has
a clue, please let me know :)



Thanks a lot,
Rodrigo



_______________________________________________

QNX Momentics Community Support
http://community.qnx.com/sf/go/post37381
Re: RE: Problem using phinx in QNX 6.3.2  
> It sounds like an XWindows permissions problem to me, but it's been so
> long that I've used XWindows that I can't be of much help.

I've enable to connect from anywhere to my X. And also, no traffic at all arrives to mymachine.

> 
> Note that if the XWindows machines you are trying to connect with are
> Linux machines, instead of using phinx you can run Phindows under WINE.

Yes, its linux. But Phindows isn't paid ?



Thanks a lot,
Rodrigo
Re: Problem using phinx in QNX 6.3.2  
> Hi, I'm having some trouble to make phinx work.
>

My fault, I have the X server running with "noilisten" to no listen connections. I forgot that on the notebook I've done
 that.


Sorry for the noise :)