Repetier-Server v20 und Raspbian Buster Installationsfehler
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-7~deb10u2+rpi1) ...
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-7~deb10u2+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.
● 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
--
-- 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
--
-- 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
--
-- 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
--
-- 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
--
-- 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
--
-- A start job for unit RepetierServer.service has finished with a failure.
--
-- The job identifier is 4760 and the job result is failed.
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
--
-- 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
--
-- 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
--
-- 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
--
-- 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
--
-- 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
--
-- 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
Comments
V20 ist die Version des Linux images. Dieses enthält ohnehin bereits buster und server 0.93.1. Ferner würde das installieren des images das alte Betriebssystem löschen und es wird auch nicht perk dpk installiert.
Ich vermute daher einfach mal das du das nicht gemacht hast sondern einfach die neueste Version auf einem alten image installieren wolltest.
Wenn du wirklich einen alten Pi 1 hast ist es wichtig die arm-el version zu installieren. Die arm-hf version wird wie bei dir geschehen abstürzen. Wäre also eine mögliche Ursache.
Wenn es ein Altsystem ist kann es auch sein das alte Dateien wegen irgend eines Fehlers zum absturz führen. Zu testzwecken einfach mal
sudo service RepetierServer stop
sudo mv /var/lib/Repetier-Server /var/lib/Repetier-Server_alt
sudo service RepetierServer start
das datenverzeichnis umbenenned so dass es neu angelegt wird. Wenn es dann klappt kannst du drucker etc zurück kopieren bis er wieder crasht. Vermutlich ist es eine Datei in database - alle anderen werden nur bei Bedarf gelesen abgesehen von den Druckerdefinitionen.
der Hinweis mit der arm-el Version und der alten Raspberry Hardware war die richtige. So konnte ich es direkt fehlerfrei installieren und konfigurieren.
Vielen Dank
Grüße Axel