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.2
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-02-21 16:03

Message:
Logged In: YES 
user_id=879102

Will not be fixed for 4.1, moving to 4.2.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to