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 1ORCYm-0005Pw-DV for garchives@archives.gentoo.org; Tue, 22 Jun 2010 23:07:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE373E0B56 for ; Tue, 22 Jun 2010 23:07:15 +0000 (UTC) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by pigeon.gentoo.org (Postfix) with ESMTP id 8CB18E0A5C for ; Tue, 22 Jun 2010 22:34:51 +0000 (UTC) Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 71BBE10723F for ; Tue, 22 Jun 2010 18:34:51 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 22 Jun 2010 18:34:51 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=subject:from:to:content-type:date:message-id:mime-version:content-transfer-encoding; s=smtpout; bh=Bz940odZMjcU7yclB55jqAnD29w=; b=mQafTEwpK33hVm+fxLdKSr9vZBqXz72D2LjZBvctGsN6dM2z6AdTf3sA1bW8UNzRzaOpIotyD/rCNNQWtWvmSfBpO8rM36xfdvvMzNvoj/jpr+9q70fdh02mnEkIXIK27chvK0lY0OvDZ4k7Ae46wPLgDB+Z9HXvM51nzgOKxb0= X-Sasl-enc: tjES1enTEjOxPQz9/5rvVkaXP8ZYni9AYxSqrU2c3P++ 1277246091 Received: from [192.168.31.28] (cpe-069-134-182-167.nc.res.rr.com [69.134.182.167]) by www.fastmail.fm (Postfix) with ESMTPSA id 0F5B865F26 for ; Tue, 22 Jun 2010 18:34:50 -0400 (EDT) Subject: [gentoo-user] messagebus keeps 0wning my files From: Albert Hopkins To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" Date: Tue, 22 Jun 2010 18:34:50 -0400 Message-ID: <1277246090.283505.20.camel@paska> 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 X-Mailer: Evolution 2.30.1.2 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: aa78fca9-3fd9-4dc5-92ca-d7c4adbb8f3d X-Archives-Hash: 286585be895f5ee1b21b1898580d5358 I've had this problem for a while now but it's finally driven me mad. I have a directory with some local mercurial repos. I'm the only user who touches these repos. Things will go fine for a while, and suddenly I'll do a commit and then hg will die with=20 abort: Permission denied: on one of the ./hg/* files. When I look at the file I'll find it's owned by 1000:messagebus. So I'm too busy to investigate so I just "sudo chown -R $USER:users ~/path/to/repo" and go along my way... then the next day=E2=80=94or whenever=E2=80=94the same thing happens again! It's weird because I don't have a user with uid=3D1000 in /etc/passwd, bu= t messagebus has a gid=3D1000. Also the seems to only happen to the two Hg repos I am working on. The last time this happened (just now), the mtime on the file is 18 June. The ctime is 19 June (the fs is mounted with noatime). The last time I did the chown thing was on the 20th (so the ctime kinda doesn't make sense, if I understand correctly), so could this possibly be a bug in the fs (ext4)?