[Bug 914155] [NEW] install of lxcguest needs fixing

2012-01-10 Thread Serge Hallyn
Public bug reported:

There are two bugs in the way lxcguest is installed in post_process() by
lxc:

1. the host's /etc/resolv.conf should be copied into the chroot.
Otherwise a cached image will fail to upgrade after a network context
change.

2. The chroot needs to do 'apt-get update' before the apt-get install
lxcguest.  Otherwise an out of date cache will fail.

Point (2) would also be fixed by the (previously proposed) periodic
clearing of the cache, but let's go ahead and apt-get update now and
consider cache clearing later.

** Affects: lxc (Ubuntu)
 Importance: Medium
 Status: Triaged

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

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

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

Title:
  install of lxcguest needs fixing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/914155/+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 900620] Re: Possible Bug: php5-fpm does not listen on a socket by default

2012-01-10 Thread Ubuntu Foundation's Bug Bot
The attachment PHP-FPM - Use UNIX Sockets Instead of TCP Listener of
this bug report has been identified as being a patch.  The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch.  In the event that this is in fact not a patch you can
resolve this situation by removing the tag 'patch' from the bug report
and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Possible Bug: php5-fpm does not listen on a socket by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/900620/+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 906500] Re: lxc-create fails with errors that it is unable to access archive.ubuntu.com

2012-01-10 Thread Serge Hallyn
*** This bug is a duplicate of bug 914155 ***
https://bugs.launchpad.net/bugs/914155

** This bug has been marked a duplicate of bug 914155
   install of lxcguest needs fixing

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

Title:
  lxc-create fails with errors that it is unable to access
  archive.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/906500/+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 901482] Re: lxc should nest under init's cgroup

2012-01-10 Thread Serge Hallyn
(patch sent upstream on Dec 9 2011,
http://sourceforge.net/mailarchive/message.php?msg_id=28520174
)

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

Title:
  lxc should nest under init's cgroup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/901482/+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 914160] [NEW] [MIR] openvswitch

2012-01-10 Thread Chuck Short
Public bug reported:

Availability: Available in universe for all arches
Rationale: Apart of the servercloud-p-openvswitch-mir specification.
Security: No open CVE history.
Quatlity:
* Package works out of the box.
* No debconf questions.
* Package is well maintained in Ubuntu/Debian.
* No special hardware is required
* Package has a testsuite enabled.
* No debian/watch file.
Dependencies: All dependencies are in main
Maintenance: Simple package that is going to be maintained by the Ubuntu Server 
Team.

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

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

Title:
  [MIR] openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/914160/+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 914169] [NEW] lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-10 Thread Gary Poster
Public bug reported:

William and Robert developed the lxc-start-ephemeral script to support a
use case that the version in the package no longer supports, to the best
of our knowledge.

Specifically, we need to be able to programmatically start ephemeral
instances, send them a command and get the results, and then shut down
the instance.  The packaged version instead starts an instance, directs
users to use lxc-console, and then starts lxc-monitor to wait for the
instance to close.

We may have missed a way to use the existing approach for what we need,
and are happy to talk about it.

If not, we believe that a nice solution would be to allow an option to
lxc-start-ephemeral for a command that, if provided, is run instead of
lxc-monitor.  This command would be able to have a placeholder string;
before the command is run, the placeholder would be replaced by the name
of the ephemeral container.  The command would inherit lxc-start-
ephemeral's stdout and stderr.  After the command finished, lxc-start-
ephemeral would proceed to shut off the instance, just as it does now
after lxc-monitor.

Thank you

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

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/914169/+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 913952] Re: no console on precise containers

2012-01-10 Thread Serge Hallyn
** Bug watch added: Debian Bug tracker #655310
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655310

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

** Package changed: lxc (Debian) = util-linux (Debian)

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

Title:
  no console on precise containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/913952/+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-p-juju-mir] Juju MIR

2012-01-10 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
  Status: all txaws patches were accepted upstream and uploaded, so the
  universe dependencies have been cut significantly. Zookeeper MIR should
  be able to proceed.
  
  Work Items:
  MIR txaws: DONE
  MIR txzookeeper: DONE
- MIR zookeeper: INPROGRESS
+ MIR zookeeper: DONE
  MIR juju ( http://pad.lv/912861 ): DONE
  follow-up on juju and zookeeper MIR's: TODO
  
  Questions:
  Are there any other changes to packaging which will be required to MIR this? 
--Daviey
  Are the current defaults sane? --Daviey

-- 
Juju MIR
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-mir

-- 
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 856149] Re: bacula-fd won't automatically start at boot

2012-01-10 Thread Manfred Olm
same problem with 10.04

I execute 
~$ grep bacula /var/log/boot.log
/var/log/boot.log:Starting Bacula Enterprise File Daemon: 
/etc/bacula/bin/bacula-fd: error while loading shared libraries: 
libbacfind-4.0.6.so: cannot open shared object file: No such file or directory

Soluce here
http://www.newitperson.com/2011/01/solve-bacula-error-error-loading-shared-libraries-libbacfind-5-0-3-so-open-shared-object-file-file-directory/

May you test this ?

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

Title:
  bacula-fd won't automatically start at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/856149/+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-p-iso-install-testing] Ubuntu Server ISO Testing

2012-01-10 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
+ Update 20111001:
+ 
+ Current ISO testing framework has been frozen; its not really
+ maintainable past its current function in its current form.
+ 
+ Framework will be re-factored to be more re-usable as part of work in
+ the QA team.
+ 
+ Work items that depend on new features postponed until precise+1.
+ Requirements will be fed to the QA team.
+ 
+ 
+ 
  Summary of Objectives for Precise:
  
  1) Fill gaps in current server ISO testing scope
  - Multi LVM layout test
  - RAID tests
  - iSCSI root tests
  
  2) Automated testing of preseeded network installations using orchestra
  - Cover mini.iso testing for all supported releases.
  
  3) Separate ubuntu-server-iso-testing into framework and tests
  - Easier management of tests without rebuilding packages
  - Support for multiple releases much easier.
  
  4) Investigate frameworks for testing the actual installation experience
  
  Full session notes from UDS-P: http://pad.ubuntu.com/uds-p-servercloud-p
  -iso-install-testing
  
  Work items precise-alpha-1:
  Update ubuntu-server-iso-testing framework to support missing test cases: DONE
  Separate test configuration from framework codebase: DONE
  
  Work items precise-alpha-2:
  Write Multi-LVM test case: DONE
  Write RAID test case: DONE
  
  Work items precise-beta-1:
- Update test framework to support iSCSI testing: TODO
- Write iSCSI root test cases: TODO
+ Update test framework to support iSCSI testing: POSTPONED
+ Write iSCSI root test cases: POSTPONED
  
  Work items precise-beta-2
- Automated testing of orchestra: TODO
+ Automated testing of orchestra: POSTPONED
  
  Work items:
  Expand manual test cases to cover options presented during install: TODO
- Investigation into potential frameworks for visual testing of server and 
desktop installs (speak to QA): TODO
+ Investigation into potential frameworks for visual testing of server and 
desktop installs (speak to QA): DONE
  
  Questions/comments:
  What do you think Automated testing of preseed network installations using 
orchestra will include? --Daviey
  Thanks

-- 
Ubuntu Server ISO Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-iso-install-testing

-- 
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 914169] Re: lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-10 Thread Serge Hallyn
The original script created the ephemeral container, started it with
lxc-start, then ssh'd to it.

I wonder if it would suffice to create the ephemeral container, then run
the specified command in it with lxc-execute, rather than using lxc-
start.  That would mean the upstart jobs would not start however.

Would that suffice for your use case?

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/914169/+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-p-openstack] Openstack Next Steps

2012-01-10 Thread Chuck Short
Blueprint changed by Chuck Short:

Whiteboard changed:
  Etherpad:
    edit: http://pad.ubuntu.com/uds-p-servercloud-p-openstack
    time slider: 
http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-openstack/latest
  
  - add some mechanism to promote ubuntu images, options:
    - populate ubuntu images upon glance installation
    - option in dashboard to download/install
  
  Work Items:
  
  [zulcss] Package Nova Essex: INPROGRESS
  [zulcss] Package Swift Essex: INPROGRESS
  [zulcss] Package Glance Essex: INPROGRESS
  [zulcss] Package Keystone Essex: INPROGRESS
  [zulcss] Package Horizon Essex: INPROGRESS
  [zulcss] Week 6 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  [zulcss] Week 7 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 8 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
- Week 9 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 10 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 11 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 12 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 13 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 14 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 15 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 16 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 17 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 18 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 19 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 20 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 21 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 22 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 23 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 24 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Evaluate and package melange for Universe: DONE
  Package quantum for Universe: DONE
  MIR for keystone: INPROGRESS
- MIR for horizon: TODO
- Enable SSL for Nova: TODO
- Enable SSL for Glance: TODO
- Make sure Nova configuration is sane: TODO
- Make sure Glance configuration is sane: TODO
+ MIR for horizon: INPROGRESS
+ Enable SSL for Nova: INPROGRESS
+ Enable SSL for Glance: INPROGRESS
+ Make sure Nova configuration is sane: DONE
+ Make sure Glance configuration is sane: DONE
  Investigate S3 for Glance: TODO
  Make sure all services are using upstart: TODO
  [zulcss] Start Nova EC2 API team: DONE
  Fix keystone to use with EC2: TODO
  Fix EC2 Bugs: TODO
  Solve EC2 ID issue (to allow multiple zones): TODO
  Test ARM/LXC support: TODO
  Fix Openstack Bug #: TODO
  Test IPV6 on Nova: TODO
  Check on Nova auditing and billing: TODO
  Test Nova with a large number of instances: INPROGRESS
  Test Nova with a large load: INPROGRESS
  Test Nova with large uptime: INPROGRESS
  Fix nova-lxc Bug #: TODO
  Investigate automatic sync/awareness of cloud-images content: TODO
  Implement horizon awareness of cloud-images content: TODO
  Implement automatic sync of cloud-images content: TODO
  Package horizon awareness of cloud-images content: TODO
  Package automatic sync of cloud-images content: TODO

-- 
Openstack Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-openstack

-- 
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 913952] Re: no console on precise containers

2012-01-10 Thread Bug Watch Updater
** Changed in: util-linux (Debian)
   Status: Unknown = New

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

Title:
  no console on precise containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/913952/+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 914169] Re: lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-10 Thread Gary Poster
Yes, the way the ssh was assembled was a bit rough--running sed over the
dhcp leases to find the ip address of the container name.  In the
solution I proposed on this bug, we were going to initially do the same
within the command string.  At least the hack would not be in lxc
itself.  Later we might be able to make it a bit more pleasant by using
avahi in the container and sshing to [container name].local.

My best understanding of lxc-execute is that it won't be sufficient.  We
need a number of system services to run Launchpad tests, especially
Apache and Postgres.  However, I'm happy to be educated and shown to be
wrong--perhaps we could write a custom script that would start what we
needed and then do the actual job we want.  The fact we have to use sudo
with this solution (AIUI) is a bit of a problem too: we want automated
processes to run this, and we really don't want to run them with root
privileges, nor with a root password.

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/914169/+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 786813] Re: Enable avahi support in samba

2012-01-10 Thread Iuri Diniz
But avahi is only default for desktop distro.

Samba (SMBD) is more suitable for file server.

I think is better disable avahi and include on samba package a avahi
service file:

?xml version=1.0 standalone='no'?
!DOCTYPE service-group SYSTEM avahi-service.dtd
service-group
   name replace-wildcards=yesSamba Shares on %h/name
   service
   type_smb._tcp/type
   port139/port
   /service
/service-group

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

Title:
  Enable avahi support in samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/786813/+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-p-hadoop] Ubuntu Server + Hadoop and Bigdata

2012-01-10 Thread Juan L. Negron
Blueprint changed by Juan L. Negron:

Whiteboard changed:
  Summary of objectives for Precise:
  
  1) Ubuntu will target packaging Apache Hadoop
  - Help drive support for running under OpenJDK
  - Packaging will retain flavour of most popular upstream packaging
  - Focus will be on most recent stable (0.20.203.0)- validate with upstream 
release schedule
  - Thrift support will not be included
  - LZO and snappy compression options will be investigated
  - universe target this release.
  
  2) Juju Charms will by default align to distro packaging for precise
  
  Full sessions notes from UDS-P:
  http://pad.ubuntu.com/uds-p-servercloud-p-hadoop
  
  Work items precise-alpha-1:
  [mark-mims] Hadoop community input (what about no thrift? etc): DONE
  [mark-mims] Attend HadoopWorld: DONE
  [james-page] Check on release schedule for Apache Hadoop between now and 
Feature Freeze: DONE
  [james-page] Investigate upstream co-operation from Hortonworks/Cloudera to 
ensure ongoing collaboration going forward: INPROGRESS
  
  Work items precise-beta-1:
- [negronjl] adjust hadoop charms to have a configurable backend hadoop, get 
one into the charm repository: TODO
+ [negronjl] adjust hadoop charms to have a configurable backend hadoop, get 
one into the charm repository: DONE
  [james-page] Package KFS for Ubuntu: INPROGRESS
  [james-page] Package Apache ftp-server for Ubuntu: TODO
  [james-page] Package Hadoop for Ubuntu: TODO
  
  Work Items:
  [james-page] Active backport packaging post 12.04 release: TODO
  [james-page] Feed back all work to Debian: TODO

-- 
Ubuntu Server + Hadoop and Bigdata
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hadoop

-- 
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 913728] Re: [MIR] cgroup-lite

2012-01-10 Thread Serge Hallyn
** Package changed: libcgroup (Ubuntu) = cgroup-lite (Ubuntu)

** Changed in: cgroup-lite (Ubuntu)
   Status: Invalid = New

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

Title:
  [MIR] cgroup-lite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/913728/+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 914169] Re: lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-10 Thread Gary Poster
** Also affects: launchpad
   Importance: Undecided
   Status: New

** Changed in: launchpad
   Status: New = Triaged

** Changed in: launchpad
   Importance: Undecided = High

** Tags added: paralleltest

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/914169/+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 914160] Re: [MIR] openvswitch

2012-01-10 Thread Ben Pfaff
I don't understand what problem this bug reports.  Can you please
rephrase it?

Thanks,

Ben (upstream maintainer).

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

Title:
  [MIR] openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/914160/+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 914169] Re: lxc-start-ephemeral script does not support in-line programmatic commands to ephemeral containers

2012-01-10 Thread Serge Hallyn
This version of lxc-start-ephemeral makes the following changes:

1. drops aufs (doesn't work on precise)
2. if COMMAND is specified, then, as in Robert's original version, the 
container executes the command and then is destroyed.  If no COMMAND is 
specified, it waits until it is stopped (i.e. with lxc-stop)
3. cleans up on SIGINT etc

** Attachment added: lxc-start-ephemeral
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/914169/+attachment/2666526/+files/lxc-start-ephemeral

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

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

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

Title:
  lxc-start-ephemeral script does not support in-line programmatic
  commands to ephemeral containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/914169/+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-p-lxc-sandboxing] Sandboxing for containers

2012-01-10 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: not yet started
  The seccomp2 patch in the oneiric kernel supports execve, but is not yet 
upstream.  There is a minijail0 POC general sandbox tool which works on precise 
and could be packaged.  LXC support for seccomp2 should be possible.
  
  Work Items:
  [jjohansen] Get seccomp2 into ubuntu kernel or ppa for testing: DONE
- [serge-hallyn] Package minijail0: TODO
- [serge-hallyn] Send POC of lxc integration to lxc-dev: TODO
- [serge-hallyn] Write testcases for lxc seccomp2 integration: TODO
+ [serge-hallyn] First review of new approach: DONE
+ [serge-hallyn] Lkml review of new approach: TODO
+ [serge-hallyn] Package minijail0: POSTPONED
+ [serge-hallyn] Send POC of lxc integration to lxc-dev: POSTPONED
+ [serge-hallyn] Write testcases for lxc seccomp2 integration: POSTPONED
+ 
+ Comments:
+ A patch with a new approach is being worked on.  As such, the
+ previously planned work items do not make sense for this cycle
+ and have been marked POSTPONED.

-- 
Sandboxing for containers
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc-sandboxing

-- 
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-p-libvirt] Libvirt plans for p

2012-01-10 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  NOTE: jdstrand reviewed the svirt for lxc implementation and the code
  is already there. The main question is policy. Once it is upstream and
  the apparmor containers work is done, we can examine the driver in more
  detail and develop appropriate policy.
  
  Status: Not yet started
  
  Work Items:
  [serge-hallyn] document fix for pkcs11 module error (bug 888199): DONE
  [serge-hallyn] Package netcf in Debian: DONE
  [serge-hallyn] MIR netcf: DONE
  [jdstrand] look at svirt for lxc: DONE
- [serge-hallyn] Add needed apparmor lines to support spice: TODO
- [serge-hallyn] Find way to have libvirt call qemu-kvm-spice if installed: TODO
+ [serge-hallyn] Add needed apparmor lines to support spice: INPROGRESS
+ [serge-hallyn] Find way to have libvirt call qemu-kvm-spice if installed: DONE
  [serge-hallyn] Complete bash completion for virsh and send upstream: TODO
  [serge-hallyn] test openvswitch with libvirt and document in features wiki 
page: TODO
  [serge-hallyn] enable netcf: TODO
  [gandelman-a] Ping Ceph devs regarding any pending patches to libvirt 
upstream: TODO
  [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: TODO
  [serge-hallyn] Support (optional) guest suspend/resume in upstart job: TODO

-- 
Libvirt plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-libvirt

-- 
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 651049] Re: php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

2012-01-10 Thread Olivier Dobberkau
Hi Scott,

can have a look at this one please?
Looks like this is a simple fix and it could be added to the next release of 
php5 on lucid. 

Thanks! Olivier.

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

Title:
  php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/651049/+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-p-cloud-power-management] Cloud power management

2012-01-10 Thread Arnaud Quette
Blueprint changed by Arnaud Quette:

Whiteboard changed:
  Work Items:
  [aquette] support for power devices in OCS and Fusion inventory: INPROGRESS
- NUT integration in Cobbler (replace fence-agents): TODO
+ NUT integration in Cobbler (replace or complement fence-agents): TODO
  [aquette] Write juju charm for NUT: TODO
  [andreserl] Write juju charm for NUT: TODO
  [aquette] Design OpenStack (Nova, Power Scheduler) integration with 
PowerWake/PowerNap/NUT: TODO
  [andreserl] Design OpenStack (Nova, Power Scheduler) integration with 
PowerWake/PowerNap/NUT: TODO
  [andreserl] Implement NUT client support in PowerWake: TODO
  [aquette] Implement NUT client support in PowerWake: TODO
  [aquette] Implement PowerChain (power distribution tracking) in NUT: 
INPROGRESS
  [aquette] Implement configuration library and tool for NUT: TODO
  [aquette] Implement network support in nut-ipmipsu: TODO
- [aquette] Implement fence mode (full args on cmd line, no daemonization) in 
NUT (probably not needed): POSTPONED
+ [aquette] Implement fence_nut in fence-agents: TODO
+ [aquette] Create fence_nut Cobbler template: INPROGRESS
  [aquette] Check if all supported fence devices are present in NUT too: 
INPROGRESS
- [aquette] Implement IPMI detection in nut-scanner: TODO
+ [aquette] Implement IPMI detection in nut-scanner: DONE
  [aquette] Implement Python wrapper for nut-scanner: TODO
  [aquette] Implement Perl wrapper for nut-scanner (for inventories): TODO
  [aquette] Update NUT script in Ubuntu QA Regression Testing: DONE
- [emilienkia] AppArmor integration: TODO
+ [emilienkia] AppArmor integration: INPROGRESS
  Convert NUT initscript to upstart: TODO
- Convert NUT initscript to systemd: TODO
+ [aquette] Convert NUT initscript to systemd: DONE
  [aquette] Help / NMU FreeIPMI packages: TODO
  [aquette] MIR for libfreeipmi and libipmimonitoring for nut-ipmi: TODO
- [aquette] Package Avahi publication script for NUT: INPROGRESS
  [aquette] Package Avahi publication script for NUT: INPROGRESS
  [aquette] Package nut-ipmi (need freeipmi packages update): BLOCKED
  [aquette] Package java-nut: TODO
  [aquette] Package nut-scanner: TODO
  [aquette] NUT debconf support: TODO
  
  Remaining bits from UDS-O
  =
  
  Implement NUT support in checkbox: TODO
  [aquette] Implement support for power management testing in 
servercloud-p-complex-deployment-testing using NUT: TODO
  [andreserl] Investigate PowerNap using NUT as a data broker: TODO
  [aquette] Investigate PowerNap using NUT as a data broker: TODO

-- 
Cloud power management
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-power-management

-- 
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 889095] Re: package clamav-freshclam 0.97.3 dfsg-1ubuntu0.11.04.1 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2012-01-10 Thread Launchpad Bug Tracker
[Expired for clamav (Ubuntu) because there has been no activity for 60
days.]

** Changed in: clamav (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package clamav-freshclam 0.97.3 dfsg-1ubuntu0.11.04.1 failed to
  install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/889095/+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 914152] [NEW] empathy does not allow top level domain name

2012-01-10 Thread Gary Dean
Public bug reported:

Empathy will not allow adding a Jabber account that does not have two
domain levels.  For instance, my intranet uses a domain name okusi.
Empathy will not allow you to press the Allow button until an
additional domain level is added (eg. .com).

This possibly started very recently, less than a month I would guess.

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


** Tags: empathy

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

Title:
  empathy does not allow top level domain name

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

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


[Bug 914150] [NEW] oneiric CUPS Brother MFC-7420 - doesn't print - Receiving Data only

2012-01-10 Thread Larry Wilson
Public bug reported:

SYSTEM is Ubuntu Oneiric 11.10, AMD64 Desktop
   Linux server1 3.0.0-15-generic #25-Ubuntu SMP Mon Jan 2 17:44:42 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

Have installed a Brother MFC-7420 laser printer. The printer appears in the 
System Settings -- Printing and is shown in lsusb
   Bus 002 Device 007: ID 04f9:0180 Brother Industries, Ltd MFC-7420

When I print the printer LCD is showing Receiving Data for several
seconds (about 10 to 20 sec) and returns to the Sleeping mode.

HISTORY:
*installed oneiric
* conected printer, followed auto installer - MFC-7420 not found, so tried 
MFC-7820N  - didn't print - device not found
* downloaded drivers from Brother site and installed as per instructions - 
auto install printer, this time with MFC-7420
* test print ( or any other print) gives Receiving Data on printer LCD for 
several seconds
* contacted Brother support, went thru above again and a few other tests, 
including using the MFC-7820N, still only to get Receiving Data on LCD.


There must be a bug in the CUPS system for the Brother MFC-7420, in that:
  * is not recognised correctly by Oneiric
  * data is sent to the printer, but does not print.

Suggestions please ...

** Affects: brother-cups-wrapper-laser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: brother cups data mfc-7420 receiving

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to brother-cups-wrapper-laser in Ubuntu.
https://bugs.launchpad.net/bugs/914150

Title:
  oneiric CUPS Brother MFC-7420 - doesn't print - Receiving Data only

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brother-cups-wrapper-laser/+bug/914150/+subscriptions

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


[Bug 914154] [NEW] Ad banner points to non-canonical maintained software when told to show only those that are canonical maintained

2012-01-10 Thread Kyle Clarke
Public bug reported:

Ubuntu 11.10

Open Ubuntu Software Centre. Click View in menu bar, then Canonical
Maintained Software this hides the paid software and other software
titles not officially maintained by Ubuntu.

The ad still shows Trauma in it's rotation and allows you to click on
it through to it's summary page and allows you to purchase.

When you go back to the main home screen by clicking All Software from
the Trauma summary page, the non canonical software is still hidden.
This differs to how it would work if you were to search for Braid
while showing only canonical software. The search suggests it shows you
the 1 non-canonical maintained software that matches the search.
Advancing to Braid's summary page from here, and then clicking All
Software now shows all software, not just that from Canonical.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: software-center 5.0.3.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Jan 10 20:49:24 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_NZ:en
 PATH=(custom, no user)
 LANG=en_NZ.UTF-8
 SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Ad banner points to non-canonical maintained software when told to
  show only those that are canonical maintained

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

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


[Bug 914154] Re: Ad banner points to non-canonical maintained software when told to show only those that are canonical maintained

2012-01-10 Thread Kyle Clarke
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914154

Title:
  Ad banner points to non-canonical maintained software when told to
  show only those that are canonical maintained

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

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


[Bug 911796] Re: NFS clients can no longer mount shares

2012-01-10 Thread Giuseppe Vacanti
** Changed in: nfs-utils (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/911796

Title:
  NFS clients can no longer mount shares

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

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


[Bug 914153] Re: gnome-settings-daemon crashed with signal 5 in _XReply()

2012-01-10 Thread Apport retracing service
*** This bug is a duplicate of bug 903973 ***
https://bugs.launchpad.net/bugs/903973

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

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/914153/+attachment/2665444/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/914153/+attachment/2665445/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/914153/+attachment/2665446/+files/Disassembly.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/914153/+attachment/2665448/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/914153/+attachment/2665449/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/914153/+attachment/2665451/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 903973
   gnome-settings-daemon crashed with signal 5 in _XReply()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gnome-settings-daemon crashed with signal 5 in _XReply()

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

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


[Bug 914097] Re: power regression + fan noise with with kernel 3.0.0-x

2012-01-10 Thread Ubuntu Foundation's Bug Bot
** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  power regression + fan noise with with kernel 3.0.0-x

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

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


[Bug 897782] Re: System.Globalization.RegionInfo missing ThreeLetterISORegionName, ThreeLetterWindowsRegionName, and CurrencySymbol

2012-01-10 Thread John Church
Tested this with Precise Pangolin and the problem persists. Out of
curiosity I ran the same code on Windows XP with MS .NET 3.5 and got the
following output:

   Name: GB
   DisplayName:  United Kingdom
   EnglishName:  United Kingdom
   IsMetric: True
   ThreeLetterISORegionName: GBR
   ThreeLetterWindowsRegionName: GBR
   TwoLetterISORegionName:   GB
   CurrencySymbol:   £
   ISOCurrencySymbol:GBP

** Changed in: mono (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/897782

Title:
  System.Globalization.RegionInfo missing ThreeLetterISORegionName,
  ThreeLetterWindowsRegionName, and CurrencySymbol

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

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

[Bug 914155] [NEW] install of lxcguest needs fixing

2012-01-10 Thread Serge Hallyn
Public bug reported:

There are two bugs in the way lxcguest is installed in post_process() by
lxc:

1. the host's /etc/resolv.conf should be copied into the chroot.
Otherwise a cached image will fail to upgrade after a network context
change.

2. The chroot needs to do 'apt-get update' before the apt-get install
lxcguest.  Otherwise an out of date cache will fail.

Point (2) would also be fixed by the (previously proposed) periodic
clearing of the cache, but let's go ahead and apt-get update now and
consider cache clearing later.

** Affects: lxc (Ubuntu)
 Importance: Medium
 Status: Triaged

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

** Changed in: lxc (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/914155

Title:
  install of lxcguest needs fixing

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

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


[Bug 914101] Re: Crashes in Ubuntu 11.04

2012-01-10 Thread Chris Coulson
Thanks, but please read the bug reporting guidelines before reporting a
bug, as you were requested on the bug submission form (particularly this
section: https://wiki.ubuntu.com/MozillaTeam/Bugs#Crashes). There is
nothing we can do with your bug report in its current form.

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

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

Title:
  Crashes in Ubuntu 11.04

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

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


[Bug 913808] Re: chromium browser is missing in software-center

2012-01-10 Thread Brian Murray
** Changed in: app-install-data-ubuntu (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: software-center (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: app-install-data-ubuntu (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  chromium browser is missing in software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/app-install-data-ubuntu/+bug/913808/+subscriptions

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


[Bug 867507] Re: [needs-packaging] pypy

2012-01-10 Thread Bug Watch Updater
** Changed in: debian
   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/867507

Title:
  [needs-packaging] pypy

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

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


[Bug 857783] Re: unity-panel-service crashed with SIGSEGV in ffi_call_unix64()

2012-01-10 Thread charles
Bilal, are you able to reproduce this crash?

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

Title:
  unity-panel-service crashed with SIGSEGV in ffi_call_unix64()

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

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


[Bug 841409] Re: GEdit is the only choice as Calendar application in Default Applications dialog

2012-01-10 Thread Sebastien Bacher
 Not fixed when evolution isn't installed, still displays gedit.

right, which is why the gnome-control-center bug is still open and set
as triaged

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

Title:
  GEdit is the only choice as Calendar application in Default
  Applications dialog

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

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


[Bug 914147] Re: UBUNTU 11:04 INSTALLATION CRASHED 1

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that there is a problem with your installation media (CD/DVD).
Please retry your installation with new media and if it still fails I'd
recommend testing your CD drive with other media.  In the event that is
is not in fact an error with your installation media please set the
bug's status back to New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: ubiquity-2.6.10

** Tags added: natty

** Tags added: media-error

** Changed in: ubiquity (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/914147

Title:
  UBUNTU 11:04 INSTALLATION CRASHED 1

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

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


[Bug 914102] Re: Suggestion: do not set gconf env vars to non-existing files

2012-01-10 Thread Ubuntu Foundation's Bug Bot
The attachment do not set env vars to non-existing files of this bug
report has been identified as being a patch.  The ubuntu-reviewers team
has been subscribed to the bug report so that they can review the patch.
In the event that this is in fact not a patch you can resolve this
situation by removing the tag 'patch' from the bug report and editing
the attachment so that it is not flagged as a patch.  Additionally, if
you are member of the ubuntu-reviewers team please also unsubscribe the
team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Suggestion: do not set gconf env vars to non-existing files

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

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


[Bug 914094] Re: Unbuntu installer crashed during dual boot install along side Windows 7

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Exception during installation:
Jan  9 22:09:00 ubuntu plugininstall.py: SystemError: E:Sub-process 
/usr/bin/dpkg returned an error code (1)
Jan  9 22:09:00 ubuntu plugininstall.py: 


** Tags added: installer-crash

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

Title:
  Unbuntu  installer crashed during dual boot install along side Windows
  7

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

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


[Bug 914033] Re: threading crashes in qt with kde theme

2012-01-10 Thread Ubuntu Foundation's Bug Bot
The attachment qt4-x11_4.7.4-0ubuntu9.debdiff of this bug report has
been identified as being a patch in the form of a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
sponsors team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  threading crashes in qt with kde theme

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

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


[Bug 914018] Re: When removing icon from launcher by unselecting Keep in launcher in the quick, it's super+number shortcut becomes unaccessible until I put another icon on the launcher

2012-01-10 Thread Andrea Azzarone
** Changed in: unity
 Assignee: (unassigned) = Andrea Azzarone (andyrock)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Andrea Azzarone (andyrock)

** Changed in: unity
   Status: Confirmed = In Progress

** Changed in: unity (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: unity
Milestone: None = 5.0.0

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

Title:
  When removing icon from launcher by unselecting Keep in launcher in
  the quick, it's super+number shortcut becomes unaccessible until I put
  another icon on the launcher

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

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


[Bug 913874] Re: live-config script is broken in ubuntu

2012-01-10 Thread Ubuntu Foundation's Bug Bot
The attachment Fix config.sh inclusion/exclusion of config files. of
this bug report has been identified as being a patch.  The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch.  In the event that this is in fact not a patch you can
resolve this situation by removing the tag 'patch' from the bug report
and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  live-config script is broken in ubuntu

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

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


[Bug 913736] Re: Thinkpad 410s -- Cannot re-enable Bluetooth after it's been disabled

2012-01-10 Thread Sebastien Bacher
reassigning to gnome-bluetooth, the current g-c-c capplet is built from
there as is the indicator

** Package changed: gnome-control-center (Ubuntu) = gnome-bluetooth
(Ubuntu)

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

Title:
  Thinkpad 410s -- Cannot re-enable Bluetooth after it's been disabled

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

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


[Bug 911276] Re: firefox flash videos blocks area in other tabs

2012-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  firefox flash videos blocks area in other tabs

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

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


[Bug 911123] Re: Messages dialog doesn't work

2012-01-10 Thread Ubuntu Foundation's Bug Bot
The attachment 911123.patch of this bug report has been identified as
being a patch.  The ubuntu-reviewers team has been subscribed to the bug
report so that they can review the patch.  In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Messages dialog doesn't work

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

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


[Bug 913846] Re: CVE-2010-4480

2012-01-10 Thread Ubuntu Foundation's Bug Bot
The attachment CVE-2010-4480.debdiff of this bug report has been
identified as being a patch in the form of a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
sponsors team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  CVE-2010-4480

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

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


[Bug 911796] Re: NFS clients can no longer mount shares

2012-01-10 Thread Giuseppe Vacanti
The nfs-kernel-server init script runs

rpcinfo -u localhost nfs 3

if localhost cannot be resolved for some reason this command will fail,
and the server is started with the option

--no-nfs-version 3

even though the kernel could actually support this version.

rpcinfo looks up localhost as specified in nsswitch.conf, and if one has
the latter configured as the man page suggests, namely

hosts:  dns [!UNAVAIL=return] files

the lookup of localhost will fail.

If NFS v3 is not available, and you have not configured NFS v4, then the
clients will negotiate NFS v2 or v1, and these have no acl support. If
the clients try to mount using version 4, the mount will fail.

I close the bug as resolved.

** Changed in: nfs-utils (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: nfs-utils (Ubuntu)
   Status: Invalid = Opinion

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

Title:
  NFS clients can no longer mount shares

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

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


[Bug 906832]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
The attachment 0001-Bluetooth-Add-support-for-BCM20702A0-0a5c-
21e3.patch of this bug report has been identified as being a patch.
The ubuntu-reviewers team has been subscribed to the bug report so that
they can review the patch.  In the event that this is in fact not a
patch you can resolve this situation by removing the tag 'patch' from
the bug report and editing the attachment so that it is not flagged as a
patch.  Additionally, if you are member of the ubuntu-reviewers team
please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

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

Title:
  Broadcom bluetooth device BCM20702A0 [0a5c:21e3] not supported

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

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


[Bug 911276] Re: firefox flash videos blocks area in other tabs

2012-01-10 Thread Lars Egeberg Hansen
Hi

I've the same problem but not only on Adobe products. I first discovered
it when running IBM Host On Demand which is a Java application. The Java
application window in one tab freezes the content of data in all other
tabs. The content that is freezed is the first tab I enter after using
IBM Host On Demand. See attachment.

After closing the tab with Flash or IBM HOD the window area is released
again.

I've seen this bug with Ubuntu 11.04 and earlier FF than 9. But as I'm
on 11.10 and FF 9 I can't say when it started.

Regards Lars.

** Attachment added: Screendump 2012-01-10 09:02:26.png
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/911276/+attachment/2665455/+files/Screendump%202012-01-10%2009%3A02%3A26.png

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

Title:
  firefox flash videos blocks area in other tabs

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

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


[Bug 906500] Re: lxc-create fails with errors that it is unable to access archive.ubuntu.com

2012-01-10 Thread Serge Hallyn
*** This bug is a duplicate of bug 914155 ***
https://bugs.launchpad.net/bugs/914155

** This bug has been marked a duplicate of bug 914155
   install of lxcguest needs fixing

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

Title:
  lxc-create fails with errors that it is unable to access
  archive.ubuntu.com

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

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


[Bug 900620] Re: Possible Bug: php5-fpm does not listen on a socket by default

2012-01-10 Thread Ubuntu Foundation's Bug Bot
The attachment PHP-FPM - Use UNIX Sockets Instead of TCP Listener of
this bug report has been identified as being a patch.  The ubuntu-
reviewers team has been subscribed to the bug report so that they can
review the patch.  In the event that this is in fact not a patch you can
resolve this situation by removing the tag 'patch' from the bug report
and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Possible Bug: php5-fpm does not listen on a socket by default

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

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


[Bug 614954] Re: iwlagn fails to connect after resume from suspend

2012-01-10 Thread Brijam
Followup, this workaround fixes the issue with me for now:

rmmod iwlagn  modprobe iwlagn bt_coex_active=0

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

Title:
  iwlagn fails to connect after resume from suspend

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

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


[Bug 614954] Re: iwlagn fails to connect after resume from suspend

2012-01-10 Thread Brijam
This also happens to me on Kubuntu 11.10 with an HP d7-6b78.

rmmod iwlagn  modprobe iwlagn does /not/ solve the issue on my
hardware.

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

Title:
  iwlagn fails to connect after resume from suspend

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

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


[Bug 914087]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/914087/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Problem with browse files in Bluetooth menu

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

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


[Bug 914038]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/914038/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Can't use keyboard on What would you like to do? Run Ubuntu in low-
  graphics mode for just one session menu.

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

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


[Bug 914045]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/914045/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Precise alpha 1 live dvd has no video on Llano systems

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

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


[Bug 913886] Re: Power consumption regression (12.04)

2012-01-10 Thread Colin King
*** This bug is a duplicate of bug 818830 ***
https://bugs.launchpad.net/bugs/818830

Unfortunately the i915 RC6 patch was dropped with commit
371de6e4e0042adf4f9b54c414154f57414ddd37 because the RC6 fix still seems
to make some systems freeze and as yet we've not got a reliable list of
hardware that fails with rc6. The current recommended solution is to
enable rc6 using i915.i915_enable_rc6=1 for hardware that doesn't lock
up.

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

Title:
  Power consumption regression (12.04)

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

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


[Bug 913865]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/913865/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Suspend craches on Asus X54H (K54L/A54H) with USB3

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

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


[Bug 913858]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/913858/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  ifconfig don't show all nics when using alias like eth0:0

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

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


[Bug 913835]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/913835/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  cloud-images /release link is mutable

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

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


[Bug 913833]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/913833/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  dcraw and ufraw need to be updated

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

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


[Bug 913811]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/913811/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  grub-installer fails to install grub on new install

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

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


[Bug 913810] Re: Panel doesn't display Date-Format correctly

2012-01-10 Thread charles
Hi Gerry,

Could you attach a screenshot of your language support settings screen
and the date indicator?

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

Title:
  Panel doesn't display Date-Format correctly

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

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


[Bug 913787]

2012-01-10 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/913787/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Defunct process consumes all CPU, init does not reap

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

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


[Bug 901482] Re: lxc should nest under init's cgroup

2012-01-10 Thread Serge Hallyn
(patch sent upstream on Dec 9 2011,
http://sourceforge.net/mailarchive/message.php?msg_id=28520174
)

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

Title:
  lxc should nest under init's cgroup

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

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


[Bug 828356] Re: Support X-GNOME-Keywords

2012-01-10 Thread Michael Terry
XDG has accepted a standard key Keywords now, which has the same
syntax as X-GNOME-Keywords.  So ideally that would be supported too.
Should I open a new bug for that or can we re-use this one?

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

Title:
  Support X-GNOME-Keywords

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

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


[Bug 914018] Re: When removing icon from launcher by unselecting Keep in launcher in the quick, it's super+number shortcut becomes unaccessible until I put another icon on the launcher

2012-01-10 Thread Andrea Azzarone
** Branch linked: lp:~andyrock/unity/fix-914018

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

Title:
  When removing icon from launcher by unselecting Keep in launcher in
  the quick, it's super+number shortcut becomes unaccessible until I put
  another icon on the launcher

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

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


[Bug 886788] Re: High CPU usage in Gnome 3 using ATI card

2012-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xserver-xorg-video-ati (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/886788

Title:
  High CPU usage in Gnome 3 using ATI card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/886788/+subscriptions

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


[Bug 914054] Re: Replace inline icon_data sent from the software-center-agent with a direct download using icon_url

2012-01-10 Thread Michael Vogt
** Also affects: software-center (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: software-center (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Also affects: software-center (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Changed in: software-center (Ubuntu Oneiric)
   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/914054

Title:
  Replace inline icon_data sent from the software-center-agent with a
  direct download using icon_url

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

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


[Bug 911123] Re: Messages dialog doesn't work

2012-01-10 Thread Alex Valavanis
** Tags removed: patch
** Tags added: patch-accepted-upstream

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

Title:
  Messages dialog doesn't work

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

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


[Bug 903973] Re: gnome-settings-daemon crashed with signal 5 in _XReply()

2012-01-10 Thread Sebastien Bacher
closing the g-s-d part it seems an xorg issue and the fix is pending
commit

** Changed in: gnome-settings-daemon (Ubuntu Precise)
   Status: Confirmed = Invalid

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

Title:
  gnome-settings-daemon crashed with signal 5 in _XReply()

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

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


[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-10 Thread Sebastien Bacher
does the has the fix url has a different fix than
http://launchpadlibrarian.net/87652650/ibus_1.4.0-1ubuntu2_1.4.0-1ubuntu3.diff.gz
?

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

Title:
  Unity causes ibus to not work correctly (spaces incorrectly placed)

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

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


[Bug 737719] Re: Dash - Dragging doesn't select text in Dash search field

2012-01-10 Thread Andrea Azzarone
** Also affects: nux
   Importance: Undecided
   Status: New

** Also affects: nux (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/737719

Title:
  Dash - Dragging doesn't select text in Dash search field

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

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


[Bug 392948] Re: LCD Brightness won't Change - intel 4 series

2012-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: acpid (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/392948

Title:
  LCD Brightness won't Change - intel 4 series

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

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


[Bug 914160] [NEW] [MIR] openvswitch

2012-01-10 Thread Chuck Short
Public bug reported:

Availability: Available in universe for all arches
Rationale: Apart of the servercloud-p-openvswitch-mir specification.
Security: No open CVE history.
Quatlity:
* Package works out of the box.
* No debconf questions.
* Package is well maintained in Ubuntu/Debian.
* No special hardware is required
* Package has a testsuite enabled.
* No debian/watch file.
Dependencies: All dependencies are in main
Maintenance: Simple package that is going to be maintained by the Ubuntu Server 
Team.

** Affects: openvswitch (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/914160

Title:
  [MIR] openvswitch

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

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


[Bug 914097] Re: power regression + fan noise with with kernel 3.0.0-x

2012-01-10 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  power regression + fan noise with with kernel 3.0.0-x

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

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



[Bug 911123] Re: Messages dialog doesn't work

2012-01-10 Thread Alex Valavanis
** Changed in: inkscape (Ubuntu)
   Status: Confirmed = Triaged

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

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

Title:
  Messages dialog doesn't work

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

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


[Bug 871985] Re: The printing panel shouldn't display errors about firewalld not running

2012-01-10 Thread Sebastien Bacher
mike: could you open a new bug using apport?

** Changed in: gnome-control-center (Ubuntu)
 Assignee: Rodrigo Moya (rodrigo-moya) = (unassigned)

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

Title:
  The printing panel shouldn't display errors about firewalld not
  running

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

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


[Bug 881764] Re: Very old version

2012-01-10 Thread Bug Watch Updater
** Changed in: jargon (Debian)
   Status: Unknown = Won't Fix

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

Title:
  Very old version

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

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


[Bug 849175] Re: Dash - cursor should change when pointer is over the search field

2012-01-10 Thread Andrea Azzarone
** Branch linked: lp:~andyrock/nux/fix-849175

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

Title:
  Dash - cursor should change when pointer is over the search field

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

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


[Bug 914161] [NEW] Linux 3.2 freezes system on FUJITSU ESPRIMO P7935

2012-01-10 Thread Reinhard Tartler
Public bug reported:

The system was upgraded from ubuntu oneiric to precise.

After booting kernel 3.2, the system locks up completely after a couple
of minutes of uptime. The time is long enough to log in graphically and
investigate the system log.  The magic sysrq keys no longer work. System
fan starts to run at full speed. System does not react to network
traffic. The system log does not indicate anything related to the lock-
up.

Booting kernel 3.0 from oneiric does not exhibit these symptoms.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-8-generic 3.2.0-8.14
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices: aplay: device_list:242: no soundcards found...
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
ArecordDevices: arecord: device_list:242: no soundcards found...
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D2', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D7p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
CurrentDmesg:
 Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
 dmesg: write failed: Broken pipe
Date: Tue Jan 10 09:30:58 2012
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: FUJITSU ESPRIMO P7935
ProcEnviron:
 LANGUAGE=C.UTF-8
 PATH=(custom, user)
 LANG=C.UTF-8
 LC_MESSAGES=C.UTF-8
 SHELL=/usr/bin/zsh
ProcKernelCmdLine: root=UUID=0b0e2b49-6556-4b44-b100-794a02511abf ro quiet 
splash
PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 05/22/2009
dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
dmi.bios.version: 6.00 R1.15.2812.A2
dmi.board.name: D2812-A2
dmi.board.vendor: FUJITSU
dmi.board.version: S26361-D2812-A2
dmi.chassis.type: 6
dmi.chassis.vendor: FUJITSU
dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.15.2812.A2:bd05/22/2009:svnFUJITSU:pnESPRIMOP7935:pvr:rvnFUJITSU:rnD2812-A2:rvrS26361-D2812-A2:cvnFUJITSU:ct6:cvr:
dmi.product.name: ESPRIMO P7935
dmi.sys.vendor: FUJITSU

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


** Tags: amd64 apport-bug precise

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

Title:
  Linux 3.2 freezes system on FUJITSU ESPRIMO P7935

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

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


[Bug 914161] Re: Linux 3.2 freezes system

2012-01-10 Thread Reinhard Tartler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914161

Title:
  Linux 3.2 freezes system on FUJITSU ESPRIMO P7935

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

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


[Bug 914161] Re: Linux 3.2 freezes system

2012-01-10 Thread Reinhard Tartler
this bug may be related to or duplicate of bugs #891830 and #911210

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

Title:
  Linux 3.2 freezes system on FUJITSU ESPRIMO P7935

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

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


[Bug 888981] Re: Google account in Online Accounts section of GNOME Control Center needs support for Google Cloud Print

2012-01-10 Thread Sebastien Bacher
Dropping the assignment because Rodrigo left the Ubuntu Desktop Team and is not 
likely to work on that on his free time. 
Rodrigo, let me know if you still want to work 
Till, you should find somebody else to work on that if you want to see it 
happen I think

** Changed in: gnome-online-accounts (Ubuntu)
 Assignee: Rodrigo Moya (rodrigo-moya) = (unassigned)

** Changed in: gnome-control-center (Ubuntu)
 Assignee: Rodrigo Moya (rodrigo-moya) = (unassigned)

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

Title:
  Google account in Online Accounts section of GNOME Control Center
  needs support for Google Cloud Print

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

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


[Bug 884003] Re: The remote connection indicator is broken

2012-01-10 Thread Sebastien Bacher
** Changed in: vino (Ubuntu Oneiric)
 Assignee: Rodrigo Moya (rodrigo-moya) = Canonical Desktop Team 
(canonical-desktop-team)

** Changed in: vino (Ubuntu Precise)
 Assignee: Rodrigo Moya (rodrigo-moya) = Canonical Desktop Team 
(canonical-desktop-team)

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

Title:
  The remote connection indicator is broken

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

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


[Bug 882255] Re: No administrative actions possible (password refused) after enabling passwordless login

2012-01-10 Thread Sebastien Bacher
** Changed in: gnome-control-center (Ubuntu)
 Assignee: Rodrigo Moya (rodrigo-moya) = (unassigned)

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

Title:
  No administrative actions possible (password refused) after enabling
  passwordless login

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

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


[Bug 891830] Re: System freeze on Lemur UltraThin with Linux 3.1

2012-01-10 Thread Reinhard Tartler
** Summary changed:

- System freeze
+ System freeze on Lemur UltraThin with Linux 3.1

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

Title:
  System freeze on Lemur UltraThin with Linux 3.1

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

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


[Bug 880886] Re: Doesn't associated with mnemonic_widget property or accessibility related properties with some preference tool dialogs in GNOME Control Center application

2012-01-10 Thread Sebastien Bacher
** Also affects: gnome-control-center
   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/880886

Title:
  Doesn't associated with mnemonic_widget property or accessibility
  related properties with some preference tool dialogs in GNOME Control
  Center application

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

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


[Bug 914164] [NEW] [MIR] horizon

2012-01-10 Thread Chuck Short
Public bug reported:

Rationale: Part of the servercloud-p-openstack specification.
Security: No known security history, however it needs to have a security review 
by the security team.
Quality Assurance: Package works out of the box but it needs to be configured 
for your specific setup. There is no major bugs in Ubuntu and the is no major 
bugs in Debian.
Standards Compliance: FHS and Debian Policy compliant.
Maintenance: Python package that the Ubuntu Server Team will maintain.
Dependencies: The majority of packages have been added to main.. but there is 
still some outstanding. MIR has been opened in seperate bug reports for them.

** Affects: horizon (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/914164

Title:
  [MIR] horizon

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

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


[Bug 914161] Re: Linux 3.2 freezes system on FUJITSU ESPRIMO P7935

2012-01-10 Thread Reinhard Tartler
** Summary changed:

- Linux 3.2 freezes system
+ Linux 3.2 freezes system on FUJITSU ESPRIMO P7935

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

Title:
  Linux 3.2 freezes system on FUJITSU ESPRIMO P7935

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

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


[Bug 914150] Re: oneiric CUPS Brother MFC-7420 - doesn't print - Receiving Data only

2012-01-10 Thread Till Kamppeter
Please follow the instructions of the sections USB printer, CUPS
error_log, and Capturing print job data on
https://wiki.ubuntu.com/DebuggingPrintingProblems. Thanks.

** Changed in: brother-cups-wrapper-laser (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to brother-cups-wrapper-laser in Ubuntu.
https://bugs.launchpad.net/bugs/914150

Title:
  oneiric CUPS Brother MFC-7420 - doesn't print - Receiving Data only

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brother-cups-wrapper-laser/+bug/914150/+subscriptions

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


[Bug 913885] Re: Custom dash shortcut to desktop file drops Exec args

2012-01-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/unity/4.0-dash-custom-home-screen

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

Title:
  Custom dash shortcut to desktop file drops Exec args

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

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



[Bug 737719] Re: Dash - Dragging doesn't select text in Dash search field

2012-01-10 Thread Andrea Azzarone
** Changed in: nux
   Status: New = Triaged

** Changed in: nux (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/737719

Title:
  Dash - Dragging doesn't select text in Dash search field

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

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


[Bug 911241] Re: resolvconf ignoring dns-nameservers, dns-search in iface-stanzas

2012-01-10 Thread DBF
I can confirm the above behaviour for the current version of resolvconf
in oneiric: 1.48ubuntu1

However manually downloading and installing the current resolvconf from
precise, version 1.63ubuntu3 fixes the problem.

A possible workaround without involving non-oneiric packages is purging
resolvconf and installing openresolv instead...

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

Title:
  resolvconf ignoring dns-nameservers, dns-search in iface-stanzas

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

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


[Bug 880886] Re: Doesn't associated with mnemonic_widget property or accessibility related properties with some preference tool dialogs in GNOME Control Center application

2012-01-10 Thread Sebastien Bacher
** Changed in: gnome-control-center (Ubuntu)
 Assignee: Rodrigo Moya (rodrigo-moya) = Luke Yelavich (themuso)

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

Title:
  Doesn't associated with mnemonic_widget property or accessibility
  related properties with some preference tool dialogs in GNOME Control
  Center application

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

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


[Bug 831556] Re: please upgrade to tightvnc 1.3.10

2012-01-10 Thread Bug Watch Updater
** Changed in: tightvnc (Debian)
   Status: Unknown = New

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

Title:
  please upgrade to tightvnc 1.3.10

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

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


[Bug 685196] Re: Eye of GNOME 2.32.0 image viewer does not display any RAW files

2012-01-10 Thread sam tygier
I dont think wishlist is an appropiate as this is a regression. a few
ubuntu releases ago it worked.

** Summary changed:

- Eye of GNOME 2.32.0 image viewer does not display ORF olympus RAW files 
+ Eye of GNOME 2.32.0 image viewer does not display any RAW files

** Description changed:

+ Eog no longer displays RAW files from digiat cameras, though it opens a
+ blank window, and allows zooming and rotations as if it did. This
+ affects at least canon, olympus and DNG files.
+ 
+ 
  Binary package hint: eog
  
  Raw images from Olympus E-510 (ORF file extension) do not open in viewer
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: eog 2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
  Uname: Linux 2.6.35-23-generic i686
  Architecture: i386
  Date: Sat Dec  4 14:47:08 2010
  ExecutablePath: /usr/bin/eog
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
  ProcEnviron:
-  LANG=en_GB.utf8
-  SHELL=/bin/bash
+  LANG=en_GB.utf8
+  SHELL=/bin/bash
  SourcePackage: eog

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

Title:
  Eye of GNOME 2.32.0 image viewer does not display any RAW files

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

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

  1   2   3   4   5   6   7   8   9   10   >