Zigbee2MQTT not starting

Hello,

I am running HomeAssistant in a VM on my Synology NAS.
Ive got a Conbee2 ZigbeeStick connected and mounted in the VM.
When i try to start Zigbee2MQTT i get the following Error Message:

[16:34:41] INFO: Preparing to start…
[16:34:41] INFO: Socat not enabled
[16:34:43] INFO: Starting Zigbee2MQTT…
Zigbee2MQTT:info 2023-02-16 16:34:48: Logging to console and directory: ‘/config/zigbee2mqtt/log/2023-02-16.16-34-48’ filename: log.txt
Zigbee2MQTT:info 2023-02-16 16:34:48: Starting Zigbee2MQTT version 1.30.1 (commit #unknown)
Zigbee2MQTT:info 2023-02-16 16:34:48: Starting zigbee-herdsman (0.14.89)
Zigbee2MQTT:error 2023-02-16 16:34:49: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2023-02-16 16:34:49: Failed to start zigbee
Zigbee2MQTT:error 2023-02-16 16:34:49: Check Zigbee2MQTT fails to start | Zigbee2MQTT for possible solutions
Zigbee2MQTT:error 2023-02-16 16:34:49: Exiting…
Zigbee2MQTT:error 2023-02-16 16:34:49: Error: spawn udevadm ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)

What should i do? What is the Problem?

As I just tried out Zigbee2MQTT for the first time two days ago, so I won’t be the best one to help, but I suggest you enable “zigbee_herdsman_debug” (on the config page if you’re using the Add-On) for the logs to see if it reveals any more information, and maybe show what your config looks like.

The spawn udevadm ENOENT error, if I had to guess, is that it can’t find your USB device.

I had the same problem yesterday.
I tried a lot of tips from various forum threads without success.
I think I might made a mistake in the config and the adapter: ezsp (for sonoff dongle E) under server part instead of under serial: row… but I’m not sure.

Anyhow, I uninstalled Zigbee2MQTT, rebooted, reinstalled, configured (obviously correct 2nd time) and then it started…

Well, i tried to re install everything a couple of times. But it did not help.

I also tried to add the the port of the stick in the Z2M settings. But then i get this Message:

[21:01:30] INFO: Preparing to start…
[21:01:31] INFO: Socat not enabled
[21:01:32] INFO: Starting Zigbee2MQTT…
Zigbee2MQTT:info 2023-03-01 21:01:38: Logging to console and directory: ‘/config/zigbee2mqtt/log/2023-03-01.21-01-38’ filename: log.txt
Zigbee2MQTT:info 2023-03-01 21:01:38: Starting Zigbee2MQTT version 1.30.2 (commit #unknown)
Zigbee2MQTT:info 2023-03-01 21:01:38: Starting zigbee-herdsman (0.14.96)
Zigbee2MQTT:error 2023-03-01 21:01:59: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2023-03-01 21:01:59: Failed to start zigbee
Zigbee2MQTT:error 2023-03-01 21:01:59: Check Zigbee2MQTT fails to start | Zigbee2MQTT for possible solutions
Zigbee2MQTT:error 2023-03-01 21:01:59: Exiting…
Zigbee2MQTT:error 2023-03-01 21:01:59: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:103:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:101:27)
at start (/app/index.js:107:5)

Anyone know what to do?

Have you tried the adapter settings? For experimental models you need to adjust specific adapters in order to get them working properly.

serial:
  adapter: deconz

Any luck here? I also have the failed to load herdsmen error. I have the Sonoff stick and Zigbee2Mqtt worked on my former HomeBridge setup. I read so many posts indicating to upgrade the stick so I did that, same error. And I did verify the correct port as has been suggested.

I am open to other ideas?