Christopher Howard wrote 4 years ago
(address . bug-guix@gnu.org)
Boot up process continues mostly like normal, but instead of going to
gdm login screen, screen gets stuck on a black screen with a flashing
cursor. I recall seeing a message in the virtual console about the "c1"
session being removed, though I can't find the text in the logs. The
messages log has messages about failing to activate an Accounts
service, and also some entries about dead gdm processes.
$ guix describe
Generation 10 Sep 03 2018 17:32:44 (current)
guix e0fa68c
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: e0fa68c7718fffd33d81af415279d6ddb518f727
My messages log, and also my system description file, is attached. The
system was built using the above commit. My user profile is somewhat
behind the system but only because I could not successfully build my
user profile do to the gnutls-dane build failure. (But I hadn't even
logged in to my user at this point.)
christopher@nightshade ~$ neofetch --stdout
christopher@nightshade
----------------------
OS: Guix System 9e2669690c80dc00973859edf732964f0a514d7b x86_64
Host: GA-880GM-UD2H
Kernel: 5.7.15-gnu
Uptime: 13 mins
Packages: 103 (guix-system), 84 (guix-user)
Shell: bash 5.0.16
Resolution: 1920x1200
DE: GNOME 3.34.2
Theme: Adwaita [GTK2/3]
Icons: Adwaita [GTK2/3]
Terminal: kitty
CPU: AMD Athlon II X3 455 (3) @ 3.300GHz
GPU: AMD ATI Radeon HD 4250
Memory: 1139MiB / 7456MiB
--
Christopher Howard
p: +1 (907) 374-0257
gpg: ADDEAADE5D607C8D (keys.gnupg.net)
;; This is an operating system configuration generated
;; by the graphical installer.
(use-modules (gnu)
(gnu packages radio))
(use-service-modules desktop networking ssh xorg cups)
(operating-system
(locale "en_US.utf8")
(timezone "America/Anchorage")
(keyboard-layout
(keyboard-layout "us" "altgr-intl"))
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")
(keyboard-layout keyboard-layout)))
(kernel-arguments (cons "cpufreq.default_governor=conservative" %default-kernel-arguments))
(mapped-devices
(list (mapped-device
(source
(uuid "3e6d527b-e188-4314-bf95-51705c2220fd"))
(target "cryptroot")
(type luks-device-mapping))))
(file-systems
(cons* (file-system
(mount-point "/")
(device "/dev/mapper/cryptroot")
(type "ext4")
(dependencies mapped-devices))
%base-file-systems))
(host-name "nightshade")
(users (cons* (user-account
(name "christopher")
(comment "Christopher Howard")
(group "users")
(home-directory "/home/christopher")
(supplementary-groups
'("wheel" "netdev" "audio" "video" "dialout" "cdrom" "lp" "lpadmin")))
(user-account
(name "emily")
(comment "Emily Howard")
(group "users")
(home-directory "/home/emily")
(supplementary-groups
'("netdev" "audio" "video" "cdrom" "lp")))
%base-user-accounts))
(packages
(append
(map specification->package
'("evolution"
"evolution-data-server"
"font-abattis-cantarell"
"font-adobe100dpi"
"font-adobe75dpi"
"font-alias"
"font-anonymous-pro"
"font-anonymous-pro-minus"
"font-awesome"
"font-bitstream-vera"
"font-blackfoundry-inria"
"font-comic-neue"
"font-culmus"
"font-dec-misc"
"font-dosis"
"font-fantasque-sans"
"font-fira-code"
"font-fira-mono"
"font-fira-sans"
"font-gnu-freefont"
"font-hack"
"font-hermit"
"font-inconsolata"
"font-iosevka"
"font-iosevka-slab"
"font-isas-misc"
"font-liberation"
"font-linuxlibertine"
"font-mononoki"
"font-sil-gentium"
"font-tamzen"
"font-terminus"
"font-terminus"
"font-tex-gyre"
"font-ubuntu"
"font-xfree86-type1"
"gimp"
"gnome-maps"
"gnome-tweaks"
"gs-fonts"
"icecat"
"libreoffice"
"libvdpau"
"mg"
"neofetch"
"nss-certs"
"rhythmbox"
"seahorse"
"s-tui"
"vdpauinfo"
"vlc"))
%base-packages))
(services
(modify-services
(append
(list (service gnome-desktop-service-type)
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)))
(service cups-service-type
(cups-configuration
(web-interface? #t))))
%desktop-services)
(udev-service-type config =>
(udev-configuration (inherit config)
(rules (cons
hackrf
(udev-configuration-rules config))))))))