Bug#903113: mytop error when using MySQL ANSI_QUOTES mode: Use of uninitialized value in string ne at /usr/bin/mytop line 1063.

2018-07-06 Thread Michael Wood
to swap the single quotes to double quotes in that line, and vice versa as in the attached patch. -- Michael Wood Description: fix quoting when in ANSI_QUOTES mode Author: Michael Wood Bug-Ubuntu: https://bugs.launchpad.net/bugs/1778745 --- a/mytop +++ b/mytop @@ -1059,7 +1059,7 @@ sub GetData()

Bug#416524: linux-image-2.6.18-3-xen-686: kernel BUG at fs/fuse/control.c:82!

2007-03-28 Thread Michael Wood
: ded63d80 edx: cd044d80 [...] -- Michael Wood <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#416524: linux-image-2.6.18-3-xen-686: kernel BUG at fs/fuse/control.c:82!

2007-03-28 Thread Michael Wood
Package: linux-image-2.6.18-3-xen-686 Version: 2.6.18-8 Severity: normal I have a directory on a remote machine mounted to my machine via sshfs. Earlier today there was a networking issue, which I suspect is related to the bug. For over an hour my machine was unable to see the remote machine.

Bug#403624: ls: relocation error: /lib/libacl.so.1: symbol getxattr, version ATTR_1.0 not defined

2006-12-18 Thread Michael Wood
Package: coreutils Version: 5.97-5.2 Severity: important I upgraded various things including libacl1. After that, "ls -l" doesn't work. Without "-l" it works fine. $ ls -l ls: relocation error: /lib/libacl.so.1: symbol getxattr, version ATTR_1.0 not defined in file libattr.so.1 with link time

Bug#379101: examples/ip_user-example.conf in squid_2.5.14-1 and squid-common_2.6.1-3

2006-07-27 Thread Michael Wood
he way it works? How do apt-get and aptitude do it? -- Michael Wood <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#379101: examples/ip_user-example.conf in squid_2.5.14-1 and squid-common_2.6.1-3

2006-07-21 Thread Michael Wood
Package: squid-common Version: 2.6.1-3 Severity: normal squid_2.5.14-1 and squid-common_2.6.1-3 both contain the following file: ./usr/share/doc/squid/examples/ip_user-example.conf squid_2.6.1-3 depends on squid-common_2.6.1-3 but squid-common_2.6.1-3 does not conflict with squid_2.5.14-1, so the

Bug#336837: python2.4 reports "day of year out of range" for time.strftime of valid dates

2005-11-01 Thread Michael Wood
Package: python2.4 Version: 2.4.2-1 Severity: normal $ python2.4 Python 2.4.2 (#2, Sep 29 2005, 00:23:59) [GCC 4.0.2 (Debian 4.0.1-9)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import time >>> day = (2005, 11, 1) >>> time.strftime('%d-%b-%Y', day + (0,)

Bug#335878: python2.3 segfaults with time.strftime() and invalid date

2005-10-26 Thread Michael Wood
Package: python2.3 Version: 2.3.5-8 Severity: normal $ python Python 2.3.5 (#2, Aug 30 2005, 15:50:26) [GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import time >>> time.strftime('%d-%b-%Y', (2005,12,99) +