Re: Guix usage and stability as daily driver

2025-04-08 Thread Cayetano Santos
>Tue 08 Apr 2025 at 00:15, Matteo Valsasina wrote: Guix is similar to emacs in this respect: using stock one is kind of limiting. You really benefit of their usage when you customise your experience to your needs. > Am i missing some best practices? Getting familiar with packaging is a skill t

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-08 Thread Rutherther
Hello Nicolas, As for your original question 'how can that even happen?', it's quite common for this to happen if disk is not unmounted cleanly, especially right after reconfigure. It's actually quite easy to 'reproduce' this is a VM by issuing reconfigure and then forcefully shutting it down. S

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-08 Thread Nicolas Graves
On 2025-04-08 11:05, ruthert...@ditigal.xyz wrote: > Hello Nicolas, > > As for your original question 'how can that even happen?', it's quite > common for this to happen if disk is not unmounted cleanly, especially > right after reconfigure. It's actually quite easy to 'reproduce' this is > a VM b

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-08 Thread Rutherther
Nicolas Graves writes: > On 2025-04-08 11:05, ruthert...@ditigal.xyz wrote: > >> Hello Nicolas, >> >> As for your original question 'how can that even happen?', it's quite >> common for this to happen if disk is not unmounted cleanly, especially >> right after reconfigure. It's actually quite eas

Re: Guix usage and stability as daily driver

2025-04-08 Thread Felix Lechner via
Hi Matteo, On Tue, Apr 08 2025, Matteo Valsasina wrote: > With lot of software a problem started to show up. This is a bit of a sore point for many (and what I'm about to write is also disputed) so I'll try to keep it short: Many Guix contributors are software developers with above-average tale

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-08 Thread 45mg
Tobias Geerinckx-Rice writes: > Anecdotally, empty store files happen a surprising lot. Surprising to me, > anyway. Not only on btrfs. Can confirm, I've had this twice in the last 3 months. And I did all the usual btrfs/smartctl checks both times, so it doesn't seem to be a filesystem issue e

Re: adding Samba to config.scm

2025-04-08 Thread Noé Lopez via
gfp writes: > Hi, > > I added 3 sentences in my Samba part > to my config.scm: > > guest account = gast > create mask = 0775 > directory mask = 0755 > > (service samba-service-type (samba-configuration > (enable-smbd? #t) > (config-file

Re: Guix pull with root user?

2025-04-08 Thread Felix Lechner via
Hi Daniel, On Tue, Apr 08 2025, Daniel Hatton wrote: > I guess this advice doesn't apply to me. It does. I also use "su -" but never root's Guix, which is different from that of the other users, because I reconfigure with "guix deploy." Kind regards Felix

Re: Guix usage and stability as daily driver

2025-04-08 Thread Matteo Valsasina
Hi Cayetano On mar, apr 8, 2025 at 10:52 Cayetano Santos wrote: >>Tue 08 Apr 2025 at 00:15, Matteo Valsasina wrote: > > Guix is similar to emacs in this respect: using stock one is kind of > limiting. You really benefit of their usage when you customise your > experience to your needs. > Emacs

Re: Idiomatic way to run Emacs 30.1?

2025-04-08 Thread Aleksej via
Emacs 30.1 is available on "emacs-team" branch, so, the best way is probably to wait until it's merged. You could also use package inferiors to add it, but I'm not sure if that is a good idea.

Re: Idiomatic way to run Emacs 30.1?

2025-04-08 Thread Rutherther
Hi, On April 8, 2025 10:47:15 PM GMT+02:00, Snikta wrote: >Hi, > >I want to run the latest stable version of Emacs, but I'm not sure how to >achieve this on Guix. > >I've tried: guix shell emacs ---with-version=emacs=30.1 > >But that doesn't work. > This is just a method to replace the source,

Re: adding Samba to config.scm

2025-04-08 Thread gfp
Hi, 1. it is impossible to change the password in my Samba new user account: gast I even tried it in the new user account: gast In MATE it said: could not find file In KDE it said nothing, no error shown. So what is exactly the wording? sudo smbpasswd -a gast than enter the new password? 2. no

Re: XFCE Thunar application launch error

2025-04-08 Thread Rutherther
Hello, Mihael Verček writes: > Hi! > > When I'm trying to open a program from Thunar (like opening a pdf) > nothing happens and in logs I get: libgvfscommon.so: undefined symbol: > g_once_init_enter_pointer > > Opening programs from whiskermenu or terminal works as a workaround. Seems that a

Re: Guix pull with root user?

2025-04-08 Thread Rutherther
Hi Daniel, Daniel Hatton writes: > On 23/03/2025 15:50, Rutherther wrote: > >> Yes, exactly. sudo will use the guix from your user's path, so root's >> guix is not used for this. > > Hmm. I usually use "su -" rather than "sudo" when I need root > privileges (mainly because I have a history o

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-08 Thread Tobias Geerinckx-Rice
Hiza, On 8 April 2025 16:48:37 UTC, Rutherther wrote: >But on the other hand it's not responsibility of Guix to actually make >sure the files are written to the disk itself. It just makes sure what >currently is on the filesystem is fine. Anecdotally, empty store files happen a surprising lot.

XFCE Thunar application launch error

2025-04-08 Thread Mihael Verček
Hi! When I'm trying to open a program from Thunar (like opening a pdf) nothing happens and in logs I get: libgvfscommon.so: undefined symbol: g_once_init_enter_pointer Opening programs from whiskermenu or terminal works as a workaround. Here are some links from the net about the issue: - https:/

Re: Guix usage and stability as daily driver

2025-04-08 Thread Dr. Arne Babenhauserheide
Matteo Valsasina writes: > With lot of software a problem started to show up. > System is less "stable" (pass me the expression). > Sometimes i use software after 1 month to discover it's not working any more. Are you using a package manifest? If not, that may be an option. It used to be similar

Re: Guix pull with root user?

2025-04-08 Thread Daniel Hatton
On 23/03/2025 15:50, Rutherther wrote: Yes, exactly. sudo will use the guix from your user's path, so root's guix is not used for this. Hmm. I usually use "su -" rather than "sudo" when I need root privileges (mainly because I have a history of creating overcomplicated /etc/sudoers files su

Re: Guix pull with root user?

2025-04-08 Thread Roman Riabenko via
On Sun, 2025-03-23 at 10:04 -0700, Vagrant Cascadian wrote: > At some point years ago the standard advice switched from "sudo -E > guix > system reconfigure ..." to "sudo guix system reconfigure ..." but > maybe > somewhere a regression was introduced, or it was subtle enough that > nobody noticed?

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-08 Thread Rutherther
Tobias Geerinckx-Rice writes: > Hiza, > > On 8 April 2025 16:48:37 UTC, Rutherther wrote: >>But on the other hand it's not responsibility of Guix to actually make >>sure the files are written to the disk itself. It just makes sure what >>currently is on the filesystem is fine. > > Anecdotally, e

Re: How can empty generated files in the store happen? Has someone experienced this?

2025-04-08 Thread Vagrant Cascadian
On 2025-04-08, Tobias Geerinckx-Rice wrote: > On 8 April 2025 16:48:37 UTC, Rutherther wrote: >>But on the other hand it's not responsibility of Guix to actually make >>sure the files are written to the disk itself. It just makes sure what >>currently is on the filesystem is fine. > > Anecdotally,

Re: Guix usage and stability as daily driver

2025-04-08 Thread Matteo Valsasina
On mar, apr 8, 2025 at 04:52 "Dr. Arne Babenhauserheide" wrote: > > Are you using a package manifest? If not, that may be an option. > > It used to be similar for me until I started to keep a manifest and > always update with Hi Arne, thanks for the advice. I used a manifest until a month ago.

Re: adding Samba to config.scm

2025-04-08 Thread Ignas Lapėnas
Hi, > So what is exactly the wording? sudo -E smbpasswd -a gast and then the new password Atleast that is what I did on VM You also should not need to login to the guest account. Failing to login should automatically use the gast user account as the user connected. Setting is controlled via `ma

Re: Guix usage and stability as daily driver

2025-04-08 Thread Matteo Valsasina
On mar, apr 8, 2025 at 06:41 Felix Lechner wrote: > This is a bit of a sore point for many (and what I'm about to write is > also disputed) so I'll try to keep it short: > > Many Guix contributors are software developers with above-average > talents and skills. They find it (1) more exciting to

Idiomatic way to run Emacs 30.1?

2025-04-08 Thread Snikta
Hi, I want to run the latest stable version of Emacs, but I'm not sure how to achieve this on Guix. I've tried: guix shell emacs ---with-version=emacs=30.1 But that doesn't work. Should I create a new package that inherits from emacs and then change version? Best regards, Snikta OpenPG