console-common and systemd

Started by GoinEasy9, 2013/12/17, 03:56:04

Previous topic - Next topic

GoinEasy9

I got this error during dist-upgrade:
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.
Linux Counter number 348347

dibl

Yes, I saw the error on this morning's d-u. Good that hefee has filed a bug report.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

melmarker

short workaround:

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.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

vilde

Quote from: melmarker on 2013/12/17, 16:25:31
short workaround:

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