Re: permissions of /tmp/.ICE-unix

2004-01-12 Thread David Pashley
in:/bin:/usr/sbin:/usr/bin > | > | case "$1" in > | start) > | mkdir -p /tmp/.ICE-unix > | chmod 1777 /tmp/.ICE-unix > | ;; > | *) > | ;; > | esac > ` > > Previously, KDE would of

Re: permissions of /tmp/.ICE-unix

2004-01-12 Thread cobaco
| PATH=/sbin:/bin:/usr/sbin:/usr/bin > | > | case "$1" in > | start) > | mkdir -p /tmp/.ICE-unix > | chmod 1777 /tmp/.ICE-unix > | ;; > | *) > | ;; > | esac > > ` I b

Re: permissions of /tmp/.ICE-unix

2004-01-12 Thread Mike Williams
> This might be a FAQ, but I've just discovered that the following > init-script greatly improves my KDE start time Sorry ... it seems that this is indeed a fairly well-known trick, and is even covered by an outstanding bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=198397 'Scuse the no

Re: permissions of /tmp/.ICE-unix

2004-01-12 Thread Magnus von Koeller
On Monday 12 January 2004 12:06, Mike Williams wrote: > This might be a FAQ, but I've just discovered that the following > init-script greatly improves my KDE start time: This is set up in /etc/init.d/xfree86-common: [...] set_up_ice_dir () { echo -n "Setting up ICE socket directory $ICE_DIR...

permissions of /tmp/.ICE-unix

2004-01-12 Thread Mike Williams
This might be a FAQ, but I've just discovered that the following init-script greatly improves my KDE start time: ,--- /etc/init.d/ICE-unix --- | #!/bin/sh | | PATH=/sbin:/bin:/usr/sbin:/usr/bin | | case "$1" in | start) | mkdir -p /tmp/.ICE-unix |

Re: Ownership of /tmp/.ICE-unix and KDE speed

2003-09-19 Thread Anders Ellenshøj Andersen
On Friday 19 September 2003 13:50, Achim Bohnet wrote: > I see a big effect if ICE-unix is owned by root or not. With > ICE-unix chown root, after login I almost immediately see the > kdesktop & ksplash on the first or second last item indicating > that the apps are restored. Maybe it's a couple

Re: Ownership of /tmp/.ICE-unix and KDE speed

2003-09-19 Thread Ryan Thoryk
Is that trailing data at the end of your message one of the current viruses going around? Make sure you strip it from the messages because they enlarge the emails by over 100k. The email header said that you used Kmail, so at least you're immune to these insane viruses (I'm on a Sun computer,

Re: Ownership of /tmp/.ICE-unix and KDE speed

2003-09-19 Thread Slaven Peles
On September 19, 2003 07:50, Achim Bohnet wrote: > I see a big effect if ICE-unix is owned by root or not. With > ICE-unix chown root, after login I almost immediately see the > kdesktop & ksplash on the first or second last item indicating > that the apps are restored. > Is there some security is

Re: Ownership of /tmp/.ICE-unix and KDE speed

2003-09-19 Thread Achim Bohnet
On Fri, Sep 19, 2003 at 12:34:00PM +0200, Anders Ellenshøj Andersen wrote: > On Friday 19 September 2003 09:23, Achim Bohnet wrote: > > > You'll notice the effect when you logout/login. With .ICE-unix chown > > root:root it takes here ~ 1 sec until KDE session is up and 2-3 sec until > > all KDE a

Re: Ownership of /tmp/.ICE-unix and KDE speed

2003-09-19 Thread Anders Ellenshøj Andersen
On Friday 19 September 2003 09:23, Achim Bohnet wrote: > You'll notice the effect when you logout/login. With .ICE-unix chown > root:root it takes here ~ 1 sec until KDE session is up and 2-3 sec until > all KDE apps are restored. With .ICE-unix owned by a normal user the > second login takes 3-4

Re: kdm fixing /tmp/.ICE-unix

2003-03-18 Thread Marc Schiffbauer
Hash: SHA1 > > > > > > On Tuesday 18 March 2003 16:00, Hendrik Sattler wrote: > > > > Hi, > > > > > > > > all probably know about the /tmp/.ICE-unix warnings. > > > > However, I wonder why KDM does not simply fix it. It runs with root >

Re: kdm fixing /tmp/.ICE-unix

2003-03-18 Thread Ralf Nolden
: > > > Hi, > > > > > > all probably know about the /tmp/.ICE-unix warnings. > > > However, I wonder why KDM does not simply fix it. It runs with root > > > priviledges and could probably do a simple chown on the dir (maybe > > > checking it firs

Re: kdm fixing /tmp/.ICE-unix

2003-03-18 Thread Marc Schiffbauer
* Ralf Nolden schrieb am 18.03.03 um 16:25 Uhr: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday 18 March 2003 16:00, Hendrik Sattler wrote: > > Hi, > > > > all probably know about the /tmp/.ICE-unix warnings. > > However, I wonder why KDM does

Re: kdm fixing /tmp/.ICE-unix

2003-03-18 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 March 2003 16:00, Hendrik Sattler wrote: > Hi, > > all probably know about the /tmp/.ICE-unix warnings. > However, I wonder why KDM does not simply fix it. It runs with root > priviledges and could probably do a simple c

kdm fixing /tmp/.ICE-unix

2003-03-18 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, all probably know about the /tmp/.ICE-unix warnings. However, I wonder why KDM does not simply fix it. It runs with root priviledges and could probably do a simple chown on the dir (maybe checking it first, for security reasons). HS

/tmp/.ICE-unix

2002-02-27 Thread Hugo van der Merwe
Isn't there some neat way of getting /tmp/.ICE-unix to be owned by root? (Makes logging in to KDE just that bit faster...) Would it maybe then have to be created at boot time? Maybe optionally, debconf question? Thanks, Hugo