gg9999 Posted September 12, 2012 Report Posted September 12, 2012 Hi,If this is not a right place to fill bug report, please point me to the correct one, which is read by utorrent developers.My utserver used to work till today. I killed it and now upon start it exits after 20 seconds:$ ./utserverserver started - using locale en_US.UTF-8Using locale en_US.UTF-8total physical memory -1 max disk cache 33554432IPv6 is installedassert failed network.cpp:1470 (27079)Aborted (core dumped)I have installed from utorrent-server-3.0-ubuntu-10.10-27079.tar.gz under Ubuntu 12.04, amd64. I use socks5 proxy for non-p2p connections.What can I do now?Thanks.
false_chicken Posted September 12, 2012 Report Posted September 12, 2012 Idk much about the speciffic error, but I had a similar issue about Assert failed and socks5 and I got this script from somewhere online, Ive had it for a bit and dont know where I got it but you run it and it will automatically restart utorrent when it crashes.Script Source:#!/bin/bash#script to start and monitor the Utorrent server, and restart as necessary.## Replace the path below with the path to your serveruntil /home/server/Utorrent_Server/utserver; do echo "utorrent crashed with exit code $?. Respawning.." >&2 sleep 1doneexit 0Direct link to script: https://dl.dropbox.com/u/9159394/utorrent.sh
Recommended Posts
Archived
This topic is now archived and is closed to further replies.