Re: [Bug 1075234] Re: doesn't work with YP/NIS server defined in /etc/yp.conf

2013-04-17 Thread rjc
On Mon, Jan 14, 2013 at 04:17:44AM GMT, Launchpad Bug Tracker wrote:
 [Expired for nis (Ubuntu) because there has been no activity for 60
 days.]
 
 ** Changed in: nis (Ubuntu)
Status: Incomplete = Expired

It seems like it was indeed the newline (\n) character which was
causing the problem. As I've mentioned before, the very same script
worked on 10.04 so the behaviour clearly has changed.

This bug can now be closed.

Kind regards,

rjc

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

Title:
  doesn't work with YP/NIS server defined in /etc/yp.conf

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

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


[Bug 1075251] Re: package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-04-17 Thread hasibullah
** Changed in: mysql-5.5 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1075251/+subscriptions

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


[Bug 981478] Re: Need 'ethtool' package included in preseeds for WOL

2013-04-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Need 'ethtool' package included in preseeds for WOL

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

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


[Bug 1169561] Re: Publish of printer in ADS is not possible Object class violation

2013-04-17 Thread Robie Basak
** Bug watch added: Samba Bugzilla #9378
   https://bugzilla.samba.org/show_bug.cgi?id=9378

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=9378
   Importance: Unknown
   Status: Unknown

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

Title:
  Publish of printer in ADS is not possible Object class violation

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

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


[Bug 1169561] Re: Publish of printer in ADS is not possible Object class violation

2013-04-17 Thread Robie Basak
Commits to upstream git v3-6-stable branch:

commit d217a8fe1d65aa3b5b97ebc64b7cfde927b767ac
Author: David Disseldorp dd...@samba.org
Date:   Thu Jan 17 13:21:25 2013 +0100

BUG 9378: Add extra attributes for AD printer publishing.

Currently attempting to publish a printer in AD fails with Object class
violation, due to a number of missing attributes in the LDAP request.

Reviewed-by: Andreas Schneider a...@samba.org
(cherry picked from commit 069f1029a76c9b9c0a48ac7cb3d2c5f45c3a231c)

commit 85d2ed00e896c3b71e2361d3887e7e9a107a2dae
Author: David Disseldorp dd...@samba.org
Date:   Fri Jan 18 11:48:20 2013 +0100

printing: Remove invalid free from error path.

Reviewed-by: Andreas Schneider a...@samba.org
(cherry picked from commit 31d61ad8f9c850c302c83a65af8474545723ea1c)

These were both included in release 3.6.13.

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

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

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

Title:
  Publish of printer in ADS is not possible Object class violation

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

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


[Bug 1169561] Re: Publish of printer in ADS is not possible Object class violation

2013-04-17 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Fix Released

** Changed in: samba
   Importance: Unknown = High

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

Title:
  Publish of printer in ADS is not possible Object class violation

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

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


[Bug 1166455] Re: nova flavor-list only shows 1000 flavors

2013-04-17 Thread TianTian Gao
I found there is a configuration item named 'osapi_max_limit=1000',
which set the default maximum number of items to return to 1000. So the
number of flavor only up to 1000.

We can hit the REST API like this to get more items.
/flavors?limit=2000

But novaclient default get each flavor's  extra_spec is annoying me.

** Changed in: nova
   Status: Confirmed = Invalid

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

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

Title:
  nova flavor-list only shows 1000 flavors

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

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


[Bug 1169932] [NEW] libgoogle-perftools-dev: missing dependency on libunwind8-dev ?

2013-04-17 Thread immerrr again
Public bug reported:

Hi there

I'm using static version of libprofiler (provided by libgoogle-
perftools-dev package) on amd64 platform on one of my projects and as
far as I understand, libprofiler.a depends on some symbols that should
be provided by libunwind:

# distinct undefined symbols in libprofiler
$ nm -C /usr/lib/libprofiler.a | grep ' U ' | awk '{print $2}' | sort -u  
libprofiler_undefined_syms.txt

# distinct defined symbols in libunwind
$ nm -C /usr/lib/libunwind.a | grep  '^0' | awk '{print $3}' | sort -u  
libunwind_defined_syms.txt

# intersect those lists:
$ comm -12 libprofiler_undefined_syms.txt libunwind_defined_syms.txt
_ULx86_64_get_reg
_ULx86_64_init_local
_ULx86_64_step
_Unwind_Resume
_Ux86_64_getcontext

So, I'd expect libgoogle-perftools-dev to depend on libunwind8-dev, but
there's no such dependency:

$ apt-cache depends libgoogle-perftools-dev=2.0-3ubuntu1
libgoogle-perftools-dev
  Depends: libgoogle-perftools4
  Depends: libtcmalloc-minimal4
  Conflicts: libgoogle-perftools-dev:i386

Is this intentional or is this really a missing dependency?

** Affects: google-perftools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  libgoogle-perftools-dev: missing dependency on libunwind8-dev ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-perftools/+bug/1169932/+subscriptions

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


[Bug 1166455] Re: nova flavor-list only shows 1000 flavors

2013-04-17 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/27060

** Changed in: python-novaclient
   Status: Confirmed = In Progress

** Changed in: python-novaclient
 Assignee: (unassigned) = TianTian Gao (gtt116)

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

Title:
  nova flavor-list only shows 1000 flavors

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

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


[Bug 1169960] [NEW] Evolution cannot connect to Gmail Calendar

2013-04-17 Thread cement_head
Public bug reported:

Latest Samba update has broken Evolution's ability to interface with
Gmail's Calendar

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-2ubuntu2.6
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: amd64
Date: Wed Apr 17 09:22:48 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
RelatedPackageVersions:
 nautilus 1:3.4.2-0ubuntu8
 gvfs 1.12.1-0ubuntu1.2
SambaClientRegression: Yes
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise third-party-packages

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

Title:
  Evolution cannot connect to Gmail Calendar

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

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


[Bug 1169960] Re: Evolution cannot connect to Gmail Calendar

2013-04-17 Thread cement_head
after two hours it now works.  please close bug, mustahavebeen google

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

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

Title:
  Evolution cannot connect to Gmail Calendar

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

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


[Bug 981269] Re: instance_type is still set as a property value of none even when flavors cannot be retrieved

2013-04-17 Thread Chris J Arges
** Tags added: cts-cloud-review

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

Title:
  instance_type is still set as a property value of none even when
  flavors cannot be retrieved

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

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


[Bug 1119248] Re: [SRU] nova does not set container_format when snapshotting instance with ref image deleted

2013-04-17 Thread Chris J Arges
** Tags added: cts-cloud-review

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

Title:
  [SRU] nova does not set container_format when snapshotting instance
  with ref image deleted

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

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


[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2013-04-17 Thread DocJ
It affects me too, but the last 20 times I clicked on this link ( This
bug affects 119 people. Does this bug affect you? Edit ) since
yesterday, it gives me a time out error, please try again in a few
minutes

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

Title:
  Network is brought down before network filesystems are unmounted (CIFS
  timeout at shutdown)

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

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


[Bug 1029977] Re: dnsmasq-base should ship the dnsmasq dbus configuration file

2013-04-17 Thread Mark Russell
Looks good to me.  The version of dnsmasq-base in proposed starts
dnsmasq correctly with 'sudo dnsmasq --enable-dbus'.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  dnsmasq-base should ship the dnsmasq dbus configuration file

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

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


[Bug 1119792] Re: Munin does not generate the correct URL in munin-cgi-html

2013-04-17 Thread Stefan Bühler
Same at me. Has somebody a workaround?
Description:Ubuntu 12.10
Release:12.10

munin:
  Installed: 2.0.2-1ubuntu2.2
  Candidate: 2.0.2-1ubuntu2.2
  Version table:
 *** 2.0.2-1ubuntu2.2 0
500 http://de.archive.ubuntu.com/ubuntu/ quantal-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ quantal-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.0.2-1ubuntu2 0
500 http://de.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages

Thx
St

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

Title:
  Munin does not generate the correct URL in munin-cgi-html

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

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


[Blueprint servercloud-1303-juju-docs] Improve Juju Documentation

2013-04-17 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  --- UDS 1303 Discussion ---
  PAD URL:  http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
    -Leave behind RST!
    -pandoc doesn't support some of the newer HTML5 elements (asides, etc)
    HTML5 w/ JavaScript it is!
    -Make sure juju.ubuntu.com landing page tell Juju story well (what is it, 
why should I use it)
    -Dynamic Content
  -Screencasts
  -Code Examples
  -Better references in sidbars with improved navigation
  -Annotate Juju deploy command
  -Annootate Juju GUI deploy
  -Annotate anatomoy of a charm
  
  --- Ideas ---
  Good examples:
   *stripe.com (https://stripe.com/docs)
     -good journeys
     -not overwhelming
   *http://developer.android.com/sdk/index.html
     -ttp://developer.android.com/tools/workflow/index.html
  
  Would like to have good sidebar notes, screen shots, tips, and examples.
  
  Would like to have knowledge of what I am at in a journey
    *Getting Started (Juju deploy)
    *Charm Development
    *Charm Deployment
    *Charm Discovery
    *Charm Debugging
  
  Model magazines
    *Wired
    *Linux Format
    *Content rich
  
  Need version control
  Want Markdown not RST
  Get rid of anything marked draft
  Need organization of what we currently have.
  Evaluate Pandoc instead of Sphinx
  Discuss GUI and Charm Browser
  
  --- Immediate Needs ---
  Verify the usability of docs (are the instructions correct).
  Identify a model for the docs (framework)
    *Not docbook - too complicated and print-biased
    *Sphinx? Needed since core is now Go?
    *Something markdown based?
    *simple HTML5?
  Milestone
    *13.04 default for Go
    *How to use it
    *Transition
  -Differences
  -Py and Go living together
  
  --- Organization ---
  
  juju users:
  Getting started
  User tutorial - rename to “Using Juju”
  Charms
  Implicit relations
  Machine Constraints
  Exposing a service
  EC2 provider configuration - all the provider stuff should be in one section
  Local provider configuration
  OpenStack provider configuration
  The Juju Charm Store (for users)
  Handling common errors
  
  charm authors:
  Writing a charm
  The Juju Charm Store
  Charm Testing
  Hook debugging
  Charm Store Policy
  Charm Quality Rating
  Debugging
  
+ Reference Guide
+   Full table of all charm attributes
+   Full table of all juju commands
+   example: http://developer.android.com/reference/packages.html
+ 
  Evaluate for removal:
  About juju - remove.
  Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
  juju modules
  Implementation details - appendix
  Drafts - REMOVE.
  Glossary -appendix
  Commands to work with relation settings and membership
  Upgrades - both?
  Charm Upgrades
  Operating Systems - appendix stuff
  Relation references - appendix stuff
  New relation-ids hook command -?
  
  # Documentation Framework (Courseware)
  
  https://juju.ubuntu.com/docs/charm.html
  -Make sure to review the docs point, and have a corrolation betweeen user 
jouneys and screen casts.
  - Put screen cast in docs
  -screen casets and docs should reference each other.
  
  0 -- New to Juju
  1. [user] Installing and configurating Juju
   i. https://juju.ubuntu.com/docs/getting-started.html
   1. Charm Introduction
     i. https://juju.ubuntu.com/docs/charm.html
  1. Charm Discovery/ Charm Store
    i https://juju.ubuntu.com/docs/charm-store.html
  1. [user] Deploying your first charm (include constraints)
   i. https://juju.ubuntu.com/docs/user-tutorial.html
  
  1. [user] How to use relations
- creating relations
- removing relations
+ creating relations
+ removing relations
  1. [user] Service configuration/Lifecycle managment: Using the 
configuration.yaml  juju set
    i. https://juju.ubuntu.com/docs/service-config.html
  
  1.[user] Scaling services
  1. [user] Debugging deployment - debug logs and friends
  1. [user] Advanced topics (deploy-to, jitsu and friends)
    -need to confirm how plug-in model is in Juju 2.0
  
  1- New Charm Author
  Review https://juju.ubuntu.com/docs/write-charm.html
  
  1. Submitting your first contribution to a charm
  1. Writing a new charm from scratch.
    i. https://juju.ubuntu.com/docs/write-charm.html
    a. charm tools
    a. meta-data/readme/licensing/examples/description/how to use/why to use 
from Ops or Dev perspective
    a. Hooks
    a. relations
   i. interface
   i. requires
    a. testing
  1. Publishing to the Juju Charm Store
  1. How to improve your charm using community quality ratings 
(https://juju.ubuntu.com/docs/charm-quality.html):
  a. Reliability
  b. Security
  c. Flexible
  d. Handle Data
  e. Scalability
  f. Ease of deployment
  g. Responsive to devops needs
  h. Upstream-friendly.
  1. Getting your work peer reviewed
  1. Charm Debugging

-- 
Improve Juju Documentation

Re: [Bug 1119792] Re: Munin does not generate the correct URL in munin-cgi-html

2013-04-17 Thread Chris Bergstresser
On Wed, Apr 17, 2013 at 12:00 PM, Stefan Bühler
stefan.bueh...@mailcarrier.ch wrote:
 Same at me. Has somebody a workaround?

   Nope.  If you find one, let me know.

-- Chris

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

Title:
  Munin does not generate the correct URL in munin-cgi-html

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

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


[Blueprint servercloud-1303-juju-docs] Improve Juju Documentation

2013-04-17 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  --- UDS 1303 Discussion ---
  PAD URL:  http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
    -Leave behind RST!
    -pandoc doesn't support some of the newer HTML5 elements (asides, etc)
    HTML5 w/ JavaScript it is!
    -Make sure juju.ubuntu.com landing page tell Juju story well (what is it, 
why should I use it)
    -Dynamic Content
  -Screencasts
  -Code Examples
  -Better references in sidbars with improved navigation
  -Annotate Juju deploy command
  -Annootate Juju GUI deploy
  -Annotate anatomoy of a charm
  
  --- Ideas ---
  Good examples:
   *stripe.com (https://stripe.com/docs)
     -good journeys
     -not overwhelming
   *http://developer.android.com/sdk/index.html
     -ttp://developer.android.com/tools/workflow/index.html
  
  Would like to have good sidebar notes, screen shots, tips, and examples.
  
  Would like to have knowledge of what I am at in a journey
    *Getting Started (Juju deploy)
    *Charm Development
    *Charm Deployment
    *Charm Discovery
    *Charm Debugging
  
  Model magazines
    *Wired
    *Linux Format
    *Content rich
  
  Need version control
  Want Markdown not RST
  Get rid of anything marked draft
  Need organization of what we currently have.
  Evaluate Pandoc instead of Sphinx
  Discuss GUI and Charm Browser
  
  --- Immediate Needs ---
  Verify the usability of docs (are the instructions correct).
  Identify a model for the docs (framework)
    *Not docbook - too complicated and print-biased
    *Sphinx? Needed since core is now Go?
    *Something markdown based?
    *simple HTML5?
  Milestone
    *13.04 default for Go
    *How to use it
    *Transition
  -Differences
  -Py and Go living together
  
  --- Organization ---
  
  juju users:
  Getting started
- User tutorial - rename to “Using Juju”
+Local provider configuration
+OpenStack provider configuration
+EC2 provider configuration - all the provider stuff should be in one 
section
+All provider configs here
+Deploying a Charm
+Exposing A charm
+Implicit Relations
+Machine Constraints
+  * User tutorial - rename to “Using Juju” (should be embeddedd per topic)
  Charms
- Implicit relations
- Machine Constraints
- Exposing a service
- EC2 provider configuration - all the provider stuff should be in one section
- Local provider configuration
- OpenStack provider configuration
  The Juju Charm Store (for users)
  Handling common errors
  
  charm authors:
  Writing a charm
  The Juju Charm Store
  Charm Testing
  Hook debugging
  Charm Store Policy
  Charm Quality Rating
  Debugging
  
  Reference Guide
-   Full table of all charm attributes
-   Full table of all juju commands
-   example: http://developer.android.com/reference/packages.html
+   Full table of all charm attributes
+   Full table of all juju commands
+   example: http://developer.android.com/reference/packages.html
  
  Evaluate for removal:
  About juju - remove.
  Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
  juju modules
  Implementation details - appendix
  Drafts - REMOVE.
  Glossary -appendix
  Commands to work with relation settings and membership
  Upgrades - both?
  Charm Upgrades
  Operating Systems - appendix stuff
  Relation references - appendix stuff
  New relation-ids hook command -?
  
  # Documentation Framework (Courseware)
  
  https://juju.ubuntu.com/docs/charm.html
  -Make sure to review the docs point, and have a corrolation betweeen user 
jouneys and screen casts.
  - Put screen cast in docs
  -screen casets and docs should reference each other.
  
  0 -- New to Juju
  1. [user] Installing and configurating Juju
   i. https://juju.ubuntu.com/docs/getting-started.html
   1. Charm Introduction
     i. https://juju.ubuntu.com/docs/charm.html
  1. Charm Discovery/ Charm Store
    i https://juju.ubuntu.com/docs/charm-store.html
  1. [user] Deploying your first charm (include constraints)
   i. https://juju.ubuntu.com/docs/user-tutorial.html
  
  1. [user] How to use relations
  creating relations
  removing relations
  1. [user] Service configuration/Lifecycle managment: Using the 
configuration.yaml  juju set
    i. https://juju.ubuntu.com/docs/service-config.html
  
  1.[user] Scaling services
  1. [user] Debugging deployment - debug logs and friends
  1. [user] Advanced topics (deploy-to, jitsu and friends)
    -need to confirm how plug-in model is in Juju 2.0
  
  1- New Charm Author
  Review https://juju.ubuntu.com/docs/write-charm.html
  
  1. Submitting your first contribution to a charm
  1. Writing a new charm from scratch.
    i. https://juju.ubuntu.com/docs/write-charm.html
    a. charm tools
    a. meta-data/readme/licensing/examples/description/how to use/why to use 
from Ops or Dev perspective
    a. Hooks
    a. relations
   i. interface
   i. requires
    a. testing
  1. Publishing to the Juju Charm 

[Blueprint servercloud-1303-juju-docs] Improve Juju Documentation

2013-04-17 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  --- UDS 1303 Discussion ---
  PAD URL:  http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
    -Leave behind RST!
    -pandoc doesn't support some of the newer HTML5 elements (asides, etc)
    HTML5 w/ JavaScript it is!
    -Make sure juju.ubuntu.com landing page tell Juju story well (what is it, 
why should I use it)
    -Dynamic Content
  -Screencasts
  -Code Examples
  -Better references in sidbars with improved navigation
  -Annotate Juju deploy command
  -Annootate Juju GUI deploy
  -Annotate anatomoy of a charm
  
  --- Ideas ---
  Good examples:
   *stripe.com (https://stripe.com/docs)
     -good journeys
     -not overwhelming
   *http://developer.android.com/sdk/index.html
     -ttp://developer.android.com/tools/workflow/index.html
  
  Would like to have good sidebar notes, screen shots, tips, and examples.
  
  Would like to have knowledge of what I am at in a journey
    *Getting Started (Juju deploy)
    *Charm Development
    *Charm Deployment
    *Charm Discovery
    *Charm Debugging
  
  Model magazines
    *Wired
    *Linux Format
    *Content rich
  
  Need version control
  Want Markdown not RST
  Get rid of anything marked draft
  Need organization of what we currently have.
  Evaluate Pandoc instead of Sphinx
  Discuss GUI and Charm Browser
  
  --- Immediate Needs ---
  Verify the usability of docs (are the instructions correct).
  Identify a model for the docs (framework)
    *Not docbook - too complicated and print-biased
    *Sphinx? Needed since core is now Go?
    *Something markdown based?
    *simple HTML5?
  Milestone
    *13.04 default for Go
    *How to use it
    *Transition
  -Differences
  -Py and Go living together
  
  --- Organization ---
  
  juju users:
  Getting started
-Local provider configuration
-OpenStack provider configuration
-EC2 provider configuration - all the provider stuff should be in one 
section
-All provider configs here
-Deploying a Charm
-Exposing A charm
-Implicit Relations
-Machine Constraints
-  * User tutorial - rename to “Using Juju” (should be embeddedd per topic)
+Providers:
+    Local provider configuration
+    OpenStack provider configuration
+    EC2 provider configuration
+Rackspace
+New Providers
+    Deploying a Charm
+    Exposing A charm
+    Implicit Relations
+    Machine Constraints
+  * User tutorial - rename to “Using Juju” (should be embeddedd per topic)
  Charms
  The Juju Charm Store (for users)
  Handling common errors
  
  charm authors:
  Writing a charm
  The Juju Charm Store
  Charm Testing
  Hook debugging
  Charm Store Policy
  Charm Quality Rating
  Debugging
  
  Reference Guide
    Full table of all charm attributes
    Full table of all juju commands
    example: http://developer.android.com/reference/packages.html
+   Glossary -appendix
+   Operating Systems - appendix stuff
+   Relation references - appendix stuff
  
  Evaluate for removal:
- About juju - remove.
- Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
- juju modules
- Implementation details - appendix
- Drafts - REMOVE.
- Glossary -appendix
- Commands to work with relation settings and membership
- Upgrades - both?
- Charm Upgrades
- Operating Systems - appendix stuff
- Relation references - appendix stuff
- New relation-ids hook command -?
+ -move-
+  About juju - *move to juju.ubuntu.com.
+ -delete-
+ Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
+ juju modules - remove Juju core specific
+ Drafts - REMOVE.
+ -content should be covered-
+ Implementation details - (should be in reference guide for charm 
attributes)
+ Commands to work with relation settings and membership (be sure to cover 
in charm author)
+ Upgrades - both (be sure how to implement charm upgrade hooks are covered 
in charm author)
+ Charm Upgrades (be sure to be covered in Charm Users: deployment)
+ New relation-ids hook command -(should be covered in charm author)
  
  # Documentation Framework (Courseware)
  
  https://juju.ubuntu.com/docs/charm.html
  -Make sure to review the docs point, and have a corrolation betweeen user 
jouneys and screen casts.
  - Put screen cast in docs
  -screen casets and docs should reference each other.
  
  0 -- New to Juju
  1. [user] Installing and configurating Juju
   i. https://juju.ubuntu.com/docs/getting-started.html
   1. Charm Introduction
     i. https://juju.ubuntu.com/docs/charm.html
  1. Charm Discovery/ Charm Store
    i https://juju.ubuntu.com/docs/charm-store.html
  1. [user] Deploying your first charm (include constraints)
   i. https://juju.ubuntu.com/docs/user-tutorial.html
  
  1. [user] How to use relations
  creating relations
  removing relations
  1. [user] Service configuration/Lifecycle managment: Using the 
configuration.yaml  

[Blueprint servercloud-1303-juju-docs] Improve Juju Documentation

2013-04-17 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  --- UDS 1303 Discussion ---
  PAD URL:  http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
    -Leave behind RST!
    -pandoc doesn't support some of the newer HTML5 elements (asides, etc)
    HTML5 w/ JavaScript it is!
    -Make sure juju.ubuntu.com landing page tell Juju story well (what is it, 
why should I use it)
    -Dynamic Content
  -Screencasts
  -Code Examples
  -Better references in sidbars with improved navigation
  -Annotate Juju deploy command
  -Annootate Juju GUI deploy
  -Annotate anatomoy of a charm
  
  --- Ideas ---
  Good examples:
   *stripe.com (https://stripe.com/docs)
     -good journeys
     -not overwhelming
   *http://developer.android.com/sdk/index.html
     -ttp://developer.android.com/tools/workflow/index.html
  
  Would like to have good sidebar notes, screen shots, tips, and examples.
  
  Would like to have knowledge of what I am at in a journey
    *Getting Started (Juju deploy)
    *Charm Development
    *Charm Deployment
    *Charm Discovery
    *Charm Debugging
  
  Model magazines
    *Wired
    *Linux Format
    *Content rich
  
  Need version control
  Want Markdown not RST
  Get rid of anything marked draft
  Need organization of what we currently have.
  Evaluate Pandoc instead of Sphinx
  Discuss GUI and Charm Browser
  
  --- Immediate Needs ---
  Verify the usability of docs (are the instructions correct).
  Identify a model for the docs (framework)
    *Not docbook - too complicated and print-biased
    *Sphinx? Needed since core is now Go?
    *Something markdown based?
    *simple HTML5?
  Milestone
    *13.04 default for Go
    *How to use it
    *Transition
  -Differences
  -Py and Go living together
  
  --- Organization ---
  
  juju users:
  Getting started
-Providers:
     Local provider configuration
     OpenStack provider configuration
     EC2 provider configuration
-Rackspace
-New Providers
+    Rackspace
+    New Providers
     Deploying a Charm
     Exposing A charm
     Implicit Relations
     Machine Constraints
   * User tutorial - rename to “Using Juju” (should be embeddedd per topic)
  Charms
  The Juju Charm Store (for users)
  Handling common errors
  
  charm authors:
  Writing a charm
  The Juju Charm Store
  Charm Testing
  Hook debugging
  Charm Store Policy
  Charm Quality Rating
  Debugging
  
  Reference Guide
    Full table of all charm attributes
    Full table of all juju commands
    example: http://developer.android.com/reference/packages.html
-   Glossary -appendix
-   Operating Systems - appendix stuff
-   Relation references - appendix stuff
+   Glossary -appendix
+   Operating Systems - appendix stuff
+   Relation references - appendix stuff
  
  Evaluate for removal:
  -move-
-  About juju - *move to juju.ubuntu.com.
+  About juju - *move to juju.ubuntu.com.
  -delete-
- Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
- juju modules - remove Juju core specific
- Drafts - REMOVE.
+ Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
+ juju modules - remove Juju core specific
+ Drafts - REMOVE.
  -content should be covered-
- Implementation details - (should be in reference guide for charm 
attributes)
- Commands to work with relation settings and membership (be sure to cover 
in charm author)
- Upgrades - both (be sure how to implement charm upgrade hooks are covered 
in charm author)
- Charm Upgrades (be sure to be covered in Charm Users: deployment)
- New relation-ids hook command -(should be covered in charm author)
+ Implementation details - (should be in reference guide for charm 
attributes)
+ Commands to work with relation settings and membership (be sure to cover 
in charm author)
+ Upgrades - both (be sure how to implement charm upgrade hooks are covered 
in charm author)
+ Charm Upgrades (be sure to be covered in Charm Users: deployment)
+ New relation-ids hook command -(should be covered in charm author)
  
  # Documentation Framework (Courseware)
  
  https://juju.ubuntu.com/docs/charm.html
  -Make sure to review the docs point, and have a corrolation betweeen user 
jouneys and screen casts.
  - Put screen cast in docs
  -screen casets and docs should reference each other.
  
  0 -- New to Juju
  1. [user] Installing and configurating Juju
   i. https://juju.ubuntu.com/docs/getting-started.html
   1. Charm Introduction
     i. https://juju.ubuntu.com/docs/charm.html
  1. Charm Discovery/ Charm Store
    i https://juju.ubuntu.com/docs/charm-store.html
  1. [user] Deploying your first charm (include constraints)
   i. https://juju.ubuntu.com/docs/user-tutorial.html
  
  1. [user] How to use relations
  creating relations
  removing relations
  1. [user] Service configuration/Lifecycle managment: Using the 

[Bug 1119792] Re: Munin does not generate the correct URL in munin-cgi-html

2013-04-17 Thread Stefan Bühler
Hi Chris
I've compare the /var/lib/munin/htmlconf.storable between the package of ubuntu 
12.10 and debian squeeze.
Ubuntu is writing fals url:

Ubuntu:
 /var/www/munin/apache-month.html^@^@^@^Nfilename-month
^_/var/www/munin/apache-week.html^@^@^@^Mfilename-week^D^B^@^@^@^C^D^C^@^@^@^C^D^B^@^@^@^A^D^C^@^@^@!
T/cgi-bin/munin-cgi-graph/domain.net/srv1.domain.net/apache_accesses-year.png^@^@^@^Hcimgyear
S/cgi-bin/munin-cgi-graph/domain.net/srv1.domain.net/apache_accesses-day.png^@^@^@^Gcimgday
U/cgi-bin/munin-cgi-graph/domain.net/srv1.domain.net/apache_accesses-month.png^@^@^@
cimgmonth

Debian:
7../../domain.net/srv1.domain.net/apache_accesses-year.png^@^@^@^Hcimgyear  
  ^@^@^A^X^@^@^@^Mimgweekheight
6../../domain.net/srv1.domain.net/apache_accesses-day.png^@^@^@^Gcimgday
8../../domain.net/srv1.domain.net/apache_accesses-month.png^@^@^@ cimgmonth
�../../static/dynazoom.html?cgiurl_graph=/munin-cgi/munin-cgi-graphplugin_na=domain.net/srv1.domain.net/apache_accessessize_x=800size_y=400start_epoch=1363366294stop_epoch=1366217494^@^@^@
   $
7../../domain.net/srv1.domain.net/apache_accesses-week.png^@^@^@^Hcimgweek

That's the problem.
Which file creates the htmlconf.storable?

Stefan

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

Title:
  Munin does not generate the correct URL in munin-cgi-html

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

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2013-04-17 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
  [andreserl] SRU django 1.4 GenericIpAddressField to 1.3 for 12.04 (LP: 
#1081391): POSTPONED
  [andreserl] SRU django 1.4 prefetch_related to 1.3 for 12.04 (LP: #1081388): 
DONE
  [andreserl] SRU django 1.4 upstream bug bug 15496 to 12.04 (LP: #1081392): 
DONE
- [andreserl] SRU 12.10-stabilization to Quantal: INPROGRESS
- [andreserl] SRU 12.10-stabilization to Precise: INPROGRESS
+ [andreserl] SRU 12.10-stabilization to Quantal: DONE
+ [andreserl] SRU 12.10-stabilization to Precise: DONE
  [andreserl] SRU python-tx-tftp (0.1~bzr31-0ubuntu7) to Quantal (LP: 
#1068843): DONE
  [andreserl] SRU python-tx-tftp to Precise: DONE
  [andreserl] SRU yui3 to Precise (LP: #1084141): POSTPONED
  [andreserl] SRU libjs-raphael to Precise (LP: #1084146): POSTPONED
  [andreserl] SRU isc-dhcp apparmor fixes from quantal to precise (LP: 
#1049177): DONE
  [andreserl] SRU Raring features to Quantal: BLOCKED
  [andreserl] SRU Raring features to Precise: BLOCKED
  [andreserl] Bug #1073462 fence_cdu power type is missing: DONE
  [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: DONE
  [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
  [andreserl] maas-ipmi-autodetect and maas-signal should be shipped with MAAS: 
TODO
  [maas-maintainers] Bug #975454complete documentation and man pages: 
DONE
  [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: DONE
  [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
  [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
  [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
  [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
  [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
  [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
  [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
  [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
  [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
  [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
  [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
  [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE
  [maas-maintainers] define supported release combination matrix: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2013-04-17 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
  [andreserl] SRU django 1.4 GenericIpAddressField to 1.3 for 12.04 (LP: 
#1081391): POSTPONED
  [andreserl] SRU django 1.4 prefetch_related to 1.3 for 12.04 (LP: #1081388): 
DONE
  [andreserl] SRU django 1.4 upstream bug bug 15496 to 12.04 (LP: #1081392): 
DONE
  [andreserl] SRU 12.10-stabilization to Quantal: DONE
  [andreserl] SRU 12.10-stabilization to Precise: DONE
  [andreserl] SRU python-tx-tftp (0.1~bzr31-0ubuntu7) to Quantal (LP: 
#1068843): DONE
  [andreserl] SRU python-tx-tftp to Precise: DONE
  [andreserl] SRU yui3 to Precise (LP: #1084141): POSTPONED
  [andreserl] SRU libjs-raphael to Precise (LP: #1084146): POSTPONED
  [andreserl] SRU isc-dhcp apparmor fixes from quantal to precise (LP: 
#1049177): DONE
  [andreserl] SRU Raring features to Quantal: BLOCKED
  [andreserl] SRU Raring features to Precise: BLOCKED
  [andreserl] Bug #1073462 fence_cdu power type is missing: DONE
  [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: DONE
- [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
- [andreserl] maas-ipmi-autodetect and maas-signal should be shipped with MAAS: 
TODO
+ [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: DONE
+ [andreserl] maas-ipmi-autodetect and maas-signal should be shipped with MAAS: 
POSTPONED
  [maas-maintainers] Bug #975454complete documentation and man pages: 
DONE
  [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: DONE
  [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
  [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
  [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
  [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
  [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
  [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
  [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
  [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
  [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
  [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
  [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
  [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE
  [maas-maintainers] define supported release combination matrix: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Bug 886426] Re: snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

2013-04-17 Thread Andreas Schiermeier
** Bug watch added: Debian Bug tracker #668545
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668545

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

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

Title:
  snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

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

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


[Bug 886426] Re: snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

2013-04-17 Thread Andreas Schiermeier
This bug is fixed in Debian. Is it possible to port the fix to lucid?

** Description changed:

  The init script for snmpd should check the $SNMPDRUN and $TRAPDRUN
  variables before returning the status
  
  Example:
  
  
  SNMPDRUN=yes
  TRAPDRUN=no
  
  root@hydralisk:~# service snmpd status
-  * snmpd is running
-  * snmptrapd is not running
+  * snmpd is running
+  * snmptrapd is not running
  
  snmptrapd should not return status if TRAPDRUN=no and vice versa

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

Title:
  snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

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

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


[Bug 1119792] Re: Munin does not generate the correct URL in munin-cgi-html

2013-04-17 Thread Stefan Bühler
Hi all
remove the /usr/share/munin/munin-html and add the file attached.

Stefan

** Attachment added: munin-html
   
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1119792/+attachment/3646781/+files/munin-html

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

Title:
  Munin does not generate the correct URL in munin-cgi-html

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

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


[Bug 886426] Re: snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

2013-04-17 Thread Bug Watch Updater
** Changed in: net-snmp (Debian)
   Status: Unknown = Fix Released

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

Title:
  snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

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

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


[Bug 1165461] Re: pam_winbind offline logon does not work in 12.04

2013-04-17 Thread Giuseppe Paterno'
I'm not in charge of the bug, but  if your problem is missing passwd 
information, then the behavior of PAM  might be correct.
PAM is supposed to handle authentication only, NSS is the responsible part of 
getting user's info.
You might have a closer look to:
a) nscd, to cache users' info
b) SSSD (System Security Services Daemon), that is included in Ubuntu, to allow 
NSS information to be propagated and locally cached.
My eur 0.01

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

Title:
  pam_winbind offline logon does not work in 12.04

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

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


[Bug 1170107] [NEW] python3-pyparsing is an empty package

2013-04-17 Thread Julian Taylor
Public bug reported:

python3-pyparsing in raring does not contain pyparsing.py:

$ dpkg -L python3-pyparsing 
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/python3-pyparsing
/usr/share/doc/python3-pyparsing/changelog.Debian.gz
/usr/share/doc/python3-pyparsing/copyright
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/pyparsing-1.5.7.egg-info

this is a regression from quantal

** Affects: pyparsing (Ubuntu)
 Importance: High
 Status: New


** Tags: raring

** Tags added: raring

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

Title:
  python3-pyparsing is an empty package

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

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


[Bug 1124384] Re: reload-configuration can confuse upstart

2013-04-17 Thread Colin Watson
16:54 cjwatson jodh: I *think* I may see the general structure of what's 
going on here
16:54 cjwatson jodh: This debugging should make it about as clear to you as 
it is to me so far, I think
16:54 cjwatson 7init: conf_load_path_with_override: Loading configuration 
file /etc/init/rc-sysinit.conf
16:54 cjwatson ...
16:54 cjwatson 7init: conf_file_destroy: Destroyed unused job rc-sysinit
16:54 cjwatson 7init: event_unblock: name: 'filesystem', new blockers: 3
16:55 cjwatson jodh: When we tear down the old job, we end up unreferencing 
and destroying the event operators it refers to, at least enough to cause them 
to decrement various event-blockers
16:56 cjwatson jodh: So the 'filesystem' event ends up entering the finished 
state far too early because it's been wrongly unblocked
17:08 jodh cjwatson: gotcha - that is indeed subtle. Could be an interesting 
one to fix too ;)
17:10 cjwatson jodh: My feeling is that the nih_free in conf_file_destroy 
needs to be something more careful involving keeping references
17:10 cjwatson jodh: But that also perhaps job_class_reconsider shouldn't 
replace a job that has events that are blocking some other event?  I'm not 
quite sure, I don't know the structures quite well enough
17:10 cjwatson jodh: Is that enough to get you going for now though?
17:11 jodh cjwatson: sure is - thanks!!

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

Title:
  reload-configuration can confuse upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1124384/+subscriptions

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


[Bug 1170107] Re: python3-pyparsing is an empty package

2013-04-17 Thread Julian Taylor
** Branch linked: lp:~jtaylor/ubuntu/raring/pyparsing/fix-py3-package

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

Title:
  python3-pyparsing is an empty package

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

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


[Bug 1170107] Re: python3-pyparsing is an empty package

2013-04-17 Thread Launchpad Bug Tracker
This bug was fixed in the package pyparsing - 1.5.7+dfsg1-0ubuntu2

---
pyparsing (1.5.7+dfsg1-0ubuntu2) raring; urgency=low

  * add python{,3}-all build dependencies
  * debian/rules: fix empty python3 package (LP: #1170107)
pyparsing does not ship a pregenerated py3 version so we have
to do it ourselves with 2to3 and sed
  * add autopkgtests
 -- Julian Taylor jtay...@ubuntu.com   Wed, 17 Apr 2013 22:56:49 +0200

** Changed in: pyparsing (Ubuntu)
   Status: New = Fix Released

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

Title:
  python3-pyparsing is an empty package

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

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


[Bug 791747] Re: Cannot add keys from PKCS#11 provider

2013-04-17 Thread Hồng Quân
To me, the solution at comment 4 works.
How to disable GNOME Keyring: SSH Agent: 
http://dtek.net/blog/how-stop-gnome-keyring-clobbering-opensshs-ssh-agent-ubuntu-1204

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

Title:
  Cannot add keys from PKCS#11 provider

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

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


[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-17 Thread Alexander
Russel, please read my comment 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1073433/comments/105 
carefully.
I repeat: I have neither plymouth nor network-manager nor modemmanager nor wicd 
installed. Just plain /etc/network/interfaces. +guessnet.
/etc/network/interfaces is the native way to configure network in Linux 
distributions. Why should I use something else, when 'interfaces' covers 100% 
of my needs?
Disabling network in NM/replacing NM just hides the real bug. Problem is NOT in 
network manager. It is somewhere deeper (like Steve supposed, a kernel bug, or 
a bug in sysvinit-utils).

Today's morning I've got that 'busy' with halt:
acpid: exiting
speech-dispatcher disabled; edit /etc/default/speech-dispatcher
 * Stopping VirtualBox kernel modules
Stopping UPS power management: apcupsd exiting, signal 15
apcupsd[1444]: apcupsd shutdown succeeded
apcupsd.
 * Asking all remaining processes to terminate...
 * All processes ended within 2 seconds 
[54994.264815] init: Disconnected from system bus
[54994.484761] tg3 :10:00.0: wake-up capability enabled by ACPI
 * Unmounting temporary filesystems...
 * Deactivating swap...
umount: /run/lock: not mounted
umount: /run/shm: not mounted
mount: / is busy
 * Will now halt
[54995.304424] kvm: exiting hardware
[54995.305569] sd 0:0:0:0: [sda]
[54995.305929] sd 0:0:0:0: [sda]
[54995.958554] System halted.

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

Title:
  Ext4 corruption associated with shutdown of Ubuntu 12.10

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

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


[Bug 1168299] Re: Can't upgrade to raring: libvisio download fails with Forbidden

2013-04-17 Thread Jeroen T. Vermeulen
That worked around it, thanks.

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

Title:
  Can't upgrade to raring: libvisio download fails with Forbidden

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1168299/+subscriptions

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


[Bug 1132584] Re: cedarview-drm kernel module fails to build on kernel 3.5.x [error: implicit declaration of function 'do_mmap']

2013-04-17 Thread Anant Mishra
Hi Aztek,

Just download a fresh copy of 12.04.2 and you will have the working drivers. 
Don't update beyond kernel 3.2.39. 

I got an HP Mini with GMA3600 Chip... it works fine now... !!!

Ubuntu  Gentoo both have drivers for it... :) 
You don't have to run Windows.

A desperate attempt would be to download Meego which has drivers for 
Cedarview...! 
(I did that too... just in case you know..!)

Hope I could help...! Enjoy! :)

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

Title:
  cedarview-drm kernel module fails to build on kernel 3.5.x [error:
  implicit declaration of function 'do_mmap']

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cedarview-drm-drivers/+bug/1132584/+subscriptions

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


[Bug 1090925] Re: software-properties-gtk silently crashes when sourcegear repository is enabled

2013-04-17 Thread d❤vid seaward
Thanks Troy :)

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

Title:
  software-properties-gtk silently crashes when sourcegear repository is
  enabled

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

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


[Bug 1169829] [NEW] nvidia-173-updates 173.14.36-0ubuntu0.0.1: nvidia-173-updates kernel module failed to build

2013-04-17 Thread lholivier
Public bug reported:

Installation crashes.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: nvidia-173-updates 173.14.36-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.2.0-41.65-generic 3.2.42
Uname: Linux 3.2.0-41-generic i686
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: i386
DKMSKernelVersion: 3.2.0-41-generic
Date: Wed Apr 17 08:14:28 2013
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
PackageVersion: 173.14.36-0ubuntu0.0.1
SourcePackage: nvidia-graphics-drivers-173-updates
Title: nvidia-173-updates 173.14.36-0ubuntu0.0.1: nvidia-173-updates kernel 
module failed to build
UpgradeStatus: Upgraded to precise on 2012-05-03 (348 days ago)

** Affects: nvidia-graphics-drivers-173-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 need-duplicate-check precise

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

Title:
  nvidia-173-updates 173.14.36-0ubuntu0.0.1: nvidia-173-updates kernel
  module failed to build

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

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


Re: [Bug 1075234] Re: doesn't work with YP/NIS server defined in /etc/yp.conf

2013-04-17 Thread rjc
On Mon, Jan 14, 2013 at 04:17:44AM GMT, Launchpad Bug Tracker wrote:
 [Expired for nis (Ubuntu) because there has been no activity for 60
 days.]
 
 ** Changed in: nis (Ubuntu)
Status: Incomplete = Expired

It seems like it was indeed the newline (\n) character which was
causing the problem. As I've mentioned before, the very same script
worked on 10.04 so the behaviour clearly has changed.

This bug can now be closed.

Kind regards,

rjc

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

Title:
  doesn't work with YP/NIS server defined in /etc/yp.conf

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

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


[Bug 1068994] Re: button1 gets stuck after a while

2013-04-17 Thread Till Kamppeter
I have partial (full?) success:

I have rebuilt the current Raring package of xorg-server
(1.13.3-0ubuntu5) with the following two patches:

1. http://cgit.freedesktop.org/~whot/xserver/commit/?h=touch-grab-race-
condition-56578-v2id=0498a4f0e0b90a850df7022a3356f10adabff855

(found via https://bugs.freedesktop.org/show_bug.cgi?id=56578#c17)

2. http://lists.x.org/archives/xorg-devel/2013-April/035878.html

and after that clicking via touch screen on the Lenovo Thinkpad Twist
works reliably. Only remaining problems are (but the touch click ability
does not get lost by them):

a. In Chromium when you create a new tab, the new tab contains icons for
web apps (at least the app store and perhaps some examples). These icons
cannot be clicked by touch, only with a mouse. All the rest in Chromium
is clickable by touch.

b. Touch clicks do not work in XBMC, but after using and leaving XBMC
with an external mouse on the normal desktop touch-clicking works again.

These are probably separate bugs which got revealed by the now working
touch click.

Complete patch for xorg-server is attached.


** Patch added: touch-fix.patch
   
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1068994/+attachment/3646219/+files/touch-fix.patch

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

** Changed in: xorg-server (Ubuntu)
   Importance: Undecided = Critical

** Changed in: xorg-server (Ubuntu)
Milestone: None = ubuntu-13.04

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

** Tags added: patch

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

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

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


[Bug 993610] Re: [Dell Latitude 5520] System locks up when trying to reboot

2013-04-17 Thread Thibault Lemaitre
I waited some days to post it, to be sure. This bug is fixed on my
laptop since few days. So, I don't understand why status is changed to
Won't Fix?

I'm able to shutdown it without problem.
I'll try to restart it many times during the next days and give you the result 
here.

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

Title:
  [Dell Latitude 5520] System locks up when trying to reboot

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

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


[Bug 1087534] Re: [regression] Corrupted blurred overlays

2013-04-17 Thread Mark
It's just a text file. This time with .txt

http://ubuntuone.com/5VaVhr55va3ZeqVLQg5JPO

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

Title:
  [regression] Corrupted blurred overlays

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

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


[Bug 1164093] Re: FFe: new upstream release 9.1.1

2013-04-17 Thread Adam Conrad
Accepted.

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

Title:
  FFe: new upstream release 9.1.1

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

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


[Bug 1167192] Re: A second pulseaudio daemon is spawned after logging out and back in even though one is already running for the user.

2013-04-17 Thread Luke Yelavich
THe commit 7fad67c46188991c04a42b190349ebb3f4a1756f causes this problem
to occur, however the commit is not directly responsible. Rather there
is something in our session startup that is not behaving correctly thats
causing pulse clients to not find the original pulse daemon. Granted the
pulse daemon should really be killed off at logout, and longer term
upstart user session jobs will see to that, but for now, we need to find
the problem, and at least work around it. Reverting this commit is
certainly one option...

David, what do you think?

** Summary changed:

- pulseaudio fails to die properly on logout
+ A second pulseaudio daemon is spawned after logging out and back in even 
though one is already running for the user.

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

Title:
  A second pulseaudio daemon is spawned after logging out and back in
  even though one is already running for the user.

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

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


[Bug 1068994] Re: button1 gets stuck after a while

2013-04-17 Thread Till Kamppeter
For the previous comment: I tested on the Lenovo Thinkpad Twist, an
Intel-based convertible. See also bug 1015183.

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

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

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


[Bug 1169836] [NEW] [hostname, Intel IbexPeak HDMI, Digital Out, HDMI] No sound hdmi output

2013-04-17 Thread Sasza Kijek
Public bug reported:

I am running ubuntu raring ringtail 13.04(development branch). With the
kernel upgrade, from 3.8.0-17 to 3.8.0-18 I have lost the option of
choosing to play the sound through hdmi output, running ubuntu with the
previous kernel solves the problem. speaker-test does not work with the
hdmi output also.

linux-image-extra-3.8.0-18-generic:
  Installed: 3.8.0-18.28
  Candidate: 3.8.0-18.28
  Version table:
 *** 3.8.0-18.28 0
500 http://pl.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

linux-image-3.8.0-18-generic:
  Installed: 3.8.0-18.28
  Candidate: 3.8.0-18.28
  Version table:
 *** 3.8.0-18.28 0
500 http://pl.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status
linux-image-3.8.0-18-lowlatency:
  Installed: (none)
  Candidate: 3.8.0-18.12
  Version table:
 3.8.0-18.12 0
500 http://pl.archive.ubuntu.com/ubuntu/ raring/universe amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
Uname: Linux 3.8.0-18-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sasza  2600 F pulseaudio
Date: Wed Apr 17 08:24:33 2013
InstallationDate: Installed on 2013-02-21 (54 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130221.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID successful
Symptom_Card: Built-in Audio - HDA Intel MID
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sasza  2600 F pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: No sound at all
Title: [hostname, Intel IbexPeak HDMI, Digital Out, HDMI] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/27/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: U50F.202
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: U50F
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrU50F.202:bd11/27/2009:svnASUSTeKComputerInc.:pnU50F:pvr1.0:rvnASUSTeKComputerInc.:rnU50F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: U50F
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-bug raring third-party-packages

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

Title:
  [hostname, Intel IbexPeak HDMI, Digital Out, HDMI] No sound hdmi
  output

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

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


[Bug 1169836] Re: [hostname, Intel IbexPeak HDMI, Digital Out, HDMI] No sound hdmi output

2013-04-17 Thread Sasza Kijek
I have indicated in the box that I think it is more of a kernel problem
but it changed to alsa-driver by itself, do not want to do any mess so I
will leave it as it is and hope You folk can help.

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

Title:
  [hostname, Intel IbexPeak HDMI, Digital Out, HDMI] No sound hdmi
  output

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

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


[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-17 Thread Alexander
Steve, thanks for the info.
As I've mentioned earlier, I'm using autofs. I think that such names like 
'tmp/autoX' are autofs temporary mount points. Also I have /tmp mounted as 
tmpfs.
So my guess is that tmpfs is getting unmounted BEFORE autofs daemon have been 
terminated (unmounted it's mountpoints). So that autofs mount points can't be 
unmounted (because they were left on old /tmp with tmpfs).

Now starting and stopping of services in Ubuntu not always works as it is 
expected. Earlier when services got started from /etc/init.d it was slow but 
predictable. Services have been launched one by one.
What is really going on now?.. Looks like no one really knows. Sometimes it 
looks like that all this stuff is launched asynchronously (simultaneously) and 
in background. Some kind of unpredictable hell, full of 'race conditions'. And 
if you don't see it that doesn't mean that this is not exist.
For me it's like playing with fire. Today you have won... But tomorrow you can 
burn.
For an example, I've seen a lot of times, when I do 'restart service_name' 
command I'm getting almost immediately output to console that service have been 
restarted. But meanwhile, when I've tried to connect to that service it wasn't 
ready! It is still being launched/restarted!
So why do I get output to the console, that the service have been restarted 
when in fact it still DOESN'T?

I'm just suspecting that the problem with 'busy' can be even deeper than
I thought...

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

Title:
  Ext4 corruption associated with shutdown of Ubuntu 12.10

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

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


[Bug 1099289] Re: Touch screen stops clicking...

2013-04-17 Thread Till Kamppeter
This bug is perhaps duplicate of bug 1015183 or bug 1068994. I have
attached a patch (for xorg-server) to that bugs which solves the problem
on the Lenovo Thinkpad Twist.

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

Title:
  Touch screen stops clicking...

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

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


[Bug 1068994] Re: button1 gets stuck after a while

2013-04-17 Thread Till Kamppeter
Possibly bug 1099289 is a duplicate of this one.

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

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

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


[Bug 1015183] Re: Inconsistent mouse events for Acer T231H multitouch monitor

2013-04-17 Thread Till Kamppeter
I have partial (full) success (on the Lenovo Thinkpad Twist, an Intel-
based convertible, see also bug 1068994):

I have rebuilt the current Raring package of xorg-server
(1.13.3-0ubuntu5) with the following two patches:

1. http://cgit.freedesktop.org/~whot/xserver/commit/?h=touch-grab-race-
condition-56578-v2id=0498a4f0e0b90a850df7022a3356f10adabff855

(found via https://bugs.freedesktop.org/show_bug.cgi?id=56578#c17)

2. http://lists.x.org/archives/xorg-devel/2013-April/035878.html

and after that clicking via touch screen on the Lenovo Thinkpad Twist
works reliably. Only remaining problems are (but the touch click ability
does not get lost by them):

a. In Chromium when you create a new tab, the new tab contains icons for
web apps (at least the app store and perhaps some examples). These icons
cannot be clicked by touch, only with a mouse. All the rest in Chromium
is clickable by touch.

b. Touch clicks do not work in XBMC, but after using and leaving XBMC
with an external mouse on the normal desktop touch-clicking works again.

These are probably separate bugs which got revealed by the now working
touch click.

Complete patch for xorg-server is attached.

** Patch added: touch-fix.patch
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1015183/+attachment/3646221/+files/touch-fix.patch

** Changed in: xorg-server (Ubuntu)
   Importance: Medium = High

** Changed in: xorg-server (Ubuntu)
Milestone: None = ubuntu-13.04

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=56578
   Importance: Unknown
   Status: Unknown

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

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

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


[Bug 1015183] Re: Inconsistent mouse events for Acer T231H multitouch monitor

2013-04-17 Thread Till Kamppeter
This bug is perhaps duplicate of bug 1099289 or bug 1068994. I have
attached a patch (for xorg-server) to that bugs which solves the problem
on the Lenovo Thinkpad Twist.

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

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

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


[Bug 1015183] Re: Inconsistent mouse events for Acer T231H multitouch monitor

2013-04-17 Thread Till Kamppeter
Sorry, previous comment was meant for another bug.

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

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

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


[Bug 1015183] Re: Inconsistent mouse events for Acer T231H multitouch monitor

2013-04-17 Thread Till Kamppeter
Possibly bug 1099289 or bug 1068994 are duplicates of this one.

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

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

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


[Bug 882077] Re: can't install ganglia-client 3.1.7 on the new ubuntu 11.10 oneiric ocelot

2013-04-17 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 854866 ***
https://bugs.launchpad.net/bugs/854866

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ganglia (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/882077

Title:
  can't install ganglia-client 3.1.7 on the new ubuntu 11.10 oneiric
  ocelot

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

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


[Bug 1164093] Re: FFe: new upstream release 9.1.1

2013-04-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/mesa

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

Title:
  FFe: new upstream release 9.1.1

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

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


[Bug 1112147] Re: gbm_dri_bo_create fails to initialize bo-base.base.format

2013-04-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/mesa

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

Title:
  gbm_dri_bo_create fails to initialize bo-base.base.format

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

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


[Bug 1166812] Re: black screen 3.2.0-40-generic kernel

2013-04-17 Thread Johann Rohwer
** Tags added: kernel-bug-exists-upstream

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

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

Title:
  black screen 3.2.0-40-generic kernel

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

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


[Bug 1101026] Re: PluginClassHandler::get implicity causes plugins to be loaded

2013-04-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz-team/compiz/compiz.fix_1101026

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

Title:
  PluginClassHandler::get implicity causes plugins to be loaded

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

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


[Bug 496354] Re: amixer doesn't seem to unmute audio

2013-04-17 Thread Scott Wood
I see this on Ubuntu 12.10.

Start with sound working, then do:

$ amixer -Dhw:0 set 'Master' mute
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 53 [83%] [-11.00dB] [off]

Sound is muted, as expected.  The same thing happens if you mute *any*
channel (not just master) in alsamixer.

$ amixer -Dhw:0 set 'Master' unmute
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 53 [83%] [-11.00dB] [on]

Sound is still muted, both in reality and as shown by xfce4-volumed.  If
I open alsamixer, it shows master unmuted but everything else muted (if
I had used alsamixer to do the muting, it would not recognize this until
alsamixer is restarted).  If I unmute *all* output channels (even ones I
don't have anything attached to), the actual sound finally resumes (and
xfce4-volumed mute indication changes) when I unmute the last one.

amixer -D pulse set Master 1+ unmute also works to unmute all the
channels.

It seems that pulseaudio can't handle anything but a single system-wide
mute switch, which is bad enough, and simulates multi-channel mute
poorly (if muting one channel automatically mutes all, why does unmuting
one not unmute all?), leaving confused mixing apps and confused users
who can't see an easy way to turn their sound back on.

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

Title:
  amixer doesn't seem to unmute audio

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

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


[Bug 1143359] Re: Dell Latittude 6340u - Systems will not boot in uEFI mode

2013-04-17 Thread Ivan Hu
Please try to set Bios default, and make sure the Ubuntu UEFI boot entry is 
deleted. And install the Ubuntu again.
If you install in  Legacy PXE boot mode, the Ubuntu UEFI boot entry won't be 
created, only boot from legacy mode.
If you install in the UEFI mode, the Ubuntu UEFI boot entry will be created, 
and check if it can be boot.

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

Title:
  Dell Latittude 6340u - Systems will not boot in uEFI mode

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

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


[Bug 1056301] Re: Toolbar disappears

2013-04-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: remmina (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/1056301

Title:
  Toolbar disappears

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

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


[Bug 1022545] Re: Backport upstream bugfix $PreserveFQDN on was not honored in some modules

2013-04-17 Thread Louis Bouchard
** Changed in: rsyslog (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Backport upstream bugfix $PreserveFQDN on was not honored in some
  modules

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

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


[Bug 1169847] [NEW] Error message: Installer Crashed.

2013-04-17 Thread raindance band
Public bug reported:

Error message: Installer Crashed, during KXStudio 12.04 Installation
Process  Creating User (19%). (Reported with 'ubuntu-bug ubiquity'
from another computer -- unable to paste /var/log files).
Installer crashes every time during setup of encrypted user account,
even after selecting to include latest updates. Will now try to install
with un-encrypted account. Some distros provide the option to choose
encrypted account with un-encrypted swap (swap used with live DVDs),
rather than having to re-format swap and edit /etc/fstab after install.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.16+kxstudio2
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
CasperVersion: 1.315
Date: Wed Apr 17 06:23:51 2013
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/live.seed 
boot=casper initrd=/casper/initrd.lz vga=ask console-setup/layoutcode=gb
LiveMediaBuild: KXStudio 12.04 Badass Beast (Live 32bit)
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise third-party-packages ubiquity-2.10.16+kxstudio2

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

Title:
  Error message: Installer Crashed.

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

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


[Bug 1161261] Re: Needs support of Broadcom bluetooth device [105b:e065]

2013-04-17 Thread Adam Lee
Verified the proposed kernel, positive.

** Tags removed: verification-needed-quantal
** Tags added: verification-done-quantal

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

Title:
   Needs support of Broadcom bluetooth device [105b:e065]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1161261/+subscriptions

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


[Bug 1134492] Re: xserver-xorg-lts-quantal breaks Kubuntu

2013-04-17 Thread Maarten Lankhorst
** Changed in: apt (Ubuntu)
   Importance: Undecided = High

** Changed in: apt (Ubuntu)
Milestone: None = ubuntu-12.04.3

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

Title:
  xserver-xorg-lts-quantal breaks Kubuntu

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

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


[Bug 1047894] Re: Bluetile is not launched correctly when using the GNOME + Bluetile lightdm option

2013-04-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bluetile (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/1047894

Title:
  Bluetile is not launched correctly when using the GNOME + Bluetile
  lightdm option

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

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


[Bug 1168859] Re: touchpad doesn't work after upgrade to xserver-xorg-lts-quantal

2013-04-17 Thread Maarten Lankhorst
** Changed in: xorg-lts-quantal (Ubuntu)
   Status: New = Invalid

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

Title:
  touchpad doesn't work after upgrade to xserver-xorg-lts-quantal

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

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


[Bug 1047894] Re: Bluetile is not launched correctly when using the GNOME + Bluetile lightdm option

2013-04-17 Thread FSund
I have the same problem, on a 12.04 installation. I installed Bluetile
from the Software Center, and when I try selecting GNOME + Bluetile in
the login window I don't get Bluetile, but just the standard wm. I think
it's reverting to the default settings.

I think it might a problem with some of the files that are created when
installing Bluetile, namely /usr/share/xsessions/gnome-
bluetile.desktop and /usr/share/gnome-sessions/sessions/gnome-
bluetile.session. I have edited those files, so I can't really remember
what they looked like, but will investigate further when I get time!

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

Title:
  Bluetile is not launched correctly when using the GNOME + Bluetile
  lightdm option

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

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


[Bug 1169304] Re: 3.2.0-40-generic hanging Lenovo T420 on boot

2013-04-17 Thread Henrik Holst
I have the very same problem with a Lenovo W500 using the Intel GPU (do
however get a black screen 100% of the time), and I've tested the
bisection kernel and it did not work.

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

Title:
  3.2.0-40-generic hanging Lenovo T420 on boot

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

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


[Bug 1159654] Re: Crash when highlight-dragging text

2013-04-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (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/1159654

Title:
  Crash when highlight-dragging text

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

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


[Bug 1159654] Re: Crash when highlight-dragging text

2013-04-17 Thread Wojciech Kaliciński
I can confirm it happens using Google Chrome and I think it happens when 
browsing and dragging text in THIS browser only. I haven't had a crash for a 
day when I switched to Firefox. Then it crashed the next day when I went back 
to Chrome and dragged text (yes, I unconsciously highlight and deselect text on 
page like in the original report :)
Xorg log.old has the same stack trace for segfault.

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

Title:
  Crash when highlight-dragging text

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

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


[Bug 1132479] Re: No text visible after recent updates in Raring

2013-04-17 Thread Thierry Seewald
April 17th, ubuntu raring final beta, the bug is this affecting this
version of ubuntu.

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

Title:
  No text visible after recent updates in Raring

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

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


[Bug 1168467] Re: phy0 - rt2800pci_mcu_status: Error AND [drm:gen6_sanitize_pm] *ERROR*

2013-04-17 Thread chenzero
same problem on a intel B75 mainboard.

/var/log/kern.log
-
Apr 17 15:11:42 delta3 kernel: [   25.889764] [drm:gen6_sanitize_pm] *ERROR* 
Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 1500, was 
1206
Apr 17 15:11:42 delta3 kernel: [   25.927119] init: plymouth-upstart-bridge 
main process (881) killed by TERM signal
Apr 17 15:11:42 delta3 kernel: [   26.195894] init: plymouth-stop pre-start 
process (1521) terminated with status 1
Apr 17 15:11:43 delta3 kernel: [   26.834721] r8169 :01:00.0: eth0: link up
Apr 17 15:11:43 delta3 kernel: [   26.834812] ADDRCONF(NETDEV_CHANGE): eth0: 
link becomes ready
Apr 17 15:12:32 delta3 kernel: [   75.414069] [drm:gen6_sanitize_pm] *ERROR* 
Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 0007, was 
1500

$ lspci
00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics 
Controller (rev 09)
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host 
Controller (rev 04)
00:16.0 Communication controller: Intel Corporation Panther Point MEI 
Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host 
Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio 
Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 
(rev c4)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host 
Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a4)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation Panther Point 4 port SATA Controller 
[IDE mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
00:1f.5 IDE interface: Intel Corporation Panther Point 2 port SATA Controller 
[IDE mode] (rev 04)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 07)

BWT, my latest ubuntu 12.04 box is often freeze.(mouse stop, any keys: 
Ctrl+Alt+F1/Del, NumLock, CapsLock etc are not reponsible)
I tried check hardware:
run sensors command , and CPU temperature is ok(~30C) (most time, the freeze 
occured when CPU load is not high)
check memory, passed.
run disk check, passed
and run some games, e.g: torcs, Never freeze.
It seems that the freeze mostly occurs when opening/saving files. but I can not 
reproduce it.

Thanks!

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

Title:
  phy0 - rt2800pci_mcu_status: Error AND [drm:gen6_sanitize_pm]
  *ERROR*

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

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


[Bug 1169852] Re: Kernel 3.2.0.40 breaks system

2013-04-17 Thread Pritschet, Andreas
** Attachment added: Output of apt-get install on stdout
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1169852/+attachment/3646273/+files/apt.txt

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

Title:
  Kernel 3.2.0.40 breaks system

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

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


[Bug 1057664] Re: Suspend to RAM is broken

2013-04-17 Thread Julien Aubin
** Bug watch added: Email to joseph.salisbury@canonical #
   mailto:joseph.salisb...@canonical.com

** Also affects: linux via
   mailto:joseph.salisb...@canonical.com
   Importance: Undecided
   Status: New

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

Title:
  Suspend to RAM is broken

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

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


[Bug 1169852] [NEW] Kernel 3.2.0.40 breaks system

2013-04-17 Thread Pritschet, Andreas
Public bug reported:

Hi there,

before describing the bug/issue some details on my system:
- Toshiba Esprimo P500 E85+
- Xubuntu 12.04.2 LTS 64bit
- Package: linux-image-3.2.0-40-generic, Version: 3.2.0.40.64.

After upgrade to said kernel my system started to behave erroneously:
- it stopped to mount SMBFS/CIFS mounts (syslog excerpt attached).
- it did not boot successfully when powered on: blank screen, no response to 
mouse/keyboard.
- after reset, it does boot.

To check whether this was actually a kernel problem I tried to reinstall 
package linux-image-3.2.0-39-generic (version: 3.2.0-39.62):
- During installation of kernel apt-get install freezes during the 
update-initramfs step (output on stdout attached).
- Manual editing of /boot/grub/grub.cfg allows to boot kernel 3.2.0.39.
- SBFS/CIFS working on kernel 3.2.0.39.
- update-initramfs also freezes on kernel 3.2.0.39.

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


** Tags: cifs kernel-bug smbfs

** Attachment added: Syslog excerpt, Trace strats at line 2577
   https://bugs.launchpad.net/bugs/1169852/+attachment/3646272/+files/syslog

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

Title:
  Kernel 3.2.0.40 breaks system

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

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


[Bug 1169852] Re: Kernel 3.2.0.40 breaks system

2013-04-17 Thread Pritschet, Andreas
** Attachment added: Verbose output of manual execution of update-initramfs
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1169852/+attachment/3646274/+files/update-initramfs

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

Title:
  Kernel 3.2.0.40 breaks system

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

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


[Bug 1166812] Re: black screen 3.2.0-40-generic kernel

2013-04-17 Thread Henrik Holst
Don't know if it's of any interest but mainline did not fix it for me
either (Lenovo W500 with Intel GPU).

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

Title:
  black screen 3.2.0-40-generic kernel

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

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


[Bug 127505]

2013-04-17 Thread E-osc
It was brought to my attention that YEARFRAC does not yet comply fully
with http://docs.oasis-
open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-part2.html#YEARFRAC and
I intend to fix that too.

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

Title:
  [Upstream] [hardy] YEARFRAC function returns incorrect results for
  some dates

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/127505/+subscriptions

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


[Bug 1169852] Missing required logs.

2013-04-17 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1169852

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: precise

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

Title:
  Kernel 3.2.0.40 breaks system

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

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


[Bug 1068994] Re: button1 gets stuck after a while

2013-04-17 Thread Till Kamppeter
Sorry, patch is not complete. Here is the correct one.

** Patch added: touch-fix.patch
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1068994/+attachment/3646276/+files/touch-fix.patch

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

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

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


[Bug 1169740] Re: rsyslog hangs loading modules

2013-04-17 Thread Colin Watson
** Also affects: rsyslog (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: rsyslog (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: rsyslog (Ubuntu Raring)
   Importance: Undecided
   Status: Confirmed

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

Title:
  rsyslog hangs loading modules

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

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


[Bug 1056370] Re: kernel upgrade radeon GPU lockup CP stall

2013-04-17 Thread Christopher M. Penalver
Grant Bowman, this bug report is being closed due to your last comment
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  kernel upgrade radeon GPU lockup CP stall

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

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


[Bug 763148] Re: Adding/Removing an external monitor causes open windows to move to another workspace

2013-04-17 Thread Eduards Bezverhijs
Hi!

I have tested this on precise, I've applied patch to current version of compiz, 
rebuilt packages and installed the following deb files:
sudo dpkg -i compiz_0.9.7.12-0ubuntu1_all.deb 
compiz-core_0.9.7.12-0ubuntu1_amd64.deb 
compiz-gnome_0.9.7.12-0ubuntu1_amd64.deb 
compiz-plugins_0.9.7.12-0ubuntu1_amd64.deb 
compiz-plugins-default_0.9.7.12-0ubuntu1_amd64.deb

I still see slightly incorrect behavior in case app is fullscreen on
external display. So, when I maximize the app on external display, then
remove the cable, space shrinks, window stays on the same workspace on
primary screen maximized, that is expected and fine, but when I
unmaximize it, it moves to the workspace on right, maybe it still thinks
there is the space which was available when external display was
connected. Maybe smht to do with original window position.

P.S. Really big thanks for the solution, now it at least do not mess up the 
whole WS when I connect projector or monitor.
P.P.S. As this is my production machine, I'll be testing this even more and 
will post the results.

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

Title:
  Adding/Removing an external monitor causes open windows to move to
  another workspace

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

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


[Bug 1015183] Re: Inconsistent mouse events for Acer T231H multitouch monitor

2013-04-17 Thread Till Kamppeter
Sorry, patch is not complete. Here is the correct one.

** Patch added: touch-fix.patch
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1015183/+attachment/3646277/+files/touch-fix.patch

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

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

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


[Bug 1169871] [NEW] Emphaty autostarting problem

2013-04-17 Thread freedomrun
Public bug reported:

Empathy - Settings - General - sleecting the checkbox to autostart on
login does nothing.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: empathy 3.6.4-0ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
Uname: Linux 3.8.0-18-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Wed Apr 17 10:10:31 2013
InstallationDate: Installed on 2013-03-10 (37 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130303)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=sl_SI.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

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

Title:
  Emphaty autostarting problem

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

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


[Bug 1169847] Re: Error message: Installer Crashed.

2013-04-17 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Apr 17 05:18:23 kxstudio plugininstall.py: Traceback (most recent call last):
Apr 17 05:18:23 kxstudio plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 1735, in module
Apr 17 05:18:23 kxstudio plugininstall.py: install.run()
Apr 17 05:18:23 kxstudio plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 55, in wrapper
Apr 17 05:18:23 kxstudio plugininstall.py: func(self)
Apr 17 05:18:23 kxstudio plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 165, in run
Apr 17 05:18:23 kxstudio plugininstall.py: self.configure_plugins()
Apr 17 05:18:23 kxstudio plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 545, in configure_plugins
Apr 17 05:18:23 kxstudio plugininstall.py: raise 
install_misc.InstallStepError(Plugin %s failed with code %s % (plugin.NAME, 
ret))
Apr 17 05:18:23 kxstudio plugininstall.py: InstallStepError: Plugin usersetup 
failed with code 32
Apr 17 05:18:23 kxstudio plugininstall.py: 


** Tags added: ubiquity-2.10.16

** Tags added: installer-crash

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

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

Title:
  Error message: Installer Crashed.

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

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


[Bug 1157757] Re: [Regression] Stuck CPU1-x when booting as Xen HVM guest on certain Intel hosts

2013-04-17 Thread Adam Conrad
Hello Stefan, or anyone else affected,

Accepted xen into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/xen/4.1.2-2ubuntu2.7 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Tags added: verification-needed

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

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

Title:
  [Regression] Stuck CPU1-x when booting as Xen HVM guest on certain
  Intel hosts

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

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


[Bug 1157757] Please test proposed package

2013-04-17 Thread Adam Conrad
Hello Stefan, or anyone else affected,

Accepted xen into quantal-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/xen/4.1.3-3ubuntu1.4 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [Regression] Stuck CPU1-x when booting as Xen HVM guest on certain
  Intel hosts

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

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


[Bug 1087534] Re: [regression] Corrupted blurred overlays

2013-04-17 Thread Eleni Maria Stea
Yes, from the output it seems to work. Many thanks!! 
So, now we know it fixes the issue on Asus and Dell Inspiron netbooks.
I will request for merge hoping to get more feedback the following days to 
further improve it!

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

Title:
  [regression] Corrupted blurred overlays

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

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


[Bug 940410] Re: lintian doesn't work as of sbuild 0.62.6-1ubuntu2

2013-04-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  lintian doesn't work as of sbuild 0.62.6-1ubuntu2

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

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


[Bug 1167980] Re: linux-armadaxp: 3.2.0-1617.26 -proposed tracker

2013-04-17 Thread Parameswaran Sivatharman
No regressions seen: https://jenkins.qa.ubuntu.com/job/sru_kernel-
precise-generic-armhf_omap4_armada1-serial/20/

** Tags added: qa-testing-passed

** Changed in: kernel-sru-workflow/regression-testing
   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/1167980

Title:
  linux-armadaxp: 3.2.0-1617.26 -proposed tracker

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

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


[Bug 1169870] [NEW] Incorrect work with icons on the Unity launcher Ubuntu 13.04

2013-04-17 Thread Dmitriy Simplehuman Fedorov
Public bug reported:

I have a bug with incorrect work with icons on the Unity launcher in
Ubuntu 13.04.

How to repeat:

1. Run any application that does not have an icon on the panel (in my case it 
is Calc) .
2. Move the new icon of opened application up, say, the fourth position.
3. Close the application.
4. Non-active icon should be remaining on the launcher, and still can be 
removed manually from it.

Then what can happen - if you open and close a new files using, for ex.
Nautilus, for few times (6-7 times) new windows will be attached to the
icon, but then it begins to create a second, identical icon. (see
screenshot #1)

And buggy icon can't be removed, it can only be attached or I can run
the application from there. To remove new icons I need to reboot PC or
Unity.

You can repeat in cycles, that's the beauty of what I get: see
screenshot #2 .

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 7.0.0daily13.04.15-0ubuntu1
Uname: Linux 3.9.0-030900rc6-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Wed Apr 17 11:09:22 2013
InstallationDate: Installed on 2013-02-14 (61 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=ru_UA:ru
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=ru_UA.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to raring on 2013-02-14 (61 days ago)

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


** Tags: amd64 apport-bug raring unity

** Attachment added: Screenshot #1
   
https://bugs.launchpad.net/bugs/1169870/+attachment/3646305/+files/unity-bug%20%231.png

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

Title:
  Incorrect work with icons on the Unity launcher Ubuntu 13.04

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

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

[Bug 1169870] Re: Incorrect work with icons on the Unity launcher

2013-04-17 Thread Dmitriy Simplehuman Fedorov
Screenshot #2

** Attachment added: unity-bug #2.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1169870/+attachment/3646309/+files/unity-bug%20%232.png

** Description changed:

- I have a bug with incorrect work with icons on the Unity launcher.
+ I have a bug with incorrect work with icons on the Unity launcher in
+ Ubuntu 13.04.
  
  How to repeat:
  
  1. Run any application that does not have an icon on the panel (in my case it 
is Calc) .
  2. Move the new icon of opened application up, say, the fourth position.
  3. Close the application.
  4. Non-active icon should be remaining on the launcher, and still can be 
removed manually from it.
  
  Then what can happen - if you open and close a new files using, for ex.
  Nautilus, for few times (6-7 times) new windows will be attached to the
  icon, but then it begins to create a second, identical icon. (see
  screenshot #1)
  
  And buggy icon can't be removed, it can only be attached or I can run
  the application from there. To remove new icons I need to reboot PC or
  Unity.
  
  You can repeat in cycles, that's the beauty of what I get: see
  screenshot #2 .
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.15-0ubuntu1
  Uname: Linux 3.9.0-030900rc6-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Wed Apr 17 11:09:22 2013
  InstallationDate: Installed on 2013-02-14 (61 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
-  LANGUAGE=ru_UA:ru
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=ru_UA.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=ru_UA:ru
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=ru_UA.UTF-8
+  SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to raring on 2013-02-14 (61 days ago)

** Summary changed:

- Incorrect work with icons on the Unity launcher
+ Incorrect work with icons on the Unity launcher Ubuntu 13.04

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

Title:
  Incorrect work with icons on the Unity launcher Ubuntu 13.04

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

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

[Bug 1169616] Re: Please update homerun to 0.2.2

2013-04-17 Thread Howard Chan
** Changed in: homerun (Ubuntu)
   Status: New = In Progress

** Changed in: homerun (Ubuntu)
 Assignee: (unassigned) = Howard Chan (smartboyhw)

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

Title:
  Please update homerun to 0.2.2

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

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


[Bug 1075251] Re: package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-04-17 Thread hasibullah
** Changed in: mysql-5.5 (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/1075251

Title:
  package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1075251/+subscriptions

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


[Bug 1169874] [NEW] Crash Reports for uGlobalMenuDocListener::DoHandleMutations(nsIArray*)

2013-04-17 Thread Chris Coulson
Public bug reported:

See https://crash-
stats.mozilla.com/report/list?signature=uGlobalMenuDocListener%3A%3ADoHandleMutations%28nsIArray*%29

0   libglobalmenu.souGlobalMenuDocListener::DoHandleMutations   
uGlobalMenuDocListener.cpp:157
1   libglobalmenu.souGlobalMenuDocListener::HandleMutations 
uGlobalMenuDocListener.cpp:139
2   libxul.so   NS_InvokeByIndex_P  xptcinvoke_x86_64_unix.cpp:164
3   libxul.so   XPCWrappedNative::CallMethod
XPCWrappedNative.cpp:3086
4   libxul.so   XPC_WN_CallMethod   XPCWrappedNativeJSOps.cpp:1488
5   libxul.so   js::InvokeKerneljscntxtinlines.h:373
6   libxul.so   js::Interpret   jsinterp.cpp:2366
7   libxul.so   js::RunScript   jsinterp.cpp:346
8   libxul.so   js::InvokeKerneljsinterp.cpp:404
9   libxul.so   js::Invoke  jsinterp.h:112
10  libxul.so   js::BaseProxyHandler::call  jsproxy.cpp:266
11  libxul.so   js::Wrapper::call   jswrapper.cpp:298
12  libxul.so   js::CrossCompartmentWrapper::call   
jswrapper.cpp:631
13  libxul.so   proxy_Call  jsproxy.cpp:2438
14  libxul.so   js::InvokeKerneljscntxtinlines.h:373
15  libxul.so   js::Invoke  jsinterp.h:112
16  libxul.so   JS_CallFunctionValuejsapi.cpp:5817
17  libxul.so   mozilla::dom::MutationCallback::Call
MutationObserverBinding.cpp:667
18  libxul.so   nsDOMMutationObserver::HandleMutation   
MutationObserverBinding.h:167
19  libxul.so   nsDOMMutationObserver::HandleMutationsInternal  
nsDOMMutationObserver.cpp:640
20  libxul.so   nsEventListenerManager::HandleEventSubType  
nsContentUtils.h:2289
21  libxul.so   nsEventListenerManager::HandleEventInternal 
nsEventListenerManager.cpp:989
22  libxul.so   nsEventTargetChainItem::HandleEvent 
nsEventListenerManager.h:279
23  libxul.so   nsEventTargetChainItem::HandleEventTargetChain  
nsEventDispatcher.cpp:286
24  libxul.so   nsEventDispatcher::Dispatch 
nsEventDispatcher.cpp:681
25  libxul.so   nsEventDispatcher::DispatchDOMEvent 
nsEventDispatcher.cpp:742
26  libxul.so   nsGlobalWindow::DispatchEvent   nsGlobalWindow.cpp:7556
27  libxul.so   nsDOMWindowUtils::DispatchEventToChromeOnly 
nsDOMWindowUtils.cpp:3139
28  libxul.so   NS_InvokeByIndex_P  xptcinvoke_x86_64_unix.cpp:164
29  libxul.so   XPCWrappedNative::CallMethod
XPCWrappedNative.cpp:3086
30  libxul.so   XPC_WN_CallMethod   XPCWrappedNativeJSOps.cpp:1488
31  libxul.so   js::InvokeKerneljscntxtinlines.h:373
32  libxul.so   js::Interpret   jsinterp.cpp:2366
33  libxul.so   js::RunScript   jsinterp.cpp:346
34  libxul.so   js::InvokeKerneljsinterp.cpp:404
35  libxul.so   js::Invoke  jsinterp.h:112
36  libxul.so   JS_CallFunctionValuejsapi.cpp:5817
37  libxul.so   nsXPCWrappedJSClass::CallMethod 
XPCWrappedJSClass.cpp:1432
38  libxul.so   nsXPCWrappedJS::CallMethod  XPCWrappedJS.cpp:580
39  libxul.so   PrepareAndDispatch  xptcstubs_x86_64_linux.cpp:122
40  libxul.so   libxul.so@0x1363877 
41  libxul.so   nsGlobalWindow::Confirm nsGlobalWindow.cpp:4970
42  libxul.so   NS_InvokeByIndex_P  xptcinvoke_x86_64_unix.cpp:164
43  libxul.so   XPCWrappedNative::CallMethod
XPCWrappedNative.cpp:3086
44  libxul.so   XPC_WN_CallMethod   XPCWrappedNativeJSOps.cpp:1488
45  libxul.so   js::InvokeKerneljscntxtinlines.h:373
46  libxul.so   js::Interpret   jsinterp.cpp:2366
47  libxul.so   js::RunScript   jsinterp.cpp:346
48  libxul.so   UncachedInlineCall  InvokeHelpers.cpp:372
49  libxul.so   js::mjit::stubs::UncachedCallHelper 
InvokeHelpers.cpp:460
50  libxul.so   js::mjit::stubs::CompileFunction
InvokeHelpers.cpp:423
51  @0x7ffe43d4ec3e 
52  libxul.so   js::mjit::EnterMethodJITMethodJIT.cpp:1041
53  libxul.so   js::mjit::JaegerShotMethodJIT.cpp:1099
54  libxul.so   js::Interpret   jsinterp.cpp:2421
55  libxul.so   js::RunScript   jsinterp.cpp:346
56  libxul.so   js::InvokeKerneljsinterp.cpp:404
57  libxul.so   js::CallOrConstructBoundFunctionjsinterp.h:112
58  libxul.so   js::InvokeKerneljscntxtinlines.h:373
59  libxul.so   js::Interpret   jsinterp.cpp:2366
60  libxul.so   js::RunScript   jsinterp.cpp:346
61  libxul.so   js::InvokeKerneljsinterp.cpp:404
62  libxul.so   js_fun_applyjsinterp.h:112
63  libxul.so   js::InvokeKerneljscntxtinlines.h:373
64  libxul.so   js::Interpret   jsinterp.cpp:2366
65  libxul.so   js::RunScript   

[Bug 1169873] [NEW] Firefox 20.0 Crash Report [@ uGlobalMenuObject::ShouldShowIcon() ]

2013-04-17 Thread Chris Coulson
Public bug reported:

See https://crash-
stats.mozilla.com/report/list?signature=uGlobalMenuObject%3A%3AShouldShowIcon%28%29

0   libglobalmenu.souGlobalMenuObject::ShouldShowIcon   
uGlobalMenuObject.cpp:570
1   libglobalmenu.souGlobalMenuObject::SyncIconFromContent  
uGlobalMenuObject.cpp:732
2   libglobalmenu.souGlobalMenuItem::Refresh
uGlobalMenuItem.cpp:631
3   libglobalmenu.souGlobalMenuObject::ContainerIsOpening   
uGlobalMenuObject.cpp:838
4   libglobalmenu.souGlobalMenu::AboutToOpen
uGlobalMenu.cpp:398
5   libglobalmenu.souGlobalMenu::MenuEventCallback  
uGlobalMenu.cpp:222
6   libdbusmenu-glib.so.4.0.12  
_dbusmenu_menuitem_marshal_BOOLEAN__STRING_VARIANT_UINT 
menuitem-marshal.c:205
7   libgobject-2.0.so.0.3400.1  g_closure_invokegclosure.c:777
8   libgobject-2.0.so.0.3400.1  signal_emit_unlocked_R  gsignal.c:3551
9   libgobject-2.0.so.0.3400.1  g_signal_emit_valistgsignal.c:3310
10  libgobject-2.0.so.0.3400.1  g_signal_emit   gsignal.c:3356
11  libdbusmenu-glib.so.4.0.12  dbusmenu_menuitem_handle_event  
menuitem.c:1755
12  libdbusmenu-glib.so.4.0.12  event_local_handler server.c:1647
13  libglib-2.0.so.0.3400.1 g_timeout_dispatch  gmain.c:4026
14  libglib-2.0.so.0.3400.1 g_main_context_dispatch 
gmain.c:2715
15  libglib-2.0.so.0.3400.1 g_main_context_iterate  gmain.c:3290
16  libglib-2.0.so.0.3400.1 g_main_context_iteration
gmain.c:3351
17  libxul.so   nsAppShell::ProcessNextNativeEvent  
nsAppShell.cpp:135
18  libxul.so   nsBaseAppShell::DoProcessNextNativeEvent
nsBaseAppShell.cpp:139
19  libxul.so   nsBaseAppShell::OnProcessNextEvent  
nsBaseAppShell.cpp:280
20  libxul.so   nsThread::ProcessNextEvent  nsThread.cpp:600
21  libxul.so   NS_ProcessNextEvent_P   nsThreadUtils.cpp:238
22  libxul.so   mozilla::ipc::MessagePump::Run  MessagePump.cpp:82
23  libxul.so   MessageLoop::RunInternalmessage_loop.cc:215
24  libxul.so   MessageLoop::Runmessage_loop.cc:208
25  libxul.so   nsBaseAppShell::Run nsBaseAppShell.cpp:163
26  libxul.so   nsAppStartup::Run   nsAppStartup.cpp:288
27  libxul.so   XREMain::XRE_mainRunnsAppRunner.cpp:3823
28  libxul.so   XREMain::XRE_main   nsAppRunner.cpp:3890
29  libxul.so   XRE_mainnsAppRunner.cpp:4093
30  firefox do_main nsBrowserApp.cpp:195
31  firefox mainnsBrowserApp.cpp:388
32  libc-2.15.solibc-2.15.so@0x194d3
33  libdl-2.15.so   libdl-2.15.so@0x3eb0
34  libc-2.15.solibc-2.15.so@0x1a6000   
35  ld-2.15.so  ld-2.15.so@0x2d4
36  libc-2.15.solibc-2.15.so@0x193e9
37  firefox firefox@0x1d40  
38  firefox firefox@0x10410 
39  ld-2.15.so  ld-2.15.so@0xf270   
40  ld-2.15.so  ld-2.15.so@0x21938

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

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

Title:
  Firefox 20.0 Crash Report [@ uGlobalMenuObject::ShouldShowIcon() ]

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

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


  1   2   3   4   5   6   7   8   9   10   >