[Bug 154215] Re: gnome no window manager

2008-02-14 Thread Kevin Locke
How did you install Gnome? Which window managers do you have installed (e.g. metacity)? If you try starting a window manager after logging in (i.e. from an xterm), does it start without problems? Do you have compiz installed? I just ran across a problem on Hardy where gnome-wm makes bad

[Bug 637556] Re: os.execve should get passed program as first argument

2010-10-25 Thread Kevin Locke
** Branch linked: lp:~kevinoid/duplicity/windows-port -- os.execve should get passed program as first argument https://bugs.launchpad.net/bugs/637556 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 1498832] Re: invalid file (bad magic number): Exec format error

2017-03-03 Thread Kevin Locke
I just ran into this issue with a self-compiled jar file and confirmed that I have the same issue with ditaa on Debian. Checking the binfmt_misc configuration may be useful. To see what interpreters will be tried by binfmt_misc, run `/usr/sbin/update-binfmts --find /usr/bin/ditaa`. Then try

[Bug 1498832] Re: invalid file (bad magic number): Exec format error

2017-03-03 Thread Kevin Locke
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855858 ** Bug watch added: Debian Bug tracker #855858 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855858 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1210748] Re: On Lenovo Thinkpad Twist internal mouse does not work after turning on machine, only works after reboot

2020-06-01 Thread Kevin Locke
I encountered the same issue and was able to solve it by adding i8042.reset=1 to the kernel command line. i8042.nomux was not necessary for me. The quirk was committed in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2712c91a54a1058d55c284152b4d93c979b67be6 which

[Bug 1851062] Re: Qemu using CPU even when the VM is paused

2020-06-25 Thread Kevin Locke
I re-opened the discussion that @Christian found on the kvm mailing list and Paolo Bonzini helped identify a fix: enabling the Hyper-V hv_stimer enlightenment. Although it may not fix the issue for guests which don't support that

[Bug 1851062] Re: Qemu using CPU even when the VM is paused

2020-06-24 Thread Kevin Locke
I just ran into what I think is the same issue. Windows 10 VM controlled from virt-manager using ~30% CPU while paused. I'm attaching the output of pidstat -p $(pidof qemu-system-x86_64) -T ALL -rtuw 5 5 and the first thousand lines of strace -rT -ff -f -o paused-but-busy -p $(pidof

[Bug 1851062] Re: Qemu using CPU even when the VM is paused

2020-06-24 Thread Kevin Locke
** Attachment added: "pidstat concurrent with strace for high-CPU thread of paused Windows 10 VM" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1851062/+attachment/5386880/+files/qemu-high-cpu.pidstat -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1851062] Re: Qemu using CPU even when the VM is paused

2020-06-26 Thread Kevin Locke
I agree that QEMU shouldn't use much CPU when paused, regardless of VM settings. For reference, I narrowed down a (more) minimal test case: Using the Windows 10 May 2020 English 64-bit ISO from https://www.microsoft.com/en-us/software-download/windows10ISO qemu-system-x86_64 \