Search found 12 matches

by SpaceBass
May 1st, 2023, 10:55 am
Forum: General Help
Topic: can't start source from FreeBSD RC
Replies: 1
Views: 1215

can't start source from FreeBSD RC

hey all, I install from source on FreeBSD 13 to make sure I'm on the latest SAB. I also run as a specific user, not root. I use the rc.d script from the official package with some modifications, specifically the path of python 3.9 and the SABnzbd.py script. if I run from the command line of the user...
by SpaceBass
June 17th, 2022, 11:01 am
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

Re: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

I haven't had a chance to debug further but I did want to update this thread and say I've had over a week of uptime. From my perspective, the problem is resolved.
by SpaceBass
June 3rd, 2022, 11:06 am
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

Re: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

Thanks for the troubleshooting tips Sander - I disabled DirecUnpack and have had 48 hours of uptime. Seems like that's the fix for me

My disk(s) is a ZFS pool on 7200 RPM drives. The files then get moved to an EncFS mount on top of that same ZFS pool.
by SpaceBass
May 31st, 2022, 3:15 pm
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

Re: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

I wanted to update this thread... I'm still having the freezing issue. I've been using the various RCs from 1 and 2 and am currently on RC3. SAB still locks up for me every few hours. The logs don't show anything meaningful. What I do is are some unrar processes running which do not correspond to wh...
by SpaceBass
May 17th, 2022, 6:32 pm
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

Re: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

I'll investigate ... guessing there's not a FreeBSD package for it. I'll see if I can compile it from source Compile? SABnzbd is written in python. I overestimated how complicated it was. I was able to get 3.6RC1 up and running on FreeBSD without any major hiccups. I'll let it run for a few hours a...
by SpaceBass
May 17th, 2022, 4:01 pm
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

Re: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

safihre wrote: May 17th, 2022, 1:28 am Can you try 3.6.0RC1?
It will show more logging that could indicate tge problem.
I'll investigate ... guessing there's not a FreeBSD package for it. I'll see if I can compile it from source
by SpaceBass
May 17th, 2022, 4:01 pm
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

Re: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

in sabnzbd.log, what unrar version is reported? Search for a line like this: 2022-05-15 18:28:27,216::INFO::[sabnzbdplus:464] UNRAR binary version 5.90 If you turn off "direct unpack" and try again, what happens? the unrar version is 6.11 The log doesn't show the version but it does show ...
by SpaceBass
May 16th, 2022, 9:15 pm
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

Re: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

sander wrote: May 16th, 2022, 4:52 pm
It looks like there are some known bugs for this.
Which?
perhaps I have used the wrong wording - may it is more accurate to say that I found similar threads and GitHub issues with a similar theme.
by SpaceBass
May 16th, 2022, 9:14 pm
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

Re: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

Ok - upon further monitoring, the last logs I see before a total lockup are the start of the unrar process. I've tried executing the unrar command manually and it usually fails with a "no file to extract" error. That suggests to me that unrar isn't failing gracefully or SAB is expecting a ...
by SpaceBass
May 16th, 2022, 3:51 pm
Forum: General Help
Topic: v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete
Replies: 16
Views: 1910

v 3.5.3 queue freezes entirely every few hours; DirectUnpacker still alive after download complete

Hey folks System : FreeBSD 13.1 Xeon 2123IT 32gb ram SABnzbd v 3.5.3 Symptoms Every few hours my queue totally freezes. The web UI is responsive and there is a number in the download speed indicator, but it never changes and downloading files never advance. If I try and restart from the web UI, I se...
by SpaceBass
April 22nd, 2012, 10:16 am
Forum: Post-Processing Scripts
Topic: automating post processing and tagging on linux, import into
Replies: 0
Views: 1316

automating post processing and tagging on linux, import into

hey folks, Using my very limited bash skills, I've cobbled together a pretty rudimentary but functional post processing script. It looks for video files and pumps them through handbrake and spits out h.264, iTunes compatible versions. The rest is very manual. I mount the linux box's file system on a...