Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:   console-common and systemd  (Read 2742 times)

Offline GoinEasy9

  • User
  • Posts: 560
console-common and systemd
« 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.
Linux Counter number 348347

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: console-common and systemd
« Reply #1 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.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: console-common and systemd
« Reply #2 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.
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)

Offline vilde

  • User
  • Posts: 708
Re: console-common and systemd
« Reply #3 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