Re: Kubernetes on Guix

2024-07-17 Thread Oleg Pykhalov
Hi Michael, Michael Dahlberg writes: > I'm still a bit new to Guix but not to systems administration and devops. I'd > like to try running a Kubernetes cluster on bare metal systems running Guix. I > don't think there should be too many gotcha's other than the lack of the > systemd init system,

Text missing from main titlebar and tabs in Gnome Console

2024-07-17 Thread Oleander via
Hi Guix! I installed Gnome recently and text is missing from main titlebar and tabs in Gnome Console unlike other Gnome apps. Is it just me? Thank you!

Re: debian glibc's libX11 depend breaks local profile guix?

2024-07-17 Thread Simon Tournier
Hi, Sorry for the late reply. Well, I am not seeing any reply, so in case… :-) On Thu, 20 Jun 2024 at 19:20, "Foran, Will" wrote: > Hi all! I'm trying to run guix on top of debian stable/bookworm (12.5, > libc6=2.36) but am blocked by >> error while loading shared libraries: libX11.so.6: cann

Re: License compliance when redistributing images built with 'guix system'.

2024-07-17 Thread Simon Tournier
Hi Denis, Well, I do not see any reply to this message. So even very late. :-) On Thu, 23 May 2024 at 02:09, Denis 'GNUtoo' Carikli wrote: > The GPLv2 has this part: >> If distribution of executable or object code is made by offering >> access to copy from a designated place, then offering eq

Re: Problem with gcc-toolchain modulefile

2024-07-17 Thread Simon Tournier
Hi, On Thu, 11 Jul 2024 at 13:25, Reza Housseini wrote: > Yes I am using the guix-modules command, but I have no idea to unset > LD_LIBRARY_PATH in the generated modulefile. It’s ’unsetenv’, no? Well, I am not very familiar with Modulefiles documentation [1]. 1: https://modules.readthedocs.io

Re: Text missing from main titlebar and tabs in Gnome Console

2024-07-17 Thread Luis Felipe
El 17/07/24 a las 13:38, Oleander via escribió: Hi Guix! I installed Gnome recently and text is missing from main titlebar and tabs in Gnome Console unlike other Gnome apps. Is it just me? Oh, you're right. I hadn't noticed that (I'm using guix f9ed578). Maybe it would be good to report it t

Re: debian glibc's libX11 depend breaks local profile guix?

2024-07-17 Thread Foran, Will
Thanks for looking! I still see the libX11 error even with a clear env. 'guix describe' has an (expected) error with the installer version in /usr/bin 'guix describe' can't load libX11.so.6 when using the guix profile path env -i $(which bash) --login --noprofile --norc bash-5.2$ which guix

Re: debian glibc's libX11 depend breaks local profile guix?

2024-07-17 Thread Simon Tournier
Re, On Wed, 17 Jul 2024 at 21:47, Foran, Will wrote: > bash-5.2$ guix describe > /gnu/store/ni2dckdc0lcb6b77b6q3qfy2mr60z8c2-guile-wrapper/bin/guile: > error while loading shared libraries: libX11.so.6: cannot open shared object > file: No such file or directory > > bash-5.2$ ldd > /gnu

Re: debian glibc's libX11 depend breaks local profile guix?

2024-07-17 Thread Foran, Will
Simon Tournier writes: > Could you share the content of ~/.config/guix/current/manifest ? Happily! cat ~/.config/guix/current/manifest ;; This file was automatically generated and is for internal use only. ;; It cannot be passed to the '--manifest' option. ;; Run 'guix package --export-mani

Re: Text missing from main titlebar and tabs in Gnome Console

2024-07-17 Thread Oleander via
Hi Luis! Thanks for confirming. I've just submitted a bug report at bug-g...@gnu.org Regards, Original Message On Jul 17, 2024, 21:28, Luis Felipe wrote: > El 17/07/24 a las 13:38, Oleander via escribió: > Hi Guix! > > I installed > Gnome recently and text is missing from mai

Re: Kubernetes on Guix

2024-07-17 Thread Felix Lechner via
Hi Mike, On Mon, Jul 15 2024, Michael Dahlberg wrote: > is Guix an appropriate environment to run a Kubernetes cluster As a meta-summary, it's probably one area where you could use your considerable experience in system administration to help improve Guix. Most of us are working hard to make Gu

Re: guix system reconfigure stuck at "guix system: bootloader successfully installed on (/dev/sda)"

2024-07-17 Thread Oleander via
I figured out what was causing the issue and it's not a bug. I had to disable the guix-defaults for the home-bash-configuration as explained here https://issues.guix.gnu.org/67652 since they were already declared with a local file. Original Message On Jun 21, 2024, 15:51, Felix