-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
hostnameコマンドに-I
オプションがない場合のエラー処理に問題があり、いくつかの環境で正常に起動しないことを確認しました。
peercast-yt/core/unix/usys.cpp
Lines 150 to 154 in d5ba45a
Environment env; | |
if (!hostname.start({"-I"}, env)) { | |
return {}; | |
} | |
Stream& pipe = hostname.inputStream(); |
ちゃんと調べていないので、間違っていたら申し訳ないのですが、
gnuには-Iオプションについて明記されておらず、debian系やcentos等でないとhotnameに-I
オプションがないようです
https://www.gnu.org/software/inetutils/manual/html_node/hostname-invocation.html
plonk
Metadata
Metadata
Assignees
Labels
No labels