bug#22548: Kernel panic after system reconfiguration

2016-02-04 Thread Alex Kost
Mark H Weaver (2016-02-04 01:14 +0300) wrote: > 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 be able

bug#22548: Kernel panic after system reconfiguration

2016-02-04 Thread Ludovic Courtès
Alex Kost skribis: > And as reported by several people on #guix (I count at least 4 including > me and Mark) a wrong swap device leads to a kernel panic if shepherd is > used as the init system. > > Until I realized that it was a wrong swap, I made bisecting on shepherd > to

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#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