Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor adjustment #5

Open
sGoette opened this issue May 27, 2021 · 0 comments
Open

Minor adjustment #5

sGoette opened this issue May 27, 2021 · 0 comments

Comments

@sGoette
Copy link

sGoette commented May 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant