http://www.liberiangeek.net/2012/01/install-uTorrent-in-ubuntu-11-10-oneiric-ocelot/ にある手順に従ってuTorrentをインストールしようとしましたが、入力のステップに到達しました:
utserver -settingspath /opt/uTorrent-server-v3_0/
出力を受け取った端末に:
server started - using locale en_AU.UTF-8
Using locale en_AU.UTF-8
File not found during integrity check: /opt/uTorrent-server-v3.0/settings.dat
File not found during integrity check: /opt/uTorrent-server-v3.0/settings.dat.new
File not found during integrity check: /opt/uTorrent-server-v3.0/settings.dat.old
File not found during integrity check: /opt/uTorrent-server-v3.0/settings.dat
File not found during integrity check: /opt/uTorrent-server-v3.0/settings.dat.new
File not found during integrity check: /opt/uTorrent-server-v3.0/settings.dat.old
Failed file save: /opt/uTorrent-server-v3.0/settings.dat.new
total physical memory -1 max disk cache 33554432
File not found during integrity check: /opt/uTorrent-server-v3.0/dht.dat
File not found during integrity check: /opt/uTorrent-server-v3.0/dht.dat.new
File not found during integrity check: /opt/uTorrent-server-v3.0/dht.dat.old
File not found during integrity check: /opt/uTorrent-server-v3.0/rss.dat
File not found during integrity check: /opt/uTorrent-server-v3.0/rss.dat.new
File not found during integrity check: /opt/uTorrent-server-v3.0/rss.dat.old
TCP port bind failed 0.0.0.0:6881: (98) Address already in use
File not found during integrity check: /opt/uTorrent-server-v3.0/resume.dat
File not found during integrity check: /opt/uTorrent-server-v3.0/resume.dat.new
File not found during integrity check: /opt/uTorrent-server-v3.0/resume.dat.old
IPv6 is installed
そして、この時点で1日動けなくなった後、まだuTorrentサーバーをインストールしていませんでした。
詳細が必要な場合は、Dell Vostro 3500ラップトップで12.10 i386を使用しています。
これは私に起こりました、数回の試行の後、これは私を助けたものです:
コマンドps -e
で実行されているサーバーの数を確認します
次に、killall -v utserver
ですべてのサーバープロセスを終了しました
次に、utserver -settingspath /opt/uTorrent-server-alpha-v3_3/ &
で再び開始します。最後に&
があることに注意して、端末にバックグラウンドで処理するよう指示します。また、末尾の/
スラッシュに注意してください。これにより、実際のパスがわかります。
もう一度実行して、ps -e
を確認してください。
注:コンピューターの電源を入れるたびに最後のコマンドを実行する必要があります。しかし、それはロジックです。これは、開始する必要があるサービスだからです。
私も同じ問題を抱えていました。不足しているファイルは、home
フォルダーではなく、opt
フォルダーにコピーされました。 home
フォルダーを確認し、不足しているファイルをコピーして、Nautilusなどを使用してopt
フォルダーに貼り付けてください。