[mythtv-users] Starting MythTV

Bill Meek keemllib at gmail.com
Sat Feb 18 18:12:19 UTC 2012


On 02/18/2012 11:28 AM, Duncan Gillibrand wrote:
...

Duncan;

> Ubuntu 11.10

Good, did you upgrade from an earlier release?

> I've tried all of the suggestions and I'm still stuck.
...

I'm running the same version, keep using: sudo start mysql.
FYI, the entry in /etc/init.d should be a symbolic link:

   mysql -> /lib/init/upstart-job

I disagree with: user = duncan in my.cnf. At least
in mine, user = mysql.

All files under /var/lib/mysql should all be have both owner
and group set to mysql.

Just to save an email, go to /etc/apparmor.d and
check this file:

   usr.sbin.mysqld

Does it have two lines like:

   /var/run/mysqld/mysqld.pid w,
   /var/run/mysqld/mysqld.sock w,

Or this:

   /{,var/}run/mysqld/mysqld.pid w,
   /{,var/}run/mysqld/mysqld.sock w,

The 2nd version is correct.

-- 
Bill


More information about the mythtv-users mailing list