[Bug 719388] Re: semop failed for cookie 0xd4d09ef: incorrect semaphore state during luksOpen

2011-07-06 Thread Marek Šabo
I got this when executing: zeratul@antioch:~$ sudo cryptsetup luksOpen /dev/md0 raid Enter passphrase for /dev/md0: semid 5111810: semop failed for cookie 0xd4dca3f: incorrect semaphore state Failed to set a proper state for notification semaphore identified by cookie value 223201855

[Bug 667986] Re: Disk image type defaults to raw since 0.7.5-5ubuntu27.5

2010-11-06 Thread Marek Šabo
As this information is not that easy to come by, here is a sample code for domain xml file. You have to specify driver tag with attribute type set to the image type. (Or alternatively, as described in security notice, adjust the 'allow_disk_format_probing' option in /etc/libvirt/qemu.conf)

[Bug 667986] Re: Disk image type defaults to raw since 0.7.5-5ubuntu27.5

2010-11-06 Thread Marek Šabo
As this information is not that easy to come by, here is a sample code for domain xml file. You have to specify driver tag with attribute type set to the image type. (Or alternatively, as described in security notice, adjust the 'allow_disk_format_probing' option in /etc/libvirt/qemu.conf)

[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-22 Thread Marek Šabo
That is upgrade related issue as well, usually they both come hand in hand (adding apparmor permission and commenting skip-bdb). I was referring to this in my earlier post. Glad you got it working now. -- CPU information is inaccessible for MySQL https://bugs.launchpad.net/bugs/448656 You

[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-22 Thread Marek Šabo
That is upgrade related issue as well, usually they both come hand in hand (adding apparmor permission and commenting skip-bdb). I was referring to this in my earlier post. Glad you got it working now. -- CPU information is inaccessible for MySQL https://bugs.launchpad.net/bugs/448656 You

[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-02 Thread Marek Šabo
Suggestion: Add line /sys/devices/system/* r, to your /etc/apparmor.d/usr.sbin.mysqld Then check your syslog/mysql-log again if there is something else e.g. i personnaly had problem with package in kubuntu. After adding rule I saw error in log complaining about bdb something. I opened

[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-02 Thread Marek Šabo
Disabling AppArmor may not be desirable solution, but as you see there could be error in apparmor's mysql configuration and then in configuration of mysql itself. When you disable apparmor for debugging you are one step ahead because mysql now actually produces some logs why it can't start (eg in

[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-02 Thread Marek Šabo
Suggestion: Add line /sys/devices/system/* r, to your /etc/apparmor.d/usr.sbin.mysqld Then check your syslog/mysql-log again if there is something else e.g. i personnaly had problem with package in kubuntu. After adding rule I saw error in log complaining about bdb something. I opened

[Bug 448656] Re: CPU information is inaccessible for MySQL

2009-11-02 Thread Marek Šabo
Disabling AppArmor may not be desirable solution, but as you see there could be error in apparmor's mysql configuration and then in configuration of mysql itself. When you disable apparmor for debugging you are one step ahead because mysql now actually produces some logs why it can't start (eg in