Start a Conversation

Unsolved

This post is more than 5 years old

DA

2782

April 17th, 2012 14:00

vWorkspace Connector on Linux Fedora 16

Hello,

Has anyone been able to successfully install the vWorkspace Connector for Linux on Fedora 16?

 

I've installed the vWorkspace Connector for Linux on a Fedora 16 x32 machine and I'm having some trouble connecting to a farm.

First I ran the ./prerequisitechecker.sh from the installation directory as root and it installed a bunch of libraries, once the tool reported that all pre-requisites where met, I ran the installer and selected Fedora as the platform.

The installer complained about not been able to load USB Redirection support because it wasn't able to recompile the kernel to load modules, but it finished and at the end it reported the installation had finished successfully.

I was then able to open AppPortal and configure my farm. When I first tried to connect, it complained about some missing libraries so I went into /usr/local/bin/ and ran ldd ./qrdesktop to see what libraries it was not finding. It was missing 4 libraries: libcrypto.so.7, libao.so.2, libssl.so.7 and libboost_thread-mt.so.3

I then created symlinks to those libraries with the following commands:

ln -s /usr/lib/libcryptopp.so.6.0.0 /usr/lib/libcrypto.so.7

ln -s /usr/lib/libao.so.4.0.0 /usr/lib/libao.so.2

ln -s /usr/lib/libssl3.so /usr/lib/libssl.so.7

ln -s /usr/lib/libboost_thread-mt.so.1.47.0 /usr/lib/libboost_thread-mt.so.3

After I did this AppPortal was no longer complaining about missing libraries and seemed to go further in the connection process. Unfortunately, at this stage it is still failing to connect with the following error:

[Error 00004]: System error

[Module]: pntsc

[Description]: Connection to server was unexpectedly broken: Connection refused

The relevant data from /var/log/messages contains:

Apr 13 10:46:42 laptop pntsc[2730]: +

Apr 13 10:46:42 laptop pntsc[2730]: Starting pntsc. Build date: Jul 2 2010 Build time: 12:05:04.

Apr 13 10:46:42 laptop pntsc[2730]: App version: 7.0 Build 012 (GA).

Apr 13 10:46:42 laptop pntsc[2730]: Description: Standard (GA) Build

Apr 13 10:46:42 laptop pntsc[2730]: +

Apr 13 10:46:42 laptop pnserver[2733]: +

Apr 13 10:46:42 laptop pnserver[2733]: Starting pncm. Build date: Jul 2 2010 Build time: 12:06:25.

Apr 13 10:46:42 laptop pnserver[2733]: App version: 7.0 Build 012 (GA).

Apr 13 10:46:42 laptop pnserver[2733]: Description: Standard (GA) Build

Apr 13 10:46:42 laptop pnserver[2733]: +

Apr 13 10:46:42 laptop pnserver[2733]:

Apr 13 10:46:42 laptop pnserver[2733]: Instantiating session 0x8b52158

Apr 13 10:46:42 laptop pnserver[2733]:

Apr 13 10:46:42 laptop pnserver[2733]: Number session instances now 1.

Apr 13 10:46:42 laptop pnserver[2733]: ping

Apr 13 10:46:43 laptop pnserver[2733]: accept

Apr 13 10:46:43 laptop pnserver[2733]:

Apr 13 10:46:43 laptop pnserver[2733]: Instantiating session 0x8b53178

Apr 13 10:46:43 laptop pnserver[2733]:

Apr 13 10:46:43 laptop pnserver[2733]: Number session instances now 2.

Apr 13 10:46:43 laptop pnserver[2733]: Handling a GUI request.

Apr 13 10:46:43 laptop pnserver[2733]: Leaving handle_read()

Apr 13 10:46:43 laptop pnserver[2733]: No ticket info found.

Apr 13 10:46:43 laptop pnserver[2733]: Checking credentials

Apr 13 10:46:43 laptop pnserver[2733]: Checking username, password

Apr 13 10:46:43 laptop pnserver[2733]: qrdesktop options:

Apr 13 10:46:43 laptop pnserver[2733]: proxy:

Apr 13 10:46:43 laptop pnserver[2733]: SSL gateway: vworkspace.domain.com

Apr 13 10:46:43 laptop pnserver[2733]: Proceeding

Apr 13 10:46:43 laptop pnserver[2733]: Connect to broker: https://vworkspace.domain.com:8444

Apr 13 10:46:43 laptop pnserver[2733]: Initializing SSL

Apr 13 10:46:51 laptop dbus-daemon[825]: ** Message: No devices in use, exit

At this stage I'm not sure how else I can troubleshoot.

No Responses!
No Events found!

Top