Page 1 of 1
install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 8:07 am
by mysticpete
Hi all
Has anyone worked out how to install this package without it deleting your existing sabnzbd package or rc.d/sabnzbd startup script?
Thanks in advance
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 8:16 am
by sander
TrueNAS ... so do you use docker?
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 8:27 am
by mysticpete
sander wrote: ↑February 5th, 2024, 8:16 am
TrueNAS ... so do you use docker?
no not right now, just setting up a linux vm to test out a docker setup.
Currently installed in a jail
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 9:00 am
by sander
OK, VM. So a full Linux VM, and then SABnzbd inside that?
I suppose you can logon to that Linux VM?
If so, it should be easy: see
https://sabnzbd.org/wiki/installation/par2cmdline-turbo
On my Ubuntu Linux:
Code: Select all
sander@brixit:~$ par2 --version
par2cmdline-turbo version 1.1.0
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 9:07 am
by mysticpete
can it be installed in a jail without breaking the existing sabnzbd package?
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 9:13 am
by sander
mysticpete wrote: ↑February 5th, 2024, 9:07 am
can it be installed in a jail without breaking the existing sabnzbd package?
I don't know anything about jails. But I assume it does NOT check CRC values of binaries? So then you should be OK
Furthermore: the SABnzbd package on Linux does NOT include par2. So par is always a separate binary, which you should install at OS level. SABnzbd does not care which par2 binary you have installed, as long as it's recent enough.
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 9:22 am
by mysticpete
I tried installing it in the jail but it deletes the existing sabnzbd package so breaking the jail, I can only assume that it sees the main program as a dependency and removes it?
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 9:26 am
by sander
If so, I can't help you with that.
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Posted: February 5th, 2024, 9:33 am
by mysticpete
Ok thanks, I'll try it in my VM once I have it setup properly.