This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

[HOWTO] Install amule into a Nas4Free Jail

Jails with XigmaNAS
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

[HOWTO] Install amule into a Nas4Free Jail

Post by raulfg3 »

This install is recomended for all N4F install , embeded or full, and install into a jail is the default /prefered method of installing packages in nas4Free to avoid problems.

this work is based in this post:
http://forums.freebsd.org/showthread.php?t=13003
http://forums.freebsd.org/showthread.ph ... de3&t=1488
http://forums.freebsd.org/showthread.php?t=17961
https://github.com/freebsd/freebsd-port ... -p2p/amule

to start, create a new jail called amule by following the jail guide: http://wiki.nas4free.org/doku.php?id=do ... owto:jails

or use new Jail Web interface TheBrig: viewtopic.php?f=79&t=3894


from shell check your jail number:

Code: Select all

login as: root
root@192.168.1.17's password:
Last login: Thu Jan 17 21:29:10 2013
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
        The Regents of the University of California.  All rights reserved.

Welcome to NAS4Free!
rnas:~# jls
   JID  IP Address      Hostname                      Path
     1  192.168.1.201   serviio                       /jail/serviio
     2  192.168.1.202   kissdx                        /jail/kissdx
     3  192.168.1.203   minidlna                      /jail/minidlna
     4  192.168.1.205   amule                         /jail/amule
rnas:~#
Once you know number, log into your jail:

Code: Select all

rnas:~# jexec 4 csh
root@amule:/ #
First you need to create home folder for amule:

Code: Select all

cd /
mkdir home
mkdir /home/aMule
mkdir /home/aMule/.aMule

now 2 options to install:
1= using packages:

Code: Select all

setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-current/
Change amd64 by i386 if you have a x32 version of Nas4Free

now you can install:

Code: Select all

 pkg_add -r amule
" or

Code: Select all

pkg_add -r ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-current/net-p2p/amule-2.3.1_4.tbz
if fails

done, go to step 3 configure

2 = Using Ports

Code: Select all

portsnap fetch
portsnap extract

Code: Select all

cd /usr/ports/net-p2p/amule

Code: Select all

make install clean

Once again, this takes a while and I accepted the default build options.


3 = config amule

you need to link amuled

Code: Select all

ln /usr/local/etc/rc.d/amuled /etc/rc.d/amuled
edit /etc/rc.conf or use this trick: echo amuled_enable="YES" >> /etc/rc.conf

Code: Select all

 ee /etc/rc.conf
add

Code: Select all

amuled_enable="YES"

now add user aMule to previously created home

Code: Select all

pw groupadd aMule
pw useradd aMule -g aMule -s /bin/sh -c "aMule Daemon" -d /home/aMule
chown -R aMule:wheel /home/aMule
now is time to create amule.conf, to do it, start onetime amule:

Code: Select all

/etc/rc.d/amuled onestart

now you need to generate a password for amule Remember to replace "password" with your password:

Code: Select all

 echo -n password | md5
eg:

Code: Select all

root@amule:/home/aMule/.aMule #  echo -n password | md5
5f4dcc3b5aa765d61d8327deb882cf99
Copy and paste result to use in amule.conf


edit amule.conf

Code: Select all

ee /home/aMule/.aMule/amule.conf
add

Code: Select all

AcceptExternalConnections=1
ECPassword=5f4dcc3b5aa765d61d8327deb882cf99
[WebServer]
Enabled=1
Password=5f4dcc3b5aa765d61d8327deb882cf99
PD: this is my amule.conf to compare whit you remember that password can be other:
amule.zip
now you can test that amule start:

Code: Select all

/etc/rc.d/amuled start
(fast|force|one|quiet](start|stop|restart|rcvar)

if all goes well you can see if do a ps ax:

Code: Select all

root@amule:/home # ps ax
  PID TT  STAT    TIME COMMAND
 4228 ??  IsJ  0:00.02 /usr/sbin/syslogd -s
 4282 ??  SsJ  0:00.16 sendmail: accepting connections (sendmail)
 4285 ??  IsJ  0:00.00 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendmail)
 4289 ??  IsJ  0:00.03 /usr/sbin/cron -s
 4399  0  SJ   0:00.04 csh
15226  0  SJ   0:00.04 amuled
15233  0  SJ   0:00.03 amuleweb --amule-config-file=/home/aMule/.aMule/amule.conf
15288  0  R+J  0:00.00 ps ax
root@amule:/home #
now you can test using your Browser http://jailIP:4711

eg:
Amule web.jpg
if all goes well you can continue to install amulegui
You do not have the required permissions to view the files attached to this post.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by raulfg3 »

Howto connect to amule daemon from your PC

Basically you need to download amule from sourceforge and use amuleGUI to conect to remote jail:

a connect windows appear and you need to put the IP of the jail and password id you create one and edit amule.conf acording.
Amule connect.jpg

Once done you need to configure to your needs, there are a lot of usefull guides on google about best way to configure emule.

http://web.archive.org/web/201006261104 ... e_Controls

PD Trick: use fstab.amule to configure mounts that you want to share in read only mode, and a Download folder for share in SMB 8 i use the same that use for Transsmision donwloads.

so my fstab.amule is like this:

Code: Select all

/mnt/NAS-A/Video /jail/amule/mnt/Video nullfs ro 0 0
/mnt/NAS-A/Descargas /jail/amule/mnt/Descargas nullfs rw 0 0

and configure /mnt/Descargas in aMule config like folders to copy finished donwloads.
You do not have the required permissions to view the files attached to this post.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by raulfg3 »

Now How to add amuled.log to Nas4Free log:

You can add amuled.log to Nas4Free logs, I do the work using notes from: http://masterut.blogspot.com.es/2011/12 ... -dlna.html

First you need to edit file /usr/local/www/diag_log.inc use Advanced|File Editor to locate and load , so is ready to edit.

locate fuppes lines:

Code: Select all

$fuppes_logfile = rc_getenv_ex("fuppes_logfile", "{$g['varlog_path']}/fuppes.log");
copy & paste & edit fuppes to minidlna like this:

Code: Select all

$fuppes_logfile = rc_getenv_ex("fuppes_logfile", "{$g['varlog_path']}/fuppes.log");
$amuled_logfile = rc_getenv_ex("amuled_logfile", "{$g['varlog_path']}/amuled.log");

Find next fuppes section:

Code: Select all

array(
		"visible" => TRUE,
		"desc" => gettext("fuppes"),
		"logfile" => $fuppes_logfile,
		"filename" => "fuppes.log",
		"type" => "plain",
		"pattern" => "/^(.*)$/",
		"columns" => array(
			array("title" => gettext("Event"), "class" => "listlr", "param" => "", "pmid" => 1)
		)),

Do the same , copy & paste and edit copy to sustitute fuppes by minidlna

Code: Select all

array(
		"visible" => TRUE,
		"desc" => gettext("DLNA"),
		"logfile" => $fuppes_logfile,
		"filename" => "fuppes.log",
		"type" => "plain",
		"pattern" => "/^(.*)$/",
		"columns" => array(
			array("title" => gettext("Event"), "class" => "listlr", "param" => "", "pmid" => 1)
		)),
array(
		"visible" => TRUE,
		"desc" => gettext("amule"),
		"logfile" => $amuled_logfile,
		"filename" => "amuled.log",
		"type" => "plain",
		"pattern" => "/^(.*)$/",
		"columns" => array(
			array("title" => gettext("Event"), "class" => "listlr", "param" => "", "pmid" => 1)
		)),
in system | Advanced | rc.conf add a new variable named amuled_log and use as value path to your jail log
amuled.log_2.jpg
save and test, go to Diagnostics|Log and select the new amuled log.

if you do all well this are the result:
amule_log.jpg
You do not have the required permissions to view the files attached to this post.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

leo1986pc
Starter
Starter
Posts: 24
Joined: 05 May 2014 13:43
Location: Reggio Emilia, Italy
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by leo1986pc »

Hi,
i'm sorry but when I reach the aMule's installation point i found these problems:
if I follow first option I have this output:

Code: Select all

nas4free: ~ # setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/
nas4free: ~ #  pkg_add -r amule
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/amule.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/amule.tbz' by URL
nas4free: ~ # pkg_add -r ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/net-p2p/amule-2.3.1_4.tbz
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/net-p2p/amule-2.3.1_4.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/net-p2p/amule-2.3.1_4.tbz' by URL
If I follow the second option I have this output

Code: Select all

nas4free: ~ # portsnap fetch
portsnap: Command not found.
What I have to do?

arinci
Starter
Starter
Posts: 17
Joined: 01 May 2014 08:18
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by arinci »

leo1986pc wrote:Hi,
i'm sorry but when I reach the aMule's installation point i found these problems:
if I follow first option I have this output:

Code: Select all

nas4free: ~ # setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/
nas4free: ~ #  pkg_add -r amule
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/amule.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/amule.tbz' by URL
nas4free: ~ # pkg_add -r ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/net-p2p/amule-2.3.1_4.tbz
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/net-p2p/amule-2.3.1_4.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/net-p2p/amule-2.3.1_4.tbz' by URL
If I follow the second option I have this output

Code: Select all

nas4free: ~ # portsnap fetch
portsnap: Command not found.
What I have to do?

Try using

Code: Select all

ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/Latest/
for the variable PACKAGESITE.
I had a quick look to the FTP site and seems that amule.tbz is available into "Latest" subfolder. This is valid if you use Nas4Free 32bit version, otherwise replace "i386" with "amd64" in the above variable.
Give it a try and don't forget to post your results!

spoocky68
Starter
Starter
Posts: 24
Joined: 29 Dec 2014 13:54
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by spoocky68 »

Hi, I am following your howto, and I find a problem make install the ample.

I downloaded portsnap (fetch and extract) over a jail full, made with TheBrig.
I make /home/amule/.amule dir, and when I do make install clean (step 3), before a long time, the compiling fails and said

"===> Patching for perl5-5.18.4_11
===> Applying FreeBSD patches for perl5-5.18.4_11
/usr/bin/sed -i.bak -e 's|/usr/local|/usr/local|g' /usr/ports/lang/perl5.18/work/perl-5.18.4/Configure /usr/ports/lang/perl5.18/work/perl-5.18.4/hints/freebsd.sh
/usr/bin/sed -i.bak -e 's|%%PTHREAD_LIBS%%|-pthread|g;' -e 's|%%PTHREAD_CFLAGS%%||g;' /usr/ports/lang/perl5.18/work/perl-5.18.4/hints/freebsd.sh
===> Configuring for perl5-5.18.4_11
***
*** I'm sorry, but /dev/null appears to be a file rather than a device.
*** Please consult your operating sytem's notes for making a device
*** in /dev.
*** Cannot continue, aborting.
***
===> Script "Configure" failed unexpectedly.
Please report the problem to perl@FreeBSD.org [maintainer] and attach the
"/usr/ports/lang/perl5.18/work/perl-5.18.4/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** [do-configure] Error code 1

Stop in /usr/ports/lang/perl5.18.
*** [install] Error code 1

Stop in /usr/ports/lang/perl5.18.
*** [build-depends] Error code 1

Stop in /usr/ports/devel/bison.
*** [install] Error code 1

Stop in /usr/ports/devel/bison.
*** [build-depends] Error code 1

Stop in /usr/ports/net-p2p/amule.
*** [install] Error code 1

Stop in /usr/ports/net-p2p/amule.
root@amule:/usr/ports/net-p2p/amule # "

What do I make bad? Can I solve it?

In fact, before 2 weeks changing my Ubuntu Server to Nas4Free, i'm thinking return to Ubuntu....

Please Help me!

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by raulfg3 »

spoocky68 wrote:In fact, before 2 weeks changing my Ubuntu Server to Nas4Free, i'm thinking return to Ubuntu....
If you are more confortable with Linux, perhaps , you must try OMV: http://blog.openmediavault.org/

PD: related to your problem : are you tryied nº 1 install ? <- you do not need to compile anything.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

User avatar
alexey123
Moderator
Moderator
Posts: 1469
Joined: 19 Aug 2012 08:22
Location: Israel, Karmiel
Contact:
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by alexey123 »

spoocky68 wrote: ===> Configuring for perl5-5.18.4_11
***
*** I'm sorry, but /dev/null appears to be a file rather than a device.
*** Please consult your operating sytem's notes for making a device
*** in /dev.
*** Cannot continue, aborting.

Please Help me!
Check your jail devfs in /dev
If you have checked devfs checkbox in webgui, try stop jail uncheck it and start. Go to devfs - you must see only

Code: Select all

 # ls /dev
crypto	null	pts	stderr	stdout	zero
fd	ptmx	random	stdin	urandom	zfs
Then try install port
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600

spoocky68
Starter
Starter
Posts: 24
Joined: 29 Dec 2014 13:54
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by spoocky68 »

Thanks for your answers.

raulfg3, really i like a lot nas4free running, except install another things (bind, mldonkey, ...) Really NAS is not for this, but.... sky is the limit! ;)

Perhaps try OMV. I read a lot of good things about it.

alexey123, after install and reinstall, I'm going to restart again: delete my jails, and create new ones. But... why JID is >1 if I have only one Jail?

Try and comment!

spoocky68
Starter
Starter
Posts: 24
Joined: 29 Dec 2014 13:54
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by spoocky68 »

raulfg3, I try nº 1 install and i received the same error than leo1986pc

"nas4free: ~ # setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports ... 9-current/
nas4free: ~ # pkg_add -r amule
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports ... /amule.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports ... /amule.tbz' by URL
nas4free: ~ # pkg_add -r ftp://ftp.freebsd.org/pub/FreeBSD/ports ... .3.1_4.tbz
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports ... .3.1_4.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports ... .3.1_4.tbz' by URL"

I'm going to try you solution....

spoocky68
Starter
Starter
Posts: 24
Joined: 29 Dec 2014 13:54
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by spoocky68 »

Hi again. . I tried nº 1 install, and all goes fine, until....

When I am configured (step 3) the amule, the follow message appears:

"root@amule:/home # /etc/rc.d/amuled onestart
/etc/rc.d/amuled: WARNING: /home/aMule/.aMule/amule.conf is not readable.
root@amule:/home # "

Can it be a permissions problem?

spoocky68
Starter
Starter
Posts: 24
Joined: 29 Dec 2014 13:54
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by spoocky68 »

Hi, I create a amule.conf with ee, and fine.

Start daemon, but when I type $> ps ax the system give me this answer:

nas4free: ~ # jsl
jsl: Command not found.
nas4free: ~ # jls
JID IP Address Hostname Path
2 192.168.1.202 amule.local /mnt/manu-nas/Jail/amule
nas4free: ~ # jexec 2 csh
root@amule:/ # ps ax
PID TT STAT TIME COMMAND
51968 ?? IsJ 0:00.00 /usr/sbin/syslogd -ss
52026 ?? IsJ 0:00.00 /usr/sbin/cron -J 15 -s
52085 0 SJ 0:00.03 csh
52105 0 R+J 0:00.00 ps ax
root@amule:/ #

Something wrong, right?

Really, I don't know what can I do....

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by raulfg3 »

please post how you have configured your jail in thebrig ( a screen capture)

http://s55.radikal.ru/i149/1308/0b/c88c14580727.png
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

User avatar
alexey123
Moderator
Moderator
Posts: 1469
Joined: 19 Aug 2012 08:22
Location: Israel, Karmiel
Contact:
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by alexey123 »

spoocky68 wrote:Hi again. . I tried nº 1 install, and all goes fine, until....

When I am configured (step 3) the amule, the follow message appears:

"root@amule:/home # /etc/rc.d/amuled onestart
/etc/rc.d/amuled: WARNING: /home/aMule/.aMule/amule.conf is not readable.
root@amule:/home # "

Can it be a permissions problem?
Hi
In all cases - for use jail properly please add jail user from group wheel
From main server type command:

Code: Select all

jexec <jail_id> adduser
Begin dialog, make answers - name, fullname, group as wheel, password. All rest answers - just <Enter>, use default.
Not close account.
Then connect as user

Code: Select all

jexec <jail_id> login
NOTE: if you want simple call jail by name just define it into Options.
http://s017.radikal.ru/i425/1501/2f/fa5adf91855d.png


Yon can call after restart jail as

Code: Select all

jexec amule login
For system work ( edit system files ) -- type su
END NOTE
In this case - all permissions will OK

For your case with aMule - connect as user and just check config file. You must check - if a conig present and who is owner

Code: Select all

su
ls -lo  /home/aMule/.aMule/amule.conf
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600

spoocky68
Starter
Starter
Posts: 24
Joined: 29 Dec 2014 13:54
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by spoocky68 »

Thanks alexey, but finally I install mldonkey instead, and all goes fine! I can try to run anule but it cannot be possible...

User avatar
titi_Nas4free
Starter
Starter
Posts: 44
Joined: 17 May 2015 12:52
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by titi_Nas4free »

Hi,

Thank you for the how to. Better use the pkg install instead of the port way. The port way install takes so long.

In case using the port way, don't forget to clean it with portmaster at end : follow instructions at chapter 4.5.4. Ports and Disk Space of this page https://www.freebsd.org/doc/handbook/ports-using.html (thanks to IRC channel)
Don't forget to install Portmaster & portupgrade before :

Code: Select all

pkg install portmaster
I had to add those actions so I can connect to servers (that is what Serverlist=1 in the conf file is awaiting for) :

Change "Scoresystem=1" to "Scoresystem=0" in the conf file.

Create addresses.dat :

Code: Select all

vi /home/<username>/.aMule/addresses.dat
hit "i" and paste the following line :

Code: Select all

http://www.gruk.org/server.met.gz
hit esc, save file and quit vi :wq

and remove defaul server list :

Code: Select all

rm /home/<username>/.aMule/server.met


Those information were found at http://www.octetmalin.net/linux/tutorie ... s-serveurs
Last edited by titi_Nas4free on 18 Dec 2015 23:26, edited 2 times in total.

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: [HOWTO] Install amule into a Nas4Free Jail

Post by raulfg3 »

thanks.

You can add http://www.gruk.org/server.met.gz from amule webGUI, no need to manually edit by hand.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

Post Reply

Return to “Jails”