[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Root file system not cleanly unmounted
From: |
Adam Pribyl |
Subject: |
Re: Root file system not cleanly unmounted |
Date: |
Tue, 25 Nov 2014 22:09:09 +0100 (CET) |
User-agent: |
Alpine 2.00 (DEB 1167 2008-08-23) |
On Tue, 25 Nov 2014, Ludovic Courtès wrote:
Eric Bavier <address@hidden> skribis:
Adam Pribyl writes:
On Tue, 25 Nov 2014, Ludovic Courtès wrote:
FYI, if you installed a system from 0.8, chances are that your root file
system is not cleanly unmounted (from what ext4 recovers without any
problems, but still.)
This is fixed by commit 1c27641, so consider running ‘guix pull’ and
‘guix system reconfigure’.
Not sure if this was meant also for those running guix 0.8 as this is my
result of guix pull:
# guix pull
starting download of `/tmp/guix-file.W6HuZ2' from
`http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz'...
http://git.savannah.gnu.org/.../guix-master.tar.gz 6775.4 KiB
transferred
The following derivation will be built:
/gnu/store/haam2bdcnzqmbyscaxmn7ixgm3bbygba-guix-latest.drv
building path(s) `/gnu/store/cnfxfvzsiphhhr6igjkaqzbfazh0afyk-guix-latest'
copying and compiling to
'/gnu/store/cnfxfvzsiphhhr6igjkaqzbfazh0afyk-guix-latest'...
compiling... 12.7% of 354 filesERROR: no binding `alsa-lib' in module
(gnu packages linux)
Commit 77c9286 broke this.
Yes, my bad. The next one unbroke it.
Adam: could you try again?
Well if I found it right:
guix pull
starting download of `guix-file.Hd9WTS' from
`http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz'...
...
ERROR: no code for module (json)
Backtrace:
In ice-9/boot-9.scm:
157: 12 [catch #t #<catch-closure f705a0> ...]
In unknown file:
?: 11 [apply-smob/1 #<catch-closure f705a0>]
In ice-9/boot-9.scm:
63: 10 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
432: 9 [eval # #]
In ice-9/boot-9.scm:
2401: 8 [save-module-excursion #<procedure f8d880 at
ice-9/boot-9.scm:4045:3 ()>]
4050: 7 [#<procedure f8d880 at ice-9/boot-9.scm:4045:3 ()>]
1724: 6 [%start-stack load-stack #<procedure fa0820 at
ice-9/boot-9.scm:4041:10 ()>]
1729: 5 [#<procedure fa3c60 ()>]
In unknown file:
?: 4 [primitive-load
"/gnu/store/5mj3ppg03zid8yaxf4zy40bwqm2wi6cl-guix-latest-guile-builder"]
In ice-9/eval.scm:
387: 3 [eval # ()]
In
/gnu/store/n2jjh4kzfv3hp4zhd0aflwq4i2jihnnq-module-import/guix/build/pull.scm:
121: 2 [build-guix
"/gnu/store/lg0rmq4z3jp59pjn9f9v2rd11rpyd7pv-guix-latest" ...]
75: 1 [p-for-each #<procedure 133b0c0 at
/gnu/store/n2jjh4kzfv3hp4zhd0aflwq4i2jihnnq-module-import/gui
x/build/pull.scm:121:14 (file)> ...]
In unknown file:
?: 0 [scm-error misc-error #f ...]
ERROR: In procedure scm-error:
ERROR: process failed #<procedure 133b0c0 at
/gnu/store/n2jjh4kzfv3hp4zhd0aflwq4i2jihnnq-module-import/g
uix/build/pull.scm:121:14 (file)> 256
Ludo’.
Adam