Here is What I am doing
1)echo "base" > /etc/hostname
hostname -F /etc/hostname
2)If it exists, edit the file /etc/default/dhcpcd to comment out the "SET_HOSTNAME" directive:
File excerpt:/etc/default/dhcpcd
#SET_HOSTNAME='yes'
3)
File:/etc/hosts
127.0.0.1 localhost.localdomain localhost
12.34.56.78 base.thecenterofthenet.com base
4) DNS MAnager
MX records
base.thecenterofthenet.com 1 Default Edit | Remove
5)
A/AAAA Records
173.255.219.45 Default Edit | Remove
base 173.255.219.45 Default Edit | Remove
* 173.255.219.45 Default Edit | Remove
6)
Xenify Distro Yes Helps maintain correct inittab/upstart console device
Disable updatedb Yes Disables updatedb cron job to avoid disk thrashing
modules.dep Helper Yes Creates a modules dependency file for the kernel you run
Automount devtmpfs Yes Controls if pv_ops kernels automount devtmpfs at boot
please tell me if i have done something wrong....
Comments
Comment #1
omega8cc commentedComment #2
omega8cc commented1. You shouldn't do that.
2. Barracuda (head) does that for you.
3. You shouldn't do that.
4,5,6. No idea, you only need properly configured DNS entries.
Comment #3
AntiNSA commentedFYI
I never had to do #1,2 and 3 untill recently, last 2 head releases. Lots of verify problems. Only doing that allowed me to install Barraccuda and verify again.
Comment #4
omega8cc commentedWe are testing Barracuda on Linode almost daily, a few times, and we never had any such issues - we tested Lenny, Lucid, Squeeze, Maverick and Natty.
We use remote DNS server however and simply use defined subdomain as a hostname.
It just works, no extra config is required in the Linode panel or on the server.
Comment #5
AntiNSA commentedif you are testing it daily on linode, can you give me the exact process of how you set your hostname, or how it differs to the process I am using?
Comment #6
omega8cc commentedWe are using standard Barracuda configuration to set server hostname. We run Barracuda on freshly provisioned Linode - without touching the system at all, as recommended in the docs/readme/comments, so we simply define:
And then run Barracuda. That is all.
Comment #7
cjboranp commentedSorry if I need clarification, but I too am installing on linode.
Based on the LEMP guide it suggests that we do in fact set a hostname (http://library.linode.com/lemp-guides/ubuntu-11.10-oneiric)
Does this mean all we have to do is choose the flavour of Linux, and the script will configure the hostname and front for us?
Comment #8
omega8cc commented@cjboranp I believe your question is answered in #6 above.