Estoy intentando instalar el servidor WAPT en un sistema Debian 8 con un VPS de Proxgroup. Uso Debian 8 porque Proxgroup no ofrece la opción de instalar Debian 9.
Siguiendo el tutorial aquí: https://www.wapt.fr/fr/doc-1.5/Installa...ebian.html
Al configurar el idioma del sistema, obtengo el siguiente error:
Código: Seleccionar todo
root@SERVEUR:~# localectl set-locale LANG=en_US.utf8
-bash: localectl: command not found
Código: Seleccionar todo
root@SERVEUR:~# localectl status
-bash: localectl: command not found
Código: Seleccionar todo
root@SERVEUR:~# systemctl ntpd.service enable
-bash: systemctl: command not found
MÁS
Durante la instalación del servidor:
Código: Seleccionar todo
apt-get install tis-waptserver tis-waptrepo tis-waptsetupCódigo: Seleccionar todo
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)
¿¿¿Qué puedo hacer???
Gracias de antemano por su ayuda
