[Bug 1996619] Re: Setfont error due to deprecated PIO_FONTX ioctl
Launchpad Bug Tracker
1996619 at bugs.launchpad.net
Sun Nov 27 10:34:19 UTC 2022
This bug was fixed in the package kbd - 2.5.1-1ubuntu1
---------------
kbd (2.5.1-1ubuntu1) lunar; urgency=medium
* Merge from Debian unstable. Remaining changes:
- Add setfont, kbd_mode, and loadkeys to initramfs for console-setup.
- Added initramfs hook to have setfont/loadkeys available in initramfs.
- Use ckbcomp to get the keyboard layout if other data files are not
available.
- Change loadkeys to find any console not in raw mode when invoked
without an explicit console parameter, in case the foreground console
is in raw mode.
- Add setvtrgb to kbd-udeb.
- Fix incorrect keymap sanity check in loadkeys_ckbcomp.diff.
- debian/control: Depend on console-setup | console-setup-mini, since
console-setup-mini also Depends on kbd now through console-setup-linux.
- debian/patches/loadkeys_find_usable_console.diff: fix wrong type
argument to ioctl(..., KDGKBMODE), which causes consoles to not be
correctly detected on 64-bit archs. LP: #1621824.
* Removed obsolete patches/changes:
- d/p/fix_use_after_free.patch to clean up a use-after-free of
pipe_cmd, now merged upstream.
* New upstream release drops deprecated ioctls removed in Linux v5.12.
LP: #1996619.
kbd (2.5.1-1) unstable; urgency=medium
* Team upload.
[ Andreas Henriksson ]
* New upstream release.
* Unfuzz debian/patches/Miscellaneous-manpage-corrections-and-additions.patch
* Unfuzz debian/patches/Check-for-X-in-kbd_mode.patch
* Revert "Cherry-pick no install libtswrap internal library"
* Let `gbp pq <import|export>` refresh patches
* Bump debhelper from old 10 to 13.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* debian/copyright: Update paths of moved files
[ nick black ]
* refer to deallocvt(8), not disalloc(8) (Closes: #989525)
[ Osamu Aoki ]
* update d/control for console-setup (Closes: #998086)
-- dann frazier <dannf at ubuntu.com> Tue, 15 Nov 2022 17:21:19 -0700
** Changed in: kbd (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to kbd in Ubuntu.
https://bugs.launchpad.net/bugs/1996619
Title:
Setfont error due to deprecated PIO_FONTX ioctl
Status in subiquity:
New
Status in kbd package in Ubuntu:
Fix Released
Status in kbd source package in Jammy:
New
Bug description:
There is an error message that get thrown in in syslog.
There is a suggestion to fix by upgrading the KDB package to version 2.5.1+ or
to understand the root cause and troubleshoot as to why it's broken and resolve
it there.
It is caused by this line in subiquity
https://github.com/canonical/subiquity/blob/46f671d14d57a5da6bc3d60b1da6715b43954f0d/bin/subiquity-service#L11
It's due to PIO_FONTX ioctl removed from kernel since 5.12
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ff2047fb755d4415ec3c70ac799889371151796d
In 2.4.5 of kbd which provide setfont in user space, they already
switched over to use KDFONTOP only.
### REPRODUCER STEPS ###
# install libvirt
sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system virtinst bridge-utils
sudo systemctl enable libvirtd
sudo systemctl start libvirtd
# check libvirtd process is running
virsh
virsh list
# get iso
wget https://releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso
# install vm
sudo virt-install --cdrom='./ubuntu-22.04.1-live-server-amd64.iso' --name=setfont-repo --vcpus=2 --memory=2048 --disk size=20 --serial pty --graphics none --boot=uefi --debug
# you can either do the full install,
the error will be in the /var/log/installer.log file
# or on the first page of the installer press Tab-> go to Help, -> Shell
and cd /var/log/
grep setfont* syslog
# to show error message cd to
/snap/subiquity/3698
#execute
setfont $SNAP/subiquity.psf
# error
root at ubuntu-server:/snap/subiquity/3698# setfont $SNAP/subiquity.psf
setfont: ERROR kdfontop.c:266 put_font_piofontx: ioctl(PIO_FONTX): 512,8x16: failed: Inappropriate ioctl for device
# grep
grep setfont* syslog
Nov 14 18:22:11 ubuntu-server console-setup.sh[1107]: setfont: ERROR kdfontop.c:266 put_font_piofontx: ioctl(PIO_FONTX): 512,8x16: failed: Inappropriate ioctl for device
Nov 14 18:22:29 ubuntu-server subiquity.subiquity-service[1878]: setfont: ERROR kdfontop.c:266 put_font_piofontx: ioctl(PIO_FONTX): 512,8x16: failed: Inappropriate ioctl for device
To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/1996619/+subscriptions
More information about the foundations-bugs
mailing list