Do we actually support LUKS 2?

2025-03-24 Thread Thomas Ieong
Hey, I remember that some years ago we could not use LUKS 2, has the situation improved? Regards. -- Thomas Ieong

Re: Gnome "oh no something has gone wrong..."

2025-03-24 Thread paul via
Hi all, I'm having the same problem since a month or so, same symptoms and logs. The only certain thing I know is that 3dc8026d58f9480547a595450a6483e0f13c1ba4 works. I suppose this is due to the recent GNOME update but I didn't have the time to bisect the right commit. I deleted ~/.cache a

Re: guix system: error: more than one target service 'dbus' when attempting to reconfigure sysctl values

2025-03-24 Thread softwarelibre--- via
Hello, thanks for responding, after experimenting on a secondary system I ended up fixing the issue. Here's how my (services) section looks now:   ;; Below is the list of system services.  To search for available   ;; services, run 'guix system search KEYWORD' in a terminal.   (services    (ap

chez scheme can't load system shared library

2025-03-24 Thread Pan Xie
Hello I'm using a Chez scheme installed by guix package manager. The problem is *this* chez scheme can not load system shared library correctly: #+begin_example > (load-shared-object "libssl.so") Exception: (while loading libssl.so) libssl.so: cannot open shared object file: No such file

Re: chez scheme can't load system shared library

2025-03-24 Thread Felix Lechner via
Hi Xie Pan, On Tue, Mar 25 2025, Pan Xie wrote: > *this* chez scheme can not load system shared library correctly: I have never used Chez Scheme but suspect you have to set LD_LIBRARY_PATH. In Bash, it might look like something like this: $ LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH chez-sche

Re: Guix pull with root user?

2025-03-24 Thread Vagrant Cascadian
On 2025-03-23, Rutherther wrote: > "Thomas Ieong" writes: >> I have a guix system setup and I was wondering if it was necessary to guix >> pull from times to times with the root user. >> >> My understanding was that guix pull with your regular user was enough with >> sudo guix system reconfigure

Re: adding Samba to config.scm

2025-03-24 Thread gfp
Hi Noé, thanks very much for the hint, now I managed to run: sudo guix system reconfigure /etc/config.scm in my config.scm I changed the folder: into: path = /home/gfp/public (service samba-service-type (samba-configuration (enable-smbd? #t)

Re: Guix pull with root user?

2025-03-24 Thread Rutherther
Hello Thomas, "Thomas Ieong" writes: > Hey, > > I have a guix system setup and I was wondering if it was necessary to guix > pull from times to times with the root user. > > My understanding was that guix pull with your regular user was enough with > sudo guix system reconfigure Yes, exactly

Re: adding Samba to config.scm

2025-03-24 Thread Ignas Lapėnas
I'm guessing you might not have a "Guest account", to control which system directories it has access to. https://superuser.com/questions/1081542/how-to-allow-guest-access-in-samba -- Hope that helps, Ignas Lapėnas

Re: chez scheme can't load system shared library

2025-03-24 Thread Pan Xie
Hi Felix Lechner, Thanks for your response. Unfortunately, it does not work: `LD_LIBRARY_PATH' is empty in my shell: $ echo $LD_LIBRARY_PATH scheme can't start up with LD_LIBRARY_PATH set: $ LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH scheme Segmentation fault (core dumped) $ LD_LIBRARY_PAT

Re: How to (actually) get a perfect setup?

2025-03-24 Thread 45mg
Snikta writes: > I'm using Emacs with Geiser Guile on Guix System, and I've tried to add > both /run//guile/site/3.0 and (built) ~/src/guix to the %load-path > (and they are there). Still, I never get a functional development > environment. I.e. I'm not able to load any Guix config file wi

Re: Advice Packaging APL Fonts

2025-03-24 Thread Andreas Enge
Hello, Am Sun, Mar 23, 2025 at 11:31:13AM + schrieb Lee Thompson: > My intuition is to package the two fonts separately, though now I'm > doubting myself wondering if Adrian Smith counts as a foundry or if the > pair of fonts make a 'font family'? OpenBSD packages both together: > https://open