Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: dir is rwx but can't create file
Date: Thu, 29 Jul 2010 13:04:37
Message-Id: 201007291431.16742.wonko@wonkology.org
In Reply to: [gentoo-user] Re: dir is rwx but can't create file by walt
1 walt writes:
2
3 > On 07/28/2010 01:20 PM, Andrey Vul wrote:
4 > > Creating files in /tmp, /etc, /lib32, and /var return ENOENT (touch
5 > > /tmp/foo => strerror(ENOENT)).
6 > > However, this is done as root and the dirs are marked 755 root:root.
7
8 Are all these directories located on the root file system?
9
10 > Is the sticky bit set on /tmp?
11 >
12 > drwxrwxrwt 26 root root 36864 2010-07-29 04:15 tmp/
13 > ^
14
15 Well, it set or not, this would not prevent the creation of files.
16
17 I have no idea what's going on here. I'd force a fsck (touch /forcefsck;
18 reboot) to make sure it's no file system problem. And what about a live-
19 cd, does the problem happen then, too?
20
21 Wonko

Replies

Subject Author
Re: [gentoo-user] Re: dir is rwx but can't create file Andrey Vul <andrey.vul@×××××.com>