-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
ResolveError on Ubuntu 20.10 #210
Comments
I have the same issue on Pop!_os 20.10. I was able to fix it by cloning the repo then running |
Same issue on Ubuntu
Cloning the repo worked for me too, thanks!
|
Hey everybody |
@hut8 - due to Travis CI closing shop, this project has incurred a bit of technical debt. That means that in order to make any changes to it, I'll have to spend a few hours fixing up the pipeline. Please allow me to remind you that this is an open source work for which you pay nothing. If this is important to you and the workaround suggested here is not good enough for you (nor is installing directly from source) - you're more than welcome to sponsor me on Github Sponsors for an amount equivalent to the hours of work I'll have to put in to get this fixed. Otherwise, I will get to this at some point in the future on my own time. |
@imsnif Thanks for clarifying about the Travis issue. I was under the impression you could just hit a button to publish a new release. I really appreciate all the effort you put into this; it's a phenomenal project. I didn't mean to demand free work from you so I apologize if it came across that way. The suggested workaround is fine, and I did get it working by cloning and installing it that way. I would also sponsor you, but unfortunately I am poor and unemployed 😄 Instead, I will try to figure out exactly what you were using Travis for and will port that to GitHub Actions and open a PR. |
Please don't do that, I will not have time to devote to reviewing said PR. |
I'm also quite tight on time, but if you can get the actions working in a fork (perhaps you could use the Zellij CI as an example, though those are more complex than this will probably be), then I'm happy to review. Can't promise it will be super fast, but I think it's pretty important that we get releases working again to keep this project healthy :) Be sure to tag me in the PR is you do open one! Best of luck :) |
Same issue as in #197.
My OS:
Steps to install:
curl https://sh.rustup.rs -sSf | sh
.cargo install bandwhich
.sudo setcap cap_sys_ptrace,cap_dac_read_search,cap_net_raw,cap_net_admin+ep $(which bandwhich)
.When I run it, I get an error:
The text was updated successfully, but these errors were encountered: