i've a wl500w but i can't configure amule well can anybody pass me a complete tutorial that help me to doing well
![]()
Hi,
I think that has something to do with the hashing algorithm. When you create your password with "echo password | md5sum", then this hash is different to the one amule creates internally. I only recognized that when I started amuleweb without the password set in the remote.conf. I was asked to type in the password, but it was not accepted. In the log I saw, that the hashes where different, although I typed in the same password. For example:
but when I remove the password string from the remote.conf, start amuleweb and type in "test" as password, the access is denied and the logfile saysCode:echo test | md5sum d8e8fca2dc0f896fd7cb4cb0031ba249 -
To connect amuleweb to amuled the password string only has to be the same, but to connect to the web-gui you have to setCode:EC Auth failed: (098F6BCD4621D373CADE4E832627B4F6 != D8E8FCA2DC0F896FD7CB4CB0031BA249)
in the remote.conf in order to log into the web-interface with "test". Don't ask me why, I can only say that it works here this way.Code:Password=098F6BCD4621D373CADE4E832627B4F6
Cheers Darkstar.
i've a wl500w but i can't configure amule well can anybody pass me a complete tutorial that help me to doing well
![]()
Hi everybody i have an wl500w and i try to use the amule.
I'm following all the steps of this guide but when i run amuled always receipt the same message:
And now I can't do anything more, the window remains open with the cursor blinking and doesn't show any message more.Code:amuled: OnInit - starting timer Initialising aMule Checking if there is an instance already running... No other instances are running. ERROR: Warning Warning! You are running aMule as root Doing so is not recommended for security reasons, and you are advised tu run aMule as an normal user instead. ----------------------------------------------------- Warning! You are running aMule as root. Doing so is not recommended for security reasons, and you are advised tu run aMule as an normal user instead. ----------------------------------------------------- Loading temp files from /opt/share/amule/ .aMule/Temp. All Partfiles Loaded. ListenSocket: Could not listen to TCP port.Error: Error Port 65500 is not available! This means that you will be LOWID. Check your network to make sure the port is open for output and input. Could not listn for external coneccions at 0.0.0.0:65513! *** Server UDP socket (TCP+3) at 0.0.0.0:65503 *** TCP socket (TCP) listening on 0.0.0.0:65000 Port 65500 is not available. You will be LOWID *** Client UDP socket (extended eMule) at 0.0.0.0:65535 Empty dir /opt/share/amule/ .aMule/Incoming/ shared
In the end I have to close the telnet session and must not have passed.
Can anyone help me and tell me what I'm doing wrong
![]()
how to add an eD2k links to download queque? pls help me....![]()
it depends on how do you access it. If you didn't set up remote gui, then you can do:
amulecmd -c add "ed2k://..."
I have to set up remote gui and i can't download the ed2k paste into the box. and... sorry but this method seem not work, but if I execute amulecmd and after I do the add command "ed2k://..." it respond with "Request failed with the following error: Invalid link or already on list." heeeelp.....![]()
amule 2.1.3 doesn't support files larger than 4Gb neither on PC, nor on our routers
I've an wl500w i've the amule configured but he not recognice the ports i open what can i do?
![]()
Last edited by jc_pazos; 16-04-2008 at 13:33.
Dear All,
Please notice the amule 2.2.1 has been released.Many new features have been added in this version.Could gorion/oleo kindly upgrade the amule in optware?
New features:
Protocol Obfuscation
UPnP support
Network protocol updated to eMule 0.49a (including large file support)
Kad 2.0
Does it works? Is there any limit builtin?
Does it need a complete ipkg reinstall or can we simply change the executable file only, saving incomplete files ?
Hope to find soon the Adudanza mod for aMule....
Max
It didn't work at first, it got stuck at generating a cryptkey.dat file with almost 100% cpu time.Fortunately I could generate one manually with
edit: generated key doesn't workCode:openssl genrsa 384 > .aMule/cryptkey.dat
Now downloading works. I don't know how to check if the new features like obfuscation are working. The GUI does not flicker anymore!
Only thing that doesn't work are KAD searches. They never give a result for me. Trying to find out what's wrong.
Pim.
Last edited by Pim Borst; 24-06-2008 at 08:02. Reason: key doesn't work
By a 'bug' in crypto++, crypto++ got build for big endian on mips instead of little endian.
Thus none of the crypto functions in amule were working.
A patch for crypto++ has just been added to the feed, so after crypto++ and amule are rebuild, the problems should be solved.