Re: [Bug 801038] Re: libvirt-bin can not check the correct status of libvirtd

2011-06-24 Thread James Page
On Fri, 2011-06-24 at 00:47 +, Qiao Liyong wrote:
 Hello James 
 
 I have tried it on Red Hat : 
 if you run libvirtd manually , it can also get correct status with 
 'service libvirtd status', and you can not run two processes of libvirtd .

I don't have a Redhat system to test this on but it definitely does not
use upstart so its possible that it uses a more traditional init script
which looks for other running processes as well.

 
 And I also confused about that : why can I run two Daemon processes
 (libvirtd) at the same time on ubuntu?
 
 isn't it a BUG??
 

I don't think so; if you use qemu:///session it runs a separate libvirtd
process to the main libvirtd serving qemu:///system so this is probably
by design.


-- 
James Page
Ubuntu Server Developer

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

Title:
  libvirt-bin can not check the correct status of libvirtd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/801038/+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 801038] Re: libvirt-bin can not check the correct status of libvirtd

2011-06-24 Thread Qiao Liyong
Hi James :

What does a separate process mean?
How can I know which libvirtd servicing qemu:///system or qemu:///session?

Run libvirtd manually and run libvirtd by service libvirt-bin start ,
they use the same pid file :

root@qiaoliyong-ThinkPad-T410:~# libvirtd -d
root@qiaoliyong-ThinkPad-T410:~# cat /var/run/libvirtd.pid 
9036
root@qiaoliyong-ThinkPad-T410:~# service libvirt-bin status
libvirt-bin stop/waiting
root@qiaoliyong-ThinkPad-T410:~# service libvirt-bin start
libvirt-bin start/running, process 9199
root@qiaoliyong-ThinkPad-T410:~# cat /var/run/libvirtd.pid 
9199
root@qiaoliyong-ThinkPad-T410:~# ps -ef | grep libvirtd
root  9036 1  0 15:49 ?00:00:00 libvirtd -d
root  9199 1  0 15:50 ?00:00:00 /usr/sbin/libvirtd -d
root@qiaoliyong-ThinkPad-T410:~# kill -9 9036
root@qiaoliyong-ThinkPad-T410:~# libvirtd -d
libvirtd: error: Unable to obtain pidfile. Check /var/log/messages or run 
without --daemon for more info.


I don't unstand, why the libvirt-bin can use /var/run/libvirtd.pid
again?

thanks .

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

Title:
  libvirt-bin can not check the correct status of libvirtd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/801038/+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 801038] Re: libvirt-bin can not check the correct status of libvirtd

2011-06-24 Thread James Page
On Fri, 2011-06-24 at 08:00 +, Qiao Liyong wrote:
 Hi James :
 
 What does a separate process mean?
 How can I know which libvirtd servicing qemu:///system or qemu:///session?

The one servicing qemu:///session runs with the uid of the account
accessing the session.

 
[...]
 
 I don't unstand, why the libvirt-bin can use /var/run/libvirtd.pid
 again?

looking at the upstart configuration it rm's the pidfile prior to
starting the process:

# Clean up a pidfile that might be left around
rm -f /var/run/libvirtd.pid

I guess it might be a nice improvement to see if the process in an
existing pidfile is actually running before trashing it in this way.

-- 
James Page
Ubuntu Server Developer

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

Title:
  libvirt-bin can not check the correct status of libvirtd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/801038/+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 801038] Re: libvirt-bin can not check the correct status of libvirtd

2011-06-24 Thread Dave Walker
@Qaio, Thanks for the bug and following it up.  To allow us to better
understand the issue, can you provide a use case for why you would need
to invoke the libvirtd manually?

Thanks.

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

Title:
  libvirt-bin upstart configuration does not check for existing libvirtd
  processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/801038/+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 801038] Re: libvirt-bin upstart configuration does not check for existing libvirtd processes

2011-06-24 Thread James Page
** Summary changed:

- libvirt-bin can not check the correct status of libvirtd 
+ libvirt-bin upstart configuration does not check for existing libvirtd 
processes

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

Title:
  libvirt-bin upstart configuration does not check for existing libvirtd
  processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/801038/+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 server-o-openstack] OpenStack Integration

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- Write MIR for python-carrot: TODO
- Write MIR for python-amqlib: TODO
+ [davewalker] Write MIR for python-carrot: TODO
+ [davewalker] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: TODO
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
  Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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 801038] Re: libvirt-bin upstart configuration does not check for existing libvirtd processes

2011-06-24 Thread Qiao Liyong
Hi Dave:
 I have no idea , It 's just a coincidence.  I am working for 
libvirt/kvm-qemu/kvm project recently , so just make some test to familiar with 
the code.

By the way , it 's Qiao ,not Qaio  , ^_

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

Title:
  libvirt-bin upstart configuration does not check for existing libvirtd
  processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/801038/+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 727342] Re: FFE: open-vm-tools kernel module failed to build

2011-06-24 Thread Jeroen Hensing
This also seems to happen on ubuntu 10.10. or am i mistaken ? Package version 
is the same, and no updates available yet..
Can't even remove it...
---[snip]---
Removing old open-vm-tools-2010.06.16 DKMS files...

--
Deleting module version: 2010.06.16
completely from the DKMS tree.
--
Done.
Loading new open-vm-tools-2010.06.16 DKMS files...
Building for 2.6.32-32-generic-pae and 2.6.35-28-generic
Building for architecture i686
Building initial module for 2.6.32-32-generic-pae

Error!  Build of vmxnet.ko failed for: 2.6.32-32-generic-pae (i686)
Consult the make.log in the build directory
/var/lib/dkms/open-vm-tools/2010.06.16/build/ for more information.
dpkg: error processing open-vm-dkms (--configure):
 subprocess installed post-installation script returned error exit status 7
Setting up libcurl3 (7.21.0-1ubuntu1.1) ...
No apport report written because MaxReports is reached already
  Setting up curl 
(7.21.0-1ubuntu1.1) ...
Setting up libcurl3-gnutls (7.21.0-1ubuntu1.1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 open-vm-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@nas2:~#


** Attachment added: /var/lib/dkms/open-vm-tools/2010.06.16/build/make.log
   
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/727342/+attachment/2180187/+files/make.log

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

Title:
  FFE: open-vm-tools kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/727342/+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 server-o-openstack] OpenStack Integration

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot: TODO
- [davewalker] Write MIR for python-amqlib: TODO
+ [gandelman-a] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: TODO
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
- Write MIR for python-swift: TODO
+ [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
- Write MIR for nova: TODO
+ [davewalker] Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
- Write MIR for swift: TODO
+ [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- Drop libhal-dev in collectd: TODO
- MIR for liboping-dev for collectd: TODO
- MIR for libprotobuf-c0-dev for collectd: TODO
- MIR for libtokyocabinet-dev for collectd: TODO
- MIR for libtokyotyrant-dev for collectd: TODO
- MIR for libyajl-dev for collectd: TODO
- MIR for protobuf-c-compiler for collectd: TODO
- MIR for collectd for collectd: TODO
+ [clint-fewbar] Drop libhal-dev in collectd: TODO
+ [gandelman-a] MIR for liboping-dev for collectd: TODO
+ [serge-hallyn] MIR for libprotobuf-c0-dev for collectd: TODO
+ [smoser] MIR for libtokyocabinet-dev for collectd: TODO
+ [smoser] MIR for libtokyotyrant-dev for collectd: TODO
+ [clint-fewbar] MIR for libyajl-dev for collectd: TODO
+ [serge-hallyn] MIR for protobuf-c-compiler for collectd: TODO
+ [davewalker] MIR for collectd for collectd: TODO
+ [andreserl] MIR for libganglia1-dev for collectd: TODO
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO
- MIR for libganglia1-dev for collectd: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 server-o-openstack] OpenStack Integration

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- [davewalker] Write MIR for python-carrot: TODO
+ [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [gandelman-a] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: TODO
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [davewalker] Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-openstack] OpenStack Integration

2011-06-24 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- [davewalker] Write MIR for python-carrot or kombu: BLOCKED
- [gandelman-a] Write MIR for python-amqlib: TODO
+ [davewalker] Write MIR for python-carrot: TODO
+ [davewalker] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
- [james-page] Write MIR for python-eventlet: TODO
+ [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
- [gandelman-a] Write MIR for python-swift: TODO
+ Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
- [davewalker] Write MIR for nova: TODO
+ Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
- [clint-fewbar] Write MIR for swift: TODO
+ Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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 801496] [NEW] postfix postmulti cannot open dynamicmaps.cf

2011-06-24 Thread gsauthof
Public bug reported:

When using postmulti to create a new postfix instance, I get following
error on Ubuntu 10.04:

# postmulti -I postfix-instance2 -G privategroup -e create
postfix: warning: dict_open_dlinfo: cannot open 
/etc/postfix-instance2/dynamicmaps.cf.  No dynamic maps will be allowed.

A workaround is to create a link to the global dynamicmaps.cf, since
usually it is not instance specific:

/etc/postfix-instance2# ln -s /etc/postfix/dynamicmaps.cf

See also: http://old.nabble.com/Error-in-postmulti-td26424171.html

The purpose of dynamicmaps.cf is explained in:
https://groups.google.com/group/mailing.postfix.users/browse_thread/thread/4c4c00180149929d/fee036b26d1e47b2

This Bug is related to Bug #624522, because this is another multi
instance issue.

Please fix it, such that a default dynamicmaps.cf is created when
creating a new instance via postmulti.

For an introduction to postfix instances see:
http://www.postfix.org/MULTI_INSTANCE_README.html

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

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

Title:
  postfix postmulti cannot open dynamicmaps.cf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/801496/+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 server-o-openstack] OpenStack Integration

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- [davewalker] Write MIR for python-carrot: TODO
- [davewalker] Write MIR for python-amqlib: TODO
+ [davewalker] Write MIR for python-carrot or kombu: BLOCKED
+ [gandelman-a] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
- [james-page] Write MIR for python-eventlet: DONE
+ [james-page] Write MIR for python-eventlet: TODO
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
- Write MIR for python-swift: TODO
+ [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
- Write MIR for nova: TODO
+ [davewalker] Write MIR for nova: BLOCKED
  [zulcss] Write MIR for glance: DONE
- Write MIR for swift: TODO
+ [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-openstack] OpenStack Integration

2011-06-24 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- [davewalker] Write MIR for python-carrot or kombu: BLOCKED
- [gandelman-a] Write MIR for python-amqlib: TODO
+ [davewalker] Write MIR for python-carrot: TODO
+ [davewalker] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
- [james-page] Write MIR for python-eventlet: TODO
+ [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
+ Write MIR for python-decorator: TODO
+ Write MIR for python-tempita: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
- [gandelman-a] Write MIR for python-swift: TODO
+ Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
- [davewalker] Write MIR for nova: BLOCKED
+ Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
- [clint-fewbar] Write MIR for swift: TODO
+ Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-openstack] OpenStack Integration

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot: TODO
  [davewalker] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
  Write MIR for python-decorator: TODO
  Write MIR for python-tempita: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
  Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
+ [zulcss] Replace socat with netcat-openbsd: TODO
+ [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
- [zulcss] Replace socat with netcat-openbsd: TODO
- [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-openstack] OpenStack Integration

2011-06-24 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot: TODO
- [davewalker] Write MIR for python-amqlib: TODO
+ [gandelman-a] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
  Write MIR for python-decorator: TODO
  Write MIR for python-tempita: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
- Write MIR for python-swift: TODO
+ [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
- Write MIR for nova: TODO
+ [davewalker] Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
  Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
- [zulcss] Replace socat with netcat-openbsd: TODO
- [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
+ [zulcss] Replace socat with netcat-openbsd: TODO
+ [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-openstack] OpenStack Integration

2011-06-24 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot: TODO
  [gandelman-a] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: TODO
  Write MIR for python-decorator: TODO
  Write MIR for python-tempita: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [davewalker] Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
- Write MIR for swift: TODO
+ [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-openstack] OpenStack Integration

2011-06-24 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
- [davewalker] Write MIR for python-carrot: TODO
+ [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [gandelman-a] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
- [james-page] Write MIR for python-migrate: TODO
+ [james-page] Write MIR for python-migrate: BLOCKED
  Write MIR for python-decorator: TODO
  Write MIR for python-tempita: TODO
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [davewalker] Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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 801501] [NEW] [MIR] nova

2011-06-24 Thread Dave Walker
Public bug reported:

Work in progress / Incomplete.

Build depends to resolve before this can progress:
 * python-gflags binary and source package is in universe
 * python-mox binary and source package is in universe
 * python-carrot binary and source package is in universe
 * python-amqplib binary and source package is in universe
 * python-ipy binary and source package is in universe
 * python-sqlalchemy-ext binary and source package is in universe
  ... alternative python-sqlalchemy binary and source package is in universe
 * python-eventlet binary and source package is in universe
 * python-routes binary and source package is in universe
 * python-webob binary and source package is in universe
 * python-tempita binary and source package is in universe
 * python-migrate binary and source package is in universe
 * python-glance binary and source package is in universe
 * python-novaclient binary and source package is in universe
 * pep8 binary and source package is in universe

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: Incomplete

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

** Changed in: nova (Ubuntu)
Milestone: None = oneiric-alpha-3

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

Title:
  [MIR] nova

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

2011-06-24 Thread Dave Walker
** Tags added: server-o-mir

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

Title:
  [MIR] nova

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/801501/+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 server-o-openstack] OpenStack Integration

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [gandelman-a] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: BLOCKED
  Write MIR for python-decorator: TODO
  Write MIR for python-tempita: TODO
- [zulcss] Write MIR for python-netaddr: DONE
+ [zulcss] Write MIR for python-netaddr: TODO
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [davewalker] Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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 799660] Re: package libvirt-bin 0.7.5-5ubuntu27.13 failed to install/upgrade

2011-06-24 Thread Daniele Chermisi
The package cgroup is not installed.
These are the outputs
daniele@daniele-hp:~$ mount | grep cgroup
daniele@daniele-hp:~$ dpkg -l | grep cgroup
daniele@daniele-hp:~$ cat /proc/cgroups
#subsys_namehierarchy   num_cgroups enabled
cpuset  0   1   1
ns  0   1   1
cpu 0   1   1
cpuacct 0   1   1
memory  0   1   1
devices 0   1   1
freezer 0   1   1
net_cls 0   1   1
daniele@daniele-hp:~$ cat /proc/self/cgroup
daniele@daniele-hp:~$

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

Title:
  package libvirt-bin 0.7.5-5ubuntu27.13 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/799660/+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 534273] Re: Compile with Linux AIO support

2011-06-24 Thread Sergey Svishchev
... it does now, since 0.8.8

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

Title:
  Compile with Linux AIO support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/534273/+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 801535] [NEW] package eucalyptus-common 2.0.1 bzr1256-0ubuntu4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

2011-06-24 Thread Damonwinner
Public bug reported:

error

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: eucalyptus-common 2.0.1+bzr1256-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
Date: Fri Jun 24 15:00:40 2011
ErrorMessage: subprocess new pre-removal script returned error exit status 100
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: eucalyptus
Title: package eucalyptus-common 2.0.1+bzr1256-0ubuntu4 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 
100
UpgradeStatus: Upgraded to natty on 2011-05-17 (38 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package eucalyptus-common 2.0.1 bzr1256-0ubuntu4 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/801535/+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 801535] Re: package eucalyptus-common 2.0.1 bzr1256-0ubuntu4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

2011-06-24 Thread Damonwinner
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/801535

Title:
  package eucalyptus-common 2.0.1 bzr1256-0ubuntu4 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/801535/+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 800468] Re: squid upgrade breaks if 'cache_dir null' in use

2011-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package squid - 2.7.STABLE9-4ubuntu2

---
squid (2.7.STABLE9-4ubuntu2) oneiric; urgency=low

  * debian/postinst, debian/config:
- Fix upgrade failures where cache_dir type of null is in use by
  checking that cache_dir points at a real directory or symbolic
  link (LP: #800468).
 -- James Page james.p...@ubuntu.com   Fri, 24 Jun 2011 12:40:46 +0100

** Changed in: squid (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  squid upgrade breaks if 'cache_dir null' in use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/800468/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-06-24 Thread Serge Hallyn
Let's try to simplify.  What happens if you run kvm by hand as such:

qemu-img create root.img 10G
kvm -m 8192 -smp 6 -vga cirrus -boot d -drive file=root.img,if=virtio,index=0 
-cdrom /var/lib/libvirt/images/LinuxISOs/ubuntu-8.04-server-i386.iso

?

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

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 server-o-hadoop] Provide Cloudera Hadoop packages (CDH3)

2011-06-24 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Packaging Review:
  
  See http://pad.ubuntu.com/cloudera-hadoop-packaging
  
  UDS-O Session Notes:
  
  first pass packaing done in ppa.  needs to be checked for archive 
compatibility
  questions over quality of packaging.
  
  Target: CDH3 for 11.10
  
  Cloudera are recommending java-[oracle|sun]
  Would need to be validated on OpenJDK to be in the archive
  CDH3 has issues running on OpenJDK (tested by fedora on openjdk6 OK, doesn't 
run in openjdk7)
   * If requirement on [oracle|sun]jdk is real and hard, then Partner or PPA 
repo is probably the best we can do
   * Else, if we can get a commitment for help getting Hadoop working on 
OpenJDK, then we can and should target Ubuntu Universe
  
  In order to determine if we need to work on putting CDH in Universe or main, 
we need to work on how we can add visibility to modules in orchestra
   - who controls the list?
   - what rules to accept new items?
   - how is it published?
  If the above allow for this list to contain stuff from ppa/partner, then the 
universe/main requirement would be pretty low
  
  Work items (oneiric-alpha-2):
- [james-page] Review packaging to date and work with iamfuzz: INPROGRESS
- [kirkland] Discuss with Cloudera the build/runtime dependencies with 
[oracle|sun]jdk: TODO
+ [james-page] Review packaging to date and work with iamfuzz: DONE
+ [kirkland] Discuss with Cloudera the build/runtime dependencies with 
[oracle|sun]jdk: INPROGRESS
  
  Work items:
  ensemble formula for deploying hadoop: TODO
  orchestra recipe for deploying hadoop: TODO

-- 
Provide Cloudera Hadoop packages (CDH3)
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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 801569] [NEW] apparmor security driver broken in 0.9.2

2011-06-24 Thread Jamie Strandboge
Public bug reported:

 Commit 12317957ecd6c37a2fb16275dcdeeacfe25c517 introduced an
incompatible architectural change for the AppArmor security driver.
Specifically, virSecurityManagerSetAllLabel() is now called much later
in src/qemu/qemu_process.c:qemuProcessStart(). Previously, SetAllLabel()
was called immediately after GenLabel() such that after the dynamic
label (profile name) was generated, SetAllLabel() would be called to
create and load the AppArmor profile into the kernel before
qemuProcessHook() was executed. With
12317957ecd6c37a2fb16275dcdeeacfe25c517, qemuProcessHook() is now called
before SetAllLabel(), such that aa_change_profile() ends up being called
before the AppArmor profile is loaded into the kernel (via
ProcessLabel() in qemuProcessHook()).

While 0.9.2 is not in Ubuntu yet, this functionality must be fixed if we
are to have new libvirt releases in Ubuntu.

** Affects: libvirt (Ubuntu)
 Importance: Critical
 Assignee: Jamie Strandboge (jdstrand)
 Status: In Progress

** Affects: libvirt (Ubuntu Oneiric)
 Importance: Critical
 Assignee: Jamie Strandboge (jdstrand)
 Status: In Progress

** Also affects: libvirt (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Changed in: libvirt (Ubuntu Oneiric)
   Importance: Undecided = Critical

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

** Changed in: libvirt (Ubuntu Oneiric)
Milestone: None = oneiric-alpha-2

** Changed in: libvirt (Ubuntu Oneiric)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

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

Title:
  apparmor security driver broken in 0.9.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/801569/+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 server-o-openstack] OpenStack Integration

2011-06-24 Thread Scott Moser
Blueprint changed by Scott Moser:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [gandelman-a] Write MIR for python-amqlib: TODO
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: BLOCKED
- Write MIR for python-decorator: TODO
- Write MIR for python-tempita: TODO
+ [smoser] Write MIR for python-decorator: TODO
+ [smoser] Write MIR for python-tempita: TODO
  [zulcss] Write MIR for python-netaddr: TODO
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [davewalker] Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [clint-fewbar] Drop libhal-dev in collectd: TODO
  [gandelman-a] MIR for liboping-dev for collectd: TODO
  [serge-hallyn] MIR for libprotobuf-c0-dev for collectd: TODO
  [smoser] MIR for libtokyocabinet-dev for collectd: TODO
  [smoser] MIR for libtokyotyrant-dev for collectd: TODO
  [clint-fewbar] MIR for libyajl-dev for collectd: TODO
  [serge-hallyn] MIR for protobuf-c-compiler for collectd: TODO
  [davewalker] MIR for collectd for collectd: TODO
- [andreserl] MIR for libganglia1-dev for collectd: TODO
+ [andreserl] MIR for libganglia1-dev for collectd: INPROGRESS
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 801569] Re: apparmor security driver broken in 0.9.2

2011-06-24 Thread Dave Walker
** Tags added: server-ors

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

Title:
  apparmor security driver broken in 0.9.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/801569/+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 316441] Re: PHP session garbage collection

2011-06-24 Thread Chris Fryer
I had a similar issue to Phil.  A web server was generating PHP sessions
faster than they were being deleted by the cron job.  This caused the
disk on which /var/lib/php5 was located to run out of inodes, and thence
to a loss of service.

It is caused by this upstream workaround, which is poor:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461755#20

The latest version of the cron job that does PHP session garbage
collection is here:

http://anonscm.debian.org/gitweb/?p=pkg-
php/php.git;a=blob;f=debian/php5-common.php5.cron.d;hb=HEAD

It would probably be a good idea to backport to this LTS release,
because it fixes Phil's issue, among other security concerns.

** Bug watch added: Debian Bug tracker #461755
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461755

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

Title:
  PHP session garbage collection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/316441/+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 server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [clint-fewbar] Drop libhal-dev in collectd: TODO
  [gandelman-a] MIR for liboping-dev for collectd: TODO
  [serge-hallyn] MIR for libprotobuf-c0-dev for collectd: TODO
  [smoser] MIR for libtokyocabinet-dev for collectd: TODO
  [smoser] MIR for libtokyotyrant-dev for collectd: TODO
  [clint-fewbar] MIR for libyajl-dev for collectd: TODO
  [serge-hallyn] MIR for protobuf-c-compiler for collectd: TODO
  [davewalker] MIR for collectd for collectd: TODO
  [andreserl] MIR for libganglia1-dev for collectd: INPROGRESS
+ MIR for libconfuse-dev (Build-Dep for ganglia): TODO
+ MIR for librrd2-dev (Build-Dep for ganglia): TODO
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 server-o-cobbler-next-steps] Cobbler next steps.

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  [lynxman]
  Cobbler way of determining distro (by checking directory hierarchy) doesn't 
work with mini.iso, do we want to keep it that way or improve distro detection
  
  Work Items for oneiric-alpha-2:
  [davewalker] Bug #705436 Fix lintian warnings: DONE
  [zulcss] Check release schedule for 2.1.x with upstream: DONE
  [zulcss] Determine which patches that we are carrying right now should be 
upstreamable: DONE
  [zulcss] Add GPXE support to cobbler: DONE
  [andreserl] Validate mirror deployment throught debmirror: DONE
  [andreserl] Validate server mini iso deployment (add autodetection of mini 
iso): DONE
  [andreserl] Verify if Bug #782776 (cobbler buildiso) fixed in new upstream 
release: DONE
  Bug #760019 Fix kops-post option: TODO
  Bug #766229 Remove grubby support: TODO
  [zulcss] Bug #784420 Fix dns integration: DONE
  Investigate replacing gpxe with ipxe: TODO
  Write MIR for gpxe OR ipxe (ipxe is already a build dep for xen): TODO
  [andreserl] Ensure koan works with virtinst and all ISO's: TODO
  
  Work items:
  Review cobbler defaults to make sure that they are sane: TODO
  Add cloud-init support to cobbler: TODO
  Add EC2 API hook to cobbler: TODO
  Add hardware inventory to cobbler API: TODO
  Extend cobbler API to do snapshot reporting as well: TODO
  Add first stage hardware inventory image: TODO
  Investigate and report what is missing on web ui: TODO
- Add Ubuntu CSS stylesheet for web ui: TODO
+ Add Ubuntu CSS stylesheet for web ui: POSTPONED
  Add support for uboot: TODO
  Add support for other arches: TODO
  Add generic distro support: TODO
  Validate desktop deployment through cobbler: TODO

-- 
Cobbler next steps.
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cobbler-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 server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [clint-fewbar] Drop libhal-dev in collectd: TODO
  [gandelman-a] MIR for liboping-dev for collectd: TODO
  [serge-hallyn] MIR for libprotobuf-c0-dev for collectd: TODO
  [smoser] MIR for libtokyocabinet-dev for collectd: TODO
  [smoser] MIR for libtokyotyrant-dev for collectd: TODO
  [clint-fewbar] MIR for libyajl-dev for collectd: TODO
  [serge-hallyn] MIR for protobuf-c-compiler for collectd: TODO
  [davewalker] MIR for collectd for collectd: TODO
  [andreserl] MIR for libganglia1-dev for collectd: INPROGRESS
  MIR for libconfuse-dev (Build-Dep for ganglia): TODO
- MIR for librrd2-dev (Build-Dep for ganglia): TODO
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 801569] Re: apparmor security driver broken in 0.9.2

2011-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.9.2-4ubuntu1

---
libvirt (0.9.2-4ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
- debian/control:
  * set X-Python-Version to 2.7, as 2.6 is not in oneiric.
  * set ubuntu maintainer
  * Build-Depends:
- remove [linux-any] from all dependencies
- remove [!linux-any] deps
- swap  qemu to qemu-kvm and open-iscsi to
  open-iscsi-utils in Build-Depends
- remove virtualbox-ose Build-Depends
- add parted and libapparmor-dev Build-Depends
  * convert Vcs-Git to Xs-Debian-Vcs-Git
  * libvirt-bin Depends: move netcat-openbsd, bridge-utils, dnsmasq-base
(= 2.46-1), and iptables from Recommends to Depends
  * libvirt-bin Recommends: move qemu to Suggests
  * libvirt-bin Suggests: add apparmor
  * libvirt0 Recommands: move lvm2 to Suggests
- keep debian/libvirt-bin.apport
- keep debian/libvirt-bin.cron.daily
- debian/libvirt-bin.dirs:
  * add apparmor, cron.daily, and apport dirs
- debian/libvirt-bin.examples:
  * add debian/libvirt-suspendonreboot
- debian/libvirt-bin.install:
  * add /etc/apparmor.d files
  * add apport hook
- debian/libvirt-bin.manpages:
  * add debian/libvirt-migrate-qemu-disks.1
- debian/libvirt-bin.postinst:
  * replace libvirt groupname with libvirtd
  * add each admin user to libvirtd group
  * call apparmor_parser on usr.sbin.libvirtd and
usr.lib.libvirt.virt-aa-helper
  * call 'libvirt-migrate-qemu-disks -a' after
libvirt-bin has started if migrating from
older than 0.8.3-1ubuntu1
- debian/libvirt-bin.postrm:
  * replace libvirt groupname with libvirtd
  * remove usr.sbin.libvirtd and
usr.lib.libvirt.virt-aa-helper
- keep added files under debian/:
  * libvirt-bin.upstart
  * libvirt-migrate-qemu-disks
  * libvirt-migrate-qemu-disks.1
  * libvirt-suspendonreboot
  * apparmor profiles
- debian/README.Debian:
  * add 'Apparmor Profile' section
  * add 'Disk migration' section
- debian/rules:
  * move include of debhelper.mk to top of file so DEB_HOST_ARCH_OS
is defined.
  * don't build with vbox since virtualbox-ose is in universe
- remove WITH_VBOX, add explicit --without-vbox
  * add --with-apparmor to DEB_CONFIGURE_EXTRA_FLAGS
  * set DEB_DH_INSTALLINIT_ARGS to '--upstart-only'
  * remove unneeded binary-install/libvirt-bin:: and clean::
sections (they only deal with sysvinit stuff)
  * add build/libvirt-bin:: section to install
- apparmor files
- apport hooks
- libvirt-migrate-qemu-disks
  * debian/patches/series:
- don't apply Debian-specific Debianize-libvirt-guests.patch (sysvinit only)
- don't apply Disable qemu-disable-network.diff.patch
  * debian/patches:
- dropped patches:
  * 9022-allows-lxc-containers-with-lxcguest.patch (applied upstream)
  * 9023-disable-test-poll.patch
  * 9024-ftbfs-with-arm.patch (doesnt really fix arm just yet)
  * 9025-CVE-2011-2178.patch (applied upstream)
- keep patches:
  * 9000-delayed_iff_up_bridge.patch
  * 9001-dont_clobber_existing_bridges.patch
  * 9002-better_default_uri_virsh.patch
  * 9003-better-default-arch.patch
  * 9004-libvirtd-group-name.patch
  * 9005-increase-unix-socket-timeout.patch
  * 9006-default-config-test-case.patch
  * 9011-move-ebtables-script.patch
  * 9014-skip-nodeinfotest.patch
  * 9020-lp545795.patch
  * 9021-fix-uint64_t.patch
  * 9026-lp795800.patch

  [ Jamie Strandboge ]
  * 9027-move-apparmor-load-to-genlabel.patch: 0.9.2 introduced a change that
caused aa_change_profile() to be called before the profile was loaded into
the kernel. Adjust AppArmorGenSecurityLabel() in
src/security/security_apparmor.c to load the profile itself, and adjust
AppArmorSetSecurityAllLabel() to reload the profile when stdin_fn is
specified. This patch can be removed in 0.9.3. (LP: #801569)

libvirt (0.9.2-4) unstable; urgency=low

  * [398a4dd] New patch Split-out-dlopen-detection.patch.  Explicitly pass
-ldl since the lock manager needs it.
  * [3be22be] New patch Update-generated-autoconf-files.patch. Update
generated autoconf files

libvirt (0.9.2-3) unstable; urgency=low

  * [008e65d] New patch Skip-nodeinfo-test-on-non-intel-architectures.patch:
Skip nodeinfo test on non intel architectures since the testfiles assume a
/proc/cpuinfo specific to this architecture.

libvirt (0.9.2-2) unstable; urgency=low

  * [17570fc] Enable OpenVZ on Linux only (Closes: #630099)
  * [31a35bc] New patch nodeinfo-remove-superfluous-braces.patch
nodeinfo: remove superfluous braces to fix compilation on non intel
architectures

libvirt (0.9.2-1) unstable; urgency=low

  * [c6187ec] New upstream version 0.9.2
  * [368375a] Update 

[Blueprint server-o-cobbler-next-steps] Cobbler next steps.

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  [lynxman]
- Cobbler way of determining distro (by checking directory hierarchy) doesn't 
work with mini.iso, do we want to keep it that way or improve distro detection
+ Cobbler way of determining distro (by checking directory hierarchy) doesn't 
work with mini.iso, do we want to keep it that way or improve distro detection 
-- Andreas seems to have got it working.
  
  Work Items for oneiric-alpha-2:
  [davewalker] Bug #705436 Fix lintian warnings: DONE
  [zulcss] Check release schedule for 2.1.x with upstream: DONE
  [zulcss] Determine which patches that we are carrying right now should be 
upstreamable: DONE
  [zulcss] Add GPXE support to cobbler: DONE
  [andreserl] Validate mirror deployment throught debmirror: DONE
  [andreserl] Validate server mini iso deployment (add autodetection of mini 
iso): DONE
  [andreserl] Verify if Bug #782776 (cobbler buildiso) fixed in new upstream 
release: DONE
- Bug #760019 Fix kops-post option: TODO
- Bug #766229 Remove grubby support: TODO
+ [andreserl] Bug #760019 Fix kops-post option: TODO
+ [andreserl] Bug #766229 Remove grubby support: TODO
  [zulcss] Bug #784420 Fix dns integration: DONE
- Investigate replacing gpxe with ipxe: TODO
- Write MIR for gpxe OR ipxe (ipxe is already a build dep for xen): TODO
+ [davewalker] Investigate replacing gpxe with ipxe: INPROGRESS
+ [zul] Write MIR for ipxe: DONE
  [andreserl] Ensure koan works with virtinst and all ISO's: TODO
  
  Work items:
  Review cobbler defaults to make sure that they are sane: TODO
  Add cloud-init support to cobbler: TODO
  Add EC2 API hook to cobbler: TODO
  Add hardware inventory to cobbler API: TODO
  Extend cobbler API to do snapshot reporting as well: TODO
  Add first stage hardware inventory image: TODO
  Investigate and report what is missing on web ui: TODO
  Add Ubuntu CSS stylesheet for web ui: POSTPONED
  Add support for uboot: TODO
  Add support for other arches: TODO
  Add generic distro support: TODO
  Validate desktop deployment through cobbler: TODO

-- 
Cobbler next steps.
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cobbler-next-steps

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


[Bug 800340] Re: [MIR] ipxe

2011-06-24 Thread Dave Walker
** Tags added: server-o-mir

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

Title:
  [MIR] ipxe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/800340/+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 801626] [NEW] package bind9 1:9.7.0.dfsg.P1-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-24 Thread tyleulen
Public bug reported:

Installing as part of gadmintools package

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1ubuntu0.2
ProcVersionSignature: Ubuntu 2.6.32-32.62-generic 2.6.32.38+drm33.16
Uname: Linux 2.6.32-32-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Jun 24 08:50:13 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: bind9
Title: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/801626/+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 801626] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-24 Thread tyleulen
-- 
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/801626

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/801626/+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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-24 Thread Martin Pitt
Accepted multipath-tools into natty-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: ubuntu
   Status: Confirmed = Invalid

** Changed in: Ubuntu Lucid
   Status: Confirmed = Invalid

** Changed in: Ubuntu Maverick
   Status: Confirmed = Invalid

** Changed in: Ubuntu Natty
   Status: Confirmed = Invalid

** Changed in: multipath-tools (Ubuntu Natty)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
  multipathing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/644489/+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 801641] [NEW] package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-24 Thread gisham
Public bug reported:

Package failed to install on routine system update.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: squid 2.7.STABLE7-1ubuntu12.2
ProcVersionSignature: Ubuntu 2.6.32-32.62-generic 2.6.32.38+drm33.16
Uname: Linux 2.6.32-32-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Jun 24 09:52:43 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427.1)
SourcePackage: squid
Title: package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/801641/+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 801641] Re: package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-06-24 Thread gisham
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in Ubuntu.
https://bugs.launchpad.net/bugs/801641

Title:
  package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/801641/+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 server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [clint-fewbar] Drop libhal-dev in collectd: TODO
  [gandelman-a] MIR for liboping-dev for collectd: TODO
  [serge-hallyn] MIR for libprotobuf-c0-dev for collectd: TODO
  [smoser] MIR for libtokyocabinet-dev for collectd: TODO
  [smoser] MIR for libtokyotyrant-dev for collectd: TODO
  [clint-fewbar] MIR for libyajl-dev for collectd: TODO
  [serge-hallyn] MIR for protobuf-c-compiler for collectd: TODO
  [davewalker] MIR for collectd for collectd: TODO
- [andreserl] MIR for libganglia1-dev for collectd: INPROGRESS
- MIR for libconfuse-dev (Build-Dep for ganglia): TODO
+ [andreserl] MIR for libganglia1-dev for collectd: DONE
+ [andreserl] MIR for libconfuse-dev (Build-Dep for ganglia): DONE
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-24 Thread John Morrissey
On Fri, Jun 24, 2011 at 04:04:46PM -, Martin Pitt wrote:
 Accepted multipath-tools into natty-proposed, the package will build now
 and be available in a few hours.
[snip]
 ** Changed in: ubuntu
Status: Confirmed = Invalid
 
 ** Changed in: Ubuntu Lucid
Status: Confirmed = Invalid

So this won't be SRU'd for lucid? Unfortunately, I don't have any affected
machines running natty, and can't upgrade the affected lucid machine(s) to
that release in order to provide feedback.

john
-- 
John Morrissey  _o/\   __o
j...@horde.net_- \_  /  \   \,
www.horde.net/__(_)/_(_)/\___(_) /_(_)__

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

Title:
  constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
  multipathing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/644489/+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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-24 Thread Serge Hallyn
@John,

the bug was also nominated for lucid.  The proposed package just hasn't
been accepted (yet) into lucid-proposed, but I've seen no indication
that it was rejected.

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

Title:
  constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
  multipathing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/644489/+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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/multipath-tools

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

Title:
  constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
  multipathing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/644489/+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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-24 Thread John Morrissey
On Fri, Jun 24, 2011 at 05:15:33PM -, Serge Hallyn wrote:
 the bug was also nominated for lucid.  The proposed package just hasn't
 been accepted (yet) into lucid-proposed, but I've seen no indication
 that it was rejected.

Cool. Does the LP bug get notified when it's accepted into -proposed, or
should I check for it in -proposed periodically?

john
-- 
John Morrissey  _o/\   __o
j...@horde.net_- \_  /  \   \,
www.horde.net/__(_)/_(_)/\___(_) /_(_)__

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

Title:
  constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
  multipathing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/644489/+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 796216] Re: failed to create\start vm

2011-06-24 Thread Max
No, I don't have cgroup-bin installed.
Bug still present with 0.8.7-1ubuntu2

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

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

Title:
  failed to create\start vm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/796216/+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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-24 Thread Serge Hallyn
Quoting John Morrissey (j...@horde.net):
 On Fri, Jun 24, 2011 at 05:15:33PM -, Serge Hallyn wrote:
  the bug was also nominated for lucid.  The proposed package just hasn't
  been accepted (yet) into lucid-proposed, but I've seen no indication
  that it was rejected.
 
 Cool. Does the LP bug get notified when it's accepted into -proposed, or
 should I check for it in -proposed periodically?

I think it'll get notified.

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

Title:
  constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
  multipathing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/644489/+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 800543] Re: Installing zabbix-frontend-php fails in noninteractive mode

2011-06-24 Thread Tom Ellis
** Patch removed: dbconfig-common_1.8.44ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/800543/+attachment/2178808/+files/dbconfig-common_1.8.44ubuntu2.debdiff

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

Title:
  Installing zabbix-frontend-php fails in noninteractive mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/800543/+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 server-o-openstack] OpenStack Integration

2011-06-24 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
- [gandelman-a] Write MIR for python-amqlib: TODO
+ [gandelman-a] Write MIR for python-amqlib: DONE
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: BLOCKED
  [smoser] Write MIR for python-decorator: TODO
  [smoser] Write MIR for python-tempita: TODO
  [zulcss] Write MIR for python-netaddr: TODO
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
- [gandelman-a] Write MIR for python-swift: TODO
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [davewalker] Write MIR for nova: TODO
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-06-24 Thread Peter Petrakis
@ Martin

fix verified, no udev change events generated.

root@kickseed:~# udevadm monitor
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent
^Z
[1]+  Stopped udevadm monitor
root@kickseed:~# bg
[1]+ udevadm monitor 
root@kickseed:~# apt-cache policy multipath-tools
multipath-tools:
  Installed: 0.4.8-14ubuntu10.1
  Candidate: 0.4.8-14ubuntu10.1
  Version table:
 *** 0.4.8-14ubuntu10.1 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main Packages
100 /var/lib/dpkg/status
 0.4.8-14ubuntu10 0
500 http://10.229.0.1/enablement/lucid-mpio-ubuntu/ lucid/main Packages
 0.4.8-14ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
root@kickseed:~# 
root@kickseed:~# /sbin/mpath_prio_netapp /dev/sda
SCSI error
- SCSI CDB: 0xc0 0x00 0x01 0x0a 0x98 0x0a 0x41 0x80 0x00 0x00 
- masked_status=0x01, host_status=0x00, driver_status=0x08
- SCSI sense data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0c 0x00 0x00 0x00 0x00 
0x20 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
SCSI error
- SCSI CDB: 0x12 0x01 0xc1 0x00 0x80 0x00 
- masked_status=0x01, host_status=0x00, driver_status=0x08
- SCSI sense data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0c 0x00 0x00 0x00 0x00 
0x24 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
4
root@kickseed:~# 
root@kickseed:~# 
root@kickseed:~# /sbin/mpath_prio_netapp /dev/sdb
SCSI error
- SCSI CDB: 0xc0 0x00 0x01 0x0a 0x98 0x0a 0x41 0x80 0x00 0x00 
- masked_status=0x01, host_status=0x00, driver_status=0x08
- SCSI sense data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0c 0x00 0x00 0x00 0x00 
0x20 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
SCSI error
- SCSI CDB: 0x12 0x01 0xc1 0x00 0x80 0x00 
- masked_status=0x01, host_status=0x00, driver_status=0x08
- SCSI sense data: 0x70 0x00 0x05 0x00 0x00 0x00 0x00 0x0c 0x00 0x00 0x00 0x00 
0x24 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
4
root@kickseed:~# /sbin/mpath_prio_emc /dev/sdb
query command indicates error0
root@kickseed:~# 
root@kickseed:~# 
root@kickseed:~# /sbin/mpath_prio_emc /dev/sda
query command indicates error0
root@kickseed:~# 
root@kickseed:~# 
root@kickseed:~# jobs
[1]+  Running udevadm monitor 

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

Title:
  constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
  multipathing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/644489/+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 776103] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against 2.6.39 kernels, due to missing linux/smp_lock.h

2011-06-24 Thread Nate Muench
I need some help.  I'm attempting to update the package on my Ubuntu
Natty (32-Bit) virtual machine, for a test Natty
(2011.03.28-387002-0ubuntu1.1) to Oneiric (My packaging) update.

When I get the updated packages, open-vm-tools isn't checked.  I removed
open-vm-toolbox and/or update the other packages, open-vm-tools breaks.

I have my new packaging installed on my Oneiric VM, although I won't
have a proper test until Alpha 2 comes out in 2 weeks.

Can someone (IS EVAN (Broder) OR ANYONE ELSE OUT THERE?) tell me if I'm
doing this right?

My PPA (with the packaging): 
https://launchpad.net/~n-muench/+archive/virtual-test
My Working Branch: https://code.launchpad.net/~n-muench/+junk/open-vm-tools-prep

Both are synced, no differences between the PPA or the branch.

If you want me to refresh the diffs (which are out of date), I'd be
happy to do that.

And I'm sorry for yelling at you.

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against
  2.6.39 kernels, due to missing linux/smp_lock.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/776103/+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 server-o-lxc-improvements] LXC improvements

2011-06-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: not yet started
  
  Work Items:
  validate LXC support on ARM: DONE
  [zul] List of missing bits pieces of libvirt for lxc (libvirt 0.9.1-1 merge 
is pending): TODO
  [zul] Badger someone into writing libvirt-lxc bridge: TODO
  [serge-hallyn] quick container cloning with snapshotting using LVM: DONE
  [bootstrap31] push core proc virtualization support upstream: TODO
  [bootstrap31] push kernel patches supporting shutdown/reboot: TODO
  [bootstrap31] exploit container shutdown/reboot kernel support in lxc: TODO
  [bootstrap31] push lxc-attach when kernel patches are upstream: TODO
  udev and device namespaces: TODO
- design libcgroup integration: TODO
+ [serge-hallyn]  libcgroup integration: DONE
+ [serge-hallyn] ubuntu template cleanup: DONE
  per container syslog: TODO
  custom per-container firewall rules: TODO
  lsm integration: TODO
  templates for other distros (fedora, opensles, gentoo): TODO
  re-invigorate application checkpoint/restart: TODO
  improve lxc-ps, lxc-netstat: TODO
  event notification: TODO
  
  [serge-hallyn] quick container cloning with snapshotting using
  overlayfs: POSTPONED

-- 
LXC improvements
https://blueprints.launchpad.net/ubuntu/+spec/server-o-lxc-improvements

-- 
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 server-o-openstack] OpenStack Integration

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [gandelman-a] Write MIR for python-amqlib: DONE
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
  [james-page] Write MIR for python-migrate: BLOCKED
  [smoser] Write MIR for python-decorator: TODO
  [smoser] Write MIR for python-tempita: TODO
  [zulcss] Write MIR for python-netaddr: TODO
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
- [davewalker] Write MIR for nova: TODO
+ [davewalker] Write MIR for nova: BLOCKED
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: TODO
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate Puppet modules for puppet deployment: TODO
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Replace iscsitarget with tgt and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Integrate openstack into UEC test-rig: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-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


[Blueprint server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [clint-fewbar] Drop libhal-dev in collectd: TODO
  [gandelman-a] MIR for liboping-dev for collectd: TODO
  [serge-hallyn] MIR for libprotobuf-c0-dev for collectd: TODO
  [smoser] MIR for libtokyocabinet-dev for collectd: TODO
  [smoser] MIR for libtokyotyrant-dev for collectd: TODO
  [clint-fewbar] MIR for libyajl-dev for collectd: TODO
  [serge-hallyn] MIR for protobuf-c-compiler for collectd: TODO
- [davewalker] MIR for collectd for collectd: TODO
+ [davewalker] MIR for collectd for collectd: BLOCKED
  [andreserl] MIR for libganglia1-dev for collectd: DONE
  [andreserl] MIR for libconfuse-dev (Build-Dep for ganglia): DONE
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 801718] [NEW] kpropd -S -P port fails to use specified port

2011-06-24 Thread Monestri
Public bug reported:

This prevents people from using multiple kpropd instances on standalone
mode. It seems as though getaddrinfo is using kprop_service, instead 0f
the -P port specified.

Running Ubuntu 10.10
1.8.1+dfsg-5ubuntu0.7 0

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: krb5-kdc 1.8.1+dfsg-5ubuntu0.7
ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic x86_64
Architecture: amd64
Date: Fri Jun 24 15:20:20 2011
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: krb5

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


** Tags: amd64 apport-bug maverick

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

Title:
  kpropd -S -P port fails to use specified port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/801718/+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 801718] Re: kpropd -S -P port fails to use specified port

2011-06-24 Thread Monestri
-- 
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/801718

Title:
  kpropd -S -P port fails to use specified port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/801718/+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 server-o-cobbler-next-steps] Cobbler next steps.

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  [lynxman]
  Cobbler way of determining distro (by checking directory hierarchy) doesn't 
work with mini.iso, do we want to keep it that way or improve distro detection 
-- Andreas seems to have got it working.
  
  Work Items for oneiric-alpha-2:
  [davewalker] Bug #705436 Fix lintian warnings: DONE
  [zulcss] Check release schedule for 2.1.x with upstream: DONE
  [zulcss] Determine which patches that we are carrying right now should be 
upstreamable: DONE
  [zulcss] Add GPXE support to cobbler: DONE
  [andreserl] Validate mirror deployment throught debmirror: DONE
  [andreserl] Validate server mini iso deployment (add autodetection of mini 
iso): DONE
  [andreserl] Verify if Bug #782776 (cobbler buildiso) fixed in new upstream 
release: DONE
  [andreserl] Bug #760019 Fix kops-post option: TODO
  [andreserl] Bug #766229 Remove grubby support: TODO
  [zulcss] Bug #784420 Fix dns integration: DONE
  [davewalker] Investigate replacing gpxe with ipxe: INPROGRESS
- [zul] Write MIR for ipxe: DONE
+ [zulcss] Write MIR for ipxe: DONE
  [andreserl] Ensure koan works with virtinst and all ISO's: TODO
  
  Work items:
  Review cobbler defaults to make sure that they are sane: TODO
  Add cloud-init support to cobbler: TODO
  Add EC2 API hook to cobbler: TODO
  Add hardware inventory to cobbler API: TODO
  Extend cobbler API to do snapshot reporting as well: TODO
  Add first stage hardware inventory image: TODO
  Investigate and report what is missing on web ui: TODO
  Add Ubuntu CSS stylesheet for web ui: POSTPONED
  Add support for uboot: TODO
  Add support for other arches: TODO
  Add generic distro support: TODO
  Validate desktop deployment through cobbler: TODO

-- 
Cobbler next steps.
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cobbler-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 server-o-lxc-improvements] LXC improvements

2011-06-24 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Status: not yet started
  
  Work Items:
  validate LXC support on ARM: DONE
- [zul] List of missing bits pieces of libvirt for lxc (libvirt 0.9.1-1 merge 
is pending): TODO
- [zul] Badger someone into writing libvirt-lxc bridge: TODO
+ [zulcss] List of missing bits pieces of libvirt for lxc (libvirt 0.9.1-1 
merge is pending): TODO
+ [zulcss] Badger someone into writing libvirt-lxc bridge: TODO
  [serge-hallyn] quick container cloning with snapshotting using LVM: DONE
  [bootstrap31] push core proc virtualization support upstream: TODO
  [bootstrap31] push kernel patches supporting shutdown/reboot: TODO
  [bootstrap31] exploit container shutdown/reboot kernel support in lxc: TODO
  [bootstrap31] push lxc-attach when kernel patches are upstream: TODO
  udev and device namespaces: TODO
  [serge-hallyn]  libcgroup integration: DONE
  [serge-hallyn] ubuntu template cleanup: DONE
  per container syslog: TODO
  custom per-container firewall rules: TODO
  lsm integration: TODO
  templates for other distros (fedora, opensles, gentoo): TODO
  re-invigorate application checkpoint/restart: TODO
  improve lxc-ps, lxc-netstat: TODO
  event notification: TODO
  
  [serge-hallyn] quick container cloning with snapshotting using
  overlayfs: POSTPONED

-- 
LXC improvements
https://blueprints.launchpad.net/ubuntu/+spec/server-o-lxc-improvements

-- 
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 801729] [NEW] package winbind 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-06-24 Thread darren-tar...@hotmail.co.uk
Public bug reported:

Hello

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: winbind 2:3.5.8~dfsg-1ubuntu2.2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Fri Jun 24 20:41:04 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
NmbdLog:
 
SambaServerRegression: No
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package winbind 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)
WindowsFailedConnect: Yes

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


** Tags: apport-package i386 natty

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

Title:
  package winbind 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/801729/+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 801729] Re: package winbind 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-06-24 Thread darren-tar...@hotmail.co.uk
-- 
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/801729

Title:
  package winbind 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/801729/+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 server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [clint-fewbar] Drop libhal-dev in collectd: TODO
  [gandelman-a] MIR for liboping-dev for collectd: TODO
- [serge-hallyn] MIR for libprotobuf-c0-dev for collectd: TODO
+ [serge-hallyn] MIR for protobuf-c for collectd: INPROGRESS
  [smoser] MIR for libtokyocabinet-dev for collectd: TODO
  [smoser] MIR for libtokyotyrant-dev for collectd: TODO
  [clint-fewbar] MIR for libyajl-dev for collectd: TODO
- [serge-hallyn] MIR for protobuf-c-compiler for collectd: TODO
  [davewalker] MIR for collectd for collectd: BLOCKED
  [andreserl] MIR for libganglia1-dev for collectd: DONE
  [andreserl] MIR for libconfuse-dev (Build-Dep for ganglia): DONE
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 801718] Re: kpropd -S -P port fails to use specified port

2011-06-24 Thread Tom Yu
** Bug watch added: Debian Bug tracker #631557
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631557

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

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

Title:
  kpropd -S -P port fails to use specified port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/801718/+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 server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [clint-fewbar] Drop libhal-dev in collectd: TODO
  [gandelman-a] MIR for liboping-dev for collectd: TODO
- [serge-hallyn] MIR for protobuf-c for collectd: INPROGRESS
+ [serge-hallyn] MIR for protobuf-c for collectd: DONE
  [smoser] MIR for libtokyocabinet-dev for collectd: TODO
  [smoser] MIR for libtokyotyrant-dev for collectd: TODO
  [clint-fewbar] MIR for libyajl-dev for collectd: TODO
  [davewalker] MIR for collectd for collectd: BLOCKED
  [andreserl] MIR for libganglia1-dev for collectd: DONE
  [andreserl] MIR for libconfuse-dev (Build-Dep for ganglia): DONE
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 795315] Re: unknown protocol speaking not SSL to HTTPS port on apache2 reload/restart

2011-06-24 Thread Scott Moser
@Forest,
  Could you verify if the debdiff/ppa build fix the issue for you?
  You can re-build for your release, or use a vm , or test on EC2 or Eucalyptus 
Community Cloud (http://open.eucalyptus.com/CommunityCloud#Signup).

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

Title:
  unknown protocol speaking not SSL to HTTPS port on apache2
  reload/restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/795315/+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 801761] [NEW] package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2011-06-24 Thread Dennis Hockings
Public bug reported:

I have no idea.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: postfix (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Fri Jun 24 21:45:58 2011
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: postfix
Title: package postfix (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package natty

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

Title:
  package postfix (not installed) failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/801761/+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 801761] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2011-06-24 Thread Dennis Hockings
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/801761

Title:
  package postfix (not installed) failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/801761/+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 800340] Re: [MIR] ipxe

2011-06-24 Thread Michael Terry
** Changed in: ipxe (Ubuntu)
 Assignee: (unassigned) = Kees Cook (kees)

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

Title:
  [MIR] ipxe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/800340/+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 server-o-monitoring] Improve monitoring for the Server

2011-06-24 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [clint-fewbar] Drop libhal-dev in collectd: TODO
- [gandelman-a] MIR for liboping-dev for collectd: TODO
+ [gandelman-a] MIR for liboping-dev for collectd: DONE
  [serge-hallyn] MIR for protobuf-c for collectd: DONE
  [smoser] MIR for libtokyocabinet-dev for collectd: TODO
  [smoser] MIR for libtokyotyrant-dev for collectd: TODO
  [clint-fewbar] MIR for libyajl-dev for collectd: TODO
  [davewalker] MIR for collectd for collectd: BLOCKED
  [andreserl] MIR for libganglia1-dev for collectd: DONE
  [andreserl] MIR for libconfuse-dev (Build-Dep for ganglia): DONE
  Package collectd-web plugin: TODO
  
  Work Items:
  Add nagios restart trigger: TODO
  Write base plugin for nagios mcollective plugin: TODO
  Add Ubuntu Cloud support to nagios mcollective plugin: TODO
  Add UEC support to nagios mcollective plugin: TODO
  Add DNS stack support to nagios mcollective plugin: TODO
  Add LAMP stack support to nagios mcollective plugin: TODO
  Add mail stack support to nagios mcollective plugin: TODO
  Add postgres to nagios mcollective plugin: TODO
  Add cups stack to nagios mcollective plugin: TODO
  Add samba stack to nagios mcollective plugin: TODO
  Add Tomcat stack to nagios mcollective plugin: TODO

-- 
Improve monitoring for the Server
https://blueprints.launchpad.net/ubuntu/+spec/server-o-monitoring

-- 
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 799660] Re: package libvirt-bin 0.7.5-5ubuntu27.13 failed to install/upgrade

2011-06-24 Thread Serge Hallyn
Sorry, those were just warnings.  So I'm really not seeing the root
cause of your problem.

RIght now, is libvirt running?  What do things look like if you stop and
start it a few times?

# sudo status libvirt-bin
# sudo stop libvirt-bin
# sudo status libvirt-bin
# sudo start libvirt-bin
# sudo start libvirt-bin
# sudo virsh list
# sudo stop libvirt-bin

And finally, with libvirt-bin stopped, what do you see when you do

# sudo libvirtd -v

?

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

Title:
  package libvirt-bin 0.7.5-5ubuntu27.13 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/799660/+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 server-o-cluster-stack] Cluster Stack in Oneiric

2011-06-24 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Work items:
  [andreserl] Finish packaging resource-agents: DONE
  [andreserl] Finish packaging fence-agents: DONE
  [andreserl] Upgrade pacemaker to 1.1.X and submit debian dir to Debian: DONE
  [andreserl] Upload fence-agents: DONE
  [andreserl] Upload resource-agents: DONE
  [andreserl] Keep RHCS for DLM (gfs_controld.pcmk/dlm_controld.pcmk) and 
gfs2-tools: DONE
  [andreserl] Remove installation of resource agents from rgmanager: DONE
  [andreserl] Remove installation of fence agents from source: DONE
  [andreserl] MIR resource-agents: DONE
- [andreserl] Switch dependencies on cluster-agents to resource-agents: 
INPROGRESS
+ [andreserl] Switch dependencies on cluster-agents to resource-agents: DONE
  [andreserl] Upgrade Heartbeat 3.0.5: DONE
- [andreserl] Upgrade pacemaker to 1.1.5: INPROGRESS
+ [andreserl] Upgrade pacemaker to 1.1.5: DONE
+ [andreserl] Link up with openstack and upstream to compile a list of HA 
requirements: DONE
  [andreserl] MIR fence-agents: TODO
- [andreserl] Request demotion of cluster-agents: TODO
  [andreserl] Upgrade DRBD 8.4 if Oneiric Kernel ships it: TODO
- [andreserl] Link up with openstack and upstream to compile a list of HA 
requirements: DONE
  [andreserl] Sort out PPAs (ubuntu-ha-maintainers becomes main PPA, all other 
go away): TODO
  [andreserl] Evaluate upgrade path 1 or path 2: TODO
  
  Path 1:
  Update RHCS to latest 3.0.X (3.0.17 no longer maintained by upstream): TODO
  
  Path 2:
  Evaluate if RHCS should be updated to 3.1 (needs testing for OCFS2/GFS2 with 
pacemaker+corosync+cman. Heartbeat will no longer be used for GFS2/OCFS): TODO
  Upgrade to RHCS 3.1: TODO
  Finish packaging gfs2-utils: TODO
  Upload gfs2-utils: TODO
  MIR gfs2-utils: TODO
  Update default Pacemaker configuration to reflect upstream changes: TODO
  
  Upstartify corosync (upstart does not stop correctly stop corosync threads): 
POSTPONED
  Include new RHCS and related packages into natty: POSTPONED
  Look into automated deployment with puppet (Simple: VIP/ Advanced: DRBD, 
CLVM, etc): POSTPONED
  Add meta-package/tasksel to install simple cluster and join it: POSTPONED
  Document for HA with OCFS2: POSTPONED
  Document for CLVM: POSTPONED
  Include documentation in Ubuntu Server Guide: POSTPONED
  
  == Agenda ==
  
   * Current Cluster Stack:
     - RHCS (3.0.12)
   + dlm_controld.pcmk/gfs_controld.pcmk
     - Pacemaker/corosync/heartbeat (1.0.10):
   + RA's handle above.
  
   * Discuss the adoption of the new software versions as there have been 
several upstream changes, and different distributions are adopting different 
components.
     * RHCS (3.1):
   - RHCS (dlm, cman, etc), fence-agents, resource-agents, gfs2-utils
   - gfs-pcmk, dlm-pcmk dropped.
     * Pacemaker 1.1:
   - Pcmk + Corosync + cman (to use dlm_controld/gfs_controld)
     * resource-agents
   - Linux-HA and RHCS RA's merged in a single source.
     * MIR fence-agents
   - Cobbler uses it.
  
   * DRBD 8.3.X/DRBD 8.4.X
   * Nova Components HA (following discussion from the OpenStack Design Summit)
   * Continue with the work on the Ubuntu Cluster Stack to complete previously 
defined work items.
   * Obtain feature requests and discuss the customization of the cluster stack 
for Ubuntu.
   * Cloud HA - Pacemaker Cloud Policy Engine:
  
  
http://www.redhat.com/summit/2011/presentations/summit/whats_new/thursday/dake_th_1130_high_availability_in_the_cloud.pdf
  
  == Session Notes ==
  
  == Actions ==
   * Move forward with OCFS2 as the supported clustered FS
   *  Keep RHCS 3.0 for DLM's only.
  - dlm_controld.pcmk/gfs_controld.pcmk
  - keep shipping gfs2-tools (and make sure it's ok)
  - upgrade to latest 3.0.x that contains .pcmk (3.0.17)
   *  Package fence-agents/resource-agents
   *  Upgrade pacemaker to 1.1
   *  Investigate and resolve ARM related issues within OCFS2, test
   *  Move from cluster-agents to resouce-agents
   *  Link up with openstack and upstream to compile a list of HA requirements
   *  DRBD 8.4 if is shipped in mainline kernel Oneiric ships.
   *  ***Documentation***
   *  Sort out PPAs (ubuntu-ha-maintainers becomes main PPA, all other go away)

-- 
Cluster Stack in Oneiric
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cluster-stack

-- 
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 801794] [NEW] package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to install/upgrade: open-vm-tools kernel module failed to build

2011-06-24 Thread Thomas Schweikle
Public bug reported:

Does not compile with kernel 2.6.39.2

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: open-vm-dkms
Uname: Linux 2.6.39.1 x86_64
Architecture: amd64
Date: Sat Jun 25 01:16:34 2011
ErrorMessage: open-vm-tools kernel module failed to build
PackageArchitecture: all
PackageVersion: 2011.03.28-387002-0ubuntu1.1
SourcePackage: open-vm-tools
Title: package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to 
install/upgrade: open-vm-tools kernel module failed to build
UpgradeStatus: Upgraded to natty on 2011-05-21 (34 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to
  install/upgrade: open-vm-tools kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/801794/+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 801794] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to install/upgrade: open-vm-tools kernel module failed to build

2011-06-24 Thread Thomas Schweikle
-- 
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/801794

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to
  install/upgrade: open-vm-tools kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/801794/+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 801795] [NEW] package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to install/upgrade: open-vm-tools kernel module failed to build

2011-06-24 Thread Thomas Schweikle
Public bug reported:

Does not compile with kernel 2.6.39.2

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: open-vm-dkms 2011.03.28-387002-0ubuntu1.1
Uname: Linux 2.6.39.1 x86_64
Architecture: amd64
Date: Sat Jun 25 01:16:34 2011
ErrorMessage: open-vm-tools kernel module failed to build
PackageArchitecture: all
PackageVersion: 2011.03.28-387002-0ubuntu1.1
SourcePackage: open-vm-tools
Title: package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to 
install/upgrade: open-vm-tools kernel module failed to build
UpgradeStatus: Upgraded to natty on 2011-05-21 (34 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to
  install/upgrade: open-vm-tools kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/801795/+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 801795] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to install/upgrade: open-vm-tools kernel module failed to build

2011-06-24 Thread Thomas Schweikle
-- 
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/801795

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu1.1 failed to
  install/upgrade: open-vm-tools kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/801795/+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 776103] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against 2.6.39 kernels, due to missing linux/smp_lock.h

2011-06-24 Thread dj_palindrome
Nate, I wish I was more than a newcomer; I'd gladly help you, since I am
getting obsessed to an unhealthy and unnatural degree with making VMware
work from am end-user perspective. I realize this is sick ;-)

If I weren't so frustrated that the Debian package maintainers seem to
be indifferent, absent, clueless, or just paralyzed, I wouldn't have
reached out to my Ubuntu brothers. Debian has had grave bug reports for
at least four months on their totally obsolete, supposedly latest
version of Tools and hasn't even classified any of them. Much less
uploaded a new package to unstable or experimental.

So I was reaching out to you in desperation; I had you pegged as someone
actively working to get a solution I could steal.

So while I'm sorry for treading on your ppa, I *have* successfully
installed ppa9 in a semi-Oneiric Natty (basically a 3.0.1 kernel with
as much of the internals and build infrasturucture upgraded as I can
without breaking my desktop, which is fragile because, of course, VMware
doesn't support direct-rendering in linux guests). DMKS built all
modules without any problems whatsoever.

I would like only to observe that distro package maintainers have to
look thought the eyes of the recipient to ensure that end-users will
have a good experience. This is what I mean:

* Even if shared folders are always enabled in the host, the guest will
not auto-mount them. Timing issues in loading the necessary modules
makes using fstab problematic.

* Drag and Drop operations from the *host* to *guest* will fail because
the open-vm-tools initialization does not seem to provide the necessary
environment, and once created, that environment is volatile, since
VMwareDnD has to be created in \tmp.

After doing some reading, I've modified the startup section of my
/etc/init.d/open-vm-tools as follows (I make no claim about knowing what
I'm doing, or that it is sufficiently general):

log_daemon_msg mounting hgfs shares
mount -t vmhgfs .host:/ /mnt/hgfs
log_end_msg 0
if [ ! -d /tmp/VMwareDnD ] 
then
log_daemon_msg making a directory on the guest to 
store files for DnD
mkdir /tmp/VMwareDnD
chmod 1777 /tmp/VMwareDnD
log_end_msg 0
fi
log_daemon_msg mounting vmblock for DnD
mount -t vmblock none /proc/fs/vmblock/mountPoint
log_end_msg 0

Source: http://sourceforge.net/apps/mediawiki/open-vm-
tools/index.php?title=Packaging

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against
  2.6.39 kernels, due to missing linux/smp_lock.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/776103/+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 776103] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against 2.6.39 kernels, due to missing linux/smp_lock.h

2011-06-24 Thread Nate Muench
I actually have Shared folders enabled in the open-vm-tools package (for
Natty and (for the moment) Maverick) in my Programs PPA (it's one of 3
or 4 programs (this one, Calibre, tinyxml, and I think libpodofo) that I
made changes to).  It works nicely.  And what you did is from a page
that was last edited 2 years ago, so DnD might not exist, just like
vmmemctl.

Also this project, to turn toolbox into a transitional package (or get
rid of it all together, depending on what Evan or anyone else who has
better knowledge about what I'm doing), is the biggest thing I've ever
done (and I'm enjoying).  And I look forward to merging it to the
existing branch, and mark it as a proposal (anything short, would make
me think I got screwed (aka you submitting the proposal, even though I
put a lot of time into getting this to work)).

Before now, all I did was take someone else's work, and propose it for
merging (which is currently in Maverick's Main Repo for the open-vm-
tools package).

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against
  2.6.39 kernels, due to missing linux/smp_lock.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/776103/+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 770454] Re: package samba 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-06-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/770454

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: il
  sottoprocesso vecchio script di post-installation ha restituito lo
  stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/770454/+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 764014] Re: *** buffer overflow detected ***: /usr/sbin/snmptrapd terminated

2011-06-24 Thread Launchpad Bug Tracker
[Expired for net-snmp (Ubuntu) because there has been no activity for 60
days.]

** Changed in: net-snmp (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  *** buffer overflow detected ***: /usr/sbin/snmptrapd terminated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/764014/+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 801718] Re: kpropd -S -P port fails to use specified port

2011-06-24 Thread Tom Yu
This bug originates from a Debian patch to krb5-1.8 that adds IPv6
support to kpropd. The Debian version of krb5-1.9 doesn't have this
problem. It is probably not difficult to fix Debian's krb5-1.8 patch,
but this should probably be coordinated with the Debian maintainers.

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

Title:
  kpropd -S -P port fails to use specified port

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