aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule + NSLU2  (Read 2377 times)

szafran

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
aMule + NSLU2
« on: July 07, 2006, 02:13:22 AM »

Hi

I'm new to linux and stuff so please be gentle.
I'm having problems with aMule on my NSLU2 (system installed: debian-etch-beta2-20060311). After configuring amule the daemon starts without errors, but i can't connect to it using amulecmd under NSLU2 or aMule GUI under Windows XP on my PC. Each time i'm trying to connect the Win32 client and linux amulecmd stop without generating any errors. Under Windows after setting it up and hitting connect it's visible in the process list, but nothing happens. Similar thing happens on the NSLU2:

NSLU2:/# amulecmd --host=localhost --port=62000 --password=amulepass
This is amulecmd 2.1.2

Creating client...

and after this i can wait all night without any errors or anything... it stays that way until i hit ctrl+c

can anyone help me with this ?? it would be nice to get the win32 GUI working with the amuled on NSLU2.
Logged
Szafran

szafran

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: aMule + NSLU2
« Reply #1 on: July 07, 2006, 02:44:38 AM »

got it working

seems that executing this:
$ echo -n amulepass | md5sum | cut -d ' ' -f 1
provided wrong md5sum
i've runned this:
echo -n amulepass | md5sum | cut -d ' ' -f 1
and now it's ok  :P
Logged
Szafran