User Tools

Site Tools


freenas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
freenas [2020/10/30 13:20]
k2patel
freenas [2020/10/30 13:40]
k2patel [Jail Issues]
Line 31: Line 31:
  
 ==== Jail Issues ==== ==== Jail Issues ====
-=== pkg command broken after update === +=== pkg command broken after major version ​update === 
-Check if file `/usr/​local/​etc/pkg/repos/FreeBSD.conf` using the correct ABI.+:​!:​When ​//iocage ​pkg backuppc update// does not work.
  
 +Check if file //​**/​usr/​local/​etc/​pkg/​repos/​FreeBSD.conf**//​ using the correct ABI.\\
 +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
 +</​code>​
  
  
freenas.txt · Last modified: 2020/10/30 17:11 by k2patel