| View previous topic :: View next topic |
| Author |
Message |
fabtar Sage

Joined: 04 Feb 2004 Posts: 1399 Location: Italy
|
|
| Back to top |
|
 |
JosefK neophyte
Joined: 16 Jan 2006 Posts: 6 Location: USA
|
Posted: Mon Apr 07, 2008 5:35 pm Post subject: |
|
|
could anybody explain me how to install it?  |
|
| Back to top |
|
 |
fabtar Sage

Joined: 04 Feb 2004 Posts: 1399 Location: Italy
|
|
| Back to top |
|
 |
JosefK neophyte
Joined: 16 Jan 2006 Posts: 6 Location: USA
|
Posted: Mon Apr 07, 2008 8:03 pm Post subject: |
|
|
it's a mybook world edition (ARM9 processor inside) I've accessed to embedded linux system via ssh
since it's not very powerfull (and I'm interested just in kad) I think the minimal installation in your package would be the best choice
but it's the first time I play with a linux console and don't know how to use the core file you provided
PS
ma sei italiano?!  |
|
| Back to top |
|
 |
spiralvoice Sage
Joined: 06 Jan 2003 Posts: 3774 Location: Germany
|
Posted: Mon Apr 07, 2008 8:21 pm Post subject: |
|
|
| JosefK wrote: | | and I'm interested just in kad |
MLDonkeys Kad code does not match current eMule code, its based
on an older version of Kad and even this is not fully implemented.
You need to get at least some sources from EDK servers to get into
the Kad net. _________________ Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks |
|
| Back to top |
|
 |
fabtar Sage

Joined: 04 Feb 2004 Posts: 1399 Location: Italy
|
Posted: Mon Apr 07, 2008 9:38 pm Post subject: |
|
|
Yes I'm italian, but this is a English forum
I suggest to use mldonkey with both ed servers and kademlia enabled, look at the wiki for good serverlist and ipfilters.
Kademlia support is equal to Kad1 but it works perfectly for searching in Kad network but not for publishing files.
expert emule users also suggest to use both kad and servers:
http://forum.emule-project.net/index.php?showtopic=134981
About installing, are you using a particular user or are you using the "root" user? About your folder organization.. have you a single big partition or have you a big partition for data separated from system one?
output of "df" and "whoami" commands could help
Step-by-step
copy/download the archive in your arm box in a temp directory,
you can uncompress the archive with this command:
assumtion:you have changed (cd) n the temp directory
tar xjvf mldonkey-cores-****.tar.bz2
use "ls" command:
you'll see lots of directories, read the first post about. all directories contains a different version of mldonkey compiled only with necessary features.
minimal .. is very very light ... no libgd, for graphical graphs, no libmagic for file type. But is very fine for light boxes and emule's only usage.
You can start with this and in case change the mlnet executable later with another one.
in case you are using user "italiano" your home directory is /home/italiano
mkdir /home/italiano/mldonkey
copy the content of minimal directory in to mldonkey directory
example:
cd minimal
cp -R *.* /home/italiano/mldonkey
(you can clean the temp directory)
cd /home/italiano/mldonkey
and now launch executable manually:
./mlnet
(./mlnet & ) in order to launch in background (service like)
There are lots of things to learn about using mldonkey, doing scipts for automatic execution, configuring shares, configuring for better cpu-memory usage on small boxes.
You can find all you need in the wiki, and searching in previous forum posts.
If something goes wrong could be related to library issues, in first post there are few tips for using the bundled libraries on order to avoid this issue.
Usage:
After starting mldonkey you can acess the interface only from the arm machine(localhost) youhave to add (if necessary) the other PCs in your LAN with adding them in the allowed_ip option located in download.ini.
donwload.ini is located in /home/italiano/.mldonkey/ directory
Please search the forum-wiki you'll find other walkthru about.
Feel free to re-post here if necessary.
Ps:all the copy, move, delete operation could be handled with a very nice tool called mdnght commander: mc , I suggest to check for this command or to install (apt-get?)
Cheers
about using mldonkey with success _________________ Mldonkey Debian & NAS cores,
ARM: http://mldonkey.sourceforge.net/forums/viewtopic.php?p=26582
PowerPC: http://mldonkey.sourceforge.net/forums/viewtopic.php?t=4834
Mipsel: http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=27075 |
|
| Back to top |
|
 |
fabtar Sage

Joined: 04 Feb 2004 Posts: 1399 Location: Italy
|
|
| Back to top |
|
 |
JosefK neophyte
Joined: 16 Jan 2006 Posts: 6 Location: USA
|
Posted: Tue Apr 08, 2008 7:32 pm Post subject: |
|
|
TKS it worked ^__^
but now I don't understand: in the wiki I found
to access webui use http://admin@127.0.0.1:4080/
but didn't work
so I tried use $nas_ip instead of 127.0.0.1 but didn't work either
am I missing something? |
|
| Back to top |
|
 |
fabtar Sage

Joined: 04 Feb 2004 Posts: 1399 Location: Italy
|
|
| Back to top |
|
 |
JosefK neophyte
Joined: 16 Jan 2006 Posts: 6 Location: USA
|
Posted: Wed Apr 09, 2008 4:40 pm Post subject: |
|
|
TKS again for you help
| Quote: |
please provide your hardware model and firmware/os version
|
it's a mybook world edition I, with 01.01.18 firmware (it use an embedded linux version)
BTW
how did you managed to compile mldonkey for arm without an arm?! (I'm in trouble compiling crypto++ that seems too heavy for my mybook) |
|
| Back to top |
|
 |
spiralvoice Sage
Joined: 06 Jan 2003 Posts: 3774 Location: Germany
|
Posted: Wed Apr 09, 2008 5:29 pm Post subject: |
|
|
| JosefK wrote: | | (I'm in trouble compiling crypto++ that seems too heavy for my mybook) |
For a start use ./configure --disable-donkeysui _________________ Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks |
|
| Back to top |
|
 |
JosefK neophyte
Joined: 16 Jan 2006 Posts: 6 Location: USA
|
Posted: Sat Apr 12, 2008 1:09 pm Post subject: |
|
|
| spiralvoice wrote: | | JosefK wrote: | | (I'm in trouble compiling crypto++ that seems too heavy for my mybook) |
For a start use ./configure --disable-donkeysui |
what's this option for? |
|
| Back to top |
|
 |
fabtar Sage

Joined: 04 Feb 2004 Posts: 1399 Location: Italy
|
|
| Back to top |
|
 |
JosefK neophyte
Joined: 16 Jan 2006 Posts: 6 Location: USA
|
Posted: Tue Apr 15, 2008 4:22 pm Post subject: |
|
|
| I can't find a way to make mldonkey read the guardian.p2p file I've load: do the minimal setup have ipblocking disabled? should I use the normal one? :\ |
|
| Back to top |
|
 |
fabtar Sage

Joined: 04 Feb 2004 Posts: 1399 Location: Italy
|
Posted: Wed Apr 16, 2008 5:46 pm Post subject: |
|
|
Have you used "web infos" in order to download guardianp2p??
Have you manually downloaded the file?
Personally I suggest to set the correct webinfos about guardingp2p, mldonkey 'll automatically download the file on a regular base(and placing the file in the right place).
I don't know if there is something in minimal setup which prevent guardingp2p from running correctly.
I have the impression there is no reason for guardingp2p to fail.
You can simply try the normal core (you can simply substitute the excutable) but I suggest to first try to configure web infos in the right way.
Webinterface_>Option->Web infos (below) is a way
Otherwise you can edit the configuration files directly(I prefer) _________________ Mldonkey Debian & NAS cores,
ARM: http://mldonkey.sourceforge.net/forums/viewtopic.php?p=26582
PowerPC: http://mldonkey.sourceforge.net/forums/viewtopic.php?t=4834
Mipsel: http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=27075 |
|
| Back to top |
|
 |
|