From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes Subject: About guix system init Date: Mon, 12 Feb 2018 21:38:06 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1encQr-0004Wp-3g for guix-devel@gnu.org; Sun, 18 Feb 2018 22:48:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1encQm-00084K-40 for guix-devel@gnu.org; Sun, 18 Feb 2018 22:48:01 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:36118 helo=mta-1.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1encQl-0007zc-Tm for guix-devel@gnu.org; Sun, 18 Feb 2018 22:47:56 -0500 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 Cc: rennes@openmailbox.org Hello, I am currently running 'guix system init doc/os-config-hurd.scm /guix' =20 on Debian/Hurd; Some of the things that I have observed: * Only the directories '/gnu/store' and 'var' are populated. * The directories: bin, etc, home, mnt, root, run and tmp are created =20 but without configuration. However, there is no error at the end of the command, is there a way to =20 debug to identify which part is being omitted? About GNU Shepherd, 'shepherd -c =20 /guix/gnu/store/naxj2x6i83bba7a2h5dmpz4sclxqifxk-shepherd.conf -l =20 /home/jin/shepherd.log' sample: starting services... Service root-file-system has been started. Service user-file-systems has been started. failed to start service 'file-systems' failed to start service 'file-system-/dev/pts' failed to start service 'file-system-/dev/shm' failed to start service 'file-system-/gnu/store' failed to start service 'file-system-/sys/fs/cgroup' failed to start service 'file-system-/sys/fs/cgroup/cpuset' failed to start service 'file-system-/sys/fs/cgroup/cpu' failed to start service 'file-system-/sys/fs/cgroup/cpuacct' failed to start service 'file-system-/sys/fs/cgroup/memory' failed to start service 'file-system-/sys/fs/cgroup/devices' failed to start service 'file-system-/sys/fs/cgroup/freezer' failed to start service 'file-system-/sys/fs/cgroup/blkio' failed to start service 'file-system-/sys/fs/cgroup/perf_event' failed to start service 'file-system-/sys/fs/cgroup/hugetlb' failed to start service 'user-processes' Service host-name has been started. failed to start service 'user-homes' failed to start service 'nscd' failed to start service 'guix-daemon' failed to start service 'urandom-seed' failed to start service 'syslogd' failed to start service 'loopback' Is it necessary to have the services started correctly to run 'guix =20 system init ..' ? Thank you=