From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: guix-daemon might be unmounting filesystems Date: Tue, 14 Feb 2017 10:49:54 +0000 Message-ID: <87inodyrl9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdagN-0003Hk-Pi for help-guix@gnu.org; Tue, 14 Feb 2017 05:50:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdagK-0008E6-NG for help-guix@gnu.org; Tue, 14 Feb 2017 05:50:03 -0500 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:35114) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdagK-0008Cv-H3 for help-guix@gnu.org; Tue, 14 Feb 2017 05:50:00 -0500 Received: by mail-wm0-x233.google.com with SMTP id v186so14481738wmd.0 for ; Tue, 14 Feb 2017 02:49:58 -0800 (PST) Received: from localhost (252.194.189.80.dyn.plus.net. [80.189.194.252]) by smtp.googlemail.com with ESMTPSA id y145sm2953061wmc.17.2017.02.14.02.49.56 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 14 Feb 2017 02:49:56 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hello, About one time out of ten when I use a guix command my filesystems, including /home, become unmounted and I have to manually remount them. I am not sure this is because of guix-daemon or systemd or even my zsh config but in the logs I get something like this: Feb 14 09:57:39 bill guix-daemon[11909]: accepted connection from pid 4342, user myles Feb 14 09:57:39 bill guix-daemon[11909]: spurious SIGPOLL Feb 14 09:57:40 bill guix-daemon[11909]: spurious SIGPOLL [...about 18 SIGPOLLs per second...] Feb 14 09:58:22 bill guix-daemon[11909]: spurious SIGPOLL Feb 14 09:58:22 bill guix-daemon[11909]: spurious SIGPOLL Feb 14 09:58:40 bill systemd[1]: gnu.automount: Got automount request for /gnu, triggered by 4345 (guix-daemon) Feb 14 09:58:40 bill systemd[1]: Mounting /gnu... Feb 14 09:58:41 bill systemd[1]: Mounted /gnu. Feb 14 09:58:41 bill systemd[1]: home.automount: Got automount request for /home, triggered by 835 (systemd) Feb 14 09:58:41 bill systemd[1]: Mounting /home... Feb 14 09:58:41 bill systemd[1]: Mounted /home. Feb 14 09:58:42 bill systemd[1]: gnu.automount: Got automount request for /gnu, triggered by 4345 (guix-daemon) Feb 14 09:58:42 bill systemd[1]: Mounting /gnu... Feb 14 09:58:42 bill systemd[1]: Mounted /gnu. Feb 14 09:58:42 bill systemd[1]: home.automount: Got automount request for /home, triggered by 835 (systemd) Feb 14 09:58:42 bill systemd[1]: Mounting /home... Feb 14 09:58:42 bill systemd[1]: Mounted /home. Feb 14 09:58:43 bill systemd[1]: gnu.automount: Got automount request for /gnu, triggered by 4345 (guix-daemon) Feb 14 09:58:43 bill systemd[1]: Mounting /gnu... Feb 14 09:58:43 bill systemd[1]: Mounted /gnu. Feb 14 09:58:43 bill systemd[1]: home.automount: Got automount request for /home, triggered by 835 (systemd) Feb 14 09:58:43 bill systemd[1]: Mounting /home... Feb 14 09:58:43 bill systemd[1]: Mounted /home. Feb 14 09:58:44 bill systemd[1]: gnu.automount: Got automount request for /gnu, triggered by 4345 (guix-daemon) Feb 14 09:58:44 bill systemd[1]: Mounting /gnu... Feb 14 09:58:44 bill systemd[1]: Mounted /gnu. Feb 14 09:58:44 bill systemd[1]: home.automount: Got automount request for /home, triggered by 835 (systemd) Feb 14 09:58:44 bill systemd[1]: Mounting /home... Feb 14 09:58:45 bill systemd[1]: Mounted /home. Feb 14 09:58:45 bill systemd[1]: gnu.automount: Got automount request for /gnu, triggered by 4345 (guix-daemon) Feb 14 09:58:45 bill systemd[1]: Mounting /gnu... Feb 14 09:58:45 bill systemd[1]: Mounted /gnu. Feb 14 09:58:45 bill systemd[1]: home.automount: Got automount request for /home, triggered by 835 (systemd) Feb 14 09:58:45 bill systemd[1]: Mounting /home... Feb 14 09:58:45 bill systemd[1]: Mounted /home. Feb 14 09:58:52 bill systemd[1]: home.automount: Got automount request for /home, triggered by 9958 (conky) Feb 14 09:58:52 bill systemd[1]: Mounting /home... Feb 14 09:58:52 bill systemd[1]: Mounted /home. Feb 14 09:58:53 bill systemd[1]: opt.automount: Got automount request for /opt, triggered by 1855 (firefox) Feb 14 09:58:53 bill systemd[1]: Mounting /opt... Feb 14 09:58:53 bill systemd[1]: Mounted /opt. Feb 14 09:59:12 bill systemd[1]: gnu.automount: Got automount request for /gnu, triggered by 4522 (zsh) Feb 14 09:59:12 bill systemd[1]: Mounting /gnu... Feb 14 09:59:13 bill systemd[1]: Mounted /gnu. Feb 14 10:00:01 bill systemd[1]: home.automount: Got automount request for /home, triggered by 1879 (Cache2 I/O) Feb 14 10:00:01 bill systemd[1]: Mounting /home... Feb 14 10:00:01 bill systemd[1]: Mounted /home. Feb 14 10:00:02 bill systemd[1]: gnu.automount: Got automount request for /gnu, triggered by 24942 (emacs) Feb 14 10:00:02 bill systemd[1]: Mounting /gnu... Feb 14 10:00:02 bill systemd[1]: Mounted /gnu. Feb 14 10:00:02 bill systemd[1]: opt.automount: Got automount request for /opt, triggered by 24942 (emacs) Feb 14 10:00:02 bill systemd[1]: Mounting /opt... Feb 14 10:00:02 bill systemd[1]: Mounted /opt. Any ideas why this is happening and how it can be fixed? I did a guix pull recently but I think it has done this every version between here and 0.10. Thanks, Myles