Service won't start - Error 203

Hi. I followed the steps to install the service on a raspberry pi, and it won’t start. The status has a 203 error. I Googled it and couldn’t really find any details on it. Does anyone know what could cause this?

● duplicati.service - Duplicati web-server
Loaded: loaded (/etc/systemd/system/duplicati.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2022-01-25 12:06:22 EST; 3s ago
Process: 24230 ExecStart=/usr/bin/duplicati-server $DAEMON_OPTS (code=exited, status=203/EXEC)
Main PID: 24230 (code=exited, status=203/EXEC)

Jan 25 12:06:22 coreception systemd[1]: duplicati.service: Service RestartSec=100ms expired, schedu
Jan 25 12:06:22 coreception systemd[1]: duplicati.service: Scheduled restart job, restart counter i
Jan 25 12:06:22 coreception systemd[1]: Stopped Duplicati web-server.
Jan 25 12:06:22 coreception systemd[1]: duplicati.service: Start request repeated too quickly.
Jan 25 12:06:22 coreception systemd[1]: duplicati.service: Failed with result ‘exit-code’.
Jan 25 12:06:22 coreception systemd[1]: Failed to start Duplicati web-server.

User error. I totally missed the wget command to grab the deb package and install it.

1 Like

Glad you solved the issue, and thanks for following up!