[Bug 1972913] [NEW] man pages are out of date

2022-05-10 Thread Kevin Turner
Public bug reported: `man java` shows a man page for some build of JDK 8 in 2015, not the `java` included in this package with documentation appropriate for the included JVM. ProblemType: Bug DistroRelease: Ubuntu 21.10 Package: openjdk-11-jre-headless 11.0.15+10-0ubuntu0.21.10.1

[Bug 1965644] [NEW] web interface fails to load jQuery

2022-03-19 Thread Kevin Turner
Public bug reported: When I enable the web service in Kodi and open it in a browser, it fails: Loading failed for the

[Bug 1793272] Re: latrace segfaults on armhf

2019-04-05 Thread Kevin Turner
This isn't just ARM. https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=907308 ** Bug watch added: Debian Bug tracker #907308 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907308 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1823416] Re: runaway high memory usage in lxqt-session

2019-04-05 Thread Kevin Turner
** Attachment added: "massif visualizer chart" https://bugs.launchpad.net/ubuntu/+source/lxqt-session/+bug/1823416/+attachment/5253280/+files/lxqt-session-massif.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1823416] [NEW] runaway high memory usage in lxqt-session

2019-04-05 Thread Kevin Turner
Public bug reported: lxqt-session had multiple gigabytes RSS memory. It seems to be related to what else is running at the time. In my case, it was playing a game. Similar report: https://github.com/lxqt/lxqt/issues/442 `valgrind --leak-check yes` didn't think these were unreachable leaks:

[Bug 1296136] Re: update-desktop-file-unity-webapps-launchpad.py crashed with AttributeError in /usr/lib/python2.7/dist-packages/gi/__init__.py: 'module' object has no attribute 'datetime_CAPI'

2014-03-29 Thread Kevin Turner
Okay, I found out that my $HOME/.local/lib/python2.7/site-packages/easy- install.pth had /usr/lib/pypy/lib_pypy in it, which was breaking things (particularly cffi-related things) pretty well. ** Changed in: unity-webapps-launchpad (Ubuntu) Status: New = Invalid -- You received this bug

[Bug 1292785] Re: software-center-dbus crashed with AttributeError in /usr/lib/python2.7/dist-packages/gi/_propertyhelper.py: 'module' object has no attribute '_gi'

2014-03-29 Thread Kevin Turner
Okay, I found out that my $HOME/.local/lib/python2.7/site-packages/easy- install.pth had /usr/lib/pypy/lib_pypy in it, which was breaking things (particularly cffi-related things) pretty well. ** Changed in: pygobject-2 (Ubuntu) Status: New = Invalid ** Changed in: software-center

[Bug 1296136] Re: update-desktop-file-unity-webapps-launchpad.py crashed with AttributeError in /usr/lib/python2.7/dist-packages/gi/__init__.py: 'module' object has no attribute 'datetime_CAPI'

2014-03-22 Thread Kevin Turner
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1296136 Title: update-desktop-file-unity-webapps-launchpad.py crashed with AttributeError in

[Bug 1292785] Re: software-center-dbus crashed with AttributeError in /usr/lib/python2.7/dist-packages/gi/_propertyhelper.py: 'module' object has no attribute '_gi'

2014-03-22 Thread Kevin Turner
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1292785 Title: software-center-dbus crashed with AttributeError in /usr/lib/python2.7

[Bug 1130385] [NEW] prompt to run ecryptfs-unwrap-passphrase long after filesystem was encrypted

2013-02-19 Thread Kevin Turner
Public bug reported: I set up this system with encrypted home directory when I first installed it, quite some months ago now. Today shortly after logging in I am getting the pop-up dialog inviting me to run ecryptfs-unwrap- passphrase. It is not at all clear why this is happening now. Is this

[Bug 905854] Re: memory leak in unity-2d-panel and indicator-multiload

2012-11-13 Thread Kevin Turner
Not sure if we could run some tools like valgrind on these processes to see where the leak is occurring. That's been done in bug 956810, which was marked as a duplicate of this one. I do believe the leak is in libdbusmenu. It shows up in indicator-multiload because the indicator changes its

[Bug 784808] Re: memory leak in menuitem_property_idle

2012-09-08 Thread Kevin Turner
The linked bug #784890 was marked as fixed, but the g_variant_parse leak in menuitem_property_idle still is present in libdbusmenu-0.6.2 in precise, according to massif (attached). And while I'm not sure I would have spotted it on my own, reading JKL's detailed explanation above and looking at

[Bug 956810] Re: Small memory leak (~200 KiB/h)

2012-09-08 Thread Kevin Turner
I confirmed with massif that the libdbusmenu menuitem_property_idle function in htorque's valgrind traceback allocating the bulk of the memory in the process and it increases linearly with time. See https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/784808/comments/3 -- You received

[Bug 784808] Re: memory leak in menuitem_property_idle

2012-09-08 Thread Kevin Turner
disregard that last sentence about g_variant_unref and g_variant_parse, I read that backwards. Upon further reading, I see that JKL's patch was applied, and so maybe this *was* fixed, but http://bazaar.launchpad.net/~dbusmenu- team/dbusmenu/trunk.0.6/revision/362.4.1 added an additional ref to

[Bug 956810] Re: Small memory leak (~200 KiB/h)

2012-09-08 Thread Kevin Turner
** Also affects: indicator-multiload 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/956810 Title: Small memory leak (~200 KiB/h) To manage notifications

[Bug 784808] Re: memory leak in menuitem_property_idle

2012-09-08 Thread Kevin Turner
*** This bug is a duplicate of bug 784890 *** https://bugs.launchpad.net/bugs/784890 ** This bug has been marked a duplicate of bug 784890 multiple reference leaks in server.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 956810] Re: Small memory leak (~200 KiB/h)

2012-09-08 Thread Kevin Turner
Okay, bug 784808 was instructive, but I think that one really _was_ resolved and it's a related (but not _exactly_ the same) issue we're dealing with here. I suspect the culprit is this patch http://bazaar.launchpad.net/~dbusmenu- team/dbusmenu/trunk.0.6/revision/362.4.1 to libdbusmenu. It adds

[Bug 956810] Re: Small memory leak (~200 KiB/h)

2012-09-07 Thread Kevin Turner
The filenames in that valgrind stack don't match those in the indicator- multiload source I have. They seem to all be standard glib files. Not sure if that narrows things down at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 956810] Re: Small memory leak (~200 KiB/h)

2012-09-07 Thread Kevin Turner
the menuitem_property_idle - g_variant_parse bits make it sound like bug LP #784890, but that was marked fixed in libdbusmenu (0.4.90-0ubuntu1) oneiric; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 974620] Re: Accelerated playback on YouTube swaps red and blue color channels

2012-04-06 Thread Kevin Turner
Probable duplicate of https://bugs.launchpad.net/ubuntu/+source/adobe- flashplugin/+bug/967091 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974620 Title: Accelerated playback on YouTube swaps red

[Bug 879774] [NEW] gdm does not automatically start after upgrade to 11.10

2011-10-22 Thread Kevin Turner
Public bug reported: After upgrading to 11.10, gdm no longer starts after boot. If I switch to a VT with a getty login, login, and do sudo service gdm start, it then starts up with no complaint. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gdm 3.0.4-0ubuntu11 ProcVersionSignature:

[Bug 879774] Re: gdm does not automatically start after upgrade to 11.10

2011-10-22 Thread Kevin Turner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/879774 Title: gdm does not automatically start after upgrade to 11.10 To manage notifications about this bug go to:

[Bug 816646] Re: no log in screen due to lightdm greeter not being installed

2011-10-22 Thread Kevin Turner
This claims Fix Released, but I have here an oneiric install (upgraded from natty) that has lightdm, attempts to start lightdm, but no greeter installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 879774] Re: gdm does not automatically start after upgrade to 11.10

2011-10-22 Thread Kevin Turner
You could chalk this up to bug #816646, it was trying to run lightdm instead of gdm but there was no lightdm greeter installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/879774 Title: gdm does

[Bug 843329] Re: No desktop background and distortion when moving windows.

2011-10-22 Thread Kevin Turner
for Unity though there is an other bug for the case when nautilus dont draw the desktop cause problems Do you have a link to that bug? I haven't found it yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 801585] Re: evolution crash does not produce crash report

2011-06-25 Thread Kevin Turner
gconftool /apps/update-notifier/show_apport_crashes is now true, /etc/default/apport has enabled=1, the service says it's started, but the behaviour is unchanged. I'd love to be able to submit useful crash reports because the crashing is dumb. :-/ -- You received this bug notification because

[Bug 801585] [NEW] evolution crash does not produce crash report

2011-06-24 Thread Kevin Turner
Public bug reported: evolution in crashing, but it doesn't leave an apport crash file, and the apport dialog doesn't open. Bug Buddy *does* open, but it says The bug reporting tool was unable to collect enough information about the crash to be useful to the developers, even though I've

[Bug 801585] Re: evolution crash does not produce crash report

2011-06-24 Thread Kevin Turner
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801585 Title: evolution crash does not produce crash report To manage notifications about this bug go to:

[Bug 761068] Re: Evolution FAILED: Directory not empty after 2.30-2.32 (Natty) Upgrade

2011-06-22 Thread Kevin Turner
I've been getting this error (on the mail/imap directories, not tasks). I don't have time to scrub sensitive data from my mail directories for submission to a public bug tracker this morning, but maybe can get to that sometime in the next week. -- You received this bug notification because you

[Bug 755230] Re: graphical glitches in unity (screen not being repainted)

2011-04-30 Thread Kevin Turner
happening here on a system just upgraded from 10.10. x86_64, nvidia. ** Attachment added: screenshot https://bugs.launchpad.net/unity/+bug/755230/+attachment/2101452/+files/unity-bg.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 327172] Re: Gwibber lists jump to top of page when updated

2010-11-15 Thread Kevin Turner
Glad to see this fixed in Maverick, but will the LTS release (Lucid) get it? -- Gwibber lists jump to top of page when updated https://bugs.launchpad.net/bugs/327172 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 597759] Re: won't import theora ogv

2010-06-24 Thread Kevin Turner
Ah, I see what happened. I started pitivi with pitivi out.ogv, and it gave me an error, since an .ogv isn't a valid project file. Okay, that's fine, I thought, I'll just use the import button instead of open. But somehow that had put it in to an invalid state where importing makes it say:

[Bug 597759] [NEW] won't import theora ogv

2010-06-23 Thread Kevin Turner
Public bug reported: Binary package hint: pitivi I recorded a file using gtkrecordmydesktop's default settings It produced an out.ogv file, which I tried dragging in to piviti and loading using the Import toolbar button. Neither produced any results. No Ok or Error or anything. ProblemType:

[Bug 597759] Re: won't import theora ogv

2010-06-23 Thread Kevin Turner
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/50807283/Dependencies.txt -- won't import theora ogv https://bugs.launchpad.net/bugs/597759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 575868] Re: [arrandale] thinkpad t510 starts in low graphics mode

2010-06-18 Thread Kevin Turner
Oh hey. Right. Okay, so I made that edit, and I don't get the low- graphics-mode warning on boot anymore. Potential remaining issues: 1) Does everyone with this configuration have to manually edit their xorg.conf? 2) The resolution on the gdm login screen is incorrect. -- [arrandale]

[Bug 578317] [NEW] Focus function skips emacs

2010-05-10 Thread Kevin Turner
Public bug reported: Binary package hint: gnome-do When I select Do's Focus function, my emacs windows do not appear in the list of choices to focus. xwininfo -all for one such window: xwininfo: Window id: 0x60018e8 README Root window id: 0x121 (the root window) (has no name) Parent

[Bug 578317] Re: Focus function skips emacs

2010-05-10 Thread Kevin Turner
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/48216969/Dependencies.txt -- Focus function skips emacs https://bugs.launchpad.net/bugs/578317 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 576531] [NEW] netdiscovery: relocation error segfault

2010-05-06 Thread Kevin Turner
Public bug reported: Binary package hint: xsane $ xsane netdiscovery: relocation error: /lib/libnss_files.so.2: symbol __rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference netdiscovery: relocation error: /lib/libnss_files.so.2: symbol __rawmemchr, version

[Bug 576531] Re: netdiscovery: relocation error segfault

2010-05-06 Thread Kevin Turner
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/47948837/Dependencies.txt -- netdiscovery: relocation error segfault https://bugs.launchpad.net/bugs/576531 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 575868] [NEW] thinkpad t510 (Intel HD Graphics) starts in low graphics mode

2010-05-05 Thread Kevin Turner
Public bug reported: Binary package hint: xorg When I boot this Lenovo Thinkpad T510, it gives me a little warning about booting into low graphics mode. Clicking the Restart X button results in an X session that is functional. graphics device is this: 00:02.0 VGA compatible controller [0300]:

[Bug 575868] Re: thinkpad t510 (Intel HD Graphics) starts in low graphics mode

2010-05-05 Thread Kevin Turner
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/47879784/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/47879785/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/47879786/Dependencies.txt **

[Bug 575868] Re: thinkpad t510 (Intel HD Graphics) starts in low graphics mode

2010-05-05 Thread Kevin Turner
** Attachment added: backed up logs from failsafeX http://launchpadlibrarian.net/47880182/failsafeX-backup-100505084947.tar -- thinkpad t510 (Intel HD Graphics) starts in low graphics mode https://bugs.launchpad.net/bugs/575868 You received this bug notification because you are a member of

[Bug 575873] Re: failsafeX archive log location is unexpanded in message

2010-05-05 Thread Kevin Turner
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/47880242/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/47880243/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/47880244/Dependencies.txt **

[Bug 575873] [NEW] failsafeX archive log location is unexpanded in message

2010-05-05 Thread Kevin Turner
Public bug reported: Binary package hint: xorg when I back up the logs from failsafeX, it gives you a message box that says: Relevant configuration and log files have been saved to: $xorg_backup_file (the value for xorg_backup_file is not interpolated) ProblemType: Bug DistroRelease:

[Bug 575904] [NEW] Software Packages Volume Detected dialog will not stay gone

2010-05-05 Thread Kevin Turner
Public bug reported: Binary package hint: gnome-disk-utility I'm running Lucid. I put in a Karmic 9.10 CD for purposes of installing a virtualbox image. On my (non-virtual) desktop, a dialog pops up Software Packages Volume Detected. I push cancel. A second later, it pops up again. Repeat.

[Bug 575904] Re: Software Packages Volume Detected dialog will not stay gone

2010-05-05 Thread Kevin Turner
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/47883890/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/47883891/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/47883892/ProcStatus.txt -- Software

[Bug 575230] [NEW] DebPackage.install fails byte_compile_default when self.default_runtime is None

2010-05-04 Thread Kevin Turner
Public bug reported: Binary package hint: python-central python-central is version 0.6.15ubuntu1 on Ubuntu 10.04 (Lucid). I've got a package here, the control file has XS-Python-Version and XB- Python-Version set to Python 2.5, and there is no Python 2.5 in Lucid. When it gets to the # byte

[Bug 575230] Re: DebPackage.install fails byte_compile_default when self.default_runtime is None

2010-05-04 Thread Kevin Turner
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/47799622/Dependencies.txt -- DebPackage.install fails byte_compile_default when self.default_runtime is None https://bugs.launchpad.net/bugs/575230 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 575230] Re: DebPackage.install fails byte_compile_default when self.default_runtime is None

2010-05-04 Thread Kevin Turner
hmm, this may be a dupe of bug #125889. -- DebPackage.install fails byte_compile_default when self.default_runtime is None https://bugs.launchpad.net/bugs/575230 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 575230] Re: DebPackage.install fails byte_compile_default when self.default_runtime is None

2010-05-04 Thread Kevin Turner
typo, meant bug #215889. -- DebPackage.install fails byte_compile_default when self.default_runtime is None https://bugs.launchpad.net/bugs/575230 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 572797] Re: Wireless never connects

2010-05-01 Thread Kevin Turner
Is this the same as #551413? -- Wireless never connects https://bugs.launchpad.net/bugs/572797 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 551413] Re: After update (03/29) Authentication times out cant connect to wpa protected network

2010-05-01 Thread Kevin Turner
I was having this issue today. I can't comment on the distinction between wpa vs wpa2, as I didn't have access to change the router. But I failed to associate with any of several WPA networks. wpasupplicant version: 0.6.9-3ubuntu3 linux-image version: 2.6.32-21.32 $ sudo lspci -vv -k -nn -s

[Bug 551413] Re: After update (03/29) Authentication times out cant connect to wpa protected network

2010-05-01 Thread Kevin Turner
is this the same as bug #572797? -- After update (03/29) Authentication times out cant connect to wpa protected network https://bugs.launchpad.net/bugs/551413 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 551413] Re: After update (03/29) Authentication times out cant connect to wpa protected network

2010-05-01 Thread Kevin Turner
** Attachment added: daemon.log containing networkmanager and wpasupplicant output http://launchpadlibrarian.net/47120988/daemon-excerpt.log -- After update (03/29) Authentication times out cant connect to wpa protected network https://bugs.launchpad.net/bugs/551413 You received this bug

[Bug 525599] Re: bubble is half off-screen

2010-04-07 Thread Kevin Turner
this bug doesn't seem to persist in Lucid -- bubble is half off-screen https://bugs.launchpad.net/bugs/525599 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 534780] Re: app seems to crash after selection of an entry-confirmation

2010-04-05 Thread Kevin Turner
** Also affects: playonlinux Importance: Undecided Status: New -- app seems to crash after selection of an entry-confirmation https://bugs.launchpad.net/bugs/534780 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 555596] [NEW] X crashes when switching from swkotor (wine) and back

2010-04-05 Thread Kevin Turner
Public bug reported: Binary package hint: nvidia-common To reproduce, I 1) start swkotor in wine 2) switch to another X desktop so swkotor is not exposed or have focus this usually works okay 3) switch back to swkotor sound stutters, screen flickers, until eventually I decide I need to

[Bug 555596] Re: X crashes when switching from swkotor (wine) and back

2010-04-05 Thread Kevin Turner
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43139936/Dependencies.txt -- X crashes when switching from swkotor (wine) and back https://bugs.launchpad.net/bugs/96 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 555596] Re: X crashes when switching from swkotor (wine) and back

2010-04-05 Thread Kevin Turner
Xorg log attached. Note at 01:07:56, when it starts switching modes twice a second, before I interrupted it and it segfaulted. ** Attachment added: Xorg.0.log http://launchpadlibrarian.net/43140552/swkotor-crashed-X -- X crashes when switching from swkotor (wine) and back

[Bug 555596] Re: X crashes when switching from swkotor (wine) and back

2010-04-05 Thread Kevin Turner
** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New -- X crashes when switching from swkotor (wine) and back https://bugs.launchpad.net/bugs/96 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 555596] Re: X crashes when switching from swkotor (wine) and back

2010-04-05 Thread Kevin Turner
** Attachment added: output from nvidia-bug-report.sh http://launchpadlibrarian.net/43141431/nvidia-bug-report.log.gz -- X crashes when switching from swkotor (wine) and back https://bugs.launchpad.net/bugs/96 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 549028] Re: ambience theme has syntax error in gtkrc

2010-04-05 Thread Kevin Turner
also true of Radiance: /usr/share/themes/Radiance/gtk-2.0/gtkrc:126: error: unexpected identifier `separatorstyle', expected character `}' -- ambience theme has syntax error in gtkrc https://bugs.launchpad.net/bugs/549028 You received this bug notification because you are a member of Ubuntu

[Bug 554079] Re: Lucid boot failed to complete after fsck

2010-04-02 Thread Kevin Turner
Something similar happened to me, the filesystem stopped at 78% for over 20 minutes. I couldn't figure out how to get to another vty or skip (as vmc notes, the press C to skip message was not visible), so I rebooted. Things booted up normally then. -- Lucid boot failed to complete after fsck

[Bug 554293] [NEW] broken symlink /usr/lib32/libpng.so

2010-04-02 Thread Kevin Turner
Public bug reported: Binary package hint: ia32-libs $ ls -l $( dpkg -L ia32-libs | grep -i png ) lrwxrwxrwx 1 root root 13 2010-03-21 20:38 /lib32/libpng12.so - libpng12.so.0 lrwxrwxrwx 1 root root 18 2010-03-21 20:38 /lib32/libpng12.so.0 - libpng12.so.0.42.0 -rw-r--r-- 1 root root

[Bug 542746] Re: does not terminate at computer shutdown

2010-03-22 Thread Kevin Turner
*** This bug is a duplicate of bug 539469 *** https://bugs.launchpad.net/bugs/539469 ** This bug is no longer a duplicate of bug 542745 does not terminate at computer shutdown ** This bug has been marked a duplicate of bug 539469 does not terminate at computer shutdown -- does not

[Bug 542745] Re: does not terminate at computer shutdown

2010-03-22 Thread Kevin Turner
*** This bug is a duplicate of bug 539469 *** https://bugs.launchpad.net/bugs/539469 ** This bug has been marked a duplicate of bug 539469 does not terminate at computer shutdown -- does not terminate at computer shutdown https://bugs.launchpad.net/bugs/542745 You received this bug

[Bug 542746] Re: does not terminate at computer shutdown

2010-03-22 Thread Kevin Turner
*** This bug is a duplicate of bug 539469 *** https://bugs.launchpad.net/bugs/539469 ** This bug is no longer a duplicate of bug 542745 does not terminate at computer shutdown ** This bug has been marked a duplicate of bug 539469 does not terminate at computer shutdown -- does not

[Bug 542745] Re: does not terminate at computer shutdown

2010-03-22 Thread Kevin Turner
*** This bug is a duplicate of bug 539469 *** https://bugs.launchpad.net/bugs/539469 ** This bug has been marked a duplicate of bug 539469 does not terminate at computer shutdown -- does not terminate at computer shutdown https://bugs.launchpad.net/bugs/542745 You received this bug

[Bug 525599] [NEW] bubble is half off-screen

2010-02-21 Thread Kevin Turner
Public bug reported: Binary package hint: notify-osd My notification bubbles are always only half on the screen. Screenshot attached. ProblemType: Bug Architecture: amd64 Date: Sun Feb 21 21:05:46 2010 DistroRelease: Ubuntu 9.10 GtkTheme: Human IconTheme: Humanity Lsusb: Bus 002 Device 002: ID

[Bug 525599] Re: bubble is half off-screen

2010-02-21 Thread Kevin Turner
** Attachment added: screenshot, see bubble on right http://launchpadlibrarian.net/39501684/notify-bug.png ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/39501685/BootDmesg.txt ** Attachment added: CurrentDmesg.txt

[Bug 438426] [NEW] package does not include executable scripts

2009-09-28 Thread Kevin Turner
Public bug reported: Binary package hint: bpython This package appears to have files only in /usr/share/doc, nothing in /usr/bin and no *.py files. That doesn't seem right. see http://packages.ubuntu.com/karmic/all/bpython/filelist or $ dpkg -c bpython_0.9.4-1_all.deb drwxr-xr-x root/root

[Bug 438426] Re: package does not include executable scripts

2009-09-28 Thread Kevin Turner
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/32636821/Dependencies.txt -- package does not include executable scripts https://bugs.launchpad.net/bugs/438426 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 97513] Re: squid starts before resolv.conf is populated

2009-06-26 Thread Kevin Turner
Yeah, this isn't just for roaming laptops, as Carlos noted this is a problem even for desktop installations that use network-manager to get DHCP from a wired interface. I looked through the network-manager revision history, and found this: network-manager (0.7.1~rc1-0ubuntu2) jaunty; urgency=low

[Bug 97513] Re: squid starts before resolv.conf is populated

2009-06-26 Thread Kevin Turner
Yeah, this isn't just for roaming laptops, as Carlos noted this is a problem even for desktop installations that use network-manager to get DHCP from a wired interface. I looked through the network-manager revision history, and found this: network-manager (0.7.1~rc1-0ubuntu2) jaunty; urgency=low

[Bug 230809] Re: sigabrt when font face set to Inconsolata

2008-07-28 Thread Kevin Turner
backtrace attached. I'm not sure I understand the -dbgsym packages, it installed something in /usr/lib/debug/usr/bin that says cannot execute binary file if I try to run it or ldd it, though file identifies it as an ELF executable. So here's gdb output from running the thing in /usr/bin (does it

[Bug 230809] Re: sigabrt when font face set to Inconsolata

2008-07-28 Thread Kevin Turner
backtrace of emacs-snapshot attached. (should this be filed under a different bug than the emacs22?) ** Attachment added: backtrace of emacs-snapshot 1:20080228-1ubuntu1 http://launchpadlibrarian.net/16372151/gdb-emacs-snapshot.txt -- sigabrt when font face set to Inconsolata

[Bug 230809] [NEW] sigabrt when font face set to Inconsolata

2008-05-15 Thread Kevin Turner
Public bug reported: Binary package hint: emacs22 Description:Ubuntu 8.04 Release:8.04 emacs22-gtk version 22.1-0ubuntu10.1 I start emacs22-gtk with -Q to make sure it has nothing to do with my local ~/.emacs, do M-x customize-face default set font family to Inconsolata, then

[Bug 230809] Re: sigabrt when font face set to Inconsolata

2008-05-15 Thread Kevin Turner
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/14544402/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/14544403/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/14544404/ProcStatus.txt -- sigabrt

[Bug 205259] Re: sigsegv with bcm4306

2008-03-30 Thread Kevin Turner
seems fixed with 0.6.6-0ubuntu4 -- sigsegv with bcm4306 https://bugs.launchpad.net/bugs/205259 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 205259] [NEW] sigsegv with bcm4306

2008-03-22 Thread Kevin Turner
Public bug reported: Binary package hint: network-manager NetworkManager segfaults when I try to join a network. (attaching syslog and gdb backtrace.) ProblemType: Bug Architecture: i386 Date: Sat Mar 22 12:55:54 2008 DistroRelease: Ubuntu 8.04 ProcEnviron:

[Bug 205259] Re: sigsegv with bcm4306

2008-03-22 Thread Kevin Turner
** Attachment added: d2-syslog.log http://launchpadlibrarian.net/12812565/d2-syslog.log -- sigsegv with bcm4306 https://bugs.launchpad.net/bugs/205259 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 205259] Re: sigsegv with bcm4306

2008-03-22 Thread Kevin Turner
lspci: 02:03.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 02) Subsystem: Dell TrueMobile 1300 WLAN Mini-PCI Card [1028:0001] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+

[Bug 205259] Re: sigsegv with bcm4306

2008-03-22 Thread Kevin Turner
running linux-image generic 2.6.24-12.22 network-manager 0.6.6-0ubuntu2 -- sigsegv with bcm4306 https://bugs.launchpad.net/bugs/205259 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 205259] Re: sigsegv with bcm4306

2008-03-22 Thread Kevin Turner
display that backtrace as text, not octet stream, crazy launchpad. ** Attachment added: backtrace from gdb http://launchpadlibrarian.net/12812719/nm-gdb.txt -- sigsegv with bcm4306 https://bugs.launchpad.net/bugs/205259 You received this bug notification because you are a member of Ubuntu

[Bug 205315] [NEW] b43legacy adds 30 seconds to boot time

2008-03-22 Thread Kevin Turner
Public bug reported: (Hardy Beta upgraded from Gutsy.) There's a mysterious pause in my boot time. Blacklisting the b43legacy driver knocks about 30 seconds off the time. Attaching bootcharts. When it's not blackloaded, this is the firmware its loading: Loading firmware version 0x127, patch

[Bug 205315] Re: b43legacy adds 30 seconds to boot time

2008-03-22 Thread Kevin Turner
** Attachment added: hardy-20080322-1.png http://launchpadlibrarian.net/12813537/hardy-20080322-1.png ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/12813538/Dependencies.txt -- b43legacy adds 30 seconds to boot time https://bugs.launchpad.net/bugs/205315 You

[Bug 205315] Re: b43legacy adds 30 seconds to boot time

2008-03-22 Thread Kevin Turner
** Attachment added: 44 secs, with b43legacy blacklisted http://launchpadlibrarian.net/12813552/hardy-20080322-2.png -- b43legacy adds 30 seconds to boot time https://bugs.launchpad.net/bugs/205315 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 144802] random image pixmaps in background

2007-09-25 Thread Kevin Turner
Public bug reported: Binary package hint: gnome-terminal When gnome-terminal scrolls, or when I switch focus, obscuring the window, and expose it again, junk shows up in the background. It could be a driver problem, but g-t is the only application I've seen this happen on. This is a fresh

[Bug 144802] Re: random image pixmaps in background

2007-09-25 Thread Kevin Turner
and this is with the default profile, no background image or transparent background set. using metacity as the WM. Attaching a screenshot. You can see how there are inverted chunks of graphics from firefox in there, and overlapping bits of text. ** Attachment added: g-t_bug.png

[Bug 138785] Try_Jobdir fails ungracefully when its maildir is missing.

2007-09-10 Thread Kevin Turner
Public bug reported: Binary package hint: buildbot buildbot.changes.maildir.Maildir.start raises a string exception if its maildir does not exist. String exceptions in python 2.5 are so bizzare that the twistd logger seems to stop logging entirely when it gets one, turning a minor configuration

[Bug 93603] Re: RFE: Add more php5 extensions (like php5-gmp)

2007-09-06 Thread Kevin Turner
+1 for the gmp extension. It is Very Useful for implementing OpenID, among other things. (You _can_ do the math in pure PHP, but it is _slow_.) -- RFE: Add more php5 extensions (like php5-gmp) https://bugs.launchpad.net/bugs/93603 You received this bug notification because you are a member of

[Bug 134764] version 8.77 available

2007-08-25 Thread Kevin Turner
Public bug reported: Binary package hint: dcraw A newer version is available upstream. This newer version is required to support my Canon A610 camera. ** Affects: dcraw (Ubuntu) Importance: Undecided Status: New -- version 8.77 available https://bugs.launchpad.net/bugs/134764

[Bug 110952] Re: i82801 fails to find Deskstar drive on boot

2007-08-11 Thread Kevin Turner
This bug persists in Gutsy Tribe 4. ** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New ** Attachment added: dmesg.log http://launchpadlibrarian.net/8785284/dmesg.log -- i82801 fails to find Deskstar drive on boot https://bugs.launchpad.net/bugs/110952

[Bug 110952] Re: i82801 fails to find Deskstar drive on boot

2007-08-11 Thread Kevin Turner
** Attachment added: lspci-vv.log http://launchpadlibrarian.net/8785287/lspci-vv.log -- i82801 fails to find Deskstar drive on boot https://bugs.launchpad.net/bugs/110952 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 110952] Re: i82801 fails to find Deskstar drive on boot

2007-08-11 Thread Kevin Turner
** Attachment added: lspci-vvn.log http://launchpadlibrarian.net/8785294/lspci-vvn.log -- i82801 fails to find Deskstar drive on boot https://bugs.launchpad.net/bugs/110952 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 110952] Re: i82801 fails to find Deskstar drive on boot

2007-08-11 Thread Kevin Turner
** Attachment added: proc_version.log http://launchpadlibrarian.net/8785295/proc_version.log -- i82801 fails to find Deskstar drive on boot https://bugs.launchpad.net/bugs/110952 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 110952] Re: i82801 fails to find Deskstar drive on boot

2007-08-11 Thread Kevin Turner
uname -a: Linux ubuntu 2.6.22-9-generic #1 SMP Fri Aug 3 00:50:37 GMT 2007 i686 GNU/Linux /proc/version_signature: Ubuntu 2.6.22-9.25-generic -- i82801 fails to find Deskstar drive on boot https://bugs.launchpad.net/bugs/110952 You received this bug notification because you are a member of

[Bug 110952] i82801 fails to find Deskstar drive on boot

2007-04-29 Thread Kevin Turner
Public bug reported: Binary package hint: linux-image-2.6.20-15-generic Feisty pauses during boot, saying ata2 is slow to respond, eventually gives up and moves on and this drive (master drive on second IDE channel) is not found. drive Model Number: IC35L120AVV207-0 motherboard IDE:

[Bug 110952] Re: i82801 fails to find Deskstar drive on boot

2007-04-29 Thread Kevin Turner
the boot message is: ata2: port failed to respond, Status 0x80 -- i82801 fails to find Deskstar drive on boot https://bugs.launchpad.net/bugs/110952 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 110952] Re: i82801 fails to find Deskstar drive on boot

2007-04-29 Thread Kevin Turner
package version -15.27 ** Attachment added: now with -nn http://librarian.launchpad.net/7469424/lspci-vvnn.log -- i82801 fails to find Deskstar drive on boot https://bugs.launchpad.net/bugs/110952 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

  1   2   >