ログイン
編集不可のページディスカッション情報添付ファイル
ytoku/daily-record/2013-12-25

MMA

ping does not work on thinclient

ping command did not work on thinclients, but on host debian it works. We examined the promblem, then we found that /bin/ping did not have suid bit. Why did ping work on host debian? Because /bin/ping had cap_net_raw+p capability. Thinclients used NFS, so capability was not referred.

Our solution is removing libcap2, and dpkg-statoverride --update --add root root 4755 /bin/ping.

BTW, mozc does not work...

ytoku/daily-record/2013-12-25 (最終更新日時 2013-12-25 20:25:45 更新者 ytoku)