Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault

2015-07-14 Thread Justus Winter
Hi James :) you found a long-standing bug in ext2fs. Fixing it allows us to get rid of the ugly workaround in daemons/runsystem.sh (look for `XXX'). Quoting Richard Braun (2015-07-13 10:16:14) > On Sun, Jul 12, 2015 at 12:56:31PM +0100, James Clarke wrote: > > That doesn’t seem to boot at all. I

Re: Fixing re-mounting of ext2fs

2015-07-14 Thread Justus Winter
Quoting Justus Winter (2015-07-14 14:28:56) > would you be so kind to test this patch? It inhibits RPCs to the file > pager during remounting, but allows those to the disk pager. I'll > build and test binaries when I get home. No, that's no good either. Justus

Problem with natively built binaries on Hurd from Guix

2015-07-14 Thread Manolis Ragkousis
Hello guys, I asked the same question yesterday in the irc, but I thought I should repost it to the mailing list so more people can see it. When I try to run the binaries, I get "error while loading shared libraries: libmachuser.so.1: cannot open shared object file: No such file or directory" li

[PATCH hurd] yyy fix remount

2015-07-14 Thread Justus Winter
--- libdiskfs/remount.c | 8 1 file changed, 8 insertions(+) diff --git a/libdiskfs/remount.c b/libdiskfs/remount.c index 1ed622f..dffb996 100644 --- a/libdiskfs/remount.c +++ b/libdiskfs/remount.c @@ -37,10 +37,18 @@ diskfs_remount () if (err) return err; + /* XXX */ + exter

Fixing re-mounting of ext2fs

2015-07-14 Thread Justus Winter
Hello James, would you be so kind to test this patch? It inhibits RPCs to the file pager during remounting, but allows those to the disk pager. I'll build and test binaries when I get home. Thanks, Justus

Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault

2015-07-14 Thread Justus Winter
Quoting Richard Braun (2015-07-13 10:16:14) > On Sun, Jul 12, 2015 at 12:56:31PM +0100, James Clarke wrote: > > That doesn’t seem to boot at all. I had tried changing it to inhibiting all > > RPCs (it looks like you’ve inhibited an extra class?), but it seems that > > paging is needed? Perhaps pa