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!

Stuck at installing TheBrig

Jails with XigmaNAS
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
minkio
NewUser
NewUser
Posts: 3
Joined: 06 Jul 2013 03:31
Status: Offline

Stuck at installing TheBrig

Post by minkio »

Hi all,

I am new to N4F and I have just got the system running with CIFS/SMB, SSH and iSCSI Target services running.

Here is my system info:
Version 9.1.0.1 - Sandstorm (revision 724)
Build date Wed May 22 00:08:28 CEST 2013
Platform OS FreeBSD 9.1-RELEASE-p3 (kern.osreldate: 901000)
Platform x64-embedded on Intel(R) Core(TM) i3-3220T CPU @ 2.80GHz

When I tried to install TheBrig following viewtopic.php?f=79&t=3894 , I am hit with the following problem:

Code: Select all

commandcenter:/mnt/mediapool# /bin/sh /tmp/thebrig_install.sh /mnt/mediapool/jail
Retrieving the most recent version of TheBrig
master.zip                                    100% of  181 kB  239 kBps
Unpacking the tarball...
x README
x conf/
x conf/bin/
x conf/bin/ftp_amd64
x conf/bin/ftp_i386
x conf/bin/thebrig_fetch.sh
x conf/bin/thebrig_start.php
x conf/bin/thebrig_start.sh
x conf/bin/thebrig_stop.sh
x conf/ext/
x conf/ext/thebrig/
x conf/ext/thebrig/extensions_thebrig.php
x conf/ext/thebrig/extensions_thebrig_check.php
x conf/ext/thebrig/extensions_thebrig_config.php
x conf/ext/thebrig/extensions_thebrig_download.php
x conf/ext/thebrig/extensions_thebrig_edit.php
x conf/ext/thebrig/extensions_thebrig_tarballs.php
x conf/ext/thebrig/extensions_thebrig_tools.php
x conf/ext/thebrig/functions.inc
x conf/ext/thebrig/lang.inc
x conf/ext/thebrig/menu.inc
x conf/ext/thebrig/off_small.png
x conf/ext/thebrig/on_small.png
x conf/freebsd-update.conf
x conf/periodic.conf
x conf/portsnap.conf
x thebrig_install.sh
Renaming 64 bit ftp binary

/: write failed, filesystem is full
cp: /usr/local/www/ext/thebrig/extensions_thebrig.php: No space left on device
cp: /usr/local/www/ext/thebrig/menu.inc: No space left on device
cp: /usr/local/www/ext/thebrig/lang.inc: No space left on device
cp: /usr/local/www/ext/thebrig/functions.inc: No space left on device
cp: /usr/local/www/ext/thebrig/extensions_thebrig_tools.php: No space left on device
cp: /usr/local/www/ext/thebrig/extensions_thebrig_tarballs.php: No space left on device
cp: /usr/local/www/ext/thebrig/extensions_thebrig_edit.php: No space left on device
cp: /usr/local/www/ext/thebrig/extensions_thebrig_download.php: No space left on device
cp: /usr/local/www/ext/thebrig/extensions_thebrig_config.php: No space left on device
cp: /usr/local/www/ext/thebrig/extensions_thebrig_check.php: No space left on device
cp: /usr/local/www/ext/thebrig/on_small.png: No space left on device
Congratulations! Refresh to see a new tab under " Extensions"!
commandcenter:/mnt/mediapool#
And when I refresh the webUI, I can see the new menu item Extensions, but there is no sub-items in the menu as depicted in the instruction.

Please help!

Thank you very much!

Regards,
Minkio

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

Re: Stuck at installing TheBrig

Post by raulfg3 »

error is obvious: No space left on device

do you have a N4F full or embeded?.

in all cases you need to do a new fresh install to have enought space to copy files

remenber destination for TheBrig can be your data disk, not your boot device.

Please provide more info about your boot disk ( space available) and your data disk ( space available,), name, etc...
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

minkio
NewUser
NewUser
Posts: 3
Joined: 06 Jul 2013 03:31
Status: Offline

Re: Stuck at installing TheBrig

Post by minkio »

I have installed N4F as embeded.

The boot disk is a 8GB USB flash drive and I can see only one partition on it and it is a few hundred MB, but I am not sure if I should go and make more partitions and store the jails files there.

The data disk is a 10TB Hardware Raid 6 volume and only 2TB is being used. From the above snippet /mnt/mediapool is the mount point and it is mounted.

minkio
NewUser
NewUser
Posts: 3
Joined: 06 Jul 2013 03:31
Status: Offline

Re: Stuck at installing TheBrig

Post by minkio »

Here is the breakdown of the file system usage:

Code: Select all

commandcenter:/# df -h
Filesystem                     Size    Used   Avail Capacity  Mounted on
/dev/md0                       207M    207M      0B   100%    /
devfs                          1.0k    1.0k      0B   100%    /dev
procfs                         4.0k    4.0k      0B   100%    /proc
/dev/ufsid/51bb34bb39846968    7.9T    1.8T    5.5T    25%    /mnt/mediapool
/dev/md1                        30M     12M     17M    41%    /var
/dev/da0a                      103M     96M    6.3M    94%    /cf
Here is all the mount point:

Code: Select all

commandcenter:/# mount
/dev/md0 on / (ufs, local)
devfs on /dev (devfs, local, multilabel)
procfs on /proc (procfs, local)
/dev/ufsid/51bb34bb39846968 on /mnt/mediapool (ufs, local, journaled soft-updates, acls)
/dev/md1 on /var (ufs, local)
/dev/da0a on /cf (ufs, local, read-only)

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

Re: Stuck at installing TheBrig

Post by raulfg3 »

your "/" is full, you need more space , try to delete logs or reboot, and check for 500K of free space before to install TheBrig

This are my free space:

Code: Select all

rnas: ~ #  df -h
Filesystem                     Size    Used   Avail Capacity  Mounted on
/dev/ufsid/5198a0e51777cd93      2G    335M    1.5G    18%    /
devfs                          1.0k    1.0k      0B   100%    /dev
procfs                         4.0k    4.0k      0B   100%    /proc
/dev/ufsid/5198a0e5ad55972a     52G    1.1G     46G     2%    /mnt/Temp
NAS-A                          4.3T    156M    4.3T     0%    /mnt/NAS-A
NAS-A/Backup                   4.4T    163G    4.3T     4%    /mnt/NAS-A/Backup
NAS-A/Comic                    4.4T     94G    4.3T     2%    /mnt/NAS-A/Comic
NAS-A/Datos                    4.3T     13G    4.3T     0%    /mnt/NAS-A/Datos
NAS-A/Documentos               4.3T     11G    4.3T     0%    /mnt/NAS-A/Documentos
NAS-A/Fotos                    4.3T     33G    4.3T     1%    /mnt/NAS-A/Fotos
NAS-A/Hentai                   4.3T     44G    4.3T     1%    /mnt/NAS-A/Hentai
NAS-A/ISO                      7.3T    3.0T    4.3T    41%    /mnt/NAS-A/ISO
NAS-A/Jail                     4.3T    2.9G    4.3T     0%    /mnt/NAS-A/Jail
NAS-A/Musica                   4.3T     23G    4.3T     1%    /mnt/NAS-A/Musica
NAS-A/Video                     11T    7.3T    4.3T    63%    /mnt/NAS-A/Video
NAS-A/eBooks                   4.3T    1.8G    4.3T     0%    /mnt/NAS-A/eBooks
/mnt/NAS-A/Video                11T    7.3T    4.3T    63%    /mnt/NAS-A/Jail/kissdx/mnt/Video
/mnt/NAS-A/Musica              4.3T     23G    4.3T     1%    /mnt/NAS-A/Jail/kissdx/mnt/Musica
/mnt/NAS-A/Fotos               4.3T     33G    4.3T     1%    /mnt/NAS-A/Jail/kissdx/mnt/Fotos
/mnt/NAS-A/Jail/basejail       4.3T    2.9G    4.3T     0%    /mnt/NAS-A/Jail/kissdx/basejail
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”