Morning all,
If you have setup software raid.. (like many people have..) the purge will remove your mdadm configuration!
apt-get install mdadm
at the end of the purge is all I did. When I rebooted everything was still working..
Also do not `apt-get purge apache2*` before you --purge otherwise the script errors out..
If you did make an /etc/init.d/apache2 that takes a stop argument.. or grab something from another machine.. then the script works just fine..
YMMV
If you have setup software raid.. (like many people have..) the purge will remove your mdadm configuration!
apt-get install mdadm
at the end of the purge is all I did. When I rebooted everything was still working..
Also do not `apt-get purge apache2*` before you --purge otherwise the script errors out..
If you did make an /etc/init.d/apache2 that takes a stop argument.. or grab something from another machine.. then the script works just fine..
YMMV