The Citrix client relies on $UTDEVROOT path being there for it to get
the MAC address of the DTU to pass on as the client name to the Citrix
server.

It errors out when this DIR tree doesn't exist. "Can't get Host ID"

One way around this would be to grab the client MAC and pass it to the
ica client.


MYDISP=`echo $DISPLAY | awk -F: '{print $2}' | awk -F. '{print $1}'`
SRMAC=`grep TERMINAL /tmp/SUNWut/config/dispinfo/$MYDISP | awk -F. '{print $2}'`
/usr/lib/ICAClient/wfica -nosplash -desc Desktop -clientname $SRMAC


Brad

On Tue, 2006-11-28 at 10:35 -0500, Bob Doolittle wrote:

> Darrel Hankerson wrote:
> > Hawes writes:
> >
> >    I could use some advice on figuring out why my system doesn't have the
> >    UTDEVROOT dir/link.  
> >    
> >    $ echo $UTDEVROOT
> >    /tmp/SUNWut/sessions/8/unit
> >    $ ls -lLd $UTDEVROOT
> >    /tmp/SUNWut/sessions/8/unit: No such file or directory
> >    
> >    SYSTEM INFO
> >    Solaris 10 (last patched 8/16/06)
> >    SRSS3.1 (3.1_32,REV=2005.08.24.08.55)
> >
> > We had the problem on Solaris 8.  The links from /tmp/SUNWut/sessions/
> > to /tmp/SUNWut/units/ would be missing, which breaks Citrix
> > connections.  We did not resolve the issue, instead using a cron job
> > to establish the missing links by running through
> > /tmp/SUNWut/config/dispinfo/.
> >   
> 
> The only way I can think of where the directories
> don't exist is when a NAT firewall is between the
> Sun Ray and the Sun Ray server.  In this case,
> creating the directories/links won't help, because
> the devices won't be populated since the USB
> protocol (used for all USB devices except for
> keybd/mouse) used by Sun Ray doesn't work
> over NAT today (this will be addressed in an
> upcoming release).
> 
> Are you suggesting that, after creating these
> links, you were able to access devices on your Sun
> Ray?  Are you in a NAT environment?
> 
> -Bob
> 
> _______________________________________________
> SunRay-Users mailing list
> [email protected]
> http://www.filibeto.org/mailman/listinfo/sunray-users


Brad Lackey
Desktop Product Lead
US Software Practice
(720) 548-3339
[EMAIL PROTECTED]


_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to