[Bug 1631474] Re: No networking with initramfs-tools 0.122ubuntu8.3 and ip=dhcp boot option

2016-10-07 Thread Jason Gerard DeRose
As asked by chiluk on IRC, here's my PXE boot configuration (well, representative one anyway, the exact kernel version will obviously change): DEFAULT ubuntu LABEL ubuntu LINUX vmlinuz-4.4.0-36-generic APPEND initrd=initrd.img-4.4.0-36-generic root=/dev/nfs

[Bug 1631504] [NEW] loadkeys segfaults with certain arguments in 16.10

2016-10-07 Thread Jason Conti
Public bug reported: This can be reproduced as follows: 1) Switch to VT 1 (ctrl+alt+f1) 2) run: loadkeys garbage 3) loadkeys will segfault The problem appears to be with the implicit declaration of xmalloc in loadkeys.c. It is resolved if #include "xmalloc.h" is added to the top of that file

[Bug 1630711] Re: fwupd using 200% CPU, but status of systemd services is "inactive (dead)"

2016-10-06 Thread Jason Gerard DeRose
So far I haven't encountered this again... so might have been a fluke with the state of Yakkety for a brief period, phase of the moon, or whatever. But if I do encounter it again, I'll collect as many details as I can. -- You received this bug notification because you are a member of Ubuntu

[Bug 1626651] Re: brightness keys are handled slower in Yakkety than Xenial

2016-10-06 Thread Jason Gerard DeRose
eys *twice*, and you'll see a slew interesting things happening *each* time I press a hot key. For example, this is a small excerpt of what I'm seeing for every hotkey press: Oct 06 10:44:50 jason-Gazelle-Professional systemd[1]: Created slice User Slice of root. Oct 06 10:44:50 jason-Gazelle-Professional

[Bug 1626651] Re: brightness keys are handled slower in Yakkety than Xenial

2016-10-06 Thread Jason Gerard DeRose
`sudo forkstat -D 4` when u-s-d is started under systemd and I press the brightness up hotkey. ** Attachment added: "with-systemd.txt" https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1626651/+attachment/4756099/+files/with-systemd.txt -- You received this bug

[Bug 1626651] Re: brightness keys are handled slower in Yakkety than Xenial

2016-10-06 Thread Jason Gerard DeRose
Okay, an interesting hint is that this problem seems to be fixed if u-s-d is started under the Upstart user session instead of the systemd user session. If anyone wants to try this, just comment out these three lines in /etc/X11/Xsession.d/00upstart: if [ "${1#*.target}" != "$1" ]; then

[Bug 1478319] Re: Wifi doesn't reconnect to AP if it uses the same SSID than another AP

2016-10-06 Thread Jason Yen
I'll ask CE QA team to support the verification again. ** Changed in: canonical-devices-system-image Status: Won't Fix => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478319

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-10-05 Thread Jason Gerard DeRose
And I sanity checked the server ISO on the same slew of UEFI hardware... no issues found. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1624096 Title: yakkety: backport (or rebase to) fix

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-10-05 Thread Jason Gerard DeRose
Okay, the 20161005.1 ISOs seem to have done the trick. Tested the desktop and server ISOs under QEMU+OVMF, plus tested the desktop ISO on a slew of UEFI hardware. No issues encountered shim-wise. I'll test the server ISO on UEFI hardware shortly, but there are a few other things I need to finish

[Bug 1630711] Re: fwupd using 200% CPU, but status of systemd services is "inactive (dead)"

2016-10-05 Thread Jason Gerard DeRose
Oops, I attached the wrong screenshot, here's the correct one. ** Attachment added: "Screenshot from 2016-10-05 12-06-26.png" https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1630711/+attachment/4755346/+files/Screenshot%20from%202016-10-05%2012-06-26.png -- You received this bug

[Bug 1630711] Re: fwupd using 200% CPU, but status of systemd services is "inactive (dead)"

2016-10-05 Thread Jason Gerard DeRose
** Attachment removed: "Screenshot from 2013-11-11 11:45:50.png" https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1630711/+attachment/4755311/+files/Screenshot%20from%202013-11-11%2011%3A45%3A50.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1630711] Re: fwupd using 200% CPU, but status of systemd services is "inactive (dead)"

2016-10-05 Thread Jason Gerard DeRose
Yeah, I can do this, assuming I can reproduce it again. This is on my work machine, so I had to just kill `fwupd` so I could get on with my work in the meantime :D -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1630711] Re: fwupd using 200% CPU, but status of systemd services is "inactive (dead)"

2016-10-05 Thread Jason Gerard DeRose
One other useful detail. There are actually 2 fwupd processes running, both started by PID 1: ps -ef | grep fwupd root 2823 1 99 11:41 ?01:35:03 /usr/lib/x86_64-linux-gnu/fwupd/fwupd root 4712 1 0 11:44 ?00:00:00 /usr/lib/x86_64-linux-gnu/fwupd/fwupd But it's

[Bug 1630711] [NEW] fwupd using 200% CPU, but status of systemd services is "inactive (dead)"

2016-10-05 Thread Jason Gerard DeRose
Public bug reported: Just hit this, haven't yet dug into details or tried to reproduce it. I booted up a nearly up-to-date Yakkety desktop, noticed my fans were running like crazy, and looking at top shows `fwupd` is the culprit (see attached screenshot). I don't know much about fwupd, but I'm

[Bug 1630341] Re: yakkety: behavior change in `qemu-nbd -c $DEV $FILENAME`: doesn't automatically create partion devices

2016-10-05 Thread Jason Gerard DeRose
Thanks for the feedback, Robie! I believe the underlying problem was this kernel bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1628336 The /dev/nbd0p1, etc, partition devices were never getting creating automatically after connecting the device, no matter how long you waited. So you

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-10-05 Thread Jason Gerard DeRose
Hmmm, today's yakkety-desktop-amd64.iso (sha1:494bc027be3d29c494eb17d057dcc51cdfc6f50b) is seemingly still using the broken shim package? I'm guessing there's something special about how the shim package gets onto the ISO as it doesn't seem to be listed in yakkety-desktop- amd64.manifest? But

[Bug 1630341] [NEW] yakkety: behavior change in `qemu-nbd -c $DEV $FILENAME`: doesn't automatically create partion devices

2016-10-04 Thread Jason Gerard DeRose
Public bug reported: On Ubuntu 12.10 through Ubuntu 16.04, something like this worked with 100% reliability in my experience: sudo modprobe nbd sudo qemu-nbd -c /dev/nbd0 /my/vm/image.qcow2 sudo mount /dev/nbd0p1 /mnt But on Yakkety, this *almost* always fails because the /dev/nbd0p1 device

[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-10-03 Thread Jason Gerard DeRose
Ah, sorry, I forgot to follow up on this. Yes, the bug has been fixed for about a week now (but I was on vacation). Is it better to mark this as Fix Released instead? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-10-03 Thread Jason Gerard DeRose
@Mathieu - I was on vacation last week, so I wasn't in the loop on IRC. What's the current status of this? Does it seem feasible that the fixed shim package can be signed (and FFE'd) in time for 16.10? Or are we already at the point where reverting to the shim 0.8-0ubuntu2 package from Xenial

[Bug 1625433] Re: ACPI error spams log every four seconds

2016-09-23 Thread Jason Duerstock
For what it's worth, I still get the same error from 4.8.0-14 from the Yakkety Yak preview. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1625433 Title: ACPI error spams log every four seconds To

[Bug 1626622] Re: yakkety server: fails to detect and mount CD-ROM

2016-09-22 Thread Jason Gerard DeRose
** Summary changed: - yakkety server: fails to detect and mount CD-ROM (QEMU, BIOS mode) + yakkety server: fails to detect and mount CD-ROM ** Description changed: The latest yakkety server amd64 daily (20160921.1, sha1sum b3e9f59397389bf23390f4869d3aef46de5d105c) fails to detect and mount

[Bug 1626622] [NEW] yakkety server: fails to detect and mount CD-ROM (QEMU, BIOS mode)

2016-09-22 Thread Jason Gerard DeRose
Public bug reported: The latest yakkety server amd64 daily (20160921.1, sha1sum b3e9f59397389bf23390f4869d3aef46de5d105c) fails to detect and mount the CD-ROM. Please see attached screenshot. I found this testing under QEMU (BIOS mode), not yet sure whether it effects hardware. But I'll be

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-09-22 Thread Jason Gerard DeRose
@@Mathieu yeah, if you can get me a custom ISO with an updated shim package (doesn't need to be signed, I'm not using secure boot), then I'll giving a thorough testing under QEMU and on all the UEFI hardware I have access too (6 different laptops, 3 different desktops). Thanks! -- You received

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-09-21 Thread Jason Gerard DeRose
@Laszlo - darn, no luck. Following your recommendations, PXE booting is no longer attempted, but I still end up at Shell> and the installer doesn't launch. I'm attaching the isolated test script I'm using ATM. If I try it with the latest Yakkety desktop daily ISO, I hit the above hardware

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-09-21 Thread Jason Gerard DeRose
Oops, forgot to attach my test script :P ** Attachment added: "test-yakkety-guest.sh" https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1624096/+attachment/4745643/+files/test-yakkety-guest.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1579518] Re: package libvirt-bin (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-09-21 Thread jason houx
I have this same problem after upgrade: root@office:/home/coldiso# systemctl status libvirt-bin.service ● libvirt-bin.service - Virtualization daemon Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor preset: enabled) Active: inactive (dead) (Result: exit-code) since

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-09-21 Thread Jason Gerard DeRose
@Laszlo - thank you very much for the detailed explanation! Sounds like your tips, plus /EFI/BOOT/fallback.efi being present on the ISO, should be enough for me to work-around this issue. I'll let you know how it goes. Thanks again! -- You received this bug notification because you are a

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-20 Thread Jason Gambrel
Turned out to be a hardware issue. My bluetooth would give errors on startup and only work intermittently. Edited /etc/modprobe.d/blacklist.conf and blacklisted bluetooth and btusb. Also disabled it via: sudo systemctl mask dbus-org.bluez.service. Now works suspending works like a charm. --

[Bug 1624096] Re: yakkety: backport (or rebase to) fix eliminating a double-close in shim

2016-09-20 Thread Jason Gerard DeRose
@Mathieu - I've been doing some quick experiments with fallback.efi on the ISO, and I'm not sure that alone will fix things. The problem is that when fallback.efi is present, the installer isn't launching. Instead, OVMF tries to PXE boot (which in my test environment fails because I don't have

[Bug 1625433] [NEW] ACPI error spams log every four seconds

2016-09-19 Thread Jason Duerstock
Public bug reported: I am getting the following error in dmesg roughly every four seconds: [ 986.360425] ACPI Error: Operand must be Buffer/Integer/String/Package - found type Method (20150930/exoparg1-763) [ 986.360473] ACPI Error: Method parse/execution failed [\_SB.TCHG.PPPC] (Node

[Bug 1624096] Re: yakkety: desktop and server ISOs wont boot under QEMU in UEFI mode

2016-09-19 Thread Jason Gerard DeRose
@Laszlo - awesome, thanks! Do you happen to know what version introduced the bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1624096 Title: yakkety: desktop and server ISOs wont boot under QEMU

[Bug 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-09-18 Thread Jason
I was able to patch the kernel, however the fault still exists. I'm uncertain if issue is related to VSS, but in ballpark (see screenshots). Ubuntu 16.04.1 on same server smooth as silk. ** Attachment added: "Ubuntu Error 4c.png"

[Bug 1624096] Re: yakkety: desktop and server ISOs wont boot under QEMU in UEFI mode

2016-09-17 Thread Jason Gerard DeRose
@Laszlo - thanks for the debugging tips! I'm getting the same result that you are. I found a possibly related opensuse bug: https://lists.opensuse.org/opensuse-bugs/2016-01/msg00965.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-16 Thread Jason Gambrel
Tried reinstalling elementary OS Loki stable. No change. Caps lock doesn't change the light on my keyboard so I'm thinking it is definitely a kernel issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1624096] [NEW] yakkety: desktop and server ISOs wont boot under QEMU in UEFI mode

2016-09-15 Thread Jason Gerard DeRose
Public bug reported: Sometime after August 25th (or so) something changed in the Yakkety ISOs that make them no longer boot under QEMU in UEFI mode. However, the ISOs do work fine still on the physical UEFI hardware I've tested (3 different systems). I'm not sure about other VM solutions like

[Bug 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-09-14 Thread Jason
I'd love to. Can you advise how I do that? I'm a good typist, but cut n paste is so much better! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1470250 Title: [Hyper-V] Ubuntu 14.04.2 LTS Generation

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-14 Thread Jason Gambrel
Still freezes with the grub modification. Tried kernel 4.5.2, same problem. For me it seems to happen most frequently with changing power sources while suspended (ie. plugging in or unplugging while suspended) At least I can avoid this. Not sure what to do at this point. -- You received this

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-13 Thread Jason Gambrel
Still freezing after removing tlp. Added "acpi_osi='!Windows 2013' acpi_osi='!Windows 2012'" to grub configuration. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566302 Title: Ubuntu 16.04:

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-12 Thread Jason Gambrel
So far have tried kernels: 4.8-rc5 - breaks Wi-Fi 4.6.7 - breaks Wi-Fi 4.4.9 - still random freezes on resume from suspend 4.2.8 ckt13 - still random freezes on resume from suspend The only other thing I can think of is that I installed TLP shortly after installing this version of elementary.

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-08 Thread Jason Gambrel
My system hung this morning, so no improvement with updated drivers. Trying the 4.4.8 mainline kernel next as some have suggested. Jay -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566302 Title:

[Bug 1618572] Re: apt-key add fails in overlayfs

2016-09-08 Thread Jason Hobbs
** Tags added: oil -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618572 Title: apt-key add fails in overlayfs To manage notifications about this bug go to:

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-06 Thread Jason Gambrel
Followup to my last comment. Checked which packages were installed, they were all from oibaf ppa so removee xorg-edgers ppa for the time being. So far no further freezes, but will report back later. Jay -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-06 Thread Jason Gambrel
Same problem here. Lenovo G510 with I5 and integrated graphics. Just installed elementary OS Loki Beta. Currently running 4.4.0-36-generic. Randomly freezes on resuming from suspend. Screen does not blank out, windows are visible but everything is unresponsive including mouse/touchpad.

[Bug 1620637] [NEW] package kaccounts-providers (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in package account

2016-09-06 Thread Jason
*** This bug is a duplicate of bug 1617564 *** https://bugs.launchpad.net/bugs/1617564 Public bug reported: I have no idea why this crash occurred and have never submitted a bug report. I have Ubuntu MATE installed and wanted to test out KDE along side of MATE. I added the back ports apt

[Bug 1619055] [NEW] csdp duration grows with the number of cores available (12 is about 1000x slower than 1)

2016-08-31 Thread Jason Gross
Public bug reported: Using the code from https://github.com/JasonGross/csdp-test (also attached), on my 12-core machine, I get a massive slowdown between using 1 core, and using 3 cores; the relevant snippet from the output of `make` in that repo is: Testing on up to 12 cores 0 (real: 0.00,

[Bug 1618311] [NEW] Identical icons for "list view" and "more options".

2016-08-29 Thread Jason Heeris
Public bug reported: Attached is a screenshot of Faenza with the Adwaita theme applied to Nautilus. Note that the buttons in Nautilus for "view items as a list" and "location options" are identical. This makes it hard to know what button to click. The tooltip does disambiguate it, but has a

[Bug 1607694] Re: Exclusive-Lock Issue

2016-08-23 Thread Jason Dillaman
The v10.2.2 branch with the cherry-picked fix is available under the 'wip-16950-jewel' branch name. See the instructions above for how to install test/development packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1613605] Re: unity-system-compositor crashes on boot on xenial/arm64

2016-08-23 Thread Jason Yen
** Changed in: mir Status: New => Invalid ** Changed in: mir (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613605 Title: unity-system-compositor

[Bug 1613605] Re: unity-system-compositor crashes on boot on xenial/arm64

2016-08-23 Thread Jason Yen
Based on the discussion with Vicamo, this issue is share the same root cause with https://bugs.launchpad.net/bugs/1613602 so mark as fix commit. ** Changed in: canonical-devices-system-image Status: New => Fix Committed -- You received this bug notification because you are a member of

[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-08-20 Thread Jason Gray
The xserver-xorg-video-intel from xenial-proposed was successful on Dell Inspiron 15 3000 Series. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568604 Title: Mouse cursor lost when unlocking with

Re: [Bug 1603810] Re: Ubuntu turns monitor permanently off during boot

2016-08-20 Thread Jason Gunthorpe
Were you still wanting to test this new kernel? On Mon, Jul 25, 2016 at 2:33 PM, Joseph Salisbury < joseph.salisb...@canonical.com> wrote: > This does appear to be an Ubuntu specific kernel. I'll build an Ubuntu > kernel based on 4.0 and post a link to it for testing. > > -- > You received this

[Bug 1570678] Re: mysqld got signal 11 during setting up root password on package installation on ppc64el

2016-08-17 Thread Jason Furmanek
I just tested percona-xtradb-cluster from Xenial-proposed on ppc64el and I am still getting the root password error. Unable to set password for the Percona Server "root" user │ │ │ │ An error occurred

[Bug 1607694] Re: Exclusive-Lock Issue

2016-08-17 Thread Jason Dillaman
If you are interested, I can build a Jewel 10.2.2 + this fix "development" release package [1] that you can install and verify that it resolves the issue. I am going out of town for a few days so if it's desired, I would need to know ASAP in order to start the build. [1]

[Bug 1607694] Re: Exclusive-Lock Issue

2016-08-12 Thread Jason Dillaman
Thanks for the assistance. It appears like the issue you are hitting is due to a failed watch: 2016-08-12 22:29:45.249895 7f6dc700 -1 librbd::ImageWatcher: 0x7f6db4003b60 image watch failed: 140096867143248, (107) Transport endpoint is not connected There is a heartbeat that your client is

[Bug 1607694] Re: Exclusive-Lock Issue

2016-08-12 Thread Jason Dillaman
I should also mention that, in the meantime, you may want to disable the exclusive-lock feature on the affected images via the rbd CLI: rbd feature disable exclusive-lock,object-map,fast-diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1607694] Re: Exclusive-Lock Issue

2016-08-10 Thread Jason Dillaman
I think the config option is "log file" instead of "log path". Also, make sure your QEMU process has access to the directory (both permissions and AppArmor). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1610321] Re: ffmpeg with x265 crashes on OpenVZ and Ubuntu on Windows

2016-08-06 Thread Jason Duerstock
I think you're correct -- this is most likely a libx265 bug. How do I change this bug to point to libx265 rather than ffmpeg? ** Attachment added: "manual backtrace" https://bugs.launchpad.net/ubuntu/+source/ffmpeg/+bug/1610321/+attachment/4715496/+files/backtrace-ffmpeg.txt -- You

[Bug 1610321] [NEW] ffmpeg with x265 crashes on OpenVZ and Ubuntu on Windows

2016-08-05 Thread Jason Duerstock
Public bug reported: I'm having trouble collecting more debug info for various reasons, but I'm getting the following final bits with strace: open("/sys/devices/system/node/node0/cpumap", O_RDONLY) = -1 ENOENT (No such file or directory) --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR,

[Bug 1607694] Re: Exclusive-Lock Issue

2016-08-05 Thread Jason Dillaman
As an alternative, could you provide the core dump? You can use ceph- post-file to upload the file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1607694 Title: Exclusive-Lock Issue To manage

[Bug 1607694] Re: Exclusive-Lock Issue

2016-08-04 Thread Jason Dillaman
Hmm -- any chance either one of you could reproduce with debug logging enabled? In your ceph configuration file, add the following to the "[client]" section: debug rbd = 20 log path = /path/that/is/writable/by/qemu/process/ceph-$pid.log -- You received this bug notification because you are a

[Bug 1607694] Re: Exclusive-Lock Issue

2016-08-04 Thread Jason Dillaman
@Luis or Daniel: Are you seeing a "image watch failed" error message in your QEMU librbd logs? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1607694 Title: Exclusive-Lock Issue To manage

[Bug 1609618] [NEW] package lsof 4.86+dfsg-1ubuntu2 failed to install/upgrade: unable to open '/usr/share/doc/lsof/examples/count_pf.perl.dpkg-new': Permission denied

2016-08-03 Thread Jason Duerstock
Public bug reported: This was during an upgrade on the recently released "Ubuntu on Windows" along with the Windows 10 Anniversary Update. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: lsof 4.86+dfsg-1ubuntu2 Uname: Linux 3.4.0+ x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture:

[Bug 1570678] Re: mysqld got signal 11 during setting up root password on package installation on ppc64el

2016-08-03 Thread Jason Furmanek
Sorry. Version was: $ dpkg -s percona-xtradb-cluster-server Package: percona-xtradb-cluster-server Status: install ok installed Priority: extra Section: database Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Source:

[Bug 1570678] Re: mysqld got signal 11 during setting up root password on package installation on ppc64el

2016-08-03 Thread Jason Furmanek
I've installed percona-xtradb-cluster-5.5 from trusty-proposed on ppc64el and did not see a signal 11. That's good! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570678 Title: mysqld got signal 11

[Bug 1542094] Re: [camera] LED & Flash toggles are shown even when no LED or Flash present on hardware

2016-08-01 Thread Jason Yen
** Changed in: avila Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542094 Title: [camera] LED & Flash toggles are shown even when no LED or Flash

[Bug 1438510] Re: [REGRESSION] bluetooth headset no longer supports a2dp

2016-07-31 Thread Jason Robinson
Confirmed on Ubuntu 16.04 (4.4.0-34-generic). Recently bought a bluetooth dongle to my desktop. Cannot switch to A2DP making headset useless for listening to music. bluez 5.37-0ubuntu5 pulseaudio 1:8.0-0ubuntu3 Tried comment #5 editing, rebooted - no effect. This same log message keeps coming to

[Bug 1532899] Re: Group chat sometimes misses messages with Unknown Number Message not found

2016-07-30 Thread Jason
I took a stab at reproducing the fix Pat mentioned above on my Aquarius E5. Long story short, it didn't work for me. Listing the steps below. If anyone sees anything obviously amiss in my fix-attempt, please let me know. Steps I Took: 1.) Enable developer mode on my phone. 2.) Download nuntium

[Bug 1532899] Re: Group chat sometimes misses messages with Unknown Number Message not found

2016-07-28 Thread Jason
Hey Pat, I'm happy to try this out on my own phone as an additional data point if you think getting someone else to try out the fix might be helpful. Though I'll have to dig around a bit to figure out how to build and swap in a modified nuntium, as I'll admit I'm not familiar with that component.

[Bug 1570449] Re: GTK3 Libreoffice default theme is too dark

2016-07-27 Thread Jason Benjamin
*** This bug is a duplicate of bug 1562513 *** https://bugs.launchpad.net/bugs/1562513 LibreOffice is written using Swing and there are two plugins: one for gtk2 and one for gtk3. I've noticed that no matter what icon set is used the gtk3 theme is too dark. In other places like in the

[Bug 1562513] Re: Toolbar has a dark background in GTK3 in Ubuntu

2016-07-27 Thread Jason Benjamin
LibreOffice is written using Swing and there are two plugins: one for gtk2 and one for gtk3. I've noticed that no matter what icon set is used the gtk3 theme is too dark. In other places like in the configuration dialogues the text is only slightly brighter than the button background and is

Re: [Bug 1603810] Re: Ubuntu turns monitor permanently off during boot

2016-07-25 Thread Jason Gunthorpe
Wasn't testing with 3.16 and 3.19 ubuntu patched kernels enough to disprove the grub theory? Jason On Mon, Jul 25, 2016 at 1:44 PM, Joseph Salisbury < joseph.salisb...@canonical.com> wrote: > Can you see if the bug still happens when booting a Trusty kernel on the > Xenial syste

Re: [Bug 1603810] Re: Ubuntu turns monitor permanently off during boot

2016-07-20 Thread Jason Gunthorpe
As a clarification, the mainline boot behaviour is identical to the Ubuntu kernel with $vt_handoff removed. I double checked that the option is present in grub for all the tests. I guess this isn't surprising since that option isn't part of mainline. Jason On Wed, Jul 20, 2016 at 8:30 PM, Jason

Re: [Bug 1603810] Re: Ubuntu turns monitor permanently off during boot

2016-07-20 Thread Jason Gunthorpe
4.1.0-040100-generic works 4.4.14-040414-generic works Didn't test others. The boot sequence is different with the main line kernels. There is a black screen period with a couple of messages (1-2s), then the console font load, then it briefly switches to the splash, black screen flash back to

[Bug 1604173] Re: Clicking "Reboot Now" after 14.04-->16.04 upgrade has no effect

2016-07-20 Thread Jason Gerard DeRose
Brain, Strange. So I just tried the upgrade again, and after the upgrade completed, I: 1) Clicked "Reboot Now" (which did nothing, same as yesterday) 2) Ran `sudo reboot` - it worked, but seemed to hang for some time before doing anything (it hung for maybe 20 seconds or so) I'm not sure how

Re: [Bug 1603810] Re: Ubuntu turns monitor permanently off during boot

2016-07-18 Thread Jason Gunthorpe
t said, I think it works better with BIOS boot ?? Windows 7 & 10 both do this perfectly in EFI mode, the monitor is never black. Jason -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1603810 Title: U

[Bug 1604173] [NEW] Clicking "Reboot Now" after 14.04-->16.04 upgrade has no effect

2016-07-18 Thread Jason Gerard DeRose
Public bug reported: After doing a 14.04 to 16.04 upgrade, clicking "Reboot Now" has no effect. update-manager simply closes. However, I could then reboot fine using the indicator or the power button, which kinda suggests the problem is in update-manager rather than in the general state of such

[Bug 1603810] [NEW] Ubuntu turns monitor permanently off during boot

2016-07-17 Thread Jason Gunthorpe
Public bug reported: This is a regression, at least trusty (and prior) worked fine on this hardware. Booting the Xenial installer image off USB also worked fine. The system boots fine, however the monitor is in DPMS power-off and does not ever turn back on. Switching VTs doesn't help, I have

[Bug 1598316] Re: gtk2-engines-murrine desktop text shadow problem

2016-07-17 Thread Jason
I don't think it's the numix theme either as I was using the Arc theme. Here's a post showing the screen shot of the issue I was having until I downgraded the package: http://askubuntu.com/questions/798778/desktop-icon-foreground-text-is-way-offset -- You received this bug notification because

[Bug 1599900] Re: compiz crashed with SIGSEGV in ccsObjectGetInterface_()

2016-07-14 Thread Jason Gerard DeRose
FYI, I seem to be hitting this same bug (under qemu) with the xenial daily ISO as well (which have xenial-proposed enabled by default). Will this be fixed in Xenial also? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1584597] Re: Hyper-V Memory Ballooning re-broken in 16.04

2016-07-14 Thread Jason Couture
Here you go root@ContainerHost1:~# cat /proc/meminfo MemTotal:8328584 kB MemFree: 130152 kB MemAvailable:3530108 kB Buffers: 273056 kB Cached: 3071076 kB SwapCached: 598656 kB Active: 3785684 kB Inactive:3125476 kB Active(anon):

[Bug 1598770] Re: Unity in low-graphics mode has animations and unneeded redraws

2016-07-13 Thread Jason Gerard DeRose
@Marco: thanks for the FYI! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1598770 Title: Unity in low-graphics mode has animations and unneeded redraws To manage notifications about this bug go

[Bug 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2016-07-13 Thread Jason Robinson
Seen on 16.04 with rtl8723be wifi driver, network-manager 1.2.0-0ubuntu0.16.04.2. Happens no suspend/resume AND flight mode toggle. Worked around the suspend problem by making systemd restart network-manager service after suspend, which restores network connections. Jul 13 23:45:39 lenovo

[Bug 1590846] Re: [2.0b6] Installation log is not sent back to MAAS

2016-07-13 Thread Jason Hobbs
I verified this fixes the bug with package version 0.1.0~bzr399-0ubuntu1~16.04.1 ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1598770] Re: Unity in low-graphics mode has animations and unneeded redraws

2016-07-13 Thread Jason Gerard DeRose
Here's another screenshot that shows the SegvAnalysis. In my testing thus far, this failure (assuming it's related to this unity/nux change) only seems to happen when trying to install under qemu. I tried -vga qxl, -vga std, and -vga virtio... none of them yield a working installation. Compiz

[Bug 1598770] Re: Unity in low-graphics mode has animations and unneeded redraws

2016-07-13 Thread Jason Gerard DeRose
Possibly as a result of this change, unity/compiz is failing to start when trying to install from the latest 16.04.1 daily ISO under qemu (xenial-desktop-amd64.iso 20160713, sha1sum c9b1ad9b1044c4e68684395daa3f85e016491c3a). I attached a screenshot as I couldn't file a bug from within the qemu VM

[Bug 1597517] Re: linux-headers-3.2.0-105 not in precise-security

2016-07-07 Thread Jason Gladish
Here's the log from running `sudo unattended-upgrade --dry-run --debug` in case it's helpful: 2016-07-07 16:58:53,281 INFO Initial blacklisted packages: 2016-07-07 16:58:53,282 INFO Starting unattended upgrades script 2016-07-07 16:58:53,282 INFO Allowed origins are:

[Bug 1599491] [NEW] kdump-tools install script uses deprecated syntax

2016-07-06 Thread Jason Yundt
Public bug reported: When installing kdump-tools, the apt-get outputs: Setting up kdump-tools (1:1.5.9-5) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Full log: jayman@jayman-kubuntu:~$ sudo apt-get install kdump-tools Reading package

[Bug 1584496] XorgLogOld.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "XorgLogOld.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695858/+files/XorgLogOld.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496

[Bug 1584496] DpkgLog.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "DpkgLog.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695848/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496 Title:

[Bug 1584496] ProcCpuinfo.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695852/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496

[Bug 1584496] ProcInterrupts.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695854/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1584496] xdpyinfo.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "xdpyinfo.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695860/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496

[Bug 1584496] ProcModules.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695855/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496

[Bug 1584496] UdevDb.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695856/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496 Title:

[Bug 1584496] Xrandr.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "Xrandr.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695859/+files/Xrandr.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496 Title:

[Bug 1584496] XorgLog.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "XorgLog.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695857/+files/XorgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496 Title:

[Bug 1584496] Re: Nouveau randomly freezes system

2016-07-05 Thread Jason Yundt
apport information ** Tags added: apport-collected kubuntu ** Description changed: I'm running kubuntu 16.04. If I'm running Nouveau, my system randomly lockups. I have a MSI Geforce 660 Ti ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xserver-xorg-video-nouveau

[Bug 1584496] JournalErrors.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695849/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1584496] Lsusb.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695851/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496 Title:

[Bug 1584496] Lspci.txt

2016-07-05 Thread Jason Yundt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1584496/+attachment/4695850/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584496 Title:

<    5   6   7   8   9   10   11   12   13   14   >