Problemi con l'installazione del server WAPT 1.5 su Debian 8
Sto cercando di installare il server WAPT su un sistema Debian 8 su un VPS Proxgroup. Sto usando Debian 8 perché Proxgroup non offre l'opzione di installazione di Debian 9.
Seguendo il tutorial qui: https://www.wapt.fr/fr/doc-1.5/Installa ... ebian.html
Durante la configurazione della lingua di sistema, ricevo il seguente errore:
Codice: Seleziona tutto
root@SERVEUR:~# localectl set-locale LANG=en_US.utf8
-bash: localectl: command not found
Codice: Seleziona tutto
root@SERVEUR:~# localectl status
-bash: localectl: command not found
Codice: Seleziona tutto
root@SERVEUR:~# systemctl ntpd.service enable
-bash: systemctl: command not found
ULTERIORE
Durante l'installazione del server:
Codice: Seleziona tutto
apt-get install tis-waptserver tis-waptrepo tis-waptsetupCodice: Seleziona tutto
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)
Cosa posso fare???
Grazie in anticipo per il vostro aiuto.