[Bug 1825963] Re: Abysmal memory leak on tracker-extract

2019-06-02 Thread Sam Thursfield
Thanks for providing the 'minimap_area.dds' file. How many other files
are there in the same directory? And what is the total size of all of
these .dds files?


Running `tracker extract` on the given gives the following message:

Call to gst_discoverer_discover_uri(file:///.../minimap_area.dds) failed: 
Internal data stream error.
file:///.../minimap_area.dds: No metadata or extractor modules found to handle 
this file

I think this is pretty normal, that GStreamer's type detection code
sometimes reports an error when it fails to detect the type of a file.
Running with `env GST_DEBUG=2` doesn't show any unexpected messages.
Running under `valgrind` doesn't show any dramatic memory leak.

It's possible that this code path blows up on some larger files that are
in the same directory, though. Could you run `tracker extract *` inside
the problematic directory and see what happens? (This will run in the
foreground so you should be able to CTRL+c if it starts to eat all your
RAM ... which it hopefully will do so we can narrow down the problem :).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825963

Title:
  Abysmal memory leak on tracker-extract

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/1825963/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1167008] [NEW] Should warn users with non-PAE systems that Ubuntu has dropped support for their computers

2013-04-09 Thread Sam Thursfield
Public bug reported:

I upgraded my Thinkpad T40 system from Precise to Quantal yesterday.
It's quite a long-running Ubuntu install so I got various prompts from
dpkg about replacing config files etc., and one curious error that
linux-image-3.5.0-generic failed to install. After upgrading, 'apt-get'
was broken, suggesting I ran 'apt-get install -f' which proceeded to
fail to install linux-image-3.50-generic again. I noticed an error
message hidden amongst apt's output to the effect that the kernel cannot
be installed on my non-PAE hardware.

I would not have run the dist-upgrade in the first place, had I known
that in the long-term Quantal and future releases will not work on my
computer in any case (it still has the 3.2.0 kernel for now, but I don't
think that using an unsupported kernel is viable in the long term). It
would be great if update-manager could warn when it detects non-PAE
hardware to avoid others wasting an evening as I just have.

The only hint of dropping support in the release notes is the following
line:

Transitioning of the i386 generic-pae flavor to become the generic
flavor offering

I had no idea what PAE was until today, so this isn't enough in itself.

Release: Precise Pangolin
Hardware: IBM Thinkpad T40

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: dist-upgrade

** Tags added: dist-upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1167008

Title:
  Should warn users with non-PAE systems that Ubuntu has dropped support
  for their computers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1167008/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825367] [NEW] gjs fails to link with libmozjs

2011-08-12 Thread Sam Thursfield
Public bug reported:

Ubuntu 11.04
libgjs 0.7.13-2ubuntu1

Linking an app that depends on libgjs (this is edited from the real
command line):

libtool: link: gcc -pthread -DJS_THREADSAFE -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/gjs-1.0 
-I/usr/include/gobject-introspection-1.0 -I/usr/include/xulrunner-2.0 
-I/usr/include/nspr -Wall  -g -O2 -o .libs/foo foo.o -pthread 
-Wl,--export-dynamic  ./.libs/libfoo.so -L/usr/lib/i386-linux-gnu -lm 
/usr/lib/i386-linux-gnu/libgmodule-2.0.so -lgjs 
/usr/lib/i386-linux-gnu/libgobject-2.0.so 
/usr/lib/i386-linux-gnu/libgthread-2.0.so -lrt 
/usr/lib/i386-linux-gnu/libglib-2.0.so -pthread
/usr/bin/ld: warning: libmozjs.so, needed by /usr/lib/libgjs.so, not found (try 
using -rpath or -rpath-link)
/usr/lib/libgjs.so: undefined reference to `JS_NewCompartmentAndGlobalObject'
/usr/lib/libgjs.so: undefined reference to `JS_GC'
[... and so on for every symbol]

Somehow, -L/usr/lib/xulrunner-2.0/ has not appeared, even though
-I/usr/lib/xulrunner-2.0 *has* appeared. libtool tries to resolve the
libmozjs.so dep but it cannot find it.

I'm not sure if this is a bug in mozilla-js.pc or gjs.pc to be honest,
or somewhere else entirely ..

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Ubuntu 11.04
  libgjs 0.7.13-2ubuntu1
  
- Linking an app that depends on libgjs:
+ Linking an app that depends on libgjs (this is edited from the real
+ command line):
  
  libtool: link: gcc -pthread -DJS_THREADSAFE -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/gjs-1.0 
-I/usr/include/gobject-introspection-1.0 -I/usr/include/xulrunner-2.0 
-I/usr/include/nspr -Wall  -g -O2 -o .libs/foo foo.o -pthread 
-Wl,--export-dynamic  ./.libs/libfoo.so -L/usr/lib/i386-linux-gnu -lm 
/usr/lib/i386-linux-gnu/libgmodule-2.0.so -lgjs 
/usr/lib/i386-linux-gnu/libgobject-2.0.so 
/usr/lib/i386-linux-gnu/libgthread-2.0.so -lrt 
/usr/lib/i386-linux-gnu/libglib-2.0.so -pthread
  /usr/bin/ld: warning: libmozjs.so, needed by /usr/lib/libgjs.so, not found 
(try using -rpath or -rpath-link)
  /usr/lib/libgjs.so: undefined reference to `JS_NewCompartmentAndGlobalObject'
  /usr/lib/libgjs.so: undefined reference to `JS_GC'
+ [... and so on for every symbol]
  
  Somehow, -L/usr/lib/xulrunner-2.0/ has not appeared, even though
  -I/usr/lib/xulrunner-2.0 *has* appeared. libtool tries to resolve the
  libmozjs.so dep but it cannot find it.
  
  I'm not sure if this is a bug in mozilla-js.pc or gjs.pc to be honest,
  or somewhere else entirely ..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825367

Title:
  gjs fails to link with libmozjs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/825367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 825367] Re: gjs fails to link with libmozjs

2011-08-12 Thread Sam Thursfield
The app builds when configured with -R/usr/lib/xulrunner-2.0

Presumably this is therefore a build issue with gjs where the -rpath for
libmozjs.so is not encoded correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/825367

Title:
  gjs fails to link with libmozjs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/825367/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 541511] Re: MASTER: [i855] GPU lockup (apport-crash)

2010-07-04 Thread Sam Thursfield
Hi everyone!
My Thinkpad X40 (i915) was fixed by the driver in glasen's ppa (previously it 
locked up on boot with 2.6.32-22, although it worked fine with 2.6.31-20).

It all seems good except for playing a movie in totem, where I get some
sort of driver crash. The system is still responsive to eg. ACPI events
but the screen is totally blank. Attached is the backtrace from syslog

Thanks to everyone looking into this issue, nothing worse than
unsupportive vendors :(

** Attachment added: kernel crash log while playing a movie, i915 with glasen 
ppa driver
   
http://launchpadlibrarian.net/51384677/kernel%20lockup%20when%20playing%20a%20movie%20log.txt

-- 
MASTER: [i855] GPU lockup (apport-crash)
https://bugs.launchpad.net/bugs/541511
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 541511] Re: MASTER: [i855] GPU lockup (apport-crash)

2010-07-04 Thread Sam Thursfield
I've been blindly writing 'i915' as the graphics chip on the x40 when in
fact it's an 855GM, my bad

-- 
MASTER: [i855] GPU lockup (apport-crash)
https://bugs.launchpad.net/bugs/541511
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453567] Re: karmic beta live cd X settings out of range

2009-11-01 Thread Sam Thursfield
Here's how I got my system running for the record.
* Booted the live CD in safe graphics mode (F4 at the boot screen I think?), 
and ran the installer from there. The alternative (text-mode) installer would 
presumably also worked.
* Booted my new install in recovery mode, and went to a console.
* Edited my /etc/X/xorg.conf and inside Screen default there's a line which 
says something like Driver nv or nvidia or some such ... I changed this to 
vesa
* Now X would work, although it looked pretty bad
* Then Jockey told me proprietary drivers are available, and installed the 
proprietory driver.
* Now everything works fine

Hope this helps!

-- 
karmic beta live cd X settings out of range
https://bugs.launchpad.net/bugs/453567
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453567] Re: karmic beta live cd X settings out of range

2009-10-30 Thread Sam Thursfield
@Jolo yeah it's odd. I can't tell you how far out of range they are, all
I know is they each come up with a box saying Out of range :)

For me safe graphics mode works fine, setting the driver to Vesa works
fine (I assume that's the same thing :) and the proprietary NVIDIA
driver works fine. I've now installed 9.10 using this driver and no
problems at all.

I can help trying to find the issue but I don't know much about Xorg
drivers and that sort of thing, so I don't really know where to start.

-- 
karmic beta live cd X settings out of range
https://bugs.launchpad.net/bugs/453567
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453567] Re: karmic beta live cd X settings out of range

2009-10-29 Thread Sam Thursfield
I have this issue using the 9.10 final live CD. Graphics card is also an
onboard GeForce 7050PV. I have tried with 2 different monitors and same
story (I attach an xorg.log for each).

In this situation I can access the terminal, but it doesn't scroll up
until I switch to a different console - eg. when using less, I press
page down and the next line appears at the bottom of the screen, but no
more scrolling happens until I change to a different VT and back. And my
keyboard mapping isn't loaded.

I mention all this because in 'safe graphics mode' everything works
fine, including the console.


** Attachment added: dmesg
   http://launchpadlibrarian.net/34635607/dmesg

-- 
karmic beta live cd X settings out of range
https://bugs.launchpad.net/bugs/453567
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453567] Re: karmic beta live cd X settings out of range

2009-10-29 Thread Sam Thursfield

** Attachment added: Xorg.0.log.viewsonic
   http://launchpadlibrarian.net/34635702/Xorg.0.log.viewsonic

-- 
karmic beta live cd X settings out of range
https://bugs.launchpad.net/bugs/453567
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453567] Re: karmic beta live cd X settings out of range

2009-10-29 Thread Sam Thursfield

** Attachment added: Xorg.0.log-digimate
   http://launchpadlibrarian.net/34635774/Xorg.0.log-digimate

-- 
karmic beta live cd X settings out of range
https://bugs.launchpad.net/bugs/453567
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433969] Re: i915 KMS causes hang on bootup; Thinkpad x40

2009-09-28 Thread Sam Thursfield
*** This bug is a duplicate of bug 431812 ***
https://bugs.launchpad.net/bugs/431812

The new kernel boots fine, thanks

** This bug has been marked a duplicate of bug 431812
   i915: black screen on boot---fbcon loading (screen powers off); breaks 
(recovery mode), fsck, usplash, crypt password

-- 
i915 KMS causes hang on bootup; Thinkpad x40
https://bugs.launchpad.net/bugs/433969
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 436230] Re: thinkpad x40: backlight does not work after suspend

2009-09-24 Thread Sam Thursfield

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/32407560/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/32407561/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32407562/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32407563/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/32407564/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/32407566/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/32407568/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32407571/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32407572/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/32407573/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/32407574/Lspci.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/32407575/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/32407576/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32407577/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32407582/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32407583/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32407584/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/32407585/WifiSyslog.txt

-- 
thinkpad x40: backlight does not work after suspend
https://bugs.launchpad.net/bugs/436230
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 436230] [NEW] thinkpad x40: backlight does not work after suspend

2009-09-24 Thread Sam Thursfield
Public bug reported:

I just resumed from suspend on Karmic alpha 6. The backlight is now not
on at all, although there is a picture on the screen (I am actually
typing this on the unlit screen :). Neither the fn+brightness controls
nor the /proc/acpi/ibm/brightness or /proc/../video do anything to turn
on the backlight. However other acpi things there are working.

ProblemType: Bug
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sam1594 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981B at irq 17'
   Mixer name   : 'Analog Devices AD1981B'
   Components   : 'AC97a:41445374'
   Controls  : 28
   Simple ctrls  : 20
Date: Thu Sep 24 23:03:31 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=34164c27-8be8-4b4d-9547-e13d46cf4212
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: IBM 2372PG6
Package: linux-image-2.6.31-10-generic 2.6.31-10.35
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=888a2bee-0af2-4da6-8198-0c2461caf30c ro quiet splash 
i915.modeset=0
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.35-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-10-generic N/A
 linux-firmware 1.19
RfKill:
 
SourcePackage: linux
Uname: Linux 2.6.31-10-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 06/15/2005
dmi.bios.vendor: IBM
dmi.bios.version: 1UETB6WW (1.66 )
dmi.board.name: 2372PG6
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: 100014057688
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr1UETB6WW(1.66):bd06/15/2005:svnIBM:pn2372PG6:pvrThinkPadX40:rvnIBM:rn2372PG6:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 2372PG6
dmi.product.version: ThinkPad X40
dmi.sys.vendor: IBM

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
thinkpad x40: backlight does not work after suspend
https://bugs.launchpad.net/bugs/436230
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433969] [NEW] i915 KMS causes hang on bootup; Thinkpad x40

2009-09-21 Thread Sam Thursfield
Public bug reported:

I've been tracking the Karmic alpha. In the past couple of days, an
update broke the boot and now the laptop hangs at a black screen.

Adding 'i915.modeset=0' to the kernel command line fixes the problem. So
it could perhaps be a KMS issue :)

ProblemType: Bug
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sam2245 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981B at irq 17'
   Mixer name   : 'Analog Devices AD1981B'
   Components   : 'AC97a:41445374'
   Controls  : 28
   Simple ctrls  : 20
CurrentDmesg:
 Error: command ['sh', '-c', 'dmesg | comm -13 /var/log/dmesg -'] failed with 
exit code 1: [   38.184013] eth1: no IPv6 routers present
 [   47.845433] ppdev: user-space parallel port driver
 [   57.336025] Clocksource tsc unstable (delta = -107141577 ns)
 comm: file 2 is not in sorted order
 [  107.676860] lib80211_crypt: registered algorithm 'TKIP'
Date: Mon Sep 21 13:17:42 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=34164c27-8be8-4b4d-9547-e13d46cf4212
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: IBM 2372PG6
Package: linux-image-2.6.31-10-generic 2.6.31-10.34
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=888a2bee-0af2-4da6-8198-0c2461caf30c ro quiet splash 
i915.modeset=0
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.34-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-10-generic N/A
 linux-firmware 1.19
RfKill:
 
SourcePackage: linux
Uname: Linux 2.6.31-10-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 06/15/2005
dmi.bios.vendor: IBM
dmi.bios.version: 1UETB6WW (1.66 )
dmi.board.name: 2372PG6
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: 100014057688
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr1UETB6WW(1.66):bd06/15/2005:svnIBM:pn2372PG6:pvrThinkPadX40:rvnIBM:rn2372PG6:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 2372PG6
dmi.product.version: ThinkPad X40
dmi.sys.vendor: IBM

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 xorg-needs-kernel-fix

-- 
i915 KMS causes hang on bootup; Thinkpad x40
https://bugs.launchpad.net/bugs/433969
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433969] Re: i915 KMS causes hang on bootup; Thinkpad x40

2009-09-21 Thread Sam Thursfield

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/32152890/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/32152891/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32152892/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32152893/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/32152894/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/32152895/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/32152896/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32152898/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/32152899/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/32152900/Lspci.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/32152901/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/32152902/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32152904/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32152905/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32152906/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32152907/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/32152909/WifiSyslog.txt

-- 
i915 KMS causes hang on bootup; Thinkpad x40
https://bugs.launchpad.net/bugs/433969
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 415897] [NEW] Thinkpad x40: palimpsest reports disk as failing when it isn't

2009-08-19 Thread Sam Thursfield
Public bug reported:

Hello
Wasn't quite sure where to report this. In the Karmic alpha, I'm getting a 
warning on every startup that my disk is failing. This is presumably because of 
this:

  9 Power_On_Hours  0x0032   095   095   000Old_age   Always   
-   159277
193 Load_Cycle_Count0x0032   099   099   000Old_age   Always   
-   102324246527

(That's 18 years of power on hours, load-cycling 178 times a second, if
taken literally). The GUI gives the following:

  Powered On: 6.64e+03 days

and also points out that the disk has bad sectors, but doesn't tell me
how many.

s...@candylion:~$ sudo smartctl -i /dev/sda
smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model: HTC426040G9AT00
Serial Number:E5XW54
Firmware Version: 00P4A0B4
User Capacity:40,007,761,920 bytes
Device is:Not in smartctl database [for details use: -P showall]
ATA Version is:   6
ATA Standard is:  ATA/ATAPI-6 T13 1410D revision 3a
Local Time is:Wed Aug 19 13:50:43 2009 BST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

s...@candylion:~$ sudo apt-cache policy gnome-disk-utility
gnome-disk-utility:
  Installed: 0.4-0ubuntu1
  Candidate: 0.4-0ubuntu1
  Version table:
 *** 0.4-0ubuntu1 0
500 http://gb.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status


I know this is an alpha but I didn't find any info on what improvements are 
going to be made to gdu. It's annoying being warned by a popup dialog which I 
have to close each time I start my computer that my disk is dying, which it 
isn't, so I think it would help if some of these options were considered:
1. the 'disk is failing' dialog should be a notification perhaps
2. gnome-disk-utility should provide an 'ignore this warning' facility
3. gnome-disk-utility should recognise when the values its getting are 
meaningless 

I think the new gnome-disk-utility is great otherwise by the way, it's a
good thing to have in the OS, it's just got a few annoying issues right
now :)

** Affects: gnome-disk-utility (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Thinkpad x40: palimpsest reports disk as failing when it isn't
https://bugs.launchpad.net/bugs/415897
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290333] Re: [intrepid] xorg locks up on startup; IBM Thinkpad T20

2009-01-09 Thread Sam Thursfield
Here it is

** Attachment added: lspci -vvnn
   http://launchpadlibrarian.net/21051237/lspci.txt

-- 
[intrepid] xorg locks up on startup; IBM Thinkpad T20
https://bugs.launchpad.net/bugs/290333
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290333] Re: [intrepid] xorg locks up on startup; IBM Thinkpad T20

2008-10-31 Thread Sam Thursfield
Perhaps DRI should be disabled by default for Savage chips then? I don't
think I need to go into why a broken default X isn't great for
inexperienced users who are trying out ubuntu.

I will see if I can get my head around what's crashing the driver myself

-- 
[intrepid] xorg locks up on startup; IBM Thinkpad T20
https://bugs.launchpad.net/bugs/290333
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290333] [NEW] [intrepid] xorg locks up on startup; IBM Thinkpad T20

2008-10-28 Thread Sam Thursfield
Public bug reported:

Binary package hint: xorg

The default intrepid install locks up during the startup of xorg. The result is 
a black screen, and dead keyboard - not even ctrl+alt+bksp or alt+sysrq+r do 
anything.
I believe it occasionally did open the display, but with dead keyboard and 
mouse - this is very difficult to reproduce however.

When I edit xorg.conf, and add:

Subsection Module
Disable dri
EndSubsection

It loads and works absolutely fine.

Package version:
xorg:
  Installed: 1:7.4~5ubuntu3
  Candidate: 1:7.4~5ubuntu3
  Version table:
 *** 1:7.4~5ubuntu3 0
500 http://gb.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[intrepid] xorg locks up on startup; IBM Thinkpad T20
https://bugs.launchpad.net/bugs/290333
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290333] Re: [intrepid] xorg locks up on startup; IBM Thinkpad T20

2008-10-28 Thread Sam Thursfield

** Attachment added: Xorg.0.log with DRI enabled (produces a lockup)
   http://launchpadlibrarian.net/18966195/Xorg.0.log_failed

-- 
[intrepid] xorg locks up on startup; IBM Thinkpad T20
https://bugs.launchpad.net/bugs/290333
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290333] Re: [intrepid] xorg locks up on startup; IBM Thinkpad T20

2008-10-28 Thread Sam Thursfield

** Attachment added: Xorg.0.log with DRI disabled (system works fine)
   http://launchpadlibrarian.net/18966213/Xorg.0.log-no_dri

-- 
[intrepid] xorg locks up on startup; IBM Thinkpad T20
https://bugs.launchpad.net/bugs/290333
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs