-
Notifications
You must be signed in to change notification settings - Fork 146
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
Raspberry PI 2 : Apple Bonjour compatibility layer of Avahi #141
Comments
As far as I'm aware, this is totally normal and everything should work just fine 👍 |
I have this error I see it a lot on internet but not a clear solution if anyone have one |
I'm getting the same. This fails when I run
|
I'm getting the same on Debian to Banana Pi(Bananian)
|
I am following a prescription for installing the SignalK node server on a Raspberry Pi 3. one step is to ERR Failed at the mdns@2.3.1 install script 'node-gyp rebuild'. There is a debug file, but I am too new to figure out how to get this off the pi to a pc. Can you help or point me in the right direction thanks, |
I fixed this by editing /etc/nsswitch.conf, and adding mdns6_minimal to the hosts: resolvers line as so:
Without this a Linux system will not resolve mdns on ipv6. I saw a lot of options above for only looking at ipv4 addresses, and figured my system was probably not setup for IPv6 resolving. This appears to be the case. This is a Debian/testing laptop, but I tend to believe most Linux desktops will be configured this way. Title should definitely be edited to remove the Raspberry Pi red herring! |
@rektide this is not an issue about configuration. It's about node_mdns not building and/or failing tests on a raspberry pi. The title is correct because those problems seem to be specific to the raspberry pi. |
I have the same problem using ubuntu inside a Docker image. |
Same here |
I am having the problem on a Raspberry Pi 4! |
Hi,
I'm trying to implement this module on raspberry pi 2 with node v0.10.5, npm v2.5.0 and mdns v2.2.9.
Everything is working on my mac but on Raspberry pi 2 I have this message :
This is normal ?
The text was updated successfully, but these errors were encountered: