bdurrow / freenas-media-setup

4 stars 2 forks source link

absolute paths in Freenas 11.2 Setup.m4 may be incorrect #1

Open CatPasswd opened 5 years ago

CatPasswd commented 5 years ago

in Freenas 11.2 Setup.m4 two of these three lines had to be edited for me.

root@freenas[~/freenas-media-setup]# grep '/mnt/iocage' *
Freenas 11.2 Setup.m4:iocage exec sonarr "ee /mnt/iocage/jails/sonarr/root/usr/local/etc/rc.d/sonarr" Freenas 11.2 Setup.m4:Create an rc file for radarr using your favorite editor at /mnt/iocage/jails/radarr/root/usr/local/etc/rc.d/radarr Freenas 11.2 Setup.m4:iocage exec radarr "ee /mnt/iocage/jails/radarr/root/usr/local/etc/rc.d/radarr"

I have a mirrored SSD set which holds my jails and applications, so they aren't on the default pool. Possibly I'm an edge case, but looking at it objectively, you're executing a command inside the jails themselves, but referencing the files using the host OS mount points. Or do I misunderstand?

bdurrow commented 5 years ago

Hi @CatPasswd, Thanks for the note. I agree that these are mistakes but they are from the upstream source. I was offering @mow4cash an alternative to maintain the document at https://gist.github.com/mow4cash/e2fd4991bd2b787ca407a355d134b0ff. This repo faithfully recreates that gist. I am not prepared at this time to maintain these instructions myself. If a community grows from this repo, @mow4cash adopts this method or my availability changes I am certainly open to that. I see that the upstream was updated 19 days ago I should probably sync up with that but I haven't yet. I will leave this issue open until I do.

CatPasswd commented 5 years ago

Seems more than one person has been documenting this process, and I discovered a newly created, and pretty complete setup guide here. https://www.ixsystems.com/community/resources/fn11-2-iocage-jails-plex-tautulli-sonarr-radarr-lidarr-jackett-transmission-organizr.58/

I ended up following this one instead, and it worked flawlessly, only had to change the pool name, and IP address info.