[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:

[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

[Bug 1929449] Re: do not allow upgrades to hirsute for Apple hardware

2021-06-07 Thread Alyssa Rowan
I've reported the upgrade-blocking regression caused by the emergency quirk introduced in this bug as https://bugs.launchpad.net/ubuntu/+source/ubuntu-release- upgrader/+bug/1931112 - added a patch to remove the unknown-vendor side of the quirk (leaving the block at Apple-only for now, although I

[Bug 1931112] [NEW] Apple vendor quirk check for LP#1928434 incorrectly fails on all non-DMI hardware

2021-06-07 Thread Alyssa Rowan
Public bug reported: v 1:20.10.16 DistUpgradeQuirks.py, in _test_and_fail_on_apple fails if _readDMIVendor() returns null i.e. if /sys/class/dmi/id/sys_vendor is unknown. However, this is a very common case - it means almost all non-x86 hardware and many VMs (including my test case, WSL2 20.10

[Bug 1928434] Re: shim-signed does not boot on EFI 2.40 by Apple

2021-06-07 Thread Alyssa Rowan
That's because _test_and_fail_on_apple in DistUpgradeQuirks.py (see line 377) in the upgrader itself, is set to fail if vendor.startswith('Apple Inc.') OR if vendor is unknown i.e. /sys/class/dmi/id/sys_vendor is null (for example as it will be in WSL or just about any other system where DMI isn't

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[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:

[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

[Bug 1850081]

2019-11-09 Thread Rowan-8
68.1.2 for myself, I don't know what version the launchpad maintainer checked. -- 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

[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

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

[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

[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

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

[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:

[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:

[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:

[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

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

[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

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

[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:

[Bug 1850081] Re: Folder pane text overflows

2019-10-28 Thread Rowan Wookey
/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

[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

[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

[Bug 1780807] Re: Please provide ED25519 support in 18.04 OpenSSL

2018-09-11 Thread Alyssa Rowan
Should add to this: 1.1.1 is the LTS version of OpenSSL; 1.1.0 is no longer supported upstream. It's not going to be practical to backport anything to 1.1.0. 1.1.1 has no API breakage beyond 1.1.0 (which you already did) and you should upgrade this during bionic. 1.1.1 also adds TLSv1.3. If you

[Bug 1790010] [NEW] Default cursor size over dock after login

2018-08-30 Thread Rowan
Public bug reported: Dock, dash and top bar do not respect cursor size setting from "Settings" (gnome-control-center) straight after login. Occurring in Ubuntu 18.04.1, on two machines. Expected behaviour: cursor size set to medium (32px) or large (48px?) should remain consistent between

[Bug 1208719] Re: No progress bar for unread mail across Thunderbird launcher

2018-07-06 Thread Rowan Berkeley
** Changed in: thunderbird (Ubuntu) Status: Incomplete => 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/1208719 Title: No progress bar for unread mail across Thunderbird

[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

[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)

[Bug 1712968] [NEW] serf package has invalid systemd service and configuration

2017-08-24 Thread Rowan James
Public bug reported: Description:Ubuntu 16.04.3 LTS Release:16.04 serf: Installed: 0.6.4~ds1-1 Candidate: 0.6.4~ds1-1 Version table: *** 0.6.4~ds1-1 500 500 http://au.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages 100 /var/lib/dpkg/status Expected:

[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

[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:

[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

[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:

[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 1533436] Re: package websvn 2.3.3-1.1+deb7u1build0.14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-02 Thread Tom Rowan
Once again, I am unable to download updates. Any Idea when this bug will be addressed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1533436 Title: package websvn 2.3.3-1.1+deb7u1build0.14.04.1

[Bug 1533436] Re: package websvn 2.3.3-1.1+deb7u1build0.14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-23 Thread Tom Rowan
Now I cannot download updates because of this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1533436 Title: package websvn 2.3.3-1.1+deb7u1build0.14.04.1 failed to install/upgrade:

[Bug 1533436] [NEW] package websvn 2.3.3-1.1+deb7u1build0.14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-12 Thread Tom Rowan
Public bug reported: I get the warning to download files to update. It starts and goes for a while and then stops with the report of a problem. This is why I am making contact. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: websvn 2.3.3-1.1+deb7u1build0.14.04.1 ProcVersionSignature:

[Bug 1485870] [NEW] fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build

2015-08-18 Thread Rowan Berkeley
Public bug reported: something happening during update. ProblemType: Package DistroRelease: Ubuntu 15.04 Package: fglrx-core 2:15.200-0ubuntu4 ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2 Uname: Linux 3.19.0-25-generic x86_64 NonfreeKernelModules: wl .tmp.unity.support.test.0:

[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

[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

[Bug 1399740] Re: Unity: workspace switcher blocks the session

2015-01-06 Thread Nick Rowan
*** This bug is a duplicate of bug 1302883 *** https://bugs.launchpad.net/bugs/1302883 I know how to reproduce it: 1. Open three different application, i.e. Terminal, Firefox, Package Manager. 2. Launch Workspace Switcher. 3. Move one application down. 4. Move another application right. 5.

[Bug 1399740] [NEW] Unity: workspace switcher blocks the session

2014-12-05 Thread Nick Rowan
Public bug reported: This annoying bug happened twice during one week. Cannot reproduce this this intentionally though. When I click workspace switcher button and try to move a window from one workspace to another, everything freezes, except mouse pointer. I can move the pointer, but cannot do

[Bug 1393188] Re: First screenshot saved sticks for duration of session

2014-12-05 Thread Rowan Berkeley
I've received no response to this since I filed it three weeks ago. The fault remains, as I specified it, but I have noticed one curious detail: wherever the image scratchpad for screenshots may be, it is in fact large enough to hold not just one but two distinct screenshots before it is full. So

[Bug 1398498] BootLog.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: BootLog.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273132/+files/BootLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398498 Title:

[Bug 1398498] CurrentDmesg.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273133/+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/1398498

[Bug 1398498] GconfCompiz.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: GconfCompiz.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273136/+files/GconfCompiz.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398498

[Bug 1398498] DpkgLog.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: DpkgLog.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273135/+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/1398498 Title:

[Bug 1398498] LightdmDisplayLog.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: LightdmDisplayLog.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273137/+files/LightdmDisplayLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1398498] Re: Type a text, close laptop lid, open the lid, cannot type password

2014-12-02 Thread Nick Rowan
apport information ** Tags added: apport-collected ** Description changed: I am typing a text in Libre Office Writer or enter an address in Google Chrome. If I close the lid and open it again, I cannot type my password until I start tinkling with the keyboard layout switcher. When I

[Bug 1398498] ProcEnviron.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273143/+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/1398498

[Bug 1398498] LightdmLog.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: LightdmLog.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273140/+files/LightdmLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398498

[Bug 1398498] ProcModules.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273145/+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/1398498

[Bug 1398498] LightdmGreeterLogOld.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: LightdmGreeterLogOld.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273139/+files/LightdmGreeterLogOld.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1398498] UdevDb.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273146/+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/1398498 Title:

[Bug 1398498] ProcCpuinfo.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273142/+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/1398498

[Bug 1398498] Dependencies.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273134/+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/1398498

[Bug 1398498] LightdmGreeterLog.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: LightdmGreeterLog.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273138/+files/LightdmGreeterLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1398498] Lspci.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273141/+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/1398498 Title: Type

[Bug 1398498] UdevLog.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273147/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398498 Title:

[Bug 1398498] ProcInterrupts.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273144/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1398498] xdpyinfo.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: xdpyinfo.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273152/+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/1398498 Title:

[Bug 1398498] Xrandr.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: Xrandr.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273151/+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/1398498 Title:

[Bug 1398498] XorgLog.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: XorgLog.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273149/+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/1398498 Title:

[Bug 1398498] xserver.devices.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: xserver.devices.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273153/+files/xserver.devices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1398498] UnitySupportTest.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: UnitySupportTest.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273148/+files/UnitySupportTest.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1398498] XorgLogOld.txt

2014-12-02 Thread Nick Rowan
apport information ** Attachment added: XorgLogOld.txt https://bugs.launchpad.net/bugs/1398498/+attachment/4273150/+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/1398498

[Bug 1398570] [NEW] xmodmap settings are voided after a sleep

2014-12-02 Thread Nick Rowan
Public bug reported: I use Macbook Air. To switch Command and Control buttons, I created ~/.Xmodmap and added the following command to the startup applications list: xmodmap /home/nnrowan/.Xmodmap This works fine until I close my laptop's lid and open it again. After waking up, my xmodmap

[Bug 1398498] Re: Type a text, close laptop lid, open the lid, cannot type password

2014-12-02 Thread Nick Rowan
I have done some additional testing and found that it does not happen every time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398498 Title: Type a text, close laptop lid, open the lid, cannot

[Bug 1389858] Re: Libreoffice calc 4.2.7-0ubuntu1 not updating references after sort

2014-11-21 Thread Rowan
I've tested the build in the ppa with UpdateReferenceOnSort set to false and true and it still behaves weirdly. On my precise install which has 3.5.7.2 sorting by the attached spreadsheets 'Days' column keeps everyting referenced perfectly, with 4.2.7 no matter what I do I can't get it to keep the

[Bug 1389858] Re: Libreoffice calc 4.2.7-0ubuntu1 not updating references after sort

2014-11-21 Thread Rowan
I downloaded Libre Office 4.3.4.1 from the Libre Office website and that works as expected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389858 Title: Libreoffice calc 4.2.7-0ubuntu1 not updating

[Bug 1393188] Re: First screenshot saved sticks for duration of session

2014-11-17 Thread Rowan Berkeley
** Description changed: This is new since I upgraded to 14.10, about 60 hours ago. Tested through four sessions. Not affected by any action in destination folder (eg, deleting any existing screenshot files there). Not affected by whether screenshot application or print screen button is

[Bug 1393188] [NEW] First screenshot saved sticks for duration of session

2014-11-16 Thread Rowan Berkeley
Public bug reported: This is new since I upgraded to 14.10, about 60 hours ago. Tested through four sessions. Not affected by any action in destination folder (eg, deleting any existing screenshot files there). Not affected by whether screenshot application or print screen button is used; not

[Bug 1393188] Re: First screenshot saved sticks for duration of session

2014-11-16 Thread Rowan Berkeley
** Description changed: This is new since I upgraded to 14.10, about 60 hours ago. Tested through four sessions. Not affected by any action in destination folder (eg, deleting any existing screenshot files there). Not affected by whether screenshot application or print screen button is

[Bug 1392274] [NEW] wallpaper with multiple monitors incorrectly displays on login

2014-11-13 Thread Rowan
Public bug reported: If I set up a wallpaper with either the Zoom or Centre options under Appearance in System Settings with two monitors then after logging in, my laptop screen seems to display incorrectly. With zoom, the laptop screen zooms the image too much (perhaps to match the zoom for the

[Bug 1382679] [NEW] feed2imap version in Trusty is buggy 1.0, not 1.2

2014-10-17 Thread Rowan @ Jetboy
Public bug reported: On a fully patched (as of 17 Oct 2014) Trusty Server LTS the version of feed2imap installed is 1.0, evidenced by: sudo feed2imap --version = Feed2Imap v.1.0 /usr/lib/vendor_ruby/feed2imap/feed2imap.rb source = 1.0 However, Ubuntu/aptitude thinks it has 1.2 installed: sudo

[Bug 1367484] [NEW] Unity or X crashes out to login screen constantly

2014-09-09 Thread Rowan Payne
Public bug reported: I will randomly get a blank screen and then login screen. I am able to log in again but it usually happens within a few minutes of that. I started getting this after an update this morning. The output of /var/log/apt/history.log for that update is the following

[Bug 1305175] Re: openssl 1.0.1f 'ssl handshake failure' connection failure

2014-07-22 Thread Alyssa Rowan
Warning: Both RC4 and MD5 are INSECURE. They are susceptible to practical attacks. Do not use them. MD5 is already disabled by default. Real collisions have been produced, and used to forge certificates in the wild; its use as an HMAC is also strongly discouraged. It must never be used. RC4

[Bug 1322264] [NEW] Munin fails to generate graph, stat should be less than end

2014-05-22 Thread Rowan
Public bug reported: If rrd data is older than the graph period i.e. a week the graph fails to generate with error 'start should be less than end' issue has been reported and resolved upstream. Upstream issue http://munin-monitoring.org/ticket/1358 and upstream fix http://munin-

[Bug 1014257] Re: MySQL monitoring fails when used with Percona or MariaDB

2014-05-22 Thread Rowan
This is still present in trusty, it appears the plugin is ancient and hasn't been updated in years. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in Ubuntu. https://bugs.launchpad.net/bugs/1014257 Title: MySQL monitoring

[Bug 1322264] [NEW] Munin fails to generate graph, stat should be less than end

2014-05-22 Thread Rowan
Public bug reported: If rrd data is older than the graph period i.e. a week the graph fails to generate with error 'start should be less than end' issue has been reported and resolved upstream. Upstream issue http://munin-monitoring.org/ticket/1358 and upstream fix http://munin-

[Bug 1014257] Re: MySQL monitoring fails when used with Percona or MariaDB

2014-05-22 Thread Rowan
This is still present in trusty, it appears the plugin is ancient and hasn't been updated in years. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014257 Title: MySQL monitoring fails when used

[Bug 1286552] Re: No wifi after suspend

2014-04-27 Thread Mark Rowan
Removing Jupiter (as in comment https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/comments/60 ) has solved the problem for me. Additionally, suspending is now back to pre-13.04 speeds on my Thinkpad X220 (i.e. under 2 seconds). -- You received this bug notification because you are a

[Bug 1287361] Re: add support for keyboard shortcuts

2014-04-06 Thread Mark Rowan
When editing in the GMail webapp, it's not possible to select text with the mouse, or to alter the current selection with Shift+Up (all other arrow key combinations work). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1176355] Re: Can't access USB external disk

2014-01-02 Thread Rowan Potgieter
as I can only access my Ubuntu machine via the network and this was working 1 month ago. Rowan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1176355 Title: Can't access USB external disk To manage

[Bug 1161985] Re: Error sending ATA command IDENTIFY DEVICE

2014-01-02 Thread Rowan Potgieter
for me as I can only access my Ubuntu machine via the network and this was working 1 month ago. Rowan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1161985 Title: Error sending ATA command IDENTIFY

[Bug 1239218] Re: [regression] Rhythmbox crashes with segfault when playing next track

2013-10-25 Thread Rowan Lonsdale
This bug is affecting me too. However disabling the Cover art search plugin seemed to fix it for me. Currently, I'm not playing music from a library; just audio CDs. Playing a CD for which album art could be found didn't seem to present a problem, but a CD that album art couldn't be retrieved for

[Bug 1221544] Re: Choice of destination folder for Screenshot lost

2013-09-07 Thread Rowan Berkeley
Hey, the option's reappeared now. There was a kernel update with associated tweaks twiddles today, maybe that fixed it. Or maybe the option was there all along and I somehow missed it. So this bug can be written off as fixed, if it existed in the first place. But I would still like to see some

[Bug 1221544] [NEW] Choice of destination folder for Screenshot lost

2013-09-06 Thread Rowan Berkeley
Public bug reported: Screenshot destination folder now defaults to Pictures, was previously user-selectable in Screenshot GUI. I realise this probably reflects a conscious decision rather than an unintentional omission: someone just said to themselves: The user may previously have been able to

[Bug 1171663] Re: [regression] Icon count is not shown if the icon is not transformed

2013-08-15 Thread Rowan Berkeley
S Kitterman #31 says In the event that you encounter a regression using the package from -updates please report a new bug. Since the fix has not solved the problem I have done just that, and after 10 days no one has acknowledged or responded to my new bug report in any way.

  1   2   >