unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Andrew Busto <andrewlbusto@gmail.com>
To: Pierre Neidhardt <mail@ambrevar.xyz>
Cc: help-guix@gnu.org
Subject: Re: Problems on startup after install
Date: Wed, 5 Aug 2020 01:10:07 -0700	[thread overview]
Message-ID: <CAJgYvGYdzO1jvOJWxLhkzjD4vyQkSbj_7XO7sEW3e9rby90xXg@mail.gmail.com> (raw)
In-Reply-To: <87r1sl61x9.fsf@ambrevar.xyz>

[-- Attachment #1: Type: text/plain, Size: 683 bytes --]

Hi Pierre,

Attached are my config, and the end of the startup trace (that's all I
could take a picture of, as a lot of it scrolled by very quickly... is the
full thing logged somewhere?)

- Andrew

On Tue, Aug 4, 2020 at 11:29 PM Pierre Neidhardt <mail@ambrevar.xyz> wrote:

> Hi Andrew,
>
> Andrew Busto <andrewlbusto@gmail.com> writes:
>
> > I initially got messages saying "pcspkr is already registered:
> > aborting" and "error in finalization thread: Success",
>
> I've also got these errors, as far as I can tell they are benign.
>
> Can you share your config.scm and the rest of the startup trace (maybe
> take a picture)?
>
> --
> Pierre Neidhardt
> https://ambrevar.xyz/
>

[-- Attachment #2: config_andrew.scm --]
[-- Type: text/x-scheme, Size: 1749 bytes --]

;; This is an operating system configuration generated
;; by the graphical installer, and refined by Andrew :)

(use-modules (gnu))
(use-service-modules desktop networking ssh xorg)

(operating-system
  (locale "en_CA.utf8")
  (timezone "America/Vancouver")
  (keyboard-layout (keyboard-layout "us"))
  (host-name "Proud_Fan")
  (users (cons* (user-account
                  (name "andrew")
                  (comment "Andrew")
                  (group "users")
                  (home-directory "/home/andrew")
                  (supplementary-groups
                    '("wheel" "netdev" "audio" "video")))
                %base-user-accounts))
  (kernel-arguments '("module_blacklist=pcspkr"))
  (packages
    (append
      (list (specification->package "nss-certs"))
      %base-packages))
  (services
    (append
      (list (service tor-service-type)
            (service network-manager-service-type)
            (service wpa-supplicant-service-type))
      %base-services))
  (bootloader
    (bootloader-configuration
      (bootloader grub-efi-bootloader)
      (target "/boot/efi")
      (keyboard-layout keyboard-layout)))
  (swap-devices (list "/dev/sda3"))
  (file-systems
    (cons* (file-system
             (mount-point "/boot/efi")
             (device (uuid "82F9-7DB7" 'fat32))
             (type "vfat"))
           (file-system
             (mount-point "/")
             (device
               (uuid "71ee8447-bf26-4d0a-9b7e-e37062a8070e"
                     'ext4))
             (type "ext4"))
           (file-system
             (mount-point "/home")
             (device
               (uuid "e9dfc547-e03b-48ce-8668-dcf4b4ef2041"
                     'ext4))
             (type "ext4"))
           %base-file-systems)))

[-- Attachment #3: 20200805_005721.jpg --]
[-- Type: image/jpeg, Size: 5667724 bytes --]

  reply	other threads:[~2020-08-05 10:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04 23:22 Problems on startup after install Andrew Busto
2020-08-05  6:29 ` Pierre Neidhardt
2020-08-05  8:10   ` Andrew Busto [this message]
2020-08-05  8:22     ` Pierre Neidhardt
2020-08-05  8:59       ` Andrew Busto
2020-08-05  9:06         ` Pierre Neidhardt
2020-08-05 19:29           ` Andrew Busto
2020-08-06  7:56             ` Pierre Neidhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJgYvGYdzO1jvOJWxLhkzjD4vyQkSbj_7XO7sEW3e9rby90xXg@mail.gmail.com \
    --to=andrewlbusto@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=mail@ambrevar.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).