__libc_enable_secure sgid to different own group

2015-06-27 Thread Pino Toscano
Hi, While debugging p11-kit, I found out a different behaviour of __libc_enable_secure between Linux and Hurd. In particular: $ cat EOF frob-gid.c #include stdio.h int main(void) { extern int __libc_enable_secure; printf(__libc_enable_secure = %d\n, __libc_enable_secure); return 0; } EOF

VirtualBox Hangs Pre-Init Due To Ext2FS Fault

2015-06-27 Thread James Clarke
Hi, I have been suffering a lot from my Hurd system (running in VirtualBox) hanging at startup, just after Hurd server bootstrap... but before INIT: version 2.88 booting. I have been able to trace it back to getblk.c:248 (unsigned long addr_per_block = EXT2_ADDR_PER_BLOCK (sblock);) in

Re: VirtualBox Hangs Pre-Init Due To Ext2FS Fault

2015-06-27 Thread Richard Braun
On Sat, Jun 27, 2015 at 03:39:58PM +0100, James Clarke wrote: I have been suffering a lot from my Hurd system (running in VirtualBox) hanging at startup, just after Hurd server bootstrap... but before INIT: version 2.88 booting. I have been able to trace it back to getblk.c:248 (unsigned