[Bug 1192367] Re: No security release provided in Lucid for CVE-2013-3567

2013-06-19 Thread Robie Basak
Thank you for your report. I've asked a member of the security team to
clarify.

** Summary changed:

- No security release provided for CVE-2013-3567
+ No security release provided in Lucid for CVE-2013-3567

** Information type changed from Public to Public Security

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

Title:
  No security release provided in Lucid for CVE-2013-3567

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1192367/+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 1192319] Re: snmpd init script uses start-stop-daemon without pidfile argument

2013-06-19 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I've just checked the Debian net-snmp source, and it looks like this bug
applies equally there. So it would be best fixed in Debian, and then
Ubuntu will pick it up on the next merge. In any case, I'd prefer to see
an opinion from the Debian maintainer on this.

Would you mind filing a bug with Debian please?

** Tags added: bitesize needs-upstream-report

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Medium

-- 
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/1192319

Title:
  snmpd init script uses start-stop-daemon without pidfile argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1192319/+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 998918] Re: openvpn openssl.cnf file missing

2013-06-19 Thread Jean Paul Galea
*** This bug is a duplicate of bug 992012 ***
https://bugs.launchpad.net/bugs/992012

Hi,

I am running into this problem too. The issue, as eas mentioned, is in
the pattern matching.

On Ubuntu 12.04.2 LTS (Precise):

 ~# dpkg -l | grep -i openssl
 ii  openssl   1.0.1-4ubuntu5.9Secure 
 Socket Layer (SSL) binary and related cryptographic tools
 ~# openssl version
 OpenSSL 1.0.1 14 Mar 2012

On Debian 7 (Wheezy):

 ~# dpkg -l | grep -i openssl
 ii  openssl  1.0.1e-2 amd64   
  Secure Socket Layer (SSL) binary and related cryptographic tools
 ~# openssl version
 OpenSSL 1.0.1e 11 Feb 2013


In ./easy-rsa/whichopensslcnf, this line tries to match [[:alnum:]] after 
[[:digit:]], which is non existent for the Ubuntu package.

 elif $OPENSSL version | grep -E 1\.0\.([[:digit:]][[:alnum:]]) 
/dev/null; then


Running this pattern match manually reproduces this;

On Ubuntu 12.04.2 LTS (Precise):

 ~# openssl version | grep -E 1\.0\.([[:digit:]][[:alnum:]])
 ~# echo $?
 1

On Debian 7 (Wheezy):

 ~ # openssl version | grep -E 1\.0\.([[:digit:]][[:alnum:]])
 OpenSSL 1.0.1e 11 Feb 2013
 ~# echo $?
 0


The easy fix is to remove [[:alnum:]] from the regex, but I am not sure if that 
would introduce regressions.

More foolproof solution would be for the script to check if it's running
on Debian or Ubuntu and take that into consideration when doing the
pattern match.

It will also be interesting to know why the Debian package has e in
its version number and the Ubuntu package doesn't.

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

Title:
  openvpn  openssl.cnf file missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/998918/+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 1192367] Re: No security release provided in Lucid for CVE-2013-3567

2013-06-19 Thread Marc Deslauriers
Thanks, we've fixed the date at the top of the file.

That file is the authoritative list of packages supported by the
security team, and contains the list the packages we deemed able to
support for 5 years instead of the base 3 years.

The puppet version in Lucid is ancient, is no longer supported by
upstream, and is substantially different from the puppet patches
provided for later versions. Even if it was on the list, we wouldn't be
able to update it since the recent security fixes have rewritten large
parts of code.

If migrating to a later LTS release isn't possible, I suggest perhaps
using the upstream packages available from Puppet Labs.

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

Title:
  No security release provided in Lucid for CVE-2013-3567

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1192367/+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 1192367] Re: No security release provided in Lucid for CVE-2013-3567

2013-06-19 Thread Marc Deslauriers
I'll also investigate if we can get the puppet version from Precise into
lucid-backports.

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

Title:
  No security release provided in Lucid for CVE-2013-3567

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1192367/+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 1192553] [NEW] package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd] failed to install/upgrade: ErrorMessage: unable to make backup link of `./usr/sbin/sshd' before installing new ver

2013-06-19 Thread Simon Green
Public bug reported:

During automatic security updates our SSH broke and started segfaulting.
There was nothing waiting to install. We assumed broken dependencies so,
as it was behind, have done a do-release-upgrade, but it's failed here
as well.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd]
ProcVersionSignature: Ubuntu 3.5.0-34.55-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic i686
ApportVersion: 2.6.1-0ubuntu11
Architecture: i386
Date: Wed Jun 19 12:02:30 2013
DuplicateSignature: package:openssh-server:1:6.0p1-3ubuntu1 [modified: 
usr/sbin/sshd]:ErrorMessage: unable to make backup link of `./usr/sbin/sshd' 
before installing new version: Operation not permitted
ErrorMessage: ErrorMessage: unable to make backup link of `./usr/sbin/sshd' 
before installing new version: Operation not permitted
MarkForUpload: True
SourcePackage: openssh
Title: package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd] failed 
to install/upgrade: ErrorMessage: unable to make backup link of 
`./usr/sbin/sshd' before installing new version: Operation not permitted
UpgradeStatus: Upgraded to raring on 2013-06-19 (0 days ago)
mtime.conffile..etc.pam.d.sshd: 2013-01-22T11:06:33

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


** Tags: apport-package dist-upgrade i386 need-duplicate-check raring

-- 
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/1192553

Title:
  package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd]
  failed to install/upgrade: ErrorMessage: unable to make backup link of
  `./usr/sbin/sshd' before installing new version: Operation not
  permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1192553/+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-s-openstack-havana] Openstack Next steps for S

2013-06-19 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  Package Openstack havana for 12.04 and 13.10: INPROGRESS
  MIR conntrack: TODO
  MIR python-pecan: TODO
  MIR mongodb: TODO
  MIR python-ming: TODO
  MIR python-happybase: TODO
  Package HEAT: DONE
  Automated compression of JS: TODO
  Look at adding python3 support: TODO
  Python3 support: INPROGRESS
  [andreserl] Python3 support for python-simplejson: DONE
  Add zeromq support to the package: TODO
  Add better quantum integration for plugins: TODO
- nova dep8 tests: TODO
- glance dep8 tests: TODO
- keystone dep8 tests: TODO
- horizon dep8 tests: TODO
- quantum dep8 tests: TODO
- novaclient dep8 tests: TODO
- glanceclient dep8 tests: TODO
- keystoneclient dep8 tests: TODO
- quantumclient dep8 tests: TODO
+ nova dep8 tests: DONE
+ glance dep8 tests: DONE
+ keystone dep8 tests: DONE
+ horizon dep8 tests: DONE
+ quantum dep8 tests: DONE
+ novaclient dep8 tests: DONE
+ glanceclient dep8 tests: DONE
+ keystoneclient dep8 tests: DONE
+ quantumclient dep8 tests: DONE
  Automatic population of glance with Ubuntu images: TODO
  Contribure to upstream documentation for Ubuntu: TODO
  Review help.ubuntu.com documentation 
(https://help.ubuntu.com/community/UbuntuCloudInfrastructure) and merge as 
appropriate: TODO
  Review of Dependencies for 3rd-party plugins: TODO
  General refactor of compute package for easy non-libvirt compute flavor: TODO
  Add vsphere support for packages: TODO
  Track status of Ironic incubation vs core status: INPROGRESS
  Track quantum rename: TODO
  Refactor cinder-volume for better backend support: TODO
  Confirm tab completion in all clients: TODO
  Package tempest: TODO
- Rename quantum: TODO
+ Rename quantum: INPROGRESS
  Move packaging to ubuntu-server-dev: TODO
  Update d/control files for new VCS: TODO
  Update d/control Maintainers: TODO
  Qemu - Havana Cloud Archive: TODO
  OpenvSwitch - Havana Cloud Archive: INPROGRESS

-- 
Openstack Next steps for S
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-havana

-- 
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 1192553] Re: package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd] failed to install/upgrade: ErrorMessage: unable to make backup link of `./usr/sbin/sshd' before installing new versi

2013-06-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
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/1192553

Title:
  package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd]
  failed to install/upgrade: ErrorMessage: unable to make backup link of
  `./usr/sbin/sshd' before installing new version: Operation not
  permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1192553/+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-s-mongodb] MongoDB activities for Saucy

2013-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-13.06:
  [james-page] Update to latest stable MongoDB release: DONE
  [james-page] Resolve OpenSSL licensing issues with upstream: INPROGRESS
  
  Work items for ubuntu-13.08:
  [james-page] Update to latest stable MongoDB release: TODO
  [james-page] work with upstream to evaluate MongoDB for main inclusion: TODO
  [james-page] MIR for MongoDB and dependencies: INPROGRESS
  [james-page] DEP-8 tests for MongoDB: TODO
- [james-page] Resync packaging with Debian: TODO
+ [james-page] Resync packaging with Debian: DONE
  [racb] Complete and feed arm porting work back upstream: INPROGRESS
  [racb] Review memcpy hack in deserialization code prior to upstream 
submission: TODO
  [racb] work with Jon Masters for Atomic operations patch review - upstream: 
TODO
  
  Work items for ubuntu-13.10:
  [james-page] MRE for MongoDB: TODO

-- 
MongoDB activities for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-mongodb

-- 
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 1149410] Re: Stuck on Trying to connect to the Juju environment

2013-06-19 Thread Gary Poster
For anyone looking at this bug, the Juju GUI fix mentioned has been
released for several months now.

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

Title:
  Stuck on Trying to connect to the Juju environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-gui/+bug/1149410/+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-s-openstack-havana] Openstack Next steps for S

2013-06-19 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  Package Openstack havana for 12.04 and 13.10: INPROGRESS
  MIR conntrack: TODO
  MIR python-pecan: TODO
  MIR mongodb: TODO
  MIR python-ming: TODO
  MIR python-happybase: TODO
  Package HEAT: DONE
  Automated compression of JS: TODO
  Look at adding python3 support: TODO
  Python3 support: INPROGRESS
  [andreserl] Python3 support for python-simplejson: DONE
  Add zeromq support to the package: TODO
  Add better quantum integration for plugins: TODO
  nova dep8 tests: DONE
  glance dep8 tests: DONE
  keystone dep8 tests: DONE
  horizon dep8 tests: DONE
  quantum dep8 tests: DONE
  novaclient dep8 tests: DONE
  glanceclient dep8 tests: DONE
  keystoneclient dep8 tests: DONE
  quantumclient dep8 tests: DONE
  Automatic population of glance with Ubuntu images: TODO
  Contribure to upstream documentation for Ubuntu: TODO
  Review help.ubuntu.com documentation 
(https://help.ubuntu.com/community/UbuntuCloudInfrastructure) and merge as 
appropriate: TODO
  Review of Dependencies for 3rd-party plugins: TODO
  General refactor of compute package for easy non-libvirt compute flavor: TODO
  Add vsphere support for packages: TODO
  Track status of Ironic incubation vs core status: INPROGRESS
- Track quantum rename: TODO
+ Track quantum rename: DONE
  Refactor cinder-volume for better backend support: TODO
  Confirm tab completion in all clients: TODO
  Package tempest: TODO
  Rename quantum: INPROGRESS
- Move packaging to ubuntu-server-dev: TODO
- Update d/control files for new VCS: TODO
+ Move packaging to ubuntu-server-dev: DONE
+ Update d/control files for new VCS: INPROGRESS
  Update d/control Maintainers: TODO
  Qemu - Havana Cloud Archive: TODO
  OpenvSwitch - Havana Cloud Archive: INPROGRESS

-- 
Openstack Next steps for S
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-havana

-- 
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 1188788] Please test proposed package

2013-06-19 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted quantum into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/quantum/1:2013.1.2-0ubuntu1 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: cinder (Ubuntu Raring)
   Status: New = Fix Committed

-- 
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/1188788

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1188788] Please test proposed package

2013-06-19 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted cinder into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/cinder/1:2013.1.2-0ubuntu1 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: keystone (Ubuntu Raring)
   Status: New = Fix Committed

-- 
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/1188788

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1188788] Please test proposed package

2013-06-19 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted keystone into raring-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/keystone/1:2013.1.2-0ubuntu2 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
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1188788

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1188788] Re: Meta bug for tracking Openstack 2013.1.2 Stable Update

2013-06-19 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted nova into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/nova/1:2013.1.2-0ubuntu1 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: nova (Ubuntu Raring)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: glance (Ubuntu Raring)
   Status: New = Fix Committed

-- 
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/1188788

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1188788] Please test proposed package

2013-06-19 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted horizon into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/horizon/1:2013.1.2-0ubuntu1 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: quantum (Ubuntu Raring)
   Status: New = Fix Committed

-- 
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/1188788

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1188788] Please test proposed package

2013-06-19 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted glance into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/glance/1:2013.1.2-0ubuntu1 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: horizon (Ubuntu Raring)
   Status: New = Fix Committed

-- 
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/1188788

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1192553] Re: package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd] failed to install/upgrade: ErrorMessage: unable to make backup link of `./usr/sbin/sshd' before installing new versi

2013-06-19 Thread Robie Basak
Thank you for your report.

Since this looks like local disk corruption or a hardware problem,
rather than a bug in Ubuntu, I'm marking this bug as Invalid.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

If you believe that this is really a bug, then you may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug rather than a problem specific to
your system, and then change the bug status back to New.

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

-- 
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/1192553

Title:
  package openssh-server 1:6.0p1-3ubuntu1 [modified: usr/sbin/sshd]
  failed to install/upgrade: ErrorMessage: unable to make backup link of
  `./usr/sbin/sshd' before installing new version: Operation not
  permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1192553/+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 1178826] Re: spamassassin broken error control on bad UNIX socket parameter

2013-06-19 Thread Marc Deslauriers
As commented in the merge request, since upstream fixed this in a
different way, I don't think we should be carrying a distro patch just
to get some more debugging information.

NACK.

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

Title:
  spamassassin broken error control on bad UNIX socket parameter

To manage notifications about this bug go to:
https://bugs.launchpad.net/spamassassin/+bug/1178826/+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 1188788] Re: Meta bug for tracking Openstack 2013.1.2 Stable Update

2013-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/nova

** Branch linked: lp:ubuntu/raring-proposed/cinder

** Branch linked: lp:ubuntu/raring-proposed/horizon

-- 
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/1188788

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1188788] Re: Meta bug for tracking Openstack 2013.1.2 Stable Update

2013-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/quantum

** Branch linked: lp:ubuntu/raring-proposed/glance

-- 
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/1188788

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1185908] Re: slapd: slapcat output truncated every now and then

2013-06-19 Thread Sebastien Bacher
@Ryan: thanks, I've sponsored the raring and precise ones (current
stable and LTS), the SRU and verification teams are quite busy so we try
to avoid the non-current-non-LTS SRUS, I'm going to skip the quantal one

** Changed in: openldap (Ubuntu Precise)
   Status: Triaged = In Progress

** Changed in: openldap (Ubuntu Quantal)
   Status: Triaged = Won't Fix

** Changed in: openldap (Ubuntu Raring)
   Status: Triaged = In Progress

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

Title:
  slapd: slapcat output truncated every now and then

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1185908/+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 1188788] Re: Meta bug for tracking Openstack 2013.1.2 Stable Update

2013-06-19 Thread Adam Gandelman
** Description changed:

  This is a meta-bug used for tracking progress of the 2013.1.2 Grizzly
  stable update to Nova, Glance, Horizon, Keystone, Cinder and Quantum in
  Ubuntu 13.04 and the Ubuntu Cloud Archive.
+ 
+  cinder (1:2013.1.2-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (890dc3fe) (LP: #1188788):
+  - [46f1e0a] Unable to modify volume-type/QoS on cloned SolidFire volume
+LP: 1184235
+  - [e7d973c] Creating a Cinder volume from an image ID fails to copy the
+image to the volume LP: 1183283
+  - [c56d031] Cloned volume is associated with wrong SolidFire account
+LP: 1183521
+  - [53ffc79] Huawei driver failed to handle mutiple requests in short time
+LP: 1162251
+  - [839a6a7] cinder volume service keeps retrying even with code exception
+LP: 1167841
+  - [80784a4] Grizzly upgrade breaks old api v1 router path LP: 1168573
+ 
+  glance (1:2013.1.2-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (a799a98b) (LP: #1188788):
+  - [4655685] Terminate the glance-api in eclipse cause Ubuntu logout
+LP: 1068051
+  - [0c98014] Forbidden 403 error while get public image from multitenant
+swift storage where object is chunked (larger than 5GB) LP: 1170156
+  - [9ce21bd] Monkey patching done after logging LP: 1163722
+  - [ff8c8e8] many glance config options lack help text LP: 1162449
+ 
+  horizon (1:2013.1.2-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (7310ef2d) (LP: #1188788):
+  - [6ffa0e6] Update translations from transifex LP: 1175241
+  - [0769c3c] Backport Remove the term 'syspanel' from docs to Grizzly
+LP: 1179873
+ 
+ 
+  keystone (1:2013.1.2-0ubuntu2) raring-proposed; urgency=low
+  .
+* Rebased to include latest security updates:
+  - debian/patches/CVE-2013-2157.patch: Cherry-picked from stable/grizzly.
+  .
+  keystone (1:2013.1.2-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (8dd57da1) (LP: #1188788):
+  - [8dd57da] Migration 020 incorrectly assigns roles. LP: 1186128
+  - [81a4d38] Removing a user from a project would result to all members of
+that project to be removed LP: 1170649
+  - [39c4ca1] default_domain_id breaks the ability to map keystone  to ldap
+LP: 1168726
+  - [69d0733] Lacking initial rule for list_groups_for_user operation in
+sample policy.json LP: 1167836
+  - [45fa69b] LDAP list group users should not fail if user entry deleted
+LP: 1174585
+  - [6090bbe] Update sample_data.sh to match docs  LP: 1073291
+  - [a00bab7] use swift stable branch
+ 
+  nova (1:2013.1.2-0ubuntu1) raring-proposed; urgency=low
+  .
+* Dropped patches, applied upstream:
+  - debian/patches/CVE-2013-2096.patch: [a4fc0c8]
+* Resynchronize with stable/grizzly (8c136a8e) (LP: #1188788):
+  - [8c136a8] instance_type data cannot be extracted from sys_meta after
+instance deleted LP: 1185190
+  - [6556344] Some nova.tests.integrated.test_api_samples.Hypervisors* 
tests
+fail when run as single test LP: 1177802
+  - [bc35dba] Make nova.virt.fake.FakeDriver useable in integration testing
+  - [ab51ac6] Cannot resize instance if base image is not available
+LP: 1160773
+  - [4933c15] FC attach code doesn't discover multipath device LP: 1180497
+  - [605ea6f] Failure to snapshot backend LP: 1166160
+  - [ec335d0] bug in get_instance_security_groups() if security group has 
no
+name LP: 1182738
+  - [fdb33fb] Traceback from cinderclient in nova-api log for BadRequest
+errors LP: 1098048
+  - [de50a5a] vmwareapi: Add supported_instances to host state
+  - [129d118] ERROR: test_resize_server_revert BuildErrorException LP: 
1161529
+  - [e05cf67] EC2 API throws stacktrace if adding security group rule that
+already exists LP: 1180973
+  - [158f003] The hypervisor_hostname is not updated after live migration
+LP: 1173376
+  - [b4d8cfe] variable referenced before assignment in vmwareapi code
+LP: 1177689
+  - [40f3eed] Some Compute API methods unnecessarily alter the vm_state.
+LP: 1158509
+  - [d4bed18] Cannot resize a volume backed instance booted without an 
image
+LP: 1182114
+  - [bba57e9] nova interface-attach fails with quantum LP: 1171636
+  - [e0a8bdd] InstanceMetadata content can be None LP: 1163598
+  - [5094e83] nova coverage create lots empty folders even with coverage
+extension disabled LP: 1169005
+  - [76eb8f7] ZooKeeper servicegroup driver is trying to import module by
+wrong name LP: 116
+  - [b8c4346] Inconsistent connectivity between instances with floating IPs
+LP: 1178745
+  - [726ae59] race condition between delete instance(with floating ip
+

[Bug 1178826] Re: spamassassin broken error control on bad UNIX socket parameter

2013-06-19 Thread Kip Warner
Hey Marc. Sadly I haven't had time to properly prepare the merge request
as Dmitry had requested. It's up to you if you'd like to merge it or
not. The patch merely addresses a symptom of larger architectural
problem which cannot be fixed without a major overhaul. Namely, a
migration to a DBus system and session service interfaces for MUAs so
that they need not rely on cumbersome, problematic, and archaic
searching for running processes, using direct UNIX sockets, unreliable
getopt interfaces, etc.

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

Title:
  spamassassin broken error control on bad UNIX socket parameter

To manage notifications about this bug go to:
https://bugs.launchpad.net/spamassassin/+bug/1178826/+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 1192439] Re: update stoped

2013-06-19 Thread Seth Arnold
I see on http://www.clamav.net/lang/en/

daily.cvd ver. 17382 released on 19 Jun 2013 12:41 :0400 (sig count:
1359577)

Can you clarify what you mean?

Thanks

** Information type changed from Private Security to Public Security

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

Title:
  update stoped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1192439/+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 1183626] Re: juju local deploy with lxc fails due to upstart job

2013-06-19 Thread Chris J Arges
I can confirm this on saucy:
~$ juju -v bootstrap 
2013-06-19 13:29:44,183 DEBUG Initializing juju bootstrap runtime
2013-06-19 13:29:44,197 INFO Bootstrapping environment 'lxc' (origin: ppa type: 
local)...
2013-06-19 13:29:44,198 INFO Checking for required packages...
2013-06-19 13:29:44,643 INFO Starting networking...
status: Unknown job: lxc-net
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 422, 
in errback
self._startRunCallbacks(fail)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 489, 
in _startRunCallbacks
self._runCallbacks()
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 576, 
in _runCallbacks
current.result = callback(current.result, *args, **kw)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1127, 
in gotResult
_inlineCallbacks(r, g, deferred)
--- exception caught here ---
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/control/bootstrap.py, line 39, 
in command
yield provider.bootstrap(constraints)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/providers/local/__init__.py, 
line 96, in bootstrap
yield net.start()
  File /usr/lib/python2.7/dist-packages/twisted/python/threadpool.py, line 
172, in _worker
result = context.call(ctx, function, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/twisted/python/context.py, line 118, 
in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File /usr/lib/python2.7/dist-packages/twisted/python/context.py, line 81, 
in callWithContext
return func(*args,**kw)
  File /usr/lib/python2.7/dist-packages/juju/providers/local/network.py, line 
76, in start_network
_set_lxc_net_state('start')
  File /usr/lib/python2.7/dist-packages/juju/providers/local/network.py, line 
65, in _set_lxc_net_state
(goal, state) = _status_lxc_net()
  File /usr/lib/python2.7/dist-packages/juju/providers/local/network.py, line 
54, in _status_lxc_net
'Problem checking status of lxc-net upstart job.')
juju.errors.ProviderInteractionError: Problem checking status of lxc-net 
upstart job.
2013-06-19 13:29:44,665 ERROR Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 422, 
in errback
self._startRunCallbacks(fail)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 489, 
in _startRunCallbacks
self._runCallbacks()
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 576, 
in _runCallbacks
current.result = callback(current.result, *args, **kw)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1127, 
in gotResult
_inlineCallbacks(r, g, deferred)
--- exception caught here ---
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/control/bootstrap.py, line 39, 
in command
yield provider.bootstrap(constraints)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/providers/local/__init__.py, 
line 96, in bootstrap
yield net.start()
  File /usr/lib/python2.7/dist-packages/twisted/python/threadpool.py, line 
172, in _worker
result = context.call(ctx, function, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/twisted/python/context.py, line 118, 
in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File /usr/lib/python2.7/dist-packages/twisted/python/context.py, line 81, 
in callWithContext
return func(*args,**kw)
  File /usr/lib/python2.7/dist-packages/juju/providers/local/network.py, line 
76, in start_network
_set_lxc_net_state('start')
  File /usr/lib/python2.7/dist-packages/juju/providers/local/network.py, line 
65, in _set_lxc_net_state
(goal, state) = _status_lxc_net()
  

[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2013-06-19 Thread Steven Hill
I'm running Ubuntu 12.04 LTS Desktop in Virtual Box and this problem
wasted a whole day for me (I'm pretty new to Linux) until I ran into
this site.  Workaround #30 worked for me...

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

Title:
  [FFE] tftpd-hpa doesn't start on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/522509/+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 1188610] Re: sshd_config is modified/replaced

2013-06-19 Thread Scott Moser
note, if a future version of ssh package has a modified sshd_config file
(possibly a new setting being added, or one being changed), and the user
does 'apt-get upgrade', they will then be prompted on what to do because
the package system notices a change to this file.  prompts on 'apt-get
upgrade' are generally not desireable as people mostly expect these
things to work unattended, and in this case the user didn't do anything
themselves to justify this.


Also note, and I could be wrong, that Ubuntu's stock sshd_config has 
'TCPKeepAlive yes' as the default value.  It would seem that this should be 
enough to keep the session alive?

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

Title:
  sshd_config is modified/replaced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1188610/+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 1078213] Re: juju-machine-agent.log/logs are not logrotated

2013-06-19 Thread Tim Penhey
** Tags added: logging

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

Title:
  juju-machine-agent.log/logs are not logrotated

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1078213/+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 1188610] Re: sshd_config is modified/replaced

2013-06-19 Thread David Medberry
Actually, removing the ClientAliveInterval has no effect on a stock
Ubuntu ssh client. Sessions stay alive for hours with no input. I'm
going to propose a patch to pull out that change.  The password
authentication portion seems to be valid (or even required) for Azure
(as you can still create instances without ssh keys.)  I need to
investigate how ubuntu-server does this differently from ubuntu-desktop
(as I see a different default in a desktop.)

No package seems to own /etc/ssh/sshd_config (dpkg -S
/etc/ssh/sshd_config returns nothing and grep sshd_config Contents-
amd64 doesn't return /etc/ssh/sshd_config.  Does this mean it will
still be an issue on upgrade?

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

Title:
  sshd_config is modified/replaced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1188610/+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 1157332] Re: /etc/dnsmasq.d-available/lxc circular link

2013-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.9.13-0ubuntu12.3

---
libvirt (0.9.13-0ubuntu12.3) quantal-proposed; urgency=low

  * put libvirt-bin dnsmasq file into /etc/dnsmasq.d-available, and
create a symlink in /etc/dnsmasq.d, to avoid problems when removing
and re-installing libvirt-bin.  (LP: #1113821)
  * Add code to postinst to fix any double-migration of /etc/dnsmasq.
(LP: #1157332)
  * debian/libvirt-bin.{dirs,install}: install dnsmasq.d-available/libvirt-bin
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 16 Apr 2013 07:11:17 -0500

** Changed in: libvirt (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  /etc/dnsmasq.d-available/lxc circular link

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1157332/+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 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.9.8-2ubuntu17.10

---
libvirt (0.9.8-2ubuntu17.10) precise-proposed; urgency=low

  * debian/libvirt-bin.{dirs,install}: install dnsmasq.d-available/libvirt-bin
(LP: #1113821)
 -- Serge Hallyn serge.hal...@ubuntu.com   Wed, 24 Apr 2013 15:49:38 +

** Changed in: libvirt (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: libvirt (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1113821/+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 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.9.13-0ubuntu12.3

---
libvirt (0.9.13-0ubuntu12.3) quantal-proposed; urgency=low

  * put libvirt-bin dnsmasq file into /etc/dnsmasq.d-available, and
create a symlink in /etc/dnsmasq.d, to avoid problems when removing
and re-installing libvirt-bin.  (LP: #1113821)
  * Add code to postinst to fix any double-migration of /etc/dnsmasq.
(LP: #1157332)
  * debian/libvirt-bin.{dirs,install}: install dnsmasq.d-available/libvirt-bin
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 16 Apr 2013 07:11:17 -0500

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1113821/+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 1190425] Re: lightdm should allow packages to override defaults in /etc/lightdm/lightdm.conf

2013-06-19 Thread PS Jenkins bot
Fix committed into lp:lightdm at revision None, scheduled for release in
lightdm, milestone Unknown

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

Title:
  lightdm should allow packages to override defaults in
  /etc/lightdm/lightdm.conf

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

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2013-06-19 Thread Erno Kuusela
Still happening on Precise for me as well. Should we file a new bug or
revert this status back to confirmed or new?

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

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Bug 951000] Re: disable guest session screen lock using gsettings

2013-06-19 Thread Tim Chen
Since gconf is deprecated,
could we just modify /usr/sbin/guest-account ,
add an autostart script in the guest $HOME/.config/autostart/
and let gsettings set the correct default value for disable-lock-screen?

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

Title:
  disable guest session screen lock using gsettings

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

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


[Bug 951000] Re: disable guest session screen lock using gsettings

2013-06-19 Thread Tim Chen
And also set X-GNOME-Autostart-Phase=Initialization so the menu will not
have the entry.

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

Title:
  disable guest session screen lock using gsettings

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

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


[Bug 913553] Re: KDE network manager does not remember passwords for WPA2 personal hot spots and 3G broadband devices

2013-06-19 Thread Hannu Puhakka
2013-06-19: Still same problem.  My home wlan is on the list, when I
edit it, I get a message: No agents were available for this request.
Then I put the password. Nework works, but next time when I open my
computer, does not work. Same process.

How can I get an update?

Manage Connections: Version 0.9.0.1 (nm09 20120407) Manage Connections
Control Panel Module (c) 2011-2012 Lamarque V. Souza.

Using KDE Development Platform 4.8.5. (c) 2009, Ben Cooksley

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

Title:
  KDE network manager does not remember passwords for WPA2 personal hot
  spots and 3G broadband devices

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

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


[Bug 1155968] Re: Upgrade zeitgeist to 0.9.14

2013-06-19 Thread मनीष सिन्हा
** Branch linked: lp:~zeitgeist/zeitgeist/saucy-packaging-0-9-14

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

Title:
  Upgrade zeitgeist to 0.9.14

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

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


[Bug 1192431] Re: gnome-pie is not working!

2013-06-19 Thread nofallyaqoo
Ohhh man i cant thank you enough i swaer if i saw you in real life i
would kiss you soo much 3

lol i am so happy becouse after i installed from PPA that you provide it
me now it WORK 100% normally, THANK YOU... THANK YOU... THANK YOU.

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

Title:
  gnome-pie is not working!

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

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


[Bug 951000] Re: disable guest session screen lock using gsettings

2013-06-19 Thread Tammy Yang
As Tyson mentioned in comment #28, this is a timing issue that
gsettings-data-convert.desktop is executed before gconf value is set for
guest session.

One of workaround to use gsettings is to put a prefs.sh in /etc/guest-
session which does:

echo [Desktop Entry]\nType=Application\nName=Disable Lock Screen in Guest 
Session\nOnlyShowIn=GNOME;Unity;\n\
X-GNOME-Autostart-Phase=Initialization\nTerminal=false\n\
Exec=gsettings set org.gnome.desktop.lockdown disable-lock-screen 
true\nNoDisplay=true \
 $HOME/.config/autostart/disable-lock-screen.desktop

chown $USER:$USER $HOME/.config/autostart/*

This will make sure the gsettings value of disable-lock-screen can
always be true for guest session.


** Attachment added: prefs.sh
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/951000/+attachment/3707106/+files/prefs.sh

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

Title:
  disable guest session screen lock using gsettings

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

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


[Bug 951000] Re: disable guest session screen lock using gsettings

2013-06-19 Thread Tammy Yang
I think gconftool-2 --set --type bool
/desktop/gnome/lockdown/disable_lock_screen True in guest-account can
be replaced by the script attached in comment #31 or something similar
since gconf should be replaced by gsettings.

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

Title:
  disable guest session screen lock using gsettings

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

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


[Bug 1191389] Re: package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2013-06-19 Thread Michael McAndrew
PS here is the output of 'ls -lR /boot' and a 'sudo aptitude-upgrade'. I
tried to attach these before but lauchpad didn't like it...

$sudo ls -lR /boot

/boot:
total 203856
-rw-r--r-- 1 root root   918917 May  1 19:00 abi-3.8.0-19-generic
-rw-r--r-- 1 root root   918917 May 15 00:42 abi-3.8.0-21-generic
-rw-r--r-- 1 root root   919039 May 16 17:42 abi-3.8.0-22-generic
-rw-r--r-- 1 root root   919039 May 29 22:48 abi-3.8.0-23-generic
-rw-r--r-- 1 root root   919001 Jun  6 23:16 abi-3.8.0-25-generic
-rw-r--r-- 1 root root   154942 May  1 19:00 config-3.8.0-19-generic
-rw-r--r-- 1 root root   154942 May 15 00:42 config-3.8.0-21-generic
-rw-r--r-- 1 root root   154943 May 16 17:42 config-3.8.0-22-generic
-rw-r--r-- 1 root root   154943 May 29 22:48 config-3.8.0-23-generic
-rw-r--r-- 1 root root   154943 Jun  6 23:16 config-3.8.0-25-generic
drwxr-xr-x 5 root root 1024 Jun 19 07:49 grub
-rw-r--r-- 1 root root 32010091 May 11 12:10 initrd.img-3.8.0-19-generic
-rw-r--r-- 1 root root 32009848 May 16 09:43 initrd.img-3.8.0-21-generic
-rw-r--r-- 1 root root 32011426 May 24 10:21 initrd.img-3.8.0-22-generic
-rw-r--r-- 1 root root 32011813 Jun  1 11:18 initrd.img-3.8.0-23-generic
-rw-r--r-- 1 root root 32018782 Jun 19 07:49 initrd.img-3.8.0-25-generic
drwxr-xr-x 2 root root12288 Apr 30 22:09 lost+found
-rw-r--r-- 1 root root   176764 Dec  5  2012 memtest86+.bin
-rw-r--r-- 1 root root   178944 Dec  5  2012 memtest86+_multiboot.bin
-rw--- 1 root root  3060094 May  1 19:00 System.map-3.8.0-19-generic
-rw--- 1 root root  3060094 May 15 00:42 System.map-3.8.0-21-generic
-rw--- 1 root root  3060454 May 16 17:42 System.map-3.8.0-22-generic
-rw--- 1 root root  3060454 May 29 22:48 System.map-3.8.0-23-generic
-rw--- 1 root root  3060761 Jun  6 23:16 System.map-3.8.0-25-generic
-rw--- 1 root root  5356528 May  1 19:00 vmlinuz-3.8.0-19-generic
-rw--- 1 root root  5356592 May 15 00:42 vmlinuz-3.8.0-21-generic
-rw--- 1 root root  5356688 May 16 17:42 vmlinuz-3.8.0-22-generic
-rw--- 1 root root  5356656 May 29 22:48 vmlinuz-3.8.0-23-generic
-rw--- 1 root root  5357392 Jun  6 23:16 vmlinuz-3.8.0-25-generic

/boot/grub:
total 23
drwxr-xr-x 2 root root  1024 Apr 30 22:21 fonts
-rw-r--r-- 1 root root   699 Apr 24 19:06 gfxblacklist.txt
-r--r--r-- 1 root root 13277 Jun 19 07:49 grub.cfg
-rw-r--r-- 1 root root  1024 Jun 19 08:03 grubenv
drwxr-xr-x 2 root root  5120 Apr 30 22:21 i386-pc
drwxr-xr-x 2 root root  1024 Apr 30 22:21 locale

/boot/grub/fonts:
total 2185
-rw-r--r-- 1 root root 2226340 Apr 30 22:21 unicode.pf2

/boot/grub/i386-pc:
total 1773
-rw-r--r-- 1 root root   7456 Apr 30 22:21 915resolution.mod
-rw-r--r-- 1 root root  10024 Apr 30 22:21 acpi.mod
-rw-r--r-- 1 root root   1308 Apr 30 22:21 adler32.mod
-rw-r--r-- 1 root root   5668 Apr 30 22:21 affs.mod
-rw-r--r-- 1 root root   6876 Apr 30 22:21 afs.mod
-rw-r--r-- 1 root root   8652 Apr 30 22:21 ahci.mod
-rw-r--r-- 1 root root705 Apr 30 22:21 all_video.mod
-rw-r--r-- 1 root root   1048 Apr 30 22:21 aout.mod
-rw-r--r-- 1 root root   5436 Apr 30 22:21 ata.mod
-rw-r--r-- 1 root root   4012 Apr 30 22:21 at_keyboard.mod
-rw-r--r-- 1 root root   1632 Apr 30 22:21 backtrace.mod
-rw-r--r-- 1 root root   7644 Apr 30 22:21 bfs.mod
-rw-r--r-- 1 root root   4664 Apr 30 22:21 biosdisk.mod
-rw-r--r-- 1 root root   2376 Apr 30 22:21 bitmap.mod
-rw-r--r-- 1 root root   2908 Apr 30 22:21 bitmap_scale.mod
-rw-r--r-- 1 root root   2076 Apr 30 22:21 blocklist.mod
-rw-r--r-- 1 root root512 Apr 30 22:21 boot.img
-rw-r--r-- 1 root root   2460 Apr 30 22:21 boot.mod
-rw-r--r-- 1 root root  30084 Apr 30 22:21 bsd.mod
-rw-r--r-- 1 root root  14344 Apr 30 22:21 btrfs.mod
-rw-r--r-- 1 root root   2156 Apr 30 22:21 bufio.mod
-rw-r--r-- 1 root root   2236 Apr 30 22:21 cat.mod
-rw-r--r-- 1 root root512 Apr 30 22:21 cdboot.img
-rw-r--r-- 1 root root   3504 Apr 30 22:21 chain.mod
-rw-r--r-- 1 root root   1540 Apr 30 22:21 cmostest.mod
-rw-r--r-- 1 root root   1984 Apr 30 22:21 cmp.mod
-rw-r--r-- 1 root root   3251 Apr 30 22:21 command.lst
-rw-r--r-- 1 root root   2212 Apr 30 22:21 configfile.mod
-rw-r--r-- 1 root root  26385 Apr 30 22:21 core.img
-rw-r--r-- 1 root root   4468 Apr 30 22:21 cpio_be.mod
-rw-r--r-- 1 root root   4372 Apr 30 22:21 cpio.mod
-rw-r--r-- 1 root root   1544 Apr 30 22:21 cpuid.mod
-rw-r--r-- 1 root root   1672 Apr 30 22:21 crc64.mod
-rw-r--r-- 1 root root   8632 Apr 30 22:21 cryptodisk.mod
-rw-r--r-- 1 root root855 Apr 30 22:21 crypto.lst
-rw-r--r-- 1 root root   4368 Apr 30 22:21 crypto.mod
-rw-r--r-- 1 root root   3904 Apr 30 22:21 cs5536.mod
-rw-r--r-- 1 root root   1788 Apr 30 22:21 datehook.mod
-rw-r--r-- 1 root root   2172 Apr 30 22:21 date.mod
-rw-r--r-- 1 root root   1281 Apr 30 22:21 datetime.mod
-rw-r--r-- 1 root root512 Apr 30 22:21 diskboot.img
-rw-r--r-- 1 root root   9660 Apr 30 22:21 diskfilter.mod
-rw-r--r-- 1 root root   1828 Apr 30 22:21 dm_nv.mod
-rw-r--r-- 1 root root   5400 Apr 30 22:21 

[Bug 1192431] Re: gnome-pie is not working!

2013-06-19 Thread Simon Schneegans
You're welcome :D

** Changed in: gnome-pie (Ubuntu)
   Status: New = 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/1192431

Title:
  gnome-pie is not working!

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

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


[Bug 1191389] Re: package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2013-06-19 Thread Michael McAndrew
Hey there,

I think I have the same error. I am on an Dell xps13 with a hard drive
about 20% full. I was automatically directed to this bug report after a
gui upgrade reported that something (don't remember the exact words!)
had gone wrong in the update.

I then rebooted and did an 'ls -lR /boot' and a 'sudo aptitude-upgrade'


Errors were encountered while processing:
 linux-image-extra-3.8.0-25-generic
 linux-image-generic
 linux-generic


I do NOT appear to have any 'system errors' on boot like Gary.

Let me know if can provide anything more!

Michael

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

Title:
  package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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

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


[Bug 1177945] Re: scrolling very slow on ubuntu-touch

2013-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/friends

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

Title:
  scrolling very slow on ubuntu-touch

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

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


[Bug 1192458] [NEW] [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-06-19 Thread Nomad
Public bug reported:

On E-MU 0204 USB only 2-channel  mode worked. In this mode the second
pair of channels just duplicates the output of the first pair. E-MU
control panel under MS Windows allow to switch to 2-channel or 4-channel
mode. I ran USB sniffer, and it shows switch commands that the system
send to the device:

==
Host send 2 bytes to device:
Request:  0x1
Value:  0x400
Data:  01 01//switching to 2-channel mode
Data:  01 02//switching to 4-channel mode
==

Looks like in Ubuntu the card by default stay in 2-channel mode.
Switching to 4-channel mode apparently can be added to quirks.c

DistroRelease: Ubuntu 12.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
Uname: Linux 3.9.6-030906-generic x86_64
Architecture: amd64

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

** Summary changed:

- 4-channel mode don't work on E-MU 0204 USB
+ [USB-Audio] 4-channel mode don't work on E-MU 0204 USB

** Summary changed:

- [USB-Audio] 4-channel mode don't work on E-MU 0204 USB
+ [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

** Description changed:

  On E-MU 0204 USB only 2-channel  mode worked. In this mode the second
- pair of channels just duplicates the output of the first pair. Under
- windows E-MU control panel allow to switch to 2-channel or 4-channel
+ pair of channels just duplicates the output of the first pair. E-MU
+ control panel under MS Windows allow to switch to 2-channel or 4-channel
  mode. I ran USB sniffer, and it shows switch commands that the system
  send to the device:
  
  ==
  Host send 2 bytes to device:
  Request:  0x1
  Value:  0x400
  Data:  01 01//switching to 2-channel mode
  Data:  01 02//switching to 4-channel mode
  ==
  
  Looks like in Ubuntu the card by default stay in 2-channel mode.
  Switching to 4-channel mode apparently can be added to quirks.c
  
- 
  DistroRelease: Ubuntu 12.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 3.9.6-030906-generic x86_64
  Architecture: amd64

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

Title:
  [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

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

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


[Bug 1143778] Re: [Dell Latitude 6430u] Brightness keys do not work

2013-06-19 Thread Po-Hsu Lin
Hello James,
brightness hotkey is in our gerylist, therefore it won't block the certificate.

Further investigated this issue, I found out that:

1. Tested with $sudo showkey -s, the key press is not detected at all.
2. Tested with a external keyboard that comes with brightness key, it works.
3. Tested with 12.04.2 LiveUSB, the brightness key works as expected.

And some interesting results -
The brightness key will work when the system was booted with:
a. a specific brand 2GB FAT USB flash drive (tested with other USB, only this 
brand here will work)
b. a USB 3D sound controller
c. a USB cable with nothing connected (yes, nothing, just a cable)

Only cold plug will work.
And if you unplug these device, the brightness key still work until you 
reboot/suspend it.

Brightness key still not working when booted with these device plugged.
USB keyboard/mouse, USB keyboard/mouse receiver, FAT USB flash drive from 4GB ~ 
16GB, SD Card.

At last, it seems that this issue could be fixed by updating the system.


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

Title:
  [Dell Latitude 6430u] Brightness keys do not work

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

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


[Bug 1192460] [NEW] kscreen does not apply saved settings on start-up

2013-06-19 Thread Rafael Jesus Alcantara Perez
Public bug reported:

I have a dual monitor configuration, but every time I start KDE, the
saved settings are ignored. Only one monitor is enabled so I have to
configure it on every startup. I've tried to use ubuntu-bug but it has
failed with the message : Fatal IO error: client killed.

$ lsb_release -d
Description:Ubuntu 13.04
Release:13.04

$ apt-cache policy kscreen
kscreen:
  Instalados: 0.0.92-0ubuntu0.2
  Candidato:  0.0.92-0ubuntu0.2
  Tabla de versión:
 *** 0.0.92-0ubuntu0.2 0
500 http://es.archive.ubuntu.com/ubuntu/ raring-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 0.0.81-0ubuntu2 0
500 http://es.archive.ubuntu.com/ubuntu/ raring/universe amd64 Packages

** Affects: kscreen (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/1192460

Title:
  kscreen does not apply saved settings on start-up

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

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

[Bug 1169409] Re: [HP Pavilion 23] Brightness control doesn't work.

2013-06-19 Thread James M. Leddy
Last comment from Keng-Yu

For this platform, there are two acpi nodes controlling the backlight
from DSDT (_SB.PCI0.GFX0.LCD0 and DD02), current kernel code
(drivers/acpi/video.c) can only support one ACPI BUS. It is suspected
that kernel chose the non-working one.

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

Title:
  [HP Pavilion 23] Brightness control doesn't work.

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

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


[Bug 1190356] Re: Can't connect to Ubuntu One

2013-06-19 Thread nicoelba
In windows my U1 cloud is synced and all works..
The problem is on Lucid..

I can't use 12.04 on my PC, because it is too old..
I've tried it when it was released but doesn't work for me.

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

Title:
  Can't connect to Ubuntu One

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

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


[Bug 1191834] Re: Only one move allowed

2013-06-19 Thread Francesco Muriana
I'm stuck:

fra@anakin:~$ pybik --debug=msg,rotate  debug.log
Traceback (most recent call last):
  File /usr/games/pybik, line 32, in module
main()
  File /usr/games/pybik, line 29, in main
pybiklib.main.run(root_dir)
  File /usr/lib/pybik/pybiklib/main.py, line 319, in run
run_app(root_dir, opts.ui_args, opts.config_file)
  File /usr/lib/pybik/pybiklib/main.py, line 295, in run_app
from .application import MainWindow
  File /usr/lib/pybik/pybiklib/application.py, line 38, in module
from . import drawingarea
  File /usr/lib/pybik/pybiklib/drawingarea.py, line 40, in module
from OpenGL import GL
ImportError: No module named OpenGL

the same for the other one:

fra@anakin:~$ pybik --debug=draw,pick
pybik 1.0.1
debug flags: draw pick
Traceback (most recent call last):
  File /usr/games/pybik, line 32, in module
main()
  File /usr/games/pybik, line 29, in main
pybiklib.main.run(root_dir)
  File /usr/lib/pybik/pybiklib/main.py, line 319, in run
run_app(root_dir, opts.ui_args, opts.config_file)
  File /usr/lib/pybik/pybiklib/main.py, line 295, in run_app
from .application import MainWindow
  File /usr/lib/pybik/pybiklib/application.py, line 38, in module
from . import drawingarea
  File /usr/lib/pybik/pybiklib/drawingarea.py, line 40, in module
from OpenGL import GL
ImportError: No module named OpenGL

maybe I need a python module to run these debugs (e.g. python-qt4-gl)?

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

Title:
  Only one move allowed

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

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


[Bug 1173138] Re: QT 4.8.4 bug: Arabic-indic numerals instead of Arabic numerals in Slovak localization

2013-06-19 Thread Inoki Sakaeru
This doesn't really fix my problem, as I don't have any locale.gen file
on my computer. Adding this line into terminal: sudo gedit
/etc/default/locale.gen only brings up a blank file. Searching for it
manually also.

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

Title:
  QT 4.8.4 bug: Arabic-indic numerals instead of Arabic numerals in
  Slovak localization

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

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


[Bug 1192466] [NEW] selenium ide 2.0 click/clickAndWait button not working

2013-06-19 Thread rg dixit
Public bug reported:

hi, 
i have installe selenium ide addon .
it records the details from a site an the i re-run the code and the code fails 
at click.
the xpath is visible and i have use wait button too just to make sure i wasn't 
doing it before the page loads.
the error shown is 
Unexpected Exception: fileName - 
chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber - 
309, columnNumber - 8

an m using ubuntu 13.04

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: firefox 22.0~b4+build1-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
Uname: Linux 3.9.0-4-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  zuko   1935 F pulseaudio
BrokenPermissions:
 extensions/csharpformatt...@seleniumhq.org.xpi (0o400)
 extensions/javaformatt...@seleniumhq.org.xpi (0o400)
 extensions/pythonformatt...@seleniumhq.org.xpi (0o400)
 extensions/rubyformatt...@seleniumhq.org.xpi (0o400)
 extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi (0o400)
BuildID: 20130606112033
Channel: Unavailable
Date: Wed Jun 19 12:38:26 2013
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-06-13 (5 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130612)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.123  metric 9
MarkForUpload: True
MostRecentCrashID: bp-1bbe0572-2d34-4ca8-b923-b25132130617
Plugins:
 Shockwave Flash - /usr/lib/mozilla/plugins/libflashplayer.so
 Google Talk Plugin Video Accelerator - 
/opt/google/talkplugin/libnpgtpo3dautoplugin.so (google-talkplugin)
 Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
 Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
 iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=22.0/20130606112033 (In use)
RelatedPackageVersions:
 google-talkplugin 4.0.1.0-1
 rhythmbox-mozilla 2.99.1-0ubuntu1
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-1bbe0572-2d34-4ca8-b923-b25132130617
 bp-63095292-f3b0-4aca-9441-a0e072130617
 bp-c522360f-117f-4801-8ee2-97f7b2130617
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/24/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.66
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 166D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 09.4C
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr05941120461610100:rvnHewlett-Packard:rn166D:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion g4 Notebook PC
dmi.product.version: 05941120461610100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug saucy

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

Title:
  selenium ide 2.0  click/clickAndWait button not working

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

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


[Bug 1192465] [NEW] selenium ide 2.0 click/clickAndWait button not working

2013-06-19 Thread rg dixit
Public bug reported:

hi, 
i have installe selenium ide addon .
it records the details from a site an the i re-run the code and the code fails 
at click.
the xpath is visible and i have use wait button too just to make sure i wasn't 
doing it before the page loads.
the error shown is 
Unexpected Exception: fileName - 
chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber - 
309, columnNumber - 8

an m using ubuntu 13.04

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: firefox 22.0~b4+build1-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
Uname: Linux 3.9.0-4-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  zuko   1935 F pulseaudio
BrokenPermissions:
 extensions/csharpformatt...@seleniumhq.org.xpi (0o400)
 extensions/javaformatt...@seleniumhq.org.xpi (0o400)
 extensions/pythonformatt...@seleniumhq.org.xpi (0o400)
 extensions/rubyformatt...@seleniumhq.org.xpi (0o400)
 extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi (0o400)
BuildID: 20130606112033
Channel: Unavailable
Date: Wed Jun 19 12:38:26 2013
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-06-13 (5 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130612)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.123  metric 9
MarkForUpload: True
MostRecentCrashID: bp-1bbe0572-2d34-4ca8-b923-b25132130617
Plugins:
 Shockwave Flash - /usr/lib/mozilla/plugins/libflashplayer.so
 Google Talk Plugin Video Accelerator - 
/opt/google/talkplugin/libnpgtpo3dautoplugin.so (google-talkplugin)
 Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
 Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
 iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=22.0/20130606112033 (In use)
RelatedPackageVersions:
 google-talkplugin 4.0.1.0-1
 rhythmbox-mozilla 2.99.1-0ubuntu1
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-1bbe0572-2d34-4ca8-b923-b25132130617
 bp-63095292-f3b0-4aca-9441-a0e072130617
 bp-c522360f-117f-4801-8ee2-97f7b2130617
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/24/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.66
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 166D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 09.4C
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr05941120461610100:rvnHewlett-Packard:rn166D:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion g4 Notebook PC
dmi.product.version: 05941120461610100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug saucy

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

Title:
  selenium ide 2.0  click/clickAndWait button not working

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

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


[Bug 1191389] Re: package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2013-06-19 Thread RRBell
I had a very similar problem. I solved it with the help from this post:
http://askubuntu.com/questions/38083/initramfs-problem-when-out-of-disk-space

my /boot partition was almost full (it is 228MB) - so I uninstalled
three previous versions of the kernel - and then the install succeeded.

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

Title:
  package linux-image-extra-3.8.0-25-generic 3.8.0-25.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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

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


[Bug 1192111] Re: python-*-dbg packages must not disable dbgsym generation

2013-06-19 Thread Martin Pitt
subversion needs to be rebuilt after that.

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

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

** Changed in: subversion (Ubuntu)
   Status: New = In Progress

** Changed in: subversion (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  python-*-dbg packages must not disable dbgsym generation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkg-create-dbgsym/+bug/1192111/+subscriptions

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


[Bug 1191987] Re: Sync gcr 3.8.2-2 (main) from Debian unstable (main)

2013-06-19 Thread Graham Inggs
** Description changed:

- Please sync gcr 3.8.2-2 (main) from Debian unstable (main)
+ Please sync gcr 3.8.2-3 (main) from Debian unstable (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
-   * New upstream version
+   * New upstream version
  
  This adds 2 new packages but shouldn't require a transition
  since the existing library depends on the new split libraries.
  The libtasn change was reverted so that shouldn't affect us either.
  
  Changelog entries since current saucy version 3.8.2-0ubuntu1:
  
+ gcr (3.8.2-3) unstable; urgency=low
+ 
+   * debian/control.in
+ - Fix typo in gir1.2-gcr-3 long description (Closes: #699679)
+ - Use canonical URL for Vcs-Svn field
+   * debian/rules: Use DEB_LDFLAGS_MAINT_APPEND instead of LDFLAGS and include
+ buildflags.mk to avoid overriding hardening flags
+   * Bump debhelper and cdbs build-dependencies and convert the package to
+ multi-arch (Closes: #692743)
+ 
+  -- Laurent Bigonville bi...@debian.org  Tue, 18 Jun 2013 21:01:07
+ +0200
+ 
  gcr (3.8.2-2) unstable; urgency=low
  
-   * GnuTLS was switched back to libtasn1-3 from libtasn1-6, so do the same
- until there is a proper transition.
-   * Split libgcr-3-1 into libgcr-base-3-1 and libgcr-ui-3-1 and make
- libgcr-3-1 a transitional package depending on both. This avoids problems
- should the sonames of the two libraries ever get out of sync. For the gir
- and -dev package we will keep a single package.
-   * Add the necessary Breaks/Replaces to ensure proper upgrades.
-   * Add Build-Depends on autotools-dev as lintian was complaining about
- outdated config.{guess,sub}.
-   * Bump Standards-Version to 3.9.4. No further changes.
-   * Upload to unstable.
+   * GnuTLS was switched back to libtasn1-3 from libtasn1-6, so do the same
+ until there is a proper transition.
+   * Split libgcr-3-1 into libgcr-base-3-1 and libgcr-ui-3-1 and make
+ libgcr-3-1 a transitional package depending on both. This avoids problems
+ should the sonames of the two libraries ever get out of sync. For the gir
+ and -dev package we will keep a single package.
+   * Add the necessary Breaks/Replaces to ensure proper upgrades.
+   * Add Build-Depends on autotools-dev as lintian was complaining about
+ outdated config.{guess,sub}.
+   * Bump Standards-Version to 3.9.4. No further changes.
+   * Upload to unstable.
  
-  -- Michael Biebl bi...@debian.org  Sat, 15 Jun 2013 22:09:42 +0200
+  -- Michael Biebl bi...@debian.org  Sat, 15 Jun 2013 22:09:42 +0200
  
  gcr (3.8.2-1) experimental; urgency=low
  
-   * New upstream release
-   * Switch to libtasn1-6-dev and libtasn1-bin
+   * New upstream release
+   * Switch to libtasn1-6-dev and libtasn1-bin
  
-  -- Sjoerd Simons sjo...@debian.org  Thu, 16 May 2013 21:13:23 +0200
+  -- Sjoerd Simons sjo...@debian.org  Thu, 16 May 2013 21:13:23 +0200

** Summary changed:

- Sync gcr 3.8.2-2 (main) from Debian unstable (main)
+ Sync gcr 3.8.2-3 (main) from Debian unstable (main)

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

Title:
  Sync gcr 3.8.2-3 (main) from Debian unstable (main)

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

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

[Bug 1191987] Re: Sync gcr 3.8.2-3 (main) from Debian unstable (main)

2013-06-19 Thread Graham Inggs
I think this should have a higher importance than 'Wishlist' as it now
fixes bug LP: #998715 which is marked 'High'.

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

Title:
  Sync gcr 3.8.2-3 (main) from Debian unstable (main)

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

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


[Bug 1192466] Re: selenium ide 2.0 click/clickAndWait button not working

2013-06-19 Thread Chris Coulson
I'm not sure why you've reported this as a bug in Firefox. You should
report it to the Selenium developers instead

** Changed in: firefox (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/1192466

Title:
  selenium ide 2.0  click/clickAndWait button not working

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

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


[Bug 1192111] Re: python-*-dbg packages must not disable dbgsym generation

2013-06-19 Thread Martin Pitt
** Changed in: pkg-create-dbgsym (Ubuntu)
   Status: In Progress = 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/1192111

Title:
  python-*-dbg packages must not disable dbgsym generation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkg-create-dbgsym/+bug/1192111/+subscriptions

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


[Bug 1192367] Re: No security release provided in Lucid for CVE-2013-3567

2013-06-19 Thread Robie Basak
Thank you for your report. I've asked a member of the security team to
clarify.

** Summary changed:

- No security release provided for CVE-2013-3567
+ No security release provided in Lucid for CVE-2013-3567

** Information type changed from Public to Public Security

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

Title:
  No security release provided in Lucid for CVE-2013-3567

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

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


[Bug 1192473] [NEW] package linux-image-3.2.0-45-generic 3.2.0-45.70 failed to install/upgrade: package linux-image-3.2.0-45-generic is already installed and configured

2013-06-19 Thread Alan Trick
Public bug reported:

I uninstalled gwibber, and then did an `apt-get update` and `apt-get
upgrade` and got this error after restarting.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-45-generic 3.2.0-45.70
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Fri Jun 14 18:45:42 2013
DpkgHistoryLog:
 Start-Date: 2013-06-14  18:44:19
 Commandline: aptdaemon role='role-remove-packages' sender=':1.1870'
 Remove: gwibber:amd64 (3.4.2-0ubuntu2.1)
DuplicateSignature: package:linux-image-3.2.0-45-generic:3.2.0-45.70:package 
linux-image-3.2.0-45-generic is already installed and configured
ErrorMessage: package linux-image-3.2.0-45-generic is already installed and 
configured
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MarkForUpload: True
SourcePackage: dpkg
Title: package linux-image-3.2.0-45-generic 3.2.0-45.70 failed to 
install/upgrade: package linux-image-3.2.0-45-generic is already installed and 
configured
UpgradeStatus: Upgraded to precise on 2012-06-15 (369 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package linux-image-3.2.0-45-generic 3.2.0-45.70 failed to
  install/upgrade: package linux-image-3.2.0-45-generic is already
  installed and configured

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

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


[Bug 1145819] Re: [Dell Latitude 6340u] FWTS complaints during suspend/resume testing

2013-06-19 Thread Po-Hsu Lin
This problem now could be fixed by updating the system.

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

Title:
  [Dell Latitude 6340u] FWTS complaints during suspend/resume testing

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

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


[Bug 1192473] Re: package linux-image-3.2.0-45-generic 3.2.0-45.70 failed to install/upgrade: package linux-image-3.2.0-45-generic is already installed and configured

2013-06-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.2.0-45-generic 3.2.0-45.70 failed to
  install/upgrade: package linux-image-3.2.0-45-generic is already
  installed and configured

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

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


[Bug 1192475] Re: CUPS broken (client-error-request-value-too-long) since upgrade to Raring

2013-06-19 Thread Swâmi Petaramesh
** Attachment added: Error when trying to add a printer from browser
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1192475/+attachment/3707177/+files/CUPS_Error%202013-06-19%2009%3A05%3A24.png

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

Title:
  CUPS broken (client-error-request-value-too-long) since upgrade to
  Raring

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

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


[Bug 1192475] [NEW] CUPS broken (client-error-request-value-too-long) since upgrade to Raring

2013-06-19 Thread Swâmi Petaramesh
Public bug reported:

Hi there,

Since upgraded from Quantal to Raring, my printer didn't work anymore,
so I deleted it and (tried to) recreate it.

But trying to recreate it ends (from Ubuntu's Interface) in « client-
error-request-value-too-long », and, if using a browser pointed to
http://localhost:631, in « Request Entity Too Large ». (see
screenshots).

I have reinstalled CUPS completely, to no avail, ad have no clue.

Help very much appreciated...

TIA.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: cups 1.6.2-1ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
NonfreeKernelModules: nvidia zfs zcommon znvpair zavl zunicode
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Wed Jun 19 09:34:54 2013
EcryptfsInUse: Yes
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
MachineType: TOSHIBA SATELLITE L735
MarkForUpload: True
Papersize: a4
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-25-generic root=ZFS=/UBUNTU/ROOTFS 
ro boot=zfs rpool=UZ1 rdblacklist=nouveau nouveau.blacklist=1 acpi_osi=Linux 
acpi_backlight=vendor quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: Upgraded to raring on 2013-04-25 (54 days ago)
dmi.bios.date: 06/26/2012
dmi.bios.vendor: INSYDE
dmi.bios.version: 2.50
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Base Board Product Name
dmi.board.vendor: Intel Corp.
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: OEM Chassis Manufacturer
dmi.chassis.version: OEM Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvr2.50:bd06/26/2012:svnTOSHIBA:pnSATELLITEL735:pvrPSK0CE-00900LFR:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
dmi.product.name: SATELLITE L735
dmi.product.version: PSK0CE-00900LFR
dmi.sys.vendor: TOSHIBA

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


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

** Attachment added: Error when trying to add a printer from control panel
   
https://bugs.launchpad.net/bugs/1192475/+attachment/3707162/+files/CUPS_Error%202013-06-19%2009%3A03%3A48.png

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

Title:
  CUPS broken (client-error-request-value-too-long) since upgrade to
  Raring

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

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

[Bug 1177945] Re: scrolling very slow on ubuntu-touch

2013-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package friends - 0.2.0daily13.06.19-0ubuntu1

---
friends (0.2.0daily13.06.19-0ubuntu1) saucy; urgency=low

  [ Robert Bruce Park ]
  * Move avatar cache under /tmp. (LP: #1177945)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 208
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Wed, 19 Jun 2013 
05:14:13 +

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

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

Title:
  scrolling very slow on ubuntu-touch

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

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


[Bug 1154647] Re: workrave does not appear in dash due to 2 multiline Comments in workrave.desktop (Comment[pl] Comment[ru]

2013-06-19 Thread Jordi Mallach
It's fixed in Debian...

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

Title:
  workrave does not appear in dash due to 2 multiline Comments in
  workrave.desktop (Comment[pl]  Comment[ru]

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

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


[Bug 885592] Re: No parent folder button in Nautilus

2013-06-19 Thread Michael P
This bug _is_ still present, and its a _real_ bug.

for example:
If you have logged in to a remote directory over SSH with nautilus, you will 
usually end in your homedirectory WITHOUT an easy solution to go up to /
Every morning when i log in at work i am bugged by this, every fucking morning.
bugged by some smartypants thinking:i dont need it = noone needs it.

Yes, i know i can press alt+L and then manipulate the address bar as i like, or 
press alt+up, but hey, whats the point in designing a gui when its not fully 
useable without keyboard?
thats just bad design.

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

Title:
  No parent folder button in Nautilus

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

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


Re: [Bug 1192152] Re: [OptiPlex 390, Conexant CX20641, Green Headphone Out, Front] volume slider problem

2013-06-19 Thread Ben Bigot
yes

Le 19/06/2013 04:27, Raymond a écrit :
 do your desktop have internal speaker, line out and headphone ?


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

Title:
  [OptiPlex 390, Conexant CX20641, Green Headphone Out, Front] volume
  slider problem

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

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

[Bug 365300] Re: Randomly I get double clicks when I do a single click.

2013-06-19 Thread David Pérez
I confirm this happens also in KUbuntu 13.04, but in 12.10 didn't use to happen.
On the other side, another computer with Kubuntu 13.04 works ok.
I'm using an old USB Logitech optical mouse.

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

Title:
  Randomly I get double clicks when I do a single click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/365300/+subscriptions

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


[Bug 365300] Re: Randomly I get double clicks when I do a single click.

2013-06-19 Thread David Pérez
It's a Logitech, Inc. Optical Wheel Mouse

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

Title:
  Randomly I get double clicks when I do a single click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/365300/+subscriptions

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


[Bug 1190967] Re: no parallel ports /dev/parport0 or /dev/lp0 created

2013-06-19 Thread bulgakov
I've tested the following kernels from 
http://kernel.ubuntu.com/~kernel-ppa/mainline/.
On the right the response about /dev/lp0.

v3.3 final  WORKING
v3.4 final WORKING
v3.5-rc4   WORKING
3.6.11 raring   WORKING
3.7.10 raring   WORKING
3.8.1 raring WORKING
3.8.3 raring WORKING
3.8.4 raring  NOT CREATED
3.8.5 raring  NOT CREATED
3.9 raring NOT CREATED
3.10-rc1 saucyNOT CREATED
3.10-rc6 saucyNOT CREATED

Please also note that certainly /dev/lp0 is missing when booting linux-
image-3.8.0-23 and 25 from the repositories.

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

Title:
  no parallel ports /dev/parport0 or /dev/lp0 created

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

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


[Bug 1191688] Re: vmalloc failure on Lenovo W520 with Ubuntu 13.04 32b

2013-06-19 Thread osmeest
Joseph,
Running 3.10 RC6 does not show the vmalloc allocation failure like 3.8. 
Consequently, the Wifi is working.
However, there is another error from the intel driver:
[   28.645123] [ cut here ]
[   28.645147] WARNING: at 
/home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:8212 
intel_modeset_stage_output_state.isra.28+0x364/0x3b0 [i915]()
[   28.645149] Modules linked in: parport_pc rfcomm bnep ppdev ext2 dm_crypt 
joydev arc4 snd_hda_codec_conexant snd_hda_intel snd_hda_codec iwldvm snd_hwdep 
snd_pcm mac80211 thinkpad_acpi nvram snd_page_alloc snd_seq_midi 
snd_seq_midi_event snd_rawmidi intel_powerclamp snd_seq coretemp snd_seq_device 
snd_timer kvm snd iwlwifi uvcvideo lpc_ich videobuf2_vmalloc cdc_mbim 
videobuf2_memops videobuf2_core btusb videodev cdc_ncm usbnet cdc_acm cdc_wdm 
bluetooth cfg80211 soundcore psmouse lp microcode parport tpm_tis serio_raw 
mac_hid hid_generic usbhid hid nouveau crc32_pclmul mxm_wmi aesni_intel i915 
aes_i586 ttm xts lrw firewire_ohci ahci gf128mul ablk_helper i2c_algo_bit 
libahci cryptd e1000e firewire_core drm_kms_helper sdhci_pci crc_itu_t drm 
sdhci ptp video pps_core wmi
[   28.645179] CPU: 0 PID: 1406 Comm: Xorg Not tainted 3.10.0-031000rc6-generic 
#201306151835
[   28.645180] Hardware name: LENOVO 428449G/428449G, BIOS 8BET58WW (1.38 ) 
07/06/2012
[   28.645181]  f8747f30 f8747f30 e92b5dc8 c15fbb75 e92b5df0 c1038b34 c17d6aa7 
f8747f30
[   28.645185]  2014 f87069e4 f87069e4 e9338160 f60c8c40 e9338169 e92b5e00 
c1038b72
[   28.645188]  0009  e92b5e44 f87069e4 044c 046a 0048 
000a
[   28.645192] Call Trace:
[   28.645198]  [c15fbb75] dump_stack+0x16/0x18
[   28.645200]  [c1038b34] warn_slowpath_common+0x64/0x80
[   28.645211]  [f87069e4] ? 
intel_modeset_stage_output_state.isra.28+0x364/0x3b0 [i915]
[   28.645219]  [f87069e4] ? 
intel_modeset_stage_output_state.isra.28+0x364/0x3b0 [i915]
[   28.645221]  [c1038b72] warn_slowpath_null+0x22/0x30
[   28.645229]  [f87069e4] 
intel_modeset_stage_output_state.isra.28+0x364/0x3b0 [i915]
[   28.645237]  [f8706c97] ? 
intel_set_config_compute_mode_changes.isra.37+0x107/0x170 [i915]
[   28.645247]  [f8710214] intel_crtc_set_config+0x114/0x300 [i915]
[   28.645251]  [c12d9030] ? copy_to_user+0x40/0x60
[   28.645261]  [f856aea5] drm_mode_set_config_internal+0x25/0x50 [drm]
[   28.645265]  [f8597e2d] drm_fb_helper_restore_fbdev_mode+0x2d/0x50 
[drm_kms_helper]
[   28.645277]  [f872bfda] intel_fb_restore_mode+0x4a/0xd0 [i915]
[   28.645285]  [f8567fb5] ? drm_ht_remove+0x35/0x40 [drm]
[   28.645292]  [f856448b] ? drm_master_destroy+0x10b/0x130 [drm]
[   28.645299]  [f86e535d] i915_driver_lastclose+0x3d/0x50 [i915]
[   28.645305]  [f855f185] drm_lastclose+0x45/0x240 [drm]
[   28.645313]  [f855f92e] drm_release+0x30e/0x470 [drm]
[   28.645317]  [c1150106] __fput+0x96/0x200
[   28.645319]  [c115027d] fput+0xd/0x10
[   28.645321]  [c10575f9] task_work_run+0x79/0xb0
[   28.645324]  [c1001a07] do_notify_resume+0x97/0xa0
[   28.645326]  [c1605ad3] work_notifysig+0x24/0x29
[   28.645327] ---[ end trace d3456f47291d7060 ]---

Quickly followed by another from the watchdog driver:
[   31.804062] [ cut here ]
[   31.804096] WARNING: at /home/apw/COD/linux/net/sched/sch_generic.c:255 
dev_watchdog+0x1da/0x1f0()
[   31.804102] NETDEV WATCHDOG: eth1 (e1000e): transmit queue 0 timed out
[   31.804105] Modules linked in: parport_pc rfcomm bnep ppdev ext2 dm_crypt 
joydev arc4 snd_hda_codec_conexant snd_hda_intel snd_hda_codec iwldvm snd_hwdep 
snd_pcm mac80211 thinkpad_acpi nvram snd_page_alloc snd_seq_midi 
snd_seq_midi_event snd_rawmidi intel_powerclamp snd_seq coretemp snd_seq_device 
snd_timer kvm snd iwlwifi uvcvideo lpc_ich videobuf2_vmalloc cdc_mbim 
videobuf2_memops videobuf2_core btusb videodev cdc_ncm usbnet cdc_acm cdc_wdm 
bluetooth cfg80211 soundcore psmouse lp microcode parport tpm_tis serio_raw 
mac_hid hid_generic usbhid hid nouveau crc32_pclmul mxm_wmi aesni_intel i915 
aes_i586 ttm xts lrw firewire_ohci ahci gf128mul ablk_helper i2c_algo_bit 
libahci cryptd e1000e firewire_core drm_kms_helper sdhci_pci crc_itu_t drm 
sdhci ptp video pps_core wmi
[   31.804225] CPU: 6 PID: 0 Comm: swapper/6 Tainted: GW
3.10.0-031000rc6-generic #201306151835
[   31.804226] Hardware name: LENOVO 428449G/428449G, BIOS 8BET58WW (1.38 ) 
07/06/2012
[   31.804228]  c184d8ac c184d8ac f64f1d8c c15fbb75 f64f1db4 c1038b34 c184d870 
f64f1de0
[   31.804232]  00ff c153089a c153089a f5a3  fffefa0c f64f1dcc 
c1038bf3
[   31.804235]  0009 f64f1dc4 c184d870 f64f1de0 f64f1dfc c153089a c184d8ac 
00ff
[   31.804239] Call Trace:
[   31.804243]  [c15fbb75] dump_stack+0x16/0x18
[   31.804252]  [c1038b34] warn_slowpath_common+0x64/0x80
[   31.804255]  [c153089a] ? dev_watchdog+0x1da/0x1f0
[   31.804257]  [c153089a] ? dev_watchdog+0x1da/0x1f0
[   31.804259]  [c1038bf3] warn_slowpath_fmt+0x33/0x40
[   31.804260]  [c153089a] 

[Bug 761470] Re: network manager does not show defined VPN connections

2013-06-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 764451 ***
https://bugs.launchpad.net/bugs/764451

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

** Changed in: network-manager-applet (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/761470

Title:
  network manager does not show defined VPN connections

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

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


[Bug 1158129] Re: fwts_test reports high falures for hibernation/suspend test

2013-06-19 Thread Alex Hung
The patch in #6 is released in UBUNTU: Ubuntu-lts-3.5.0-34.55.

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

Title:
  fwts_test reports high falures for hibernation/suspend test

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

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


[Bug 1145803] Re: [Dell Latitude 6340u] FWTS complaints during Hibernate/Resume test

2013-06-19 Thread Alex Hung
A kernel patch fix this AE_TIME error:
commit 7348ba22fd54a8683e55d3cab1287bce918cfb03
Author: Lan Tianyu tianyu@intel.com
Date:   Mon May 6 03:23:40 2013 +

ACPI / EC: Restart transaction even when the IBF flag set

BugLink: http://bugs.launchpad.net/bugs/1186062

commit 28fe5c825f8e15744d04c7c1b8df197950923ecd upstream.

The EC driver works abnormally with IBF flag always set.
IBF means The host has written a byte of data to the command
or data port, but the embedded controller has not yet read it.
If IBF is set in the EC status and not cleared, this will cause
all subsequent EC requests to fail with a timeout error.

Change the EC driver so that it doesn't refuse to restart a
transaction if IBF is set in the status.  Also increase the
number of transaction restarts to 5, as it turns out that 2
is not sufficient in some cases.

This bug happens on several different machines (Asus V1S,
Dell Latitude E6530, Samsung R719, Acer Aspire 5930G,
Sony Vaio SR19VN and others).

This is included in UBUNTU: Ubuntu-lts-3.5.0-34.55.


** Changed in: linux (Ubuntu)
   Status: Won't Fix = 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/1145803

Title:
  [Dell Latitude 6340u] FWTS complaints during Hibernate/Resume test

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

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


[Bug 1145803] Re: [Dell Latitude 6340u] FWTS complaints during Hibernate/Resume test

2013-06-19 Thread Po-Hsu Lin
Verified with 201208-11536, 12.04.2 (3.5.0-34), bug solved.

** Changed in: linux (Ubuntu)
   Status: Fix Committed = 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/1145803

Title:
  [Dell Latitude 6340u] FWTS complaints during Hibernate/Resume test

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

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


[Bug 1192051] Re: plymouthd spinning at 100% CPU after I log in

2013-06-19 Thread Daniel van Vugt
** Changed in: plymouth (Ubuntu)
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

** Changed in: plymouth (Ubuntu)
   Status: New = 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/1192051

Title:
  plymouthd spinning at 100% CPU after I log in

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

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


[Bug 1187318] Re: Splash skips text when asking for LUKS password

2013-06-19 Thread Ballock
Ok, I am able to reproduce it with Virtualbox.

The steps are as follows:
1. Create a VM with 28GB of dynamic storage (you won't use it all up, but the 
partitioning scheme requires that).
2. Use a mini.iso from 
http://archive.ubuntu.com/ubuntu/dists/raring/main/installer-i386/20101020ubuntu231/images/netboot/
3. Boot the ISO with url to the preseed file (attached).
4. As part of the installation, a prompt for HDD password will appear.
5. Upon reboot you will get a box without an explanation what it's for.

The seed file is nothing fancy, just the regular LVM on LUKS.

** Attachment added: A preseed file with LUKS crypt partitioning
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1187318/+attachment/3707195/+files/hdd-part.seed

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

Title:
  Splash skips text when asking for LUKS password

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

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


[Bug 1016996] Re: Right ALT key mapped through .Xmodmap does not work in Firefox

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

** Changed in: thunderbird (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/1016996

Title:
  Right ALT key mapped through .Xmodmap does not work in Firefox

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

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


[Bug 1157732] Re: [MIR] circle of friends

2013-06-19 Thread Colin Watson
Moved qtdeclarative-opensource-src and qtjsbackend-opensource-src to
main.

** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: qtjsbackend-opensource-src (Ubuntu)
   Status: Fix Committed = 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/1157732

Title:
  [MIR] circle of friends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accounts-qml-module/+bug/1157732/+subscriptions

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


[Bug 1192489] [NEW] se toolkit not working properly

2013-06-19 Thread abhishek samvedi
Public bug reported:

se toolkit is not working properly and is not getting updated

** Affects: update-manager (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/1192489

Title:
  se toolkit not working properly

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

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


[Bug 1192319] Re: snmpd init script uses start-stop-daemon without pidfile argument

2013-06-19 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I've just checked the Debian net-snmp source, and it looks like this bug
applies equally there. So it would be best fixed in Debian, and then
Ubuntu will pick it up on the next merge. In any case, I'd prefer to see
an opinion from the Debian maintainer on this.

Would you mind filing a bug with Debian please?

** Tags added: bitesize needs-upstream-report

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  snmpd init script uses start-stop-daemon without pidfile argument

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

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


[Bug 1192490] [NEW] crash install

2013-06-19 Thread rolmops
Public bug reported:

crash install

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.6
ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
Uname: Linux 3.9.0-6-generic i686
ApportVersion: 2.10.2-0ubuntu1
Architecture: i386
CasperVersion: 1.333
Date: Wed Jun 19 12:24:05 2013
InstallCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz root=UUID=38DD-ED73 
file=/cdrom/preseed/ubuntu.seed debian-installer/language=ru 
keyboard-configuration/layoutcode=us iso-scan/filename=/saucy-desktop-i386.iso 
boot=casper noprompt quiet splash --
LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Alpha i386 (20130618)
MarkForUpload: True
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 saucy ubiquity-2.15.6 ubuntu

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

Title:
  crash install

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

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


[Bug 1192175] Re: Use of mode=assign in default configuration

2013-06-19 Thread BubuXP
Correcting the above bug may introduce this issue:
https://bugs.freedesktop.org/show_bug.cgi?id=60748
that has been fixed by using target=pattern instead of target=font.

For example, the 10-antialias.conf file at the moment is:

?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
!--  Use the Antialiasing -- 
  match target=font
edit name=antialias mode=assignbooltrue/bool/edit
  /match
/fontconfig

it should become:

?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
!--  Use the Antialiasing -- 
  match target=pattern
edit name=antialias mode=append
  booltrue/bool
/edit
  /match
/fontconfig


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

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

Title:
  Use of mode=assign in default configuration

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

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


[Bug 998918] Re: openvpn openssl.cnf file missing

2013-06-19 Thread Jean Paul Galea
*** This bug is a duplicate of bug 992012 ***
https://bugs.launchpad.net/bugs/992012

Hi,

I am running into this problem too. The issue, as eas mentioned, is in
the pattern matching.

On Ubuntu 12.04.2 LTS (Precise):

 ~# dpkg -l | grep -i openssl
 ii  openssl   1.0.1-4ubuntu5.9Secure 
 Socket Layer (SSL) binary and related cryptographic tools
 ~# openssl version
 OpenSSL 1.0.1 14 Mar 2012

On Debian 7 (Wheezy):

 ~# dpkg -l | grep -i openssl
 ii  openssl  1.0.1e-2 amd64   
  Secure Socket Layer (SSL) binary and related cryptographic tools
 ~# openssl version
 OpenSSL 1.0.1e 11 Feb 2013


In ./easy-rsa/whichopensslcnf, this line tries to match [[:alnum:]] after 
[[:digit:]], which is non existent for the Ubuntu package.

 elif $OPENSSL version | grep -E 1\.0\.([[:digit:]][[:alnum:]]) 
/dev/null; then


Running this pattern match manually reproduces this;

On Ubuntu 12.04.2 LTS (Precise):

 ~# openssl version | grep -E 1\.0\.([[:digit:]][[:alnum:]])
 ~# echo $?
 1

On Debian 7 (Wheezy):

 ~ # openssl version | grep -E 1\.0\.([[:digit:]][[:alnum:]])
 OpenSSL 1.0.1e 11 Feb 2013
 ~# echo $?
 0


The easy fix is to remove [[:alnum:]] from the regex, but I am not sure if that 
would introduce regressions.

More foolproof solution would be for the script to check if it's running
on Debian or Ubuntu and take that into consideration when doing the
pattern match.

It will also be interesting to know why the Debian package has e in
its version number and the Ubuntu package doesn't.

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

Title:
  openvpn  openssl.cnf file missing

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

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


[Bug 1179801] Re: Can't connect to A2DP Device in Ubuntu 13.04

2013-06-19 Thread Biblioclasta
** 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/1179801

Title:
  Can't connect to A2DP Device in Ubuntu 13.04

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

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


[Bug 1169409] Re: [HP Pavilion 23] Brightness control doesn't work.

2013-06-19 Thread AceLan Kao
I didn't have time to check this, but from what you described.
If there are 2 acpi_video in /sys/class/backlight, that means BIOS provides us 
2 ACPI backlight devices.
But only one of them is the right one to adjust the brightness.

If the above guess is correct, then the 2 acpi backlight device should be
   /sys/class/backlight/acpi_video0
and
   /sys/class/backlight/acpi_video1
The working one should be acpi_video0, and acpi_video1 is the redundant one.
You can check it by echo value to the brightness file in those directory to 
figure out which one is working.

So, the problem is why gnome-setting-daemons choose to use acpi_video1 to 
adjust the brightness instead of acpi_video0.
More over, I think, in this case, g-s-d should try to adjust all acpi backlight 
devices if there are more than one device exists.
So, it's a BIOS issue or a g-s-d issue, not kernel.

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

Title:
  [HP Pavilion 23] Brightness control doesn't work.

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

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


[Bug 1181817] Re: 'Appearance' settings dialog crashes on launch

2013-06-19 Thread James Brierley
This is still an issue and apport-cli is still denying that launchpadlib
is installed (though it is). I can't change my wallpaper and I can't
update the bug where I'm reporting it. I'm attaching the crash file
manually. It's the best I can do.

** Attachment added: _usr_bin_gnome-control-center.1000.crash
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1181817/+attachment/3707236/+files/_usr_bin_gnome-control-center.1000.crash

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

Title:
  'Appearance' settings dialog crashes on launch

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

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


[Bug 1192218] Re: On multiprocessors, at most use: x processors option is ignored

2013-06-19 Thread LocutusOfBorg
quoting David Anderson

If the % of processors is specified (i.e. nonzero)
then the use at most N is ignored.

We want to discourage the use of use at most N because it's
not future-proof.

-- David

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

Title:
  On multiprocessors, at most use: x processors option is ignored

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

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


[Bug 1192218] Re: On multiprocessors, at most use: x processors option is ignored

2013-06-19 Thread LocutusOfBorg
Freely quoting from boinc_alpha list
SekeRob
Seen several times on the WCG member forums there was the assertion that
the particular rule after 6.2.28 is to 'only' use the  of processors. I
did test percent of processors on my Octo, in Windows 7-64, and 87.5 did
drop the running threads to 7,

18/06/2013 19:29:57 |  | Number of usable CPUs has changed from 8 to 7.
18/06/2013 19:29:57 |  | max CPUs used: 7
18/06/2013 19:29:57 |  | don't use GPU while active
18/06/2013 19:29:57 |  | suspend work if non-BOINC CPU load exceeds 75 %
18/06/2013 19:29:57 |  | (to change preferences, visit a project web
site or select Preferences in the Manager)
18/06/2013 19:29:58 | World Community Grid | [cpu_sched] Preempting
DSFL_00090-45_011_0446_4 (left in memory)

  even 25% dropped it to just 2.

18/06/2013 19:31:04 |  | Number of usable CPUs has changed from 7 to 2.
18/06/2013 19:31:04 |  | max CPUs used: 2
18/06/2013 19:31:04 |  | don't use GPU while active
18/06/2013 19:31:04 |  | suspend work if non-BOINC CPU load exceeds 75 %
18/06/2013 19:31:04 |  | (to change preferences, visit a project web
site or select Preferences in the Manager)
18/06/2013 19:31:04 | World Community Grid | [cpu_sched] Preempting
DSFL_00090-35_018_0355_0 (left in memory)
18/06/2013 19:31:04 | World Community Grid | [cpu_sched] Preempting
DSFL_00090-35_017_0097_0 (left in memory)
18/06/2013 19:31:04 | World Community Grid | [cpu_sched] Preempting
DSFL_00090-35_017_0044_0 (left in memory)
18/06/2013 19:31:04 | World Community Grid | [cpu_sched] Preempting
DSFL_00090-35_018_0741_0 (left in memory)
18/06/2013 19:31:04 | World Community Grid | [cpu_sched] Preempting
DSFL_00090-35_018_0555_0 (left in memory)

Alternating here due the coming and going heat. Since presently testing
the WCG build 7.0.68 [the DCF fix applied, as properties no longer shows
it on this project, but on others without the dont_use_dcf/ do in the
BM], tried it just now, with the said 25% in local prefs and 2
processors on website, leaving the % there at 100%. Updated, and then
increased local pref to 37.5%.

18/06/2013 19:32:42 |  | max CPUs used: 2
18/06/2013 19:32:42 |  | don't use GPU while active
18/06/2013 19:32:42 |  | suspend work if non-BOINC CPU load exceeds 75 %
18/06/2013 19:32:42 |  | (to change preferences, visit a project web
site or select Preferences in the Manager)
18/06/2013 19:32:42 | World Community Grid | [sched_op] Deferring
communication for 21 sec
18/06/2013 19:32:42 | World Community Grid | [sched_op] Reason:
requested by project
18/06/2013 19:33:24 | World Community Grid | General prefs: from World
Community Grid (last modified 18-Jun-2013 19:32:29)
18/06/2013 19:33:24 | World Community Grid | Host location: none
18/06/2013 19:33:24 | World Community Grid | General prefs: using your
defaults
18/06/2013 19:33:24 |  | Reading preferences override file
18/06/2013 19:33:24 |  | Preferences:
18/06/2013 19:33:24 |  | max memory usage when active: 6918.88MB
18/06/2013 19:33:24 |  | max memory usage when idle: 7732.87MB
18/06/2013 19:33:24 |  | max disk usage: 5.00GB
18/06/2013 19:33:24 |  | Number of usable CPUs has changed from 2 to 3.
18/06/2013 19:33:24 |  | max CPUs used: 3
18/06/2013 19:33:24 |  | don't use GPU while active
18/06/2013 19:33:24 |  | suspend work if non-BOINC CPU load exceeds 75 %
18/06/2013 19:33:24 |  | (to change preferences, visit a project web
site or select Preferences in the Manager)
18/06/2013 19:33:25 | World Community Grid | [cpu_sched] Resuming
DSFL_00090-35_018_0355_0
18/06/2013 19:33:25 | World Community Grid | Resuming task
DSFL_00090-35_018_0355_0 using dsfl version 625 in slot 0

Seems here things work as per expected... the % overrides the processors
hard number from website location aka global_preferences. Finally set
local prefs to 87.5% and then to 100%, and log response is still
following correctly.

18/06/2013 19:37:29 | World Community Grid | General prefs: from World
Community Grid (last modified 18-Jun-2013 19:32:29)
18/06/2013 19:37:29 | World Community Grid | Host location: none
18/06/2013 19:37:29 | World Community Grid | General prefs: using your
defaults
18/06/2013 19:37:29 |  | Reading preferences override file
18/06/2013 19:37:29 |  | Preferences:
18/06/2013 19:37:29 |  | max memory usage when active: 6918.88MB
18/06/2013 19:37:29 |  | max memory usage when idle: 7732.87MB
18/06/2013 19:37:29 |  | max disk usage: 5.00GB
18/06/2013 19:37:29 |  | Number of usable CPUs has changed from 3 to 7.
18/06/2013 19:37:29 |  | max CPUs used: 7
18/06/2013 19:37:29 |  | don't use GPU while active
18/06/2013 19:37:29 |  | suspend work if non-BOINC CPU load exceeds 75 %
18/06/2013 19:37:29 |  | (to change preferences, visit a project web
site or select Preferences in the Manager)
18/06/2013 19:37:29 | World Community Grid | [cpu_sched] Resuming
DSFL_00090-35_017_0097_0
18/06/2013 19:37:29 | World Community Grid | Resuming task
DSFL_00090-35_017_0097_0 using dsfl version 625 in slot 2

Re: [Bug 1188131] Re: lightdm does not start on boot since change to use plymouth-ready (precise)

2013-06-19 Thread Andrew Duncan
Yes, I have /etc/init/plymouth-splash.conf

Its contents are:

descriptionUserspace bootsplash

start on (started plymouth
   and (graphics-device-added PRIMARY_DEVICE_FOR_DISPLAY=1
or drm-device-added PRIMARY_DEVICE_FOR_DISPLAY=1
or stopped udev-fallback-graphics))

exec /bin/plymouth show-splash


On 10/06/13 08:53, Sebastien Bacher wrote:
 thanks for your bug report, some similar issues are being discussed on
 the SRU bug, do you have a  /etc/init/plymouth-splash.conf?

 ** Summary changed:

 - lightdm does not start on boot
 + lightdm does not start on boot since change to use plymouth-ready (precise)

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

 ** Also affects: lightdm (Ubuntu Precise)
 Importance: Undecided
 Status: New

 ** Changed in: lightdm (Ubuntu Precise)
 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/1188131

Title:
  lightdm does not start on boot since change to use plymouth-ready
  (precise)

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

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


[Bug 1192499] [NEW] virsh migration copy-storage-all fails with Unable to read from monitor: Connection reset by peer

2013-06-19 Thread chandrashekar shastri
Public bug reported:

virsh migration copy-storage-all  fails with Unable to read from
monitor: Connection reset by peer and shut downs the guest on the
source host.

Kernel Version:  3.10.0-rc5+

Libvirt Version: 1.0.6

Qemu Version: 1.5.50

Steps to reproduce the issue:

1. Created the qemu-img create -f qcow2 vm.qcow2 11G on the destination host 
which is same as the source.
2. Started the guest on the source
3. Started the vncdisplay to monitor the guest
4. Initiated the migration virsh migrate --live VM1 qemu+ssh://host-ip/system 
tcp://host-ip --verbose --copy-storage-all
5. It started the copying the storage from souce to destination (conitinously 
monitored it was growing)
6. Guest on the destination was paused and was running on the source
7. At some point the VM on the source got shutdown and migration failed with 
Unable to read from monitor: Connection reset by peer

Attached the libvirt debug logs.

The debug logs shows :

2013-06-19 08:43:12.253+: 4026: debug : virEventPollInterruptLocked:716 : 
Interrupting
2013-06-19 08:43:12.253+: 4026: debug : virEventPollAddTimeout:248 : 
EVENT_POLL_ADD_TIMEOUT: timer=1 frequency=0 cb=0x7fe930baa960 opaque=(nil) 
ff=(nil)

Note: The virsh live migration works fine with nfs storage from source to 
destination and vice versa.
With libvirt 1.0.5 and qemu 1.5 also we were facing the same issue, but with 
that even Live migration with nfs also was not working.

Guest XML:


domain type='kvm'
  nameVM1/name
  uuid47feb0e1-0c23-9be9-da12-2ead34864de2/uuid
  memory unit='KiB'4096000/memory
  currentMemory unit='KiB'2048000/currentMemory
  vcpu placement='auto'1/vcpu
  numatune
memory mode='strict' nodeset='0'/
  /numatune
  os
type arch='x86_64' machine='pc-i440fx-1.5'hvm/type
boot dev='hd'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/local/bin/qemu-system-x86_64/emulator
disk type='file' device='disk'
  driver name='qemu' type='qcow2' cache='none'/
  source file='/home/images/VM1.qcow2'/
  target dev='hda' bus='ide'/
  address type='drive' controller='0' bus='0' target='0' unit='0'/
/disk
disk type='block' device='cdrom'
  driver name='qemu' type='raw'/
  target dev='hdc' bus='ide'/
  readonly/
  address type='drive' controller='0' bus='1' target='0' unit='0'/
/disk
controller type='usb' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x2'/
/controller
controller type='ide' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x1'/
/controller
controller type='pci' index='0' model='pci-root'/
interface type='network'
  mac address='52:54:00:9d:cf:bb'/
  source network='default'/
  model type='rtl8139'/
  address type='pci' domain='0x' bus='0x00' slot='0x03' 
function='0x0'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target type='serial' port='0'/
/console
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'
  listen type='address' address='127.0.0.1'/
/graphics
video
  model type='cirrus' vram='9216' heads='1'/
  address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/
/video
memballoon model='virtio'
  address type='pci' domain='0x' bus='0x00' slot='0x05' 
function='0x0'/
/memballoon
  /devices
  seclabel type='none' model='selinux'/
/domain

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

** Attachment added: Libvirt Debug logs
   
https://bugs.launchpad.net/bugs/1192499/+attachment/3707239/+files/migrate.log

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

Title:
  virsh migration copy-storage-all  fails with Unable to read from
  monitor: Connection reset by peer

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

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


[Bug 1163107] Re: Wacom calibration results are off (wrong area)

2013-06-19 Thread Tomas
Hi Josh et al. Testing the calibration before your workaround didn't yield 
proper results, it was still way off. After entering a reasonable  value in 
dconf and recalibrating it indeed seems to calibrate my pen instead of touch, 
resulting in a nicely calibrated screen.
Sorry about not realising this earlier. As far as I'm considered this bug is 
fixed.

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

Title:
  Wacom calibration results are off (wrong area)

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

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


[Bug 1177606] Re: software-center crashes on startup with X error

2013-06-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1163886 ***
https://bugs.launchpad.net/bugs/1163886

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

** Changed in: software-center (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/1177606

Title:
  software-center crashes on startup with X error

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

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


[Bug 1187709] Re: nautilus segfaults in gtk_icon_info_get_attach_points()

2013-06-19 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  nautilus segfaults in gtk_icon_info_get_attach_points()

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

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


[Bug 1192500] [NEW] Gedit spellcheck problem with first capitalised word in a sentence

2013-06-19 Thread Jan Frybort
Public bug reported:

First capitalised words in sentences are wrong marked as errors. This
problem appears (so far randomly) after some time of using the
spellchecking. It can be temporarily corrected by selecting a different
language and than changing back. Turing the spellchecking off and on
again does not help. Screenshot showing the bug is attached.

Ubuntu 13.04
gedit 3.6.2-0ubuntu1
enchant 1.6.0-7build1

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

** Attachment added: spellchecking bug screenshot
   
https://bugs.launchpad.net/bugs/1192500/+attachment/3707240/+files/spellcheck_bug.jpg

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

Title:
  Gedit spellcheck problem with first capitalised word in a sentence

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

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


[Bug 1191700] Re: [saucy] software-properties-gtk crashed with Exception NameHasNoOwner: Could not get owner of name 'com.ubuntu.SoftwareProperties'

2013-06-19 Thread B Bobo
The error message appears when one of the Ubuntu update programs runs
automatically shortly after GUI login. The error message also appears
when I try to run USC manually, and USC crashes. Soon the whole desktop
crashes too.

This all started after applying saucy updates dated 2013-06-14.

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

Title:
  [saucy] software-properties-gtk crashed with Exception NameHasNoOwner:
  Could not get owner of name 'com.ubuntu.SoftwareProperties'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1191700/+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   >