Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: GoinEasy9 on 2013/12/17, 03:56:04

Title: console-common and systemd
Post by: GoinEasy9 on 2013/12/17, 03:56:04
I got this error during dist-upgrade:
Code: [Select]
root@siduction64kde:/home/goineasy9# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libboost-dev libboost-graph-dev libboost-program-options-dev libboost-python-dev libboost-serialization-dev
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up console-common (0.7.88) ...
Looking for keymap to install:
NONE
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Failed to issue method call: Unit keymap.sh.service failed to load: No such file or directory. See system logs and 'systemctl status keymap.sh.service' for details.
invoke-rc.d: initscript keymap.sh, action "start" failed.
dpkg: error processing package console-common (--configure):
 subprocess installed post-installation script returned error exit status 6
E: Sub-process /usr/bin/dpkg returned an error code (1)

It's being discussed in this thread:
http://forum.siduction.org/index.php?topic=4078.0

It doesn't seem to cause any problems, but, if you do a dist-upgrade now, you'll see it.
Title: Re: console-common and systemd
Post by: dibl on 2013/12/17, 13:54:32
Yes, I saw the error on this morning's d-u. Good that hefee has filed a bug report.
Title: Re: console-common and systemd
Post by: melmarker on 2013/12/17, 16:25:31
short workaround:
Code: [Select]
mv /etc/init.d/keymap.sh /etc/init.d/keymap.sh.tmp
apt-get dist-upgrade
mv /etc/init.d/keymap.sh.tmp /etc/init.d/keymap.sh

:)

Whatever keymap.sh does.
Title: Re: console-common and systemd
Post by: vilde on 2013/12/18, 11:59:02
short workaround:
Code: [Select]
mv /etc/init.d/keymap.sh /etc/init.d/keymap.sh.tmp
apt-get dist-upgrade
mv /etc/init.d/keymap.sh.tmp /etc/init.d/keymap.sh

 :)

Whatever keymap.sh does.
Thank you for that melmarker, worked well for me on  d-u today