Hallo,
ich versuche die v20 auf einem PI-B Plus Rev 1.2 mit Raspbian Buster zu installieren. Ich hab Buster mit update und upgrade auf den neusten Stand gezogen. Danach mit sudo dpkg -i das image Repetier-Server-0.93.1-Linux.deb installiert.
Dann kommt es zu diesem Fehler:
Repetier-Server-0.92.3-Linux.deb Repetier-Server-0.93.1-Linux.deb
root@raspberrypi:/home/pi/downloads# sudp dpkg -i Repetier-Server-0.93.1-Linux.deb
bash: sudp: command not found
root@raspberrypi:/home/pi/downloads# sudo dpkg -i Repetier-Server-0.93.1-Linux.deb
(Reading database ... 44198 files and directories currently installed.)
Preparing to unpack Repetier-Server-0.93.1-Linux.deb ...
Uninstall Repetier-Server
Removed /etc/systemd/system/multi-user.target.wants/RepetierServer.service.
Unpacking repetier-server (0.93.1) over (0.93.1) ...
Setting up repetier-server (0.93.1) ...
Install Repetier-Server
You may see warnings about groups. These can be ignored.
The user repetierserver' is already a member of
tty'.
The user repetierserver' is already a member of
dialout'.
The user repetierserver' is already a member of
intserial'.
The user repetierserver' is already a member of
ugpio'.
The user repetierserver' is already a member of
gpio'.
Created symlink /etc/systemd/system/multi-user.target.wants/RepetierServer.service → /lib/systemd/system/RepetierServer.service.
Job for RepetierServer.service failed because a fatal signal was delivered to the control process.
See "systemctl status RepetierServer.service" and "journalctl -xe" for details.
Processing triggers for systemd (241-7deb10u2+rpi1) ...
systemctl status RepetierServer.service sagt:
root@raspberrypi:/home/pi/downloads# systemctl status RepetierServer.service
● RepetierServer.service - Repetier-Server 3D Printer Server
Loaded: loaded (/lib/systemd/system/RepetierServer.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Sat 2020-01-25 06:22:41 GMT; 1min 5s ago
Process: 7835 ExecStartPre=/bin/mkdir -p /var/lib/Repetier-Server (code=exited, status=0/SUCCESS)
Process: 7836 ExecStartPre=/bin/chown -R repetierserver /var/lib/Repetier-Server (code=exited, status=0/SUCCESS)
Process: 7837 ExecStart=/usr/local/Repetier-Server/bin/RepetierServer -c /usr/local/Repetier-Server/etc/RepetierServer.xml --dae
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Scheduled restart job, restart counter is at 7.
Jan 25 06:22:41 raspberrypi systemd[1]: Stopped Repetier-Server 3D Printer Server.
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Start request repeated too quickly.
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Failed with result 'signal'.
Jan 25 06:22:41 raspberrypi systemd[1]: Failed to start Repetier-Server 3D Printer Server.
journalctl -xe sagt:
The process' exit code is 'killed' and its exit status is 11.
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Failed with result 'signal'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support<br/>--
-- The unit RepetierServer.service has entered the 'failed' state with result 'signal'.
Jan 25 06:22:41 raspberrypi systemd[1]: Failed to start Repetier-Server 3D Printer Server.
-- Subject: A start job for unit RepetierServer.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support<br/>--
-- A start job for unit RepetierServer.service has finished with a failure.
--
-- The job identifier is 4703 and the job result is failed.
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Scheduled restart job, restart counter is at 7.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: https://www.debian.org/support<br/>--
-- Automatic restarting of the unit RepetierServer.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Jan 25 06:22:41 raspberrypi systemd[1]: Stopped Repetier-Server 3D Printer Server.
-- Subject: A stop job for unit RepetierServer.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support<br/>--
-- A stop job for unit RepetierServer.service has finished.
--
-- The job identifier is 4760 and the job result is done.
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Start request repeated too quickly.
Jan 25 06:22:41 raspberrypi systemd[1]: RepetierServer.service: Failed with result 'signal'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support<br/>--
-- The unit RepetierServer.service has entered the 'failed' state with result 'signal'.
Jan 25 06:22:41 raspberrypi systemd[1]: Failed to start Repetier-Server 3D Printer Server.
-- Subject: A start job for unit RepetierServer.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support<br/>--
-- A start job for unit RepetierServer.service has finished with a failure.
--
-- The job identifier is 4760 and the job result is failed.
Hatte jemand das Problem schon ?
Danke
Gruß Axel