From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug? Date: Tue, 23 Jul 2019 13:12:42 +0200 Message-ID: <8736ixc8d1.fsf@elephly.net> References: <20190722052052.naghf4vabgd66hzw@pelzflorian.localdomain> <20190723123738.00003d26@interia.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49037) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hpsix-000708-Fk for help-guix@gnu.org; Tue, 23 Jul 2019 07:12:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hpsiv-0004Gh-Q5 for help-guix@gnu.org; Tue, 23 Jul 2019 07:12:50 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hpsiv-0004AO-2G for help-guix@gnu.org; Tue, 23 Jul 2019 07:12:49 -0400 In-reply-to: <20190723123738.00003d26@interia.pl> 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@gnu.org Jan writes: > Sorry, I sent private messages and for sending the email in > HTML earlier, I didn't completely figure it out how these mailing lists > work, please forgive me. Hope this one will be visible on the list. > >>which must be changed to > >>(services (cons* (gnome-desktop-service) >> (service slim-service-type (slim-configuration >> (display ":0") >> (vt "vt7"))) >> (service slim-service-type (slim-configuration >> (display ":1") >> (vt "vt8"))) >> (remove (lambda (service) >> (eq? (service-kind service) >>gdm-service-type)) %desktop-services))) > > I've actually tried this one too, but it didn't work - it complained > about a bad field, but didn't give me *any* information about where > in the code the error is. Can you show us the actual error message please? You have *two* instances of the slim-service-type, but this is not supported. -- Ricardo