Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmission 4.3 curl fatal error pthread_create #642

Closed
georgejung opened this issue Jan 17, 2023 · 2 comments
Closed

Transmission 4.3 curl fatal error pthread_create #642

georgejung opened this issue Jan 17, 2023 · 2 comments
Labels

Comments

@georgejung
Copy link

Transmission with openvpn in Nov 2022 updated to an image that seems to require a newer docker version than what is packaged in ansible-nas. As a result we get this error, or similar.

Running with VPN_CONFIG_SOURCE auto
Provider NORDVPN has a bundled setup script. Defaulting to internal config
Executing setup script for NORDVPN
INFO: OVPN: Checking curl installation
thread.c:84: fatal error: pthread_create() failed: Operation not permitted

haugene/docker-transmission-openvpn#2410

Environment

  • Ansible-NAS revision (git rev-parse --short HEAD):
  • Ansible version (paste the entire output of ansible --version on the machine you run the playbook from):
  • Ansible-NAS operating system (cat /etc/lsb-release on the Ansible-NAS box) - 20.04.2 LTS
  • Ansible-NAS kernel (uname -a on the Ansible-NAS box): 5.4.0-135-generic Add Cockpit (web-based system management) #152
  • Ansible-NAS Python version (python --version on the Ansible-NAS box):
  • Ansible-NAS Docker version (docker --version on the Ansible-NAS box): 20.10.3
  • Latest Docker logs (journalctl -u docker.service on the Ansible-NAS box):
  • Are you running the playbook from a remote box or the Ansible-NAS box itself? From NAS box itself
  • Vagrant version, if testing (vagrant --version):
  • Ansible-NAS filesystems (df -hT on the Ansible-NAS box):
  • Mounted filesystems (mount on the Ansible-NAS box)

Expected behavior
What should happen? - Transmission should load, connect to VPN and load GUI.

Actual behavior
What actually happens? OpenVPN can't connect

Steps to reproduce
What does someone need to do to reproduce this? Upgrade latest version of transmission on older version of docker.

Playbook Output
Paste the output of the playbook at the problematic point. Surround it in triple backticks so that it's formatted correctly.

Additional context
Downgrading to v 4.1 of the transmission_openvpn image will fix it.

Alternatively in the tasks/main.yml you can add two lines to get it to work and use the latest version. I added them after capabilities, before restart_policy. (No space after seccomp:
security_opts

  • seccomp:unconfined

Lastly, if you upgrade docker version it should work, but I didn't try as I didn't want to break other things.

@georgejung georgejung added the bug label Jan 17, 2023
@davestephens
Copy link
Owner

davestephens commented Jan 17, 2023 via email

@davestephens
Copy link
Owner

Closing as received no further info.

@davestephens davestephens closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants