freenas
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
freenas [2020/10/30 13:20] – k2patel | freenas [2020/10/30 17:11] (current) – [Jail Issues] k2patel | ||
---|---|---|---|
Line 30: | Line 30: | ||
</ | </ | ||
- | ==== Jail Issues | + | ==== Jails ==== |
- | === pkg command broken after update === | + | |
- | Check if file `/ | + | |
+ | === 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.1604064000.txt.gz · Last modified: 2020/10/30 13:20 by k2patel