ログイン
編集不可のページディスカッション情報添付ファイル

検索条件 "linkto%3A%22ytoku%2Fdaily-record%2F2013-12-25%22" に対して、結果は0件でした。条件を変更するか、 HelpOnSearching を参照してください。
(!) 次のことを検討してください 同じ検索語で全文検索を行う.

メッセージを消す
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...