GNU bug report logs - #39281
gdm doesn't start

Previous Next

Package: guix;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Sat, 25 Jan 2020 20:33:01 UTC

Severity: normal

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#39281: closed (gdm doesn't start)
Date: Tue, 28 Jan 2020 20:18:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Jan 2020 21:11:27 +0100
with message-id <20200128211127.0ba2388f <at> scratchpost.org>
and subject line Re: bug#39281: gdm doesn't start
has caused the debbugs.gnu.org bug report #39281,
regarding gdm doesn't start
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
39281: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39281
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jack Hill <jackhill <at> jackhill.us>
To: bug-guix <at> gnu.org
Subject: gdm doesn't start
Date: Sat, 25 Jan 2020 15:32:31 -0500 (EST)
Hi Guix,

After a recent pull and system reconfigure, gdm does not start at boot. 
Instead, I am left with a text console login. sirgazil also described the 
problem on irc, "I just did guix pull and sudo system reconfigure, and GDM 
never started after waiting for about 10 minutes. This may be the same 
problem gnutec was having yesterday..."

The last known good guix for me is 
7842ddcbc118cbc2799e22651732b7cdc06b93ee and the first known bad commit is 
df6ce9fcb455ac59372f1025e450005ea3190614.

My operating system config is included below:

Best,
Jack

(use-modules (gnu) (gnu system nss) (gnu services xorg)
	     (gnu packages linux))
(use-service-modules desktop)
(use-package-modules certs gnome scanner security-token)

(operating-system
 (host-name "alperton")
 (timezone "America/New_York")
 (locale "en_US.utf8")

 (bootloader (bootloader-configuration
	      (bootloader grub-bootloader)
	      (target "/dev/sda")))

 ;; Specify a mapped device for the encrypted root partition.
 ;; The UUID is that returned by 'cryptsetup luksUUID'.
 (mapped-devices
  (list (mapped-device
	 (source (uuid "f7776767-70c9-44e3-9973-c1334d301348"))
	 (target "alperton_root")
	 (type luks-device-mapping))))

 (file-systems (cons
		(file-system
		 (device (file-system-label "alperton_root"))
		 (mount-point "/")
		 (type "ext4")
		 (dependencies mapped-devices))
		%base-file-systems))

 (swap-devices (list "/root/swap"))

 (users (cons (user-account
	       (name "jackhill")
	       (comment "Jack Hill")
	       (group "users")
	       (supplementary-groups '("wheel" "netdev"
				       "audio" "lp" "video"))
	       (home-directory "/home/jackhill"))
	      %base-user-accounts))

 ;; This is where we specify system-wide packages.
 (packages (cons* nss-certs         ;for HTTPS access
		  fuse-exfat
		  bluez
		  gvfs              ;for user mounts
		  %base-packages))

 ;; Add GNOME and/or Xfce---we can choose at the log-in
 ;; screen with F1.  Use the "desktop" services, which
 ;; include the X11 log-in service, networking with
 ;; NetworkManager, and more.
 (services (cons* (service gnome-desktop-service-type)
		  (bluetooth-service)
		  (simple-service 'custom-udev-rules udev-service-type (list sane-backends libu2f-host))
		  %desktop-services))

 (firmware %base-firmware)

 ;; Allow resolution of '.local' host names with mDNS.
 (name-service-switch %mdns-host-lookup-nss))


[Message part 3 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: Raghav Gururajan <raghavgururajan <at> disroot.org>,
 Jack Hill <jackhill <at> jackhill.us>, Leo Prikler <leo.prikler <at> student.tugraz.at>,
 39281-done <at> debbugs.gnu.org, sirgazil <at> zoho.com
Subject: Re: bug#39281: gdm doesn't start
Date: Tue, 28 Jan 2020 21:11:27 +0100
[Message part 4 (text/plain, inline)]
Hi,

thanks for the investigation and patch.

Pushed to guix master as commit 9111f9750084cbc214d36e2ee16308f8edabf11d.

Re-added gnome-initial-setup to gnome with
commit 24882d3d9a0529f34217aac2da2c8d6e2a076a63.

Closing bug report.
[Message part 5 (application/pgp-signature, inline)]

This bug report was last modified 5 years and 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.