[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