You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to establish multiplexed connection: muxserver_listen: link mux listener /var/www/html/storage/app/ssh/mux/mux_is8sw40k0k0ccog408cswkwo.T1frzHlQscP2Xaqj => /var/www/html/storage/app/ssh/mux/mux_is8sw40k0k0ccog408cswkwo: Bad file descriptor
And the last few lines of the -vvv ssh logs running that command (on a different attempt):
Authenticated to coolify-testing-host ([172.18.0.6]:22) using "publickey".
debug1: setting up multiplex master socket
debug3: muxserver_listen: temporary control path /var/www/html/storage/app/ssh/mux/mux_xs0k48okkgoow04gwww8s4ok.QaQBZPot0nlV5iEc
muxserver_listen: link mux listener /var/www/html/storage/app/ssh/mux/mux_xs0k48okkgoow04gwww8s4ok.QaQBZPot0nlV5iEc => /var/www/html/storage/app/ssh/mux/mux_xs0k48okkgoow04gwww8s4ok: Bad file descriptor
Steps to Reproduce
Follow the setup guide in Contributing step for step.
Navigate to a resource or validate the server, any action to create a remote process and trigger establishNewMultiplexedConnection
The error appears.
Try seeding with docker exec -it coolify php artisan migrate:fresh --seed, error is still reproducible immediately afterwards
Example Repository URL
No response
Coolify Version
v4.0.0-beta.361
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
MacOS 15.0.1 (24A348)
Additional Information
Using MacOS and Docker Desktop (4.33.0), issue occurs on both beta.361 and beta.360.
When troubleshooting the issue, I tried changing line 16 in SshMultiplexingHelper to use a different file location:
That actually worked, so maybe this is a directory permissions issue oooor something to do with the bind mount?
The text was updated successfully, but these errors were encountered:
dawnniie
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Nov 7, 2024
Also, I tried setting SSH_MUX_ENABLED=false in my .env to get around it, but after I ran spin up again it kept trying to do multiplexed connections. Not sure if there's something I'm missing there.
Error Message and Logs
Error message in notification:
The command for reference:
And the last few lines of the
-vvv
ssh logs running that command (on a different attempt):Steps to Reproduce
establishNewMultiplexedConnection
docker exec -it coolify php artisan migrate:fresh --seed
, error is still reproducible immediately afterwardsExample Repository URL
No response
Coolify Version
v4.0.0-beta.361
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
MacOS 15.0.1 (24A348)
Additional Information
Using MacOS and Docker Desktop (4.33.0), issue occurs on both beta.361 and beta.360.
When troubleshooting the issue, I tried changing line 16 in SshMultiplexingHelper to use a different file location:
That actually worked, so maybe this is a directory permissions issue oooor something to do with the bind mount?
The text was updated successfully, but these errors were encountered: