Abra can't connect to certain servers #222

Closed
opened 2021-10-28 23:04:48 +00:00 by 3wordchant · 1 comment
Owner

Steps to reproduce

➜ abra app secret generate --all foo_bar_com

Describe the current behavior

FATA[0006] Cannot connect to the Docker daemon at ssh://user@bar.com:222. Is the docker daemon running?

But ssh user@bar.com:222 docker ps works 🤔

And babra app foo_bar_com secret generate --all works too 🤔🤔

Describe the expected behavior

Works!

Any idea how this might be fixed?

Maybe there's some difference between the Docker CLI stuff as included in abra and the docker CLI itself?

Additional information

abra version dev-d1e4275

## Steps to reproduce `➜ abra app secret generate --all foo_bar_com` ## Describe the current behavior `FATA[0006] Cannot connect to the Docker daemon at ssh://user@bar.com:222. Is the docker daemon running? ` But `ssh user@bar.com:222 docker ps` works 🤔 And `babra app foo_bar_com secret generate --all` works too 🤔🤔 ## Describe the expected behavior Works! ## Any idea how this might be fixed? Maybe there's some difference between the Docker CLI stuff as included in abra and the docker CLI itself? ## Additional information <!-- run "abra -v" on the command-line --> `abra version dev-d1e4275`
3wordchant added the
bug
abra
labels 2021-10-28 23:04:48 +00:00
Author
Owner

Also happens at the server add stage:

➜ abra app ps alerta.autonomic.zone
FATA[0000] context "monitor.autonomic.zone" does not exist 
~ 
➜ abra server add monitor.autonomic.zone user 1234
WARN[0006] cleaning up context due to connection failure 
FATA[0006] unable to make a connection to 'monitor.autonomic.zone'? 
~ took 6s 
➜ ssh user@monitor.autonomic.zone -p1234
(works)
Also happens at the `server add` stage: ``` ➜ abra app ps alerta.autonomic.zone FATA[0000] context "monitor.autonomic.zone" does not exist ~ ➜ abra server add monitor.autonomic.zone user 1234 WARN[0006] cleaning up context due to connection failure FATA[0006] unable to make a connection to 'monitor.autonomic.zone'? ~ took 6s ➜ ssh user@monitor.autonomic.zone -p1234 (works) ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/organising#222
No description provided.