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

How to setup Dash Button Adapter without iobroker running as root #61

Closed
mikepiko opened this issue Mar 3, 2019 · 1 comment
Closed

Comments

@mikepiko
Copy link

mikepiko commented Mar 3, 2019

Hey, not an issue, but it could be useful for others whom want to use the adapter with newer Version of iobroker which do not run as "root" anymore.

You´ll need to set permissions to nodejs to run libpcap without root permissions.

in my case nodejs was installed in /usr/bin/node
so the command to use was:

setcap cap_net_raw,cap_net_admin=eip /usr/bin/node

Maybe you´ll put it in the help section of the Adapter.

@Bluelightcrew
Copy link

Thanks! That helps me a lot.

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

3 participants