Bug 1043064

Summary: f20beta installer fails on ipv6 only network
Product: [Fedora] Fedora Reporter: Kevin Otte <nivex>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-16 13:33:16 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:

Description Kevin Otte 2013-12-13 21:41:18 UTC
Description of problem:
Attempting to do a netinstall of F20 beta on an IPv6 only network fails.

Version-Release number of selected component (if applicable):


How reproducible:
Boot the Fedora 20 Beta netinst iso. Error occurs right after Language selection.

Steps to Reproduce:
1. Boot from Fedora-20-Beta-x86_64-netinst.iso
2. Choose language

Actual results:
Traceback from installer

Expected results:
Installer continues

Additional info:
Starting installer, one moment...
anaconda 20.25.6-1 for Fedora 20-Beta (pre-release) started.
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/datetime_spoke.py", line 189, in _set_server_ok_nok
    server_working = ntp.ntp_server_working(self._serversStore[itr][0])
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ntp.py", line 61, in ntp_server_working
    client.request(server)
  File "/usr/lib/python2.7/site-packages/ntplib.py", line 279, in request
    s.sendto(query_packet.to_data(), sockaddr)
socket.error: [Errno 101] Network is unreachable
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/datetime_spoke.py", line 189, in _set_server_ok_nok
    server_working = ntp.ntp_server_working(self._serversStore[itr][0])
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ntp.py", line 61, in ntp_server_working
    client.request(server)
  File "/usr/lib/python2.7/site-packages/ntplib.py", line 279, in request
    s.sendto(query_packet.to_data(), sockaddr)
socket.error: [Errno 101] Network is unreachable
Can't connect over DBus to name 'org.freedesktop.secrets' path '/org/freedesktop/secrets' interface 'org.freedesktop.Secret.Service': Error calling StartServiceByName for org.freedesktop.secrets: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/bin/gnome-keyring-daemon: Success
Could not load X11 library

Entering debugger...
Use 'continue' command to quit the debugger and get back to the main window
> /usr/lib/python2.7/site-packages/ntplib.py(279)request()
-> s.sendto(query_packet.to_data(), sockaddr)
(Pdb)

Comment 1 Kevin Otte 2013-12-13 21:55:47 UTC
Be advised this is a regression from #984126 in the F19 installer.

Comment 2 Martin Kolman 2013-12-16 13:33:16 UTC
Looking at the traceback, this is actually unrelated to bug 984126 but a duplicate of bug 1026079 (which was fixed post-beta).

While both triggered by IPv6 only network, bug 1026079 crashes the installation at the language screen, before any software source errors described in bug 984126 can manifest itself.

*** This bug has been marked as a duplicate of bug 1026079 ***