Active Topics

 


Reply
Thread Tools
Posts: 162 | Thanked: 25 times | Joined on Dec 2009
#41
Another point of interest: Telescope cannot be found anymore by the filemanager...

Paai
 
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#42
You don't need telescope on the N900, so don't worry. Not sure what's causing your error on the server though. What version of the agent do you have installed there?
 
Posts: 162 | Thanked: 25 times | Joined on Dec 2009
#43
@tigerli: Server says: NXAGENT - Version 3.4.0

Should not be too old. Smells like an X-authorization problem, but there is no xhost on the N900.

I don't think it is a firewall issue,because I tried it inside my local network. I *really* want to get this working.

Paai
 
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#44
It looks like shapeshifter had the same kind of problems on page 2, not sure if he solved them though?

http://talk.maemo.org/showthread.php?t=60760&page=2
 
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#45
@Tigerite: Please, post the output of running "xmodmap -pke" in the remote xterm, I want to check if the keymap is correctly sent.
@Paai: you have the same issue as shapeshifter, it is a nxagent bug. Run the last test I asked him, I want to try a workaround for such bug (if possible at all).
 
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#46
Please find attached below.. I had to remap (by editing rx-51 file) shift + period to be a minus sign, to run the command (and shift + right-arrow to be a > to pipe, but I already had that modification).

Also, I don't know if this is related to anything, but I get two warnings every time I connect to the server:

Warning: locale not supported by C library, locale unchanged
Warning: Cannot convert string "nil2" to type FontStruct

The server also sends two InitOutput strings,

Server says: InitOutput: failed to set locale, reverting to "C"
Server says: InitOutput: cannot set locale modifiers.
Server says: SessionPath not defined

It also complains about refcount being 2, and it should be 1, which it "fixes"?
Attached Files
File Type: txt xmodmap.txt (8.4 KB, 170 views)
 

The Following User Says Thank You to Tigerite For This Useful Post:
Posts: 162 | Thanked: 25 times | Joined on Dec 2009
#47
@maacruz: this is the output of both tests...




paai@paai:/Data/paai/Documents$ nxagent -display nx/nx,link=modem,accept=127.0.0.1:8 :8

NXAGENT - Version 3.4.0

Copyright (C) 2001, 2010 NoMachine.
See http://www.nomachine.com/ for more information.

Info: Agent running with pid '20328'.
Session: Starting session at 'Wed Nov 24 18:13:32 2010'.
Error: Aborting session with 'Unable to open display 'nx/nx,link=modem,accept=127.0.0.1:8''.
Session: Aborting session at 'Wed Nov 24 18:13:32 2010'.
Session: Session aborted at 'Wed Nov 24 18:13:32 2010'.
paai@paai:/Data/paai/Documents$ DISPLAY=nx/nx,link=modem,accept=127.0.0.1:8
paai@paai:/Data/paai/Documents$ export DISPLAY
paai@paai:/Data/paai/Documents$ nxagent :8

NXAGENT - Version 3.4.0

Copyright (C) 2001, 2010 NoMachine.
See http://www.nomachine.com/ for more information.

Info: Agent running with pid '20329'.
Session: Starting session at 'Wed Nov 24 18:13:56 2010'.
Error: Aborting session with 'Unable to open display 'nx/nx,link=modem,accept=127.0.0.1:8''.
Session: Aborting session at 'Wed Nov 24 18:13:56 2010'.
Session: Session aborted at 'Wed Nov 24 18:13:56 2010'.
paai@paai:/Data/paai/Documents$
 
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#48
@Tigerite:
Thanks, there were a couple of bugs, and it wasn't sending the right keymap. It should work now.
Locale problems won't affect the keyboard, those are probably harmless if your language is english, and if not, the only effect will be messages in english instead of your language.

@paai:
I know those tests fail. Please, run this one (from http://talk.maemo.org/showpost.php?p...8&postcount=15)
Code:
echo "link=modem,accept=127.0.0.1">snx-options
nxagent -display nx/nx,options=./snx-options:8 :8

Last edited by maacruz; 2010-11-27 at 17:21. Reason: Deleted test package
 

The Following User Says Thank You to maacruz For This Useful Post:
Posts: 162 | Thanked: 25 times | Joined on Dec 2009
#49
The output of your last test:

paai@paai:/Data/paai/Documents$ echo "link=modem,accept=127.0.0.1">snx-options
paai@paai:/Data/paai/Documents$ nxagent -display nx/nx,options=./snx-options:8 :8
Warning: Option file doesn't contain a port specification.

NXAGENT - Version 3.4.0

Copyright (C) 2001, 2010 NoMachine.
See http://www.nomachine.com/ for more information.

Info: Agent running with pid '2546'.
Session: Starting session at 'Thu Nov 25 08:12:06 2010'.
Error: Aborting session with 'Unable to open display 'nx/nx,options=./snx-options:8''.
Session: Aborting session at 'Thu Nov 25 08:12:06 2010'.
Session: Session aborted at 'Thu Nov 25 08:12:06 2010'.
paai@paai:/Data/paai/Documents$
 
Posts: 162 | Thanked: 25 times | Joined on Dec 2009
#50
And here again, but this time I added port 1011 to the first command...

paai@paai:/Data/paai/Documents$ echo "link=modem,accept=127.0.0.1:1011">snx-options
paai@paai:/Data/paai/Documents$ nxagent -display nx/nx,options=./snx-options:8 :8

NXAGENT - Version 3.4.0

Copyright (C) 2001, 2010 NoMachine.
See http://www.nomachine.com/ for more information.

Info: Agent running with pid '2580'.
Session: Starting session at 'Thu Nov 25 08:19:57 2010'.
Error: Aborting session with 'Unable to open display 'nx/nx,options=./snx-options:8''.
Session: Aborting session at 'Thu Nov 25 08:19:57 2010'.
Session: Session aborted at 'Thu Nov 25 08:19:57 2010'.
paai@paai:/Data/paai/Documents$
 
Reply

Tags
remote desktop


 
Forum Jump


All times are GMT. The time now is 07:08.