Theresa Arzadon-Labajo

Some SunRay clients show 14D

Posted by Theresa Arzadon-Labajo (tarzadon) on Nov 07 2009
Tech Stuff >> Unix-Linux
Every once in awhile, some SunRay clients will stop being able to connect to a SunRay session and only display 14D.

Log messages showed:
Oct 27 18:18:39 minsk utauthd: Worker4 NOTICE: SESSION_OK pseudo.00144f6f741c
Oct 27 18:18:39 minsk utdevmgrd[19170]: symlink No such file or directory: /tmp/SUNWut/units/IEEE802.00144f6f741c

According to this article:
The SRSS software creates some directory and files in the /tmp filesystem. RedHat Linux has a cron job cleaning up /tmp daily. After a few days some of the files from SRSS were removed, causing the problem. This can be solved by adding "-x /tmp/SUNWut" to /etc/cron.daily/tmpwatch


This is what our new /etc/cron.daily/tmpwatch looks like, with changes in bold:

flags=-umc
/usr/sbin/tmpwatch "$flags" -x /tmp/.X11-unix -x /tmp/.XIM-unix \
      -x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix \
      -X '/tmp/hsperfdata_*' \
      -x /tmp/SUNWut -x /var/opt/SUNWut 240 /tmp /var/tmp
for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
    if [ -d "$d" ]; then
        /usr/sbin/tmpwatch "$flags" -f 720 "$d"
    fi
done


Then performing init 3, then init 5

Last changed: May 03 2011 at 9:33 AM

Back

Comments

No comment found

Add Comment