freenas
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
freenas [2020/05/29 20:15] – [Memory leak] k2patel | freenas [2020/10/30 17:11] (current) – [Jail Issues] k2patel | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== FreeNAS ====== | ====== FreeNAS ====== | ||
- | === Memory leak === | + | ==== Memory leak ==== |
1G in system processes for python3.6 \\ | 1G in system processes for python3.6 \\ | ||
:!: This is fixed in latest stable. | :!: This is fixed in latest stable. | ||
Line 12: | Line 12: | ||
You can do this live while in production. This will only restart the middleware process that effects the WebUI. | You can do this live while in production. This will only restart the middleware process that effects the WebUI. | ||
- | === Jail migration warden to iocage === | + | ==== Jail migration warden to iocage ==== |
After upgrading from 11.1 to 11.3, one must migrate all jain from warden to iocage.\\ | After upgrading from 11.1 to 11.3, one must migrate all jain from warden to iocage.\\ | ||
In order to migrate there is utility provided but need some tweaking. | In order to migrate there is utility provided but need some tweaking. | ||
Line 24: | Line 25: | ||
+ _dir = "/ | + _dir = "/ | ||
</ | </ | ||
+ | Next step is to run migration script. | ||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | ==== Jails ==== | ||
+ | |||
+ | === Upgrading Jail after major update === | ||
+ | :!: Select the appropriate version | ||
+ | <code bash> | ||
+ | iocage fetch | ||
+ | iocage upgrade backuppc -r 12.2-RELEASE | ||
+ | </ | ||
+ | |||
+ | === pkg command broken after major version update === | ||
+ | :!:When //iocage pkg backuppc update// does not work. | ||
+ | |||
+ | Check if file // | ||
+ | Once the version confirmed, run following commands in jail. | ||
+ | |||
+ | <code bash> | ||
+ | # pkg-static install -f pkg | ||
+ | pkg-static bootstrap -f | ||
+ | pkg update -f | ||
+ | pkg upgrade | ||
+ | </ | ||
+ | |||
+ |
freenas.1590783355.txt.gz · Last modified: 2020/08/10 02:28 (external edit)