-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
SSH server dies when creating lots of connections #1124
Comments
What OS are you running (EX, RHEL w/ SELinux enabled)?
Are you seeing this error after you restart the |
@codyro We're running Ubuntu 22.04 This error appears only after a while, when the server is under load. Restarting the server fixes the issue temporarily, but it comes back when there's load again |
I was able to test this (albeit on RHEL9) but couldn't replicate it (although there appears to be another issue I faced that may be related to something else—I need to debug it a bit more and submit an issue if necessary). Here is what I did: Steps to reproduce
Playbook(s) used to testI ran a small playbook to see if everything ran cleanly and quickly. That worked without issues. Since you noted that your playbooks are relatively long, I added another role. This was when I ran into various issues; however, none of them were what you experienced. ---
- name: Test warpgate
hosts: all
gather_facts: true
vars:
ansible_user: "codyr:{{ inventory_hostname }}"
ansible_host: warpgate.host.com
ansible_port: 2222
tasks:
- name: Print hostname
ansible.builtin.debug:
var: ansible_hostname
- name: Add sshkey to root user
ansible.posix.authorized_key:
user: root
state: present
key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGM0TQe1trzJ4VEsKRhURyJJ7wsr/9UAY2JJdUhaPZfA cody@test'
## Make the playbook run longer
# roles:
# - role: geerlingguy.mysql
What version of codyr@wp ~ [2]> podman exec -it systemd-warpgate warpgate --version
warpgate 0.11.0 (hawkansible-venv) codyr@Portia ~/D/g/t/s/w/ansible-warpgate (warpgate-testing)> ansible --version
ansible [core 2.17.5] |
Hello,
We've been using WarpGate happily, but we're facing an issue:
ss -tulpn
doesn't show it)It seems to be related to the number of connections or high opening / closing of connections.
How can we further debug this?
Thanks!!
Néfix Estrada
IsardVDI
======
Further looking, there are lots of this error:
The text was updated successfully, but these errors were encountered: