bug#36634: Virtual Machine Manager (virt-manager)

2019-10-04 Thread Chris Marusich
Chris Marusich writes: > This bug is consistently reproducible. I've found an upstream bug > report that is very similar to what we're seeing here, so I've left a > comment telling the libvirt maintainers that Guix is also seeing a > similar issue: > >

bug#37612: Markdown

2019-10-04 Thread theamazed74
Sorry, for the bad formatting. I hadn't used the GNU Bug reporting system before and thought it used markdown.

bug#37347: 'guix environment' fails after trying to follow the steps from "Running Guix Before It Is Installed" page

2019-10-04 Thread Bengt Richter
On +2019-10-04 09:15:56 +0200, Jelle Licht wrote: > Bengt Richter writes: > > > [snip] > > ... > > [19:40 ~/bs]$ ping guix.gnu.org > > ping: guix.gnu.org: Name or service not known > I actually have this sometimes as well. Are you on a less-than-stellar > WiFi-connection perhaps? I noticed the

bug#37244: Icecat Audio Issues

2019-10-04 Thread sirgazil via Bug reports for GNU Guix
I'm not sure, but this could be related to playing media files with DRM. If I recall correctly, last year, when I visited any news post on https://www3.nhk.or.jp/news/easy/ on Debian 9 using Firefox ESR, the browser would ask me to enable DRM. If I answered NO, then I would see the “Your

bug#37501: [core-updates] Entropy starvation during boot

2019-10-04 Thread Ludovic Courtès
Ludovic Courtès skribis: > I read some of these, and our ‘urandom-seed-service-type’ has the same > bug as . Namely, we > write the previous seed to /dev/urandom but we don’t credit the > entropy. Now that I think about it, ‘urandom-seed’

bug#37501: [core-updates] Entropy starvation during boot

2019-10-04 Thread Ludovic Courtès
Ludovic Courtès skribis: > + (let ((bits (* 8 (stat:size (stat seed) > +(add-to-entropy-count urandom bits))) Oh we also need to do that below, when reading from /dev/hwrng: (when buf

bug#37501: [core-updates] Entropy starvation during boot

2019-10-04 Thread Ludovic Courtès
Hi Marius, Marius Bakke skribis: > Ludovic Courtès writes: [...] >> I read some of these, and our ‘urandom-seed-service-type’ has the same >> bug as . Namely, we >> write the previous seed to /dev/urandom but we don’t credit the >> entropy. >>

bug#37616: Libgcrypt warning: missing initialization

2019-10-04 Thread Hartmut Goebel
Hi, the system logs for guix show this error: guile: Libgcrypt warning: missing initialization - please fix the application Full log: systemd[1]: Started Build daemon for GNU Guix. guix-daemon[28968]: accepted connection from pid 28973, user nobody guix-daemon[28968]: accepted connection from

bug#37347: 'guix environment' fails after trying to follow the steps from "Running Guix Before It Is Installed" page

2019-10-04 Thread Jelle Licht
Bengt Richter writes: > [snip] > ... > [19:40 ~/bs]$ ping guix.gnu.org > ping: guix.gnu.org: Name or service not known I actually have this sometimes as well. Are you on a less-than-stellar WiFi-connection perhaps? I noticed the default (nscd?) configuration on Guix systems caches 'negative'

bug#37569: Mount does not honor 'user' option.

2019-10-04 Thread Diego Nicola Barbato
Diego Nicola Barbato writes: > Hello Danny, > > Danny Milosavljevic writes: > >> Hmm, how is that solved with other distributions? Is "mount" suid root >> there? > > Indeed, in Debian both mount and umount are suid root: > > $ stat -c "%a %U:%G %n" /bin/*mount > 4755 root:root