OVH + PMSS Issues

OVH has decided to add Apache2 into the Debian 6 template in a manner that it cannot be cleanly removed. Init files, binaries, configs everything will remain even after removing the debian package.

So in order to install PMSS you need to first:

/etc/init.d/apache2 stop
killall -9 apache2
rm -rf /etc/init.d/apache2
rm -rf /etc/apache2
.
.
.

 

To clean apache2 out of the way. Otherwise the apt line with Lighttpd will fail, and subsequently rTorrent compilation.



Marți, Aprilie 9, 2013

« înapoi