Page 1 of 1

New File Created Permissions Issues

Posted: April 16th, 2024, 6:15 am
by ricsc
Hi

I"m running into a problem in which when my indexer, Mylar3, send NZB file to the queue, the file in the /config/admin/future directory has permissions set as such it cannot be read.

16-Apr-2024 6:29:14 - ERROR :: mylar.historycheck.268 : AUTO-COMPLETE-NZB : Cannot find nzb SABnzbd_nzo_3c9uw0td in the queue. Was it removed?
today at 6:29:19 AM16-Apr-202422:29:19 - WARNING :: mylar.cdh_monitor.3412 : AUTO-COMPLETE-NZB : NZB seems to have been removed from queue: SABnzbd_nzo_3c9uw0td

I find this file, SABnzbd_nzo_3c9uw0td in the /config/admin/future directory, but its permissions are very locked down. THere is an item to be fetche in the queue created,. but it just sits there and times out. And in the logs its shows the file cannot be found.

Any ideas? Both are in docker containers from LSIO.

Re: New File Created Permissions Issues

Posted: April 16th, 2024, 7:14 am
by jcfp
Third party apps such as mylar don't read internal files directly, but talk to sabnzbd via an API. As such, strict permissions on these files aren't an issue, provided sabnzbd itself has sufficient access.

Your actual problem is whatever causes the timeout. Take a look at the (debug) logging of sabnzbd, and see if there's a clue as to what is going on with the fetching part.