From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: syslogd can't be started when running Guix in Docker Date: Tue, 02 Jul 2019 19:16:40 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59247) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiMOi-0007N8-CX for guix-devel@gnu.org; Tue, 02 Jul 2019 13:16:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiMOf-0002H0-1d for guix-devel@gnu.org; Tue, 02 Jul 2019 13:16:51 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:59467) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hiMOe-00028c-Jy for guix-devel@gnu.org; Tue, 02 Jul 2019 13:16:48 -0400 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 Hi everyone, I am exploring the possibility of running Guix under macOS via Docker. First I ran 'guix system docker-image` on a minimal system configuration, which I then transferred to the Mac and started. Overall it works admirably well. There are however a few services that don't work, in particulary syslogd: root@guix /# herd status Started: + file-systems + guix-daemon + host-name + loopback + root + root-file-system + udev + urandom-seed + user-file-systems + user-processes + virtual-terminal Stopped: - nscd - ssh-daemon - syslogd One-shot: * user-homes root@guix /# herd start syslogd Service syslogd could not be started. herd: failed to start service syslogd I have no idea why this should fail, and worse, I have no idea how to debug this. I checked /var/log/messages and /var/log/debug, but I can't see anything looking like an error message except for shepherd reporting that syslogs and ssh-daemon could not be started. I'd be grateful for ideas and suggestions on how to figure out what is going wrong. I'd also be interested in working dockerized versions of Guix for comparison. Thanks in advance, Konrad