|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST@ writes dhcpd.conf that is incorrect | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Mark Van De Vyver <mvdv> |
| Component: | YaST2 | Assignee: | Katarina Machalkova <kmachalkova> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | RC 5 | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | YaST2 logs | ||
|
Description
Mark Van De Vyver
2007-01-12 05:00:11 UTC
Could you post your yast logs, please? http://en.opensuse.org/Bugs/YaST Thank you. Created attachment 112836 [details]
YaST2 logs
Hm, seems as if YaST DHCP module failed to retrieve information on current network and subnet (hence incomplete subnet and network declaration). The log says: 2007-01-12 15:17:31 <1> mv-laptop(8741) [Perl] modules/DhcpServer.pm(DhcpServer::GetInterfaceInformation):2220 Getting information about interface eth-id-00:12:3f:e7:71:b7 2007-01-12 15:17:32 <3> mv-laptop(8741) [Perl] modules/DhcpServer.pm(DhcpServer::GetInterfaceInformation):2259 ifconfig didn't return meaningful data about eth0 I wonder why that might be. Mark, are you using NetworkManager ? Does network normally work for you ? Forget the needinfo :-) This always happens if selected interface (for dhcp-server to listen on) is not up at the moment, hence ifconfig does not provide any reasonable info about it and current subnet and netmask therefore cannot be calculated. Ok, I've made gathering information about the interface a bit smarter, yet not 100% foolproof - it will never work for interfaces with DHCP address. But anyway, DHCP server on NIC that has IP address assigned in other way than statically makes no sense ;-) Fixed in yast2-dhcp-server 2.15.1 (openSUSE) and 2.13.12 (SLES/D) |