You are here
Gavaldo - Sun, 2013/05/19 - 02:01
Hi guys,
I'm using successfully the Turnkey LAMP appliance for a long time now and it's just great.
However, recently I noticed one of my server was short in space. / had 0% free making the MySql server not starting anymore. So I searched a bit and found almost 4GB was used in /etc/.git
since I have absolutely no need in git in this server I just did a rm -rf /etc/.git but still... I'm confused why are we supposed to have git in a LAMP appliance?
Thanks,
Forum:
TKL has etckeeper installed by default
From http://joeyh.name/code/etckeeper/:
By default etckeeper in TKL is configured to use Git. If you don't want to use it then uninstall.
There is more info about etckeeper in the readme on GitHub (https://github.com/joeyh/etckeeper)
Oh! thanks... I get it now.
Oh! thanks... I get it now. I'll probably not uninstall etckeeper then but just ensure /etc/.git does not grow too fast. I've just done an uninit -f then init... it will be probably cleaner than just rm -rf etc/.git
Thanks!
Add new comment