Christian Leutloff wrote: > > Pann McCuaig <[EMAIL PROTECTED]> writes: > > > Somehow both permissions and ownership got changed on /tmp. Oops! > > me too - after upgrading from 1.3.1 to unstable. Have you upgraded > too?? Do you know which package!? I've updated a whole bunch of > packages 8-( >
With this line you can find the offending package: $ for j in `find <path> -name '*.deb'` ;do echo $j; dpkg -c $j | grep '/tmp/$'; done But I don't think that you'll find one. In my experience this happens when untarring directly under /tmp a tarball containing ./ Better make a new dir under /tmp and untar inside it. When happens use chmod 1777 /tmp to recreate the sticky bit. Fabrizio -- | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] | Pluto Leader - Debian Developer & Happy Debian 1.3.1 User - vi-holic | 6F7267F5 fingerprint 57 16 C4 ED C9 86 40 7B 1A 69 A1 66 EC FB D2 5E -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .