Re: [leaf-devel] Config system

2003-02-07 Thread Erich Titl
Hi Guys At 10:01 06.02.2003 -0600, you wrote: On Wednesday 05 February 2003 03:36 pm, Charles Steinkuehler wrote: Duly noted. Where does the responsibility of the 'check' and 'restart' lie? This would seem to be the respnsibility of the back-end (save-script), on first glance. Would a

AW: [leaf-devel] GRUB and LRP problem

2003-02-07 Thread Alex Rhomberg
One thing to note is that when I try the install GRUB from floppy, it fails to find (the optional?) fat_stage1_5 even though it's located in /boot/grub/ on the FAT partition, because the file name is cut-off after the eigth character (is there a way around this BTW?). Has anybody used

Re: [leaf-devel] module tarball for Bering-uClibc 1.1

2003-02-07 Thread Brad Fritz
Thank you Eric... On Fri, 07 Feb 2003 08:59:42 GMT Eric Spakman wrote: Does anyone have a module tarball available that is compatible with the stock Bering-uClibc 1.1 kernel? Brad, I'm at work and using webmail, so I can't cc to the list. I am copying them back in to archive the URL.

[leaf-devel] Firewall builder

2003-02-07 Thread Jaime Nebrera Herrera
Hi all, Following the Template system - Config system etc, has anybody seen this project (http://www.fwbuilder.org/index.html) for the GUI and config? Regards. -- Jaime Nebrera - [EMAIL PROTECTED] --- This SF.NET email is sponsored

Re: [leaf-devel] Config system

2003-02-07 Thread Lynn Avants
On Thursday 06 February 2003 10:42 am, Charles Steinkuehler wrote: Lynn Avants wrote: Let's say something like this: /db-tree/interfaces/eth1/ip_address (contains 192.168.1.254) /etc/db.cfg contains: PREFIX=/db-tree LAN_IP='cat /$PREFIX/interfaces/eth1/ip_address' Then the

Re: [leaf-devel] Config system

2003-02-07 Thread Chad Carr
On Fri, 2003-02-07 at 00:30, Erich Titl wrote: Hi Guys At 10:01 06.02.2003 -0600, you wrote: On Wednesday 05 February 2003 03:36 pm, Charles Steinkuehler wrote: Duly noted. Where does the responsibility of the 'check' and 'restart' lie? This would seem to be the respnsibility of the

Re: [leaf-devel] Config system

2003-02-07 Thread Chad Carr
On Thu, 2003-02-06 at 22:01, Lynn Avants wrote: Eric and I are NOT proposing flattening the tree structure, but alloing for a inbetween layer that is actually interpretable by a human. Many humans have a need to fiddle w/o a API and want to find/fix possible bugs in a running configuration.

Re: AW: [leaf-devel] Firewall builder

2003-02-07 Thread Mike Noyes
On Fri, 2003-02-07 at 05:18, Alex Rhomberg wrote: Following the Template system - Config system etc, has anybody seen this project (http://www.fwbuilder.org/index.html) for the GUI and config? I have submitted an fwbuilder package (.lrp plus install script) For out firewalls, we ca

Re: [leaf-devel] Config system

2003-02-07 Thread Lynn Avants
On Friday 07 February 2003 07:23 am, Chad Carr wrote: On Fri, 2003-02-07 at 00:30, Erich Titl wrote: For a single key=value file there is one already in Bering and I believe in Dachstein too, lrp.conf , why not use it? It only contains parameters we need to use anyway. If a hierarchical

AW: AW: [leaf-devel] Firewall builder

2003-02-07 Thread Alex Rhomberg
Thanks for creating this package. What LEAF releases/branches did you test it with? Good Question. I tested und used it only with Bering. In any case, a 2.4 kernel is required, as fwbuilder doesn't support ipchains Did you also submit this package to the fwbuilder project?

[leaf-devel] [ leaf-Patches-682300 ] LEAF construction kit

2003-02-07 Thread SourceForge.net
Patches item #682300, was opened at 2003-02-07 14:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=313751aid=682300group_id=13751 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alex Rhomberg (alexrh) Assigned to:

[leaf-devel] [ leaf-Patches-682313 ] LEAF construction kit

2003-02-07 Thread SourceForge.net
Patches item #682313, was opened at 2003-02-07 14:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=313751aid=682313group_id=13751 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alex Rhomberg (alexrh) Assigned to:

[leaf-devel] LEAF helper scripts: Please comment

2003-02-07 Thread alex . lists
I have written some scripts for creating pre-configured Bering packages and firewalls. I hope they are of use to other people as well. I would like to hear suggestions and bug reports, especially for LEAF Distributions other than Bering. I wrote and tested the scripts only with Bering. Find the

[leaf-devel] SF CVS Site Docs

2003-02-07 Thread Mike Noyes
Everyone, The SF staff updated the CVS documentation. Please review it. Thanks. F1. Basic Introduction to CVS and SourceForge.net Project CVS Services https://sourceforge.net/docman/display_doc.php?docid=14033group_id=1 F2. Introduction to SourceForge.net Project CVS Services for Developers

Re: [leaf-devel] SF CVS Site Docs

2003-02-07 Thread Mike Noyes
Everyone, I forgot to mention this. Please use the doc feedback links if you encounter a problem with the text. Thanks. On Fri, 2003-02-07 at 11:37, Mike Noyes wrote: F1. Basic Introduction to CVS and SourceForge.net Project CVS Services

Re: [leaf-devel] The ideas presented so far...

2003-02-07 Thread Mike Noyes
On Sun, 2003-02-02 at 18:11, Matt Schalit wrote: CONFIG-DB PROPOSALS 1. flat-db 2. api-flat-db 3. api-xml-db 4. api-binary-db 5. template-api-xml-db Everyone, The proposals by Chad and Eric are now in CVS.

Re: [leaf-devel] Config system

2003-02-07 Thread Matt Schalit
Lynn Avants wrote: On Friday 07 February 2003 07:23 am, Chad Carr wrote: The api makes the hierarchy feel like name=value pairs. The output from the api _is_ name value pairs; the input is sequential arguments that mimic name=value pairs. See the following transcript from my CVS code:

Re: [leaf-devel] Config system

2003-02-07 Thread Chad Carr
On Fri, 2003-02-07 at 08:06, Lynn Avants wrote: On Friday 07 February 2003 07:23 am, Chad Carr wrote: On Fri, 2003-02-07 at 00:30, Erich Titl wrote: For a single key=value file there is one already in Bering and I believe in Dachstein too, lrp.conf , why not use it? It only contains

Re: [leaf-devel] Config system

2003-02-07 Thread Chad Carr
On Fri, 2003-02-07 at 14:15, Matt Schalit wrote: Lynn Avants wrote: On Friday 07 February 2003 07:23 am, Chad Carr wrote: The api makes the hierarchy feel like name=value pairs. The output from the api _is_ name value pairs; the input is sequential arguments that mimic name=value pairs.

[leaf-devel] Will be out of town till Feb 14, 2003

2003-02-07 Thread Jacques Nilo
--- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ leaf-devel mailing list [EMAIL PROTECTED]