Re: [leaf-user] More nits re 3.1.1b2

2009-04-27 Thread Eric Spakman
Hi,

 - in the 1680 floppy installation the file from local.lrp:
     /var/lib/lrpkg/local.local
 contains no entries to specify inclusion of the usr/local/bin and
 usr/local/sbin directories.


 This a feature request, not a bug report, correct?


This is by intention. Local.lrp is meant to provide a way to add custom
config files/scripts to the config database. The config database is not
meant to contain binary files. The best way to have the option to use your
own binary files is create a simple lrp package which contains those
files.


Eric


--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] knockd

2008-10-20 Thread Eric Spakman
Hello Joep,

The knockd package is in the repository:

http://leaf.sourceforge.net/bering-uclibc/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=32:32

7. knockd.lrp [13 k] TESTING


Regards,

Eric

 I recently stuck on a simple small tool called knockd which can be used
 to get access to your firewall incidentally with a sequence of knocks to a
 few ports. A more secure version, cryptknock is also available. As I
 finally have decided to go over to the 3.1 version (I'm still using 2.4
 without any problems!!) and I have sometimes the need to go into my system
 from a remote place, a portknock utility with ssh seems to be ideal.
 However, I don't find the package in the repository and my
 question is am I the only one with such a need or are there other reasons
 why it is not in the package list. Thanks in advance,
 Joep



 -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge Build the coolest Linux based applications with Moblin SDK  win
 great prizes Grand prize is a trip for two to an Open Source event
 anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Mysql in latest buildtool, won't compile.

2008-05-10 Thread Eric Spakman
Hi Adam,

This issue is now resolved in CVS.


Eric

 Hmm from what I've read mysql will look in /usr/include for pthread.h,
 how do I tell it to look in $(BT_STAGING_DIR)/usr/include for the files
 for LinuxThreads


 Also this is a straight cvs checkout of buildtool. Does anyone else have
 this issue?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Martin Hejl
 Sent: Tuesday, 6 May 2008 8:29 PM
 To: leaf-user@lists.sourceforge.net
 Subject: Re: [leaf-user] Mysql in latest buildtool, won't compile.




 Adam Niedzwiedzki wrote:

 checking LinuxThreads... Not found configure: error: This is a linux
 system and Linuxthreads was not found. On linux Linuxthreads should be
 used.  Please install Linuxthreads (or a new glibc) and try again.  See
 the Installation chapter in the Reference Manual for more information.
 make: *** [mysql-4.0.27/.configured] Error 1
 make: Leaving directory
 `/home/adstar/bering/src/bering-uclibc/buildtool/source/mysql'


 anyone know how to fix this?
 this patch sounds like is might solve the problem:
 http://www.linuxfromscratch.org/pipermail/patches/2004-April/001043.html


 Martin




 -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/jav
 ao ne
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/




 -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/jav
 aone
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Mysql in latest buildtool, won't compile.

2008-05-06 Thread Eric Spakman
Hi Adam,

Most people probably have pthread.h available in /usr/include and wont  
be hit by this issue. It's just a non portable problem in Mysql's  
configure script and the best fix is the patch Martin provided.


Eric



On 6-mei-2008, at 23:09, Adam Niedzwiedzki [EMAIL PROTECTED] wrote:

 Hmm from what I've read mysql will look in /usr/include for  
 pthread.h, how
 do I tell it to look in $(BT_STAGING_DIR)/usr/include for the files  
 for
 LinuxThreads

 Also this is a straight cvs checkout of buildtool. Does anyone else  
 have
 this issue?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Martin  
 Hejl
 Sent: Tuesday, 6 May 2008 8:29 PM
 To: leaf-user@lists.sourceforge.net
 Subject: Re: [leaf-user] Mysql in latest buildtool, won't compile.



 Adam Niedzwiedzki wrote:
 checking LinuxThreads... Not found
 configure: error: This is a linux system and Linuxthreads was not
 found. On linux Linuxthreads should be used.  Please install  
 Linuxthreads
 (or a new glibc) and try again.  See the Installation chapter in the
 Reference Manual for more information.
 make: *** [mysql-4.0.27/.configured] Error 1
 make: Leaving directory
 `/home/adstar/bering/src/bering-uclibc/buildtool/source/mysql'

 anyone know how to fix this?
 this patch sounds like is might solve the problem:
 http://www.linuxfromscratch.org/pipermail/patches/2004-April/001043.html

 Martin



 --- 
 --
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save  
 $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
 ne
 --- 
 -
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/



 --- 
 --
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save  
 $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 --- 
 -
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] CVS dowload problems

2008-04-30 Thread Eric Spakman
Hi Harry,

Fixed!

Thanks for reporting.


Eric

 Hi all,


 while downloading the CVS tree, after  I issue

 $buildtool.pl  source


 I got stuck with the minicom package


 Although it downloads all right there seems to  be a problem with


 buildtool.mk

 The Makefile is for ETHTOOL_DIR:=ethtool-4  :-D



 My CVS comes from


 leaf.cvs.sourceforge.net:/cvsroot/leaf


 Cheers 8-)


 Harry



 -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/jav
 aone
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] openswan

2008-04-21 Thread Eric Spakman
Hi Tom,

The openswan package is called ipsec.lrp and the libpthread packages is
indeed called lpthread.lrp.


Eric

 Hi,


 I try to install openswan on my leafsystem, but I do not find the
 following packages: openswan.lrp and libpthread.lrp. They're not included
 in the iso file. libpthread is maybe renamed to lpthread? But I'm not
 certain, and for openswan.lrp I see no possibilities..

 Grtz,
 Tom


 -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/jav
 aone
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] bridged openVPN connection

2008-04-17 Thread Eric Spakman
Hi Tom,

Thanks for your feedback, usefull information. You could have an issue
with saving this script, in that case just list it to local.conf (in the
local.lrp package) and it will be saved in the configdb.


Eric


 I rechecked the mailinglist with some other searchparameters and found
 this beautiful explanation:
 http://openvpn.net/archive/openvpn-users/2004-12/msg00349.html


 made the little script running .. And everything works perfectly

 sorry for the unnecessairy question .. But thanks for all the good
 documentation which served me so good the last weeks!

 Regards,
 Tom



 Citeren Tom Hendrickx [EMAIL PROTECTED]:


 Hi!


 I have a problem setting up the connection between my bridge br0 and
 the tap interface.. My internal network can reach the bridge, so this
 setup is ok.. And my vpn connection is also established and completely
 set up for ethernet bridging.

 In my /etc/network/interfaces the bridge  has been set up by only
 putting the br0 inside and adding eth2 and tap+ to it as ports.

 My guess is that the tap interface isn't set up yet on start up and I
 have to add it once the connection is made or openvpn has started. I've
 found a few items related to this on the net .. But how exactly to do
 this on the LEAF system is still a guess for me..

 Best regards,
 Tom


 ---
 --
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j
 avaone
 ---
 -
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/






 -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/jav
 aone
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Setting up a bridge with leaf

2008-04-01 Thread Eric Spakman
Hi Tom,

Can you ping the bridge interface from the firewall itself?

I guess shorewall is blocking the ping, because it's probably not setup
for bridging.


Eric


 extra info down..

 Citeren Tom Hendrickx [EMAIL PROTECTED]:


 Hallo Eric,


 Citeren Eric Spakman [EMAIL PROTECTED]:


 Hello Tom,



 Ok thanks .. I have no idea how I could have looked over it in
 the ISO
 image, but I did :$

 Making it work is another problem I fear




 I've added the bridge.lrp .. put it also in leaf.cfg
 bridge.o is also added and for my interface : e100.o

 and in interfaces is only this selected : auto br0 iface br0
 inet static address 192.168.1.254 netmask 255.255.255.0
 broadcast 10.0.0.255 bridge_ports eth0 eth1


 Your broadcast address is not correct, it should be 192.168.1.255



 sorry, by copying and adapting from another mail I forgot to change
 the broadcast address here .. it's the correct one on my system :
 192.168.1.255


 Did you load the bridge.lrp package (in leaf.cfg)? In other words,
 did you see the bridge activating messages and is the brctl program
 available?


 I did load the bridge.lrp package(just put it in the folder and
 leaf.cfg right?) then I get these messages on startup :

 eth 1 entered promiscious mode br0 is entering learning state (both
 ports) ...
 waiting for br0 to get ready then it says that eth0 and eth1 is up 100mB
 full duplex ..

 the brctl also works .. And when giving the show command it gives the
 bridge name, bridge id, spanning tree protocol is not enabled, but no
 need for that in my topology and it also gives the two interfaces eth0
 en eth1 ..

 ok, something new I found out .. From the bridge I can ping to both pc's
 connected with it .. But I can still not ping to the bridge


 Maybe it's practical to know that when I try to ping the bridge, the
 bridge does notice it.. in showmacs br0 the mac addresses of both pc's
 appear when I ping of just one of them .. So one way or another .. It
 doesn't recognize its own ip address ..

 again in config interfaces file I have solely this :

 auto br0 iface br0 inet static address 192.168.1.254 netmask 255.255.255.0
 broadcast 192.168.1.255 bridge_ports eth0 eth1

 in host ip addresses it stays the same, just the localhost and the
 firewall, in networks I only have the localnet like by default ..


 I hope this information proves useful ..


 Tom



 Grtz,


 Tom



 Eric










 -
  Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketpl
 ace
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Setting up a bridge with leaf

2008-04-01 Thread Eric Spakman
Hi Tom,

I'm not sure what your setup looks like and why you need bridging. But if
you don't need firewall functionality, just remove shorwall.lrp from
leaf.cfg and try again.
Otherwise read the shorewall documentation about bridging:
http://www.shorewall.net/SimpleBridge.html and
http://www.shorewall.net/3.0/NewBridge.html


Eric




 Hi Eric, my messages log says though: firewall root: Shorewall Stopped


 when I try to ping it gives the following:

 firewall# ping 192.168.1.254 PING 192.168.1.254 (192.168.1.254): 56 data
 bytes ping: sendto: Invalid argument


 Tom


 Citeren Eric Spakman [EMAIL PROTECTED]:


 Hi Tom,


 Can you ping the bridge interface from the firewall itself?


 I guess shorewall is blocking the ping, because it's probably not setup
  for bridging.


 Eric



 extra info down..

 Citeren Tom Hendrickx [EMAIL PROTECTED]:



 Hallo Eric,



 Citeren Eric Spakman [EMAIL PROTECTED]:



 Hello Tom,




 Ok thanks .. I have no idea how I could have looked over it
 in the ISO image, but I did :$

 Making it work is another problem I fear





 I've added the bridge.lrp .. put it also in leaf.cfg
 bridge.o is also added and for my interface : e100.o

 and in interfaces is only this selected : auto br0 iface
 br0 inet static address 192.168.1.254 netmask 255.255.255.0
 broadcast 10.0.0.255 bridge_ports eth0 eth1


 Your broadcast address is not correct, it should be
 192.168.1.255




 sorry, by copying and adapting from another mail I forgot to
 change the broadcast address here .. it's the correct one on my
 system : 192.168.1.255



 Did you load the bridge.lrp package (in leaf.cfg)? In other
 words, did you see the bridge activating messages and is the brctl
 program available?


 I did load the bridge.lrp package(just put it in the folder and
 leaf.cfg right?) then I get these messages on startup :

 eth 1 entered promiscious mode br0 is entering learning state (both
  ports) ... waiting for br0 to get ready then it says that eth0 and
 eth1 is up 100mB full duplex ..

 the brctl also works .. And when giving the show command it gives
 the bridge name, bridge id, spanning tree protocol is not enabled,
 but no need for that in my topology and it also gives the two
 interfaces eth0 en eth1 ..

 ok, something new I found out .. From the bridge I can ping to both
 pc's connected with it .. But I can still not ping to the bridge


 Maybe it's practical to know that when I try to ping the bridge, the
 bridge does notice it.. in showmacs br0 the mac addresses of both pc's
  appear when I ping of just one of them .. So one way or another ..
 It
 doesn't recognize its own ip address ..

 again in config interfaces file I have solely this :

 auto br0 iface br0 inet static address 192.168.1.254 netmask
 255.255.255.0
 broadcast 192.168.1.255 bridge_ports eth0 eth1

 in host ip addresses it stays the same, just the localhost and the
 firewall, in networks I only have the localnet like by default ..


 I hope this information proves useful ..



 Tom




 Grtz,



 Tom




 Eric











 -
 
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/mark
 etpl ace
 -
 ---
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/










 -
  Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketpl
 ace
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Setting up a bridge with leaf

2008-03-31 Thread Eric Spakman
Hi Tom,

 Hi,


 I have a little annoying problem .. I try setting up a bridge on the
 LEAF system following the documentation. (doc\bk04ch21s02.html)
 But it states here that I need the bridge.lrp file .. Problem is that
 file is nowhere to be found ..

 Has it changed how to configure the bridge or is the file just missing?


The package can just be found in the repository, the 11 package:

http://leaf.sourceforge.net/bering-uclibc/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=32:32



 grtz, Tom


 btw : how can you ssh to the appliance if it's made a bridge? Is this
 still possible because you need to put all the other interfaces down ..

You can still configure an ip-adres on the bridge interface, so ssh should
be no problem.

Eric


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Setting up a bridge with leaf

2008-03-31 Thread Eric Spakman
Hello Tom,

 Ok thanks .. I have no idea how I could have looked over it in the ISO
 image, but I did :$

 Making it work is another problem I fear


 I've added the bridge.lrp .. put it also in leaf.cfg
 bridge.o is also added and for my interface : e100.o

 and in interfaces is only this selected :
 auto br0
 iface br0 inet static
 address 192.168.1.254
 netmask 255.255.255.0
 broadcast 10.0.0.255
 bridge_ports eth0 eth1


Your broadcast address is not correct, it should be 192.168.1.255

 upon doing ip li sh I only see a hardware address for br0

 So what I can't do is ping nor ssh to 192.168.1.254 ..
 Did I miss any steps?


 Thx,
 Tom


Eric



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Setting up a bridge with leaf

2008-03-31 Thread Eric Spakman
Hello Tom,


 Ok thanks .. I have no idea how I could have looked over it in the
 ISO
 image, but I did :$

 Making it work is another problem I fear



 I've added the bridge.lrp .. put it also in leaf.cfg
 bridge.o is also added and for my interface : e100.o

 and in interfaces is only this selected : auto br0 iface br0 inet
 static address 192.168.1.254 netmask 255.255.255.0 broadcast 10.0.0.255
 bridge_ports eth0 eth1


 Your broadcast address is not correct, it should be 192.168.1.255


 sorry, by copying and adapting from another mail I forgot to change the
 broadcast address here .. it's the correct one on my system :
 192.168.1.255

Did you load the bridge.lrp package (in leaf.cfg)? In other words, did you
see the bridge activating messages and is the brctl program available?

Eric


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] 'no space left'

2008-03-28 Thread Eric Spakman
Hi Tom,

Leaf is running in memory, so probably it's not your filesystem which is
full but the allocated memory space.
Just increase your root fs allocation in leaf.cfg


Eric

 Hi


 my leaf on ext2 partition was working perfectly .. Then I added some extra
 packages which I needed , namely openvpn and a few others Everything was
 still working .. till I read on a document of openvpn it also needed some
 library modules ..

 So I added libcrpto.lrp,libssl.lrp,liblzo.lrp,ncurses.lrp,libz.lrp


 After this .. most of them were loading, but at the end it said no
 space left .. no more were loaded ..

 The system still runs further and get a few times this error message :
 cat: write error:  no space left on device


 I can run leaf .. But not all modules are present ..


 I searched the mailinglist documentation, but I don't think there's a
 solution for this ..


 Tom


 -
  Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketpl
 ace
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] multiple partitions = YAFFS

2008-03-26 Thread Eric Spakman
Hello Tom,

It depend on your needs. If you want to load the packages from an ext2 fs,
you have to create your own initrd:
http://leaf.sourceforge.net/doc/bucd-develop.xml.html#id3256747

But if you just want to use an ext2 fs from a running system, you can add
the module to moddb (copy the module to /lib/modules), no need to put it
in the initrd in that case.

Eric


 One other question, which I fear is a dumb one .. But I can't find it
 anywhere To install the ext2 module .. You have to put it in
 /boot/lib/modules
 and then declare it initrd through the LEAF Packages configuration menu..
 Well, I see it nowhere in the menu, and I've been through each part of
 it..

 also afterwarts when I should save it , pressing m only saves the
 moddb.lrp .. So how save it afterwarts?

 Thx, Tom



 Citeren Tom Hendrickx [EMAIL PROTECTED]:


 Hi Erich


 Thanks a lot and also to Eric!
 The problem was indeed with the ext2 module not being loaded yet :$
 So now I'm just going to use one partition ext2 to do the trick ..


 While checking the different filesystems in the available modules, I
 noticed however there's no support for YAFFS nor for JFFS2 .. Is this one
 day gonna change? To make the flash drives more durable..

 Or is it possible to give some extra parameters to the system with
 ext2, to make it more durable in this way?

 Greetz,


 Tom


 Citeren Erich Titl [EMAIL PROTECTED]:


 Hi Tom


 Tom Hendrickx wrote:

 Hi everyone,


 a few weeks ago I got the leaf system working , but I had put
 everything on the first msdos partition .. To make it a bit more
 endurable, I would like to put as much as possible on the second
 partition, where I thought to use YAFFS.

 Has someone allready some experience with this and/or remarks to
 it?

 When I built cups for leaf I needed some persistent storage. I used a
  4 Gig CF with ext2 filesystem. As I needed to have ext2 anyway I
 decided then to go the whole distance and format all partitions on the
 CF with ext2. No trouble at all. I suggest though to also load
 the hdsupp package and to run fsck periodically on the partitions.


 cheers

 Erich






 ---
 --
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/market
 place
 ---
 -
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/






 -
  Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketpl
 ace
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] multiple partitions = YAFFS

2008-03-26 Thread Eric Spakman
Hi Tom,

My previous mail had a link with the exact commands to execute:
http://leaf.sourceforge.net/doc/bucd-develop.xml.html#id3256747

Eric

 indeed .. for the making of the image I had to use dd if=initrd.lrp
 instead of dd if=/dev/zero I guess .. So I changed this, and my file is
 now a lot bigger .. but still 70kb's smaller then the original file and
 still blocking on the same

 So I must be doing something wrong somewhere .. I'm not a real expert
 at these things, so it's possible I'm looking over something very small

 grtz, Tom



 Citeren KP Kirchdoerfer [EMAIL PROTECTED]:


 On Wednesday 26 March 2008 10:56:47 Tom Hendrickx wrote:

 Hi Eric


 My plan is indeed to load the packages from an ext2 fs ..
 So what I did was the following:


 initrd.lrp

 initrd.lrp is a different package - it's a compressed, minix
 formatted filesystem. To add or change it's content you have to
 uncompress it and mount it on a minix formatted mount point:

 dd if=/dev/zero of=initrd bs=1k count=1500 mkfs.minix initrd 4096 mount
 -t minix initrd /mnt -o loop


 Copy the contents for the initrd package to the /mnt directory:
 this is the ext2.o file

 sync umount /mnt gzip -9 initrd mv initrd.gz initrd.lrp

 then when I try to start the machine to see if everything still works
 I
 get this error: Warning : unable to open an initial console.
 Kernel panic: No init found. Try passing init= option to Kernel.


 *and everything hangs*
 ps: it's still on a fat filesystem .. but that's still inside the
 initrd normally so it shouldn't make any difference

 Tom


 It looks like you created an nearly empty initrd, only containing
 ext2.o - that's not enough.

 Start again, mount an initrd_ide.lrp and _add_ ext2.o to
 /boot/lib/modules
 and load it  in /boot/etc/modules.

 kp

 ---
 --
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/market
 place
 ---
 -
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/






 -
  Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketpl
 ace
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] multiple partitions = YAFFS

2008-03-26 Thread Eric Spakman
Hi Tom,

Ok, I see. The doc isn't clear about how to extract the contents from the
original initrd:

mv initrd.lrp initrd.gz
gunzip initrd.gz
mount -t minix initrd /mnt -o loop

After that you have the contents from the package in the /mnt directory

You can take a shortcut (instead of creating a fresh initrd as written in
the doc) by copy the ext2 module to /mnt/boot/etc/modules/ and edit the
/mnt/boot/etc/modules file to load the ext2 module, after that umount
/mnt, type sync and gzip -9 the initrd again.


Eric

 Hi eric,


 I used those commands from your link .. namely these :


 initrd.lrp is a different package - it's a compressed, minix formatted
 filesystem. To add or change it's content you have to uncompress it and
 mount it on a minix formatted mount point:

 dd if=/dev/zero of=initrd bs=1k count=1500 mkfs.minix initrd 4096 mount -t
 minix initrd /mnt -o loop

 Copy the contents for the initrd package to the /mnt directory:


 sync umount /mnt gzip -9 initrd mv initrd.gz initrd.lrp
 ___
 But like I mentioned .. My initrd.lrp file was way too small afterwarts
 if dd if=/dev/zero needs to be used .. From where do I get all the other
 files from the original initrd.lrp package? I would think once
 uncompressed and mounted , they should be available at the folder .. but
 it's empty everytime

 Tom


 Citeren Eric Spakman [EMAIL PROTECTED]:


 Hi Tom,


 My previous mail had a link with the exact commands to execute:
 http://leaf.sourceforge.net/doc/bucd-develop.xml.html#id3256747


 Eric


 indeed .. for the making of the image I had to use dd if=initrd.lrp
  instead of dd if=/dev/zero I guess .. So I changed this, and my
 file is now a lot bigger .. but still 70kb's smaller then the original
 file and still blocking on the same

 So I must be doing something wrong somewhere .. I'm not a real expert
  at these things, so it's possible I'm looking over something very
 small

 grtz, Tom



 Citeren KP Kirchdoerfer [EMAIL PROTECTED]:



 On Wednesday 26 March 2008 10:56:47 Tom Hendrickx wrote:


 Hi Eric



 My plan is indeed to load the packages from an ext2 fs ..
 So what I did was the following:



 initrd.lrp

 initrd.lrp is a different package - it's a compressed, minix
 formatted filesystem. To add or change it's content you have to
 uncompress it and mount it on a minix formatted mount point:

 dd if=/dev/zero of=initrd bs=1k count=1500 mkfs.minix initrd 4096
 mount -t minix initrd /mnt -o loop



 Copy the contents for the initrd package to the /mnt directory:
 this is the ext2.o file

 sync umount /mnt gzip -9 initrd mv initrd.gz initrd.lrp

 then when I try to start the machine to see if everything still
 works I
 get this error: Warning : unable to open an initial console. Kernel
 panic: No init found. Try passing init= option to Kernel.



 *and everything hangs*
 ps: it's still on a fat filesystem .. but that's still inside the
 initrd normally so it shouldn't make any difference

 Tom



 It looks like you created an nearly empty initrd, only containing
 ext2.o - that's not enough.

 Start again, mount an initrd_ide.lrp and _add_ ext2.o to
 /boot/lib/modules
 and load it  in /boot/etc/modules.

 kp

 ---
 
 --
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/ma
 rket place
 ---
 
 -
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/







 -
 
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/mark
 etpl ace
 -
 ---
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/













-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] multiple partitions = YAFFS

2008-03-25 Thread Eric Spakman
Tom,

Did you install the ext2 kernel modules?


Eric

 Practical to know probably is .. once mounting the file system, I get
 this error : FAT: bogus logical sector size 0


 This only happens when I refer the pkgpath to something else as
 hda1:msdos
 (like hda2)


 After this, it's just each module (nf!)



 Tom


 Citeren Tom Hendrickx [EMAIL PROTECTED]:


 Hi everyone,


 a few weeks ago I got the leaf system working , but I had put everything
 on the first msdos partition .. To make it a bit more endurable, I
 would like to put as much as possible on the second partition, where I
 thought to use YAFFS.

 Has someone allready some experience with this and/or remarks to it?



 First of all I wanted to try to put as much as possible on the current
 second partition, namely an ext2 format. This was to see how working with
 a second partition would work out, before changing the partition to a
 YAFFS format.


 The problem however is that it isn't able to read any of the modules on
  the 2nd partition : hda2..

 Here is what I changed from a working example (one used partition)


 I copied all the lrp's and lwp's to hda2
 and changed the PKGPATH in leaf.cfg to : /dev/hda2

 possible that there has to be something like :msdos behind it .. I
 allready tried ext2 , but this failed ..

 If anyone could help me, thx a lot!
 Tom


 ---
 --
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/






 -
  This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Possible glitch in resolver with local host file

2008-03-19 Thread Eric Spakman
Hi Erich,

This should be fixed in 3.1 final:

Changelog between 3.1b2 and 3.1b3:

patch to fix ping: can't create raw socket: Address family not supported
by protocol whilst trying to ping/connect to a host from /etc/hosts and
ipv6 module is not loaded.


EricS

 Hi Folks


 I upgraded one of my firewalls last night to 3.1r2 und ran into a small
 issue which appears to be a resolver problem. When I have an entry for a
 remote system in /etc/hosts which is _not_ present in DNS I get first an
 IPv6 address from the resolver. Mind you, I don't use IPv6.


 Could someone verify this in 3.1 final


 Here some details:


 innerwall# uname -a Linux innerwall 2.4.34 #1 Tue Jan 23 20:12:21 CET 2007
 i686 unknown innerwall# cat /etc/issue LEAF Bering-uClibc 3.1 Rev 2 uClibc
 0.9.28  \n \l
 innerwall#

 innerwall# uname -a Linux innerwall 2.4.34 #1 Tue Jan 23 20:12:21 CET 2007
 i686 unknown innerwall# cat /etc/issue LEAF Bering-uClibc 3.1 Rev 2 uClibc
 0.9.28  \n \l
 innerwall#

 innerwall# ping chameleon PING chameleon (c0a8:d324:e0f6:ffbf::): 56 data
 bytes ping: can't create raw socket: Address family not supported by
 protocol

 innerwall# nslookup chameleon Server:192.168.254.31
 Address 1: 192.168.254.31 ad1.asp.ruf.ch


 Name:  chameleon
 Address 1: c0a8:d324:f7:ffbf::
 Address 2: 192.168.211.36 chameleon


 innerwall# cat /etc/hosts 127.0.0.1   localhost
 192.168.211.36   chameleon


 # The following lines are desirable for IPv6 capable hosts
 #::1 ip6-localhost ip6-loopback
 #fe00::0 ip6-localnet
 #ff00::0 ip6-mcastprefix
 #ff02::1 ip6-allnodes
 #ff02::2 ip6-allrouters
 #ff02::3 ip6-allhosts


 cheers

 Erich


 -
  This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Possible glitch in resolver with local host file

2008-03-19 Thread Eric Spakman
Hi Erich,


 This should be fixed in 3.1 final:


 Changelog between 3.1b2 and 3.1b3:


 patch to fix ping: can't create raw socket: Address family not
 supported by protocol whilst trying to ping/connect to a host from
 /etc/hosts and
 ipv6 module is not loaded.

 Thanks for the info. Which library does this relate to? can I just
 replace initrd to fix this?


Yes, the problem was related to busybox which is part of initrd.lrp. So
simply replacing that package should be enough to fix this problem.

 Thanks


 Erich


Eric


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Possible glitch in resolver with local host file

2008-03-19 Thread Eric Spakman
Hi Erich,


 This should be fixed in 3.1 final:



 Changelog between 3.1b2 and 3.1b3:



 patch to fix ping: can't create raw socket: Address family not
 supported by protocol whilst trying to ping/connect to a host from
  /etc/hosts and
 ipv6 module is not loaded.
 Thanks for the info. Which library does this relate to? can I just
 replace initrd to fix this?


 Yes, the problem was related to busybox which is part of initrd.lrp. So
  simply replacing that package should be enough to fix this problem.

 I guessed so :-)


 Do you know if there is somewhere a bugfix list for LEAF? How do you
 track the requests and fixes?


The changelog for the base image can be found here:
http://leaf.sourceforge.net/bering-uclibc/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=2MMN_position=2:2

The changelog for the individual packages can be found:
http://leaf.sourceforge.net/bering-uclibc/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=32:32
(at the end of the list, only the most recent changes)

Ofcourse in CVS all the changes are documented with every commit.

 Thanks


 Erich

Eric


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Busybox 1.8 coughes on multiple tabstops in /etc/network/interfaces

2008-03-19 Thread Eric Spakman
Hi Erich,

I couldn't find in the busybox changelog where this change is applied. I
will create an updated initrd with busybox-1.9.1 this evening which
hopefully fixes this issue.

Eric

 Hi


 After upgrading to busybox 1.8.2 I found that ifup does not handle
 multiple tabstops in /etc/network/interfaces well.

 auto eth11 iface eth11 inet static address 192.168.211.36 netmask
 255.255.255.224
 broadcast   192.168.211.63

 chameleon# ifup eth11 Error: an inet prefix is expected rather than
 192.168.211.36/4294967295.
 chameleon# e100: eth11 NIC Link is Up 100 Mbps Full duplex

 auto eth11 iface eth11 inet static address 192.168.211.36 netmask
 255.255.255.224
 broadcast   192.168.211.63

 chameleon# ifdown eth11 Nothing to flush.
 chameleon# ifup eth11 chameleon# e100: eth11 NIC Link is Up 100 Mbps Full
 duplex

 It appears the parsing algorithm has somewhat changed :-(, single
 tabstops work.

 This may come as a surprise to those considering an upgrade, without
 serial access to a remote router all thats left is a nice ride in the car.


 cheers

 Erich



 -
  This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] More problems with busybox 1.8.2

2008-03-19 Thread Eric Spakman
Hi Erich,

Can you make a tcpdump of the lookup?


Eric

 Hi folks


 chameleon# cat /etc/resolv.conf domain asp.ruf.ch nameserver 192.168.211.35


 The name server is dnscache on another bering box.




 This takes a long time to reply


 chameleon# nslookup innerwall Server:192.168.211.35
 Address 1: 192.168.211.35


 Name:  innerwall
 Address 1: 195.65.112.98 innerwall.asp.ruf.ch




 This is fast


 chameleon# nslookup innerwall.asp.ruf.ch Server:192.168.211.35
 Address 1: 192.168.211.35


 Name:  innerwall.asp.ruf.ch
 Address 1: 195.65.112.98 innerwall.asp.ruf.ch




 This also takes a long time to reply


 chameleon# nslookup innerwall.asp.ruf.ch. Server:192.168.211.35
 Address 1: 192.168.211.35


 Name:  innerwall.asp.ruf.ch.
 Address 1: 195.65.112.98 innerwall.asp.ruf.ch


 So it appears that using a fqdn with a trailing dot takes a long time to
 reply, without trailing dot it is fast. Not fully qualified names are slow
 too, even if the domain part in /etc/resolv.conf is correct.

 The problem appears to be related to a different query which takes a
 long time to reply, this may be due to a lame server but is disconcerting
 nevertheless.

 12:32:51.139282 IP 192.168.211.36.32785  192.168.211.35.domain:  11+
 Type865 (Class 29552)? innerwall.asp.ruf.ch. (50)
 12:33:01.139072 IP 192.168.211.36.32785  192.168.211.35.domain:  12+
 ? innerwall.asp.ruf.ch. (38)


 cheers

 Erich




 -
  This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Assign eth0 to specific NIC

2008-03-12 Thread Eric Spakman
Hi Merrick,

AFAIK it's the kernel which assigns the NICs to a specific number. Maybe
it's possible to use some sort of userspace tool to reshuffle those
interfaces based on mac-addresses afterwards. But it's non-trivial.


Eric

 Hi Friends --


 On Bering uClibc 3.1, is there a way to control which network card gets
 assigned eth0, eth1, etc. when all cards use the same module?  I have two
 on-board NICs and a card NIC in the same system, and the card is detected
 first (assigned eth0), with the on-board NICs last (assigned eth1 and
 eth2).  I would prefer to use the onboard NICs as eth0 and eth1.

 The last time I could find this question asked was 2003 -- the answer
 then was no -- so I was wondering if anything had changed since then?

 Thanks so much!


 Merrick
 _
 Helping your favorite cause is as easy as instant messaging. You IM, we
 give. http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] openntpd problem on 3.1-rc1

2008-02-19 Thread Eric Spakman
Hello Mats Erik,

This default only works for setups which uses dhcp, not for statically
adresses or ppp(oe/oatm). So a default setting is difficult to give.

http://leaf.sourceforge.net/doc/buci-dnsmasq3.html

Eric

 Hello Matt Cartter,


 your problem is due to the fact that Openntpd is using /etc/resolv.conf,
 which in the default setting is pointing to the interior address
 192.168.1.254. Unfortunately, Dnsmasq is in its
 default setting (of Bering) not propagating the external nameserver from
 /etc/dhcp/resolv.conf,
 so Openntpd has no access to any external time server, and thus produces
 those error messages. The simplest remedy is to activate name resolution:


 resolv-file=/etc/dhcpc/resolv.conf

 in  /etc/dnsmasq.conf. Then Openntpd will be operational from boot time. I
 have suggested this default value to KP Kirchdörfer. We will have to wait
 and see whether it does get implemented.

 Regards


 Mats Erik Andersson


 Message: 2
 Date: Tue, 19 Feb 2008 14:05:35 -0500
 From: Matt Cartter [EMAIL PROTECTED]
 Subject: [leaf-user] openntpd problem on 3.1-rc1
 To: leaf-user@lists.sourceforge.net
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain;charset=us-ascii


 I am running 3.1-rc1.


 When openntpd is started in the -s mode, I get the following:
 Running start command ...
 Starting openntpd: dispatch_imsg in main: pipe closed
 Lost child: child exited
 Terminating
 openntpd.

 The command failed.  Usually this is due to an
 error in the configuration file.

 When openntpd is started in configtest mode (-n), I get the following:
 Running start command ...
 Starting openntpd: ntp engine ready
 imsg_get: Bad file descriptor
 ntp engine exiting Lost child: child exited
 Terminating
 openntpd.

 The command failed.  Usually this is due to an
 error in the configuration file.


 The configuration files are as follows:
 /etc/default/openntpd
 # Uncomment to set the system time when starting in case the offset
 # between the local clock and the servers is more than 180 seconds.
 # For other options, see man ntpd(8).
 DAEMON_OPTS= -s


 /etc/openntpd/ntpd.conf
 # $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $
 # sample ntpd configuration file, see ntpd.conf(5)


 # Addresses to listen on (ntpd does not listen by default)
 #listen on *
 #listen on 127.0.0.1
 #listen on ::1


 # sync to a single server
 #server ntp.example.org


 # use a random selection of 8 public stratum 2 servers
 # see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
 servers pool.ntp.org

 Any suggestions you have for finding the source of this problem would
 be greatly appreciated.

 Matt






 --


 ---
 --
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/


 --


 ___
 leaf-user mailing list leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user



 End of leaf-user Digest, Vol 21, Issue 9
 


 -
  This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] busybox/ping behaves like ping6 - this is serious man!

2007-10-19 Thread Eric Spakman
Hi Cpu,

The next beta of Bering-uClibc will have use a later version of busybox.
Hopefully all this issues will be solved by then.


Eric

 Back in June I posted strange behavior by busybox/ping, but nothing has
 changed. I'd like to repost the problem (thoughts, anyone?):

 ---


 3.1 busybox/ping behaves like ping6...


 ...when I ping anything in /etc/hosts


 I've been using 3.1 for a while but just noticed this:


 ping localhost

 PING localhost (7f00:1:60ea:ffbf::): 56 data bytes
 ping: can't create raw socket: Address family not supported by protocol


 (ping something-else-in-/etc/hosts ... same as above)


 This is the same behaviour as ping6. Why is this happening?


 Also, I cannot send mail either:


 echo test| mail -s Test Mail -d mydomain.net -h
 smtp.inmyhostsfile.net to [EMAIL PROTECTED]

 nc: socket: Address family not supported by protocol
 Error: Unknown response.
 RSET
 0:
 Aborting due to connection error
 Killing child processes: 8309 8310


 I have ping from a mandrake installation, which I renamed to ping4. No
 problems pinging anything in the hosts file.

 I have a bread  butter bering-uclibc 3.1 floppy installation and
 host-file ping/name resolution is messed up there too.


 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com


 -
  This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] [leaf-devel] glitch in lrcfg backup

2007-08-30 Thread Eric Spakman
Hi Erich,

That's indeed not how it's meant to be, can you provide a patch?

Eric

 Hi Folks


 after some struggling with the backup function in webconf last week I
 decided to upgrade to 3.1beta1.

 Still using my multi-personality setup I found that the newly introduced
 lrcfg.backup script breaks a number of things

 Here is the background


 in my leaf.cfg I have

 CONFIGDB=sentinel


 which uses sentinel.lrp for the configdb at load time, but when trying to
 save it


 Creating configdb.lrp Please wait: \
 New Package:
 ls: /tmp/configdb.lrp: No such file or directory
 Old Package:
 ls: /var/lib/lrpkg/mnt0/configdb.lrp: No such file or directory
 Filesystem   1k-blocks  Used Available Use% Mounted on
 /dev/hdc319144  5708 13436  30% /mnt


 It mounts the target partition correctly, but the code to backup in
 lrcfg.backup is

 cd / if [ $PACKAGE = configdb ] ; then /usr/sbin/apkg -o $DIR  /dev/null
 21


 Does not specify a package name anymore, which is wrong IMHO. The old
 syntax used to be

 /usr/sbin/apkg -o $PACKAGE $DIR


 Looking into apkg I believe that the actual version would not honour the
 previous interface anymore

 -o)   create_local $2
 exit $? ;;
 vs.

 -o)   create_local $2 $3
 exit $? ;;



 I consider this a step back from the previous version, as the CONFIGDB
 parameter is now useless.

 cheers

 Erich


 -
  This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Bering uClibc AS a http load balancer

2007-08-14 Thread Eric Spakman
Hi Ad,

I think you need some sort of loadbalancing software on the router,
something like balancer (http://www.inlab.de/balance.html) or anything
simular. Balancer only has a command-line interface and no config file, so
better options may exist. An other option which might work is using DNS
round-robin by defining multiple addresses to the same host in /etc/hosts.

Eric

 Hi guys,


 Has anyone setup a bering uClibc box AS a load balancer, I can find a
 bunch of info on load balancing THE router/firewall, but nothing on
 actually have a bering machine AS the load balancer for a bunch of web
 servers behind it.

 Can anyone give me some advice on what I need (modules wise), will I need
 a custom kernel?

 Cheers
 Ad



 -
  This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] nohup

2007-08-09 Thread Eric Spakman
Hi Erich,

I see that nohup is a very small busybox applet which is currently not
enabled in the config. I will enable it in the next beta.

Eric

 Hi everybody


 Does anyone have a good method to deamonize a script in Bering uClibc, I
 am missing nohup.

 Thanks


 Erich


 -
  This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] ftp server

2007-06-21 Thread Eric Spakman
Hi Andrey,

Yes I do, although I don't have access to my box at the moment to check the 
config.

Some things to check:
In step 3 you use ext3, while in step 4 you use ext2. You should use fstab to 
make the mount permanent.
Are you permitting ftp traffic in your firewall rules?

Eric

-Original Message-
From: C.Dummy [EMAIL PROTECTED]
Cc: leaf-user@lists.sourceforge.net
Sent: 6/21/07 6:06 PM
Subject: Re: [leaf-user] ftp server

 Did anybody ran vsftpd succesfully on BeringU box?
Andrey

Hello. Thanks for advice. I installed vsftpd and server is running. I
edited vsftpd.conf so
local_enable=YES
I even changed (not sure what it is)
local_unmask=022
Than I created user
adduser cdummy -g ftp
with password.
When I try to ftp to server I'm not getting any respond from server.
Just can't connect, can't login still trying.

My idea was:
1. Ssh to BeringU box.(no problem)
2. Adduser cdummy with group ftp (no problem)
3. Mount -t ext3 /dev/hda1 /home/ftp (problems)
4. ftp to vsftpd server as local user cdummy (problems)
So after I restart BeringU box all above is gone.
When I boot from floppy/cd kernel finds hda: Fujitsu etc..). But when I do
mount -t ext2 /dev/hda1 /home/ftp
I'm getting:
mount: Mounting /dev/hda1 on /home/ftp failed: No such device

Any idea why there is no response from the server and why Ican't mount
my hda1? I tried to edit fstab same effect.
Thanks for help
Andrey
Eric Spakman wrote:
  Hello Andrey,
 
  That shouldn't be any problem. You can use the vsftpd.lrp package, which
  is a small, secure and fast ftp daemon (tftpd.lrp contains a Tftp daemon,
  which is something different). Configuration details can be found at the
  follwoing link: http://vsftpd.beasts.org/
 
  You can start and stop the daemon via ssh by doing /etc/init.d/vsftpd 
stop
  / start
 
  Eric
 
 
  Hello . I'm running single floppy Bering-u 3.0 distro. I'm thinking
  about adding small HDD and setting up ftp server on Bering box. I'd 
like to
  have this server on demand so I can start or stop server any time I 
want.
  Can this be done? Are there any docs or guide about that? What
  server would be the best to do that? Tftpd, vsftpd? Thanks for great 
distro
  and help. Andrey
 
 
  
-
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/
  
  leaf-user mailing list: [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/leaf-user
  Support Request -- http://leaf-project.org/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] ftp server

2007-06-13 Thread Eric Spakman
Hello Andrey,

That shouldn't be any problem. You can use the vsftpd.lrp package, which
is a small, secure and fast ftp daemon (tftpd.lrp contains a Tftp daemon,
which is something different). Configuration details can be found at the
follwoing link: http://vsftpd.beasts.org/

You can start and stop the daemon via ssh by doing /etc/init.d/vsftpd stop
/ start

Eric

 Hello . I'm running single floppy Bering-u 3.0 distro. I'm thinking
 about adding small HDD and setting up ftp server on Bering box. I'd like to
 have this server on demand so I can start or stop server any time I want.
 Can this be done? Are there any docs or guide about that? What
 server would be the best to do that? Tftpd, vsftpd? Thanks for great distro
 and help. Andrey


 -
  This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Boot hangs at initrd.lrp with Bering uClibc_3.1-beta1

2007-06-02 Thread Eric Spakman
Hi Jim,

It could be that the version of syslinux used is not compatible with your 
laptop's bios. You could try to use a different version of syslinux.

Eric

-Original Message-
From: Jim Ford [EMAIL PROTECTED]
To: Bering Leaf leaf-user@lists.sourceforge.net
Sent: 6/2/07 2:23 PM
Subject: [leaf-user] Boot hangs at initrd.lrp with Bering uClibc_3.1-beta1

I'm fed up with my PC based Leaf box roaring away next to my PC, and 
want to press into service an old Compaq laptop, for a bit more quiet 
and less 'carbon footprint'. The laptop is a 120Meg Pentium 1 with 32 
meg of ram.

I created a boot disk with the 
Bering-uClibc_3.1-beta1_img_bering-uclibc-1680.exe image and tried 
booting the laptop, prior to configuration. It got as far as '7 dots' 
whilst loading initrd.lrp and hung.

Ideas - anyone, please?

Jim Ford

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Seeking Samba v3 Pkg for BuCv3

2007-05-11 Thread Eric Spakman
Hi,

The problem with Samba 3.x is its enormous size, each daemon/program is
around 10 Mbyte, making it practically unusable for embedded use.

Eric


 Hi folks, as always thanks for everyone's work on LEAF!


 FWIW I'm presently on Bering v3.0 RC2.


 I'm setting up a FAT32 fileserver and thought that LEAF would make a
 nice tight base upon which to build that ... and I know LEAF quite well.

 I'm having some difficulty with the provided v2.2 of Samba and started
 to look into the Samba maillist, etc, for support. However v2.2 of Samba is
 no longer supported ... as of a couple of years ago no less!

 So I'm wondering if I might beseech someone to compile Samba v3 as a
 LEAF package?


 If there's anything I can do to facilitate this (uh, other than the
 compiling itself, which would be a huge undertaking for me) then please let
 me know!

 Here's what Samba provides as the most recent version 3 code:
 Current Stable Release: Samba 3.0.24 (gzipped)
 http://us1.samba.org/samba/ftp/stable/samba-3.0.24.tar.gz


 Cheers  thanks for any assistance or info!


 -
  This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] About SNMP Agent

2007-04-24 Thread Eric Spakman
Yes, both client and server:
http://leaf.sourceforge.net/bering-uclibc/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=32:32

Look for netsnmp packages.

Eric


 Is SNMP Agent available in LEAF or not?


 --
 View this message in context:
 http://www.nabble.com/About-SNMP-Agent-tf3637167.html#a10156525
 Sent from the leaf-user mailing list archive at Nabble.com.



 -
  This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Problem with zebra + ripd on Bering uClibC 3.0.2

2007-04-23 Thread Eric Spakman
Hi Andrew,

Are you sure both the zebra and ripd daemons are running? I don't use
ripd, but zebra/ospf is working fine. The uClibc version has the complete
feature set.

Eric



 I would like to get zebra + ripd working on my Bering uClibC 3.0.2 system
 but am running into problems. I have zebra + ripd working as I want/expect
 on RHL9, but when I try the same configuration files on Bering uClibC
 3.0.2 I
 get errors such as:

 Starting Zebra daemon: ripdThere is no such command.
 Error occured during reading below line.
 neighbor 192.168.1.1

 My configuration files:


 - start /etc/zebra/zebra.conf -
 hostname Router password zebra

 interface eth0 no shutdown multi cast

 interface eth1 no shutdown multicast

 log file /var/log/zebra.log - end /etc/zebra/zebra.conf on BUC 3.0.2
 -


 - start /etc/zebra/ripd.conf on BUC 3.0.2 -
 hostname ripd password zebra

 router rip version 2 interface eth0 interface eth1 neighbor 192.168.1.1
 !redistribute kernel
 !redistribute static
 redistribute connected

 log file /var/log/ripd.log - start /etc/zebra/ripd.conf on BUC 3.0.2
 -


 If I comment out the 'neighbor' command and include any of the
 'redistribute' commands I get a similar error to the effect that the
 commands do not exist.

 Are all of the zebra/ripd commands actually implemented in BUC?
 Anyone know why this is happening, or how to fix this?


 Thanks in advance.


 --
 View this message in context:
 http://www.nabble.com/Problem-with-zebra-%2B-ripd-on-Bering-uClibC-3.0.2-
 tf3626885.html#a10127396 Sent from the leaf-user mailing list archive at
 Nabble.com.



 -
  This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Problem with zebra + ripd on Bering uClibC 3.0.2

2007-04-23 Thread Eric Spakman
Andrew,


 Hi Andrew,


 Are you sure both the zebra and ripd daemons are running? I don't use
 ripd, but zebra/ospf is working fine. The uClibc version has the
 complete feature set.

 Eric




 I would like to get zebra + ripd working on my Bering uClibC 3.0.2
 system but am running into problems. I have zebra + ripd working as I
 want/expect on RHL9, but when I try the same configuration files on
 Bering uClibC
 3.0.2 I
 get errors such as:

 Starting Zebra daemon: ripdThere is no such command.
 Error occured during reading below line.
 neighbor 192.168.1.1

 My configuration files:



 - start /etc/zebra/zebra.conf -
 hostname Router password zebra

 interface eth0 no shutdown multi cast

 interface eth1 no shutdown multicast

 log file /var/log/zebra.log - end /etc/zebra/zebra.conf on BUC
 3.0.2
 -



 - start /etc/zebra/ripd.conf on BUC 3.0.2 -
 hostname ripd password zebra

 router rip version 2 interface eth0 interface eth1 neighbor
 192.168.1.1
 !redistribute kernel
 !redistribute static
 redistribute connected

 log file /var/log/ripd.log - start /etc/zebra/ripd.conf on BUC
 3.0.2
 -



 If I comment out the 'neighbor' command and include any of the
 'redistribute' commands I get a similar error to the effect that the
 commands do not exist.

 Are all of the zebra/ripd commands actually implemented in BUC?
 Anyone know why this is happening, or how to fix this?



 Thanks in advance.



 --
 View this message in context:
 http://www.nabble.com/Problem-with-zebra-%2B-ripd-on-Bering-uClibC-3.0
 .2-
 tf3626885.html#a10127396 Sent from the leaf-user mailing list archive
 at Nabble.com.




 -
 
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 --
 --
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/






 ---
 --
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/




 Eric:


 If you look at the error message it indicates that Zebra is starting the
 ripd service. Besides, the 'neighbor' command appears only in the
 ripd.conf file, which I assume is only read by ripd when it tries to
 start.

Can you try to start with the default configuration and check the output
of ps, after that make your changes (in ripd.conf first) and restart the
ripd with /etc/init.d/ripd restart.


Eric


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Backup log on Bering uClibc 3.0.2

2007-04-17 Thread Eric Spakman
Hi Math,

You can scp the logfiles to a Windows or Linux system.

Eric

 Hi everybody


 I try to find how to save the log files on the Bering uClibc 3.0.2.


 When choose the option s) Save configuration that don't save the log
 files and when i reboot the firewall all the files are reset. It's
 important to me to backup the shorewall log for exemple. In the old
 version i remenber that i can save the log files but i don't find in the
 news version !

 Thank,


 Math



 -
  This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Bering on CF on soekris net4801

2007-04-16 Thread Eric Spakman
Franck,

 Am Freitag, 13. April 2007 12:14:23 schrieb Franck:

 Hi,


 i've a problem with net4801 and bering on CompactFlash (CF)

 1/ I'm installed latest bering uclinux on CF on net4801 256Mb
 I'm changing initrd.lrp to boot on CF and had serial support


 On boot, net4801 like this :
 1 seconds to automatic boot. Press Crtl-P for entering monitor
 L 00 00 00 00 00 00 00 00 00 etc ..


 2/ I've another net4801 128Mb (3 years old) with bering installed in a
 production environnement. I've copy all CF content from old net4801 to
 new net4801 CF and the result is the same :( L 00 00 00 00 00 00 00 00 00
 etc ..

 What could be the solution ?

This looks like a LILO message, are you using LILO as bootmananger?

Eric


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Yet Another ucLIB build question

2007-04-11 Thread Eric Spakman
Hello Bino,

You need Bering-uClibc's buildtool. The old toolchain you downloaded from
the uClibc site won't work.

Eric

 Dear All ...


 I downloaded http://www.uclibc.org/downloads/root_fs_i386.ext2.bz2 ,
 extract it and mount it to /mnt/root_fs.

 Now , how to compile things again uclibc ?
 i.e : I have RUBY source on my hdd  and I want to try to compile it
 agains ucLIBC.

 Will it easier if I also got Bering's Buildtools ?


 Sincerely
 -bino-



 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] How to add NIC driver to floppy image for Bering uClibC 3.0.2

2007-04-05 Thread Eric Spakman
Hi Andrew,


 Why won't VMware Server boot from the ISO image. Just a boot error and
 then nothing.

Probably the version of ISOlinux isn't compatible with VMWare, so you
could try a different version.

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Does Leaf works on VMWARE

2007-04-05 Thread Eric Spakman
Andrew,

 I have my /etc/modules configured to load those same modules, but every
 time I boot
 the VM the driver does not load. Something about missing parameters for
 updown. I am not near my server to give you an exact error message. I know
 lsmod shows mii and crc32 being loaded, but I don't remember seeing
 pcnet32. Any ideas or hints?

 Thanks.

Make sure all three modules are available in the /lib/modules/ directory
and list them in /etc/modules in the following order:

crc32
mii
pcnet32

Also make sure the modules fit the kernel version (uname -r to determine
the running kernel version). The right modules tarball can be downloaded
from:
http://sourceforge.net/project/showfiles.php?group_id=13751
or directly from:
http://leaf.cvs.sourceforge.net/leaf/bin/bering-uclibc/packages/

Eric




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Upgrade

2007-03-15 Thread Eric Spakman
Franck,

In this case it's very easy. Just copy the updated packages to the storage 
media and reboot. You can see which packages are updated by looking at the 
changelog.

If you don't want downtime, you can follow Erich's suggestion by using apkg -u. 
But you may have to restart a few daemons in that case.

Eric

-Original Message-
From: Franck [EMAIL PROTECTED]
To: leaf-user@lists.sourceforge.net
Sent: 3/15/07 12:46 PM
Subject: [leaf-user] Upgrade

Hi,

is there a HOWTO to upgrade Bering in a production environnment like
Bering-uClibc 3.0.1 to 3.0.2 ?
My firewall is in prod and i can't stop it for a long time.

Can i upgrade only system and not config files ?

Regards

Franck
-- 
http://www.linuxpourtous.com


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Module needed

2007-03-12 Thread Eric Spakman
Hi Kory,

 Could someone please tell me which module(s) to use for the realtek 8201
 chipset?

Not sure. You could try the sis900 driver (which seems to have realtek
8201 code inside) or any of the realtek drivers (8139too, 8139cp, r8169
..) or the generic ne2k-pci.
There isn't much info on this card on the Internet, so it's a bit of try
and error.

 Thank you,
 Kory Krofft

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] uClibc 3.0 - How to save non package changes.

2007-03-12 Thread Eric Spakman
Hello Kory,

 Looking over the new 3.0 release. I am considering upgrading but I need
 to add a subdirectory to the /usr directory to share with samba. I can find
 no way to make the added directory persist through a reboot. I remember
 some discussion about a similar topic regarding the configuration save
 options a few weeks back but I can't recall the solution and the mail
 archives appear to be under maintenance or are other wise missing. Would
 some kind soul please educate me on how to save a newly added directory?

You can also use the /home directory with samba. Is there any particular
reason why you need a subdir in /usr?
The simplest option for having an (empty) directory persist, is to create
a simple package just containing the /usr/foo directory. This way the
directory persist, but not its contents.

 Additionally I am testing samba22.lrp and it loads properly but does not
 appear in the packages modification menu and is not backed up on a save
 changes s command.

 What do I need to do to fix it?

Give some more info?

Are there any /var/lib/lrpkg/samba22.* files available? Do you see
anything in the logs. What happens if you do a /etc/init.d/samba22 start
or restart? Did you by any change installed both samba.lrp and
samba22.lrp?


 Thanks all...


 Kory Krofft

Eric


 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] uClibc 3.0 - How to save non package changes.

2007-03-12 Thread Eric Spakman
Hi Kory,

It shouldn't be renamed indeed ;-)

Eric

 Eric,


 I renamed samba22.lrp to samba.lrp. So there is only one version loaded.
 It loads OK and the daemons start. /etc/init.d/samba restart does
 restart the daemons. I did not see anything in the logs that would explain
 it not showing up in the package config menu. Unless It needs to be
 samba22.lrp to work? I could see how that might affect it...

 Kory


 - Original Message -
 From: Eric Spakman [EMAIL PROTECTED]
 Date: Monday, March 12, 2007 11:22 am
 Subject: Re: [leaf-user] uClibc 3.0 - How to save non package changes.
 To: [EMAIL PROTECTED]
 Cc: leaf-user@lists.sourceforge.net


 Hello Kory,


 Looking over the new 3.0 release. I am considering upgrading but

 I need

 to add a subdirectory to the /usr directory to share with samba.
 I can find

 no way to make the added directory persist through a reboot. I
 remember some discussion about a similar topic regarding the
 configuration save
 options a few weeks back but I can't recall the solution and the
 mail archives appear to be under maintenance or are other wise missing.
 Would

 some kind soul please educate me on how to save a newly added
 directory? You can also use the /home directory with samba. Is there any
  particularreason why you need a subdir in /usr? The simplest option for
 having an (empty) directory persist, is to createa simple package just
 containing the /usr/foo directory. This way the directory persist, but
 not its contents.

 Additionally I am testing samba22.lrp and it loads properly but

 does not
 appear in the packages modification menu and is not backed up on
 a save
 changes s command.

 What do I need to do to fix it?


 Give some more info?


 Are there any /var/lib/lrpkg/samba22.* files available? Do you see
 anything in the logs. What happens if you do a /etc/init.d/samba22
 startor restart? Did you by any change installed both samba.lrp and
 samba22.lrp?


 Thanks all...



 Kory Krofft


 Eric



 --

 ---

 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to

 share your opinions on IT  business topics through brief surveys- and
 earn cash


 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 

 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/






 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to
 share your opinions on IT  business topics through brief surveys-and
 earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVD
 EV
 
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/






-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] mkfifo and nc problem (on old 2.4.26 version)

2007-03-06 Thread Eric Spakman
Hi Derek,

 I am trying to write a script to reset an ADSL ethernet modem on Leaf
 Bering Uclib 2.4.26.


 In one case I tried using mkfifo within a shell script - but there is no
 mkfifo (missing from busybox?) Is the a way to mkfifo in leaf?

Mkfifo is indeed not compiled in busybox. I will take a look how big it is
and look if it can be included in the next version of Bering-uClibc. This
is ofcourse no solution for the rather old version you are using. The only
option is to compile mkfifo against uClibc...



 in the second case I tried using nc ipaddr 23 -e shell-script

 The shell script gets started but appears to have an invalid stdin.
 Have I misunderstood how nc works, should I be using some other file
 descriptor?

I don't know enough about nc to answer that question... but looking at the
busybox help:
-e  Exec rest of command line after connect
it looks like busybox nc -e is used as nc -c, so using shell commands
instead of a script.

 TIA


 Derek


Eric



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Ok, the Cable Modem discussion has me concerned...

2007-02-26 Thread Eric Spakman
Hi,

 Just what a Software geek loves to hear - its a hardware problem.  ;-)


 Oh, wait a minute, its *my* hardware problem!  *PANIC* =-O


 Luckily, I do have some diagnostic equipment for the CAT 5... and
 plug  pray for the hub ports.


 Thanks, George.


 BTW, is there a RTFM of the ip -s link output somewhere?  The
 google for man ip wasn't particularly helpful...

Yes there is, the suite is called iproute2:
http://www.policyrouting.org/iproute2.doc.html

Eric




 At 15:45 2007-02-26, George Metz wrote:

 Ken Gentle wrote:


 snip!


 4: eth1: BROADCAST,MULTICAST,UP mtu 1500 qdisc pfifo_fast qlen 1000
  link/ether 00:0c:41:e9:34:dd brd ff:ff:ff:ff:ff:ff RX: bytes  packets
 errors  dropped overrun mcast 1152457833 11965659 79  0   0
 0
 TX: bytes  packets  errors  dropped carrier collsns
 0  011399780 0   11399778 0

 snip!


 Concerning me is the number of errors on eth1 - I'm wondering if I
 have similar duplex problems as Bob had.

 Nope, that's not a duplex issue. If it were, you'd be getting overruns
 and collisions.

 What we've got here is, probably, a bad NIC, bad wire, or bad port on
 the hub, or a bad hub in general. Notice that you've got zero transmit
 packets, but nearly as many transmit errors as you do receive packets.
 I'd try changing the cat 5 and the card, if you've got a spare;
 probably not the hub, or if it is then it's probably just the port
 itself, so try a different port too.

 George Metz


 ---
 --
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn
 cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
 V
 
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/




 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] editing root files

2007-02-25 Thread Eric Spakman
Hi Andrey,

Sorry for the late reply, I was away this weekend. Glad you sorted it 
out.

To answer some of your questions:
makedevs lp c 0 0  2 creates a couple of devices (two), mknod only 
one. 
The root.dev.mk file is part of initrd.lrp, in Bering-1.x times it was
indeed part of root.lrp. 

Eric


Sorry about all questions about printer. I had a typo error in 
parport_pc.o module. Sorry again and thanks for help. Printer work no 
problems now. There is no need to edit root package.
Andrey

.Dummy wrote:
  How is root.dev.mk created because I don't see this file in root.lrp?
 Andrey
 Eric Spakman wrote:
   
 Andrey,

 Those devices are already created by default.

 Eric

 From Creating printer server on your Bering machine
   
 
 
 
   
 Save the changed file and quit out of the Bering menu. We also need to 
 ensure there are sufficient printer and parallel interfaces for the 
 system to use. From the command line, change directory to:

 cd /var/lib/lrpkg
   

 Edit the file root.dev.mk by issuing

 ae root.dev.mk
   

 Check the file for the following lines:

 (...)
 mknod lp0 c 6 0 null  21
 (...)
 mknod par0  c 6 0 null 21
   

 In the stock Bering 1.1 distro, you are likely to find lines setting 
 up two lp nodes. Make sure you add the lines required to set up the 
 par nodes.

 If you need nodes for more than one printer and parallel port, add 
 more nodes, incrementing the nodes as show below:

 mknod lp1 c 6 1 null  21
 mknod lp2 c 6 2 null  21

 mknod par1  c 6 1 null 21
 mknod par2  c 6 2 null 21
   

 Save and quit the root.dev.mk file.

 Set the appropriate permissions on these nodes by editing the 
 root.dev.mod file, which is in the same /var/lib/lrpkg directory.

 To this file, add the following:

 chmod 666  lp*  null 21
 chmod 640 par* null 21
   

 Save and quit the root.dev.mod file.

   
 
 
 Andrey

 Eric Spakman wrote:
 
   
 Hi Andrey,

 What did you change in the p9100 configuration and why did you need to
 change /var/lib/lrpkg files?

 Eric

   
   
 
 Hello. I'm setting up p9100 printer.  I had to edit files in
 /var/lib/lrpkg and they are in root package. There is no more option to
 backup root package. How can I save this to the floppy? I tried to save
 configuration but this didn't do it. Thanks Andrey


 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Cable Modem speeds with Bering-uClibc

2007-02-25 Thread Eric Spakman
Hi Andrew,

It may be a duplex mismatch, you can check the link errors with 'ip -s
link'

Eric

Hello.

I'm using Bering-uClibc (not sure which version since the box is
headless) with Linux 2.4.32. It's running on a 486 with four 3c509's
in it. One is connected to a Motorola Surfboard 4200 cable modem.

When I get online with my Windows laptop using my LEAF box as a
gateway, my downloads are poor (50-60kB/s) but when I connect my
Windows laptop directly to the modem, they are more reasonable
(200-400kB/s). Before I cry to my Internet provider, I'd like to
eliminate my system from the list of possible problems.

I've used this exact same 486 in a different setup where it was
actually a router behind another commercial router which was connected
to a cable modem with much better speeds.

When connecting the modem directly to my laptop, I notice that I get
an IP address from a completely different network range than what my
LEAF box gets. When I plug my LEAF box back in, it gets the same IP
address as it had before. I've tried changing the MAC address of my
eth0 adapter to the MAC address of my laptop's ethernet adapter and
then my LEAF box gets the same IP address that my laptop got, but my
speeds are still poor.

Is there anything that I can do to eliminate the possibility that my
Linux box is causing the problem? Does anyone know what the problem
could be?

If you need any additional information, just ask.

Thanks.

Andy

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] editing root files

2007-02-25 Thread Eric Spakman
Thomas,

Hello Eric and all,

how can I backup initrd.lrp with Bering 3.01? In the backup-menue only
config and modules are offered.

You can't. But you can easely create a private initrd on a linux 
system by following the steps in this guide: 
http://leaf.sourceforge.net/doc/bucd-develop.xml.html#id2668625
(the initrd.lrp section)

Regards Thomas


Regards,
Eric


* Eric Spakman [EMAIL PROTECTED] [070225 15:10]:
 Hi Andrey,
 
 Sorry for the late reply, I was away this weekend. Glad you sorted it 
 out.
 
 To answer some of your questions:
 makedevs lp c 0 0  2 creates a couple of devices (two), mknod only 
 one. 
 The root.dev.mk file is part of initrd.lrp, in Bering-1.x times it was
 indeed part of root.lrp. 
 
 Eric
 
 
 Sorry about all questions about printer. I had a typo error in 
 parport_pc.o module. Sorry again and thanks for help. Printer work no 
 problems now. There is no need to edit root package.
 Andrey
 
 .Dummy wrote:
   How is root.dev.mk created because I don't see this file in root.lrp?
  Andrey
  Eric Spakman wrote:

  Andrey,
 
  Those devices are already created by default.
 
  Eric
 
  From Creating printer server on your Bering machine

  
  
  

  Save the changed file and quit out of the Bering menu. We also need to 
  ensure there are sufficient printer and parallel interfaces for the 
  system to use. From the command line, change directory to:
 
  cd /var/lib/lrpkg

 
  Edit the file root.dev.mk by issuing
 
  ae root.dev.mk

 
  Check the file for the following lines:
 
  (...)
  mknod lp0 c 6 0 null  21
  (...)
  mknod par0  c 6 0 null 21

 
  In the stock Bering 1.1 distro, you are likely to find lines setting 
  up two lp nodes. Make sure you add the lines required to set up the 
  par nodes.
 
  If you need nodes for more than one printer and parallel port, add 
  more nodes, incrementing the nodes as show below:
 
  mknod lp1 c 6 1 null  21
  mknod lp2 c 6 2 null  21
 
  mknod par1  c 6 1 null 21
  mknod par2  c 6 2 null 21

 
  Save and quit the root.dev.mk file.
 
  Set the appropriate permissions on these nodes by editing the 
  root.dev.mod file, which is in the same /var/lib/lrpkg directory.
 
  To this file, add the following:
 
  chmod 666  lp*  null 21
  chmod 640 par* null 21

 
  Save and quit the root.dev.mod file.
 

  
  
  Andrey
 
  Eric Spakman wrote:
  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Fwd: Cable Modem speeds with Bering-uClibc

2007-02-25 Thread Eric Spakman
Hi Andrew,

(Sorry, Eric. I hit Reply and not Reply-All.)

On 2/25/07, Eric Spakman [EMAIL PROTECTED] wrote:
 It may be a duplex mismatch, you can check the link errors with 'ip -s
 link'
I looked up a bit about duplexing and this NIC after a friend suggested that.

Here's what I get from that command:


3: eth0: BROADCAST,MULTICAST,NOTRAILERS,UP mtu 1500 qdisc pfifo_fast qlen 
1000
link/ether 00:20:af:17:57:b2 brd ff:ff:ff:ff:ff:ff
RX: bytes  packets  errors  dropped overrun mcast
741077003  1773743  18161   0   18161   0
TX: bytes  packets  errors  dropped carrier collsns
438580149  852431   0   0   219 2150
4: eth1: BROADCAST,MULTICAST,UP mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:20:af:3f:53:d4 brd ff:ff:ff:ff:ff:ff
RX: bytes  packets  errors  dropped overrun mcast
440479032  855735   42710   42710
TX: bytes  packets  errors  dropped carrier collsns
680103683  783492   0   0   0   4193

eth0 is connected to the Internet and eth1 is on the local network
side. There are errors showing up but I'm not too sure how to read the
above output.

I gave up attempting trying to fix any kind of duplexing issues when a
document I was reading said that I must be using a switch and *not* a
hub. I'm using a hub. It does appear, however, that the 3c509B (Sorry
for forgetting the B earlier, I didn't know how important it is!) can
do 10Mb/s duplex, but the hub kinda ruins that.


Yes, hubs an full-duplex is a no-go. Those old 3com cards mostly have 
a (dos) utility diskette where you can set the duplex mode and speed. 
Those tools should be available on the net somewhere and can be run 
from a freedos bootdisk or so.

You could try to force the cards in half-duplex mode, because I think 
the errors are because of a mismatch.

You could also try the ethtool.lrp package first (if it supports your 
card, which I'm not sure about). But this can only set the duplex 
non-permanent.

Thanks for your reply.

Andy



Eric

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] editing root files

2007-02-24 Thread Eric Spakman
Andrey,

Those devices are already created by default.

Eric

From Creating printer server on your Bering machine



 Save the changed file and quit out of the Bering menu. We also need to 
 ensure there are sufficient printer and parallel interfaces for the 
 system to use. From the command line, change directory to:

 cd /var/lib/lrpkg
   

 Edit the file root.dev.mk by issuing

 ae root.dev.mk
   

 Check the file for the following lines:

 (...)
 mknod lp0 c 6 0 null  21
 (...)
 mknod par0  c 6 0 null 21
   

 In the stock Bering 1.1 distro, you are likely to find lines setting 
 up two lp nodes. Make sure you add the lines required to set up the 
 par nodes.

 If you need nodes for more than one printer and parallel port, add 
 more nodes, incrementing the nodes as show below:

 mknod lp1 c 6 1 null  21
 mknod lp2 c 6 2 null  21

 mknod par1  c 6 1 null 21
 mknod par2  c 6 2 null 21
   

 Save and quit the root.dev.mk file.

 Set the appropriate permissions on these nodes by editing the 
 root.dev.mod file, which is in the same /var/lib/lrpkg directory.

 To this file, add the following:

 chmod 666  lp*  null 21
 chmod 640 par* null 21
   

 Save and quit the root.dev.mod file.



Andrey

Eric Spakman wrote:
 Hi Andrey,

 What did you change in the p9100 configuration and why did you need to
 change /var/lib/lrpkg files?

 Eric

   
 Hello. I'm setting up p9100 printer.  I had to edit files in
 /var/lib/lrpkg and they are in root package. There is no more option to
 backup root package. How can I save this to the floppy? I tried to save
 configuration but this didn't do it. Thanks Andrey


 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/


 



   


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] connectivity

2007-02-23 Thread Eric Spakman
Hi Andrey,

Any clues in the logs?

Eric

 Hello I'm running Bering 3.0. I have 2 switches and 5 machines and PS2
 on them and they are on 2 levels of the house. Anytime that I turn on any
 of the machines I loose Internet connection on whole network(20s-40s). I
 thought that maybe DNS fails. But even if I put my ISP dns server numbers
 in my single machines they also loose connection. I can't figure out why
 is this happenning. Has anybody seen this kind of problem? I have DSL. All
 lights on modem are solid (modem is in sync). No connection. Thanks for
 any ideas. Andrey


 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] editing root files

2007-02-23 Thread Eric Spakman
Hi Andrey,

What did you change in the p9100 configuration and why did you need to
change /var/lib/lrpkg files?

Eric

 Hello. I'm setting up p9100 printer.  I had to edit files in
 /var/lib/lrpkg and they are in root package. There is no more option to
 backup root package. How can I save this to the floppy? I tried to save
 configuration but this didn't do it. Thanks Andrey


 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] problems booting from Bering-uClibc_3.0.1_iso_bering-uclibc-iso.bin -- ISOLATED!

2007-02-15 Thread Eric Spakman
Hi Izzy,

 I think I've found the source of the problem, or at least the key
 difference.  The bootdisk.ima on the iso image was generated using syslinux
 3.20.  If I take the bootdisk.ima file, and syslinux it using
 this machine, it creates a working boot CD.  I'm using syslinux v 2.11, as
 provided in Debian Sarge.  I'm not sure what the problem is beyond that,
 but hopefully this lead to the solution.

I don't fully understand your problem, it is working with syslinux-2.11
and not with version 3.20? The problem with syslinux is that newer
versions fix booting of some biosses, but breaks on others It's nearly
impossible to find a version that works with all biosses. We could try an
update to version 3.3x


 ...Izzy

Eric



 Izzy Blacklock wrote:


 I ran into problems getting the iso images to boot.  I tried the latest
  from the following link, and an older release (v3.0-beta3) that I'd
 downloaded earlier.

 http://prdownloads.sourceforge.net/leaf/Bering-uClibc_3.0.1_iso_bering-
 uclibc-iso.bin?download

 Both gave me a boot failure at the initial bios screen.  Doesn't look
 like it even managed to load syslinux.  I was able to create my own
 bootable cd using the instructions from here:

 http://leaf.sourceforge.net/doc/buci-ide.html#id2650223


 This CD booted fine.


 As it turns out, the iso image from the site above works just fine on
 another, much newer machine.  The one I'm having issues with is an old
 AMD 233mhz system - not even sure what model CPU it has.  I suspect
 there must be differences in how the iso images are being created.  What
  mkisofs command is being used to generate the release iso images?
 From
 the instructions above, I used:

 mkisofs -v -b bootdisk.ima -c boot.catalog -r -J -f -o
 Bering-uClibc-CD.iso


 ...Izzy


 ---
 --
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn
 cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
 V
 
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] How do I change where s) Save Config goes to?

2007-02-15 Thread Eric Spakman
Hi Izzy,

Yes you can specify the backup device, it's the first entry in 
'PKGPATH'. (either in leaf.cfg or syslinux.cfg)

# The first entry is the backup device.
# If equal packages exist on multiple devices, the ones on the left 
most device have precedence.
PKGPATH=/dev/fd0u1680:msdos

Eric

I've created a Bering-uClibc_3.0.1 boot CD with USB thumb drive 
support.  I want to make the Save config, and Backup modules options in 
the menu write their changes to a USB thumb drive.  With the old backup 
system, you could specify where to write changes.  Is there a similar 
interface for the new backup system?  I looked through the menus, but 
didn't see anything.

BTW, the new backup system is wonderful.  Thanks to those responsible.

...Izzy

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] LEAF serial server

2007-02-13 Thread Eric Spakman
Hi Hillel,

 Hello Everyone,


 It looks like I may need a server to make a few serial printers and
 a parallel printer available on the network for IP socket printing from
 Unix servers similar to how a JetDirect print server works.
 Bering-uClibc with the ser2net package should be able to do it.


 Is there a list of supported multiple-port serial cards?


 There has been some mention of ser2net with uClibc only
 working on one serial port at a time.  Has anyone else tried to use ser2net
 on Bering-uClibc with more than one serial port at once?

I can't give an answer on the supported multiple-port serial cards, but
there is no restriction on the ser2net package and it should support
multiple ports without problems.


 Thanks.
 ---Hillel

Eric



 -
  Using Tomcat but need to do more? Need to support web services,
 security? Get stuff done quickly with pre-integrated technology to make
 your job easier. Download IBM WebSphere Application Server v.1.0.1 based
 on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] LEAF serial server

2007-02-13 Thread Eric Spakman
Hello Hillel,

 Thanks, Eric.  While ser2net does support multiple ports, the
 question is if the version built with uClibc for Bering-uClibc will
 support _simultaneous_ communication to multiple serial ports.   This
 is the problem that has been mentioned with ser2net compiled with
 uClibc.  It is very possible to have multiple print jobs being sent to
 more than one printer at once.

 This isn't known by me, where did you get this information?


 It was posted on the ser2net Sourceforge forum.  That list has
 very low traffic and not many replies to questions.  I was wondering if
 anyone here has actually tried it.

Hmmm, I see. Not a lot of information, not even the uClibc version he
uses. I don't know if our package has the same problem


 The list of supported serial ports are in the kernel config:
 http://leaf.cvs.sourceforge.net/leaf/src/bering-uclibc/apps/linux/
 Most possible drivers are enabled as module (which can be found in
 the kernel tarball, in the /kernel/drivers/char subdirectory)

 As far as I know there is support for 4 serial ports, but you can
 build a custom kernel with more ports if needed (with the penalty of
 added kernel size).

 I need to support the two onboard serial ports along with 4 more
 on a multiport card.  From the kernel config you referenced above, it looks
 like it requires a recompiled kernel with CONFIG_SERIAL_MANY_PORTS and
 CONFIG_SERIAL_MULTIPORT set.


 I there a quick how-to for setting up the development environment
 for just recompiling the Bering-uClibc kernel without rebuilding the whole
 distribution from scratch?

The kernel is not uClibc dependent, so you can just build it on a normal
linux system. But it's not very convenient this way:
-You have to download the right tagged version (patches and config) from
LEAF CVS
-Apply the patches in the right order
-Copy the .config to the kernel tree
-Build the kernel and modules
-UPX the kernel

It's easier to use buildtool
(http://leaf.sourceforge.net/doc/buc-buildtool.html) and build the kernel
with:
./buildtool.pl build kernel
./buildtool.pl build kmodules

You have to read the Checking out an older version to build part for
your specific Bering-uClibc version.

 Thanks.
 ---Hillel

Eric



 -
  Using Tomcat but need to do more? Need to support web services,
 security? Get stuff done quickly with pre-integrated technology to make
 your job easier. Download IBM WebSphere Application Server v.1.0.1 based
 on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] a question about libc207/225 packages

2007-02-12 Thread Eric Spakman
Hi Sandro,

 Hi,
 the 2.X packages in subject are not present in 3.X because are missing or
 because they are dismessed/not-supported ?

The libc207/225 packages are slowy dismessed. But those two packages in
the 2.x directory still work fine with the 3.x release.

 Regards,
 Sandro Doro

Regards,
Eric


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] tinydns...

2007-02-12 Thread Eric Spakman
David,

 any luck finding the docs on setting up tinydns? i've got the latest
 uclibc 3.0.1 and am loading the tinydns.lrp, but tinydns-data doesn't
 seem to be doing anything...

There are no tinydns docs in the LEAF repository (anymore...), but the
official tinydns docs should do:
http://cr.yp.to/djbdns/tinydns.html
http://tinydns.org/


 thanks! dwf

Eric


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] tinydns...

2007-02-12 Thread Eric Spakman
Hi David,

I found a link to Nilo's original documentation:
http://leaf.cvs.sourceforge.net/leaf/devel/jnilo/documentation/packages/

The tinydns.xml document is still valid for the basic setup.

Eric

 any luck finding the docs on setting up tinydns? i've got the latest
 uclibc 3.0.1 and am loading the tinydns.lrp, but tinydns-data doesn't
 seem to be doing anything...

 thanks! dwf

 -
  Using Tomcat but need to do more? Need to support web services,
 security? Get stuff done quickly with pre-integrated technology to make
 your job easier. Download IBM WebSphere Application Server v.1.0.1 based
 on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] SQUID - IIS issues patch inclusion

2007-02-09 Thread Eric Spakman
Matt,

 Eric, many thanks I believe it is this one


 http://devel.squid-cache.org/cgi-bin/diff2/pinning.patch?s2_5

I have patched the 2.5STABLE14 source and will send you the new package in
a private mail for testing. Any idea if the patch is already part of the
2.6STABLE9 release?


 Happy days, time to block all those nasty doubleclick advertisements,
 MSN during school weeks, runescape and a host of other things unless
 their marks pick up markedly!!

 I will have to get all other sites that allow you to use MSN via a
 webpage first before getting to excited, teenagers are far too cluey for my
 liking.

:-)))


 Regards,
 Matt

Regards,
Eric


 On Fri, 2007-02-09 at 08:52 +0100, Eric Spakman wrote:

 Hello Matt,


 I don't think it's patched into 2.5STABLE14 yet, but it should be no
 problem to do that. Can you give me a link to the patch?

 Eric


 I run squid on my Leaf box in a transaprent proxy config with
 shorewall trapping all port 80 outbound traffic.

 There exists an issue with IIS (surprisingly) in that it does not
 play properly with proxy servers like squid. It can return a NTLM
 authentication request and squid as of 2.5STABLE5 does not have the
 patch to handle it. I noticed that they will be putting it into 2.6
 but

 I wonder if its been patched into the Bering 3 squid (2.5STABLE14)
 package?

 If not, would it be at all possible to have this incorporated into
 the next package release to assist all us parents trying to have some
 control over where and what the children see? This particular problem
 is on her school intranet site that my daughter needs.

 With thanks,
 Matt




 -
 
 Using Tomcat but need to do more? Need to support web services,
 security? Get stuff done quickly with pre-integrated technology to
 make your job easier. Download IBM WebSphere Application Server
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121
 642
 --
 --
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/



 ---
 --
 Using Tomcat but need to do more? Need to support web services,
 security? Get stuff done quickly with pre-integrated technology to make
 your job easier. Download IBM WebSphere Application Server v.1.0.1 based
 on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=12164
 2
 
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/



 -
  Using Tomcat but need to do more? Need to support web services,
 security? Get stuff done quickly with pre-integrated technology to make
 your job easier. Download IBM WebSphere Application Server v.1.0.1 based
 on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Errors on a compact flash

2007-02-07 Thread Eric Spakman
Hi Domenico,

A bit of googling showed that
hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_no_data_intr: error=0x04 { DriveStatusError }

is just a warning and can be ignored. It has probably something todo with
the type of IDE controller you have.

There is even a config option in the kernel that supresses this warning:
CONFIG_IDEDISK_MULTIMODE
But because it may not be a good general option it's not enabled by default.

I'm not sure about the hda: Write Cache FAILED Flushing!


Eric

Op Wo, 7 februari, 2007 3:58 pm schreef Domenico Viggiani:
 Hi,
 I just installed Bering-uClibc 3.0.1 on a PC Engines WRAP box with a CF
 Card
 but I'm getting these warnings at startup: ...
 hda: HYPERSTONE FLASH DISK, CFA DISK drive
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hda: attached ide-disk driver.
 hda: 253696 sectors (130 MB) w/0KiB Cache, CHS=991/8/32
 Partition check:
 hda: hda1
 hda: hda1
 hda: hda1
 hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
 hda: task_no_data_intr: error=0x04 { DriveStatusError }
 hda: Write Cache FAILED Flushing!
 hda: hda1
 hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
 hda: task_no_data_intr: error=0x04 { DriveStatusError }
 hda: Write Cache FAILED Flushing!
 LINUXRC: Mounting a 16M TMPFS filesystem...
 hda: hda1
 hda: hda1
 ...


 Instead, booting from network with PXE, I get no error:
 ...
 hda: HYPERSTONE FLASH DISK, CFA DISK drive
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hda: attached ide-disk driver.
 hda: 253696 sectors (130 MB) w/0KiB Cache, CHS=991/8/32
 Partition check:
 hda: hda1
 NET4: Linux TCP/IP 1.0 for NET4.0
 ...


 Any suggestion?


 Thanks
 --
 Domenico Viggiani



 -
  Using Tomcat but need to do more? Need to support web services,
 security? Get stuff done quickly with pre-integrated technology to make
 your job easier. Download IBM WebSphere Application Server v.1.0.1 based
 on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Problem With YATE

2007-02-05 Thread Eric Spakman
Yes, I have. What is the problem?

Eric

Hi, does anyone configured yate on Uclibc? 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] How to use a floppy with BUC-3.0

2007-02-02 Thread Eric Spakman
Hi Richard,


We were playing with a new installation of Bering 3.0 today.
Tried several things including editing fstab in order to mount a floppy
and get extra packages with the usual leaf.cfg.

How did you try to mount the floppy?
mount -t msdos /dev/fd0u1680 /mnt
(or /dev/fd0 for a 1.44 formatted floppy) just works for me.

Is a floppy no longer supported or is something else wrong?

Probably something else ;-)

Rick.

Eric

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] isdn.lrp and ms-get-dns???

2007-02-01 Thread Eric Spakman
Hi Sayang,

 Hi LEAF friends,


 I'm using isdn.lrp to connect to the internet.
 my isdnctrl version is 3.1pre1

 I got the hint from Eric to use the option ms-get-dns to obtain the
 nameserver ip address when I dial up my internet provider.

 I read in http://www.isdn4linux.de/faq/i4lfaq-12.html
 is it right, that the options ind isdn.lrp different than the isdn4linux?

isdn.lrp is isdn4linux. Also in the above link I see the ms-get-dns
option described in section 12.10

 for the dial in information I just need to modify the files
 /etc/isdn/ioptions
 and the /etc/ppp/pap-secrets.

 I've tried to set the option ms-get-dns in my ioptions but it dosen't
 work.

The ioptions file is not really used anymore, you could try the following:

Add the next line to /etc/isdn/isdn.conf :
GETDNS=ms-get-dns

and extend the last line in isdn.conf from
IOPTIONS= $MTU $MRU $USER $LOCAL $REMOTE $LCP $IPDEFAULT $DEFAULTROUTE
$MULTILINK

to

IOPTIONS= $MTU $MRU $USER $LOCAL $REMOTE $LCP $IPDEFAULT $DEFAULTROUTE
$MULTILINK $GETDNS

 I'm very appreciate for your help


 thank you in advance Sayang


Eric



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] ISDN connection and nameserver?

2007-01-30 Thread Eric Spakman
Sayang,

 Hi All,


 how can I configure my Bering, that I can use the nameserver?

 ping www.google.com

 I's using ISDN to connect to Internet.

If you are using dnsmasq, you can use the following description:
http://leaf.sourceforge.net/doc/buci-dnsmasq3.html#id2661237

It should be more or less the same if you are using ipppd (isdn.lrp)
instead of pppd (ppp.lrp). If you are using ipppd it could be necessary to
set the ms-get-dns option, but I'm not sure about it.

You can also set the nameserver(s) in /etc/resolv.conf directly.


 thank you

 Sayangoin



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Installation using PXE...getting 'unkown host'

2007-01-26 Thread Eric Spakman
Hi John,

This looks a bit strange How did you configure your CF in the 
bios? Is the CF pristine or partitoned and formatted? The kernel seems
to find a hda2.

Eric

--
hda: hda1
hda: hda1
hda2: bad access: block=2, count=2
end_request: I/O error, dev 03:02 (hda), sector 2
EXT2-fs: unable to read superblock
hda: hda1
hda: hda1
hda2: bad access: block=2, count=2
end_request: I/O error, dev 03:02 (hda), sector 2
MINIX-fs: unable to read superblock
hda: hda1
hda: hda1
hda2: bad access: block=0, count=1
end_request: I/O error, dev 03:02 (hda), sector 0
FAT: unable to read boot sector
hda: hda1
hda: hda1
hda2: bad access: block=0, count=1
end_request: I/O error, dev 03:02 (hda), sector 0
FAT: unable to read boot sector
Kernel panic: VFS: Unable to mount root fs on 03:02

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Installation using PXE...getting 'unkown host'

2007-01-25 Thread Eric Spakman
Hi John,

The latest pxe config file (default) uses ipappend 1 to give the
actual ip address to the kernel at boottime. You could try the following,
previous method, of defining the ip address:

serial 0 19200
timeout 0
append console=ttyS0,19200
default pxe/linux ip=192.168.1.254:::255.255.255.0:pxe:eth0 rw
initrd=pxe/initrd.lrp init=/linuxrc root=/dev/ram0
boot=/tftp/192.168.1.200 LRP=etc,inittabs,hdsupp,wget,smbmount

Regards,
Eric


 hi all:

 I'm trying to install LEAF on a Soekris 4521 using PXE, and I'm
 getting pretty close thanks to the documentation, FAQ's and searching the
 lists.

 At this point however I'm really stuck in that the 4521 boots, but
 fails when it tries to load the packages. I've copied the last few lines of
 the boot output from the serial output, as you can see it ends with Enter
 Runlevel


 Any help would be greatly appreciated.


 - CUT 
 VFS: Mounted root (minix filesystem).
 Freeing unused kernel memory: 104k freed
 LINUXRC: Bering - Initrd - V2.1 uClibc-0.9.20
 Mounting the TMPFS filesystem...
 Loading packages via tftp from BOOT_IMAGE=pxe/linux.
 BOOT_IMAGE=pxe/linux: unknown host
 tftp usage: get host:file host:file ... file, or get file file ... file if
 connected tftp usage: get host:file host:file ... file, or get file file
 ... file if connected
 tftp usage: get host:file host:file ... file, or get file file ... file if
 connected tftp usage: get host:file host:file ... file, or get file file
 ... file if connected
 tftp usage: get host:file host:file ... file, or get file file ... file if
 connected tftp Finished loading etc,inittabk,hdsupp,wget,smbmount.
 LINUXRC: Installing -  etc: etc(nf!)  inittabk: inittabk(nf!)  hdsupp:
 hdsupp(nf !)  wget: wget(nf!)  smbmount: smbmount(nf!) - Finished.
 INIT: version 2.86 booting
 INIT: No inittab file found


 Enter runlevel:


 -


 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys - and earn
 cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] asterisk for LEAF?

2007-01-25 Thread Eric Spakman
Hi Michelle,

 Hello Geeks, Nerds and whoever,


 does anyone have done stuff on getting a minimal Asterisk Server with an
 ADSL 128/1024kBit plus ISDN-Card AVM A1
 running on LEAF?

Yes, Cedric Schielli created a complete set of Asterisk packages
(including ISDN support) for Bering-uClibc. They can be downloaded from
the Bering-uClibc packages page, in the contrib section:
http://leaf.sourceforge.net/bering-uclibc/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=32:32#CONTRIB

 Crazy question but having LEAV running on a 8/16 MByte
 CF-Card with Asterisk...


 Note:  I have continued my LRP stuff which is now in
 version 4 but discontinuing because lake of time and money since over one
 year.

 Greetings
 Michelle Konzack
 Systemadministrator
 Tamay Dogan Network
 Debian GNU/Linux Consultant

 --
 Linux-User #280138 with the Linux Counter, http://counter.li.org/
 # Debian GNU/Linux Consultant #
 Michelle Konzack   Apt. 917  ICQ #328449886
 50, rue de Soultz MSM LinuxMichi
 0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)
 -

Eric Spakman



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] acx100 dwl-520+ wireless nic problems

2007-01-22 Thread Eric Spakman
Hi David,

 Hi,


 I've set up and am running a four nic Bering uclibc 3.0 router and want
 to add a wireless nic.  I have an old dwl-520+ pci wireless card which I
 know uses the acx100 module and associated firmware.

 So I plug in the card and add the wireless.lrp and madwifi.org packages.
 I'm not sure I need the madwifi tho but it's there.

The madwifi package isn't needed for this, only the wireless.lrp should do.

 LRP=root config etc modules libm wireless madwifi iptables dhcpcd
 shorwall ulogd dnsmasq dropbear dbclient mhttpd webconf

 I then go about building the acx100 driver downloading it from:
 http://rhlx01.fht-esslingen.de/~andi/acx100/old/
 acx100-0.2.0pre8_plus_fixes_57.tar.gz

 I build this driver on a slackware 11.0 machine that is also running a
 2.4.33.3 kernel, bering is running 2.4.33.  My worry here was that it
 wouldn't be compiled with the uclibc library but with the standard c
 libraries.

If the only thing you want is building the module, than there is no
problem to not having the uClibc libraries. If you want some userspace
tools from this source, you need buildtool. What is a problem is the
kernel version, you need to build against kernel 2.4.33, not 2.4.33.3.
This _could_ give unexpected problems.

 Anyhow I copy over the module to /lib/modules and the firmware to
 /usr/share/acx.  I insert the module and woot ip addr list now lists
 wlan0.

 However when I go to do anything with this card it just freezes up on me
 and I get kernel oops messages appearing in ulog.

 This is the relevent output from dmesg:
 4acx100: It looks like you've been coaxed into buying a wireless network
 card 4acx100: that uses the mysterious ACX100/ACX111 chip from Texas
 Instruments.
 4acx100: You should better have bought e.g. a PRISM(R) chipset based
 card, 4acx100: since that would mean REAL vendor Linux support.
 4acx100: Given this info, it's evident that this driver is still
 EXPERIMENTAL,
 4acx100: thus your mileage may vary. Reading README file and/or Craig's
 HOWTO is
 4recommended, visit http://acx100.sf.net in case of further
 questions/discussion. 4acx100: Compiled to use 32bit I/O access (faster,
 however I/O timing issues might occur, such as non-working firmware
 upload!) instead of 16bit access 4Running on a little-endian CPU
 4acx_init_module: dev_info is: TI acx_pci
 4acx_init_module: TI acx_pci.o: Ver 0.2.0pre8 driver initialized,
 waiting for cards to probe... 4Found ACX100-based wireless network card
 at 01:04.0, irq:11, phymem1:0xfebf9000, phymem2:0xfebe,
 mem1:0xf083c000, mem1_size:4096, mem2:0xf0895000, mem2_size:65536
 4initial debug setting is 0x001b
 4acx_select_io_register_set: using ACX100 io resource addresses (size:
 56)
 4hw_unavailable = 1
 4acx_probe_pci: TI acx_pci: Using IRQ 11
 4reset hw_unavailable++
 4acx_reset_mac: enable soft reset...
 4acx_reset_mac: disable soft reset and go to init mode...
 4Attention: no firmware directory specified via module parameter
 firmware_dir, using default firmware directory /usr/share/acx 4Reading
 firmware image '/usr/share/acx/WLANGEN.BIN' 4Allocated 40636 bytes for
 firmware module loading. 4not using auto increment for firmware loading
 4acx_write_fw: firmware written
 4acx_write_fw (firmware): 0, acx_validate_fw: 0
 4acx_reset_dev: boot up eCPU and wait for complete...
 4acx_reset_dev: Received signal that card is ready to be configured :)
 (the eCPU has woken up)
 4reset hw_unavailable--
 4acx100: allocated net device wlan0, driver compiled against wireless
 extensions v16 and Linux 2.4.33.3
 4**
 4* acx_init_mac_1 *
 4**
 4== Get the mailbox pointers from the scratch pad registers
 4CmdMailboxOffset = fdc8
 4InfoMailboxOffset = ff4c
 4== Get the mailbox pointers from the scratch pad registers
 4CommandParameters = [ 0xf08a4dcc ]
 4InfoParameters = [ 0xf08a4f50 ]
 4Reading firmware image '/usr/share/acx/RADIO0d.BIN'
 4Allocated 936 bytes for firmware module loading.
 4not using auto increment for firmware loading
 4acx_write_fw: firmware written
 4acx_write_fw (radio): 0, acx_validate_fw: 0
 4CodeEnd:A250
 4acx100_init_wep: writing WEP options.
 4get_mask 0x4d82, set_mask 0x
 4Got sensitivity value 176
 4Got antenna value 0x8D
 4Got Energy Detect (ED) threshold 112
 4Got Channel Clear Assessment (CCA) value 13
 4Got regulatory domain 0x30
 4get_mask 0x, set_mask 0x - after update
 4new ratevector: 82 84 0b 16 2c
 4setting RXconfig to 2000:
 4Beacon length:59
 4hw_unavailable--
 4acx100: form factor 0x01 ((mini-)PCI / CardBus), radio type 0x0d
 (Maxim), EEPROM version 0x05. Uploaded firmware 'Rev 1.9.8.b'
 (0x01020505).
 4creating /proc entry driver/acx_wlan0
 4creating /proc entry driver/acx_wlan0_diag
 4creating /proc entry driver/acx_wlan0_eeprom
 4creating /proc entry driver/acx_wlan0_phy
 4acx_probe_pci: TI acx_pci.o: Ver 0.2.0pre8 loaded successfully
 1Unable to handle kernel 

Re: [leaf-user] mhttpds problem

2007-01-19 Thread Eric Spakman
Markus,

 I'm using mhttpds.lrp with BU 3.0.1. When the system is booting these
  both messages appear: /etc/rc2.d/S85mini_httpds:
 /etc/mini_httpds.conf: 1:
 nochroot: not found
 /etc/rc2.d/S85mini_httpds: /etc/mini_httpds.conf: 9: ssl: not found
 What's going wrong?


 Not sure... Did you install libssl.lrp and libcrpto.lrp and did you
 create a mini_httpd.pem file (installed in /etc/)? The last step is
 described in the help file (help mhttpds).

 Both libs are installed and also the pem-File, https is working. But
 there are still the init failure messages of mhttpds. Do you intend to
 release a corrected package of mhttpds.lrp?

The package is updated in CVS:
http://leaf.cvs.sourceforge.net/leaf/bin/packages/uclibc-0.9/28/

Can you give it a quick test?

 Regards,
 Markus

Regards,
Eric



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] mhttpds problem

2007-01-19 Thread Eric Spakman
Hi Markus,

 The package is updated in CVS:
 http://leaf.cvs.sourceforge.net/leaf/bin/packages/uclibc-0.9/28/


 Can you give it a quick test?


 Well done, the new mhttpds works well, no more init problems.

Thanks for reporting!


 Regards from Germany,
 Markus

Regards from the Netherlands,

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] mhttpds problem

2007-01-18 Thread Eric Spakman
Hi Markus,

 Hi,


 I'm using mhttpds.lrp with BU 3.0.1. When the system is booting these
 both messages appear: /etc/rc2.d/S85mini_httpds: /etc/mini_httpds.conf: 1:
 nochroot: not found
 /etc/rc2.d/S85mini_httpds: /etc/mini_httpds.conf: 9: ssl: not found
 What's going wrong?

Not sure... Did you install libssl.lrp and libcrpto.lrp and did you create
a mini_httpd.pem file (installed in /etc/)? The last step is described in
the help file (help mhttpds).


 Regards,
 Markus Koelle


Regards,
Eric Spakman



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] How to package a new soft

2007-01-18 Thread Eric Spakman
Franck,

 Hi all,


 is there a simple step-by-step doc to package a new soft from a tarball
 for Bering-uClibc ?

 Regards


 Franck
 --
 http://www.linuxpourtous.com

If you want to compile and package software, the easiest way is to use
buildtool:
http://leaf.sourceforge.net/doc/buc-devel.html

Regards,
Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] mhttpds problem

2007-01-18 Thread Eric Spakman
Hi Markus,


 I'm using mhttpds.lrp with BU 3.0.1. When the system is booting these
  both messages appear: /etc/rc2.d/S85mini_httpds:
 /etc/mini_httpds.conf: 1:
 nochroot: not found
 /etc/rc2.d/S85mini_httpds: /etc/mini_httpds.conf: 9: ssl: not found
 What's going wrong?


 Not sure... Did you install libssl.lrp and libcrpto.lrp and did you
 create a mini_httpd.pem file (installed in /etc/)? The last step is
 described in the help file (help mhttpds).

 Both libs are installed and also the pem-File, https is working. But
 there are still the init failure messages of mhttpds. Do you intend to
 release a corrected package of mhttpds.lrp?

Ofcourse, will do that this evening (UTC).

 Regards,
 Markus

Regards,
Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] runing program on uClibc ?

2007-01-17 Thread Eric Spakman
Hi Sayang,

 Hi LEAF Users!I'm running uClibc on a CF and I've mounted my CF in my
 fstab like this/dev/hda1   /mntauto  sync  0  0I can change to my
 /mnt dirictory and working with it... read and write.. but just one think
 I can run my program.. usually I can run it on my old Bering
 Version../programnamein uClibc Version I always get the message -sh:
 ./daemon not foundI don't know why.. Can somebody help me?thank you
 Sayangoin


What kind of program do you want to run? Programs on Bering-uClibc should
be compiled against the uClibc libraries. If you want to run glibc based
programs you could try to install either libc207.lrp or libc225.lrp
(http://leaf.sourceforge.net/bering-uclibc/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=3MMN_position=3:3)
depending on the glibc version the program is compiled against.

These specific packages are for Bering-uClibc 2.x but should still work on
Bering-uClibc 3.x (note that this only count for those two packages!)

Eric




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Help to add kernel-modules to modules.lpr

2007-01-14 Thread Eric Spakman
Hi Alejandro,

 In the documentation Bering-uClibc Developer Guide - Chapter 3.
 Creating lrp packages with buildpacket say:


 Since it is not obvious at first, a little clarification: buildpacket
 creates lrp packages (packagename.lrp) that are defined in buildtool setups
 (unfortunately, those are sometimes also called packages).
 Those two need not have the same name.


 The package moddb.lrp does not fulfill the last rule. Is it an exception?

I'm not sure if I understand what you mean. But it's no problem to have a
kmodules name for buildpacket and a moddb name for the package itself
(which is defined in the buildtool.cfg file). The reason for it in this
cased is that the kmodules setup builds all kernel related modules, the
moddb (and moddb_ipv6) packages are just a side product. Other examples
are the iptables setup which create next to iptables.lrp, ip6tables.lrp,
iptutiles.lrp and ip6tutils.lrp.

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Realplayer helper module

2007-01-12 Thread Eric Spakman
Hi Markus,

 Hello,


 where can I get the nat helper modules ip_nat_rtsp and ip_nat_conntrack
 (Realplayer-Modules )for Kernel 2.4.33 (Bering uClibC 3.0)?

I don't know. I guess it need special kernel patches, but not sure where
to look. I will see if I can find them.


 Regards
 M. Koelle

Regards,
Eric



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] NISTnet LRP package

2007-01-11 Thread Eric Spakman
Hi Hillel,

I took a quick look, but the following requirement and FAQ doesn't look
promissing:

An X11R6 installation, for the user interface. The interface is built on
the 3D Athena widget set, but any of the drop-in replacements should work
as well. I personally use the NeXT-like libneXtaw widget set, as seen in
the included screen shots.

Q. Well, when I tried compiling NIST Net, I got complaints about no xmkmf
or maybe no Imake.tmpl or X11/Shell.h.
You need to install the X development kit or toolset or whatever it's
called for your version of Linux.


Eric

 Hello,


 Anyone out there have a LRP package for NISTnet, especially for
 Bering uClibc, or willing to make one?  That way a LEAF-based
 router can be used for simulating WAN links. See
 http://www-x.antd.nist.gov/nistnet/


 Thanks.
 ---Hillel



 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys - and earn
 cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Help to add kernel-modules to modules.lpr

2007-01-10 Thread Eric Spakman
Hi Alejandro,

 Hola, I am compiling everything from zero using the tools buildtool
 and ultimately to create the image I use createimage.sh but it don't add
 the modules of the kernel *.o to the image.

 I have seen in the CVS that the last modification on this script tell:


 Log Message:
 remove the modules tree and link the modules isntead to modules.tgz so we
 can use Paul S. Traina's build-modules script

 Where this script is to copy the necessary modules in the modules.lpr?

The script is called build-modules, but it's meant to be run from the
Bering-uClibc system itself to copy modules listed in /etc/modules from
the modules tarball to the moddb. The most common use for it is on an ISO
or HD.

If you want to create an image yourself with the use of buildtool, you can
just use the standard created moddb.lrp package as a starting point.

If you want to create your own version of moddb.lrp, with specific
modules, you can edit buildtool/kmodules/buildtool.cfg and define the
modules you want to include in the moddb.
After ./buildtool.pl build kmodules and ./buildpacket.pl
--package=kmodules you will have your own moddb.lrp package.


 Bye.


Eric



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Help to add kernel-modules to modules.lpr

2007-01-10 Thread Eric Spakman
Hi Alejandro,

 If I use the image Bering-uClibc_3.0-beta3_img_bering-uclibc-1680.bin
 and run it, I can see this:

 firewall# ls /lib/modules 2.4.33
 8139too.o
 8390.o
 crc32.o ...

 but in my compilation

 firewall#ls /lib/modules 2.4.33

 Where is the other modules?

 If I write: ./buildtool.pl describe|grep moddb


 I do not see this package :(

You have to copy the moddb.lrp package to the image. It's created with:
./buildtool.pl build kmodules
./buildpacket.pl --package=kmodules


Eric


 On 1/10/07, Eric Spakman [EMAIL PROTECTED] wrote:

 Hi Alejandro,


 Hola, I am compiling everything from zero using the tools buildtool
 and ultimately to create the image I use createimage.sh but it don't
 add the modules of the kernel *.o to the image.

 I have seen in the CVS that the last modification on this script
 tell:



 Log Message:
 remove the modules tree and link the modules isntead to modules.tgz so
 we can use Paul S. Traina's build-modules script

 Where this script is to copy the necessary modules in the
 modules.lpr?

 The script is called build-modules, but it's meant to be run from the
  Bering-uClibc system itself to copy modules listed in /etc/modules
 from the modules tarball to the moddb. The most common use for it is on
 an ISO or HD.

 If you want to create an image yourself with the use of buildtool, you
 can just use the standard created moddb.lrp package as a starting point.


 If you want to create your own version of moddb.lrp, with specific
 modules, you can edit buildtool/kmodules/buildtool.cfg and define the
 modules you want to include in the moddb. After ./buildtool.pl build
 kmodules and ./buildpacket.pl --package=kmodules you will have your
 own moddb.lrp package.


 Bye.



 Eric








-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] tinydns setup

2007-01-09 Thread Eric Spakman
Hi Scott,

 To all,


 I may have some old archives of Bering on my systems here... If you know
 which version or package to look for, let me know and I'll see what I can
 find.

Thanks. Actually I'm not sure if the documentation was part of a CD image
or somewhere in Jaques's personal webspace on the LEAF site. I tried to
dig through all links on the site but still have no clue what the (old)
location of the documents was.

 Regards,
 Scott.

Regards,
Eric


 -
 Scott Young
 Network Integration Solutions Inc.
 Phone: 780-461-3371
 Fax: 780-465-7270
 email: [EMAIL PROTECTED]



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Eric
 Spakman
 Sent: Sunday, January 07, 2007 5:12 AM
 To: Kwon
 Cc: leaf-user@lists.sourceforge.net
 Subject: Re: [leaf-user] tinydns setup


 Hi Kwon,


 On 9/6/2006 13:51, [EMAIL PROTECTED] wrote:


 I'm not sure this is the correct place to ask, but I'm trying to
 set

 up tinydns on a bering box and I can't find the page I expected
 with

 the setup instructions as per the package page.

 Please try: http://leaf.sourceforge.net/doc/bk05ch04s03.html#tinydns



 Hey, the above link no longer works? Can someone provide a new link?
 Thanks!


 That's a pity, I can find it either... The document was part of the
 original Bering distro and seems to be lost somewhere

 Other links to information about tinydns:
 http://tinydns.org/
 http://cr.yp.to/djbdns/tinydns.html


 Eric



 
 -
 Take Surveys. Earn Cash. Influence the Future of IT Join
 SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
 V
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Dyndns.org update client

2007-01-09 Thread Eric Spakman
Hi Rob,

 I knowI forgot to put tcp in the rule.


 It should read:
 ACCEPT   fw net TCP   80

Was that the cause of the problem, or did you only forget to type tcp in
this mail?

Eric


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Rob Ogle
 Sent: Tuesday, January 09, 2007 2:08 PM
 To: 'Erich Titl'
 Cc: leaf-user@lists.sourceforge.net
 Subject: Re: [leaf-user] Dyndns.org update client


 I have
 ACCEPT   fw net 80 in my shorewall rules.
 Is there a good way to check?



 -Original Message-
 From: Erich Titl [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, January 09, 2007 12:18 PM
 To: Rob Ogle
 Cc: leaf-user@lists.sourceforge.net
 Subject: Re: [leaf-user] Dyndns.org update client


 Hi


 Rob Ogle schrieb:


 I'm trying to use ezipupd to keep a record updated at dyndns.org. Below
  is the output I get. I am open to using another update program if
 someone has one that works. I tried the one for dyndnsupd, but
 apparently it requires ppp to be running before it will updates.


 # /etc/init.d/ez-ipupd restart
 rm: cannot remove `/var/run/ez-ipupd.pid': No such file or directory
 Starting /usr/bin/ez-ipupdate...
 ez-ipupdate Version 3.0.11b8 Copyright (C) 1998-2001 Angus Mackay
 connect: Connection refused
 error connecting to members.dyndns.org:80


 Have you verified that you can open a http connection to the net from the
  firewall?

 cheers

 Erich




 -
  Take Surveys. Earn Cash. Influence the Future of IT Join
 SourceForge.net's
 Techsay panel and you'll get the chance to share your opinions on IT 
 business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/



 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys - and earn
 cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Bering uClibc 3.0 daemontl.lrp Usage

2007-01-07 Thread Eric Spakman
Hi Kwon,

 Hi,
 Trying to load daemontl.lrp with tinydns.lrp, under the lrcfg menu “Edit
 daemon svscan start/stop script”, file /etc/init.d/svscan is a binary
 file? I have compared the daemontl.lrp on the
 Bering-uClibc_3.0_iso_bering-uclibc-iso.bin and the daemontl.lrp from the
 Leaf website under “Bering-uClibc 3.x packages” and the two files are the
 same. Q1. Is this a new daemontl.lrp package?
 Q2. If so, how can one use it?
 Thanks!

This is not a new daemontl.lrp package, but because the name of the init.d
script and a program are the same (svscan) that file was mistakenly put in
the init.d directory. The package is fixed now and an updated version of
it can be found in CVS:
http://leaf.cvs.sourceforge.net/leaf/bin/packages/uclibc-0.9/28/

Thanks for reporting!

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] tinydns setup

2007-01-07 Thread Eric Spakman
Hi Kwon,

 On 9/6/2006 13:51, [EMAIL PROTECTED] wrote:

 I'm not sure this is the correct place to ask, but I'm trying to set
 up tinydns on a bering box and I can't find the page I expected with
 the setup instructions as per the package page.

 Please try: http://leaf.sourceforge.net/doc/bk05ch04s03.html#tinydns


 Hey, the above link no longer works? Can someone provide a new link?
 Thanks!

That's a pity, I can find it either... The document was part of the
original Bering distro and seems to be lost somewhere

Other links to information about tinydns:
http://tinydns.org/
http://cr.yp.to/djbdns/tinydns.html

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Bering uClibc 3.0 daemontl.lrp Usage

2007-01-07 Thread Eric Spakman
Hi Kwon,

 This is not a new daemontl.lrp package, but because the name of the
 init.d script and a program are the same (svscan) that file was
 mistakenly put in the init.d directory. The package is fixed now and an
 updated version of it can be found in CVS:
 http://leaf.cvs.sourceforge.net/leaf/bin/packages/uclibc-0.9/28/

 Hi, Eric,
 I am getting a 404 HTTP (file not found) error with the above link and the
 following error messages:

 An Exception Has Occurred
 The root leaf is unknown. If you believe the value is correct, then
 please double-check your configuration. HTTP Response Status
 404 Repository not found...


 Can you please verify? Thanks a 1,000,000!

Yes, same issue... Sourceforge seems to have a big problem...
I will send you the package off list.

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Modules

2007-01-06 Thread Eric Spakman
Hi Paul,

 I was suspicious that it was smaller, and there were so many new

 modules.

 On second look, it wasn't so much smaller.  Why were some modules
 selected for the tarball and others left out?

All modules which are defined in the kernel config are included in the
tarball. But I took a second look at the EISA/VL option for the AIC7XXX in
the kernel Configure help:


Probe for EISA and VL AIC7XXX Adapters
CONFIG_AIC7XXX_PROBE_EISA_VL
   Probe for EISA and VLB Aic7xxx controllers.  In many newer systems,
   the invasive probes necessary to detect these controllers can cause
   other devices to fail.  For this reason, the non-PCI probe code is
   disabled by default.  The current value of this option can be toggled
   via the no_probe kernel command line option.


This is the reason why it wasn't enabled in our kernel config. You can
toggle the option on the standard (bering-uClibc) module by loading the
module it like this:
aic7xx no_probe

This will _enable_ EISA/VL probing even without AIC7XXX_PROBE_EISA_VL
enabled in the kernel config, so you could use the standard provided
modules without recompiling the kernel.

 VFS: Can't find a Minix or Minix V2 filesystem on device 08:01.


 The last line looks a bit suspicious, it has nothing todo with the scsi
  driver but something is not working properly.

 No, it's right.  The drives aren't Minix filesystems.


 I wonder where you found that stuff, the only place I know of with some
  old cruft is the
 http://leaf.cvs.sourceforge.net/leaf/src/bering-uclibc/configs/;
 directory. But this directory can only be removed by the sourceforge
 staff.
 All sources (up to date) are in the
 http://leaf.cvs.sourceforge.net/leaf/src/bering-uclibc/apps/;
 directory.

 I was just looking under every rock that looked like it might hide
 something interesting.  My suggestion would be README files in the first
 few levels of directories identifying contents and pointers to alternative
 locations for similar or updated content.

A better option is to remove the obsolete content

 Yup, I was about to remove that option from the kernel config ;-)


 No, I think that would be a mistake.  (Now I need to edit root.blk to add
  SCSI CDROMs.)  The thing is, many of us don't buy into the Detroit
 Paradigm of upgrading HW/SW vendors try to sell users on.  Faster isn't
 necessarily better, especially when it comes bundled with the expensive
 latest version of, umm, bloatware.  ;-)  When one has older hardware, it
 may be necessary or desireable to use contemporaneous software.  It can be
 very frustrating when it's all been dumped into the bit-bucket. I'm still
 using Bering-1.2 on my firewall.  It doesn't seem to be broke, and I don't
 really want to suffer the outage for doing the upgrade. Something could
 happen.

I won't remove it ;-))

 to miss clues.  But ya' know, in my entire career, error messages
 have
 NEVER been as helpful as they need to be and they've never gotten any
  better.

 And that's been a while.  You might be amazed about the first computer I
 programmed:
 http://www.xprt.net/~pgrogers/Ibm1620.html

Time goes fast



 Paul Rogers  ([EMAIL PROTECTED])
 http://www.xprt.net/~pgrogers/
 http://www.geocities.com/paulgrogers/
 Rogers' Second Law: Everything you do communicates.
 (I do not personally endorse any additions after this line. TANSTAAFL
 :-)


Eric



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Modules

2007-01-03 Thread Eric Spakman
Hi Paul,

 I will compile a 2.4.32 driver for you this evening (UTC), I hope that
 one's working...

 No need (Sorry, I'm 9hrs behind you, this might be too late).  I
 recompiled this evening using your config file, and...  TADA!!!

Great!

 Linux version 2.4.32 ([EMAIL PROTECTED]) (gcc version 3.3.3) #1 Sat Mar 4
 21:00:13 CET
 ...8...
 Freeing unused kernel memory: 60k freed
 Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
 ide: Assuming 50MHz system bus speed for PIO modes; override with
 idebus=xx ide2: ports already in use, skipping probe
 SCSI subsystem driver Revision: 1.00
 scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36 Adaptec
 274X SCSI adapter
 aic7770: Twin Channel, A SCSI Id=7, B SCSI Id=7, primary A, 4/253
 SCBs


 (scsi0:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
 Vendor: SEAGATE   Model: ST51080N  Rev: 0943
 Type:   Direct-Access  ANSI SCSI revision: 02
 (scsi0:A:4): 4.032MB/s transfers (4.032MHz, offset 15)
 Vendor: TOSHIBA   Model: CD-ROM XM-3401TA  Rev: 3593
 Type:   CD-ROM ANSI SCSI revision: 02
 scsi0:A:0:0: Tagged Queuing enabled.  Depth 253
 Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
 SCSI device sda: 2109840 512-byte hdwr sectors (1080 MB)
 Partition check:
 sda: sda1 sda2  sda5 
 eth0: 3c5x9 at 0x5000, BNC port, address  00 20 af 2c 8e 02, IRQ 9.
 3c509.c:1.19 16Oct2002 [EMAIL PROTECTED]
 http://www.scyld.com/network/3c509.html
 eth0: Setting Rx mode to 1 addresses.
 VFS: Can't find a Minix or Minix V2 filesystem on device 08:01.

The last line looks a bit suspicious, it has nothing todo with the scsi
driver but something is not working properly.



 Thanks for your help, Eric.  I was over the edge on this one.  I didn't
 really expect this to work.

 Paul Rogers  ([EMAIL PROTECTED])
 http://www.xprt.net/~pgrogers/
 http://www.geocities.com/paulgrogers/
 Rogers' Second Law: Everything you do communicates.
 (I do not personally endorse any additions after this line. TANSTAAFL
 :-)

Eric



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Modules

2007-01-03 Thread Eric Spakman
Hi Paul,

 It really is in CVS ;)
 http://leaf.cvs.sourceforge.net/leaf/src/bering-uclibc/apps/linux/
 This is a config for 2.4.33, but it also works for 2.4.32.


 The CVS seems outdated.  Lots of stuff for 2.4.24.  Perhaps it's the
 organization, but I didn't find things easily.

I wonder where you found that stuff, the only place I know of with some
old cruft is the
http://leaf.cvs.sourceforge.net/leaf/src/bering-uclibc/configs/;
directory. But this directory can only be removed by the sourcefourge
staff.
All sources (up to date) are in the
http://leaf.cvs.sourceforge.net/leaf/src/bering-uclibc/apps/; directory.

 The link is on the main page http://leaf.sourceforge.net, below left
 and it's called CVS Repository.

 [sound of head banging on desk]  Ummm, maybe we could have BLINKING,
 blinking, BLINKING, blinking, letters?

LOL

 Nope, EISA support is built in the kernel: CONFIG_EISA=y


 You _did_ say, But EISA and VL are obsoleted for at least 10 years.
  ;-)

Yup, I was about to remove that option from the kernel config ;-)


 It does boot, and it recognizes the EISA NIC.  In the confusion it's easy
  to miss clues.  But ya' know, in my entire career, error messages have
 NEVER been as helpful as they need to be and they've never gotten any
 better.


 Paul Rogers  ([EMAIL PROTECTED])
 http://www.xprt.net/~pgrogers/
 Rogers' Second Law: Everything you do communicates.
 (I do not personally endorse any additions after this line. TANSTAAFL
 :-)


Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Modules

2007-01-02 Thread Eric Spakman
Hi Paul,

 That shouldn't be a problem, you can just download a pristine 2.4.32
 kernel and unpack in a directory of choice. Do a make menuconfig, make
 dep and make modules. As long as you don't do a make install, it won't
 mess up your running system. After that just replace the module. No need
 for an uClibc environment.

 OK, I tried, but insmod gives me a couple screens of unresolved
 references.  Here's what I did:

 On my 2.4.31 system, root ran make clean.  Then as unpriveleged paul
 copied /usr/src/linux/* to a directory of my own, make mrproper, patched
 with 2.4.32, ran make menuconfig  make dep bzImage modules.  Then I
 copied drivers/scsi/aic7xx/aic7xxx.o to the floppy.  It was smaller.  But
  there are a lot of other object files there too, e.g. aic7xxx_core.o,
 etc.  Find didn't show me an aic7xxx.o object file elsewhere.  I don't now
 what these other files are about, but the name aic7xxx_core.o is
 suggestive.  It's too big to get on the boot floppy with everything else.

According to the modules dep file the aic7xxx modules depends on
scsi_mod.o, so loading that driver first should be enough.


 That led me to question whether the kernel EISA support was enabled,
 since you _did_ say, But EISA and VL are obsoleted for at least 10
 years.  So I tried to find the config file you said was on the CVS.
 You probably read about that already.  A long time later I found a link
 buried in one of the development doc files that took me to CVS files for
 2.4.24, and there seemed to be something for 2.4.26, but nothing for
 2.4.32.  I even tried coming in from Sourceforge, and it was easier to
 get to the CVS that route, but it eventually led me to apparently the same
 places.

It really is in CVS ;)
http://leaf.cvs.sourceforge.net/leaf/src/bering-uclibc/apps/linux/
This is a config for 2.4.33, but it also works for 2.4.32.

 With no other clues I went back to the kernel files and read
 drivers/scsi/aic7xxx/README.aic7xxx.  It said I could insmod with options
 aic7xxx aic7xxx=probe_eisa_vl to toggle the switch if it wasn't compiled
 on.  I've tried that and got the same no such device error.

I will compile a 2.4.32 driver for you this evening (UTC), I hope that
one's working...

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] cvs

2007-01-02 Thread Eric Spakman
Hi Paul,

 Ya know guys, it's all well and good to say, It's in the CVS when, as
 MOST sites, one supplies a link to access the CVS from a web browser.

The link is on the main page http://leaf.sourceforge.net, below left and
it's called CVS Repository.

 But when you don't, and I've been looking for that rabbit hole for half
 an hour, you really tend to frustrate people!  I'm not a Linux developer.
 I don't have CVS installed.  I'm not going to install
 CVS.  And just recompiling my aic7xxx drivers for this EISA box isn't
 working out because of a lot of undefined references.  Let me guess, EISA
 support isn't built into the kernel?  I need to recompile the kernel too?

Nope, EISA support is built in the kernel: CONFIG_EISA=y

 Sorry for my ranting, but this isn't turning into a very
 good day, and the Bering site isn't making it any easier
 AARRGGGH!

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Modules

2007-01-01 Thread Eric Spakman
Hi Paul,

-- Eric Spakman [EMAIL PROTECTED] wrote:
I see, in the kernel config the next option is not enabled:
CONFIG_AIC7XXX_PROBE_EISA_VL

I did do some looking around to see if there was a kernel config file
or documentation without finding it.  That could have been helpful.

The kernel config is in CVS, this one is for kernel 2.4.33 (Bering-
uClibc 3.0) but it's about the same for kernel 2.4.32:
http://leaf.cvs.sourceforge.net/leaf/src/bering-uclibc/apps/

There is also a lot of info about how to build packages and kernel (
modules) using buildtool:
http://leaf.sourceforge.net/doc/buc-devel.html

If you have access to a linux machine, you can compile a 2.4.32 
kernel with only this module and option enabled. Otherwise let me 
know and I will compile such a module.

That's a module?  If it were a module on a SCSI drive, we'd have a
Catch-22, wouldn't we?  (Unless it were in an initrd, of course.)

Well, it's not really a module but a compile time part of AIC7XXX. So 
you could compile the AIC7XXX module with EISA enabled.

I do have a LFS 2.4.31 system, but I admit I'm not quite capable of
playing with different system levels with the secure knowledge I won't
mess up my production system in an way.  I see there's a Patch 34 out,
so I could upgrade to patch level 32, and recompile there.  Would I be
able to import that module, even though probably everything else about
my production system is different than the Bering-uClibc development
environment?

That shouldn't be a problem, you can just download a pristine 2.4.32 
kernel and unpack in a directory of choice. Do a make menuconfig, 
make dep and make modules. As long as you don't do a make install, it 
won't mess up your running system.
After that just replace the module. No need for an uClibc environment.

OTOH, let me ask if perhaps it shouldn't be an update to the
Bering-uClibc-2.4.2 kernel/modules?  Somebody else might need it.  If
you compile it, then it could get fixed for everybody.  (OK, I admit,
_most_ Bering users are going to run on more minimal systems without
SCSI hard-drives.  Still...   ;-)

The scsi modules, including AIC7XXX are already included (PCI). Only 
they are not compiled with EISA an VL support. But EISA and VL are 
obsoleted for at least 10 years.

Eric

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] [ANN] Release of LEAF Bering-uClibc 3.0

2006-12-31 Thread Eric Spakman
Hi Stephen,

On Wed, 2006-12-20 at 23:25 +0100, KP Kirchdoerfer wrote:
 Hi all;
 
 if you have some spare time over the holidays, you may consider to update to 
 LEAF Bering-uClibc 3.0.
 
 The main features of the 3.0 version are the update of the uClibc version to 
 latest stable 0.9.28 and the new config/package management framework.
 
 For those who installed the beta or release candidate an update will be easy 
 and can be done within minutes. Others have to go through the usual 
 update-time-wasting-cycle the last time. The new framework allows updates of 
 packages without rewriting all configs - think about something similar to 
 update Debian packages  - you can maintain your version of the config files, 
 use the config files out if the package, view a diff.
 
 The new config/package management framework also alleviates developers to 
 build specialised embedded appliances based on LEAF. Example implementations 
 are a VoIP appliance and a NAS appliance.
 
 We'd like to thank all beta testers for feedback, and all developers who 
 improved this version - esp. Paul S. Traina and Cedric Schieli - both 
 provided important pieces for the new config/package management framework.
 
 For downloads point your browser to the File Release System:
 http://sourceforge.net/project/showfiles.php?group_id=13751package_id=67534 
 
 Feedback on the leaf-user list is appreciated.
 
 in behalf of the Bering-uClibc team
 kp
 
 (Note: the USB image may arrive a little later - please be patient)

Just downloaded the the 3.0 iso and got it up and running in no time. I
love the  simplified backup scheme! No more trying to figure out which
package to backup nor fiddling around with destination and type settings
for each package.

I do have one request (at the moment). Can you include an expanded tree
of the kernel modules on the iso image for the next release? Currently
it is a tarball and thus is much less convenient to have to extract a
file from it.

The image contains a script build-modules which automatically 
extract the modules from the tarball, according to the contents of /
etc/modules. So if you list the modules you want to use in /etc/
modules and run the script, they are unpacked and placed in /lib/
modules/. (don't forget to save the moddb).

Thanks for a great product!

Stephen 

Eric

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] [ANN] Release of LEAF Bering-uClibc 3.0

2006-12-31 Thread Eric Spakman
Hi Stephen,

Thanks Paul. The only downside with that method is that I would have to
know the exact module name. 


Good point.
You can create a list of the contents of the tarball and rederect it 
to to a file:
 tar -tzvf modules.tgz  /tmp/modules.list

Eric

On Sat, 2006-12-30 at 17:45 -0800, Paul Traina wrote:
 Stephen, edit /etc/modules, then run build-modules, then lrcfg to  
 back up your modules.
 
 On Dec 30, 2006, at 3:07 PM, Stephen Lee wrote:
 
  On Wed, 2006-12-20 at 23:25 +0100, KP Kirchdoerfer wrote:
  Hi all;
 
  if you have some spare time over the holidays, you may consider to  
  update to
  LEAF Bering-uClibc 3.0.
 
  The main features of the 3.0 version are the update of the uClibc  
  version to
  latest stable 0.9.28 and the new config/package management framework.
 
  For those who installed the beta or release candidate an update  
  will be easy
  and can be done within minutes. Others have to go through the usual
  update-time-wasting-cycle the last time. The new framework allows  
  updates of
  packages without rewriting all configs - think about something  
  similar to
  update Debian packages  - you can maintain your version of the  
  config files,
  use the config files out if the package, view a diff.
 
  The new config/package management framework also alleviates  
  developers to
  build specialised embedded appliances based on LEAF. Example  
  implementations
  are a VoIP appliance and a NAS appliance.
 
  We'd like to thank all beta testers for feedback, and all  
  developers who
  improved this version - esp. Paul S. Traina and Cedric Schieli - both
  provided important pieces for the new config/package management  
  framework.
 
  For downloads point your browser to the File Release System:
  http://sourceforge.net/project/showfiles.php? 
  group_id=13751package_id=67534
 
  Feedback on the leaf-user list is appreciated.
 
  in behalf of the Bering-uClibc team
  kp
 
  (Note: the USB image may arrive a little later - please be patient)
 
  Just downloaded the the 3.0 iso and got it up and running in no  
  time. I
  love the  simplified backup scheme! No more trying to figure out which
  package to backup nor fiddling around with destination and type  
  settings
  for each package.
 
  I do have one request (at the moment). Can you include an expanded  
  tree
  of the kernel modules on the iso image for the next release? Currently
  it is a tarball and thus is much less convenient to have to extract a
  file from it.
 
  Thanks for a great product!
 
  Stephen
 
 
  -- 
  ---
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to  
  share your
  opinions on IT  business topics through brief surveys - and earn cash
  http://www.techsay.com/default.php? 
  page=join.phpp=sourceforgeCID=DEVDEV
  -- 
  --
  leaf-user mailing list: leaf-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/leaf-user
  Support Request -- http://leaf-project.org/
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Modules

2006-12-31 Thread Eric Spakman
Hi Paul,

Which eisa modules?
All 2.4.2 kernel modules can be found in the kernel 2.4.32 tarball:

Apologies, my bad.  I don't know what i was thinking--must have been
having another senior moment.  Of course, you can't have system bus,
e.g. EISA, support compiled as a modules!

;-)

I was trying to access SCSI drives on this EISA box with an Adaptec 2742
 3COM 3C579. Loaded scsi_mod  sd_mod OK, but insmod of the I/F driver
produced:
insmod: init module: aic7xxx: No such device
So I thought maybe the EISA support was missing.  But it found 
initialized the NIC  eth0!  Funny thing is, aic7xxx works with a
trinux-derived boot disk I made and a 2.4.21 kernel.

I see, in the kernel config the next option is not enabled:
CONFIG_AIC7XXX_PROBE_EISA_VL

If you have access to a linux machine, you can compile a 2.4.32 
kernel with only this module and option enabled. Otherwise let me 
know and I will compile such a module.

Eric

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] Modules

2006-12-30 Thread Eric Spakman
Hi Paul,

 I need the eisa module(s) for Bering uClibc-2.4.2.  Can anybody direct
 me to a URL?

Which eisa modules?

All 2.4.2 kernel modules can be found in the kernel 2.4.32 tarball:
http://downloads.sourceforge.net/leaf/Bering-uClibc_modules_2.4.32.tar.gz?modtime=1149274068big_mirror=1



 Paul Rogers  ([EMAIL PROTECTED])
 http://www.xprt.net/~pgrogers/
 Rogers' Second Law: Everything you do communicates.
 (I do not personally endorse any additions after this line. TANSTAAFL :-)


Eric




 -
  Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys - and earn
 cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
  leaf-user mailing list: leaf-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 Support Request -- http://leaf-project.org/





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] INITRD...

2006-12-28 Thread Eric Spakman
Hi Bob,

 Trying out Bering-uClibc 3.  Can't wait


 Running into a problem however, trying to create initrd.lrp with modules
 to support a HD.  I can't figure out how to save the changes to initrd.lrp
 once I copy the modules to /boot/lib/modules.  I know I'm probably stuck
 in thinking in terms of 2.x - can anyone assist?

 I also have downloaded the initrd_ide_cd.lrp from the documentation
 pages, but I have a feeling that has older modules in it than I need for
 3.0.

You can download the initrd_ide_cd or initrd_ide (the latter if you don't
need CD-rom support) directly from CVS:

http://leaf.cvs.sourceforge.net/leaf/bin/packages/uclibc-0.9/28/

or via the package page:

http://leaf.sourceforge.net/bering-uclibc/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=32:32

Eric




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] No DHCP address to the DMZ :-(

2006-12-23 Thread Eric Spakman
Hi Craig,

Hi folks,
Happy Holidays. :-)

Happy Holidays to you ;-)

I'm using the new, Bering uClibc 3.0, and my LAN connections to/from the
web, etc. work great. 

Now, I'm trying to set up a wireless router in my DMZ, and it's not getting
a dynamic IP address (I have confirmed this by connecting a laptop via
crossover cable directly to the DMZ NIC). Here's my scenario:

1. I'm using the new, Bering uClibc 3.0
2. ip addr show displays:

eth0:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:02:e3:1d:e2:a5 brd ff:ff:ff:ff:ff:ff
inet 67.164.217.61/23 brd 255.255.255.255 scope global eth0

eth1:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:02:e3:23:c1:1f brd ff:ff:ff:ff:ff:ff
inet 192.168.1.254/24 brd 192.168.1.255 scope global eth1

eth2:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:02:e3:22:a0:51 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.100/24 brd 192.168.1.255 scope global eth2

3. I uncommented the DMZ section of /etc/network/interfaces
4. I have the following changes to Shorewall:

/etc/shorewall/zones - Uncommented the DMZ line
/etc/shorewall/policy - DMZ  NET  ACCEPT
/etc/shorewall/rules - DNS/ACCEPT dmz  fw, Ping/ACCEPT dmz  fw, and ACCEPT
fw dmz  icmp
/etc/shorewall/interfaces - dmz eth2 detect dhcp
/etc/shorewall/masq - Unchanged
/etc/shorewall/routestopped - Unchanged

How did you configure your dhcp server (I guess dnsmasq)? Did you add 
a dhcp range for the 192.168.1.0 network?

5. Should I connect the wireless router to eth2 via a regular CAT5 cable, or
should I use a crossover cable?

For a router - router or router - pc connection you need a cross cable,
if you use a switch a straight cable should be used.

Suggestions? Comments?

Thank you all.

Craig

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] No DHCP address to the DMZ :-(

2006-12-23 Thread Eric Spakman
Hi Craig,

Hi Eric,
The only thing I have done to get things up and running is:

I've uncommented dhcp-range=192.168.1.1,192.168.1.199,12h in the
/etc/dnsmasq.conf file. Do I need to do something different?

No, that's enough to serve dhcp addresses.

Also, should I add another interface in /etc/dhcpc/config ? I see at the
bottom it says, # Add other interfaces here
*)
;;

Should I add eth2? What does the syntax look like?:

# Add other interfaces here
*)
eth2
;;

Is that right (and/or do I even need to worry about it?)?

This is the configuration of dhcpcd, the dhcp client. You don't need 
to worry about that.

Thank you! :-)

Is it working now in the dmz?

Craig

Eric

-Original Message-
From: Eric Spakman [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 23, 2006 10:35 AM
To: Craig Caughlin
Cc: leaf-user@lists.sourceforge.net
Subject: Re: [leaf-user] No DHCP address to the DMZ :-(

Hi Craig,

Hi folks,
Happy Holidays. :-)

Happy Holidays to you ;-)

I'm using the new, Bering uClibc 3.0, and my LAN connections to/from the
web, etc. work great. 

Now, I'm trying to set up a wireless router in my DMZ, and it's not getting
a dynamic IP address (I have confirmed this by connecting a laptop via
crossover cable directly to the DMZ NIC). Here's my scenario:

1. I'm using the new, Bering uClibc 3.0
2. ip addr show displays:

eth0:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:02:e3:1d:e2:a5 brd ff:ff:ff:ff:ff:ff
inet 67.164.217.61/23 brd 255.255.255.255 scope global eth0

eth1:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:02:e3:23:c1:1f brd ff:ff:ff:ff:ff:ff
inet 192.168.1.254/24 brd 192.168.1.255 scope global eth1

eth2:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:02:e3:22:a0:51 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.100/24 brd 192.168.1.255 scope global eth2

3. I uncommented the DMZ section of /etc/network/interfaces
4. I have the following changes to Shorewall:

/etc/shorewall/zones - Uncommented the DMZ line
/etc/shorewall/policy - DMZ  NET  ACCEPT
/etc/shorewall/rules - DNS/ACCEPT dmz  fw, Ping/ACCEPT dmz  fw, and
ACCEPT
fw dmz  icmp
/etc/shorewall/interfaces - dmz eth2 detect dhcp
/etc/shorewall/masq - Unchanged
/etc/shorewall/routestopped - Unchanged

How did you configure your dhcp server (I guess dnsmasq)? Did you add 
a dhcp range for the 192.168.1.0 network?

5. Should I connect the wireless router to eth2 via a regular CAT5 cable,
or
should I use a crossover cable?

For a router - router or router - pc connection you need a cross cable,
if you use a switch a straight cable should be used.

Suggestions? Comments?

Thank you all.

Craig

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] PC Engines docs missing

2006-12-23 Thread Eric Spakman
Hi Victor,

 I really appreciate uClibc 3.0 - upgrading is so simple.  Thank you.  I
 am not complaining - just pointing out some documentation links that are
 404.


 In Chapter 13, LEAF for the PC Engines WRAP found here


 http://leaf.sourceforge.net/doc/bucu-sc1100.html


 and here

 http://leaf-project.org/doc/bucu-sc1100.html


 has a number of bad links - for example the modifications to the
 syslinux.cfg

 http://leaf.sourceforge.net/doc/guide/buconsole.html


 does not exist


Kp updated the sc1100 document in CVS, it should be visible in the guide
after syncing. Thanks for reporting.

Eric


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


  1   2   3   4   5   6   >