Hi.
sabNZBD runs like a charme on my odroid-dietpi-server.
Only the repairing of the files take some time.
In your link
viewtopic.php?f=8&t=5&p=6747&hilit=multicore+par2#p6747
there is a "multicore par2" mentioned.
Unfortunately it is not available by the dietpi-software-tool, so you have to compile install it.
Here is described how, but i fail at the first line.
https://sabnzbd.org/wiki/installation/multicore-par2
dietpi does not know the command "git"
How to install Topic is solved
Re: How to install
Do this:
apt install git
John
apt install git
John
Re: How to install
Or install Git via dietpi-software as well: dietpi-software install 17
Jep there are some software titles that "can" be installed via Git client, which can be then used to update, repair or switch to different branch (beta, dev and such).
In many cases it is however not required and possible to download it directly from GitHub as a zip archive.
However good point, we need to add the info to our docs, that Git is required to follow the linked guide. I opened a GitHub issue about that: https://github.com/Fourdee/DietPi/issues/2419
Optionally we could pre-install this module, at least on multi-core devices.
Jep there are some software titles that "can" be installed via Git client, which can be then used to update, repair or switch to different branch (beta, dev and such).
In many cases it is however not required and possible to download it directly from GitHub as a zip archive.
However good point, we need to add the info to our docs, that Git is required to follow the linked guide. I opened a GitHub issue about that: https://github.com/Fourdee/DietPi/issues/2419
Optionally we could pre-install this module, at least on multi-core devices.
Re: How to install
I added this as note to the SABnzbd docs, including the need to install build tools: viewtopic.php?p=6747#p6747