Jump to content

uTorrent Server delete my torrents files at start by default


DAuBeP

Recommended Posts

I have tried to maintenance in config, but it isn't work. I need reload all torrents after each service start. :(

My config

ut_webui_dir: /usr/local/utsrv
dir_temp_files: /media/store/.temp
dir_torrent_files: /media/store/Downloads/torrents
dir_active: /media/store/Downloads/Incomplete
dir_completed: /media/store/Downloads
#bind_port: 2222
ut_webui_port: 8085
preferred_interface: eth0
upnp: true
natpmp: false
lsd: false
disk_cache_max_size: 100
logmask: 0xFFFFFFFF
#admin_name: user
#admin_password: pass
dir_autoload_delete: 0
dir_autoload: /media/store/Downloads/torrents

Link to comment
Share on other sites

Hi DAuBeP,

1. Are the .torrent files actually deleted, or are the Torrents just not loaded?

2. I don't know but I assume that the resume.dat file is where data is stored about active torrents. I wonder if that file is created/updating/accessible to the user running the utserver.

You are also running with the maximum logging, are you running utserver with the -logfile option? When you load the server anew. can you collect that logfile, or ensure that you load utserver with the logfile option so that we can review. Does it show anything related to reloading torrents?

-crlorentzen

Link to comment
Share on other sites

I have tried to maintenance in config, but it isn't work. I need reload all torrents after each service start. :(

My config

dir_torrent_files: /media/store/Downloads/torrents
dir_autoload: /media/store/Downloads/torrents

Thanks for posting your utserver.conf. Ensure dir_torrent_files and dir_autoload refer to different directories.

Link to comment
Share on other sites

1. Are the .torrent files actually deleted, or are the Torrents just not loaded?

2. I don't know but I assume that the resume.dat file is where data is stored about active torrents. I wonder if that file is created/updating/accessible to the user running the utserver.

1. Yes, .torrent files vanish from folder every time, when I start uTorrent server.

2. Emmm... Is it (resume.dat file) necessary? When I start uTorrent server by init script it don't create .dat files and load all settings from config. If I create .dat files, pogramm don't save settings.

Link to comment
Share on other sites

Problem doesn't solve :(

I created folder for autoload and changed config.

torrents folder: files vanish after utserver start

autoload: files were renamed to .torrent.loaded first time and server ignore them next time.

I don't understand how i can create configuration for autoload .torrent files after utserver start :(

Link to comment
Share on other sites

My config

ut_webui_dir: /usr/local/utsrv

dir_temp_files: /media/store/.temp

dir_torrent_files: /media/store/Downloads/torrents

dir_active: /media/store/Downloads/Incomplete

dir_completed: /media/store/Downloads

...............................................................

Try with "slash" after last directory!Also i recommend to set: dir_request and use it for reloading configuration!

Link to comment
Share on other sites

Try with "slash" after last directory!Also i recommend to set: dir_request and use it for reloading configuration!

Both recommendations were set. Nothing to change. Last config version:

ut_webui_dir: /usr/local/utsrv/
dir_request: /usr/local/utsrv/config/
dir_temp_files: /media/store/.temp/
dir_completed: /media/store/Downloads/
dir_torrent_files: /media/store/Downloads/torrents/
dir_autoload: /media/store/Downloads/autoload/
dir_active: /media/store/Downloads/Incomplete/
ut_webui_port: 8085
preferred_interface: eth0
upnp: true
natpmp: false
lsd: false
disk_cache_max_size: 100
logmask: 0xFFFFFFFF
dir_autoload_delete: 0

Link to comment
Share on other sites

  • 1 month later...

Archived

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

×
×
  • Create New...