http://bugzilla.suse.com/show_bug.cgi?id=929471 http://bugzilla.suse.com/show_bug.cgi?id=929471#c19 --- Comment #19 from Thomas Blume <thomas.blume@suse.com> --- I think this issue is the same as reported here: https://lists.debian.org/debian-user/2015/03/msg00287.html The kernel.hostname sysctl is set without domain: -->-- dg-linux:~ # sysctl -a | grep hostname kernel.hostname = dg-linux --<-- This is then used as the transient hostname by systemd. The hostname call is correcting this: -->-- dg-linux:~ # hostname -F /etc/hostname dg-linux:~ # sysctl -a | grep hostname kernel.hostname = dg-linux.golden-consulting.com --<-- It is also corrected when you remove the transient hostname via: hostnamectl --transient set-hostname "" This will then use the correct static hostname. The question is, what is setting kernel.hostname to the wrong value? -- You are receiving this mail because: You are on the CC list for the bug.