Re: [leaf-user] uClibc udhcp package? and uClibc Bering problems

2003-02-05 Thread Lynn Avants
On Tuesday 04 February 2003 06:56 pm, Ping Kwong wrote:
 I'm running Bering-uClibc 1.1 and having some minor problems.  First of
 all, I do have a request.  Does anyone have a packaged udhcp.lrp for
 this distribution?  I'm only aware of Lynn Avants' for LEAF in general
 and for specifically for Dachstein located in these places
 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/leaf/devel/gui
 tarlynn/udhcp.lrp?rev=1.3
 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/leaf/devel/gui
 tarlynn/udhcp.lrp.dachstein?rev=1.3 , respectively.  It is a slightly
 outdated (about 10mos) from the current source which is located here:
 http://udhcp.busybox.net/source/udhcp-0.9.8.tar.gz

I went ahead and compiled the updated sources combined and seperate.
I haven't tested any of them and I need to redo them to fix the default
script files (or add command-line opts) to drop them in the existing package.
The sizes come in at 19200 seperate and 30k combined. It doesn't appear
to have much in the way of additions (other than a larger size). Is anyone 
having problems with the existing package?

I don't have the environment to compile with uClibc, but it should compile
with no problem from what I see.
-- 
~Lynn Avants
Linux Embedded Firewall Project developer
http://leaf.sourceforge.net


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

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



RE: [leaf-user] uClibc udhcp package? and uClibc Bering problems

2003-02-05 Thread Ping Kwong
I tried to use a package made by K.-P. Kirchdörfer based on your
original package and I haven't had any luck on the client or the server
end.  The default configs weren't configured for Bering or even LEAF but
after making some adjustments I didn't have any luck with it.

-Ping

-Original Message-
 I went ahead and compiled the updated sources combined and seperate.
I haven't tested any of them and I need to redo them to fix the default
script files (or add command-line opts) to drop them in the existing
package.
The sizes come in at 19200 seperate and 30k combined. It doesn't appear
to have much in the way of additions (other than a larger size). Is
anyone 
having problems with the existing package?

I don't have the environment to compile with uClibc, but it should
compile
with no problem from what I see.
-- 
~Lynn Avants
Linux Embedded Firewall Project developer
http://leaf.sourceforge.net




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

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



Re: [leaf-user] uClibc udhcp package? and uClibc Bering problems

2003-02-05 Thread Lynn Avants
On Wednesday 05 February 2003 03:30 pm, Ping Kwong wrote:
 I tried to use a package made by K.-P. Kirchdörfer based on your
 original package and I haven't had any luck on the client or the server
 end.  The default configs weren't configured for Bering or even LEAF but
 after making some adjustments I didn't have any luck with it.
http://leaf.sourceforge.net

This option added to the /etc/init.d/udhcpc file should correct the error:

-s, --script=file   Run file at dhcp events (default:
/usr/share/udhcpc/default.script)

So, find this change, and not the fix at the last option 
(NOTE- this is all one line):

/usr/sbin/udhcpc -i $interface -H $HOSTNAME -n -p /var/run/udhcpc.pid \ 
$D_CLIENTNAME $D_ASK_IP -script=/etc/udhcpc.script


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

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