Docunext


Converting from Gentoo to Debian

September 29th, 2006

Preface

First off let me say that Gentoo is a truly fantastic distribution. It is high performance in so many ways, and it is an amazing teacher as well. The community rocks, the documentation rocks, and the concept rocks. However, inherent in the concept of "rocking" is an unstable nature. That is why, along with the social contract, our network administrator recommended switching to Debian for our production environment.

I was hesitant at first because my experience with Gentoo has been positive and I am comfortable with it. Jason, our network administrator, was very helpful in teaching me how to use Debian, and its been fine so far. The only difficulty I've found has been in custom compiling, such as kernels and PHP, which in our case require many customizations. The plus side to this is that I've learned how to create Debian packages so that we don't have to compile, saving a lot of time and headaches in the process.

Thanks again to Jason for recommending the switch! Nice work.

Conversion Notes

To help others who may decide to make the switch, here's what I've learned about the differences between Gentoo and Debian:

  • To compile a kernel, you need to at least install the gcc and ncurses-dev packages, probably others. This confused the hell out of me, but was easy to fix.
  • If you have many Apache virtual hosts, it should be easy to set them up in Debian. Just put them in /etc/apache2/sites-available/ (or presumably /etc/apache/sites-available/ if you are using Apache 1.x), then cd there, and run:
find ./* -exec a2ensite {} \;

I think Debian is stricter when it comes to VirtualHost directives, which is probably A Good Thing TM. They won't let you mix up NameVirtualHosts with port directives and without port directives, so if you have *:443 for SSL, you will have to have *:80 for non-SSL vhosts.

I'll post more as I make my way through the process.

iptables / netfilter firewall script

One thing I'd grown accustomed to on Gentoo was the iptables / netfilter firewall script setup. It was simple and straightforward, and the init script worked.

I guess for awhile the setup was the same for Debian, but then the iptables init script was deprecated. I kept on finding pages on how to create your own init script, or use the deprecated one, but I wanted the up-to-date information. I finally came across a great tutorial on this at Debian Administration yesterday.

Have fun!

Postscript

Gentoo rocks. We will continue to use Gentoo in non-production machines, such as workstations and lab machines for testing new packages, software, and techniques. Megaprops to Daniel Robbins and the entire Gentoo team!

Yearly Indexes: 2003 2004 2006 2007 2008 2009 2010 2011 2012 2013 2015 2019 2020 2022