告知欄ですー。

■掲示板に戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801- 901- 最新50 [PR]ぜろちゃんねるプラス[PR]  
レス数が1000を超えています。残念ながら全部は表示しません。

【Team 2ch】分散コンピューティング総合272【UD→BOINC】

232 :名無しさん?:2008/06/18(水) 14:34:20 ID:???
i386系Linux用BOINCインストールスクリプト BOINC動かそうと思ってるx86系(x64も?)のLinuxならほぼ動くはず

#!/bin/sh
if [ -d BOINC ] ;then
    echo BOINCは存在します、再インストールしますか?[y/N] ;read bncdel
    if [ ${bncdel:-N} != "y" ] ;then
        echo "終了します" ;exit 0
    fi
fi

for a in `ps x | grep boinc | grep daemon | awk '{print $1;}'` ;do
    echo $a
done

wget -c -O ~/boincpackage.sh http://boincdl.ssl.berkeley.edu/dl/boinc_5.8.16_i686-pc-linux-gnu.sh
rm -fr ~/BOINC
cd
sh ~/boincpackage.sh

echo [WCGユーザプロファイル]のページへ飛びます
echo 32桁の[BOINC アカウント・キー]をメモしてください
htmlview https://secure.worldcommunitygrid.org/ms/viewMyProfile.do 2>/dev/null&
echo -n 32桁のアカウント・キーを入力してください\> ;read acount_key
./BOINC/boinc -return_results_immediately -attach_project http://www.worldcommunitygrid.org/ $acount_key -daemon
echo BOINCの初期設定は終了しました

echo パソコンの起動時にBOINCを起動させますか?[y/N] ;read isboot
if [ ${isboot:-N} = "y" ];then
    echo "@reboot /home/$USER/BOINC/run_client -daemon -return_results_immediately >/dev/null 2>&1" > $USER
    crontab $USER
    rm -f $USER
fi

233 :名無しさん?:2008/06/18(水) 14:36:31 ID:???
スマソ…早くも間違えた場所見つけた…

if [ -d BOINC ] ;then

if [ -d ~/BOINC ] ;then
で実行してケロ

もう一つ、WCG in BOINCインストールスクリプトです
Rosettaなどはマネージャからじゃないと登録できないみたいだから作り方わかんね


293KB
READ.CGI - 0ch+ BBS 0.7.4 20131106
ぜろちゃんねるプラス