Re: grub reinstall / grub keeps rebooting

2014-12-07 Thread Samuel Thibault
Hello,

Did you try to put a linux partition on this box too?  The idea would be
to check whether its grub has the same kind of issue.

Samuel



Re: pthread_create: Resource temporarily unavailable

2014-12-07 Thread Samuel Thibault
Samuel Thibault, le Sat 06 Dec 2014 02:48:31 +0100, a écrit :
> I tried to put ipc_task_disable() after task_hold() and task_dowait(),
> like is done in xnu, but I'm still getting the issue.

Actually task_hold wasn't doing anything :o)
This is now fixed.
Thanks Gabriele for providing a reproducer :)

Samuel



Re: grub reinstall / grub keeps rebooting

2014-12-07 Thread Riccardo Mottola

Hi,

Samuel Thibault wrote:

Did you try to put a linux partition on this box too?  The idea would be
to check whether its grub has the same kind of issue.
no, not yet. Btw, they are two boxes now! The HDD is not big enough. But 
I could try on another HDD temporarily, perhaps the best bet would be 
Debian. An old HD should be enough.


Apparently my last update broke both systems.


I need also to try the rescue floppy/CD Justus suggested. Would be 
useful to see if the rest of the system is intact and reinstall grup 
from it.


I was actually asking if there were some suspicious settings or so which 
could cause that.


Sadly I'll access to my box again in about a week. Darn.

Riccardo



[PATCH hurd] include: don't install nonexistent refcount.h

2014-12-07 Thread David Michael
* include/Makefile (installhdrs): Remove refcount.h.
---

Hi,

Can this be fixed please?

Thanks.

David

 include/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/Makefile b/include/Makefile
index 4de165d..b8773fe 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -22,7 +22,7 @@
 dir := include
 makemode := misc
 
-installhdrs := sys/procfs.h refcount.h
+installhdrs := sys/procfs.h
 
 include ../Makeconf
 
-- 
1.9.3