I'm trying to install WAPT server on a Debian 8 system on a Proxgroup VPS. I'm using Debian 8 because Proxgroup doesn't offer a Debian 9 installation option.
By following the tutorial here: https://www.wapt.fr/fr/doc-1.5/Installa ... ebian.html
When configuring the system language, I get the following error:
Code: Select all
root@SERVEUR:~# localectl set-locale LANG=en_US.utf8
-bash: localectl: command not found
Code: Select all
root@SERVEUR:~# localectl status
-bash: localectl: command not found
Code: Select all
root@SERVEUR:~# systemctl ntpd.service enable
-bash: systemctl: command not found
FURTHER
During server installation:
Code: Select all
apt-get install tis-waptserver tis-waptrepo tis-waptsetupCode: Select all
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)
What can I do???
Thank you in advance for your help
