Hello
I am having problems with amule 10834-2, device is pogo E02 (arm v5).
Fresh unpacked ArchLinuxARM-armv5te-latest.tar.gz on usb hdd ext3 FS, booted into arch system:
following those instructions
http://blog.qnology.com/2013/03/tutoria ... linux.html
https://wiki.archlinux.org/index.php/Pacman_Rosetta
$this->bbcode_second_pass_code('', '
pacman -Sy linux-kirkwood linux-kirkwood-headers ntp yaourt base-devel nano wget
pacman -Syu
')
then installed amule
$this->bbcode_second_pass_code('', '
pacman -S amule
pacman -S sudo ( then entered visudo and added "amule" user: "amule ALL=(ALL) ALL" )
')
Edited /var/lib/amule/.aMule/
amule.conf
$this->bbcode_second_pass_code('', '
[ExternalConnect]
AcceptExternalConnections=1
ECPassword=md5_hash_of_pass
[WebServer]
Enabled=1
Password=md5_hash_of_pass
')
Got remote.conf with running
$this->bbcode_second_pass_code('', '
sudo -u amule amuleweb --write-config --password=password here --admin-pass=web password here
')
( folowing https://wiki.archlinux.org/index.php/Amule )
slighty edited:
$this->bbcode_second_pass_code('', '
Locale=
[EC]
Host=localhost
Port=4712
Password=md5_hash_of_pass
[Webserver]
Port=4711
UPnPWebServerEnabled=0
UPnPTCPPort=50001
Template=default
UseGzip=0
AllowGuest=0
AdminPassword=md5_hash_of_pass
GuestPassword=
')
Then i ran amule-daemon service:
$this->bbcode_second_pass_code('', '
service amule-daemon start
')
What is the problem:
On client pc i ran browser, entered local_ip_arch:4711, got entry amuleweb page, entered password, for 1 second got second page and then "page is not available".
Then i tryed pure arch on VM and it is working properly, after entering password amule control panel opens succesfully,
i see that amuleweb is running with parameter
$this->bbcode_second_pass_code('', '
amuleweb --amule-config-file=/var/lib/amule/.aMule/amule.conf
')
but on archarm
amuleweb only with parameter --quiet
Got this by running "ps aux".
amule-daemon, amuleweb are running as user amule.
Has anyone the same problem ?