What's new

Transmission doesn't start on reboot

  • 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!

Ok, I decided to try install Merlin's firmware. And then repeated all steps again. Transmission still doesn't start after reboot..

Here is my full log after reboot: https://github.com/alexweb/asus/blob/master/README.md

And interesting is that if I add /opt/etc/init.d/S88transmission start to the services-start, transmission still doesn't start... Maybe I need to change some permissions for transmission script? Because manually it starts and from services-start it doesnt..
 
Last edited:
Ok... Finally, it starts now... :p
I created post-mount script with this content:
#!/bin/sh
sleep 10
/opt/etc/init.d/S88transmission restart
And now it starts after reboot.
 

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!
Top