Bug 999176
Summary: | NetworkManager can't establish dhcp addresses if ipv6 is disabled | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | kevin martin <ktmdms> |
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | dcbw, jiri, orion |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-25 21:08:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
kevin martin
2013-08-20 21:13:35 UTC
I seem to be seeing this as well in F20 - 0.9.9.0-9.git20130807.fc20.i686. I have 'ipv6.disable=1' in my kernel boot line, I suspect this may be the trigger. Removing it seems to have fixed it for me. Aug 20 16:05:02 ktmtoshiba NetworkManager: libndp: ndp_sock_open: Failed to create ICMP6 socket. Aug 20 16:05:02 ktmtoshiba NetworkManager: ** Aug 20 16:05:02 ktmtoshiba NetworkManager: ERROR:rdisc/nm-lndp-rdisc.c:601:nm_lndp_rdisc_init: assertion failed: (!error) Not sure if this is a libndp issue (init should succeed even if IPv6 isn't available) or if NM should be calling it differently. Re-assigning to libndp for comment. New different error messages now, same old problem. I need to disable ipv6 due to a defective home dsl router. Oct 24 07:30:00 pacas NetworkManager[351]: <info> Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds) Oct 24 07:30:00 pacas NetworkManager[351]: <info> dhclient started with pid 1467 Oct 24 07:30:00 pacas NetworkManager: libndp: ndp_sock_open: Failed to create ICMP6 socket. Oct 24 07:30:00 pacas NetworkManager[351]: nm_platform_sysctl_set: assertion 'path' failed Oct 24 07:30:00 pacas NetworkManager[351]: <error> [1382621400.887309] [devices/nm-device.c:3173] addrconf6_start(): Failed to start router discovery. Oct 24 07:30:00 pacas NetworkManager[351]: <info> (wlp3s0): device state change: ip-config -> failed (reason 'ip-config-unavailable') [70 120 5] Oct 24 07:30:00 pacas NetworkManager[351]: <info> NetworkManager state is now DISCONNECTED Oct 24 07:30:00 pacas NetworkManager[351]: <warn> Activation (wlp3s0) failed for connection 'The Shire' NetworkManager-0.9.9.0-14.git20131003.fc20.x86_64 libndp-1.2-1.fc20.x86_64 Pretty sure this is the same issue as bug 1012151, recently fixed upstream. Should get into the next snapshot build. *** This bug has been marked as a duplicate of bug 1012151 *** |