Description of problem:<br />
Logic volume management gui can not be opened in some of the operation systems .<br />
<br />
Run "# system-config-lvm" and get this error:<br />
<br />
The program 'system-config-lvm' received an X Window System error.<br />
This probably reflects a bug in the program.<br />
The error was 'BadAlloc (insufficient resources for operation)'.<br />
(Details: serial 14835 error_code 11 request_code 53 minor_code 0)<br />
(Note to programmers: normally, X errors are reported asynchronously;<br />
that is, you will receive the error a while after causing it.<br />
To debug your program, run it with the --sync command line<br />
option to change this behavior. You can then get a meaningful<br />
backtrace from your debugger if you break on the gdk_x_error() function.)<br />
<br />
and sometimes also with this error:<br />
Traceback (most recent call last):<br />
File "/usr/sbin/system-config-lvm", line 170, in ?<br />
runFullGUI()<br />
File "/usr/sbin/system-config-lvm", line 155, in runFullGUI<br />
blvm = baselvm(glade_xml, app)<br />
File "/usr/sbin/system-config-lvm", line 105, in __init__<br />
self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)<br />
File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 136, in __init__<br />
self.prepare_tree()<br />
File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 226, in prepare_tree<br />
self.mirror_sync_progress.initiate()<br />
File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 593, in initiate<br />
if self.crank():<br />
File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 602, in crank<br />
self.forked_command.fork()<br />
File "/usr/share/system-config-lvm/execute.py", line 134, in fork<br />
os.write(self.fd_write_out, out)<br />
OSError: [Errno 32] Broken pipe
↧