[Bug 1756055] [NEW] Architecture "any" package dependencies not supported

2018-03-15 Thread Colin Finck
Public bug reported: Using Ubuntu Trusty, I cannot install a package that has an architecture "any" package dependency. For example, this is the case when attempting to install https://packages.debian.org/sid/kgb-bot which depends on "perl:any". Newer dpkg versions correctly interpret this "any"

[Bug 1783961] [NEW] CONFIG_KVM is disabled for linux-raspi2 (aarch64)

2018-07-27 Thread Colin Finck
Public bug reported: In contrast to the Linux kernel for x86_64, the CONFIG_KVM option is disabled for the "linux-raspi2" kernel (version 4.15.0-1016-raspi2 aarch64) on Ubuntu 18.04. This prevents running QEMU with the -enable-kvm option to use hardware virtualization capabilities of the CPU.

[Bug 1694808] [NEW] Passthrough USB Host Keyboard doesn't work on Q35 platform on boot-up

2017-05-31 Thread Colin Finck
Public bug reported: Using qemu-kvm as shipped with Ubuntu 16.04, I cannot get a passed- through USB Host Keyboard to work at boot-up using the Q35 platform. My minimal example to verify this bug is the following: qemu-system-x86_64 -M q35 -m 128 -cdrom mini.iso -usb -usbdevice host:04ca:005a

[Bug 1694808] Re: Passthrough USB Host Keyboard doesn't work on Q35 platform on boot-up

2017-06-11 Thread Colin Finck
Same problem with qemu 2.8 from Ubuntu Cloud Archive. Is that enough to consider the bug highly likely in latest upstream version too? I don't have a QEMU build system at hand right now.. ** Changed in: qemu Status: Incomplete => New -- You received this bug notification because you are

[Bug 1622154] [NEW] x2goagent crashes in libNX_X11.so.6 in Ubuntu 16.04

2016-09-10 Thread Colin Finck
Public bug reported: When using Ubuntu 16.04 as an X2Go server and connecting to launch a graphical Java SWT application (like Eclipse or Jameica), the connection is canceled and x2goagent crashes on the server with a core dump. Analyzing this core dump with gdb reveals: Core was generated by `/u

[Bug 1622154] Re: x2goagent crashes in libNX_X11.so.6 in Ubuntu 16.04

2016-09-12 Thread Colin Finck
There is now a clean workaround to fix this problem: Just add a line X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension BIG-REQUESTS" to /etc/x2go/x2goagent.options (idea from new developments in https://github.com/ArcticaProject/nx-libs/issues/82) ** Bug watch added: github.com/ArcticaProject/nx-li

[Bug 1694808] Re: Passthrough USB Host Keyboard doesn't work on Q35 platform on boot-up

2017-06-13 Thread Colin Finck
Doesn't happen when adding another UHCI controller and explicitly connecting the keyboard to it, like: -device vt82c686b-usb-uhci,id=myusb -device usb-host,bus=myusb.0,hostbus=3,hostaddr=2 Is QEMU just incorrectly connecting my full-speed USB keyboard to USB 2.0 EHCI instead of USB 1.x UHCI? Or i

[Bug 1929452] Re: upstream stable would break ubuntu/xr-usb-serial (deprecated ASYNC flags)

2021-08-04 Thread Colin Finck
I had the same problem with that driver and fixed it in the driver. Feel free to use my patch for that: https://github.com/enlyze/xr-usb-serial/commit/6515173a8b2681fd52cc2747d7282f4e47bdd254 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub