Bug 577637 - OSError: [Errno 2] No such file or directory: '/sys/devices/virtual/block/md127/md127p1/slaves'
Summary: OSError: [Errno 2] No such file or directory: '/sys/devices/virtual/block/md1...
Keywords:
Status: CLOSED DUPLICATE of bug 570302
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Hans de Goede
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:8d2b15068463cf40e...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-03-28 13:55 UTC by ryo fujita
Modified: 2010-03-29 12:20 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-03-29 12:20:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (135.88 KB, text/plain)
2010-03-28 13:55 UTC, ryo fujita
no flags Details

Description ryo fujita 2010-03-28 13:55:01 UTC
The following was filed automatically by anaconda:
anaconda 13.32 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/devicetree.py", line 1009, in addUdevMDDevice
    slave_names = os.listdir(dir)
  File "/usr/lib/anaconda/storage/devicetree.py", line 1242, in addUdevDevice
    device = self.addUdevMDDevice(info)
  File "/usr/lib/anaconda/storage/devicetree.py", line 1970, in populate
    self.addUdevDevice(dev)
  File "/usr/lib/anaconda/storage/__init__.py", line 377, in reset
    self.devicetree.populate()
  File "/usr/lib/anaconda/storage/__init__.py", line 110, in storageInitialize
    storage.reset()
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1313, in nextClicked
    self.anaconda.dispatch.gotoNext()
OSError: [Errno 2] そのようなファイルやディレクトリはありません: '/sys/devices/virtual/block/md127/md127p1/slaves'

Comment 1 ryo fujita 2010-03-28 13:55:06 UTC
Created attachment 403102 [details]
Attached traceback automatically from anaconda.

Comment 2 ryo fujita 2010-03-29 01:15:17 UTC
Workaround: After painting over the partition tables of disks consisting DM raid, like dd if=/dev/zero of=/dev/sda bs=1024 count=100, I could install successfully.

I guess the causes are
- 0xFFFF or dmraid failed to make /sys/devices/virtual/block/md127/md127p1/slaves.
- anaconda shouldn't access /sys/devices/virtual/block/md127/md127p1/slaves.

Comment 4 Hans de Goede 2010-03-29 12:20:05 UTC

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


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