ERROR: epmd error for host YOUR_HOSTNAME: timeout (timed out)的解決方案


現象:

Warning: PID file not written; -detached was passed.
ERROR: epmd error for host abcdefg: timeout (timed out)
原因:

其實RabbitMQ報這個錯的原因是無法在/etc/hosts中正確識別主機名,因此只需修改該文件即可

解決辦法:

vim /etc/hosts

127.0.0.1   abcdefg localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM