[Bug 1708735] Re: lapack fails the testsuite on ppc64el when built with -O3

2018-07-31 Thread Joel Stanley
The failing tests: *** FATAL ERROR - COMPUTED RESULT IS LESS THAN HALF ACCURATE *** EXPECTED RESULTCOMPUTED RESULT 1 ( 0.277223, -0.348651) ( 0.110137E+13, 0.164627E+13) 2 ( 0.806693, -0.492507) (

[Bug 1784349] Re: SEGV during startup on Power 8 system

2018-07-30 Thread Joel Stanley
This also happens on Power9. I was able to reproduce it with upstream's trunk as of last week. ** Bug watch added: Mozilla Bugzilla #1477176 https://bugzilla.mozilla.org/show_bug.cgi?id=1477176 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=1477176 Importance:

[Bug 1783705] Re: clang errors with __float128 is not supported on this target on ppc64le

2018-07-29 Thread Joel Stanley
The error is due to clang using this header: /usr/include/powerpc64le-linux-gnu/c++/8/bits/c++config.h The difference between this header for gcc7 and gcc8: --- /usr/include/powerpc64le-linux-gnu/c++/7/bits/c++config.h 2018-07-20 21:27:51.0 +0930 +++

[Bug 1783705] Re: clang errors with __float128 is not supported on this target on ppc64le

2018-07-29 Thread Joel Stanley
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84654 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1783705 Title: clang errors with __float128 is not supported on this target on ppc64le To manage

[Bug 1782716] Re: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout

2018-07-29 Thread Joel Stanley
Reproduced with 4.17-rc7 ** Tags added: kernel-bug-exists-upstream ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1782716 Title:

[Bug 1782716] Re: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout

2018-07-29 Thread Joel Stanley
With -rc7: [ 333.596521] EEH: PHB#33 failure detected, location: N/A [ 333.596563] CPU: 12 PID: 811 Comm: kworker/u257:1 Not tainted 4.18.0-041800rc7-generic #201807292230 [ 333.596576] Workqueue: events_unbound commit_work [drm_kms_helper] [ 333.596578] Call Trace: [ 333.596582]

[Bug 1782716] Re: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout

2018-07-29 Thread Joel Stanley
With upstream kernels I get this (and a frozen desktop): [ 2604.488694] [drm] dce_get_required_clocks_state: clocks unsupported disp_clk 681000 pix_clk 154000 [ 2634.551719] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2634.554170] cfg80211: Loaded X.509 cert

[Bug 1783705] [NEW] clang errors with __float128 is not supported on this target on ppc64le

2018-07-26 Thread Joel Stanley
Public bug reported: Running Ubuntu cosmic on ppc64le, since the GCC 8 update I am unable to compile programs with clang that include cmath: $ cat foo.cpp #include int main() { } $ clang++ foo.cpp In file included from foo.cpp:1: In file included from

[Bug 1782716] Re: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout

2018-07-20 Thread Joel Stanley
After that, it fails to recover: 2372.712463] [drm:amdgpu_dm_atomic_check [amdgpu]] *ERROR* [CRTC:43:crtc-0] hw_done or flip_done timed out [ 2538.367847] INFO: task kworker/u257:2:8785 blocked for more than 120 seconds. [ 2538.367917] Not tainted 4.17.0-5-generic #6-Ubuntu [ 2538.367968]

[Bug 1782716] [NEW] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout

2018-07-20 Thread Joel Stanley
Public bug reported: Running the 4.17.0-5-generic kernel on a ppc64le machine with a Radeon R9 Fury GPU 0033:01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Fiji [Radeon R9 FURY / NANO Series] (rev ff) [ 2361.958847] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring

[Bug 1727689] [NEW] irq error at boot on ASUS E402SA

2017-10-26 Thread Joel Stanley
Public bug reported: I see this in the kernel log at every boot: [2.709788] irq 171, desc: a038fa08a600, depth: 1, count: 0, unhandled: 0 [2.709790] ->handle_irq(): 810e5b60, [2.709793] handle_bad_irq+0x0/0x230 [2.709794] ->irq_data.chip(): 81f711a0, [

[Bug 1710560] [NEW] i3status cannot parse it's configuration file

2017-08-14 Thread Joel Stanley
Public bug reported: $ i3status -v i3status 2.11 (2017-01-21) © 2008 Michael Stapelberg and contributors $ i3status internal error in cfg_init_defaults(order) /etc/i3status.conf:9: no such option 'general' $ head /etc/i3status.conf # i3status configuration file. # see "man i3status" for

[Bug 1648267] Re: Regression with Zesty binutils building u-boot

2016-12-08 Thread Joel Stanley
you can reproduce with the following: git clone git://git.denx.de/u-boot cd u-boot CROSS_COMPILE=arm-linux-gnueabi- make rock2_defconfig CROSS_COMPILE=arm-linux-gnueabi- make I spoke with Alan Modra, and the current theory is that it needs to be worked around in u-boot. I've submitted a patch

[Bug 1648267] Re: Regression with Zesty binutils building u-boot

2016-12-07 Thread Joel Stanley
Prior to this commit linking works: https://sourceware.org/git/gitweb.cgi?p=binutils- gdb.git;a=commit;h=1a9ccd70f9a7 "Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries." -- You received this bug

[Bug 1648267] [NEW] Regression with Zesty binutils building u-boot

2016-12-07 Thread Joel Stanley
Public bug reported: With GNU ld (GNU Binutils for Ubuntu) 2.27.51.20161202 (arm-linux- gnueabi), building my u-boot target fails: LD u-boot arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try linking with -N arm-linux-gnueabi-ld.bfd: final link failed: Bad value

[Bug 1640670] [NEW] Crash in GfxICCBasedColorSpace::parse

2016-11-09 Thread Joel Stanley
Public bug reported: #0 cmsGetColorSpace (hProfile=0x0) at cmsio0.c:934 #1 0x7f174b47b438 in GfxICCBasedColorSpace::parse(Array*, OutputDev*, GfxState*, int) () from /usr/lib/x86_64-linux-gnu/libpoppler.so.61 #2 0x7f174b47a952 in GfxColorSpace::parse(GfxResources*, Object*,

[Bug 1640670] Re: Crash in GfxICCBasedColorSpace::parse

2016-11-09 Thread Joel Stanley
libpoppler61: Installed: 0.44.0-3ubuntu2 liblcms2-2: Installed: 2.7-1ubuntu1 evince: Installed: 3.22.0-0ubuntu1 On Ubuntu 16.10 amd64. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1640670

[Bug 1626371] Re: cdc_ether fills kernel log

2016-09-21 Thread Joel Stanley
This out of tree driver suggests it's a RTL8153 device under the covers: https://github.com/rickhofstede/linksys_usb3gigv1_linux/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1626371 Title:

[Bug 1626371] Re: cdc_ether fills kernel log

2016-09-21 Thread Joel Stanley
The hub is a OneLink+. The USB CDC device is: $ sudo lsusb -vv -d 17ef:3054 [sudo] password for joel: Protocol spec without prior Class and Subclass spec at line 13605 Bus 002 Device 004: ID 17ef:3054 Lenovo Device Descriptor: bLength18 bDescriptorType 1 bcdUSB

[Bug 1626371] [NEW] cdc_ether fills kernel log

2016-09-21 Thread Joel Stanley
Public bug reported: On my Lenovo X1 4th gen with a dock attached: [ 1764.086306] cdc_ether 2-4.1.3:2.0 enx0050b6d331fe: kevent 11 may have been dropped [ 1764.150317] cdc_ether 2-4.1.3:2.0 enx0050b6d331fe: kevent 11 may have been dropped The USB Ethernet device would warn occasionally under

[Bug 1594671] Re: warn in skl_update_other_pipe_wm

2016-06-28 Thread Joel Stanley
I believe this is a duplicate of #1567417 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594671 Title: warn in skl_update_other_pipe_wm To manage notifications about this bug go to:

[Bug 1567417] Re: WARN_ON(!wm_changed) skl_update_other_pipe_wm+0x16c/0x180 [i915_bpo]

2016-06-28 Thread Joel Stanley
I see this on my Lenovo X1 Carbon (4th gen), a skylake machine. I believe this upstream bug is related: https://bugs.freedesktop.org/show_bug.cgi?id=89055 Comment #62 says: The series that fixes this bug has now been merged to our drm-intel- nightly branch. It should land upstream in kernel

[Bug 1594671] [NEW] warn in skl_update_other_pipe_wm

2016-06-21 Thread Joel Stanley
Public bug reported: Lenovo X1 Carbon 4th gen (Skylake) with the latest firmware. When plugging a monitor in to the DisplayPort connection on my dock, the display froze. No keyboard input appeared to be working, and the "mute" LEDs would not light when I pressed the F1/Mute key. However the

[Bug 1464560] Re: Backport request: include PRD support for OpenPower kernels

2015-07-16 Thread Joel Stanley
I need to run 'clean' first. Sorry for the noise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1464560 Title: Backport request: include PRD support for OpenPower kernels To manage notifications

[Bug 1464560] Re: Backport request: include PRD support for OpenPower kernels

2015-07-16 Thread Joel Stanley
Thanks Chris. I'm not familiar with the Ubuntu kernel build scripts, any idea what I'm missing here (apart from debian/control, obviously): ~/dev/kernels/ubuntu-vivid :lp1464560 $ find . -name control ./debian/tests/control ~/dev/kernels/ubuntu-vivid :lp1464560 $ fakeroot debian/rules

[Bug 1464560] Re: Backport request: include PRD support for OpenPower kernels

2015-07-16 Thread Joel Stanley
Hey Chris, I managed to build a kernel (took some stuffing about, nouveau wouldn't build) here and give it a spin on an OpenPower box. From my minimal The PRD and MTD functionality appears be good to go. Where do we go from here? Are we able to get this into a -proposed kernel so our test teams

[Bug 1464560] Re: Backport request: include PRD support for OpenPower kernels

2015-07-14 Thread Joel Stanley
Hello, Have these patches made their way into a kernel? If you need any help from the IBM side then please let me know. One issue that's come up since Jeremy posted the list of patches is a bug fix powerpc/powernv: Fix vma page prot flags in opal-prd driver. Can we please get that added in

Re: [Bug 1464560] Re: Backport request: include PRD support for OpenPower kernels

2015-07-14 Thread Joel Stanley
On Wed, Jul 15, 2015 at 2:21 AM, Chris J Arges 1464...@bugs.launchpad.net wrote: Ok I have the set of patches in my tree now, in addition there is a config change needed. Does the following work? MTD_POWERNV_FLASH = m OPAL_PRD = m Yes, that looks good to me. If you want to push your tree

[Bug 1371834] [NEW] Chrome causes segfault in i965_dri.so

2014-09-19 Thread Joel Stanley
Public bug reported: Running chrome 38.0.2125.66-1 on Ubuntu 14.10, on Lenovo X230 When I start a new instance of chrome, it cannot enable WebGL. I have reported that bug separately to chrome at https://code.google.com/p/chromium/issues/detail?id=416207 I suspect the cause of the bug is in

[Bug 1278285] Re: git send-email fails SSL certificate verification

2014-03-23 Thread Joel Stanley
This has been fixed in git 1:1.9.1-1 ** Changed in: git (Ubuntu) Status: New = 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/1278285 Title: git send-email fails SSL certificate

[Bug 1284372] Re: Failure to suspend on Lenovo X230

2014-03-02 Thread Joel Stanley
Hello Christopher, As you can see in comment #6, the kenrel log for the Ubuntu kernel is attached. What extra information do you require? ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed ** Tags removed: needs-kernel-logs -- You received this bug notification because you

[Bug 1284372] Re: Failure to suspend on Lenovo X230

2014-02-26 Thread Joel Stanley
** Attachment added: suspend-fail-3.14.0-031400rc4-generic https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1284372/+attachment/3997507/+files/suspend-fail-3.14.0-031400rc4-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1284372] Re: Failure to suspend on Lenovo X230

2014-02-26 Thread Joel Stanley
** Attachment added: suspend-fail-3.14.0-031400rc4-generic https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1284372/+attachment/3997506/+files/suspend-fail-3.14.0-031400rc4-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1284372] Re: Failure to suspend on Lenovo X230

2014-02-26 Thread Joel Stanley
** Attachment added: suspend-fail-3.13.0-12-generic https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1284372/+attachment/3997508/+files/suspend-fail-3.13.0-12-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1284372] Re: Failure to suspend on Lenovo X230

2014-02-26 Thread Joel Stanley
Attached is the dmesg output for 3.13.0-12 and mainline 3.14-rc4. In both cases the system suspends the first time after boot, but subsequent suspends fail. The mainline kernel doesn't contain the i915 backtrace, so perhaps this is unrelated? -- You received this bug notification because you

[Bug 1284372] Re: Failure to suspend on Lenovo X230

2014-02-26 Thread Joel Stanley
** Tags added: kernel-bug-exists-upstream ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1284372 Title: Failure to suspend on

[Bug 1284372] Re: Failure to suspend on Lenovo X230

2014-02-26 Thread Joel Stanley
Taking a closer look: [ 274.333064] pci_pm_suspend(): e1000_suspend+0x0/0x20 [e1000e] returns -2 [ 274.333067] dpm_run_callback(): pci_pm_suspend+0x0/0x150 returns -2 [ 274.333069] PM: Device :00:19.0 failed to suspend async: error -2 If I rmmod e1000e before suspend the issue goes away.

[Bug 1284372] [NEW] Failure to suspend on Lenovo X230

2014-02-24 Thread Joel Stanley
Public bug reported: My system tries to enter suspend, but bails back out with the following: [77808.028591] WARNING: CPU: 2 PID: 20791 at /build/buildd/linux-3.13.0/drivers/gpu/drm/i915/intel_uncore.c:125 gen6_gt_check_fifodbg.isra.9+0x38/0x50 [i915]() [77808.028592] MMIO read or write has

[Bug 1278285] Re: git send-email fails SSL certificate verification

2014-02-10 Thread Joel Stanley
The entire thread is at: https://www.mail- archive.com/g...@vger.kernel.org/msg42105.html If I revert this change, or set smtpsslcertpath = '/etc/ssl/certs' in my .gitconfig, the issue goes away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1278285] [NEW] git send-email fails SSL certificate verification

2014-02-09 Thread Joel Stanley
Public bug reported: When using git send-email via the Gmail SMTP servers, I get the following error: STARTTLS failed! SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/lib/git-core/git-send-email line 1241.

[Bug 1269651] Re: UI for adding sametime account is empty

2014-01-17 Thread Joel Stanley
The cause of this was a bad libsametime package. If you encounter this bug, make sure you have installed a valid libsametime from the Ubuntu repository. ** Changed in: empathy (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1269651] [NEW] UI for adding sametime account is empty

2014-01-15 Thread Joel Stanley
Public bug reported: Fresh Ubuntu 13.10 installation. 1. Installed account-plugin-sametime to use sametime. 2. Navigated to the Online Accounts dialog in gnome-control-center 3. selected Add account..., Sametime. 4. UI only shows Please enter your account details, Cancel and Done buttons,

[Bug 982021] Re: [i965gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 - occurred on resume, with horizontal stretching

2012-04-19 Thread Joel Stanley
I can't recall exactly how it looked. The stretching iirc wasn't just horizontal, it was in both axes: as though I was zoomed in on the top left corner of the framebuffer. The stretching wasn't a straight magnification, it appeared as though every second column of pixels were missing (black?). I

[Bug 982021] [NEW] [i965gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100

2012-04-14 Thread Joel Stanley
Public bug reported: On resume screen was stretched horizontally ProblemType: Crash DistroRelease: Ubuntu 12.04 Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-3.8-generic 3.2.0-rc4 Uname: Linux 3.2.0-3-generic x86_64 .tmp.unity.support.test.0:

[Bug 982021] Re: [i965gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100

2012-04-14 Thread Joel Stanley
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/982021 Title: [i965gm] GPU lockup EIR: 0x0010 PGTBL_ER: 0x0100 To manage notifications about this bug go to:

[Bug 786170] Re: libgtk-3-bin failed to install/upgrade: diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin clashes with same diversion by libgtk3.0-bin

2011-05-23 Thread Joel Stanley
$ apt-cache policy libgtk3.0-bin libgtk3.0-bin: Installed: (none) Candidate: (none) Version table: 3.0.0-0ubuntu1 0 100 /var/lib/dpkg/status -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 705400] [NEW] Sync fldigi from Debian experimental

2011-01-20 Thread Joel Stanley
Public bug reported: Binary package hint: fldigi Debian experimental has 3.20.28-1, and the latest upstream release is 3.20.34. Natty currently has fldigi 3.20.23-1build1. Having a the newest possible version in Ubuntu would be desirable. ** Affects: fldigi (Ubuntu) Importance: Undecided

[Bug 701926] [NEW] fldigi bad dependencies

2011-01-12 Thread Joel Stanley
Public bug reported: Binary package hint: fldigi The package is not installable in natty, after libxmlrpc-core-c3-0 replaced libxmlrpc-core-c3. Also, there is a newer version in debian experimental that could be sync'd. ** Affects: fldigi (Ubuntu) Importance: Undecided Status:

[Bug 409819] Re: [regression] Built-in mic not working after pulse updates on Karmic. Intel 82801H (ICH8 Family) sound card.

2010-12-14 Thread Joel Stanley
I still have this issue with Ubuntu Natty on a Thinkpad X300, running 2.6.37-9-generic. Output of alsa-info.sh: http://www.alsa- project.org/db/?f=1ceb88a7dee1e10d2b80d0c5cb1c18069f85f8b9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 687464] Re: package fails to build from source

2010-12-13 Thread Joel Stanley
The following upstream commit looks like it would resolve this issue: http://gnuradio.org/redmine/repositories/diff/gnuradio/usrp2/host/lib/usrp2.cc?rev=d2888160c3fca8da2152f8690dda7ae40d9a9163 It is attached as a diff. ** Patch added: gnuradio_gcc45_fix.patch

[Bug 595764] Re: Mouse often hangs after upgrade to 35-2, 35-4 kernels

2010-06-25 Thread Joel Stanley
This appears to be the issue described in this lkml thread: http://www.gossamer-threads.com/lists/linux/kernel/1236723 I have seen it with 2.6.35-{2,5} kernels with Lucid and also Maverick userspace. Happens on every boot, 4 kslowd threads. My hardware is a Thinkpad X200 with Intel GM45

[Bug 561148] Re: Ethernet fails on Lenovo S10e

2010-04-12 Thread Joel Stanley
*** This bug is a duplicate of bug 60764 *** https://bugs.launchpad.net/bugs/60764 Also occurs with 2.6.31-20, on two separate machines. ** This bug has been marked a duplicate of bug 60764 Large file transfer gives error: Corrupted MAC on input -- Ethernet fails on Lenovo S10e

[Bug 561148] [NEW] Ethernet fails on Lenovo S10e

2010-04-11 Thread Joel Stanley
Public bug reported: System has been up for a number of days. Ethernet has failed on a few occasions, stops responding to ping. ifconfig shows it still has ip address. ProblemType: KernelOops Annotation: Your system might become unstable now and might need to be restarted. AplayDevices:

[Bug 561148] Re: Ethernet fails on Lenovo S10e

2010-04-11 Thread Joel Stanley
** Attachment added: AlsaDevices.txt http://launchpadlibrarian.net/43878957/AlsaDevices.txt ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/43878958/BootDmesg.txt ** Attachment added: Card0.Amixer.values.txt

[Bug 425186] [NEW] Pidgin must use gnome-network-properties

2009-09-06 Thread Joel Stanley
Public bug reported: Binary package hint: pidgin Gnome now uses gnome-network-properties instead of gnome-network- preferences for Gnome proxy configuration. The attached patch changes this to work on Karmic and Jaunty. Please consider it for inclusion. ** Affects: pidgin (Ubuntu)

[Bug 425186] Re: Pidgin must use gnome-network-properties

2009-09-06 Thread Joel Stanley
** Attachment added: pidgin_proxy_settings.patch http://launchpadlibrarian.net/31391101/pidgin_proxy_settings.patch -- Pidgin must use gnome-network-properties https://bugs.launchpad.net/bugs/425186 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 425185] Re: Pidgin must use gnome-network-properties

2009-09-06 Thread Joel Stanley
** Attachment added: pidgin_proxy_settings.patch http://launchpadlibrarian.net/31391069/pidgin_proxy_settings.patch -- Pidgin must use gnome-network-properties https://bugs.launchpad.net/bugs/425185 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 425185] [NEW] Pidgin must use gnome-network-properties

2009-09-06 Thread Joel Stanley
Public bug reported: Binary package hint: pidgin Gnome now uses gnome-network-properties instead of gnome-network- preferences for Gnome proxy configuration. The attached patch changes this to work on Karmic and Jaunty. Please consider it for inclusion. ** Affects: pidgin (Ubuntu)

[Bug 425186] Re: Pidgin must use gnome-network-properties

2009-09-06 Thread Joel Stanley
*** This bug is a duplicate of bug 425185 *** https://bugs.launchpad.net/bugs/425185 ** This bug has been marked a duplicate of bug 425185 Pidgin must use gnome-network-properties -- Pidgin must use gnome-network-properties https://bugs.launchpad.net/bugs/425186 You received this bug

[Bug 392346] Re: needs update to 0.9.4

2009-07-23 Thread Joel Stanley
Is there any movement on this? Debian has a 0.9.4+cvs20090629-2 in unstable. There are a few bugs opened against it, but most releate to not being in sync with the latest binutils (a problem which the current Ubuntu package has; it needs to be rebuilt whenever binutils is uploaded to get the

[Bug 312830] Re: glPushAttrib(GL_POINT_BIT) causes GL error GL_INVALID_ENUM on i915_dri.so

2009-06-18 Thread Joel Stanley
This appears to be fixed using Jaunty and packages from the xorg-edgers PPA. -- glPushAttrib(GL_POINT_BIT) causes GL error GL_INVALID_ENUM on i915_dri.so https://bugs.launchpad.net/bugs/312830 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 316215] Re: rule to enable use of android's adb

2009-05-05 Thread Joel Stanley
I see the same product id and lshal output for my ADP1. The 0bb4:0c01 is the id you will see when booting a Dream into HBOOT, the bootloader. Stock G1s won't be able to do this. Apparently it's also the id for phones that have adb disabled, and/or an older version of the firmware, but I can't

[Bug 329545] Re: pyglet.gl.lib.GLException: invalid operation

2009-03-15 Thread Joel Stanley
The upstream bug report is at http://code.google.com/p/pyglet/issues/detail?id=388. It appears launchpad does not recognise this as a bug tracker URL :( The upstream bug has the comment I've same trouble on some hardware. PYGLET_GRAPHICS_VBO=0 is solution... Which I can confirm works for me.

[Bug 336225] [NEW] python-mechanize fails to import with python2.6

2009-03-01 Thread Joel Stanley
Public bug reported: Binary package hint: python-mechanize $ python -c 'import mechanize' /usr/lib/python2.6/dist-packages/mechanize/_auth.py:14: DeprecationWarning: the md5 module is deprecated; use hashlib instead import re, base64, urlparse, posixpath, md5, sha, sys, copy

[Bug 336225] Re: python-mechanize fails to import with python2.6

2009-03-01 Thread Joel Stanley
I'm not sure how I could be more clear and specific. Which part of my bug report do you not understand? With Jaunty being the only release of Ubuntu that ships python2.6, that would be the release I am running. -- python-mechanize fails to import with python2.6

[Bug 327671] Re: python-gconf: built with rpath

2009-02-19 Thread Joel Stanley
As pointed out by Andrés Ambrois on IRC, it appears this issue could be solved by syncing gnome-python with Debian experimental: gnome-python (2.22.3-1) experimental; urgency=low . [ Luca Bruno ] * New upstream release * rules: - Remove patch system * Add docs file *

[Bug 326312] Re: firefox-3.1 fails to start: Could not find compatible GRE

2009-02-15 Thread Joel Stanley
I'm still seeing this on jaunty. I tried removing the existing firefox-3.1 profile, and it did not help. $ apt-cache policy firefox-3.1 firefox-3.1: Installed: 3.1~b3~hg20090205r23182+nobinonly-0ubuntu1 Candidate: 3.1~b3~hg20090205r23182+nobinonly-0ubuntu1 Version table: ***

[Bug 329545] [NEW] pyglet.gl.lib.GLException: invalid operation

2009-02-14 Thread Joel Stanley
Public bug reported: Binary package hint: python-pyglet I have some Python code that will constantly cause pyglet.gl.lib.GLException: invalid operation to be thrown. I report it as a bug here as it is a regression for Jaunty; the same code works fine on previous disto versions. I can reproduce

[Bug 329545] Re: pyglet.gl.lib.GLException: invalid operation

2009-02-14 Thread Joel Stanley
** Attachment added: Pyglet debugging information http://launchpadlibrarian.net/22619438/pyglet.info -- pyglet.gl.lib.GLException: invalid operation https://bugs.launchpad.net/bugs/329545 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 329545] Re: pyglet.gl.lib.GLException: invalid operation

2009-02-14 Thread Joel Stanley
** Attachment added: Output of code exhibiting the error http://launchpadlibrarian.net/22619454/ovpc.log ** Description changed: Binary package hint: python-pyglet I have some Python code that will constantly cause pyglet.gl.lib.GLException: invalid operation to be thrown. I report

[Bug 316215] Re: rule to enable use of android's adb

2009-02-08 Thread Joel Stanley
Per Scott's recommendation, this is a HAL rule we need, not udev. ** Changed in: hal (Ubuntu) Sourcepackagename: udev = hal -- rule to enable use of android's adb https://bugs.launchpad.net/bugs/316215 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 316215] Re: rule to enable use of android's adb

2009-01-20 Thread Joel Stanley
** Attachment added: 20-adb.fdi http://launchpadlibrarian.net/21469831/20-adb.fdi -- rule to enable use of android's adb https://bugs.launchpad.net/bugs/316215 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 316215] Re: rule to enable use of android's adb

2009-01-20 Thread Joel Stanley
Attached is an attempt at a hal fdi for the G1/Android Dev Phone 1. Also attached is the output of hald --verbose=yes when plugging in the device. I attach the log as the device is not getting sufficient permissions from hal/policykit with access_control.type set to pda. ** Attachment added:

[Bug 316215] Re: rule to enable use of android's adb

2009-01-15 Thread Joel Stanley
Generally speaking, adb doesn't allow you to brick your phone. It can give you a non-root shell (root on a dev phone, but if you have a dev phone there's plenty of ways to brick), install and remove applications, pull and push files from/to the device. I saw your new udev-extras package. Not

[Bug 316215] [NEW] rule to enable use of android's adb

2009-01-11 Thread Joel Stanley
Public bug reported: Binary package hint: udev The Android developer kit has software that talks to a device over usb. It requires a udev rule to set the correct permissions, as described at: http://code.google.com/android/intro/develop-and- debug.html#developingondevicehardware The rule is:

[Bug 300292] Re: warning issued in iwl3945 about rs_get_rate

2008-11-20 Thread Joel Stanley
** Changed in: linux (Ubuntu) Sourcepackagename: None = linux -- warning issued in iwl3945 about rs_get_rate https://bugs.launchpad.net/bugs/300292 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 250139] Re: iwl4965: Can not allocate SKB buffers

2008-11-04 Thread Joel Stanley
Yes, I have rebooted since installing the updates. I believe the only time I saw the SKB errors was when my machine was running out of memory and oomkiller was invoked. In the mean time I have switched from Ubuntu's kernels to running 2.6.28 release candidates, so it is unlikely I will see this

[Bug 250139] Re: iwl4965: Can not allocate SKB buffers

2008-10-25 Thread Joel Stanley
Sorry, I failed to mention that I have l-b-m installed $ apt-cache policy linux-backports-modules-2.6.27-7-generic linux-backports-modules-2.6.27-7-generic: Installed: 2.6.27-7.4 and I have seen the issue with this version of iwlagn installed. -- iwl4965: Can not allocate SKB buffers

[Bug 250139] Re: iwl4965: Can not allocate SKB buffers

2008-10-24 Thread Joel Stanley
I'm still seeing the SKB buffers message with 2.6.27-7-generic on amd64. -- iwl4965: Can not allocate SKB buffers https://bugs.launchpad.net/bugs/250139 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 286370] Re: iwlcore: general protection fault in iwl_eeprom_query

2008-10-22 Thread Joel Stanley
I've been running l-b-m and it appears to have solved the issue. -- iwlcore: general protection fault in iwl_eeprom_query https://bugs.launchpad.net/bugs/286370 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 287393] Re: ACPI Exception (evregion-0419)

2008-10-22 Thread Joel Stanley
I am seeing this too on my ThinkPad X300: [54319.781066] ACPI: EC: missing confirmations, switch off interrupt mode. [54320.285110] ACPI Exception (evregion-0419): AE_TIME, Returned by Handler for [EmbeddedControl] [20080609] [54320.285144] ACPI Error (psparse-0530): Method parse/execution

[Bug 286370] [NEW] iwlcore: general protection fault in iwl_eeprom_query

2008-10-20 Thread Joel Stanley
Public bug reported: I've had several gpf backtraces over the past week, all are similar to below. I've been running 2.6.27 since rc1, and it has only been happening with recent (2.6.27-5-generic ish onwards) kernels. general protection fault: [1] SMP CPU 0 Pid: 6027, comm:

[Bug 286370] Re: iwlcore: general protection fault in iwl_eeprom_query

2008-10-20 Thread Joel Stanley
** Attachment added: kernel log http://launchpadlibrarian.net/18729676/gpf.dmesg ** Description changed: I've had several gpf backtraces over the past week, all are similar to - below: + below. I've been running 2.6.27 since rc1, and it has only been + happening with recent

[Bug 269926] Re: missing iwlwifi-4965-2.ucode

2008-09-23 Thread Joel Stanley
l-r-m contains some startup scripts and an executable. After reading http://lwn.net/Articles/299483/ on speeding up boot time, it sounds like it would be a good idea to not have these files run on startup, but still be able to use ones Intel wireless card and dvb tuner, for example. Could the

[Bug 273532] Re: gnome-power-manager crashed with SIGSEGV in g_closure_invoke()

2008-09-23 Thread Joel Stanley
*** This bug is a duplicate of bug 269083 *** https://bugs.launchpad.net/bugs/269083 ** Attachment added: CoreDump.gz http://launchpadlibrarian.net/17877660/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/17877661/Dependencies.txt ** Attachment added:

[Bug 263555] Re: [intrepid] 2.6.27 e1000e driver places Intel ICH8 and ICH9 gigE chipsets at risk

2008-09-23 Thread Joel Stanley
I was using 2.6.27-rc era e1000e on a Dell desktop machine and my ThinkPad X300 for a few weeks, and they operated fine. Both machines have the Intel 965 video chipset. -- [intrepid] 2.6.27 e1000e driver places Intel ICH8 and ICH9 gigE chipsets at risk https://bugs.launchpad.net/bugs/263555 You

[Bug 179771] Re: pidgin crashed with SIGSEGV in gtk_text_buffer_get_insert()

2008-09-18 Thread Joel Stanley
WFM in Intrepid. Feel free to close. ** Bug watch added: Pidgin Trac #2532 http://developer.pidgin.im/ticket/2532 ** Also affects: pidgin via http://developer.pidgin.im/ticket/2532 Importance: Unknown Status: Unknown -- pidgin crashed with SIGSEGV in

[Bug 262935] Re: gnome-power-manager crashed with SIGSEGV in gpm_cell_array_update()

2008-09-01 Thread Joel Stanley
** Visibility changed to: Public -- gnome-power-manager crashed with SIGSEGV in gpm_cell_array_update() https://bugs.launchpad.net/bugs/262935 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 262935] Re: gnome-power-manager crashed with SIGSEGV in gpm_cell_array_update()

2008-09-01 Thread Joel Stanley
Looks like this was fixed upstream, svn r2882: 2008-08-14 Richard Hughes [EMAIL PROTECTED] * src/gpm-cell-array.c: (gpm_cell_percent_changed_cb): The callback passes a gfloat, not a guint. Fixes #547766 http://svn.gnome.org/viewvc/gnome-power- manager?view=revisionrevision=2882 ** Bug watch

[Bug 256887] Re: thinkpad_acpi complains that hotkey-setup is doing the wrong thing

2008-08-28 Thread Joel Stanley
23:14 shenki mjg59: do you know what this message is about: 23:14 shenki thinkpad_acpi: setting the hotkey mask to 0x00ff is likely not the best way to go about it 23:15 mjg59 Yes, with recent thinkpad_acpis userspace shouldn't be setting hotkey_mask Seeing

[Bug 259129] Re: synaptics (almost) crashes in recent kernels

2008-08-26 Thread Joel Stanley
I see this too with 2.6.27-rc4. From the page that Alex linked to is the attached patch. The fix is to change KEY_MAX to sizeof(evbits), to match the proper use of the ioctl. Commit c0edf5ab7f7dda32987f2d8461f0c61b6b4bd764 in debian's xserver- xorg-input-synaptics git repo added the patch, and

[Bug 186259] Re: transmission crashed with SIGSEGV

2008-07-01 Thread Joel Stanley
Crash hasn't occurred in several months of use. ** Changed in: transmission (Ubuntu) Status: Incomplete = Fix Released -- transmission crashed with SIGSEGV https://bugs.launchpad.net/bugs/186259 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 239182] Re: segfualt in cairo_draw_with_xlib

2008-06-12 Thread Joel Stanley
Changing to XAA didn't help at all. Removing swfdec, firefox defaults back to gnash which doesn't crash. Thanks Benjamin for the link to the mozilla bug. -- segfualt in cairo_draw_with_xlib https://bugs.launchpad.net/bugs/239182 You received this bug notification because you are a member of

[Bug 57843] Re: rebuild or merge with metacity

2008-06-11 Thread Joel Stanley
Metacity now ships with the compositor available. ** Changed in: spiftacity (Ubuntu) Status: New = Invalid -- rebuild or merge with metacity https://bugs.launchpad.net/bugs/57843 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 239182] Re: segfualt in cairo_draw_with_xlib

2008-06-11 Thread Joel Stanley
** Attachment added: gdb.txt http://launchpadlibrarian.net/15197971/gdb.txt -- segfualt in cairo_draw_with_xlib https://bugs.launchpad.net/bugs/239182 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 239182] [NEW] segfualt in cairo_draw_with_xlib

2008-06-11 Thread Joel Stanley
Public bug reported: Binary package hint: firefox-3.0 Ubuntu Hardy 64bit, latest updates as of 2008-06-11. firefox: 3.0~rc1+nobinonly-0ubuntu0.8.04.1 xulrunner: 1.9~rc1+nobinonly-0ubuntu1~8.04.2 Backtrace attached. ** Affects: firefox-3.0 (Ubuntu) Importance: Undecided Status:

[Bug 239182] Re: segfualt in cairo_draw_with_xlib

2008-06-11 Thread Joel Stanley
I could reproduce every time by visiting this URL: http://www.last.fm/music/The+Herd/_/Toorali * libcairo1.6.0-0ubuntu1 * icedtea-gcjwebplugin 1.0-0ubuntu5 * libswfdec-0.7-0 0.7.1~20080523 (this comes from https://launchpad.net/~juliank/+archive) Extensions installed * adblock plus * ubuntu

[Bug 200057] Re: HP / Compaq laptops crash with port 0x80 delay write

2008-04-01 Thread Joel Stanley
Using the above kernel, I can now boot the machine and it appears stable. This is on hardy amd64, up to date as of today. Thank you for your work Tim - this will mean a great deal to those who own HP/Compaq laptops. -- HP / Compaq laptops crash with port 0x80 delay write

[Bug 200057] Re: HP / Compaq laptops crash with port 0x80 delay write

2008-03-30 Thread Joel Stanley
Three weeks have elapsed since this one was reported. Can we please have a response from the kernel team? If it has not been made clear: without this fix HP/Compaq laptops with AMD chipsets will be unusable for another 6 months until Ubuntu switches to a =2.6.25 kernel. I believe it should be a

[Bug 45034] Re: Hibernate does not work on LG LW40

2008-03-13 Thread Joel Stanley
I no longer own the hardware, so I would have no issue with closing this one. (And looking back over it, i think it was just an issue with my swap space going walkies) -- Hibernate does not work on LG LW40 https://bugs.launchpad.net/bugs/45034 You received this bug notification because you are

  1   2   >