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
install par2cmdline-turbo on Truenas Core 13.0-U6.1
-
- Newbie
- Posts: 5
- Joined: February 5th, 2024, 7:59 am
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
TrueNAS ... so do you use docker?
-
- Newbie
- Posts: 5
- Joined: February 5th, 2024, 7:59 am
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
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:
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
-
- Newbie
- Posts: 5
- Joined: February 5th, 2024, 7:59 am
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
can it be installed in a jail without breaking the existing sabnzbd package?
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
I don't know anything about jails. But I assume it does NOT check CRC values of binaries? So then you should be OKmysticpete wrote: ↑February 5th, 2024, 9:07 am can it be installed in a jail without breaking the existing sabnzbd package?
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.
-
- Newbie
- Posts: 5
- Joined: February 5th, 2024, 7:59 am
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
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
If so, I can't help you with that.
-
- Newbie
- Posts: 5
- Joined: February 5th, 2024, 7:59 am
Re: install par2cmdline-turbo on Truenas Core 13.0-U6.1
Ok thanks, I'll try it in my VM once I have it setup properly.