bug#22039: [PATCH] 'guix system reconfigure' must start/restart/stop services

2018-09-23 Thread Carlo Zancanaro
Hey Ludo’, On Fri, Sep 21 2018, Ludovic Courtès wrote: What would you put there? Do you have concrete examples? I would have three possible values: 'never, 'always, 'manual. 'never would mean that the service should never be restarted. This is for things like udev, or the filesystems, which

bug#32600: ‘guix system vm-image’ spends a very long time “registering closures”

2018-09-23 Thread Ludovic Courtès
Hello, l...@gnu.org (Ludovic Courtès) skribis: > A couple of days ago, Leo reported that ‘guix system vm-image’ spends a > very long time in the “registering closures” phase: > Created a bare-bones VM takes ~90 minutes for me recently As of commit fce225471128c4a5246342b3aa1b7e53a8066211, ‘gui

bug#32814: Error running guix system container

2018-09-23 Thread Julien Lepiller
Hi, I built a container on a foreign distro using: guix system container config.scm but then, when I run it most services can't start. From inside the container I tried to start the postgresql service I configured and got this message from the shepherd: herd: exception caught while executing 'st

bug#32778: compute-guix-derivation bug report

2018-09-23 Thread Ludovic Courtès
Hello, Xero skribis: > After restarting my computer and running `guix pull > --substitute-urls="https://berlin.guixsd.org"`, > > I have since been unable to reproduce the bug. > > > I will be sure to capture more details next time. Alright, closing the bug for now. Thanks for letting us know.

bug#22039: [PATCH] 'guix system reconfigure' must start/restart/stop services

2018-09-23 Thread Ludovic Courtès
Hi, Efraim Flashner skribis: > On Fri, Sep 21, 2018 at 01:58:03PM +0200, Ludovic Courtès wrote: [...] >> Note that FHS distros don’t do better: either the service is >> hot-replaceable (nginx; I don’t know of any other) or can at least >> reload its config (sshd, etc.), and then it’s dynamical

bug#32797: gcrypt won't compile during 'guix pull'

2018-09-23 Thread Ludovic Courtès
Hello, znavko skribis: > That is just strange, but I rebooted with 'Other options' in grub, choosed my > first kernel (that was installed from GuixSD 0.15.0 before any updates had > been done) > And run `guix pull` and `guix package -u` with no any errors. Then I rebooted > with default grub

bug#32773: clang: missing default include paths for C++

2018-09-23 Thread Tim Gesthuizen
On 22.09.2018 02:58, Robin Templeton wrote: > Hi Tim, > > Tim Gesthuizen writes: > >> As you can see from the output, clang is missing some include paths that >> gcc has. Specifying a custom `CPLUS_INCLUDE_PATH' fixes the problem: >> >> ┌ >> │ >> CPLUS_INCLUDE_PATH=$HOME/.guix-profile/includ

bug#22039: [PATCH] 'guix system reconfigure' must start/restart/stop services

2018-09-23 Thread Efraim Flashner
On Fri, Sep 21, 2018 at 01:58:03PM +0200, Ludovic Courtès wrote: > Hello, > > Carlo Zancanaro skribis: > > >> From the POV of the Shepherd, services carry no semantics. > > > > In Guix we have as much information as possible about the services. We > > should be know which services should be upgr