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

2016-02-03 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Currently ‘guix system reconfigure’ doesn’t try to dynamically update > the set of running services, which is a shame. > > A simple strategy would be to have it: > > 1. Stop and unregister services currently known to dmd that are > missing in the

bug#22458: Collision between khal and vdirsyncer "bin/vdirsyncer"

2016-02-03 Thread Ludovic Courtès
Leo Famulari skribis: > The packages khal and vdirsyncer are meant to be used together. Khal is > a console calendar program and vdirsyncer synchronizes CalDAV data from > a remote server to the local filesystem so that khal can use it. Then why do they both provide the same

bug#22548: Kernel panic after system reconfiguration

2016-02-03 Thread Albin
Hi again, I got rid of the kernel panic by removing the following from the config and reconfiguring (as suggested by Mark Weaver): > (swap-devices '("/swapfile")) It would be nice to be able to enable swap again though. On my system it needs to be done with a swap file. Albin Den 2016-02-03

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

2016-02-03 Thread Thompson, David
On Wed, Feb 3, 2016 at 4:32 PM, Ludovic Courtès wrote: > l...@gnu.org (Ludovic Courtès) skribis: > >> Currently ‘guix system reconfigure’ doesn’t try to dynamically update >> the set of running services, which is a shame. >> >> A simple strategy would be to have it: >> >> 1. Stop

bug#22548: Kernel panic after system reconfiguration

2016-02-03 Thread Ludovic Courtès
Albin skribis: > With no other changes I just ran guix pull and guix system reconfigure > on my MacBook2,1 which created an unbootable system. > > After having completed the reconfiguration I tried to halt and reboot > the system but got this error message each time : > >>

bug#22548: Kernel panic after system reconfiguration

2016-02-03 Thread Albin
Hi, Den 2016-02-03 kl. 23:14, skrev Mark H Weaver: > Albin writes: > >> Hi again, >> >> I got rid of the kernel panic by removing the following from the config >> and reconfiguring (as suggested by Mark Weaver): >> >>> (swap-devices '("/swapfile")) >> >> It would be nice to

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-02-03 Thread myglc2
with magit installed on guixSD following the config shown further below. With init.el containing ... V (add-to-list 'load-path "/run/current-system/profile/share/emacs/site-lisp") (require 'guix-init nil t)