[Bug 1183508] Re: A command to scale-down a service safely.

2013-05-24 Thread Yolanda Robla
** Changed in: juju (Ubuntu)
   Status: New => Opinion

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

Title:
  A command to scale-down a service safely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/1183508/+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 1183354] Re: lxc-clone makes unbootable clone when using lvm backing store

2013-05-24 Thread Sergey Volkov
Thank you, Serge.

Rebuild lxc 0.9.0-0ubuntu9 for raring, works as expected now!

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

Title:
  lxc-clone makes unbootable clone when using lvm backing store

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1183354/+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 1095757] Re: Please update krb5 to new upstream release >=1.10.2

2013-05-24 Thread Bug Watch Updater
** Changed in: krb5 (Debian)
   Status: New => Fix Committed

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

Title:
  Please update krb5 to new upstream release >=1.10.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1095757/+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 1153077] Re: rabbitmq queue fills up and celery stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-05-24 Thread Raphaël Badin
This is pretty difficult to diagnose without access to a system that
shows the problem… If you're seeing this bug, could you please run a
couple of commands and paste the results:

sudo rabbitmqctl list_queues -p /maas_workers name messages_unacknowledged 
messages memory
service maas-cluster-celery status
service maas-region-celery status
# pastebin the content of /var/log/maas/celery.log
# pastebin the content of /var/log/maas/celery-region.log
# pastebin the content of /var/log/maas/maas.log

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

Title:
  rabbitmq queue fills up and celery stops executing tasks when
  upload_dhcp_leases is done every minute (by default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1153077/+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 1171696] Re: LC_TIME setting can break installation

2013-05-24 Thread Robie Basak
*** This bug is a duplicate of bug 1134036 ***
https://bugs.launchpad.net/bugs/1134036

I think this is precisely the same issue and has the same root cause as
bug 1134036 - caused by ssh-ing into a server that does not have a
locale setting that you use locally configured on the server. I'll make
that bug more generic.

** This bug has been marked a duplicate of bug 1134036
   Package install hangs if LC_ALL set to a locale that is not configured

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

Title:
  LC_TIME setting can break installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1171696/+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 1134036] Re: Package install hangs if LC_ALL set to a locale that is not configured

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

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

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

Title:
  Failure when using ssh with a locale that is not configured on the
  server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1134036/+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 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2013-05-24 Thread Robie Basak
When I ssh in to a Precise or Saucy server using:

LC_ALL=en_DK.UTF-8 ssh 

I get the message:

WARNING! Your environment specifies an invalid locale.
 This can affect your user experience significantly, including the
 ability to manage packages. You may install the locales by running:

   sudo apt-get install language-pack-en
 or
   sudo locale-gen en_DK.UTF-8

To see all available language packs, run:
   apt-cache search "^language-pack-[a-z][a-z]$"
To disable this message for all users, run:
   sudo touch /var/lib/cloud/instance/locale-check.skip

Do you guys see this?

I think it's a general problem that doesn't just apply to maas here, and
so perhaps an appropriate fix should be applied more generally?

If the server doesn't have a particular locale configured, it cannot be 
expected to work. I think the solutions are:
1) Tell the user to generate the locale.
2) Switch the locale to C or C.UTF-8 (not sure which) so that at least 
things will work until the system locale is configured as required.

I was going to suggest (1) but then found that there's already something
in place for this. Is this working for you?

** Summary changed:

- Package install hangs if LC_ALL set to a locale that is not configured
+ Failure when using ssh with a locale that is not configured on the server

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

Title:
  Failure when using ssh with a locale that is not configured on the
  server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1134036/+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 930962] Re: dhcp3-server reports many bad udp checksums to syslog using virtio NIC

2013-05-24 Thread Colin Watson
Works well for me too with a lucid LXC container on saucy.  Thanks!

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

Title:
  dhcp3-server reports many bad udp checksums to syslog using virtio NIC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/930962/+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 1153077] Re: rabbitmq queue fills up and celery stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-05-24 Thread Mark Stillwell
Unfortunately, due in part to this bug, we aren't currently using MAAS.

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

Title:
  rabbitmq queue fills up and celery stops executing tasks when
  upload_dhcp_leases is done every minute (by default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1153077/+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 1183634] Re: cheetah pkg does not depend on markdown, but egg requires.txt does

2013-05-24 Thread Dave Walker
Re-looking at this, maybe it makes sense for us to consider a MIR for
Markdown?  Whilst nothing in Main seems to require Markdown support in
Cheetah templates, other projects may benefit from it.

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

Title:
  cheetah pkg does not depend on markdown, but egg requires.txt does

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cheetah/+bug/1183634/+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 1183634] Re: cheetah pkg does not depend on markdown, but egg requires.txt does

2013-05-24 Thread James Page
I think we should bite the bullet and MIR python-markdown (and python-
tidylib).

** Also affects: cheetah (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Changed in: cheetah (Ubuntu Saucy)
   Importance: Undecided => High

** Changed in: cheetah (Ubuntu Saucy)
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

** Changed in: cheetah (Ubuntu Saucy)
   Status: New => Triaged

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

Title:
  cheetah pkg does not depend on markdown, but egg requires.txt does

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cheetah/+bug/1183634/+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 1004606] Re: virsh create-snapshot fails to create external snapshot (blockdev-snapshot-sync fails in json monitor)

2013-05-24 Thread Tobias Bradtke
** Tags added: 13.04

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

Title:
  virsh create-snapshot fails to create external snapshot (blockdev-
  snapshot-sync fails in json monitor)

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


Re: [Bug 1095757] Re: Please update krb5 to new upstream release >=1.10.2

2013-05-24 Thread Sam Hartman
FYI, the git repository has been reorganized  now that upstream has
moved to git.

See experimental branch of
git://git.debian.org/git/pkg-k5-afs/debian-krb5-2013.git

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

Title:
  Please update krb5 to new upstream release >=1.10.2

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

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


[Blueprint servercloud-s-seeded-qa-workflow] Improving QA for seeded server packages

2013-05-24 Thread Yolanda Robla
Blueprint changed by Yolanda Robla:

Work items changed:
  Work items:
  [andreserl] write dep-8 test for heartbeat/corosync/pacemaker: TODO
  [andreserl] write dep-8 test for tftpd-hpa: TODO
  [gandelman-a] write dep-8 test for haproxy: TODO
  [gandelman-a] write dep-8 tests puppet + facter: TODO
  Get all tests automated by QA team: DONE
  [ivoks] write dep-8 test for bacula: TODO
  [yolanda] write dep-8 test for ganglia: DONE
  [yolanda] write dep-8 test for iscsitarget: DONE
  [james-page] write dep-8 test for jenkins: TODO
  [yolanda] write dep-8 test for nagios3: DONE
  [yolanda] write dep-8 test for open-iscsi: DONE
  [yolanda] write dep-8 test for quagga: DONE
  [yolanda] write dep-8 test for radvd: DONE
  [james-page] write dep-8 test for solr-tomcat/jetty: TODO
  [yolanda] write dep-8 test for tgt: DONE
  [james-page] write dep-8 test for openvswitch: DONE
  [james-page] Write some guidelines for test authors so we get things right 
first time: TODO
  [james-page] Update https://wiki.ubuntu.com/QATeam/RequiredTests where 
appropriate: DONE
  [pcarrier] write dep-8 test for munin: TODO
  [yolanda] write dep-8 test for clamav: DONE
  [yolanda] write dep-8 test for exim4: DONE
  [yolanda] write dep-8 test for mailman: DONE
  [yolanda] write dep-8 test for memcached: DONE
- [yolanda] write dep-8 test for squid3: TODO
- [racb] write dep-8 test for varnish: TODO
+ [yolanda] write dep-8 test for squid3: DONE
+ [yolanda] write dep-8 test for varnish: TODO
  [racb] write dep-8 test for vsftpd: TODO
  review backuppc for continued seed inclusion: TODO
  review likewise-open for continued seed inclusion: TODO
  [serge-hallyn] write dep-8 test for kvm: TODO
  [serge-hallyn] write dep-8 test for lxc: DONE
  [yolanda] write dep-8 test for amavisd-new: DONE
  [yolanda] write dep-8 test for nut: DONE
  [yolanda] write dep-8 test for postfix: DONE
  [yolanda] write dep-8 test for slapd/openldap: DONE
  [pcarrier] write dep-8 test for snmpd: TODO
  [yolanda] write dep-8 test for spamassassin: DONE
  [zulcss] write dep-8 test for freeradius: TODO
  [zulcss] write dep-8 test for rabbitmq-server: TODO

-- 
Improving QA for seeded server packages
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-seeded-qa-workflow

-- 
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 1004606] Re: virsh create-snapshot fails to create external snapshot (blockdev-snapshot-sync fails in json monitor)

2013-05-24 Thread Tobias Bradtke
Yes Theodor, please share your apparmor-rules :)

For the moment i am following this guide to disable just the libvirt-
apparmor-profile:

  http://cloudstack.apache.org/docs/en-
US/Apache_CloudStack/4.0.2/html/Installation_Guide/hypervisor-kvm-
install-flow.html#hypervisor-host-install-security-policies "Configure
Apparmor (Ubuntu)"

  $ sudo ln -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/
  $ sudo ln -s /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper 
/etc/apparmor.d/disable/
  $ sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.libvirtd
  $ sudo apparmor_parser -R /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper

Stop running virtual machines.

  $ sudo service apparmor restart
  $ sudo apparmor_status

Start machines again.

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

Title:
  virsh create-snapshot fails to create external snapshot (blockdev-
  snapshot-sync fails in json monitor)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1004606/+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 1183300] Re: Please upgrade keepalived to the latest upstream version

2013-05-24 Thread Takuma Watanabe
Thank you for your correction.

I'm requesting the latest upstream version 1.2.7.

** Description changed:

  keepalived provides simple and robust facilities for loadbalancing and
  high-availability to Linux system and Linux based infrastructures.
  
+ Requesting upstream version: 1.2.7
  URL: http://www.keepalived.org/
  License: GNU General Public License
- Notes: 
+ 
+ Notes:
  The newest version contains new functions and very important bug fixes.
- e.g. ) 
- New function: Add SNMP support to checker and VRRP frameworks. 
+ e.g. )
+ New function: Add SNMP support to checker and VRRP frameworks.
  Fixed bug: When the real servers have the same port number for loadbalancing, 
changing settings of the real server is not reflected in actual loadbalancing.

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

Title:
  Please upgrade keepalived to the latest upstream version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1183300/+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 1183807] [NEW] lxcbr0 is not created on package install

2013-05-24 Thread Serge Hallyn
Public bug reported:

On a saucy system, after doing

sudo apt-get install lxc

/etc/default/lxc-net is correctly setup, but lxcbr0 does not exist.  A
subsequent reboot or simply 'start lxc-net' manages to start it.

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

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

Title:
  lxcbr0 is not created on package install

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

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


[Blueprint servercloud-s-ceph] Ceph activities for Saucy

2013-05-24 Thread James Page
Blueprint changed by James Page:

Drafter: James Page => Ubuntu Server Team

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

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


[Blueprint servercloud-s-ceph] Ceph activities for Saucy

2013-05-24 Thread James Page
Blueprint changed by James Page:

Assignee: Ubuntu Server Team => James Page

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

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


[Blueprint servercloud-s-cloud-archive] Ubuntu Cloud Archive for Havana

2013-05-24 Thread James Page
Blueprint changed by James Page:

Drafter: James Page => Ubuntu Server Team

-- 
Ubuntu Cloud Archive for Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-cloud-archive

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


[Blueprint servercloud-s-cloud-archive] Ubuntu Cloud Archive for Havana

2013-05-24 Thread James Page
Blueprint changed by James Page:

Assignee: Ubuntu Server Team => James Page

-- 
Ubuntu Cloud Archive for Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-cloud-archive

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


[Blueprint servercloud-s-maas-next-steps] MAAS Next Steps

2013-05-24 Thread James Page
Blueprint changed by James Page:

Whiteboard set to:
[USER STORIES]
[ASSUMPTIONS]
[RISKS]
[IN SCOPE]
[OUT OF SCOPE]
[USER ACCEPTANCE]
[RELEASE NOTE/BLOG]
[UDS NOTES]

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

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


[Blueprint servercloud-s-openstack-hypervisor] Openstack Hypervisors

2013-05-24 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
- * Add a more recent version of XCP to the Ubuntu Archive: TODO
- * Write XCP documentation and Openstack: TODO
- * Test XCP and Openstack: TODO
- * Test libvirt-xen and Openstack: TODO
- * Write documentation on libvirt-xen: TODO
- * Add lxc block device support for apparmor: TODO
- * Add lxc qemu-nbd support for Openstack: TODO
- * Test vmware support and Openstack: TODO
- * Write documenation on vmware and Openstack: TODO
- * [zulcss] Document supported configurations (including juju charm support): 
TODO
- * Collect additional hardening profiles from users: TODO
+ Add a more recent version of XCP to the Ubuntu Archive: TODO
+ Write XCP documentation and Openstack: TODO
+ Test XCP and Openstack: TODO
+ Test libvirt-xen and Openstack: TODO
+ Write documentation on libvirt-xen: TODO
+ Add lxc block device support for apparmor: TODO
+ Add lxc qemu-nbd support for Openstack: TODO
+ Test vmware support and Openstack: TODO
+ Write documenation on vmware and Openstack: TODO
+ [zulcss] Document supported configurations (including juju charm support): 
TODO
+ Collect additional hardening profiles from users: TODO

-- 
Openstack Hypervisors
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-hypervisor

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


[Blueprint servercloud-s-openstack-havana] Openstack Next steps for S

2013-05-24 Thread James Page
Blueprint changed by James Page:

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

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

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


[Blueprint servercloud-s-enterprise-testing] Enterprise Grade Level Testing

2013-05-24 Thread James Page
Blueprint changed by James Page:

Definition Status: Discussion => Drafting

-- 
Enterprise Grade Level Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-enterprise-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


[Blueprint servercloud-s-simplestreams] simple streams work for 13.10

2013-05-24 Thread James Page
Blueprint changed by James Page:

Whiteboard set to:
[USER STORIES]
[ASSUMPTIONS]
[RISKS]
[IN SCOPE]
[OUT OF SCOPE]
[USER ACCEPTANCE]
[RELEASE NOTE/BLOG]
[UDS NOTES]

-- 
simple streams work for 13.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-simplestreams

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


[Blueprint servercloud-s-database-alternatives] Investigate alternatives to mysql

2013-05-24 Thread Chuck Short
Blueprint changed by Chuck Short:

Whiteboard changed:
  [USER STORIES]
+ Bob is an Ubuntu developer who wants to check the history of a CVE in Mysql 
that was recently released.
+ 
+ Fred is an Ubuntu user who wants to find out how a bug that he has in
+ his production webisite, however he is unable to do so because the fix
+ was non disclosed on Oracle's bug tracker.
+ 
  [ASSUMPTIONS]
+ Almost all work will be done in Debian and will be synced to Ubuntu when it 
has been released in Debian.
  [RISKS]
  For Maria DB:
  Currently "proposed" in Debian, however not complete:
-   
http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/2013-March/005598.html
+   
http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/2013-March/005598.html
  
  [IN SCOPE]
+ 
  [OUT OF SCOPE]
+ Which database will be in main, universe or partner pockets.
+ 
  [USER ACCEPTANCE]
+ Users will be able to test percona/mariadb in their test environments.
+ 
  [RELEASE NOTE/BLOG]
+ Ubuntu 13.10 has both Percona/Mariadb to test in universe.
+ 
+ 
  [NOTES]
  Initial comparision (needs review/updating):
-   https://wiki.ubuntu.com/ServerTeam/KnowledgeBase/FeatureComparison/MySQL
+   https://wiki.ubuntu.com/ServerTeam/KnowledgeBase/FeatureComparison/MySQL
  
  https://bugs.launchpad.net/ubuntu/+bug/519478

-- 
Investigate alternatives to mysql
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-database-alternatives

-- 
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 1099493] Re: eap.conf.dpkg-dist is left over after lucid to precise upgrades

2013-05-24 Thread Parameswaran Sivatharman
The issue appears to be back.
https://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precise-upgrade-lucid-main/ARCH=amd64,LTS=lts,PROFILE=main-all,label=upgrade-test/467/artifact/results/bootstrap.log

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

Title:
  eap.conf.dpkg-dist is left over after lucid to precise upgrades

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1099493/+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 1099479] Re: /etc/init.d/bind9.dpkg-dist file is left over after lucid to precise main and universe upgrades

2013-05-24 Thread Parameswaran Sivatharman
The issue appears to have come back.  
https://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precise-upgrade-lucid-main/ARCH=amd64,LTS=lts,PROFILE=main-all,label=upgrade-test/467/artifact/results/bootstrap.log

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

Title:
  /etc/init.d/bind9.dpkg-dist file is left over after lucid to precise
  main and universe upgrades

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

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


[Blueprint servercloud-s-database-alternatives] Investigate alternatives to mysql

2013-05-24 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  [USER STORIES]
  Bob is an Ubuntu developer who wants to check the history of a CVE in Mysql 
that was recently released.
  
  Fred is an Ubuntu user who wants to find out how a bug that he has in
  his production webisite, however he is unable to do so because the fix
  was non disclosed on Oracle's bug tracker.
  
+ Jane wants to deploy MySQL with sync replication provided by Galera;
+ she's able todo this with Percona/MariaDB in Ubuntu.
+ 
  [ASSUMPTIONS]
  Almost all work will be done in Debian and will be synced to Ubuntu when it 
has been released in Debian.
+ 
  [RISKS]
- For Maria DB:
- Currently "proposed" in Debian, however not complete:
+ MariaDB "proposed" in Debian, however not complete:
    
http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/2013-March/005598.html
  
  [IN SCOPE]
+ MariaDB
+ Percona
+ Charms
  
  [OUT OF SCOPE]
- Which database will be in main, universe or partner pockets.
+ Which database will be in main, universe or partner pockets (defer to 14.04)
  
  [USER ACCEPTANCE]
  Users will be able to test percona/mariadb in their test environments.
  
  [RELEASE NOTE/BLOG]
- Ubuntu 13.10 has both Percona/Mariadb to test in universe.
- 
+ Ubuntu 13.10 features (Percona|MariaDB), a MySQL compatibile derivative, as a 
preview prior to review of the default MySQL implementation in 14.04.
  
  [NOTES]
  Initial comparision (needs review/updating):
    https://wiki.ubuntu.com/ServerTeam/KnowledgeBase/FeatureComparison/MySQL
  
  https://bugs.launchpad.net/ubuntu/+bug/519478

-- 
Investigate alternatives to mysql
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-database-alternatives

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


[Blueprint servercloud-s-seeded-qa-workflow] Improving QA for seeded server packages

2013-05-24 Thread Yolanda Robla
Blueprint changed by Yolanda Robla:

Work items changed:
  Work items:
  [andreserl] write dep-8 test for heartbeat/corosync/pacemaker: TODO
  [andreserl] write dep-8 test for tftpd-hpa: TODO
  [gandelman-a] write dep-8 test for haproxy: TODO
  [gandelman-a] write dep-8 tests puppet + facter: TODO
  Get all tests automated by QA team: DONE
  [ivoks] write dep-8 test for bacula: TODO
  [yolanda] write dep-8 test for ganglia: DONE
  [yolanda] write dep-8 test for iscsitarget: DONE
  [james-page] write dep-8 test for jenkins: TODO
  [yolanda] write dep-8 test for nagios3: DONE
  [yolanda] write dep-8 test for open-iscsi: DONE
  [yolanda] write dep-8 test for quagga: DONE
  [yolanda] write dep-8 test for radvd: DONE
  [james-page] write dep-8 test for solr-tomcat/jetty: TODO
  [yolanda] write dep-8 test for tgt: DONE
  [james-page] write dep-8 test for openvswitch: DONE
  [james-page] Write some guidelines for test authors so we get things right 
first time: TODO
  [james-page] Update https://wiki.ubuntu.com/QATeam/RequiredTests where 
appropriate: DONE
  [pcarrier] write dep-8 test for munin: TODO
  [yolanda] write dep-8 test for clamav: DONE
  [yolanda] write dep-8 test for exim4: DONE
  [yolanda] write dep-8 test for mailman: DONE
  [yolanda] write dep-8 test for memcached: DONE
  [yolanda] write dep-8 test for squid3: DONE
- [yolanda] write dep-8 test for varnish: TODO
+ [yolanda] write dep-8 test for varnish: DONE
  [racb] write dep-8 test for vsftpd: TODO
  review backuppc for continued seed inclusion: TODO
  review likewise-open for continued seed inclusion: TODO
  [serge-hallyn] write dep-8 test for kvm: TODO
  [serge-hallyn] write dep-8 test for lxc: DONE
  [yolanda] write dep-8 test for amavisd-new: DONE
  [yolanda] write dep-8 test for nut: DONE
  [yolanda] write dep-8 test for postfix: DONE
  [yolanda] write dep-8 test for slapd/openldap: DONE
  [pcarrier] write dep-8 test for snmpd: TODO
  [yolanda] write dep-8 test for spamassassin: DONE
- [zulcss] write dep-8 test for freeradius: TODO
+ [yolanda] write dep-8 test for freeradius: TODO
  [zulcss] write dep-8 test for rabbitmq-server: TODO

-- 
Improving QA for seeded server packages
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-seeded-qa-workflow

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


[Blueprint servercloud-s-ceph] Ceph activities for Saucy

2013-05-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review => Approved

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

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


[Blueprint servercloud-s-maas-next-steps] MAAS Next Steps

2013-05-24 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items:
  [andreserl] Install templates in /etc/maas: TODO
  [andreserl] maas-ipmi-autodetect and maas-signal should be shipped with MAAS: 
TODO
  Support FastPath installer {pre,post}_install scripts: TODO
  [andreserl] Use simple streams to download the cloud images: TODO
+ clean up obsolete ephemeral and fpi images: TODO
  [andreserl] Allow installation of different kernel versions: TODO
  [maas-maintainers] define supported release combination matrix: TODO

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

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


[Blueprint servercloud-s-cloud-archive] Ubuntu Cloud Archive for Havana

2013-05-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review => Approved

-- 
Ubuntu Cloud Archive for Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-cloud-archive

-- 
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 1150720] Re: [SRU] There is now a dependency on paramiko v1.8.0

2013-05-24 Thread Geraint North
I'm afraid that I'm not able to test on X86 Linux distributions, so
someone else will need to verify.

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

Title:
  [SRU] There is now a dependency on paramiko v1.8.0

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

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


[Blueprint servercloud-s-interlock] Ubuntu Server - Interlock

2013-05-24 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items:
  [davewalker] setup meeting between server, security and kernel to discuss 
support for the cloud archive: TODO
+ investigate server kernel config tweaks / ask canonical IS: TODO
+ investigate subset kernel module '-server', without bluetooth/audio: TODO

-- 
Ubuntu Server - Interlock
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-interlock

-- 
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 1183807] Re: lxcbr0 is not created on package install

2013-05-24 Thread Colin Watson
dh_installinit is substituting autoscripts that don't quite work
properly for upstart-only jobs.

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

** Changed in: debhelper (Ubuntu)
   Status: New => Triaged

** Changed in: debhelper (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/1183807

Title:
  lxcbr0 is not created on package install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debhelper/+bug/1183807/+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 1183389] Re: 13.10 fails to run debootstrap in qemu-user-static

2013-05-24 Thread Serge Hallyn
Sorry, I'm not 100% clear on the context.

What exactly is 13.10?  Are you trying to debootstrap a 13.10 image on a
12.04 host?  Or am I misunderstanding?

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

Title:
  13.10 fails to run debootstrap in qemu-user-static

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1183389/+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 1183389] Re: 13.10 fails to run debootstrap in qemu-user-static

2013-05-24 Thread Serge Hallyn
Also please give the full, precise qemu-debootstrap command used.
Thanks!

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided => High

** Changed in: qemu-kvm (Ubuntu)
   Status: New => Incomplete

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

Title:
  13.10 fails to run debootstrap in qemu-user-static

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1183389/+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 1183807] Re: lxcbr0 is not created on package install

2013-05-24 Thread Colin Watson
** Changed in: debhelper (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  lxcbr0 is not created on package install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debhelper/+bug/1183807/+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 1183807] Re: lxcbr0 is not created on package install

2013-05-24 Thread Colin Watson
** Changed in: debhelper (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

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

Title:
  lxcbr0 is not created on package install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debhelper/+bug/1183807/+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 1183807] Re: lxcbr0 is not created on package install

2013-05-24 Thread Launchpad Bug Tracker
This bug was fixed in the package debhelper - 9.20120909ubuntu3

---
debhelper (9.20120909ubuntu3) saucy; urgency=low

  * Now that we no longer create /lib/init/upstart-job symlinks, fix the
init-related autoscript fragments to also test for /etc/init/*.conf
where necessary (LP: #1183807).
 -- Colin WatsonFri, 24 May 2013 15:46:20 +0100

** Branch linked: lp:ubuntu/saucy-proposed/debhelper

** Changed in: debhelper (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  lxcbr0 is not created on package install

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

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


[Blueprint servercloud-s-virtstack] Virtualization Stack Work for Saucy

2013-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
- This blueprint is broken into 3 sections - libcgroup, lxc, and
- qemu+libvirt.
+ [USER STORIES]
  
-  Background on libcgroup 
- libcgroup is a package which provides:
-    a. Flexible boot-time setup of cgroups
-    b. Command line tools to configure and use cgroups
-    c. A deamon to auto-reclassify tasks into cgroups
+ Abe would like to run untrusted workloads in a container.
  
- There were two important bugs in libcgroup:
-    1. Cgroup setup was done too late, after some daemons had
-   started.  This was solvable.  However there was an attitude that
-   it could simply reclassify daemons which had already started.
-   It couldn't do that right.
-    2. Auto-reclassifying tasks into cgroups cannot be done
-   correctly with current kernel support
+ Billy would like for his users to be able to use containers without
+ giving them root access.
  
- Because properly mounted cgroups are crucial to libvirt and lxc, we
- temporarily worked around this by introducing cgroup-lite, which
- introduces tiny, inflexible upstart jobs to mount cgroups.  This was
- meant as a temporary step until libcgroup could be improved.
+ Charlie would like to confine users with flexible cgroups.
  
- In the meantime, a few things have happened
-    1. libcgroup functionality is being moved into systemd.
-    2. libcgroup has dropped its faulty startup scripts so that it be
-   installed alongside cgroup-lite
-    3. Upstream kernel cgroup maintainer wants userspace to stop dealing
-   with cgroupfs, and use a new (not yet designed) library instead
+ Denise is writing an application using containers, and wants to re-use
+ the tested core lxc API.
  
- In the medium term we wanted to
-    1. Write sysvinit scripts to mirror the cgroup-lite upstart jobs, and
-   provide them together in libcgroup.
-    2. Support some flexible boot-time cgroup setup.  This is especially
-   required so that users can be confined by memory cgroup in the face
-   of unprivileged user namespace cloning.
+ Erica would like openstack-lxc users to have all the advanced features
+ of lxc (apparmor protection, nesting, etc).
  
- That way cgroup-lite could then be replaced by libcgroup again.
+ [ASSUMPTIONS]
  
- We should also begin working with wider communities on designing the
- cgroup library interface to be used above cgroupfs.  This design should
- account for clean nesting in containers, so that the library running in
- a container can forward requests (i.e. cgroup creation and
- configuration) to the library on the host.
+ A fix is accepted upstream to allow user namespaces to be used alongside
+ XFS.
  
-  https://lkml.org/lkml/2013/4/5/535
-  https://lkml.org/lkml/2013/4/9/651
+ [USER ACCEPTANCE]
  
-   Background on LXC 
+ Set up a user with subuids and use it to create and run a container.
  
- Over the past several cycles we have been working toward a specific
- vision of where we want LXC to be for 14.04 LTS.  This has been
- laid out in several places, and has also been codified in the form
- of a roadmap toward the upcoming 1.0 LXC release.  That roadmap can
- be seen at
+ [RELEASE NOTE/BLOG]
  
- https://wiki.ubuntu.com/LXC/1.0-roadmap
+ User namespaces, apparmor, and seccomp are now leveraged to provide a
+ secure container environment.
  
- For 13.10, we intend to focus on the harder, more fundamental pieces,
- which will be scarier during an LTS cycle.  This includes the core
- of the remaining user namespace, completing the most-wanted features
- in the API, and monitor and control socket work.
+ Containers can now be created and used by unprivileged users.
  
- Specific pieces which would best be completed in 13.10 include
-  unprivileged use of user namespaces
-  full user namespace support in kernel
-  attach, clone, and console support in API
-  userns patches merged into upstream shadow package
-  ability to use lxc-fuse in ubuntu package
-  libvirt driver based on lxc api
-  lxc.hook.clone (and lxc-create/destroy hooks)
-  lxc-snapshot in the api
-  stable lxc trees?  (v0.7.5, v0.8.0, v0.9.0, etc)
- 
-   Background on qemu and libvirt 
- 
- Libvirt is doing quite well.  Libvirt-lxc offers a challenge for us - it
- has recently been better supported than in the past, with support for
- qemu-nbd devices being added.  However, it does not currently have a good
- apparmor profile, and uses a completely different code base from upstream
- lxc.  We might have to choose between filling in missing features in
- the libvirt-lxc, and implementing a new driver using the upstream lxc
- api.  We may do both and let users choose, however beside additional
- development work it also provides duplication for testing and bug
- control.
- 
- The edk2 package which provides a bios capable of UEFI secure boot
- currently works, but has no way to save/restore nvvars across qemu
- runs (vm reboot is ok).  If that feature were adde

[Blueprint servercloud-s-virtstack] Virtualization Stack Work for Saucy

2013-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items set to:
Work items:
[serge-hallyn] (ebiederman) Push fix for XFS and user namespaces: TODO
[serge-hallyn] Fix lxc-net to be nestable with no user interaction: DONE
[serge-hallyn] Write sysctl to disable unprivileged CLONE_NEWUSER: TODO
[serge-hallyn] Exploit stacked apparmor profiles for container nesting: BLOCKED
[serge-hallyn] Pursue subuid patchset for shadow: TODO
[serge-hallyn] Add console support to API (Dwight): TODO
[serge-hallyn] Add attach support to API (Christian): TODO
[serge-hallyn] Add snapshot support to API: TODO
[serge-hallyn] Convert create to API: TODO
[serge-hallyn] Convert stop to API: TODO
[serge-hallyn] Convert destroy to API: TODO
[serge-hallyn] List all other lxc-* programs to be converted to use the API: 
TODO
[serge-hallyn] Update locking in API to handle killed programs: INPROGRESS
[serge-hallyn] Update container creation to handle SIGKILL (using 'partial' 
file): TODO
[serge-hallyn] Improve thread safety in API: TODO
[serge-hallyn] Work distro lxc tests upstream: TODO
[serge-hallyn] Discuss upstream stable branches with upstream: TODO
[serge-hallyn] Get CONFIG_USER_NS=y into kernel (requires XFS issue resolved): 
BLOCKED
[serge-hallyn] Merge qemu 1.5.0: INPROGRESS
[serge-hallyn] Write a libvirt drive using the lxc API: TODO
[serge-hallyn] Write loopback backingstore driver: TODO
[serge-hallyn] Write qemu-nbd backingstore driver: TODO
[serge-hallyn] Pursue patch for ovmf to provide save/restore of nvvars to 
support boot variables: TODO
[serge-hallyn] Investigate openvswitch bridges by default in libvirt: TODO
[serge-hallyn] Merge cgroup-lite into libcgroup (depends on libcgroup sysvinit 
scripts): BLOCKED
[serge-hallyn] Default-off support for per-user cgroup configuration at 
boot/login: TODO
[serge-hallyn] Ensure that lxc-ubuntu-cloud can be used with cloudinit for 
openstack: TODO
[serge-hallyn] live block migration testing (using juju?) of libvirt+kvm with 
ceph: TODO
[serge-hallyn] live block migration testing (using juju?) of libvirt+kvm with 
local storage: TODO
[smoser] use simplestreams to provide secure ubuntu-cloud deliver to lxc: TODO
[zulcss] Fix apparmor bug preventing libvirt-lxc from mounting blockdevs: TODO
[zulcss] (or serge-hallyn) Write openstack patch to enable the new libvirt 
lxc-api driver: TODO
[zulcss] Merge libvirt 1.0.6: TODO
[zulcss] Follow up with Citrix's plans for xcp: TODO
[stefan-bader-canonical] Merge xen 4.3: TODO

-- 
Virtualization Stack Work for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack

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


[Blueprint servercloud-s-virtstack] Virtualization Stack Work for Saucy

2013-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
- [serge-hallyn] (ebiederman) Push fix for XFS and user namespaces: TODO
+ [ebiederm] Push fix for XFS and user namespaces: TODO
  [serge-hallyn] Fix lxc-net to be nestable with no user interaction: DONE
  [serge-hallyn] Write sysctl to disable unprivileged CLONE_NEWUSER: TODO
  [serge-hallyn] Exploit stacked apparmor profiles for container nesting: 
BLOCKED
  [serge-hallyn] Pursue subuid patchset for shadow: TODO
  [serge-hallyn] Add console support to API (Dwight): TODO
  [serge-hallyn] Add attach support to API (Christian): TODO
  [serge-hallyn] Add snapshot support to API: TODO
  [serge-hallyn] Convert create to API: TODO
  [serge-hallyn] Convert stop to API: TODO
  [serge-hallyn] Convert destroy to API: TODO
  [serge-hallyn] List all other lxc-* programs to be converted to use the API: 
TODO
  [serge-hallyn] Update locking in API to handle killed programs: INPROGRESS
  [serge-hallyn] Update container creation to handle SIGKILL (using 'partial' 
file): TODO
  [serge-hallyn] Improve thread safety in API: TODO
  [serge-hallyn] Work distro lxc tests upstream: TODO
  [serge-hallyn] Discuss upstream stable branches with upstream: TODO
  [serge-hallyn] Get CONFIG_USER_NS=y into kernel (requires XFS issue 
resolved): BLOCKED
  [serge-hallyn] Merge qemu 1.5.0: INPROGRESS
  [serge-hallyn] Write a libvirt drive using the lxc API: TODO
  [serge-hallyn] Write loopback backingstore driver: TODO
  [serge-hallyn] Write qemu-nbd backingstore driver: TODO
  [serge-hallyn] Pursue patch for ovmf to provide save/restore of nvvars to 
support boot variables: TODO
  [serge-hallyn] Investigate openvswitch bridges by default in libvirt: TODO
  [serge-hallyn] Merge cgroup-lite into libcgroup (depends on libcgroup 
sysvinit scripts): BLOCKED
  [serge-hallyn] Default-off support for per-user cgroup configuration at 
boot/login: TODO
  [serge-hallyn] Ensure that lxc-ubuntu-cloud can be used with cloudinit for 
openstack: TODO
  [serge-hallyn] live block migration testing (using juju?) of libvirt+kvm with 
ceph: TODO
  [serge-hallyn] live block migration testing (using juju?) of libvirt+kvm with 
local storage: TODO
  [smoser] use simplestreams to provide secure ubuntu-cloud deliver to lxc: TODO
  [zulcss] Fix apparmor bug preventing libvirt-lxc from mounting blockdevs: TODO
  [zulcss] (or serge-hallyn) Write openstack patch to enable the new libvirt 
lxc-api driver: TODO
  [zulcss] Merge libvirt 1.0.6: TODO
  [zulcss] Follow up with Citrix's plans for xcp: TODO
  [stefan-bader-canonical] Merge xen 4.3: TODO

-- 
Virtualization Stack Work for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack

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


[Blueprint servercloud-s-virtstack] Virtualization Stack Work for Saucy

2013-05-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Definition Status: Drafting => Review

-- 
Virtualization Stack Work for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack

-- 
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 1173265] Re: facter fails to run from rebuilt source package

2013-05-24 Thread Launchpad Bug Tracker
This bug was fixed in the package facter - 1.7.0-1ubuntu1

---
facter (1.7.0-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable (LP: #1173265).  Remaining changes:
- debian/control: ruby-json is not in main, so move Depends to Suggests.
  * Dropped changes:
- gem2deb and ruby-pkg-tools are now in main:
  + use what we had in natty; we don't want ruby-pkg-tools
 in main. (LP: #408402)
  + Continue using ruby + libopenssl-ruby as Build-Depends even tho Debian
has moved to gem2deb (not in main).
- No longer necessary:
  + Use dh_prep instead of dh_clean, add build-arch + build-indep targets
- Debian packaging now supports multiple Ruby versions:
  + Make binary package depend on ruby1.8 explicitly
- Applied in Debian:
  + debian/patches/ubuntu_xen_print_virtual.patch: correctly detect
xen0,xenu. (LP: #980291)
  * d/control: virt-what is not in main, so move Depends to Suggests.
  * d/control, d/tests: add dep8 smoke test.
  * d/p/kvm-cpuinfo: detect "Common KVM processor" in /proc/cpuinfo as virtual
(LP: #1170325).

facter (1.7.0-1) unstable; urgency=low

  [ Micah Anderson ]
  * fix xen0/xenu detection (Closes: #682417)

  [ Stig Sandbeck Mathisen ]
  * New upstream release
  * Recommend virt-what for virtualization detection
  * Update copyright information

facter (1.6.10-1) unstable; urgency=low

  * New upstream release
  * Remove upstream LSB patch included in this release
 -- Robie BasakMon, 20 May 2013 14:09:11 +

** Changed in: facter (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  facter fails to run from rebuilt source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1173265/+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 1170325] Re: Facter 1.6.X not considering Qemu/KVM virtual type

2013-05-24 Thread Launchpad Bug Tracker
This bug was fixed in the package facter - 1.7.0-1ubuntu1

---
facter (1.7.0-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable (LP: #1173265).  Remaining changes:
- debian/control: ruby-json is not in main, so move Depends to Suggests.
  * Dropped changes:
- gem2deb and ruby-pkg-tools are now in main:
  + use what we had in natty; we don't want ruby-pkg-tools
 in main. (LP: #408402)
  + Continue using ruby + libopenssl-ruby as Build-Depends even tho Debian
has moved to gem2deb (not in main).
- No longer necessary:
  + Use dh_prep instead of dh_clean, add build-arch + build-indep targets
- Debian packaging now supports multiple Ruby versions:
  + Make binary package depend on ruby1.8 explicitly
- Applied in Debian:
  + debian/patches/ubuntu_xen_print_virtual.patch: correctly detect
xen0,xenu. (LP: #980291)
  * d/control: virt-what is not in main, so move Depends to Suggests.
  * d/control, d/tests: add dep8 smoke test.
  * d/p/kvm-cpuinfo: detect "Common KVM processor" in /proc/cpuinfo as virtual
(LP: #1170325).

facter (1.7.0-1) unstable; urgency=low

  [ Micah Anderson ]
  * fix xen0/xenu detection (Closes: #682417)

  [ Stig Sandbeck Mathisen ]
  * New upstream release
  * Recommend virt-what for virtualization detection
  * Update copyright information

facter (1.6.10-1) unstable; urgency=low

  * New upstream release
  * Remove upstream LSB patch included in this release
 -- Robie BasakMon, 20 May 2013 14:09:11 +

** Changed in: facter (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Facter 1.6.X not considering Qemu/KVM virtual type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1170325/+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 1183807] Re: lxcbr0 is not created on package install

2013-05-24 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.9.0-0ubuntu10

---
lxc (0.9.0-0ubuntu10) saucy; urgency=low

  * Rebuild-only upload (LP: #1183807)
 -- Serge HallynFri, 24 May 2013 10:51:44 -0500

** Changed in: lxc (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  lxcbr0 is not created on package install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debhelper/+bug/1183807/+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 1100843] Re: Live Migration Causes Performance Issues

2013-05-24 Thread Paolo Bonzini
Can you please check  if you have EPT enabled? This could be
https://bugzilla.kernel.org/show_bug.cgi?id=58771

** Bug watch added: Linux Kernel Bug Tracker #58771
   http://bugzilla.kernel.org/show_bug.cgi?id=58771

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

Title:
  Live Migration Causes Performance Issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1100843/+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 1100843] Re: Live Migration Causes Performance Issues

2013-05-24 Thread Paolo Bonzini
Oops, I missed Chris's comment #28. Thanks.

>From comment #23, the 1.4 machine type seems to be "fast", while 1.3 is
slow. This doesn't make much sense, given the differences between the
two machine types:

enable_compat_apic_id_mode();

.driver   = "usb-tablet",\
.property = "usb_version",\
.value= stringify(1),\

.driver   = "virtio-net-pci",\
.property = "ctrl_mac_addr",\
.value= "off",  \

.driver   = "virtio-net-pci", \
.property = "mq", \
.value= "off", \

.driver   = "e1000",\
.property = "autonegotiation",\
.value= "off",\

This is why I suspected the issue was not 100% reproducible.

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

Title:
  Live Migration Causes Performance Issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1100843/+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 1183941] [NEW] LXC container fails to get network address

2013-05-24 Thread dz0ny
Public bug reported:

LXC container fails to get network address (tried both ubuntu and
ubuntu-cloud)

$ uname -a
Linux air 3.8.0-22-generic #33~precise1-Ubuntu SMP Fri May 17 00:58:43 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

$ apt-cache policy lxc
lxc:
  Installed: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
  Candidate: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
  Version table:
 0.8.0~rc1-4ubuntu39.12.10.2~ubuntu12.04.1 0
100 http://si.archive.ubuntu.com/ubuntu/ precise-backports/universe 
amd64 Packages

# cat /etc/lxc/lxc.conf
lxc.network.type=veth
lxc.network.link=lxcbr0
lxc.network.flags=up

# cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth1
iface eth1 inet static
address 189.222.110.182
netmask 255.255.0.0
gateway 189.222.0.1

auto eth0
iface eth0 inet dhcp

# lxc-create -t ubuntu-cloud -n test -- -r raring

No config file specified, using the default config
ubuntu-cloudimg-query is /usr/bin/ubuntu-cloudimg-query
wget is /usr/bin/wget
Extracting container rootfs
Configuring for running outside of a cloud environment
If you want to configure for a cloud evironment, please use '-- -C' to create 
the container
Container test created.
'ubuntu-cloud' template installed
'test' created

# lxc-start --name test
<4>init: udev-fallback-graphics main process (56) terminated with status 1
cloud-init-container: emitted ifup for eth0
<4>init: console-font main process (84) terminated with status 1
Cloud-init v. 0.7.2 running 'init-local' at Fri, 24 May 2013 17:25:59 +. Up 
10907.28 seconds.
<4>init: setvtrgb main process (108) terminated with status 1
<4>init: console-setup main process (112) terminated with status 1
<30>udevd[122]: starting version 175
cloud-init-nonet[10907.38]: waiting 10 seconds for network device
ci-info: +++Net device info+++
ci-info: ++--+---+---+---+
ci-info: | Device |  Up  |  Address  |Mask   | Hw-Address|
ci-info: ++--+---+---+---+
ci-info: |   lo   | True | 127.0.0.1 | 255.0.0.0 | . |
ci-info: |  eth0  | True | . | . | 00:16:3e:58:17:72 |
ci-info: ++--+---+---+---+
ci-info: !!!Route info 
failed

# ifconfig
lxcbr0Link encap:Ethernet  HWaddr fe:36:de:e2:5b:8e  
  inet addr:10.0.3.1  Bcast:10.0.3.255  Mask:255.255.255.0
  inet6 addr: fe80::45c:52ff:fee5:91a4/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:350 errors:0 dropped:0 overruns:0 frame:0
  TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:101752 (101.7 KB)  TX bytes:468 (468.0 B)

vetheSZD5w Link encap:Ethernet  HWaddr fe:55:19:42:48:dd  
  inet6 addr: fe80::fc55:19ff:fe42:48dd/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:272 errors:0 dropped:0 overruns:0 frame:0
  TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:90924 (90.9 KB)  TX bytes:8970 (8.9 KB)

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


** Tags: lxc network

** Description changed:

  LXC container fails to get network address (tried both ubuntu and
  ubuntu-cloud)
  
  $ uname -a
  Linux air 3.8.0-22-generic #33~precise1-Ubuntu SMP Fri May 17 00:58:43 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
  
  $ apt-cache policy lxc
  lxc:
-   Installed: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
-   Candidate: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
-   Version table:
-  0.8.0~rc1-4ubuntu39.12.10.2~ubuntu12.04.1 0
- 100 http://si.archive.ubuntu.com/ubuntu/ precise-backports/universe 
amd64 Packages
+   Installed: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
+   Candidate: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
+   Version table:
+  0.8.0~rc1-4ubuntu39.12.10.2~ubuntu12.04.1 0
+ 100 http://si.archive.ubuntu.com/ubuntu/ precise-backports/universe 
amd64 Packages
  
- # cat /etc/lxc/lxc.conf 
+ # cat /etc/lxc/lxc.conf
  lxc.network.type=veth
  lxc.network.link=lxcbr0
  lxc.network.flags=up
  
- # cat /etc/network/interfaces 
+ # cat /etc/network/interfaces
  auto lo
  iface lo inet loopback
  
  auto eth1
  iface eth1 inet static
  address 189.222.110.182
  netmask 255.255.0.0
  gateway 189.222.0.1
  
  auto eth0
  iface eth0 inet dhcp
  
  # lxc-create -t ubuntu-cloud -n test -- -r raring
  
  No config file specified, using the default config
  ubuntu-cloudimg-query is /usr/bin/ubuntu-cloudimg-query
  wget is /usr/bin/wget
  Extracting container rootfs
  Configuring for running outside of a cloud environment
  If you want to configure for a cloud evironment, please use '-- -C' to create 
the container
  Container test created.
  'ubuntu-cloud' template installed
  'test' created
  
  # lxc-start --name test

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-05-24 Thread C Cormier
@Paolo  yes, when i was doing that testing i was able to consistently
reproduce those results in #23, but it was a red herring, as of now i
cannot reproduce the results in #23 consistently (i suspect it may have
had something to do with the order i was executing tests but didn’t
chase it any further).

Yes, EPT enabled, I submitted that kernel bug in #30.

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

Title:
  Live Migration Causes Performance Issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1100843/+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 1183564] [NEW] Nagios3 Ubuntu 12.04 LTS - Broken Package

2013-05-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is a bare-metal system. I'm not really sure how to proceed here
because I've updated the repo lists and ran upgrade.

uname -a:
Welcome to Ubuntu 12.04.2 LTS (GNU/Linux 2.6.32-042stab068.8 x86_64)

The system is running on a VPS.

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nagios3 : Depends: nagios3-cgi (= 3.2.3-3ubuntu1) but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.

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


** Tags: bot-comment
-- 
Nagios3 Ubuntu 12.04 LTS - Broken Package
https://bugs.launchpad.net/bugs/1183564
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nagios3 in Ubuntu.

-- 
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 1183564] Re: Nagios3 Ubuntu 12.04 LTS - Broken Package

2013-05-24 Thread Brian Murray
The package installs fine in a precise chroot, so it likely has
something to do with the sources you have configured.

** Package changed: ubuntu => nagios3 (Ubuntu)

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

Title:
  Nagios3 Ubuntu 12.04 LTS - Broken Package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1183564/+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 1150720] Re: [SRU] There is now a dependency on paramiko v1.8.0

2013-05-24 Thread Adam Gandelman
Is there any way to test this issue using cinder without access to a
storwize device?  I've gone as far as creating a mock device using an
ssh server and pointing cinder there, but have not been able to trigger
the issue with the patched and unpatched Ubuntu paramiko packages.

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

Title:
  [SRU] There is now a dependency on paramiko v1.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1150720/+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 1183941] Re: LXC container fails to get network address

2013-05-24 Thread dz0ny
ufw was enabled (default settings), allowing subnet communication fixed
problem

** Changed in: lxc (Ubuntu)
   Status: New => Invalid

** Description changed:

+ [FIXED] see https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/573461
+ 
  LXC container fails to get network address (tried both ubuntu and
  ubuntu-cloud)
  
  $ uname -a
  Linux air 3.8.0-22-generic #33~precise1-Ubuntu SMP Fri May 17 00:58:43 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
  
  $ apt-cache policy lxc
  lxc:
    Installed: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
    Candidate: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
    Version table:
   0.8.0~rc1-4ubuntu39.12.10.2~ubuntu12.04.1 0
  100 http://si.archive.ubuntu.com/ubuntu/ precise-backports/universe 
amd64 Packages
  
  # cat /etc/lxc/lxc.conf
  lxc.network.type=veth
  lxc.network.link=lxcbr0
  lxc.network.flags=up
  
  # cat /etc/network/interfaces
  auto lo
  iface lo inet loopback
  
  auto eth1
  iface eth1 inet static
  address 189.222.110.182
  netmask 255.255.0.0
  gateway 189.222.0.1
  
  auto eth0
  iface eth0 inet dhcp
  
  # lxc-create -t ubuntu-cloud -n test -- -r raring
  
  No config file specified, using the default config
  ubuntu-cloudimg-query is /usr/bin/ubuntu-cloudimg-query
  wget is /usr/bin/wget
  Extracting container rootfs
  Configuring for running outside of a cloud environment
  If you want to configure for a cloud evironment, please use '-- -C' to create 
the container
  Container test created.
  'ubuntu-cloud' template installed
  'test' created
  
  # lxc-start --name test
  <4>init: udev-fallback-graphics main process (56) terminated with status 1
  cloud-init-container: emitted ifup for eth0
  <4>init: console-font main process (84) terminated with status 1
  Cloud-init v. 0.7.2 running 'init-local' at Fri, 24 May 2013 17:25:59 +. 
Up 10907.28 seconds.
  <4>init: setvtrgb main process (108) terminated with status 1
  <4>init: console-setup main process (112) terminated with status 1
  <30>udevd[122]: starting version 175
  cloud-init-nonet[10907.38]: waiting 10 seconds for network device
  ci-info: +++Net device info+++
  ci-info: ++--+---+---+---+
  ci-info: | Device |  Up  |  Address  |Mask   | Hw-Address|
  ci-info: ++--+---+---+---+
  ci-info: |   lo   | True | 127.0.0.1 | 255.0.0.0 | . |
  ci-info: |  eth0  | True | . | . | 00:16:3e:58:17:72 |
  ci-info: ++--+---+---+---+
  ci-info: !!!Route info 
failed
  
  # ifconfig
- lxcbr0Link encap:Ethernet  HWaddr fe:36:de:e2:5b:8e  
-   inet addr:10.0.3.1  Bcast:10.0.3.255  Mask:255.255.255.0
-   inet6 addr: fe80::45c:52ff:fee5:91a4/64 Scope:Link
-   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
-   RX packets:350 errors:0 dropped:0 overruns:0 frame:0
-   TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
-   collisions:0 txqueuelen:0 
-   RX bytes:101752 (101.7 KB)  TX bytes:468 (468.0 B)
+ lxcbr0Link encap:Ethernet  HWaddr fe:36:de:e2:5b:8e
+   inet addr:10.0.3.1  Bcast:10.0.3.255  Mask:255.255.255.0
+   inet6 addr: fe80::45c:52ff:fee5:91a4/64 Scope:Link
+   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
+   RX packets:350 errors:0 dropped:0 overruns:0 frame:0
+   TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
+   collisions:0 txqueuelen:0
+   RX bytes:101752 (101.7 KB)  TX bytes:468 (468.0 B)
  
- vetheSZD5w Link encap:Ethernet  HWaddr fe:55:19:42:48:dd  
-   inet6 addr: fe80::fc55:19ff:fe42:48dd/64 Scope:Link
-   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
-   RX packets:272 errors:0 dropped:0 overruns:0 frame:0
-   TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
-   collisions:0 txqueuelen:1000 
-   RX bytes:90924 (90.9 KB)  TX bytes:8970 (8.9 KB)
+ vetheSZD5w Link encap:Ethernet  HWaddr fe:55:19:42:48:dd
+   inet6 addr: fe80::fc55:19ff:fe42:48dd/64 Scope:Link
+   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
+   RX packets:272 errors:0 dropped:0 overruns:0 frame:0
+   TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
+   collisions:0 txqueuelen:1000
+   RX bytes:90924 (90.9 KB)  TX bytes:8970 (8.9 KB)

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

Title:
  LXC container fails to get network address

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

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

[Bug 1184000] [NEW] package php5-mysql 5.4.6-1ubuntu1.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 2

2013-05-24 Thread bilbo33
Public bug reported:

error after an update

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: php5-mysql 5.4.6-1ubuntu1.2
ProcVersionSignature: Ubuntu 3.5.0-30.51-generic 3.5.7.9
Uname: Linux 3.5.0-30-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Fri May 24 22:41:08 2013
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 2
InstallationDate: Installed on 2011-06-11 (713 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
MarkForUpload: True
SourcePackage: php5
Title: package php5-mysql 5.4.6-1ubuntu1.2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 2
UpgradeStatus: Upgraded to quantal on 2013-01-02 (142 days ago)

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


** Tags: apport-package i386 quantal

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

Title:
  package php5-mysql 5.4.6-1ubuntu1.2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1184000/+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 1183941] Re: LXC container fails to get network address

2013-05-24 Thread dz0ny
** Description changed:

  [FIXED] see https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/573461
+ For those wondering for quick fix:
+ 
+ ufw allow from 10.0.3.0/24
+ ufw allow to 10.0.3.0/24
  
  LXC container fails to get network address (tried both ubuntu and
  ubuntu-cloud)
  
  $ uname -a
  Linux air 3.8.0-22-generic #33~precise1-Ubuntu SMP Fri May 17 00:58:43 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
  
  $ apt-cache policy lxc
  lxc:
    Installed: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
    Candidate: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
    Version table:
   0.8.0~rc1-4ubuntu39.12.10.2~ubuntu12.04.1 0
  100 http://si.archive.ubuntu.com/ubuntu/ precise-backports/universe 
amd64 Packages
  
  # cat /etc/lxc/lxc.conf
  lxc.network.type=veth
  lxc.network.link=lxcbr0
  lxc.network.flags=up
  
  # cat /etc/network/interfaces
  auto lo
  iface lo inet loopback
  
  auto eth1
  iface eth1 inet static
  address 189.222.110.182
  netmask 255.255.0.0
  gateway 189.222.0.1
  
  auto eth0
  iface eth0 inet dhcp
  
  # lxc-create -t ubuntu-cloud -n test -- -r raring
  
  No config file specified, using the default config
  ubuntu-cloudimg-query is /usr/bin/ubuntu-cloudimg-query
  wget is /usr/bin/wget
  Extracting container rootfs
  Configuring for running outside of a cloud environment
  If you want to configure for a cloud evironment, please use '-- -C' to create 
the container
  Container test created.
  'ubuntu-cloud' template installed
  'test' created
  
  # lxc-start --name test
  <4>init: udev-fallback-graphics main process (56) terminated with status 1
  cloud-init-container: emitted ifup for eth0
  <4>init: console-font main process (84) terminated with status 1
  Cloud-init v. 0.7.2 running 'init-local' at Fri, 24 May 2013 17:25:59 +. 
Up 10907.28 seconds.
  <4>init: setvtrgb main process (108) terminated with status 1
  <4>init: console-setup main process (112) terminated with status 1
  <30>udevd[122]: starting version 175
  cloud-init-nonet[10907.38]: waiting 10 seconds for network device
  ci-info: +++Net device info+++
  ci-info: ++--+---+---+---+
  ci-info: | Device |  Up  |  Address  |Mask   | Hw-Address|
  ci-info: ++--+---+---+---+
  ci-info: |   lo   | True | 127.0.0.1 | 255.0.0.0 | . |
  ci-info: |  eth0  | True | . | . | 00:16:3e:58:17:72 |
  ci-info: ++--+---+---+---+
  ci-info: !!!Route info 
failed
  
  # ifconfig
  lxcbr0Link encap:Ethernet  HWaddr fe:36:de:e2:5b:8e
    inet addr:10.0.3.1  Bcast:10.0.3.255  Mask:255.255.255.0
    inet6 addr: fe80::45c:52ff:fee5:91a4/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    RX packets:350 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:101752 (101.7 KB)  TX bytes:468 (468.0 B)
  
  vetheSZD5w Link encap:Ethernet  HWaddr fe:55:19:42:48:dd
    inet6 addr: fe80::fc55:19ff:fe42:48dd/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    RX packets:272 errors:0 dropped:0 overruns:0 frame:0
    TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:90924 (90.9 KB)  TX bytes:8970 (8.9 KB)

** Summary changed:

- LXC container fails to get network address
+ LXC container fails to get network address [lts 12.04 kernel 3.8]

** Description changed:

  [FIXED] see https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/573461
  For those wondering for quick fix:
  
  ufw allow from 10.0.3.0/24
  ufw allow to 10.0.3.0/24
  
- LXC container fails to get network address (tried both ubuntu and
- ubuntu-cloud)
+ ufw status should then give you
+ 10.0.3.0/24ALLOW   Anywhere
+ Anywhere   ALLOW   10.0.3.0/24
+ 
+ 
+ LXC container fails to get network address (tried both ubuntu and 
ubuntu-cloud)
  
  $ uname -a
  Linux air 3.8.0-22-generic #33~precise1-Ubuntu SMP Fri May 17 00:58:43 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
  
  $ apt-cache policy lxc
  lxc:
    Installed: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
    Candidate: 0.8.0~rc1-4ubuntu38~ubuntu12.04.0
    Version table:
   0.8.0~rc1-4ubuntu39.12.10.2~ubuntu12.04.1 0
  100 http://si.archive.ubuntu.com/ubuntu/ precise-backports/universe 
amd64 Packages
  
  # cat /etc/lxc/lxc.conf
  lxc.network.type=veth
  lxc.network.link=lxcbr0
  lxc.network.flags=up
  
  # cat /etc/network/interfaces
  auto lo
  iface lo inet loopback
  
  auto eth1
  iface eth1 inet static
  address 189.222.110.182
  netmask 255.255.0.0
  gateway 189.222.0.1
  
  auto eth0
  iface eth0 inet dhcp
  
  # lxc-create -t ubuntu-cloud -n test -

[Bug 1175295] Re: open-vm-dkms 2012.12.26-958366-0ubuntu3: open-vm-tools kernel module failed to build

2013-05-24 Thread Nate Muench (Mink)
I can give an update.  The first update is basically done, just got to
create proposal.  The only issue right now is you can't use shared
folders (vmhgfs can't be loaded), which may or may not be related to
incompatibilities with GCC 4.8, and being forced to add that CFLAG to
allow it to build (which will be removed after upstream releases a new
version, assuming compatibilities are fixed).  But the vmxnet module
works.

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

Title:
  open-vm-dkms 2012.12.26-958366-0ubuntu3: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1175295/+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 1179626] Verification report.

2013-05-24 Thread Adam Gandelman
Please find the attached test log from the Ubuntu Server Team's CI
infrastructure. As part of the verification process for this bug, the
OpenStack components have been deployed and configured across multiple
nodes using raring-proposed as an installation source. After successful
bring-up and configuration of the cluster, a number of exercises and
smoke tests have be invoked to ensure the updated package did not
introduce any regressions. A number of test iterations were carried out
to catch any possible transient errors.

These proposed packages were deployed and tested in several different
configurations.  Attached are tarballs with various test logs from each
configuration.  In addition to the base components, variables in
deployments include:

raring_grizzly_nova-network: nova-network (FlatDHCP), glance (Ceph backend), 
cinder (Ceph backend)
raring_grizzly_quantum: quantum (OVS plugin), glance (Ceph backend), 
nova-volume (Ceph backend)

Please note the versions_tested.txt file in each tarball, which contains
details about relevant package versions installed and tested.

For records of upstream test coverage of this update, please see the
individual bug reports.

As per the provisional Micro Release Exception granted to this package
by the Technical Board, we hope this contributes toward verification of
this update.

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

Title:
  Meta bug for tracking Openstack 2013.1.1 Stable Update

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

2013-05-24 Thread Adam Gandelman
Test coverage log.

** Attachment added: "raring_grizzly_quantum.tar"
   
https://bugs.launchpad.net/bugs/1179626/+attachment/3686266/+files/raring_grizzly_quantum.tar

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

Title:
  Meta bug for tracking Openstack 2013.1.1 Stable Update

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

2013-05-24 Thread Adam Gandelman
Test coverage log.

** Attachment added: "raring_grizzly_nova-network.tar"
   
https://bugs.launchpad.net/bugs/1179626/+attachment/3686267/+files/raring_grizzly_nova-network.tar

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

** Changed in: cloud-archive
   Status: In Progress => Fix Committed

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

Title:
  Meta bug for tracking Openstack 2013.1.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1179626/+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 1010625] Re: named logs are not being reported in logwatch

2013-05-24 Thread invtrasys
This has existed for close to a year now, and (to me at least) doesn't
appear to be fixed. I had this same issue some time back, and re-
installed inetutils-syslogd to fix this, since logwatch doesn't work.

Is there any immediate work around?

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

Title:
  named logs are not being reported in logwatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1010625/+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 1010625] Re: named logs are not being reported in logwatch

2013-05-24 Thread invtrasys
I wish there was an edit feature.

I found this while browsing for a fix:
https://bugzilla.redhat.com/attachment.cgi?id=407611&action=diff#/usr/share/logwatch/scripts/shared/applystddate.orig_sec2

Could this be implemented into ubuntu's logwatch package?

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

Title:
  named logs are not being reported in logwatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1010625/+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 1157919] Re: mount.cifs does not set non-numeric uid

2013-05-24 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  mount.cifs does not set non-numeric uid

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