Bug ID | 1217355 |
---|---|
Summary | Syntax of localhost entry is wrong in /etc/hosts |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | screening-team-bugs@suse.de |
Reporter | kukuk@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
Our /etc/hosts has: 127.0.0.1 localhost # fallback hostname used by NetworkManager 127.0.0.1 localhost.localdomain According to the documentation (man hosts), only one line per IP address is allowed. As result, the localhost.localdomain entry is not used: # getent hosts 127.0.0.1 127.0.0.1 localhost All hostnames for one IP must be in the same line.