[Bug 1873237] Re: Missing dependency on python(3)-arrow

2021-10-07 Thread Rowan Wookey
Could we get this backported to 20.04?

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

Title:
  Missing dependency on python(3)-arrow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-b2sdk/+bug/1873237/+subscriptions


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

[Bug 1911637] Re: Another app is currently holding the xtables lock

2021-09-18 Thread Rowan Wookey
Patch from https://bugs.launchpad.net/ufw/+bug/1923079 which is a dup

** Patch added: "status-wait-flag.patch"
   
https://bugs.launchpad.net/ufw/+bug/1911637/+attachment/5526213/+files/status-wait-flag.patch

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

Title:
  Another app is currently holding the xtables lock

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


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

[Bug 1867092] Re: Failed to set MokListRT: Invalid Parameter

2020-10-27 Thread Rowan Wookey
This worked for me on my MPB 2015

apt-get purge shim
mv /boot/efi/EFI/ubuntu /root/ubuntu-efi.bak #backing up just in case
grub-install /dev/sda1

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

Title:
  Failed to set MokListRT: Invalid Parameter

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

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

[Bug 1886342] [NEW] Text and background colours are broken on focal when using a dark theme

2020-07-05 Thread Rowan Wookey
Public bug reported:

As per this thread:

https://lists.gnucash.org/pipermail/gnucash-devel/2020-February/044596.html
https://lists.gnucash.org/pipermail/gnucash-devel/2020-February/044597.html
https://lists.gnucash.org/pipermail/gnucash-devel/2020-February/044606.html

The text and background colours are fixed when using kde and the breeze
dark theme, the text is black which is unreadable on the dark theme.

The workaround in the third link helps.

** Affects: gnucash (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Text and background colours are broken on focal when using a dark
  theme

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

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

[Bug 1886048] [NEW] Monthly cron generates error if wtmp hasn't been rotated

2020-07-02 Thread Rowan Wookey
Public bug reported:

The logrotate config for wtmp on focal looks like this:

# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
minsize 1M
rotate 1
}

It only rotates if wtmp is larger than 1M. In the case of a fresh
install that has a wtmp smaller than 1M it won't rotate and
/var/log/wtmp.1 won't exist, in this case we should use /var/log/wtmp

I've attached a patch.

** Affects: acct (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "acct.patch"
   https://bugs.launchpad.net/bugs/1886048/+attachment/5388982/+files/acct.patch

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

Title:
  Monthly cron generates error if wtmp hasn't been rotated

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

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

[Bug 1872195] Re: PIDFile specified in systemd unit file but pid-file not in my.cnf

2020-04-16 Thread Rowan Wookey
I'm fine with removing the PIDFile that'd save some confusion. If you
slate it for fixing in 20.10 I'm happy to test before 20.10 reaches
feature freeze.

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

Title:
  PIDFile specified in systemd unit file but pid-file not in my.cnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1872195/+subscriptions

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

[Bug 1872195] Re: PIDFile specified in systemd unit file but pid-file not in my.cnf

2020-04-16 Thread Rowan Wookey
In my case I was using monit to monitor the process via the pidfile but
it wasn't created so I had to edit my.cnf

Correct me if I'm wrong but focal is in beta and beta is for finding and
fixing bugs, so shouldn't this be fixed?

It's not a critical issue but it's one line in a conf file so it's
pretty trivial.

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

Title:
  PIDFile specified in systemd unit file but pid-file not in my.cnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1872195/+subscriptions

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

[Bug 1872195] [NEW] PIDFile specified in systemd unit file but pid-file not in my.cnf

2020-04-11 Thread Rowan Wookey
Public bug reported:

PIDFile=/run/mysqld/mysqld.pid

Is in /lib/systemd/system/mysql.service

However pid-file=/run/mysqld/mysqld.pid is missing from any file in
/etc/mysql

Suggest either removing PIDFile from mysql.service or adding pid-
file=/run/mysqld/mysqld.pid to /etc/mysql/mysql.conf.d/mysqld.cnf

This is effecting Focal Beta.

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  PIDFile specified in systemd unit file but pid-file not in my.cnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1872195/+subscriptions

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

[Bug 1864446] Re: Focal package missing

2020-02-24 Thread Rowan Wookey
Thanks for checking!

** Changed in: percona-xtrabackup (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/1864446

Title:
  Focal package missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtrabackup/+bug/1864446/+subscriptions

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

[Bug 1864447] Re: Focal package missing

2020-02-24 Thread Rowan Wookey
OK thank you for checking!

** Changed in: mysql-utilities (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/1864447

Title:
  Focal package missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-utilities/+bug/1864447/+subscriptions

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

[Bug 1864446] [NEW] Focal package missing

2020-02-24 Thread Rowan Wookey
Public bug reported:

Not sure if this is the right place to raise this.

The focal feature freeze is in 3 days and this package isn't appearing,
will it be added?

** Affects: percona-xtrabackup (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Focal package missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtrabackup/+bug/1864446/+subscriptions

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

[Bug 1864447] [NEW] Focal package missing

2020-02-24 Thread Rowan Wookey
Public bug reported:

Not sure if this is the right place to raise this.

The focal feature freeze is in 3 days and this package isn't appearing,
will it be added?

** Affects: mysql-utilities (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Focal package missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-utilities/+bug/1864447/+subscriptions

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

[Bug 1858342] Re: mdcheck_start.service fails due to missing executable

2020-02-17 Thread Rowan Wookey
This also effects Focal. Considering Focal is LTS and will run on
servers with RAID arrays it'd be a good idea to fix this before release.

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

Title:
  mdcheck_start.service fails due to missing executable

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

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

[Bug 1858342] [NEW] mdcheck_start.service fails due to missing executable

2020-01-05 Thread Rowan Wookey
Public bug reported:

In Eoan the mdadm crons were replaced by systemd timers, specifically
the one that checks the array now doesn't work due to a missing
executable.

* Drop /etc/cron.d/mdadm and migrate to systemd mdcheck_start|continue
timer units.

/lib/systemd/system/mdcheck_start.service contains this line

ExecStart=/usr/share/mdadm/mdcheck --duration $MDADM_CHECK_DURATION

However /usr/share/mdadm/mdcheck isn't in the mdadm package. It looks
like this file wasn't added from the upstream sources.

** Affects: mdadm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  mdcheck_start.service fails due to missing executable

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

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

[Bug 1850081] Re: Folder pane text overflows

2019-11-07 Thread Rowan Wookey
I've reported upstream and linked the upstream issue here.

** Bug watch added: Mozilla Bugzilla #1594723
   https://bugzilla.mozilla.org/show_bug.cgi?id=1594723

** Also affects: thunderbird via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1594723
   Importance: Unknown
   Status: Unknown

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] ProcCpuinfoMinimal.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300983/+files/ProcCpuinfoMinimal.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] ProcEnviron.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300984/+files/ProcEnviron.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] Re: Folder pane text overflows

2019-10-28 Thread Rowan Wookey
See attached screenshot and I've run `apport-collect 1850081` let me
know if you need anything else :)

** Attachment added: "Screenshot_20191028_213026.jpeg"
   
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1850081/+attachment/5300987/+files/Screenshot_20191028_213026.jpeg

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] Dependencies.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300977/+files/Dependencies.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] Prefs.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "Prefs.txt"
   https://bugs.launchpad.net/bugs/1850081/+attachment/5300982/+files/Prefs.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] Lspci.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1850081/+attachment/5300980/+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/1850081

Title:
  Folder pane text overflows

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

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

[Bug 1850081] IpAddr.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "IpAddr.txt"
   https://bugs.launchpad.net/bugs/1850081/+attachment/5300978/+files/IpAddr.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] PciNetwork.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "PciNetwork.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300981/+files/PciNetwork.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] SubmittedCrashIDs.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "SubmittedCrashIDs.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300986/+files/SubmittedCrashIDs.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] PulseList.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300985/+files/PulseList.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] CurrentDmesg.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300976/+files/CurrentDmesg.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] IpRoute.txt

2019-10-28 Thread Rowan Wookey
apport information

** Attachment added: "IpRoute.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300979/+files/IpRoute.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] Re: Folder pane text overflows

2019-10-28 Thread Rowan Wookey
apport information

** Tags added: apport-collected eoan

** Description changed:

- After upgrading to Kubuntu 19.10 I noticed the text in the folder pane
- overflows which hides the unread count, it appears as if the text is
- behind the scrollbar.
+ After upgrading to Kubuntu 19.10 I noticed the text in the folder pane 
overflows which hides the unread count, it appears as if the text is behind the 
scrollbar.
+ --- 
+ ProblemType: Bug
+ AddonCompatCheckDisabled: False
+ ApportVersion: 2.20.11-0ubuntu8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USER PID ACCESS COMMAND
+  /dev/snd/controlC1:  rowan  2237 F pulseaudio
+  /dev/snd/controlC0:  rowan  2237 F pulseaudio
+ BuildID: 20191010144232
+ Channel: Unavailable
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 19.10
+ Extensions: extensions.sqlite corrupt or missing
+ ForcedLayersAccel: False
+ IfupdownConfig:
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
+ IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
+ InstallationDate: Installed on 2018-11-19 (343 days ago)
+ InstallationMedia: Kubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
+ Locales: extensions.sqlite corrupt or missing
+ MostRecentCrashID: bp-6abdd954-b5ad-4d9d-a828-9824b0180710
+ Package: thunderbird 1:68.1.2+build1-0ubuntu1
+ PackageArchitecture: amd64
+ Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
+ PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/thunderbird/omni.ja:greprefs.js:1141
+ PrefSources: prefs.js
+ ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
+ Profiles: Profile0 (Default) - LastVersion=68.1.2/20191010144232 (In use)
+ RunningIncompatibleAddons: False
+ Tags:  eoan
+ Themes: extensions.sqlite corrupt or missing
+ Uname: Linux 5.3.0-19-generic x86_64
+ UpgradeStatus: Upgraded to eoan on 2019-10-27 (1 days ago)
+ UserGroups: adm cdrom dip docker libvirt lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 07/22/2019
+ dmi.bios.vendor: Apple Inc.
+ dmi.bios.version: 187.0.0.0.0
+ dmi.board.name: Mac-E43C1C25D4880AD6
+ dmi.board.vendor: Apple Inc.
+ dmi.board.version: MacBookPro12,1
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Apple Inc.
+ dmi.chassis.version: Mac-E43C1C25D4880AD6
+ dmi.modalias: 
dmi:bvnAppleInc.:bvr187.0.0.0.0:bd07/22/2019:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
+ dmi.product.family: MacBook Pro
+ dmi.product.name: MacBookPro12,1
+ dmi.product.version: 1.0
+ dmi.sys.vendor: Apple Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1850081/+attachment/5300975/+files/AlsaInfo.txt

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

Title:
  Folder pane text overflows

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

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

[Bug 1850081] [NEW] Folder pane text overflows

2019-10-27 Thread Rowan Wookey
Public bug reported:

After upgrading to Kubuntu 19.10 I noticed the text in the folder pane
overflows which hides the unread count, it appears as if the text is
behind the scrollbar.

** Affects: thunderbird (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Folder pane text overflows

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

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

[Bug 1804849] [NEW] Horizontal lines with fractional HiDPI scaling

2018-11-23 Thread Rowan Wookey
Public bug reported:

As per https://bugs.kde.org/show_bug.cgi?id=373232 and
https://bugreports.qt.io/browse/QTBUG-66036 on KUbuntu Cosmic with a
HiDPI display and scaling set to a fraction horizontal lines appear in
Konsole.

** Affects: konsole (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Horizontal lines with fractional HiDPI scaling

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

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

[Bug 1393729] Re: package avahi-daemon 0.6.31-4ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2018-04-07 Thread Rowan Wookey
The same thing happens with 0.6.32~rc+dfsg-1ubuntu2.1

As a work around running `systemctl disable avahi-daemon.service` before
the upgrade then `systemctl enable avahi-daemon.service` after the
upgrade resolves the problem.

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

Title:
  package avahi-daemon 0.6.31-4ubuntu3 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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

[Bug 1720627] [NEW] Segfault when using docker and overlay2

2017-10-01 Thread Rowan Wookey
Public bug reported:

This is the same bug as https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=872926 which is fixed upstream by
https://github.com/sysstat/sysstat/commit/d40c8ecc530303d7e802617f21a9ac85dbcd68bd

Would it be possible to get this patch added?

** Affects: sysstat (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: sysstat (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #872926
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872926

** Also affects: sysstat (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872926
   Importance: Unknown
   Status: Unknown

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

Title:
  Segfault when using docker and overlay2

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

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

[Bug 1589005] Re: After update DNS work unstable

2017-04-11 Thread Rowan Wookey
I had an issue that sounds like this, after disconnecting from an
OpenVPN session my DNS would fail, killing dnsmasq and restarting
network manager would resolve the problem.

To fix it I removed all network interfaces (lan/wifi/vpn etc) from
network manager, rebooted, then re-added the interfaces, the problem
appears to have gone away. Hopefully others find this helpful.

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

Title:
  After update DNS work unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1589005/+subscriptions

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


[Bug 1621463] Re: Inconsistent naming of PHP7 apache module

2017-03-12 Thread Rowan Wookey
Fair enough I'll update the ansible issue.

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

Title:
  Inconsistent naming of PHP7 apache module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1621463/+subscriptions

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


[Bug 1621463] Re: Inconsistent naming of PHP7 apache module

2016-09-09 Thread Rowan Wookey
Correct me if I'm wrong but a2enmod is a Debian/Ubuntu thing not related
to the upstream, this appears to be due to the new naming scheme Ubuntu
has adopted. Previously PHP was php5 now Ubuntu has add php7.0, the
addition of .0 is an Ubuntu thing and inconsistent to previous releases.

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

Title:
  Inconsistent naming of PHP7 apache module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1621463/+subscriptions

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


[Bug 1621463] [NEW] Inconsistent naming of PHP7 apache module

2016-09-08 Thread Rowan Wookey
Public bug reported:

apache2ctl -M outputs the PHP 7 module as php7_module where as a2enmod
expects php7.0 this causes problems with automation tools see here
https://github.com/ansible/ansible-modules-core/issues/4744

** Affects: php7.0 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Inconsistent naming of PHP7 apache module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1621463/+subscriptions

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


[Bug 1577113] Re: 50/50 chance for BCM43602 to come up correctly during boot

2016-05-22 Thread Rowan Wookey
sudo modprobe -r brcmfmac && sudo modprobe brcmfmac also works for me on
my mac book pro running xenial mate edition.

Another note that if the laptop goes to sleep and wakes it may lose the
network interface. It appears as 'auto ethernet' when it's not
functioning properly.

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

Title:
  50/50 chance for BCM43602 to come up correctly during boot

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

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


[Bug 1407990] Re: apache2.4 mod-php5.5 random segmentation faults in zend_stack_push() and zend_hash_find()

2015-02-25 Thread Rowan Wookey
I've also encountered this I'm not positive that the sefaults are the
same, however, I disabled APC on 12.04 and the OPCache on 14.04 and the
servers have stopped segfaulting. Hopefully this helps!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1407990

Title:
  apache2.4 mod-php5.5 random segmentation faults in zend_stack_push()
  and  zend_hash_find()

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1407990] Re: apache2.4 mod-php5.5 random segmentation faults in zend_stack_push() and zend_hash_find()

2015-02-25 Thread Rowan Wookey
I've also encountered this I'm not positive that the sefaults are the
same, however, I disabled APC on 12.04 and the OPCache on 14.04 and the
servers have stopped segfaulting. Hopefully this helps!

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

Title:
  apache2.4 mod-php5.5 random segmentation faults in zend_stack_push()
  and  zend_hash_find()

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

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