bug#33832: The VPN service 'org.freedesktop.NetworkManager.openvpn' was not installed.

2019-06-26 Thread Tomáš Čech
Hi! On Mon, Jun 24, 2019 at 09:34:34PM +0200, Jelle Licht wrote: Hi S_W, Maxim Tomáš Čech writes: Hi Ludo, [...] But with Maxim's DBus related patches and my NM patch it seemed to be starting daemons at least. Do you still have the patches for these changes lying around? I am trying to ge

bug#36389: nginx/certbot interaction doesn't work as documented

2019-06-26 Thread Robert Vollmert
I’ve tried setting up nginx with certbot on guix. Two immediate issues: - certbot extends the nginx service to serve challenge files. It appears that this nginx service extension conflicts (silently) with an independently configured nginx service. I.e., I had nginx previously configured, and

bug#36069: Menu-based installer unusable through noVNC

2019-06-26 Thread Ludovic Courtès
Hello, Björn Höfling skribis: > Guacamole and noVNC have no common roots, AFAIK. So, with a different > VNC-Software showing the same problems, I decided to re-open this bug, > though I have no proof that it is really a Guix-Problem. At least > people who want to install Guix would be annoyed an

bug#36389: nginx/certbot interaction doesn't work as documented

2019-06-26 Thread Alex Sassmannshausen
Hi Robert, Robert Vollmert writes: > I’ve tried setting up nginx with certbot on guix. Two immediate issues: > > - certbot extends the nginx service to serve challenge files. It appears > that this nginx service extension conflicts (silently) with an independently > configured nginx service.

bug#36380: service urandom-seed takes too long on boot

2019-06-26 Thread Alex Sassmannshausen
Hi Robert, Robert Vollmert writes: > On my VPS, booting takes forever (long enough that for a long > time I thought the install had failed). I just rebooted again, > and it took over 7 minutes, see attached screenshot. > > I would suggest skipping the seeding from /dev/hwrng by default > if /var

bug#36379: Running `guix pull` as "root" user

2019-06-26 Thread Giovanni Biscuolo
Hello Raghav, sorry I missed to send my reply to 36...@debbugs.gnu.org also Raghav Gururajan writes: >> Can you please specify how you ran `guix pull` as root? >> >> Did you `su && guix pull`, `sudo guix pull` or `sudo -E guix pull?` > > I did by logging in as "root" in gdm. OK thanks, I'll t

bug#36374: ‘guix pull’ should not suggest running ‘guix pull’

2019-06-26 Thread Julien Lepiller
Le 25 juin 2019 16:08:19 GMT+02:00, "Ludovic Courtès" a écrit : >The article at > has a >screenshot showing ‘guix pull’ suggesting to run ‘guix pull && guix >package -u’. This is obviously wrong. > >Ludo’. Here is a patch to address this

bug#36380: service urandom-seed takes too long on boot

2019-06-26 Thread Leo Famulari
On Tue, Jun 25, 2019 at 08:12:28PM +0200, Robert Vollmert wrote: > On my VPS, booting takes forever (long enough that for a long > time I thought the install had failed). I just rebooted again, > and it took over 7 minutes, see attached screenshot. Yikes, that's way too long. Can you say what VPS

bug#36380: service urandom-seed takes too long on boot

2019-06-26 Thread Robert Vollmert
> On 26. Jun 2019, at 17:47, Leo Famulari wrote: > > On Tue, Jun 25, 2019 at 08:12:28PM +0200, Robert Vollmert wrote: >> On my VPS, booting takes forever (long enough that for a long >> time I thought the install had failed). I just rebooted again, >> and it took over 7 minutes, see attached s

bug#36379: Running `guix pull` as "root" user

2019-06-26 Thread Raghav Gururajan
> > OK thanks, I'll try to reproduce this ASAP > That would be great. Thank you very much. Regards, RG.

bug#36069: Menu-based installer unusable through noVNC

2019-06-26 Thread Björn Höfling
On Tue, 25 Jun 2019 17:54:39 +0200 "pelzflorian (Florian Pelz)" wrote: > On Tue, Jun 25, 2019 at 05:06:03PM +0200, Björn Höfling wrote: > > I guess you (Ludovic) have tried the installer with QEMU and its > > VNC-Server, maybe even with different VNC-clients? > > > > It works with > > qemu-s

bug#30939: still relevant

2019-06-26 Thread Robert Vollmert
This came up again recently, compare the discussion here: https://lists.gnu.org/archive/html/guix-devel/2019-06/msg00186.html Here’s some code to wrap an executable manually to capture its output and send it to syslog: (define* (logger-wrapper name exec . args) "Return a derivation that builds

bug#36394: guix.gnu.org/packages lists incorrect sqlite versions

2019-06-26 Thread Tobias Geerinckx-Rice
Guix, The package list at displays the wrong versions for sqlite: sqlite 3.26.0 sqlite 3.26.0 sqlite-with-column-metadata 3.26.0 Which should be: $ guix pull && guix package -A ^sqlite sqlite 3.26.0 … sqlite 3.24.0 … sqlite-with-column-metad

bug#36389: odd

2019-06-26 Thread Robert Vollmert
I agree that it sounds odd, and some of my original diagnostic must be skewed. After several configuration changes and system reconfigurations and nginx restarts, I do appear to have a sensible state currently, and I can’t reliably reproduce the problems I had before. I’m also pretty sure I didn’t

bug#36388: activation?

2019-06-26 Thread Robert Vollmert
Could it be that the errors happen in the activation script, but not when actually starting nginx? I see in the code that we appear to pass a “-p” flag already when starting nginx; maybe we should simply do the same when testing the config during activation?

bug#36069: Menu-based installer unusable through noVNC

2019-06-26 Thread Robert Vollmert
> On 26. Jun 2019, at 18:51, Björn Höfling > wrote: > In that way, I have the QEMU console in my terminal and I can call the > "system_reset" command: I suspected that the bug would only appear when > the VNC-Client is connected WHILE the installer start up. Usually the > startup would be fas

bug#36395: ssh-daemon doesn't start anymore

2019-06-26 Thread Jonathan Brielmaier
Hi, I think 46475f72ab6127e7818fdea4a0ea9cc07c60a5f4 introduced the following problem with the ssh-daemon service: $ herd start ssh-daemon Missing privilege separation directory: /gnu/store/jpkllb...-openssh-8.0p1/var/empty Service ssh-daemon could not be started. herd: failed to start service ss

bug#36069: Menu-based installer unusable through noVNC

2019-06-26 Thread pelzflorian (Florian Pelz)
On Wed, Jun 26, 2019 at 06:51:41PM +0200, Björn Höfling wrote: > What's the conclusion? Maybe that Guix is fine and the VNC-clients are > also fine. It might just be a matter of configuration or using an older > version with bugs? > Passing “-vga cirrus” reduces the display size. The command “ma

bug#36395: ssh-daemon doesn't start anymore

2019-06-26 Thread Efraim Flashner
This seems fixed with ba912479e8481d69b699ce348b35d5d70f0c9367 On Wed, Jun 26, 2019 at 09:53:18PM +0200, Jonathan Brielmaier wrote: > Hi, > > I think 46475f72ab6127e7818fdea4a0ea9cc07c60a5f4 introduced the > following problem with the ssh-daemon service: > > $ herd start ssh-daemon > Missing pr

bug#36335: Is /dev/kvm missing ACLs?

2019-06-26 Thread Chris Marusich
Hi Ludo, Ludovic Courtès writes: > Guix System doesn’t use ACLs at all. > > However, the udev rule for kvm sets it up like this: > > crw-rw 1 root kvm 10, 232 Jun 24 08:38 /dev/kvm > > and the build users are part of the ‘kvm’ group. I personally arrange > to have my user account in that

bug#36069: Menu-based installer unusable through noVNC

2019-06-26 Thread Robert Vollmert
> On 26. Jun 2019, at 22:23, pelzflorian (Florian Pelz) > wrote: > > On Wed, Jun 26, 2019 at 06:51:41PM +0200, Björn Höfling wrote: >> What's the conclusion? Maybe that Guix is fine and the VNC-clients are >> also fine. It might just be a matter of configuration or using an older >> version w