New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

New installation does not work

Got problems with your B2 or B3? Share and get helped!
Gordon
Posts: 1461
Joined: 10 Aug 2011, 03:18

Re: New installation does not work

Post 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.
johannes
Posts: 1470
Joined: 31 Dec 2006, 07:12
Location: Sweden
Contact:

Re: New installation does not work

Post 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?
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
BadTicket
Posts: 72
Joined: 12 Jan 2012, 13:24

Re: New installation does not work

Post 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
Gordon
Posts: 1461
Joined: 10 Aug 2011, 03:18

Re: New installation does not work

Post 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.
Post Reply