Deprecated FON Boards !

Visit forum.fon.com
It is currently Thu Sep 09, 2010 09:05

All times are UTC + 1 hour




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ] 
Author Message
 Post subject: Attempting to install Amule
PostPosted: Mon Dec 28, 2009 21:52 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
hello, i am trying to install amule on my fonera following this guide http://wiki.fon.com/wiki/F2_Amule , but i have some problems.

problem 1:
this link doesn't work http://eko.one.pl/index.php?page=openwrt-amule , but some rows down there is an other way, so i start to write the first command in putty connectcted by ssh to fonera:

Code:
root@Fonera:~# svn co http://svn.fonosfera.org/fon-ng/trunk fon-ng
-ash: svn: not found


but maybe there is an other way to install it (i am not sure that it is)

Code:
   
*  You can also get them from http://flash.fonera.be/FON2303/packages/mipsel

cd /tmp
mkdir amule
cd amule
wget http://flash.fonera.be/FON2303/packages/mipsel/amule_2.2.6-1_mipsel.ipk
...


so i make the directory on external drive (i supposed this...) and i download it.

installation:

Code:
tar xzvf amule_2.2.6-1_mipsel.ipk
tar xzvf data.tar.gz
rm amule_2_2_6-1_mipsel.ipk
rm data.tar.gz
rm control.tar.gz
rm debian*


i created the file amule in cd /etc/init.d and this is its contain:
Code:
#!/bin/sh
ln -s /tmp/mounts/Disc-A5/amule /home/.aMule
ln -s /tmp/mounts/Disc-A5/amule /root/.Amule
export LD_LIBRARY_PATH=/lib:/usr/lib:/tmp/mounts/Disc-A5/amule/usr/lib:/tmp/moun
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/home/.aMule/usr/bin
iptables -I input_daemon -p tcp --dport 4662 -j zone_wan_ACCEPT
iptables -I input_daemon -p udp --dport 4662 -j zone_wan_ACCEPT
iptables -I input_daemon -p tcp --dport 4711 -j zone_wan_ACCEPT
cd /home/.aMule
amuled -f -c /home/.aMule


i type /etc/init.d/amule start
and...
Code:
root@Fonera:/etc/init.d# /etc/init.d/amule start
ln: /home/.aMule/amule: File exists
ln: /root/.Amule/amule: File exists
amuled: can't load library 'libcrypto++.so.8'


now...i am arrived here after a lot of attempts to install amule, i am not a linux user and i have already tryed some solutions founded in internet insatlling and reflashing fonera everytime that the space was full becuase i installed it on fonera. can u help me form now? :S

ps: how can i check if i hace useless files on fonera?

thanks!!


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Wed Dec 30, 2009 21:43 
Offline
FON Support Community
FON Support Community
User avatar
 WWW  ICQ  Profile

Joined: Tue Jul 04, 2006 11:10
Posts: 3984
Location: Flanders, Belgium
well you installed amule ... but it needs a few other libraries...
the wiki also told you to get :
amule_2.2.6-1_mipsel.ipk

and these files :
libpng_1.2.40-1_mipsel.ipk
libwxbase_2.8.10-1_mipsel.ipk
libcryptoxx_5.6.0_mipsel.ipk
libstdcpp_4.1.2-13_mipsel.ipk

* You can also get them from http://flash.fonera.be/FON2303/packages/mipsel

you seem to be missing the libcrypto part for instance

_________________
ImageImageImageImage


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Thu Dec 31, 2009 03:29 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
ahaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...now i understand what "..." means :D
tomorrow i'll try to install those packages and i hope that amule'll works :D

thanks!!!!


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Fri Jan 01, 2010 03:22 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
hello..i have an other problem :S (guy you should rewrite your guide)

the last command of the wiki that fonera can execute without errors is
Code:
. /etc/profile


after this command i should start installation.

1)link: http://downloads.openwrt.org/kamikaze/8 ... /packages/ returns "Error 404" so i browsed the folders until i found a valide path and this was http://downloads.openwrt.org/kamikaze/8 ... /packages/ but i have error also with this way

Code:
root@Fonera:~/run/mountd/sda5# opkg -dest usb install amule
Collected errors:
* Packages were found, but none compatible with the architectures configured


so i browsed again and i found http://downloads.openwrt.org/kamikaze/o ... /packages/ but Fonera return the same error

Code:
root@Fonera:~/run/mountd/sda5# opkg -dest usb install amule
Collected errors:
* Packages were found, but none compatible with the architectures configured



what's the right link?
how can i continue installation of amule?

thanks!


EDIT:

the right link is http://www.fonera.be/flash/FON2303/packages/mipsel/
i am installing dependency

EDIT2:
i have a problem:

Code:
root@Fonera:~/run/mountd/sda5# opkg -dest usb install amule
Installing amule (2.2.6-1) to usb...
Downloading http://www.fonera.be/flash/FON2303/packages/mipsel/amule_2.2.6-1_mipsel.ipk
Connecting to www.fonera.be (63.247.86.202:80)
amule_2.2.6-1_mipsel 100% |**********************************************|  1886k 00:00:00 ETA
Collected errors:
* ERROR: Cannot satisfy the following dependencies for amule:
         *  libreadline *


i don't find this lib anywhere... how can i install it?


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Mon Jan 04, 2010 22:31 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
up!
how can i install the library required?
which library are required? :S

EDIT:
libreadline can be installed by:

Code:
root@Fonera:~/mounts/Disc-A5# opkg -dest usb install http://downloads.openwrt.org/kamikaze/7.06/brcm-2.4/packages/libreadline_5.1-1_mipsel.ipk


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Tue Jan 05, 2010 18:26 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
Code:
root@Fonera:~/run/mountd/sda5/amule/bin# amuled
amuled: OnInit - starting timer
Initialising aMuled 2.2.6 using  v2.8.10
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 to 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 to run aMule as an normal
user instead.
--------------------------------------------------

ListenSocket: Ok.
Loading temp files from /root/.aMule/Temp.

All PartFiles Loaded.
No shareable files found in directory: /root/.aMule/Incoming
HTTP download thread started
FATAL ERROR: Cannot find template: php-default
Enter password for mule connection: Host: amule.sourceforge.net:80
URL: http://amule.sourceforge.net/lastversion
Response: 200 (Error: 0)
Download size: 6
HTTP download thread ended




and now????

EDIT:


I reinstalled amule on my Fonera 2.0N....but now if i start amule i see this:

Code:
Ç#
: not found
amuled: line 70: KçæL·
                      ?üØAñ: PuTTYnot found
amuled: line 70: Tæ
                   Ê: not found
amuled: line 70: B: not found
amuled: line 70: : PuTTYnot found
amuled: line 70: §!FÐ: not found
amuled: line 70: v: not found
amuled: line 70: ´ot found
amuled: line 70:
5súeþaàd´%ÊtÑß   É¹9#î
              ãÓí®b: PuTTYnot found
amuled: line 70: C¹: PuTTYPuTTYnot found
amuled: line 70: åp
.«   Á
      -
È)¼
P
 #ñtN
>VÞu%v
A!?Ôÿ
bª$Z
!GÓ
@kä"ÇF[P=
         3
êß̽Ó
Y    ¶¯p#é¾q    ôÉh

§â÷uµ´  +%J(Úç  ¢                                                              ¥üì¨
¾
"p#Dêà
     ("
        £Ð(Hÿ+: PuTTYPuTTYPuTTYPuTTYFile name too long
amuled: line 70: L9[n: not found
amuled: line 70: ~c: not found
Ï: not found 70: R
amuled: line 70: ¶Ý%ì:
                      : PuTTYnot found
amuled: line 70: ,xåÞͶE        È#!ÍÏl#z2\ª]¦½  ¹!!î
Ñaº  ¤=hY³ì¹    ¦
                 » zs¦
Sâ»3r :5              íãí
}+w
   )
    o
±
§tR
   OVHì
ý
±ãî
   Â2õaª²
²
«ìk=# : PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYnot found
amuled: line 70: c¿Ï: not found
amuled: line 70: Âã: not found
õy%­ed: line 70:
    è
     þ»áJöÔÆ
OÏ          ^yª+
®2 ò
Þ£ñ ¶$¾åÃBtj
Áã!
     Õn#}º«
õS$þ
+
V¿ä*

¥¢h×Î
    Oú  qN-òi#ºgÝ#þ
4_Eqf2  º          u6$Ço(L
bÁ   ô#«                  0Ûx®
Ü
­

-k
f
DßmÈå¼{9        iÃN

4C%¡0   È
°ÕªH®
      »j
ÏÐ: PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYFile name too long
amuled: line 71: cannot open äò¦I~á: no such file
amuled: line 71: ùïÜI#: not found
amuled: line 72: ´
                   : PuTTYnot found
amuled: line 109: N
                   amuled: line 109: cannot open ù$­: no such file
amuled: line 109: ʼ
¥: not found
amuled: line 109: DX±
                     ­ô
ɪ}­
    öÕ³
$ãR$Íñ
.R
WòÃÕý½: not found     Ý: not found
amuled: line 109: Ы¸#õ/vé~~Í}#KI: PuTTYnot found
amuled: line 109: ór: not found
amuled: line 109: ïÇ%: not found
amuled: line 109:Ýzæ¡#ÓÙ
B)P%®

     a
ø$
l¢Ö®ÔQèª#58
   %i}
      f
ã                                                                              sx
·à$Åß%U¸!VÚ|'s!5 =£
                    ,


ã    jÁÕ3:)ë%nØ¡¼º_ÅÝ: PuTTYPuTTYnot found
amuled: line 109: SÓlê2
E0^%b: not found
amuled: line 109: ëx$   ©ñl
8a   â
      ×*©¸
#È!ï÷W.!ö
Ê

"¨Ú#=½CßWä8¥-?
                ¯Å
                  çE­
                     o ²Å
                         ¢¨!Ïêç©ì"÷&L]
²\ÿ!llBsl¨±
4}ýZK I@f
^2*  8Å 4¯µo/   õý Ãô
=þõòÊYeü        ´¥LXÎæ  üm
        +%y5[s  Iù
"¯Ew
    ÂS·ÁÅØ.
E#Q°¨%ád¯Ç$ÝÕ <
À
º!ëÆ$;p
³ OB$ó
Å%u
álQÆ
Ò¿MC>
Ôo~³\J Q%       &Ú

ÙÂû!E6Oîm1¸¯ò¹ ÕàÃJ
¤: PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYnot found
amuled: line 109: âÕ
                    h t­: not found
amuled: line 109: R1!¢~B: not found
amuled: line 109: ìRx¿%t: not found
amuled: line 109: åóQIS¸
                        ¢Jy: not found
amuled: line 109: : not found
amuled: line 109: : not found
amuled: line 109: à±0¯¤0
´q~m©í·
       ÆxDÅú%%w: PuTTYnot found
amuled: line 109: Ô
'Í   ]$ÚXß7#ò
             é$ÁwéëjBvà£: not found
amuled: line 109: _Þ
Ùn
  zy
fÛZmû½

ÓÉ|
ïD£0i   KÆ+Ø>kkObJÊ
ñ                   ø
%àOCSëµ!N
         _$dP§ïÖ««ÏZR: not found
amuled: line 109: ¤C
{¨$è
=Ì­æ¤È: not found
amuled: line 110: í
: not found
amuled: line 110: #: not found
amuled: line 118: ^@üe¶¾³O6©^V8°+a
 ,                               ¾
a§×Fç
6Yk:

m<
«$Dö ¡E
k
Ó í
ñ3u
M¸0
X£iÜ !ÁwKEqíZ
î

æÖ: PuTTYPuTTYnot found
amuled: line 118:
mR: not found
amuled: line 119: À2pb%e: PuTTYnot found
amuled: line 119: : not found
amuled: line 120:
V%Þ/ F: not found
amuled: line 6: syntax error: word unexpected (expecting ")")
root@Fonera:~/run/mountd/sda5/amule/bin# PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
YPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
YPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
YPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTT
YPuTTYPuTTYPuTTY


i wrote this script to install emule (i did a lot of attempting :S)

Code:
#!/bin/sh

mkdir amule
cd amule
wget http://flash.fonera.be/FON2303/packages/mipsel/amule_2.2.6-1_mipsel.ipk
wget http://flash.fonera.be/FON2303/packages/mipsel/libpng_1.2.40-1_mipsel.ipk
wget http://flash.fonera.be/FON2303/packages/mipsel/libwxbase_2.8.10-1_mipsel.ipk
wget http://flash.fonera.be/FON2303/packages/mipsel/libcryptoxx_5.6.0_mipsel.ipk
wget http://flash.fonera.be/FON2303/packages/mipsel/libstdcpp_4.1.2-13_mipsel.ipk
wget http://flash.fonera.be/FON2303/packages/mipsel/libjpeg_6b-1_mipsel.ipk
wget http://downloads.openwrt.org/kamikaze/7.06/brcm-2.4/packages/libreadline_5.1-1_mipsel.ipk


tar xzvf amule_2.2.6-1_mipsel.ipk
tar xzvf data.tar.gz
tar zxvf control.tar.gz

rm data.tar.gz
tar xzvf libpng_1.2.40-1_mipsel.ipk
tar xzvf data.tar.gz
tar zxvf control.tar.gz
rm data.tar.gz

tar xzvf libwxbase_2.8.10-1_mipsel.ipk
tar xzvf data.tar.gz
tar zxvf control.tar.gz
rm data.tar.gz

tar xzvf libcryptoxx_5.6.0_mipsel.ipk
tar xzvf data.tar.gz
tar zxvf control.tar.gz
rm data.tar.gz

tar xzvf libstdcpp_4.1.2-13_mipsel.ipk
tar xzvf data.tar.gz
rm data.tar.gz
rm control.tar.gz

tar xzvf libreadline_5.1-1_mipsel.ipk
tar xzvf data.tar.gz
rm data.tar.gz
rm control.tar.gz

tar xzvf libreadline_5.1-1_mipsel.ipk
tar xzvf data.tar.gz
rm data.tar.gz
rm control.tar.gz

tar xzvf ibjpeg_6b-1_mipsel.ipk
tar xzvf data.tar.gz
rm data.tar.gz
rm control.tar.gz
rm debian*
rm *.ipk

opkg -dest usb install libpng
opkg -dest usb install libwxbase
opkg -dest usb install libcryptoxx
opkg -dest usb install libstdcpp
opkg -dest usb install http://downloads.openwrt.org/kamikaze/7.06/brcm-2.4/packages/libreadline_5.1-1_mipsel.ipk
opkg -dest usb install amule
opkg -dest usb install http://downloads.openwrt.org/kamikaze/7.06/brcm-2.4/packages/libreadline_5.1-1_mipsel.ipk
opkg -dest usb install amule


rm /tmp/shared/
ln -s /tmp/mounts/Disc-A5 /tmp/shared
cd /tmp/shared
wget http://www.fonera.be/extras/amule/amule-fon2.tgz -O amule-fon2.tgz
tar zxvf amule-fon2.tgz
rm amule-fon2.tgz
cd amule
wget http://flash.fonera.be/FON2303/packages/mipsel/libstdcpp_4.1.2-13_mipsel.ipk
tar xzvf libstdcpp_4.1.2-13_mipsel.ipk
tar xzvf data.tar.gz
rm data.tar.gz
rm control.tar.gz

ln -s /tmp/shared/share/amule/webserver/ /tmp/shared/home/amule/.aMule/webserver


what is wrong???


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Thu Jan 07, 2010 05:20 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
YOU DON'T ASK ME HOW AND WHY BUT...

IT WORKS!!!!


i moved some directory to correct some errors and now it works!!!!

EDIT

i can't autostart amule...when i close shell linux amule go down...i have just tryed how is explained on wiki but it doesn't work...i think because i start amuled and not amule...if i start amule i read this:

Code:
root@Fonera:~# /tmp/shared/bin/amule start
amuled: OnInit - starting timer
Initialising aMuled 2.2.6 using  v2.8.10


but amule is not running.
the only way to run it at the moment is to start amuled, but so i need to use pc to run amule on fonera...help
how can i autostart it?


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Sat Jan 09, 2010 22:24 
Offline
FON Support Community
FON Support Community
User avatar
 WWW  ICQ  Profile

Joined: Tue Jul 04, 2006 11:10
Posts: 3984
Location: Flanders, Belgium
Amuled is the "daemon" which does the download/upload

amuleweb is the "gui" to control this deamon (4711/tcp by default)
you can also use "amule-gui/client" on your "pc" to connect from remote to this amuled using "external connetions" (4712/tcp by default)

amule will start amuled and amuleweb

_________________
ImageImageImageImage


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Sun Jan 10, 2010 15:48 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
Code:
root@Fonera:~# /tmp/shared/bin/amule debug
amuled: OnInit - starting timer
Logging to stdout enabled
Initialising aMuled 2.2.6 using  v2.8.10
root@Fonera:~#


it doesn't do nothing, if i type "top" or "ps" i don't see any process amuled or amule, but if i write:

Code:
root@Fonera:~# /tmp/shared/bin/amuled -f
amuled: OnInit - starting timer
Initialising aMuled 2.2.6 using  v2.8.10
Checking if there is an instance already running...
No other instances are running.

--------------------------------------------------
Warning! You are running aMule as root.
Doing so is not recommended for security reasons,
and you are advised to run aMule as an normal
user instead.
--------------------------------------------------

ListenSocket: Ok.
amuled: forking to background - see you
root@Fonera:~#


amule runs and works


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Sun Jan 10, 2010 18:41 
Offline
FON Support Community
FON Support Community
User avatar
 WWW  ICQ  Profile

Joined: Tue Jul 04, 2006 11:10
Posts: 3984
Location: Flanders, Belgium
"amule debug" will start it up and show all "errors" if there are any...it will not "background"
you need to open a 2nd ssh session with putty to verify this
it will not give you a prompt unless you "stop" amule

i believe it's
amule start
amule stop
amule debug
?

_________________
ImageImageImageImage


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Sun Jan 10, 2010 23:13 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
no effect...

Code:
root@Fonera:~# /tmp/shared/bin/amule start
amuled: OnInit - starting timer
Initialising aMuled 2.2.6 using  v2.8.10
root@Fonera:~# ps|grep amul
30154 root      1980 S    grep amul
root@Fonera:~#


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Sun Jan 10, 2010 23:22 
Offline
FON Support Community
FON Support Community
User avatar
 WWW  ICQ  Profile

Joined: Tue Jul 04, 2006 11:10
Posts: 3984
Location: Flanders, Belgium
uragano2 wrote:
no effect...

Code:
root@Fonera:~# /tmp/shared/bin/amule start
amuled: OnInit - starting timer
Initialising aMuled 2.2.6 using  v2.8.10
root@Fonera:~# ps|grep amul
30154 root      1980 S    grep amul
root@Fonera:~#


can you do a
cat /tmp/shared/bin/amule

_________________
ImageImageImageImage


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Sun Jan 10, 2010 23:39 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
skynetbbs wrote:
uragano2 wrote:
no effect...

Code:
root@Fonera:~# /tmp/shared/bin/amule start
amuled: OnInit - starting timer
Initialising aMuled 2.2.6 using  v2.8.10
root@Fonera:~# ps|grep amul
30154 root      1980 S    grep amul
root@Fonera:~#


can you do a
cat /tmp/shared/bin/amule


ah....thank you :D
now it's correct and it works if i type /tmp/shared/bin/amule start

Code:
root@Fonera:~# cat /tmp/shared/bin/amule
#!/bin/sh
PATH=/sbin:/bin:/usr/bin:/tmp/shared/bin
export LD_LIBRARY_PATH=/tmp/shared/lib:$LD_LIBARAY_PATH

case "$1" in
    start)
        set backup=$HOME
        export HOME=/tmp/shared/amule/home/amule
        /tmp/shared/bin/amuled -f
        export HOME=$backup
        ;;
    stop)
        killall amuled
        killall amuleweb
        ;;
    debug)
        set backup=$HOME
        export HOME=/tmp/shared/amule/home/amule
        /tmp/shared/bin/amuled -o -i
        export HOME=$backup
        ;;
    *)
        echo "Usage: $0 (start|stop)"
        exit 1
        ;;
esac


but this script for autorun at startup in /etc/rc.9/S99amule doesn't work

Code:
root@Fonera:~# cat /etc/rc.d/S99amule
#!/bin/sh
ln -s /tmp/mounts/Disc-A5 /tmp/shared
/tmp/shared/bin/amule start


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Mon Jan 11, 2010 10:02 
Offline
FON Support Community
FON Support Community
User avatar
 WWW  ICQ  Profile

Joined: Tue Jul 04, 2006 11:10
Posts: 3984
Location: Flanders, Belgium
uragano2 wrote:
but this script for autorun at startup in /etc/rc.9/S99amule doesn't work
Code:
root@Fonera:~# cat /etc/rc.d/S99amule
#!/bin/sh
ln -s /tmp/mounts/Disc-A5 /tmp/shared
/tmp/shared/bin/amule start


yeah best is to make your amule get a fixed drivename...so it doesn't have a random Disc-A5 name
if it were an FMG I could make it a /tmp/image/amule or something

_________________
ImageImageImageImage


Top
 
 Post subject: Re: Attempting to install Amule
PostPosted: Tue Jan 12, 2010 00:43 
Offline
Fonero A
Fonero A
 Profile

Joined: Fri Jul 17, 2009 10:41
Posts: 41
skynetbbs wrote:
uragano2 wrote:
but this script for autorun at startup in /etc/rc.9/S99amule doesn't work
Code:
root@Fonera:~# cat /etc/rc.d/S99amule
#!/bin/sh
ln -s /tmp/mounts/Disc-A5 /tmp/shared
/tmp/shared/bin/amule start


yeah best is to make your amule get a fixed drivename...so it doesn't have a random Disc-A5 name
if it were an FMG I could make it a /tmp/image/amule or something


can i see your S99amule?

this is mine

Code:
#!/bin/sh /etc/rc.common

START=99
start() {

        ln -s /tmp/mounts/Disc-A5 /tmp/shared
        /tmp/shared/bin/amule start
}

stop(){
             killall amuled
             killall amuleweb
}


Top
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
Design By Poker Bandits