xombiemp / ultimate-torrent-setup

All the files needed for the Ultimate Torrent Setup, featuring Ubuntu, rtorrent, ruTorrent, Sonarr, Radarr.
232 stars 44 forks source link

No such file or directory at RuTorrent / Configure Apache section #45

Closed SemperFratres closed 7 years ago

SemperFratres commented 7 years ago

RuTorrent / Configure Apache section at setup default files section the following errors occur.

sudo ln -s /var/www/rutorrent/plugins/fileshare/share.php /var/www/public/
ln: target '/var/www/public/' is not a directory: No such file or directory

 sudo mv ~/configs/site/* /var/www/
mv: cannot stat '/home/tim/configs/site/*': No such file or directory

 sudo ln -s /var/www/rutorrent/plugins/fileshare/share.php /var/www/public/
ln: target '/var/www/public/' is not a directory: No such file or directory

I noticed in the Sonarr Section that you are having us cd back to home. At this point we are already at home from the cd~ located at RTorrent/Make Config Files and Boot Script section. Should the above be in a different directory? If so, where? This is the most up to date set of instructions I have found to set up rutorrent,, rTorrent, etc. as I am attempting to set up a multi-user system. Between this set of instructions and rutorrent - Config.wiki, I might be able to get it done.

Thanks