On Wed, Mar 25, 2009 at 7:58 AM, David Markey <[email protected]> wrote: > [...] > It was because in the initialisation phase of a kiosk session a find > -exec rm is done in /tmp and /var/tmp for old files from the last kiosk > user. /tmp/SUNWut/mnt is where the USB keys get mounted. This also gets > scanned. > > When there is a USB key with 2000 files on it this takes a _long_ time, > in fact so long it times out. /tmp/SUNWut/mnt should really be exempt > from the find to stop outages like this. > > /opt/SUNWkio/lib/utils.sh is where all this goes on. > > Any suggestions?
Edit utils.sh and add a '-mount' option to those 'find' commands. That's the fix that will be delivered in the next kiosk patch. OttoM. __ ottomeister Disclaimer: These are my opinions. I do not speak for my employer. _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
