|
> 127.0.0.1 node2 localhost
> 需要加上 localhost
Somebody removed "localhost" from the line for 127.0.0.1 in /etc/hosts? Who would be so dumb?
The actual hostname, your node2 here, should not be on the same line. 127.0.0.1 should only match localhost, and localhost.localdomain if you wish.
Yong Huang |
|