Eccomi qui:
il file Resolv.conf in etc riportava due righe uguali:
nameserver 192.168.1.1
nameserver 192.168.1.1
io l'ho cambiato in
nameserver 195.210.91.100
NAS login: administrator
Password:
BusyBox v1.01 (2008.06.18-10:01+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
[~] # mv /share/HDA_DATA/Public/mldonkey-start.sh /share/HDA_DATA/mldonkey/
[~] #
[~] # vi /share/HDA_DATA/mldonkey/mldonkey-start.sh
#^M
#*******************************************************************************
#^M
# Script for launching mlnet in QNAP's TS-209^M
#^M
#*******************************************************************************
^M
^M
PATH=/usr/ucb:/usr/bin:/bin; export PATH^M
^M
# We create the symbolic link on /root/ folder so that mlnet can save user data^
^M
echo Creating symbolic link^M
ln -s /share/HDA_DATA/mldonkey /root/.mldonkey^M
^M
# We launch the core^M
^M
/share/HDA_DATA/mldonkey/mlnet > /dev/null^M
^M
^M
# All done, exit ok^M
^M
exit 0^M
[~] # /share/HDA_DATA/mldonkey/mldonkey-start.sh
-sh: /share/HDA_DATA/mldonkey/mldonkey-start.sh: Permission denied
[~] #
[~] # chmod 775 /share/HDA_DATA/mldonkey/mldonkey-start.sh
[~] #
[~] # /share/HDA_DATA/mldonkey/mldonkey-start.sh
: not foundDATA/mldonkey/mldonkey-start.sh: 7:
: not foundDATA/mldonkey/mldonkey-start.sh: 8:
: bad variable name
[~] #
[~] # ln -s /share/HDA_DATA/mldonkey /root/.mldonkey
[~] #
[~] # /share/HDA_DATA/mldonkey/mlnet > /dev/null
2008/07/28 18:41:55 [cO] Starting MLDonkey 2.9.5.CVS ...
2008/07/28 18:41:55 [cO] Language EN, locale ANSI_X3.4-1968, ulimit for open fil es 1024
2008/07/28 18:41:55 [cO] MLDonkey is working in /root/.mldonkey
2008/07/28 18:41:55 [Gettext] Loading language resource mlnet_strings.EN_ANSI_X3 .4-1968
2008/07/28 18:41:55 [cO] loaded language resource file
2008/07/28 18:41:55 [DNS] Resolving [NAS] ...
2008/07/28 18:41:57 [DNS] Resolving [
www.mldonkey.org] ...
2008/07/28 18:41:57 [DNS] Resolving [mldonkey.sf.net] ...
2008/07/28 18:41:57 [DNS] Resolving [
www.mldonkey.net] ...
2008/07/28 18:41:57 [DNS] Resolving [
www.google.com] ...
The core therefore is unable to get eDonkey serverlists and loading
.torrent files via dllink from websites is also impossible.
If you are using MLDonkey in a chroot environment you should
consider reading this article to get DNS support back:
http://mldonkey.sourceforge.net/Chroot
2008/07/28 18:41:57 [cO] Logging in /root/.mldonkey/mlnet.log
2008/07/28 18:42:00 [dMain] Core started
Ora, devo dire alcune cose per completezza di informazione:
1)tutte le modifiche al file Resolv.conf e l'installazione di mldonkey sono state fatte mentre il TS-101 scaricava allegramente da internet diversi torrent:è un problema?
2)tutte le modifiche sono state fatte senza aver riavviato il Nas...
3)cercando su internet per il problema del dns ho trovate due risposte diverse, la prima nel wiki di ubuntu dice di lannciare un cvs: cvs -d:pserver:
anonymous@cvs.sv.gnu.org:/sources/mldonkey co -P mldonkey ma ovviamente il nas risponde dicendo "cvs not found" (
http://wiki.ubuntu-it.org/InternetRete/ ... e/MlDonkey); la seconda (
http://www.p2pforum.it/forum/archive/in ... 36758.html) dice che i nrealtà è possibile che il programma funzioni lo stesso.
4)anche ammesso che mldonkey funzioni, come lo controllo?Devo installare sancho o un'altra gui su windows oppure qualcos'altro dentro il nas?