Package Details: icaclient 25.03.0.66-1

Git Clone URL: https://aur.archlinux.org/icaclient.git (read-only, click to copy)
Package Base: icaclient
Description: Citrix Workspace App (a.k.a. ICAClient, Citrix Receiver)
Upstream URL: https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
Licenses: LicenseRef-Citrix
Conflicts: bin32-citrix-client, citrix-client
Submitter: wmarshall
Maintainer: buzo (alhirzel)
Last Packager: buzo
Votes: 182
Popularity: 1.12
First Submitted: 2011-12-08 18:49 (UTC)
Last Updated: 2025-03-31 07:37 (UTC)

Pinned Comments

buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)

If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.

evanator commented on 2020-07-02 06:46 (UTC)

Found a fix for "authentication service could not be contacted"

Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"

Relaunch Citrix and you should be fine

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 58 Next › Last »

Bleser commented on 2023-06-09 09:12 (UTC) (edited on 2023-06-09 09:39 (UTC) by Bleser)

@class101
The system has been updated.
This bug prevents remote desktop from opening so I can't ignore it.
And yet, to connect, I use a proxy via ssh on a working PC.

UPD: I fixed it.
Replace:
ProxyHost={host}
ProxyPort={port}
On: ProxyHost={host}:{port}

Magik.

class101 commented on 2023-06-09 08:51 (UTC) (edited on 2023-06-09 08:52 (UTC) by class101)

@Bleser

This root cert issue is not a blocker issue, it is just spams in the log. I use to see it when analyzing another problem, you think the issue is coming from this but in reality no.

Just make sure your system is up to date and if you still see it you can just ignore it

Bleser commented on 2023-06-09 08:27 (UTC) (edited on 2023-06-09 08:31 (UTC) by Bleser)

I am getting the following error lately.


[W]==> CSDKInitialise:98> (C)2023 Citrix CryptoSDK v14.2.2.0 (OpenSSL 1.1.1t  7 Feb 2023 (Citrix FIPS-capable)) built on Mar 28 2023 16:18:58  
[W]==> initialiseSSLSDKWithParameter:167> (C)2023 Citrix CryptoKit v14.2.2.0 (OpenSSL 1.1.1t  7 Feb 2023 (Citrix FIPS-capable)) built on Mar 28 2023 16:19:01  
[W]==> initialiseSSLSDKWithParameter:198> SSLSDK initialized WITHOUT smartcard support. Compliance Mode is OPEN  
[E]==> certCheckValidityPeriod:668> Certificate (E-Tugra Certification Authority) is already expired!  
[E]==> certCheckValidityPeriod:668> Certificate (E-Tugra Certification Authority) is already expired!  
[E]==> certCheckValidityPeriod:668> Certificate (Hongkong Post Root CA 1) is already expired!  
[E]==> certCheckValidityPeriod:668> Certificate (Hongkong Post Root CA 1) is already expired!  
[E]==> certCheckValidityPeriod:668> Certificate (E-Tugra Certification Authority) is already expired!  
[E]==> certCheckValidityPeriod:668> Certificate (Hongkong Post Root CA 1) is already expired!  
[E]==> certCheckValidityPeriod:668> Certificate (Hongkong Post Root CA 1) is already expired!  
[E]==> certCheckValidityPeriod:668> Certificate (E-Tugra Certification Authority) is already expired!  

class101 commented on 2023-06-08 00:48 (UTC) (edited on 2023-06-08 01:06 (UTC) by class101)

Huge step forward too !

The Workspace App infinite loading issue is fixed here. I forgot to set the DNS servers in /etc/resolv.conf of my chroot. I didn't realized probably because the hosts were resolved with the system mounts I have configured in the fstab file and the systemd-resolve service of the base system.

I'm surprised I didn't see this problem sooner because to get around the fact that SteamOS is read-only and has only a poor application directory, I install everything in the chroot which contains an official Arch Linux, and so far an empty resolv file hasn't bothered him :D

I used tools such as squid and zaproxy proxies and the https_proxy env variable to find evidences that the problem was at the HTTP transaction scope with libcurl

If by your chance Workspace never loads you will certainly find like me proofs on the HTTP layer, Citrix uses many ways to authenticate itself and in case there is something wrong, it falls back to default methods, which, when they fail often does not return the real cause of the problem and hide the root cause

thorstenhirsch commented on 2023-06-06 08:45 (UTC)

Huge step forward! 23.05 is the first version in which HDX realtime audio works reliable for me.

class101 commented on 2023-06-06 02:32 (UTC) (edited on 2023-06-06 02:42 (UTC) by class101)

Edit: WIll attempt to forward this as a bug report and keep you informed guys ifI make any advance thus subject, I don't think to find muich alone and it looks like a complex problem which only activates in rare circumstances because my selfservice worked very well a few days ago.

Finally, the issue I identified on my system smells like a bug, when a NetScaler internet gateway is used, circumstances as yet undetermined mean that, the authentication token may be attempted to be retrieved from the NetScaler gateway instead of the internal host...

Under these circumstances, SelfServuice will not return until exactly 30min.

If you are experiencing the same problem, to reproduce what I have found, enable Trace and Verbose in in /opt/Citrix/ICAClient/config/AuthManConfig.xml

You will see then it hangs there, because the url sent to curl returns 404, and the code is waiting 10min for a response, and is attemptingh this 3 times

CHttpTransactionBase::SendAndReceive
{
.   virtual void AM::Networking::CLinuxHttpTransaction::CheckedSendAndReceive()
.   {
.   .   m_easyResult: 52; error string from curl: 'Empty reply from server'
.   .   CheckedSendAndReceive client cert none
.   .   Throwable created: CHttpException: CheckedSendAndReceive(); server URL: 'https://NetScalerGatewayInternetHost/Citrix/Auth/auth/v1/token'
.   .   Throwable created: CLinuxHttpException: CheckedSendAndReceive(); m_Reason=1 m_Curlcode=52; url: 'https://NetScalerGatewayInternetHost/Citrix/Auth/auth/v1/token'
.   }
}

https://NetScalerGatewayInternetHost/Citrix/Auth

And I suspect it wanted to contact instead the internal host

https://InternalHost/Citrix/Auth/auth/v1/token

Because in several other places of the traces, this url works perfectly but on the internal host!

class101 commented on 2023-06-05 20:20 (UTC)

Hello buzo :)

I also think the .gitignore shouldn't cause any problems, I found it odd that it's there, because in general AUR packages are so small that ignoring files is more of an error-prone than a real benefit.

I didn't quite understand otherwise where the users' error came from when updating but it doesn't matter now that you have updated the release package, that must be ancient history.


Regarding the bug of the selfservice which fails to load the App and Desktop, I advance a little

When the bug happens here, the VERBOSE log always breaks at this step

citrix-selfservice: [selfservice]: Request to discovery URL: https://redacted/discovery 
citrix-selfservice: [selfservice]: Completed dicovery successfully 
citrix-selfservice: [selfservice]: <?xml version="1.0" encoding="utf-8"?>
citrix-selfservice: [selfservice]: Parsed dicovery document 
citrix-selfservice: [selfservice]: -Gen_DSController::ConnectToStore downloaded discovery document successfully 
citrix-selfservice: [selfservice]: Request to EndPoint URL: redacted
citrix-selfservice: [selfservice]: <?xml version="1.0" encoding="utf-8"?><endpoints xmlns="http://citrix.com/deliveryservices/1-0/endpoints">...
citrix-selfservice: [selfservice]: Request to Resource Enumeration URL: https://redacted/resources/v2 

And I think the above can be reproduced by typing

/opt/Citrix/ICAClient/util/storebrowse -E https://redacted/resources/v2

And indeed, the above command for me does never returns and hangs for ever

This is what happens when the Citrix SelfSDervice application does not return my apps.

And from this analysis there is no sign of application crash or unhandled exceptions at first glance but just a response that is never received.

The next step would be to contact the Citrix team to find out if this is a known bug, because it looks like it!

buzo commented on 2023-06-05 16:14 (UTC)

@class101: I don't see why .gitignore should be a problem. It just prevents git status from showing the tar balls (downloaded as well as results from builds). But then, I don't use makepkg directly, I always build in a clean chroot to make sure I get the dependencies right. As a side effect, this keeps the checked out dir quite clean, so I've never seen a need for git clean.

buzo commented on 2023-06-05 15:42 (UTC)

Sorry for the late update, I've been quite busy.

class101 commented on 2023-06-01 19:16 (UTC) (edited on 2023-06-01 20:04 (UTC) by class101)

Edit: I suppress .gitignore in 23.5.0.58-2, even if it possibly not the root cause , it prevented the git clean command from removing the unversioned files properly git clean -ffd, I suggest @buzo to remove .gitignore.

I'm a bit out of ideas on why some of you are failing to build icaclient-beta, posting the additional informations you could find about it on the beta page would help if you find anything by chance

if someone failing can you try and report if the following block of code works because if it works, I suspect it is coming from your cache folder not being properly cleaned, and this is possibly caused by .gitignore that ignores the *.tar.gz archive.

Anyway, .gitignore is unnecessary in the AUR repos and I suspect it is preventing the cache folder from being cleaned up properly, at least it is preventing git to restore clean properly.

cd /tmp
git clone https://aur.archlinux.org/icaclient-beta.git
cd icaclient-beta
makepkg -s

makepkg -s build package only
makepkg -si build + install package
git clean -ffd clear and restore the git repository to default

Log of my build (I'm on SteamOS of the Steam Deck but this is executed in a chroot with an official and up to date Arch Linux, in case you are wondering my weird kernel version :D)

kernel-5.13.0-valve36-1-neptune:arch-253.4-1:bash-5.1.16:steamdeck:~/git/icaclient-beta][deck]> makepkg -s
==> Making package: icaclient-beta 23.5.0.58-1 (jeu. 01 juin 2023 19:09:06)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found citrix-configmgr.desktop
  -> Found citrix-conncenter.desktop
  -> Found citrix-wfica.desktop
  -> Found citrix-workspace.desktop
  -> Found wfica.sh
  -> Found wfica_assoc.sh
  -> Downloading icaclient-x64-23.5.0.58.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  428M  100  428M    0     0  27.2M      0  0:00:15  0:00:15 --:--:-- 29.6M
==> Validating source files with sha256sums...
    citrix-configmgr.desktop ... Passed
    citrix-conncenter.desktop ... Passed
    citrix-wfica.desktop ... Passed
    citrix-workspace.desktop ... Passed
    wfica.sh ... Passed
    wfica_assoc.sh ... Passed
==> Validating source_x86_64 files with sha256sums...
    icaclient-x64-23.5.0.58.tar.gz ... Passed
==> Extracting sources...
  -> Extracting icaclient-x64-23.5.0.58.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "icaclient-beta"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: icaclient-beta 23.5.0.58-1 (jeu. 01 juin 2023 19:09:38)
[kernel-5.13.0-valve36-1-neptune:arch-253.4-1:bash-5.1.16:steamdeck:~/git/icaclient-beta][deck]>