From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: W. Greenhouse Newsgroups: gmane.emacs.help Subject: Re: emacs causing automount error Date: Tue, 11 Feb 2014 16:46:15 +0000 Message-ID: <87txc5lhrc.fsf@motoko.kusanagi> References: <38b946ba-8d2d-49ee-9d04-6f5e72d44a9c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392137215 29207 80.91.229.3 (11 Feb 2014 16:46:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2014 16:46:55 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Tue Feb 11 17:47:03 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 1WDGUA-0002T4-OP for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Feb 2014 17:47:02 +0100 Original-Received: from localhost ([::1]:34605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDGUA-00049v-B3 for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Feb 2014 11:47:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDGTs-00049h-Bo for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Tue, 11 Feb 2014 11:46:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDGTl-0001B1-35 for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Tue, 11 Feb 2014 11:46:44 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:42144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDGTk-0001Av-Sr for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Tue, 11 Feb 2014 11:46:37 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WDGTh-0002Gy-Mn for help-gnu-emacs-mXXj517/zsQ@public.gmane.org; Tue, 11 Feb 2014 17:46:33 +0100 Original-Received: from wannabe.torservers.net ([96.47.226.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Feb 2014 17:46:33 +0100 Original-Received: from wgreenhouse by wannabe.torservers.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Feb 2014 17:46:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet-dbVV3NMTNubNLxjTenLetw@public.gmane.org X-Gmane-NNTP-Posting-Host: wannabe.torservers.net X-Archive: encrypt User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:M3AmZDeYzoW66Ljp+iF/X7exn+k= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:96029 Archived-At: Patrick writes: > Hello, > > 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). > > Comparing the timestamps, this happens everytime I start emacs. Is > anyone familiar with this problem or can point me to where I can stop > emacs from trying to access all these inexisting keys on startup? This looks like evidence of vc-mode trying to check if the current directory is under version control. The nuclear option would be to (setq vc-handled-backends nil), thus entirely disabling all attempts to tell if any file/directory is under version control.