NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
night_surfer
Sep 15, 2014Aspirant
amule installation and starting problem
Hi all, i've found a problem un my RN104: when i try to start amule (manually installed with the right arm package) the NAS system switch it off automatically after a few seconds and give me the fol...
crazy72
Nov 07, 2014Aspirant
Stop and restart the application.
Check if amule is starting with the right parameters:
ps aux | grep amule
You should find 2 processes
amuleweb --amule-config-file=/data/amule/amule.conf
/usr/bin/amuled -c /data/amule/
Sometimes amuleweb crash and you have to restart it.
To avoid to restart it manually installa monit.
apt-get install monit
Modify the file monitrc under /etc/monit
put the following lines
check process aMule with pidfile /data/amule/muleLock
if failed host localhost port 4711 then exec "/usr/bin/amuleweb --amule-config-file=/data/amule/amule.conf"
if web server is not available on port 4711 it will restart the process.
let me know if this can solve your issue. I'm not remembering exactly all the steps to restore amule.
Check if amule is starting with the right parameters:
ps aux | grep amule
You should find 2 processes
amuleweb --amule-config-file=/data/amule/amule.conf
/usr/bin/amuled -c /data/amule/
Sometimes amuleweb crash and you have to restart it.
To avoid to restart it manually installa monit.
apt-get install monit
Modify the file monitrc under /etc/monit
put the following lines
check process aMule with pidfile /data/amule/muleLock
if failed host localhost port 4711 then exec "/usr/bin/amuleweb --amule-config-file=/data/amule/amule.conf"
if web server is not available on port 4711 it will restart the process.
let me know if this can solve your issue. I'm not remembering exactly all the steps to restore amule.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!