Hi there, I am running GNU/Linux. I've set the hostname and domainname from the /etc/sysctl.conf file, something like this:
kernel.hostname = myhost kernel.domainname = mydomain.org The results using the hostname order: # hostname myhost # hostname -d (none) The question is: `hostname' does not pickup the domainname even if we are set from /etc/sysctl.conf? Thanks, Matias