Re: Problems with large swap partitions

2009-06-29 Thread Thomas Schwinge
Hello! On Thu, May 28, 2009 at 07:02:11PM +0200, Marc Dequènes (Duck) wrote: > First, i don't know if Hurd can handle several swap partitions, so i > deactivated the initial one, just to be sure my result is not biased. This needs investigation. But I may have used that in the past, I think.

Re: Moving to git

2009-06-29 Thread Thomas Schwinge
Hello! On Mon, Jun 29, 2009 at 10:56:01PM +0300, Sergiu Ivanov wrote: > On Mon, Jun 29, 2009 at 01:05:30AM +0200, olafbuddenha...@gmx.net wrote: > > On Thu, Jun 25, 2009 at 10:17:03PM +0300, Sergiu Ivanov wrote: > > > I'm sorry for being dumb, but I'd like to avoid misunderstandings: is > > > it t

Re: Setting up eth-multiplexer in QEMU

2009-06-29 Thread Thomas Schwinge
Hello! On Mon, Jun 29, 2009 at 10:21:22PM +0300, Sergiu Ivanov wrote: > On Mon, Jun 29, 2009 at 08:55:51AM +0800, Zheng Da wrote: > > On Sun, Jun 28, 2009 at 9:56 PM, Sergiu > > Ivanov wrote: > > > This makes me suspect that eth-multiplexer is not the troublesome > > > component we are looking for

Re: Moving to git

2009-06-29 Thread Sergiu Ivanov
Hello, On Mon, Jun 29, 2009 at 01:05:30AM +0200, olafbuddenha...@gmx.net wrote: > On Thu, Jun 25, 2009 at 10:17:03PM +0300, Sergiu Ivanov wrote: > > I'm sorry for being dumb, but I'd like to avoid misunderstandings: is > > it true that it is being suggested that my nsmux github repository be > > m

Re: Setting up eth-multiplexer in QEMU

2009-06-29 Thread Sergiu Ivanov
Hello, On Mon, Jun 29, 2009 at 08:55:51AM +0800, Zheng Da wrote: > On Sun, Jun 28, 2009 at 9:56 PM, Sergiu > Ivanov wrote: > > This makes me suspect that eth-multiplexer is not the troublesome > > component we are looking for. Do you share this opinion or do you > > still insist on my trying to de

Re: [PATCH 0/3] Implement unionmount on top of unionfs

2009-06-29 Thread Sergiu Ivanov
Hello, On Mon, Jun 29, 2009 at 01:35:39AM +0200, olafbuddenha...@gmx.net wrote: > On Thu, Jun 11, 2009 at 08:59:18PM +0300, Sergiu Ivanov wrote: > > This implementation of unionmount implements lazy translator startup, > > because it is impossible to start the mountee during the > > initialization

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

2009-06-29 Thread Sergiu Ivanov
Hello, On Mon, Jun 29, 2009 at 01:44:41AM +0200, olafbuddenha...@gmx.net wrote: > On Wed, Jun 17, 2009 at 01:43:42AM +0200, Thomas Schwinge wrote: > > On Mon, Jun 15, 2009 at 10:39:22PM +0300, Sergiu Ivanov wrote: > > > > --- a/options.c > > > +++ b/options.c > > > @@ -124,6 +131,13 @@ argp_parse

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

2009-06-29 Thread Sergiu Ivanov
Hello, On Mon, Jun 29, 2009 at 01:53:24AM +0200, olafbuddenha...@gmx.net 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: > > > > >

Re: Where to run the Hurd

2009-06-29 Thread Sergiu Ivanov
Hello, On Sun, Jun 28, 2009 at 10:40:14PM +0200, Samuel Thibault wrote: > Sergiu Ivanov, le Sun 28 Jun 2009 23:17:11 +0300, a écrit : > > linux_init->device_setup (from linux/dev/drivers/block/genhd.c)-> > > blk_dev_init->ide_init->probe_for_hwifs->ide_probe_promise_20246. I'm sorry: yesterday in

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

2009-06-29 Thread olafBuddenhagen
Hi, 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: > > > diff --git a/unionmount.c b/unionmount.c > > > new file mode 100644 > > > index 00

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

2009-06-29 Thread olafBuddenhagen
Hi, On Wed, Jun 17, 2009 at 01:43:42AM +0200, Thomas Schwinge wrote: > On Mon, Jun 15, 2009 at 10:39:22PM +0300, Sergiu Ivanov wrote: > > --- a/options.c > > +++ b/options.c > > @@ -124,6 +131,13 @@ argp_parse_common_options (int key, char *arg, struct > > argp_state *state) > >ulfs_matc

Re: [PATCH] Make it possible to use ``-'' for reading from stdin.

2009-06-29 Thread olafBuddenhagen
Hi, On Tue, Jun 23, 2009 at 10:39:50AM +0200, Thomas Schwinge wrote: > [...] or test and confirm that the attached patch doesn't break > anything, which I think that it can't, but who knows... Guess what? It does break things... The gnmach build for example does this: mig -n -cc cat - /dev/

Re: [PATCH 0/3] Implement unionmount on top of unionfs

2009-06-29 Thread olafBuddenhagen
Hi, On Thu, Jun 11, 2009 at 08:59:18PM +0300, Sergiu Ivanov wrote: > This implementation of unionmount implements lazy translator startup, > because it is impossible to start the mountee during the > initialization of unionfs. The reason is that most translators (at > least) try to stat their und

Re: Moving to git

2009-06-29 Thread olafBuddenhagen
Hi, On Thu, Jun 25, 2009 at 10:17:03PM +0300, Sergiu Ivanov wrote: > I'm sorry for being dumb, but I'd like to avoid misunderstandings: is > it true that it is being suggested that my nsmux github repository be > moved to Savannah? Or, even more, am I supposed to create a branch in > the Hurd git

Re: Code trust by reverse authentication

2009-06-29 Thread Carl Fredrik Hammar
Hi, On Mon, Jun 29, 2009 at 12:05:26AM +0200, olafbuddenha...@gmx.net wrote: > On Thu, Jun 11, 2009 at 07:07:35PM +0200, Carl Fredrik Hammar wrote: > > > To load a mobile object we first need to load its code base that has > > been specified by the sender of the object. The ideal way to do this

Re: cmp: the port comparison server

2009-06-29 Thread Carl Fredrik Hammar
Hi, On Sun, Jun 28, 2009 at 11:21:09PM +0200, olafbuddenha...@gmx.net wrote: > > On Mon, Jun 15, 2009 at 01:24:05AM +0200, olafbuddenha...@gmx.net > > wrote: > > > On Wed, Jun 10, 2009 at 01:49:02PM +0200, Carl Fredrik Hammar wrote: > > > > Actually, I'm not sure where the comparision server fits