bug#39281: gdm doesn't start

2020-01-25 Thread Jack Hill
I've started bisecting between my known bad and good commits. Unfortunately, this will be a slow process both because my computer is only so fast, and because rebooting to check a commit disrupts other work. That said, why checking one of the bad commits, I noticed that the gdm process was ind

bug#39281: gdm doesn't start

2020-01-25 Thread sirgazil via Bug reports for GNU Guix
For what is worth, I saw the following warnings when guix system reconfigure was running: https://multimedialib.files.wordpress.com/2020/01/guix-system-reconfigure-2020-01-25.png

bug#39283: [PATCH] gnu: Add earlyoom.

2020-01-25 Thread Pkill -9
* gnu/packages/linux.scm (earlyoom): New variable. --- gnu/packages/linux.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e5cc773ecc..892906cc70 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packag

bug#39282: Rhythmbox does not start

2020-01-25 Thread sirgazil via Bug reports for GNU Guix
I just installed Rhythmbox in the Guix System but it does not start. Trying to launch it from a terminal gives the following error: $ LANG=C rhythmbox (.rhythmbox-real:3361): Rhythmbox-CRITICAL **: 16:07:19.138: Timeout was reached I'm using the following Guix: $ LANG=C guix describe Generati

bug#39257: After upgrade to kernel 5.4.13.

2020-01-25 Thread Pablo Ferreira
Hey there! I use these: $ guix pull $ sudo -E guix pull system reconfigure /etc/config.scm I did have some problems and the upgrade only work fine with "sudo -E". Sorry not to answer fast but this links show print screen. https://twitter.com/gnu_pablo/status/1220729569436733443 then https://twitt

bug#39281: gdm doesn't start

2020-01-25 Thread Jack Hill
Hi Guix, After a recent pull and system reconfigure, gdm does not start at boot. Instead, I am left with a text console login. sirgazil also described the problem on irc, "I just did guix pull and sudo system reconfigure, and GDM never started after waiting for about 10 minutes. This may be th

bug#32845: guix.info: Missing manual

2020-01-25 Thread sirgazil via Bug reports for GNU Guix
The "https://guix.info/manual/"; currently redirects to "https://guix.gnu.org/manual/";, which links to the manual in different languages. Problem solved?