Re: [Leaf-devel] gunzip

2002-01-03 Thread Pim van Riezen
On Wed, 2 Jan 2002, David Douthitt wrote: 1. What does the error code of 153 from gunzip mean? It's not a GNU compatable code... 2. What does the error code of 153 from mkfs.minix mean? I am making a wild guess here, but could it be that either program does not set an explicit exit-value

[Leaf-devel] Console (newt based) Interface

2002-01-03 Thread arne @ loopback . org
Hi, i spent my last two weeks in playing around with my gcc again, and made a first test version of a text/menu based version of a config frontend for lrp (it currently works for my version for kernel 2.4, based on lrp 2.9.8 and soon uClibc). For now it just configures the stuff in the

Re: [Leaf-devel] Console (newt based) Interface

2002-01-03 Thread Charles Steinkuehler
i spent my last two weeks in playing around with my gcc again, and made a first test version of a text/menu based version of a config frontend for lrp (it currently works for my version for kernel 2.4, based on lrp 2.9.8 and soon uClibc). For now it just configures the stuff in the

[Leaf-devel] Article in Linux Journal

2002-01-03 Thread Mike Noyes
Everyone, Congratulations to everyone! Our site and the mirror of c0wz (Rick's site) are mentioned in issue 93 (Jan 2002) of Linux Journal article Setting up a VPN Gateway (p. 60) by Duncan Napier. -- Mike Noyes [EMAIL PROTECTED] http://leaf.sourceforge.net/

Re: [Leaf-devel] Console (newt based) Interface

2002-01-03 Thread Mike Noyes
At 2002-01-03 17:42 +0100, arne @ loopback . org wrote: i spent my last two weeks in playing around with my gcc again, and made a first test version of a text/menu based version of a config frontend for lrp (it currently works for my version for kernel 2.4, based on lrp 2.9.8 and soon uClibc).

[Leaf-devel] CVS Structure Update

2002-01-03 Thread Mike Noyes
Everyone, The last thing I did before disappearing for the last couple of months, was to restructure our CVS repository. All developers now have a personal tree in devel/yourname. There is a bin directory for released files. The oxygen and dachstein trees are controlled by David and Charles

Re: [Leaf-devel] Console (newt based) Interface

2002-01-03 Thread Ewald Wasscher
arne @ loopback . org wrote: Hi, i spent my last two weeks in playing around with my gcc again, and made a first test version of a text/menu based version of a config frontend for lrp (it currently works for my version for kernel 2.4, based on lrp 2.9.8 and soon uClibc). I've been playing with

Re: [Leaf-devel] Console (newt based) Interface

2002-01-03 Thread Charles Steinkuehler
I do like the idea. But I wonder if it will be worth the extra space this takes when we switch to a decent libc finally (if ever). But of course you are using uClibc. BTW, while we are at it, Charles, how do you feel about a uClibc based version of Dachstein? I've been playing with this

Re: [Leaf-devel] Console (newt based) Interface

2002-01-03 Thread Ewald Wasscher
Charles Steinkuehler wrote: I do like the idea. But I wonder if it will be worth the extra space this takes when we switch to a decent libc finally (if ever). But of course you are using uClibc. BTW, while we are at it, Charles, how do you feel about a uClibc based version of Dachstein?

RE: [Leaf-devel] Console (newt based) Interface

2002-01-03 Thread Richard Doyle
arne @ loopback . org wrote: Hi, i spent my last two weeks in playing around with my gcc again, and made a first test version of a text/menu based version of a config frontend for lrp (it currently works for my version for kernel 2.4, based on lrp 2.9.8 and soon uClibc). I've been

[Leaf-devel] [ leaf-Patches-499143 ] Dachestein on Hard Drive

2002-01-03 Thread noreply
Patches item #499143, was opened at 2002-01-03 13:56 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=313751aid=499143group_id=13751 Category: documentation Group: None Status: Open Resolution: None Priority: 5 Submitted By: Steven Peck (sepeck) Assigned to:

Re: [Leaf-devel] Console (newt based) Interface

2002-01-03 Thread Ewald Wasscher
Richard Doyle wrote: snip Eric Anderson is still maintaining it. I also don't know how to evaluate the security of uClibc, as opposed to glibc. I've seen others asking about this too, and I've been wondering about this myself. I wouldn't know how it compares to a recent glibc, but compared

Re: [Leaf-devel] Article in Linux Journal

2002-01-03 Thread Mike Noyes
At 2002-01-03 08:47 -0800, Mike Noyes wrote: Everyone, Congratulations to everyone! Our site and the mirror of c0wz (Rick's site) are mentioned in issue 93 (Jan 2002) of Linux Journal article Setting up a VPN Gateway (p. 60) by Duncan Napier. Everyone, Those of you that don't get LJ can read

[Leaf-devel] Using uClibc

2002-01-03 Thread David Douthitt
Oxygen v1.8 and v1.9 use a busybox and snarf which has been compiled with uClibc. Oxygen relies on busybox quite heavily; making it statically compiled raised the size of it to over 200k if I remember right. Busybox for Oxygen has over 75 applications in it. I compiled busybox with uClibc and

Re: [Leaf-devel] Console (newt based) Interface

2002-01-03 Thread David Douthitt
On 1/3/02 at 5:42 PM, arne @ loopback . org [EMAIL PROTECTED] wrote: ... but it should be clear that this will only work with configuration files NOT containing anything else than configuration keys-value pairs and comments (and no shell script functions like dachstein had in previous