Problems with large swap partitions

2009-05-28 Thread Marc Dequènes (Duck)
Coin, I was willing to try building openjdk, which is a nightmare for memory consumption (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519012). So i added a new 20GB disk with a hd2s1 partition of the maximum size for swap. First, i don't know if Hurd can handle several swap

Re: [PATCH 1/5] unionfs now builds successfully

2009-05-28 Thread Sergiu Ivanov
From 6f3e628fa4e90ed1316b2919b2d1a7ea08986b4c Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov unlimitedscol...@gmail.com Date: Thu, 28 May 2009 19:19:23 +0300 Subject: [PATCH] Update Makefile to make unionfs build. * Makefile: Update copyright years. Set $prefix to /usr. --- Makefile |6 +-

Re: [PATCH 2/5] Updated the Makefile (unionfs - unionmount)

2009-05-28 Thread Sergiu Ivanov
From 021667aed570dfb58fe6457685ac8da38e7077a0 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov unlimitedscol...@gmail.com Date: Thu, 28 May 2009 19:27:59 +0300 Subject: [PATCH] Tailor Makefile to produce unionmount executable. * Makefile: Changed unionfs in target names to unionmount. Updated the

Re: [PATCH 3/5] Made unionmount always include the underlying node

2009-05-28 Thread Sergiu Ivanov
From e34df048e3ece0703cbf2fcc4fb2368692b2b1f2 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov unlimitedscol...@gmail.com Date: Thu, 28 May 2009 21:33:47 +0300 Subject: [PATCH] Make unionmount always include the underlying node. * main.c (main): Add the code for always registering the underlying node

Re: [PATCH 3/5] Made unionmount always include the underlying node

2009-05-28 Thread Sergiu Ivanov
Hello, On Wed, May 27, 2009 at 11:04 PM, Thomas Schwinge tschwi...@gnu.org wrote: On Tue, May 26, 2009 at 11:31:52PM +0300, Sergiu Ivanov wrote: diff --git a/netfs.c b/netfs.c index 89d1bf6..7c375d2 100644 --- a/netfs.c +++ b/netfs.c @@ -71,9 +71,9 @@ netfs_append_args (char **argz, size_t

Re: [PATCH 4/5] Removed the ``add'' and ``remove'' options

2009-05-28 Thread Sergiu Ivanov
From 3161d9cba3d7898d691524d4fd4da710f18d453f Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov unlimitedscol...@gmail.com Date: Thu, 28 May 2009 21:53:21 +0300 Subject: [PATCH] Remove the ``--add'' and ``--remove'' options. * options.c (argp_common_options): Remove the REMOVE and ADD options.

Re: [PATCH 5/5] Changed argp parsing policy

2009-05-28 Thread Sergiu Ivanov
From 499bfb2490c2d7e2bc3e948fca5213c5e993e14d Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov unlimitedscol...@gmail.com Date: Thu, 28 May 2009 23:55:50 +0300 Subject: [PATCH] Change argp parsing policy. * Makefile (OBJS): Add unionmount.o to the list. * options.c: (argp_parse_common_options): Make

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

2009-05-28 Thread Sergiu Ivanov
From 23763c18399985e62686282ec848c42c3a540066 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov unlimitedscol...@gmail.com Date: Fri, 29 May 2009 00:29:25 +0300 Subject: [PATCH] Update the bug-reporting address. * options.c (argp_program_bug_address): Change the value to bug-hurd@gnu.org. ---