Page 1 of 1

LMS (Squeezeboxserver) will not run after reboot [SOLVED]

Posted: Mon Oct 15, 2012 11:20 pm
by schox
Had to do a reboot of my HDA, after that LMS did not start - so I uninstalled an reinstalled from the Amahi dashboard.

But It did not work... amahi-app-installer.log say this about it:

Code: Select all

======= app uninstall begin @ Tue Oct 16 07:48:56 +0200 2012 ========== Uninstalling app id 3ts0kzc0i1 under /var/hda/platform/html ENV=production squeezeboxserver: unrecognized service error reading information on service squeezeboxserver: Bad file descriptor Your HDA services have been restarted. App: Logitech Media Server uninstalled ======= app uninstall end @ Tue Oct 16 07:48:58 +0200 2012 ========== ======= app install begin @ Tue Oct 16 07:49:18 +0200 2012 ========== Installing app id 3ts0kzc0i1 under /var/hda/platform/html ENV=production Your HDA services have been restarted. Your HDA services have been restarted. NOTE: file /tmp/amahi-download-cache/5b1641b8bf10e2e104b667ee76e6e1dc02a1d767 picked up from cache. Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit Adding en_US to language list Setting up Local Package Process Examining logitechmediaserver-7.7.2-1.noarch.rpm: logitechmediaserver-7.7.2-1.noarch logitechmediaserver-7.7.2-1.noarch.rpm: does not update installed package. Nothing to do error reading information on service squeezeboxserver: Bad file descriptor squeezeboxserver: unrecognized service App: Logitech Media Server installed ======= app install end @ Tue Oct 16 07:49:23 +0200 2012 ==========
Any tips on how to solve this?

Amahi on fedora 14
System: 2.6.35.14-106.fc14.x86_64 , x86_64
Platform: 6.1.0-1
Core: 4.1.5-1

Re: LMS (Squeezeboxserver) will not run after reboot

Posted: Tue Oct 16, 2012 4:43 am
by bigfoot65
Try uninstalling, then as root user do this:

Code: Select all

yum remove logitechmediaserver
When the app is uninstalled, it does not remove the RPM. I would also look for stray files left behind.

As root user:

Code: Select all

find / -name squeeze*
Remove any files that appear to be associated with the app. Unfortunately it does not do a clean uninstall. Anytime you have an RPM, it's hard to remove all the pieces as they tend to be scattered.

Re: LMS (Squeezeboxserver) will not run after reboot

Posted: Tue Oct 16, 2012 3:02 pm
by schox
Thanks - this worked.
All settings was lost - but I got it up and running with this. :)

Re: LMS (Squeezeboxserver) will not run after reboot [SOLVED

Posted: Tue Oct 16, 2012 3:47 pm
by bigfoot65
Awesome. This is another one of those apps that is not friendly when uninstalling or updating :(