Ubuntu 16.04 Install

Hello,

I'm new to both Ubuntu and Repetier Server, and I'm trying to install Repetier Server 0.75 and I've followed the rather short linux install instructions. When I use "/etc/init.d/RepetierServer start" I get the following:
[....] Starting RepetierServer (via systemctl): RepetierServer.serviceJob for RepetierServer.service failed because the control process exited with error code. See "systemctl status RepetierServer.service" and "journalctl -xe" for details.
 failed!


And then systemctl status RepetierServer.service gives:

● RepetierServer.service - LSB: Init script for Repetier-Server
   Loaded: loaded (/etc/init.d/RepetierServer; bad; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2016-09-04 22:01:42 EDT; 2min 58s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 11178 ExecStart=/etc/init.d/RepetierServer start (code=exited, status=2)

Sep 04 22:01:42 EasyBakeServer systemd[1]: Starting LSB: Init script for Repetier-Server...
Sep 04 22:01:42 EasyBakeServer RepetierServer[11178]:  * Starting Repetier-Server rsd
Sep 04 22:01:42 EasyBakeServer RepetierServer[11178]: start-stop-daemon: unable to start /usr/local/Repetier-Server/bin/RepetierServer (No such file or directory)
Sep 04 22:01:42 EasyBakeServer RepetierServer[11178]:    ...fail!
Sep 04 22:01:42 EasyBakeServer systemd[1]: RepetierServer.service: Control process exited, code=exited status=2
Sep 04 22:01:42 EasyBakeServer systemd[1]: Failed to start LSB: Init script for Repetier-Server.
Sep 04 22:01:42 EasyBakeServer systemd[1]: RepetierServer.service: Unit entered failed state.
Sep 04 22:01:42 EasyBakeServer systemd[1]: RepetierServer.service: Failed with result 'exit-code'.


And journalctl -xe gives:

Unit RepetierServer.service has begun starting up.
Sep 04 22:01:42 EasyBakeServer RepetierServer[11178]:  * Starting Repetier-Server rsd
Sep 04 22:01:42 EasyBakeServer RepetierServer[11178]: start-stop-daemon: unable to start /usr/local/Repetier-Server/bin/RepetierServer (No such file or directory)
Sep 04 22:01:42 EasyBakeServer RepetierServer[11178]:    ...fail!
Sep 04 22:01:42 EasyBakeServer systemd[1]: RepetierServer.service: Control process exited, code=exited status=2
Sep 04 22:01:42 EasyBakeServer systemd[1]: Failed to start LSB: Init script for Repetier-Server.
-- Subject: Unit RepetierServer.service has failed
-- Defined-By: systemd
-- 
-- Unit RepetierServer.service has failed.
-- 
-- The result is failed.
Sep 04 22:01:42 EasyBakeServer systemd[1]: RepetierServer.service: Unit entered failed state.
Sep 04 22:01:42 EasyBakeServer systemd[1]: RepetierServer.service: Failed with result 'exit-code'.
Sep 04 22:01:42 EasyBakeServer polkitd(authority=local)[2783]: Unregistered Authentication Agent for unix-process:11168:3925675 (system bus name :1.144, object path /org
lines 1829-1878/1878 (END)

Any help would be greatly appreciated, I'll try to respond if more info is needed.

Comments

  • Do you run all commands using sudo or as root?

    The problem from log is that /usr/local/Repetier-Server/bin/RepetierServer is not there, but that is the file that should be created by the installer. Is it really not there?

    16.04 uses systemd as start script and the init script is not fully compatible with that. At least restart did never work for me. Next release 0.80 will therefore also contain a real systemd script for such linux versions. But iof the file is not there it would not help.
  • The install commands I use sudo. 

    Okay, is there a workaround until 0.80  comes out?

  • That should not affect the problem that the file is not there or is it there? That is the most important question here. The init.d script still worked on systemd just restart would only stop or start.
  • The file is there, all the files that it seems to think are missing are actually there.
Sign In or Register to comment.