Submitted by dsosin on Sat, 08/09/2014 - 10:45
During installation of on Ubuntu 14,04 (fresh installed) the system doesn´t go to the next step. This issue ist reported by one user in forum "New install stuck on installing mysql configuration" https://www.virtualmin.com/node/33854
Configuration file `/etc/apparmor.d/usr.sbin.mysqld', does not exist on system.
Installing new config file as you requested.
............................................................................................................................................................ ...........................................................................................................................................................
Also if I break installtion it go next but then module with mysql doen´t work.
Status:
Active
Comments
Submitted by andreychek on Sat, 08/09/2014 - 10:58 Comment #1
Howdy -- in that post you linked to, we saw someone who was experiencing a similar issue, but we didn't hear back from them during the troubleshooting of that issue.
However, it appears that the problem in their case is that when installing the MySQL package using apt-get, it wasn't performing/completing the installation.
My suggestion would be to manually try manually installing that package from the command line, prior to running the Virtualmin installer, and to try and get that working.
First, you may want to run this command:
ps auxw | grep mysql
If that returns some output, what output do you receive?
If that doesn't return any output, try running this command to install MySQL:
apt-get install mysql-server