Frequently-rebased channels

2021-04-09 Thread divoplade
Dear guix, I have a couple of channels that get rebased constantly. Is there a way to tell guix that a channel allows downgrades, in a way that can also be used by the unattended upgrade service? Also, if a package has a git-fetch origin, the daemon will check that future versions are direct desce

Re: Frequently-rebased channels

2021-04-09 Thread Ricardo Wurmus
divoplade writes: > I have a couple of channels that get rebased constantly. This seems like a broken workflow. Why would they be rebased constantly, which results in rewritten history? -- Ricardo

Re: Frequently-rebased channels

2021-04-09 Thread divoplade
Hello, Le vendredi 09 avril 2021 à 14:21 +0200, Ricardo Wurmus a écrit : > > I have a couple of channels that get rebased constantly. > > This seems like a broken workflow. Why would they be rebased > constantly, which results in rewritten history? Sorry, I don’t know how to respond to that. Of

Re: Frequently-rebased channels

2021-04-09 Thread Ricardo Wurmus
divoplade writes: > Hello, > > Le vendredi 09 avril 2021 à 14:21 +0200, Ricardo Wurmus a écrit : >> > I have a couple of channels that get rebased constantly. >> >> This seems like a broken workflow. Why would they be rebased >> constantly, which results in rewritten history? > > Sorry, I don

Where to find dmesg and /etc contents of specific system generation?

2021-04-09 Thread Vladilen Kozin
Hi guix. Is it possible and where could I find contents of /etc for a specific system generation. Ditto dmesg of the last boot of specific generation? Not necessarily current generation though. In a nutshell: I have a generation that boots and works fine, but sadly I also have a generation that f

Re: How to debug failed boot after successful reconfigure?

2021-04-09 Thread Vladilen Kozin
Hm, bit puzzled. Noone ever encountered boot failures with Guix? Should I've sent it to guix-devel? I'm going to try my luck in a separate thread with a much narrower question. FWIW for the issue at hand I ended up leveraging the fact that I'm running on a server with out-of-band ethernet and IPM

(No Subject)

2021-04-09 Thread reduxmotion
Hello, Is it possible to modify installation boot menu, to allow non-Free firmware loading? I keep getting stuck with about 30 lines of messages, missing Free firmware I'm using AMD 4800U Asrock 4x4 Box Could I load from another channel at graphical install?

Flatpak Issues

2021-04-09 Thread Frosku
Hey all, I've installed flatpak along with xdg-desktop-portal & xdg-desktop-portal-gtk, but whenever I try to use certain applications I get output like: Failed to call portal: GDBus.Error:org.freedesktop.DBu s.Error.UnknownMethod: No such interface ?org.freedesktop.portal.OpenURI? on object a

Re: Frequently-rebased channels

2021-04-09 Thread divoplade
Le vendredi 09 avril 2021 à 15:52 +0200, Ricardo Wurmus a écrit : > I’m saying that for public > channels it’s the wrong workflow as it results in rewritten history. My channels aren’t public (they are git repos on the file system), but I fail to understand how it makes a difference. Maybe the mis

Re: Frequently-rebased channels

2021-04-09 Thread Ricardo Wurmus
divoplade writes: > Le vendredi 09 avril 2021 à 15:52 +0200, Ricardo Wurmus a écrit : >> I’m saying that for public >> channels it’s the wrong workflow as it results in rewritten history. > > My channels aren’t public (they are git repos on the file system), but > I fail to understand how it ma

Updating the rav1e package to 0.4.0

2021-04-09 Thread Leo Famulari
Our rav1e package ((gnu packages video) rav1e) is at version 0.3.5. I noticed that FFmpeg 4.4 requires rav1e 0.4.0, at minimum, so I tried updating it. Luckily, there is a similar / duplicate package ((gnu packages crates-graphics) rust-rav1e-0.4.0), so the required versions of Rust dependencies

Re: How to debug failed boot after successful reconfigure?

2021-04-09 Thread Julien Lepiller
Hi, help-guix is the right mailing, but we're not always very responsive, plus there is a delay for your first mail to pass spam filter. In /var/guix/profiles/system--link (where n corresponds to the generation you wart to inspect), you will hind an etc directory. dmesg accumulates in /var/log/

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

2021-04-09 Thread Bone Baboon
Vladimir Sedach writes: > That is in fact what dhclient does. There is a list of workarounds on > Debian Wiki: > > https://wiki.debian.org/resolv.conf > > I use the file attribute one on my Debian system. > > The ideal solution is to re-implement dhclient in Guile, and make it > a configurable al

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

2021-04-09 Thread Bone Baboon
Vincent Legoll writes: > I'd try the "-R" command line option without giving "domain-name-servers" > > See details in the dhclient's man page Thank you for the suggestion. Reading dhclient's man page it looks like `-R` is related to IPV6. I have IPV6 disabled. When I try running `sudo dhclien

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

2021-04-09 Thread Bone Baboon
I have been able to execute this command `echo "0" > /sys/class/graphics/fbcon/cursor_blink` with a system that was using `runit` as it's initialization system. The command was executed during stage 1 of runit's system initialization. http://smarden.org/runit/runit.8.html Is there an equivalent t

guix pull error after install i686 1.2.0

2021-04-09 Thread Bone Baboon
I have just installed Guix on a computer using: https://ftp.gnu.org/gnu/guix/guix-system-install-1.2.0.i686-linux.iso.xz When I run `guix pull` I get this error message "guix pull: error: Git error: the SSL certificate is invalid".