Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: muruli on August 25, 2011, 07:25:27 AM

Title: citrix receiver support in tinycore
Post 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
Title: Re: citrix receiver support in tinycore
Post by: Rich on August 25, 2011, 09:11:42 AM
Hi muruli
If you want someone to try to help you, you should list what steps you took and what error messages
you received.
Title: Re: citrix receiver support in tinycore
Post by: muruli on August 26, 2011, 03:16:08 AM
hi,
I am not getting any error when i execute ctxusbd, when i checked in ps -aux then the deamon is not running.
Title: Re: citrix receiver support in tinycore
Post by: Rich on August 26, 2011, 03:20:47 AM
Hi muruli
Maybe dmesg logged something?
Title: Re: citrix receiver support in tinycore
Post by: muruli on August 30, 2011, 04:31:40 AM
 while installing citrix receiver, i have noticed that ctxusbd failed because the /dev/bus/usb is not there, how to get this dir ?
Title: Re: citrix receiver support in tinycore
Post by: dlsnow97 on February 22, 2012, 10:22:04 AM
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
Title: Re: citrix receiver support in tinycore
Post by: Rich on February 22, 2012, 10:33:55 AM
Hi dlsnow97
Try running  syslogd  and then  ctxusbd. Then see if  /var/log/messages  contains anything.
Title: Re: citrix receiver support in tinycore
Post by: dlsnow97 on February 22, 2012, 08:12:07 PM
I will try that out later tonight - currently waiting on a dd to complete
Title: Re: citrix receiver support in tinycore
Post by: Rich on February 22, 2012, 08:22:52 PM
Hi dlsnow97
You could also poke around  /var  to see if  ctxusbd  creates its own log.
Title: Re: citrix receiver support in tinycore
Post by: dlsnow97 on February 24, 2012, 08:23:34 AM
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 -
Title: Re: citrix receiver support in tinycore
Post by: dlsnow97 on February 24, 2012, 08:34:50 AM
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