Re: Guix Home fails with "In procedure symlink: No space left on device"

2025-03-05 Thread Maxim Cournoyer
Hi, "Tanguy Le Carrour" writes: > Hi Guix, > > For the last 6 years or so, I’ve been happily using Guix Home. > My weekly routine had always been: [...] > $ df -i > Filesystem Inodes IUsedIFree IUse% Mounted on > none 997991 649 9973421% /dev > /dev/sda1

Re: git https operations fatal error

2025-03-05 Thread Leo Famulari
On Tue, Mar 4, 2025, at 17:49, ALIYEV Emil wrote: > I have a problem, where I cannot clone a git repo via https. > It has worked two days ago, I dont know what the issue might be. I did > a lot of things, guix pull, added a home environment, etc. > I tried a lot of things already, if you want a li

git https operations fatal error

2025-03-05 Thread ALIYEV Emil
Hello, I have a problem, where I cannot clone a git repo via https. It has worked two days ago, I dont know what the issue might be. I did a lot of things, guix pull, added a home environment, etc. I tried a lot of things already, if you want a listing, please let me know. Thanks in advance. ``

Re: Getting Guix to shutdown my laptop properly with Sway and no DE

2025-03-05 Thread Felix Lechner via
Hi Gottfried & Chris, On Tue, Mar 04 2025, Gottfried wrote: > I have to hard shutdown by pressing the button of my laptop for 10 > seconds. You are seeing this bug. [1] Please "pull." Kind regards, Felix [1] https://issues.guix.gnu.org/76338

Re: KDE Plasma Desktop no Keyboard languages available

2025-03-05 Thread Felix Lechner via
Hi Gottfried, On Tue, Mar 04 2025, gfp wrote: > Die auf dem System verfügbaren Lokalisierungen konnten nicht mit dem > Werkzeug localectl gefunden werden. I believe the "localectl" program is part of the SystemD suite, which we don't use. We use the Shepherd, which is much better for Guix. Som

Re: Guix Home fails with "In procedure symlink: No space left on device"

2025-03-05 Thread Felix Lechner via
Hi Tanguy, On Wed, Mar 05 2025, Tanguy Le Carrour wrote: > /dev/sda1 3276800 3275803 997 100% / I think you are out of inodes. Here [2] is potential a solution but you have to make sure your GRUB can boot the resulting filesystem. You could also be hitting the 'large_dir' problem [

Re: Guix Home fails with "In procedure symlink: No space left on device"

2025-03-05 Thread Guillaume Le Vaillant
Greg Hogan skribis: > On Wed, Mar 5, 2025 at 7:48 AM Guillaume Le Vaillant wrote: > [...] >> You could also use btrfs instead of ext4 as file system; and if you >> activate compression, it divides the actual size taken by the Guix store >> by 3 (approximately). > > With the default zstd compress

Re: Guix Home fails with "In procedure symlink: No space left on device"

2025-03-05 Thread Greg Hogan
On Wed, Mar 5, 2025 at 7:48 AM Guillaume Le Vaillant wrote: [...] > You could also use btrfs instead of ext4 as file system; and if you > activate compression, it divides the actual size taken by the Guix store > by 3 (approximately). With the default zstd compression I am seeing a ratio of 2. Is

Re: Guix Home fails with "In procedure symlink: No space left on device"

2025-03-05 Thread Guillaume Le Vaillant
"Tanguy Le Carrour" skribis: > Hi Guix, > > For the last 6 years or so, I’ve been happily using Guix Home. > My weekly routine had always been: > > ``` > $ sudo guix system delete-generations; and guix home delete-generations; and > guix pull --delete-generations; and guix gc > $ sudo guix syste

[fr] Moment de convivialité Guix@Paris en mars

2025-03-05 Thread Tanguy Le Carrour
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Jeudi 20 mars à 19h se tiendra la sixième soirée de la 3ème saison des rencontres Guix à Paris. Retrouvez tous les détails sur l’Agenda du Libre :

Guix Home fails with "In procedure symlink: No space left on device"

2025-03-05 Thread Tanguy Le Carrour
Hi Guix, For the last 6 years or so, I’ve been happily using Guix Home. My weekly routine had always been: ``` $ sudo guix system delete-generations; and guix home delete-generations; and guix pull --delete-generations; and guix gc $ sudo guix system reconfigure melmoth.system.scm; guix home rec