Novik / ruTorrent

Yet another web front-end for rTorrent
Other
2.03k stars 413 forks source link

RuTorrent Creating a new torrent #1617

Closed s-c-o-o-t closed 6 years ago

s-c-o-o-t commented 6 years ago

So after deleteing /var/www/rutorrent/share/users/usernamehere/settings/tasks# which there was lots of files like 15133047385a3332a27f5284.31277737 15136073395a37d0ab3fd0d7.94758198
15139877045a3d9e78199106.75674836 I believe those are from previous of creating a new torrent, and i would SAVE and then choose Hide option, so they would exitst in /var/www/rutorrent/share/users/usernamehere/settings/tasks/ dir. Now when i go to Create a New torrent i get screenshot_4 I still have the exact names of the files or Are they just proccesses left over. But at this point im not sure they are needed or not. any help would be much appriciated. As well if i have to Reinstall rutorrent with the link on how to with out reinstalling the new whole thing thanks

Micdu70 commented 6 years ago

Fix the "share" directory permissions:

find share/ -type d -exec chmod 777 {} \;
find share/ -type f -exec chmod 666 {} \;

And try this too:

find . -name "*.sh" -exec chmod +x {} \;

PS: I recommend to use an external torrent creator program, like mktorrent (preferred) or buildtorrent. Install one of them and edit the 'conf.php' file in the "create" plugin directory to use it in ruTorrent.

s-c-o-o-t commented 6 years ago

heh now i get more issues [27.12.2017 16:32:34] Webserver user doesn't have read/write/execute access to the torrents directory. You cannot add torrents via ruTorrent. (/var/www/rutorrent/share/users/scoot/torrents) [27.12.2017 16:32:34] Webserver user doesn't have read/write/execute access to the settings directory. ruTorrent settings cannot be saved. (/var/www/rutorrent/share/users/scoot/settings) [27.12.2017 16:32:34] rTorrent user must have read/execute access to the torrents directory. You cannot add torrents via ruTorrent. (/var/www/rutorrent/share/users/scoot/torrents) [27.12.2017 16:32:34] rTorrent user must have read/write/execute access to the settings directory. (/var/www/rutorrent/share/users/scoot/settings)

4 drwxrwxrwx 9 www-data www-data 4096 Dec 27 22:24 settings 196 drwxrwxrwx 2 www-data www-data 196608 Dec 27 22:21 torrents

s-c-o-o-t commented 6 years ago

Wow after those premisses settings it all screwed it up

s-c-o-o-t commented 6 years ago

:/var/www/rutorrent/share/users/scoot# git pull Already up-to-date.

s-c-o-o-t commented 6 years ago

You Guys ROCK 👍 The issue was , The premisses i missed a part :)