[Bug 127101] Re: laptop hangs when switching video mode

2007-10-10 Thread Juan Pablo Salazar Bertín
For (X) debugging, I've been learning from:

https://wiki.ubuntu.com/DebuggingXorg
http://wiki.debian.org/XStrikeForce/XserverDebugging
http://wiki.x.org/wiki/Development/Documentation/ServerDebugging
http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-10-10 Thread Juan Pablo Salazar Bertín
Bryce, unfortunately, the issue has never went away. Attachment in
comment #65 is gdb output using git driver. As usual, laptop hanged with
gray blocks after last line.

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-10-10 Thread Juan Pablo Salazar Bertín
I've been watching i value when the laptop hangs, and it's not always the same 
value.
In 3 tests, the laptop has hung with i=3, i=3 and i=4.

Thanks for building this new package. Time to install it and try to make the 
laptop hang again.
Two last questions: what do exactly the loops do? what is the drawback of 
removing them?

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-10-07 Thread Juan Pablo Salazar Bertín
Ok, here's a backtrace in the last step before the gray blocks.
After the last step I got the gray blocks (and the whole laptop hangs, as 
usual).
Is it of any help to you to get this bug fixed, Bryce? If you need more info 
please let me know.

** Attachment added: gdb-X.txt
   http://launchpadlibrarian.net/9860777/gdb-X.txt

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-10-07 Thread Juan Pablo Salazar Bertín
Since I don't see the intel driver in the backtrace, I went back to version 
2:2.1.1-0ubuntu5, so compiz is back again.
Then I tried to reproduce the backtrace in my last comment. With steps in 
comment #39, I was able to get the gray blocks in my second attempt.
gdb outptut attached.

** Attachment added: gdb-X.txt
   http://launchpadlibrarian.net/9861149/gdb-X.txt

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147040] Re: gnome-appearance-properties is very slow and its GUI does not refresh

2007-10-06 Thread Juan Pablo Salazar Bertín
Your terminal output looks like bug #145059, but I don't know if that's
causing the slowness.

** Changed in: gnome-control-center (Ubuntu)
Sourcepackagename: None = gnome-control-center

-- 
gnome-appearance-properties is very slow and its GUI does not refresh
https://bugs.launchpad.net/bugs/147040
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-10-06 Thread Juan Pablo Salazar Bertín
I'm trying to get as deep as I can in gdb, but I don't have much time to play 
with this, so if someone is interested may be I can get some help ;) (or may be 
it's not useful, just let me know).
gdb output attached. I'm using 
xserver-xorg-video-intel_2.1.1~git20071004-0ubuntu1_i386.deb, so no compiz.

Steps I did to get this gdb output:
1. Clean boot, no compiz.
2. Try to set normal visual effects in gnome-appearance-properties, but it's 
not possible.
3. Switch to VT1, switch back to VT7.
4. Attach X to gdb through ssh.
5. Play ~/Examples/Experience\ ubuntu.ogg (totem + xv).
6. Switch to VT1 while video is playing.
7. In gdb, when SIGUSR1 is detected, get a backtrace full, then try to finish 
all frames. After the last finish command, you can see the gray blocks, and 
networking hangs.

May be we can get deeper if we do steps instead of the last finish.

** Attachment added: gdb-X.txt
   http://launchpadlibrarian.net/9846058/gdb-X.txt

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146142] Re: gnome-mouse-properties: Horizontal Scrolling is useless

2007-10-04 Thread Juan Pablo Salazar Bertín
xorg (1:7.2-5ubuntu11) gutsy; urgency=low

  * debian/local/Failsafe/failsafeXinit: Switch to use of new
'xfailsafedialog' script instead of displayconfig-gtk
(closes LP: #146186)
  * debian/local/Failsafe/failsafeXServer:
+ Use :10 instead of :0 to avoid overwriting the (failed)
  Xorg.0.log. (Temporary but regression-safe fix for 148122)
+ Add failure logging, so we can track past failures and avoid
  re-running Bulletproof-X if it's already proven unable to fix the
  issue. In this (rare but possible) case, we'll just get out of
  the way and let gdm handle it. (closes LP: #146603)
  * Drop debian/local/Failsafe/failsafeInstall as it is no longer used
  * debian/local/dexconf: Fix problem preventing touchpad scrolling
from being able to be enabled by switching HorizEdgeDelta for
HorizEdgeScroll, as suggested by Matthew Garrett).
(closes LP: #147249, and probably many more.)

 -- Bryce Harrington [EMAIL PROTECTED] Thu, 04 Oct 2007 03:30:32 -0700

** Changed in: xorg (Ubuntu)
Sourcepackagename: gnome-control-center = xorg
   Status: New = Fix Released

-- 
gnome-mouse-properties: Horizontal Scrolling is useless
https://bugs.launchpad.net/bugs/146142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147943] Re: [MASTER] broken initial stacking (was: compiz hides quick loading windows at login)

2007-10-04 Thread Juan Pablo Salazar Bertín
Re-opening, not fixed.

** Changed in: compiz (Ubuntu)
   Status: Fix Released = Confirmed

-- 
[MASTER] broken initial stacking (was: compiz hides quick loading windows at 
login)
https://bugs.launchpad.net/bugs/147943
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123080] Re: [gutsy] booting after hibernation doesn't prompt for a password

2007-10-02 Thread Juan Pablo Salazar Bertín
I'm using version 2.20.0-0ubuntu4 and this has been fixed.

** Changed in: gnome-screensaver (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[gutsy] booting after hibernation doesn't prompt for a password
https://bugs.launchpad.net/bugs/123080
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147070] Re: bottom panel not visible when desktop starts

2007-10-02 Thread Juan Pablo Salazar Bertín
I'm sorry about bug spam, but, which compiz version has fixed this bug? Are 
there some extra steps to get it fixed after updating?
There's no need to keep confirming that this bug has not been fixed, but may be 
it should be re-opened.

-- 
bottom panel not visible when desktop starts
https://bugs.launchpad.net/bugs/147070
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138824] Re: gpm says my computer failed to suspend even when it suspends/resumes fine

2007-10-02 Thread Juan Pablo Salazar Bertín
Bug still present in g-p-m version 2.20.0-0ubuntu3.
I'm attaching g-p-m verbose output.

** Attachment added: g-p-m.txt
   http://launchpadlibrarian.net/9689316/g-p-m.txt

** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Confirmed

-- 
gpm says my computer failed to suspend even when it suspends/resumes fine
https://bugs.launchpad.net/bugs/138824
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147885] Re: gutsy: gnome-power-manager incorrectly reports suspend failed

2007-10-02 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 138824 ***
https://bugs.launchpad.net/bugs/138824

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #138824, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 138824
   gpm says my computer failed to suspend even when it suspends/resumes fine

-- 
gutsy: gnome-power-manager incorrectly reports suspend failed
https://bugs.launchpad.net/bugs/147885
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140839] Re: Cannot increase display brightness with hotkeys

2007-09-30 Thread Juan Pablo Salazar Bertín
Looks like this has been fixed for Dell laptops. Please reopen if it's
not true.

** Changed in: dell
   Status: Confirmed = Fix Released

-- 
Cannot increase display brightness with hotkeys
https://bugs.launchpad.net/bugs/140839
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 119954] Re: Nautilus crashes while looking the partition icon properties

2007-09-30 Thread Juan Pablo Salazar Bertín
Seems to be fixed here too.

[EMAIL PROTECTED]:~$ dpkg -l | grep gnome-mount
ii  gnome-mount0.6-1ubuntu3 
wrapper for (un)mounting and ejecting storag
[EMAIL PROTECTED]:~$ dpkg -l | grep nautilus
ii  libnautilus-burn4  2.20.0-0ubuntu1  
Nautilus Burn Library - runtime version
ii  libnautilus-extension1 1:2.20.0-0ubuntu3
libraries for nautilus components - runtime 
ii  nautilus   1:2.20.0-0ubuntu3
file manager and graphical shell for GNOME
ii  nautilus-cd-burner 2.20.0-0ubuntu1  
CD Burning front-end for Nautilus
ii  nautilus-data  1:2.20.0-0ubuntu3
data files for nautilus
ii  nautilus-sendto0.12-0ubuntu4
integrates Evolution and Pidgin into the Nau

-- 
Nautilus crashes while looking the partition icon properties
https://bugs.launchpad.net/bugs/119954
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140839] Re: Cannot increase display brightness with hotkeys

2007-09-30 Thread Juan Pablo Salazar Bertín
This has been fixed for me, probably with changes in hal version 
0.5.9.1-1ubuntu9.
Please confirm.

-- 
Cannot increase display brightness with hotkeys
https://bugs.launchpad.net/bugs/140839
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144748] Re: totem/tracker crashed with SIGSEGV in sbc_typefind()

2007-09-29 Thread Juan Pablo Salazar Bertín
bluez-utils (3.19-0ubuntu2) gutsy; urgency=low

  * Add patch from upstream CVS to avoid crashing on zero-length files.

 -- Tollef Fog Heen [EMAIL PROTECTED]  Fri, 28 Sep 2007 14:57:52 +0200

** Changed in: bluez-utils (Ubuntu)
   Status: Confirmed = Fix Released

-- 
totem/tracker crashed with SIGSEGV in sbc_typefind()
https://bugs.launchpad.net/bugs/144748
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141063] Re: new Intel driver freezes system on video play after changing to console

2007-09-29 Thread Juan Pablo Salazar Bertín
First, I must say that I'm using xserver-xorg-core from
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/127101/comments/32.

To me it's easier to trigger this bug not closing totem. That is:

1. Open some video file in totem.
2. Switch to VT1. At this point I've seen the gray blocks hang from bug 
#127101, but I think now it only happens when video is being played.
3. Switch back to VT7. Video in totem is black.
4. Keep switching to VT1 and back to VT7 while the video is playing until 
system hangs.

I'm attaching Xorg log from my last test. There's another log of same
hang in a different test at https://bugs.launchpad.net/ubuntu/+source
/xserver-xorg-video-intel/+bug/127101/comments/35.

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/9594109/Xorg.0.log.old

-- 
new Intel driver freezes system on video play after changing to console
https://bugs.launchpad.net/bugs/141063
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141063] Re: new Intel driver freezes system on video play after changing to console

2007-09-29 Thread Juan Pablo Salazar Bertín
This is probably related to bug #28326, if not a duplicate.

-- 
new Intel driver freezes system on video play after changing to console
https://bugs.launchpad.net/bugs/141063
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141063] Re: new Intel driver freezes system on video play after changing to console

2007-09-29 Thread Juan Pablo Salazar Bertín
I'm sorry, you're right, it's probably not a duplicate of bug #28326.

I'm attaching a backtrace.
Looks like upstream bug https://bugs.freedesktop.org/show_bug.cgi?id=12437

** Attachment added: gdb-X.txt
   http://launchpadlibrarian.net/9597630/gdb-X.txt

-- 
new Intel driver freezes system on video play after changing to console
https://bugs.launchpad.net/bugs/141063
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-09-29 Thread Juan Pablo Salazar Bertín
Fix has been released, so you can get fixed version using update-manager.
I've seen the gray blocks hang after installing the fixed package, but, as 
unggnu said, it's because of bug #141063 (xv related).

This particular bug (which happens even without xv video playback) has
been fixed.

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71510] Re: Error on shutdown -- ipw 3945: error sending cmd #07 to daemon: timeout after 500ms

2007-09-29 Thread Juan Pablo Salazar Bertín
Setting as confirmed in l-u-m-2.6.22, as I can see the message when shutting 
down gutsy.
l-u-m version 2.6.22-12.32

** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu)
   Status: New = Confirmed

-- 
Error on shutdown -- ipw 3945: error sending cmd #07 to daemon: timeout after 
500ms
https://bugs.launchpad.net/bugs/71510
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141011] Re: Displayconfig-gtk doesn't work without xorg.conf

2007-09-29 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 135138 ***
https://bugs.launchpad.net/bugs/135138

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #135138, so it is being marked as such. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 135138
   displayconfig-gtk does not load when xorg.conf is missing

-- 
Displayconfig-gtk doesn't work without xorg.conf
https://bugs.launchpad.net/bugs/141011
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu (via bug 135138).

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


[Bug 146995] apport-gtk crashed with IOError in mark_report_seen()

2007-09-29 Thread Juan Pablo Salazar Bertín
Public bug reported:

Binary package hint: apport

I choose to open a crash report with report a problem... from
nautilus.

[EMAIL PROTECTED]:~$ ls -l /var/crash/_usr_bin_displayconfig-gtk.0.crash 
-rw--- 1 root root 26652 2007-09-29 17:57 
/var/crash/_usr_bin_displayconfig-gtk.0.crash

ProblemType: Crash
Architecture: i386
CrashReports:
 600:0:0:26652:2007-09-29 17:57:38.0 -0400:2007-09-29 
17:57:39.0 -0400:/var/crash/_usr_bin_displayconfig-gtk.0.crash
 600:1000:1000:17996:2007-09-29 17:58:44.0 -0400:2007-09-29 
17:58:50.0 -0400:/var/crash/_usr_share_apport_apport-gtk.1000.crash
Date: Sat Sep 29 17:58:45 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/share/apport/apport-gtk
InterpreterPath: /usr/bin/python2.5
Package: apport-gtk 0.97
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gtk -c 
/var/crash/_usr_bin_displayconfig-gtk.0.crash
ProcCwd: /home/snifer
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/share/apport/apport-gtk', '-c', 
'/var/crash/_usr_bin_displayconfig-gtk.0.crash']
SourcePackage: apport
Title: apport-gtk crashed with IOError in mark_report_seen()
Uname: Linux snifer-laptop 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 
2007 i686 GNU/Linux

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


** Tags: apport-crash need-duplicate-check

-- 
apport-gtk crashed with IOError in mark_report_seen()
https://bugs.launchpad.net/bugs/146995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146995] Re: apport-gtk crashed with IOError in mark_report_seen()

2007-09-29 Thread Juan Pablo Salazar Bertín

** Attachment added: ApportLog.txt
   http://launchpadlibrarian.net/9599254/ApportLog.txt

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9599257/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9599258/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/9599259/Traceback.txt

** Visibility changed to: Public

-- 
apport-gtk crashed with IOError in mark_report_seen()
https://bugs.launchpad.net/bugs/146995
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146964] Re: displayconfig-gtk crashed with UnboundLocalError in on_configure_device_clicked()

2007-09-29 Thread Juan Pablo Salazar Bertín
Confirmed.

** Changed in: displayconfig-gtk (Ubuntu)
   Status: New = Confirmed

-- 
displayconfig-gtk crashed with UnboundLocalError in 
on_configure_device_clicked()
https://bugs.launchpad.net/bugs/146964
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146999] Re: displayconfig-gtk crashed with IndexError in revertResolutionSettings()

2007-09-29 Thread Juan Pablo Salazar Bertín

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9599353/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9599354/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/9599355/Traceback.txt

** Visibility changed to: Public

-- 
displayconfig-gtk crashed with IndexError in revertResolutionSettings()
https://bugs.launchpad.net/bugs/146999
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146999] displayconfig-gtk crashed with IndexError in revertResolutionSettings()

2007-09-29 Thread Juan Pablo Salazar Bertín
Public bug reported:

Binary package hint: displayconfig-gtk

I enabled Screen2 as mirror default screen, then resolution in Screen1 (which I 
didn't change) was wrong.
I clicked not to keep settings and then it crashed.

ProblemType: Crash
Architecture: i386
Date: Sat Sep 29 18:13:40 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/displayconfig-gtk
InterpreterPath: /usr/bin/python2.5
Package: displayconfig-gtk 0.3.1
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/displayconfig-gtk
ProcCwd: /home/snifer
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
 LANG=en_US.UTF-8
PythonArgs: ['/usr/bin/displayconfig-gtk']
SourcePackage: displayconfig-gtk
Title: displayconfig-gtk crashed with IndexError in revertResolutionSettings()
Uname: Linux snifer-laptop 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 
2007 i686 GNU/Linux

** Affects: displayconfig-gtk (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash need-duplicate-check

-- 
displayconfig-gtk crashed with IndexError in revertResolutionSettings()
https://bugs.launchpad.net/bugs/146999
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-09-29 Thread Juan Pablo Salazar Bertín
I'm attaching Xorg log when trying to get a backtrace.
Last lines from gdb output  (where SIGUSR1 is switching VT) are:

(gdb) continue

Continuing.


Program received signal SIGUSR1, User defined signal 1.


Program received signal SIGUSR1, User defined signal 1.


Program received signal SIGUSR1, User defined signal 1.


Program received signal SIGUSR1, User defined signal 1.


Program received signal SIGUSR1, User defined signal 1.


** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/9602119/Xorg.0.log.old

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-09-29 Thread Juan Pablo Salazar Bertín
Reopening since, unfortunately, I'm still able to reproduce this bug.

Steps to reproduce:
1. Disable desktop effects and enable desktop effects again.
2. Switch to VT1 and switch back to VT7.
3. Repeat steps 1 and 2 several times.

This bug is different than bug #141063. In the other bug, it was just a freeze, 
and I was able to get a backtrace through ssh.
In this gray blocks hang bug, I'm not able to get a backtrace since once the 
laptop hangs not even networking works.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Fix Released = Confirmed

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146931] Re: intel video driver makes laptop crash

2007-09-29 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 127101 ***
https://bugs.launchpad.net/bugs/127101

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #127101, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 127101
   laptop hangs when switching video mode

-- 
intel video driver makes laptop crash
https://bugs.launchpad.net/bugs/146931
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146877] Re: Bottom panel hidden until mouse is clicked

2007-09-29 Thread Juan Pablo Salazar Bertín
Changing status to confirmed and package to compiz, since bottom panel
is shown when booting with desktop effects disabled.

** Changed in: compiz (Ubuntu)
Sourcepackagename: meta-gnome2 = compiz
   Status: New = Confirmed

-- 
Bottom panel hidden until mouse is clicked
https://bugs.launchpad.net/bugs/146877
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71510] Re: Error on shutdown -- ipw 3945: error sending cmd #07 to daemon: timeout after 500ms

2007-09-28 Thread Juan Pablo Salazar Bertín
** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu)
Sourcepackagename: linux-source-2.6.22 = linux-ubuntu-modules-2.6.22

-- 
Error on shutdown -- ipw 3945: error sending cmd #07 to daemon: timeout after 
500ms
https://bugs.launchpad.net/bugs/71510
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146536] Could not calculate the upgrade

2007-09-28 Thread Juan Pablo Salazar Bertín
Public bug reported:

Binary package hint: update-manager

update-manager offered a distro upgrade. Then in got the following
message:

Could not calculate the upgrade
A unresolvable problem occurred while calculating the upgrade.
Please report this bug against the 'update-manager' package and include the 
files in /var/log/dist-upgrade/ in the bugreport.

ProblemType: Bug
Architecture: i386
Date: Fri Sep 28 20:06:35 2007
DistroRelease: Ubuntu 7.10
Package: update-manager 1:0.78
PackageArchitecture: all
SourcePackage: update-manager
Uname: Linux snifer-laptop 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 
2007 i686 GNU/Linux

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


** Tags: apport-bug

-- 
Could not calculate the upgrade
https://bugs.launchpad.net/bugs/146536
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146536] Re: Could not calculate the upgrade

2007-09-28 Thread Juan Pablo Salazar Bertín

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

-- 
Could not calculate the upgrade
https://bugs.launchpad.net/bugs/146536
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146536] Re: Could not calculate the upgrade

2007-09-28 Thread Juan Pablo Salazar Bertín
This is the only file in /var/log/dist-upgrade/

** Attachment added: apt.log
   http://launchpadlibrarian.net/9574655/apt.log

-- 
Could not calculate the upgrade
https://bugs.launchpad.net/bugs/146536
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146538] Re: [Gutsy T-5 to Beta] Could not calculate the upgrade

2007-09-28 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 146536 ***
https://bugs.launchpad.net/bugs/146536

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #146536, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 146536
   Could not calculate the upgrade

-- 
[Gutsy T-5 to Beta] Could not calculate the upgrade 
https://bugs.launchpad.net/bugs/146538
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146536] Re: Could not calculate the upgrade

2007-09-28 Thread Juan Pablo Salazar Bertín
Confirmed in bug #146538

** Changed in: update-manager (Ubuntu)
   Status: New = Confirmed

-- 
Could not calculate the upgrade
https://bugs.launchpad.net/bugs/146536
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 117842] Re: ipw3945: kernel BUG at kernel/workqueue.c:323!

2007-09-28 Thread Juan Pablo Salazar Bertín
Errors before the kernel bug looks like bug #71510.

-- 
ipw3945: kernel BUG at kernel/workqueue.c:323!
https://bugs.launchpad.net/bugs/117842
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146560] gdebi-gtk crashed with AttributeError in on_button_install_clicked()

2007-09-28 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 123674 ***
https://bugs.launchpad.net/bugs/123674

Public bug reported:

Binary package hint: gdebi

I was reinstalling a package.

ProblemType: Crash
Architecture: i386
Date: Fri Sep 28 21:33:22 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/gdebi-gtk
InterpreterPath: /usr/bin/python2.5
Package: gdebi 0.3.1ubuntu1
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/gdebi-gtk 
/home/snifer/Desktop/xserver-xorg-core_1.3.0.0.dfsg-12ubuntu6_i386.deb
ProcCwd: /home/snifer
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/gdebi-gtk', 
'/home/snifer/Desktop/xserver-xorg-core_1.3.0.0.dfsg-12ubuntu6_i386.deb']
SourcePackage: gdebi
Title: gdebi-gtk crashed with AttributeError in on_button_install_clicked()
Traceback:
 Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/GDebi/GDebi.py, line 319, in 
on_button_install_clicked
 if widget != None and len(self.unauthenticated)  0:
 AttributeError: 'GDebi' object has no attribute 'unauthenticated'
Uname: Linux snifer-laptop 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 
2007 i686 GNU/Linux

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


** Tags: apport-crash need-duplicate-check

-- 
gdebi-gtk crashed with AttributeError in on_button_install_clicked()
https://bugs.launchpad.net/bugs/146560
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146560] Re: gdebi-gtk crashed with AttributeError in on_button_install_clicked()

2007-09-28 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 123674 ***
https://bugs.launchpad.net/bugs/123674


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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9575330/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9575331/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 123674
   gdebi-gtk crashed with AttributeError in on_button_install_clicked()

-- 
gdebi-gtk crashed with AttributeError in on_button_install_clicked()
https://bugs.launchpad.net/bugs/146560
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123674] Re: gdebi-gtk crashed with AttributeError in on_button_install_clicked()

2007-09-28 Thread Juan Pablo Salazar Bertín
Setting bug status as Confirmed, still present in version 0.3.1ubuntu1
(bug #146560).

** Changed in: gdebi (Ubuntu)
   Status: New = Confirmed

-- 
gdebi-gtk crashed with AttributeError in on_button_install_clicked()
https://bugs.launchpad.net/bugs/123674
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127101] Re: laptop hangs when switching video mode

2007-09-28 Thread Juan Pablo Salazar Bertín
I've tested unggnu's package by following steps at
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/127101/comments/22 and the bug is still present, however
I'll wait to test 12ubuntu8 before reopening this bug.

In a first test attempt, I didn't get the gray blocks lockup, but X was
frozen the same way (only hard poweroff was possible). I'm attaching
this Xorg log.

In a second test attempt, I got the gray blocks lockup. In this case,
Xorg log has nothing special. Last lines are:

Synaptics DeviceOff called
(II) AIGLX: Suspending AIGLX clients for VT switch

** Attachment added: Xorg.0.log.old.1
   http://launchpadlibrarian.net/9575756/Xorg.0.log.old.1

-- 
laptop hangs when switching video mode
https://bugs.launchpad.net/bugs/127101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146553] Re: Could not calculate the upgrade

2007-09-28 Thread Juan Pablo Salazar Bertín
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #146536, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

-- 
Could not calculate the upgrade
https://bugs.launchpad.net/bugs/146553
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146575] Re: Error, pkgProblemResolver

2007-09-28 Thread Juan Pablo Salazar Bertín
This could be a duplicate of bug #146536

-- 
Error, pkgProblemResolver
https://bugs.launchpad.net/bugs/146575
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146554] Re: error message while starting update manager

2007-09-28 Thread Juan Pablo Salazar Bertín
This could be a duplicate of bug #146536

-- 
error message while starting update manager
https://bugs.launchpad.net/bugs/146554
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146553] Re: Could not calculate the upgrade

2007-09-28 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 146536 ***
https://bugs.launchpad.net/bugs/146536

** This bug has been marked a duplicate of bug 146536
   Could not calculate the upgrade

-- 
Could not calculate the upgrade
https://bugs.launchpad.net/bugs/146553
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112290] Re: b44: eth0: BUG! Timeout waiting for bit 00000002 or register 42c

2007-09-27 Thread Juan Pablo Salazar Bertín
I got the message in a gutsy beta live cd. It was a clean boot, I didn't
suspend the laptop.

[EMAIL PROTECTED]:~$ uname -a
Linux ubuntu 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 2007 i686 
GNU/Linux

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/9527438/dmesg.txt

-- 
b44: eth0: BUG!  Timeout waiting for bit 0002 or register 42c
https://bugs.launchpad.net/bugs/112290
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133270] Re: firefox-bin crashed with signal 5

2007-09-27 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 97492 ***
https://bugs.launchpad.net/bugs/97492

I got this in a gutsy beta clean install, but I don't get the core dump 
anymore. It's not always reproducible.
firefox version 2.0.0.6+2-0ubuntu4.

[EMAIL PROTECTED]:~$ ubuntu-bug -p xserver-xorg
[EMAIL PROTECTED]:~$ The program 'firefox-bin' received an X Window System 
error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 1376 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

-- 
firefox-bin crashed with signal 5
https://bugs.launchpad.net/bugs/133270
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146142] Re: gnome-mouse-properties: Horizontal Scrolling is useless

2007-09-27 Thread Juan Pablo Salazar Bertín

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

-- 
gnome-mouse-properties: Horizontal Scrolling is useless
https://bugs.launchpad.net/bugs/146142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146142] gnome-mouse-properties: Horizontal Scrolling is useless

2007-09-27 Thread Juan Pablo Salazar Bertín
Public bug reported:

Binary package hint: gnome-control-center

Clean gutsy beta install.

The Touchpad Horizontal Scrolling option is useless since 'Option
HorizScrollDelta 0' is always added to xorg.conf:

xorg (1:7.2-0ubuntu8) feisty; urgency=low

  * debian/local/dexconf:
- Revert enabling horizontal scrolling for synaptics, since it is broken
for some hardware. Better to be on the safe side.
- Fix the reference to xorg.conf manpage (LP: #52032)

 -- Timo Aaltonen [EMAIL PROTECTED]  Fri, 16 Mar 2007 10:49:18
+0200

ProblemType: Bug
Architecture: i386
Date: Fri Sep 28 00:14:22 2007
DistroRelease: Ubuntu 7.10
Package: gnome-control-center 1:2.20.0-0ubuntu3
PackageArchitecture: i386
SourcePackage: gnome-control-center
Uname: Linux snifer-laptop 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 
2007 i686 GNU/Linux

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
gnome-mouse-properties: Horizontal Scrolling is useless
https://bugs.launchpad.net/bugs/146142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145059] Re: (gnome-appearance-properties:6190): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed

2007-09-26 Thread Juan Pablo Salazar Bertín
Why was this bug marked as a duplicate of bug #138726? Tabs are working
fine for me, and I've not installed the qt package mentioned there.

This bug is about a specific message, probably introduced by changes in
version 1:2.20.0-0ubuntu3.

** This bug is no longer a duplicate of bug 138726
   gnome-appearance-properties tabs don't work/display

-- 
(gnome-appearance-properties:6190): Gtk-CRITICAL **: 
gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' 
failed
https://bugs.launchpad.net/bugs/145059
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140782] Re: Inspiron 1420 LCD brightness keys broken

2007-09-26 Thread Juan Pablo Salazar Bertín
As stated in https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/121833/comments/11, you can control brightness using
hotkeys by adding 'options video no_automatic_changes=0' to some file in
/etc/modprobe.d/ and reloading the video module.

I don't know why that change was made, but I think that's what this bug
is about, and not some kde package.

-- 
Inspiron 1420 LCD brightness keys broken
https://bugs.launchpad.net/bugs/140782
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141060] Re: update-manager 0.59.24 fails to upgrade to gutsy

2007-09-26 Thread Juan Pablo Salazar Bertín
Bug #140754 was marked as a duplicate of this one. Will it be fixed in
gutsy?

-- 
update-manager 0.59.24 fails to upgrade to gutsy
https://bugs.launchpad.net/bugs/141060
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145059] (gnome-appearance-properties:6190): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed

2007-09-25 Thread Juan Pablo Salazar Bertín
Public bug reported:

Binary package hint: gnome-control-center

After starting g-a-p I get:

(gnome-appearance-properties:6190): Gtk-CRITICAL **:
gtk_radio_button_set_group: assertion `!g_slist_find (group,
radio_button)' failed

ProblemType: Bug
Architecture: i386
Date: Tue Sep 25 23:10:22 2007
DistroRelease: Ubuntu 7.10
Package: gnome-control-center 1:2.20.0-0ubuntu3
PackageArchitecture: i386
SourcePackage: gnome-control-center
Uname: Linux snifer-laptop 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 
2007 i686 GNU/Linux

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
(gnome-appearance-properties:6190): Gtk-CRITICAL **: 
gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' 
failed
https://bugs.launchpad.net/bugs/145059
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145059] Re: (gnome-appearance-properties:6190): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed

2007-09-25 Thread Juan Pablo Salazar Bertín

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

-- 
(gnome-appearance-properties:6190): Gtk-CRITICAL **: 
gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' 
failed
https://bugs.launchpad.net/bugs/145059
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140782] Re: Inspiron 1420 LCD brightness keys broken

2007-09-24 Thread Juan Pablo Salazar Bertín
I think that's correct for laptops with keys that only send a keypress event, 
but there're laptops who change brightness by hardware (probably by sending 
some signal to the BIOS).
It's not desktop environment specific, since I can change brightness with 
hotkeys in grub menu, but not after the acpi video module is loaded.
Probably, when gnome-power-manager (or its kde counterpart) is loaded, it gets 
the keypress and change brightness, but I don't see why shouldn't I be able to 
change brightness when g-p-m is not loaded, since I can do it when no OS is 
loaded.

-- 
Inspiron 1420 LCD brightness keys broken
https://bugs.launchpad.net/bugs/140782
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 144628] gstreamer-properties: testing input fails with Failed to construct test pipeline for ...

2007-09-24 Thread Juan Pablo Salazar Bertín
Public bug reported:

Binary package hint: gnome-media

I'm experiencing same behaviour as in bug #37184.

Steps to reproduce:
1. Run gstreamer-properties.
2. Select ALSA or OSS as plugin for default input.
3. A message with an error like: Failed to construct test pipeline for 'ALSA - 
Advanced Linux Sound Architecture' will come up, depending on which input you 
select.

Last lines from debug output:

0:00:16.703259000  7489 0x804e408 INFOGST_STATES 
gstbin.c:2058:gst_bin_change_state_func:pipeline0 child 'alsasrc2' changed 
state to 4(PLAYING) successfully
0:00:16.703332000  7489 0x804e408 INFOGST_STATES 
gstbin.c:1519:gst_bin_get_state_func:pipeline0 getting state
0:00:16.703387000  7489 0x804e408 INFOGST_STATES 
gstelement.c:1876:gst_element_get_state_func:pipeline0 waiting for element to 
commit state
0:00:19.703502000  7489 0x804e408 INFOGST_STATES 
gstelement.c:1880:gst_element_get_state_func:pipeline0 timed out

ProblemType: Bug
Architecture: i386
Date: Mon Sep 24 20:16:13 2007
DistroRelease: Ubuntu 7.10
Package: gnome-media 2.20.1-0ubuntu1
PackageArchitecture: i386
SourcePackage: gnome-media
Uname: Linux snifer-laptop 2.6.22-12-generic #1 SMP Sat Sep 22 18:14:28 GMT 
2007 i686 GNU/Linux

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


** Tags: apport-bug

-- 
gstreamer-properties: testing input fails with Failed to construct test 
pipeline for ...
https://bugs.launchpad.net/bugs/144628
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144628] Re: gstreamer-properties: testing input fails with Failed to construct test pipeline for ...

2007-09-24 Thread Juan Pablo Salazar Bertín

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

-- 
gstreamer-properties: testing input fails with Failed to construct test 
pipeline for ...
https://bugs.launchpad.net/bugs/144628
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144628] Re: gstreamer-properties: testing input fails with Failed to construct test pipeline for ...

2007-09-24 Thread Juan Pablo Salazar Bertín

** Attachment added: graphical output
   http://launchpadlibrarian.net/9496363/Screenshot.png

-- 
gstreamer-properties: testing input fails with Failed to construct test 
pipeline for ...
https://bugs.launchpad.net/bugs/144628
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144628] Re: gstreamer-properties: testing input fails with Failed to construct test pipeline for ...

2007-09-24 Thread Juan Pablo Salazar Bertín
Full debug output.
It was killed at the moment where the error message popped up.

** Attachment added: gstreamer-properties_debug_output.txt
   http://launchpadlibrarian.net/9496387/gstreamer-properties_debug_output.txt

-- 
gstreamer-properties: testing input fails with Failed to construct test 
pipeline for ...
https://bugs.launchpad.net/bugs/144628
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 37184] Re: When I try to select a sound input using gstreamer-properties, I get an error.

2007-09-24 Thread Juan Pablo Salazar Bertín
I've opened a new one: bug #144628.

-- 
When I try to select a sound input using gstreamer-properties, I get an error.
https://bugs.launchpad.net/bugs/37184
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 144628] Re: gstreamer-properties: testing input fails with Failed to construct test pipeline for ...

2007-09-24 Thread Juan Pablo Salazar Bertín
Similar output here.
Graphical output attached.

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/9497047/Screenshot.png

-- 
gstreamer-properties: testing input fails with Failed to construct test 
pipeline for ...
https://bugs.launchpad.net/bugs/144628
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140782] Re: Inspiron 1420 LCD brightness keys broken

2007-09-24 Thread Juan Pablo Salazar Bertín
After booting in recovery mode, I can use hotkeys to change brightness.
After doing modprobe video, brightness hotkeys stop working. The only new 
module reported by lsmod is video.
After doing rmmod video, lsmod doesn't show the video module anymore, and 
modules shown are exactly the same as after a recovery mode boot, but 
brightness hotkeys still don't work.
There's nothing new in log files.

Can someone give some hint on what's going on after loading the acpi
video module that persists after unloading it?

-- 
Inspiron 1420 LCD brightness keys broken
https://bugs.launchpad.net/bugs/140782
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 140782] Re: Inspiron 1420 LCD brightness keys broken

2007-09-23 Thread Juan Pablo Salazar Bertín
kpowersave has nothing to do with this bug. I experience this bug using gnome 
when gnome-power-manager is not loaded.
I think it's probably related to the acpi video module.

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: kpowersave = linux-source-2.6.22

-- 
Inspiron 1420 LCD brightness keys broken
https://bugs.launchpad.net/bugs/140782
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140782] Re: Inspiron 1420 LCD brightness keys broken

2007-09-22 Thread Juan Pablo Salazar Bertín
@Matthew Garrett:

The problem is that, when brightness max levels is more than 20, g-p-m use an 
increase/decrease step value of max_levels/20 (5%).
So, in my case, acpi reports brigthness max levels=100, and possible brightness 
values are: 12 24 36 48 60 72 84 100.

When I'm at 72, if I try to increase brightness using hotkeys, g-p-m
tries to set brightness to 79, but it's not enough to get to the next
brightness level. Please also read my comment at
https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/140839/comments/5.

This has been also reported at bug #140839.

-- 
Inspiron 1420 LCD brightness keys broken
https://bugs.launchpad.net/bugs/140782
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140782] Re: Inspiron 1420 LCD brightness keys broken

2007-09-22 Thread Juan Pablo Salazar Bertín
Oops, sorry, it's not the same bug. Please ignore my last comment.

But, when killing gnome-power-manager, I also experience this bug, that
is, I can't change my laptop brightness by using hotkeys but hotkeys are
supposed to change brightness by hardware.

** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu)
   Status: New = Confirmed

-- 
Inspiron 1420 LCD brightness keys broken
https://bugs.launchpad.net/bugs/140782
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120603] Re: hwdb-kde/hwdb-gui crashed with UnboundLocalError retval in get_xorgdata()

2007-09-22 Thread Juan Pablo Salazar Bertín
Isn't this a duplicate of bug #17595?

-- 
hwdb-kde/hwdb-gui crashed with UnboundLocalError retval in get_xorgdata()
https://bugs.launchpad.net/bugs/120603
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 37184] Re: When I try to select a sound input using gstreamer-properties, I get an error.

2007-09-22 Thread Juan Pablo Salazar Bertín
Reopening since I can reproduce it in gusty.

** Changed in: gnome-media (Ubuntu)
   Status: Fix Released = Confirmed

-- 
When I try to select a sound input using gstreamer-properties, I get an error.
https://bugs.launchpad.net/bugs/37184
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 37184] Re: When I try to select a sound input using gstreamer-properties, I get an error.

2007-09-22 Thread Juan Pablo Salazar Bertín
I'm attaching the output of 'GST_DEBUG=3 GST_DEBUG_NO_COLOR=1 
gstreamer-properties' and choosing ALSA.
It was killed at the moment where the error message popped up.

I get the same error message for OSS. Test Sound and Silence work
fine.

** Attachment added: gsp-alsa.txt
   http://launchpadlibrarian.net/9464829/gsp-alsa.txt

-- 
When I try to select a sound input using gstreamer-properties, I get an error.
https://bugs.launchpad.net/bugs/37184
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 144128] gnome-appearance-properties crashed with SIGSEGV

2007-09-22 Thread Juan Pablo Salazar Bertín
Public bug reported:

Binary package hint: gnome-control-center

gnome-appearance-properties crashed after enabling desktop effects and pressing 
the keep this settings button.
It's reproducible.

ProblemType: Crash
Architecture: i386
Date: Sat Sep 22 16:44:39 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/gnome-appearance-properties
NonfreeKernelModules: cdrom
Package: gnome-control-center 1:2.20.0-0ubuntu2
PackageArchitecture: i386
ProcCmdline: gnome-appearance-properties
ProcCwd: /home/snifer
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-control-center
Stacktrace:
 #0  0x08058c4c in ?? ()
 #1  0x0838b3a8 in ?? ()
 #2  0x08058810 in ?? ()
 #3  0x0856d898 in ?? ()
 #4  0x in ?? ()
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Title: gnome-appearance-properties crashed with SIGSEGV
Uname: Linux snifer-laptop 2.6.22-12-generic #1 SMP Thu Sep 20 18:51:18 GMT 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash need-i386-retrace

-- 
gnome-appearance-properties crashed with SIGSEGV
https://bugs.launchpad.net/bugs/144128
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144128] Re: gnome-appearance-properties crashed with SIGSEGV

2007-09-22 Thread Juan Pablo Salazar Bertín

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/9465198/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/9465200/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9465201/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9465202/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/9465203/Registers.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/9465204/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
gnome-appearance-properties crashed with SIGSEGV
https://bugs.launchpad.net/bugs/144128
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138794] Re: Error getting killswitch power arguments: org.freedesktop.DBus.Error.InvalidArgs - Argument 0 is specified to be of type uint32, but is actually of type int32

2007-09-20 Thread Juan Pablo Salazar Bertín
** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

-- 
Error getting killswitch power arguments: 
org.freedesktop.DBus.Error.InvalidArgs - Argument 0 is specified to be of type 
uint32, but is actually of type int32
https://bugs.launchpad.net/bugs/138794
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136346] Re: gutsy: g-p-m 2.19.6-0ubuntu4 breaks brightness control

2007-09-19 Thread Juan Pablo Salazar Bertín
It's a new bug, there are some reports like bug #140839 and bug #140572,
and probably bug #117327.

In my case, this time g-p-m is using 6 as the unit to add/subtract to
current brightness level. According to acpi, my brightness possible
levels are: 12 24 36 48 60 72 84 100. So, if I'm at 100, then g-p-m
subtract 6 and sets 94, I end up at 84 (the next level below), but when
g-p-m adds 6 to 84 and sets 90, I'm still at 84, since I need 100 to be
at the next level.

-- 
gutsy: g-p-m 2.19.6-0ubuntu4 breaks brightness control
https://bugs.launchpad.net/bugs/136346
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136346] Re: gutsy: g-p-m 2.19.6-0ubuntu4 breaks brightness control

2007-09-19 Thread Juan Pablo Salazar Bertín
Bug has not returned, it's a different bug.

** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Fix Released

-- 
gutsy: g-p-m 2.19.6-0ubuntu4 breaks brightness control
https://bugs.launchpad.net/bugs/136346
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140839] Re: Cannot increase display brightness with hotkeys

2007-09-19 Thread Juan Pablo Salazar Bertín
Increasing LCD brightness in 5% steps is not enough for my Dell Inspiron
9400 laptop.

** Changed in: gnome-power-manager (Ubuntu)
Sourcepackagename: None = gnome-power-manager
   Status: New = Confirmed

-- 
Cannot increase display brightness with hotkeys
https://bugs.launchpad.net/bugs/140839
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140572] Re: Gutsy Screen Birghtness using function keys Dell M1330

2007-09-19 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 140839 ***
https://bugs.launchpad.net/bugs/140839

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #140839, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 140839
   Cannot increase display brightness with hotkeys

-- 
Gutsy Screen Birghtness using function keys Dell M1330 
https://bugs.launchpad.net/bugs/140572
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141117] Re: backlight-decrease key works, increase doesn't (Dell Inspiron 9400, nvidia binary driver)

2007-09-19 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 140839 ***
https://bugs.launchpad.net/bugs/140839

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #140839, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 140839
   Cannot increase display brightness with hotkeys

-- 
backlight-decrease key works, increase doesn't (Dell Inspiron 9400, nvidia 
binary driver)
https://bugs.launchpad.net/bugs/141117
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140839] Re: Cannot increase display brightness with hotkeys

2007-09-19 Thread Juan Pablo Salazar Bertín
I see two possible solutions:

1. To change g-p-m so it detects proper brightness steps to
increase/decrease.

2. To change acpi video module. This can be:
a) Using real values for brightness levels (0 to 7  instead of 12 to 100 in my 
case).
b) Changing how intermediate values affect brightness. I mean if I'm at 24, and 
I try to change to 23 or 25, it should change to the next level (12 or 36) to 
avoid problems like this.

-- 
Cannot increase display brightness with hotkeys
https://bugs.launchpad.net/bugs/140839
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137490] Re: Sound lost after installing updates

2007-09-11 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 120305 ***
https://bugs.launchpad.net/bugs/120305

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #120305, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 120305
   Cannot modprobe snd-hda-intel following upgrade to Feisty

-- 
Sound lost after installing updates
https://bugs.launchpad.net/bugs/137490
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138871] Re: no sound out of speakers

2007-09-11 Thread Juan Pablo Salazar Bertín
** Changed in: linux-source-2.6.20 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.20

-- 
no sound out of speakers
https://bugs.launchpad.net/bugs/138871
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138838] Re: 7.10 installation - tty not started

2007-09-11 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 130804 ***
https://bugs.launchpad.net/bugs/130804

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #130804, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 130804
   [Ubuntu Tribe3] Cannot install by LiveCD (weybridge)

-- 
7.10 installation - tty not started
https://bugs.launchpad.net/bugs/138838
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138917] Re: network-manager 0.6.5-0ubuntu11 broken

2007-09-11 Thread Juan Pablo Salazar Bertín
** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

-- 
network-manager 0.6.5-0ubuntu11 broken
https://bugs.launchpad.net/bugs/138917
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 93360] Re: Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason

2007-09-10 Thread Juan Pablo Salazar Bertín
I think this message doesn't cause any trouble, it's just an annoyance.

-- 
Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 
for sub-path eth1.dbus.get.reason
https://bugs.launchpad.net/bugs/93360
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138672] Re: libsqlite0 2.8.17-2.1build1 subprocess pre-installation script killed by signal (Segmentation fault), core dumped

2007-09-10 Thread Juan Pablo Salazar Bertín
** Changed in: sqlite (Ubuntu)
Sourcepackagename: None = sqlite

-- 
libsqlite0 2.8.17-2.1build1 subprocess pre-installation script killed by signal 
(Segmentation fault), core dumped
https://bugs.launchpad.net/bugs/138672
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137760] Re: Network Manager applet cannot show Connection Information window

2007-09-10 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 101978 ***
https://bugs.launchpad.net/bugs/101978

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 101978, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 101978
   Problem when trying to view Network information

-- 
Network Manager applet cannot show Connection Information window
https://bugs.launchpad.net/bugs/137760
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138695] Re: nm-applet doesn't show all connection information

2007-09-10 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 127806 ***
https://bugs.launchpad.net/bugs/127806

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #127806, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 127806
   network-manager - active connection information (network) is wrong

-- 
nm-applet doesn't show all connection information
https://bugs.launchpad.net/bugs/138695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138754] Re: NetworkManager random wireless crashes

2007-09-10 Thread Juan Pablo Salazar Bertín
** Changed in: network-manager (Ubuntu)
Sourcepackagename: None = network-manager

-- 
NetworkManager random wireless crashes
https://bugs.launchpad.net/bugs/138754
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138740] Re: [Gutsy] Notebook Wireless Adapter Intel 4965AGN does not connect with N

2007-09-10 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 18 ***
https://bugs.launchpad.net/bugs/18

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #18, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 18
   Intel 4965 A/G/N wireless works with G router, but not N router (Gutsy)

-- 
[Gutsy] Notebook Wireless Adapter Intel 4965AGN does not connect with N
https://bugs.launchpad.net/bugs/138740
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133338] Re: Intel 4965 A/G/N wireless works with G router, but not N router (Gutsy)

2007-09-10 Thread Juan Pablo Salazar Bertín
** Changed in: linux-ubuntu-modules-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-ubuntu-modules-2.6.22

-- 
Intel 4965 A/G/N wireless works with G router, but not N router (Gutsy)
https://bugs.launchpad.net/bugs/18
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138715] Re: [Gutsy] pressing touch pad enable/disable button on hp dv6500 works but also brings up Ubuntu Help Center

2007-09-10 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 91056 ***
https://bugs.launchpad.net/bugs/91056

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #91056, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 91056
   [Feisty] synaptic keypad lock button launches KDE or Gnome Help Center

-- 
[Gutsy] pressing touch pad enable/disable button on hp dv6500 works but also 
brings up Ubuntu Help Center
https://bugs.launchpad.net/bugs/138715
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138625] Re: babytrans does not work EngtoGer.dic is missing

2007-09-10 Thread Juan Pablo Salazar Bertín
** Changed in: babytrans (Ubuntu)
Sourcepackagename: None = babytrans

-- 
babytrans does not work EngtoGer.dic is missing
https://bugs.launchpad.net/bugs/138625
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138668] Re: system freezes on reboot/shutdown after resume from suspend

2007-09-10 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 29695 ***
https://bugs.launchpad.net/bugs/29695

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #29695, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 29695
   after sleep+resume I can't restart the system

-- 
system freezes on reboot/shutdown after resume from suspend
https://bugs.launchpad.net/bugs/138668
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138576] Re: strigi or clucene crashing

2007-09-10 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 137851 ***
https://bugs.launchpad.net/bugs/137851

** Changed in: strigi (Ubuntu)
Sourcepackagename: None = strigi

-- 
strigi or clucene crashing
https://bugs.launchpad.net/bugs/138576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138576] Re: strigi or clucene crashing

2007-09-10 Thread Juan Pablo Salazar Bertín
*** This bug is a duplicate of bug 137851 ***
https://bugs.launchpad.net/bugs/137851

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #137851, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can add, or to see if there is a workaround for the bug. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 137851
   strigi 5.5-2 segfaults on m3u files

-- 
strigi or clucene crashing
https://bugs.launchpad.net/bugs/138576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138568] Re: [Live-CD] Keyboard selection other than English broken

2007-09-10 Thread Juan Pablo Salazar Bertín
** Changed in: casper (Ubuntu)
Sourcepackagename: None = casper

-- 
[Live-CD] Keyboard selection other than English broken
https://bugs.launchpad.net/bugs/138568
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138546] Re: Thunar/Trash Applet thinks Trash is not empty

2007-09-10 Thread Juan Pablo Salazar Bertín
** Changed in: thunar (Ubuntu)
Sourcepackagename: None = thunar

-- 
Thunar/Trash Applet thinks Trash is not empty
https://bugs.launchpad.net/bugs/138546
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138794] Error getting killswitch power arguments: org.freedesktop.DBus.Error.InvalidArgs - Argument 0 is specified to be of type uint32, but is actually of type int32

2007-09-10 Thread Juan Pablo Salazar Bertín
Public bug reported:

Binary package hint: network-manager

I'm getting a lot of lines like this:

Sep 10 22:03:23 snifer-laptop NetworkManager: info  Error getting
killswitch power arguments: org.freedesktop.DBus.Error.InvalidArgs -
Argument 0 is specified to be of type uint32, but is actually of type
int32

Probably due to changes in hal version 0.5.9.1-1ubuntu7.

ProblemType: Bug
Architecture: i386
Date: Mon Sep 10 22:02:05 2007
DistroRelease: Ubuntu 7.10
Package: network-manager 0.6.5-0ubuntu11
PackageArchitecture: i386
SourcePackage: network-manager
Uname: Linux snifer-laptop 2.6.22-11-generic #1 SMP Fri Sep 7 05:07:05 GMT 2007 
i686 GNU/Linux

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


** Tags: apport-bug

-- 
Error getting killswitch power arguments: 
org.freedesktop.DBus.Error.InvalidArgs - Argument 0 is specified to be of type 
uint32, but is actually of type int32
https://bugs.launchpad.net/bugs/138794
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138794] Re: Error getting killswitch power arguments: org.freedesktop.DBus.Error.InvalidArgs - Argument 0 is specified to be of type uint32, but is actually of type int32

2007-09-10 Thread Juan Pablo Salazar Bertín

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

-- 
Error getting killswitch power arguments: 
org.freedesktop.DBus.Error.InvalidArgs - Argument 0 is specified to be of type 
uint32, but is actually of type int32
https://bugs.launchpad.net/bugs/138794
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 74691] Re: Unable to debug under 2.6.22 on i386: Failed to read a valid object file image from memory

2007-09-09 Thread Juan Pablo Salazar Bertín
I haven't made any change, and I'm not getting the failed to read... message.
I think it has been fixed in 2.6.22.11.

-- 
Unable to debug under 2.6.22 on i386: Failed to read a valid object file image 
from memory
https://bugs.launchpad.net/bugs/74691
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


<    1   2   3   4   5   6   7   8   >