“翻墙”的版本间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的1个中间版本) | |||
第1行: | 第1行: | ||
==Goagent== |
==Goagent under linux== |
||
*错误iload Crypto.Cipher.ARC4 Failed, Use Pure Python Instead. |
*错误iload Crypto.Cipher.ARC4 Failed, Use Pure Python Instead. |
||
: yum install python-crypto |
: yum install python-crypto |
||
第6行: | 第6行: | ||
*错误 certutil: function failed: SEC_ERROR_BAD_DATABASE: security library: bad database. |
*错误 certutil: function failed: SEC_ERROR_BAD_DATABASE: security library: bad database. |
||
: mkdir -p $HOME/.pki/nssdb |
: mkdir -p $HOME/.pki/nssdb |
||
: certutil -d $HOME/.pki/nssdb -N |
: certutil -d $HOME/.pki/nssdb -N |
2014年4月18日 (五) 07:23的最新版本
Goagent under linux
- 错误iload Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.
- yum install python-crypto
- 错误python-openssl not found, please install it!
- yum install pyOpenSSL
- 错误 certutil: function failed: SEC_ERROR_BAD_DATABASE: security library: bad database.
- mkdir -p $HOME/.pki/nssdb
- certutil -d $HOME/.pki/nssdb -N