Skip to content

Instantly share code, notes, and snippets.

@zougloub
Last active November 10, 2016 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zougloub/f3656a7ba4abe65f1fe2270cd2f8efc6 to your computer and use it in GitHub Desktop.
Save zougloub/f3656a7ba4abe65f1fe2270cd2f8efc6 to your computer and use it in GitHub Desktop.
Fedora 25 install on machine w/ SAS - Fedora-Server-dvd-x86_64-25-20161108.n.1.iso
Traceback (most recent call last):
File "/usr/lib64/python3.5/site-packages/pyanaconda/threads.py", line 251, in run
threading.Thread.run(self, *args, **kwargs)
File "/usr/lib64/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.5/site-packages/blivet/osinstall.py", line 1175, in storage_initialize
storage.reset()
File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
return m(*args, **kwargs)
File "/usr/lib/python3.5/site-packages/blivet/blivet.py", line 273, in reset
self.edd_dict = get_edd_dict(self.partitioned)
File "/usr/lib/python3.5/site-packages/blivet/devicelibs/edd.py", line 712, in get_edd_dict
edd_entries_dict = collect_edd_data(root=root)
File "/usr/lib/python3.5/site-packages/blivet/devicelibs/edd.py", line 649, in collect_edd_data
edd_data_dict[biosdev] = EddEntry(path, root=root)
File "/usr/lib/python3.5/site-packages/blivet/devicelibs/edd.py", line 194, in __init__
self.load()
File "/usr/lib/python3.5/site-packages/blivet/devicelibs/edd.py", line 319, in load
self.sas_address = int(unknown_match.group(1), base=16)
ValueError: invalid literal for int() with base 16: 'SAS'
Local variables in innermost frame:
unknown_match: <_sre.SRE_Match object; span=(0, 36), match='SAS \tunknown: 4433221100000000 0'>
sas_match: None
interface: SAS unknown: 4433221100000000 0
self: path: /sys/firmware/edd/int13_dev84/ version: 0x30
mbr_signature: None sectors: None SAS
interface: "SAS unknown: 4433221100000000 0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment