Hi,
today I upgraded the firmware from version 11.1 to 11.2 without problems. Also the update of the jails in theBrig seemed to work fine when I look into the updates tab, as they get updated with version 11.2. However when I try to download new tarballs, the selection screen only lets me download tarballs up to version 11.1 and gave the following error message:
The following input errors were detected:
11.1-RELEASE
Looking into the XigmaNas config file in /cf/conf/config.xml, I see the following entries for the base jail and all the other jails:
<base_ver>11.1-RELEASE</base_ver>
and I assumed that was the reason for this behavior. However after changing this entry to 11.2-RELEASE for all jails and rebooting I still am not able to download new tarballs and still get the same error message.
So even though, the existing jails work fine, I cannot create new jails and still cannot download new tarballs. What do I need to do to complete the upgrade and to download new tarballs again?
Thanks in advance and best regards
- Uwe
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!
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!
(solved) Cannot download new tarballs in theBrig after upgrade from 11.1 to 11.2
-
3dbruce
- NewUser

- Posts: 6
- Joined: 26 Jun 2013 22:46
- Status: Offline
(solved) Cannot download new tarballs in theBrig after upgrade from 11.1 to 11.2
Last edited by 3dbruce on 11 Aug 2018 13:32, edited 1 time in total.
-
3dbruce
- NewUser

- Posts: 6
- Joined: 26 Jun 2013 22:46
- Status: Offline
Re: Cannot download new tarballs in theBrig after upgrade from 11.1 to 11.2
Fixed it myself: Apparently some of the freebsd ftpservers still do not have the 11.2-RELEASE but only carry the 11.2-BETA. It seems that the script in conf/ext/thebrig/extensions_thebrig_tarballs.php is not able to handle that correctly. So I looked up the right ftp-servers and removed the outdated ones in this script and after that the download of the tarballs did work.
-
Allround
- NewUser

- Posts: 1
- Joined: 17 Aug 2018 14:49
- Status: Offline
Re: (solved) Cannot download new tarballs in theBrig after upgrade from 11.1 to 11.2
Please show me an example of your modifications. I tried removing some FTP servers. Checked FTP3 and FTP4 and they both had AMD64 11.2-RELEASE. Still did not get the correct tarball.
-
3dbruce
- NewUser

- Posts: 6
- Joined: 26 Jun 2013 22:46
- Status: Offline
Re: (solved) Cannot download new tarballs in theBrig after upgrade from 11.1 to 11.2
This is what I used:
$ftp_servers = array( "ftp7.freebsd.org", "ftp8.freebsd.org","ftp9.freebsd.org","ftp10.FreeBSD.org","ftp11.FreeBSD.org","ftp13.FreeBSD.org");
$ftp_servers = array( "ftp7.freebsd.org", "ftp8.freebsd.org","ftp9.freebsd.org","ftp10.FreeBSD.org","ftp11.FreeBSD.org","ftp13.FreeBSD.org");