From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: emacs causing automount error Date: Tue, 11 Feb 2014 11:56:44 -0500 Message-ID: References: <38b946ba-8d2d-49ee-9d04-6f5e72d44a9c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1392137892 6276 80.91.229.3 (11 Feb 2014 16:58:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2014 16:58:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Patrick Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 11 17:58:20 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WDGf5-0006oG-Ci for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Feb 2014 17:58:19 +0100 Original-Received: from localhost ([::1]:34673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDGf5-0008Af-3g for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Feb 2014 11:58:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDGeE-0007U3-CH for help-gnu-emacs@gnu.org; Tue, 11 Feb 2014 11:58:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDGdZ-0004zI-Mk for help-gnu-emacs@gnu.org; Tue, 11 Feb 2014 11:57:26 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDGdZ-0004z2-JH for help-gnu-emacs@gnu.org; Tue, 11 Feb 2014 11:56:45 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WDGdY-00010u-Ij; Tue, 11 Feb 2014 11:56:44 -0500 X-Spook: Attorney General military munitions Verisign World Trade X-Ran: 87>"m2\K4lfdTrKQRF=hxzt1e'Ur+a6:zY(D=Ve;dx.ETn:SgMOn3}-EZ--"WLx'-PGGeR X-Hue: blue X-Attribution: GM Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <38b946ba-8d2d-49ee-9d04-6f5e72d44a9c@googlegroups.com> (Patrick's message of "Tue, 11 Feb 2014 01:50:28 -0800 (PST)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96030 Archived-At: Patrick wrote: > I am using emacs on several machines, and now my system administrator > told me that on one machine his log files are filled up with this > > Feb 10 14:38:46 xx automount[3394]: key ".bzr" not found in map source(s). > Feb 10 14:38:46 xx automount[3394]: key ".git" not found in map source(s). > Feb 10 14:38:46 xx automount[3394]: key ".hg" not found in map source(s). > Feb 10 14:38:46 xx automount[3394]: key "_MTN" not found in map source(s). > Feb 10 14:38:46 xx automount[3394]: key "{arch}" not found in map source(s). The messages are harmless. That's just how automount works. As has been said, you can disable/reduce vc-handled-backends if you don't need it. Alternatively, you can tweak locate-dominating-stop-dir-regexp so that it stops one level before your automounter kicks in.