System NOT running to use fully qualified hostnames

Viewed 4760

Related to:

I'd like to setup a cluster with CouchDB 2.0.0, but first I need a single host running well. I have tried MANY hostname configurations but they always result in:

** System NOT running to use fully qualified hostnames **

This is what I have tried, a full re-installation and reboot after each try.

-sname couchdb@thiscomputer.local
-sname couchdb@thiscomputer
-sname couchdb@192.168.178.59
-sname thiscomputer

-name couchdb@thiscomputer.local
-name couchdb@thiscomputer
-name couchdb@192.168.178.59
-name thiscomputer    

These all fail. So maybe I did something wrong in the server configuration?

hostname

pi@thiscomputer:~ $ sudo cat /etc/hostname 
thiscomputer

hosts

pi@thiscomputer:~ $ sudo cat /etc/hosts
127.0.0.1   thiscomputer    thiscomputer.local
::1         localhost ip6-localhost ip6-loopback
ff02::1     ip6-allnodes
ff02::2     ip6-allrouters

127.0.1.1   localhost
1 Answers
Related