Hello :))

I’m relatively new to the pi and all the ecosystem (ARM, SBC…) and I’m kinda intrigued on what’s happening here if someone has some info to share.

I generally work on debian for my server stuff but found an old never used RPi 3B+ in one of my boxes. Installed RPi OS lite based on debian bookworm and docker with the pihole container as DNS server for my home network.

Works great and does hold all my DNS requests without issues. However, yesterday I migrated my qbittorrent stuff (mostly linux ISO 😅) on the RPi, on an external HDD over USB.

While uploading works fine without issues for +/- 100 torrent files, when downloading OR checking the files integrity the RPi is chocking really hard making the DNS request slowdown and even unresponsive…

I did some search and from my findings the USB is a hard bottleneck for file transfer on the pi 3b+ and qbittorrent in a container adds alot of overheat too, so I checked and moved everything out of the container and installed qbittorrent-nox which does improve the situation but it still makes the DNS request on pihole impossible when downloading or checking file integrity.


I this some kind of bug, known issue? RPi is cool stuff but If it can’t hold or stand a medium hungry service, that’s kinda a bummer… It’s not doing that much of work, It’s just resolving DNS and downloading a file over the torrent protocol.

Somone similar issue, observation, insight or solution? Or is the pi not meant to hold a torrenting service?

  • quickenparalysespunk@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    20 hours ago

    multitasking + pi = headache (unless maybe on pi5)

    personally, i would run pi-hole on a separate sbc. pi zero works fine.

    for torrenting, even by itself, I’d prefer a pi4. lots of bad experiences with qbt @ pi3, although it is technically capable.

    • N0x0n@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      18 hours ago

      Yeaaah, that’s my point… It should be capable but it chokes on a single download file while uploading works without even giving a sweat.

      lots of bad experiences with qbt @ pi3,

      Yeah so it’s not just me. It’s kinda sad I though I could use it as a low power mini qbittorrent server and DNS service.

      I guess it will only run piHole then ! Thanks for your personal experience.