Par2 not found - Mac PPC 10.5.8 RC8 source

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
jbw
Release Testers
Release Testers
Posts: 12
Joined: January 12th, 2009, 4:19 am

Par2 not found - Mac PPC 10.5.8 RC8 source

Post by jbw »

Hey,
Feels like ages since I've been on these forums. Wondered if someone could offer me some help with the following...

I'm trying to run RC8 from source on a PPC w/ 10.5.8 but I keep getting 'par2 not found' when it fires up. I've moved the par2-classic file over to /usr/bin and printenv confirms /usr/bin is in $path but SAB refuses to see it. Do I need to install par2cmdline and if so are there any instructions anywhere to help me out? There's alot going on on this mac and I really don't want to kill it. :)

I've run from source on this mac before... back when I was helping Pair of Dimes with Plush and nothing's really changed. Prior to firing up RC8 I made sure I'd cleaned out the SABnzbd folder in application support. The app and web front-end work fine it just throws up a large error message top right and in terminal log...
2010-02-20 13:09:05,099::INFO::[SABnzbd:945] --------------------------------
2010-02-20 13:09:05,116::INFO::[SABnzbd:946] SABnzbd.py-0.5.0rc8 (rev=3309)
2010-02-20 13:09:05,117::INFO::[SABnzbd:956] Platform = posix
2010-02-20 13:09:05,118::INFO::[SABnzbd:957] Python-version = 2.5.1 (r251:54863, Jun 17 2009, 20:37:34)
[GCC 4.0.1 (Apple Inc. build 5465)]
2010-02-20 13:09:05,120::INFO::[SABnzbd:961] [osx] IO priority setting
2010-02-20 13:09:05,285::INFO::[SABnzbd:966] [osx] IO priority set to throttle for process scope
2010-02-20 13:09:06,272::INFO::[__init__:664] Loading data for bookmarks.sab from /Users/[myusername]/Library/Application Support/SABnzbd/cache/bookmarks.sab
2010-02-20 13:09:06,323::INFO::[__init__:695] /Users/[myusername]/Library/Application Support/SABnzbd/cache/bookmarks.sab removed
2010-02-20 13:09:06,325::INFO::[__init__:664] Loading data for rss_data.sab from /Users/[myusername]/Library/Application Support/SABnzbd/cache/rss_data.sab
2010-02-20 13:09:06,451::INFO::[__init__:664] Loading data for bytes9.sab from /Users/[myusername]/Library/Application Support/SABnzbd/cache/bytes9.sab
2010-02-20 13:09:06,457::INFO::[__init__:664] Loading data for queue9.sab from /Users/[myusername]/Library/Application Support/SABnzbd/cache/queue9.sab
2010-02-20 13:09:06,459::INFO::[postproc:138] Loading postproc queue
2010-02-20 13:09:06,460::INFO::[__init__:664] Loading data for postproc1.sab from /Users/[myusername]/Library/Application Support/SABnzbd/cache/postproc1.sab
2010-02-20 13:09:06,462::INFO::[__init__:695] /Users/[myusername]/Library/Application Support/SABnzbd/cache/postproc1.sab removed
2010-02-20 13:09:06,465::INFO::[__init__:664] Loading data for watched_data.sab from /Users/[myusername]/Library/Application Support/SABnzbd/cache/watched_data.sab
2010-02-20 13:09:06,469::INFO::[downloader:327] Resuming
2010-02-20 13:09:06,501::INFO::[__init__:248] All processes started
2010-02-20 13:09:06,503::INFO::[SABnzbd:265] Web dir is /Users/[myusername]/SABnzbd/interfaces/Plush
2010-02-20 13:09:07,113::INFO::[SABnzbd:1010] Starting SABnzbd.py-0.5.0rc8
2010-02-20 13:09:07,122::INFO::[SABnzbd:382] _yenc module... found!
2010-02-20 13:09:07,125::ERROR::[SABnzbd:392] par2 binary... NOT found!
2010-02-20 13:09:07,127::INFO::[SABnzbd:398] unrar binary... found (/usr/bin/unrar)
2010-02-20 13:09:07,128::INFO::[SABnzbd:403] unzip binary... found (/usr/bin/unzip)
2010-02-20 13:09:07,129::INFO::[SABnzbd:409] nice binary... found (/usr/bin/nice)
2010-02-20 13:09:07,131::INFO::[SABnzbd:415] ionice binary... NOT found!
2010-02-20 13:09:07,132::INFO::[SABnzbd:418] pyOpenSSL... found (True)
2010-02-20 13:09:07,137::INFO::[SABnzbd:1108] Starting web-interface on 0.0.0.0:8080
2010-02-20 13:09:07,139::INFO::[dirscanner:367] Dirscanner starting up
2010-02-20 13:09:07,146::INFO::[nzbqueue:92] Saving queue
All help most appreciated! :)

Cheers,
J
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Par2 not found - Mac PPC 10.5.8 RC8 source

Post by shypike »

SABnzbd looks in the path only for "par2", not "par2-classic".
The special names are only valid for the fixed binary package locations.
You need to rename it to "par2".
jbw
Release Testers
Release Testers
Posts: 12
Joined: January 12th, 2009, 4:19 am

Re: Par2 not found - Mac PPC 10.5.8 RC8 source

Post by jbw »

shypike wrote: SABnzbd looks in the path only for "par2", not "par2-classic".
The special names are only valid for the fixed binary package locations.
You need to rename it to "par2".
Cheers shypike... worked a treat! :)
Post Reply