[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-09-29 Thread Adam Gandelman
At declaration of the flag, it looks like gflags converts the default
logfile_mode octet "0644" to the proper decimal integer (420).  When
parsing argv or flagfile, gflags seems to convert the string to an
integer, strips the leading zero and a decimal value (ie, 644) gets
passed to os.chmod() in the end.

Patch proposed upstream @ https://review.openstack.org/#change,758

** Also affects: ubuntu
   Importance: Undecided
   Status: New

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

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

Title:
  --logfile_mode flag does not properly set logfile permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/862969/+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 862969] [NEW] --logfile_mode flag does not properly set logfile permissions

2011-09-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The default logfile_mode of 0644 is successfully enforced, however,
using the flag to set permissions of logs to anything else results in
incorrect permissions:

ubuntu@ip-10-114-85-19:/var/log/nova$ sudo nova-compute --logfile_mode=0644
ubuntu@ip-10-114-85-19:/var/log/nova$ ls -lh
total 4.0K
--wr-T 1 root root 1.1K 2011-09-30 03:40 nova-compute.log
ubuntu@ip-10-114-85-19:/var/log/nova$ stat nova-compute.log | grep Access
Access: (1204/--wr-T)  Uid: (0/root)   Gid: (0/root)

ubuntu@ip-10-114-85-19:/var/log/nova$ sudo nova-compute --logfile_mode=0600
ubuntu@ip-10-114-85-19:/var/log/nova$ ls -lh
total 4.0K
---x-wx--T 1 root root 1.6K 2011-09-30 03:41 nova-compute.log
ubuntu@ip-10-114-85-19:/var/log/nova$ stat nova-compute.log  | grep Access
Access: (1130/---x-wx--T)  Uid: (0/root)   Gid: (0/root)

** Affects: nova
 Importance: Undecided
 Status: New

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

-- 
--logfile_mode flag does not properly set logfile permissions
https://bugs.launchpad.net/bugs/862969
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova in Ubuntu.

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


[Bug 862816] Re: /var/log/nova/* is world-readable

2011-09-29 Thread Adam Gandelman
This is both a packaging problem and a Nova bug. Packaging should
override the default logfile mode (0644) in nova.conf via the
--logfile_mode flag, however, this option does not seem to function as
it should (Bug #862969).

** Changed in: nova (Ubuntu Oneiric)
   Status: Triaged => In Progress

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

Title:
  /var/log/nova/* is world-readable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/862816/+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 850892] Re: orchestra-import-isos does not update

2011-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler - 2.1.0+git20110602-0ubuntu26

---
cobbler (2.1.0+git20110602-0ubuntu26) oneiric; urgency=low

  * debian/cobbler-ubuntu-import: Add --check-update and --remove
functionality.  This should help orchestra-import-isos keep local
ISO caches up-to-date. (LP: #850892)
 -- Adam GandelmanThu, 15 Sep 2011 16:36:39 -0700

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

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

Title:
  orchestra-import-isos does not update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/850892/+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 529714] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2011-09-29 Thread Steve Langasek
** Changed in: eglibc (Ubuntu Oneiric)
   Status: Confirmed => Won't Fix

** Changed in: eglibc (Ubuntu Natty)
   Status: Confirmed => Won't Fix

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

Title:
  rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/529714/+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 862915] Re: package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-09-29 Thread Borin Tol
-- 
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/862915

Title:
  package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/862915/+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 862915] [NEW] package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-09-29 Thread Borin Tol
Public bug reported:

postfix installation failed.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: postfix 2.8.2-1ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
Architecture: i386
Date: Fri Sep 30 08:19:30 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
SourcePackage: postfix
Title: package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 75
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: postfix (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 postfix in Ubuntu.
https://bugs.launchpad.net/bugs/862915

Title:
  package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/862915/+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 850880] Re: cobbler-ubuntu-import does not pull from -updates

2011-09-29 Thread Dave Walker
** Also affects: cobbler (Ubuntu Oneiric)
   Importance: High
 Assignee: Adam Gandelman (gandelman-a)
   Status: In Progress

** Changed in: cobbler (Ubuntu Oneiric)
Milestone: None => ubuntu-11.10

** Tags added: server-o-rs

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

Title:
  cobbler-ubuntu-import does not pull from -updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/850880/+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 862416] Re: logcheck ignore and violation rules are not matching on alternate policy banks

2011-09-29 Thread Dave Walker
@Simon, thanks for the bug report.  Please could you expand on the
impact of this bug, what issues it causes?

Thanks.

** Changed in: amavisd-new (Ubuntu)
   Status: New => Incomplete

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided => Low

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

Title:
  logcheck ignore and violation rules are not matching on alternate
  policy banks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/862416/+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 820668] Re: cobbler does not start on transition from runlevel 1 to 2

2011-09-29 Thread Dave Walker
** Also affects: cobbler (Ubuntu Oneiric)
   Importance: Medium
 Assignee: Ben Howard (utlemming)
   Status: Triaged

** Also affects: cobbler (Ubuntu P-series)
   Importance: Undecided
   Status: New

** Changed in: cobbler (Ubuntu P-series)
   Status: New => Triaged

** Changed in: cobbler (Ubuntu Oneiric)
   Status: Triaged => Won't Fix

** Changed in: cobbler (Ubuntu P-series)
   Importance: Undecided => Medium

** Changed in: cobbler (Ubuntu P-series)
 Assignee: (unassigned) => Ben Howard (utlemming)

** Changed in: cobbler (Ubuntu Oneiric)
 Assignee: Ben Howard (utlemming) => (unassigned)

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

Title:
  cobbler does not start on transition from runlevel 1 to 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/820668/+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 816313] Re: "ssh -b x.x.x.x" or "ssh -o BindAddress=x.x.x.x" does not work.

2011-09-29 Thread m.bosner
This seems to be fixed in the latest version (OpenSSH_5.8p1 Debian-
1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010)

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

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

Title:
  "ssh -b x.x.x.x" or "ssh -o BindAddress=x.x.x.x" does not work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/816313/+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 862816] Re: /var/log/nova/* is world-readable

2011-09-29 Thread Adam Gandelman
** Changed in: nova (Ubuntu Oneiric)
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

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

Title:
  /var/log/nova/* is world-readable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/862816/+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 861547] Re: /usr/sbin/ietadm is missing in /etc/sudoers.d/nova_sudoers

2011-09-29 Thread Dave Walker
** Changed in: nova (Ubuntu Oneiric)
   Status: Confirmed => In Progress

** Changed in: nova (Ubuntu Oneiric)
 Assignee: (unassigned) => Ante Karamatić (ivoks)

** Changed in: nova (Ubuntu Oneiric)
   Status: In Progress => Fix Committed

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

Title:
  /usr/sbin/ietadm is missing in /etc/sudoers.d/nova_sudoers

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

2011-09-29 Thread Dave Walker
** Also affects: open-vm-tools (Ubuntu Oneiric)
   Importance: High
   Status: New

** Tags added: server-o-rs

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

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/857181/+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 862816] Re: /var/log/nova/* is world-readable

2011-09-29 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New => Triaged

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

** Also affects: nova (Ubuntu Oneiric)
   Importance: High
   Status: Triaged

** Changed in: nova (Ubuntu Oneiric)
Milestone: None => ubuntu-11.10

** Tags added: server-o-rs

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

Title:
  /var/log/nova/* is world-readable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/862816/+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 862816] Re: /var/log/nova/* is world-readable

2011-09-29 Thread Adam Gandelman
** Attachment added: "nova-compute.log"
   
https://bugs.launchpad.net/bugs/862816/+attachment/2483300/+files/nova-compute.log

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

Title:
  /var/log/nova/* is world-readable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/862816/+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 862816] [NEW] /var/log/nova/* is world-readable

2011-09-29 Thread Adam Gandelman
Public bug reported:

The default nova.conf ships with '--verbose' enabled by default.  When
set, each nova-* component logs all configuration flags to their
respective logfile in /var/log/nova/, including any credentials stored
in nova.conf (see attachment).  If '--verbose' logging is to be enabled
by default, permissions of logfiles in /var/log/nova should be
restricted to match those of nova.conf (0600, nova:nova)

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

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

Title:
  /var/log/nova/* is world-readable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/862816/+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 842845] Re: problems starting multiple lxc instances concurrently

2011-09-29 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking

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

Title:
  problems starting multiple lxc instances concurrently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/842845/+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 861547] Re: /usr/sbin/ietadm is missing in /etc/sudoers.d/nova_sudoers

2011-09-29 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking

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

Title:
  /usr/sbin/ietadm is missing in /etc/sudoers.d/nova_sudoers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/861547/+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 811610] Re: package mysql-server-5.1 5.1.57-3.1ubuntu1 failed to install/upgrade: status: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

2011-09-29 Thread Steve Langasek
*** This bug is a duplicate of bug 771834 ***
https://bugs.launchpad.net/bugs/771834

** This bug is no longer a duplicate of bug 811609
   package cups 1.4.7-1ubuntu1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 771834
   package cups 1.4.6-5ubuntu1 failed to install/upgrade: le sous-processus 
script post-installation installé a retourné une erreur de sortie d'état 1

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

Title:
  package mysql-server-5.1 5.1.57-3.1ubuntu1 failed to install/upgrade:
  status: Unable to connect to Upstart: Failed to connect to socket
  /com/ubuntu/upstart: Connection refused

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/811610/+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 860492] Re: [MIR] cobbler-enlist source and binaries

2011-09-29 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking

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

Title:
  [MIR] cobbler-enlist source and binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/860492/+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 832159] Re: lxc: get-console-output does not work

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/nova/fix-lxc-and-primary-group

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

Title:
  lxc: get-console-output does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/832159/+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 832507] Re: console.log grows indefinitely

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/nova/fix-lxc-and-primary-group

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 861547] Re: /usr/sbin/ietadm is missing in /etc/sudoers.d/nova_sudoers

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/nova/fix-lxc-and-primary-group

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

Title:
  /usr/sbin/ietadm is missing in /etc/sudoers.d/nova_sudoers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/861547/+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 862728] Re: Please stop defaulting to VCS="bzr"

2011-09-29 Thread Soren Hansen
whoops

** Changed in: etckeeper (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: etckeeper (Ubuntu)
   Status: Won't Fix => Opinion

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

Title:
  Please stop defaulting to VCS="bzr"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/862728/+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 862728] Re: Please stop defaulting to VCS="bzr"

2011-09-29 Thread Soren Hansen
If you have sound technical reasons why bzr shoulnd't be the default,
please elaborate.

Otherwise, I don't see why this needs to change. The default has been
bzr since etckeeper was added to Ubuntu. Changing the default would mean
that etckeeper would be broken (i.e. will have lost its history) for
people who have relied on the default. Also, many of us prefer bzr and
everywhere else in Ubuntu where we have a choice between VCS's, we
choose bzr, so I don't see why etckeeper should be any different.

** Changed in: etckeeper (Ubuntu)
   Importance: Wishlist => Undecided

** Changed in: etckeeper (Ubuntu)
   Status: Opinion => Won't Fix

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

Title:
  Please stop defaulting to VCS="bzr"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/862728/+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 860492] Re: [MIR] cobbler-enlist source and binaries

2011-09-29 Thread Matthias Klose
2011-09-29 20:42:50 INFOOverride Component to: 'main'
2011-09-29 20:42:51 INFO'cobbler-enlist - 0.2-1/universe/admin' source 
overridden
2011-09-29 20:42:51 INFO'cobbler-enlist-0.2-1/universe/admin/EXTRA' binary 
overridden in oneiric/amd64
2011-09-29 20:42:51 INFO'cobbler-enlist-0.2-1/universe/admin/EXTRA' binary 
overridden in oneiric/armel
2011-09-29 20:42:51 INFO'cobbler-enlist-0.2-1/universe/admin/EXTRA' binary 
overridden in oneiric/i386
2011-09-29 20:42:51 INFO'cobbler-enlist-0.1-2/universe/admin/EXTRA' binary 
overridden in oneiric/powerpc
2011-09-29 20:42:51 INFO
'cobbler-enlist-udeb-0.2-1/universe/debian-installer/EXTRA' binary overridden 
in oneiric/amd64
2011-09-29 20:42:51 INFO
'cobbler-enlist-udeb-0.2-1/universe/debian-installer/EXTRA' binary overridden 
in oneiric/armel
2011-09-29 20:42:51 INFO
'cobbler-enlist-udeb-0.2-1/universe/debian-installer/EXTRA' binary overridden 
in oneiric/i386
2011-09-29 20:42:51 INFO
'cobbler-enlist-udeb-0.1-2/universe/debian-installer/EXTRA' binary overridden 
in oneiric/powerpc


** Changed in: cobbler-enlist (Ubuntu Oneiric)
   Status: Fix Committed => Fix Released

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

Title:
  [MIR] cobbler-enlist source and binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/860492/+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 862728] Re: Please stop defaulting to VCS="bzr"

2011-09-29 Thread Dave Walker
I'm marking this as 'Opinion' because it clearly falls into that
category.

Bazaar is the Ubuntu chosen VCS.  If you are experiencing specific
issues, please raise them separately.

As a Ubuntu developer, I would suggest that this can be Fix Released by
making it a debconf option that can be preseeded if required.

Thanks.

** Changed in: etckeeper (Ubuntu)
   Status: New => Opinion

** Changed in: etckeeper (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Please stop defaulting to VCS="bzr"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/862728/+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 862757] Re: the munin plugin sensors_ does not recognize the values of volt and fan from lm-sensors

2011-09-29 Thread Nico Eisold
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/862757

Title:
  the munin plugin sensors_ does not recognize the values of volt and
  fan from lm-sensors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/862757/+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 862757] [NEW] the munin plugin sensors_ does not recognize the values of volt and fan from lm-sensors

2011-09-29 Thread Nico Eisold
Public bug reported:

the plugin shows only the temperatures and does not recognize the other
values


#console output of the plugin and lmsensors

root@server:~# /etc/munin/plugins/sensors_fan suggest
temp
root@server:~# /etc/munin/plugins/sensors_fan
root@server:~# /etc/munin/plugins/sensors_volt
root@server:~# /etc/munin/plugins/sensors_temp
temp1.value 30.0
temp2.value 20.0
temp3.value 33.0
temp4.value 22.0
temp5.value 18.0
temp6.value 25.0
root@server:~# 
root@server:~#
root@server:~#
root@server:~# sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:  +32.0°C
Core0 Temp:  +23.0°C
Core1 Temp:  +35.0°C
Core1 Temp:  +26.0°C

f71882fg-isa-0a00
Adapter: ISA adapter
+3.3V:   +3.39 V
in1: +1.11 V  (max =  +2.04 V)
in2: +1.12 V
in3: +0.95 V
in4: +0.65 V
in5: +1.10 V
in6: +0.78 V
3VSB:+3.39 V
Vbat:+3.17 V
fan1:   1400 RPM
fan2:825 RPM
fan3:   1107 RPM
fan4:  0 RPM  ALARM
temp1:   +19.0°C  (high = +85.0°C, hyst = +81.0°C)
  (crit = +100.0°C, hyst = +96.0°C)  sensor = transistor
temp2:   +25.0°C  (high = +85.0°C, hyst = +81.0°C)
  (crit = +100.0°C, hyst = +96.0°C)  sensor = transistor
temp3: FAULT  (high = +70.0°C, hyst = +68.0°C)
  (crit = +85.0°C, hyst = +83.0°C)  sensor = transistor

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: munin 1.4.4-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Sep 29 22:00:22 2011
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: munin

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


** Tags: amd64 apport-bug lucid

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

Title:
  the munin plugin sensors_ does not recognize the values of volt and
  fan from lm-sensors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/862757/+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 804211] Re: package foo2zjs 20110210dfsg-1ubuntu2.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2011-09-29 Thread Steve Langasek
Note that /lib/init/upstart-job in natty and above correctly implements
the policy requirement to return *success* if the job is already
running.  What version of upstart is installed here?

What do 'status cups' and 'status smbd' return?

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

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

Title:
  package foo2zjs 20110210dfsg-1ubuntu2.1 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/804211/+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 862728] [NEW] Please stop defaulting to VCS="bzr"

2011-09-29 Thread Daniel Hahler
Public bug reported:

It is getting quite annoying to have to setup $VCS to reasonable VCS all
the time (or at least when upgrading from Natty to Oneiric).

Please stop this.

Bazaar is being pushed by Canonical, but it sucks so much compared to
Git that it does not make any sense to change the package default from
git to bzr.

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

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

Title:
  Please stop defaulting to VCS="bzr"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/862728/+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 804211] Re: package foo2zjs 20110210dfsg-1ubuntu2.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2011-09-29 Thread Steve Langasek
Insufficient information here to diagnose.  The attached log only shows
the attempt to configure the samba and cups packages, it doesn't show
their earlier configuration. davidrsm, do you have older dpkg logs, from
before this failure?  Do you recall having manually started samba and
cups during the upgrade, which would cause this problem?

** Changed in: upstart (Ubuntu)
   Status: New => Incomplete

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

Title:
  package foo2zjs 20110210dfsg-1ubuntu2.1 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/804211/+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 529714] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2011-09-29 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking

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

Title:
  rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/529714/+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 862558] Re: cobbler-enlist is not checking for return codes enough

2011-09-29 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/862558

Title:
  cobbler-enlist is not checking for return codes enough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/862558/+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 832507] Re: console.log grows indefinitely

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/diablo

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 832159] Re: lxc: get-console-output does not work

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/diablo

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

Title:
  lxc: get-console-output does not work

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

2011-09-29 Thread Jamie Strandboge
Bug #862567 is fixed. Please feel free to seed in main.

** Summary changed:

- [MIR] cobbler-enlist src, cobbler-enlist-udeb bin
+ [MIR] cobbler-enlist source and binaries

** Changed in: cobbler-enlist (Ubuntu Oneiric)
   Status: In Progress => Fix Committed

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

Title:
  [MIR] cobbler-enlist source and binaries

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

2011-09-29 Thread aristath
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/862651

Title:
  package mysql-server-5.1 (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/862651/+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 861547] Re: /usr/sbin/ietadm is missing in /etc/sudoers.d/nova_sudoers

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/diablo

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

Title:
  /usr/sbin/ietadm is missing in /etc/sudoers.d/nova_sudoers

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

2011-09-29 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package mysql-server-5.1 (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

2011-09-29 Thread aristath
Public bug reported:

Ubuntu oneiric (development branch)
tried to install MySQL using 
sudo apt-get install mysql-server

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: mysql-server-5.1 (not installed)
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Thu Sep 29 21:35:35 2011
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
UpgradeStatus: Upgraded to oneiric on 2011-09-29 (0 days ago)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package oneiric

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

Title:
  package mysql-server-5.1 (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/862651/+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 832159] Re: lxc: get-console-output does not work

2011-09-29 Thread Dave Walker
** Tags added: server-o-rs

** Also affects: nova (Ubuntu Oneiric)
   Importance: Undecided
   Status: Confirmed

** Changed in: nova (Ubuntu Oneiric)
 Assignee: (unassigned) => Chuck Short (zulcss)

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

Title:
  lxc: get-console-output does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/832159/+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 862567] Re: debconf and documentation should mention lack of SSL

2011-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler-enlist - 0.2-1

---
cobbler-enlist (0.2-1) oneiric; urgency=low

  * debian/cobbler-enlist-udeb.templates: Updated warning-note template to
provide details, and a warning. (LP: #862567)
  * debian/cobbler-enlist-udeb.postinst: Provided speech-marks for execute
stanza.
  * debian/cobbler-enlist.README.Debian: Initial document, including warning
that enlistment is sent without encryption. (LP: #862567)
 -- Dave Walker (Daviey)Wed, 28 Sep 2011 00:43:36 
+0100

** Changed in: cobbler-enlist (Ubuntu Oneiric)
   Status: Triaged => Fix Released

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

Title:
  debconf and documentation should mention lack of SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/862567/+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 862558] Re: cobbler-enlist is not checking for return codes enough

2011-09-29 Thread Dave Walker
** Changed in: cobbler-enlist (Ubuntu Oneiric)
 Assignee: Canonical Server Team (canonical-server) => Ubuntu Server Team 
(ubuntu-server)

** Changed in: cobbler-enlist (Ubuntu P-series)
 Assignee: Canonical Server Team (canonical-server) => Ubuntu Server Team 
(ubuntu-server)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/862558

Title:
  cobbler-enlist is not checking for return codes enough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/862558/+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 861582] Re: Failed snapshots are not cleaned up

2011-09-29 Thread Brian Waldon
** Changed in: nova
   Status: New => Fix Committed

** Changed in: nova
   Importance: Undecided => Medium

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

Title:
  Failed snapshots are not cleaned up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861582/+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 860492] Re: [MIR] cobbler-enlist src, cobbler-enlist-udeb bin

2011-09-29 Thread Jamie Strandboge
Security review:
- does not check return codes in several places surrounding malloc() and 
xmlrpc_* calls
- SSL is not used due to bug #833994

I would really like to see the error checking done at some time. I
realize this is a time crunch and don't see a vulnerability with the
shallow audit I perfromed. That said, this should be fixed, especially
since cobbler-enlist is intended to be run as a privileged user, and I
have filed bug #862558.

To fully address the SSL issues, bug #833994 needs to be adjusted in the 
installer and cobbler-enlist. Since it is too late for that, I suggest:
- adjusting the already existing debconf questions/notes to include language 
that the information is currently submitted in unencrypted form (and a way to 
abort)
- add language to the --help text that the information is currently submitted 
in unencrypted form
- add a manpage which among other things includes language that the information 
is currently submitted in unencrypted form
- add text to README.Debian explaining the lack of SSL, language that the 
information is currently submitted in unencrypted form and a reference to bug 
#833994

I have filed bug #862567 to address this.

Since there is no difference between supporting the udeb for cobbler-
enlist and the regular deb for cobbler-enlist, please feel free to
promote and seed once bug #862567 is fixed.

Thanks!

** Changed in: cobbler-enlist (Ubuntu Oneiric)
   Status: In Progress => Confirmed

** Changed in: cobbler-enlist (Ubuntu Oneiric)
 Assignee: Jamie Strandboge (jdstrand) => (unassigned)

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

Title:
  [MIR] cobbler-enlist src, cobbler-enlist-udeb bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/860492/+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 860492] Re: [MIR] cobbler-enlist src, cobbler-enlist-udeb bin

2011-09-29 Thread Jamie Strandboge
Marking as 'In Progress' since this is pending bug #862567.

** Changed in: cobbler-enlist (Ubuntu Oneiric)
   Status: Confirmed => In Progress

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

Title:
  [MIR] cobbler-enlist src, cobbler-enlist-udeb bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/860492/+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 860492] Re: [MIR] cobbler-enlist src, cobbler-enlist-udeb bin

2011-09-29 Thread Jamie Strandboge
"...please feel free to promote and seed once bug #862567 is fixed."
should have read:

"...please feel free to seed and promote source and binaries once bug
#862567 is fixed."

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

Title:
  [MIR] cobbler-enlist src, cobbler-enlist-udeb bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/860492/+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 861582] Re: Failed snapshots are not cleaned up

2011-09-29 Thread Dave Walker
** Changed in: nova (Ubuntu Oneiric)
   Status: New => Triaged

** Changed in: nova (Ubuntu Oneiric)
 Assignee: (unassigned) => Chuck Short (zulcss)

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

Title:
  Failed snapshots are not cleaned up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861582/+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 862567] [NEW] debconf and documentation should mention lack of SSL

2011-09-29 Thread Jamie Strandboge
Public bug reported:

During the review of cobbler-enlist, it was noted that cobbler-enlist doesn't 
use SSL. This should be documented as such:
- adjusting the already existing debconf questions/notes to include language 
that the information is currently submitted in unencrypted form (and a way to 
abort)
- add language to the --help text that the information is currently submitted 
in unencrypted form
- add a manpage which among other things includes language that the information 
is currently submitted in unencrypted form
- add text to README.Debian explaining the lack of SSL, language that the 
information is currently submitted in unencrypted form and a reference to bug 
#833994

** Affects: cobbler-enlist (Ubuntu)
 Importance: High
 Assignee: Dave Walker (davewalker)
 Status: Triaged

** Affects: cobbler-enlist (Ubuntu Oneiric)
 Importance: High
 Assignee: Dave Walker (davewalker)
 Status: Triaged


** Tags: server-o-rs

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Also affects: cobbler-enlist (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Changed in: cobbler-enlist (Ubuntu Oneiric)
   Status: New => Triaged

** Changed in: cobbler-enlist (Ubuntu Oneiric)
   Importance: Undecided => High

** Changed in: cobbler-enlist (Ubuntu Oneiric)
 Assignee: (unassigned) => Dave Walker (davewalker)

** Changed in: cobbler-enlist (Ubuntu Oneiric)
Milestone: None => ubuntu-11.10

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

Title:
  debconf and documentation should mention lack of SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/862567/+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 862567] Re: debconf and documentation should mention lack of SSL

2011-09-29 Thread Dave Walker
** Tags added: server-o-rs

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

Title:
  debconf and documentation should mention lack of SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/862567/+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 862558] [NEW] cobbler-enlist is not checking for return codes enough

2011-09-29 Thread Jamie Strandboge
Public bug reported:

In performing the MIR audit for cobbler-enlist (bug #860492), I
discovred:

- PROBLEM: most xmlrpc_* calls are not doing any error checking, but should be 
based on looking at code of xmlrpc-c.
- RECOMMENDATION: create utility function wrappers for the common xmlrpc-c 
comamnds, have the cobbler-enlist code use the wrappers, and have the wrappers 
do all the error checking. Eg: all current uses of xmlrpc_array_new(...) should 
be changed to use ce_xmlrpc_array_new(...), then ce_xmlrpc_array_new() calls 
xmlrpc_array_new() and does the necessary error checking and fails. This should 
be done everywhere that an xmlrpc function is used a lot, and for those things 
that are used only once, simply do it inline (eg for xmlrpc_server_info_new()).

This needs to get fixed so that cobbler-enlist is defensively coded.
This must happen before 12.04 and I think it would also be good for SRU.

** Affects: cobbler-enlist (Ubuntu)
 Importance: High
 Assignee: Canonical Server Team (canonical-server)
 Status: Triaged

** Affects: cobbler-enlist (Ubuntu Oneiric)
 Importance: High
 Assignee: Canonical Server Team (canonical-server)
 Status: Triaged

** Affects: cobbler-enlist (Ubuntu P-series)
 Importance: High
 Assignee: Canonical Server Team (canonical-server)
 Status: Triaged

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Changed in: cobbler-enlist (Ubuntu)
   Importance: Undecided => High

** Changed in: cobbler-enlist (Ubuntu)
   Status: New => Triaged

** Changed in: cobbler-enlist (Ubuntu)
 Assignee: (unassigned) => Canonical Server Team (canonical-server)

** Also affects: cobbler-enlist (Ubuntu Oneiric)
   Importance: High
 Assignee: Canonical Server Team (canonical-server)
   Status: Triaged

** Also affects: cobbler-enlist (Ubuntu P-series)
   Importance: Undecided
   Status: New

** Changed in: cobbler-enlist (Ubuntu P-series)
   Status: New => Triaged

** Changed in: cobbler-enlist (Ubuntu P-series)
   Importance: Undecided => High

** Changed in: cobbler-enlist (Ubuntu P-series)
 Assignee: (unassigned) => Canonical Server Team (canonical-server)

** Changed in: cobbler-enlist (Ubuntu Oneiric)
Milestone: None => oneiric-updates

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

Title:
  cobbler-enlist is not checking for return codes enough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/862558/+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 862392] Re: unity/compiz dies horribly if kvm interrupted when iconified

2011-09-29 Thread Ben Howard
Marking as invalid for KVM.

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

** Changed in: kvm (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  unity/compiz dies horribly if kvm interrupted when iconified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/862392/+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 861582] A change has been merged to openstack/nova

2011-09-29 Thread Openstack Gerrit
Reviewed:  https://review.openstack.org/726
Committed: 
http://github.com/openstack/nova/commit/eb6432361ee4946d93867e2d3f0870d892a25c66
Submitter: Jenkins
Branch:master

 status fixcommitted
 done

commit eb6432361ee4946d93867e2d3f0870d892a25c66
Author: David Subiros 
Date:   Wed Sep 28 15:19:04 2011 +0100

Enforce snapshot cleanup.

Makes sure that the snapshot and the temporary directory is cleaned up,
even if qemu-img fails. Fixes bug 861582.

Change-Id: I3c7798215c8d0d5dc979379a13e038098b0f31d4

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

Title:
  Failed snapshots are not cleaned up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861582/+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 862520] Re: package slapd 2.4.23-6ubuntu6 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-09-29 Thread Djordje Kornic
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/862520

Title:
  package slapd 2.4.23-6ubuntu6 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/862520/+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 862520] [NEW] package slapd 2.4.23-6ubuntu6 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-09-29 Thread Djordje Kornic
Public bug reported:

error while upgrading to 11.04. error in openldap and ebox

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: slapd 2.4.23-6ubuntu6
ProcVersionSignature: Ubuntu 2.6.35-30.56-server 2.6.35.13
Uname: Linux 2.6.35-30-server x86_64
Architecture: amd64
CNConfig: Error: command ['/usr/bin/ldapsearch', '-Q', '-LLL', '-Y EXTERNAL', 
'-H ldapi:///', '-b cn=config'] failed with exit code 255: 
ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)
Date: Thu Sep 29 17:51:38 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu-Server 10.04 LTS "Lucid Lynx" - Release amd64 
(20100427)
SourcePackage: openldap
SysLog: Sep 29 17:49:44 MFL-Srv kernel: [14554.308947] type=1400 
audit(1317311384.416:88): apparmor="STATUS" operation="profile_replace" 
name="/usr/sbin/slapd" pid=5472 comm="apparmor_parser"
Title: package slapd 2.4.23-6ubuntu6 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-09-29 (0 days ago)

** Affects: openldap (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 openldap in Ubuntu.
https://bugs.launchpad.net/bugs/862520

Title:
  package slapd 2.4.23-6ubuntu6 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/862520/+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 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-29 Thread Ronen
I could put that in the system but since id like to have multiple
profiles inherit from it, the only workaround I can see is to patch the
pxe and tft files before the installation for each system, I think that
the reason I thought the user had no effect was because I set it up in
the system

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

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+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 862340] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-09-29 Thread Ubuntu QA's Bug Bot
** Package changed: ubuntu => bacula (Ubuntu)

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/862340/+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 862340] [NEW] package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-09-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

please i dont not speek ingles.please messenger of spanish

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bacula-director-mysql 5.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic i686
Architecture: i386
Date: Thu Sep 29 11:25:11 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 10.04.3 LTS "Lucid Lynx" - Release i386 (20110720.1)
SourcePackage: bacula
Title: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
el subproceso instalado el script post-installation devolvió el código de 
salida de error 1

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


** Tags: apport-package i386 lucid ubuntu-une
-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
https://bugs.launchpad.net/bugs/862340
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to bacula in Ubuntu.

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


[Bug 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-29 Thread Andres Rodriguez
Hi Ronen,

Yes, kernel options take precedence to the ones on the preseed file.

I do agree that the duplicated hostname= might be a bug,m however, the
way how cobbler handles this is done differently. I'd suggest you remove
the kopts for hostname=ubu2 and set the system's hostname so that it
gest filled automatically. You do that as follows:

sudo cobbler system edit --name  --hostname ubu2

By setting the hostname on the system, then the PXE file generated
above, will contain the following:

title developer-desktop
root (nd)
kernel /images/ubuntu-alternate-x86_64/linux locale= locale=en_US text  
priority=critical auto url=http://192.168.4.18/cblr/svc/op/ks/system/ubu2 
hostname=ubu2 domain=local.lan suite=natty
initrd /images/ubuntu-alternate-x86_64/initrd.gz

If you set the hostname to be fqnd, then the domain should also be
filled. Example:

sudo cobbler system edit --name  --hostname
ubu2.testing.com

The PXE file will be:

title developer-desktop
root (nd)
kernel /images/ubuntu-alternate-x86_64/linux locale= locale=en_US text 
priority=critical auto url=http://192.168.4.18/cblr/svc/op/ks/system/ubu2 
hostname=ubu2 domain=testing.com suite=natty
initrd /images/ubuntu-alternate-x86_64/initrd.gz

Hope this information helps.

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

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+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 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-29 Thread Ronen
BTW the:

/var/lib/tftpboot/pxelinux.cfg/MAC

file has also parameters,

Id suggest reproducing all this using virtualbox (youll need to use AM79
network card)

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

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+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 862416] Re: logcheck ignore and violation rules are not matching on alternate policy banks

2011-09-29 Thread Simon Déziel
What I would suggest is to replace this ignore rules (and all other
similar) :

^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]:
\([-[:digit:]]+\) Passed CLEAN,( \[[.:[:xdigit:]]+\]){0,2} <[^>]*> ->
<[^>]*>(,<[^>]*>)*, Message-ID: <[^>]+>( \((added
by[^)]+|sfid-[_[:xdigit:]]+)\))?,( Resent-Message-ID: <[^>]+>,)?
mail_id: [-+[:alnum:]]+, Hits: (-[.[:digit:]]*)+, size: [[:xdigit:]]+,
queued_as: [[:xdigit:]]+( OK id=[-[:alnum:]]+)?, [[:digit:]]+ ms$

with :

^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]:
\([-[:digit:]]+\) Passed CLEAN,( [-[:alnum:]]+)?( LOCAL)?(
\[[.:[:xdigit:]]+\]){0,2} <[^>]*> -> <[^>]*>(,<[^>]*>)*, Message-ID:
<[^>]+>( \((added by[^)]+|sfid-[_[:xdigit:]]+)\))?,( Resent-Message-ID:
<[^>]+>,)? mail_id: [-+[:alnum:]]+, Hits: (-[.[:digit:]]*)+, size:
[[:xdigit:]]+, queued_as: [[:xdigit:]]+( OK id=[-[:alnum:]]+)?,
[[:digit:]]+ ms$

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

Title:
  logcheck ignore and violation rules are not matching on alternate
  policy banks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/862416/+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 827496] Re: cobbler kickstart metadata dont affect ubuntu preseed

2011-09-29 Thread Ronen
Hey Andres, after digging a bit further into the issue I think iv found
the cause, iv got a system that inherits from a profile, the parent
profile specifies the following kernel options:

priority=critical locale=en_US

In the inheriting system iv specified:

priority=critical locale=en_US hostname=ubu2

Iv found that cobbler generates a file under:

/var/lib/tftpboot/grub/MAC_ADDRESS


This file contains the hostname: 

title developer-desktop
root (nd)
kernel /images/ubuntu-alternate-x86_64/linux   locale=  locale=en_US text 
hostname=ubu2 priority=critical  auto 
url=http://192.168.4.18/cblr/svc/op/ks/system/ubu2 hostname= domain=local.lan 
suite=natty
initrd /images/ubuntu-alternate-x86_64/initrd.gz


Notice that the hostname entry is duplicated with one entry empty, then when 
ill try to install a machine the installer will indeed complain about an empty 
hostname value, no matter what I specify in my kickstart meta data (looks like 
kernel options take precedence)

The only solution is to set the hostname in the systems kernel options
(leaving it out will also result with an empty value passed to the
installer no matter what).

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

Title:
  cobbler kickstart metadata dont affect ubuntu preseed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/827496/+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 862416] [NEW] logcheck ignore and violation rules are not matching on alternate policy banks

2011-09-29 Thread Simon Déziel
Public bug reported:

The logcheck ignore and violation rules works well when using only the
default policy bank but they fail to match alternate policy banks log
messages. Here is an example of one log that should have match (but
didn't) :

Sep 29 00:02:10 www amavis[25415]: (25415-05) Passed CLEAN, DKIM LOCAL
[172.16.22.1] [172.16.22.1]  ->
, Message-ID:
<20110929040206.619ac1f...@xeon.lan.sdeziel.info>, mail_id:
izycyafCDlfx, Hits: -8.404, size: 1648, queued_as: 8C34C5EDC, 3942 ms

Here the problematic fields are the "DKIM" and the "LOCAL" that
indicates the message was handled by the "DKIM" policy bank and
originated from a local network.

This at least affects Lucid's and Natty's amavisd-new packages.

** Affects: amavisd-new (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  logcheck ignore and violation rules are not matching on alternate
  policy banks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/862416/+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 862136] PulseSinks.txt

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "PulseSinks.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480680/+files/PulseSinks.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/862136/+attachment/2480682/+files/RfKill.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480685/+files/WifiSyslog.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/862136/+attachment/2480683/+files/UdevDb.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480678/+files/ProcInterrupts.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480674/+files/IwConfig.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480673/+files/CurrentDmesg.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/862136/+attachment/2480684/+files/UdevLog.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "PulseSources.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480681/+files/PulseSources.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480679/+files/ProcModules.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480677/+files/ProcCpuinfo.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480676/+files/PciMultimedia.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/862136/+attachment/2480675/+files/Lspci.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+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 862136] Card1.Codecs.codec.0.txt

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "Card1.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480672/+files/Card1.Codecs.codec.0.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+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 862136] Card0.Codecs.codec.1.txt

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "Card0.Codecs.codec.1.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480671/+files/Card0.Codecs.codec.1.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+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 862136] Card0.Codecs.codec.0.txt

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "Card0.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480670/+files/Card0.Codecs.codec.0.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+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 862136] Card0.Amixer.values.txt

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "Card0.Amixer.values.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480669/+files/Card0.Amixer.values.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480668/+files/BootDmesg.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "ArecordDevices.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480667/+files/ArecordDevices.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "AplayDevices.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480666/+files/AplayDevices.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "AlsaDevices.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480665/+files/AlsaDevices.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Neil Wilson
apport information

** Attachment added: "AcpiTables.txt"
   
https://bugs.launchpad.net/bugs/862136/+attachment/2480664/+files/AcpiTables.txt

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+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 862136] Re: Can't define network with IPv6 address in libvirt - fails to define address

2011-09-29 Thread Neil Wilson
You might want to try setting the dummy interface up in libvirt. That
may workaround it for now at the expense of polluting the ifconfig
listings.


** Patch added: "Start dummy bridge interface 'up' rather than 'down'"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+attachment/2480654/+files/Bring-up-dummy-interface.patch

** Tags added: apport-collected running-unity

** Description changed:

  When defining a network with an IPv6 address, libvirt fails to allocate
  the address properly and the launch of the supporting dnsmasq processes
  fails.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libvirt-bin 0.9.2-4ubuntu14
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Thu Sep 29 09:18:26 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110921.2)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: libvirt
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.libvirt.qemu.networks.default.xml: [deleted]
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 1.23-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  neil   2331 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xf000 irq 16'
+Mixer name : 'Realtek ALC888'
+Components : 'HDA:10ec0888,10250206,00100202 
HDA:14f12c06,10250093,0010'
+Controls  : 29
+Simple ctrls  : 17
+ Card1.Amixer.info:
+  Card hw:1 'HDMI'/'HDA ATI HDMI at 0xcfdec000 irq 19'
+Mixer name : 'ATI RS690/780 HDMI'
+Components : 'HDA:1002791a,00791a00,0010'
+Controls  : 4
+Simple ctrls  : 1
+ Card1.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 11.10
+ HibernationDevice: RESUME=UUID=3eb700a5-a61d-459b-b56c-f9c2ae7687db
+ InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110921.2)
+ Lsusb:
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: Acer Aspire 5536
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_GB:en
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=7320df77-82a4-40ca-8b60-71339a4c595b ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
+ RelatedPackageVersions:
+  linux-restricted-modules-3.0.0-12-generic N/A
+  linux-backports-modules-3.0.0-12-generic  N/A
+  linux-firmware1.60
+ Tags:  oneiric running-unity
+ Uname: Linux 3.0.0-12-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare
+ dmi.bios.date: 02/27/2009
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: V1.03
+ dmi.board.name: JV50PU
+ dmi.board.vendor: Acer
+ dmi.board.version: Rev
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.03:bd02/27/2009:svnAcer:pnAspire5536:pvr0100:rvnAcer:rnJV50PU:rvrRev:cvnAcer:ct10:cvrN/A:
+ dmi.product.name: Aspire 5536
+ dmi.product.version: 0100
+ dmi.sys.vendor: Acer

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+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 862392] Re: unity/compiz dies horribly if kvm interrupted when iconified

2011-09-29 Thread James Hunt
** Also affects: kvm (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  unity/compiz dies horribly if kvm interrupted when iconified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/862392/+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 828789] Re: [FFE] please enable spice support

2011-09-29 Thread Serge Hallyn
@Dave,

hmm, good point.  I wonder why it built for me then.  Yes, that
dependency should be removed.

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

Title:
  [FFE] please enable spice support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/828789/+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 862136] Re: Can't define network with IPv6 address in libvirt - fails to define address

2011-09-29 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: linux (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

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

2011-09-29 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 862136

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+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 862136] Re: Can't define network with IPv6 address in libvirt - fails to define address

2011-09-29 Thread Serge Hallyn
Thanks for reporting this bug and all the information, Neil.  Looking at
Linus' tree and the patchwork discussion in comment #7, it looks like
discussion about a kernel fix is stalled.

I also don't see any commits in the upstream libvirt tree addressing
this.

I will mark this as also affect the kernel, since either the kernel or
libvirt should be able to fix it, and triaged.  I suspect it is too late
in the cycle to push our own private temporary fix into the kernel (in
the form of the above patch :), unfortunately.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: 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/862136

Title:
  Can't define network with IPv6 address in libvirt - fails to define
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/862136/+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 854899] Re: [FFe] Update to puppet-2.7.3

2011-09-29 Thread Jamie Strandboge
This should be updated to 2.7.4 or to include the patch in
http://www.ubuntu.com/usn/usn-1217-1/.

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

Title:
  [FFe] Update to puppet-2.7.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/854899/+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-kvm-document-suggested-changes] KVM - document recommended changes in defaults

2011-09-29 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: not yet started
  
  Work Items:
- [serge-hallyn]  Define list of workloads (and their characteristics) we care 
about: POSTPONED
- [serge-hallyn]  Get feedback on ubuntu-server about workloads: POSTPONED
+ [serge-hallyn]  Define list of VM characteristics we care about: DONE
+ [serge-hallyn]  Get feedback on ubuntu-server about workloads: DONE
+ [serge-hallyn]  Define list of workloads we care about: POSTPONED
+ [serge-hallyn]  Correlate lists of workloads and characteristics: POSTPONED
  [serge-hallyn]  Test effects of tunables on characteristics: POSTPONED
  [serge-hallyn]  Document test results on wiki: POSTPONED
  [serge-hallyn]  Write documentation on these workloads: POSTPONED
  [serge-hallyn]  Add small section to server documentation: POSTPONED

-- 
KVM - document recommended changes in defaults
https://blueprints.launchpad.net/ubuntu/+spec/server-o-kvm-document-suggested-changes

-- 
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-jenkins] Get Jenkins into the Ubuntu Archive

2011-09-29 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Jenkins works just fine on both ARM and x86 platforms
  
  Thanks to Xerxes Ranby and Kohuske Kawaguchi to identifying the issue
  with JamVM on ARM and resolving so quickly.
  
  >
  
  UDS Session Notes
  
  Discussion:
    - Approach to plugins;
  - packaging recipe?
  Documentation to be polished
  - disable Jenkins upstream plugin manager?
  Not by default but ensure can be disabled and that this is documented 
well.
  - build from source?
  where possible - look at most popular plugins and assess top 5.
  
    - Delivery approach:
  - Debian or Ubuntu first?
  Ubuntu then Debian - will get better testing coverage if it hits 
Oneiric earlier.
  - Sponsorship burden - large number of packages.
  Target universe, spread the burden as wide as possible in Ubuntu.
  
    - Jenkins Nuances:
   - Package variants - OK
   - Hudson polutiom - OK
  
  Target 1.400.1 when delivered by upstream.
  
  >
  
  Work Items (oneiric-alpha-3):
- [james-page] upgrade to latest stable branch (1.409.1) from Jenkins + upgrade 
dependencies: DONE
- [james-page] Resolve outstanding build-from-source issues in dependency 
chain: DONE
- [james-page] Prepare library packaging for upload to Ubuntu: DONE
+ [james-page]  upgrade to latest stable branch (1.409.1) from Jenkins + 
upgrade dependencies: DONE
+ [james-page]  Resolve outstanding build-from-source issues in dependency 
chain: DONE
+ [james-page]  Prepare library packaging for upload to Ubuntu: DONE
  upload of jenkins plus dependencies to Ubuntu Universe: DONE
- [james-page] look at JVM compatibility with xstream on ARM (for example): DONE
+ [james-page]  look at JVM compatibility with xstream on ARM (for example): 
DONE
  
  Work Items:
- [james-page] feedback libraries to Debian through debian-java team: INPROGRESS
- [james-page] Update documentation for disabling plugin management through web 
ui: POSTPONED
- [james-page] re-sync libraries from Debian as a when required: DONE
- [serge-hallyn] ensemble formula for deploying Jenkins: DONE
+ [james-page]  feedback libraries to Debian through debian-java team: BLOCKED
+ [james-page]  Update documentation for disabling plugin management through 
web ui: POSTPONED
+ [james-page]  re-sync libraries from Debian as a when required: DONE
+ [serge-hallyn]  ensemble formula for deploying Jenkins: DONE

-- 
Get Jenkins into the Ubuntu Archive
https://blueprints.launchpad.net/ubuntu/+spec/server-o-jenkins

-- 
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-jenkins] Get Jenkins into the Ubuntu Archive

2011-09-29 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Jenkins works just fine on both ARM and x86 platforms
  
  Thanks to Xerxes Ranby and Kohuske Kawaguchi to identifying the issue
  with JamVM on ARM and resolving so quickly.
  
  >
  
  UDS Session Notes
  
  Discussion:
    - Approach to plugins;
  - packaging recipe?
  Documentation to be polished
  - disable Jenkins upstream plugin manager?
  Not by default but ensure can be disabled and that this is documented 
well.
  - build from source?
  where possible - look at most popular plugins and assess top 5.
  
    - Delivery approach:
  - Debian or Ubuntu first?
  Ubuntu then Debian - will get better testing coverage if it hits 
Oneiric earlier.
  - Sponsorship burden - large number of packages.
  Target universe, spread the burden as wide as possible in Ubuntu.
  
    - Jenkins Nuances:
   - Package variants - OK
   - Hudson polutiom - OK
  
  Target 1.400.1 when delivered by upstream.
  
  >
  
  Work Items (oneiric-alpha-3):
  [james-page] upgrade to latest stable branch (1.409.1) from Jenkins + upgrade 
dependencies: DONE
  [james-page] Resolve outstanding build-from-source issues in dependency 
chain: DONE
  [james-page] Prepare library packaging for upload to Ubuntu: DONE
  upload of jenkins plus dependencies to Ubuntu Universe: DONE
  [james-page] look at JVM compatibility with xstream on ARM (for example): DONE
  
  Work Items:
- [james-page] feedback libraries to Debian through debian-java team: BLOCKED
- [james-page] Update documentation for disabling plugin management through web 
ui: TODO
+ [james-page] feedback libraries to Debian through debian-java team: INPROGRESS
+ [james-page] Update documentation for disabling plugin management through web 
ui: POSTPONED
  [james-page] re-sync libraries from Debian as a when required: DONE
  [serge-hallyn] ensemble formula for deploying Jenkins: DONE

-- 
Get Jenkins into the Ubuntu Archive
https://blueprints.launchpad.net/ubuntu/+spec/server-o-jenkins

-- 
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-ensemble-conference-talks] Ensemble Conference Talks

2011-09-29 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items:
- [bcsaller] Cloud Camp - May 26, 2011 in San Francisco, CA, USA {1}: DONE
+ [bcsaller]  Cloud Camp - May 26, 2011 in San Francisco, CA, USA {1}: DONE
  DevOps Day Australia (Taking talk submissions now) - July 22-23rd in 
Melbourne, Australia{2}: POSTPONED
  HotCloud (Poster submissions are due by Monday, May 30, 2011, at 3:00 p.m. 
PDT) - June 14–15 in Portland, OR, USA{3}: POSTPONED
- [bcsaller] DevOps Day Mountain View (Proposal Deadline is 1st of June 2011) - 
June 17-18th in Mountain View{4}: TODO
+ [bcsaller]  DevOps Day Mountain View (Proposal Deadline is 1st of June 2011) 
- June 17-18th in Mountain View{4}: DONE
  Cloud Camp - June 2, 2011 in Boston (Waltham, MA), USA{5}: POSTPONED
- [kirkland] Cloud Camp - June 7, 2011 in New York, USA{6}: DONE
+ [kirkland]  Cloud Camp - June 7, 2011 in New York, USA{6}: DONE
  Velocity BoF Session  (Call closes 11:59pm 06/09/2011 PDT) - June 14th-16th 
in Santa Clara, CA{7}: POSTPONED
  Large Installation System Administration Conference  - (Call closes June 9, 
2011, 11:59 p.m. PDT) - December 4–9, 2011, Boston, MA{8}: POSTPONED
  Ops Camp - June 13, 2011 in Portland, OR, USA{10}: POSTPONED
- [clint-fewbar] Cloud Camp - June 14, 2011 in San Diego, CA, USA{11}: DONE
+ [clint-fewbar]  Cloud Camp - June 14, 2011 in San Diego, CA, USA{11}: DONE
  Cloud Camp - June 16, 2011 in Seattle, USA{12}: POSTPONED
  CloudCamp - June 20, 2011 in Cincinnati, OH, USA{13}: POSTPONED
  Cloud Computing Expo (Call closes June 30, 2011) - Nov 7-10 in Santa Clara, 
CA {15}: POSTPONED
- [robbiew] CloudCamp - July 20, 2011 in Austin, TX, USA{18}: POSTPONED
- [clint-fewbar] OSCON Talk: DONE
- [clint-fewbar] OSCON BoF Session  (Call closes 11:59pm 07/22/2011 PDT) - July 
25-29th in Portland, OR{14}: DONE
+ [robbiew]  CloudCamp - July 20, 2011 in Austin, TX, USA{18}: POSTPONED
+ [clint-fewbar]  OSCON Talk: DONE
+ [clint-fewbar]  OSCON BoF Session  (Call closes 11:59pm 07/22/2011 PDT) - 
July 25-29th in Portland, OR{14}: DONE
  LinuxConf AU (Call close Friday 29th July 2011) - January 16-20th Ballarat, 
Australia{18}: POSTPONED
  Cloud Connect 2012 - (Call closes August 18th, 2011) - February 13-16, 2012, 
Silicon Valley, CA{9}: DONE
  CloudCamp - September 10, 2011 in Munich, Germany{16}: POSTPONED
  CloudCamp - October 9, 2011 in Cloud Track @ Silicon Valley Code Camp, 
USA{17}: DONE
  
  Links:
  {1} http://www.cloudcamp.org/sf/2011-05-26
  {2} http://devopsdownunder.org/
  {3} http://www.usenix.org/events/hotcloud11/
  {4} http://www.devopsdays.org/events/2011-mountainview/proposals/
  {5} http://www.cloudcamp.org/boston/2011-06-02
  {6} http://www.cloudcamp.org/ny/2011-06-07
  {7} http://velocityconf.com/velocity2011/public/cfp/157
  {8} http://www.usenix.org/events/lisa11/
  {9} http://www.cloudconnectevent.com/santaclara/call-for-papers/
  {10} http://www.opscamp.org/
  {11} http://www.cloudcamp.org/sandiego/2011-06-14
  {12} http://www.cloudcamp.org/seattle/2011-06-16
  {13} http://www.cloudcamp.org/cincinnati/2011-06-20
  {14} http://www.oscon.com/oscon2011/public/cfp/164
  {15} http://cloudcomputingexpo2011west.sys-con.com/general/papers2011w.htm
  {16} http://www.cloudcamp.org/munich/2011-09-10
  {17} http://www.cloudcamp.org/siliconvalley/2011-10-09
  {18} http://cloudcamp-austin-2011-estw.eventbrite.com/
  {19} http://linux.conf.au/programme/papers

-- 
Ensemble Conference Talks
https://blueprints.launchpad.net/ubuntu/+spec/server-o-ensemble-conference-talks

-- 
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-automated-boot-testing] Automated Boot/Shutdown/Reboot Testing

2011-09-29 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Work Items:
- Evaluate jenkins framework for capability of boot/deploy testing: TODO
- Develop common test procedure (install, boot, shutdown, boot again, fsck, 
etc. etc): TODO
- Develop test for minimal install: TODO
- Develop test for Full install (all non-conflicting packages): TODO
- Develop test for supported upgrade path (natty -> oneiric): TODO
- Develop test for LAMP app: TODO
- Develop test for complex networking (bridging, bonding): TODO
- Develop test for OpenStack deploy: TODO
- Develop test for Samba + LDAP + Kerberos backend: TODO
- Develop test for bare metal recovery from backups: TODO
- Document setup procedures for testing framework: TODO
- Create metrics from boot tests for boot time analysis: TODO
+ Evaluate jenkins framework for capability of boot/deploy testing: POSTPONED
+ Develop common test procedure (install, boot, shutdown, boot again, fsck, 
etc. etc): POSTPONED
+ Develop test for minimal install: POSTPONED
+ Develop test for Full install (all non-conflicting packages): POSTPONED
+ Develop test for supported upgrade path (natty -> oneiric): POSTPONED
+ Develop test for LAMP app: POSTPONED
+ Develop test for complex networking (bridging, bonding): POSTPONED
+ Develop test for OpenStack deploy: POSTPONED
+ Develop test for Samba + LDAP + Kerberos backend: POSTPONED
+ Develop test for bare metal recovery from backups: POSTPONED
+ Document setup procedures for testing framework: POSTPONED
+ Create metrics from boot tests for boot time analysis: POSTPONED
  
  == Actions from Session ==
  
   * Find a base framework to support boot and deployment testing:
    * Boot:
     * Minimal install  - startup and shutdown OK
     * Full install - startup and shutdown OK
     * Complete upgrade and then re-test.
     * collect metrics on boot time
    * Image Proving
     * RAID testing.
     * Multipath and encryption
     * ISO installs of AMI
     * Package Removal Testing:
  * install services
  * start services
  * check services
  * stop services
  * uninstall services
  * re-install same services
  * start & re-check services
   * Configure for complex deployment scenarios:
    * Wiki + Database + Memcache + Load Balancer
    * Bridging and bonding of network interfaces
    * Networking File Systems
    * Openstack Deployment test
    * Launchpad
    * Samba + LDAP or Kerberos Backend
    * Backup solutions

-- 
Automated Boot/Shutdown/Reboot Testing
https://blueprints.launchpad.net/ubuntu/+spec/server-o-automated-boot-testing

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


[Blueprint server-o-lxc-improvements] LXC improvements

2011-09-29 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  # NOTE: I s/ebiederman/serge-hallyn for "push lxc-attach kernel patches"
  as ebiederman wasn't a valid LP username, please update this if
  ebiederman has a LP account.  Thanks.
  
  Plenty of other distro templates could use work, but a fedora one has
  been added.
  
  Status: In progress
  
  Work Items:
  validate LXC support on ARM: DONE
- [serge-hallyn]  libcgroup integration: DONE
- [serge-hallyn] ubuntu template cleanup: DONE
+ [serge-hallyn]   libcgroup integration: DONE
+ [serge-hallyn]  ubuntu template cleanup: DONE
  improve lxc-ps, lxc-netstat: DONE
- [serge-hallyn] quick container cloning with snapshotting using LVM: DONE
+ [serge-hallyn]  quick container cloning with snapshotting using LVM: DONE
  templates for other distros (fedora, opensles, gentoo): DONE
- [bootstrap31] push kernel patches supporting shutdown/reboot: INPROGRESS
- [bootstrap31] exploit container shutdown/reboot kernel support in lxc: 
INPROGRESS
- [bootstrap31] push lxc-attach when kernel patches are upstream: INPROGRESS
- [serge-hallyn] push lxc-attach kernel patches: INPROGRESS
- [zulcss] List of missing bits pieces of libvirt for lxc (libvirt 0.9.1-1 
merge is pending): TODO
+ [bootstrap31]  push kernel patches supporting shutdown/reboot: INPROGRESS
+ [bootstrap31]  exploit container shutdown/reboot kernel support in lxc: 
INPROGRESS
+ [bootstrap31]  push lxc-attach when kernel patches are upstream: INPROGRESS
+ [serge-hallyn]  push lxc-attach kernel patches: INPROGRESS
+ [zulcss]  List of missing bits pieces of libvirt for lxc (libvirt 0.9.1-1 
merge is pending): POSTPONED
  
  [serge-hallyn] quick container cloning with snapshotting using overlayfs: DONE
  [bootstrap31] push core proc virtualization support upstream: POSTPONED
  udev and device namespaces: POSTPONED
  [zulcss] Badger someone into writing libvirt-lxc bridge: POSTPONED
  per container syslog: POSTPONED
  lsm integration: POSTPONED
  event notification: POSTPONED
  custom per-container firewall rules: 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


  1   2   >