[Bug 1181447] Re: package keystone 1:2013.1-0ubuntu1.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-05-21 Thread Yolanda Robla
Thanks for reporting this
Looking at the logs it seems to be an issue with mysql connection. Please can 
you check mysql status and connection parameters and retry?

** Changed in: keystone (Ubuntu)
   Status: New = Invalid

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

Title:
  package keystone 1:2013.1-0ubuntu1.1 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/keystone/+bug/1181447/+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 1182247] Re: check_ide_smart fails with i/o error

2013-05-21 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you check the latest upstream version of nagios-plugins to
see if this is a bug in Ubuntu or in the upstream project itself? If it
turns out to be upstream, this bug would best be submitted and addressed
upstream first.

If you do end up filing a bug upstream, please link to it here. Thanks!

** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  check_ide_smart fails with i/o error

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

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


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

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

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

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

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


[Bug 1052815] Re: Perl warnings break plugins

2013-05-21 Thread Adam
Well, I don't think that this is fixed, according to
http://search.cpan.org/~jesse/perl-5.14.0/pod/perl5135delta.pod#Use_of_qw%28...%29_as_parentheses
the qw() function has to be wrapped in parentheses in order to be parsed
correctly by perl 5.

If you do grep 'qw(' /usr/share/munin/plugins/* -n in Ubuntu 13.04 you
get:

apache_processes:169:   foreach my $type (qw(busy idle)) {
asterisk_channelstypes:77:my @CHANNELS = exists $ENV{'channels'} ? split ' 
',$ENV{'channels'} : qw(Zap IAX2 SIP);
asterisk_codecs:82:my @CODECS = exists $ENV{'codecs'} ? split ' 
',$ENV{'codecs'} : qw(gsm ulaw alaw);
asterisk_codecs:83:my @CODECSX = exists $ENV{'codecsx'} ? split ' 
',$ENV{'codecsx'} : qw(0x2 0x4 0x8);
asterisk_sipchannels:80:my @CODECS = exists $ENV{'codecs'} ? split ' 
',$ENV{'codecs'} : qw(gsm ulaw alaw);
asterisk_sipchannels:81:my @CODECSX = exists $ENV{'codecsx'} ? split ' 
',$ENV{'codecsx'} : qw(0x2 0x4 0x8);
diskstat_:544:qw(major minor devname
diskstats:15:use Storable qw(nfreeze thaw);
diskstats:420:qw(major minor devname
...
and many more.

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

Title:
  Perl warnings break plugins

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1052815/+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 1182240] Re: Brazilian Portuguese language errorpage directory

2013-05-21 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I can reproduce this problem as it appears in your cache.log with the
command:

http_proxy=http://localhost:3128/ curl -H 'Accept-Language: pt-bz'
http://nonexistent.example.com

It looks like squid is simply looking for the language requested by the
HTTP client, which is the incorrect one in your case. Thus I don't
believe that this is a problem in squid3, but rather in your HTTP client
or its configuration.

As such, I'm marking this bug as Invalid in squid3.

If you disagree, please explain why you think this is a bug in squid3,
and then change the bug status back to New. Thanks!

** Changed in: squid3 (Ubuntu)
   Status: New = Invalid

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

Title:
  Brazilian Portuguese language errorpage directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1182240/+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 1173265] Re: facter fails to run from rebuilt source package

2013-05-21 Thread Robie Basak
** Changed in: facter (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: facter (Ubuntu Raring)
   Status: New = Triaged

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

Title:
  facter fails to run from rebuilt source package

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

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


[Bug 1170325] Re: Facter 1.6.X not considering Qemu/KVM virtual type

2013-05-21 Thread Robie Basak
** Changed in: facter (Ubuntu)
   Status: New = Triaged

** Changed in: facter (Ubuntu Precise)
   Status: New = Triaged

** Changed in: facter (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: facter (Ubuntu Raring)
   Status: New = Triaged

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

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

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

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


[Bug 1177805] Re: samba disallows certain network clients/users and crashes

2013-05-21 Thread Robie Basak
I presume this crash is reproducible? In that case, could you try a few
things to isolate the problem, please?

As you say this could be a regression caused by an update, please
downgrade to samba packages of version 2:3.6.3-2ubuntu2 and see if that
fixes the problem. If it does, then please try to narrow down which
update created the problem.

Otherwise, please try using tdbtool check to check all your tdb
databases in /var/lib/samba, and also try reverting to an old backup
from before you had the problem, to ensure that the problem isn't caused
by a corruption in these files.

You could also try using the latest upstream version compiled from
source, in case this bug has been fixed in a more recent upstream
release.

If this all fails, then we're getting to the area where only a deep dive
by a developer is going to be able to fix your issue. It may be easier
for you to try recreating your domain from scratch to see if the problem
goes away.

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  samba disallows certain network clients/users and crashes

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

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


[Blueprint servercloud-r-vmbuilder] VMBuilder plans during R

2013-05-21 Thread Louis Bouchard
Blueprint changed by Louis Bouchard:

Work items changed:
  Work items:
- [louis-bouchard] document use of cloud images in kvm in the server guide: 
POSTPONED
+ [louis-bouchard] document use of cloud images in kvm in the server guide: DONE
  [motu] package oz (see links above): POSTPONED
  [utlemming] update https://help.ubuntu.com/community/UEC/Images for 
cloud-localds: POSTPONED
  [racb] write wrapper for launch me an image for libvirt: POSTPONED

-- 
VMBuilder plans during R
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-vmbuilder

-- 
Ubuntu-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 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-05-21 Thread shedoh
Hi,

Any update / solution on this issue?

I got the same problem as I install OpenStack Grizzly on VM with OS Ubuntu 
12.04 (The Host OS is Ubuntu 12.04 as well).
set libvirt_type=qemu in nova.conf does not work too.

When execute virsh capabilities I got...

    some information omited...
  guest
os_typehvm/os_type
arch name='x86_64'
  wordsize64/wordsize
  emulator/usr/bin/qemu-system-x86_64/emulator
  machinepc-1.0/machine
  machine canonical='pc-1.0'pc/machine
  machinepc-0.14/machine
  machinepc-0.13/machine
  machinepc-0.12/machine
  machinepc-0.11/machine
  machinepc-0.10/machine
  machineisapc/machine
  domain type='qemu'
  /domain
/arch
features
  cpuselection/
  deviceboot/
  acpi default='on' toggle='yes'/
  apic default='on' toggle='no'/
/features
  /guest

The domain type is already qemu. I can create VM with virt-manager
without any problem.

@To Valeriy,
   I cannot find libvirt.xml.template in my machine. The libvirt version I 
installed is 1.0.2 on Ubuntu 12.04. Any suggestion?

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

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+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 1177398] Re: init-script status method doesn't handle instances correctly

2013-05-21 Thread Robie Basak
Thanks. I misunderstood your report before. I now understand, have
confirmed by reading the full init script and forwarded the bug on to
Debian.

Ubuntu is ahead of Debian in the upstream version but this script comes
from a patch in Debian packaging, so ideally Debian will accept a fix
and then we can adopt it.

** Changed in: memcached (Ubuntu)
   Status: New = Triaged

** Changed in: memcached (Ubuntu)
   Importance: Undecided = Medium

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

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

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

Title:
  init-script status method doesn't handle instances correctly

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

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


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

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

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

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

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


[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2013-05-21 Thread Dave Walker
@stgraber, That is a good point.  However, I'm not sure it's practical
to bake a solution tied to using iPXE, even if chain loaded, still
requires an initial DHCP lease to be consumed by the firmware PXE
client.

I still maintain that a pretty good direction for this fix is the
ignore-client-uid patch, which has additionally proved itself in Raring
- which forces no changes on users, simply providing an option which can
be opted into if needed.

However, If you have further suggestions on how this can be resolved in
a generic manner it would be greatly appreciated.

Thanks

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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 1182394] [NEW] Cannot install Nagios 3

2013-05-21 Thread Brzhk
Public bug reported:

I'm trying to install Nagios3 and apt reports an error with the
dependency nagios3-cgi:

Les paquets suivants contiennent des dépendances non satisfaites :
 nagios3 : Dépend: nagios3-cgi (= 3.2.3-3ubuntu1) mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « 
garder en l'état ».

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: nagios3 (not installed)
ProcVersionSignature: Ubuntu 3.8.0-21.32-generic 3.8.8
Uname: Linux 3.8.0-21-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Tue May 21 11:49:00 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-01-15 (125 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: nagios3
UpgradeStatus: Upgraded to raring on 2013-04-26 (25 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  Cannot install Nagios 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1182394/+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 1182394] Re: Cannot install Nagios 3

2013-05-21 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I cannot reproduce this problem on 13.04. I can install nagios3, and
nagios3-cgi is pulled in as expected.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If this is indeed a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then explain why you believe this is a bug rather than a
problem specific to your system, and then change the bug status back to
New.

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

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

Title:
  Cannot install Nagios 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1182394/+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 1179707] Re: Meta bug for tracking OpenStack 2012.2.4 Stable Update

2013-05-21 Thread Dave Walker
Confirming that Nova and Keystone have been rebased on a security
update, and accepted into quantal-proposed.

Thanks.

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

Title:
  Meta bug for tracking OpenStack 2012.2.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1179707/+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 1181942] Re: Sync python-gevent 0.13.7-4 (main) from Debian unstable (main)

2013-05-21 Thread Sebastien Bacher
Thanks for your work

** Changed in: python-gevent (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync python-gevent 0.13.7-4 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gevent/+bug/1181942/+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 1181942] Re: Sync python-gevent 0.13.7-4 (main) from Debian unstable (main)

2013-05-21 Thread Sebastien Bacher
This bug was fixed in the package python-gevent - 0.13.7-4
Sponsored for Logan Rosen (logan)

---
python-gevent (0.13.7-4) unstable; urgency=low

  * Last bits of -dbg package fix (closes: #703611).

 -- Laszlo Boszormenyi (GCS) g...@debian.hu  Sun, 24 Mar 2013 01:18:51
+0100

python-gevent (0.13.7-3) unstable; urgency=low

  * Build standard documentation.

 -- Laszlo Boszormenyi (GCS) g...@debian.hu  Fri, 22 Mar 2013 17:05:07
+0100

python-gevent (0.13.7-2) unstable; urgency=low

  * Fix -dbg package (closes: #703611).
  * Use offline intersphinx inventory instead of download it.
  * Remove unneeded python-support from build dependencies (closes: #703625).

 -- Laszlo Boszormenyi (GCS) g...@debian.hu  Fri, 22 Mar 2013 09:34:15
+

python-gevent (0.13.7-1) unstable; urgency=low

  * New upstream release.
  * New maintainer.
  * Fix all packaging problems (closes: #703187, #703368).
  * Switch to dh_python2 (closes: #654272).
  * Update Standards-Version to 3.9.4 .

  [ Bart Martens ba...@debian.org ]
  * Update debian/watch .

 -- Laszlo Boszormenyi (GCS) g...@debian.hu  Thu, 21 Mar 2013 00:39:38
+0100

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

Title:
  Sync python-gevent 0.13.7-4 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gevent/+bug/1181942/+subscriptions

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


[Bug 1179626] Re: Meta bug for tracking Openstack 2013.1.1 Stable Update

2013-05-21 Thread Dave Walker
Confirmed that Nova and Keystone have been re-based and accepted into
raring-proposed.

Thanks.

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

Title:
  Meta bug for tracking Openstack 2013.1.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1179626/+subscriptions

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


[Bug 828237] Re: slapd forks and exits before it is listening, creating a race between listening and any dependent services

2013-05-21 Thread Fr3ddie
Is it possible to backport this patch on Lucid?
The server version is still supported and this patch is needed, otherwise slapd 
will break Kerberos KDC.

The solution of adding the sleep 1 to the slapd init script is really
odd.

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

Title:
  slapd forks and exits before it is listening, creating a race between
  listening and any dependent services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/828237/+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 1177398] Re: init-script status method doesn't handle instances correctly

2013-05-21 Thread Bug Watch Updater
** Changed in: memcached (Debian)
   Status: Unknown = New

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

Title:
  init-script status method doesn't handle instances correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/memcached/+bug/1177398/+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 1182443] [NEW] package qemu 1.2.0+noroms-0ubuntu2.12.10.4 failed to install/upgrade: Le paquet est dans un état incohérent - vous devriez le réinstaller avant d'essayer de le supprimer.

2013-05-21 Thread Doo
Public bug reported:

no further details

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: qemu 1.2.0+noroms-0ubuntu2.12.10.4
ProcVersionSignature: Ubuntu 3.5.0-31.52-generic 3.5.7.11
Uname: Linux 3.5.0-31-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
AptOrdering: qemu: Purge
Architecture: amd64
CurrentDmesg:
 [  101.424673] device br0 entered promiscuous mode
 [  101.425072] device br1 entered promiscuous mode
 [  104.470354] init: plymouth-stop pre-start process (3798) terminated with 
status 1
 [  105.472069] init: teamviewerd main process (2650) killed by KILL signal
Date: Sun May 19 18:33:05 2013
DpkgTerminalLog:
 dpkg: erreur de traitement de qemu (--purge) :
  Le paquet est dans un état incohérent - vous devriez
  le réinstaller avant d'essayer de le supprimer.
ErrorMessage: Le paquet est dans un état incohérent - vous devriez  le 
réinstaller avant d'essayer de le supprimer.
InstallationDate: Installed on 2013-03-02 (79 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
MachineType: ASUSTeK Computer Inc. U30Sd
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-31-generic 
root=/dev/mapper/nux-system ro quiet splash vt.handoff=7
SourcePackage: qemu-kvm
Title: package qemu 1.2.0+noroms-0ubuntu2.12.10.4 failed to install/upgrade: Le 
paquet est dans un état incohérent - vous devriez  le réinstaller avant 
d'essayer de le supprimer.
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/07/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: U30Sd.208
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: U30Sd
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrU30Sd.208:bd04/07/2011:svnASUSTeKComputerInc.:pnU30Sd:pvr1.0:rvnASUSTeKComputerInc.:rnU30Sd:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: U30Sd
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-package package-from-proposed quantal

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

Title:
  package qemu 1.2.0+noroms-0ubuntu2.12.10.4 failed to install/upgrade:
  Le paquet est dans un état incohérent - vous devriez  le réinstaller
  avant d'essayer de le supprimer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1182443/+subscriptions

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


[Blueprint servercloud-r-vmbuilder] VMBuilder plans during R

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

Work items changed:
  Work items:
  [louis-bouchard] document use of cloud images in kvm in the server guide: DONE
  [motu] package oz (see links above): POSTPONED
- [utlemming] update https://help.ubuntu.com/community/UEC/Images for 
cloud-localds: POSTPONED
+ [smoser] update https://help.ubuntu.com/community/UEC/Images for 
cloud-localds: DONE
  [racb] write wrapper for launch me an image for libvirt: POSTPONED

-- 
VMBuilder plans during R
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-vmbuilder

-- 
Ubuntu-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 1180834] Re: No such identity

2013-05-21 Thread Robie Basak
Confirmed fixed. Thanks!

** Changed in: openssh (Ubuntu)
   Status: Confirmed = 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/1180834

Title:
  No such identity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1180834/+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 1182459] [NEW] clean up root.tar.gz and fast path installer files

2013-05-21 Thread Scott Moser
Public bug reported:

on 13.04, after running maas-import-pxe, we end up with 2 copies of the 
root.tar.gz files (that are available for the fast path installer).
example:
 /var/lib/maas/ephemeral/raring/ephemeral/amd64/20130518/dist-root.tar.gz
 /var/lib/maas/tftp/amd64/generic/raring/commissioning/root.tar.gz

those are ~ 290M, so additional copies of all the latest is a bit
heavy (4 supported releases * X arches).

This whole path isn't settled, as during fast path installer development, we'll 
need to make a default decision between:
 * using 'cp -a /' from the iscsi ephemeral environment 
 * using root.tar.gz (as we're doing now)

And also on how to best distribute those.  Right now the user is
downloading the ephemeral filesystem image and then using 'uec2roottar'
to convert it to .root.tar.gz.  The general issue is that the ephemeral
environment boots iscsi, and needs to be a root device (filesystem in
a block device / file served by tgt) while the root.tar.gz file is ideal
from a transfer-to-installer perspective.  However, these files are
identical from a filesystem contents perspective.

Maybe we should open separate bugs, but heres the list of less-than-ideal 
things right now:
 * 2 copies of .root.tar.gz files
 * maas-import-pxe-files invokes uec2roottar.  We'll need to decide what the 
best way to distribute this is, and this might involve some server side work 
too.
 * I'm pretty sure maas-import-pxe-files does more work than it needs to when 
there is nothing to do.  We should have a --force or something option to it, 
but largely if there is nothign to do it should return very quickly and do 
*nothing*.  My plan here is to implement this as a simplestreams mirror and 
have a cron job sync and then clean up old images.
 * no cleanup is done of old files (this is especially an issue if we get to a 
3 week cadence or the user is using daily streams).

** Affects: maas
 Importance: Undecided
 Status: New

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

** Also 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/1182459

Title:
  clean up root.tar.gz and fast path installer files

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182459/+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 1182458] [NEW] ubuntu-cloud template: use simplestreams to add integrity verification

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

Currently we wget the ubuntu-cloud template without any integrity
verification.  We then proceed to execute binaries like /bin/passwd
while still in the ubuntu-cloud template (in a chroot, but without any
effective containment).  We should be verifying that the image we
download has not been tampered with.

** Affects: lxc (Ubuntu)
 Importance: Medium
 Assignee: Scott Moser (smoser)
 Status: Triaged

** Changed in: lxc (Ubuntu)
   Status: New = Triaged

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  ubuntu-cloud template: use simplestreams to add integrity verification

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182458/+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 1177140] Re: Apache not removing lock directory

2013-05-21 Thread Robie Basak
Thanks - I follow you now.

I've reproduced this behaviour on 2.2.14-5ubuntu8.11 (Lucid),
2.2.22-1ubuntu1.3 (Precise) and 2.2.22-6ubuntu5 (Saucy).

But I can't find any regression as you describe.

The init script does have access to the owner and group configured in
/etc/apache2/envvars, so I think it may be a reasonable Wishlist item to
have the init script automatically fix up /var/lock/apache2 for you.
This is something that is best submitted as a Debian bug, and then if
fixed there we can adopt the fix in Ubuntu on the next merge.

If this is a regression, then please provide an example of how to
reproduce the problem not occurring in an older release.

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Apache not removing lock directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1177140/+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 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-05-21 Thread Serge Hallyn
@shedoh,

Please post the full xml for a failing vm.

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

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+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 1182443] Re: package qemu 1.2.0+noroms-0ubuntu2.12.10.4 failed to install/upgrade: Le paquet est dans un état incohérent - vous devriez le réinstaller avant d'essayer de le supprimer.

2013-05-21 Thread Serge Hallyn
Thanks for reporting this bug.  Unfortunately I can't quite tell from
the logs what was going on.

Could you tell us exactly what triggered this?  Did this happen on 'sudo
apt-get purge qemu'?  (that is the last action logged in
DpkgHistoryLog.txt)

What does 'dpkg -l | grep qemu' show now?

Could you upload the file /var/log/apt/term.log?

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

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

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

Title:
  package qemu 1.2.0+noroms-0ubuntu2.12.10.4 failed to install/upgrade:
  Le paquet est dans un état incohérent - vous devriez  le réinstaller
  avant d'essayer de le supprimer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1182443/+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 985341] Re: segfault when starting rrdcached

2013-05-21 Thread l0b0
This install command worked for me on precise:

sudo sh -c mkdir -p /var/lib/rrdcached/db /var/lib/rrdcached/journal 
chown $(printf %q $USER):$(printf %q $(groups | awk '{print $1}'))
/var/lib/rrdcached/db /var/lib/rrdcached/journal  apt-get install
rrdcached

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

Title:
  segfault when starting rrdcached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rrdtool/+bug/985341/+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 1182493] [NEW] Log scripts (pre-mount, post-mount) output to logfile

2013-05-21 Thread Didier Roche
Public bug reported:

1. set lxc.logfile = /tmp/foo
2. use set -x on any pre-mount… or equivalent scripts
3. try to use echo or anything else in the script
4. run lxc-start

see that nothing from those scripts (nor stderr, nor stdout) are logged
into those files. This makes it particularly difficult when you are
running the python bindings to see if a script is failing and why (not
log at all until you run lxc-start by hand).

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

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

Title:
  Log scripts (pre-mount, post-mount) output to logfile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182493/+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 1182498] [NEW] no log with the python bindings (when started in daemon mode?)

2013-05-21 Thread Didier Roche
Public bug reported:

No log at all are written, even with:
lxc.loglevel = debug
lxc.logfile = /tmp/foo

the file is created, but remains empty.

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

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

Title:
  no log with the python bindings (when started in daemon mode?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182498/+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 1181136] Re: Empty log file when a container is started with the API

2013-05-21 Thread Didier Roche
I tried multiple things:
c.set_config_item(lxc.loglevel, 1)
c.set_config_item(lxc.loglevel, 9)
c.set_config_item(lxc.loglevel, debug)

And I always get:
lxc: invalid log priority 9

Without those, setting in the lxc config:
lxc.logfile = /tmp/foo
lxc.loglevel = debug

it creates an empty /tmp/foo file, but no content at all, even if it
errored out.

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

Title:
  Empty log file when a container is started with the API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1181136/+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 1182498] Re: no log with the python bindings (when started in daemon mode?)

2013-05-21 Thread Didier Roche
*** This bug is a duplicate of bug 1181136 ***
https://bugs.launchpad.net/bugs/1181136

** This bug has been marked a duplicate of bug 1181136
   Empty log file when a container is started with the API

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

Title:
  no log with the python bindings (when started in daemon mode?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182498/+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 1109283] Re: [SRU] maas to Quantal and Precise

2013-05-21 Thread Andres Rodriguez
Yes it will continue to work without manual configuration. We've already
discussed this with ScottK via the IRC channel and he had agreed that
this is good to go.

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

Title:
  [SRU] maas to Quantal and Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1109283/+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 1181136] Re: Empty log file when a container is started with the API

2013-05-21 Thread Serge Hallyn
Thanks, this is likely related to how the python bindings are
interpreting the second command.  I woudl actually expect
c.set_config_item('lxc.loglevel', 'info') to work, but that
fails here too.

 status: confirmed
 assignee: stgraber
 priority: medium

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

Title:
  Empty log file when a container is started with the API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1181136/+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 1182493] Re: Log scripts (pre-mount, post-mount) output to logfile

2013-05-21 Thread Serge Hallyn
*** This bug is a duplicate of bug 1182085 ***
https://bugs.launchpad.net/bugs/1182085

Please add

lxc.loglevel = 1

I'm going to mark this as a dup of the bug about lxc.loglevel not being
documented in lxc.conf(5).  If this does not work for you, then please
show the output and un-mark this as a duplicate.

** This bug has been marked a duplicate of bug 1182085
   document lxc.loglevel and lxc.logfile in lxc.conf manpage

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

Title:
  Log scripts (pre-mount, post-mount) output to logfile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182493/+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 1182498] [NEW] no log with the python bindings (when started in daemon mode?)

2013-05-21 Thread Serge Hallyn
*** This bug is a duplicate of bug 1181136 ***
https://bugs.launchpad.net/bugs/1181136

Quoting Didier Roche (didro...@ubuntu.com):
 Public bug reported:
 
 No log at all are written, even with:
 lxc.loglevel = debug
 lxc.logfile = /tmp/foo

When I add

lxc.loglevel=1
lxc.logfile=/tmp/foo

to my /var/lib/lxc/r0/config, and start the container,
I get 411 lines in /tmp/foo.

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

Title:
  no log with the python bindings (when started in daemon mode?)

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

2013-05-21 Thread Jamie Strandboge
Thank you for reporting this bug to Ubuntu. hardy has reached EOL
(End of Life) and is no longer supported. As a result, this bug
against hardy is being marked Won't Fix. Please see
https://wiki.ubuntu.com/Releases for currently supported Ubuntu
releases.

Please feel free to report any other bugs you may find.

** Changed in: xinetd (Ubuntu Hardy)
   Status: Confirmed = Won't Fix

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

Title:
  CVE-2012-0862: enables unintentional services over tcpmux port

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

2013-05-21 Thread Jamie Strandboge
Thank you for reporting this bug to Ubuntu. oneiric has reached EOL
(End of Life) and is no longer supported. As a result, this bug
against oneiric is being marked Won't Fix. Please see
https://wiki.ubuntu.com/Releases for currently supported Ubuntu
releases.

Please feel free to report any other bugs you may find.

** Changed in: xinetd (Ubuntu Oneiric)
   Status: Confirmed = Won't Fix

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

Title:
  CVE-2012-0862: enables unintentional services over tcpmux port

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

2013-05-21 Thread Jamie Strandboge
Thank you for reporting this bug to Ubuntu. hardy has reached EOL
(End of Life) and is no longer supported. As a result, this bug
against hardy is being marked Won't Fix. Please see
https://wiki.ubuntu.com/Releases for currently supported Ubuntu
releases.

Please feel free to report any other bugs you may find.

** Changed in: dhcp3 (Ubuntu Hardy)
   Status: Confirmed = Won't Fix

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

Title:
  dhcp3-server fails to drop privileges properly

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

2013-05-21 Thread Jamie Strandboge
Thank you for reporting this bug to Ubuntu. oneiric has reached EOL
(End of Life) and is no longer supported. As a result, this bug
against oneiric is being marked Won't Fix. Please see
https://wiki.ubuntu.com/Releases for currently supported Ubuntu
releases.

Please feel free to report any other bugs you may find.

** Changed in: isc-dhcp (Ubuntu Oneiric)
   Status: New = Won't Fix

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

Title:
  dhcp3-server fails to drop privileges properly

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

2013-05-21 Thread Jamie Strandboge
Thank you for reporting this bug to Ubuntu. hardy has reached EOL
(End of Life) and is no longer supported. As a result, this bug
against hardy is being marked Won't Fix. Please see
https://wiki.ubuntu.com/Releases for currently supported Ubuntu
releases.

Please feel free to report any other bugs you may find.

** Changed in: openssh (Ubuntu Hardy)
   Status: Confirmed = Won't Fix

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

Title:
  hardy: openssh-server oom_adj can lead to denial of service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/293000/+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 1182498] Re: no log with the python bindings (when started in daemon mode?)

2013-05-21 Thread Didier Roche
*** This bug is a duplicate of bug 1181136 ***
https://bugs.launchpad.net/bugs/1181136

did you try with the python bindings (hence why I duplicated it to the
other bug report)?

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

Title:
  no log with the python bindings (when started in daemon mode?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182498/+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 1182540] [NEW] lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

2013-05-21 Thread Parameswaran Sivatharman
Public bug reported:

The saucy smoke test for lxc test_lxc_apparmor appears to be hung with
saucy installations of 20130521.

The following tests appear to have completed successfully.
- test: test_lxc_reboot
- test: test_lxc_simple
- test: test_lxc_api
 
The steps to reproduce:
1. utah is used for automated installation, the how to is given in 
http://utah.readthedocs.org/en/latest/introduction.html#how-to-start-running-tests)

2. The preseed and the run list are as follows and the test could be run using 
the following command,
  sudo -u utah -i run_utah_tests.py -p 
lp:ubuntu-test-cases/server/preseeds/lxc.preseed -i 
/var/cache/utah/iso/raring-server-amd64.iso 
lp:ubuntu-test-cases/server/runlists/lxc.run -d -n -x 
/etc/utah/bridged-network-vm.xml

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: lxc 0.9.0-0ubuntu7
ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
Uname: Linux 3.9.0-2-generic x86_64
ApportVersion: 2.10.1-0ubuntu1
Architecture: amd64
Date: Tue May 21 11:30:55 2013
InstallationDate: Installed on 2013-05-21 (0 days ago)
InstallationMedia: Ubuntu-Server 13.10 Saucy Salamander - Alpha amd64 
(20130521)
MarkForUpload: True
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apparmor apport-bug saucy

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

Title:
  lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182540/+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 1182459] Re: clean up root.tar.gz and fast path installer files

2013-05-21 Thread Andres Rodriguez
We not only end up with to copies of root.tar.gz but we also end up with
two copies of 'initrd' and 'linux' files.

ubuntu@cluster:~$ ls /var/lib/maas/ephemeral/precise/ephemeral/amd64/20121008/
disk.img  info  initrd.gz  linux  root.tar.gz  tgt.conf

ubuntu@cluster:~$ ls /var/lib/maas/tftp/amd64/generic/precise/xinstall
initrd.gz  linux  root.tar.gz

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

Title:
  clean up root.tar.gz and fast path installer files

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182459/+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 1182459] Re: clean up root.tar.gz and fast path installer files

2013-05-21 Thread Andres Rodriguez
two*

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

Title:
  clean up root.tar.gz and fast path installer files

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182459/+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 858883]

2013-05-21 Thread Jamie Strandboge
Thank you for reporting this bug to Ubuntu. oneiric has reached EOL
(End of Life) and is no longer supported. As a result, this bug
against oneiric is being marked Won't Fix. Please see
https://wiki.ubuntu.com/Releases for currently supported Ubuntu
releases.

Please feel free to report any other bugs you may find.

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

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

Title:
  Management Parameters (for example a system) which can be set in the
  web interface can result in arbitrary code execution on the host due
  to the use of yaml.loads instead of yaml.safe_loads in item.py on line
  248:

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

2013-05-21 Thread Jamie Strandboge
Thank you for reporting this bug to Ubuntu. oneiric has reached EOL
(End of Life) and is no longer supported. As a result, this bug
against oneiric is being marked Won't Fix. Please see
https://wiki.ubuntu.com/Releases for currently supported Ubuntu
releases.

Please feel free to report any other bugs you may find.

** Changed in: apr (Ubuntu Oneiric)
   Status: New = Won't Fix

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

Title:
  apr: update to 1.4.6 to fix svn fsfs repository corruption

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

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


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

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

Definition Status: Discussion = Drafting

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

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


[Bug 1182540] Re: lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

2013-05-21 Thread Paul Larson
** Tags added: qa-daily-testing rls-s-incoming

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

Title:
  lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182540/+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 1182552] [NEW] freshclam crashed with SIGSEGV in cl_engine_free()

2013-05-21 Thread checoimg
Public bug reported:

On start up. Don't know what to do to reproduce the bug other than using
the latest updates from Ubuntu 13.04 ( inluding proposed ) and starting
the system.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: clamav-freshclam 0.97.8+dfsg-1ubuntu1.13.04.1
ProcVersionSignature: Ubuntu 3.8.0-22.33-generic 3.8.11
Uname: Linux 3.8.0-22-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Tue May 21 12:21:53 2013
InstallationDate: Installed on 2013-04-25 (25 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: clamav
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

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

Title:
  freshclam crashed with SIGSEGV in cl_engine_free()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1182552/+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 1182552] Re: freshclam crashed with SIGSEGV in cl_engine_free()

2013-05-21 Thread checoimg
SegvAnalysis : Segfaullt happened at: 0x7f372ca408c1:mov  
(%rdx,%rax,8),%rsi
PC (0x7f372ca408c1) ok
source (%rdx,%rax,8) (0x7f3827d053a0) not located in a known VMA region 
(needed readable region)!
destination %rsiok

Signal : 11

Uname : Linux 3.8.0-22-generic x86_64

I'll leave the report open for as long I can for any details needed.

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

Title:
  freshclam crashed with SIGSEGV in cl_engine_free()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1182552/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-21 Thread Steve Langasek
Hello Andres, or anyone else affected,

Accepted celery into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/celery/2.4.6-1ubuntu0.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: celery (Ubuntu Precise)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1182540] Re: lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

2013-05-21 Thread Serge Hallyn
When I took a close look the first time, it appeared to be hung in the
lxc-ubuntu template on flock.

If this is reproducible, and hangs again on flock, then it sounds like a
kernel bug and we should mark as affecting linux.

I couldn't reproduce this on a saucy canonistack instance, but that may
not have rebooted into the latest kernel.

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

Title:
  lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182540/+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 1182540] Re: lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

2013-05-21 Thread Serge Hallyn
Marking incomplete until it is reproduced.  If it happens again, then
please mark it confirmed.

** Changed in: lxc (Ubuntu)
   Importance: Undecided = High

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

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

Title:
  lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182540/+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 1098299] Re: entropy pool should be seeded earlier in boot process

2013-05-21 Thread Colin Watson
** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) = Colin Watson (cjwatson)

** Changed in: openssh (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  entropy pool should be seeded earlier in boot process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-report/+bug/1098299/+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 1182540] Re: lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

2013-05-21 Thread Parameswaran Sivatharman
This is occurring in all the runs with today's image. The latest active
one is on utah-9138-saucy-server-amd6. Marking as confirmed. Thanks

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182540/+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 1098299] Re: entropy pool should be seeded earlier in boot process

2013-05-21 Thread Steve Langasek
** Changed in: sysvinit (Ubuntu)
   Status: Triaged = Won't Fix

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

Title:
  entropy pool should be seeded earlier in boot process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-report/+bug/1098299/+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 1032633] Re: Keystone's token table grows unconditionally when using SQL backend.

2013-05-21 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/28133
Committed: 
http://github.com/openstack/keystone/commit/ff76a1b5cd3308cfb0ce936800364e27413ed946
Submitter: Jenkins
Branch:master

commit ff76a1b5cd3308cfb0ce936800364e27413ed946
Author: Jamie Lennox jlen...@redhat.com
Date:   Fri May 3 14:04:09 2013 +1000

Implement Token Flush via keystone-manage.

Creates a cli entry 'token_flush' which removes all expired tokens.

Fixes: bug 1032633
Implements: blueprint keystone-manage-token-flush
Change-Id: I47eab99b577ff9e9ee74fee08e18fd07c4af5aad


** Changed in: keystone
   Status: In Progress = Fix Committed

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

Title:
  Keystone's token table grows unconditionally when using SQL backend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1032633/+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 1182540] Re: lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

2013-05-21 Thread Parameswaran Sivatharman
** Description changed:

  The saucy smoke test for lxc test_lxc_apparmor appears to be hung with
  saucy installations of 20130521.
  
  The following tests appear to have completed successfully.
  - test: test_lxc_reboot
  - test: test_lxc_simple
  - test: test_lxc_api
-  
- The steps to reproduce:
- 1. utah is used for automated installation, the how to is given in 
http://utah.readthedocs.org/en/latest/introduction.html#how-to-start-running-tests)
  
- 2. The preseed and the run list are as follows and the test could be run 
using the following command,
-   sudo -u utah -i run_utah_tests.py -p 
lp:ubuntu-test-cases/server/preseeds/lxc.preseed -i 
/var/cache/utah/iso/raring-server-amd64.iso 
lp:ubuntu-test-cases/server/runlists/lxc.run -d -n -x 
/etc/utah/bridged-network-vm.xml
+ Steps to reproduce:
+ 1. Install a default saucy server on a vm  (either manually or preseeded 
default installation) with either i386 or amd64 image using KVM, libvirt
+ 2. Do the following to install utah inside the VM
+    sudo apt-add-repository -y ppa:utah/stable
+    sudo apt-get update
+    sudo apt-get install utah
+ 3. Run the floodlight tests using
+  sudo utah -r  lp:ubuntu-test-cases/server/runlists/lxc.run
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lxc 0.9.0-0ubuntu7
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.1-0ubuntu1
  Architecture: amd64
  Date: Tue May 21 11:30:55 2013
  InstallationDate: Installed on 2013-05-21 (0 days ago)
  InstallationMedia: Ubuntu-Server 13.10 Saucy Salamander - Alpha amd64 
(20130521)
  MarkForUpload: True
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  The saucy smoke test for lxc test_lxc_apparmor appears to be hung with
  saucy installations of 20130521.
  
  The following tests appear to have completed successfully.
  - test: test_lxc_reboot
  - test: test_lxc_simple
  - test: test_lxc_api
  
  Steps to reproduce:
  1. Install a default saucy server on a vm  (either manually or preseeded 
default installation) with either i386 or amd64 image using KVM, libvirt
  2. Do the following to install utah inside the VM
     sudo apt-add-repository -y ppa:utah/stable
     sudo apt-get update
     sudo apt-get install utah
- 3. Run the floodlight tests using
+ 3. Run the lxc tests using
   sudo utah -r  lp:ubuntu-test-cases/server/runlists/lxc.run
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lxc 0.9.0-0ubuntu7
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.1-0ubuntu1
  Architecture: amd64
  Date: Tue May 21 11:30:55 2013
  InstallationDate: Installed on 2013-05-21 (0 days ago)
  InstallationMedia: Ubuntu-Server 13.10 Saucy Salamander - Alpha amd64 
(20130521)
  MarkForUpload: True
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

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

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


[Blueprint servercloud-s-openstack-charms-ha-v2] HA Openstack Charms V2

2013-05-21 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items for ubuntu-13.07:
  Investigation zeromq support in havana: TODO
  [gandelman-a] Check on status of heartbeating in AMQP for RabbitMQ HA: TODO
+ [andreserl] Investigate upgrade path for Corosync 2.0 based clusters: TODO
  
  Work items for ubuntu-13.08:
- [andreserl] Update cluster stack in saucy for CMAN + Pacemaker: TODO
  [stewart] Charm Percona (Galera / xtrabackup): TODO
- [andreserl] Investigate upgrade paths from Corosync to CMAN: TODO
+ [andreserl] Update cluster stack in saucy for Pacemaker + Corosync 2.0: TODO
+ [andreserl] Investigate upgrade paths from Corosync 1.x to Corosync 2.0: TODO
  [andreserl] Investigate alternative clustering solutions to 
pacemaker/corosync/CMAN: TODO
  
  Work items for ubuntu-13.10:
  Update charms/create new charm for MariaDB: TODO
  Update OpenStack charms for ZeroMQ: BLOCKED
  [gandelman-a] Update OpenStack charms for Active/Active RMQ: BLOCKED
  [james-page] Update Quantum charms for improved HA: TODO
  [andreserl] Update OpenStack charms for more indepth HAProxy checks: TODO
  [andreserl] Review cluster stack for inclusion in the Cloud Archive for 
Havana: TODO
- [andreserl] Add support to hacluster charm to support CMAN options: TODO
+ [andreserl] Add support to hacluster charm to support Corosync 2.0 options: 
TODO

-- 
HA Openstack Charms V2
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms-ha-v2

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


[Blueprint servercloud-s-openstack-charms] OpenStack Charm work for Saucy/Havana

2013-05-21 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Whiteboard set to:
User stories:

John is maintaining some openstack juju charms.  When he wants to push a
change affecting multiple charms, he does not want to duplicate his work
across bash and shell.

Mike wants to ensure deploying specific configuration of OpenStack is
supported and tested.

Bob from Bob's Super Storage Systems Inc wants to easily deploy his
cinder plugin alongside our Juju charms without making changes to the
cinder charm itself.

Risks:

Charm changes break backward comparability with existing upstream
charms.

Test Plan:

Implement some automated integration testing on all charm changes, as
specified in WIs.

Release Notes:

N/A

-- 
OpenStack Charm work for Saucy/Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms

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


[Blueprint servercloud-s-openstack-charms] OpenStack Charm work for Saucy/Havana

2013-05-21 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Work items set to:
Work items:
openstack-dashboard python rewrite: TODO
glance python rewrite: TODO
cinder python rewrite: TODO
swift-storage python rewrite: TODO
nova-compute python rewrite: TODO
nova-cloud-controller python rewrite: TODO
Integrate current openstack-charm-helpers into lp:charm-helpers: TODO
Implement targetted test for HA aspects of charms: TODO
Determine interop testing matrix: TODO
Implement testing of interop matrix: TODO
Automate basic smoke test of proposed charm change: TODO
Update help.ubuntu.com wiki to point to current deployment guide: TODO
Merge back all Grizzly charm work to charm store ASAP: TODO
[gandelman-a] keystone public endpoint SSL: TODO
nova-cloud-controller quantum network configuration during HTTP-HTTPS 
reconfiguration: TODO
subordinate - templated-based principle config refactoring: TODO
Investigate cinder subordinate approach to plugins: TODO

-- 
OpenStack Charm work for Saucy/Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms

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


[Blueprint servercloud-s-openstack-charms] OpenStack Charm work for Saucy/Havana

2013-05-21 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
  openstack-dashboard python rewrite: TODO
- glance python rewrite: TODO
+ [andreserl] glance python rewrite: TODO
  cinder python rewrite: TODO
  swift-storage python rewrite: TODO
  nova-compute python rewrite: TODO
  nova-cloud-controller python rewrite: TODO
  Integrate current openstack-charm-helpers into lp:charm-helpers: TODO
  Implement targetted test for HA aspects of charms: TODO
  Determine interop testing matrix: TODO
  Implement testing of interop matrix: TODO
  Automate basic smoke test of proposed charm change: TODO
  Update help.ubuntu.com wiki to point to current deployment guide: TODO
  Merge back all Grizzly charm work to charm store ASAP: TODO
  [gandelman-a] keystone public endpoint SSL: TODO
  nova-cloud-controller quantum network configuration during HTTP-HTTPS 
reconfiguration: TODO
  subordinate - templated-based principle config refactoring: TODO
  Investigate cinder subordinate approach to plugins: TODO

-- 
OpenStack Charm work for Saucy/Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms

-- 
Ubuntu-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 1182613] [NEW] puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
Public bug reported:

Can't run any command.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: puppet 3.1.1-1ubuntu1
ProcVersionSignature: User Name 3.9.0-2.7-generic 3.9.3
Uname: Linux 3.9.0-2-generic x86_64
ApportVersion: 2.10.1-0ubuntu1
Architecture: amd64
Date: Tue May 21 18:52:11 2013
Ec2AMI: ami-0306
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: aki-022a
Ec2Ramdisk: ari-022a
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: puppet
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ec2-images saucy third-party-packages

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

Title:
  puppet completely broken on saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+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 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
$ puppet
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
such file -- facter (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/puppet.rb:4:in `top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:12:in `top 
(required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/bin/puppet:3:in `main'

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

Title:
  puppet completely broken on saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+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 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
Apparently the problem is that the default ruby is now 1.9. Running
/usr/bin/ruby1.8 /usr/bin/puppet seems to  work around the problem.

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

Title:
  puppet completely broken on saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+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 1182613] Re: puppet completely broken on saucy

2013-05-21 Thread Sidnei da Silva
See also Bug #1093934 which seems to be a similar issue.

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

Title:
  puppet completely broken on saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1182613/+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 1182498] Re: no log with the python bindings (when started in daemon mode?)

2013-05-21 Thread Serge Hallyn
*** This bug is a duplicate of bug 1181136 ***
https://bugs.launchpad.net/bugs/1181136

Do you mean c-start(c) in python bindings, with

lxc.loglevel = debug
lxc.logfile = /tmp/foo

in container config, fails?  If so that's very interesting.  If not,
then it matches my current expectation.

Thanks.

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

Title:
  no log with the python bindings (when started in daemon mode?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182498/+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 1182624] [NEW] Uncached instance builds fail with non-zero root disk sizes

2013-05-21 Thread David Wittman
Public bug reported:

A recent change in the Folsom code has resulted in issues building new
instances with a non-zero root disk size. It is currently trying to
compare the flavor size to the size of the base image before the base
image is actually pulled down. As a result, builds fail with the
following error in nova-compute.log:

2013-05-21 17:44:18 ERROR nova.compute.manager 
[req-a1b0cf46-aad0-48e4-8474-ea350de678d5 5dbf5c9e5c4740638fa563a942475b12 
180d2f50f1384c65b456da82ed90429d] [instance: 
67b18b5c-755a-4484-a75a-9ce3629eb0c5] Build error: ['Traceback (most recent 
call last):\n', '  File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 503, in 
_run_instance\ninjected_files, admin_password)\n', '  File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 756, in 
_spawn\nblock_device_info)\n', '  
File /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in 
wrapped\ntemp_level, payload)\n', '  
File /usr/lib/python2.7/contextlib.py, line 24, in __exit__\n
self.gen.next()\n', '  
File /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in 
wrapped\nreturn f(*args, **kw)\n', '  
File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 1091, 
in spawn\nadmin_pass=admin_password)\n', '  
File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 1357, 
in _create_image\nproject_id=instance[\'project_id\'])\n', '  
File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/imagebackend.py, line 
131, in cache\n*args, **kwargs)\n', '  
File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/imagebackend.py, line 
181, in create_image\nif size and size  disk.get_disk_size(base):\n', '  
File /usr/lib/python2.7/dist-packages/nova/virt/disk/api.py, line 115, in 
get_disk_size\nsize = images.qemu_img_info(path)[\'virtual size\']\n', '  
File /usr/lib/python2.7/dist-packages/nova/virt/images.py, line 50, in 
qemu_img_info\n\'qemu-img\', \'info\', path)\n', '  
File /usr/lib/python2.7/dist-packages/nova/utils.py, line 210, in execute\n   
 cmd=\' \'.join(cmd))\n', 'ProcessExecutionError: Unexpected error while 
running command.\nCommand: env LC_ALL=C LANG=C qemu-img info 
/var/lib/nova/instances/_base/ef98e9c3ea74090467df43c56068756bae1b8a4e\nExit 
code: 1\nStdout: \'\'\nStderr: qemu-img: Could not open 
\'/var/lib/nova/instances/_base/ef98e9c3ea74090467df43c56068756bae1b8a4e\': No 
such file or directory\\n\n']

System Info:
# lsb_release -rd
Description:Ubuntu 12.04.2 LTS
Release:12.04

# apt-cache policy nova-compute
nova-compute:
  Installed: 2012.2.3-0ubuntu2.1~cloud0
  Candidate: 2012.2.3-0ubuntu2.1~cloud0
  Version table:
 *** 2012.2.3-0ubuntu2.1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
precise-proposed/folsom/main amd64 Packages
100 /var/lib/dpkg/status
 2012.1.3+stable-20130423-e52e6912-0ubuntu1.1 0
500 http://mirror.rackspace.com/ubuntu/ precise-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
 2012.1-0ubuntu2 0
500 http://mirror.rackspace.com/ubuntu/ precise/main amd64 Packages

Here is the commit where the bug was introduced:

https://github.com/openstack/nova/commit/6740c4141ea1152529b82cbf6e5b808eaba912e7

It appears to be a merge issue with Folsom, as the prepare_template line
appears above the conditional in Grizzly.

** Affects: nova
 Importance: Undecided
 Assignee: David Wittman (david-wittman)
 Status: New

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

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

** Changed in: nova
 Assignee: (unassigned) = David Wittman (david-wittman)

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

Title:
  Uncached instance builds fail with non-zero root disk sizes

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

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


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

2013-05-21 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

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

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

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


[Bug 1182624] Re: Uncached instance builds fail with non-zero root disk sizes

2013-05-21 Thread David Wittman
This may be invalid for Ubuntu. I intended to open it in OpenStack/nova
originally.

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

Title:
  Uncached instance builds fail with non-zero root disk sizes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1182624/+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 1182624] Fix proposed to nova (stable/folsom)

2013-05-21 Thread OpenStack Hudson
Fix proposed to branch: stable/folsom
Review: https://review.openstack.org/29982

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

Title:
  Uncached instance builds fail with non-zero root disk sizes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1182624/+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 1182624] Re: Uncached instance builds fail with non-zero root disk sizes

2013-05-21 Thread David Wittman
** Description changed:

  A recent change in the Folsom code has resulted in issues building new
  instances with a non-zero root disk size. It is currently trying to
  compare the flavor size to the size of the base image before the base
  image is actually pulled down. As a result, builds fail with the
  following error in nova-compute.log:
  
- 2013-05-21 17:44:18 ERROR nova.compute.manager 
[req-a1b0cf46-aad0-48e4-8474-ea350de678d5 5dbf5c9e5c4740638fa563a942475b12 
180d2f50f1384c65b456da82ed90429d] [instance: 
67b18b5c-755a-4484-a75a-9ce3629eb0c5] Build error: ['Traceback (most recent 
call last):\n', '  File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 503, in 
_run_instance\ninjected_files, admin_password)\n', '  File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 756, in 
_spawn\nblock_device_info)\n', '  
- File /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in 
wrapped\ntemp_level, payload)\n', '  
- File /usr/lib/python2.7/contextlib.py, line 24, in __exit__\n
self.gen.next()\n', '  
- File /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in 
wrapped\nreturn f(*args, **kw)\n', '  
- File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 
1091, in spawn\nadmin_pass=admin_password)\n', '  
- File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 
1357, in _create_image\nproject_id=instance[\'project_id\'])\n', '  
- File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/imagebackend.py, 
line 131, in cache\n*args, **kwargs)\n', '  
- File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/imagebackend.py, 
line 181, in create_image\nif size and size  disk.get_disk_size(base):\n', 
'  
- File /usr/lib/python2.7/dist-packages/nova/virt/disk/api.py, line 115, in 
get_disk_size\nsize = images.qemu_img_info(path)[\'virtual size\']\n', '  
- File /usr/lib/python2.7/dist-packages/nova/virt/images.py, line 50, in 
qemu_img_info\n\'qemu-img\', \'info\', path)\n', '  
+ 2013-05-21 17:44:18 ERROR nova.compute.manager 
[req-a1b0cf46-aad0-48e4-8474-ea350de678d5 5dbf5c9e5c4740638fa563a942475b12 
180d2f50f1384c65b456da82ed90429d] [instance: 
67b18b5c-755a-4484-a75a-9ce3629eb0c5] Build error: ['Traceback (most recent 
call last):\n', '  File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 503, in 
_run_instance\ninjected_files, admin_password)\n', '  File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 756, in 
_spawn\nblock_device_info)\n', '
+ File /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in 
wrapped\ntemp_level, payload)\n', '
+ File /usr/lib/python2.7/contextlib.py, line 24, in __exit__\n
self.gen.next()\n', '
+ File /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in 
wrapped\nreturn f(*args, **kw)\n', '
+ File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 
1091, in spawn\nadmin_pass=admin_password)\n', '
+ File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 
1357, in _create_image\nproject_id=instance[\'project_id\'])\n', '
+ File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/imagebackend.py, 
line 131, in cache\n*args, **kwargs)\n', '
+ File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/imagebackend.py, 
line 181, in create_image\nif size and size  disk.get_disk_size(base):\n', 
'
+ File /usr/lib/python2.7/dist-packages/nova/virt/disk/api.py, line 115, in 
get_disk_size\nsize = images.qemu_img_info(path)[\'virtual size\']\n', '
+ File /usr/lib/python2.7/dist-packages/nova/virt/images.py, line 50, in 
qemu_img_info\n\'qemu-img\', \'info\', path)\n', '
  File /usr/lib/python2.7/dist-packages/nova/utils.py, line 210, in execute\n 
   cmd=\' \'.join(cmd))\n', 'ProcessExecutionError: Unexpected error while 
running command.\nCommand: env LC_ALL=C LANG=C qemu-img info 
/var/lib/nova/instances/_base/ef98e9c3ea74090467df43c56068756bae1b8a4e\nExit 
code: 1\nStdout: \'\'\nStderr: qemu-img: Could not open 
\'/var/lib/nova/instances/_base/ef98e9c3ea74090467df43c56068756bae1b8a4e\': No 
such file or directory\\n\n']
  
  System Info:
  # lsb_release -rd
  Description:Ubuntu 12.04.2 LTS
  Release:12.04
  
  # apt-cache policy nova-compute
  nova-compute:
-   Installed: 2012.2.3-0ubuntu2.1~cloud0
-   Candidate: 2012.2.3-0ubuntu2.1~cloud0
-   Version table:
-  *** 2012.2.3-0ubuntu2.1~cloud0 0
- 500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
precise-proposed/folsom/main amd64 Packages
- 100 /var/lib/dpkg/status
-  2012.1.3+stable-20130423-e52e6912-0ubuntu1.1 0
- 500 http://mirror.rackspace.com/ubuntu/ precise-updates/main amd64 
Packages
- 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
-  2012.1-0ubuntu2 0
- 500 http://mirror.rackspace.com/ubuntu/ precise/main amd64 Packages
+   Installed: 2012.2.3-0ubuntu2.1~cloud0
+   

[Bug 1177432] Re: Enable backports in cloud-init archive template

2013-05-21 Thread Scott Moser
2 comments:
 a.) bug 997371 is now fixed, so you should be able to do: apt-add-repository 
multiverse
 b.) some relevant discussion at 
https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2013-May/014503.html

** Description changed:

  Backports are currently not enabled in the cloud-init template. This is
  needed in order to get the backport kernels on cloud images.
+ 
+ 
+ Related bugs:
+  * bug 997371:  Create command to add multiverse and -backports to apt 
sources

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

Title:
  Enable backports in cloud-init archive template

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+subscriptions

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


[Bug 1153077] Re: rabbitmq queue fills up and celery stops executing tasks when upload_dhcp_leases is done every minute (by default)

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

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

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

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

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

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


[Bug 1153077] Re: rabbitmq queue fills up and celery stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-05-21 Thread Erick Turnquist
I think I'm seeing the same issue. I have a celeryd process that appears
to be stuck in a loop and a queue in the vhost /maas_workers named
c1d352af-8060-4bf4-b820-f468b22a97fb. One thing that stands out to me is
that the queue has 4 unacknowledged messages at all times. New ones seem
to come in and get acked, but the 4 remain.

Here are a couple example messages. The content-type is application/x
-python-serialize

(dp1
S'retries'
p2
I0
sS'task'
p3
S'provisioningserver.tasks.upload_dhcp_leases'
p4
sS'kwargs'
p5
(dp6
sS'eta'
p7
NsS'args'
p8
(lp9
sS'id'
p10
S'ac7c0755-43ab-40b8-bc39-5315236a3639'
p11
sS'expires'
p12
NsS'utc'
p13
I00
s.


--


(dp1
S'retries'
p2
I0
sS'task'
p3
S'provisioningserver.tasks.report_boot_images'
p4
sS'kwargs'
p5
(dp6
sS'eta'
p7
NsS'args'
p8
(lp9
sS'id'
p10
S'd5447c64-8317-4d13-a5ce-d1c818c2efc0'
p11
sS'expires'
p12
NsS'utc'
p13
I00
s.

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

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

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

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


[Bug 1182642] [NEW] Raring is not enabled by default

2013-05-21 Thread Andres Rodriguez
Public bug reported:

[Impact]
Raring is not enabled by default so images are not imported by maas. This 
causes that someone has to manually enable raring and re-run 
maas-import-pxe-files in order to be able deploy raring. 

[Test Case]
1. Install maas
2. Run maas-import-pxe-files
3. Try to deploy raring, it will fail because no images have been imported.
4. Enable raring in /etc/maas/import_pxe_files
5. Run maas-import-pxe-files
6. Try to deploy raring, it will work.

[Regression Potential]
Minimal. This only allows raring images to be downloaded by default.

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

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

** Also affects: maas (Ubuntu Raring)
   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/1182642

Title:
  Raring is not enabled by default

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

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


[Bug 1153077] Re: rabbitmq queue fills up and celery stops executing tasks when upload_dhcp_leases is done every minute (by default)

2013-05-21 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Importance: Undecided = Critical

** Changed in: maas
   Importance: Undecided = High

** Changed in: maas (Ubuntu)
   Importance: Critical = High

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

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

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

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


[Bug 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/celery/precise-
proposed

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

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

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


[Blueprint servercloud-s-juju-contributor-onramp] Juju Contributor Onramp

2013-05-21 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Work items changed:
  Work items for ubuntu-13.04-month-6:
  [jjo] Case Studies from webops (move to 2.0 messaging): TODO
  [mthaddon] Case Studies from webops (move to 2.0 messaging): TODO
  [timrchavez] Case Studies from PES (move to 2.0 messaging): TODO
  
  Work items for ubuntu-13.05:
  [jorge] : Highlight Places where people can contribute: TODO
  
  Work items:
  [jorge] : Lower the Barrier to entry: TODO
+ [jorge] Create Problem Tracker for issues found by: TODO

-- 
Juju Contributor Onramp
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-juju-contributor-onramp

-- 
Ubuntu-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 1182646] [NEW] maas-import-pxe-files fails to update ephemeral images

2013-05-21 Thread Andres Rodriguez
Public bug reported:

[Impact]
If new ephemeral images are ready to be installed, maas-import-* scripts fail 
because it cannot overwrite a symlink that has been created to support FPI. 
This prevents maas from importing new ephemeral images.

[Test Case]
1. Install maas.
2. maas-import-pxe-files
3. edit /etc/maas/import_ephemerals and add STREAM=daily
4. run maas-import-pxe-files again, it will download a newer ephemeral image 
and will fail to install it.
5. Apply the fix.
6. Run maas-import-pxe-files again, and it will install the image successfully.

[Regression Potential]
Minimal, this make sure that a new image being imported gets installed 
successfully.

** Affects: maas (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: maas (Ubuntu Raring)
 Importance: High
 Status: New

** Also affects: maas (Ubuntu Raring)
   Importance: Undecided
   Status: New

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

** Changed in: maas (Ubuntu)
   Importance: Undecided = High

** Changed in: maas (Ubuntu Raring)
   Importance: Undecided = High

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

Title:
  maas-import-pxe-files fails to update ephemeral images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1182646/+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 1182642] Re: Raring is not enabled by default

2013-05-21 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: New = Confirmed

** Changed in: maas (Ubuntu)
   Importance: Undecided = Critical

** Changed in: maas (Ubuntu)
   Importance: Critical = High

** Changed in: maas (Ubuntu Raring)
   Importance: Undecided = High

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

Title:
  Raring is not enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1182642/+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 1181777] Re: kvm: freeze a guest with a NIC PCI passthrough

2013-05-21 Thread AlexanderYT
** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete = 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/1181777

Title:
  kvm: freeze a guest with a NIC PCI passthrough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1181777/+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 1177855] Re: [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

2013-05-21 Thread Andres Rodriguez
I've tested this and works as expected.

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

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

Title:
  [SRU] Drop Build-Depends on python-sphinxcontrib.issuetracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1177855/+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 1109283] Re: [SRU] maas to Quantal and Precise

2013-05-21 Thread Andres Rodriguez
** Tags removed: verification-failed
** Tags added: verification-done

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

Title:
  [SRU] maas to Quantal and Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1109283/+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 1182646] Re: maas-import-pxe-files fails to update ephemeral images

2013-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/maas

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

Title:
  maas-import-pxe-files fails to update ephemeral images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1182646/+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 1182642] Re: Raring is not enabled by default

2013-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/maas

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

Title:
  Raring is not enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1182642/+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 1171418] Re: MAAS fails to power up machines when trying to install nodes

2013-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/maas

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

Title:
  MAAS fails to power up machines when trying to install nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1171418/+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 1171988] Re: MAAS fails to use virsh when managing virtual nodes

2013-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/maas

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

Title:
  MAAS fails to use virsh when managing virtual nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1171988/+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 1131418] Re: Nodes don't go to ready, after commissioning they get a 500 error when reporting back to maas

2013-05-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/maas

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

Title:
  Nodes don't go to ready, after commissioning they get a 500 error when
  reporting back to maas

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1131418/+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 1157332] Re: /etc/dnsmasq.d-available/lxc circular link

2013-05-21 Thread Brian Murray
Hello Seth, or anyone else affected,

Accepted lxc into quantal-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/lxc/0.8.0~rc1-4ubuntu39.12.10.3 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: lxc (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 lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1157332

Title:
  /etc/dnsmasq.d-available/lxc circular link

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1157332/+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 1182655] [NEW] Samba printers are missing after reboot until smbd is restarted

2013-05-21 Thread Nick B.
Public bug reported:

This may be related to
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1010501
and
https://bugs.launchpad.net/ubuntu/lucid/+source/upstart/+bug/494141

After a reboot Samba printers are not visible until smbd is restarted. 
I've tried adding and started cups to /etc/init/smbd.conf but that only 
seemed to work very intermittently (I'm guessing this caused a race condition). 
I've also tried adding and started smbd to /etc/init/cups.conf but that 
didn't work at all. The only thing that seems to have worked is the patch in 
this comment 
https://bugs.launchpad.net/ubuntu/lucid/+source/upstart/+bug/494141/comments/18

Steps to reproduce
1. Reboot a samba server with printers shared through samba
2. Run smbclient -L COMPUTER -N after it comes back up

What is expected:
Samba printers should be listed under Sharename in the output from the 
smbclient command above or to Windows clients

What happens instead:
Printers are not available through samba until smbd is restarted

$ sudo testparm -S
[sudo] password for nick: 
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (4096) to minimum Windows limit (16384)
Processing section [print$]
Processing section [printers]
Processing section [Nick]
Processing section [public]
WARNING: The security=share option is deprecated
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
server string = 
security = SHARE
username map = /etc/samba/smbusers
syslog only = Yes
log file = /var/log/samba.log
announce version = 5.0
name resolve order = hosts wins bcast
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 
SO_SNDBUF=8192
printcap name = cups
idmap config * : backend = tdb

[print$]
path = /usr/share/cups/drivers/
write list = root
create mask = 0664
directory mask = 0775
guest ok = Yes

[printers]
comment = All Printers
path = /var/spool/samba
write list = root
guest ok = Yes
printable = Yes
print ok = Yes
browseable = No

[Nick]
path = /media/Share/Users/Nick
read only = No
create mask = 0644

[public]
comment = Public Folder
path = /media/Share/Public
force user = nobody
force group = nogroup
read only = No
create mask = 0777
directory mask = 0777
guest ok = Yes

apt-cache policy samba
samba:
  Installed: 2:3.6.9-1ubuntu1
  Candidate: 2:3.6.9-1ubuntu1
  Version table:
 *** 2:3.6.9-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ raring/main i386 Packages
100 /var/lib/dpkg/status

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

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

Title:
  Samba printers are missing after reboot until smbd is restarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1182655/+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 1182646] Re: maas-import-pxe-files fails to update ephemeral images

2013-05-21 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  maas-import-pxe-files fails to update ephemeral images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1182646/+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 1182642] Re: Raring is not enabled by default

2013-05-21 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Raring is not enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1182642/+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 1182540] Re: lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

2013-05-21 Thread Serge Hallyn
** Also affects: udev (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

- The saucy smoke test for lxc test_lxc_apparmor appears to be hung with
- saucy installations of 20130521.
+ The root of the problem as pertains to lxc is that debootstrap is
+ resulting in a udev being started as a child of debootstrap.  In
+ particular:
+ 
+ ( flock -x 200; debootstrap saucy xxx; ) 200/tmp/zzz
+ after this completes, /proc/locks will show that /tmp/zzz is still locked;  
udev will be running;  and a subsequent
+ ( flock -x 200 ) 200/tmp/zzz
+ will hang.
+ 
+ 
+ 
+ 
+ The saucy smoke test for lxc test_lxc_apparmor appears to be hung with saucy 
installations of 20130521.
  
  The following tests appear to have completed successfully.
  - test: test_lxc_reboot
  - test: test_lxc_simple
  - test: test_lxc_api
  
  Steps to reproduce:
  1. Install a default saucy server on a vm  (either manually or preseeded 
default installation) with either i386 or amd64 image using KVM, libvirt
  2. Do the following to install utah inside the VM
     sudo apt-add-repository -y ppa:utah/stable
     sudo apt-get update
     sudo apt-get install utah
  3. Run the lxc tests using
   sudo utah -r  lp:ubuntu-test-cases/server/runlists/lxc.run
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lxc 0.9.0-0ubuntu7
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.1-0ubuntu1
  Architecture: amd64
  Date: Tue May 21 11:30:55 2013
  InstallationDate: Installed on 2013-05-21 (0 days ago)
  InstallationMedia: Ubuntu-Server 13.10 Saucy Salamander - Alpha amd64 
(20130521)
  MarkForUpload: True
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  lxc smoke test, test_lxc_apparmor appears to hang on saucy VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1182540/+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 1182655] Re: Samba printers are missing after reboot until smbd is restarted

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

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

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

Title:
  Samba printers are missing after reboot until smbd is restarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1182655/+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 1182655] Re: Samba printers are missing after reboot until smbd is restarted

2013-05-21 Thread floid
** Tags added: raring

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

Title:
  Samba printers are missing after reboot until smbd is restarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1182655/+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 1182646] Re: maas-import-pxe-files fails to update ephemeral images

2013-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.3+bzr1461+dfsg-0ubuntu3

---
maas (1.3+bzr1461+dfsg-0ubuntu3) saucy; urgency=low

  * debian/patches:
- 99-fix-ipmi-stat-lp1086160.patch: Drop. The following patch removes
  the need for this fix. (LP: #1171988)
- 99-fix-ipmi-lp1171418.patch: Do not check current node state when
  executing an ipmi command, which ensures that nodes are always
  turned on/off regardless of their power state. This fixes corner
  cases found when running automated tests. (LP: #1171418)
- 99-fix-comissioning-lp1131418.patch: Fixes the commissioning process,
  allowing nodes to successfully commission, when tag's with no
  definition have been created. This issue will only appear when these
  special tags are created. (LP: #1131418)
- 99-import-raring-images-lp1182642.patch: Enables the import of raring
  images by default (LP: #1182642)
- 99-fix-new-image-install-lp1182646.patch: Fixes the installation of
  new ephemeral images, that fail due to not being able to overwrite
  a symlink. (LP: #1182646)
 -- Andres Rodriguez andres...@ubuntu.com   Tue, 23 Apr 2013 14:02:33 -0400

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

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

Title:
  maas-import-pxe-files fails to update ephemeral images

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


  1   2   3   4   5   6   7   8   9   10   >