Thanks Dan, a mont ago the instalation was unsuccessful, but now im giving it a chance again.
Installed from Pacman with:
- Code: Select all
mkdir -p /tmp/dd
cd /tmp/dd
wget https://aur.archlinux.org/packages/downloaddaemon/downloaddaemon/PKGBUILD
makepkg --asroot
pacman -U downloaddaemon-1115-1-.arm.pkg.tar.xz
ok
Then move downloadd from /etc/int.d/downloadd to /etc/rc.d
Created user downloadd
Added downloadd to DAEMONs at /etc/rc.conf
and start/stop with
- Code: Select all
/etc/rc.d/downloadd start
/etc/rc.d/downloadd stop
At this point, the two instrucions doesnt work, dont return neither FAIL nor BUSY nor DONE
When ask for status, "DownloadDaemon is not running."
Am i missing something? Sure i am.
Thanks