Comparisons

Hi all. I’m fascinated with Agile but have yet to sign up. I’m really interested if anyone knows of a site that allows you to compare your usage to see if it’s cheaper.

I am also waiting for basic household battles when they finally hit the UK to allow collection when cheap, I expect I’ll jump then.

reddit.com
u/Gao_Yao — 2 days ago

Qbittorrent and possible Mergerfs issue? All torrents stall.

Hi, I'm new to the all joys of Home Servers not su much with QBittirrent as used it when on windows.

However my issue is I have 4 drives all setup with mergerfs controlling them to "one Drive". However my Qbittorrent loads up the torrent and then comes up with "Stalled" and moved on to "Errored".

Now not sure whats going wrong.

This is the fstab code

/mnt/sda1:/mnt/sdb1:/mnt/sdc1:/mnt/sdd1 /mnt/data fuse.mergerfs defaults,allow_other,use_ino,category.create=mfs,cache.files=partial,dropcacheonclose=true,category.create=mfs 0 0

Oh and I'm using Docker for Qbittorrent (Code)

x-common-keys: &common-keys

restart: unless-stopped

logging:

driver: json-file

environment:

PUID: 1000

PGID: 1000

TZ: Europe/London

qbittorrent:

<<: *common-keys

container_name: qbittorrent

image: ghcr.io/hotio/qbittorrent:latest

ports:

- 8080:8080

- 6881:6881

- 6881:6881/udp

environment:

- WEBUI_PORT=8080

- TORRENTING_PORT=6881

volumes:

- /etc/localtime:/etc/localtime:ro

- /docker/appdata/qbittorrent:/config

- /mnt/data:/data

Any help would be great it driving me up the wall!!!

u/Gao_Yao — 1 month ago