Re: [SOLVED] man problem, bo

1997-11-06 Thread Torsten Hilbrich
Pann McCuaig [EMAIL PROTECTED] writes:

 Somehow both permissions and ownership got changed on /tmp.  Oops!

That sometimes happens if I unpack tar files as root in /tmp.  If
there is a . file in the archive tar will set the ownership and
permissions of the /tmp directory the same as this file.

Torsten

-- 
!07/11 PDP a ni deppart m'I  !pleH
Fortune Cookie
PGP Public key available


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: [SOLVED] man problem, bo

1997-11-05 Thread Christian Leutloff
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-(

Bye
  Christian

-- 
Christian Leutloff, Aachen, Germany
  [EMAIL PROTECTED]  http://www.oche.de/~leutloff/

Debian GNU/Linux 1.3.1! Mehr unter http://www.de.debian.org/



pgp2RmcR7FVZw.pgp
Description: PGP signature


Re: [SOLVED] man problem, bo

1997-11-05 Thread Fabrizio Polacco
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] .


[SOLVED] man problem, bo

1997-11-04 Thread Pann McCuaig
Somehow both permissions and ownership got changed on /tmp.  Oops!



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .