[Bug 27037] Re: mdadm cannot assemble array as cannot open drive with O_EXCL

2011-04-06 Thread Miriup
Ok, I just had the same issue - or at least a similar one. Unfortunately the box has some other problems and I don't have network with me. It affected a RAID0 as well and I'm running 2.6.36. I was rebooting into 2.6.38 and after that reboot my RAID array was gone. I have to admit that array has a

[Bug 694249] Re: blueman-applet crashed with SIGSEGV in Py_DecRef()

2011-03-26 Thread Miriup
Sorry, please ignore my last comment. The posted python code above turned actually out to be invalid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/694249 Title: blueman-applet crashed with SIGSEGV

[Bug 694249] Re: blueman-applet crashed with SIGSEGV in Py_DecRef()

2011-03-25 Thread Miriup
There might be an 64bit->32bit bug in the ctypes module of python. I'm investigating a bug where a python app does: xlib = ctypes.cdll.LoadLibrary( 'libX11.so.6') xlib_dpy = xlib.XOpenDisplay( os.environ['DISPLAY']) xlib_root = xlib.XDefaultRootWindow( xlib_dpy) On my Gentoo x86_64 machine this f