I'm afraid this thread switched tracks
and there's a lot more info now on
[EMAIL PROTECTED]
The subject is simply:
why is Xsun removing /tmp/.ICE-unix

Apparently this is a known bug, which was knowingly
introduced as part of another bug fix to satisfy
a customer escalation dealing with a single-user
system.  The intention is to fix this for multi-user
systems but no fix is available at this time.

:-(

Luckily there is a simple workaround in the
interim.

-Bob

These opinions are mine, not my employer's.

Willi Burmeister wrote:
Hi Bob,

As I asked before, how do you know that Xsun is removing the file, rather than
dtlogin or some other process invoked during logout?

dtrace is your friend :-))

----------------------------------------------------------------------
dtrace -n 'syscall::rmdir:entry { printf ("\nexecname = %s, path = %s\n", 
execname, copyinstr(arg0)); }'
dtrace: description 'syscall::rmdir:entry ' matched 1 probe
CPU     ID                    FUNCTION:NAME
0 15113 rmdir:entry execname = Xsun, path = /tmp/.ICE-unix
----------------------------------------------------------------------

Willi



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

Reply via email to