Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: muruli on August 25, 2011, 07:25:27 AM
-
I have installed citrix receiver 11.100 but ctxusbd is not executing successfully.
If anybodysolved this problem then please let me know.
Thanks in advance
-
Hi muruli
If you want someone to try to help you, you should list what steps you took and what error messages
you received.
-
hi,
I am not getting any error when i execute ctxusbd, when i checked in ps -aux then the deamon is not running.
-
Hi muruli
Maybe dmesg logged something?
-
while installing citrix receiver, i have noticed that ctxusbd failed because the /dev/bus/usb is not there, how to get this dir ?
-
muruli - where did you find any error / log output (i see nothing in dmesg)
I experience the same message when starting ctxusbd as root (as below)
tc@box:~$ sudo /etc/init.d/ctxusbd start
* Starting Citrix USB daemon [fail]
I do see the path /dev/bus/usb and 4 subdirectories (001, 002, 003, 004)
Any help finding how/where to get log info from this would be greatly appreciated
-
Hi dlsnow97
Try running syslogd and then ctxusbd. Then see if /var/log/messages contains anything.
-
I will try that out later tonight - currently waiting on a dd to complete
-
Hi dlsnow97
You could also poke around /var to see if ctxusbd creates its own log.
-
Excellent -
I was able to capture
Feb 24 13:20:44 box user.err ctxusbd[8841]: libcap: libcap.so.1: cannot open shared object file: No such file or directory
in the syslog messages
thanks muruli -
-
After installing libcap.tcz i now get success starting the daemon
tc@box:~$ sudo /etc/init.d/ctxusbd start
* Starting Citrix USB daemon [ OK ]
thanks