Skip to content

Instantly share code, notes, and snippets.

@rltm9940
Last active February 11, 2016 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rltm9940/30a71e30b4120c2c0ffd to your computer and use it in GitHub Desktop.
Save rltm9940/30a71e30b4120c2c0ffd to your computer and use it in GitHub Desktop.
Debian GNU/Linux 8.3のBOINCで特定プロジェクトと通信できない場合の一時対処 ref: http://qiita.com/rltm/items/9198a847f8c6e740e54a
$ cd /tmp
$ wget http://boinc.berkeley.edu/dl/boinc_7.2.42_x86_64-pc-linux-gnu.sh
$ bash boinc_7.2.42_x86_64-pc-linux-gnu.sh
$ su
# mv /var/lib/boinc-client/ca-bundle.crt /var/lib/boinc-client/ca-bundle.crt.old
# cp /tmp/BOINC/ca-bundle.crt /var/lib/boinc-client/
# /etc/init.d/boinc-client restart
# exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment