You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for the great Tool sibson!
I got it to work after about 4 hours of head scratching :)
Here is what I had to do additionally to your install guide:
Set devfs_ruleset in the Jail Properties to 3 so the cd drive at dev/cd0 was showing inside the jail.
Changed the freerip-launcher at the last line from: jexec $JAIL_NUM /usr/local/bin/freerip.sh $* to: jexec -U root $JAIL_NUM sh /usr/local/bin/freerip.sh $*
I'm not sure if the "-U root" option is necessary but the "sh" for sure to run the script.
In rip-video.sh the --preset "High Profile" doesn't exist anymore with the newest version of HandbrakeCLI, I took "HQ 1080p30 Surround" instead.
Last but not least, the freerip.conf file gets removed after a restart of Truenas, has to be copied again.
I am running TrueNAS-12.0-STABLE - Release Train for TrueNAS 12.0 [release] at the moment, having an USB DVD Drive from Asus
The text was updated successfully, but these errors were encountered:
Thanks a lot for the great Tool sibson!
I got it to work after about 4 hours of head scratching :)
Here is what I had to do additionally to your install guide:
jexec $JAIL_NUM /usr/local/bin/freerip.sh $*
to:jexec -U root $JAIL_NUM sh /usr/local/bin/freerip.sh $*
I'm not sure if the "-U root" option is necessary but the "sh" for sure to run the script.
I am running TrueNAS-12.0-STABLE - Release Train for TrueNAS 12.0 [release] at the moment, having an USB DVD Drive from Asus
The text was updated successfully, but these errors were encountered: