Re: Running Guix on old hardware

2025-07-31 Thread Noé Lopez via
MGD writes: > Dear Guix Community, > > I hope this message finds you well. I'm currently setting up Guix on my > Lenovo X220 laptop and would greatly appreciate any guidance or tips for > optimizing performance on older hardware. > > Here are some details about my setup: > > - Laptop: Lenovo X2

Re: Running Guix on old hardware

2025-07-31 Thread Noé Lopez via
Noé Lopez writes: > MGD writes: > >> Dear Guix Community, >> >> I hope this message finds you well. I'm currently setting up Guix on my >> Lenovo X220 laptop and would greatly appreciate any guidance or tips for >> optimizing performance on older hardware. >> >> Here are some details about my

Re: guix pull

2025-07-09 Thread Noé Lopez via
gfp writes: > Hi Guix, > > today I did a > guix pull > and it wanted to connect to https://git.savannah.gnu.org/git/guix.git. > > It seems that > https://git.guix.gnu.org/guix.git > was not available. > > But savannah wasn't reachable after 10 attempts. > > If I want to download from > https://

Re: Problem while trying to package radare2 plugin for guix

2025-07-07 Thread Noé Lopez via
Carlos-Ariel Vanegas via writes: > Hi,I have been attempting to write a guix package definition for the r2retdec > radare2 plugin (https://github.com/radareorg/r2retdec) and have encountered > an error specifying that the retdec source code could not be fetched from > github by cmake. How shou

Re: Plasmashell doesn't start properly

2025-06-24 Thread Noé Lopez via
Vadim Suharnikov writes: > After a fresh install I can login to kde environment, but the desktop is > just black. > Tell me what data I can provide to help debug? Try switching to tty and looking at the logs for your login manager and for KDE. Also please send your configuration files, bonus po

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: adding Samba to config.scm

2025-03-31 Thread Noé Lopez via
gfp writes: > Hi, > >> I believe the service name is not samba but samba-something. Check with >>> “herd status” if you see it listed. > > yes, you are right > > there are 3 samba services > > gfp@Tuxedo ~$ sudo herd status > Passwort: > Gestartet: > + NetworkManager > + avahi-daemon > + co

Re: adding Samba to config.scm

2025-03-30 Thread Noé Lopez via
gfp writes: > Hi, > >> If there is something wrong with the server you can find the logs in >>> /var/log and/or with “sudo herd status ”. > > > there is a problem starting samba client. > > cgfp@Tuxedo ~$ sudo herd status samba > herd: Fehler:

Re: adding Samba to config.scm

2025-03-25 Thread Noé Lopez via
gfp writes: > 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 > (ena

Re: adding Samba to config.scm

2025-03-25 Thread Noé Lopez via
Hi, This error means that the module containing “samba-service-type” is not included in your configuration file (in use-modules or use-service-modules). The samba-service-type variable is declared in “gnu/services/samba.scm”, you can know this in the output of “guix system search samba” for examp