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

zigbee-herdsman:adapter Failed to validate path: 'Error: spawn udevadm ENOENT' #389

Closed
dummys opened this issue Jul 12, 2021 · 2 comments
Closed

Comments

@dummys
Copy link

dummys commented Jul 12, 2021

Hi,

In the code:

debug(`Failed to validate path: '${error}'`);

I found the error I get and I try to understand if this "debug error" is a problem or not. It seems that it failed to validate the path of the device ? In my case my configuration.yaml has this:

serial:
  port: >-
    /dev/serial/by-id/usb-Silicon_Labs_slae.sh_cc2652rb_stick_-_slaesh_s_iot_stuff_00_12_4B_00_21_4F_24_0F-if00-port0

After spinning the error, it seems that the herdsman continue to connect to the adapter.
Is it possible that a function that you use want to use udevadm to discover the device ? Because on the z2m addon, there is no udevadm binary.

@Koenkk
Copy link
Owner

Koenkk commented Jul 12, 2021

I don't think this is a herdsman bug but rather an issue with the addon (udevadm missing as you mentioned). Note that this also requires --privilliged=true, I don't know if HA addons support this.

@dummys
Copy link
Author

dummys commented Jul 14, 2021

Ok I see. As the dongle is still working without it, we can safely close it.

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

2 participants