Re: [PATCH 1/3] Add the ``--mount'' command line option

2009-06-16 Thread Thomas Schwinge
Hello! On Fri, Jun 12, 2009 at 04:40:12PM +0300, Sergiu Ivanov wrote: > On Fri, Jun 12, 2009 at 08:53:50AM +0200, Carl Fredrik Hammar wrote: > > On Thu, Jun 11, 2009 at 09:10:24PM +0300, Sergiu Ivanov wrote: > > > >From d0f0f5c41d9046aec765a7264914c19642adead9 Mon Sep 17 00:00:00 2001 > > > From:

[PATCH] Don't abuse $(prefix) for finding build-time files.

2009-06-16 Thread Thomas Schwinge
* Makefile: Simply have GCC #include the needed file -- the current unionfs build system doesn't do any dependency tracking for header files anyway. --- Hello! On Sun, Jun 07, 2009 at 02:00:49PM +0200, Samuel Thibault wrote: > Samuel Thibault, le Sun 07 Jun 2009 13:53:37 +0200, a écrit : > > Serg

Re: System stability (was: A GNU/Hurd Roadmap dream)

2009-06-16 Thread Arne Babenhauserheide
Hi, Am Montag, 15. Juni 2009 00:38:16 schrieb olafbuddenha...@gmx.net: > > It's a honest, practical information about the current state of the > > Hurd. > > I haven't been thinking about that when I wrote this statement... But > you are probably right :-) I think that makes it even better :-)

Re: [PATCH 1/1] Update the bug-reporting address.

2009-06-16 Thread Thomas Schwinge
Hello! Catching up with some emails... On Thu, Jun 11, 2009 at 01:20:06PM +0200, Carl Fredrik Hammar wrote: > On Thu, Jun 11, 2009 at 01:38:58PM +0300, Sergiu Ivanov wrote: > > On Thu, Jun 04, 2009 at 04:02:31PM +0200, Carl Fredrik Hammar wrote: > > > On Fri, May 29, 2009 at 12:34:23AM +0300, Ser

Re: A GNU/Hurd Roadmap dream

2009-06-16 Thread Arne Babenhauserheide
Am Montag, 15. Juni 2009 00:14:38 schrieb olafbuddenha...@gmx.net: > Reading/writing email and other texts, preparing and giving > presentations, text-mode web browsing, viewing pictures, IRC, reading > PDF documents, programming, and various other random stuff... OK, it's in. Many thanks! - A

Re: cmp: the port comparison server

2009-06-16 Thread olafBuddenhagen
Hi, On Wed, Jun 10, 2009 at 01:49:02PM +0200, Carl Fredrik Hammar wrote: > I've been making some progress code-wise with libmob. In particular I > have written a working server for secure comparison of ports. Actually, I'm not sure where the comparision server fits in, in view of certain conclu

Re: [bug #26788] GNUMach crashes after rpctrace exits unexpectedly

2009-06-16 Thread olafBuddenhagen
Hi, On Fri, Jun 12, 2009 at 11:13:59AM +, Zheng Da wrote: > The trace after Mach crash is as follows: > (null):/boot# addr2line -e gnumach-dbg 0x1036c4 0x127881 0x103b62 0x1033a4 > 0x11b0d1 0x11a506 0x11a4a0 0x122f6f 0x120920 0x1207ea 0x11a33d 0x11a366 > /build/buildd/gnumach-1.3.99.dfsg.cvs2

Re: A GNU/Hurd Roadmap dream

2009-06-16 Thread olafBuddenhagen
Hi, On Fri, Jun 12, 2009 at 11:28:34PM +0100, ms wrote: > >> Am Dienstag, 9. Juni 2009 07:19:28 schrieb olafbuddenha...@gmx.net: > >>> I have been using the Hurd for most of my everyday work for some > >>> two years now. > It would be more useful if it states *what* kind of everyday work it > is

Re: Initial target(s) for libmob

2009-06-16 Thread olafBuddenhagen
Hi, On Fri, Jun 05, 2009 at 12:01:54PM +0200, Carl Fredrik Hammar wrote: > On Sat, May 30, 2009 at 06:50:01AM +0200, olafbuddenha...@gmx.net > wrote: > > > > ioctl()s are always specific to a particular device class, and > > > > thus the server(s) implementing (or proxying) it. It makes > > > > p

System stability (was: A GNU/Hurd Roadmap dream)

2009-06-16 Thread olafBuddenhagen
Hi, On Wed, Jun 10, 2009 at 07:50:39PM +0200, Arne Babenhauserheide wrote: > Am Dienstag, 9. Juni 2009 07:19:28 schrieb olafbuddenha...@gmx.net: > > I have been using the Hurd for most of my everyday work for some two > > years now. > > Wow, that's a statement we should have in the wiki! > >

Re: [PATCH] fully enable rpctrace to trace multitask programs.

2009-06-16 Thread olafBuddenhagen
Hi, On Mon, Jun 08, 2009 at 09:27:29PM +0800, Da Zheng wrote: > olafbuddenha...@gmx.net wrote: >> On Sun, May 31, 2009 at 11:32:25AM +0800, Zheng Da wrote: >>> 1. tracing the source and destination of the RPC requests/replies. >>> It is required when we move the port rights and it also allows >>>

Re: GNU Mach -> Git

2009-06-16 Thread olafBuddenhagen
Hi, On Tue, Jun 09, 2009 at 12:40:04AM +0700, Ivan Shmakov wrote: > BTW, did the transition to Git already happen for GNU Mach > development tree, or is it still in CVS? The Git repo is still not ready, but commits to the CVS repo are on hold, so prestently you can still get the most

Re: GNU Mach: in user-mode?

2009-06-16 Thread olafBuddenhagen
Hi, On Fri, Jun 05, 2009 at 09:01:26PM +0700, Ivan Shmakov wrote: > I wonder, is there a chance of getting GNU Mach to run as an > user-mode application under a different (e. g., GNU/Linux, or > Mach-based GNU/Hurd itself) system? We have discussed the possibility of running th

Re: The problems for the rootless subhurd

2009-06-16 Thread olafBuddenhagen
Hi, On Tue, Jun 09, 2009 at 02:25:53PM +0800, Da Zheng wrote: > As I mentioned before, the subhurd sometimes hangs. I think I have > found one of the places where subhurd hangs. [...] > One place where subhurd hangs is when the exec server calls vm_map at > some point. The proxy fails to forward

Re: [PATCH 1/3] Add the ``--mount'' command line option

2009-06-16 Thread Sergiu Ivanov
Hello, On Tue, Jun 16, 2009 at 08:46:31AM +0200, Carl Fredrik Hammar wrote: > On Mon, Jun 15, 2009 at 09:01:55PM +0300, Sergiu Ivanov wrote: > > On Sat, Jun 13, 2009 at 03:53:27PM +0200, Carl Fredrik Hammar wrote: > > > On Thu, Jun 11, 2009 at 09:10:24PM +0300, Sergiu Ivanov wrote: > > > > @@ -0,0