From 12c341b917921eb631026ec44a284c4d884e5de6 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 6 Mar 2013 21:52:20 +0100 Subject: IRC. --- .../virtualization/remap_root_translator.mdwn | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'open_issues/virtualization/remap_root_translator.mdwn') diff --git a/open_issues/virtualization/remap_root_translator.mdwn b/open_issues/virtualization/remap_root_translator.mdwn index 3cb574ae..67d64ae0 100644 --- a/open_issues/virtualization/remap_root_translator.mdwn +++ b/open_issues/virtualization/remap_root_translator.mdwn @@ -95,3 +95,47 @@ License|/fdl]]."]]"""]] his own one ok attached to the remapping + + +## IRC, freenode, #hurd, 2013-01-29 + + ok, the remap translator was too easy + just took fakeroot.c + added if (!strcmp("bin/foo", filename)) filename = + "bin/bash"; in + netfs_S_dir_lookup + and it just works + ok, remap does indeed take my own pfinet + good :) + pfinet's tun seems to be working too + it's however not really flexible, it has to show up in /dev/tunx + I'll have a look at fixing that + yep, works fine + + +## IRC, freenode, #hurd, 2013-02-01 + + braunr: as I expected, simply passing FS_RETRY_REAUTH does the + remapping trick + + +# IRC, freenode, #hurd, 2013-02-12 + + + http://darnassus.sceen.net/~hurd-web/community/gsoc/project_ideas/server_overriding/ + youpi: isn't that your remap translator ? + completely + remap being (5) + + +# IRC, freenode, #hurd, 2013-02-25 + + I'm just having an issue with getcwd getting in the sky + I wonder whether libc might need patching to understand it's in + some sort of chroot + or perhaps remap fixed into avoiding .. of / being odd + erf, it's actually an explicit error + libc just doesn't want to have a ".." / being different from CRDIR + let me just comment out that :) + way better :) + yep, just works fine -- cgit v1.2.3