Ich versuche, den WAPT-Server auf einem Debian-8-System auf einem Proxgroup-VPS zu installieren. Ich verwende Debian 8, da Proxgroup keine Installationsoption für Debian 9 anbietet.
Folgen Sie dazu der Anleitung hier: https://www.wapt.fr/fr/doc-1.5/Installa ... ebian.html
Beim Konfigurieren der Systemsprache erhalte ich folgenden Fehler:
Code: Alle auswählen
root@SERVEUR:~# localectl set-locale LANG=en_US.utf8
-bash: localectl: command not found
Code: Alle auswählen
root@SERVEUR:~# localectl status
-bash: localectl: command not found
Code: Alle auswählen
root@SERVEUR:~# systemctl ntpd.service enable
-bash: systemctl: command not found
WEITER
Während der Serverinstallation:
Code: Alle auswählen
apt-get install tis-waptserver tis-waptrepo tis-waptsetupCode: Alle auswählen
Setting up tis-waptserver (1.5.1.15-tisdeb8-4514-329043f0) ...
/bin/sh: 1: systemctl: not found
Traceback (most recent call last):
File "/var/lib/dpkg/info/tis-waptserver.postinst", line 17, in <module>
run('systemctl enable waptserver')
File "/var/lib/dpkg/info/tis-waptserver.postinst", line 12, in run
return subprocess.check_output(*args, shell=True, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'systemctl enable waptserver' returned non-zero exit status 127
dpkg: error processing package tis-waptserver (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
tis-waptserver
E: Sub-process /usr/bin/dpkg returned an error code (1)
Was kann ich tun???
Vielen Dank im Voraus für Ihre Hilfe.
