Bug 568417
| Summary: | System-config-lvm stuck at "reloading lvm. Please wait." | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Gijs Boer <info> |
| Component: | system-config-lvm | Assignee: | Marek Grac <mgrac> |
| Status: | CLOSED DUPLICATE | QA Contact: | Cluster QE <mspqa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4 | CC: | agk, cluster-maint, dwysocha, mbroz, prockai |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-03-02 08:31:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Gijs Boer
2010-02-25 17:32:12 UTC
A traceback when I break it with ctrl+c:
Traceback (most recent call last):
File "/usr/sbin/system-config-lvm", line 173, in ?
runFullGUI()
File "/usr/sbin/system-config-lvm", line 158, in runFullGUI
blvm = baselvm(glade_xml, app)
File "/usr/sbin/system-config-lvm", line 108, in __init__
self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)
File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 133, in __init__
self.prepare_tree()
File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 214, in prepare_tree
self.model_factory.reload()
File "/usr/share/system-config-lvm/lvm_model.py", line 154, in reload
self.__block_device_model = BlockDeviceModel()
File "/usr/share/system-config-lvm/BlockDeviceModel.py", line 18, in __init__
for devname in fd.getDeviceNames():
File "/usr/share/system-config-lvm/fdisk_wrapper.py", line 24, in getDeviceNames
res = execWithCapture(SFDISK, [SFDISK, '-s'])
File "/usr/share/system-config-lvm/execute.py", line 12, in execWithCapture
return execWithCaptureErrorStatus(bin, args)[0]
File "/usr/share/system-config-lvm/execute.py", line 23, in execWithCaptureErrorStatus
return _execWithCaptureErrorStatus(BASH_PATH, [BASH_PATH, '-c', command])
File "/usr/share/system-config-lvm/execute.py", line 229, in _execWithCaptureErrorStatus
gtk.main_iteration()
KeyboardInterrupt
Thank you for taking the time to enter a bug report with us. We do appreciate the feedback and look to use reports such as this to guide our efforts at improving our products. That being said, this bug tracking system is not a mechanism for getting support, and as such we are not able to make any guarantees as to the timeliness or suitability of a resolution. If this issue is critical or in any way time sensitive, please raise a ticket through your regular Red Hat support channels to make certain that it gets the proper attention and prioritization to assure a timely resolution. For information on how to contact the Red Hat production support team, please see: https://www.redhat.com/support/process/production/#howto If your network connection is slow then it is possible then this is duplicate of #502042 - feel free to test the patch; that patch will be part of next update. My network connection with the server is indeed slow. Removing the while loop, as suggested as a possible solution in bug report #502042, indeed solved my problem. It's not perfect but it'll do for now. The rest of the screen is still very slow (5-6 seconds delay before something happens) but I can live with that. Thank you for response. It is possible that screen is very slow but I can't do much more with technologies used for GUI. If you will find something other what will be extremely slow then let me know and I will try to fix it. *** This bug has been marked as a duplicate of bug 502042 *** |