Tag: FreeNAS

  • Installing WordPress on a FreeNAS Jail

    After creating a basic jail do this: Step 1 Configue the the Jail to Use SSH https://www.ixsystems.com/documentation/freenas/11.2-U6/jails.html#accessing-a-jail-using-ssh Step 2 – Setup Apache, MySQL and PHP – NOTE: Make changes for your version of PHP https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1 with minor changes from https://www.howtoforge.com/install-apache-php-mysql-on-freebsd-12/ Step 3 – install workpress https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-apache-on-freebsd-10-1

  • Manually importing a FreeNAS Jail

    I just had this same issue today and came across your post. The reason mine crashed was because the plugin i was importing was huge (about 10GB in size). –What i ended up having to do was manually create a dataset. Im using plex as an example. zfs create zpool/iocage/jails/Plex or use the GUI –Then…

  • Installing software into a FreeNAS jail

    Go to Jails On the right side of the page click the triple dots next to the Plex jail and select Shell type “whoami” and make sure the response is root (if not use su – or sudo) type vi /usr/local/etc/pkg/repos/FreeBSD.conf and press enter If the file exists, look for a line with “FreeBSD: {…

  • Mount and ISO in FreeBSD or FreeNAS

    How to mount a ISO in FreeBSD/NAS: mount -t cd9660 /dev/`mdconfig -f cdimage.iso` /mnt

  • Adding disk to a VM on FreeNAS

      create a new zvol storage pools select location add zol specify name and size click save add a new disk to the vm devices add change type to disk set zvol name to zvol create in step one set mode to AHCI set device order click save

  • How to manually update Plex in a FreeNAS jail

    Pre-Update Steps Login to the servers as root Download the update to the server 1) change to the plexmeduaserver directory root@plex:/ # cd/usr/local/share/plexmediaserver 2) stop the plexmediaserver service root@plex:/usr/local/share/plexmediaserver # service plexmediaserver stopStopping plexmediaserver.Cleaning up leftover child processes. 3) Copy the plex update to the current directory 3) Unzip the Plex update (the exact name…