[Bug 1338404] Re: bbswitch: fails to find ACPI handle for discrete card

2014-07-25 Thread Lekensteyn
bbswitch is a module for Optimus laptops, not desktops (except an odd,
single all-in-one). The i7-3770 is a desktop processor, so bbswitch will
not work here.

** Changed in: bbswitch (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  bbswitch: fails to find ACPI handle for discrete card

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

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


[Bug 1309259] Re: bbswitch-dkms 0.7-2ubuntu1: bbswitch kernel module failed to build

2014-07-25 Thread Lekensteyn
It seems that you have no kernel headers installed for that version.
When installing the kernels from Ubuntu Mainline Kernel PPA, be sure to
install the linux-headers- package too.

** Changed in: bbswitch (Ubuntu)
   Status: New = Invalid

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

Title:
  bbswitch-dkms 0.7-2ubuntu1: bbswitch kernel module failed to build

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

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


[Bug 1299499]

2014-06-19 Thread Lekensteyn
(In reply to comment #23)
[..]
 I know it is a DIFFERENT BUG from this one, but I still wanted to ask if
 after kernel 3.14 OpenGL 3.1 works for anyone. And is there any other way of
 testing if it actually works other than in kwin?

Please open a new bug, I can confirm that KWin (kdebase-workspace
4.11.10) + OpenGL 3.1 + Linux 3.15-rc8 + mesa 10.2.1 + xf86-video-intel
2.99.912 crashes.

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

Title:
  kwin crashes on desktop startup with wobbly windows enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1299499/+subscriptions

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


[Bug 1299499]

2014-04-24 Thread Lekensteyn
The problem disappeared with:
KDE 4.13.0
Linux v3.15-rc1-356-gebfc45e
Mesa 10.1.1

Not sure which of the three is responsible though.

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

Title:
  kwin crashes on desktop startup with wobbly windows enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1299499/+subscriptions

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


[Bug 1299499]

2014-04-24 Thread Lekensteyn
I think you got your versions reversed. On this laptop, kdebase-
workspace 4.11.8 (includes KWin) and kdebase-runtime 4.13.0 are
installed.

Perhaps you can try with a newer kernel?

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

Title:
  kwin crashes on desktop startup with wobbly windows enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1299499/+subscriptions

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


[Bug 1299499]

2014-04-24 Thread Lekensteyn
Indeed, I forgot to consider that possibility because Arch normally does not 
patch that much:
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/workaround-for-robustness-and-reset-with-intel.patch?h=packages/mesa

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

Title:
  kwin crashes on desktop startup with wobbly windows enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1299499/+subscriptions

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


[Bug 1310531] [NEW] link-local addresses should configure a link scope instead of global scope

2014-04-21 Thread Lekensteyn
Public bug reported:

When NetworkManager is configured to assign a link-local IPv4 address to an
interface, it ends up with a global scope. This happens in two cases:

 - Configure method=link-local
 - Configure method=manual, addresses1=169.254.x.x;16:0.0.0.0

$ ip link show dev iface  # for both methods
inet 169.254.x.y/16 brd 169.254.255.255 scope global iface
   valid_lft forever preferred_lft forever

Expected output:
inet 169.254.x.y/16 brd 169.254.255.255 scope link iface
   valid_lft forever preferred_lft forever

This behavior causes conflicts with two network interfaces having the same
_link-local_ address.

** Affects: network-manager
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: GNOME Bug Tracker #728595
   https://bugzilla.gnome.org/show_bug.cgi?id=728595

** Also affects: network-manager via
   https://bugzilla.gnome.org/show_bug.cgi?id=728595
   Importance: Unknown
   Status: Unknown

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

Title:
  link-local addresses should configure a link scope instead of global
  scope

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1310531/+subscriptions

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


[Bug 1299499]

2014-04-03 Thread Lekensteyn
ILK is indeed affected. I (OP) forgot to mention my hardware. Some more
details:

CPU: i5-460M (Ironlake GPU)
libdrm: 2.4.52-1

libdrm master contains only some fixes for Freedreno, a FreeBSD platform
fix and a change in the test suite. I believe that updating libdrm in
Ubuntu won't help in this matter.

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

Title:
  kwin crashes on desktop startup with wobbly windows enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1299499/+subscriptions

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


[Bug 1288031] Re: Tab expansion only auto-completes directory names

2014-03-07 Thread Lekensteyn
** Also affects: bash-completion (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739835
   Importance: Unknown
   Status: Unknown

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

Title:
  Tab expansion only auto-completes directory names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1288031/+subscriptions

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


[Bug 1007192] Re: virtualbox-ose-dkms package installation leaves a directrory in ~

2014-02-21 Thread Lekensteyn
*** This bug is a duplicate of bug 1069350 ***
https://bugs.launchpad.net/bugs/1069350

** This bug has been marked a duplicate of bug 1069350
   suspicious /.rpmdb root directory

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

Title:
  virtualbox-ose-dkms package installation leaves a directrory in ~

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

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


[Bug 1069350] Re: suspicious /.rpmdb root directory

2014-02-21 Thread Lekensteyn
Looks like DKMS (via kernel post-install hook, via dpkg, via apt-get) is
responsible for this:

root 18414  0.0  0.0  27848  3864 pts/12   S+   22:35   0:00 /usr/bin/perl 
/var/lib/dpkg/info/linux-image-3.13.0-8-generic.postinst configure 3.13.0-8.27
root 18422  0.0  0.0   4332   616 pts/12   S+   22:35   0:00 run-parts 
--verbose --exit-on-error --arg=3.13.0-8-generic 
--arg=/boot/vmlinuz-3.13.0-8-generic /etc/kernel/postinst.d
root 18437  0.0  0.0   4428   792 pts/12   S+   22:35   0:00 /bin/sh 
/usr/lib/dkms/dkms_autoinstaller start 3.13.0-8-generic
root 18440  1.0  0.0  15256  2764 pts/12   S+   22:35   0:00 /bin/bash 
/usr/sbin/dkms autoinstall --kernelver 3.13.0-8-generic
root 18444  0.0  0.0  15256  1760 pts/12   S+   22:35   0:00 /bin/bash 
/usr/sbin/dkms autoinstall --kernelver 3.13.0-8-generic
root 18445  0.0  0.0  14064  1192 pts/12   S+   22:35   0:00 /bin/bash 
/usr/bin/rpm -qf /lib/modules/3.13.0-8-generic

The attached patch fixes DKMS to not call rpm to determine the
architecture since that is quite useless.

** Patch added: Disables RPM call for DKMS
   
https://bugs.launchpad.net/ubuntu/+source/rpm/+bug/1069350/+attachment/3990223/+files/disable-rpm.patch

** Also affects: dkms (Ubuntu)
   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/1069350

Title:
  suspicious /.rpmdb root directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/rpm/+bug/1069350/+subscriptions

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


[Bug 1265570] Re: nvidia-331 update installs bumblebee [xorg-edgers]

2014-01-14 Thread Lekensteyn
Looks like the issue entered in 331.20-0ubuntu7. From the changelog[1]:

+nvidia-graphics-drivers-331 (331.20-0ubuntu7) trusty; urgency=low
+
+  * debian/rules, debian/templates/control.in,
+debian/templates/nvidia-graphics-drivers.dirs.in,
+debian/templates/nvidia-graphics-drivers.install.in,
+debian/templates/nvidia-graphics-drivers.postinst.in,
+debian/templates/nvidia-graphics-drivers.postrm.in,
+debian/nvidia-persistenced.conf:
+- Add support for nvidia-persistenced.
+- Conflict/replace/provide with nvidia-persistenced
+  to avoid potential problems with packages from
+  xorg-edgers or other PPAs.
+- Depend on passwd and adduser.
+- Drop Recommend nvidia-persistenced.
+- Recommend nvidia-prime. Keep bumblebee as an
+  alternative, so that users who prefer to use
+  bumblebee, can keep doing so.
+- Drop cdbs and switch to debhelper 7.
+
+ -- Alberto Milone alberto.mil...@canonical.com  Tue, 17 Dec 2013 13:08:33 
+0100

The control file[2] recommends either nvidia-prime (= 0.5) or
bumblebee. nvidia-prime does not exist for Quantal or Raring. Saudy and
Precise have 0.4.2-something. Since recommended packages are installed
by default, shouldn't these packages be marked as Suggested?
Installing bumblebee-nvidia will blacklist the nvidia drivers, bringing
grief to users.

 [1]: 
https://launchpadlibrarian.net/162426597/nvidia-graphics-drivers-331_331.38-0ubuntu1~xedgers~trusty1.diff.gz
 [2]: 
https://launchpadlibrarian.net/162426956/buildlog_ubuntu-trusty-amd64.nvidia-graphics-drivers-331_331.38-0ubuntu1~xedgers~trusty1_UPLOADING.txt.gz

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

Title:
  nvidia-331 update installs bumblebee [xorg-edgers]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1265570/+subscriptions

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


[Bug 700646] Re: nVIDIA 425M (with Optimus) is not detected

2014-01-09 Thread Lekensteyn
This chip was supported long time ago, I cannot remember which exact
version.

** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: Incomplete = 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/700646

Title:
  nVIDIA 425M (with Optimus) is not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/700646/+subscriptions

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


Re: [Bug 752542] Re: ACPI DSDT info

2014-01-09 Thread Lekensteyn
Hi Sanne,

On Thursday 09 January 2014 14:08:39 Sanne wrote:
 Attaching machine details for another case of:
bbswitch: No suitable _DSM call found.
 
 I really hope someone can fix it, I'm hating this machine for the amount
 of trouble it' giving me. I'll only use Linux, I didn't choose this
 model myself, and I've been trying many different distributions with no
 luck.

Apple devices are not supported by bbswitch, try gmux instead.

Peter

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/bumblebee/+bug/752542/+subscriptions

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


[Bug 752542] Re: ACPI DSDT info

2014-01-08 Thread Lekensteyn
On Wednesday 08 January 2014 14:41:19 Marc Collin wrote:
 it's it usefull to post dsdt? is there any work done or people send theses
 info for nothing

I think it is not as useful as it was before.

Status for NVIDIA Optimus: the nouveau driver has improved runtime PM
(enabled by default for Optimus laptops). IIRC, that landed in Linux
3.12. In comparison with bbswitch, it improves co-operation with
HDMI audio. From time[1] to time[2], new laptops are released that
turn out to be incompatible[3]. These DSDT dumps are then useful to
debug those issues, but nobody seems to care about the dumps posted
here.

AMD hybrid graphics: I have not heard much about this. The open-source
radeon driver is supposed to save power too through vgaswitcheroo,
I do not know if the power saving is also implemented through runtime PM.

Peter

 [1]: https://bugzilla.kernel.org/show_bug.cgi?id=42696
 [2]: https://bugzilla.kernel.org/show_bug.cgi?id=60561
 [3]: https://bugzilla.kernel.org/show_bug.cgi?id=60829


** Bug watch added: Linux Kernel Bug Tracker #42696
   http://bugzilla.kernel.org/show_bug.cgi?id=42696

** Bug watch added: Linux Kernel Bug Tracker #60561
   http://bugzilla.kernel.org/show_bug.cgi?id=60561

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/bumblebee/+bug/752542/+subscriptions

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


[Bug 1103064]

2013-10-28 Thread Lekensteyn
(In reply to comment #12)
 Using upower 0.9.23-2 on Debian, I still have this issue:
 [..]
 The battery level is wrong and sometimes fluctuate (between 1%; 20% and 55%).
 Currently the battery is almost full (thanks to the LEDs on the mouse) and
 the battery level only indicates 20%.

The Performance MX uses the HID++ 1.0 protocol for reading the battery
level from a register. Is the displayed battery percentage always from a
fixed set of numbers? Does the number jump upwards and downwards all the
time, or is it decreasing over time?

Can you verify the battery level with Solaar?

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

Title:
  power indicator shows Logitech wireless keyboard and mouse batteries
  with 0%

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1103064/+subscriptions

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


[Bug 1230008] Re: Bumblebee optirun or primusrun flashes screen for a moment before launching apps

2013-09-25 Thread Lekensteyn
I guess it is a conflict with PRIME functionality, this is from the
Xorg.0.log:

[18.478] (--) PCI: (0:1:0:0) 10de:1292:1043:122d rev 161, Mem @
0xf600/16777216, 0xe000/268435456, 0xf000/33554432, I/O @
0xe000/128, BIOS @ 0x/524288

You can try creating /etc/X11/xorg.conf.d/prevent-auto-gpu.conf, and
then reboot/re-login. Check your Xorg.0.log and that line should be
gone.

Section ServerLayout
Identifier  DefaultLayout
Option  AutoAddGPU false
EndSection

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

Title:
  Bumblebee optirun or primusrun flashes screen for a moment before
  launching apps

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

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


[Bug 1103064]

2013-09-03 Thread Lekensteyn
Thanks for merging. Martin, note that the battery percentage may still
show as 0% if a device was unavailable when UPower starts, but in that
case the state is unknown. Applications should check the state before
using percentage.

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

Title:
  power indicator shows Logitech wireless keyboard and mouse batteries
  with 0%

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1103064/+subscriptions

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


[Bug 1103064]

2013-09-03 Thread Lekensteyn
Heads-up: I noticed that the K800 reports 0% while charging (0 means
unknown level). I think this is unfixable in UPower and that
applications should not warn when a device is charging and the
percentage is 0.

This also messes up history, if you expected a nice history with a
climbing percentage, you will be disappointed. I wonder what happens
when the battery is fully charged.

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

Title:
  power indicator shows Logitech wireless keyboard and mouse batteries
  with 0%

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1103064/+subscriptions

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


[Bug 1103064]

2013-08-30 Thread Lekensteyn
Lionel, a mouse you say? I guess that is an issue which occurs when
older (non-related!) reports from hidraw are seen as a response to the
battery query.

Please try https://git.lekensteyn.nl/upower/log/?h=hidpp-rework, that
should resolve your issue. At least get the commits up to
https://git.lekensteyn.nl/upower/commit/?h=hidpp-
reworkid=a375524c52e75079236127f9a89bd335cd37b3c9

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

Title:
  power indicator shows Logitech wireless keyboard and mouse batteries
  with 0%

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1103064/+subscriptions

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


[Bug 1206900] Re: 046d:c52f [HP Elite 7100 Microtower PC] Kernel crash with Logitech K760 Bluetooth keyboard

2013-08-25 Thread Lekensteyn
*** This bug is a duplicate of bug 1205210 ***
https://bugs.launchpad.net/bugs/1205210

** This bug has been marked a duplicate of bug 1205210
   Oops with Logitech Bluetooth keyboard; sysfs: cannot create duplicate 
filename

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

Title:
  046d:c52f [HP Elite 7100 Microtower PC] Kernel crash with Logitech
  K760 Bluetooth keyboard

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

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


[Bug 1205210] Re: Oops with Logitech Bluetooth keyboard; sysfs: cannot create duplicate filename

2013-08-25 Thread Lekensteyn
** Summary changed:

-  BUG: unable to handle kernel NULL pointer dereference at IP: 
[81044a99] __ticket_spin_lock+0x9/0x30
+ Oops with Logitech Bluetooth keyboard; sysfs: cannot create duplicate filename

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

Title:
  Oops with Logitech Bluetooth keyboard; sysfs: cannot create duplicate
  filename

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

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


[Bug 1201617] Re: 3.8.0-26-generic BUG: unable to handle kernel paging request at ffff8807ec63d000

2013-08-25 Thread Lekensteyn
*** This bug is a duplicate of bug 1201614 ***
https://bugs.launchpad.net/bugs/1201614

** This bug has been marked a duplicate of bug 1201614
   3.8.0-26-generic BUG: unable to handle kernel paging request at 
8807ec63d000

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

Title:
  3.8.0-26-generic BUG: unable to handle kernel paging request at
  8807ec63d000

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1201617/+subscriptions

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


[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-13 Thread Lekensteyn
Scaling can be triggered by:

- Pressing ctrl-alt-{minus,plus} (on certain keyboard layouts)
- a SDL_VIDEORESIZE event

SDL_VIDEORESIZE is always sent on an X ConfigureNotify event when a
SDL_VideoSurface is active. (SDL_VideoSurface is NULL if a resize was
done in SDL_SetVideoMode).

So it really must be a window manager or something sending this resize
event. What WM are you using?

Notes, SDL_VIDEORESIZE (and other events) may be eaten:
- in the very early start-up stage[1] (causing the issue mentioned in comment 
13)
- during switches to and from fullscreen
- (some other paths that do not affect QEMU)

 [1]: http://bugzilla.libsdl.org/show_bug.cgi?id=1859

** Bug watch added: bugzilla.libsdl.org/ #1859
   http://bugzilla.libsdl.org/show_bug.cgi?id=1859

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/504368

Title:
  sdl window intermittently scales instead of resizing

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/504368/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-13 Thread Lekensteyn
I cannot reproduce with KWin FWIW, but have an openbox box somewhere (no
pun intended).

Can you apply the attached debug patch, reproduce your bug (move with
alt+click) and attach the output? If the log grows too large, try:

uniq -f1 -c log
What version of SDL are you using?

** Patch added: Debug QEMU SDL patch
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/504368/+attachment/3702480/+files/debug-sdl.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/504368

Title:
  sdl window intermittently scales instead of resizing

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/504368/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-13 Thread Lekensteyn
Scaling can be triggered by:

- Pressing ctrl-alt-{minus,plus} (on certain keyboard layouts)
- a SDL_VIDEORESIZE event

SDL_VIDEORESIZE is always sent on an X ConfigureNotify event when a
SDL_VideoSurface is active. (SDL_VideoSurface is NULL if a resize was
done in SDL_SetVideoMode).

So it really must be a window manager or something sending this resize
event. What WM are you using?

Notes, SDL_VIDEORESIZE (and other events) may be eaten:
- in the very early start-up stage[1] (causing the issue mentioned in comment 
13)
- during switches to and from fullscreen
- (some other paths that do not affect QEMU)

 [1]: http://bugzilla.libsdl.org/show_bug.cgi?id=1859

** Bug watch added: bugzilla.libsdl.org/ #1859
   http://bugzilla.libsdl.org/show_bug.cgi?id=1859

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

Title:
  sdl window intermittently scales instead of resizing

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/504368/+subscriptions

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


[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-13 Thread Lekensteyn
I cannot reproduce with KWin FWIW, but have an openbox box somewhere (no
pun intended).

Can you apply the attached debug patch, reproduce your bug (move with
alt+click) and attach the output? If the log grows too large, try:

uniq -f1 -c log
What version of SDL are you using?

** Patch added: Debug QEMU SDL patch
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/504368/+attachment/3702480/+files/debug-sdl.patch

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

Title:
  sdl window intermittently scales instead of resizing

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/504368/+subscriptions

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


[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-11 Thread Lekensteyn
I have attached a screenshot that shows the *contents* of a SDL window
*not* being scaled despite the window being maximized. Is this the same
issue or not? If not, can you attach a screenshot describing the issue?

** Attachment added: screenshot of maximized window with scaling bug
   
https://bugs.launchpad.net/qemu/+bug/504368/+attachment/3700925/+files/screenshot.png

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/504368

Title:
  sdl window intermittently scales instead of resizing

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/504368/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 504368] Re: sdl window intermittently scales instead of resizing

2013-06-11 Thread Lekensteyn
I have attached a screenshot that shows the *contents* of a SDL window
*not* being scaled despite the window being maximized. Is this the same
issue or not? If not, can you attach a screenshot describing the issue?

** Attachment added: screenshot of maximized window with scaling bug
   
https://bugs.launchpad.net/qemu/+bug/504368/+attachment/3700925/+files/screenshot.png

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

Title:
  sdl window intermittently scales instead of resizing

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/504368/+subscriptions

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


[Bug 1134137] Re: Logitech Unify-Receivver for M570 not paired

2013-05-02 Thread Lekensteyn
*** This bug is a duplicate of bug 1039143 ***
https://bugs.launchpad.net/bugs/1039143

** This bug has been marked a duplicate of bug 1039143
   046d:c52b USB3 port Logitech mouse using unifying receiver not detected

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

Title:
  Logitech Unify-Receivver for M570 not paired

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

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


[Bug 1127101] Re: Installing LTSEnablementStack in Ubuntu 12.04.2 breaks VirtualBox

2013-03-05 Thread Lekensteyn
*** This bug is a duplicate of bug 1081307 ***
https://bugs.launchpad.net/bugs/1081307

** This bug has been marked a duplicate of bug 1081307
   virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to 
build [merge request]

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

Title:
  Installing LTSEnablementStack in Ubuntu 12.04.2 breaks VirtualBox

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

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


[Bug 1081307] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build [merge request]

2013-03-05 Thread Lekensteyn
I propose to use the patch from #3, but refresh it against the current
sources. Then use dkms.conf to apply it to 3.5 only. This will not cause
regressions with the 3.2 Precise kernel for sure, but it allows the
currently broken quantal lts kernel to build.

As a quick hack, I downloaded the patch to /etc/dkms/ and post-processed
it to allow DKMS to accept the patch:

sed 's,/src/VBox/Runtime,,' 38-fix-for-3.5-kernel.patch -i

Next, I created /etc/dkms/virtualbox.conf containing:


PATCH[0]=../../../../../../../../../../../../../../etc/dkms/38-fix-for-3.5-kernel.patch
PATCH_MATCH[0]=^3.5
(the definitive fix for ubuntu should put the patch in 
/usr/src/virtualbox-*/patches which allows the .././etc/dkms/ part to be 
stripped)

Result:
# dkms -m virtualbox -v 4.1.12 install

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...
Kernel preparation unnecessary for this kernel.  Skipping...
applying patch 
../../../../../../../../../../../../../../etc/dkms/38-fix-for-3.5-kernel.patch...patching
 file r0drv/linux/memobj-r0drv-linux.c
Hunk #3 succeeded at 524 (offset -1 lines).
Hunk #4 succeeded at 592 (offset -1 lines).
Hunk #5 succeeded at 613 (offset -1 lines).
Hunk #6 succeeded at 1204 (offset -9 lines).
Hunk #7 succeeded at 1221 (offset -9 lines).
Hunk #8 succeeded at 1415 (offset -9 lines).
Hunk #9 succeeded at 1427 (offset -9 lines).
Hunk #10 succeeded at 1511 (offset -9 lines).
Hunk #11 succeeded at 1528 (offset -9 lines).
patching file r0drv/linux/the-linux-kernel.h
[...]
DKMS: build completed.

vboxdrv.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.5.0-25-generic/updates/dkms/

vboxnetadp.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.5.0-25-generic/updates/dkms/

vboxnetflt.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.5.0-25-generic/updates/dkms/

vboxpci.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.5.0-25-generic/updates/dkms/

depmod

DKMS: install completed.

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module
  failed to build [merge request]

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

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


[Bug 1081009]

2012-12-23 Thread Lekensteyn
(In reply to comment #116)
 the rc6 needs to be disabled *in*any*case*, that is known by now.
 And it is a standalone patch of xf86-video-intel. Did you recompile it?
With rc6 disabled I cannot trigger the bug. Yes, I recompiled and restarted X.

[reply to comment 111]
I tried to apply https://patchwork.kernel.org/patch/1896161/ on top of
vanilla v3.7.1, but I could not get it to compile:
   
   Hmm, I have compiled it with 3.7.0 git kernel without a problem, some 
   offset
   while patching but that was all.
  I got some offset issues too, but it failed to compile at all because the
  function was not defined. Did you really apply the patch to the right source
  tree?
 
 Huuu? Are you sure? I checked my git commit log and it is kernel 3.7 tag of
 Linus, then the merge into my git repo, and then the patch. Nothing else.
 
 I guess you are running something else.

$ grep -rn __drm_mm_hole_node_end
(empty)
$ git log -S __drm_mm_hole_node_end
(empty)
$ git describe
v3.7.1

(using remote git://git.kernel.org/pub/scm/linux/kernel/git/stable
/linux-stable.git, but
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git is in
the same directory)

CONFIG_DRM=m (obvious..) and I cannot see any #ifdefs that exclude that
file/function. Can you check your compile logs/flags to be sure?

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0222

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1081009/+subscriptions

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


[Bug 1081009]

2012-12-23 Thread Lekensteyn
(In reply to comment #118)
 [/usr/src/git-kernel/linux-2.6] grep -rn drm_mm_hole_node_end
 Binary file drivers/gpu/drm/drm.ko matches
 ...
I saw that, but I have a symbol with a __ prefix.

Looking at the comments, there are two versions of that patch. comment
105 and comment 111 (v3). I guess you applied the earlier one? Chris,
can you comment on this?

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0222

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1081009/+subscriptions

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


[Bug 1081009]

2012-12-23 Thread Lekensteyn
I am unable to reproduce any hang with rc6 disabled. Chris, should I test it 
with rc6 enabled?
Norbert, do you have a reliable test-case? My sw/hw details:

- Distro: Arch Linux x86_64 (with testing repos enabled)
- DDX: xf86-video-intel 2.20.16 on Xorg 1.13.1
- KDE 4.9.4 as desktop environment, KWin uses OpenGL compositing
- Kernel: 3.7.1 (config 
https://raw.github.com/Lekensteyn/aur/master/linux-custom/config + watchdog 
patch)
- SSD: Intel 320 80G (/boot + LUKS-encrypted filesystem)
- CPU: i5-460M
- RAM: 8G

My rc6-enabled hang could be triggered by copying a Linux source from
the SSD tree a few times to tmpfs (without hitting OOM).

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0222

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1081009/+subscriptions

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


[Bug 1081009]

2012-12-23 Thread Lekensteyn
[reply to comment 107]
I haven't tried it yet, do you still want me to test it?

[reply to comment 108]
I cannot apply it on top of 3.7.1. What base do you want me to test it on?

[reply to comment 109]
Do I need to apply this to xf86-video-intel? If yes, which version/commit?

[reply to comment 111]
I tried to apply https://patchwork.kernel.org/patch/1896161/ on top of vanilla 
v3.7.1, but I could not get it to compile:
drivers/gpu/drm/drm_mm.c: In function ‘drm_mm_scan_remove_block’:
drivers/gpu/drm/drm_mm.c:612:3: error: implicit declaration of function 
‘__drm_mm_hole_node_end’ [-Werror=implicit-function-declaration]

Did you mean drm_mm_hole_node_end?

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0222

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1081009/+subscriptions

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

[Bug 1081009]

2012-12-23 Thread Lekensteyn
(In reply to comment #114)
 Yes, it is xf86-video-intel. I am running it with the current version of
 Debian/sid + this patch now (2.20.14-1 + the patch)
Is it a standalone patch or does it depend on the former DRM patch? Anyway, I 
have tested it with 3.7.1 + i915.i915_enable_rc6=1 and it still triggers the 
hang check thingey as before. (without enabling rc6 it does not do that)

  [reply to comment 111]
  I tried to apply https://patchwork.kernel.org/patch/1896161/ on top of
  vanilla v3.7.1, but I could not get it to compile:
 
 Hmm, I have compiled it with 3.7.0 git kernel without a problem, some offset
 while patching but that was all.
I got some offset issues too, but it failed to compile at all because the 
function was not defined. Did you really apply the patch to the right source 
tree?

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0222

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1081009/+subscriptions

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


[Bug 1081009]

2012-11-29 Thread Lekensteyn
i915.i915_enable_rc6=0 unables me to trigger the bug. With the patch
applied on top of 3.7-rc7, the bug is still not exposed (as expected).

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0222

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1081009/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-11-26 Thread Lekensteyn
AceLan, the patch first entered in the 3.6 series, the bug you linked is
much older.

Daniel Vetter first mentioned the patch in
https://bugs.freedesktop.org/show_bug.cgi?id=43577#c9, but there are no
reports thereafter that claim that it causes black screens (these issues
existed before the patch).

** Bug watch added: freedesktop.org Bugzilla #43577
   https://bugs.freedesktop.org/show_bug.cgi?id=43577

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 1081009]

2012-11-25 Thread Lekensteyn
With http://cgit.freedesktop.org/~ickle/linux-2.6/commit/?h=bug55984,
the situation does not change, i.e. still lockup message and vanishing
3D capailities.

(this bug is still marked NEEDINFO, do you need more details?)

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0222

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1081009/+subscriptions

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


[Bug 1068341] Re: No way to specify correct dependencies for dkms packages (nvidia driver install fails to get matching header)

2012-11-15 Thread Lekensteyn
Since 12.10, the kernel header packages for Ubuntu are not installed by
default. This breaks all DKMS modules, including virtualbox and nvidia-
current. I maintain the DKMS module bbswitch and it is tempting to add
a dependency on linux-headers-generic because Ubuntu/dkms screws this
up.

DKMS is used for building kernel modules, without headers it cannot do
anything. In Raring, the dependency on linux-headers is completely
removed, trusting the initial Ubuntu installer even more. Is this
reasonable? I don't think so, the dependencies should be handled by
dpkg, not by the installer. If DKMS cannot function without kernel
headers, it MUST install kernel headers.

** Also affects: dkms (Ubuntu)
   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/1068341

Title:
  No way to specify correct dependencies for dkms packages (nvidia
  driver install fails to get matching header)

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

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-10-13 Thread Lekensteyn
It'll end up in 3.7.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 752542] Re: ACPI DSDT info

2012-10-12 Thread Lekensteyn
Gordon, you need to load the module before loading bbswitch or the
drivers. As the handle \_SB.PCI0.PEG0.VGA has not changed, I can
conclude that you have not done it.

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/bumblebee-project/+bug/752542/+subscriptions

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


[Bug 909337] Re: Power consumption significantly increased after resume from suspend

2012-10-05 Thread Lekensteyn
** Bug watch added: Linux Kernel Bug Tracker #45061
   http://bugzilla.kernel.org/show_bug.cgi?id=45061

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=45061
   Importance: Unknown
   Status: Unknown

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

Title:
  Power consumption significantly increased after resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/909337/+subscriptions

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


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2012-09-30 Thread Lekensteyn
*** This bug is a duplicate of bug 927167 ***
https://bugs.launchpad.net/bugs/927167

** This bug has been marked a duplicate of bug 927167
   pinentry-qt4 crashed with SIGABRT in qt_message_output()

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

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/371178/+subscriptions

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


[Bug 822023] Re: $DBUS_SESSION_BUS_ADDRESS is invalid (many programs don't work as a result)

2012-09-16 Thread Lekensteyn
The abstract path has no connections with the filesystem paths. Yes it
is confusing and I am not sure if I fully understand this choice.

Somehow, libraries know how to use the files in ~/.dbus instead.

References:
http://dbus.freedesktop.org/doc/dbus-specification.html
http://www.kernel.org/doc/man-pages/online/pages/man7/unix.7.html

** Changed in: dbus (Ubuntu)
   Status: New = Invalid

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

Title:
  $DBUS_SESSION_BUS_ADDRESS is invalid (many programs don't work  as a
  result)

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

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


[Bug 927167] Re: pinentry-qt4 crashed with SIGABRT in qt_message_output()

2012-09-05 Thread Lekensteyn
Test-case is mentioned in upstream report.
Upstream report: http://code.google.com/p/ibus/issues/detail?id=1504

** Bug watch added: IBus bugs #1504
   http://code.google.com/p/ibus/issues/detail?id=1504

** Patch added: 0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch
   
https://bugs.launchpad.net/ubuntu/+source/ibus-qt/+bug/927167/+attachment/3293528/+files/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch

** Also affects: ibus via
   http://code.google.com/p/ibus/issues/detail?id=1504
   Importance: Unknown
   Status: Unknown

** Tags added: amd64 patch precise

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

Title:
  pinentry-qt4 crashed with SIGABRT in qt_message_output()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/927167/+subscriptions

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


[Bug 707446] Re: passphrase window pops up then crashes

2012-09-04 Thread Lekensteyn
*** This bug is a duplicate of bug 927167 ***
https://bugs.launchpad.net/bugs/927167

** This bug has been marked a duplicate of bug 927167
   pinentry-qt4 crashed with SIGABRT in qt_message_output()

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

Title:
  passphrase window pops up then crashes

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

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


[Bug 1037094] Re: writing `/dev/mem': Bad address Error writing to ACPI area with 32 bit kernel

2012-08-17 Thread Lekensteyn
When I tested it, it also applies for reading.

sudo dd if=/dev/mem bs=1 count=1 skip=$ADDR

This was a 32-bit Ubuntu 12.04 Live CD on a 64-bit desktop machine. ADDR
is any address higher than or equal to 0xf7bfe000 (see below).

Using strace and writing a minimalistic C program, I could verify that
open() and _llseek() works, but that read() fails with -EFAULT.

From the static read_mem function in drivers/char/mem.c at
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=drivers/char/mem.c;h=e5eedfa24c91010bd8358db7b7076e4f0af6ad1b;hb=HEAD#l96
there are three places where -EFAULT could be returned. But when using read(fd, 
buffer, 0), only the below is supposed to give issues:

103 if (!valid_phys_addr_range(p, count))
104 return -EFAULT;

Since ARCH_HAS_VALID_PHYS_ADDR_RANGE is not set for x86, valid_phys_addr_range 
is:
 49 static inline int valid_phys_addr_range(unsigned long addr, size_t count)
 50 {
 51 return addr + count = __pa(high_memory);
 52 }

A simple module that includes linux/mm.h can read the values from memory:
high_memory is a void pointer to 0xf7bfe000
__pa(high_memory) is an unsigned long that contains 0x37bfe000
Obviously, the ASL address that we are trying to read is highjer than that and 
thus the read fails with -EFAULT.

http://lxr.free-electrons.com/source/arch/x86/include/asm/page.h#L36
 36 #define __pa(x) __phys_addr((unsigned long)(x))

http://lxr.free-electrons.com/source/arch/x86/mm/physaddr.c#L11
basically x - PAGE_OFFSET

Since the CONFIG_X86_64 is not set, the file that is included by page_types.h:
http://lxr.free-electrons.com/source/arch/x86/include/asm/page_32_types.h#L16
#define __PAGE_OFFSET   _AC(CONFIG_PAGE_OFFSET, UL)

.config (or /boot/config-...) contains CONFIG_PAGE_OFFSET=0xC000
which is exactly the difference above.

So far the analysis. I don't know if there is a solution available for
/dev/mem.

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

Title:
  writing `/dev/mem': Bad address Error writing to ACPI area with 32
  bit kernel

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

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


[Bug 752542] Re: ACPI DSDT info

2012-08-15 Thread Lekensteyn
Another Lenovo machine that seems to need the ACPI handle hack.
https://github.com/Bumblebee-Project/Bumblebee/issues/230
http://www.lenovo.com/products/us/laptop/essential/g-series/g580/

** Attachment added: LENOVO-Lenovo_G580.tar.gz
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/3261987/+files/LENOVO-Lenovo_G580.tar.gz

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/bumblebee-project/+bug/752542/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-08-13 Thread Lekensteyn
If 64-bit works, use that since it is the future. I do not know why
32-bit would not work. I guess it is an issue in the /dev/mem interface.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-08-12 Thread Lekensteyn
I don't know why you would get that error. Can you modprobe acpi-call
and run:

c(){ echo $1 | sudo tee /proc/acpi/call /dev/null  sudo cat
/proc/acpi/call;echo;}

c '\ASLB'
c '\_SB_.PCI0.GFX0.CAL1'

Please post the output of the last two commands (the first command just defines 
a helper function).
For me, the first one outputs 0xb378f018. In my DSDT, CAL1 is named CADL 
(though CALn with 2 = n = 8 has the same name as yours) and shows 0x100.

On my laptop, the CADL (CAD1) field appears as: /proc/iomem:
b376f000-b379efff : ACPI Non-volatile Storage

Note that these initial scripts have been tested on an Oneiric machine
(I cannot remember whether this was with the xorg-edgers/ppa repository
enabled or not), later tests have been done on a vanilla kernel from
kernel.org with a custom config.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-08-12 Thread Lekensteyn
The output is as expected (CALn is 0 because it did not get
initialized). Yes, please try Oneiric 64-bit.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-08-12 Thread Lekensteyn
What does your /proc/iomem show? If Oneiric fails, try building a
vanilla kernel (maybe the Ubuntu mainline kernels works too).

If that still does not work, or if you want to try something else, apply
the patch from freedesktop.org (see above) and build the i915 kernel
module.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032]

2012-08-06 Thread Lekensteyn
Temporary patch has been accepted, patch + acknowledgement:
http://lists.freedesktop.org/archives/dri-devel/2012-June/024488.html
http://lists.freedesktop.org/archives/dri-devel/2012-June/024529.html

Therefore I am marking this bug as resolved.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032]

2012-08-06 Thread Lekensteyn
Okay, I'll let you handle the lock then :)
For the interested, a discussion is going on here: 
http://lists.freedesktop.org/archives/dri-devel/2012-June/024661.html

Have you already found out the root cause?

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-08-05 Thread Lekensteyn
Can you test an older kernel? E.g. 3.2 from Ubuntu 12.04 or 3.0 from
Ubuntu 11.10.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-07-27 Thread Lekensteyn
Yea, typo in my comment, it should indeed be grepping the .dsl file, not
the .dat one. Anyway, please attach your acpidump.txt, otherwise it is
hard to tell what the cause is.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-07-27 Thread Lekensteyn
I haven't looked at your acpidump yet, but have you installed acpi_call
from the bumblebee/stable PPA (or build it manually using the
instructions on https://github.com/Bumblebee-Project/acpi_call)

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 786229] Re: NetworkManager fails to connect to wireless networks after kdm is restarted; seems dbus-related

2012-07-18 Thread Lekensteyn
I don't remember having this issue in Precise, I guess it can be closed.

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

Title:
  NetworkManager fails to connect to wireless networks after kdm is
  restarted; seems dbus-related

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

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


[Bug 1008966] Re: Error building module: implicit declaration of function ‘do_mmap’

2012-06-12 Thread Lekensteyn
Related discussion: http://lkml.org/lkml/2012/6/4/62

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

Title:
  Error building module: implicit declaration of function ‘do_mmap’

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

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

[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-05-24 Thread Lekensteyn
The grub option is supposed to be acpi_osi=Windows 2006. The
/etc/default/grub file is sourced so you need to use \ in there. (this
is not necessary if you pass it as boot param by holding shift before
boot).

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-05-20 Thread Lekensteyn
I only get the brightness meter if I hold the brightness keys for a
longer time, i.e. not when I press it once to increment/decrement it by
one. What do you mean by escape?

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 531730] Re: bash-completion looks up tools in wrong directory

2012-05-15 Thread Lekensteyn
Well yes, the tools are now hardcoded.

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

Title:
  bash-completion looks up tools in wrong directory

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

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


[Bug 840467] Re: Bash-completion does not respect end of options argument (--)

2012-05-15 Thread Lekensteyn
Yes, the problem still exists on Precise. Other issues I encounted:

`valgrind -- fooTAB` becomes `valgrind -- ` (empty). `valgrind --
TABTAB` shows `yes` or `no` as options. I expect a list of commands.

This applies recursively:
`valgrind -- ls -- fooTAB` becomes `valgrind -- ls -- ` (empty).

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

Title:
  Bash-completion does not respect end of options argument (--)

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

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-05-09 Thread Lekensteyn
Hmm, I can't see why setting an empty ACPI OSI string has effect.
acpi_osi=Windows 2006 or later enables some additional code that
should make the brightness settings work providing that CDDS has been
initialized correctly.

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 991455] Re: package plymouth-theme-kubuntu-logo 1:12.04ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2012-05-05 Thread Lekensteyn
It looks like that your /etc/default/grub file has been modified.
Perhaps because you've manually edited it in order to apply those power
saving tweaks.

Try restoring the file:

sudo install -m644 /usr/share/grub/default/grub /etc/default/grub

Followed by continuing the installation:

sudo apt-get install

(if that fails, sudo apt-get install -f)

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

Title:
  package plymouth-theme-kubuntu-logo 1:12.04ubuntu4 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-default-settings/+bug/991455/+subscriptions

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


[Bug 936893] Re: xorg segfaults with multiseat configuration

2012-02-24 Thread Lekensteyn
The root cause is possibly a duplicate of
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/931397

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

Title:
  xorg segfaults with multiseat configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/936893/+subscriptions

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


[Bug 931397] Re: Xorg crashes with AutoAddDevices false

2012-02-24 Thread Lekensteyn
Another setting that makes Xorg segfault is AutoEnableDevices false. All 
these settings
have one common behavior: it xf86ConfigLayout.inputs to contain a list of 
devices.

In xf86Init.c:809 InitInput(), the loop is executed if the above condition 
(Auto*Devices
false) holds. An excerpt:
 808 /* Initialize all configured input devices */
 809 for (pInfo = xf86ConfigLayout.inputs; pInfo  *pInfo; pInfo++) {
 810 (*pInfo)-options = xf86AddNewOption((*pInfo)-options, driver, 
(*pInfo)-driver);
 811 (*pInfo)-options = xf86AddNewOption((*pInfo)-options, 
identifier, (*pInfo)-name);
 812 /* If one fails, the others will too */
 813 if (NewInputDeviceRequest((*pInfo)-options, NULL, dev) == 
BadAlloc)
 814 break;
 815 }

Line 813 is the one to pay attention to. It passes 
xf86ConfigLayout.inputs-options to
NewInputDeviceRequest. This seems to be a XF86OptionPtr:
(gdb) print *(XF86OptionPtr)xf86ConfigLayout.inputs-options
$1 = {list = {next = 0x55a17910}, opt_name = 0x55a179a0 CorePointer, 
opt_val = 0x55a17980 on, opt_used = 0, opt_comment = 0x0}

NewInputDeviceRequest expects an InputOption * which will look like:
(gdb) print *(InputOption*)xf86ConfigLayout.inputs-options
$2 = {key = 0x55a17910 @z\241UUU, value = 0x55a179a0 CorePointer, 
next = 0x55a17980}
That's exactly the garbage that I got in the report. What's more important, 
what change
caused this? Xorg -configure segfaults as well, though I'm not sure if it's 
related to
this issue.

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

Title:
  Xorg crashes with AutoAddDevices false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/931397/+subscriptions

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


[Bug 931397] Re: Xorg crashes with AutoAddDevices false

2012-02-24 Thread Lekensteyn
Chase, I've subscribed you because you've committed a change here:
http://anonscm.debian.org/gitweb/?p=pkg-xorg/xserver/xorg-server.git;a=commitdiff;h=7ee1621364d2b6230bb1c02bbdb5b6abb74ad2ff

InputInfoPtr is not compatible with InputOption *, what should be done
here?

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

Title:
  Xorg crashes with AutoAddDevices false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/931397/+subscriptions

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


[Bug 937951] [NEW] An empty Dir::Cache::archives is treated incorrectly and even removes all files in the root folder

2012-02-21 Thread Lekensteyn
Public bug reported:

From apt.conf(5):
Dir::Cache contains locations pertaining to local cache information,
such as the two package caches srcpkgcache and pkgcache as well
as the location to place downloaded archives, Dir::Cache::archives.
Generation of caches can be turned off by setting their names to
be blank

Following this documentation, I created /etc/apt/apt.conf.d/30nocache
containing the below line to disable the cache:
Dir::Cache::archives ;

To my surprise, the directory /partial is created and downloaded .deb
files get into / as well as the lock file. Even worse, when apt-get clean
is executed, all files under / get removed!

# apt-get -s clean
Del /* /partial/*

Please fix the documentation and/ or prevent /* from being removed.

Affected versions:
- 0.8.16~exp5ubuntu13 (Ubuntu Oneiric)
- 0.8.10.3+squeeze1 (Debian Squeeze)

** Affects: apt
 Importance: Undecided
 Status: New

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

** Also affects: apt
   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/937951

Title:
  An empty Dir::Cache::archives is treated incorrectly and even removes
  all files in the root folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt/+bug/937951/+subscriptions

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


[Bug 937951] Re: An empty Dir::Cache::archives is treated incorrectly and even removes all files in the root folder

2012-02-21 Thread Lekensteyn
It'll then be a documentation issue since I'm not the only
one who has misread it: http://askubuntu.com/a/81211/6969

What about changing Generation of caches can be turned off
by setting their names to be blank. to Generation of the srcpkgcache
and pkgcache caches can be turned off by setting their names to be blank
and appending after the paragraph: Note that Dir::Cache and
Dir::Cache::archives cannot be disabled.

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

Title:
  An empty Dir::Cache::archives is treated incorrectly and even removes
  all files in the root folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt/+bug/937951/+subscriptions

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


[Bug 931397] [NEW] Xorg crashes with AutoAddDevices false

2012-02-13 Thread Lekensteyn
Public bug reported:

When AutoAddDevices is false, Xorg crashes on startup. The xorg.conf file and 
a gdb session along with the command can be found at 
http://paste.ubuntu.com/840259/
For reference, with AutoAddDevices set to true, the values are: 
http://paste.ubuntu.com/840271/

Tested with 2:1.11.4-0ubuntu1, the issue did not occur on Oneiric with and w/o 
xorg-edgers.
Installing xorg-edgers/ppa on Precise (version 
2:1.11.99.902+git20120130.052ca3f2-0ubuntu0sarvatt2) solves the issue.

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


** Tags: precise regression

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

Title:
  Xorg crashes with AutoAddDevices false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/931397/+subscriptions

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


[Bug 752542] Re: ACPI DSDT info

2012-02-05 Thread Lekensteyn
Daniel José Leber Silvestre, your SAMSUNG_ELECTRONICS_CO.,_LTD.-RC512 is
supposed to work with bbswitch (and Bumblebee)  See
http://askubuntu.com/a/36936/6969 and http://bumblebee-
project.org/bbswitch

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+subscriptions

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

[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-01-31 Thread Lekensteyn
** Bug watch added: freedesktop.org Bugzilla #45452
   https://bugs.freedesktop.org/show_bug.cgi?id=45452

** Also affects: linux via
   https://bugs.freedesktop.org/show_bug.cgi?id=45452
   Importance: Unknown
   Status: Unknown

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-01-31 Thread Lekensteyn
From the previous findings, I've cooked a shellscript that uses
acpi_call to determine the address and ID to write. It relies on the
property that the DSDT of Clevo B7130 and Clevo W150HRM declare the base
address in the \ASLB field. I've seen other machines hardcoding this
value in their DSDT. In that case, look for the field that is possibly
named IGDM and copy the address from the placeholder as shown below:

OperationRegion (IGDM, SystemMemory, ADDRESSHERE, 0x2000)

The DSDT can be retrieved using:
sudo apt-get install acpidump iasl
cd $(mktemp -d)
sudo acpidump  acpidump.txt
acpixtract acpidump.txt
iasl -d *.dat
grep IGDM DSDT.dat

Make the attachment executable and execute it with root:
chmod +x cadl_hack_brightness
sudo ./cadl_hack_brightness

** Attachment added: cadl_hack_brightness
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/806032/+attachment/2704114/+files/cadl_hack_brightness

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-01-31 Thread Lekensteyn
The attached upstart script contains the script from the earlier post,
but fixes an issue in validating the _ADR result (which would result in
writing a 0 to the field, which was the default value)

Install it with:
sudo install -m 644 cadl-brightness.conf /etc/init
sudo start cadl-brightness

The next boot, the hack will automatically be loaded. Removing the hack
is as easy as:

sudo rm /etc/init/cadl-brightness.conf

** Attachment added: cadl-brightness.conf
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/806032/+attachment/2704208/+files/cadl-brightness.conf

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/806032/+subscriptions

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


[Bug 752542] Re: ACPI DSDT info

2012-01-30 Thread Lekensteyn
Clevo B7130 (BTO P-BOOK 17CL34) with a GT 425M.

** Attachment added: CLEVO_CO.-B7130.tar.gz
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/2701071/+files/CLEVO_CO.-B7130.tar.gz

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+subscriptions

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


[Bug 700646] Re: nVIDIA 425M (with Optimus) is not detected

2012-01-27 Thread Lekensteyn
My GT425M now works with nouveau (using the builds from xorg-edgers + kernel 
3.2.2+ from source) in combination with Bumblebee: http://bumblebee-project.org/
See also http://askubuntu.com/a/36936/6969

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

Title:
  nVIDIA 425M (with Optimus) is not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/700646/+subscriptions

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


[Bug 806032] Re: Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, W150HRM)

2012-01-24 Thread Lekensteyn
** Summary changed:

- Fn + F[89] does not work for controlling brightness
+ Fn + F[89] does not work for controlling brightness on Clevo laptops (B7130, 
W150HRM)

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

Title:
  Fn + F[89] does not work for controlling brightness on Clevo laptops
  (B7130, W150HRM)

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

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


[Bug 406397] Re: init: job stuck with expect fork/daemon when parent reaps child

2012-01-11 Thread Lekensteyn
** Bug watch added: Debian Bug tracker #582745
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582745

** Also affects: upstart (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582745
   Importance: Unknown
   Status: Unknown

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

Title:
  init: job stuck with expect fork/daemon when parent reaps child

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/406397/+subscriptions

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


[Bug 752542] Re: ACPI DSDT info

2012-01-11 Thread Lekensteyn
On behalf of La Rochelle I'm submitting machine information for a Dell Vostro 
360, BIOS version A02 dated from 07/19/2011.
Product page: https://www.dell.com/uk/business/p/vostro-360/pd
A blog entry of someone having the same machine: 
http://www.grputland.com/2011/12/ubuntu-1204-alpha-1-sandy-bridge.html

This is not a laptop but an all-in-one PC. No Optimus but Synergy
switchable technology (from that product page).

** Attachment added: Dell_Inc.-Vostro_360.tar.gz
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/2668666/+files/Dell_Inc.-Vostro_360.tar.gz

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+subscriptions

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


[Bug 752542] Re: ACPI DSDT info

2012-01-09 Thread Lekensteyn
** Description changed:

  This is for people with a hybrid graphics configuration to be able to
- submit the DSDT information:
+ submit the DSDT information: This includes nVidia Optimus and AMD Hybrid
+ Graphics.
  
- To compile your DSDT information, install if you haven't already the
- acpidump and iasl tools:
+ To gather information about the laptop model, install dmidecode. For the 
DSDT/SSDT
+ files, install the acpidump and iasl tools:
  
- sudo apt-get install acpidump iasl
+ sudo apt-get install acpidump iasl dmidecode
  
- or
+ or (on Fedora):
  
- sudo yum install pmtools iasl
+ sudo yum install pmtools iasl dmidecode
  
- Then run the following commands on a bash terminal:
+ Then use the script from http://lekensteyn.nl/files/get-acpi-info.sh to 
create the
+ tarball containing information about the laptop model, PCI hardware and ACPI 
tables.
+ To do so, run the following commands in a terminal:
  
- mkdir ~/acpiinfo ; cd ~/acpiinfo
- sudo acpidump  acpidump.txt
- # enter password
- sudo acpixtract acpidump.txt
- ls *.dat | while read i; do iasl -d ${i}; done
- pid=`sudo dmidecode -s system-product-name`
- vid=`sudo dmidecode -s system-version`
- name=${pid// /}.${vid// /}
- mkdir ${name}  cp *.dsl ${name}/
- tar czf ${name}.tar.gz ${name}/  ls -l $( pwd )/${name}.tar.gz
  
- This will create a tar.gz file that you can attach to the bug report.
- Finally, for posting the information in the bug report, you can check
- the laptop and graphics card model identifiers with these commands:
+ wget http://lekensteyn.nl/files/get-acpi-info.sh
+ sh get-acpi-info.sh
  
- sudo dmidecode -s system-product-name  sudo dmidecode -s system-version
- lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
+ This will create a tar.gz file that you can attach to the bug report. In the 
comment
+ itself, please include a link to the product page of the model (if available).
  
  This information will allow the full development of hybrid graphics
  features for Linux. Thanks for your help!
- 
- --- original description was replaced by the following, this should probably 
be removed (including this line.
-  code -s system-version
- Vostro 3700
- A10
- 
- 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor 
Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA 
controller])
- 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT216 [GeForce 
GT 330M] [10de:0a29] (rev a2) (prog-if 00 [VGA controller])

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

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+subscriptions

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

[Bug 699802] Re: error:: no video mode activated

2011-12-09 Thread Lekensteyn
After copying the .pf2 files from /usr/share/grub to /boot/grub and
running sudo update-grub, a few new lines are added as can be seen in
the attachment.

** Tags added: oneiric

** Patch added: grub.cfg.diff
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/699802/+attachment/2626151/+files/grub.cfg.diff

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

Title:
  error:: no video mode activated

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

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


[Bug 885243] Re: BUG: unable to handle kernel NULL pointer dereference when unloading wmi

2011-12-01 Thread Lekensteyn
The new update is confirmed to work for linux-image-3.0.0-14-generic
(version 3.0.0-14.23). I've noticed that the version of linux-image-
generic is still behind (3.0.0.14.16), is that intended?

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

Title:
  BUG: unable to handle kernel NULL pointer dereference when unloading
  wmi

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/885243/+subscriptions

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


[Bug 885243] [NEW] BUG: unable to handle kernel NULL pointer dereference when unloading wmi

2011-11-02 Thread Lekensteyn
Public bug reported:

When unloading the nouveau driver using modprobe, a kernel oops is
triggered. This is caused by a null pointer dereference in the wmi
module which is unloaded when using modprobe -r nouveau. This bug was
introduced in Oneiric, Ubuntu Natty does not suffer from this issue.

It's fixed in this commit:
http://git.kernel.org/?p=linux/kernel/git/next/linux-next-history.git;a=commitdiff;h=023b9565972a4a5e0f01b9aa32680af6e9b5c388

Tested with the Makefile from http://pastebin.com/qmh3hPR1

$ uname -a
Linux ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 
x86_64 x86_64 GNU/Linux

** Affects: linux
 Importance: Unknown
 Status: Unknown

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

** Affects: linux (Fedora)
 Importance: Unknown
 Status: Unknown


** Tags: oneiric patch

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

Title:
  BUG: unable to handle kernel NULL pointer dereference when unloading
  wmi

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/885243/+subscriptions

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


[Bug 885243] Re: BUG: unable to handle kernel NULL pointer dereference when unloading wmi

2011-11-02 Thread Lekensteyn
** Attachment added: Part of dmesg after the crash
   https://bugs.launchpad.net/bugs/885243/+attachment/2583103/+files/log.txt

** Bug watch added: Red Hat Bugzilla #706574
   https://bugzilla.redhat.com/show_bug.cgi?id=706574

** Also affects: linux (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=706574
   Importance: Unknown
   Status: Unknown

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

Title:
  BUG: unable to handle kernel NULL pointer dereference when unloading
  wmi

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/885243/+subscriptions

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


[Bug 885243] Re: BUG: unable to handle kernel NULL pointer dereference when unloading wmi

2011-11-02 Thread Lekensteyn
** Patch added: wmi-properly-cleanup-devices.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/885243/+attachment/2583105/+files/wmi-properly-cleanup-devices.patch

** Tags added: patch

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

Title:
  BUG: unable to handle kernel NULL pointer dereference when unloading
  wmi

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/885243/+subscriptions

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


[Bug 885243] Re: BUG: unable to handle kernel NULL pointer dereference when unloading wmi

2011-11-02 Thread Lekensteyn
** Bug watch added: Linux Kernel Bug Tracker #32052
   http://bugzilla.kernel.org/show_bug.cgi?id=32052

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=32052
   Importance: Unknown
   Status: Unknown

** 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/885243

Title:
  BUG: unable to handle kernel NULL pointer dereference when unloading
  wmi

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/885243/+subscriptions

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


[Bug 660443] Re: Recommended drivers don't work with Nvidia Optimus

2011-10-22 Thread Lekensteyn
For those affected and do not use a solution like Bumblebee
(https://github.com/Bumblebee-Project/Bumblebee), please run:

update-alternatives --force --set i386-linux-gnu_gl_conf
/usr/lib/i386-linux-gnu/mesa/ld.so.conf

If you're running a 64-bit system, run:

update-alternatives --force --set x86_64-linux-gnu_gl_conf
/usr/lib/x86_64-linux-gnu/mesa/ld.so.conf

This will set the default OpenGL library back to Mesa. Using a custom
Xorg configuration file, you can still utilize the nvidia drivers. Note
that Optimus is not supported for Linux so you've to use a solution like
Bumblebee or hybrid-windump.

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

Title:
  Recommended drivers don't work with Nvidia Optimus

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

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


[Bug 786221] Re: Dbus fails to (re)start if `/var/run/dbus/` is present

2011-10-20 Thread Lekensteyn
Ivan, that assumes that the issue only applies to DBUs when starting at
boot time, but it also occurs if DBus is quit after boot, and restarted
afterwards.

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

Title:
  Dbus fails to (re)start if `/var/run/dbus/` is present

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

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


[Bug 786221] Re: Dbus fails to (re)start if `/var/run/dbus/` is present

2011-10-20 Thread Lekensteyn
That's how I initially discovered this bug ;) The issues with the
display manager can be solved by restarting the X server. But when the X
server crashes (or SAK (Alt+SysRq+K) is issued), DBus seems to be gone
too which breaks network manager among some others (battery status IIRC)

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

Title:
  Dbus fails to (re)start if `/var/run/dbus/` is present

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

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


[Bug 777565] Re: gconfd saved_state file has executable tag set

2011-10-13 Thread Lekensteyn
** Bug watch added: GNOME Bug Tracker #661635
   https://bugzilla.gnome.org/show_bug.cgi?id=661635

** Also affects: gconf via
   https://bugzilla.gnome.org/show_bug.cgi?id=661635
   Importance: Unknown
   Status: Unknown

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

Title:
  gconfd saved_state file has executable tag set

To manage notifications about this bug go to:
https://bugs.launchpad.net/gconf/+bug/777565/+subscriptions

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


[Bug 700646] Re: nVIDIA 425M (with Optimus) is not detected

2011-10-09 Thread Lekensteyn
There is no match. If you're interested, I'm working on an ACPI tables database 
(mainly for Bumblebee) which will allow users to submit their tables. This does 
not include dynamic tables though, just the tables retrieved using acpidump.
https://github.com/Bumblebee-Project/acpi-www
Bumblebee itself: https://github.com/Bumblebee-Project/Bumblebee (do not use 
the one from MrMEEE, that is outdated and very buggy (both in (un)installation 
and PM)

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

Title:
  nVIDIA 425M (with Optimus) is not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/700646/+subscriptions

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


[Bug 803900] Re: mootools-more.min.js non-ascii characters replaced by question marks

2011-10-08 Thread Lekensteyn
The same applies to the unminified version mootools-more.js

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

Title:
  mootools-more.min.js non-ascii characters replaced by question marks

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

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


[Bug 655488] Re: wishlist: bash completion could do better with umount with spaces

2011-10-06 Thread Lekensteyn
*** This bug is a duplicate of bug 382037 ***
https://bugs.launchpad.net/bugs/382037

** This bug has been marked a duplicate of bug 382037
   Bash-completion fails to parse spaces for umount

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

Title:
  wishlist: bash completion could do better with umount with spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/655488/+subscriptions

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


[Bug 747589] Re: Udev rules in libticables2-2 require updating

2011-09-10 Thread Lekensteyn
The attached patch fixes this warning and adds several new devices,
namely TI-84+, TI-89 Titanium, TI-84+ Silver Edition and TI Nspire.

** Patch added: new-devices-and-fixed-sysfs-warning.patch
   
https://bugs.launchpad.net/ubuntu/+source/libticables/+bug/747589/+attachment/2381155/+files/new-devices-and-fixed-sysfs-warning.patch

** Tags added: patch

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

Title:
  Udev rules in libticables2-2 require updating

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

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


[Bug 747589] Re: Udev rules in libticables2-2 require updating

2011-09-10 Thread Lekensteyn
See http://askubuntu.com/q/48787/6969#60802 for instructions to apply
this patch. Basically, you need to:

- Install libticables2-2
- Apply the patch
- Add yourself to the tilp group
- Relogin to apply the group changes

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

Title:
  Udev rules in libticables2-2 require updating

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

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


[Bug 814534] Re: Ubuntu 11.04 / Unity freezing when screen is 'woken up'

2011-09-03 Thread Lekensteyn
** Tags removed: patch

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

Title:
  Ubuntu 11.04 / Unity freezing when screen is 'woken up'

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

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


[Bug 531730] Re: bash-completion looks up tools in wrong directory

2011-09-03 Thread Lekensteyn
The previous command did not work correctly for 64-bit systems since the 32-bit 
tools are provided too.
The attached patch fixes the directory and optimizes the command a bit:

By adding `-printf '%f '`, the next parts were obsolete / conflicting:

 - `-exec basename {} \;` - this would get the basename, just like %f
- `sed -e 's,\./,,g'` - this is possibly a remainder before basename was 
available. It is supposed to remove all occurrences of ./
- `tr '\n' ' '` - this would join the lines with spaces, printf would not add a 
newline and the space after it works as well

If you've saved the patch as bash-completion-valgrind-tools.patch, you
can run the below command to apply it:

sudo patch -p0  bash-completion-valgrind-tools.patch

** Patch added: bash-completion-valgrind-tools.patch
   
https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/531730/+attachment/2348951/+files/valgrind.patch

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

Title:
  bash-completion looks up tools in wrong directory

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

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


  1   2   >