Greetings,

during upgrade from oneiric to precise

Description:    Ubuntu 12.04.2 LTS
Release:        12.0

for

Package: keyboard-configuration
Version: 1.70ubuntu5

keyboard-configuration:
  Installiert:           1.70ubuntu5
  Installationskandidat: 1.70ubuntu5
  Versionstabelle:
 *** 1.70ubuntu5 0
        500 http://de.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
        100 /var/lib/dpkg/status

/var/lib/dpkg/info/keyboard-configuration.postinst
hangs on

setupcon --force --save

around

elif keyboard_present; then
    if [ "$DISPLAY" ] && which setxkbmap >/dev/null; then
        setxkbmap -option '' -model "$model" "$layout" "$variant"
"$options" || true # setting the font corrupts X
        if type setupcon >/dev/null 2>&1; then
            setupcon --save-only
            setupcon --force -k
            cat >&2 <<EOF
Your console font configuration will be updated the next time your
system boots. If you want to update it now, run 'setupcon' from a
virtual console. EOF
        fi
    else
        if type setupcon >/dev/null 2>&1; then
            setupcon --force --save # here
        fi
    fi
fi

Running
 setupcon -v --force --save
alone hangs as well without any output.

All the best,
kardan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/308466

Title:
  package console-setup 1.25ubuntu4 failed to install/upgrade:
  subprocess post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/308466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to