Hi again,
On Tue, Apr 11, 2006 at 06:45:04AM -0400, Thomas Schwinge wrote:
> [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ while fakeroot-tcp sh -c
> `pwd`/ping > /dev/null; do date; done
[...]
> I stopped this experiment after a few minutes, because of ...
>
> #v+
> [EMAIL PROTECTED]:~$ ps -A
Hi,
On Mon, Apr 10, 2006 at 06:57:21PM -0400, Thomas Schwinge wrote:
> Uh, and what's up with the example in the middle?
>
> #v+
> [...]
> [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ cat echo_args
> #!/bin/sh
>
> echo $# "$@"
> [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ sh -c `pwd`/echo_
And a last "Hi again"
On Tue, Apr 11, 2006 at 06:45:04AM -0400, Thomas Schwinge wrote:
> Now we have to figure out if the new fakeroot actually only obfuscates
> the issues you uncovered, which might very well be, because of the
> radically decreased (factor 300) `fdslen'.
I'm not sure what you
Hi again,
On Mon, Apr 10, 2006 at 06:57:21PM -0400, Thomas Schwinge wrote:
> On Mon, Apr 10, 2006 at 01:32:17AM +0200, [EMAIL PROTECTED]
> wrote:
> > so many [port rights for the fdarray[] argument] that they are
> > automatically transferred out-of-line, which is one of the
> > conditions causin
Hello,
Here is a patch that extends the previous one (it replaces
18_net_filter_fix.patch). The main improvement is the creation of
a new port list for egress packets. As said in my previous message, we
had problems doing this before, but they are now solved.
I had to modify kern/queue.h, and thi
Hello,
Well, again, with the patch this time ;-).
Here is a patch that extends the previous one (it replaces
18_net_filter_fix.patch). The main improvement is the creation of
a new port list for egress packets. As said in my previous message, we
had problems doing this before, but they are now so