Hide Forgot
The following was filed automatically by anaconda: anaconda 15.31 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicelibs/lvm.py", line 400, in lvdeactivate raise LVMError("lvdeactivate failed for %s: %s" % (lv_name, msg)) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 2467, in _teardown lvm.lvdeactivate(self.vg.name, self._name) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 717, in teardown self._teardown(recursive=recursive) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2074, in umountFilesystems device.teardown() File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1211, in umountFilesystems self.fsset.umountFilesystems(ignoreErrors=ignoreErrors, swapoff=swapoff) File "/usr/lib64/python2.7/site-packages/pyanaconda/livecd.py", line 137, in doPreInstall anaconda.storage.umountFilesystems(swapoff = False) File "/usr/lib64/python2.7/site-packages/pyanaconda/backend.py", line 202, in doPreInstall anaconda.backend.doPreInstall(anaconda) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 211, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 130, in gotoNext self.moveStep() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1257, in nextClicked self.anaconda.dispatch.gotoNext() File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/progress_gui.py", line 79, in renderCallback self.intf.icw.nextClicked() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1278, in handleRenderCallback self.currentWindow.renderCallback() LVMError: lvdeactivate failed for homes: LV data/homes in use: not deactivating
Created attachment 522871 [details] Attached traceback automatically from anaconda.
Did you happen to mount this volume yourself from a shell, or is there some other program running that has it automounted?
I had indeed mounted this volume from a terminal window.
Please unmount it before starting up anaconda. We try to make sure to do that ourselves, but if you do mount things at an inopportune moment, it's just going to make a mess of things. This is one reason why we don't especially care for live installs.