Some files Download in Bytes.

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
KoboldStench
Newbie
Newbie
Posts: 5
Joined: May 9th, 2013, 4:27 am
Location: /home/v

Some files Download in Bytes.

Post by KoboldStench »

I would like to know what it means, when a file downloads in bytes. My connection is capable of a maximum of 1MB/s. When this happens the files finish downloading as if I have a 100MB/s connection. Unfortunately the files are not actually complete. Is this something to do with the nzb itself? I use Ubuntu linux 32-bit.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Some files Download in Bytes.

Post by sander »

Explanation: It's bits versus Bytes. See the FAQ http://wiki.sabnzbd.org/faq#toc30

If you want to measure your system/internet-connection: http://speedtest.net/ and click on "Begin Test". It will report in ... Mbps (so: bits)

On Linux you can also measure your system/Internet-connection speed with:

Code: Select all

wget http://ftp.belnet.be/ubuntu.com/ubuntu/releases/precise/ubuntu-12.04.2-desktop-i386.iso -O /dev/null
which will report in ... MB/s (so Bytes).

There should be a factor 10 between the speedtest and the wget measurement.

... yeah, it's confusing.
PS: With the above explanation, I'm quite sure you don't have a "100MB/s connection". It's probably "100Mbps", and thus "10 MB/s".
KoboldStench
Newbie
Newbie
Posts: 5
Joined: May 9th, 2013, 4:27 am
Location: /home/v

Re: Some files Download in Bytes.

Post by KoboldStench »

sander wrote:Explanation: It's bits versus Bytes. See the FAQ http://wiki.sabnzbd.org/faq#toc30

If you want to measure your system/internet-connection: http://speedtest.net/ and click on "Begin Test". It will report in ... Mbps (so: bits)

On Linux you can also measure your system/Internet-connection speed with:

Code: Select all

wget http://ftp.belnet.be/ubuntu.com/ubuntu/releases/precise/ubuntu-12.04.2-desktop-i386.iso -O /dev/null
which will report in ... MB/s (so Bytes).

There should be a factor 10 between the speedtest and the wget measurement.

... yeah, it's confusing.
PS: With the above explanation, I'm quite sure you don't have a "100MB/s connection". It's probably "100Mbps", and thus "10 MB/s".
Yes your right not (100Mb/s but 10Mb/s) but some of my downloads download at 500B/s (dummy speeds i suspect). I think it is because of some of the nzbs. Because most work fine, but some start downloading at low speeds(500B/s - 800B/s) and then outright fail.
The point is my downloads are failing.
Last edited by KoboldStench on May 9th, 2013, 1:20 pm, edited 1 time in total.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Some files Download in Bytes.

Post by sander »

Yes: if SAB download speeds are 10 kB/s or lower, it is a sign the post is not available on the your server(s), and the download will fail.
KoboldStench
Newbie
Newbie
Posts: 5
Joined: May 9th, 2013, 4:27 am
Location: /home/v

Re: Some files Download in Bytes.

Post by KoboldStench »

Thanks for the information. I suspected it was the nzb's itself and not the internet connection or client. What would you recommend as a solution?
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Some files Download in Bytes.

Post by sander »

KoboldStench wrote:What would you recommend as a solution?
... solution for what problem?
Post Reply