Je tente d'installer WAPT server sur une debian 8 sur un VPS de proxgroup. Je fais sur Debian 8 car proxgroup ne propose pas d'install Debian 9.
En suivant le tuto ici : https://www.wapt.fr/fr/doc-1.5/Installa ... ebian.html
Au moment de configurer la langue système j'obtiens l'erreur suivante :
Code : Tout sélectionner
root@SERVEUR:~# localectl set-locale LANG=en_US.utf8
-bash: localectl: command not found
Code : Tout sélectionner
root@SERVEUR:~# localectl status
-bash: localectl: command not found
Code : Tout sélectionner
root@SERVEUR:~# systemctl ntpd.service enable
-bash: systemctl: command not found
PLUS LOIN
Lors de l'installation du serveur :
Code : Tout sélectionner
apt-get install tis-waptserver tis-waptrepo tis-waptsetup
Code : Tout sélectionner
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)
Que puis-je faire ???
Merci d'avance de votre aide