Hey,
I remember that some years ago we could not use LUKS 2, has the situation
improved?
Regards.
--
Thomas Ieong
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
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
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
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
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
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)
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
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
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
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
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
12 matches
Mail list logo