Configuring SANE to use a scanner on the network

2021-12-17 Thread Tanguy LE CARROUR
Dear Guix, I'm trying to use a network scanner, but I have no clue how to configure SANE! There is not much about the network configuration in the documentation [1]. [1]: https://guix.gnu.org/manual/devel/en/html_node/Desktop-Services.html#Desktop-Services The thing that is really frustrating i

Grub menu not displayed

2022-01-18 Thread Tanguy LE CARROUR
Hi Guix, I've been having this problem since the very beginning but, as it is not a "must have" and it only affects 1 of my 3 computers running Guix System, I've lived without the Grub menu for years. When my computer boots, I only see a black screen with "Seabios […] Grub loading […] Welcome to

Re: Grub menu not displayed

2022-01-18 Thread Tanguy LE CARROUR
Hi Leo, Quoting Leo Famulari (2022-01-18 21:23:16) > On Tue, Jan 18, 2022 at 06:24:02PM +0100, Tanguy LE CARROUR wrote: > > I've been having this problem since the very beginning but, as it is not > > a "must have" and it only affects 1 of my 3 computers runni

Re: Grub menu not displayed

2022-01-19 Thread Tanguy LE CARROUR
Hi Leo, Quoting Leo Famulari (2022-01-18 21:23:16) > On Tue, Jan 18, 2022 at 06:24:02PM +0100, Tanguy LE CARROUR wrote: > > I've been having this problem since the very beginning but, as it is not > > a "must have" and it only affects 1 of my 3 computers runni

Re: Grub menu not displayed

2022-01-23 Thread Tanguy LE CARROUR
Hi Maxim, hi Leo, Quoting Leo Famulari (2022-01-24 00:01:50) > On Sun, Jan 23, 2022 at 05:07:26PM -0500, Maxim Cournoyer wrote: > > Sorry for hijacking the thread, but out of curiosity, do others get the > > above error (and no fancy SVG background) in GRUB when using the > > 'nouveau' driver for

Nouveau Nvidia driver makes the system freeze? [Was: Grub menu not displayed]

2022-01-25 Thread Tanguy LE CARROUR
Hi David, Quoting David Lecompte (2022-01-25 12:38:02) > Le lundi 24 janvier 2022 à 08:46 +0100, Tanguy LE CARROUR a écrit : > > Everything works as expected on my Thinkpad T200. The problem is with > > my > > Viking D8… that uses the nVIDIA driver! Do you think it could b

`dockerd` service not starting

2022-03-31 Thread Tanguy LE CARROUR
Hi Guix, My `dockerd` service has stopped working weeks (months!?) ago, but I've had no use for it in the meantime, so it was no big deal, until today… My configuration looks like this: ```scm ;… (use-service-modules desktop docker) (operating-system ;… (services (append (list

Re: `dockerd` service not starting

2022-04-02 Thread Tanguy LE CARROUR
Hi Pierre, Quoting Pierre Langlois (2022-04-01 21:05:08) > tan...@bioneland.org writes: > > On 2022-03-31 19:30, Pierre Langlois wrote: > >> Tanguy LE CARROUR writes: > >>> My `dockerd` service has stopped working weeks (months!?) ago, but I've > >>&g

Re: `dockerd` service not starting

2022-04-04 Thread Tanguy LE CARROUR
Hi Pierre, Quoting Pierre Langlois (2022-04-02 12:43:35) > Tanguy LE CARROUR writes: > > […] > > I still have the same error message: > > > > ``` > > failed to start daemon: failed to dial "/run/containerd/containerd.sock": > > unknown service

How to properly upgrade Guix System & Home?

2023-03-22 Thread Tanguy LE CARROUR
Hi Guix, For quite some time, I'd been religiously upgrading my system weekly. My mantra was something along those lines: ```console $ sudo guix system delete-generations $ guix package --delete-generations $ guix gc $ guix pull $ sudo guix system reconfigure my-system.scm $ guix package --upgrad

Re: How to properly upgrade Guix System & Home?

2023-03-23 Thread Tanguy LE CARROUR
Hi Julien, Thanks for your reply! Quoting Julien Lepiller (2023-03-22 18:24:37) > Most likely, you're just seeing a weird behavior caused by grafts. […] > When you reconfigure, guix needs to download the ungrafted package > before it figures out it already has the graft. Oh… Oh… grafts! 🤯 > Si

Re: How to properly upgrade Guix System & Home?

2023-03-25 Thread Tanguy LE CARROUR
Hi Maxim, Quoting Maxim Cournoyer (2023-03-24 19:03:25) > Tanguy LE CARROUR writes: > > Quoting Julien Lepiller (2023-03-22 18:24:37) > >> Most likely, you're just seeing a weird behavior caused by grafts. […] > >> When you reconfigure, guix needs to download t

Problem with Sheperd after `guix home reconfigure`

2023-08-22 Thread Tanguy LE CARROUR
Hi Guix, This morning I `guix pull` and `guix system reconfigure` my system and everything seemed to be OK. But, when I `guix home reconfigure`, I got an error message: ``` Loading /gnu/store/x103955zkwzkbmb9hji0dxc5fk7l8c3q-shepherd.conf. herd: error: exception caught while executing 'load' on s

Re: Problem with Shepherd after `guix home reconfigure`

2023-08-22 Thread Tanguy LE CARROUR
Hi Hilton, First of, I have to apologize to Shep[H]erd for the typo! Srry! 😅 I've just fixed it in the subject. Quoting Hilton Chain (2023-08-22 14:40:57) > On Tue, 22 Aug 2023 18:33:05 +0800, > Tanguy LE CARROUR wrote: > > > > Hi Guix, > > > > This mor

Re: Problem with Shepherd after `guix home reconfigure`

2023-08-22 Thread Tanguy LE CARROUR
Hi Hilton, Quoting Hilton Chain (2023-08-22 17:18:15) > If you happen to use the system mcron service as well, please pull to > the latest commit again, my bad :( Done! Reboot and… > > ``` > > $ guix home reconfigure > > # […] > > Loading /gnu/store/zbfyaxxigns5lqyxhxzxhm92w54ns1cz-shepherd.co

Re: Problem with Shepherd after `guix home reconfigure`

2023-08-22 Thread Tanguy LE CARROUR
Hi Hilton, Quoting Hilton Chain (2023-08-23 05:19:49) > On Wed, 23 Aug 2023 00:56:41 +0800, > Tanguy LE CARROUR wrote: > > […] > > I now have a slightly different error message: > > > > ``` > > $ guix home reconfigure > > # […] > > SSLoa

Re: Problem with Shepherd after `guix home reconfigure`

2023-08-24 Thread Tanguy LE CARROUR
Hi, Quoting nils@landt.email (2023-08-23 10:09:06) > Tanguy LE CARROUR hat am 22.08.2023 18:56 CEST > geschrieben: > > I now have a slightly different error message: > > > > ``` > > $ guix home reconfigure > > # […] > > SSLoading /gnu/store/zbfy

Re: Problem with Shepherd after `guix home reconfigure`

2023-08-27 Thread Tanguy LE CARROUR
Hi Hilton, Quoting Hilton Chain (2023-08-25 09:34:09) > On Fri, 25 Aug 2023 14:59:03 +0800, > Tanguy LE CARROUR wrote: > > I have no XDG "log" variable, but the `shepherd.log` in > > `~/.local/state/log/` > > contains today's log, so… I guess it can w

Moment de convivialité Guix@Paris en octobre

2023-10-17 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Jeudi 26 octobre à 19h, se tiendra la seconde édition de Guix@Paris ouverte au public. La seule différence par rapport à la dernière fois est qu'il sera possible de participer à distance (*cf* c

Re: Moment de convivialité Guix@Paris en octobre

2023-10-25 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Pour rappel, Guix@Paris c'est demain soir ! 😎 C'est toujours à 19h et c'est toujours au local de l'April. Au plaisir de vous y rencontrer, -- Tanguy

Re: Moment de convivialité Guix@Paris en octobre

2023-10-27 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Merci à ceux qui ont bravé la pluie pour venir hier soir ! Et merci à ceux qui ont supporté de nous voir manger et boire *via* la vidéo-conférence. 😉 Vu que l'on a passé une bonne soirée, on va

Re: Moment de convivialité Guix@Paris en octobre

2023-10-27 Thread Tanguy LE CARROUR
Quoting Tanguy LE CARROUR (2023-10-27 09:04:26) > Vu que l'on a passé une bonne soirée, on va remettre ça ! À priori, > le jeudi 1er décembre. La date sera confirmée sur ces listes une ou deux > semaines avant. Erreur ! Il fallait lire « le jeudi 7 décembre ». Bonne journée, -- Tanguy

Re: Moment de convivialité Guix@Paris en octobre

2023-10-27 Thread Tanguy LE CARROUR
Pour ce qui sont intéressés par [direnv](https://direnv.net/), je viens d'apprendre que j'étais **UN PEU** en retard et que `use guix` utilise `guix shell` depuis le 3 janvier ! Ça fera ça de code en moins dans ma conf’ ! 😁 Bonne journée, -- Tanguy

Re: Moment de convivialité Guix@Paris en octobre

2023-10-27 Thread Tanguy LE CARROUR
Quoting Simon Tournier (2023-10-27 11:13:54) > On Fri, 27 Oct 2023 at 09:04, Tanguy LE CARROUR wrote: > > Vu que l'on a passé une bonne soirée, on va remettre ça ! À priori, > > le jeudi 1er décembre. La date sera confirmée sur ces listes une ou deux > > semaines av

Re: Moment de convivialité Guix@Paris en octobre

2023-10-29 Thread Tanguy LE CARROUR
Bonjour Thomas, Quoting Thomas Bennett (2023-10-27 12:30:27) > Oh chouette ! J'avais pas pu venir hier alors c'est super ! > > Au fait enchanté tout le monde ! Je suis un nouvel utilisateur de guix > depuis quelques semaines. Je l'expérimente sur mon serveur avant de > très probablement le mettr

Re: Moment de convivialité Guix@Paris en octobre

2023-11-06 Thread Tanguy LE CARROUR
Bonjour Edouard, Quoting Edouard Klein (2023-11-05 17:03:41) > Je souhaite venir également :) J'avais raté l'annonce pour octobre. Cool ! > J'aurais deux trucs à présenter: > - Du sucre syntaxique pour instancier, étendre, modifier, ou supprimer > des services, > - Comment monter des systèmes

Moment de convivialité Guix@Paris en nov… euh… décembre

2023-11-23 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Jeudi 7 décembre à 19h, se tiendra la troisième édition de Guix@Paris ouverte au public. Comme la dernière fois, il sera possible de participer à distance (*cf* ci-dessous). ## Programme Il

Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-12-06 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Pour rappel, Guix@Paris c'est demain soir ! 😎 C'est toujours à 19h… par contre et exceptionnellement, ce ne sera pas au local de l'April, mais directement chez Easter-eggs ! C'est juste en face,

Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-12-07 Thread Tanguy LE CARROUR
Bonjour Guix, Merci à ceux qui ont bravé les intempéries et les transports parisiens pour venir hier soir ! Et, surtout merci à ceux qui, présents ou à distance, on partagé leur travail, leurs découvertes ou leurs problèmes, et ont contribué à faire de cette soirée un moment très… convivial ! 🙂 R

[fr] Moment de convivialité Guix@Paris en janvier… 2024

2023-12-20 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Ce jeudi 11 janvier 2024 à 19h, se tiendra la quatrième édition de Guix@Paris ouverte au public. Comme les fois précédentes, il sera possible de participer à distance (*cf* ci-de

Re: [fr] Moment de convivialité Guix@Paris en janvier… 2024

2024-01-03 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix et… meilleurs vœux pour cette nouvelle année ! Pour rappel, le prochain Guix@Paris se tiendra jeudi 11 janvier. Y a-t-il une meilleure façon de commencer l'année ?! 😎 Au plaisir de vous y retrou

Re: [fr] Moment de convivialité Guix@Paris en janvier… 2024

2024-01-09 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Pour rappel, Guix@Paris c'est demain soir ! 😎 C'est toujours à 19h au local de l'April et, pour celles et ceux qui ne veulent pas braver le froid et la neige, en direct *live* sur

Re: [fr] Moment de convivialité Guix@Paris en janvier… 2024

2024-01-11 Thread Tanguy LE CARROUR
Attention, Une partie de l'infrastructure d'Easter-eggs est sous le coup d'une attaque DOS. Nous avons perdu une partie de notre réseau et, comme nous hébergeons l'April, elle aussi. Je vais donc être obligé d'annuler le Guix@Paris de ce soir. 😟 Désolé pour la notification de dernière minute.

Re: [fr] Moment de convivialité Guix@Paris en janvier… 2024

2024-01-11 Thread Tanguy LE CARROUR
Bonjour Guix, Quoting Tanguy LE CARROUR (2024-01-11 18:10:19) > Une partie de l'infrastructure d'Easter-eggs est sous le coup d'une attaque > DOS. Nous avons perdu une partie de notre réseau et, comme nous hébergeons > l'April, elle aussi. > […] > Je resterai

"Command not found" when using `home-mcron-service`

2024-01-15 Thread Tanguy LE CARROUR
Dear Guix, I had stop using `home-mcron-service` some times ago, for I had a problem with my home shepherd. Now that this problem seems to be fixed 🤞, I've tried to re-enable `home-mcron-service` and, while it runs, it cannot find the commands to execute!? I used to have this config: ```scheme (

Re: "Command not found" when using `home-mcron-service`

2024-01-15 Thread Tanguy LE CARROUR
Hi Nils, Quoting Nils Landt (2024-01-15 13:03:06) > > Tanguy LE CARROUR hat am 15.01.2024 10:38 CET > > geschrieben: > > > > ```scheme > > (gnu packages dav) ; vdirsyncer > > (gnu packages mail) ; notmuch > > ; […] > > (service home-mcron-se

Re: "Command not found" when using `home-mcron-service`

2024-01-15 Thread Tanguy LE CARROUR
Quoting Tanguy LE CARROUR (2024-01-15 13:30:35) > Quoting Nils Landt (2024-01-15 13:03:06) > > > Tanguy LE CARROUR hat am 15.01.2024 10:38 CET > > > geschrieben: > > > […] > > > `mbsync` is in my profile, but Mcron cannot find it. > > > Do I ha

Re: "Command not found" when using `home-mcron-service`

2024-01-15 Thread Tanguy LE CARROUR
Hi Oleg, Quoting Oleg Pykhalov (2024-01-15 16:25:27) > The Home service matches Guix System in this case, so currently > specification of a full path to a binary is required. > > It's possible to do in several ways: > > 1) Use full path to the binary with ungexp, e.g. > > preferred and cleaner:

Re: "Command not found" when using `home-mcron-service`

2024-01-15 Thread Tanguy LE CARROUR
Hi Nils, Quoting Nils Landt (2024-01-15 19:11:25) > > > Tanguy LE CARROUR hat am 15.01.2024 13:30 CET > > geschrieben: > > > If I'm correct, setting the PATH environment variable in the mcron job > > > should fix it. > > > > You mean inside

Re: "Command not found" when using `home-mcron-service`

2024-01-15 Thread Tanguy LE CARROUR
Hi Oleg, Quoting Oleg Pykhalov (2024-01-15 18:13:13) > Tanguy LE CARROUR writes: > > `mcron` can then find `notmuch`, but `notmuch` has some hooks that depend > > on other commands; `mbsync` and `afew` in my case. For this, I cannot really > > provide the full path? 🤔 … a

[fr] Moment de convivialité Guix@Paris en février

2024-02-01 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Ce jeudi 8 février 2024 à 19h, se tiendra la cinquième édition de Guix@Paris ouverte au public. Comme les fois précédentes, il sera possible de participer à distance (*cf* ci-dess

Re: Collecting Guix talks at FOSDEM

2024-02-06 Thread Tanguy LE CARROUR
Hi Pjotr, Quoting Pjotr Prins (2024-02-06 08:39:25) > It would also be nice to write a BLOG about what was discussed at Guix > days I have notes about what sessions took place during the Guix days. I was planning to send (tomorrow?) a patch for the Guix Foundation website to make it available, l

Re: Collecting Guix talks at FOSDEM

2024-02-06 Thread Tanguy LE CARROUR
Quoting Pjotr Prins (2024-02-06 09:48:42) > On Tue, Feb 06, 2024 at 09:19:15AM +0100, Tanguy LE CARROUR wrote: > > I have notes about what sessions took place during the Guix days. > […] > That is great. We can link out to notes hosted elsewhere. **SPOILER ALERT** … WIP! ```markd

Re: Collecting Guix talks at FOSDEM

2024-02-06 Thread Tanguy LE CARROUR
Hi Steve, Quoting Steve George (2024-02-06 11:17:42) > Ludo said they put them into this repo: > > https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/doc/guix-days-2024 > > Do you have access to this? (I do not). No. I mean, I can read it, but that’s it. > We can ask people on the ch

Re: [fr] Moment de convivialité Guix@Paris en février

2024-02-06 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Pour rappel, Guix@Paris c'est demain soir ! 😎 C'est toujours à l’April et toujours à 19h ! **SPOILER ALERT**… on risque d’un peu parler de ce qui s’est dit pendant les Guix Days ! D’ici là, je

Re: [fr] Moment de convivialité Guix@Paris en février

2024-02-08 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Merci à ceux qui se sont déplacés hier soir pour participer au Guix@Paris S02E05 ! … et à celui qui a eu le courage et la patience de participer *via* la vidéo conférence. … merc

Re: Home service for mbsync?

2024-02-22 Thread Tanguy LE CARROUR
Hi, Quoting Carlo Zancanaro (2024-02-22 10:27:35) > On Wed, Feb 21 2024, Felix Lechner via wrote: > > Does anyone have an 'mbsync' home service, please? Thanks! > > I just run mbsync as an mcron service. I have a custom script, because I > do some weird stuff to update my mu index afterwards, bu

Re: mcron service and PATH (was: Home service for mbsync?)

2024-02-22 Thread Tanguy LE CARROUR
Hi Emmanuel, Quoting Emmanuel Beffara (2024-02-22 13:37:10) > De Carlo Zancanaro le 22/02/2024 à 10:27: > > On Wed, Feb 21 2024, Felix Lechner via wrote: > > > Does anyone have an 'mbsync' home service, please? Thanks! > > I just run mbsync as an mcron service. I have a custom script, because I >

Various disk errors when offloading builds to a childhurd

2024-02-23 Thread Tanguy LE CARROUR
Hi Guix, Since the Guix days, I’ve been experimenting with build offload to a childhurd. At first, (almost) everything was failing for a lack of free disk space. So I change my childhurd’s configuration to: ``` (service hurd-vm-service-type (hurd-vm-configuration (os %hurd-vm-operating-sys

Re: [fr] Moment de convivialité Guix@Paris en mars

2024-03-13 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Pour rappel, Guix@Paris c'est demain soir ! 😎 C'est toujours à 19h… et, pas si exceptionnellement que ça, ce sera chez Easter-eggs ! C'est juste en face de l’April, à 5 mètres ! Au plaisir de v

Re: [fr] Moment de convivialité Guix@Paris en mars

2024-03-15 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Merci aux personnes qui ont bravé les transports, ou la circulation parisienne, pour participer au Guix@Paris d’hier soir ! Merci en particulier à V et T qui m’ont donné la motivation, le code e

[fr] Moment de convivialité Guix@Paris en avril

2024-03-27 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Le jeudi 11 avril 2024 à 19h, se tiendra la septième édition de Guix@Paris ouverte au public. Comme les fois précédentes, il sera possible de participer à distance (*cf* ci-dessou

Re: [fr] Moment de convivialité Guix@Paris en avril

2024-04-09 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Pour rappel, Guix@Paris c'est demain soir ! 😎 C'est toujours à 19h au local de l'April… ou chez Easter-eggs. Et pour celles et ceux qui ne veulent pas braver la circulation parisienne, c’est en

Re: [fr] Moment de convivialité Guix@Paris en avril

2024-04-11 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Merci à toutes celles et ceux qui ont bravé… la promiscuité pour venir discuter de Guix et d’autres sujets hier soir ! Je vais sérieusement envisager de repasser côté April, histoire que nous pu

Re: [fr] Moment de convivialité Guix@Paris en mai

2024-05-02 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Le jeudi 16 mai 2024 à 19h, se tiendra la huitième édition de Guix@Paris ouverte au public. Comme les fois précédentes, il sera possible de participer à distance (*cf* ci-dessous)

Re: [fr] Moment de convivialité Guix@Paris en mai

2024-05-14 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French.) Bonjour Guix, Pour rappel, Guix@Paris c'est demain soir ! 😎 C'est toujours à 19h et c'est toujours au local de l'April… ou chez Easter-eggs, juste en face. **Attention**, ce sera sûrement la dernière avant l

Re: [fr] Moment de convivialité Guix@Paris en mai

2024-05-16 Thread Tanguy LE CARROUR
Quoting Tanguy LE CARROUR (2024-05-15 08:24:18) > Sans vouloir divulgacher, je vous proposerais bien de rejoindre en direct la > *Patch review session* pour écouter l’intervention de Ludo’. Guix@Paris a rejoint la Patch Review Session [1] ! Je ne peux malheureusement pas rejoindre

Guix home reconfigure fails with "In procedure symlink: permission denied"

2024-05-21 Thread Tanguy LE CARROUR
Hi Guix! I don’t know if it’s a new problem, but this morning, when I reconfigured my Guix home, it failed! 😱 ```shell $ guix home reconfigure tanguy.scm # […] building /gnu/store/nc193nbh3g5bnh33a4m316j8xzr2z5b9-files.drv... -builder for `/gnu/store/nc193nbh3g5bnh33a4m316j8xzr2z5b9-files.drv' fa

Re: Guix home reconfigure fails with "In procedure symlink: permission denied"

2024-06-05 Thread Tanguy LE CARROUR
Hi Simon, Quoting Simon Tournier (2024-06-04 21:24:10) > On Tue, 21 May 2024 at 11:38, Tanguy LE CARROUR wrote: > > >2 (primitive-load "/gnu/store/fvly06ac6y0c01r8zavc2m1zfk6?") > [...] > >0 (symlink "/gnu/store/676qwqy15al2zi7a5s4k

Re: Guix home reconfigure fails with "In procedure symlink: permission denied"

2024-06-06 Thread Tanguy LE CARROUR
Hi Nils, Quoting Nils Landt (2024-06-06 11:02:31) > > Tanguy LE CARROUR hat am 06.06.2024 08:49 CEST > > geschrieben: > > Quoting Simon Tournier (2024-06-04 21:24:10) > > > On Tue, 21 May 2024 at 11:38, Tanguy LE CARROUR > > > wrote: > > > >

Re: Guix home reconfigure fails with "In procedure symlink: permission denied"

2024-06-06 Thread Tanguy LE CARROUR
Quoting Nils Landt (2024-06-06 13:19:53) > > Tanguy LE CARROUR hat am 06.06.2024 13:14 CEST > > geschrieben: > > > > Case closed! Thanks again! > > Happy to hear you managed to fix it. Sorry I didn't catch this when you > originally asked for help 2½ weeks

Re: Guix home reconfigure fails with "In procedure symlink: permission denied"

2024-06-11 Thread Tanguy LE CARROUR
Hi Ludo’, Quoting Ludovic Courtès (2024-06-11 17:45:07) > Tanguy LE CARROUR skribis: > > > Quoting Simon Tournier (2024-06-04 21:24:10) > >> On Tue, 21 May 2024 at 11:38, Tanguy LE CARROUR > >> wrote: > >> > >> >2 (pri

[fr] Moment de convivialité Guix@Paris en septembre

2024-09-03 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Guix@Paris fait sa rentrée ! Ce jeudi 19 septembre à 19h se tiendra la première soirée de la 3ème saison des rencontres Guix à Paris. Cette nouvelle année est marquée par plusie

Changing user-account's shell

2019-04-17 Thread Tanguy Le Carrour
Hi Guix! I'm trying to set my user's shell through the Guix configuration system, but without success. The syntax I use is: (use-package-modules ... shells) (operating-system ;; ... (users (cons (user-account ;; ... (shell (file-append

Re: Changing user-account's shell

2019-04-18 Thread Tanguy Le Carrour
Le 04/17, Pierre Neidhardt a écrit : > I've never changed my shell in Guix, so things might be different here, > but I know that many other distributions expect a Bourne-compatible > login shell or else there will be issues when parsing some startup > scripts. I've been happily using Fish as my de

Re: Changing user-account's shell

2019-04-18 Thread Tanguy Le Carrour
Le 04/18, Ludovic Courtès a écrit : > Tanguy Le Carrour skribis: > > I'm trying to set my user's shell through the Guix configuration system, > > but without success. > > […] > > (users (cons (user-account > > ;; ... > >

Re: Changing user-account's shell

2019-04-19 Thread Tanguy Le Carrour
Le 04/19, Pierre Neidhardt a écrit : > Tanguy Le Carrour writes: > > Unfortunately, calling Fish from Bash is not really sexy! This is what I > > do on systems where I cannot set my default shell and I don't like to have > > to > > do one extra ctrl+d to close a t

Re: Changing user-account's shell

2019-04-19 Thread Tanguy Le Carrour
Le 04/19, Ludovic Courtès a écrit : > Tanguy Le Carrour skribis: > > Le 04/18, Ludovic Courtès a écrit : > >> Tanguy Le Carrour skribis: > >> > I'm trying to set my user's shell through the Guix configuration system, > >> > but without success.

Re: GNU Guix 1.0.0 released

2019-05-04 Thread Tanguy Le Carrour
Congratulations Guix! I haven't been around for long, but I've really liked what I've seen so far! Cheers! -- Tanguy

Re: IceCat from Guix all monospaced font

2019-05-04 Thread Tanguy Le Carrour
Hi Zelphir, hi Guix! Le 05/04, Zelphir Kaltstahl a écrit : > Today I installed GNU Icecat from Guix and everything works fine, except > for one thing: > > The whole Icecat UI uses a monospaced font and on every website > everything is monospaced. > […] > Does anyone know how to fix this monospace

Re: IceCat from Guix all monospaced font – Summary

2019-05-05 Thread Tanguy Le Carrour
Hi HWRoitzsch, Hi Guix, Le 05/05, HWRoitzsch a écrit : > So apparently all that was needed […] > 1. change preferences inside Icecat for what fonts to use (but in > theory this only applies to websites and not to Icecat GUI). > 2. create a `chrome` folder in my profile and create a `userCho

Error when running `guix system reconfigure`: Read-only file system

2019-09-25 Thread Tanguy Le Carrour
Dear Guix, I would have preferred to write to tell you that I had installed Guix on all my computers (work, home and laptop) and that I was happily working on packaging some Python and Rust libraries (for [fd][]), but… [fd]: https://github.com/sharkdp/fd I took 2 weeks off, and when I came back,

Re: Error when running `guix system reconfigure`: Read-only file system

2019-09-30 Thread Tanguy Le Carrour
Dear Guix, Le 09/25, Tanguy Le Carrour a écrit : > ``` > ❯ sudo guix system reconfigure ~/config/rafflesia.config.scm > The following derivation will be built: >/gnu/store/ak375xdnkalqnvfardp9hwasb8wg440h-grub.cfg.drv > building /gnu/store/ak375xdnkalqnvfardp9hwasb8wg44

Problem logging in using GDM

2019-10-18 Thread Tanguy Le Carrour
Hi Guix! As previously discussed [1], I sometimes have problems logging in using GDM. And today is one of those days! :-( [1]: https://lists.gnu.org/archive/html/guix-devel/2019-10/msg00434.html Thanks to Joshua and Diego, I now have a SLiM alternative that works. But as Alex pointed out, that m

Re: Problem logging in using GDM

2019-10-21 Thread Tanguy Le Carrour
Hi Ricardo! Le 10/19, Ricardo Wurmus a écrit : > The question here is: is it a failure of GDM or gnome-shell? The exact > point where GDM starts gnome-shell is hard to pin-point, of course, but > the logs (even those on TTY1, Ctrl-Alt-F1) might tell you something > about whether it is gnome-shel

Re: Problem logging in using GDM

2019-10-21 Thread Tanguy Le Carrour
Hi Joshua Le 10/19, Joshua Branson a écrit : > For now, I use sway wm. I do not have a login manager. I just run sway > at login. That is something that you could try. :) Sounds like a good solution! I use bspwm anyway. But then I would have to find a way to make the TTY screen more… mmm… se

Re: How can I replace Python venv and pip with Guix?

2020-02-04 Thread Tanguy Le Carrour
Hi, Le 02/02, sirgazil a écrit : > I'm currently using two package managers when working on my projects > written in Python. I use Guix to install Python, Depending on your OS, you can also use Pyenv [1][] to install what ever version of Python you like. I haven't figured out how to package it fo

[fr] Moment de convivialité Guix@Paris en octobre

2024-10-04 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Ce jeudi 17 octobre à 19h se tiendra la seconde soirée de la 3ème saison des rencontres Guix à Paris. Retrouvez tous les détails sur l’Agenda du Libre :

[fr] Moment de convivialité Guix@Paris en novembre

2024-10-30 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Jeudi 21 novembre à 19h se tiendra la troisième soirée de la 3ème saison des rencontres Guix à Paris. Retrouvez tous les détails sur l’Agenda du Libre :

Re: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-28 Thread Tanguy LE CARROUR
Hi Guix, Quoting Tanguy LE CARROUR (2024-11-27 09:46:55) > Than, I tried to build the installation image: > > ``` > $ guix system image --system=armhf-linux -e '((@ (gnu system install) > os-with-u-boot) (@ (gnu system install) installation-os) > "A20-OLinuXino-L

Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-27 Thread Tanguy LE CARROUR
Hi Guix, After few… years (😵!?) I gave another try to Guix on A20-OLinuXino-LIME2. Here is how it went… I installed the latest Armbian (`25.2.0-trunk.72 bookworm`) on a new SD. I updated the package list and then… `guix pull`! 83860 new commits and 7 hours later it successfully finished! 🎉 This i

Re: GNU/Hurd on real hardware

2024-11-30 Thread Tanguy LE CARROUR
Hi Janneke, Quoting Janneke Nieuwenhuizen (2024-11-29 19:18:43) > I succeeded in building a 32bit installer from commit > > --8<---cut here---start->8--- > commit cd26d76fedb7ab13ad91bd5dcfce119892b8e62e > news: Add entry for the Guix survey. > --8<---

Re: [fr] Moment de convivialité Guix@Paris en novembre

2024-11-14 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Pour rappel, jeudi prochain à 19h se tiendra la troisième soirée de la 3ème saison des rencontres Guix à Paris. Retrouvez tous les détails sur l’Agenda du Libre :

Re: GNU/Hurd on real hardware

2024-12-01 Thread Tanguy LE CARROUR
Hi Janneke, Quoting jann...@gnu.org (2024-11-30 12:48:05) > Tanguy LE CARROUR writes: > > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > > Git error: cannot locate remote-tracking branch 'origin/keyring' > > ``` > > > > `o

Re: GNU/Hurd on real hardware

2024-12-01 Thread Tanguy LE CARROUR
Hey Simon, Quoting Simon Tournier (2024-11-30 16:00:30) > On Sat, 30 Nov 2024 at 12:14, Tanguy LE CARROUR wrote: > > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > > Git error: cannot locate remote-tracking branch 'origin/keyring' > > ``` > > &g

Cannot install Guix System on A20-OLinuXino-LIME2

2024-12-03 Thread Tanguy LE CARROUR
Dear Guix, Following up on bug #59196 [1], I tried to install Guix System on my A20-OLinuXino-LIME2 from the host distro Armbian. [1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59196 First, I ran into a RAM problem [2], so as Julien suggested I set up offloading to another computer. [2]: ht

Re: [fr] Moment de convivialité Guix@Paris en février

2025-01-29 Thread Tanguy LE CARROUR
**ERRATUM** Quoting Tanguy LE CARROUR (2025-01-29 10:18:49) > (Warning: this email is in french because the meeting is supposed > to be held in French… and in person.) > > Bonjour Guix, > > Jeudi 21 février à 19h se tiendra la cinquième soirée de la 3ème saison > des re

Re: Cannot install Guix System on A20-OLinuXino-LIME2

2024-12-12 Thread Tanguy LE CARROUR
Hi Simon, Quoting Simon Tournier (2024-12-10 15:22:28) > On Tue, 03 Dec 2024 at 14:03, Tanguy LE CARROUR wrote: > > > la compilation de /gnu/store/h0k759xyd0pcjvshxn5v4khc0iwwb3jp-kbd-2.5.1.drv > > a échoué > > Vous trouverez le journal de compilation dans « &

[fr] Moment de convivialité Guix@Paris en février

2025-01-29 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Jeudi 21 février à 19h se tiendra la cinquième soirée de la 3ème saison des rencontres Guix à Paris. Retrouvez tous les détails sur l’Agenda du Libre :

[fr] Moment de convivialité Guix@Paris en janvier

2025-01-02 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Jeudi 16 janvier à 19h se tiendra la quatrième soirée de la 3ème saison des rencontres Guix à Paris. Retrouvez tous les détails sur l’Agenda du Libre :

Re: [fr] Moment de convivialité Guix@Paris en mars

2025-03-20 Thread Tanguy Le Carrour
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, On Wed Mar 5, 2025 at 12:16 PM CET, Tanguy Le Carrour wrote: > Jeudi 20 mars à 19h se tiendra la sixième soirée de la 3ème saison > des rencontres Guix à Paris. Petit

Re: Help! I just killed my Guix System!

2025-04-10 Thread Tanguy Le Carrour
Hi, On Mon Apr 7, 2025 at 10:22 AM CEST, Rutherther wrote: > "Tanguy Le Carrour" writes: >> TL;DR my Guix System refuses to boot and I’m left with a "scheme screen of >> death". It’s a single system+data encrypted partition. How am I supposed to >> fi

Re: Help! I just killed my Guix System!

2025-04-10 Thread Tanguy Le Carrour
Hi, On Mon Apr 7, 2025 at 10:29 AM CEST, Tobias Geerinckx-Rice wrote: > Once the initial panic wears off & as long as your file system isn't actually > hosed, Guix Systems are actually extremely easy to re{pair,build,deploy}. > More so than others. I've become rather cavalier about ‘breaking’ my

Re: Help! I just killed my Guix System!

2025-04-10 Thread Tanguy Le Carrour
Hi, On Thu Apr 10, 2025 at 9:28 AM CEST, Rutherther wrote: > On April 10, 2025 9:12:43 AM GMT+02:00, Tanguy Le Carrour > wrote: >>I wanted to try to do it in Scheme, but… well, you know, I like my good old >>shell! 😁 > > You can get to a shell from the scheme environ

Re: Guix Home fails with "In procedure symlink: No space left on device"

2025-03-15 Thread Tanguy Le Carrour
Hi Efraim, I had not realized that all the cool kids were doing Btrfs! 😎 On Thu Mar 13, 2025 at 7:33 AM CET, Efraim Flashner wrote: > The literal pipes hurt my brain, so as someone who (still) hasn't dived > deeply into Guile I have a different option I've come up with for mixing > Guile and ext

Help! I just killed my Guix System!

2025-04-07 Thread Tanguy Le Carrour
or "the day I lost my `head`" or "happy ever after only lasts 6 years" Hi Guix, TL;DR my Guix System refuses to boot and I’m left with a "scheme screen of death". It’s a single system+data encrypted partition. How am I supposed to fix that? This morning, I turned on my computer and… everything w

Re: Help! I just killed my Guix System!

2025-04-07 Thread Tanguy Le Carrour
Hi, On Mon Apr 7, 2025 at 12:18 PM CEST, Rutherther wrote: > "Tanguy Le Carrour" writes: > >> Hi Rutherther, >> >> On Mon Apr 7, 2025 at 10:22 AM CEST, Rutherther wrote: >>> Let me guess, you have /etc/guix/acl file pointing to a non

Re: Help! I just killed my Guix System!

2025-04-07 Thread Tanguy Le Carrour
Hi Tobias, On Mon Apr 7, 2025 at 10:29 AM CEST, Tobias Geerinckx-Rice wrote: > Once the initial panic wears off & as long as your file system isn't actually > hosed, Guix Systems are actually extremely easy to re{pair,build,deploy}. > More so than others. I've become rather cavalier about ‘break

Re: [fr] Moment de convivialité Guix@Paris en avril

2025-04-17 Thread Tanguy Le Carrour
Bonjour Guix, Pour rappel, Guix@Paris, c’est ce soir. Retrouvez tous les détails sur l’Agenda du Libre : En espérant vous y retrouver nombreu·ses. -- Tanguy

Re: [fr] Moment de convivialité Guix@Paris en mars

2025-04-10 Thread Tanguy Le Carrour
Salut Nicolas, On Thu Apr 10, 2025 at 10:58 AM CEST, Nicolas Graves wrote: > Avec pas mal de retard mais beaucoup plus de maturité sur le sujet, j'ai > mis à jour la présentation que j'ai faite sur les extensions Guix : > > https://github.com/nicolas-graves/guix-extensions/blob/main/presentation.

  1   2   >