[leaf-user] Bering-uClibc 2.2 pcmcia support

2004-08-18 Thread K.-P. Kirchdrfer
Hi;

you may have seen in the announce of Bering-uClibc a short note about pcmcia 
redesign - if you are interested in more information, you may read on what 
Eric Spakman wrote about it.

With Bering-uClibc 2.2 the pcmcia subsystem has been redesigned. The biggest 
changes are that we switched to kernel pcmcia modules and that only one 
pcmcia base package is provided instead of several ones. We also provide a 
uhotplug package (micro hotplug) to support newer 32 bit cardbus cards and 
firmware loading.

The main reason for this redesign is to easy support more pcmcia and cardbus 
cards, f.e. a broader range of new (802.1 a/b/g) wireless (cardbus) cards. 
The old structure of multiple fixed pcmcia packages wasn't flexible and 
maintainable enough for this purpose. The pcmcia modules are now put in a 
seperate pcmod.lrp package, which contains the standard pcmcia and cardbus 
subsystem drivers by default.

With this new design you can use pcmcia.lrp for 16 bit pcmcia cards and 
uhotplug.lrp for 32 bit cardbus cards in every combination. The pcmod.lrp 
package is needed for both and provide the pcmcia/cardbus subsytem. The 16 
bit pcmcia drivers can be put in the pcmod package and are automatically 
loaded on demand by the pcmcia subsystem. The modules for 32 bit cardbus 
cards must be put and listed in the modules.lrp package. The hotplug system 
automatically detects the card, loads firmware if necessary (the right 
firmware can be put in the uhotplug package), and brings the interface up or 
down. Unlike the pcmcia subsystem, the uhotplug package is not capable of 
autoloading the modules, they should be listed in /etc/modules like any pci 
like card.


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] ANN: Bering-uClibc 2.2 beta3

2004-06-04 Thread K.-P. Kirchdrfer
The Bering-uClibc team releases Bering-uClibc 2.2 beta3

This release includes a new/improved modules loading as you know it from 
Dachstein - the so-called bang commands. It has rewritten for 
Bering(-uClibc) by Charles Steinkuehler.

On the base image dnscache and dhcpd has been replaced by dnsmasq, provding 
the same and more features by occupying less space on the floppy.
You'll find a new chapter in Bering-uClibc User's Guide about using dnsmasq.

Additionally shorewall has been updated toversion 2.0.2f and a few bugfixes in 
different packages - including the fix for the mail command.

For a complete changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

You'll find the image plus ipv6 drop-in replacement in FRS:
http://sourceforge.net/project/showfiles.php?group_id=13751package_id=67534


Suggestions, reports and fixes are welcome.
kp


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] mail in Bering-uClibc 2.2. beta 2

2004-06-03 Thread K.-P. Kirchdrfer
Am Dienstag, 1. Juni 2004 05:05 schrieb M Lu:
 seems to me that mail script is broken. I always got 'broken pipe' or
 'connection error' and the commands I use used to work fine on 2.1

 Anyone has the same problem?


Hi;

you are right - I can reproduce your problem.

We try to solve for next release.

kp


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Errors with lrcfg.back.script and Bash

2004-05-22 Thread K.-P. Kirchdrfer
Please install latest bash.lrp from cvs or Bering-uClibc packages page.
I have removed the the symlink from /bin/bash to /bin/sh three month ago to 
workaround all the errors you described.

kp 

Am Samstag, 22. Mai 2004 23:43 schrieb Brad Klinghagen:
 I am encountering errors when I am attempting to back up packages after
 making configuration changes. I am currently using LEAF 2.0.1. The
 packages that are being loaded, in order, are:

 root,config,etc,local,modules,hdsupp,libm,mawk,tc,daemontl,iptables,
 shorwall,ulogd,dhcpcd,dnscache,dropbear,weblet,ntpdate,ipsec,ncurses,bash

 The errors seem to occur in the /usr/sbin/lrcfg.back.script backup
 script.

 ** When I backup modules.lrp, etc, root.lrp, dnscache.lrp,
 dhcpcd.lrp,ipsec.lrp,bash.lrp the error appears on line 122

 ** When I backup shorwall.lrp, iptables.lrp, weblet.lrp the error is on
 line 123

 ** It appears the error has something to with the ticker script because
 Terminated  ticker  (wd: ~) is at the end of every error
 message no matter what line number the error appears on. ticker is
 another script located in the /usr/sbin directory.

 ** These errors only appear when the bash.lrp environment is loaded. If
 I don't load Bash, and use just Ash instead, everything works as it was
 intended. I load every other package in the list above, except Bash, and
 then the backup scripts work fine.

 I noticed there was another error with the dnscache.lrp package when
 bash.lrp was loaded. Specifically, it had to do with the start-up
 script, /etc/init.d/dnscache. Within that script, it used a variable
 UID, and with bash that is a predefined variable so the script reported
 an error and stopped. To resolve, I changed UID to DNSUID and also
 exported DNSUID (the script had been exporting the UID variable
 previously). Once I made these changes, the dnscache.lrp package was
 working fine with bash.lrp loaded. Thought I'd share this fix just in
 case someone had run across this problem.

 Thank you for any assistance concerning the /usr/sbin/lrcfg.back.script
 and /usr/sbin/ticker script issues.

 Brad




 ---
 This SF.Net email is sponsored by: Oracle 10g
 Get certified on the hottest thing ever to hit the market... Oracle 10g.
 Take an Oracle 10g class now, and we'll give you the exam FREE.
 http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
 
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Re: [leaf-devel] ANN: Bering-uClibc 2.2 beta2

2004-05-11 Thread K.-P. Kirchdrfer
The Bering-uClibc team releases Bering-uClibc 2.2 beta2

This release moves to new linuxrc and leaf.cfg written by Charles 
Steinkuehler.
Please note we currently use the Bering way of module loading and will look at 
alternatives (like Charles Steinkuehlers last modifications) during beta 
cycle.

Other changes are modularized ip_conntrack, replaced arp with busybox arp 
applet.

Due to new linuxrc backupdisk is broken and has been removed. 
With scp and dd support it shouldn't be a problem though - will anyone miss 
this feature? 

For a complete changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

You'll find the image plus ipv6 drop-in replacement in FRS:
http://sourceforge.net/project/showfiles.php?group_id=13751package_id=67534release_id=237410

Suggestions, reports and fixes are welcome.
kp


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Re: [leaf-devel] ANN: Bering-uClibc 2.2 beta2

2004-05-11 Thread K.-P. Kirchdrfer
Am Dienstag, 11. Mai 2004 20:04 schrieb Marko Nurmenniemi:
 K.-P. Kirchdörfer wrote:
 Due to new linuxrc backupdisk is broken and has been removed.
 With scp and dd support it shouldn't be a problem though - will anyone
  miss this feature?

 I will miss it.

Noted. thx for feedback.

 Keep it simple for the common people.
 Menu option needs no learning and floppies do break from time to time...

If you build your floppy from baseimage with dd, what's the problem todo dd 
your configured floppy back to onto your /home - where it will be safer as on 
a second floppy and backup'ed? 

But if there is demand, we will try to find a solution.

kp


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] ANN: Bering-uClibc 2.1.1

2004-04-27 Thread K.-P. Kirchdrfer
The Bering-uClibc team releases Bering-uClibc 2.1.1

This is release mainly fixes a few bugs and responds to user requests (esp. 
providing raid modules in modules package). freenet6.lrp has been added to 
the ipv6 drop-in tarball, allowing everyone to access 6bone via freenet6 
tunnel broker. 

For a complete changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

You'll find the image, ipv6 drop-in replacement, and additional modules here:
http://sourceforge.net/project/showfiles.php?group_id=13751package_id=67534release_id=234267

thanks for reading and support
in behalf of the Bering-uClibc team
kp


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Bering-uClib, pppoe question

2004-04-26 Thread K.-P. Kirchdrfer
Am Montag, 26. April 2004 17:35 schrieb Ivica Samija:
 Hi list,

 I'm using Bering with ADSL connection for some time and it works great.
 THX to all people who is doing great job on LEAF project.
 Now I'm trying to set up Bering-uClib 2.1 box on ADSL connection
 P133
 64Mb RAM
 HDD
 RTL8139 lan card
 NE2000 ISA PnP lan card

 Everything is working fine (drivers for lan cards are loaded and cards are
 up), /etc/interfaces is configured, ppp.lrp and pppoe.lrp are loaded and
 configured, but pppd is not starting at boot.
 I have noticed that there are no /etc/init.d/ppp script ( there was
 /etc/init.d/ppp script in Bering 1.2) can it be a reason for pppd not
 starting.

No that's definitely not the reason.

I assume there is something wrong with your account (name, password) - pls 
doublecheck. 
And come back with output collected from syslog/messages, probably with debug 
enabled in /etc/ppp/options, if it still won't work.


kp


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] BGP

2004-04-22 Thread K.-P. Kirchdrfer
Am Donnerstag, 22. April 2004 21:45 schrieb Peter Mueller:
  I am also using bering-uclibc+quagga packeages for ospfd and bgp.
  works great

 Where is the Quagga package?  B

See
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91017page_id=51

Packages 3) and 98)

kp



---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg297

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Bering still active?

2004-04-07 Thread K.-P. Kirchdrfer
Am Mittwoch, 7. April 2004 19:20 schrieb Peter Mueller:
  Having installed, configured and put in place a Bering
  firewall, I read
  more and more about the Bering derivative called Bering uClibc.
 
  The latest release was in January 2004 (unless I'm missing
  something :-).
 
  Maybe I should have used this version instead?

 If you are using Flash through CF-IDE then you should definitely use
 uclibc. The reason is space is not an issue, so you can use the libc*
 plugins and use ALL packages.  It is also much easier to create your own
 packages; you can take your pick of compiler (uClibc, libc207, libc225)
 instead of being forced to use libc207 and have a LEAF development box
 lying around and all that jazz.

A few remarks:

I know that some users use a mixed environment (uclibc, libc225), but I have 
to point to the fact, that such a setup is not supported by Bering-uClibc 
crew. The libc* packages has been provided to make testing and migration a 
bit easier during development of Bering-uClibc, but we can't support problems 
that will arise from mixing libs. The libc*.lrp's will provided in the 
future, but will neither be supported, nor upgraded - specific packages 
compiled against uClibc are highly preferred.

Today Bering-uClibc is the only LEAF distro providing ipv6 support and Linux 
kernel 2.4.24 - if anyone needs one or both of this features, it's the LEAF 
flavour of choice.

kp


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] ANN: Bering-uClibc 2.1 released

2004-02-29 Thread K.-P. Kirchdrfer
The Bering-uClibc team releases Bering-uClibc 2.1.

This is the final release moving LEAF Bering-uClibc to kernel version 2.4.24.

Compared to latest release candidate ppp and shorewall has been upgraded to 
new upstream releases. 
As usual it also provides some minor changes and fixes.
Notable is the consolidation and simplification of setting the editor -
in short only e3 and the modes it provides (ws, nedit, vi, emacs)  are 
available in this and upcoming versions. Setting the standard editor has been 
moved to /etc/profiles. 

For a complete changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

You'll find the image, ipv6 drop-in replacement, additional modules and a 
bootable ISO image with all available packages here:
http://sourceforge.net/project/showfiles.php?group_id=13751package_id=67534release_id=216901

thanks for reading
in behalf of the Bering-uClibc team
kp


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Broken links to Bering documentation

2004-02-02 Thread K.-P. Kirchdrfer
Am Montag, 02. Februar 2004 14:20 schrieb Julian Church:
 Hi All

 I'm having some trouble with the LEAF website.  The following two pages
 have links to the Bering Users', Installation and Developers' guides that
 are broken:

 http://leaf.sourceforge.net/mod.php?mod=userpagemenu=904page_id=21

 http://leaf.sourceforge.net/devel/jnilo/

 It looks like the guides have been moved, without the links being updated.

 Can anyone tell me where these docs reside these days?

They should be still at the same place; but it seems the URL is on another 
server, which is unavailable from time to time (and pretty often, I agree).

Check back later.

Mike, any insights?

kp


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] LEAF and PCMCIA

2004-01-30 Thread K.-P. Kirchdrfer
Am Mittwoch, 28. Januar 2004 00:49 schrieb joah moat:

Sorry, I can't answer the rest your mail, but for:

 How do I edit  to add
 the new packages to lrpkg.cfg on the floppy disk.

please read:
http://leaf.sourceforge.net/doc/guide/buci-lrpkg.html

Let me know, if you have problems understanding that chapter.

kp


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] LEAF and PCMCIA

2004-01-26 Thread K.-P. Kirchdrfer
Am Montag, 26. Januar 2004 17:44 schrieb joah moat:
 Hello, I have an old P90 notebook that I wish to activate as a firewall.  I
 have successfully installed Bering-uClibc on (1.68 Mb formatted) diskette.
 Upon initiation, some of the strings return: cannot find eth0 or eth1.  I
 suspect that this has something to do with absent PCMCIA services.

For pcmcia packages specific for Bering-uClibc look here:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91017page_id=51


 I have: 3Com Etherlink III-3C589S and D-Link DFE-670XD Fast Ethernet PC
 Card.

 I also have a partitioned 800 Mb HD with: Win95 installed and an empty
 300Mb partition.

 The floppy has 70 kb space left on it.

Remove all packages you don't need and add the pcmcia packages to the floppy 
disk.
Also don't forget to add the new packages to lrpkg.cfg on the floppy disk.

For pcmcia configuration pls read:
http://leaf.sourceforge.net/doc/guide/bupcmcia.html
For Bering-uClibc pls read the Installation Guide:
http://leaf.sourceforge.net/doc/guide/buc-install.html
and the Users Guide:
http://leaf.sourceforge.net/doc/guide/buc-user.html

hope that helps
kp






---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] ANN: Bering-uClibc 2.1-rc1

2004-01-16 Thread K.-P. Kirchdrfer
Am Donnerstag, 15. Januar 2004 21:28 schrieb Marko Nurmenniemi:
 K.-P. Kirchdörfer wrote:
 Today, January 15th 2004, the Bering-uClibc team releases
 Bering-uClibc 2.1-rc1
 
 As usual it can be downloaded from the FRS area:
 http://sourceforge.net/project/showfiles.php?group_id=13751package_id=675
 34

 I downloaded the image and modules with Netscape 7.1 and noticed odd
 behaviour.
 I have the mirror location set to heanet (IE) and so the modules
 download is automatically started.
 The problem comes when downloading starts and Netscape asks where to
 place the file. It automatically assings a file type of
 x.tar.gz.TAR.
 tar.gz is ok but what is the last TAR for? Is this the problem of
 Netscape or sourceforge?

I'd say Netscape.

kp



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] ANN: Bering-uClibc 2.0.1

2003-12-25 Thread K.-P. Kirchdrfer
Today, December 25th 2003, the Bering-uClibc team releases
Bering-uClibc 2.0.1

As usual it can be downloaded from the FRS area:
http://sourceforge.net/project/showfiles.php?group_id=13751package_id=67534

Most notable in this release are the 
kernel do_brk security fix patch
a new dropbear version with scp and port forwarding (partly)
and an update to shorewall 1.4.8.

Plus some minor cleanups and package updates for the base image.

For a complete changelog please read
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

Additionally a few packages has been updated as well, like ipsec.lrp and 
zebra.lrp. 
Please note some of these updated packages requires new modules, provided in 
the modules tarball in the FRS area.

thx for reading
kp



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] ANN: pxeinstall.tgz

2003-12-05 Thread K.-P. Kirchdrfer
Members of the LEAF crew release pxeinstall.tgz today, December 6th 2003.

Based on the work of Eric de Thouars ([EMAIL PROTECTED]) we created a tool to 
make use of PXE to boot systems like a Soekris net4501 or a LexSystem (tested 
with a CV860A version) so that you can format an IDE HD or a CF card, put an 
msdos file system and syslinux on the IDE/HD or CF card and finally copy all 
files necessary for a Bering(-uClibc) system on the storage device.

You can download pxeinstall.tgz directly from cvs (one line): 
http://cvs.sourceforge.net/viewcvs.py/leaf/bin/packages/nolibc/
pxeinstall.tgz?rev=HEADamp;content-type=application/octet-stream


With the functionality of pxeinstall.tgz you can:
- boot the system via the network,
- put a number of different file systems on the HD/CF card (minix, ext2, swap, 
msdos),
- make the HD/CF card bootable (syslinux) 
- download files onto the card/HD via http or ftp (wget) or
- download files onto the card/HD via Windows networking (smbmount and cp)

Please note:
The PXE boot functionality can only be used to get a system up and running, it 
is not intended to be used for regular use. For example, you cannot backup 
any files because the backup function does not exist.

It can be used to install any LEAF distribution onto your HD/CF.

It requires a special Linux kernel config and the supported NIC's compiled 
into kernel - NIC modules won't work.

The currently supported NIC's are:
3c590/3c900 series (592/595/597) Vortex/Boomerang
AT1700/1720
AMD PCnet32 PCI
DECchip Tulip (dc21x4x) PCI
EtherExpressPro/100
National Semiconductor DP8381x series PCI Ethernet
PCI NE2000 and clones
RealTek RTL-8139 PCI Fast Ethernet Adapter
SMC EtherPower II
VIA Rhine
Winbond W89c840 EthernetI

If you need support for a network card other than the above listed, we added a 
kernel config for use with Linux Kernel 2.4.18 as a starting point in the 
tgz.

For more doc's pls read:
http://leaf.sourceforge.net/doc/guide/bucu-ide.html

thx for reading kp



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Driver for Davicom Ethernet card

2003-11-28 Thread K.-P. Kirchdrfer
Am Mittwoch, 26. November 2003 21:42 schrieb [EMAIL PROTECTED]:
 Which driver I should use for the Davicom DM9008F Ethernet card with the
 LEAF Bering distribution?
 I hope you could help me.

You may read the Davicom FAQ Q4
http://www.davicom8.com/eng/faq.htm#A4


Hope that helps
kp



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] ANN: Bering-uClibc 2.0

2003-11-18 Thread K.-P. Kirchdrfer
Today, November 18th 2003, the Bering-uClibc team releases
Bering-uClibc 2.0

After six month of development, various betas and release candidates
we believe it's ready to hit the streets.

As usual it can be downloaded from the FRS area:
http://sourceforge.net/project/showfiles.php?group_id=13751


Some Highlihghts Of This New Major Version

- support of ipv6 plus a ipv6 firewall like shorewall - all available
as a drop-in replacement

- small sshd replacement dropbear on base floppy

- update uClibc to version 0.9.20

- update of busybox to use more applets and replacing bigger
standalone applications

and a lot more cleanups, application updates et al - for a complete
changelog please read
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39


Updated And Recompiled Packages

In addition to the applications provided on the base image we
recompiled nearly all of the packages with their latest
versions available for Bering-uClibc 1.x and built new ones
against uClibc0.9.20

The most notable new or upgraded packages are:

zebra.lrp and bgpd.lrp, ospf6d.lrp, ospfd.lrp, ripd.lrp, ripngd.lrp  -
based on quagga 0.96.3 and providing high performance ipv4 and ipv6
routing daemons (quagga) for rip, bgp and ospf.

netsnmpd.lrp  - based on netsnmp 5.0.9 for remote management
which can be used in conjunction with f.i. mrtg, rrdtool and
hp-openview.

ppp.lrp/pppoe.lrp/ppp-filter - based on cvs version 20031002 and
providing different ppp options like mmpe.

For a complete list of available packages please point your browser
to:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91017page_id=51


Support For Special Hardware

We added patches and special lrp's to support small hardware useful
for running a LEAF based system.
Currently supported with Bering-uClibc are boxes from
Soekris (http://www.soekris.com), LexSystem also known as OpenBrick
(http://www.openbrick.org) and with a special kernel downloadable from
CVS repository PC Engines WRAP (http://www.pcengines.ch).

To display status information on an LCD connected to the router, we
provide lcd4linux.lrp (http://lcd4linux.sourceforge.net).


New Bering-uClibc Guides

New guides have been written to support users installing and
configuring Bering-uClibc boxes. Main goals are to describe the
differences compared to the Bering Guides and to explain some of the
new features like ipv6 support and zebra.

Bering-uClibc Installation Guide
http://leaf.sourceforge.net/doc/guide/buc-install.html

Bering-uClibc User's Guide
http://leaf.sourceforge.net/doc/guide/buc-user.html

A Bering-uClibc Developer Guide will be available very soon - in fact
it's written and in our cvs tree - needs just some layout work.


CD/HD Support

The Bering-uClibc team provides a initrd.lrp capable to start your
boxes from a CD-ROM or HD. You'll find the initrd_ide_cd.lrp in the
CVS repository:
http://cvs.sourceforge.net/viewcvs.py/leaf/bin/packages/uclibc-0.9/20

Additionally we've built a bootable CD with all packages currently
available.
You'll find the ISO image in the download section.


Thanks:

The Bering-uClibc team wants to thank all beta testers, bug reporters
and those who sent encouraging mails - it helped us to get it
hopefully bug free and motivated us to finish work.

We also have to thank the Bering developers, the uClibc
developers and Mike Noyes - without their work it wouldn't have
happended.

A special thank you for this release deserves two developers, who
worked very close together with us and helped to get Bering-uClibc 2.0
done:
Matt Johnston ([EMAIL PROTECTED]) for dropbear
Michael Reinelt ([EMAIL PROTECTED]) for lcd4linux


Last Words:
We hope you'll enjoy the software we've packaged and find it as
stable, useful and extendable as we do.
Bug reports, questions, even success reports are welcome.

Push LEAF beyond the limit!



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] LEAF HA using keepalived

2003-10-29 Thread K.-P. Kirchdrfer
 On Wed, 2003-10-29 at 14:52, Peter Mueller wrote:
  Hello John,
 
  I posted around the beginning of the year to this list a bunch of
  packages and libraries for VRRP + BGP (zebra) on CF-IDE.  I used Bering
  uClibc + gcc20x + gcc22x + Keepalived + Zebra.  I configured the linux
  kernel via bering's config template.
 
  You can search the archive for links to these packages, or ask Charles
  the status of his latest Keepalived package.  If you want Quagga I would
  recommend using this setup and compiling on a 2.2.x kernel box, such as a
  redhat 6.2 box.  Note: if you are using BGPd don't bother with upgrading,
  only OSPF is probably worth the time  effort.

Please note that quagga is available for Bering-uClibc (compiled against 
uClibc) on the 2.x packages page  - last entry named zebra.lrp.

Even that means you have go with a late beta/rc2, I think this setup is less 
experimental than using libc225.lrp... the current changes between the rc2 
version and upcoming 2.0 are just two bugfixes (weblet and shorewall with 
ipv6 enabled) - so the current rc2 is close to final version.

kp



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] LEAF HA using keepalived

2003-10-29 Thread K.-P. Kirchdrfer
Am Mittwoch, 29. Oktober 2003 22:34 schrieb Peter Mueller:

 BTW does anyone know of a daemontools-like package for LEAF?

Doesn't daemontools.lrp avail for Bering and Bering-uClibc fit your needs?

kp



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Error while trying to compile the kernel

2003-10-17 Thread K.-P. Kirchdrfer
Am Freitag, 17. Oktober 2003 16:09 schrieb Guillermo Hechem:
 Hi,

 Im trying to build a 2.4.20 kernel for Bering_uClibc_2.0 with the
 instructions given in
 http://cvs.sourceforge.net/viewcvs.py/leaf/src/bering-uclibc/configs/kernel
/ 2.4.20/
 They read:

 As root, unpack in /usr/src
 1/ A fresh 2.4.20 linux kernel from http://www.kernel.org
 2/ super-freeswan 1.99.6.2 from http://www.freeswan.ca/code/superfreeswan
 (if needed)
 3/ pcmcia-cs 3.2.4 from http://pcmcia-cs.sf.net (if needed)

 Then apply the following patches sequence:

 gunzip helpers-2.4.20.patch.gz -c | patch -p1
 gunzip ebtables-v2.0.003_vs_2.4.20.diff.gz -c | patch -p1
 ...
 

 My problem is that I just cant apply the patches. I get the messages
 helpers-2.4.20.patch.gz: not in gzip format
 Is the patch corrupt? Am I doing something wrong?

Maybe your file is corrupt; fresh from cvs:

#file helpers-2.4.20.patch.gz
helpers-2.4.20.patch.gz: gzip compressed data, deflated, original filename, 
`helpers-2.4.20.patch', last modified: Fri Nov 29 13:38:35 2002, os: Unix



kp



---
This SF.net email sponsored by: Enterprise Linux Forum Conference  Expo
The Event For Linux Datacenter Solutions  Strategies in The Enterprise
Linux in the Boardroom; in the Front Office;  in the Server Room
http://www.enterpriselinuxforum.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Ann: Bering-uClibc 2.0 rc2

2003-10-14 Thread K.-P. Kirchdrfer
The Bering-uClibc team released today the second release candidate for 
Bering-uClibc 2.0  - Bering-uClibc 2.0 rc2.

Most notable in this release are the modularisation of watchdog, due to user 
request, and usage of the dropbear multi option (one binary for dropbear 
and dropbearkey - like busybox).
The later allows to significantly reduce space of the base image (about 40kb), 
but will add about 8 kb to an modified image, where the user removed 
dbearkey.lrp.
We decided to go this way, to reduce maintenance efforts and to make it as 
simple as possible to use a secure shell on a single floppy.

For final release we may update busybox to a fixed version - the current one 
is 1.0pre3 plus some fixes from cvs, but besides that, rc2 is considered as 
the final one.

For a complete Changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

As usual you can download the image plus a ipv6 drop-in at:
http://sourceforge.net/project/showfiles.php?group_id=13751

You are invited to test and report any outstanding problems.

thx for reading
your Bering-uClibc team
(sent to you by kp)



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Bering/Bering-uClibc: any differences besides space?

2003-10-05 Thread K.-P. Kirchdrfer
Am Sonntag, 5. Oktober 2003 09:29 schrieb Mark Ivey:
 Is there a compelling reason to pick Bering-uClibc 2.0rc1 over Bering
 1.2 *besides* the space saved?  I already have a 2-floppy Bering system
 running so I don't care about tiny files.  Are there other important
 differences?

Major difference is ipv6 support in Bering-uClibc 2.0x - ipv6 AFAIK cannot 
supported on LEAF systems based on old glibc.

Besides that, updated programs and packages, cleanups and maybe new bugs...

If you're current system provides all you want and runs solid, there is no 
need to change it.
If you like to play and testdrive a new LEAF version  and look at what's 
possible with a single floppy, you may download latest version Bering-uClibc 
rc1.

 I assume Bering is still be developed, and not everyone is switching
 over to Bering-uClibc...is that correct?

Yes, that's correct.

kp



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Ann: Bering-uClibc 2.0 rc1

2003-09-26 Thread K.-P. Kirchdrfer
The Bering-uClibc team released today the first release candidate for 
Bering-uClibc 2.0  - Bering-uClibc 2.0 rc1.

No further changes are planned for stable release.

Most notable in this release is the replacement of ifupdown with the according 
busybox applet - extensively patched by honourable Eric Spakman to get it 
finally working. Please note that it requires changed keywords in your 
network interface definition (/etc/network/interfaces) - so please do not 
(re)use your old /etc/network/interfaces file.
Additionally you'll find some changes and cleanups in etc.lrp  a few minor 
changes elsewhere and the fix of the famous /dev/null bug.

For a complete Changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

As usual you can download the image plus a ipv6 drop-in at:
http://sourceforge.net/project/showfiles.php?group_id=13751

Please test and report any outstanding problems.

thx for reading
your Bering-uClibc team
(sent to you by kp)




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Ann: Bering-uClibc 2.0 beta4

2003-09-09 Thread K.-P. Kirchdrfer
The Bering-uClibc team released today Bering-uClibc 2.0 beta4.

Most notable in this release are the upgrade of ppp/pppoe to ppp version 
2.4.2b3 and the replacement of pump with dhcpcd.
Some changes in /etc and weblet, and the usual dropbear upgrade.

For a complete Changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

As usual you can download the image plus a ipv6 drop-in at:
http://sourceforge.net/project/showfiles.php?group_id=13751

Any feedback is welcome.

Bering-uClibc team
(written by kp)



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Leaf/LRP Developer's Guide problem

2003-09-04 Thread K.-P. Kirchdrfer
Am Dienstag, 2. September 2003 20:41 schrieb [EMAIL PROTECTED]:
 http://www.leaf-project.org/pub/doc/guide/developer.rtf

 Getting 404 not found when trying to open this doc up.

 This is the page that contains the hyperlink to the above doc.

 http://www.leaf-project.org/mod.php?mod=userpagemenu=1301page_id=10

Charles; 
look at 
http://www.leaf-project.org/pub/doc/guide/bk07.html

I guess this is what you are looking for.

kp





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Bering UclibC development

2003-08-22 Thread K.-P. Kirchdrfer
Am Donnerstag, 21. August 2003 19:39 schrieb Charles Holbrook:
 I know I have asked before, but I have lost all past emails and any
 links that were given to me in regard to this question.

 I have finally gotten to the point that I need to set up a Leaf Bering
 UclibC development environment.  I have downloaded the root_woody_fs and


http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91018page_id=52


kp



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Whole reason for setting up the development environement

2003-08-22 Thread K.-P. Kirchdrfer
Am Samstag, 23. August 2003 00:58 schrieb Charles Holbrook:
 I had asked a while back about the potential inclusion of IPVS netfilter
 support in the kernel.

 http://www.ntua.gr/lvsp/software/ipvs.html

 I was just kind of wondering if this has been looked at for inclusion in
 the 2.0 release of Bering UclibC?  I have looked through the current
 changelogs and don't see anything mentioning it specifically.  I don't
 want to go in and replicate work that is currently being done or is
 already complete.

You're right - there has been no work so far; it's just on our agenda.

If you want to work on this issue, feel free to do so and let us know, if you 
need any help.

Sorry we can't offer you more till today.

kp



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Very strange log

2003-08-14 Thread K.-P. Kirchdrfer
FYI:

Over the weekend we found that this is a problem with ppp/pppoe connections, 
ulogd and kernel 2.4.20. 

There is a patch for 2.4.20 kernel resolving that pb and it's fixed in kernel 
versions 2.4.21 and above.

The patch, just in case J. Nilo or someone else wants to add it to Bering 
kernel:

--- net/ipv4/netfilter/ipt_ULOG.c.old   2002-11-29 00:53:15.0 +0100
+++ net/ipv4/netfilter/ipt_ULOG.c   2003-08-08 23:42:40.0 +0200
@@ -225,6 +225,8 @@
memcpy(pm-mac, (*pskb)-mac.raw, in-hard_header_len);
pm-mac_len = in-hard_header_len;
}
+   else
+   pm-mac_len = 0;

if (in)
strncpy(pm-indev_name, in-name, sizeof(pm-indev_name));


kp
on behalf of Bering-uClibc team

Am Freitag, 8. August 2003 09:44 schrieb Luis.F.Correia:
 Good morning all,

 I have a very strange log entry... actually a bunch of them.
 The system i'm running is our very own Bering uClibc 2.0 beta1
 Although I have had this type of entries before, now i do have
 this huuuge MAC address that make little or no sense
 to me.

 My question, is this a problem in our internal scripts or just a
 misconfiguration (more likely...)

 System details:

 Local net eth0
 Internet  ppp0 through eth1 (adsl pppoe)



 Aug 8 00:01:25 porteiro Shorewall:net2all:DROP: IN=ppp0 OUT=
 MAC=74:2e:62:62:2e:6c:69:6e:6b:73:00:00:00:00:00:00:00:00:00:00:00:00:00:00
: 00:
 00:00:0f:00:72:6f:6f:74:2e:6c:69:6e:75:78:72:63:00:00:00:00:00:00:00:00:00:
0 0:0
 0:00:00:00:00:00:00:00:10:00:72:6f:6f:74:2e:6d:6f:75:6e:74:00:00:00:00:00:0
0

 :00
 :00:00:45:00:00:30:7e:d2:40:00:78:06:a2:9c:d5:16:75:b5:d5:92:c0:fa:13:49:12
 ::

 36:
 a3:67:c4:6e:00:00:00 SRC=213.22.117.181 DST=213.146.192.250 LEN=48 TOS=00
 PREC=0x00 TTL=120 ID=32466 DF PROTO=TCP SPT=4937 DPT=4662 SEQ=2741486702
 ACK=0
 WINDOW=16384 SYN URGP=0
 Aug 8 00:01:35 porteiro Shorewall:net2all:DROP: IN=ppp0 OUT= MAC=
 SRC=64.35.46.69 DST=213.146.192.250 LEN=404 TOS=00 PREC=0x00 TTL=105
 ID=34152
 PROTO=UDP SPT=1301 DPT=1434 LEN=384


 Thanks for your help

 Luis Correia
 PGP Fingerprint: BC44 D7DA 5A17 F92A CA21 9ABE DFF0 3540 2322 21F6
 Key Server: http://pgp.mit.edu



 ---
 This SF.Net email sponsored by: Free pre-built ASP.NET sites including
 Data Reports, E-commerce, Portals, and Forums are available now.
 Download today and enter to win an XBOX or Visual Studio .NET.
 http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
 
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Ann: Bering-uClibc 1.2.1

2003-08-14 Thread K.-P. Kirchdrfer
Bering-uClibc team released today Bering-uClibc 1.2.1.

This is an update for the stable version of Bering-uClibc.

Changes are:
updated shorewall to 1.4.5
added kernel patches to resolv the long mac addresses with ppp/ppoe/ADSL and 
ulogd and provide support for Soekris net4801 boxes. 

You can download Bering-uClibc 1.2.1 from
http://sourceforge.net/project/showfiles.php?group_id=13751


kp



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Ann: Bering-uClibc 2.0 beta2

2003-08-14 Thread K.-P. Kirchdrfer
The Bering-uClibc team released today Bering-uClibc 2.0 beta2.

Most notable are the updates of shorewall to version 1.4.5 and 6wall to 1.0.1, 
some (mostly smaller) fixes and a lot of cleanup work, especially with using 
latest busybox version 1.0-pre3 (cvs).

The kernel patches added, provide better support for Soekris boxes and solves 
a log problem with ppp/pppoe and ulogd.

For a complete Changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

Please note: We tested the security patch mentioned in
http://www.netfilter.org/security/2003-08-01-nat-sack.html
but it occured that it makes Bering-uClibc very unstable.
We're going to work on a solution.

As usual you can download the image plus a ipv6 drop-in on:
http://sourceforge.net/project/showfiles.php?group_id=13751

Additionally you'll find the sources, hints to compile your own image and 
packages in the LEAF cvs repository on sourceforge.net.

Bug reports, questions, success stories, heads-up are welcome.

Thanks for your attention.

kp
mail-ghostwriter of Bering-uClibc team 



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] utelnetd - All network ports in use

2003-07-22 Thread K.-P. Kirchdrfer
Have you donwloaded a new image after we've made the announcement? There has 
been exactly your error in a previous version.

kp

Am Dienstag, 22. Juli 2003 07:36 schrieb Mariano Drzazga:
 Eric,

 Thanks for the tip, I followed your (and Kp) advice and I try to make it
 work with Dropbear. But again I have some problem related with pty's.

 I follow the steps in the readme file of the dropbear package, I
 generated the keys, and I started the server.
 Now, when I connect with a ssh client (I tried Putty and SecureCRT) I
 get the following error in the auth.log file :

 pty_allocate: openpty: No such file or directory.

 Sorry for my ignorance on this kind of things (ttys, pty, pts, etc), but
 I can't realize where is my problem (and my limit knowledge says to me
 that it's related with the problem that mentioned before with utelnetd).


 And at this time I used all the orginal software (I mean that I used the
 orginal Bering 2.0 image without making any changes)

 What I am missing?

 Thanks again!

 Regards,

 Mariano



 -Mensaje original-
 De: Eric Spakman [mailto:[EMAIL PROTECTED]
 Enviado el: Domingo, 20 de Julio de 2003 06:54
 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Asunto: Re: [leaf-user] utelnetd - All network ports in use


 Mariano,

 I'm not sure what the problem is, but it looks like you are using a
 wrong uClibc config file. You can find the config file we are using
 at:
 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/src/bering-
 uclibc/configs/uclibc/0.9.20/

 or follow the link in:
 http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91018page_id=52

 One of the differences between this config and the default uClibc
 config is that we don't use /dev/pts in Bering (_uClibc), it looks
 like you are hitting this.

 But like Kp asked you, why don't you use dropbear? It's a small and
 _save_ way to connect to your Bering_uClibc router.

 Regards,
 Eric Spakman
 Member of the Bering_uClibc team

  Hi!
 
  I've compiled the utelnetd program with Bering 1.2 (using uClibc
  0.9.15) and I didn't have any problems. Now, I've downloaded the
  Bering 2.0 image, and I've compiled again the utelnetd, in this case
  with uClibc 0.9.20, but I couldn't make it work.
 
  When I telnet to the Bering Box, the client disconnects and in the
  server I get the all network ports in use message. I checked the
  pty/tty pairs in /dev and they seem to be OK ( I didn't modify the
  Bering image that I downloaded from Leaf... only put a utelnetd.lrp
  package).
 
  At least, I checked the utelnetd compiled in another linux box and
  works fine (so I concluded that it's not a compilation problem).
 
  Any suggestions?
 
  Thanks in advance
 
  Mariano
  __
 
  Todava no tens tu Ciudad Internet Mail? Obtenelo ahora! -
  http://webmail.ciudad.com.ar
 
  Descarg Gratis el nuevo Internet Explorer 6.0, el mejor software para
 
  actualizar tu PC. http://www.ciudad.com.ar/ar/servicios/ie/
 
 
 
  ---
  This SF.net email is sponsored by: VM Ware
  With VMware you can run multiple operating systems on a single
  machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual
  machines at the same time. Free trial click here:
  http://www.vmware.com/wl/offer/345/0

 

  leaf-user mailing list: [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/leaf-user
  SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

 ---
 This SF.net email is sponsored by: VM Ware
 With VMware you can run multiple operating systems on a single machine.
 WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
 same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
 
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Ann: LEAF Bering-uClibc 2.0 Beta-1

2003-07-19 Thread K.-P. Kirchdrfer
The Bering-uClibc crew invites you, to test the first Beta release of our 
current work.

The most important changes from Bering-uClibc 1.2 are:
- upgraded uClibc from 0.9.15 to 0.9.20
- upgraded busybox from 0.60.5 to busybox 0.61-pre1 (cvs-version; final 
release will include busybox 0.61)
 - added dropbear (a tiny replacement for sshd) to base image
 - added IPv6 support
 - added 6wall  - an ipv6 firewall based on shorewall

LEAF Bering-uClibc 2.0 beta1 is ready for download at:

http://sourceforge.net/project/showfiles.php?group_id=13751

Additionally to the usual files you'll find a 
Bering_uClibc_2.0_ipv6.tar.gz
which is a drop-in replacement to add ipv6 support. 

For more details, you may read the changelog:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

Please note:
Due to the majors changes from uClibc 0.9.15 to uClibc 0.9.20 older packages 
won't work with current beta. We are on the way to recompile old packages and 
build new packages.
You'll find the currently available packages here:

http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91017page_id=51 

We are aware that the doc's are quite incomplete and are heavily working to 
solve that issue - so this is beta-1 - it's mainly targeted to experienced 
users. 
But if you understood how to use sshd.lrp and sshkey.lrp  - you'll know how 
dropbear.lrp and dbearkey.lrp are working.
And since ipv6 support is targeted as a drop-in, you may testdrive 
Bering-uClibc 2.0 beta1 without ipv6 support and knowledge.

dropbear is the work of Matt Johnston [EMAIL PROTECTED] - a big Thank 
You to him.

Any bug reports, questions, or even better, success stories are welcome - 
thanks for your attention.
in behalf of the Bering-uClibc crew
kp



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] BeringUclibC 1.2 and sshd.lrp listed on leaf.sourceforge.net

2003-07-01 Thread K.-P. Kirchdrfer
Is there any need for libc225.lrp on your system?

kp

Am Dienstag, 1. Juli 2003 19:37 schrieb Charles Holbrook:
 I just downloaded the lrps for ssh and sshd listed under the Uclibc
 Packages tree.  However whenever /usr/sbin/sshd attempts to start I am
 getting the following error.
 ./sbin: linked against GNU libc!!

 Anyone have any insight into what I need to do to fix this?

 Currently I have the following lrps on this system.
 root
 etc
 local
 modules
 keyboard
 libc225
 libz
 libpopt
 libcrpto
 libssl2
 djbutils
 maradns
 netsnmpd
 sshd
 ssh




 ---
 This SF.Net email sponsored by: Free pre-built ASP.NET sites including
 Data Reports, E-commerce, Portals, and Forums are available now.
 Download today and enter to win an XBOX or Visual Studio .NET.
 http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
 
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] setting up a primary dns server on bering UClibC

2003-06-30 Thread K.-P. Kirchdrfer
Am Montag, 30. Juni 2003 18:56 schrieb Charles Holbrook:
 I am getting ready to do this and noticed that there seems to be a
 couple different dns packages for Bering UclibC.  Is there any
 perticular package that would be better for doing this?  Anyone have any
 suggestions?

I recommend tinydns.
kp



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] serial port transfer protocol

2003-06-27 Thread K.-P. Kirchdrfer
Am Samstag, 28. Juni 2003 00:03 schrieb Charles Holbrook:
 I was just curious if anyone have built a lrp like zmodem or kermit for
 bering uclibc?

AFAIK no - if so I'm interested also :)

To all: The current Bering-uClibc packages page is outdated and looks like an 
older backup...
We try to solve it ASAP.

kp



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] changing partition sizes

2003-06-06 Thread K.-P. Kirchdrfer
Am Donnerstag, 5. Juni 2003 21:46 schrieb Charles Holbrook:
 A while back I found the file that allowed me to modify the ramdisk
 partition size.  I have since forgotten where that file is and what it's
 name is.  Could anyone by chance tell me where this file lives and it's
 name?

AFAIK it was ramdisk.lrp on Charles developer pages.

kp



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] changing partition sizes

2003-06-06 Thread K.-P. Kirchdrfer
Am Donnerstag, 5. Juni 2003 21:46 schrieb Charles Holbrook:
 A while back I found the file that allowed me to modify the ramdisk
 partition size.  I have since forgotten where that file is and what it's
 name is.  Could anyone by chance tell me where this file lives and it's
 name?

Pressed send button too early, sorry.

I think ramdisk.lrp won't help if you use a Bering flavour - if you want to 
change the sizes of the ramdisk in Bering you can change that via 
syslinux.cfg - look in the Bering doc's.

kp



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Developing for bering-uclibc

2003-06-05 Thread K.-P. Kirchdrfer
Am Mittwoch, 4. Juni 2003 18:12 schrieb Charles Holbrook:
 Um can anyone point me to somewhere on the web that has documentation on
 where to get the buildtools to get a development system set up for
 bering-UclibC?

www.uClibc.org

you may also read a short introduction on LEAF:

http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91005page_id=41

Please note at the time Bering-uClibc uses uClibc version 0.9.15 with the 
backported patches available through the LEAF link above.

kp



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] FYI: New/updated packages for Bering-uClibc

2003-05-27 Thread K.-P. Kirchdrfer
Along with the latest upgrade of Bering-uClibc, some packages build for 
Bering-uClibc has been updated some has been added.

A short list:
-qos-htb.lrp (version 0.8.3)
-ipsec (superfreeswan 1.99.6.2)
-new pcmcia (3.2.4) with added packages like hostap (0.0.3) and wlan (0.2.0-6) 
and upgraded packages (to 3.2.4) like orinoco and xircom.
-openssh (upgraded to 3.6.1p2-2)
-iptutils (upgraded to 1.2.8)
-pcmutils (upgraded to 3.2.4)
-wlan-ng (upgraded to 0.2.0-6)
-wireless and wireutil compiled against latest kernel config

You may point your browser to:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91004page_id=40
for links to the packages.

If something wrong - do blame the messenger
kp



---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Help! I can't create RSA Key

2003-03-19 Thread K.-P. Kirchdrfer
Am Mittwoch, 19. März 2003 12:34 schrieb Thitiporn Pornpirunrak:
 Dear all
  Anyone please help me. I try to create RSA Key using this command
 ipsec rsasigkey --verbose 1024  mykey.txt
 But After I run that command my bering box didn't show anything. I left my
 bering box processes that command since yesterday but nothing happen.

This one worked for me:
sec rsasigkey --verbose --random /dev/urandom 1024  mykey.txt

kp


---
This SF.net email is sponsored by: Does your code think in ink?
You could win a Tablet PC. Get a free Tablet PC hat just for playing.
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] vpn with dynamic ip (long)

2003-02-25 Thread K.-P. Kirchdrfer
Am Montag, 24. Februar 2003 20:15 schrieb Lynn Avants:
 On Monday 24 February 2003 11:23 am, K.-P. Kirchdörfer wrote:
 snip

  e) tunnels
  add the tunnels for net-net and gate-gate
  ipsec   net 0.0.0.0/0   vpn,vgw

 snip

  Is this setup esp. shorewall changes secure or did I opened pandoras box?

 Thanks for the thorough description!
 The tunnel description with 0.0.0.0/0 would really be the only security
 consideration is see. Although this _is_ the suggested method and still
 forces authentication (RSA in your case), IIRC Shorewall will support
 a DNS name in leui of ip address. Tom does not suggest using DNS names,
 but it may be safer IMHO if you feel it is necessary. Otherwise what you
 have is the typical suggestion and will work as you have noted.

I like to hear that :)

Yes I know Tom's suggestion about DNS names, but I have to use them, as there 
is no public available fixed ip anywhere in this setup... 

thanks
kp



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] vpn with dynamic ip (long)

2003-02-24 Thread K.-P. Kirchdrfer
Hello;

The problem/situation is: 
I have two LEAF routers with dynamic ip's, changing at least once a day.
Both are setup with latest Bering-uClibc 1.1.

I build a solution, but I'm not shure if that's the way to go.
Please review, esp regarding security (vpn/shorewall issues).

The network picture is simple:

192.168.10.0 - fixed ip/LEAF router/dynamic ip  - internet - dynamic 
ip/LEAF router/fixed ip - 192.168.20.0

The challenge has been how to keep up the tunnel between both net's alive.

First I decided that both routers has to have a DNS name, which is easy doable 
with something like dyndns.org and ezipupd.lrp.

I generated the the rsa keys for both LEAF routers with:

ipsec rsasigkey --verbose --random /dev/urandom 2048  localkey
ipsec rsasigkey --verbose --random /dev/urandom 2048  remotekey

And made the according /etc/ipsec.secret's on the local router and the remote 
router.

On the local router  I've  configured /etc/ipsec.conf as below:
config setup
interfaces=%defaultroute
klipsdebug=none
plutodebug=none
plutoload=%search
plutostart=%search
uniqueids=yes

conn %default
 type=tunnel
 keyexchange=ike
 keylife=8h
 disablearrivalcheck=no

conn net-net
left=local.dyndns.org
leftsubnet=192.168.10.0/24
leftnexthop=%defaultroute
authby=rsasig
pfs=yes
[EMAIL PROTECTED]
leftrsasigkey=local-public-key
right=remote.dyndns.org  
rightsubnet=192.168.20.0/24   
rightnexthop=%defaultroute   
[EMAIL PROTECTED] 
rightrsasigkey=remote-public-key  
auto=add

conn gate-gate
left=local.dyndns.org
leftnexthop=%defaultroute
authby=rsasig
pfs=yes
leftid=@local.dyndns.org
leftrsasigkey=local-public-key   
right=remote.dyndns.org   
rightnexthop=%defaultroute
rightid=@remote.dyndns.org
rightrsasigkey=remote-public-key  
auto=add

Copied this one to the remote router (changing auto=add to auto=start)

As you can see, there will be two tunnels - one from net-to-net, and between 
the LEAF routers.

Then I made the following changes in shorewall:

a) zones file
added two new zones:
vpn VPN Remote Subnet
vgw VPNGW   vpn gateway

b) interfaces file
added interfaces for the new zones
vpn ipsec0
vgw ipsec1
added option noping to net/ppp0, removed routefilter
  
c) policy file
added
loc vpn ACCEPT
vpn loc ACCEPT
(better writing rules I know)

d) rules
added ping accept from/to gateway and fw
ACCEPT  vgw fw  icmp8
ACCEPT  fw  vgw icmp8

e) tunnels
add the tunnels for net-net and gate-gate
ipsec   net 0.0.0.0/0   vpn,vgw


Some changes to ppp

a) /etc/ppp/ip-up
Added
/sbin/ipsec restart

b) /etc/ppp/ip-down
added
/sbin/ipsec setup stop

So if the LEAF get's a new ip adress assigned, ip-down stops both tunnels and 
ip-up restarts ipsec with both tunnels.

Last addition has been a script on both LEAF routers trying to ping (a few 
packets) the other router (by dyndns name) and if that fails restart ipsec as 
well.
This script is called by cron every few minutes.

My experience with that configuration is that the tunnels are stable and will 
be rebuild with a short delay if one the LEAF routers has got a new ip.

My questions are:
Anyone with a better solution at hand?
Is this setup esp. shorewall changes secure or did I opened pandoras box? 

Comments and hints are welcome.

Thanks for your patience.
kp


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Ann: LEAF Bering-uClibc 1.1 and LEAF Bering-uClibc 1.0.3

2003-02-18 Thread K.-P. Kirchdrfer
LEAF Bering-uClibc 1.1 is ready for download at:

http://sourceforge.net/project/showfiles.php?group_id=13751

This release is an upgrade for LEAF Bering-uClibc 1.0.x, in sync with 
Bering-1.1 and partly based on the wonderful work of the original Bering 
crew.  
Some of the new features:
- Kernel 2.4.20
- updates of various packages (shorewall, tinylogin, ipsec,...)
- cleanup of etc.lrp
- usual bugfixes

For details, you may read the changelog:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

A bootable ISO-image with all packages currently available for the 
Bering-uClibc environment can be downloaded from the cvs repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/bin/bering-uclibc/cd/Bering-uClibc-1.1.iso

This image is bootable via a floppy bootdisk image and not with isolinux - 
allowing it to boot on older PC's with a defect BIOS, but please note, some 
may still not work as noted by HP Anvin. 

For more information about syslinux/isolinux browse to:
http://syslinux.zytor.com


In addition LEAF Bering-uClibc 1.0.3 is available at:

http://sourceforge.net/project/showfiles.php?group_id=13751

This is a maintenance release for Bering-uClibc 1.0 series.
The only change to from 1.0.2 to 1.0.3 is a bugfix for ash compiled against 
uClibc, which solves a few problems with weblet.lrp.

Every help improving Bering-uClibc and getting it ready for download, has been 
appreciated.

Thanks for your attention.

on behalf of Bering-uClibc team
kp


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Bering-uclibc copy from too firewall

2003-02-16 Thread K.-P. Kirchdrfer
Am Sonntag, 16. Februar 2003 16:59 schrieb Mike Noyes:
 On Sun, 2003-02-16 at 07:27, Kim Oppalfens wrote:
  I am still testrunning the new bering-uclibc image but am missing
  A feature that made configuring my previous bering friewalls a whole lot
  easier.
 
  Manely I am missing copy funtionality using scp to and from my firewall.

 Kim,
 lsh comes with a scp like command named lcp.

 ref.
 http://leaf-project.org/pub/doc/docmanager/docid_14504.html

If you have enough space on your media you might want to use ssh/sshd et al 
compiled against uClibc by Martin Hejl:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/devel/hejl/packages/

We should have moved them in our Bering-uClibc tree, I know.

kp


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Ann: LEAF Bering-uClibc 1.0.2

2003-01-18 Thread K.-P. Kirchdrfer
LEAF Bering-uClibc 1.0.2 is ready for download at:

http://sourceforge.net/project/showfiles.php?group_id=13751

This is a maintenance release for Bering-uClibc 1.0-stable.
For changes see changelog below.

your Bering-uClibc team


*Changes from Bering_1.0_uClibc_1.0.1 to Bering_1.0_uClibc_1.0.2

Bugs:
TZ bug solved by applying new patch to uClibc-0.9.15 (backport from 
uClibc-0.9.16)
Added newline to dhcpd.exclude.list

General:
Changed version number to 1.0.2
Upgrade to tinylogin-1.4
Removed ls color option due to better readability and saves 400 kb.


etc.lrp:
Removed /etc/tzvalue and sourcing from /etc/init.d/hwclock, this don't work
Added /etc/TZ

root.lrp:
Changed root.sys.conf to edit TZ instead of tzvalue




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit encryption.
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Ann: LEAF Bering-uClibc 1.0.1

2003-01-08 Thread K.-P. Kirchdrfer
LEAF Bering-uClibc 1.0.1 is ready for download at:

http://sourceforge.net/project/showfiles.php?group_id=13751

This is a maintenance release for Bering-uClibc 1.0-stable.
For changes see changelog below.

Thanks to all who are involved and helped in any way.

your Bering-uClibc team

 Changelog ---
*Changes from Bering-uClibc_1.0-stable to Bering-uClibc_1.0.1

General:
Changed version number to 1.0.1
Upgraded to shorewall-1.3.12
weblet.lrp updated to work with ulogd

pump.lrp:
Removed etc/default/pump, not used anymore.
Removed the lines etc/default/pump and etc/init.d/pump from pump.conf
Removed the line etc/default/pump from pump.list

etc.lrp:
Removed /etc/network/spoof-protect, obsolete (only for pre 2.2 kernels)
Removed call to spoof-protect from /etc/init.d/networking
Removed /etc/checksecurity.conf, used by checksecurity.sh (which is not 
provided)
Removed /etc/login.access, not used by tinylogin
Removed /etc/wtmplock, obsolete
Removed /etc/ftpusers, not needed
In /etc/init.d/rcS: changed line see if the system... to: create wtmp file
In /etc/init.d/umountfs: removed the comented out swapoff and remount 
statements
In /etc/init.d/mountall.sh: removed the commented out swapon statements
In /etc/init.d/halt: changed startlevel to Debian standard (0,S90)
In /etc/init.d/reboot: changed startlevel to Debian standard (6,S90)
In /etc/init.d/single: changed startlevel to Debian standard (1,S20)
In /etc/init.d/hwclock: commented out dangerous setting hwclock --adjust
Removed 'echo $prog' debug message from /etc/cron.daily/multicron-d


New syslog.conf and upgraded lrp.conf:
No kern.log (syslog and messages provide these logging)
Commented out pslave.log
No redundancy between messages, syslog and kern.log
Option: debug mode on virtual console
Added shorewall.log in lrp.conf



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html