m0nkey_
MVP
- Joined
 - Oct 27, 2015
 
- Messages
 - 2,739
 
m0nkey_ submitted a new resource:
Installing Quassel Core (with PostgreSQL) in a FreeNAS jail - Quasselcore running with SQLite?! Not on my watch!
Read more about this resource...
	
		
			
		
		
	
			
			Installing Quassel Core (with PostgreSQL) in a FreeNAS jail - Quasselcore running with SQLite?! Not on my watch!
Create the jail
- Create a new jail, give it a name (in this case
 quasseland click on Advanced Mode. When in advanced mode, scroll down to Sysctls and enterallow.raw_sockets=true,allow.sysvipc=1and then select OK (See http://doc.freenas.org/11/jails.html#adding-jails for more details).- SSH to your FreeNAS box and run: jexec <jailname> csh (replace <jailname> with your jail's name)
 
- Update pkgs: pkg update && pkg upgrade...
 
Read more about this resource...