Bug 832924 - DeviceError: ('device has not been created', '//samba/www')
Summary: DeviceError: ('device has not been created', '//samba/www')
Keywords:
Status: CLOSED DUPLICATE of bug 826492
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-18 08:24 UTC by techtonik
Modified: 2012-06-18 17:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-18 17:02:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description techtonik 2012-06-18 08:24:25 UTC
This is the same as bug #826492 for NFS devices, except for the last two lines that this backtrace are different, because it is for CIFS mounted share from VirtualBox.


anaconda 17.29 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devices.py", line 702, in _preSetup
    raise DeviceError("device has not been created", self.name)
  File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devices.py", line 718, in setup
    if not self._preSetup(orig=orig):
  File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2012, in _parseOneLine
    device.setup()
  File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2112, in parseFSTab
    device = self._parseOneLine((devspec, mountpoint, fstype, options, dump, passno))
  File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1676, in mountExistingSystem
    fsset.parseFSTab(anaconda=anaconda)
  File "/usr/lib/python2.7/site-packages/pyanaconda/upgrade.py", line 178, in upgradeMountFilesystems
    mountExistingSystem(anaconda, anaconda.upgradeRoot[0], allowDirty = 0)
  File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 383, in dispatch
    self.dir = self.steps[self.step].target(self.anaconda)
  File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 88, in return_false
    func(*args, **kwargs)
DeviceError: ('device has not been created', '//samba/www')


I can't attach log here, but there is some DEBUG info:
getFormat('cifs') returning DeviceFormat instance
  StorageDevice._setFormat: //samba/www ; current: None ; type: None ;
  StorageDevice.setup: //samba/www ; status: False ; controllable: True ; orig: False ;

Comment 1 techtonik 2012-06-18 08:29:01 UTC
I can't find /etc/fstab in debug session. How to find and edit it?

Comment 2 David Lehman 2012-06-18 17:02:43 UTC

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


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