Displaying 4 results from an estimated 4 matches for "icaclient".
Did you mean:
caclient
2010 May 28
2
package question
The ICAClient package requires the 32 bit versions of libXp and
openmotif. I have this class defined:
class icaclient{
case $architecture {
i386: {
package { "ICAClient":
provider => rpm,
source => "$kickstart/ICAClient/RHEL5/
ICA...
2019 Apr 22
1
Citrix receiver and certificates on CentOS 7
...bles: Citrix Receiver.
Here's my old blog article on installing Citrix Receiver on OpenSUSE :
* https://www.microlinux.fr/citrix-receiver-opensuse-leap-15-0/
The application's certificate store is incomplete, so here's how I
resolved the problem under OpenSUSE :
# cd /opt/Citrix/ICAClient/keystore/
# rm -rf cacerts/
# ln -s /etc/ssl/certs cacerts
Once this is done, Citric Receiver works perfectly under OpenSUSE.
Now I tried to do the same thing under CentOS 7. The certificates are
stored in a different directory, so here's what I did.
# cd /opt/Citrix/ICAClient/keystore...
2004 Jun 15
0
XP roaming profile problem (access denied)
...r to the point that I
thought I'd solved it, but after a couple of weeks I found two more
occurrences. When the error occurs I get the following in the
USERENV.LOG file on the client machine:
USERENV(208.154) 16:33:37:609 ReconcileFile: Failed to rename file
<E:\scowman\Application Data\ICAClient\Cache\prf5049.tmp> to
<E:\scowman\Application Data\ICAClient\Cache\2E78E792.DMA> with error = 32
USERENV(208.154) 16:33:37:609 ReportError: Impersonating user.
USERENV(208.20c) 16:34:08:687 UnloadUserProfileP: CopyProfileDirectory
returned FALSE for primary profile. Error = 32
USERENV(...
2003 Aug 20
1
including file from excluded directory
...erwise want excluded. Here are my command and include list:
rsync -e ssh -Cavz --delete --update \
--include-from=$HOME/.rsync.laptop . $DEST:
where $DEST contains the remote machine name and this is being run
from the top of my home directory. My include list is:
+ /.addressbook
+ /.ICAClient
+ /.calendar
+ /.mailcap
+ /.mime.types
+ /.mozilla/bmetcalf/bookmarks.html
+ /.fetchmailrc
+ /.pinerc
+ /.signature
+ /.vimrc
+ /.rsync.laptop
- /dead.letter
- /OpenOffice.org*
- /news
- /rpm
- /tmp
- /.*
.mozilla/bmetcalf/bookmarks.html refuses to transfer and if up...