Search found 9215 matches
- March 5th, 2025, 4:11 pm
- Forum: Debian/Ubuntu Package
- Topic: Ubuntu 24.04 server install - ui refused connection
- Replies: 1
- Views: 18105
Re: Ubuntu 24.04 server install - ui refused connection
On the same PPA instruction page: read about run as service
- March 4th, 2025, 2:04 pm
- Forum: General Help
- Topic: another speed issue pi5
- Replies: 13
- Views: 34821
Re: another speed issue pi5
Decided to try a VPN just to rule out things completly and to my suprise, things are working correctly while connected using a VPN. test_download_1000MB Downloaded in 11 seconds at an average of 93.0 MB/s So it seems something is throttling the connection to my pi specifically while trying to use u...
- March 3rd, 2025, 11:56 am
- Forum: General Help
- Topic: another speed issue pi5
- Replies: 13
- Views: 34821
Re: another speed issue pi5
No, doesn't matter.
But the great thing of an SBC with an SD card: if you have a running setup on SD-card #1 ... you can try another setup on SD-card #2. That's how I do it: like trying out a new or other OS version.
But the great thing of an SBC with an SD card: if you have a running setup on SD-card #1 ... you can try another setup on SD-card #2. That's how I do it: like trying out a new or other OS version.
- March 3rd, 2025, 11:19 am
- Forum: General Help
- Topic: another speed issue pi5
- Replies: 13
- Views: 34821
Re: another speed issue pi5
Well, then I'm out of ideas, and your're on your own!
(long long shot: create a fresh OS on a fresh SD-card, and check SABnzbd with that)
(long long shot: create a fresh OS on a fresh SD-card, and check SABnzbd with that)
- March 3rd, 2025, 5:40 am
- Forum: General Help
- Topic: another speed issue pi5
- Replies: 13
- Views: 34821
Re: another speed issue pi5
After the 10GB test download, in the Wrench: nothing with "limited by ..."?
What is the speed with the 100MB test download?
What is the speed with the 100MB test download?
- March 3rd, 2025, 5:12 am
- Forum: General Help
- Topic: another speed issue pi5
- Replies: 13
- Views: 34821
Re: another speed issue pi5
If you can set percentage, you have set a linespeed ... not good. Check via http://127.0.0.1:8080/config/general/#b ... _max_value ... or search "Maximum line speed".
- March 3rd, 2025, 4:47 am
- Forum: General Help
- Topic: another speed issue pi5
- Replies: 13
- Views: 34821
Re: another speed issue pi5
Thorough research. Nice!
During a download: what does 'btop' show as CPU usage?
What if you disable SSL and download again?
I hope you have not set a max bandwidth in SABnzbd?
During a download: what does 'btop' show as CPU usage?
What if you disable SSL and download again?
I hope you have not set a max bandwidth in SABnzbd?
- March 2nd, 2025, 4:50 pm
- Forum: General Help
- Topic: Script won't run, it's gotta be something simple
- Replies: 13
- Views: 18694
Re: Script won't run, it's gotta be something simple
(pre-)checking for windows-CRLF is easy: python3 Python 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> def contains_windows_CRLF(file): ... with open(file, "rb") as...
- March 2nd, 2025, 2:40 pm
- Forum: General Help
- Topic: Script won't run, it's gotta be something simple
- Replies: 13
- Views: 18694
Re: Script won't run, it's gotta be something simple
Great. Question: was this ... "something simple"? I find it annoying that SABnzbd can't say something more clever than "No such file or directory"; the file is there, so the message is confusing. It just contains errors. The root cause is probably because even when running direct...
- March 2nd, 2025, 11:02 am
- Forum: General Help
- Topic: Script won't run, it's gotta be something simple
- Replies: 13
- Views: 18694
Re: Script won't run, it's gotta be something simple
From where are you editing your script file? Windows perhaps ... ? If so: don't. Because after using unix2dos to put windows-line-endings in the same shell script, SABnzbd says: ScriptExit(-1): Cannot run script /home/sander/sab-scripts/ugly-windows-line-endings.sh and 2025-03-02 16:59:08,134::DEBUG...
- March 2nd, 2025, 3:31 am
- Forum: General Help
- Topic: Script won't run, it's gotta be something simple
- Replies: 13
- Views: 18694
Re: Script won't run, it's gotta be something simple
Code: Select all
cp -r /data/00_Watch_Folders/00_landing_pad/$1/ /data/00_Watch_Folders/0_watch_tv/
- March 2nd, 2025, 2:53 am
- Forum: General Help
- Topic: Script won't run, it's gotta be something simple
- Replies: 13
- Views: 18694
Re: Script won't run, ... and post-processing scripts are always difficult: trial and error
I verified x bit is ON. I'm able to select the script from the "script" drop-down list in the "categories" menu of Sab. Is there another way to check that it exists to Sab? Good! I did some experiments for you: #!/bin/bash echo "Directory" $1 echo "job name" ...
- March 1st, 2025, 5:28 pm
- Forum: General Help
- Topic: Script won't run, it's gotta be something simple
- Replies: 13
- Views: 18694
Re: Script won't run, it's gotta be something simple
OK.
Check /config/scripts/TV_script.sh does exist (from the point of view of SAB) and it's x bit is on.
Check /config/scripts/TV_script.sh does exist (from the point of view of SAB) and it's x bit is on.
- March 1st, 2025, 4:42 pm
- Forum: General Help
- Topic: Script won't run, it's gotta be something simple
- Replies: 13
- Views: 18694
Re: Script won't run, it's gotta be something simple
FileNotFoundError: [Errno 2] No such file or directory: '/config/scripts/TV_script(.)sh'
... what are those ( and ) doing there?
... what are those ( and ) doing there?
- February 24th, 2025, 9:11 am
- Forum: General Help
- Topic: Sonarr - SABnzbd communication Error?
- Replies: 1
- Views: 5602
Re: Sonarr - SABnzbd communication Error?
"Unable to determine if file is a sample" is Sonarr. With a lot of google hits for that term. https://imgur.com/a/HdGyPpO is not SABnzbd ... also Sonarr? Probably better to get help in a Sonarr forum? If you think it's a SABnzbd (as you say) ... provide SABnzbd logging that tells the probl...