Bug#465694: Error in I830WaitLpRing() on 915GM (thinkpad X41)

2009-07-28 Thread Tobias Kunze Briseño
FWIW, running the stock 2.6.30-1-686 (non-bigmem) Debian kernel fixes
the crashes for me, albeit at the expense of almost a gigabyte of
memory.






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#497929: powertop: reports incorrect wattage

2009-07-17 Thread Tobias Kunze Briseño
FYI, upstream revision 316 fixes this bug. See

http://code.google.com/p/powertop/source/diff?spec=svn316r=316format=sidepath=/trunk/powertop.c

-Tobias




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#536610: [e16-data] Type=XSession in desktop file prevents gnome-session from starting e16

2009-07-11 Thread Tobias Kunze Briseño
Package: e16-data
Version: 1.0.0-1
Severity: important

--- Please enter the report below this line. ---

e16 is not started by gnome-session 2.26.2-1.
/usr/share/e16/misc/starte16 calls /usr/bin/gnome-session, but --debug
shows

gnome-session[5587]: DEBUG(+): GsmManager:  ID: 
/org/gnome/SessionManager/App26 app-id:e16.desktop  is-disabled:1   
is-conditionally-disabled:0
[...]
gnome-session[5587]: DEBUG(+): app /org/gnome/SessionManager/App26 not 
installed or not for GNOME

/usr/bin/gnome-session checks the e16 desktop file
(/usr/share/applications/e16.desktop) to see whether it is
disabled (see line 127 in function is_disabled() in
gnome-session-2.26.2/gnome-session/gsm-autostart-app.c). This check
fails if the Type field is anything other than Application or
Link (see line 487 in egg_desktop_file_can_launch() in
gnome-session-2.26.2/egg/eggdesktopfile.c).

Changing the Type field from XSession to Application fixes the
problem (see attached trivial patch).

Not sure whether this should be reported to the gnome-session folks,
though.

-Tobias



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-1-686-bigmem

Debian Release: squeeze/sid
  500 unstableftp.us.debian.org 
  500 unstableemacs.orebokech.com 
  500 unstabledebian-multimedia.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.



--- /usr/share/applications/e16.desktop.orig	2009-07-11 10:00:03.0 -0700
+++ /usr/share/applications/e16.desktop	2009-07-11 09:59:51.0 -0700
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Encoding=UTF-8
-Type=XSession
+Type=Application
 Name=E16
 Comment=This session starts the Enlightenment (e16) window manager
 Comment[it]=Questo avvia il window manager Enlightenment (e16)


Bug#506634: lvm2 installed?

2009-01-22 Thread Tobias Kunze Briseño
I had the same symptom (well, the message cryptsetup: failed to setup
lvm device, but I didn't wait for initrd to drop me into busybox).

Inspection of the initrd via

   mkdir /tmp/initrd  cd /tmp/initrd
   zcat /boot/initrd.img-VERSION | cpio -id

showed that, among others, sbin/lvm2 was missing. Sure enough,

   dpkg -l lvm\* 

confirmed that the lvm2 package had somehow (unintentionally) been
purged, so I ran

   aptitude install lvm2
   update-initramfs -u -k VERSION

et voilà!, problem solved (for me).

HTH,

-Tobias




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org