silaslima Posted April 12, 2017 Posted April 12, 2017 (edited) Orange Pi PC = Server = Debian Jessie Programs does not start automatically at boot, I tested the deluge, transmission and vsftpd; Same commands used in Raspbian Jessie: Does not start automatic: sudo update-rc.d deluge-daemon defaults sudo update-rc.d transmission-daemon defaults Edited April 12, 2017 by Igor formatting
Igor Posted April 12, 2017 Posted April 12, 2017 We use stock Debian Jessie system(d) manager. Some background and tips: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
silaslima Posted April 12, 2017 Author Posted April 12, 2017 This is very complicated for me, , I usually find tutorials ready to install programs, I would not know how to do these boot modifications
Igor Posted April 12, 2017 Posted April 12, 2017 IIRC if you install Transmission with this command: apt install transmission-cli transmission-common transmission-daemon you don't need to do anything else. It starts automatically. Similar goes for others ... just follow generic Debian & Ubuntu install guides and you should be fine.
Igor Posted April 12, 2017 Posted April 12, 2017 BTW: with next update we will include this installer: https://github.com/igorpecovnik/Debian-micro-home-server
zador.blood.stained Posted April 12, 2017 Posted April 12, 2017 It is possible that the transmission "issue" is this - wrong start order in relation to network related services: which is not an Armbian issue since it comes from upstream releases, and AFAIK there is no proper solution for this yet, only workarounds.
manuti Posted April 12, 2017 Posted April 12, 2017 Maybe is the same problem I have in Raspbian and Rapberry Pi https://raspberryparatorpes.net/comandos/transmission-no-se-reinicia-en-raspbian/ I think the Solution #3: sudo systemctl enable transmission-daemon.service
silaslima Posted April 12, 2017 Author Posted April 12, 2017 9 minutes ago, manuti said: Maybe is the same problem I have in Raspbian and Rapberry Pi https://raspberryparatorpes.net/comandos/transmission-no-se-reinicia-en-raspbian/ I think the Solution #3: sudo systemctl enable transmission-daemon.service In raspberry everything works normal, according to friend above, in armbian it works other than initialization
silaslima Posted April 12, 2017 Author Posted April 12, 2017 Need to install these only programs, PYLOAD, DELUGE, TRANSMISSION, ARIA2C vsftpd
silaslima Posted April 12, 2017 Author Posted April 12, 2017 3 hours ago, Igor said: IIRC if you install Transmission with this command: apt install transmission-cli transmission-common transmission-daemon you don't need to do anything else. It starts automatically. Similar goes for others ... just follow generic Debian & Ubuntu install guides and you should be fine. I installed it now, but it does not start automatically, to start I have to use sudo service transmission-daemon stop command and then sudo service transmission-daemon start
silaslima Posted April 12, 2017 Author Posted April 12, 2017 29 minutes ago, Igor said: Now add this to /etc/rc.local and it will. open sudo nano /etc/rc.local and add this sudo service transmission-daemon start ?
silaslima Posted April 13, 2017 Author Posted April 13, 2017 I got it, thanks to everyone who helped 2
Recommended Posts