Aug 11 18:00:20 neten sm-msp-queue[1075]: My unqualified host name (neten) unknown; sleeping for retry
Aug 11 18:01:25 neten sm-msp-queue[1075]: unable to qualify my own domain name (neten) -- using short name
如果出现上面两句就可以对症下药了
3, 如果你的主机名为neten, 那把下面的代码覆盖写入/etc/hosts
12345678910
127.0.0.1 localhost.localdomain localhost
127.0.1.1 neten.localdomain neten
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts