There appears to be more wrong than the missing "debian-start" file. Using a fresh install of 10.04 I created the /etc/mysql/debian-start file before installing the mysql-cluster-server package. This time the install got a little further, but still failed: ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)
Looking at the database I see that the debian-sys-maint is not getting set up, and the root password is not being set: mysql> use mysql; mysql> select user,password,host from user; +------+----------+------------+ | user | password | host | +------+----------+------------+ | root | | localhost | | root | | presque-vm | | root | | 127.0.0.1 | | root | | ::1 | | | | localhost | | | | presque-vm | +------+----------+------------+ 6 rows in set (0.00 sec) -- package mysql-cluster-server-5.1 7.0.9-1ubuntu7 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1 https://bugs.launchpad.net/bugs/579732 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
