unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: th3kent <tembokm@mweb.co.za>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 19248@debbugs.gnu.org
Subject: bug#19248: installation of 0.8 stops at guile prompt.
Date: Fri, 05 Dec 2014 20:17:28 +0200	[thread overview]
Message-ID: <871toeufk7.fsf@gnulx000.localhost.localdomian> (raw)
In-Reply-To: <87oark2x91.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 03 Dec 2014 23:18:18 +0100")

ludo@gnu.org (Ludovic Courtès) writes:
> th3kent <tembokm@mweb.co.za> skribis:
>> [...]
>> Out of memory: Kill process 2068 (guix) score 526 or sacrifice child
>> Killed process 2068 (guix) total-vm:829080kB, anon-rss:201792kB, file-rss:0kB
>> guix system: error: build failed: unexpected end-of-file
>> 2470 operations
>
> This is a sign that too much data was written to the unionfs that sits
> on the root file system.
>
> Could it be because you forgot to run ‘deco start cow-store /mnt’?  

i definitely ran ‘deco start cow-store /mnt’ after i created my o.s
config. 

>> second attempt at installation failed with "no permissions" when copying
>> pata_* kernel modules to /gnu/store/*-linux-libre-3.17.2/.
>
> That is weird.  Do you remember at what point that happened?  Was it at
> the end of the ‘guix system init config.scm /mnt’ run?
>
> Files and directories under /gnu/store are meant to be immutable.

yes, the "no permission" error was after running a second 'guix system
init ...' command.

>> on restarting the laptop and booting from the h.d.d, the reboot stops
>> at the guile-user prompt.  the backtrace shows the following:
>>
>> In /gnu/store/*-module-import/gnu/build/linux-boot.scm:
>>   385:7  2 (#<procedure 1e943c0 at /gnu/store/...
>> In srfi/srfi-1.scm:
>>   619:17  1 (for-each #<procedure load-linux-module* (file)> ...
>
> Does it show an actual error below that?
>
> Could you post your OS config?

the last line of the backtrace starts with "In Unkown ...".

here is my o.s config:

--8<---------------cut here---------------start------------->8---
(use-modules (gnu)
             (srfi srfi-26))

(operating-system
  (host-name "gnusys01")
  (timezone "Africa/Johannesburg")
  (locale "en_US.UTF-8")

  (initrd (lambda (file-systems . rest)
            (apply base-initrd file-systems
                   #:extra-modules '("pata_acpi.ko" "pata_atiixp.ko")
                   rest)))

  (bootloader (grub-configuration (device "/dev/sda")))
  (file-systems (cons (file-system
                        (device "root")
                        (title 'label)
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))

  (users (list (user-account
                (name "kent")
                (comment "the wizard of gnu")
                (group "users")

                (supplementary-groups '("wheel"
                                        "audio" "video"))
                (home-directory "/home/kent")))))
--8<---------------cut here---------------end--------------->8---

regards,
... kennedy tembo.
-- 
former club president
midrand toastmasters
http://midrand.tmclub.co.za
 /"\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 \ /       "[He has] campaigned steadfastly for freedom.
  X                I admire Nelson Mandela ..."
 / \  - Richard M. Stallman (rms), President, Free Software Foundation.
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  reply	other threads:[~2014-12-05 18:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-01 22:01 bug#19248: installation of 0.8 stops at guile prompt th3kent
2014-12-03 22:18 ` Ludovic Courtès
2014-12-05 18:17   ` th3kent [this message]
2014-12-07 22:17     ` Ludovic Courtès
2014-12-12 20:06       ` kennedy
2014-12-12 22:01         ` Ludovic Courtès
2014-12-13 19:19           ` th3kent
2014-12-13 20:15             ` Ludovic Courtès
2015-02-08 18:18               ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871toeufk7.fsf@gnulx000.localhost.localdomian \
    --to=tembokm@mweb.co.za \
    --cc=19248@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).