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 wo
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 @@
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 opt
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 pos
The mysterious problem disappeared mysteriously after making a new git
checkout and bootstrapping. Closing the bug.
Andreas
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 wild
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
> > > than
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 `glibc-locales'
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
>
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:
https://ci.guix.gnu.org/jobset/wip-ipython%2B
> 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 li
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
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 u
13 matches
Mail list logo