[Bug 841016] Re: keyboard layout screen hangs

2011-09-04 Thread Ubuntu QA's Bug Bot
** Tags added: ubiquity-2.7.25

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

Title:
  keyboard layout screen hangs

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

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


[Bug 840983] Re: release notes link incorrect

2011-09-04 Thread Ubuntu QA's Bug Bot
** Tags added: ubiquity-2.7.25

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

Title:
  release notes link incorrect

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

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


[Bug 840472] Re: VMware 7* Unable to build kernel module. Failed to compile module vmmon!

2011-09-04 Thread LuizCB
After the upgrade to Linux 3.0.0-10-generic

Just run VMware Module Updater as it asks when you start VMware and
everything should work fine.

So it seems Wetall's patch wouldn't be affected by upgrades?! :o

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

Title:
  VMware 7* Unable to build kernel module. Failed to compile module
  vmmon!

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

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


[Bug 840902] Re: [FF] Please merge emesene 2.11.7+dfsg-1 from Debian testing

2011-09-04 Thread Devid Antonio Filoni
** Summary changed:

- [FF] Please sync emesene 2.11.7+dfsg-1 from Debian testing
+ [FF] Please merge emesene 2.11.7+dfsg-1 from Debian testing

** Description changed:

  Please sync emesene 2.11.7+dfsg-1 from Debian testing.
  
  - UPSTREAM CHANGELOG -
  2.11.5
  - Experimental Qt4 gui (disabled by default: if you want to try it, run 
emesene with the -e main:qt4_main flag, and make sure to have python-qt4 around)
  - Better support for Adium themes, including emoticon themes!
  - Better working group chat
  - Drag and drop support in chat window
  - Ctrl+Tab support for switching tabs
  - MSN groups chats support when using Adium themes
  - Updated translations
  - Lots of other bug fixes (so much we forgot about them? we fixed more than 
100 user-reported issues!)
  
  2.11.7
  - Plugins and themes can be loaded from ~/.config/emesene2/[plugins|themes]
  - Avatars for Google talk and Facebook
  - Mail access in Google talk
  - A new Windows installer
  - Unity launcher support
  - Fully supported Adium theme set. All the themes are now Adium style
  - Conversations don't close when the user is disconnected
  - Updated translations
  - Again, more than 100 user reported issues were closed
  
- - DEBIAN CHANGELOG -
-[ Fabrizio Regalli ]
-* New upstream release (Closes: #633614)
-* Added 01-fix-spelling-error.diff patch
-* Fix spelling-error-in-description lintian message
-* Removed libclearlooks.dll file also in d/rules
-* Added imagemagick as B-D to resize icon via d/rules
-* Fixed typo in description (Closes: #633483)
-* Added override for dh_install, dh_installdir and dh_clean rules
+ - UBUNTU CHANGE -
+ * debian/control: add indicator-status-provider-emesene to Recommends 
field.
+ 
+ - DEBIAN CHANGES -
+    [ Fabrizio Regalli ]
+    * New upstream release (Closes: #633614)
+    * Added 01-fix-spelling-error.diff patch
+    * Fix spelling-error-in-description lintian message
+    * Removed libclearlooks.dll file also in d/rules
+    * Added imagemagick as B-D to resize icon via d/rules
+    * Fixed typo in description (Closes: #633483)
+    * Added override for dh_install, dh_installdir and dh_clean rules

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

Title:
  [FF] Please merge emesene 2.11.7+dfsg-1 from Debian testing

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

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

[Bug 841134] [NEW] need get_known_graph_ancestry() implementation

2011-09-04 Thread Jelmer Vernooij
Public bug reported:

Imported from Debian bug http://bugs.debian.org/640164:

Package: bzr-hg
Version: 0.2.0~bzr511-1
Severity: normal

Attempting to view the tags in a Mercurial repository causes Bazaar to
crash:

=
$ bzr info
/usr/lib/python2.6/dist-packages/lazr/restfulclient/__init__.py:19: 
UserWarning: Module paste was already imported from None, but 
/usr/lib/python2.6/dist-packages is being added to sys.path
  import pkg_resources
Standalone tree (format: hg)
Location:
  branch root: .

Related branches:
  parent branch: ssh://h...@bitbucket.org/ned/coveragepy/

$ bzr log --log-format=line | wc -l
/usr/lib/python2.6/dist-packages/lazr/restfulclient/__init__.py:19: 
UserWarning: Module paste was already imported from None, but 
/usr/lib/python2.6/dist-packages is being added to sys.path
  import pkg_resources
984

$ bzr tags
/usr/lib/python2.6/dist-packages/lazr/restfulclient/__init__.py:19: 
UserWarning: Module paste was already imported from None, but 
/usr/lib/python2.6/dist-packages is being added to sys.path
  import pkg_resources
bzr: ERROR: exceptions.AttributeError: 'HgLocalRepository' object has no 
attribute 'revisions'

Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 923, in 
exception_to_return_code
return the_callable(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 1123, in 
run_bzr
ret = run(*run_argv)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 688, in 
run_argv_aliases
return self.run(**all_cmd_args)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 710, in run
return self._operation.run_simple(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/cleanup.py, line 135, in 
run_simple
self.cleanups, self.func, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/cleanup.py, line 165, in 
_do_with_cleanups
result = func(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 1138, in 
ignore_pipe
result = func(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/builtins.py, line 5517, in run
revno = branch.revision_id_to_dotted_revno(revid)
  File /usr/lib/python2.6/dist-packages/bzrlib/decorators.py, line 140, in 
read_locked
result = unbound(self, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/branch.py, line 377, in 
revision_id_to_dotted_revno
return self._do_revision_id_to_dotted_revno(revision_id)
  File /usr/lib/python2.6/dist-packages/bzrlib/branch.py, line 395, in 
_do_revision_id_to_dotted_revno
result = self.get_revision_id_to_revno_map().get(revision_id)
  File /usr/lib/python2.6/dist-packages/bzrlib/decorators.py, line 140, in 
read_locked
result = unbound(self, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/branch.py, line 412, in 
get_revision_id_to_revno_map
mapping = self._gen_revno_map()
  File /usr/lib/python2.6/dist-packages/bzrlib/branch.py, line 432, in 
_gen_revno_map
in self.iter_merge_sorted_revisions())
  File /usr/lib/python2.6/dist-packages/bzrlib/decorators.py, line 140, in 
read_locked
result = unbound(self, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/branch.py, line 484, in 
iter_merge_sorted_revisions
[last_revision])
  File /usr/lib/python2.6/dist-packages/bzrlib/decorators.py, line 140, in 
read_locked
result = unbound(self, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/repository.py, line 2706, in 
get_known_graph_ancestry
known_graph = self.revisions.get_known_graph_ancestry(revision_keys)
AttributeError: 'HgLocalRepository' object has no attribute 'revisions'

bzr 2.3.1 on python 2.6.7 (Linux-3.0.0-1-powerpc64-ppc64-with-debian-wheezy-sid)
arguments: ['/usr/bin/bzr', 'tags']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8'
plugins:
  bash_completion  
/usr/lib/python2.6/dist-packages/bzrlib/plugins/bash_completion [2.3.1]
  builddeb /usr/lib/python2.6/dist-packages/bzrlib/plugins/builddeb 
[2.7.0dev]
  bzrtools /usr/lib/python2.6/dist-packages/bzrlib/plugins/bzrtools 
[2.3.1]
  cvsps_import 
/usr/lib/python2.6/dist-packages/bzrlib/plugins/cvsps_import [unknown]
  etckeeper
/usr/lib/python2.6/dist-packages/bzrlib/plugins/etckeeper [unknown]
  fastimport   
/usr/lib/python2.6/dist-packages/bzrlib/plugins/fastimport [0.11.0]
  git  /usr/lib/python2.6/dist-packages/bzrlib/plugins/git 
[0.6.2]
  grep /usr/lib/python2.6/dist-packages/bzrlib/plugins/grep 
[0.4.0]
  hg   /usr/lib/python2.6/dist-packages/bzrlib/plugins/hg 
[0.2.0dev]
  launchpad
/usr/lib/python2.6/dist-packages/bzrlib/plugins/launchpad [2.3.1]
  loom /usr/lib/python2.6/dist-packages/bzrlib/plugins/loom 
[2.2.1dev]
  netrc_credential_store 
/usr/lib/python2.6/dist-packages/bzrlib/plugins/netrc_credential_store [2.3.1]
  news_merge   

[Bug 841050] Re: usb-creator fails to open, pops up : unhandled exception occurred: Argument 3 does not allow None as value

2011-09-04 Thread Launchpad Bug Tracker
** Changed in: usb-creator (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/841050

Title:
  usb-creator fails to open, pops up : unhandled exception occurred:
  Argument 3 does not allow None as value

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/841050/+subscriptions

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


[Bug 604737] Re: mission-control-5 crashed with SIGSEGV in tp_proxy_get_object_path()

2011-09-04 Thread Eugene Crosser
Happened to me on Natty when I changed status via indicator-status while
Pidgin was running (Telepathy was not). Pidgin, at the same time, said
that it has disabled accounts since you are logged on from another
place.

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

Title:
  mission-control-5 crashed with SIGSEGV in tp_proxy_get_object_path()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/604737/+subscriptions

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


[Bug 841130] Re: zeitgeist-daemon crashed with RangeError in _check_index(): Value in posting list too large.

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839798 ***
https://bugs.launchpad.net/bugs/839798

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841130/+attachment/2353485/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841130/+attachment/2353486/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841130/+attachment/2353487/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839798

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with RangeError in _check_index(): Value in
  posting list too large.

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

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


[Bug 841139] Re: zeitgeist-daemon crashed with RuntimeError in _check_index(): basic_string::append

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839740 ***
https://bugs.launchpad.net/bugs/839740

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841139/+attachment/2353513/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841139/+attachment/2353515/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841139/+attachment/2353516/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 839740
   zeitgeist-daemon crashed with RuntimeError in _check_index(): 
basic_string::assign

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with RuntimeError in _check_index():
  basic_string::append

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

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


[Bug 841081] Re: System Settings should include an Update Manager icon

2011-09-04 Thread komputes
** Tags added: ugjqc-11.09

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

Title:
  System Settings should include an Update Manager icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841081/+subscriptions

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


[Bug 841079] Re: System Settings should include a Screensaver

2011-09-04 Thread komputes
*** This bug is a duplicate of bug 808512 ***
https://bugs.launchpad.net/bugs/808512

** Tags added: ugjqc-11.09

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

Title:
  System Settings should include a Screensaver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841079/+subscriptions

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


[Bug 841076] Re: System Settings should include a way to change default Desktop Environment

2011-09-04 Thread komputes
** Tags added: ugjqc-11.09

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

Title:
  System Settings should include a way to change default Desktop
  Environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841076/+subscriptions

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


[Bug 841045] Re: System Settings window does not maximize or come to front when open in background

2011-09-04 Thread komputes
** Tags added: ugjqc-11.09

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

Title:
  System Settings window does not maximize or come to front when open in
  background

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841045/+subscriptions

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


[Bug 716851] Re: package tex-common 2.06 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-09-04 Thread Launchpad Bug Tracker
** Changed in: tex-common (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/716851

Title:
  package tex-common 2.06 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/716851/+subscriptions

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


[Bug 841146] Re: Oneiric starts up with just a Nautilus window and nothing else

2011-09-04 Thread Cay Horstmann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841146

Title:
  Oneiric starts up with just a Nautilus window and nothing else

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

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


[Bug 841146] [NEW] Oneiric starts up with just a Nautilus window and nothing else

2011-09-04 Thread Cay Horstmann
Public bug reported:

I upgraded to 11.10 beta. Upon the first reboot, all was fine.
Eventually, I lost the button panel to the left and rebooted. It's gone
for good. Hitting the Super key or Alt+F2 does nothing. All I have is a
Nautilus menu bar. No status icons either.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.1.4-0ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
Architecture: amd64
Date: Sun Sep  4 09:17:58 2011
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to oneiric on 2011-09-04 (0 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi oneiric

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

Title:
  Oneiric starts up with just a Nautilus window and nothing else

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

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


[Bug 841145] Re: gnome-control-center crashed with SIGSEGV in g_closure_invoke()

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839178 ***
https://bugs.launchpad.net/bugs/839178

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/841145/+attachment/2353526/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841145/+attachment/2353527/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/841145/+attachment/2353528/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841145/+attachment/2353529/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841145/+attachment/2353530/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/841145/+attachment/2353531/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/841145/+attachment/2353532/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/841145/+attachment/2353533/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 839178

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-control-center crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841145/+subscriptions

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


[Bug 841141] [NEW] Duplicate Ubuntu One entries in System Settings

2011-09-04 Thread WarriorIng64
Public bug reported:

Simply put, there are two Ubuntu One entries in the System Settings
menu, both of which bring up Ubuntu One as normal. There should
obviously be only one present.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-control-center 1:3.1.90-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic i686
Architecture: i386
Date: Sun Sep  4 12:14:10 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Duplicate Ubuntu One entries in System Settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841141/+subscriptions

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


[Bug 841141] Re: Duplicate Ubuntu One entries in System Settings

2011-09-04 Thread WarriorIng64
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841141

Title:
  Duplicate Ubuntu One entries in System Settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841141/+subscriptions

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


[Bug 841141] Re: Duplicate Ubuntu One entries in System Settings

2011-09-04 Thread WarriorIng64
** Attachment added: Screenshot of the issue.
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841141/+attachment/2353521/+files/Duplicate%20U1%20entries%20in%20System%20Settings.png

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

Title:
  Duplicate Ubuntu One entries in System Settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841141/+subscriptions

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


[Bug 841141] Re: Duplicate Ubuntu One entries in System Settings

2011-09-04 Thread WarriorIng64
I am actually also getting duplicate entries in Unity's Dash, as well.

** Attachment added: Duplicate entries in the Dash.
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841141/+attachment/2353525/+files/Duplicate%20U1%20entries%20in%20Dash.png

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

Title:
  Duplicate Ubuntu One entries in System Settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841141/+subscriptions

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


[Bug 841071] Re: zeitgeist-daemon crashed with DatabaseCorruptError in _check_index(): Data ran out unexpectedly when reading posting list.

2011-09-04 Thread komputes
*** This bug is a duplicate of bug 839837 ***
https://bugs.launchpad.net/bugs/839837

** Tags added: need-duplicate-check ugjqc-11.09

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

Title:
  zeitgeist-daemon crashed with DatabaseCorruptError in _check_index():
  Data ran out unexpectedly when reading posting list.

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

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


[Bug 841070] Re: System Settings unity launcher icon should display the setting which is open

2011-09-04 Thread komputes
** Tags added: ugjqc-11.09

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

Title:
  System Settings unity launcher icon should display the setting which
  is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/841070/+subscriptions

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


[Bug 838197] Re: FTBS on armel

2011-09-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/pari

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

Title:
  FTBS on armel

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

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


[Bug 735166] Re: Duplicate System Settings System Monitor in Gnome/Unity

2011-09-04 Thread komputes
** Tags added: ugjqc-11.09

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

Title:
  Duplicate System Settings   System Monitor in Gnome/Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/735166/+subscriptions

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


[Bug 837804] Re: linux-ec2: 2.6.32-318.38 -proposed tracker

2011-09-04 Thread Kees Cook
I'm fine with going ahead -- I think this regression test has some
timing flaws. Since it only ever shows select in the failure output, I
believe this to be viewing the non-setuid process kernel stack, which is
fine. Since it doesn't fail on some runs, that's a good sign that things
are okay. Let's move ahead with this. +1

** Changed in: kernel-sru-workflow/security-signoff
   Status: In Progress = 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/837804

Title:
  linux-ec2: 2.6.32-318.38 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/837804/+subscriptions

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


[Bug 672215] Re: Thunderbird Remove-button Finnish translation incorrect

2011-09-04 Thread Jiri Grönroos
Does this problem still exist? I'm using TB 7.0 on Oneiric and can't
find Posta.

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

Title:
  Thunderbird Remove-button Finnish translation incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird-locales/+bug/672215/+subscriptions

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


[Bug 716851] Re: package tex-common 2.06 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-09-04 Thread sujal.u
error in installing / uninstalling software through software center /
synaptic / terminal

 I am a newbie and have Ubuntu 10.04.3 LTS inside virtualbox. I update
it regularly.

 I cannot install any software through software center, synaptic or
through terminal. Soffware gets downloaded, but the installation fails.

 here is the error.

Code:

nstallArchives() failed: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously deselected package bitstormlite.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 150952 files and directories currently installed.)
Unpacking bitstormlite (from .../bitstormlite_0.2q-1_i386.deb) ...
Processing triggers for man-db ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
/usr/bin/mandb: can't set the locale; make sure $LC_* and $LANG are correct
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Rebuilding /usr/share/applications/desktop.en_IN.ISO8859-1.cache...
WARNING: System locale is invalid
Processing triggers for python-support ...
Setting up tex-common (2.06ubuntu0.1) ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
  

[Bug 841148] [NEW] Hardware LED will inform you based on sound being played using speakers and not speakers + headphone

2011-09-04 Thread KnightStalker
Public bug reported:

So,the summary really sums it up,Hardware LED looks like mute when headphones 
are plugged in,
Furthermore,if you go to sound settings,and switch to Analog headphone,LED 
looks like mute as well.
Problem got worse when I tried to get the plugs out,It got mute(but LED 
indicated its not mute),I need to lower the sound and higher it again to regain 
access to sound.
I didn't know against which package I should've filed this against.But 
ubuntu-bug audio wasn't helpful as it just told me that PulseAudio crashed.
I am not sure if I am dealing with 3 bugs or only 1,Can someone clear this up?
Some information about my setup:
Its A fresh Beta 1 Ubuntu 11.10,with latest updates,I am running HP Pavilion 
dv5 1299ee

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  So,the summary really sums it up,Hardware LED looks like mute when headphones 
are plugged in,
  Furthermore,if you go to sound settings,and switch to Analog headphone,LED 
looks like mute as well.
  Problem got worse when I tried to get the plugs out,It got mute(but LED 
indicated its not mute),I need to lower the sound and higher it again to regain 
access to sound.
  I didn't know against which package I should've filed this against.But 
ubuntu-bug pulseaudio wasn't helpful as it just told me that PulseAudio crashed.
  I am not sure if I am dealing with 3 bugs or only 1,Can someone clear this up?
+ Some information about my setup:
+ Its A fresh Beta 1 Ubuntu 11.10,with latest updates,I am running HP Pavilion 
dv5 1299ee

** Description changed:

  So,the summary really sums it up,Hardware LED looks like mute when headphones 
are plugged in,
  Furthermore,if you go to sound settings,and switch to Analog headphone,LED 
looks like mute as well.
  Problem got worse when I tried to get the plugs out,It got mute(but LED 
indicated its not mute),I need to lower the sound and higher it again to regain 
access to sound.
- I didn't know against which package I should've filed this against.But 
ubuntu-bug pulseaudio wasn't helpful as it just told me that PulseAudio crashed.
+ I didn't know against which package I should've filed this against.But 
ubuntu-bug audio wasn't helpful as it just told me that PulseAudio crashed.
  I am not sure if I am dealing with 3 bugs or only 1,Can someone clear this up?
  Some information about my setup:
  Its A fresh Beta 1 Ubuntu 11.10,with latest updates,I am running HP Pavilion 
dv5 1299ee

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841143] Re: zeitgeist-daemon crashed with DocNotFoundError in _check_index(): Document 565 not found

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839739 ***
https://bugs.launchpad.net/bugs/839739

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841143/+attachment/2353522/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841143/+attachment/2353523/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841143/+attachment/2353524/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 839739
   zeitgeist-daemon crashed with DocNotFoundError in _check_index(): Document 1 
not found

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with DocNotFoundError in _check_index():
  Document 565 not found

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

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


[Bug 839595] Re: failsafe.conf's 30 second time out is too low

2011-09-04 Thread Clint Byrum
Agreed Scott, I think we should wait a little longer. 2 minutes seems a
reasonable amount of time, especially given that this should never
affect the average laptop/desktop machine.

** Changed in: upstart (Ubuntu)
   Status: New = Triaged

** Changed in: upstart (Ubuntu)
   Importance: Undecided = High

** Changed in: upstart (Ubuntu)
Milestone: None = ubuntu-11.10-beta-2

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

Title:
  failsafe.conf's 30 second time out is too low

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

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


[Bug 839067] Re: the size of Unity Dashboard is unsuitable for netbook displays

2011-09-04 Thread zsolt . ruszinyák
looks like it is solved in the newest daily version, however I cannot
speak for those who have even smaller displays.

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

Title:
  the size of Unity Dashboard is unsuitable for netbook displays

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

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


[Bug 837804] Re: linux-ec2: 2.6.32-318.38 -proposed tracker

2011-09-04 Thread Herton R. Krzesinski
** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-prepare-start:Wednesday, 31. August 2011 02:49 UTC
  kernel-stable-Prepare-package-end:Thursday, 01. September 2011 19:01 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 01. September 2011 19:01 UTC
  kernel-stable-Prepare-package-start:Wednesday, 31. August 2011 02:49 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 02. September 2011 07:31 UTC
  kernel-stable-Verification-testing-start:Friday, 02. September 2011 07:31 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Saturday, 03. September 2011 00:31 UTC
  kernel-stable-Verification-testing-end:Saturday, 03. September 2011 00:31 UTC
  kernel-stable-Certification-testing-start:Saturday, 03. September 2011 00:31 
UTC
  kernel-stable-Security-signoff-start:Saturday, 03. September 2011 00:31 UTC
  kernel-stable-Regression-testing-start:Saturday, 03. September 2011 00:31 UTC
+ kernel-stable-Security-signoff-end:Sunday, 04. September 2011 16:31 UTC

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

Title:
  linux-ec2: 2.6.32-318.38 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/837804/+subscriptions

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


[Bug 771072] Re: igstk version 4.2.0-4 failed to build on amd64 with GCC-4.6/oneiric

2011-09-04 Thread Matthias Klose
the paraview cmake files hard code these paths :-/


** Also affects: paraview (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: paraview (Ubuntu Oneiric)
   Importance: Undecided = High

** Changed in: paraview (Ubuntu Oneiric)
   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/771072

Title:
  igstk version 4.2.0-4 failed to build on amd64 with GCC-4.6/oneiric

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

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


[Bug 841097] Re: Search bar should appear in all pages (oneiric version)

2011-09-04 Thread Matteo Pagliazzi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841097

Title:
  Search bar should appear in all pages (oneiric version)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/841097/+subscriptions

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


[Bug 841151] Re: zeitgeist-daemon crashed with DatabaseCorruptError in _check_index(): Data ran out unexpectedly when reading posting list.

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839837 ***
https://bugs.launchpad.net/bugs/839837

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841151/+attachment/2353551/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841151/+attachment/2353552/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841151/+attachment/2353553/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839837

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with DatabaseCorruptError in _check_index():
  Data ran out unexpectedly when reading posting list.

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

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


[Bug 841147] Re: zeitgeist-daemon crashed with DatabaseError in _check_index(): inflate failed (invalid distance too far back)

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839672 ***
https://bugs.launchpad.net/bugs/839672

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841147/+attachment/2353540/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841147/+attachment/2353541/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841147/+attachment/2353542/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839672

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with DatabaseError in _check_index(): inflate
  failed (invalid distance too far back)

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

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


[Bug 839595] Re: failsafe.conf's 30 second time out is too low

2011-09-04 Thread Launchpad Bug Tracker
This bug was fixed in the package upstart - 1.3-0ubuntu7

---
upstart (1.3-0ubuntu7) oneiric; urgency=low

  * debian/conf/failsafe.conf: raise timeout to 120 seconds to
allow for very slow DHCP interfaces to come up on servers.
(LP: #839595)
 -- Clint Byrum cl...@ubuntu.com   Sun, 04 Sep 2011 09:29:27 -0700

** Changed in: upstart (Ubuntu)
   Status: Triaged = 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/839595

Title:
  failsafe.conf's 30 second time out is too low

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

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


[Bug 841157] [NEW] Cannot install Software in Ubuntu 10.04.3 - error while processing tex-common and tex-live-binaries error code 1

2011-09-04 Thread sujal.u
Public bug reported:

error in installing / uninstalling software through software center /
synaptic / terminal

I have Ubuntu 10.04.3 LTS inside virtualbox. I update it regularly.

Cannot install any software through software center, synaptic or through
terminal. Soffware gets downloaded, but the installation fails, but is
marked installed

 here is the error.

Code:

nstallArchives() failed: perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 Selecting previously deselected package bitstormlite.
 (Reading database ...
 (Reading database ... 5%
 (Reading database ... 10%
 (Reading database ... 15%
 (Reading database ... 20%
 (Reading database ... 25%
 (Reading database ... 30%
 (Reading database ... 35%
 (Reading database ... 40%
 (Reading database ... 45%
 (Reading database ... 50%
 (Reading database ... 55%
 (Reading database ... 60%
 (Reading database ... 65%
 (Reading database ... 70%
 (Reading database ... 75%
 (Reading database ... 80%
 (Reading database ... 85%
 (Reading database ... 90%
 (Reading database ... 95%
 (Reading database ... 100%
 (Reading database ... 150952 files and directories currently installed.)
 Unpacking bitstormlite (from .../bitstormlite_0.2q-1_i386.deb) ...
 Processing triggers for man-db ...
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 /usr/bin/mandb: can't set the locale; make sure $LC_* and $LANG are correct
 Processing triggers for desktop-file-utils ...
 Processing triggers for python-gmenu ...
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 Rebuilding /usr/share/applications/desktop.en_IN.ISO8859-1.cache...
 WARNING: System locale is invalid
 Processing triggers for python-support ...
 Setting up tex-common (2.06ubuntu0.1) ...
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = en_IN.ISO8859-1
 are supported and 

[Bug 841154] Re: zeitgeist-daemon crashed with DatabaseCorruptError in _check_index(): Data ran out unexpectedly when reading posting list.

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839837 ***
https://bugs.launchpad.net/bugs/839837

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841154/+attachment/2353554/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841154/+attachment/2353556/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841154/+attachment/2353557/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839837

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with DatabaseCorruptError in _check_index():
  Data ran out unexpectedly when reading posting list.

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

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


[Bug 841148] Re: Hardware LED will inform you based on sound being played using speakers and not speakers + headphone

2011-09-04 Thread Dave Gilbert
Changing to 'linux' since this is to do with the handling of the LEDs
not the actual audio (not sure what package it should actually be but
it's best bet).

** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] Re: Hardware LED will inform you based on sound being played using speakers and not speakers + headphone

2011-09-04 Thread KnightStalker
apport information

** Tags added: apport-collected oneiric

** Description changed:

  So,the summary really sums it up,Hardware LED looks like mute when headphones 
are plugged in,
  Furthermore,if you go to sound settings,and switch to Analog headphone,LED 
looks like mute as well.
  Problem got worse when I tried to get the plugs out,It got mute(but LED 
indicated its not mute),I need to lower the sound and higher it again to regain 
access to sound.
  I didn't know against which package I should've filed this against.But 
ubuntu-bug audio wasn't helpful as it just told me that PulseAudio crashed.
  I am not sure if I am dealing with 3 bugs or only 1,Can someone clear this up?
  Some information about my setup:
  Its A fresh Beta 1 Ubuntu 11.10,with latest updates,I am running HP Pavilion 
dv5 1299ee
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
+Subdevices: 0/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  knightstalker   1572 F pulseaudio
+  /dev/snd/pcmC0D0c:   knightstalker   1572 F...m pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xdf30 irq 50'
+Mixer name : 'Nvidia MCP77/78 HDMI'
+Components : 'HDA:111d76b2,103c3621,00100302 
HDA:11c11040,103c137e,00100200 HDA:10de0006,10de0101,0010'
+Controls  : 26
+Simple ctrls  : 15
+ DistroRelease: Ubuntu 11.10
+ HibernationDevice: RESUME=UUID=0b848364-1bc0-40ef-8e94-7e8fa858b754
+ InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
+ MachineType: Hewlett-Packard HP Pavilion dv5 Notebook PC
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-10-generic 
root=UUID=7da8c38c-c3be-4803-951d-0a07a3ff467e ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
+ PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
+ PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 
1: No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.0.0-10-generic N/A
+  linux-backports-modules-3.0.0-10-generic  N/A
+  linux-firmware1.60
+ Tags:  oneiric
+ Uname: Linux 3.0.0-10-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ dmi.bios.date: 10/29/2008
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: F.11
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: 3603
+ dmi.board.vendor: Quanta
+ dmi.board.version: 02.20
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Quanta
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.11:bd10/29/2008:svnHewlett-Packard:pnHPPaviliondv5NotebookPC:pvrF.11:rvnQuanta:rn3603:rvr02.20:cvnQuanta:ct10:cvrN/A:
+ dmi.product.name: HP Pavilion dv5 Notebook PC
+ dmi.product.version: F.11
+ dmi.sys.vendor: Hewlett-Packard

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353567/+files/AcpiTables.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] AlsaDevices.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353568/+files/AlsaDevices.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] AplayDevices.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353569/+files/AplayDevices.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] BootDmesg.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353570/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] Card0.Amixer.values.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353571/+files/Card0.Amixer.values.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 761409] Re: Cannot click on left-most indicator on panel if a systray icon appears

2011-09-04 Thread Aaron Brubacher
the updated ppa fixes the problem for me.


there is an issue where a very rapid triple-click on the indicator icon when 
there is a program maximized sometimes results in the indicator's menu going 
under the window. (actually, I've only reproduced this with firefox)
I think i also saw it go under the desktop background when there were no 
programs open.
But it was intermittant and I checked after using ppa-purge to remove the ppa 
and it still happened, so i think the ppa is fine. its something you would 
really only notice if you testing out the indicator icons :)

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

Title:
  Cannot click on left-most indicator on panel if a systray icon appears

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

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


[Bug 841148] Lsusb.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/841148/+attachment/2353578/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] CurrentDmesg.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353575/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] Card0.Codecs.codec.2.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: Card0.Codecs.codec.2.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353574/+files/Card0.Codecs.codec.2.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] Re: Hardware LED will inform you based on sound being played using speakers and not speakers + headphone

2011-09-04 Thread Brad Figg
** Changed in: linux (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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] ProcCpuinfo.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353580/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] IwConfig.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353576/+files/IwConfig.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] ProcModules.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353582/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] Card0.Codecs.codec.0.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353572/+files/Card0.Codecs.codec.0.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] ProcInterrupts.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353581/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] RfKill.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/841148/+attachment/2353583/+files/RfKill.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] PciMultimedia.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353579/+files/PciMultimedia.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] UdevDb.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/841148/+attachment/2353584/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] Card0.Codecs.codec.1.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: Card0.Codecs.codec.1.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353573/+files/Card0.Codecs.codec.1.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] Lspci.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/841148/+attachment/2353577/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] UdevLog.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/841148/+attachment/2353585/+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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841148] Re: Hardware LED will inform you based on sound being played using speakers and not speakers + headphone

2011-09-04 Thread Dave Gilbert
Given that it's only the LED on specific hardware I'm marking as low.

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841170] Re: zeitgeist-daemon crashed with DatabaseCorruptError in _check_index(): Data ran out unexpectedly when reading posting list.

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839837 ***
https://bugs.launchpad.net/bugs/839837

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841170/+attachment/2353655/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841170/+attachment/2353656/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841170/+attachment/2353657/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839837

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with DatabaseCorruptError in _check_index():
  Data ran out unexpectedly when reading posting list.

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

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


[Bug 841169] Re: zeitgeist-daemon crashed with DatabaseCorruptError in _check_index(): Unexpected end of posting list for `'

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839837 ***
https://bugs.launchpad.net/bugs/839837

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841169/+attachment/2353652/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841169/+attachment/2353653/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841169/+attachment/2353654/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839837

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with DatabaseCorruptError in _check_index():
  Unexpected end of posting list for `'

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

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


[Bug 841164] Re: Screen corruption after using Guest User account from the Session Menu.

2011-09-04 Thread Brian Buchanan
** Attachment added: ScreenCorruption1.png
   
https://bugs.launchpad.net/bugs/841164/+attachment/2353617/+files/ScreenCorruption1.png

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

Title:
  Screen corruption after using Guest User account from the Session
  Menu.

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

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


[Bug 841164] [NEW] Screen corruption after using Guest User account from the Session Menu.

2011-09-04 Thread Brian Buchanan
Public bug reported:

Every time I use the Session menu to switch to the guest account and then log 
back out into my main user account either through the session menu again or the 
main login screen, screen corruption occurs.
Only the unity dash and right-click menus are drawn above the screen corruption.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu6
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic-pae 3.0.4
Uname: Linux 3.0.0-10-generic-pae i686
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86 Kernel Module  280.13  Wed Jul 27 16:55:43 PDT 
2011
 GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-7ubuntu2)
Architecture: i386
BootLog:
 fsck from util-linux 2.19.1
 fsck from util-linux 2.19.1
 /dev/sda5: clean, 198713/3203072 files, 1330660/1280 blocks
 /dev/sda7: recovering journal
 /dev/sda7: clean, 210766/22593536 files, 58352348/90351360 blocks
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,imgpng,move,resize,vpswitch,regex,animation,unitymtgrabhandles,workarounds,mousepoll,place,wall,gnomecompat,snap,session,grid,animationaddon,fade,expo,scale,ezoom,unityshell]
CompositorRunning: compiz
Date: Sun Sep  4 17:32:09 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard: nVidia Corporation G71 [GeForce 7900 GS] [10de:0292] (rev a1) 
(prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
MachineType: WinFast C51GM03
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-10-generic-pae 
root=UUID=e73e2240-3149-4c56-b165-acd42fb719ec ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
XorgConf:
 Section Device
Identifier  Default Device
Option  NoLogoTrue
 EndSection
dmi.bios.date: 11/28/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: C51MCP51
dmi.board.vendor: WinFast
dmi.board.version: FAB1.0
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd11/28/2005:svnWinFast:pnC51GM03:pvrFAB1.0:rvnWinFast:rnC51MCP51:rvrFAB1.0:cvn:ct3:cvr:
dmi.product.name: C51GM03
dmi.product.version: FAB1.0
dmi.sys.vendor: WinFast
version.compiz: compiz 1:0.9.5.92+bzr2791-0ubuntu1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-bug compiz-0.9 corruption i386 oneiric reproducible 
running-unity ubuntu

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

Title:
  Screen corruption after using Guest User account from the Session
  Menu.

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

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


[Bug 841164] Re: Screen corruption after using Guest User account from the Session Menu.

2011-09-04 Thread Brian Buchanan
** Attachment added: ScreenCorruption2.png
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/841164/+attachment/2353645/+files/ScreenCorruption2.png

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

Title:
  Screen corruption after using Guest User account from the Session
  Menu.

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

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


[Bug 826771] Re: indicator-appmenu leads to have a nautilus menubar displayed on top of the screen

2011-09-04 Thread Marius-Andrei Danila
Actually the permanent solution is to indeed remove indicator-appmenu.
But you must also remove appmenu-gtk3 and appmenu-gtk. That will remove
the global menu in unity but I guess is not much of a problem if you're
using gnome-shell.

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

Title:
  indicator-appmenu leads to have a nautilus menubar displayed on top of
  the screen

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

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


[Bug 841148] Re: Hardware LED will inform you based on sound being played using speakers and not speakers + headphone

2011-09-04 Thread Brad Figg
** Changed in: linux (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/841148

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841158] [NEW] Banshee and Rhythmbox both crash immediately after start

2011-09-04 Thread minch
Public bug reported:

The final lines when I start rhythmbox with --debug are: 
(08:26:30) [0x37c24c0] [_uri_handle_recurse] rb-file-helpers.c:768: error 
enumerating 
file:///home/scott/.local/share/ubuntuone/Purchased%20from%20Ubuntu%20One: No 
such file or directory
Segmentation fault

I tried adding the file, but that didn't work either. I got:
(08:36:11) [0x1bdff60] [rhythmdb_sync_library_location] rhythmdb.c:4697: 
starting library monitoring
(08:36:11) [0x1bdff60] [monitor_library_directory] rhythmdb-monitor.c:207: 
beginning monitor of the library directory file:///home/scott/Music
(08:36:11) [0x1bdff60] [monitor_library_directory] rhythmdb-monitor.c:207: 
beginning monitor of the library directory 
file:///home/scott/.local/share/ubuntuone/Purchased%20from%20Ubuntu%20One
(08:36:11) [0x1bdff60] [rb_statusbar_sync_status] rb-statusbar.c:472: updating 
status with: '0 songs', '', -1.00
Segmentation fault

Second problem is Banshee:

$ banshee --debug
** Running Mono with --debug   **
[1 Info  08:24:17.790] Running Banshee 1.8.1: [Ubuntu 10.10 (linux-gnu, x86_64) 
@ 2011-02-02 09:03:42 UTC]
[1 Debug 08:24:17.809] Initializing GTK
[1 Debug 08:24:19.307] Post-Initializing GTK
[1 Debug 08:24:19.318] Configuration client extension loaded 
(Banshee.GnomeBackend.GConfConfigurationClient)
[1 Debug 08:24:19.329] Using default gconf-base-key
[1 Debug 08:24:19.367] Bus.Session.RequestName ('org.bansheeproject.Banshee') 
replied with PrimaryOwner
[1 Debug 08:24:19.443] Core service started (DBusServiceManager, 0.001329)
[1 Debug 08:24:19.446] Registering remote object 
/org/bansheeproject/Banshee/DBusCommandService 
(Banshee.ServiceStack.DBusCommandService) on org.bansheeproject.Banshee
[1 Debug 08:24:19.456] Core service started (DBusCommandService, 0.012132)
[1 Debug 08:24:19.537] Opened SQLite (version 3.7.2) connection to 
/home/scott/.config/banshee-1/banshee.db
[1 Debug 08:24:19.538] Core service started (DbConnection, 0.081659)
[1 Debug 08:24:19.543] Database version 43 is up to date
[1 Info  08:24:19.565] Starting collection of anonymous usage data
[1 Debug 08:24:19.604] Core service started (PreferenceService, 0.022714)
[1 Debug 08:24:19.610] Core service started (Network, 0.00642)
[1 Debug 08:24:19.611] Registering remote object 
/org/bansheeproject/Banshee/SourceManager (Banshee.Sources.SourceManager) on 
org.bansheeproject.Banshee
[1 Debug 08:24:19.611] Core service started (SourceManager, 0.000717)
[1 Debug 08:24:19.620] Core service started (MediaProfileManager, 0.000228)
[1 Debug 08:24:19.626] Registering remote object 
/org/bansheeproject/Banshee/PlayerEngine 
(Banshee.MediaEngine.PlayerEngineService) on org.bansheeproject.Banshee
[1 Debug 08:24:19.628] Core service started (PlayerEngine, 0.007823)
[1 Debug 08:24:19.648] Registering remote object 
/org/bansheeproject/Banshee/PlaybackController 
(Banshee.PlaybackController.PlaybackControllerService) on 
org.bansheeproject.Banshee
[1 Debug 08:24:19.649] Core service started (PlaybackController, 0.003506)
[1 Debug 08:24:19.658] Starting - Startup Job
[1 Debug 08:24:19.658] Core service started (JobScheduler, 0.009338)
[1 Debug 08:24:19.676] IO provider extension loaded (Banshee.IO.Gio.Provider)
[1 Debug 08:24:19.720] Loaded HardwareManager backend: Banshee.Hardware.Gio
[1 Debug 08:24:19.722] Core service started (HardwareManager, 0.063867)
[1 Debug 08:24:19.723] Bus.Session.RequestName 
('org.bansheeproject.CollectionIndexer') replied with PrimaryOwner
[1 Debug 08:24:19.725] Registering remote object 
/org/bansheeproject/Banshee/CollectionIndexerService 
(Banshee.Collection.Indexer.CollectionIndexerService) on 
org.bansheeproject.CollectionIndexer
[1 Debug 08:24:19.727] Core service started (CollectionIndexerService, 0.004811)
[1 Debug 08:24:19.728] Core service started (SaveTrackMetadataService, 0.001469)
[1 Debug 08:24:19.737] Adding icon theme search path: /usr/share/banshee-1/icons
[1 Debug 08:24:19.738] Core service started (GtkElementsService, 0.00912)
[1 Debug 08:24:19.739] Core service started (InterfaceActionService, 0.00134)
[1 Debug 08:24:19.844] Extension actions loaded: MetadataFixActions
[1 Debug 08:24:19.844] Registering remote object 
/org/bansheeproject/Banshee/GlobalUIActions (Banshee.Gui.GlobalActions) on 
org.bansheeproject.Banshee
[1 Debug 08:24:19.846] Album artwork path set to /home/scott/.cache/media-art
[1 Debug 08:24:19.871] Core service started (ArtworkManager, 0.026697)
[1 Debug 08:24:19.872] Core service started (BookmarksService, 0.000238)
[1 Debug 08:24:20.069] Adding context page lastfm-recommendations
[1 Debug 08:24:20.090] Adding context page wikipedia
[1 Debug 08:24:20.383] Constructed Nereid interface: 0.471513
[1 Debug 08:24:20.475] Creating new surface cache for 90px images, capped at 
0.37 MiB (12 items)
[1 Debug 08:24:20.529] Registering remote object 
/org/bansheeproject/Banshee/ClientWindow (Nereid.PlayerInterface) on 
org.bansheeproject.Banshee
[1 Debug 08:24:20.529] Core service started 

[Bug 841162] Re: gwibber crashed with SIGSEGV in g_variant_unref()

2011-09-04 Thread Salih EMIN
** Visibility changed to: Public

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

Title:
  gwibber crashed with SIGSEGV in g_variant_unref()

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

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


[Bug 840902] Re: [FF] Please merge emesene 2.11.7+dfsg-1 from Debian testing

2011-09-04 Thread Scott Kitterman
Ack. Approved.

** Changed in: emesene (Ubuntu)
   Importance: Undecided = Medium

** Changed in: emesene (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/840902

Title:
  [FF] Please merge emesene 2.11.7+dfsg-1 from Debian testing

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

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


[Bug 769834] Re: zeitgeist-daemon crashed with SIGSEGV in std::_Rb_tree_increment()

2011-09-04 Thread Launchpad Bug Tracker
** Changed in: zeitgeist-extensions (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/769834

Title:
  zeitgeist-daemon crashed with SIGSEGV in std::_Rb_tree_increment()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist-extensions/+bug/769834/+subscriptions

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


[Bug 841161] Re: nautilus crashed with SIGSEGV in g_closure_invoke()

2011-09-04 Thread Salih EMIN
** Visibility changed to: Public

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 841167] Re: zeitgeist-daemon crashed with RuntimeError in _check_index(): basic_string::append

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839740 ***
https://bugs.launchpad.net/bugs/839740

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841167/+attachment/2353649/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841167/+attachment/2353650/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841167/+attachment/2353651/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 839740
   zeitgeist-daemon crashed with RuntimeError in _check_index(): 
basic_string::assign

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with RuntimeError in _check_index():
  basic_string::append

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

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


[Bug 841165] Re: zeitgeist-daemon crashed with RuntimeError in _check_index(): basic_string::append

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839740 ***
https://bugs.launchpad.net/bugs/839740

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841165/+attachment/2353646/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841165/+attachment/2353647/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841165/+attachment/2353648/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 839740
   zeitgeist-daemon crashed with RuntimeError in _check_index(): 
basic_string::assign

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with RuntimeError in _check_index():
  basic_string::append

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

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


[Bug 841161] Re: nautilus crashed with SIGSEGV in g_closure_invoke()

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 795708 ***
https://bugs.launchpad.net/bugs/795708

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/841161/+attachment/2353597/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841161/+attachment/2353598/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/841161/+attachment/2353599/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841161/+attachment/2353601/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841161/+attachment/2353602/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/841161/+attachment/2353603/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/841161/+attachment/2353604/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/841161/+attachment/2353605/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 795708
   nautilus crashed with SIGSEGV in nautilus_window_slot_get_current_uri()

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 841160] Re: gtk-logout-helper crashed with signal 5 in __libc_start_main()

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 740382 ***
https://bugs.launchpad.net/bugs/740382

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/841160/+attachment/2353589/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841160/+attachment/2353590/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/841160/+attachment/2353591/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841160/+attachment/2353592/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841160/+attachment/2353593/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/841160/+attachment/2353594/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/841160/+attachment/2353595/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/841160/+attachment/2353596/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 740382
   gtk-logout-helper crashed with SIGABRT in __libc_start_main()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gtk-logout-helper crashed with signal 5 in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/841160/+subscriptions

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


[Bug 840902] Re: [FF] Please merge emesene 2.11.7+dfsg-1 from Debian testing

2011-09-04 Thread Matthias Klose
synced

** Changed in: emesene (Ubuntu)
   Status: Confirmed = 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/840902

Title:
  [FF] Please merge emesene 2.11.7+dfsg-1 from Debian testing

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

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


[Bug 571060] Re: [needs-packaging] handbrake -- video transcoder

2011-09-04 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 105458 ***
https://bugs.launchpad.net/bugs/105458

** Changed in: 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/571060

Title:
  [needs-packaging] handbrake -- video transcoder

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

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


[Bug 841148] WifiSyslog.txt

2011-09-04 Thread KnightStalker
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/841148/+attachment/2353586/+files/WifiSyslog.txt

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

Title:
  Hardware LED will inform you based on sound being played using
  speakers and not speakers + headphone

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

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


[Bug 841176] Re: zeitgeist-daemon crashed with DatabaseCorruptError in _check_index(): Data ran out unexpectedly when reading posting list.

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839837 ***
https://bugs.launchpad.net/bugs/839837

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841176/+attachment/2353674/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841176/+attachment/2353675/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841176/+attachment/2353676/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839837

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with DatabaseCorruptError in _check_index():
  Data ran out unexpectedly when reading posting list.

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

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


[Bug 841175] [NEW] The torrent doesnt start downloading

2011-09-04 Thread Chetan
Public bug reported:

It doesnt start to download and also i cant delete the torrent i add to
transmission-if i right click and say revome torrent, it gets removed.
But once i close Transmission and open it again, the torrent will still
be there

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: transmission-gtk 2.13-0ubuntu8
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
Architecture: i386
Date: Sun Sep  4 22:22:00 2011
ExecutablePath: /usr/bin/transmission-gtk
InstallationMedia: Custom Live CD - Release i386
ProcEnviron:
 LANGUAGE=en_IN:en
 LANG=en_IN
 LC_MESSAGES=en_IN.UTF-8
 SHELL=/bin/bash
SourcePackage: transmission
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors:
 (firefox-bin:2351): Gtk-CRITICAL **: IA__gtk_clipboard_set_with_data: 
assertion `targets != NULL' failed
 (firefox-bin:2351): Gtk-CRITICAL **: IA__gtk_clipboard_get_for_display: 
assertion `!display-closed' failed
 (firefox-bin:2351): Gtk-CRITICAL **: IA__gtk_clipboard_get_for_display: 
assertion `!display-closed' failed
 (process:2751): Gtk-WARNING **: Locale not supported by C library.
 (process:2917): Gtk-WARNING **: Locale not supported by C library.

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


** Tags: apport-bug apport-lpi i386 natty ubuntu-une

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

Title:
  The torrent doesnt start downloading

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

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


[Bug 841175] Re: The torrent doesnt start downloading

2011-09-04 Thread Chetan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841175

Title:
  The torrent doesnt start downloading

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

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


[Bug 841162]

2011-09-04 Thread Apport retracing service
StacktraceTop:
 g_variant_unref (value=0x0) at 
/build/buildd/glib2.0-2.29.18/./glib/gvariant-core.c:617
 g_settings_get_int (settings=optimized out, key=optimized out) at 
/build/buildd/glib2.0-2.29.18/./gio/gsettings.c:1824
 client_constructor (type=optimized out, n_construct_properties=optimized 
out, construct_properties=optimized out) at gwibber-client.c:1164
 g_object_newv (object_type=optimized out, n_parameters=17636048, 
parameters=optimized out) at 
/build/buildd/glib2.0-2.29.18/./gobject/gobject.c:1493
 g_object_new (object_type=17654592, first_property_name=0x0) at 
/build/buildd/glib2.0-2.29.18/./gobject/gobject.c:1322

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

Title:
  gwibber crashed with SIGSEGV in g_variant_unref()

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

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


[Bug 841162] Stacktrace.txt

2011-09-04 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/841162/+attachment/2353672/+files/Stacktrace.txt

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

Title:
  gwibber crashed with SIGSEGV in g_variant_unref()

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

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


[Bug 841162] ThreadStacktrace.txt

2011-09-04 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/841162/+attachment/2353673/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/841162/+attachment/2353608/+files/CoreDump.gz

** Changed in: gwibber (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-amd64-retrace

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

Title:
  gwibber crashed with SIGSEGV in g_variant_unref()

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

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


[Bug 840958] Re: Multiarch: attempting to install i386 libraries triggers the removal of required amd64 libraries

2011-09-04 Thread gregory
It is the normal behavior, libglew1.5 was not converted to support
multiarch:same.

I do not know for ubuntu but on Debian the version 1.6 was converted
maybe you can try this one.

For the others (wx, portaudio and nvidia-cg-toolkit) they need to be
converted but I think Oneiric is frozen.

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

Title:
  Multiarch: attempting to install i386 libraries triggers the removal
  of required amd64 libraries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glew1.5/+bug/840958/+subscriptions

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


[Bug 840421] Re: zeitgeist-daemon crashed with SIGSEGV in ChertTable::add_item_to_block()

2011-09-04 Thread Launchpad Bug Tracker
** Changed in: zeitgeist (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/840421

Title:
  zeitgeist-daemon crashed with SIGSEGV in
  ChertTable::add_item_to_block()

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

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


[Bug 840472] Re: VMware 7* Unable to build kernel module. Failed to compile module vmmon!

2011-09-04 Thread LuizCB
** Package changed: ubuntu = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: New = Opinion

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

Title:
  VMware 7* Unable to build kernel module. Failed to compile module
  vmmon!

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

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


[Bug 841112] Re: Requesting Miro 4.0.3 in Ubuntu Oneiric 11.10

2011-09-04 Thread Launchpad Bug Tracker
** Changed in: miro (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/841112

Title:
  Requesting Miro 4.0.3 in Ubuntu Oneiric 11.10

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

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


[Bug 841174] Re: zeitgeist-daemon crashed with DatabaseCorruptError in _check_index(): Data ran out unexpectedly when reading posting list.

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 839837 ***
https://bugs.launchpad.net/bugs/839837

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841174/+attachment/2353666/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841174/+attachment/2353667/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841174/+attachment/2353668/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 839837

** Visibility changed to: Public

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

Title:
  zeitgeist-daemon crashed with DatabaseCorruptError in _check_index():
  Data ran out unexpectedly when reading posting list.

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

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


[Bug 838361] Re: [syncpackage] downloads .dsc files into current directory

2011-09-04 Thread Stefano Rivera
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = In Progress

** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: (unassigned) = Stefano Rivera (stefanor)

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

Title:
  [syncpackage] downloads .dsc files into current directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/838361/+subscriptions

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


[Bug 838361] Re: [syncpackage] downloads .dsc files into current directory

2011-09-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~stefanor/ubuntu-dev-tools/delay-writing-dsc-838361

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

Title:
  [syncpackage] downloads .dsc files into current directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/838361/+subscriptions

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


[Bug 841173] Re: zeitgeist-daemon crashed with SIGSEGV in PyEval_EvalFrameEx()

2011-09-04 Thread Apport retracing service
*** This bug is a duplicate of bug 834067 ***
https://bugs.launchpad.net/bugs/834067

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/841173/+attachment/2353658/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/841173/+attachment/2353659/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/841173/+attachment/2353660/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/841173/+attachment/2353661/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/841173/+attachment/2353662/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/841173/+attachment/2353663/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/841173/+attachment/2353664/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/841173/+attachment/2353665/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 834067
   zeitgeist-daemon crashed with SIGSEGV in 
Xapian::WritableDatabase::add_document()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  zeitgeist-daemon crashed with SIGSEGV in PyEval_EvalFrameEx()

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

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


[Bug 841186] [NEW] [SQ1S, Analog Devices AD1986A, Green Speaker, Internal] No sound at all

2011-09-04 Thread David Yip
Public bug reported:

my machine run windows xp  ubuntu 9.04 is ok but 11.04 is not work for the 
sound system.
i can see the mic is working correctly. in sound perferrence, i can found the 
hardware.
it is a new install system.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: alsa-base 1.0.24+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  david  1138 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xb000 irq 43'
   Mixer name   : 'Analog Devices AD1986A'
   Components   : 'HDA:11d41986,144dc027,00100500'
   Controls  : 11
   Simple ctrls  : 12
Date: Mon Sep  5 00:59:28 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=zh_HK:en
 LANG=zh_HK.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: 內部音效 - HDA Intel
Symptom_DevicesInUse: 1138
Symptom_Jack: Green Speaker, Internal
Symptom_Type: No sound at all
Title: [SQ1S, Analog Devices AD1986A, Green Speaker, Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/06/2007
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 20MA
dmi.board.name: SQ1S
dmi.board.vendor: SAMSUNG ELECTRONICS CO.,LTD
dmi.board.version: Revision MP
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO.,LTD
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr20MA:bd02/06/2007:svnSAMSUNGELECTRONICSCO.,LTD:pnSQ1S:pvrRevisionMP:rvnSAMSUNGELECTRONICSCO.,LTD:rnSQ1S:rvrRevisionMP:cvnSAMSUNGELECTRONICSCO.,LTD:ct1:cvrN/A:
dmi.product.name: SQ1S
dmi.product.version: Revision MP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO.,LTD

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty running-unity

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

Title:
  [SQ1S, Analog Devices AD1986A, Green Speaker, Internal] No sound at
  all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/841186/+subscriptions

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

[Bug 841186] Re: [SQ1S, Analog Devices AD1986A, Green Speaker, Internal] No sound at all

2011-09-04 Thread David Yip
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841186

Title:
  [SQ1S, Analog Devices AD1986A, Green Speaker, Internal] No sound at
  all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/841186/+subscriptions

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


[Bug 841184] [NEW] LibreOffice ignores default email client

2011-09-04 Thread komputes
Public bug reported:

LibreOffice has many email features in File  Send. However LibreOffice
ignores that I have a default email client (Thunderbird). When I try to
send a document as an email I get the following error:

LibreOffice 3.4
LibreOffice was unable to find a working e-mail configuration. Please save this 
document locally instead and attach it from within your email client.

LibreOffice lacks integration into the Ubuntu desktop. Ideally using
this feature would check the default email application (System 
Settings  System  Info  Default Applications) and use the preferred
email client to send an email with the attachment.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libreoffice (not installed)
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun Sep  4 12:55:24 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110817)
SourcePackage: libreoffice
UpgradeStatus: Upgraded to oneiric on 2011-08-27 (7 days ago)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  LibreOffice ignores default email client

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

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


[Bug 841184] Re: LibreOffice ignores default email client

2011-09-04 Thread komputes
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/841184

Title:
  LibreOffice ignores default email client

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

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


<    4   5   6   7   8   9   10   11   12   13   >