Bug 428203
| Summary: | Network Error: There was an error configuring your network interface | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> |
| Component: | libdhcp | Assignee: | David Cantrell <dcantrell> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | lkundrak |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | hotissue | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-28 18:28:45 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 428703 | ||
|
Description
Orion Poplawski
2008-01-09 21:55:14 UTC
Still a problem with 20080114. Two different systems so it seems a general issue. Makes rawhide uninstallable for me. Try tomorrow's rawhide. I spent all day today hacking on the problems you describe. I think I've taken care of pretty much all of them. Thanks. Today I get:
loader received SIGSEGV! Backtrace:
/sbin/loader(loaderSegvHandler+0xa0)
/lib/libdhcp4client-4.0.so.0(state_selecting+0x60)
(process_outstanding_timeouts+0xf8)
(dhcpv4_client+0x1777)
/lib/libdhcp-1.99.so.1(do_dhcpv4+0x3c)
(dhcp_nic+0x3a)
(pumpDhcpClassRun+0x127)
/sbin/loader(doDhcp+0x12a)
(configureTCPIP+0x9b8)
(readNetConfig+0x3bd)
On vt3, a couple of:
CRITICAL: Internal inconsistency: storage value has not been initialized to zero
(from tables.c) (various line numbers: 1267, 1227)
lots of
ERROR: tables.c(): non-null target for new_hash_table. (lines
1232,1234,1272,1274,1055,1057,1101,1103,1147,1149,1188,1190,1232,1234,1272,1274)
With today (20080122), get backtrace:
/sbin/loader(loaderSegvHandler+0xa0)
/lib/libdhcp4client-4.0.so.0(make_discover+0x4c)
(state_init+0x2f)
(state_selecting_timeouts+0xf8)
(dhcpv4_client+0x1777)
/lib/libdhcp-1.99.so.1(do_dhcpv4+0x3c)
(dhcp_nic+0x3a)
(pumpDhcpClassRun+0x127)
/sbin/loader(doDhcp+0x12a)
(configureTCPIP+0x9b8)
(readNetConfig+0x3bd)
It appears to keep retrying to getdhpc address. On VT3 see the DHCPOFFER from
the server, but then lots of tables.c non-null target for new_hash_table and:
CRITICAL: Internal inconsistency: storage value has not been initialized to zero
(from tables.c:1227 and 1267).
The non-null errors you're seeing are a problem with libdhcp4client. They are a different problem from the original. I'm closing this bug as fixed in rawhide because we're starting to get multiple issues here. I have fixed the problem you describe in comment #4 (the fix will be in the dhcp-4.0.0-6.fc9 package). If it happens again, please file a new bug. Thanks. Re-opening because I'm back to the same situation as that in the opening comment, minus the "non-null" and "option_space_encapsulate" messages. INFO : DHCPREQUEST on eth0 to 255.255.255.255 port 67 interval 6 INFO : DHCPOFFER from 192.168.0.8 INFO : DHCPREQUEST on eth0 to 255.255.255.255 port 67 INFO : DHCPACK from 192.168.0.8 INFO : bound to 192.168.0.74 -- renewal in 5413 seconds. ERROR : add: failed - 17: Netlink Error (errno = File exists) ERROR : nic_configure: failed to add routes. INFO : result of pumpSetupInterface is DHCP configuration failed - 1 Operation not permitted. Fixed now. Thanks! |