Hi, I am running amuled without gui.
I config amule as below:
[UserEvents/DownloadCompleted]
CoreEnabled=1
CoreCommand=/bin/touch /home/aMule/thisisatouchfile
GUIEnabled=0
GUICommand=
but always get error in logfile:
2011-04-04 00:28:43: Failed to execute command `/bin/touch /home/aMule/thisisatouchfile' on `Download completed' event.
XXXXXXX@OpenWrt:/home/aMule# uname -a
Linux OpenWrt 2.6.32.10 #20 Tue Apr 6 15:53:48 CEST 2010 mips GNU/Linux
XXXXXXX@OpenWrt:/home/aMule# amuled -v
amuled: OnInit - starting timer
aMuled 2.2.6 using v2.8.10 (OS: Linux)
I was trying send a mail out when download complete, but it did not work. So I changed the command to /bin/touch, it still fails....
Thank you