What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Changing the download directory for rtorrent prevents it from starting after a reboot

medwatt

Regular Contributor
I am using the Asus AC66U_B1 which has a USB 2.0 port (mounted at /mnt/router) and a USB 3.0 port (mounted at /mnt/Movies). I've installed Entware-ng at /mnt/router/ along with other programs like rtorrent and aria2. If I change the downlod directory of rtorrent in its configuration file (/opt/etc/rtorrent/rtorrent.conf) to /mnt/Movies/downloads, rtorrents fails to load after rebooting the router. I will have to start it myself via putty (/opt/etc/init.d/ S85rtorrent start). Is there a reason why this is happening ?
 
Probably your usb 3.0 disk is mounted later than entware starts.
Add at the end of /jffs/scripts/post-mount
Code:
sleep 10
/opt/etc/init.d/S85rtorrent restart
 
Similar threads
Thread starter Title Forum Replies Date
P AX86U changing channel no wifi? ASUS Wi-Fi 3

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top