Hi,
i have the same issue (i think since i upgraded to the latest version of my synology box) for every download:
2013-07-16 16:19:53,734::DEBUG::[newsunpack:950] Par2-classic = True
2013-07-16 16:19:53,745::DEBUG::[newsunpack:975] Starting par2: ['/var/packages/baseutils/target/utils/bin/par2', 'r', '/volume1/public/SABnzbd/download/adsf/asdf.par2', '/volume1/public/SABnzbd/download/asdf/*']
2013-07-16 16:19:53,801::INFO::[downloader:664] Thread
[email protected]:80: forcing disconnect
2013-07-16 16:19:53,852::DEBUG::[newsunpack:1267] PAR2 output was
The source file does not exist: /volume1/public/SABnzbd/download/asdf/__ADMIN__
par2cmdline version 0.4, Copyright (C) 2003 Peter Brian Clements.
par2cmdline comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version. See COPYING for details.
Usage:
par2 c(reate) [options] <par2 file> [files] : Create PAR2 files
par2 v(erify) [options] <par2 file> [files] : Verify files using PAR2 file
par2 r(epair) [options] <par2 file> [files] : Repair files using PAR2 files
You may also leave out the "c", "v", and "r" commands by using "parcreate",
"par2verify", or "par2repair" instead.
Options:
-b<n> : Set the Block-Count
-s<n> : Set the Block-Size (Don't use both -b and -s)
-r<n> : Level of Redundancy (%%)
-c<n> : Recovery block count (Don't use both -r and -c)
-f<n> : First Recovery-Block-Number
-u : Uniform recovery file sizes
-l : Limit size of recovery files (Don't use both -u and -l)
-n<n> : Number of recovery files (Don't use both -n and -l)
-m<n> : Memory (in MB) to use
-v [-v]: Be more verbose
-q [-q]: Be more quiet (-q -q gives silence)
-- : Treat all remaining CommandLine as filenames
If you wish to create par2 files for a single source file, you may leave
out the name of the par2 file from the command line.