Forum archive
[SOLVED] Confconsole on debian jessie 32 bit
Hi,
I am trying to install Confconsole on 32 bit debian jessie. It installs ok, but doesn't start as root normaly at boot time. There is some error about LSB:
root@home:~# systemctl -l status confconsole.service
● confconsole.service - LSB: Starts confconsole at boot time
Loaded: loaded (/etc/init.d/confconsole)
Active: failed (Result: exit-code) since Sat 2016-03-26 23:01:58 EET; 11min ago
Process: 428 ExecStart=/etc/init.d/confconsole start (code=exited, status=1/FAILURE)
Mar 26 23:01:58 home confconsole[428]: Starting confconsolesetterm: $TERM is not defined.
Mar 26 23:01:58 home systemd[1]: confconsole.service: control process exited, code=exited status=1
Mar 26 23:01:58 home systemd[1]: Failed to start LSB: Starts confconsole at boot time.
Mar 26 23:01:58 home systemd[1]: Unit confconsole.service entered failed state.
● confconsole.service - LSB: Starts confconsole at boot time
Loaded: loaded (/etc/init.d/confconsole)
Active: failed (Result: exit-code) since Sat 2016-03-26 23:01:58 EET; 11min ago
Process: 428 ExecStart=/etc/init.d/confconsole start (code=exited, status=1/FAILURE)
Mar 26 23:01:58 home confconsole[428]: Starting confconsolesetterm: $TERM is not defined.
Mar 26 23:01:58 home systemd[1]: confconsole.service: control process exited, code=exited status=1
Mar 26 23:01:58 home systemd[1]: Failed to start LSB: Starts confconsole at boot time.
Mar 26 23:01:58 home systemd[1]: Unit confconsole.service entered failed state.
I appreciate any help. Thanks!
Also I'd check that your root user has TERM set. Try logging in as the root user and see if you can get it to work there...