Report this

What is the reason for this report?

I cannot change hostname on FreeBSD

Posted on September 5, 2015

Hello Dear Community

I’m not able to change the hostname on my FreeBSD droplet from the one I was to create it.

I added this line hostname=“new.host.name” to my /etc/rc.conf, rebooted many time but my droplet still keeps my original hostname I’ve chosen when creating it.

Is It a DigitalOcean issue ?

Regards



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @matthewa:

The problem appears to be in the /etc/rc.d/hostname script

...
elif [ -n "`/bin/hostname -s`" ]; then
		return
...

if the hostname is already set, then it aborts, so no overriding. Solution maybe to edit the hostname name from all the rc.digitalocean.d/*.conf – so that the default action happens as expected, although I am currently unsure as to whether these configuration files will be overridden at a later date by DO automation?

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.