From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: mtab Date: Tue, 28 Mar 2017 16:11:15 +0000 Message-ID: <20170328161115.izz677ml6johtnq5@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cstiN-0007Ga-O6 for guix-devel@gnu.org; Tue, 28 Mar 2017 12:11:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cstiJ-0000Fs-GN for guix-devel@gnu.org; Tue, 28 Mar 2017 12:11:23 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:27985) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cstiJ-0000Eu-BC for guix-devel@gnu.org; Tue, 28 Mar 2017 12:11:19 -0400 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 9A390120EC7 for ; Tue, 28 Mar 2017 16:11:17 +0000 (UTC) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org As far as I know we have a message on every boot which spits an non-fatal error about mtab. A while back in Gentoo I asked about this while I experienced it on their system, and the solution was this: rm /etc/mtab && ln -s /proc/self/mounts /etc/mtab is there something special about our mtab file or could we just apply this?