mak-gitdev / HA_enoceanmqtt

Home Assistant wrapper for enocean-mqtt (https://github.com/embyt/enocean-mqtt)
GNU General Public License v3.0
54 stars 14 forks source link

enoceanmqtt.service: Main process exited, status=200/CHDIR #148

Open andreas-vester opened 1 month ago

andreas-vester commented 1 month ago

The problem

I am trying to set up HA_enoceanmqtt as standalone version in a proxmox LXC container.

When trying to start the enoceanmqtt.service, it exits with a status=200/CHDIR message. I am not really sure what to make with that error.

andi@enocean2mqtt:~/enocean-mqtt$ sudo systemctl status enoceanmqtt
* enoceanmqtt.service - EnOcean MQTT Forwarder
     Loaded: loaded (/etc/systemd/system/enoceanmqtt.service; enabled; preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Fri 2024-06-21 22:11:39 CEST; 8s ago
    Process: 864 ExecStart=/usr/local/bin/enoceanmqtt (code=exited, status=200/CHDIR)
   Main PID: 864 (code=exited, status=200/CHDIR)
        CPU: 799us

Jun 21 22:11:39 enocean2mqtt systemd[1]: enoceanmqtt.service: Main process exited, code=exited, status=200/CHDIR
Jun 21 22:11:39 enocean2mqtt systemd[1]: enoceanmqtt.service: Failed with result 'exit-code'.

What type of installation are you running?

Standalone

What version of HA_enoceanmqtt has the issue?

0.1.28

What was the last working version of HA_enoceanmqtt?

No response

What type of Home Assitant installation are you running?

None

Anything in the logs that might be useful to solve the issue? (Strongly recommended if applicable)

No response

Additional information

No response