Hello
Please enable the Debug Log in /etc/hellanzb.log an provide the
traceback. It should end with something like:
File "shutil.py", line 193, in move
copy2(src,dst)
File "shutil.py", line 93, in copy2
copystat(src, dst)
File "shutil.py", line 68, in copystat
os.utime(dst, (st.st_atime, st.st_mtime))
exceptions.OSError: [Errno 1] Operation not permitted:
'/mnt/pool/hellanzb/nzb/daemon.processing/whatever/whatever.nzb'
Then show us an "ls -al" for exactly that directory and say under
which user id you are running hellanzb.
The python code seems to try to preserve mtime and utime and you
probably mountet the directory with noatime or similar.
I experienced the same problem when running hellanzb with a different
user who had not modify rights on the original nzb file.
bye,
-christian-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]