Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
snmpd の起動中に /var/snmpd.log にこのエラーが表示されます
**
> * getaddrinfo: start 名前解決の一時的な失敗 指定されたエンドポイント "start" サーバーを開く際のエラー コード 1 で終了*
** Fedora-14 と net-snmp-5.7.1 を使用した参考情報です。
前もって感謝..助けて
Error opening specified endpoint "start" Server Exiting with code 1
は、何らかのプロセスが を使用していることを意味しport 161ます。
port 161
たとえば、 を試しnetstat -anp | grep 161てから、そのプロセスを停止して、snmpdもう一度開始します。
netstat -anp | grep 161
snmpd