[Bug 1125726] Re: boot-time race between /etc/network/if-up.d/ntpdate and /etc/init.d/ntp start

2013-02-26 Thread Robie Basak
Thanks Thomas.

I'm not sure what to do with this bug now though. Do you think you could
distil your problem down to a failure case that applies generally? Or
should we just leave this bug as a wishlist item to improve the
ntp/ntpdate interaction? I guess the latter would need to be forwarded
to Debian, as it would be awkward to diverge from them significantly on
this.

I don't really understand why ntpdate can't just bind to an unprivileged
port, leave ntpd alone, and thus not need any interaction. It seems to
have a -u option to do this. Perhaps there's something I'm missing.

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

Title:
  boot-time race between /etc/network/if-up.d/ntpdate and
  /etc/init.d/ntp start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1125726/+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 1129029] Re: ACL not respected if an attachment file name contains the € character

2013-02-26 Thread Max
these are the the changes i made to
/etc/exim4/conf.d/acl/40_exim4-config_check_data:

deny
message = Questa mail contiene un allegato di tipo .$found_extension che non e' 
accettato dal server poiche' potrebbe contenere virus. Se dovete assolutamente 
inviare questo allegato, modificate l'estensione del file, es.: da exe a exo, 
oppure comprimetelo in formato bz o tar.gz - This mail contains an attachment 
of a type wich we do not accept ($found_extension) because it could contain 
some virus. If you absolutely need to send this file, plese rename its 
extension, ex: from exe to exo, or compress it as bz or tar.gz
demime = 
bat:com:exe:pif:prf:vbs:cpl:hta:cmd:js:jse:vbe:wsf:wsh:wswh:como:hqx:bhx:mim:uue:uu:b64:xxe:asx:mht:scr

this an example email, i removed my email address and ip:

Return-path: xx_sender...@xxx.it
Envelope-to: x...@csc.it
Delivery-date: Tue, 26 Feb 2013 11:46:12 +0100
Received: from [192.168.153.151]
by mail.xxx.it with esmtp (Exim 4.71)
(envelope-from xx_sender...@xxx.it)
id 1UAI32-0001tE-FG
for i...@csc.it; Tue, 26 Feb 2013 11:46:12 +0100
Message-ID: 512c9274.3070...@xxx.it
Date: Tue, 26 Feb 2013 11:46:12 +0100
From: Max Franco xx_sender...@xx.it
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 
Thunderbird/17.0.2
MIME-Version: 1.0
To: i...@csc.it
Content-Type: multipart/mixed;
 boundary=090701040008010405060908
X-SA-Exim-Connect-IP: 192.168.153.151
X-SA-Exim-Rcpt-To: x...@xxx.it
X-SA-Exim-Mail-From: xx_sender...@xxx.it
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.csc.it
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00
autolearn=ham version=3.3.1
Subject: launchpad bug #1129029 test email
X-SA-Exim-Version: 4.2.1 (built Sun, 08 Nov 2009 07:31:22 +)
X-SA-Exim-Scanned: Yes (on mail.csc.it)

This is a multi-part message in MIME format.
--090701040008010405060908
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Just a test email to verify the bug in subject


-- 
*Massimiliano Franco*


--090701040008010405060908
Content-Type: application/x-msdos-program;
 name=test =?ISO-8859-15?Q?=A4=2Ebat?=
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename*=ISO-8859-15''%74%65%73%74%20%A4%2E%62%61%74

dGVzdAo=
--090701040008010405060908--

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

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

Title:
  ACL not respected if an attachment file name contains the € character

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1129029/+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 1133236] [NEW] qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Roman Racine
Public bug reported:

I have installed the qemu-kvm packages from:
Description:Ubuntu 12.04.2 LTS
Release:12.04

The installed versions are:
ii  kvm  1:84+dfsg-0ubuntu16+1.0+noroms+0ubuntu14.7 
dummy transitional package from kvm to qemu-kvm
ii  qemu-kvm 1.0+noroms-0ubuntu14.7 
Full virtualization on i386 and amd64 hardware

I'm running Ubuntu 12.04.2 LTS on the host machine as well as on the
guest machine. I'm using the gcc package 4:4.6.3-1ubuntu5 for compiling
the source code below.

If I compile this code using -O2 -march=native as options on the virtual guest 
machine, this results in a SIGILL:
#include stdio.h
#include string.h

int main(void) {
  char testchar[20] =  abcde;
  printf(%d\n,(int) strlen(testchar));
  return 0;
}

Debugging shows that the illegal instruction is:
andn%eax, %ecx, %eax

The basic problem is that the virtual CPU does not support the andn
instruction. Nevertheless it says so. Executing this assembly code will
tell that the CPU does support the andn instraction although in reality
it doesn't:

movl $7, %eax
movl $0, %ecx
cpuid

This means that code compiled with gcc -march=native potentially does
not run as it should, as soon as gcc uses the andn instruction.

The CPU on the host system is:

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 16
model   : 9
model name  : AMD Opteron(tm) Processor 6172
stepping: 1
microcode   : 0x1d9
cpu MHz : 800.000
cache size  : 512 KB
physical id : 0
siblings: 12
core id : 0
cpu cores   : 12
apicid  : 16
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid 
amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm 
sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr npt lbrv 
svm_lock nrip_save pausefilter
bogomips: 4200.11
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

The CPU shown in the virtual machine is:
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 2
model name  : QEMU Virtual CPU version 1.0
stepping: 3
microcode   : 0x165
cpu MHz : 2100.000
cache size  : 512 KB
fpu : yes
fpu_exception   : yes
cpuid level : 4
wp  : yes
flags   : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush mmx fxsr sse sse2 syscall nx lm nopl pni cx16 popcnt hypervisor 
lahf_lm svm abm sse4a
bogomips: 4200.00
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1131713] Re: DiskMonitor not working

2013-02-26 Thread Alain Miltenburg
apport information

** Tags added: apport-collected precise

** Description changed:

  I am unable to get the DiskMonitor working on my server. Powernap still
  wants to suspend when the disks are spinning.
  
  I have added the options below to the [DiskMonitor] section of 
/etc/powernap/config and restarted the service.
  sda = y
  sdb = y
  sdd = y
+ --- 
+ ApportVersion: 2.0.1-0ubuntu17.1
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
+ MarkForUpload: True
+ Package: powernap 2.17-0ubuntu2
+ PackageArchitecture: all
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=nl_NL.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
+ Tags:  precise
+ Uname: Linux 3.2.0-38-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ modified.conffile..etc.powernap.action: [modified]
+ mtime.conffile..etc.powernap.action: 2013-02-22T12:13:28.452595
+ mtime.conffile..etc.powernap.config: 2013-02-22T13:10:37.516469

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1131713/+attachment/3547518/+files/Dependencies.txt

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

Title:
  DiskMonitor not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powernap/+bug/1131713/+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 1131713] modified.conffile..etc.powernap.config.txt

2013-02-26 Thread Alain Miltenburg
apport information

** Attachment added: modified.conffile..etc.powernap.config.txt
   
https://bugs.launchpad.net/bugs/1131713/+attachment/3547519/+files/modified.conffile..etc.powernap.config.txt

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

Title:
  DiskMonitor not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powernap/+bug/1131713/+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 1131713] Re: DiskMonitor not working

2013-02-26 Thread Alain Miltenburg
** Description changed:

  I am unable to get the DiskMonitor working on my server. Powernap still
  wants to suspend when the disks are spinning.
  
- I have added the options below to the [DiskMonitor] section of 
/etc/powernap/config and restarted the service.
- sda = y
- sdb = y
- sdd = y
- --- 
+ Steps to reproduce:
+ 1. sudo apt-get -y install powernap
+ 2. sudo hdparm -S 60 /dev/sda (Sets spindown to 5 minutes for drive sda)
+ 3. After 10 minutes: sudo hdparm -C /dev/sda Check if spindown is working
+ 2. sudo hdparm -S 251 /dev/sda (Sets spindown to 5,5 hours)
+ 4. sudo apt-get install -y powernap
+ 5. add this to the [DiskMonitor] section of /etc/powernap/config: sda = y
+ 6. sudo service powernap restart
+ 
+ Expected behaviour:
+ Powernap should not take any powersaving actions while the configured 
harddrive keeps spinning.
+ 
+ Encountered behaviour:
+ Powernap takes powersaving actions while the harddrive is still spinning.
+  
+ ---
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
  MarkForUpload: True
  Package: powernap 2.17-0ubuntu2
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=nl_NL.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=nl_NL.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Tags:  precise
  Uname: Linux 3.2.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  modified.conffile..etc.powernap.action: [modified]
  mtime.conffile..etc.powernap.action: 2013-02-22T12:13:28.452595
  mtime.conffile..etc.powernap.config: 2013-02-22T13:10:37.516469

** Description changed:

- I am unable to get the DiskMonitor working on my server. Powernap still
+ I am unable to get the DiskMonitor to work on my server. Powernap still
  wants to suspend when the disks are spinning.
  
  Steps to reproduce:
  1. sudo apt-get -y install powernap
  2. sudo hdparm -S 60 /dev/sda (Sets spindown to 5 minutes for drive sda)
  3. After 10 minutes: sudo hdparm -C /dev/sda Check if spindown is working
  2. sudo hdparm -S 251 /dev/sda (Sets spindown to 5,5 hours)
  4. sudo apt-get install -y powernap
  5. add this to the [DiskMonitor] section of /etc/powernap/config: sda = y
  6. sudo service powernap restart
  
  Expected behaviour:
  Powernap should not take any powersaving actions while the configured 
harddrive keeps spinning.
  
  Encountered behaviour:
  Powernap takes powersaving actions while the harddrive is still spinning.
-  
+ 
  ---
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
  MarkForUpload: True
  Package: powernap 2.17-0ubuntu2
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Tags:  precise
  Uname: Linux 3.2.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  modified.conffile..etc.powernap.action: [modified]
  mtime.conffile..etc.powernap.action: 2013-02-22T12:13:28.452595
  mtime.conffile..etc.powernap.config: 2013-02-22T13:10:37.516469

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

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

Title:
  DiskMonitor not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powernap/+bug/1131713/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread James Page
Still see the same issue with g3 as well

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1126378/+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 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Robie Basak
Thanks Lionel!

The 8.4.x changelog is here:
http://git.drbd.org/?p=drbd-8.4.git;a=blob;f=ChangeLog;hb=HEAD

Based on this, it looks like we're getting in 8.4.3 over 8.4.2 are
bugfixes, so given that we can't also update the kernel version I think
it makes sense to continue with the mismatch and go ahead and upload
8.4.3 to the archive. Debian agrees in principle; discussion at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659353

However, I just realised I based my package on 8.3.13-1 instead of
8.3.13-2 because the Debian git repository is not up to date. I'll merge
the changes in 8.3.13-2 now and provide another package for testing.

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

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

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+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 1133236] Re: qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = High

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1133236] Re: qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Serge Hallyn
Thanks for reporting this bug.  Do you know if you can still reproduce
this with either quantal or raring, or on an intel box with precise?

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1133236] Re: qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Serge Hallyn
(I'm assuming that abm is the bad cpu flag)

** Tags added: amd

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

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Robie Basak
PS. the package is still in the build queue; it should be done in about
an hour.

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

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+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 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Robie Basak
Lionel,

I've uploaded 2:8.4.3-0ubuntu1~ppa2 to my PPA
(https://launchpad.net/~racb/+archive/experimental). This merges changes
in Debian's 8.3.13-2, which includes turning off the kernel version
check. Please could you check that this works as you expect; then we can
get it uploaded? Thanks!

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

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread John Griffith
Hi James,

Can you share your cinder.conf?  I can't seem to reproduce this still
although I'm using source not packages.

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1126378/+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 1073463] Re: User-configurable files are not installed in /etc

2013-02-26 Thread Andres Rodriguez
** Changed in: maas (Ubuntu Raring)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

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

Title:
  User-configurable files are not installed in /etc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1073463/+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 1122206] Re: l3_agent destroys all namespaces on init, even if router_id is set

2013-02-26 Thread James Page
** Changed in: quantum (Ubuntu Raring)
   Status: Triaged = Fix Released

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

Title:
  l3_agent destroys all namespaces on init, even if router_id is set

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1122206/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread James Page
John

Cinder conf as requested.

[DEFAULT]
rootwrap_config = /etc/cinder/rootwrap.conf
api_paste_confg = /etc/cinder/api-paste.ini
iscsi_helper = tgtadm
volume_name_template = volume-%s
volume_group = cinder-volumes
verbose = True
auth_strategy = keystone
state_path = /var/lib/cinder
volumes_dir = /var/lib/cinder/volumes
osapi_volume_listen_port = 8766
volume_driver = cinder.volume.driver.RBDDriver
rbd_pool = cinder
rabbit_host = redacted
rabbit_userid = cinder
rabbit_password = redacted
rabbit_virtual_host = cinder
sql_connection = mysql://redacted/cinder

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

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

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


Re: [Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Numérigraphe
Dear Robie Basak,
I made a quick test and it just worked on a fresh install of raring 
with drbd8-tools 2:8.4.3-0ubuntu1~ppa2 from your PPA.
Thanks,
Lionel.

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

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+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 1033727] Re: USB passthrough doesn't work anymore with qemu-kvm 1.1.1

2013-02-26 Thread Stefan Mühlbacher
High!

Tryed:
apt-get install qemu-kvm/quantal-proposed
reboot

Feb 26 18:24:03 wbmain1 kernel: [  651.947372] usb 8-2: reset full-speed USB 
device number 2 using uhci_hcd
Feb 26 18:24:06 wbmain1 kernel: [  655.077459] usb 8-2: reset full-speed USB 
device number 2 using uhci_hcd

root@wbmain1:~# lsusb
Bus 005 Device 002: ID :
Bus 008 Device 002: ID 0d46:3003 Kobil Systems GmbH mIDentity Light / KAAN SIM 
III
[..]
root@wbmain1:~# uname -a
Linux wbmain1 3.5.0-25-generic #38-Ubuntu SMP Mon Feb 18 23:27:42 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
root@wbmain1:~# kvm -version
QEMU emulator version 1.2.0 (qemu-kvm-1.2.0+noroms-0ubuntu2.12.10.3, Debian), 
Copyright (c) 2003-2008 Fabrice Bellard

Same problem as before update: Can see Kobil-Reader in Win-VM but doesnt
work correctly. Even it seems to be faster then before update.

Greets Freisei

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

Title:
  USB passthrough doesn't work anymore with qemu-kvm 1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1033727/+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 1073569] Fix merged to nova (stable/essex)

2013-02-26 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/22943
Committed: 
http://github.com/openstack/nova/commit/87361d34878618a0ffb1cb79bb8ec5a022c82d5f
Submitter: Jenkins
Branch:stable/essex

commit 87361d34878618a0ffb1cb79bb8ec5a022c82d5f
Author: Jeremy Stanley fu...@yuggoth.org
Date:   Tue Feb 26 02:51:48 2013 +

Force earlier version of sqlalchemy

Fixes bug 1073569

Backported from https://review.openstack.org/15097

Set the version of sqlalchemy to be earlier than the 0.8 beta as it
is incompatible with the latest available sqlalchemy-migrate and as
a result run_tests.sh does not run any tests.

Change-Id: I3cb367306c4e3801c9979bba0bd03a11fcea9aa2

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

Title:
  Jenkins jobs fail because of incompatibility between sqlalchemy-
  migrate and the newest sqlalchemy-0.8.0b1

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1073569/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread James Page
OK - so got to the bottom of this on irc with John.

Stevedore fails to load the filter/weight extensions due to broken
requires.

1) Babel

not a dependency of the package - should it be?

2) rtslib

Package is broken and provides no PKG-INFO so pkg_resources has no idea.

The source package is generated from upstream git - maybe using
published tarballs on pypi would be better.

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

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1126378/+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 1124398] Re: openvpn --script-security is not working

2013-02-26 Thread Colin Watson
Hello Marc, or anyone else affected,

Accepted openvpn into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/openvpn/2.2.1-8ubuntu1.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: openvpn (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

** Changed in: openvpn (Ubuntu Quantal)
   Status: In Progress = Fix Committed

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

Title:
  openvpn --script-security is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1124398/+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 1124398] Please test proposed package

2013-02-26 Thread Colin Watson
Hello Marc, or anyone else affected,

Accepted openvpn into quantal-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/openvpn/2.2.1-8ubuntu2.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  openvpn --script-security is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1124398/+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 1119145] Re: check_dhcp -s hostaddress doesn't work if dhcp-server answers with different next-server ip

2013-02-26 Thread Colin Watson
Hello abma, or anyone else affected,

Accepted nagios-plugins into precise-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/nagios-
plugins/1.4.15-5ubuntu3.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: nagios-plugins (Ubuntu Precise)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  check_dhcp -s hostaddress doesn't work if dhcp-server answers with
  different next-server ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/1119145/+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 1111690] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of
  waagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/690/+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 1111690] Re: [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of waagent

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 1.3-0ubuntu2~12.04.1

---
walinuxagent (1.3-0ubuntu2~12.04.1) precise; urgency=low

  * Changed detection of whether or not agent is packaged to using
dpkg command. (LP: #690)
 -- Ben Howard ben.how...@ubuntu.com   Thu, 31 Jan 2013 11:42:39 -0700

** Changed in: walinuxagent (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: walinuxagent (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of
  waagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/690/+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 1111690] Re: [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of waagent

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 1.3-0ubuntu2~12.10.1

---
walinuxagent (1.3-0ubuntu2~12.10.1) quantal; urgency=low

  * Changed detection of whether or not agent is packaged to using
dpkg command. (LP: #690)
 -- Ben Howard ben.how...@ubuntu.com   Thu, 31 Jan 2013 11:42:39 -0700

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

Title:
  [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of
  waagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/690/+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 1100545] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1100545/+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 1100545] Re: It should be possible to access the ConfigDrive as a CDROM drive as well

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1100545/+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 1077020] Re: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1077020/+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 1037567] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  need config-drive-v2 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1037567/+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 1037567] Re: need config-drive-v2 support

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  need config-drive-v2 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1037567/+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 1031065] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  cloud-init-nonet runs 'start networking' explicitly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1031065/+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 1031065] Re: cloud-init-nonet runs 'start networking' explicitly

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  cloud-init-nonet runs 'start networking' explicitly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1031065/+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 1005551] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  update-grub-legacy-ec2 ignores kernels named -generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1005551/+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 1005551] Re: update-grub-legacy-ec2 ignores kernels named -generic

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  update-grub-legacy-ec2 ignores kernels named -generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1005551/+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 1119145] Re: check_dhcp -s hostaddress doesn't work if dhcp-server answers with different next-server ip

2013-02-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/nagios-plugins

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

Title:
  check_dhcp -s hostaddress doesn't work if dhcp-server answers with
  different next-server ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/1119145/+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 1133236] Re: qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Roman Racine
The host is a production machine, I cannot upgrade it to quantal or
raring. I have however installed a VM with quantal (running on the same
host system). I cannot reproduce the bug there using the same code but
this might also be related to the newer compiler. I don't have any
contemporary intel machines at hand unfortunately ...

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.0.2-0ubuntu8

---
libvirt (1.0.2-0ubuntu8) raring; urgency=low

  * put libvirt-bin dnsmasq file into /etc/dnsmasq.d-available, and
create a symlink in /etc/dnsmasq.d, to avoid problems when removing
and re-installing libvirt-bin.  (LP: #1113821)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 26 Feb 2013 12:09:37 -0600

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

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1113821/+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 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2013-02-26 Thread William
Hi Robie,

I'm also affected with this bug.
When rebuilding the source on quantal as described in comment: 
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/571572/comments/15 the sso 
to the problematic site disappears when setting rdns=false in krb5.conf.
But this is not the case for precise, there it only works when patching the 
source from comment 15 with the original post.

Precise fix:
What i did was getting the source package for precise and patched it with:
https://github.com/krb5/krb5/commit/57738b357e8b03bcb7af2f147c97cb84d0ce96e2
install package libkrb5-3 libgssapi
After adding the rdns=false i can now authenticate sso to iis sites that were 
previously failing.
when commenting this option out (which is default) default behaviour is 
restored and i still can authenticate to servers that were previously working 
with e.g. mod_auth_kerb on apache but failed on iis sites.

I will try to setup raring desktop to test if the bug does not exist there.
Will try also patched version for quantal and explain my findings inclusive 
tickets in my ticket cache and cname/ptr/a records to those servers which were 
failing but working with the above patch.

William van de Velde.

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

Title:
  krb5 prefers the reverse pointer no matter what for locating service
  tickets.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/571572/+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 1118686] Re: nova-consoleauth issue with rabbitmq when trying to view console

2013-02-26 Thread Vish Ishaya
Are you still seeing this? I suspect a packaging bug here. Perhaps an
old version of consoleauth is getting run or it has incorrect settings?

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

** Changed in: nova
   Status: New = Invalid

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

Title:
  nova-consoleauth issue with rabbitmq when trying to view console

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1118686/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread John Griffith
** Changed in: cinder
   Status: New = Confirmed

** Changed in: cinder
   Status: Confirmed = Triaged

** Changed in: cinder
   Importance: Undecided = High

** Changed in: cinder
Milestone: None = grizzly-rc1

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1126378/+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 1124398] Re: openvpn --script-security is not working

2013-02-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/openvpn

** Branch linked: lp:ubuntu/quantal-proposed/openvpn

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

Title:
  openvpn --script-security is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1124398/+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 1097848] Re: nagios-plugins 1.4.15-5ubuntu4 FTBFS on amd64 in raring

2013-02-26 Thread Bug Watch Updater
** Changed in: nagios-plugins (Debian)
   Status: Unknown = Confirmed

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

Title:
  nagios-plugins 1.4.15-5ubuntu4 FTBFS on amd64 in raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/1097848/+subscriptions

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


[Bug 1134036] [NEW] Package install hangs if LC_ALL is not set

2013-02-26 Thread Julian Edwards
Public bug reported:

If LC_ALL is not set (which seems to be the default on a few server
installations I've done now), mid way through installing, you get this
backtrace and then the installation just hangs.  You can ctrl-c out of
it but the package is left half configured.

Traceback (most recent call last):
  File /usr/bin/django-admin, line 5, in module
management.execute_from_command_line()
  File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, 
line 443, in execute_from_command_line
utility.execute()
  File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, 
line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
196, in run_from_argv
self.execute(*args, **options.__dict__)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
232, in execute
output = self.handle(*args, **options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
371, in handle
return self.handle_noargs(**options)
  File /usr/lib/python2.7/dist-packages/south/management/commands/syncdb.py, 
line 90, in handle_noargs
syncdb.Command().execute(**options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
232, in execute
output = self.handle(*args, **options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
371, in handle
return self.handle_noargs(**options)
  File 
/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py, 
line 57, in handle_noargs
cursor = connection.cursor()
  File /usr/lib/python2.7/dist-packages/django/db/backends/__init__.py, line 
308, in cursor
cursor = util.CursorWrapper(self._cursor(), self)
  File 
/usr/lib/python2.7/dist-packages/django/db/backends/postgresql_psycopg2/base.py,
 line 177, in _cursor
self.connection = Database.connect(**conn_params)
  File /usr/lib/python2.7/dist-packages/psycopg2/__init__.py, line 179, in 
connect
connection_factory=connection_factory, async=async)
psycopg2.OperationalError: FATAL:  password authentication failed for user 
maas
FATAL:  password authentication failed for user maas

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

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

Title:
  Package install hangs if LC_ALL is not set

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

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