Jump to content

Build 24733 - "Can't add torrent" on WebUI; Autoload doesn't load


Recommended Posts

Just installed yesterday on Ubuntu 10.04 and haven't managed to find anything that solves the issue in the forums. Changing permissions for utserver hasn't had an effect. Autoload folder is a Dropbox folder; Dropbox has been working just fine.

Here's the startup script I have in /etc/init/

start on (local-filesystems and started dbus and stopped udevtrigger)
stop on runlevel [016]
respawn

script
cd /bin/utserver
exec su MYUSERNAME -c "/bin/utserver/utserver"
end script

And here's my .conf file:

dir_active: /home/MYUSERNAME/Downloads/ActiveTorrents
dir_completed: /home/MYUSERNAME/Downloads/
dir_autoload: /home/MYUSERNAME/Dropbox/Torrents
dir_autoload_delete: 1
admin_name: ADMINNAME
admin_password: PASSWORD

Any thoughts?

Link to comment
Share on other sites

here's my .conf file:

dir_active: /home/MYUSERNAME/Downloads/ActiveTorrents
dir_completed: /home/MYUSERNAME/Downloads/
dir_autoload: /home/MYUSERNAME/Dropbox/Torrents
dir_autoload_delete: 1
admin_name: ADMINNAME
admin_password: PASSWORD

Try terminating every directory path in the configuration file with a slash. The next revision has a fix that may resolve this without this workaround.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...