Re: Edits to `etc/resolv.conf` being overwritten

2021-04-08 Thread Vladimir Sedach
Bone Baboon writes: > It is almost like `sudo dhclient ` is taking > instruction from the router (provided by my internet service provider) > to overwrite `/etc/resolv.conf` to the DNS of my internet service > provider. That is in fact what dhclient does. There is a list of workarounds on Debia

Re: How to create a service for contents of arbitrary file

2021-04-08 Thread Julien Lepiller
I think this is because you cannot replace a file a /sys like guix tries to. Instead, it seems you can set a linux kernel argument on the command line run by grub at startup. According to the internet, that would be "vt.global_cursor_default=0" You can set it up in your config by adding a kerne

Re: How to create a service for contents of arbitrary file

2021-04-08 Thread Bone Baboon
Julien Lepiller writes: > There's special-files-service-type described here: > http://guix.gnu.org/manual/devel/en/html_node/Base-Services.html#Base-Services > > However, I'm not sure it will work in /sys. I guess you'll have to try and > report back :) Thank you for this suggestion. I added

Re: How to create a service for contents of arbitrary file

2021-04-08 Thread Bone Baboon
Gary Johnson writes: > In addition to Julien's suggestion, I'll also point out that you can > tell Emacs to not use a blinking cursor by including this line in your > ~/.emacs.d/init.el file: > > (blink-cursor-mode 0) Thank you for pointing out `blink-cursor-mode` I am aware of it and tested it.

Re: Edits to `etc/resolv.conf` being overwritten

2021-04-08 Thread Vincent Legoll
Hello, On Thu, Apr 8, 2021 at 9:08 PM Bone Baboon wrote: > It is almost like `sudo dhclient ` is taking > instruction from the router (provided by my internet service provider) > to overwrite `/etc/resolv.conf` to the DNS of my internet service > provider. I'd try the "-R" command line option wi

Re: Edits to `etc/resolv.conf` being overwritten

2021-04-08 Thread Bone Baboon
Gary Johnson writes: > That's unfortunate to hear. Perhaps you could check out the > network-manager-service-type? I believe it includes a parameter that > lets you tell NetworkManager not to overwrite /etc/resolv.conf. The > command-line interface for NetworkManager is called nmtui. This is what

Re: Enable glossary at weblate translation project

2021-04-08 Thread Eugene Klimov
On 7 April 2021 19:44:13 UTC, Julien Lepiller wrote: >Go to a Russian string that contains a word you want to add to the glossary. >On the top right, you will see the Glossary box where you should be able to >click on "Add term to glossary". Adding a first term should create the >glossary. I t

How to debug failed boot after successful reconfigure?

2021-04-08 Thread Vladilen Kozin
Hi list. I'm trying to wrap my head around running guix. While question in subj is general it was prompted by a real failure, so really I am interested both in "general approach" as well as solving the actual problem I ran into. having updated with `guix pull` I run `sudo guix system reconfigure

Re: freecad 19.1 / flatpak

2021-04-08 Thread Ekaitz Zarraga
Hi all, I had some free time and I decided to spend it on updating the freecad package to the 0.19.1 version. I managed it to compile with the changes I add below, but I prefer someone to test it thoroughly because it's a program I don't use that much so I don't know if the workbenches are workin