[Bug 721748] Re: My facebook chat list is not showing in empathy... but gtalk is showing.. Pls help me

2011-02-19 Thread Sreedath Namangalam
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721748

Title:
  My facebook chat list is not showing in empathy... but gtalk is
  showing.. Pls help me

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


[Bug 721706] Re: System halted but system will not powerdown

2011-02-19 Thread Philip Muškovac
Thanks for taking your time to report this bug. This isn't a bug in
apport though so I'm reassigning it.

** Package changed: apport (Ubuntu) = ubuntu

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

Title:
  System halted but system will not powerdown

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


[Bug 719826] Re: pc will not boot after update to linux 2.6.38

2011-02-19 Thread Joe
I updated to linux 3.6.38-4 via Update Manager today(2/19/2011), and the
problem still exists. I no longer get the message Mountall:
Disconnected from Plymouth. It just drops to a login prompt and does
not complete boot.

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

Title:
  pc will not boot after update to linux 2.6.38

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


[Bug 693536] Re: Distribution series hardcoded for installing Fluendo plug-in

2011-02-19 Thread Arvind S Raj
A solution to this would be to use the code of lsb_release to determine the 
codename. After determining the codename, 
   PARTNER_LIST = canonical-partner-maverick.list  (line 
59 in umusicstore/MusicStoreWidget.py)
would change to
  PARTNER_LIST = canonical-partner- + codename + .list
and
  dist=maverick   
(line 439 in umusicstore/MusicStoreWidget.py)
would change to
  dist=codename.

Or is there any better alternative?

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

Title:
  Distribution series hardcoded for installing Fluendo plug-in

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


[Bug 553827] Re: Subdowloader crush at startup because unknown encoding

2011-02-19 Thread Marco Rodrigues
** Also affects: kaa-metadata (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Subdowloader crush at startup because unknown encoding
+ Subdowloader: LookupError: unknown encoding: utf_8_valencia

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

Title:
  Subdowloader: LookupError: unknown encoding: utf_8_valencia

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


[Bug 534594] Re: logcheck filter misses kernel status changed message

2011-02-19 Thread Richard Ayotte
** Description changed:

  Binary package hint: ntp
  
  The logcheck filter shipped with ntp in karmic misses the following
  messages:
  
  Mar  8 10:06:29 chunks ntpd[1000]: kernel time sync status change 6001
  Mar  8 10:23:32 chunks ntpd[1000]: kernel time sync status change 2001
  
  According to the NTP folks, these messages are expected behaviour (in a 
future version, they've eliminated the message):
  https://support.ntp.org/bugs/show_bug.cgi?id=452#c10
  
  In the mean time, please apply this patch to the logcheck filter:
  
  --- ntp.orig2010-03-08 12:36:29.771334912 -0500
  +++ ntp 2010-03-08 12:37:14.191334900 -0500
  @@ -3,7 +3,7 @@
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: no servers reachable$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
([0-9.]{7,15}|[0-9a-fA-F:.]{4,39}), stratum [0-9]+$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
LOCAL\([0-9]+\), stratum [0-9]+$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: no servers reachable$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
([0-9.]{7,15}|[0-9a-fA-F:.]{4,39}), stratum [0-9]+$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
LOCAL\([0-9]+\), stratum [0-9]+$
  -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: kernel time sync 
(disabled|enabled) [0-9]+$
  +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: kernel time sync 
(disabled|enabled|status change) [0-9]+$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: precision = 
[0-9]+\.[0-9]+ usec$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: peer 
([.0-9]{7,15}|[0-9a-fA-F:.]{4,39}) now (in)?valid$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: adjusting local clock by 
-?[.0-9]+s$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: precision = 
[0-9]+\.[0-9]+ usec$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: peer 
([.0-9]{7,15}|[0-9a-fA-F:.]{4,39}) now (in)?valid$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: adjusting local clock by 
-?[.0-9]+s$
  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon Mar  8 14:13:03 2010
  DistroRelease: Ubuntu 9.10
  Package: ntp 1:4.2.4p6+dfsg-1ubuntu5.1
  ProcEnviron:
-  LANG=en_CA.UTF-8
-  SHELL=/bin/bash
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ntp
  Uname: Linux 2.6.33-020633-generic x86_64

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

Title:
  logcheck filter misses kernel status changed message

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

[Bug 721751] [NEW] Compiz memory leak on window resize

2011-02-19 Thread Janne Vanhala
Public bug reported:

Binary package hint: compiz

Sometimes when I try to resize a window, compiz quickly consumes all
available RAM and the system starts swapping and becomes unresponsive.
This usually happens when I resize GNOME Terminal window, but its quite
random. I have the Resize Info and Resize Window plugins enabled in
Compiz, and the default resize mode is normal. My video card is Geforce
GTX 260 and I'm using the Nouveau drivers.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: compiz 1:0.9.2.1+glibmainloop4-0ubuntu11
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic x86_64
Architecture: amd64
Date: Sat Feb 19 14:44:23 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-08 00:17:52.643140
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:   Subsystem: CardExpert Technology Device [10b0:0801]
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: System manufacturer System Product Name
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-3-generic 
root=UUID=1efff8c9-9e93-4dde-84c0-30a2b18f52f5 ro quiet splash vt.handoff=7
SourcePackage: compiz
dmi.bios.date: 05/21/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1702
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7P55D
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1702:bd05/21/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55D:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu11
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu4
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu9
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu4

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


** Tags: amd64 apport-bug natty ubuntu

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

Title:
  Compiz memory leak on window resize

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


[Bug 721751] Re: Compiz memory leak on window resize

2011-02-19 Thread Janne Vanhala
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721751

Title:
  Compiz memory leak on window resize

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


[Bug 654547] Re: package fglrx 2:8.780-0ubuntu2 failed to install/upgrade: fglrx kernel module failed to build

2011-02-19 Thread frag1get1free
** Changed in: fglrx-installer (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/654547

Title:
  package fglrx 2:8.780-0ubuntu2 failed to install/upgrade: fglrx kernel
  module failed to build

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


[Bug 630118] Re: Freeze of window manager. Not clickable anymore.

2011-02-19 Thread Stefan Fisches
** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Freeze of window manager. Not clickable anymore.

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


[Bug 649689] Re: Bad detection of a screen

2011-02-19 Thread HacKurx
hy,

Ubuntu 11.04 The resolution is good but the model
the screen is not good in gnome-control-center.

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

Title:
  Bad detection of a screen

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


[Bug 680627] Re: Error starting Virtual Machine Manager: No module named version

2011-02-19 Thread Rolf Leggewie
I think the hardy python-virtinst package is the culprit. Have a lok at

http://packages.ubuntu.com/hardy/all/python-virtinst/filelist
http://packages.ubuntu.com/hardy-updates/all/python-virtinst/filelist

** Changed in: virt-manager (Ubuntu)
   Importance: Undecided = High

** Changed in: virt-manager (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Error starting Virtual Machine Manager: No module named version

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


[Bug 721756] [NEW] FTBFS when building with python 2.7 owing to test faliures

2011-02-19 Thread Sameer Morar
Public bug reported:

Binary package hint: python-shapely

The following tests fail when built with python 2.7 owing to changes in
the conversions from long integers and regular integers to floating
points referred to here:  http://docs.python.org/dev/whatsnew/2.7.html

==
FAIL: /tmp/buildd/python-shapely-1.2.1/shapely/tests/Point.txt
Doctest: Point.txt
--
Traceback (most recent call last):
  File /usr/lib/python2.7/doctest.py, line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for Point.txt
  File /tmp/buildd/python-shapely-1.2.1/shapely/tests/Point.txt, line 0

--
File /tmp/buildd/python-shapely-1.2.1/shapely/tests/Point.txt, line 124, in 
Point.txt
Failed example:
pa.distance(p)
Expected:
4.1231056256176606
Got:
4.123105625617661


==
FAIL: /tmp/buildd/python-shapely-1.2.1/shapely/tests/MultiPolygon.txt
Doctest: MultiPolygon.txt
--
Traceback (most recent call last):
  File /usr/lib/python2.7/doctest.py, line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for MultiPolygon.txt
  File /tmp/buildd/python-shapely-1.2.1/shapely/tests/MultiPolygon.txt, line 0

--
File /tmp/buildd/python-shapely-1.2.1/shapely/tests/MultiPolygon.txt, line 
53, in MultiPolygon.txt
Failed example:
geom.__geo_interface__
Expected:
{'type': 'MultiPolygon', 'coordinates': [[((0.0, 0.0), (0.0, 1.0), (1.0, 
1.0), (1.0, 0.0), (0.0, 0.0)), ((0.10001, 0.10001), 
(0.10001, 0.20001), (0.20001, 
0.20001), (0.20001, 0.10001), 
(0.10001, 0.10001))]]}
Got:
{'type': 'MultiPolygon', 'coordinates': [[((0.0, 0.0), (0.0, 1.0), (1.0, 
1.0), (1.0, 0.0), (0.0, 0.0)), ((0.1, 0.1), (0.1, 0.2), (0.2, 0.2), (0.2, 0.1), 
(0.1, 0.1))]]}


==
FAIL: /tmp/buildd/python-shapely-1.2.1/shapely/tests/Polygon.txt
Doctest: Polygon.txt
--
Traceback (most recent call last):
  File /usr/lib/python2.7/doctest.py, line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for Polygon.txt
  File /tmp/buildd/python-shapely-1.2.1/shapely/tests/Polygon.txt, line 0

--
File /tmp/buildd/python-shapely-1.2.1/shapely/tests/Polygon.txt, line 105, in 
Polygon.txt
Failed example:
polygon.__geo_interface__
Expected:
{'type': 'Polygon', 'coordinates': (((0.0, 0.0), (0.0, 1.0), (1.0, 1.0), 
(2.0, -1.0), (0.0, 0.0)), ((0.10001, 0.10001), 
(0.10001, 0.20001), (0.20001, 
0.20001), (0.20001, 0.10001), 
(0.10001, 0.10001)))}
Got:
{'type': 'Polygon', 'coordinates': (((0.0, 0.0), (0.0, 1.0), (1.0, 1.0), 
(2.0, -1.0), (0.0, 0.0)), ((0.1, 0.1), (0.1, 0.2), (0.2, 0.2), (0.2, 0.1), 
(0.1, 0.1)))}


--

** Affects: python-shapely (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: patch patch-forwarded-upstream

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

Title:
  FTBFS when building with python 2.7 owing to test faliures

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


[Bug 721756] Re: FTBFS when building with python 2.7 owing to test faliures

2011-02-19 Thread Sameer Morar
** Patch added: python-shapely_1.2.1-2ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/python-shapely/+bug/721756/+attachment/1859630/+files/python-shapely_1.2.1-2ubuntu1.debdiff

** Tags added: patch patch-forwarded-upstream

** Changed in: python-shapely (Ubuntu)
   Status: New = Confirmed

** Bug watch added: trac.gispython.org/lab/ #248
   http://trac.gispython.org/lab/ticket/248

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

Title:
  FTBFS when building with python 2.7 owing to test faliures

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


[Bug 721756] Re: FTBFS when building with python 2.7 owing to test faliures

2011-02-19 Thread Sameer Morar
Bug has been reported upstream here:
http://trac.gispython.org/lab/ticket/248

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

Title:
  FTBFS when building with python 2.7 owing to test faliures

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


Re: [Bug 591656] Re: scrolling issues using touchpad

2011-02-19 Thread Henrik Görlin
Problem 1 is still present i Maverick.

2011/2/19 settle 591...@bugs.launchpad.net:
 First problem still exists. I still have this problem in my asus s96j.

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/591656

 Title:
  scrolling issues using touchpad

 Status in XOrg-Driver-Synaptics - synaptics driver for XOrg:
  Confirmed
 Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  Incomplete

 Bug description:
  Binary package hint: xserver-xorg-input-synaptics

  1. When I move my finger from the left to right side and
  (accidentally) touching the scrolling area (on the right side) on the
  touchpad, the cursor jumps to the far right of the screen. This only
  happens when I'm moving my finger into the scrolling area, a single
  (or double) tap in the scrolling area doesn't do anything.

  2. This concerns 'continuous scrolling' (I think it's called). First:
  in 9.10 I hadn't continuous scrolling activated (by default?), in
  10.04 it is. But this isn't the issue. To do a continuous scrolling
  you do a long stroke up or down, and it continuous to scroll up or
  down. The problem is that it seems to continue to scroll until a
  tap/click is made. This often results in a in or out zooming of
  webpages in chrome, e.g.

  First I scroll down a page, then I scroll up. And everything is fine.
  But when I am about to enter a different web address, using CTRL+L,
  the page zooms in (CTRL+scroll) continuously.

  or

  in Compiz desktop zoom: I've just scrolled up a page in Chrome and I'm
  going use the Scale function (Super+Tab). As soon as I'm pressing the
  Super button, Compiz zooms in.

  Now, 1 and 2 are on one hand two different issues but since they both
  occurred after I upgraded to 10.04 and that I can't figure out how to
  change these behaviours, I'm filing them as one bug. Maybe there is a
  way of fixing this with udev rules or something, but I don't know how
  to do that.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: xserver-xorg-input-synaptics 1.2.2-1ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  Architecture: i386
  Date: Wed Jun  9 11:18:58 2010
  DkmsStatus:
   vboxdrv, 3.2.4, 2.6.32-22-generic, i686: installed
   vboxnetflt, 3.2.4, 2.6.32-22-generic, i686: installed
   vboxnetadp, 3.2.4, 2.6.32-22-generic, i686: installed
  Lsusb:
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LG Electronics F1-22PTV
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcCmdLine: root=UUID=e0f735bb-287d-4413-bfca-9800b20f3a8e ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-input-synaptics
  dmi.bios.date: 09/01/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: A1034IL1 V1.20 09/01/06
  dmi.board.name: MS-1034
  dmi.board.vendor: MICRO-STAR INT'L CO.,LTD.
  dmi.board.version: N/A
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: MICRO-STAR INT'L CO.,LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
 dmi:bvnAmericanMegatrendsInc.:bvrA1034IL1V1.2009/01/06:bd09/01/2006:svnLGElectronics:pnF1-22PTV:pvrLG-1034:rvnMICRO-STARINT'LCO.,LTD.:rnMS-1034:rvrN/A:cvnMICRO-STARINT'LCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: F1-22PTV
  dmi.product.version: LG-1034
  dmi.sys.vendor: LG Electronics
  system:
   distro:             Ubuntu
   codename:           lucid
   architecture:       i686
   kernel:             2.6.32-22-generic

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/xorg-driver-synaptics/+bug/591656/+subscribe


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

Title:
  scrolling issues using touchpad

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

[Bug 721758] Re: package fglrx (not installed) failed to install/upgrade: fglrx kernel module failed to build

2011-02-19 Thread gogo
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721758

Title:
  package fglrx (not installed) failed to install/upgrade: fglrx kernel
  module failed to build

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


[Bug 721758] [NEW] package fglrx (not installed) failed to install/upgrade: fglrx kernel module failed to build

2011-02-19 Thread gogo
Public bug reported:

package fglrx (not installed) failed to install/upgrade: fglrx kernel
module failed to build

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: fglrx (not installed)
Uname: Linux 2.6.38-020638rc5-generic x86_64
Architecture: amd64
DRM.card0.DVI.D.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.VGA.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x1024 1280x1024 1152x864 1024x768 1024x768 1024x768 1024x768 
832x624 800x600 800x600 800x600 800x600 640x480 640x480 640x480 640x480 720x400
 edid-base64: 
AP///wAebTxEblMCAAQRAQNuIht46txVo1lIniQRUFS/74AxT0VPYU+BgAEBAQEBAQEBMCoAmFEAKkAwcBMAUg4RAAAe/QAySx5TDgAKICAgICAg/ABMMTcxOFMKICAgICAg/AAgCiAgICAgICAgICAgAL0=
Date: Sat Feb 19 14:01:18 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-02-17 14:31:57.131557
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 virtualbox-ose, 4.0.2, 2.6.38-020638rc5-generic, x86_64: installed 
 virtualbox-ose, 4.0.2, 2.6.38-4-generic, x86_64: installed 
 open-vm-tools, 2010.06.16: added 
 fglrx, 8.821: added
ErrorMessage: fglrx kernel module failed to build
GraphicsCard:
 ATI Technologies Inc Radeon HD 3200 Graphics [1002:9610] (prog-if 00 [VGA 
controller])
   Subsystem: Giga-byte Technology GA-MA78GM-S2H Motherboard [1458:d000]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110216)
MachineType: Gigabyte Technology Co., Ltd. GA-MA78GM-S2H
PackageVersion: N/A
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-020638rc5-generic 
root=UUID=a5c3098e-74c5-49d6-aceb-42cb8f16c605 ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: package fglrx (not installed) failed to install/upgrade: fglrx kernel 
module failed to build
dmi.bios.date: 04/23/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F12a
dmi.board.name: GA-MA78GM-S2H
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF12a:bd04/23/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-S2H:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-MA78GM-S2H
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu11
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1~git20110215.cc1636b6-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu6
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu9
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu4

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty ubuntu

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

Title:
  package fglrx (not installed) failed to install/upgrade: fglrx kernel
  module failed to build

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


[Bug 218202] Re: numlockx does not turn num lock keyboard light on.

2011-02-19 Thread Almorca
** Bug watch added: Red Hat Bugzilla #614543
   https://bugzilla.redhat.com/show_bug.cgi?id=614543

** Also affects: x11-xkb-utils (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=614543
   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/218202

Title:
  numlockx does not turn num lock keyboard light on.

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


[Bug 721703] Re: FindMPI script violates policy CMP0004

2011-02-19 Thread Sameer Morar
** Patch added: Patch that fixes this issue
   
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/721703/+attachment/1859657/+files/cmake_2.8.3-3ubuntu3.debdiff

** Patch removed: Patch that resolves this issue
   
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/721703/+attachment/1859369/+files/cmake_2.8.3-3ubuntu3.debdiff

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

Title:
  FindMPI script violates policy CMP0004

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


[Bug 721764] [NEW] Line break problems with long path names containing Japanese characters

2011-02-19 Thread Guraknugen
Public bug reported:

Binary package hint: gnome-terminal

When the path name is longer than the window is wide, and it contains
Japanese characters (and possibly other UTF-8 characters), newline
doesn't seem to work.

The attached screenshot will hopefully show what I mean.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-terminal 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Feb 19 13:59:51 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=sv_SE.utf8
 SHELL=/bin/bash
SourcePackage: gnome-terminal

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


** Tags: apport-bug i386 maverick

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

Title:
  Line break problems with long path names containing Japanese
  characters

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


[Bug 721764] Re: Line break problems with long path names containing Japanese characters

2011-02-19 Thread Guraknugen
** Attachment added: Note the cursor position
   
https://bugs.launchpad.net/bugs/721764/+attachment/1859658/+files/Bug%20gnome-terminal.png

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

Title:
  Line break problems with long path names containing Japanese
  characters

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


[Bug 685773] Re: soffice.bin crashed with SIGSEGV in free()

2011-02-19 Thread Rolf Leggewie
*** This bug is a duplicate of bug 627365 ***
https://bugs.launchpad.net/bugs/627365

** This bug has been marked a duplicate of bug 627365
   soffice.bin crashed with SIGSEGV in free()
 * You can subscribe to bug 627365 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/627365/+subscribe

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

Title:
  soffice.bin crashed with SIGSEGV in free()

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


[Bug 721769] [NEW] [g33] GPU lockup fca11063 (ESR: 0x00000011 PGTBL_ER: 0x00000002 IPEHR: 0x01000000)

2011-02-19 Thread kakst
Public bug reported:

Binary package hint: xserver-xorg-video-intel

i don't know

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-1ubuntu9
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic x86_64
Architecture: amd64
Chipset: g33
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DRM.card0.VGA.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1440x900 1280x1024 1280x1024 1280x1024 1280x1024 1440x900 1152x864 
1280x720 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 
640x480 640x480 640x480 720x400
 edid-base64: 
AP///wAwroYQAQEBARwUAQNsKRp47uW1o1VJmScTUFSv7wBxT4HAgYCBioGQlQCVDwEBmimg0FGEIjBQmDYAmP8QAAAc/ABMRU4gTDE5NTB3RAog/QAyTB5RDgAKICAgICAg/wBBMjgwMDE0MgogICAgANk=
Date: Sat Feb 19 21:14:50 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 vboxhost, 4.0.2: added 
 virtualbox-ose, 4.0.2, 2.6.38-4-generic, x86_64: installed
DumpSignature: fca11063 (ESR: 0x0011 PGTBL_ER: 0x0002 IPEHR: 0x0100)
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:303a]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110112)
InterpreterPath: /usr/bin/python2.7
MachineType: LENOVO ThinkCentre M4000T
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-4-generic 
root=UUID=7446faa0-96ef-43cf-8dd2-5748e272079e ro quiet splash vt.handoff=7
ProcKernelCmdLine_: BOOT_IMAGE=/vmlinuz-2.6.38-4-generic 
root=UUID=7446faa0-96ef-43cf-8dd2-5748e272079e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6~3ubuntu6
 libdrm2 2.4.23-1ubuntu3
 xserver-xorg-video-intel 2:2.14.0-1ubuntu9
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
Title: [g33] GPU lockup fca11063 (ESR: 0x0011 PGTBL_ER: 0x0002 IPEHR: 
0x0100)
UserGroups:
 
dmi.bios.date: 04/16/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 51KT04BUS
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: LENOVO
dmi.board.vendor: LENOVO
dmi.board.version: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnLENOVO:bvr51KT04BUS:bd04/16/2010:svnLENOVO:pnThinkCentreM4000T:pvrLenovo:rvnLENOVO:rnLENOVO:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: ThinkCentre M4000T
dmi.product.version: Lenovo
dmi.sys.vendor: LENOVO
i915_error_state: Error: [Errno 12] Cannot allocate memory
version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu11
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1~git20110215.cc1636b6-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu6
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu9
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash compiz-0.9.2 freeze natty ubuntu

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

Title:
  [g33] GPU lockup fca11063 (ESR: 0x0011 PGTBL_ER: 0x0002 IPEHR:
  0x0100)

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


[Bug 721769] Re: [g33] GPU lockup fca11063 (ESR: 0x00000011 PGTBL_ER: 0x00000002 IPEHR: 0x01000000)

2011-02-19 Thread kakst
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721769

Title:
  [g33] GPU lockup fca11063 (ESR: 0x0011 PGTBL_ER: 0x0002 IPEHR:
  0x0100)

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


[Bug 721768] [NEW] [g33] GPU lockup fca11063 (ESR: 0x00000011 PGTBL_ER: 0x00000002 IPEHR: 0x01000000)

2011-02-19 Thread kakst
Public bug reported:

Binary package hint: xserver-xorg-video-intel

i don't know

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-1ubuntu9
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic x86_64
Architecture: amd64
Chipset: g33
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DRM.card0.VGA.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1440x900 1280x1024 1280x1024 1280x1024 1280x1024 1440x900 1152x864 
1280x720 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 
640x480 640x480 640x480 720x400
 edid-base64: 
AP///wAwroYQAQEBARwUAQNsKRp47uW1o1VJmScTUFSv7wBxT4HAgYCBioGQlQCVDwEBmimg0FGEIjBQmDYAmP8QAAAc/ABMRU4gTDE5NTB3RAog/QAyTB5RDgAKICAgICAg/wBBMjgwMDE0MgogICAgANk=
Date: Sat Feb 19 21:14:50 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 vboxhost, 4.0.2: added 
 virtualbox-ose, 4.0.2, 2.6.38-4-generic, x86_64: installed
DumpSignature: fca11063 (ESR: 0x0011 PGTBL_ER: 0x0002 IPEHR: 0x0100)
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:303a]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110112)
InterpreterPath: /usr/bin/python2.7
MachineType: LENOVO ThinkCentre M4000T
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-4-generic 
root=UUID=7446faa0-96ef-43cf-8dd2-5748e272079e ro quiet splash vt.handoff=7
ProcKernelCmdLine_: BOOT_IMAGE=/vmlinuz-2.6.38-4-generic 
root=UUID=7446faa0-96ef-43cf-8dd2-5748e272079e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6~3ubuntu6
 libdrm2 2.4.23-1ubuntu3
 xserver-xorg-video-intel 2:2.14.0-1ubuntu9
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
Title: [g33] GPU lockup fca11063 (ESR: 0x0011 PGTBL_ER: 0x0002 IPEHR: 
0x0100)
UserGroups:
 
dmi.bios.date: 04/16/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 51KT04BUS
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: LENOVO
dmi.board.vendor: LENOVO
dmi.board.version: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnLENOVO:bvr51KT04BUS:bd04/16/2010:svnLENOVO:pnThinkCentreM4000T:pvrLenovo:rvnLENOVO:rnLENOVO:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: ThinkCentre M4000T
dmi.product.version: Lenovo
dmi.sys.vendor: LENOVO
i915_error_state: Error: [Errno 12] Cannot allocate memory
version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu11
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1~git20110215.cc1636b6-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu6
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu9
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash compiz-0.9.2 freeze natty ubuntu

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

Title:
  [g33] GPU lockup fca11063 (ESR: 0x0011 PGTBL_ER: 0x0002 IPEHR:
  0x0100)

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


[Bug 721768] Re: [g33] GPU lockup fca11063 (ESR: 0x00000011 PGTBL_ER: 0x00000002 IPEHR: 0x01000000)

2011-02-19 Thread kakst
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721768

Title:
  [g33] GPU lockup fca11063 (ESR: 0x0011 PGTBL_ER: 0x0002 IPEHR:
  0x0100)

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


[Bug 721767] [NEW] evolution display message list - malformed db

2011-02-19 Thread harry brijs
Public bug reported:

Binary package hint: evolution

working with 2.30.3
on the Inbox the system does not display the messages and hangs with  db 
malformed
deleting all Inbox* files in .evolution/mail/local gives a clean start but no 
result.
copiing the inbox to an other map in evolution shows it functions right, mail 
arrives.
but some old info hangs around somewere because the inbox indicator still 
displays an old number of unread messages

thanks

** Affects: evolution (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/721767

Title:
  evolution display message list - malformed db

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


[Bug 720529] Re: [Natty] computer-janitor-gtk (2.1.0) has unmet dependencies

2011-02-19 Thread Martin Pitt
Oops, sorry for this typo. Thanks Loic for cleaning this up!

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

Title:
  [Natty] computer-janitor-gtk (2.1.0) has unmet dependencies

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


[Bug 454404] Re: gnome-keyring does not grant permissions automatically on resume

2011-02-19 Thread Nelson Lago
I cannot reproduce this in maverick anymore and, in fact, it resolved by
itself quite some time ago. I suppose it was on the upgrade to Lucid,
but I do not remember at all, sorry. I guess the bug may 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/454404

Title:
  gnome-keyring does not grant permissions automatically on resume

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


[Bug 645155] Re: soffice.bin crashed with SIGSEGV in *__GI___libc_free()

2011-02-19 Thread Rolf Leggewie
I just came back to this ticket.  Sorry, my bad, the status change was
actually unintentional.  Not sure, but maybe our messages crossed.  I
don't recall seeing your instructions for how you usually  manage to
reproduce this, for example.

FWIW, when I start oocalc the way you describe and then quit it, the
program does not crash but it actually does not close, either.

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

Title:
  soffice.bin crashed with SIGSEGV in *__GI___libc_free()

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


[Bug 544139] Re: Active VT tracking can fail at startup

2011-02-19 Thread Martin Pitt
Upstream requests updating this patch:


Hmm, so I have discussed this with some folks, and it seems we do need
something like this as the kernel will not help us here.

However, I don't think the patch is acceptable: there are other reasons why EIO
might be returned. Since we cannot distuingish the error causes we need at
least a safe way out. My suggestion would be to retry opening 20 times and then
give up. In systemd I have settled to use 20 times with 50ms in between,
totalling to 1s in total.

Could you please update the patch? I'll then merge it.
---

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

Title:
  Active VT tracking can fail at startup

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


[Bug 495981] Re: ath9k disconnects every 2-3mins WEP

2011-02-19 Thread Pablo Oliveira
I observe the same behaviour on Maverick Meerkat with kernel 2.6.35-25-generic 
and
network-manager 0.8.1+git.20100810t184654.ab580f4-0ubuntu2.

The connection using network-manager works for a few seconds and then stops 
working.
Everything works fine when deactivating network-manager and using 
wpa_supplicant.

What additional information would be needed to debug this problem ?

Thanks!

** Changed in: network-manager (Ubuntu)
   Status: Expired = New

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

Title:
  ath9k disconnects every 2-3mins WEP

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


[Bug 218202] Re: numlockx does not turn num lock keyboard light on.

2011-02-19 Thread Almorca
Maybe this patch solves the problem:  http://packages.debian.org/sid/x11
-xkb-utils-udeb

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

Title:
  numlockx does not turn num lock keyboard light on.

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


[Bug 490702] Re: [i945gme] Xorg+intel_drv crash when uxa_check_poly_segment calls libfb

2011-02-19 Thread Petteri Aimonen
I could no longer reproduce the bug on Ubuntu 10.10.

Package versions:
ii  xserver-xorg-video-intel  2:2.12.0-1ubuntu5.1   X.Org X server -- Intel 
i8xx, i9xx display driver
ii  eagle 5.10.0-1  Printed circuit board 
design tool

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

Title:
  [i945gme] Xorg+intel_drv crash when uxa_check_poly_segment calls libfb

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


[Bug 721771] [NEW] natty: systemtap incompatible with kernel

2011-02-19 Thread Uwe Geuder
Public bug reported:

Binary package hint: systemtap

Systemtap module compilation fails with

error: ‘param_ops_int64_t’ undeclared here (not in a function)


This has been reported and also fixed upstream: 
http://sourceware.org/bugzilla/show_bug.cgi?id=11940

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: systemtap 1.3-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic i686
Architecture: i386
Date: Sat Feb 19 15:21:32 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110218)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: systemtap

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


** Tags: apport-bug i386 natty

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

Title:
  natty: systemtap incompatible with kernel

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

[Bug 721771] Re: natty: systemtap incompatible with kernel

2011-02-19 Thread Uwe Geuder
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721771

Title:
  natty: systemtap incompatible with kernel

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


[Bug 627365] Re: soffice.bin crashed with SIGSEGV in free()

2011-02-19 Thread Rolf Leggewie
** Changed in: openoffice.org (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: openoffice.org (Ubuntu)
 Assignee: Rolf Leggewie (r0lf) = (unassigned)

** Changed in: openoffice.org (Ubuntu)
   Status: Fix Released = Incomplete

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

Title:
  soffice.bin crashed with SIGSEGV in free()

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


[Bug 475961] Re: planet venus fail to parse some feeds

2011-02-19 Thread nutznboltz
I got around this on Ubuntu 10.10 by upgrading to Beautiful Soup 3.2.0.
Fetch tar file from
http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.0.tar.gz

Extract from it and overwrite the broken 3.1 version that Ubuntu 10.10 comes 
with:
sudo cp BeautifulSoup.py /usr/share/pyshared/BeautifulSoup.py 
sudo cp BeautifulSoupTests.py /usr/share/pyshared/BeautifulSoupTests.py

Presto Planet Venus works like a charm on feeds that used to croak it
off.

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

Title:
  planet venus fail to parse some feeds

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


[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-02-19 Thread jcoffland
Still a problem in 10.10.

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

Title:
  Python binding for gnomekeyring prevents password prompt on unlock

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


[Bug 721771] Re: natty: systemtap incompatible with kernel

2011-02-19 Thread Uwe Geuder
Because systemtap package does not declare the dependecy on the kernel
debug info correctly, obviously apport-bug has not included the relevant
info either. But yes I have correct kernel debug info installed:

 ii  linux-image-2.6.38-4-generic-dbgsym   2.6.38-4.31
Linux kernel debug image for version 2.6.38 on x86/x86_64

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

Title:
  natty: systemtap incompatible with kernel

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


[Bug 634573] Re: Cannot change desktop background

2011-02-19 Thread Frank_McCormick
** Changed in: xserver-xorg-video-intel (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/634573

Title:
  Cannot change desktop background

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


[Bug 718481] Re: polkit-gnome-authentication-agent-1 crashed with SIGSEGV in g_datalist_id_set_data_full()

2011-02-19 Thread A Munro
Happens with Kernel 2.6.38-4-generic Natty in i686

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

Title:
  polkit-gnome-authentication-agent-1 crashed with SIGSEGV in
  g_datalist_id_set_data_full()

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


Re: [Bug 645531] Re: GeForce G105M: X freezes, no mouse movement, no keyboard possible

2011-02-19 Thread Niklaus Giger
Hi

Thanks for coming back. I switched to Debian as I didn't have problems there 
(squeeze). I tried twice to upgrade to a newer version of libdrm and 
linux-2.6.37 and always got the error after a few hours of work.

But I will soon reboot into Kubuntu, run a safe-upgrade, reboot again and test 
for at least two days to see whether the bug is still present.

Best regards

Niklaus

 Hey Niklaus,
 
 
 Thanks for testing maverick during its development period.  Unfortunately
 it looks like this bug report didn't get attention during the maverick
 development period.  But I see there's not been more comments on the bug
 since the release, which makes me wonder if this is still an issue for
 you?
 
 If you've not seen this issue since maverick's release yourself, it may
 have been solved by kernel or X or other updates that occurred late in
 the release; if so, would you mind please closing the bug for us?  Go to
 the URL mentioned in this bug report, click the yellow icon(s) in the
 status column and set to 'Fix Released'.
 
 If you no longer have the hardware needed to reproduce the problem, or
 otherwise feel the bug no longer needs tracked in Launchpad, you can set
 the status to 'Invalid'.
 
 If you are the original reporter and still have this issue, just reply
 to this email saying so.  (Or set the bug status to Confirmed.)  If you
 are able to re-test this against 11.04 Natty Narwhal (our current
 development focus) and find the issue still affects Natty, please also
 run 'apport-collect bug-number' while running natty, which will add
 fresh logs and debug data, and flag it for the Ubuntu-X development team
 to look at.
 
 
 ** Changed in: libdrm (Ubuntu)
Status: Confirmed = Incomplete

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

Title:
  GeForce G105M: X freezes, no mouse movement, no keyboard possible

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


[Bug 575691] Re: Matching items text not accessible

2011-02-19 Thread Kiwinote
Fixed in branch linked.

** Changed in: software-center (Ubuntu)
   Importance: Wishlist = Low

** Changed in: software-center (Ubuntu)
   Status: New = Fix Committed

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Kiwinote (kiwinote)

** Branch linked: lp:~kiwinote/software-center/tweaks

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

Title:
  Matching items text not accessible

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


[Bug 405294] Re: a2dp skips terribly

2011-02-19 Thread loko
** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  a2dp skips terribly

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


[Bug 721674] Re: Sync docky 2.1.0-1 (universe) from Debian experimental (main)

2011-02-19 Thread Lorenzo De Liso
Sync request ACK'd.

** Changed in: docky (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  Sync docky 2.1.0-1 (universe) from Debian experimental (main)

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


[Bug 721453] Re: nvidia-settings should depend on pkg-config and python-gtk

2011-02-19 Thread bugbot
** Tags added: kubuntu

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

Title:
  nvidia-settings should depend on pkg-config and python-gtk

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


[Bug 631989] Re: keyboard layout indicator cannot be hidden

2011-02-19 Thread majesty
I use an LED indicators for show current layout, and icon on
notification area is useless. Please make fix for this broken feature!

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

Title:
  keyboard layout indicator cannot be hidden

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


[Bug 405294] Re: a2dp skips terribly

2011-02-19 Thread loko
So what kind of information is needed to get this bug marked as
confirmed?

If i listen 2 music with a2dp it works until i stop music for 1 or 2 minutes. 
After this sound is not playing / or very choppy. 
I then have to reconnect to the audiosink to have a2dp working again.

I am using Ubuntu 10.10, latest updates. I also tried with Bluez Version
4.81 and 4.87. Also tried with pulseaudio: 1:0.9.22+stable-
queue-24-g67d18-0ubuntu2~bitpool~maverick. All of this does not help. I
see these messages; pulseaudio[12871]: module-bluetooth-device.c:
Skipping 976797 us (= 172304 bytes) in audio stream and
pulseaudio[12871]: module-bluetooth-device.c: Bitpool reduced to 38

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

Title:
  a2dp skips terribly

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


[Bug 721775] [NEW] [i945gm] GPU lockup 96603e58

2011-02-19 Thread Dennis van Dok
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I don't know what happened.

ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-video-intel 2:2.12.0-1ubuntu5.2
ProcVersionSignature: Ubuntu 2.6.35-27.47-generic 2.6.35.11
Uname: Linux 2.6.35-27-generic x86_64
Architecture: amd64
Chipset: i945gm
DRM.card0.DVI.D.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x800
 edid-base64: 
AP///wAGEF6cAAkQAQOAHRN4CmUhn1hVhyopUFQBAQEBAQEBAQEBAQEBAQEBvBsAoFAgFzAwIDYAHrIQAAAYAQAGECog/gBOMTMzSTEtTDAxCiAg/ABDb2xvciBMQ0QKICAgAGE=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Tue Feb 15 14:59:44 2011
DumpSignature: 96603e58
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
InterpreterPath: /usr/bin/python2.6
MachineType: Apple Inc. MacBook2,1
ProcCmdLine: root=UUID=ecc72b10-8e9c-48fe-8528-00d1fc58ea7d ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
SourcePackage: xserver-xorg-video-intel
Title: [i945gm] GPU lockup 96603e58
UserGroups:
 
dmi.bios.date: 06/27/07
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MB21.88Z.00A5.B07.0706270922
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F4208CAA
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F4208CAA
dmi.modalias: 
dmi:bvnAppleInc.:bvrMB21.88Z.00A5.B07.0706270922:bd06/27/07:svnAppleInc.:pnMacBook2,1:pvr1.0:rvnAppleInc.:rnMac-F4208CAA:rvrPVT:cvnAppleInc.:ct10:cvrMac-F4208CAA:
dmi.product.name: MacBook2,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-27-generic

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash freeze maverick

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

Title:
  [i945gm] GPU lockup 96603e58

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


[Bug 721775] Re: [i945gm] GPU lockup 96603e58

2011-02-19 Thread Dennis van Dok
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721775

Title:
  [i945gm] GPU lockup 96603e58

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


[Bug 721774] [NEW] package initramfs-tools 0.98.1ubuntu6 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2011-02-19 Thread Paulo de Almeida
Public bug reported:

Binary package hint: initramfs-tools

this bug happened in a Asus EEEpc 1005ha running Ubuntu live usb.

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: initramfs-tools 0.98.1ubuntu6
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AptOrdering:
 initramfs-tools: Configure
 bcmwl-kernel-source: Configure
Architecture: i386
Date: Tue Feb  8 21:31:13 2011
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.1ubuntu6 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 maverick

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

Title:
  package initramfs-tools 0.98.1ubuntu6 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

[Bug 721774] Re: package initramfs-tools 0.98.1ubuntu6 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2011-02-19 Thread Paulo de Almeida
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721774

Title:
  package initramfs-tools 0.98.1ubuntu6 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

[Bug 721415] Re: maximised gnome-terminal crashes when zoomed out and changing tabs

2011-02-19 Thread Robert Hutton
Just tested this on the 10.10 32-bit install on my macbook pro, and you
have to zoom out five times before it'll crash.  Otherwise the symptoms
are the same.

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

Title:
  maximised gnome-terminal crashes when zoomed out and changing tabs

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


[Bug 720803] Re: Sync scribus-ng 1.4.0.dfsg~rc1 (universe) from Debian unstable (main)

2011-02-19 Thread Lorenzo De Liso
Sync request ACK'd.

** Changed in: scribus-ng (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: scribus-ng (Ubuntu)
   Status: New = Confirmed

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

Title:
  Sync scribus-ng 1.4.0.dfsg~rc1 (universe) from Debian unstable (main)

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


[Bug 719571] Re: Natty Alpha2 monitor doesn't work, SonyVaio VPCCW1, NVIDIA GT230M

2011-02-19 Thread DeBø
** Package changed: nvidia-graphics-drivers (Ubuntu) = xserver-xorg-
video-nouveau (Ubuntu)

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

Title:
  Natty Alpha2 monitor doesn't work, SonyVaio VPCCW1, NVIDIA GT230M

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


[Bug 718187] Re: Acer T230H Multi-touch Monitor (Quanta Optical Touch)

2011-02-19 Thread cbsim
I'm currently using, Linux linux 2.6.37-candela #1 SMP Sat Feb 12 03:00:24 MYT 
2011 x86_64 GNU/Linux
I will try to switch back to the default Maverick kernel and also the one 
suggested above and perform the reports again.

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 691561] Re: compiz crash on login to Unity desktop

2011-02-19 Thread Sam SmSpillaz Spilsbury
Fixed with commit a1d3e2a8b7b1191c2388063aa59d26375ae05b61 in core

** Changed in: unity
   Status: In Progress = Fix Committed

** Changed in: compiz (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  compiz crash on login to Unity desktop

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


[Bug 721776] [NEW] a2dp stops working after one minute without listening to music

2011-02-19 Thread loko
Public bug reported:

Binary package hint: pulseaudio

If i listen 2 music with a2dp it works fine, no problems, no skipping until i 
stop music for 1 or 2 minutes. After this sound is not working anymore / or 
playing very very choppy.
I then have to disconnect the bluetooth-device and have to reconnect to the 
audiosink to have a2dp working again.

I am using Ubuntu 10.10, latest updates. I also tried with Bluez Version
4.81 and 4.87. Also tried with pulseaudio: 1:0.9.22+stable-
queue-24-g67d18-0ubuntu2~bitpool~maverick. All of this does not help.

If I don't listen to music for one or two minutes and then try to
continue listening, a2dp is not working and I can see these messages;
pulseaudio[12871]: module-bluetooth-device.c: Skipping 976797 us (=
172304 bytes) in audio stream and pulseaudio[12871]: module-bluetooth-
device.c: Bitpool reduced to 38

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


** Tags: a2dp bluez pulseaudio

** Summary changed:

- a2dp stops working after one minute without playing music
+ a2dp stops working after one minute without listening to music

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

Title:
  a2dp stops working after one minute without listening to music

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


[Bug 704372] Re: avahi-daemon hangs 'starting up' with v2.6.38 based kernels

2011-02-19 Thread Bug Watch Updater
** Changed in: avahi
   Status: New = Fix Released

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

Title:
  avahi-daemon hangs 'starting up' with v2.6.38 based kernels

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


[Bug 634900] Re: oom never makes ssh upstart job fail to start in OpenVZ container

2011-02-19 Thread Daniel Hahler
** Description changed:

  Binary package hint: upstart
  
- /etc/init/ssh.conf uses oom never, which causes the job to start in an
- OpenVZ container.
+ /etc/init/ssh.conf uses oom never, which causes the job failing to
+ start in an OpenVZ container.
  
  Host:
   - kernel: 2.6.32-5-openvz-amd64 (Debian testing)
  Container:
  openssh-server: 1:5.3p1-3ubuntu4 (Lucid)
  Upstart: 0.6.5-7 (Lucid)
  
  This is a known problem (mentioned on
  http://ubuntuforums.org/showpost.php?p=9170868postcount=2).
  
  What information is required to debug this? Some strace output?
  
  WORKAROUND:
   - comment the oom never line

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

Title:
  oom never makes ssh upstart job fail to start in OpenVZ container

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

[Bug 208405] Re: [needs-packaging] iscan

2011-02-19 Thread Scott Lavender
** Changed in: ubuntustudio
   Importance: Undecided = Wishlist

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

Title:
  [needs-packaging] iscan

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


[Bug 94494] Re: [needs-packaging] Songbird

2011-02-19 Thread Scott Lavender
Upstream has stopped support Linux.  Marking as won't fix for Ubuntu
Studio.

** Changed in: ubuntustudio
   Status: New = Won't Fix

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

Title:
  [needs-packaging] Songbird

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


[Bug 578861] Re: [needs-packaging] juploadr

2011-02-19 Thread Scott Lavender
** Changed in: ubuntustudio
   Importance: Undecided = Wishlist

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

Title:
  [needs-packaging] juploadr

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


[Bug 567553] Re: [needs-packaging] ttf-kouzan-mouhitu

2011-02-19 Thread Scott Lavender
** Changed in: ubuntustudio
   Importance: Undecided = Wishlist

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

Title:
  [needs-packaging] ttf-kouzan-mouhitu

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


[Bug 165245] Re: [needs-packaging] festival-mbrola

2011-02-19 Thread Scott Lavender
** Changed in: ubuntustudio
   Importance: Undecided = Wishlist

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

Title:
  [needs-packaging] festival-mbrola

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


[Bug 152853] Re: [needs-packaging] image2dv

2011-02-19 Thread Scott Lavender
** Changed in: ubuntustudio
   Importance: Undecided = Wishlist

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

Title:
  [needs-packaging] image2dv

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


[Bug 151102] Re: [needs-packaging] sk1 vector graphics editor (supports Corel Draw files)

2011-02-19 Thread Scott Lavender
** Changed in: ubuntustudio
   Importance: Undecided = Wishlist

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

Title:
  [needs-packaging] sk1 vector graphics editor (supports Corel Draw
  files)

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


[Bug 721781] [NEW] package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-02-19 Thread Marco Gomes
Public bug reported:

I was upgrading my ubuntu natty and the partial upgrade tool told me to
report this bug.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: blcr-dkms 0.8.2-15ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-2.29-generic 2.6.38-rc3
Uname: Linux 2.6.38-2-generic x86_64
Architecture: amd64
Date: Sat Feb 19 12:04:48 2011
ErrorMessage: blcr kernel module failed to build
PackageArchitecture: all
PackageVersion: 0.8.2-15ubuntu1
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel 
module failed to build

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


** Tags: amd64 apport-package natty

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

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 721781] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-02-19 Thread Marco Gomes
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721781

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 718187] Re: Acer T230H Multi-touch Monitor (Quanta Optical Touch)

2011-02-19 Thread cbsim
apport information

** Description changed:

  Info:
  Touch screen not working properly in Ubuntu 10.10 with default 2.6.35 kernel 
or higher.
  Working fine in previous Ubuntu 10.04 with upgraded 2.6.34 kernel.
  
  Issue:
  Touch screen not responding to touch sometimes.
  Cursor jumping randomly.
  Delay in detecting touch.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-22-generic 2.6.35-22.34
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cbsim  2000 F pulseaudio
   /dev/snd/controlC0:  cbsim  2000 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfb9f4000 irq 48'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:10ec0889,10438435,0014 
HDA:80862804,80860101,0010'
 Controls  : 44
 Simple ctrls  : 23
  Card1.Amixer.info:
   Card hw:1 'STX'/'Asus Virtuoso 100 (rev 2) at 0xe800, irq 16'
 Mixer name : 'AV200'
 Components : 'PCM1792A CS5381 AV200'
 Controls  : 18
 Simple ctrls  : 11
  Date: Sun Feb 13 22:49:55 2011
  HibernationDevice: RESUME=UUID=f1ca4ae9-eca0-4d67-b685-56684ce629dc
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   ham0  no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=d6f9c4f9-60ef-4477-8e9b-fbca8c19087d ro quiet splash
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38
  RfKill:
   
  SourcePackage: linux
  dmi.bios.date: 03/23/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0903
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P7H55D-M EVO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0903:bd03/23/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7H55D-MEVO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  --- 
  Architecture: amd64
  DistroRelease: Ubuntu 10.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  Package: xorg 1:7.5+6ubuntu3
  PackageArchitecture: amd64
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  Tags: maverick
  Uname: Linux 2.6.37-candela x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.37-candela
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 10.10
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
+ Package: xorg 1:7.5+6ubuntu3
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ Tags: maverick
+ Uname: Linux 2.6.37-020637rc2-generic x86_64
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers
+ system:
+  distro: Ubuntu
+  codename:   maverick
+  architecture:   x86_64
+  kernel: 2.6.37-020637rc2-generic

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859815/+files/Dependencies.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] RelatedPackageVersions.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859816/+files/RelatedPackageVersions.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] Re: Acer T230H Multi-touch Monitor (Quanta Optical Touch)

2011-02-19 Thread cbsim
$ uname -a
Linux linux 2.6.37-020637rc2-generic #201011160905 SMP Tue Nov 16 09:08:47 UTC 
2010 x86_64 GNU/Linux
$ apport-collect -p xorg 718187
hook /usr/share/apport/package-hooks//source_xorg.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/apport/report.py, line 636, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/package-hooks//source_xorg.py, line 63, in add_info
report['UnreportableReason'] = _('The running kernel is not an Ubuntu 
kernel')
NameError: global name '_' is not defined

Problem still persist, in fact I'm using the final version of 2.6.37
kernel in the previous reports.

** Description changed:

  Info:
  Touch screen not working properly in Ubuntu 10.10 with default 2.6.35 kernel 
or higher.
  Working fine in previous Ubuntu 10.04 with upgraded 2.6.34 kernel.
  
  Issue:
  Touch screen not responding to touch sometimes.
  Cursor jumping randomly.
  Delay in detecting touch.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-22-generic 2.6.35-22.34
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cbsim  2000 F pulseaudio
   /dev/snd/controlC0:  cbsim  2000 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfb9f4000 irq 48'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:10ec0889,10438435,0014 
HDA:80862804,80860101,0010'
 Controls  : 44
 Simple ctrls  : 23
  Card1.Amixer.info:
   Card hw:1 'STX'/'Asus Virtuoso 100 (rev 2) at 0xe800, irq 16'
 Mixer name : 'AV200'
 Components : 'PCM1792A CS5381 AV200'
 Controls  : 18
 Simple ctrls  : 11
  Date: Sun Feb 13 22:49:55 2011
  HibernationDevice: RESUME=UUID=f1ca4ae9-eca0-4d67-b685-56684ce629dc
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   ham0  no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=d6f9c4f9-60ef-4477-8e9b-fbca8c19087d ro quiet splash
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38
  RfKill:
   
  SourcePackage: linux
  dmi.bios.date: 03/23/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0903
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P7H55D-M EVO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0903:bd03/23/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7H55D-MEVO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  --- 
  Architecture: amd64
  DistroRelease: Ubuntu 10.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  Package: xorg 1:7.5+6ubuntu3
  PackageArchitecture: amd64
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  Tags: maverick
  Uname: Linux 2.6.37-candela x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.37-candela
  --- 
  Architecture: amd64
  DistroRelease: Ubuntu 10.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  Package: xorg 1:7.5+6ubuntu3
  PackageArchitecture: amd64
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  Tags: maverick
  Uname: Linux 2.6.37-020637rc2-generic x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.37-020637rc2-generic
+ --- 
+ Architecture: amd64
+ DRM.card0.DisplayPort.1:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes: 
+  edid-base64:
+ DRM.card0.DisplayPort.2:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes: 
+  edid-base64:
+ DRM.card0.HDMI_Type_A.1:
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1920x1080 1280x1024 1440x900 1280x800 1152x864 1280x720 1024x768 
1024x768 800x600 800x600 640x480 640x480 720x400
+  edid-base64: 

[Bug 718187] BootDmesg.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859821/+files/BootDmesg.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] CurrentDmesg.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859822/+files/CurrentDmesg.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] Dependencies.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859823/+files/Dependencies.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] GdmLog.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: GdmLog.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859824/+files/GdmLog.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] GdmLog1.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: GdmLog1.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859825/+files/GdmLog1.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] GdmLog2.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: GdmLog2.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859826/+files/GdmLog2.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] Lspci.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859827/+files/Lspci.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] Lsusb.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859828/+files/Lsusb.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] PciDisplay.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: PciDisplay.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859829/+files/PciDisplay.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] ProcCpuinfo.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859830/+files/ProcCpuinfo.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] ProcInterrupts.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859831/+files/ProcInterrupts.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] ProcModules.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859832/+files/ProcModules.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] RelatedPackageVersions.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859833/+files/RelatedPackageVersions.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] UdevDb.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859834/+files/UdevDb.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] UdevLog.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859835/+files/UdevLog.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] XorgLog.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859836/+files/XorgLog.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] XorgLogOld.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859837/+files/XorgLogOld.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] Xrandr.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: Xrandr.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859838/+files/Xrandr.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] monitors.xml.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: monitors.xml.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859839/+files/monitors.xml.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] peripherals.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: peripherals.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859840/+files/peripherals.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] setxkbmap.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: setxkbmap.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859841/+files/setxkbmap.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] xdpyinfo.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859842/+files/xdpyinfo.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 718187] xkbcomp.txt

2011-02-19 Thread cbsim
apport information

** Attachment added: xkbcomp.txt
   
https://bugs.edge.launchpad.net/bugs/718187/+attachment/1859847/+files/xkbcomp.txt

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

Title:
  Acer T230H Multi-touch Monitor (Quanta Optical Touch)

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


[Bug 631021] Re: Maverick Netbook 10.10 beta fail to boot

2011-02-19 Thread Andre Hugo
** Changed in: xorg (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Maverick Netbook 10.10 beta fail to boot

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


[Bug 629391] Re: Compiz Wallpaper plugin broken in 10.10

2011-02-19 Thread arkaitzswagman
Hello, the fix provided by Lorenzo worked also fine by me !:)
(Ubuntu 10.10 Geforce 7600GS)
Thanks a lot Lorenzo!

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

Title:
  Compiz Wallpaper plugin broken in 10.10

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


[Bug 718223] Re: transmission-gtk crashed with SIGSEGV in g_atomic_int_exchange_and_add()

2011-02-19 Thread jordan
** Changed in: transmission (Ubuntu)
   Status: New = Incomplete

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

Title:
  transmission-gtk crashed with SIGSEGV in
  g_atomic_int_exchange_and_add()

-- 
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   9   10   >