Search found 992 matches

by jcfp
February 10th, 2022, 9:50 am
Forum: Bug Reports
Topic: [Fedora 35] gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Replies: 5
Views: 4857

Re: [Fedora 35] gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed

Conz wrote: February 10th, 2022, 5:46 amBit weird that it just randomly started giving those errors though.
The assertion mentioned in the error in somewhere in Gtk/gdk code, so it could well have been an OS update to those libs that started it.
by jcfp
February 10th, 2022, 5:17 am
Forum: Bug Reports
Topic: [Fedora 35] gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Replies: 5
Views: 4857

Re: [Fedora 35] gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed

This is a harmless yet annoying gtk error related to the statusbar icon. If you want to get rid of it, disable the tray icon by unchecking the win_menu setting in config -> special.
by jcfp
February 5th, 2022, 3:16 am
Forum: General Help
Topic: Slow Par2 speeds on Ubuntu vs Windows
Replies: 12
Views: 3348

Re: Slow Par2 speeds on Ubuntu vs Windows

I have a brand new confirmed CMR 5400RPM 6TB WD Red Plus arriving later today that I will test and see if it makes any difference. It should, smr disks are really bad at sustained writing of a large amount of data - which is exactly what happens in your scenario. For smaller amounts of data, these ...
by jcfp
January 30th, 2022, 1:32 pm
Forum: Debian/Ubuntu Package
Topic: 'Restarting because of crashed postprocessor'
Replies: 6
Views: 16827

Re: 'Restarting because of crashed postprocessor'

Try to remove python-regex, it interferes with guessit. For the record: it's not the packaged python3-regex that triggers this, but the combination of a much newer version of the regex module installed by pip (into /home/fire69/.local/lib/python3.8/site-packages/) with the python3-rebulk package fr...
by jcfp
December 14th, 2021, 2:54 am
Forum: General Help
Topic: Sabnzbd in Portainer starts fine then nothing
Replies: 13
Views: 18133

Re: Sabnzbd in Portainer starts fine then nothing

How would I check if the lsio docker listen/obey to that yaml file? If it did, you would expect the port number to be passed to sabnzbd as a command line argument. But in the not-so-useless log, the --server option only specifies a host ("::") without a port number: 2021-12-13 06:09:54,12...
by jcfp
December 13th, 2021, 7:51 am
Forum: General Help
Topic: Sabnzbd in Portainer starts fine then nothing
Replies: 13
Views: 18133

Re: Sabnzbd in Portainer starts fine then nothing

stefwill wrote: December 13th, 2021, 4:36 amThe logs are not any help at all.
That's impossible to tell without access to the complete log. Where is it?
by jcfp
December 1st, 2021, 7:07 am
Forum: General Help
Topic: Quota overrides schedule settings
Replies: 4
Views: 5886

Re: Quota overrides schedule settings

Although the QNAP is set to local time, it's a linux server and runs off UTC. While not a sabnzbd issue, you should look into fixing the time and/or timezone settings of the nas system. Unix system may store the bios time (system clock) in utc by default, but that doesn't stop them from properly di...
by jcfp
November 28th, 2021, 5:01 am
Forum: Debian/Ubuntu Package
Topic: unpacking constantly failing - guessit - ValueError: unused keyword argument 'abbreviations'
Replies: 12
Views: 61065

Re: unpacking constantly failing - guessit - ValueError: unused keyword argument 'abbreviations'

Tracebacks would be useful. The ones posted by the OP pointed to /usr/local/lib/python3.8/dist-packages/regex/regex.py (i.e. a non-packaged / pip install of the "regex" module) as the root of the issue. On 20.04 the guessit/rebulk/babelfish module all come from their standard packages. Add...
by jcfp
November 28th, 2021, 4:54 am
Forum: General Help
Topic: BSOD when pausing queue
Replies: 6
Views: 14788

Re: BSOD when pausing queue

Still none the wiser about what was specifically about the way I was using SABnzbd was causing it but it is all stable now. Thanks for reporting back. The amount of network and disk i/o that comes with downloading from usenet simply increases the chance of triggering hardware issues or driver bugs,...
by jcfp
November 13th, 2021, 2:17 am
Forum: General Help
Topic: NZB with multiple encrypted rars
Replies: 8
Views: 24603

Re: NZB with multiple encrypted rars

If we go by that assumption (or even if we assume every password is typically only used for one archive if an nzb supplies more than one), reordering the nzb-supplied passwords by moving "used" ones to the end of the list could save quite a few futile attempts.
by jcfp
November 12th, 2021, 7:03 am
Forum: General Help
Topic: NZB with multiple encrypted rars
Replies: 8
Views: 24603

Re: NZB with multiple encrypted rars

Would be interesting to know what genius thought it was a good idea to model an nzb after frankenstein's monster. Assuming there's a matching archive for every password listed, just figuring out which password belongs to each archive would take approximately n 2 /2 attempts. For the example in the t...
by jcfp
October 16th, 2021, 8:22 am
Forum: Debian/Ubuntu Package
Topic: [Solved] Missing module: cgi [Debian Bullseye]
Replies: 9
Views: 42069

Re: Missing module: cgi [debian bullseye]

As sander mentioined, cgi is part of the python standard library and thus always installed with the python interpreter package. Do you see better results if you call python3.9 directly (instead of 'python3')? Or in a fresh user account without any pip stuff or other modifications from prior to upgra...
by jcfp
September 30th, 2021, 3:54 am
Forum: General Help
Topic: Untrusted certificate [Eweka, newshosting, Let's encrypt R3]
Replies: 64
Views: 89640

Re: Untrusted certificate

For the record, this appears to be related to https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/ given that all affected providers use letsencrypt for their ssl certificates. Rather than disabling ssl altogether, one could set certificate verification to off in sabnzbd's server s...
by jcfp
September 14th, 2021, 2:45 am
Forum: General Help
Topic: Package par2-mt is not available, but is referred to by another package
Replies: 5
Views: 6008

Re: Package par2-mt is not available, but is referred to by another package

The patches from par2-mt were merged into the standard par2 years ago, leaving par2-tbb as the sole alternative version. At that time, the par2-mt package was modified to simply pull in the regular (now multicore) par2; it was dropped for recent ubuntu releases once every supported ubuntu upgrade pa...
by jcfp
September 4th, 2021, 2:55 am
Forum: General Help
Topic: Plush Theme: "This skin is no longer actively maintained! We recommend using the Glitter skin."
Replies: 18
Views: 25356

Re: Plush Theme: "This skin is no longer actively maintained! We recommend using the Glitter skin."

Dissonance wrote: September 3rd, 2021, 6:34 pmOne more thing, if the skin could be template based and thereby allowing the community to make skins, that would be really cool!!!
Skins are template based, see source code on github. Many if not most skins included with sab releases at some point, were in fact contributed by users.