summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/debian/qemu_image.mdwn32
-rw-r--r--hurd/running/nix.mdwn10
-rw-r--r--hurd/translator/ext2fs.mdwn35
3 files changed, 77 insertions, 0 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn
index 95c23920..168823bf 100644
--- a/hurd/running/debian/qemu_image.mdwn
+++ b/hurd/running/debian/qemu_image.mdwn
@@ -29,3 +29,35 @@ 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."]]
+
+
+# IRC, freenode, #hurd, 2014-03-10
+
+ <mcsim> scp doesn't work either
+ <braunr> what ?
+ <braunr> why wouldn't it ?
+ <mcsim> scp -P5555 -r ./hurd/ root@localhost:/root/src/
+ <mcsim> root@localhost's password:
+ <mcsim> The Hurd is not Linux. Make sure to read
+ <braunr> that shouldn't happen ...
+ <braunr> use tar maybe ?
+ <mcsim> the same with tar archive
+ <braunr> :/
+ <braunr> i don't know what to tell you
+ <braunr> i don't have that problem
+
+
+## IRC, freenode, #hurd, 2014-03-11
+
+ <teythoon> braunr: mcsims scp problem is b/c youpis images echo stuff from
+ the .bashrc or something
+ <teythoon> i wish he'd change that, as it is a reoccuring problem
+ <teythoon> youpi: ^
+ <teythoon> (didn't realize you are around >,<)
+ <teythoon> now that /etc/issue is displayed, you can put the welcome text
+ there
+ <braunr> teythoon: i see
+ <teythoon> mcsim: your ssh trouble are rooted in the .bashrc printing some
+ stuff to stdout
+ <mcsim> teythoon: thank you. It works now
+ <teythoon> :)
diff --git a/hurd/running/nix.mdwn b/hurd/running/nix.mdwn
index c6212da8..68052948 100644
--- a/hurd/running/nix.mdwn
+++ b/hurd/running/nix.mdwn
@@ -500,3 +500,13 @@ Nix, and because of that, it uses per-package installation directories under
<teythoon> phant0mas: you could look at what the debian package does
<phant0mas> ok
<braunr> phant0mas: check debian glibc for all the patches
+
+
+## IRC, freenode, #hurd, 2014-03-10
+
+ <ph4n70m4s> tschwinge: While crosscompiling glibc I get the error "Error:
+ incorrect register `%rax' used with `l' suffix"
+ <ph4n70m4s> http://pastebin.com/raw.php?i=ZJKHrm4s
+ <ph4n70m4s> Any idea why is this happening?
+ <braunr> ph4n70m4s: something is trying to compile as an x86-64 object,
+ while the hurd is i386 only
diff --git a/hurd/translator/ext2fs.mdwn b/hurd/translator/ext2fs.mdwn
index ba849cca..81e54dff 100644
--- a/hurd/translator/ext2fs.mdwn
+++ b/hurd/translator/ext2fs.mdwn
@@ -431,6 +431,41 @@ That would be a nice improvement, but only after writeback throttling is impleme
<gnu_srs1> k, the file created with mke2fs has 128
+### IRC, freenode, #hurd, 2014-03-10
+
+ <mcsim> hi. I'm having problems with copying directory from host machine to
+ hurd image. I mount hurd image at host and than use "cp -r" to copy
+ directory. Then I unmount image and start qemu. When I try to see
+ contents of the directory I get error "Computer bought the farm".
+ <braunr> mcsim: are you using the ext4 driver from linux ?
+ <mcsim> I use image debian-hurd-20140211.img from
+ <braunr> if so, avoid it
+ <mcsim> ok
+ <mcsim> i'll try
+ <mcsim> braunr: do I have to compile module on my own? because modprobe
+ ext2 && lsmod | grep ext2 give no output?
+ <braunr> maybe
+ <braunr> mcsim: what kernel are you using ?
+ <mcsim> 3.12
+ <braunr> oh
+ <mcsim> braunr: what is wrong with it?
+ <braunr> grep 'EXT[234]' /boot/config*
+ <braunr> it probably uses ext4 for ext2 and ext3
+ <braunr> and i don't think it's possible to simply load the ext2fs module
+ <braunr> because the options are mutually exclusive iirc
+ <mcsim> # CONFIG_EXT2_FS is not set
+ <mcsim> is there another way to copy data?
+ <braunr> probably not
+ <braunr> (check for CONFIG_EXT4_USE_FOR_EXT23)
+ <gg0> mcsim: install 3.10
+ http://snapshot.debian.org/package/linux/3.10.11-1/#linux-image-3.10-3-686-pae_3.10.11-1
+ <gg0> https://bugs.debian.org/738758
+ <gg0> assuming host is debian
+ <mcsim> gg0: thank you
+ * gg0 redirects thanks to AliciaC who caught it
+ <AliciaC> gg0: thanks :)
+
+
## `ext2fs: ../../ext2fs/pager.c:401: file_pager_write_page: Assertion 'block' failed.`
### IRC, freenode, #hurd, 2014-02-19