David Thompson skribis:
> The initrd doesn't have modules for ahci by default, so I took a little
> snippet that Mark Weaver was using in his operating-system declaration:
>
> (initrd (cut base-initrd <> #:extra-modules '("libahci.ko" "ahci.ko")))
>
> And now for the best news: I have a working
Alex Sassmannshausen writes:
> As I also have an x60 and I would be very interested in the installer
> you used to get things this far if you are able to provide it somewhere?
Sure, this is Ludovic's minimal config, tweaked a bit:
(use-modules (srfi srfi-26)
(gnu))
(operat
Woot!
As I also have an x60 and I would be very interested in the installer
you used to get things this far if you are able to provide it somewhere?
If not, then I will simply use your achievement as motivation to build
one myself :-)
Best wishes,
Alex
David Thompson writes:
> Ludovic Courtè
Ludovic Courtès writes:
> David Thompson skribis:
>
>> ext2fs_check_if_mount: Can't check if filesystem is mounted due to
>> missing mtab file when determining whether /dev/sdb1 is mounted.
>> fsck.ext4: No such device or address while trying to open /dev/sdb1
>> Possibily non-existent o
David Thompson skribis:
> ext2fs_check_if_mount: Can't check if filesystem is mounted due to
> missing mtab file when determining whether /dev/sdb1 is mounted.
> fsck.ext4: No such device or address while trying to open /dev/sdb1
> Possibily non-existent or swap device?
> 'fsck.ext4' ex
David Thompson asked:
> Any ideas?
I have one of these machines too. You're using the fork of coreboot
called libreboot right? The grub.cfg that you see is in from the flash
chip. Try using the "Scan" option at the bottom to have it scan the
HDD and use that grub.cfg instead.
Once the Scan option
Ludovic Courtès writes:
> The installation image does include the development version, as you
> noticed.
>
> When you run ‘guix system init’ from the USB stick, that’s the
> development version that’s used, specifically commit 20b1d19.
>
> However, (@ (gnu packages package-management) guix) in co
David Thompson skribis:
> From reading gnu/system/install.scm file, I would expect it to install
> the guix dev package, not the 0.6 release. I'm quite confused.
OK, here’s the story:
The installation image does include the development version, as you
noticed.
When you run ‘guix system init’
On Thu, Jul 17, 2014 at 11:05 AM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> I noticed that the i686 build for Guix 0.6 is failing on hydra, so it's
>> failing here for similar reasons.
>
> Actually 0.6 fails, but not the development version:
Yes, I noticed that, too. Thanks for help
David Thompson skribis:
> I noticed that the i686 build for Guix 0.6 is failing on hydra, so it's
> failing here for similar reasons.
Actually 0.6 fails, but not the development version:
http://hydra.gnu.org/eval/93654?filter=guix&compare=93605&full=#tabs-still-succeed
Ludo’.
David Thompson skribis:
> David Thompson writes:
>
>> From reading gnu/system/install.scm file, I would expect it to install
>> the guix dev package, not the 0.6 release. I'm quite confused.
>
> Okay, so as a hack I edited the package definition for guix 0.6 so that
> it would skip the test sui
David Thompson writes:
> From reading gnu/system/install.scm file, I would expect it to install
> the guix dev package, not the 0.6 release. I'm quite confused.
Okay, so as a hack I edited the package definition for guix 0.6 so that
it would skip the test suite. I was able to complete the inst
Ludovic Courtès writes:
> Blech, we’ll have to check the test logs.
I noticed that the i686 build for Guix 0.6 is failing on hydra, so it's
failing here for similar reasons.
> Hmm, weird. Would be great if you could check the directory name of
> that Guix.
54pwrdggi9wxz2kx56fkmpffkkyzzjc3-gui
On 07/16/2014 11:17 AM, Ludovic Courtès wrote:
> You mean another Hydra instance, no?
Yes.
Sree
David Thompson skribis:
> Ludovic Courtès writes:
>
>> How much RAM does the laptop have? It’s problematic if we end up
>> swapping when building Guix on modern hardware. My laptop has 4 GiB of
>> RAM and fortunately it never swaps.
>
> 1GB. I added another 512MB and the build was almost succ
Sree Harsha Totakura skribis:
> On 07/15/2014 05:34 PM, Thompson, David wrote:
>> Are you referring to offloading builds or using a replacement to
>> hydra.gnu.org for serving substitutes?
>
> I was talking about an addition (local cache) to hydra.gnu.org.
You mean another Hydra instance, no?
L
Ludovic Courtès writes:
> How much RAM does the laptop have? It’s problematic if we end up
> swapping when building Guix on modern hardware. My laptop has 4 GiB of
> RAM and fortunately it never swaps.
1GB. I added another 512MB and the build was almost successful. The
nar.scm test file fail
On 07/15/2014 05:34 PM, Thompson, David wrote:
> Are you referring to offloading builds or using a replacement to
> hydra.gnu.org for serving substitutes?
I was talking about an addition (local cache) to hydra.gnu.org.
Sree
David Thompson skribis:
> Tonight I was almost able to get guix installed on a Thinkpad X60S. The
> USB image booted and my OS configuration was valid, but the installation
> failed. Due to hydra.gnu.org being unresponsive, Guix tried to compile
> Guix 0.6 and ran out of memory while doing so (
On Tue, Jul 15, 2014 at 3:27 AM, Sree Harsha Totakura
wrote:
> On 07/15/2014 03:54 AM, David Thompson wrote:
>> Since hydra seems to always be under a lot of stress, I wonder if I
>> should set up another machine of mine to serve substitutes or even just
>> offload builds so that my installation c
On 07/15/2014 03:54 AM, David Thompson wrote:
> Since hydra seems to always be under a lot of stress, I wonder if I
> should set up another machine of mine to serve substitutes or even just
> offload builds so that my installation can complete. Is this relatively
> easy to set up?
I once tried it
Tonight I was almost able to get guix installed on a Thinkpad X60S. The
USB image booted and my OS configuration was valid, but the installation
failed. Due to hydra.gnu.org being unresponsive, Guix tried to compile
Guix 0.6 and ran out of memory while doing so (no swap space).
Since hydra seems
22 matches
Mail list logo