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

awless stops working in MacOS Ventura (13.0) #308

Open
mklatsky opened this issue Nov 2, 2022 · 3 comments
Open

awless stops working in MacOS Ventura (13.0) #308

mklatsky opened this issue Nov 2, 2022 · 3 comments

Comments

@mklatsky
Copy link

mklatsky commented Nov 2, 2022

I am leaving this here in case someone knows how to fix. I am aware that awless is an abandoned project.

I recently upgraded my system to MacOS Ventura (13.0). Now, when I run any awless command, I get the following:

$ awless
Killed: 9

It doesn't matter what flags I use. Any ideas are most welcome.

@stv-io
Copy link

stv-io commented Nov 7, 2022

Same happened to me, following issue and looking for ideas and potential solutions

@mklatsky
Copy link
Author

mklatsky commented Nov 17, 2022

I believe I have resolved this issue- hopefully the following steps will help others.

  1. Install the latest go using homebrew (or your favorite method). using hombrew (brew install golang) provided go1.19.3.
  2. Remove your current awless install (for homebrew, brew remove awless)
  3. Build awless by doing go install github.com/wallix/awless@latest
  4. Remove, or backup your ~/.awless directory if it exists
  5. Populate your AWS environment (I use awsume )
  6. Start using awless

The above worked for me- hopefully it will do the same for others.

@stv-io
Copy link

stv-io commented Nov 18, 2022

Thank you @mklatsky this worked for me as well 🙇🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants