Re: why is Xsun removing /tmp/.ICE-unix
Bruce Hunt <[email protected]>
| Newsgroups | gmane.comp.kde.solaris |
|---|---|
| Message-ID | <[email protected]> |
I am running SunRay server 3.1 with Solaris 10 (SPARC) and have not experienced any of these problems. My install has worked without issue. I believe the install instructions state you need a minimum of Solaris 10 03/05 which I am running. My desktop is KDE 3.5.4. Bruce On Monday 04 September 2006 13:14, Alfred Schroeder wrote: > Hi, > > we have solaris 9, srss 3.1 with last patch, KDE 3.1.1 > and want update to solaris10. > we use a similar workaround-script as you mentioned. > > btw: I'm member in this list, cause we are waiting for a new KDE-version > runnung on solaris :-) > > We get the same problem in our company using solaris 10 01/06, > but following workaround helps us: > > in /etc/rc3.d script running after S98utsvc with certain timedelay > e.g. S99zzz-kde-ice-unix > ---snip------ > #!/bin/sh > # create directory /tmp/.ICE-unix und set rights > #create file /tmp/.ICE-unix/donotdelete and set rights > #------------------------------------------- > sleep > 30 > # sleep because of srss-Start, dir /tmp/.ICE-unix > > #will be deleted in srss-Start if it exists > [ -d /tmp/.ICE-unix ] || mkdir /tmp/.ICE-unix # create directory > chmod 1777 /tmp/.ICE-unix # set > rights for all and sticky-Bit > touch /tmp/.ICE-unix/donotdelete # create > root-file > chmod 400 /tmp/.ICE-unix/donotdelete # read only for root > ----snip --- > > effect: directory /tmp/.ICE-unix will not be deleted or loose its rights > even if restarting dtlogin > > hope this helps a little bit ___________________________________________________ This message is from the kde-solaris mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-solaris. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.