OK fixed my problem...

in the file /etc/apparmor.d/usr.sbin.mysqld

a couple of lines seem to get corrupt. 

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

To get the install to work:-
$ sudo apt-get purge squeezeboxserver
$ sudo vi /etc/apparmor.d/usr.sbin.mysqld 

remove the {, from the lines above to give you:-
/var/run/mysqld/mysqld.pid w,
/var/run/mysqld/mysqld.sock w,

now I get:-

dt@hush2:~/Desktop$ sudo apt-get install squeezeboxserver
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
squeezeboxserver
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/48.8 MB of archives.
After this operation, 128 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
squeezeboxserver
Install these packages without verification [y/N]? y
Selecting previously deselected package squeezeboxserver.
(Reading database ... 97990 files and directories currently
installed.)
Unpacking squeezeboxserver (from .../squeezeboxserver_7.6.1_all.deb)
...
Processing triggers for ureadahead ...
Setting up squeezeboxserver (7.6.1) ...
Adding system user `squeezeboxserver' (UID 110) ...
Adding new user `squeezeboxserver' (UID 110) with group `nogroup' ...
Not creating home directory `/usr/share/squeezeboxserver'.
* Reloading AppArmor profiles                                         
[ OK ] 


Making sure that Squeezebox Server is not running first: No process in
pidfile '/var/run/squeezeboxserver.pid' found running; none killed.
Starting Squeezebox Server.

$


-- 
dturnbull65
------------------------------------------------------------------------
dturnbull65's Profile: http://forums.slimdevices.com/member.php?userid=50571
View this thread: http://forums.slimdevices.com/showthread.php?t=91014

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to