Samuel Thibault, le Sun 09 Nov 2014 15:37:49 +0100, a écrit : > I had to revert-patch this commit in the latest debian hurd package > upload, otherwise I'm getting this at boot: > > /hurd/mach-defpager: panic: (default > pager):initmemory_object_data_request(0x0, 0x0, 0x0, 0x1000, 0x1) failed, > 10000003 > memory_object_data_request(0x0, 0x0, 0x0, 0x1000, 0x1) failed, 10000003 > /etc/resolvconf/update.d/libc: line 134: 541 Resource lost cat > "$HEADFILE" >> "$TMPFILE" > > and I don't have swap space any more. This is also using the Debian > gnumach package which I uploaded yesterday. I haven't investigated for > now.
Gabriele suggested on IRC that it may be due to unreviewed/unacked patches. I don't think anything pending is missing, but something not pending is indeed missing: the mig support for protected payload, which is commited upstream, but not yet uploaded in Debian. I'll give it a try, that can only be an issue indeed :) Samuel