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"
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.
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
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
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
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
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
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