question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot run Homebridge on RPI3 (Jessie)

See original GitHub issue

Hello,

I’m on RPI 3 with node 5.12 installed and the latest version of homebridge. I’m unable to start homebridge and get stuck with the following error:

/usr/lib/node_modules/homebridge/node_modules/mdns/lib/dns_sd.js:35
throw ex;
^
Error: /usr/lib/arm-linux-gnueabihf/libavahi-client.so.3: unexpected PLT reloc type 0x36
at Error (native)
at Object.Module._extensions..node (module.js:440:18)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/lib/node_modules/homebridge/node_modules/mdns/lib/dns_sd.js:24:20)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
/usr/lib/node_modules/homebridge/node_modules/mdns/lib/dns_sd.js:35
throw ex;
^

I tried to rebuild mdns, without success.

Any idea ? Is homebridge not compatible with Jessie ?

Thank you,

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
patrickbuschcommented, Jun 26, 2017

You should add something to provides, e.g.

Provides: Homebridge service

0reactions
FradSercommented, Feb 11, 2018

You should add something to provides, e.g. Provides: Homebridge service

Works for me. Thank you @patrickbusch

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't install homebridge on Raspberry Pi · Issue #1174 - GitHub
You appear to be running on ARMv6 hardware. Unfortunately this is not currently supported by the NodeSource Linux distributions. Please use the ...
Read more >
How to install HomeBridge on a RaspberryPi and ... - YouTube
Your browser can't play this video. Learn more. Switch camera ... This tutorial goes over how to install home bridge on a raspberry...
Read more >
Homebridge and Home Assistant on the same Raspberry Pi?
I currently have Homebridge installed on a RPi 2 and it is ... I'm running Raspbian 8 (Jessie), Node 4.0.0, NPM 2.14.2, Homebridge...
Read more >
Homebridge experience with Raspberry Pi Zero WH running ...
I have been running homebridge earlier on MacBook Pro. The experience has been nice and stable. However to my surprise I have found...
Read more >
Setup Homebridge to Start on Bootup - Tim Leland
I have homebridge running on boot up of my Raspberry Pi 3 as ... i can not run homebridge from systemctl but can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found