GNU bug report logs -
#28772
guix system reconfigure after kernel panic user or group not created
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Tue, 10 Oct 2017 05:52:01 UTC
Severity: normal
Tags: moreinfo
Done: Simon Tournier <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
ludo <at> gnu.org (Ludovic Courtès) writes:
[...]
> Did you eventually gather more info?
In addition to previous message.
--- /home/natsu/r/bootstrap.sh 2017-10-22 04:48:42.992394510 +0300
+++ ./bootstrap.sh 2017-10-22 23:33:54.113495658 +0300
@@ -11,7 +11,7 @@
SIG=guixsd-vm-image-$VERSION.$KERNEL.xz.sig
pull_release () {
- if [ ! -f $RELEASE ] || [ ! -f $RELEASE.xz ] || ! gpg --verify $SIG
+ if [ ! -f $RELEASE ] || [ ! -f $RELEASE.xz ]
then
gpg --keyserver pgp.mit.edu --recv-keys $GPG_KEY
wget --output-document=$RELEASE.xz https://alpha.gnu.org/gnu/guix/$RELEASE.xz
@@ -23,6 +23,7 @@
if pull_release
then qemu-system-x86_64 \
+ -enable-kvm \
-daemonize \
-m 1024 \
-virtfs local,path=$PWD,security_model=none,mount_tag=TAG_pwd \
Also need to increase a size of qemu image. I don't know how I
reconfigured successfully in previous message.
This bug report was last modified 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.