Hello Ricardo!
Ricardo Wurmus writes:
> And finally: Number 9!
>
>> From 1290f9d1f0d594fdd4723d76b94116be25da9dd5 Mon Sep 17 00:00:00 2001
>> From: Maxim Cournoyer
>> Date: Sat, 30 Mar 2019 20:27:35 -0400
>> Subject: [PATCH 9/9] import: pypi: Preserve package name case when forming
>> pypi-uri
Hi. I think there is a typo on this blog post:
https://www.gnu.org/software/guix/blog/2019/gnu-guix-1.0.1-released/
The link on the text "The installer can now create Btrfs file systems"
points to bug #35716, but I think it was supposed to point to some
other one like maybe #35657.
Cheers,
--seb
Hi Giovanni,
Here's the content of /mnt/etc/config.scm:
--8<---cut here---start->8---
;; This is an operating system configuration generated
;; by the graphical installer.
(use-modules (gnu))
(use-service-modules desktop networking ssh xorg)
(operating-system
After I reconfigured to a broken, unbootable generation and then
rebooted to an old working generation, I found my user account
password was locked. This was my /etc/shadow:
root::18045::
florian:!:18045::
nobody:!:18045::
guixbuilder01:!:18045::
guixbuilder02:!:18045::
guixbu
Grub already can search by uuid or label (via "search --fsuuid" and
"search --label", respectively). IF you specify an uuid or label
in your operating-system configuration it will use that.
The only part missing is: The Guix installer's config generator should
find out the uuids and print those i
Hello Tobias and Ludo'
I've opened a bug report for this, WDYT if we go on there?
Tobias Geerinckx-Rice writes:
> Ludovic Courtès wrote:
>> Ideally, we’d use an actual UUID object (or a string?) here
>> rather than
>> this Linux/udev-specific idiom. […]
>> I believe using Guile-Parted we coul
Hello,
Following a recent discussion on Guix-devel [1] I'm "forwarding here" a
proposal to switch from /dev/sd? to (target (uuid ...)) in
bootloader-configuration operating-system declaration
This is a recap of current situation: the installer usually uses
/dev/sda as target for grub-install (and
Hello Philip,
phi...@warpmail.net (Philip K.) writes:
[...]
> I've reinstalled the system multiple times
Can you please confirm what Installer version you used?
> with different DE's (LXQt,
> Mate, XFCE) and DM's (slim, GDM), but the issue persists: The first time
> I try to login, it works, e
Hello,
I have issued
dd if=/dev/zero of=/dev/sda
for a couple of minutes, then create a new gpt partition table with
cfdisk (and write it) in the hope that I would be able to proceed with
the guided installer with a fresh partition table, but I still get the
null pointer dereference. So i gue
Hello Reg,
Reg writes:
[...]
>> Anyway, to check if GPU is the problem here could you please add
>> "modprobe.blacklist=radeon" [2] (or vga=791 if this does not work [3])
>> to the "linux" kernel arguments and report back the error messages, if
>> any?
> No error message & still the same issue
> LGTM! (Please add a “Fixes …” line to the commit log for future
> reference.)
Done and pushed.
Mathieu
Hi Vivien,
Vivien Kraus skribis:
> Thank you for your answer.
>
>> Can you confirm that the backtrace you posted comes from 1.0.1 and
> not
>> 1.0.0? (It seems to be from 1.0.1 accordingly to the line numbers,
> but
>> better be on the safe side.)
>
> After backing up my data, I re-downloaded t
Mathieu Othacehe skribis:
> From dd212927d50eeed9b8d16beed1f98228299c8633 Mon Sep 17 00:00:00 2001
> From: Mathieu Othacehe
> Date: Wed, 29 May 2019 09:44:44 +0200
> Subject: [PATCH] installer: Fix wifi menu crash with hidden SSIDs.
>
> * gnu/installer/connman.scm (): Mention that name may be fa
Fixed with commit 4b92dac20f.
--
Ricardo
Hello Vivien,
Thank you very much for the detailed report and sorry about all those
errors :(
> In unknown file:
>0 (make-stack #t)
> ice-9/eval.scm:159:9: Unhandled ext2 fs-type
So this one is easy, it's yet another unsupported fs type. Maybe the fix
would be to get rid of libpart
Hey,
> Out of 44 SSIDs around me, only 2 are hidden and they are the only 2 ones
> for which connmanctl does not report the "Name = " line.
>
> That should fix the issue!
Thanks for the investigation ! I guess the attached patch should fix the
issue then :)
Mathieu
>From dd212927d50eeed9b8d16b
16 matches
Mail list logo