On Fri, Jan 23, 2009 at 1:03 PM, Tbrooke <[email protected]> wrote: > > I checked the log file and as I figured it is having trouble connecting > to the sql database. I'll copy the messages later but it mentions > duplicate columns 'migration' and dies. My guys is I have a new > squeezecenter and an old database
If you haven't got anything important stored in the database and don't mind rebuilding, you can perform this set of commands to stop SC, wipe out the database and cached files, then restart SC: sudo /etc/init.d/squeezecenter stop sudo rm -rf /var/lib/squeezecenter/cache/* sudo /etc/init.d/squeezecenter start *Please( do double-check the rm-command, I don't want to be responsible for wiping out your HD if a space showed up after the first "/"... Never blindly execute commands people feed you off the internet. :-) Ben _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
