Gnome install finishes without setting a hostname #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The GNOME Initial Setup utility does not set a hostname. This results in a hostname built from the IP address (very long for IPv6) and the steam installer failing because
/etc/hostnamedoesn't exists.Workaround by setting a hostname manually with
sudo hostnamectl hostnameThere is a six year old open bug report and a two year old open merge request.