Qbittorrent raspberry docker

hi everyone, i am rookie on doker and raspberry and openmedivault 5
i install the docker via compose:

---
version: "2.1"
services:
  qbittorrent:
    image: ghcr.io/linuxserver/qbittorrent
    container_name: qbittorrent
    environment:
      - PUID=1001
      - PGID=100
      - TZ=America/La_Paz
      - WEBUI_PORT=8081
    volumes:
      - /srv/dev-disk-by-uuid-d5dda580-0f60-4201-a0ea-e340ab5f4843/config:/config
      - /srv/dev-disk-by-uuid-d5dda580-0f60-4201-a0ea-e340ab5f484:/downloads
    ports:
      - 6881:6881
      - 6881:6881/udp
      - 8081:8081
    restart: unless-stopped

the deploy no present warning or errors, but present this error message on log and can not loggin in the webgui whith admin adminadmin credentials

QWaitCondition::wait(): cv wait failure: Invalid argument

what can i do? reinstall all the system??
thanks

Check the logs. There is likely a huge banner message in there that tells you why it’s happening and how to fix it.

sorry, but i dont know where are de logs in portainer 2.1.1

Hello, I’ve got the same error inside my portainer container logs :

QWaitCondition::wait(): cv wait failure: Invalid argument
QWaitCondition::wait(): cv wait failure: Invalid argument

I am having the same problem. Do you fix it?

It’s all mentioned in your docker logs as you start the container docker logs qbittorrent

I have the same issue and same logs

And yet noone has yet posted their full container logs.

and the fix is mentioned in the logs.

Containers > qbittorrent > Log

is this log?
the container log or docker log, i dont know where is container log

We don’t support portainer nor does anyone within the team use it.
What we need is the container log.

ok, finily i found the log and saw the problem

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Your DockerHost is most likely running an outdated version of libseccomp
To fix this, please visit FAQ - LinuxServer.io
Some apps might not behave correctly without this
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

so, i begin read this info
thanks and sorry for my bad engllish

I managed to fix it, following these steps should do the tric.
https://docs.linuxserver.io/faq#libseccomp

it work for mi
but now is status stalled the download :woozy_face:
i test ubuntu torrent

try to force download or restart qbittorrent

still stalled, 0/2299 seeds 79/(35)peers

how can i test folder permissions for qbittorrent?

what is your set up??

now i have the default configuration, wicht one is the recommended?