From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9002: file-error Doing chown operation not permitted Date: Sat, 16 Jul 2011 17:27:50 -0400 Message-ID: References: <878vscopig.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310851708 29943 80.91.229.12 (16 Jul 2011 21:28:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2011 21:28:28 +0000 (UTC) Cc: 9002@debbugs.gnu.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 16 23:28:23 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QiCPP-0000dd-3b for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Jul 2011 23:28:23 +0200 Original-Received: from localhost ([::1]:60703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiCPO-0005rE-2N for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Jul 2011 17:28:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiCP6-0005qr-PT for bug-gnu-emacs@gnu.org; Sat, 16 Jul 2011 17:28:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiCP5-0006TL-IE for bug-gnu-emacs@gnu.org; Sat, 16 Jul 2011 17:28:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiCP5-0006TH-F9 for bug-gnu-emacs@gnu.org; Sat, 16 Jul 2011 17:28:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QiCP4-0002cm-BU; Sat, 16 Jul 2011 17:28:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 16 Jul 2011 21:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9002 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9002-submit@debbugs.gnu.org id=B9002.131085167910079 (code B ref 9002); Sat, 16 Jul 2011 21:28:02 +0000 Original-Received: (at 9002) by debbugs.gnu.org; 16 Jul 2011 21:27:59 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QiCP1-0002cW-0d for submit@debbugs.gnu.org; Sat, 16 Jul 2011 17:27:59 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QiCOy-0002cJ-Io for 9002@debbugs.gnu.org; Sat, 16 Jul 2011 17:27:57 -0400 Original-Received: from localhost ([127.0.0.1]:46153) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiCOt-0001xY-7g; Sat, 16 Jul 2011 17:27:51 -0400 X-Spook: counter terrorism illuminati afsatcom Cohiba InfoSec X-Ran: 4Z_Me|Nba78Yp7K)y@&b#1DM^i>=7rwA_KOQn#W95/Gb!@RiCwDD-Gvzb^UgwNh]N}~(ip X-Hue: red X-Attribution: GM In-Reply-To: <878vscopig.fsf@jidanni.org> (jidanni@jidanni.org's message of "Tue, 05 Jul 2011 20:55:51 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 16 Jul 2011 17:28:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49282 Archived-At: jidanni@jidanni.org wrote: > Have two directories, both owned by you, but on separate disks. > > Try to move a file that is NOT owned by you from one to the other. > > Move `/cf/updates/df.j3d' to `/home/jidanni/df.j3d' failed: > (file-error Doing chown operation not permitted /home/jidanni/df.j3d) Emacs 23.3 does not give this error, but the trunk does. This seems to be a result of the changes in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8306