bug#55006: First time boot hangs after "watchdog hardware is disabled"

2022-04-19 Thread crodges
On Tuesday, April 19, 2022 1:23:50 P.M. PDT pelzflorian (Florian Pelz) wrote: > On Tue, Apr 19, 2022 at 06:55:11PM +0200, raingloom wrote: > > Also IMHO this further proves my point that we need a "safe graphics > > mode" boot option, see issue 54945. > > Well the uvesafb in the installer image

bug#54779: guix home reconfigure throw error after Shepherd updata

2022-04-19 Thread Aleksandr Vityazev
Hi, it seems that the attached patch should fix this. -- Best regards, Aleksandr Vityazev diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm index df6bbb30e6..cbb7b17987 100644 --- a/gnu/home/services/shepherd.scm +++ b/gnu/home/services/shepherd.scm @@ -84,6 +84,8 @@

bug#55006: First time boot hangs after "watchdog hardware is disabled"

2022-04-19 Thread pelzflorian (Florian Pelz)
On Tue, Apr 19, 2022 at 06:55:11PM +0200, raingloom wrote: > Also IMHO this further proves my point that we need a "safe graphics > mode" boot option, see issue 54945. Well the uvesafb in the installer image worked for crodges, I suppose, so in the AMDGPU case there is no need for another boot

bug#55006: First time boot hangs after "watchdog hardware is disabled"

2022-04-19 Thread pelzflorian (Florian Pelz)
Hi crodges, On Tue, Apr 19, 2022 at 09:40:20AM -0700, crodges wrote: > Noticed that the kernel was updated to linux-libre 5.16.20. Tried to reboot > without editing arguments in the kernel. I got to another freeze, and clearly > it seems to be the amd gpu, as in the new attached image. Is it

bug#54929: Acknowledgement (./pre-inst-env recompiling files)

2022-04-19 Thread Andreas Enge
The mysterious problem disappeared mysteriously after making a new git checkout and bootstrapping. Closing the bug. Andreas

bug#54893: [PATCH] guix: git-download: Set locale to deal with Unicode in git metadata.

2022-04-19 Thread Attila Lendvai
Without this the git-fetch GEXP is run in an environment that uses ASCII character encoding when strings are crossing the Guile - C boundary. It means that e.g. tag names that have Unicode chars in them will cause problems, e.g. when walking and deleting the .git directory. An example in the

bug#55006: First time boot hangs after "watchdog hardware is disabled"

2022-04-19 Thread raingloom
On Tue, 19 Apr 2022 09:40:20 -0700 crodges wrote: > On Tuesday, April 19, 2022 1:50:47 A.M. PDT pelzflorian (Florian > Pelz) wrote: > > On Mon, Apr 18, 2022 at 10:32:53AM -0700, crodges wrote: > > > Hello, > > > > > > I'm installing guix in a recent desktop that I build (little more > > >

bug#54893: guix-daemon, locale, LANG, and unicode in git tag names

2022-04-19 Thread Maxime Devos
Attila Lendvai schreef op di 19-04-2022 om 11:38 [+]: > so, is such an idempotent locale available/embedded in glibc without > any external dependencies? searching the web suggests that there isn't. Try: $ LC_CTYPE=anything.ISO-8859-2 guix repl é hint: Consider installing the

bug#54893: guix-daemon, locale, LANG, and unicode in git tag names

2022-04-19 Thread Maxime Devos
Attila Lendvai schreef op di 19-04-2022 om 11:38 [+]: > > thank you, this works indeed as a band aid: > > > > (setenv "GUIX_LOCPATH" #+(file-append glibc-locales "/lib/locale")) > > (setlocale LC_ALL "en_US.utf8") > > > i spoke too early. this works in a git checkout of guix, but it fails >

bug#55024: [cuirass] '+' character in branch name causes problems

2022-04-19 Thread Maxim Cournoyer
Hello, It seems that when using a '+' character in the branch name, such as in the wip-ipython+polyglossia branch I pushed to Savannah, Cuirass is not able to use it as part of a job specification, at least one made via the web interface as found here:

bug#54893: guix-daemon, locale, LANG, and unicode in git tag names

2022-04-19 Thread Attila Lendvai
> thank you, this works indeed as a band aid: > > (setenv "GUIX_LOCPATH" #+(file-append glibc-locales "/lib/locale")) > (setlocale LC_ALL "en_US.utf8") i spoke too early. this works in a git checkout of guix, but it fails to compile when i try to guix pull it. even if i declare the dependency

bug#55006: First time boot hangs after "watchdog hardware is disabled"

2022-04-19 Thread pelzflorian (Florian Pelz)
On Mon, Apr 18, 2022 at 10:32:53AM -0700, crodges wrote: > Hello, > > I'm installing guix in a recent desktop that I build (little more than a > year). After being suggested to use latest iso on cuirass, I was able to > install guix. The boot then hanged looking for iwlwifi firmware; someone in

bug#55003: emacs-dash test failing,

2022-04-19 Thread Liliana Marie Prikler
Am Montag, dem 18.04.2022 um 06:23 -0500 schrieb Bryan Paronto: > Hello Guixers Hi Bryan > I’ll prefacing by saying I’m still rather green to Guix System and > Home, but am loving every minute of hacking, even when things dont > immediate go according to plan. > > This morning I’m attempting to