Hello,
I accidentally broke my frontend while installing something. Probably Mirage Image Viewer. I can still acces my Bubba, but I can't reach my admin page. 404 error. I tried removing the frontend en re-installing, but something seems to go wrong when I try to remove it...
Can somebody help me?
Thanks!
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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 !
Broken frontend
Re: Broken frontend
Can you post the output from the failed install of bubba-frontend?
/Carl
/Carl
Re: Broken frontend
Code: Select all
bubba:~# apt-get install bubba-frontend
Reading package lists... Done
Building dependency tree... Done
bubba-frontend is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bubba:~# apt-get remove bubba-frontend
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
bubba-frontend
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives.
After unpacking 1876kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 31000 files and directories currently installed.)
Removing bubba-frontend ...
Site bubba disabled; run /etc/init.d/apache2 reload to fully disable.
Site default installed; run /etc/init.d/apache2 reload to enable.
Forcing reload of web server (apache2)...httpd (no pid file) not running
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!
invoke-rc.d: initscript apache2, action "restart" failed.
dpkg: error processing bubba-frontend (--remove):
subprocess pre-removal script returned error exit status 1
Site default disabled; run /etc/init.d/apache2 reload to fully disable.
Site bubba installed; run /etc/init.d/apache2 reload to enable.
spawn-fcgi.c.89: socket is already used, can't spawn
Errors were encountered while processing:
bubba-frontend
E: Sub-process /usr/bin/dpkg returned an error code (1)
Re: Broken frontend
Could it be that you have some other httpd (like lighttpd) installed that is binding on port 80?
/Carl
/Carl
Re: Broken frontend
Ehm, that could very well be the case. I'm not that advanced of a user. I installed Mirage Image Viewer http://mirageiv.berlios.de/ and SPGM http://forum.excito.net/viewtopic.php?f=8&t=781.
Re: Broken frontend
SPGM really should not be able to give these symptoms. How did you install Mirage Image Viewer? From source using a package?
/Tor
/Tor
Co-founder OpenProducts and Ex Excito Developer
Re: Broken frontend
Exactly the same way as SPGM, using this tutorial. And I may have done this:tor wrote:SPGM really should not be able to give these symptoms. How did you install Mirage Image Viewer? From source using a package?
/Tor
..but i'm not really sure anymore.INSTALLATION:
Just run 'python setup.py install' as root.
Re: Broken frontend
Is there any way I can uninstall them?