Con mldonkey installato nel Mybook resuscitato abbiamo un client peer to peer gestibile via web. Può connettersi alle reti: emule/edonkey e bittorrent.
(Articolo solo in inglese. Se qualcuno è interessato me lo faccia sapere che lo traduco in italiano)
Using mldonkey on the Revived Mybook we have a complete peer to peer client with web interface. It uses edonkey/emule and bittorrent protocols/networks.
As usual, first step is installing mldonkey:
# apt-get install mldonkey-server
. . .
During installation, apt asks for automatically launch mldonkey on system startup. We can reply affirmatively.
As the installation end, we have mldonkey up and running, but we have two problems:
- mldonkey places all working and temp files in /var/lib/mldonkey. If we use a partitioning scheme with root filesystem and home filesystem this lead to fill root partition and cause malfunctions on Mybook.
- mldonkey web interface is accessible only from 127.0.0.1, that is useless.
So, we stop mldonkey server:
# /etc/init.d/mldonkey-server stop
then move the working directory in the /home partition:
# mv /var/lib/mldonkey /home
and set the new working dir in file /etc/default/mldonkey-server that is:
# MLDonkey configuration file
# This file is loaded by /etc/init.d/mldonkey-server.
# This file is managed using ucf(1).
MLDONKEY_DIR=/var/lib/mldonkey
MLDONKEY_USER=mldonkey
MLDONKEY_GROUP=mldonkey
MLDONKEY_UMASK=0022
LAUNCH_AT_STARTUP=true
MLDONKEY_NICENESS=0
in that way:
# MLDonkey configuration file
# This file is loaded by /etc/init.d/mldonkey-server.
# This file is managed using ucf(1).
MLDONKEY_DIR=/home/mldonkey
MLDONKEY_USER=mldonkey
MLDONKEY_GROUP=mldonkey
MLDONKEY_UMASK=0022
LAUNCH_AT_STARTUP=true
MLDONKEY_NICENESS=0
Next, we open file /home/mldonkey/downloads.ini, and we locate the line with:
allowed_ips = [
"127.0.0.1";]
This is the list of IP address enabled to access mldonkey web interface. We can modify it as explained here. I.e. to enable access from all PC in the network 192.168.1.x we can change in:
allowed_ips = [ "192.168.1.0/24";
"127.0.0.1";]
Make sure that mldonkey is stopped when modify this file: in the shutdown mldonkey writes down current configuration and overwrites all our changes.
Next we can start again mldonkey, and point our browser to: http://mybook-ip-address:4080/.
Note that mldonkey requires about a minute to start, and is a memory eater, so there will be some problems if your Mybook is loaded with Samba and CUPS.
That’s all.

#1 da federico il 22 February 2008 - 16:04
ciao… ho letto un po questo articolo ma con l’inglese non sono un asso.
hai mica la possibilità di tradurlo in una piccola guida in italiano?
non ho capito anche come accedere al mybook per installare il tutto..
grazie federico
#2 da Mario Pascucci il 22 February 2008 - 17:02
Quanto specificato nell’articolo può essere fatto solo sulla versione “resuscitata” con Debian Lenny del Mybook. Sul Mybook standard non si può fare.
L’articolo che parla dell’installazione di Debian Lenny sul Mybook è questo:
http://www.ismprofessional.net/pascucci/?p=94
#3 da SpaceJam il 20 May 2008 - 15:09
Ciao,
ho letto con interesse il tuo post e visto che tutto quanto descritto non funziona sulla versione standard del MyBook ti volevo chiedere se eri al corrente di una valida soluzione al P2P per tutti i possessori del MyBook originale
#4 da Mario Pascucci il 20 May 2008 - 15:59
@SpaceJam
Sul sito:
http://mybookworld.wikidot.com/
ci sono dei pacchetti per il Mybook originale, sotto la voce Hacks&Tutorial.
Pingback: Mldonkey su debian (nslu2 e i386) - configurazioni varie « L’angolo della ricotta (salata) - Lisergico andante