-
Notifications
You must be signed in to change notification settings - Fork 36
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
Dial tcp: lookup device or resource busy #713
Comments
Also struggling with this on my Raspberry Pi 4 running Raspbian. Also tried #535. |
modify your /etc/nsswitch.conf That should fix it, at least that fixed it for me when I ran into the issue again standing up some new arm hosts and disabling systemd resolve wasn't helping. example my full hosts nsswitch.conf file looks like this:
|
Hmm, thanks for the tip @spencecopper. That's not quite what I had in nsswitch.conf. My
I made the suggested change, rebooted, and I'm still getting this (or similar) over and over about once a second:
|
for my situation, I'm using a 64bit system, using hpool-chia-miner-linux-arm will have this issue. |
hpool-miner-chia-pp log (x-proxy-pp-linux 0 client connections) jun 16 02:06:55 user bash[8872]: time="2023-06-16 02:06 55" level=warning msg="update line fail, try the next one" error="Post "http://192.168.0.1:9190/wslines\": dial tcp 192.168.0.1:9190: connect: connection refused" How to fix it? |
I have tried #535 without any luck,
The text was updated successfully, but these errors were encountered: