You don't want to ignore signal 15, it's the normal way of telling a process to do a clean shutdown.
What if you ditch that healthcheck thing in the docker compose file? Any other process monitor active?
Search found 1009 matches
- January 30th, 2025, 4:03 am
- Forum: General Help
- Topic: "Lost Connection," Signal 15 & Restart
- Replies: 12
- Views: 6810
- January 14th, 2025, 3:01 am
- Forum: Debian/Ubuntu Package
- Topic: Trying to deal with RSS stuff and failing
- Replies: 2
- Views: 16655
Re: Trying to deal with RSS stuff and failing
You want to replace your api keys on all indexers mentioned in your post STAT. The help on nzbfinder has complete example URLs for the CART and every (sub-)category of one's choice. CART only has stuff that was manually added and therefore only needs an 'accept *' filter in sabnzbd's rss settings. ...
- January 12th, 2025, 5:58 am
- Forum: General Help
- Topic: sabconect++ or nzbunity or any third party addon for adding nzb files to external sabznd server....
- Replies: 4
- Views: 1482
Re: sabconect++ or nzbunity or any third party addon for adding nzb files to external sabznd server....
I'm not aware of any addon or script that limits itself to just that one function. And you can never be sure your data is safe, unless the extension is entirely open source and you actually audit its code prior to install (and every future update). Most indexers do have a curated rss feed ("car...
- January 11th, 2025, 4:27 am
- Forum: General Help
- Topic: sabconect++ or nzbunity or any third party addon for adding nzb files to external sabznd server....
- Replies: 4
- Views: 1482
Re: sabconect++ or nzbunity or any third party addon for adding nzb files to external sabznd server....
The nzbkey literally only lets them send nzb files to sab, nothing more. So if these addons provide any other function, including monitoring the queue, history, tracking job completion and so on, they legitimately need the full apikey for that. I don't expect any addon to limit themselves to just ad...
- January 11th, 2025, 4:14 am
- Forum: General Discussion
- Topic: ssd and increased download speed
- Replies: 9
- Views: 33599
Re: ssd and increased download speed
So you mean I'm getting as much mileage out of it that's possible then, really? Probably yes, the amlogic chipsets in devices such as yours are optimized for use as media players. I have a similar box running coreelec/kodi here using a slightly older, passsively cooled s905x3 chipset. They do hardw...
- January 2nd, 2025, 1:08 am
- Forum: General Help
- Topic: Automatically add category is download has no category
- Replies: 3
- Views: 774
Re: Automatically add category is download has no category
Any job not assigned to a specific category ends up in the built-in Default category, that can be configured and used just like any other category. Nothing stopping you from setting it up as the one and only "affected category" for notifications.
- November 1st, 2024, 2:51 am
- Forum: General Help
- Topic: Is my SSD just not up to the job? ... UNRAID
- Replies: 8
- Views: 2594
Re: Is my SSD just not up to the job? ... UNRAID
Basically everything points to the SSD not being fast enough but it's showing very very low speeds like there's something wrong with it, the model is CT2000BX500SSD1 I've used it as my main OS SSD on windows for the last year or so and it behaved perfectly This is a QLC drive. Those are cheap and c...
- October 27th, 2024, 11:01 am
- Forum: General Help
- Topic: Mail Notification Fails
- Replies: 6
- Views: 2956
Re: Mail Notification Fails
Odd it would just stop working after it's work for years. What you are seeing is the result of several very large corporations (most notably google and microsoft) denying the use of well-established email standards, to force people deeper into their own software and cloud ecosystems. They're sellin...
- September 12th, 2024, 2:14 pm
- Forum: Debian/Ubuntu Package
- Topic: Can't write to usb drive if it's mounted outside /media
- Replies: 4
- Views: 6424
Re: Can't write to usb drive if it's mounted outside /media
When the usb stick is plugged-in and usable for sabnzbd, the output of the "mount" command in a terminal might just list all the info you need - including the options used to make it accessible for your user.
- September 12th, 2024, 1:41 pm
- Forum: Debian/Ubuntu Package
- Topic: Can't write to usb drive if it's mounted outside /media
- Replies: 4
- Views: 6424
Re: Can't write to usb drive if it's mounted outside /media
Your question is of a more general linux administration nature and not really sabnzbd specific. Usually, usb sticks that get automatically mounted when you plug them into a linux desktop session and don't have a native unix filesystem on them, are set up with permissions that allow full access for t...
- September 5th, 2024, 1:46 am
- Forum: General Help
- Topic: Port changing
- Replies: 1
- Views: 1937
Re: Port changing
That port number is a simple program setting that defaults to 8080 but may be set to something else in Config -> General. Keep it between 1024 and 65535 and make sure to restart the application afterwards.
- September 4th, 2024, 5:54 am
- Forum: General Help
- Topic: Windows 11 Bogged Down
- Replies: 19
- Views: 30052
Re: Windows 11 Bogged Down
Crucial P3 Plus NVMe SSD Note that drive uses QLC memory. While cheap, such drives are notoriously bad at sustained writes of large amounts of data (e.g. your typical download from Usenet). They'll start reasonably fast and can keep up appearances for long enough to fool casual benchmarks, but once...
- July 1st, 2024, 4:06 pm
- Forum: General Help
- Topic: Sabnzbd takes ALL available bandwidth!
- Replies: 7
- Views: 4917
Re: Sabnzbd takes ALL available bandwidth!
I guess I could simply limit the sabnzbd bandwidth, but that does not seem like the correct solution. Anybody have any ideas what might cause this? Speed limiting is probably the only effective solution here. The bandwidth provided by your internet provider is so low by todayś standards that it tak...
- June 21st, 2024, 5:34 am
- Forum: General Help
- Topic: Run sabnzbd as specific user:group [Debian]
- Replies: 5
- Views: 4263
Re: Run sabnzbd as specific user:group
Probably needs 'sudo' in front, the override file is stored somewhere in /etc iirc.
Direct edits to /lib/systemd/system/[email protected] will also work, but probably get overwritten whenever the sabnzbdplus package receives updates.
- June 20th, 2024, 3:47 am
- Forum: General Help
- Topic: Run sabnzbd as specific user:group [Debian]
- Replies: 5
- Views: 4263
Re: Run sabnzbd as specific user:group
However, when I start it, it runs as user:user, which causes issues with folder permissions for other applications. I have edited etc/default/sabnzbdplus with USER=user:group and have verified that the user (my account) and group is listed on the system. The previous version I was running was 4.2.3...