From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OeRGH-0002c9-FN for garchives@archives.gentoo.org; Thu, 29 Jul 2010 11:26:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF603E07E2; Thu, 29 Jul 2010 11:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D89AE07E2 for ; Thu, 29 Jul 2010 11:26:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 218DB1B416E for ; Thu, 29 Jul 2010 11:26:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.898 X-Spam-Level: X-Spam-Status: No, score=-2.898 required=5.5 tests=[AWL=-0.299, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3KuaCAIEwyOC for ; Thu, 29 Jul 2010 11:25:59 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 76D3C1B42AC for ; Thu, 29 Jul 2010 11:24:55 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OeREE-0004Bb-VJ for gentoo-user@gentoo.org; Thu, 29 Jul 2010 13:24:46 +0200 Received: from adsl-69-234-185-91.dsl.irvnca.pacbell.net ([69.234.185.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jul 2010 13:24:46 +0200 Received: from w41ter by adsl-69-234-185-91.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jul 2010 13:24:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: dir is rwx but can't create file Date: Thu, 29 Jul 2010 04:24:29 -0700 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-185-91.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b3pre) Gecko/20100728 Shredder/3.2a1pre In-Reply-To: X-Archives-Salt: e650058e-e37d-436a-b8c1-c6c243ca5282 X-Archives-Hash: 82233bb532b82ec4aba7f0c650426976 On 07/28/2010 01:20 PM, Andrey Vul wrote: > Creating files in /tmp, /etc, /lib32, and /var return ENOENT (touch > /tmp/foo => strerror(ENOENT)). > However, this is done as root and the dirs are marked 755 root:root. Is the sticky bit set on /tmp? drwxrwxrwt 26 root root 36864 2010-07-29 04:15 tmp/ ^