[Bug 190587] Re: Local root exploit in kernel 2.6.17 - 2.6.24 (vmsplice)

2008-02-10 Thread Andrew Martin
Confirmed on feisty AMD64 (i386 isn't affected, AMD64 is). ** Also affects: linux-source-2.6.20 (Ubuntu) Importance: Undecided Status: New -- Local root exploit in kernel 2.6.17 - 2.6.24 (vmsplice) https://bugs.launchpad.net/bugs/190587 You received this bug notification because you

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2008-01-14 Thread Andrew Martin
I've found a workaround (solution?) to this problem. A stack trace revealed the problem to be occurring in gethostbyname_r in libnss. Specifying C(XX)FLAGS=DUNDEF_HAVE_GETHOSTBYNAME_R will cause the code to compile without using gethostbyname_r (it will fall back to gethostbyname, using pthread

[Bug 636311] Re: Keyboard special keys interfere with mouse

2010-11-18 Thread Andrew Martin
+1 on The Fiddler, James N and Royisr. This is a major bug and a fix (even an imperfect one) needs to be pushed out as a matter of extreme urgency. I know a lot of people with MS keyboards, and most of them don't know what a PPA is or how to reload usbhid. I'm lucky enough to know how to play

[Bug 636311] Re: Keyboard special keys interfere with mouse

2010-12-02 Thread Andrew Martin
I applied all of the updates (including latest kernel) at about 10AM GMT today, and everything appears to now be working. No mouse pointer glitches either, everything just works as expected. Never installed the PPA packages. Using Microsoft Digital Media Pro keyboard (P/N X800153-011) and old

[Bug 636311] Re: Keyboard special keys interfere with mouse

2010-12-02 Thread Andrew Martin
Sorry, should have said. Function keys (F1...F12) all work fine here too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/636311 Title: Keyboard special keys interfere with mouse -- ubuntu-bugs

[Bug 1047566] Re: Memory leaks when using NFS

2012-09-17 Thread Andrew Martin
I spoke with someone else who had this same issue on both 3.2.0-29-generic and 3.2.0-30-generic (Ubuntu-specific kernels). He was running ext3 so that can eliminate it as being an issue exclusively with ext4. This person reports switching to the mainline kernel, version 3.2.27-generic, appears to

[Bug 990913] Re: RAID goes into degrade mode on every boot 12.04 LTS server

2013-07-01 Thread Andrew Martin
I have also noticed this bug on an Ubuntu 12.04 server. The workaround I've come up with is: * install the backported Quantal kernel (3.5.x) by installing the linux-generic-lts-quantal package * add the following patch to /usr/share/initramfs-tools/scripts/mdadm-functions: ---

[Bug 1047566] Re: Memory leaks when using NFS

2012-09-13 Thread Andrew Martin
** Package changed: ubuntu = nfs-utils (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047566 Title: Memory leaks when using NFS To manage notifications about this bug go to:

[Bug 1047566] Re: Memory leaks when using NFS

2012-09-13 Thread Andrew Martin
I am also experiencing this bug on 12.04 amd64 with 3.2.0-26-generic and 3.2.0-27-generic. I am running an NFS server and a Samba server. Similar to the original reporter I am serving many small files from an ext4 partition to a number of NFS clients. I believe they are almost exclusively using

[Bug 1646607] Re: Imagemagick "Text to Image" -size and -pointsize behavior broken after security fix

2017-01-16 Thread Andrew Martin
Any updates on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1646607 Title: Imagemagick "Text to Image" -size and -pointsize behavior broken after security fix To manage notifications

[Bug 1617919] Re: mdadm segfault error 4 in libc-2.23.so

2016-10-24 Thread Andrew Martin
I'm still seeing this on 4.4.0-38-generic and the same versions of libc and mdadm that you listed in comment 2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1617919 Title: mdadm segfault error 4 in

[Bug 1646607] [NEW] Imagemagick "Text to Image" -size and -pointsize behavior broken after security fix

2016-12-01 Thread Andrew Martin
Public bug reported: There was a USN published on 11/30/16 for several CVEs: https://www.ubuntu.com/usn/usn-3142-1/ I am running imagemagick on Ubuntu 14.04, and consequently was upgraded to version 8:6.7.7.10-6ubuntu3.3 via unattended-upgrades. However, after this upgrade, I find that behavior

[Bug 1674733] Re: php_network_getaddresses since last update

2017-03-22 Thread Andrew Martin
*** This bug is a duplicate of bug 1674532 *** https://bugs.launchpad.net/bugs/1674532 I'm also seeing this on 14.04.5 with the following versions: # apt-cache show libc6 | grep Version Version: 2.19-0ubuntu6.11 Version: 2.19-0ubuntu6 Restarting php5-fpm temporarily fixes the problem, but it

[Bug 1673462] [NEW] zabbix-frontend-php now depends on php-bcmath and php-mbstring

2017-03-16 Thread Andrew Martin
Public bug reported: I've been running zabbix on Ubuntu 16.04 for awhile now, but recently the Zabbix WebUI stopped working with these errors in /var/log/apache2/error.log: PHP Fatal error: Uncaught Error: Call to undefined function bccomp() in /usr/share/zabbix/include/db.inc.php:891 PHP

[Bug 1673462] Re: zabbix-frontend-php now depends on php-bcmath and php-mbstring

2017-07-13 Thread Andrew Martin
Okay thanks, this was awhile ago so it sounds like the fix was pushed in the update you mentioned -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1673462 Title: zabbix-frontend-php now depends on

[Bug 1903595] [NEW] librdkafka1 several versions behind

2020-11-09 Thread Andrew Martin
Public bug reported: In Ubuntu's 20.04 repository, librdkafka1 is on version 1.2.1, but the latest stable version is 1.5.2. There have been security fixes that Magnus Edenhill has released since version 1.2.1. It would be nice for these to land in the Ubuntu repository. ** Affects: librdkafka