SeedboxCreator / SeedboxCreationScript

Scripts and related items for creating a fully featured Seedbox on various Linux platforms.
88 stars 41 forks source link

Ubuntu 14.04 not autostarting #9

Closed Kuchiru closed 10 years ago

Kuchiru commented 10 years ago

So i went to a new host for my server, tried reinstalling the software with this script (like i've done before) but this provider only offers ubuntu 14.04LTS. it installed fine but after a reboot neither rtorrent nor irssi is starting for the users i have set up (2 in total). i can start both rtorrent and irssi from wherever in the terminal but i am absolutely clueless on how to fix this and get it working for both users.. I also googled a fair bit but this isnt really turning up any useful hits.

N001 commented 10 years ago

Have you tried to use the script maybe with 12.04 or 13.10 ? Because 14.04 sounds to me a little bit buggy, and those i said are stable and tested, and also google will tell you more about these version.

johnchoi8 commented 10 years ago

For Ubuntu 14.04 where rTorrent doesn't start on reboot, you can issue the following commands to fix that (once each for each rTorrent user):

update-rc.d -f autodl_username remove update-rc.d autodl_username defaults 80 20

I am working on a more permanent fix to be added to the script, but until then use the above commands.

Kuchiru commented 10 years ago

that worked thank you :+1: