You are here
tonywoolf - Thu, 2016/03/31 - 15:50
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!
Forum:
Tags:
So it doesn't run at all?
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...
Great that it's solved but could you please share the fix?
My comment was blocked by
My comment was blocked by some spam filter.
Add Turnkey keyring:
wget https://github.com/turnkeylinux/turnkey-keyring/raw/master/turnkey-release-keyring.gpg
apt-key add turnkey-release-keyring.gpg
Then add repository to /etc/apt/sources.list:
deb [arch=amd64] http://archive.turnkeylinux.org/debian jessie main
Then install:
apt-get update
apt-get install confconsole
The solution was [arch=amd64], because there is no i386 packages for jessie.
Install from wheezy first
Sorry, i was on my phone.
First install it from deb deb http://archive.turnkeylinux.org/debian wheezy main, then change it to jessie and apt-get update; apt-get install --reinstall confconsole.
Sorry if I wasn't clear enough...
Also IIRC all of our "amd64" packages (at least all the python ones) are actually arch independent, but our build infrastructure tags then with whatever architecture they were built on. So seeing as we only built 64 bit for v14.x/Jessie they all present as amd64...
Add new comment