Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Any reason why I couldn't use par2cmdline-0.4-tbb-20100203-lin64 with SAB?

Featured Replies

It says on http://chuchusoft.com/par2_tbb/download.html that it's x86_x64 despite the tar name.  Any idea why I couldn't use this to overwrite my current par2 from the SAB unMENU install?  Thanks.

 

Use this one if you want to replace the current par2 install.

 

In my rewrite of the SAB packages I created the above package from the churchsoft files.

  • Author

Thanks ProStuff.  I'll use this.  Just for clarity sake, can you tell me if this will successfully replace the par2 from the current unMENU pkg?

 

wget http://unraid-greenleaf-repository.googlecode.com/files/par2cmdline_tbb-0.4-i486-1kh.tgz 

(only download once to /boot/package dir)

 

For the go script:

 

installpkg /boot/packages/par2cmdline_tbb-0.4-i486-1kh.tgz

 

This of course goes after:

 

cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c 

 

Thanks!

Thanks ProStuff.  I'll use this.  Just for clarity sake, can you tell me if this will successfully replace the par2 from the current unMENU pkg?

 

wget http://unraid-greenleaf-repository.googlecode.com/files/par2cmdline_tbb-0.4-i486-1kh.tgz 

(only download once to /boot/package dir)

 

For the go script:

 

installpkg /boot/packages/par2cmdline_tbb-0.4-i486-1kh.tgz

 

This of course go after:

 

cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c 

 

Thanks!

 

replace

# par2cmdline (singlecore)
PACKAGE_EXTRA_URL http://connie.slackware.com/~alien/slackbuilds/par2cmdline/pkg/13.0/par2cmdline-0.4-i486-1alien.tgz
PACKAGE_EXTRA_FILE par2cmdline-0.4-i486-1alien.tgz
PACKAGE_EXTRA_MD5 58adc6a21ae2f7b82e6660ccd8b67ece

in the sabnzbd-unmenu-package.conf

with

# par2cmdline (multicore)
PACKAGE_EXTRA_URL http://unraid-greenleaf-repository.googlecode.com/files/par2cmdline_tbb-0.4-i486-1kh.tgz
PACKAGE_EXTRA_FILE par2cmdline_tbb-0.4-i486-1kh.tgz
PACKAGE_EXTRA_MD5 c5a5550888ae009531f133a33ed85be7

 

That will download and install the new par2.

 

You will have to make sure to not update unMenu or the sabnzbd-unmenu-package.conf will be "reset" to default.

  • Author

Ahh ok.  That conf only gets run once tho, right?  I've already got the conf installed so what if I updated the SAB auto_install script as such:

 

# if [ ! -f /usr/bin/par2 ]; then
# if [ ! -f /boot/packages/par2cmdline-0.4-i486-1alien.tgz ]; then
# echo "Required dependency, par2cmdline-0.4-i486-1alien.tgz, has not been installed. Please install it before installing SABnzbd."
# exit
# else
# installpkg /boot/packages/par2cmdline-0.4-i486-1alien.tgz
# fi
# fi

if [ ! -f /usr/bin/par2 ]; then
if [ ! -f /boot/packages/par2cmdline_tbb-0.4-i486-1kh.tgz ]; then
echo "Required dependency, par2cmdline_tbb-0.4-i486-1kh.tgz, has not been installed. Please install it before installing SABnzbd."
exit
else
installpkg /boot/packages/par2cmdline_tbb-0.4-i486-1kh.tgz
fi
fi

That would work also, just be aware that if you change anything via the package manager and re-install that the .auto_install file gets re-written.

  • Author

Thank you much dude!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.