qsdrfgt Posted February 8, 2016 Report Share Posted February 8, 2016 Hi, Because I'm running my utorrent server in a docker container, I'd like to be able to upgrade/update the utorrent app (although there only seem to be an update every two years... :|) without losing my settings. As such, I have read that I could use the -settingspath <settings dir> option to the command line when I start the server. My command line looks like this: /opt/utorrent-server/utserver -configfile /opt/utorrent-server/utserver.conf -logfile /mnt/utorrentFiles/logs/utserver.log -settingspath /mnt/utorrentFiles/settings It seems the -settingspath breaks everything. If I remove that option, it works. With the option, I see that the files are created (dht.dat dht_feed.dat resume.dat rss.dat settings.dat) but I can't access the server through webui. Looking at the log file, I see the following: [21:59:56] Locale C [21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings/settings.dat [21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings/settings.dat.new [21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings/settings.dat.old [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//dht_feed.dat [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//dht_feed.dat.new [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//dht_feed.dat.old [20160108 21:59:56] computer id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[actual number removed] [20160108 21:59:56] total physical memory 536870912 max disk cache 33554432 [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//dht.dat [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//dht.dat.new [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//dht.dat.old [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//rss.dat [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//rss.dat.new [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//rss.dat.old [20160108 21:59:56] Using IP address 172.17.0.3 [20160108 21:59:56] IPv6 is installed [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//resume.dat [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//resume.dat.new [20160108 21:59:56] File not found during integrity check: /mnt/utorrentFiles/settings//resume.dat.old [20160108 22:00:01] File not found during integrity check: /mnt/utorrentFiles/settings//servercert.dat [20160108 22:00:01] File not found during integrity check: /mnt/utorrentFiles/settings//servercert.dat.new [20160108 22:00:01] File not found during integrity check: /mnt/utorrentFiles/settings//servercert.dat.old [20160108 22:00:01] Can't load server certificate from /mnt/utorrentFiles/settings//servercert.dat [20160108 22:00:02] Saving self-signed server cert at /mnt/utorrentFiles/settings//servercert.dat [20160108 22:00:27] File not found during integrity check: /mnt/utorrentFiles/settings//settings.dat [20160108 22:00:27] File not found during integrity check: /mnt/utorrentFiles/settings//settings.dat.new [20160108 22:00:27] File not found during integrity check: /mnt/utorrentFiles/settings//settings.dat.old Any suggestion on what could be the problem? If I remove the -settingspath flag, everything works fine. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.