par2 rename fail

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • 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
outkastm
Newbie
Newbie
Posts: 2
Joined: August 17th, 2016, 9:28 am

par2 rename fail

Post by outkastm »

Sabnzbd running on Thecus NAS x86 system but par2 fail

Code: Select all

2016-08-14 13:40:25,425::INFO::[nzbstuff:479] File 22cbbbd7d2c31106004f877b8147c0ad [54/96] - "22cbbbd7d2c31106004f877b8147c0ad.53" yEnc (1/131) added to queue

2016-08-14 13:48:54,324::INFO::[assembler:88] Decoding /raid/data/SabNZB/Incomplete/The.Man.Who.Knew.Infinity.2015.LIMITED.1080p.BluRay.x264-GECKOS/22cbbbd7d2c31106004f877b8147c0ad.53 yenc

2016-08-14 13:55:11,314::INFO::[postproc:579] Par2 check starting on The.Man.Who.Knew.Infinity.2015.LIMITED.1080p.BluRay.x264-GECKOS
2016-08-14 13:55:12,368::INFO::[postproc:600] Running repair on set 22cbbbd7d2c31106004f877b8147c0ad
2016-08-14 13:55:12,388::INFO::[newsunpack:1689] Cannot Quick-check missing file the.man.who.knew.infinity.2015.limited.1080p.bluray.x264-geckos.r53!

2016-08-14 13:55:12,389::INFO::[newsunpack:1070] Scanning "/raid/data/SabNZB/Incomplete/The.Man.Who.Knew.Infinity.2015.LIMITED.1080p.BluRay.x264-GECKOS/22cbbbd7d2c31106004f877b8147c0ad.par2"
2016-08-14 13:55:12,623::INFO::[newsunpack:1088] Par verify failed on /raid/data/SabNZB/Incomplete/The.Man.Who.Knew.Infinity.2015.LIMITED.1080p.BluRay.x264-GECKOS/22cbbbd7d2c31106004f877b8147c0ad.par2!
2016-08-14 13:55:12,652::INFO::[postproc:627] Par2 check finished on
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: par2 rename fail

Post by safihre »

Euhm, what can we do about this? There's something wrong with the par2 file, it's broken or badly made, sabnzbd can't fix it..
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
outkastm
Newbie
Newbie
Posts: 2
Joined: August 17th, 2016, 9:28 am

Re: par2 rename fail

Post by outkastm »

Thanks for feedback, actually i maintain a Sabnzbd package for Thecus NAS and some users reporting this issue. I wanted to be sure there is nothing wrong with my package.
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: par2 rename fail

Post by safihre »

Aaah, in that case we can look some more into it. You (or the reporting user) should enable Debug logging in the status window. This will output the result of the par2 command to the log so it's easier to see why it failed.
Maybe problem in the command or in the file.
If it was a matter of not enough blocks, the INFO message would have been different.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Bierbeer2
Newbie
Newbie
Posts: 4
Joined: August 20th, 2016, 6:49 am

Re: par2 rename fail

Post by Bierbeer2 »

Ok so i am the 2nd user with the same problem.

ALL downloads were manually repaired with multipar/quickpar.

I think it has to do with renaming.
The files are downloaded like this: (example)

22cbbbd7d2c31106004f877b8147c0ad.53

Logging from sabnzbd says it is missing a file:
Cannot Quick-check missing file (originalname).limited.1080p.bluray.x264-geckos.r53

Then it fails....

Manually the following happens:
Par2 files are scanned but nameing is wrong.
Renaming all the files is available.
After renaming the files to the correct file name. The par2 check is 100% complete, or it needs some repairing.
It repairs and 100%.
After this the complete download can be extracted.

selected debug log, trying some downloads now

collected debug logging. Will PM you
Bierbeer2
Newbie
Newbie
Posts: 4
Joined: August 20th, 2016, 6:49 am

Re: par2 rename fail

Post by Bierbeer2 »

Debug logging (the error part i think) pmed detailed logging:

/raid/data/module/SabnzbdPlus/sys/bin/par2: /lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /raid/data/module/SabnzbdPlus/sys/bin/par2)
/raid/data/module/SabnzbdPlus/sys/bin/par2: /lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /raid/data/module/SabnzbdPlus/sys/bin/par2)
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: par2 rename fail

Post by sander »

Bierbeer2 wrote:Debug logging (the error part i think) pmed detailed logging:

/raid/data/module/SabnzbdPlus/sys/bin/par2: /lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /raid/data/module/SabnzbdPlus/sys/bin/par2)
/raid/data/module/SabnzbdPlus/sys/bin/par2: /lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /raid/data/module/SabnzbdPlus/sys/bin/par2)
That looks like an OS problem. Not a SABnzbd problem or a problem SABnzbd can solve.

To verify that: open a terminal on the box, and type

Code: Select all

par2 -V
and post the output here.
Bierbeer2
Newbie
Newbie
Posts: 4
Joined: August 20th, 2016, 6:49 am

Re: par2 rename fail

Post by Bierbeer2 »

Ok so the PAR2 installation wasn't correct, a new package was compiled and fixed this. But now there is another faillure.

Lookes like PAR2 isn't finding the files while SABnzbd is telling it to PAR2. Thats what Safihre replied to me in a pm.

Any thoughts?
Log snipped into 2 posts character limit

Code: Select all

2016-08-22 10:40:19,964::DEBUG::[newsunpack:1700] build_filelists(): joinables: []
2016-08-22 10:40:19,965::DEBUG::[newsunpack:1701] build_filelists(): zips: []
2016-08-22 10:40:19,965::DEBUG::[newsunpack:1702] build_filelists(): rars: [u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r18', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.rar', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r14', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r26', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r33', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r29', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r23', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r30', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r05', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r11', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r20', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r06', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r27', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r22', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r13', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r19', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r03', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r07', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r17', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r00', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r28', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r01', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r02', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r09', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r32', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r10', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r24', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r15', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r21', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r08', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r25', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r04', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r16', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r31', u'/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r12']
2016-08-22 10:40:19,966::DEBUG::[newsunpack:1703] build_filelists(): 7zips: []
2016-08-22 10:40:19,967::DEBUG::[newsunpack:1704] build_filelists(): ts: []
2016-08-22 10:40:19,968::DEBUG::[newsunpack:1234] Par2-classic = True
2016-08-22 10:40:19,973::DEBUG::[newsunpack:1253] Starting par2: ['/raid/data/module/SabnzbdPlus/sys/bin/par2', 'r', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r18', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol001+002.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.rar', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r14', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol003+004.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r26', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r33', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r29', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r23', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r30', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r05', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r11', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r20', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r06', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r27', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r22', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r13', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r19', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r03', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r07', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r17', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol014+014.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r00', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r28', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.nzb', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r01', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol028+028.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r02', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol000+001.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r09', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol112+112.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r32', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol007+007.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r10', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r24', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r15', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r21', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r08', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r25', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r04', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r16', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r31', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol224+224.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r12', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.par2', '/raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol056+056.par2']
2016-08-22 10:40:21,456::DEBUG::[interface:522] API-call from 192.168.1.110 [Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36] {'output': u'json', 'apikey': u'a62d190188f508965712efd57b990199', 'limit': u'5', 'mode': u'queue'}
2016-08-22 10:40:21,479::DEBUG::[interface:522] API-call from 192.168.1.110 [Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36] {'output': u'json', 'apikey': u'a62d190188f508965712efd57b990199', 'limit': u'10', 'mode': u'history'}
2016-08-22 10:40:23,479::DEBUG::[interface:522] API-call from 192.168.1.110 [Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36] {'output': u'json', 'apikey': u'a62d190188f508965712efd57b990199', 'limit': u'10', 'mode': u'history'}
2016-08-22 10:40:23,483::DEBUG::[interface:522] API-call from 192.168.1.110 [Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36] {'output': u'json', 'apikey': u'a62d190188f508965712efd57b990199', 'limit': u'5', 'mode': u'queue'}
2016-08-22 10:40:25,463::DEBUG::[interface:522] API-call from 192.168.1.110 [Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36] {'output': u'json', 'apikey': u'a62d190188f508965712efd57b990199', 'limit': u'10', 'mode': u'history'}
2016-08-22 10:40:25,479::DEBUG::[interface:522] API-call from 192.168.1.110 [Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36] {'output': u'json', 'apikey': u'a62d190188f508965712efd57b990199', 'limit': u'5', 'mode': u'queue'}
2016-08-22 10:40:27,353::INFO::[newsunpack:1327] Verified in 7 seconds, repair is required
2016-08-22 10:40:27,355::INFO::[newsunpack:1377] Need to fetch 2540 more blocks, checking blocks
2016-08-22 10:40:27,355::INFO::[newsunpack:1399] 0 blocks available
2016-08-22 10:40:27,357::DEBUG::[newsunpack:1552] PAR2 output was
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r18
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol001+002.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.rar
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r14
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol003+004.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r26
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r33
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r29
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r23
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r30
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r05
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r11
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r20
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r06
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r27
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r22
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r13
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r19
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r03
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r07
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r17
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol014+014.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r00
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r28
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.nzb
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r01
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol028+028.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r02
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol000+001.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r09
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol112+112.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r32
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol007+007.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r10
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r24
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r15
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r21
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r08
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r25
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r04
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r16
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r31
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol224+224.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.r12
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.par2
Ignoring out of basepath source file: /raid/data/SabNZB/Incomplete/0d93f783780444229dd204b6b3028622 (1)/0d93f783780444229dd204b6b3028622.vol056+056.par2
Loading "0d93f783780444229dd204b6b3028622.par2".

Loading: 99.8%
Loaded 74 new packets
Loading "0d93f783780444229dd204b6b3028622.vol001+002.par2".

Loading: 99.9%
Loaded 2 new packets including 2 recovery blocks
Loading "0d93f783780444229dd204b6b3028622.vol003+004.par2".

Loading: 99.9%
Loaded 4 new packets including 4 recovery blocks
Loading "0d93f783780444229dd204b6b3028622.vol014+014.par2".

Loading: 99.9%
Loaded 14 new packets including 14 recovery blocks
Loading "0d93f783780444229dd204b6b3028622.vol028+028.par2".

Loading: 99.9%
Loaded 28 new packets including 28 recovery blocks
Loading "0d93f783780444229dd204b6b3028622.vol000+001.par2".
Loading: 99.9%
Loaded 1 new packets including 1 recovery blocks
Loading "0d93f783780444229dd204b6b3028622.vol112+112.par2".
Loading: 99.9%
Loaded 112 new packets including 112 recovery blocks
Loading "0d93f783780444229dd204b6b3028622.vol007+007.par2".
Loading: 99.9%
Loaded 7 new packets including 7 recovery blocks
Loading "0d93f783780444229dd204b6b3028622.vol224+224.par2".

Loading: 99.9%
Loaded 224 new packets including 224 recovery blocks
Loading "0d93f783780444229dd204b6b3028622.vol056+056.par2".

Loading: 99.9%
Loaded 56 new packets including 56 recovery blocks
Last edited by Bierbeer2 on August 22nd, 2016, 11:07 am, edited 2 times in total.
Bierbeer2
Newbie
Newbie
Posts: 4
Joined: August 20th, 2016, 6:49 am

Re: par2 rename fail

Post by Bierbeer2 »

Code: Select all

There are 36 recoverable files and 0 other files.
The block size used was 1149428 bytes.
There are a total of 2988 data blocks.
The total size of the data files is 3432951056 bytes.
Verifying source files:
Target: "0d93f783780444229dd204b6b3028622.r00" - missing.
Target: "0d93f783780444229dd204b6b3028622.r01" - missing.
Target: "0d93f783780444229dd204b6b3028622.r02" - missing.
Target: "0d93f783780444229dd204b6b3028622.r03" - missing.
Target: "0d93f783780444229dd204b6b3028622.r04" - missing.
Target: "0d93f783780444229dd204b6b3028622.r05" - missing.
Target: "0d93f783780444229dd204b6b3028622.r06" - missing.
Target: "0d93f783780444229dd204b6b3028622.r07" - missing.
Target: "0d93f783780444229dd204b6b3028622.r08" - missing.
Target: "0d93f783780444229dd204b6b3028622.r09" - missing.
Target: "0d93f783780444229dd204b6b3028622.r10" - missing.
Target: "0d93f783780444229dd204b6b3028622.r11" - missing.
Target: "0d93f783780444229dd204b6b3028622.r12" - missing.
Target: "0d93f783780444229dd204b6b3028622.r13" - missing.
Target: "0d93f783780444229dd204b6b3028622.r14" - missing.
Target: "0d93f783780444229dd204b6b3028622.r15" - missing.
Target: "0d93f783780444229dd204b6b3028622.r16" - missing.
Target: "0d93f783780444229dd204b6b3028622.r17" - missing.
Target: "0d93f783780444229dd204b6b3028622.r18" - missing.
Target: "0d93f783780444229dd204b6b3028622.r19" - missing.
Target: "0d93f783780444229dd204b6b3028622.r20" - missing.
Target: "0d93f783780444229dd204b6b3028622.r21" - missing.
Target: "0d93f783780444229dd204b6b3028622.r22" - missing.
Target: "0d93f783780444229dd204b6b3028622.r23" - missing.
Target: "0d93f783780444229dd204b6b3028622.r24" - missing.
Target: "0d93f783780444229dd204b6b3028622.r25" - missing.
Target: "0d93f783780444229dd204b6b3028622.r26" - missing.
Target: "0d93f783780444229dd204b6b3028622.r27" - missing.
Target: "0d93f783780444229dd204b6b3028622.r28" - missing.
Target: "0d93f783780444229dd204b6b3028622.r29" - missing.
Target: "0d93f783780444229dd204b6b3028622.r30" - missing.
Target: "0d93f783780444229dd204b6b3028622.r31" - missing.
Target: "0d93f783780444229dd204b6b3028622.r32" - missing.
Target: "0d93f783780444229dd204b6b3028622.r33" - missing.
Target: "0d93f783780444229dd204b6b3028622.rar" - missing.
Target: "QoQ.nfo" - missing.
Scanning extra files:
Repair is required.
36 file(s) are missing.
You have 0 out of 2988 data blocks available.
You have 448 recovery blocks available.
Repair is not possible.
You need 2540 more recovery blocks to be able to repair.
Post Reply