TLDR: there are zip files, and SAB tries to unzip (which fails), and I think SAB should not try to unzip those files deep down in a BDMV structure. Hopefully safihre reads this and can say something clever.
Ah, a 60GB BDMV download.
During unpack ... yes, there are zip files.
Code: Select all
sander@DrDr:~/Downloads/complete$ find . | grep -i -e zip$ -e 7z$
./_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00004.zip
./_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00003.zip
./_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00002.zip
./_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00001.zip
I think SAB should not touch that.
While still unpacking: no touching of the zip files, so good:
Code: Select all
$ cat ~/.sabnzbd/logs/sabnzbd.log | grep "2026-04-08" | grep -i -e zip -e 7z
2026-04-08 16:15:57,006::DEBUG::[filesystem:1071] [sabnzbd.nzb.file.__init__] Saving data for SABnzbd_nzf_hbh7zot2 in /home/sander/Downloads/incomplete/5adcf1aca3e5f9882181d709/__ADMIN__
2026-04-08 16:20:30,701::DEBUG::[filesystem:1111] [sabnzbd.nzb.file.finish_import] Loading data for SABnzbd_nzf_hbh7zot2 from /home/sander/Downloads/incomplete/5adcf1aca3e5f9882181d709/__ADMIN__/SABnzbd_nzf_hbh7zot2
2026-04-08 16:20:37,307::DEBUG::[file:246] Removing article database for SABnzbd_nzf_hbh7zot2
2026-04-08 16:20:37,307::DEBUG::[filesystem:938] [sabnzbd.nzb.file.remove_admin] Deleting file /home/sander/Downloads/incomplete/5adcf1aca3e5f9882181d709/__ADMIN__/SABnzbd_nzf_hbh7zot2
2026-04-08 16:25:12,494::DEBUG::[filesystem:529] build_filelists(): 7zips: []
2026-04-08 16:25:12,542::DEBUG::[filesystem:529] build_filelists(): 7zips: []
Unpacking took 8 minutes on my machine. And what happens then ... ?
Code: Select all
2026-04-08 16:33:22,903::DEBUG::[newsunpack:580] rar_unpack(): Newfiles: ['/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV', '/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/BACKUP', '/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/BACKUP/BDJO', '/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/BACKUP/BDJO/00000.bdjo', '/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e
2026-04-08 16:33:23,023::DEBUG::[filesystem:529] build_filelists(): 7zips: []
2026-04-08 16:33:23,143::DEBUG::[filesystem:529] build_filelists(): 7zips: ['/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00004.zip', '/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00003.zip', '/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00002.zip', '/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00001.zip']
2026-04-08 16:33:23,143::INFO::[newsunpack:316] 7za starting on /home/sander/Downloads/incomplete/5adcf1aca3e5f9882181d709
2026-04-08 16:33:23,144::INFO::[newsunpack:900] Starting extract on 7zip set/file: 00004
2026-04-08 16:33:23,144::DEBUG::[newsunpack:940] Trying 7zip with password "lxw4D0631d5155e3hmrWTITWJ"
2026-04-08 16:33:23,144::INFO::[misc:1320] [sabnzbd.newsunpack.seven_extract_core] Running external command: ['/usr/bin/7za', 'x', '-y', '-aou', '-ssc', '-plxw4D0631d5155e3hmrWTITWJ', '-o/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010', '/home/sander/Downloads/complete/_UNPACK_5adcf1aca3e5f9882181d709/BDMV/JAR/01010/00004.zip']
2026-04-08 16:33:23,192::DEBUG::[newsunpack:981] 7za output:
2026-04-08 16:33:23,193::INFO::[newsunpack:1004] 7za return code: 2
...
... so SAB starts working on those zip files (which I think it should not do), with the password, and SAB says "Unpacking failed, see logfile".
Not good.
FWIW:
Manual unzip says
Code: Select all
$ unzip 00001.zip
Archive: 00001.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of 00001.zip or
00001.zip.zip, and cannot find 00001.zip.ZIP, period.