Brian Cameron wrote / skrev:
>
> Bob/Ghee/Laca:
>
> I think trying to clear the /var/tmp sockets files at session startup
> would be a disaster. It would be hard to make this work properly for
> users who are logged into multiple sessions (Login via Nested Window,
> XDMCP, multiple heads, SunRay, etc.).
>
> It might be nice if we cleared them away at boot time. These temp
> files seem to cause the most problem when they are left over from
> before the machine was started.
>
Brian, clearing /var/tmp at boot time is what I usually do with
my Sparc workstations and PC's
Just a
rm -r /var/tmp/mapping*; rm -r /var/tmp/orbit*; rm -r
/var/tmp/gconf*
in a suitable startup script.
this is not enough however in a server environment with dozens
of users . A crashed JDS session leaves stuff laying about and then
you cant restart the JDS session for that user unless you get rid of
the remains of the previous one.
//Lars