From b50815db8a5ed3ad8935b90c034b53c409caaa26 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 24 Feb 2016 19:56:28 +0100 Subject: More FOSDEM 2016 notes, etc. --- hurd/running/nix.mdwn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hurd/running') diff --git a/hurd/running/nix.mdwn b/hurd/running/nix.mdwn index b77404a4..66824cf0 100644 --- a/hurd/running/nix.mdwn +++ b/hurd/running/nix.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2012, 2013, 2014 Free Software Foundation, +[[!meta copyright="Copyright © 2012, 2013, 2014, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -11,7 +11,7 @@ License|/fdl]]."]]"""]] [[!meta title="Nix-based GNU/Hurd System, Guix"]] -[[!toc]] +[[!toc levels=2]] # Nix @@ -510,3 +510,8 @@ Nix, and because of that, it uses per-package installation directories under Any idea why is this happening? ph4n70m4s: something is trying to compile as an x86-64 object, while the hurd is i386 only + + +## FOSDEM 2016 + + * {{$community/meetings/fosdem_2016#ragkousis_guix_hurd}} -- cgit v1.2.3 From 42dd602da74c39493889441567028e7f497ecf02 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 16 Mar 2016 02:48:20 +0100 Subject: use kvm, not qemu --- hurd/running/debian/qemu_image.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hurd/running') diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index af22de13..6e9efee2 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -16,7 +16,9 @@ Usage: $ wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz $ tar -xz < debian-hurd.img.tar.gz - $ qemu -m 512 -drive cache=writeback,file=$(echo debian-hurd-*.img) + $ kvm -m 512 -drive cache=writeback,file=$(echo debian-hurd-*.img) + +Please also read the README file: If you have troubles extracting the image, you can use the gz version , -- cgit v1.2.3 From 38eb772d6b62b6678f11a8ce2c8e25cec8000804 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 16 Mar 2016 03:05:23 +0100 Subject: drop problem that is now fixed --- hurd/running/debian/qemu_image.mdwn | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'hurd/running') diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index 6e9efee2..1b69f243 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -31,35 +31,3 @@ Just in case you were wondering: the *root* password is empty. [[!if test="destpage(hurd/running/qemu)" then="" else="For more detailed instructions, please see the [[hurd/running/QEMU]] page."]] - - -[[!if test="!included()" then="#" else="###"]] IRC, freenode, #hurd, 2014-03-10 - - scp doesn't work either - what ? - why wouldn't it ? - scp -P5555 -r ./hurd/ root@localhost:/root/src/ - root@localhost's password: - The Hurd is not Linux. Make sure to read - that shouldn't happen ... - use tar maybe ? - the same with tar archive - :/ - i don't know what to tell you - i don't have that problem - - -[[!if test="!included()" then="##" else="####"]] IRC, freenode, #hurd, 2014-03-11 - - braunr: mcsims scp problem is b/c youpis images echo stuff from - the .bashrc or something - i wish he'd change that, as it is a reoccuring problem - youpi: ^ - (didn't realize you are around >,<) - now that /etc/issue is displayed, you can put the welcome text - there - teythoon: i see - mcsim: your ssh trouble are rooted in the .bashrc printing some - stuff to stdout - teythoon: thank you. It works now - :) -- cgit v1.2.3