Jump to content

Can't load config file correctly


adenicol

Recommended Posts

I am trying to install and get uTorrent working on a Ununtu 14.04 maching running uTorrent for 13.04 64bit.  I have it installed at /usr/local/utorrent/

 

I am trying to use it on a custom port so it doesn't conflict with another program listening on 8080.  So, I created a file called utserver.conf in the /usr/local/utorrent folder.

dir_root: /usr/local/utorrentut_webui_dir: /usr/local/utorrent/webdir_active: /usr/local/utorrent/torrents.activedir_completed: /home/anthony/Downloads/completedir_temp_files: /usr/local/utorrent/tmpdir_autoload: /usr/local/utorrent/torrents.queuedir_request: /usr/local/utorrent/maintut_webui_port: 8085

When I go to run uTorrent I have tried it all these ways both with and without -daemon added:

 

/usr/local/utorrent$ /usr/local/utorrent/utserver -settingspath /usr/local/utorrent/

/usr/local/utorrent$ /usr/local/utorrent/utserver -settingspath /usr/local/utorrent

/usr/local/utorrent$ /usr/local/utorrent/utserver -settingspath /usr/local/utorrent/ -configfile /usr/local/utorrent/utserver.conf

/usr/local/utorrent$ /usr/local/utorrent/utserver -settingspath /usr/local/utorrent -configfile /usr/local/utorrent/utserver.conf

 
None of those will let the server listen to the port I have in my config file. I was finally able to get it to listen to the port by calling it by:
/usr/local/utorrent$ /usr/local/utorrent/utserver -settingspath /usr/local/utorrent/utserver.conf
 
However, when I do that I get this in a log file:
[22:59:45] Locale en_US.UTF-8[22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf/settings.dat[22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf/settings.dat.new[22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf/settings.dat.old[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//dht_feed.dat[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//dht_feed.dat.new[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//dht_feed.dat.old[20150021 22:59:45] GetNodeID failed, using /dev/random[20150021 22:59:45] computer id: CBDFCD1298328BE447725D9DA41C6F6427BEA8EC[20150021 22:59:45] total physical memory 536870912 max disk cache 33554432[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//dht.dat[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//dht.dat.new[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//dht.dat.old[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//rss.dat[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//rss.dat.new[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//rss.dat.old[20150021 22:59:45] Using IP address 192.168.0.10[20150021 22:59:45] IPv6 is installed[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//resume.dat[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//resume.dat.new[20150021 22:59:45] File not found during integrity check: /usr/local/utorrent/utserver.conf//resume.dat.old[20150021 22:59:46] GetNodeID failed, using /dev/random[20150021 22:59:48] File not found during integrity check: /usr/local/utorrent/utserver.conf//webcache.dat[20150021 22:59:48] File not found during integrity check: /usr/local/utorrent/utserver.conf//webcache.dat.new[20150021 22:59:48] File not found during integrity check: /usr/local/utorrent/utserver.conf//webcache.dat.old

So, basically I can't run it and have it read the utserver.conf file unless I add it to the settings path and if I do that then utorrent wants to include that in the path it uses to find the rest of it's files.

 

Has anyone else had this problem and if so, can someone please help me with this.  I spent about 5 hours on it tonight and am about to just trash it and look for something else if I can't get it working.

 

Thanks!

 
 
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...