Posted: 10 Nov 2008, 14:32
After removing lighttpd from rc2.d, I can access the web admin again. Looks like all is working again. Why is lighttpd got installed?
Now the Horde web interface is accessible, but I cannot login with my user. Don't say everything is gone, then I'll go bonkers.Code:
cp /usr/share/bubba-configs/apt/* /etc/apt/
Here I do an intentional semi-failed distupgrade, might not be needed, but anyway. as I force it, you will get the option to remove two packages, answer yes there.
Code:
apt-get dist-upgrade -f
Now we remove everything that depends on bad packages
Gotapt-get install php-date php-db php-file php-http-request php-log php-mail php-mail-mime php-mdb2 php-mdb2-driver-mysql php-net-imap php-net-socket php-net-url php-pear php5-cli php5-common php5-gd php5-imap php5-mcrypt php5-mysql php5-xcache
got meapt-get install bubba-frontend
shouldn't that be remove bubba-backend, install bubba-backend???Hammer wrote:Gawd, this is deep space.
After your:
apt-get remove --purge bubba-backend
apt-get -f install
apt-get install bubba-frontend
Code: Select all
apt-get remove --purge bubba-backend
apt-get -f install
apt-get install bubba-backend
As bubba-frontend depends on bubba-backend, the frontend will be removed when the bakcend is removed, and the backend will be installed if the frontend is beeing installed.davidI wrote:shouldn't that be remove bubba-backend, install bubba-backend???Hammer wrote:Gawd, this is deep space.
After your:
apt-get remove --purge bubba-backend
apt-get -f install
apt-get install bubba-frontend
I.e.
Code: Select all
apt-get remove --purge bubba-backend apt-get -f install apt-get install bubba-backend