powo01 genau das ist ja mein Problem. Bei Linux bin ich absoluter noob. Ich habe mich 1 zu 1 an die Anleitung auf der ersten Seite gehalten.
Beiträge von ChristophB
-
-
Hallo, ich fahre zwar keinen MG4, aber seit einer Woche einen Cyberster und bin auf diesen Beitrag hier gestoßen. Nach der Anleitung in dem ersten Beitrag habe ich versucht das Gateway in einem Proxmox Container unter Ubuntu 25.04 zu installieren. Sobald ich
in die entsprechende Conf Datei eintrage, erhalte ich folgende Fehlermeldung: (ohne diese eine Zeile startet der Dienst ohne Fehlermeldung)
CodeJob for mosquitto.service failed because the control process exited with error code. See "systemctl status mosquitto.service" and "journalctl -xeu mosquitto.service" for details
Code
Alles anzeigenx mosquitto.service - Mosquitto MQTT Broker Loaded: loaded (/usr/lib/systemd/system/mosquitto.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Sun 2025-08-17 08:08:21 UTC; 46s ago Duration: 1min 2.902s Invocation: 3908940da7384dba885f6bf9ab4bb976 Docs: man:mosquitto.conf(5) man:mosquitto(8) Process: 17683 ExecStartPre=/bin/mkdir -m 740 -p /var/log/mosquitto (code=exited, status=0/SUCCESS) Process: 17685 ExecStartPre=/bin/chown mosquitto:mosquitto /var/log/mosquitto (code=exited, status=0/SUCCESS) Process: 17687 ExecStartPre=/bin/mkdir -m 740 -p /run/mosquitto (code=exited, status=0/SUCCESS) Process: 17689 ExecStartPre=/bin/chown mosquitto:mosquitto /run/mosquitto (code=exited, status=0/SUCCESS) Process: 17691 ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf (code=exited, status=13) Main PID: 17691 (code=exited, status=13) Aug 17 08:08:21 MG-iSmart systemd[1]: mosquitto.service: Scheduled restart job, restart counter is at 5. Aug 17 08:08:21 MG-iSmart systemd[1]: mosquitto.service: Start request repeated too quickly. Aug 17 08:08:21 MG-iSmart systemd[1]: mosquitto.service: Failed with result 'exit-code'. Aug 17 08:08:21 MG-iSmart systemd[1]: Failed to start mosquitto.service - Mosquitto MQTT Broker.
Code
Alles anzeigen-- The process' exit code is 'exited' and its exit status is 13. Aug 17 08:08:21 MG-iSmart systemd[1]: mosquitto.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- The unit mosquitto.service has entered the 'failed' state with result 'exit-code'. Aug 17 08:08:21 MG-iSmart systemd[1]: Failed to start mosquitto.service - Mosquitto MQTT Broker. -- Subject: A start job for unit mosquitto.service has failed -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- A start job for unit mosquitto.service has finished with a failure. -- -- The job identifier is 90418 and the job result is failed. Aug 17 08:08:21 MG-iSmart systemd[1]: mosquitto.service: Scheduled restart job, restart counter is at 5. -- Subject: Automatic restarting of a unit has been scheduled -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- Automatic restarting of the unit mosquitto.service has been scheduled, as the result for -- the configured Restart= setting for the unit. Aug 17 08:08:21 MG-iSmart systemd[1]: mosquitto.service: Start request repeated too quickly. Aug 17 08:08:21 MG-iSmart systemd[1]: mosquitto.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- The unit mosquitto.service has entered the 'failed' state with result 'exit-code'. Aug 17 08:08:21 MG-iSmart systemd[1]: Failed to start mosquitto.service - Mosquitto MQTT Broker. -- Subject: A start job for unit mosquitto.service has failed -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- A start job for unit mosquitto.service has finished with a failure. -- -- The job identifier is 90503 and the job result is failed.
Leider kenne ich mich mit Linux viel zu wenig aus, um da den Fehler zu finden. Kennt sich da jemand mit aus?