Bug 1043064 - f20beta installer fails on ipv6 only network
Summary: f20beta installer fails on ipv6 only network
Keywords:
Status: CLOSED DUPLICATE of bug 1026079
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 21:41 UTC by Kevin Otte
Modified: 2013-12-16 13:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-16 13:33:16 UTC
Type: Bug


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.