It's apparmor. See /var/log/syslog

Aug  1 22:37:19 magna kernel: [119350.467189] type=1400
audit(1343853439.594:46): apparmor="DENIED" operation="mknod"
parent=15003 profile="/usr/sbin/mysqld" name="/run/tmp/ibQJ1cz5"
pid=15094 comm="mysqld

Note: I've symlinked /tmp to /run/tmp ...

To fix, edit: /etc/apparmor.d/usr.sbin.mysqld, and add:

  /tmp/** rwk,
  /run/tmp/** rwk,

Maybe I could do without the last or with fewer rights, but I'm in a
hurry...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012058

Title:
  package mysql-server-5.5 5.5.24-0ubuntu0.12.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1012058/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to