![]() ![]() |
Jun 15 2005, 03:18 PM
Post
#1
|
|
![]() Group: Members Posts: 22 Joined: 21-April 05 From: Den Haag Member No.: 6,958 |
Hi all,
I installed qtrdesktop on my C3000, including the openssl libs. When connecting to the desktop computer (XP), the qtrdesktop application shuts down. In the log I can see that port 3389 is accessed on the desktop machine. Does anyone know what the cause might be? Do I need to add a zaurus user to my xp machine? regards, BramK. |
|
|
|
Jun 15 2005, 07:09 PM
Post
#2
|
|
|
Group: Members Posts: 9 Joined: 9-May 05 Member No.: 7,101 |
The only times qtrdesktop has failed for me was either I'd gotten the wrong ip address, or I'd forgotten to turn on remote desktop on my XP machine. So I would suggest just verifying those two things.
Have you tried starting qtrdesktop from a terminal? That should give more information. |
|
|
|
Jun 15 2005, 09:55 PM
Post
#3
|
|
![]() Group: Members Posts: 22 Joined: 21-April 05 From: Den Haag Member No.: 6,958 |
When starting qtrdesktop from a terminal I get the following messages:
(the gui still starts, resulting in the same problem as before) --- Could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid Qlibrary open failed: /home/QtPalmtop/lib/libqsfepj.so, libkke.so.1: cannot load shared object file: No such file or directory -- These seem to be related to japanese language. For turning on the remote desktop. I turned it on, but do not have a clue what user to add for this service. |
|
|
|
Jun 16 2005, 08:57 AM
Post
#4
|
|
|
Group: Members Posts: 9 Joined: 9-May 05 Member No.: 7,101 |
QUOTE(BramK @ Jun 16 2005, 01:55 AM) --- Could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid Qlibrary open failed: /home/QtPalmtop/lib/libqsfepj.so, libkke.so.1: cannot load shared object file: No such file or directory -- I have links to those files on hdd1, which is stock. Come to think of it, I don't recall what tweaks I made after installing the packages. libqsfepj.so.1.0.0 and libkke.so.1.0.0 are linked at /hdd1/usr/QtPalmtop.rom/lib/. I also have libsl.qmid linked to /hdd1/usr/QtPalmtop.rom/i18n/ja/libsl.qmid in /home/QtPalmtop/i18n/ja/, and nothing in the /home/QtPalmtop/i18n/en/. In short, just search hdd1, for those files; it's probably there. QUOTE For turning on the remote desktop. I turned it on, but do not have a clue what user to add for this service. XP remote desktop doesn't require user accounts, only the ip address of the XP machine itself. |
|
|
|
Jun 16 2005, 10:29 AM
Post
#5
|
|
![]() Group: Members Posts: 22 Joined: 21-April 05 From: Den Haag Member No.: 6,958 |
thank aldanm,
I fixed the links to the files and the message dissapeared. Still can't connect to my desktop though. Qtrdesktop just closes after starting a connection. |
|
|
|
Jun 18 2005, 02:41 PM
Post
#6
|
|
![]() Group: Members Posts: 22 Joined: 21-April 05 From: Den Haag Member No.: 6,958 |
Now, do I feel like a total idiot.
I didn't start Terminal Services. Problem solved ! |
|
|
|
Jun 24 2005, 02:04 AM
Post
#7
|
|
|
Group: Members Posts: 25 Joined: 28-December 04 Member No.: 6,049 |
QUOTE(aldanm @ Jun 16 2005, 04:57 PM) QUOTE(BramK @ Jun 16 2005, 01:55 AM) --- Could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid Qlibrary open failed: /home/QtPalmtop/lib/libqsfepj.so, libkke.so.1: cannot load shared object file: No such file or directory -- I have links to those files on hdd1, which is stock. Come to think of it, I don't recall what tweaks I made after installing the packages. libqsfepj.so.1.0.0 and libkke.so.1.0.0 are linked at /hdd1/usr/QtPalmtop.rom/lib/. I also have libsl.qmid linked to /hdd1/usr/QtPalmtop.rom/i18n/ja/libsl.qmid in /home/QtPalmtop/i18n/ja/, and nothing in the /home/QtPalmtop/i18n/en/. In short, just search hdd1, for those files; it's probably there. QUOTE For turning on the remote desktop. I turned it on, but do not have a clue what user to add for this service. Hi, I've tried what you have listed but i still get the same error - please help. Could you list the links more clearly in case i'm doing something wrong... Many thanks.... XP remote desktop doesn't require user accounts, only the ip address of the XP machine itself. |
|
|
|
Jun 24 2005, 08:44 PM
Post
#8
|
|
|
Group: Members Posts: 9 Joined: 9-May 05 Member No.: 7,101 |
/home/QtPalmtop/i18n/ja/libsl.qmid -> /hdd1/usr/QtPalmtop.rom/i18n/ja/libsl.qmid
/home/QtPalmtop/lib/libqsfepj.so.1.0.0 -> /hdd1/usr/QtPalmtop.rom/lib/libqsfepj.so.1.0.0 /home/QtPalmtop/lib/libkke.so.1.0.0 -> /hdd1/usr/QtPalmtop.rom/lib/libkke.so.1.0.0 You'll also want to link down the names: /home/QtPalmtop/lib/libqsfepj.so.1.0 -> /home/QtPalmtop/lib/libqsfepj.so.1.0.0 /home/QtPalmtop/lib/libqsfepj.so.1 -> /home/QtPalmtop/lib/libqsfepj.so.1.0.0 /home/QtPalmtop/lib/libqsfepj.so -> /home/QtPalmtop/lib/libqsfepj.so.1.0.0 /home/QtPalmtop/lib/ libkke.so.1.0 -> /home/QtPalmtop/lib/libkke.so.1.0.0 /home/QtPalmtop/lib/ libkke.so.1 -> /home/QtPalmtop/lib/libkke.so.1.0.0 /home/QtPalmtop/lib/ libkke.so -> /home/QtPalmtop/lib/libkke.so.1.0.0 Hope this helps! |
|
|
|
Jun 25 2005, 05:31 AM
Post
#9
|
|
|
Group: Members Posts: 25 Joined: 28-December 04 Member No.: 6,049 |
wow, many thanks for your post - i will let you know how it goes....
by the way has anyone seen qtrdesktop 1.41+ looks very different but someone would have to convert it to english..... |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 11:28 AM |