Page 1 of 1

Why do I have 3 sets of config for my Squeezebox App

Posted: Wed Nov 24, 2010 11:32 am
by jiml
Have just been adding a Webapp and found that I have 3 set of files for my Squeezebox Server "squeeze", "sqeeeze1" and "squeeze2", probably created when doing an update (which has to be done manually by removing and re-installing the updated app). I have removed the last 2 sets of files within /etc/httpd/conf.d but they still appear as webapps within the dashboard. How can I tidy this up by deleting the errant configs..

Re: Why do I have 3 sets of config for my Squeezebox App

Posted: Wed Nov 24, 2010 11:41 am
by bigfoot65
This occurs when an app does not install correctly. Then when you try to install again, it adds the second instance. This is a bad situation.

My recommendation would be to uninstall via the Dashboard the apps that are listed in Installed section of Applications first. That is the only way to uninstall an app unless you manually added them. Then once done, the ones left can be uninstalled manually. This is done by removing the directories located in /var/hda/web-apps.

Re: Why do I have 3 sets of config for my Squeezebox App

Posted: Tue Feb 01, 2011 10:48 am
by vasuinukollu
I have the same problem. Did you figure out how to delete the squeeze1?

Re: Why do I have 3 sets of config for my Squeezebox App

Posted: Tue Feb 01, 2011 11:38 am
by jiml
Nope :roll: . As I am going to re-install when F14 is available I'm just living with it for now.

Jim!

Re: Why do I have 3 sets of config for my Squeezebox App

Posted: Tue Feb 01, 2011 2:42 pm
by bigfoot65
Ok, I understand your issue now. What happened it appears that you have installed the app 3 times. So, only way to get rid of them is to uninstall them.

Easiest way it via the dashboard. If only one exists there, then you will have to do them manually. You will need the app id for them and can run the uninstall script.

It is located in /var/hda/platform/html/script and called install-app. The command would be run as root from the terminal as follows:

./install-app -u app-id

The easiest way to find the app id is look in /var/log/amahi-app-install.log and you will see it there. This will force uninstall of these 2 extra apps and remove all the appropriate files to include from the dashboard.

Hope that helps.