[PATCH hurd] trans/fakeroot.c: fix compiler warnings

2014-12-11 Thread Svante Signell
Hello, The attached patch fixes the compiler warnings when compiling trans/fakeroot.c. ../../trans/fakeroot.c: In function 'netfs_S_file_exec': ../../trans/fakeroot.c:806:3: warning: implicit declaration of function 'netfs_S_file_exec_file_name' [-Wimplicit-function-declaration] return netfs_

Re: FOSDEM talk?

2014-12-11 Thread Manolis Ragkousis
Nice idea. I will be able to join you this year. Looking forward. Manolis

Re: Neat trick to rescue Hurd systems

2014-12-11 Thread Svante Signell
On Wed, 2014-12-10 at 15:02 +0100, Justus Winter wrote: > Hello, > > I came up with a neat trick to rescue hanging Hurd systems. Or > rather, the filesystems. When we kill an essential task from the > kernel debugger, /hurd/startup will reboot the system: > > > Stopped at machine_idle+0xe:

Re: Neat trick to rescue Hurd systems

2014-12-11 Thread Svante Signell
On Thu, 2014-12-11 at 22:25 +0100, Svante Signell wrote: > On Wed, 2014-12-10 at 15:02 +0100, Justus Winter wrote: > > Hello, > > > > I came up with a neat trick to rescue hanging Hurd systems. Or > > rather, the filesystems. When we kill an essential task from the > > kernel debugger, /hurd/sta

Re: [PATCH hurd 27/30] hurd: add intranpayload functions to all hurd types

2014-12-11 Thread Samuel Thibault
Justus Winter, le Thu 27 Nov 2014 14:19:07 +0100, a écrit : > +#ifdef HURD_DEFAULT_PAYLOAD_TO_PORT > +#if HURD_DEFAULT_PAYLOAD_TO_PORT > +/* Any non-numeric value will fail this test. If 1 (or any number) is > + given, do not inject the default translator function. */ > +#undef HURD_DEFAULT_PAY

Re: [PATCH hurd] trans/fakeroot.c: fix compiler warnings

2014-12-11 Thread Samuel Thibault
Svante Signell, le Thu 11 Dec 2014 12:03:25 +0100, a écrit : > The attached patch fixes the compiler warnings when compiling > trans/fakeroot.c. Applied, thanks! Samuel

Re: [PATCH glibc] Hurd: Fix definition of `PAGE_COPY_THRESHOLD'

2014-12-11 Thread Samuel Thibault
Justus Winter, le Wed 10 Dec 2014 12:59:43 +0100, a écrit : > I believe pflocal is just fine. Looks like runsystem.sysv or sysvinit > crashes (I wish /hurd/crash would tell us about crashes): You can set gnumach's debug_all_traps_with_kdb variable to 1 to catch crashes. Samuel