Bugs item #1078695, was opened at 2004-12-03 16:01
Message generated for change (Comment added) made by bernardli
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1078695&group_id=9368

Category: Installation
Group: 4.1
Status: Open
Resolution: None
Priority: 7
Submitted By: Mengjuei Hsieh (mjhsieh)
>Assigned to: Bernard Li (bernardli)
Summary: multiple interfaces exception in /usr/bin/mkdhcpconf

Initial Comment:
OS: Fedora Core 2 (not tested on other system yet)
File: /usr/bin/mkdhcpconf
Package: systeminstaller

This happens when you have extra network interfaces other than 
required eth0 and eth1. If you have any network interface that is 
set ONBOOT=yes without specifying IP/NETMASK in ifcfg-*, 
mkdhcpconf script will failed to write the right configuration in /
etc/dhcpd.conf. The wrong entry in /etc/dhcpd will be like this:

# This entry ignores requests on ethX
subnet 0.0.0.0 network  {
        not authoritative;
}

Please notice that there is NO network mask setting in that entry. 
And the dhcpd will fail to start.

("ONBOOT=yes without IP/NETMASK" setting is required for setting 
up ethernet bridge on FC2. )

I also attached an ugly hack on this script.

----------------------------------------------------------------------

>Comment By: Bernard Li (bernardli)
Date: 2005-01-25 11:29

Message:
Logged In: YES 
user_id=879102

- submitted patch to sisuite-devel

----------------------------------------------------------------------

Comment By: Bernard Li (bernardli)
Date: 2005-01-25 11:23

Message:
Logged In: YES 
user_id=879102

mkdhcpconf is from systeminstaller

----------------------------------------------------------------------

Comment By: John (muglerj)
Date: 2005-01-25 10:56

Message:
Logged In: YES 
user_id=505737

Just moving this to 4.1. I assume its still a problem. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1078695&group_id=9368


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to