Page 5 of 5

Re: New installation does not work

Posted: 23 Dec 2014, 16:17
by Gordon
Hmmm.... Sounds like something got installed in the wrong order.

Try this:

Code: Select all

apt-get install --reinstall bubba-frontend
If you still can't get to the admin pages, check the content of /etc/apache2/sites-enabled and delete everything that does not have bubba in its name; then restart apache.

Re: New installation does not work

Posted: 23 Dec 2014, 18:41
by johannes
Gordon wrote:You still need to run the updates. Either click upgrade in the web management interface or (as root) run `apt-get upgrade`
@Gordon, we usually do 'apt-get dist-upgrade', don't know if that made any difference?

Re: New installation does not work

Posted: 24 Dec 2014, 02:00
by BadTicket
OK, I've done "apt-get install --reinstall bubba-frontend" and get:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
Probieren Sie »apt-get -f install«, um dies zu korrigieren:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
bubba-backend : Hängt ab von: mt-daapd soll aber nicht installiert werden
bubba-frontend : Hängt ab von: php5-intl soll aber nicht installiert werden
Hängt ab von: php-http-request2 soll aber nicht installiert werden
E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
So I do "apt-get -f install" and after 2 minutes I get:
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/bubba-backend_2.6+0~1372243587.19+staging~1.gbp2e15c6_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
So I still see the datas, but have no access to the web interface and no one to Squeezecenter anymore. Something goes wrong, I think

Re: New installation does not work

Posted: 27 Dec 2014, 02:51
by Gordon
johannes wrote:
Gordon wrote:You still need to run the updates. Either click upgrade in the web management interface or (as root) run `apt-get upgrade`
@Gordon, we usually do 'apt-get dist-upgrade', don't know if that made any difference?
Hmmm, you're right. That may explain why some of the packages are not installed (don't know the in-depths of Debian though). Should still work.