[Bug 583577] Re: "View by Threads with Unread" results in no ability to read some messages

2018-09-11 Thread Bryn Hughes
Running version 52.9.1 (from Ubuntu 18.04 repository)

I have looked through the past several threads which have this issue and
there do appear to be duplicate messages in all of the "stuck" cases on
my system

** Attachment added: "Message thread which cannot be expanded"
   
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/583577/+attachment/5187676/+files/Screenshot%20from%202018-09-11%2010-19-51.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583577

Title:
  "View by Threads with Unread" results in no ability to read some
  messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/583577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583577] Re: "View by Threads with Unread" results in no ability to read some messages

2018-09-11 Thread Bryn Hughes
Steps to reproduce:

1. Start Thunderbird
2. Set view to "Threads with Unread"
3. Attempt to read through messages (bug most easily triggered with busy 
mailing lists, for instance the zfs-discuss list)
4. Some message threads cannot be expanded, appears to be related to threads 
with duplicate messages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583577

Title:
  "View by Threads with Unread" results in no ability to read some
  messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/583577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583577] Re: "View by Threads with Unread" results in no ability to read some messages

2018-09-10 Thread Bryn Hughes
I can confirm that I still see the same behavior in 18.04. Threads
(possibly threads with only a single unread item) get "stuck"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583577

Title:
  "View by Threads with Unread" results in no ability to read some
  messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/583577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583577] Re: "View by Threads with Unread" results in no ability to read some messages

2018-07-04 Thread Bryn Hughes
I can confirm that this behaviour is still present, at least in the
latest patch set for the 16.04 LTS release. Once 18.04 becomes an
upgrade option for 16.04 later this month I can re-test on the newest
version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583577

Title:
  "View by Threads with Unread" results in no ability to read some
  messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/583577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1579609] Re: os-prober bug resulting in possible FS corruption

2016-12-02 Thread Bryn Hughes
Worth mentioning in my particular case (#7 above), the /dev/sd[a-z]9
partition has its type set to "Solaris reserved 1" so it should not even
be probed really. Appears os-prober isn't actually looking at the
partition type flags, or at least isn't blacklisting flags that
shouldn't be probed.

# fdisk -l /dev/sdy
Disk /dev/sdy: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 03FE731F-E79A-A243-B9B3-AD9F480A5494

Device  StartEndSectors  Size Type
/dev/sdy12048 5860515839 5860513792  2.7T Solaris /usr & Apple ZFS
/dev/sdy9  5860515840 5860532223  163848M Solaris reserved 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579609

Title:
  os-prober bug resulting in possible FS corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1579609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579609] Re: os-prober bug resulting in possible FS corruption

2016-12-02 Thread Bryn Hughes
This bug can be particularly brutal on systems with a large amount of
storage. I am running a storage server with 24 drives in ZFS pools.
Every single one of those drives generates many messages; there's 19
lines per drive so in my case, 456 lines of filesystem errors in my
dmesg every time os-prober is triggered. This is really excessive!

[718229.072210] EXT4-fs (sdy9): VFS: Can't find ext4 filesystem
[718229.079832] EXT4-fs (sdy9): VFS: Can't find ext4 filesystem
[718229.087112] EXT4-fs (sdy9): VFS: Can't find ext4 filesystem
[718229.094677] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on 
sdy9
[718229.102045] FAT-fs (sdy9): bogus number of reserved sectors
[718229.105299] FAT-fs (sdy9): Can't find a valid FAT filesystem
[718229.119139] XFS (sdy9): Invalid superblock magic number
[718229.125407] FAT-fs (sdy9): bogus number of reserved sectors
[718229.127797] FAT-fs (sdy9): Can't find a valid FAT filesystem
[718229.136511] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sdy9.
[718229.138940] hfsplus: unable to find HFS+ superblock
[718229.142165] qnx4: no qnx4 filesystem (no root dir).
[718229.148684] ufs: You didn't specify the type of your ufs filesystem

mount -t ufs -o 
ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...

>>>WARNING<<< Wrong ufstype may corrupt your filesystem, 
default is ufstype=old
[718229.164301] ufs: ufs_fill_super(): bad magic number
[718229.172406] hfs: can't find a HFS filesystem on dev sdy9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579609

Title:
  os-prober bug resulting in possible FS corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1579609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311403] Re: Can't type password after resume.

2014-10-16 Thread Bryn Hughes
Removed 'duplicate' status as the fix committed in the bug this was
marked as a duplicate of does not solve the issue described here.
Confirmed with unity:amd64/trusty-security
7.2.2+14.04.20140714-0ubuntu1.1

I notice a significant number of Thinkpad owners appear to experience
this problem - I am likewise on a Thinkpad W510.

In my case there is no 'gear icon' or any indicators visible at the lock
screen, so the workaround in #23 doesn't do anything.

** This bug is no longer a duplicate of bug 1349128
   Ubuntu 14.04 lock screen doesn't accept keyboard input and sends it back to 
the underlying window (until using indicators)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311403

Title:
  Can't type password after resume.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1311403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2013-06-12 Thread Bryn Hughes
I don't believe this issue still exists personally.  My Lenovo W510
suspends absolutely fine with Precise (12.04).  I have tested with the
3.5 kernel as well without issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/522998

Title:
  XHCI (USB 3.0) kernel Module Prevents Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/522998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 756438] Re: webpage in firefox is white when a compiz focus animation effect is enabled

2013-05-10 Thread Bryn Hughes
*** This bug is a duplicate of bug 729979 ***
https://bugs.launchpad.net/bugs/729979

** This bug is no longer a duplicate of bug 752445
   Intermittent white window contents when maximizing/switching windows
** This bug has been marked a duplicate of bug 729979
   [nvidia] Windows appear blank white

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756438

Title:
  webpage in firefox is white when a compiz focus animation effect is
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/756438/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 752445] Re: Intermittent white window contents when maximizing/switching windows

2013-05-10 Thread Bryn Hughes
*** This bug is a duplicate of bug 729979 ***
https://bugs.launchpad.net/bugs/729979

** This bug has been marked a duplicate of bug 729979
   [nvidia] Windows appear blank white

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752445

Title:
  Intermittent white window contents when maximizing/switching windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/752445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 739103] Re: window appears white when resized at times on a secondary screen sometimes primary

2013-05-10 Thread Bryn Hughes
*** This bug is a duplicate of bug 729979 ***
https://bugs.launchpad.net/bugs/729979

** This bug is no longer a duplicate of bug 752445
   Intermittent white window contents when maximizing/switching windows
** This bug has been marked a duplicate of bug 729979
   [nvidia] Windows appear blank white

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739103

Title:
  window appears white when resized at times on a secondary screen
  sometimes primary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/739103/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 731559] Re: Window content disappears leaving just a white area after enlarging window

2013-05-10 Thread Bryn Hughes
*** This bug is a duplicate of bug 729979 ***
https://bugs.launchpad.net/bugs/729979

** This bug is no longer a duplicate of bug 752445
   Intermittent white window contents when maximizing/switching windows
** This bug has been marked a duplicate of bug 729979
   [nvidia] Windows appear blank white

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/731559

Title:
  Window content disappears leaving just a white area after enlarging
  window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/731559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1092102] Re: udevd timeout: killing /sbin/modprobe -bv pci:

2013-01-17 Thread Bryn Hughes
I have the same thing on my Asus P5WDG WS PRO board.  Like you it has
Intel sound, and the Intel sound device is one of the stuck modprobe
processes.

In my case I get 2-3 modprobe processes stuck with a 'D' state (waiting
on I/O).  This causes my system load average to sit at 2.0 or higher.

root   879  0.0  0.0   4412   708 ?D12:47   0:00 /sbin/modprobe 
-bv pci:v8086d27D8sv1043sd81F6bc04sc03i00
root   881  0.0  0.0   4404   680 ?D12:47   0:00 /sbin/modprobe 
-bv pci:v8086d032Csvsdbc06sc04i00
root   889  0.0  0.0   4376   720 ?D12:47   0:00 /sbin/modprobe 
-bv pci:v8086d27B8sv1043sd8179bc06sc01i00

I can leave them for a very long time and they do not appear to go away.

From the dmesg output I suspect we have the same or similar chipsets in
our mainboards.  I do not have this issue with the Precise kernel
(3.2.0-x), but it is definitely there with 3.5.0-19 and 3.5.0-21

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1092102

Title:
  udevd timeout: killing /sbin/modprobe -bv pci:

To manage notifications about this bug go to:
https://bugs.launchpad.net/udev/+bug/1092102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1092102] Re: udevd timeout: killing /sbin/modprobe -bv pci:

2013-01-17 Thread Bryn Hughes
Oh also I should mention this issue is NOT present in the mainline
3.5.7.x kernel from the mainline ppa.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1092102

Title:
  udevd timeout: killing /sbin/modprobe -bv pci:

To manage notifications about this bug go to:
https://bugs.launchpad.net/udev/+bug/1092102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208469] Re: open-iscsi can fail to start if any portals are unavailable, even if other portals are fine

2012-08-27 Thread Bryn Hughes
I'm no longer at the job where we had the iSCSI equipment, so this would
be pretty tough for me to test out these days unfortunately.  It can be
simulated fairly easily with just a couple of VMs though!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/208469

Title:
  open-iscsi can fail to start if any portals are unavailable, even if
  other portals are fine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/208469/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs