[Bug 308952]

2015-03-26 Thread moenchmeyer
This annoying problem still exists

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

Title:
  FireFTP(Mozilla) cannot LIST files

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

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


[Bug 1436738] Re: WebP encoder neglects padding

2015-03-26 Thread Mitch
** Tags added: webp

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

Title:
  WebP encoder neglects padding

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

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


[Bug 1436723] [NEW] Regression: Nested LXC is broken on Vivid

2015-03-26 Thread Chris Glass
Public bug reported:

The nested LXC functionality seems to be broken on Vivid, at least with
the following setup:

Vivid (Host) - Trusty (Outer LXC) - Trusty (Inner LXC)

What happens:

The Inner LXC start command fails when trying to start with: 
http://pastebin.ubuntu.com/10682639/
( 631 cgroup error?  100 cgroups with this name already running seems to be the 
revelant error message).

What is expected to happen:

The inner LXC start command is expected to succeed and result in a
running nested container.

Steps to reproduce:

- Install vivid server daily, update.
- sudo apt-get install lxc
- sudo lxc-create -n outer -t ubuntu -- --release trusty 
--mirror=http://ch.archive.ubuntu.com/ubuntu -b $USER
- sudo su 
- echo 'lxc.aa_profile = lxc_container_default_with_nesting'  
/var/lib/lxc/outer/config
- exit
- sudo lxc-start -n outer
- (SSH to outer)
- sudo apt-get update  sudo apt-get dist-upgrade
- sudo apt-get install lxc
- sudo lxc-create -n inner -t ubuntu -- --release trusty 
--mirror=http://ch.archive.ubuntu.com/ubuntu -b $USER
- sudo lxc-start -n inner

Fails with: http://pastebin.ubuntu.com/10682639/
Enabling debug logs for this action yields: http://pastebin.ubuntu.com/10682658/

Control: The exact same scenario works on trusty and utopic. Tested by
spinning up server installs (from isos) in KVMs and verifying manually.

Any further log or information available on request, including KVM
images demonstrating the problem.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: lxc 1.1.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
Uname: Linux 3.19.0-10-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.16.2-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Mar 26 08:43:56 2015
InstallationDate: Installed on 2015-03-12 (13 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150306)
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: amd64 apparmor apport-bug vivid

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

Title:
  Regression: Nested LXC is broken on Vivid

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

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


[Bug 1436738] [NEW] WebP encoder neglects padding

2015-03-26 Thread Mitch
Public bug reported:

imagewebp doesn't convert some images correctly. This is because GD's WebP 
encoder neglects the padding.
The decoders in Chrome or Firefox cannot decode these images.

This bug was reported to PHP over a year ago, but it hasn't been fixed
yet.

https://bugs.php.net/bug.php?id=66590

Affected image:
https://farm3.staticflickr.com/2290/3544780404_5886c81873_o.jpg

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

** Description changed:

- imagewebp doesn't convert some images correctly. This is because GD's WebP 
encoder neglects the padding. 
- The decoders in Chrome or Firefox cannot decode these images. 
+ imagewebp doesn't convert some images correctly. This is because GD's WebP 
encoder neglects the padding.
+ The decoders in Chrome or Firefox cannot decode these images.
  
  This bug was reported to PHP over a year ago, but it hasn't been fixed
  yet.
  
  https://bugs.php.net/bug.php?id=66590
+ 
+ Affected image:
+ https://farm3.staticflickr.com/2290/3544780404_5886c81873_o.jpg

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

Title:
  WebP encoder neglects padding

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

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


[Bug 807091] Re: internal error character device (null) is not using a PTY when using virsh console

2015-03-26 Thread James Page
You can use the following:

virsh console --devname serial1 instance-


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

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

Title:
  internal error character device (null) is not using a PTY when using
  virsh console

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

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


[Bug 1172906] Re: Nova-Compute-kvm fails in ubuntu server 13.04

2015-03-26 Thread James Page
13.04 is no longer supported; marking 'Won't Fix'

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

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

Title:
  Nova-Compute-kvm fails in ubuntu server 13.04

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

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


[Bug 1262628] Re: nova-rpc-zmq-receiver does not have upstart script

2015-03-26 Thread James Page
The ZMQ reciever has moved to oslo-messaging - which now has an
appriopriate binary package to install and enable the zmq receiver
process.

** Changed in: nova (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  nova-rpc-zmq-receiver does not have upstart script

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

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


[Bug 1368684] Re: package nova-common 1:2014.1.2-0ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-26 Thread James Page
[0] https://wiki.ubuntu.com/ServerTeam/CloudArchive

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

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

Title:
  package nova-common 1:2014.1.2-0ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1368684] Re: package nova-common 1:2014.1.2-0ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-26 Thread James Page
You've hit upon the unsupported upgrade path of essex - icehouse of
OpenStack packages; you'll either need to hop throught the Ubuntu cloud
archive interim version first (see [0]) or remove the packages.

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

Title:
  package nova-common 1:2014.1.2-0ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1433595] Re: Keystone writes Access denied for DB-Connection to its configured logfile

2015-03-26 Thread James Page
** Changed in: keystone (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  Keystone writes Access denied for DB-Connection to its configured
  logfile

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

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


[Bug 1381768] Re: AttributeError: 'module' object has no attribute 'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

2015-03-26 Thread James Page
Marking fix releases as we have both kilo and juno point release in
Ubuntu now.

** Changed in: keystone (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  AttributeError: 'module' object has no attribute
  'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

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

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


[Bug 1426462] Re: Include the keystone.py file for integration with Apache+mod_wsgi

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/keystone/kilo

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

Title:
  Include the keystone.py file for integration with Apache+mod_wsgi

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

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


[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-03-26 Thread James Page
** Changed in: nova (Ubuntu)
   Importance: Undecided = Low

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

Title:
  No ERROR state if image deleted, _base is lost and instance is rescued

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

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


[Bug 1435341] Re: nova kilo-3 unit test failure

2015-03-26 Thread James Page
** Changed in: nova (Ubuntu)
   Status: New = Triaged

** Changed in: nova (Ubuntu)
   Importance: Undecided = Low

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

Title:
  nova kilo-3 unit test failure

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

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


[Bug 1387250] Re: nova.compute.manager Error: No module named cryptography.hazmat.bindings.openssl.binding

2015-03-26 Thread James Page
Quite likely a transient packaging issue - I'm not able to reproduce -
Chris - do you still see this issue?

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

** Changed in: nova (Ubuntu)
   Importance: Undecided = Low

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

Title:
  nova.compute.manager Error: No module named
  cryptography.hazmat.bindings.openssl.binding

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

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


[Bug 1374999] Re: iSCSI volume detach does not correctly remove the multipath device descriptors

2015-03-26 Thread James Page
** Changed in: nova (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nova (Ubuntu)
   Importance: Medium = Low

** Changed in: nova (Ubuntu Trusty)
   Importance: Undecided = Low

** Changed in: nova (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: nova (Ubuntu Trusty)
   Status: Confirmed = Triaged

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

Title:
  iSCSI volume detach does not correctly remove the multipath device
  descriptors

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

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


[Bug 1397893] Re: Undeletable volume-backed instance

2015-03-26 Thread Satyanarayana Patibandla
** Changed in: nova (Ubuntu)
 Assignee: (unassigned) = Satyanarayana Patibandla (satya-patibandla)

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

Title:
  Undeletable volume-backed instance

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

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


[Bug 1436106] Re: Upstart scripts missing respawn and script block

2015-03-26 Thread James Page
Unfortunately due to the way that swift is started and stopped, upstart
does not actually track its processes - hence why there is no 'script'
block or respawn stanza.

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

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

Title:
  Upstart scripts missing respawn and script block

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

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


[Bug 1434575] Re: [SRU] OpenStack test updates to support PEP 476

2015-03-26 Thread James Page
We will also need this fix into utopic packages as well as they support
the Juno cloud archive for 14.04.

Lets split this from the icehouse point release and do it as a specific
bit of work after 15.04 release.

** Also affects: keystone (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: cinder (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

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

** Changed in: cinder (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: keystone (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: neutron (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: neutron (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: keystone (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: cinder (Ubuntu Trusty)
   Status: New = In Progress

** Also affects: keystone (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: cinder (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Utopic)
   Importance: Undecided = Medium

** Changed in: neutron (Ubuntu Utopic)
   Importance: Undecided = Medium

** Changed in: cinder (Ubuntu Utopic)
   Importance: Undecided = Medium

** Changed in: cinder (Ubuntu Utopic)
   Status: New = Triaged

** Changed in: keystone (Ubuntu Utopic)
   Status: New = Triaged

** Changed in: neutron (Ubuntu Utopic)
   Status: New = Triaged

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

Title:
  [SRU] OpenStack test updates to support PEP 476

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

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


[Bug 1431766] Re: package cinder-volume 1:2014.2.1-0ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 5

2015-03-26 Thread James Page
You appear to be running with systemd:

Preparing to unpack .../cinder-volume_1%3a2014.2.2-0ubuntu1_all.deb ...
Failed to issue method call: Unit cinder-volume.service not loaded.
invoke-rc.d: initscript cinder-volume, action stop failed.
dpkg: warning: subprocess old pre-removal script returned error exit status 5
dpkg: trying script from the new package instead ...
Failed to issue method call: Unit cinder-volume.service not loaded.
invoke-rc.d: initscript cinder-volume, action stop failed.

This is know not to work on 14.10, but is fixed in 15.04 development.

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

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

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

Title:
  package cinder-volume 1:2014.2.1-0ubuntu1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 5

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

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


[Bug 1435242] Re: Problematic type casting between int/long?

2015-03-26 Thread James Page
** Changed in: cinder (Ubuntu)
   Status: New = Fix Committed

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

** Changed in: cinder (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  Problematic type casting between int/long?

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

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


[Bug 1384108] Re: Exception during message handling: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10

2015-03-26 Thread James Page
** Changed in: neutron (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Exception during message handling: QueuePool limit of size 10 overflow
  20 reached, connection timed out, timeout 10

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

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


[Bug 1411564] Re: neutron-vpn-agent should wait for ipsec to start on boot

2015-03-26 Thread James Page
** Changed in: cloud-archive
   Status: New = Triaged

** Changed in: neutron (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: neutron (Ubuntu)
   Status: Triaged = Incomplete

** Changed in: cloud-archive
   Status: Triaged = Invalid

** Changed in: cloud-archive
   Status: Invalid = Incomplete

** Changed in: neutron (Ubuntu)
   Importance: Undecided = Low

** Changed in: cloud-archive
   Importance: Undecided = Low

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

Title:
  neutron-vpn-agent should wait for ipsec to start on boot

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

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


[Bug 1426530] Re: logrotate file name is wrong for keystone log

2015-03-26 Thread James Page
** Changed in: keystone (Ubuntu)
   Status: New = 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/1426530

Title:
  logrotate file name is wrong for keystone log

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

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


[Bug 1436023] Re: package mysql-server-5.6 5.6.23-1~exp1~ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-03-26 Thread James Page
Looks like you have a problem with your configuration files:

update-alternatives: utilizando /etc/mysql/mysql.cnf para proveer 
/etc/mysql/my.cnf (my.cnf) en modo automático
/usr/sbin/mysqld: Can't read dir of '/etc/mysql/mysql.conf.d/' (Errcode: 13 - 
Permission denied)
Fatal error in defaults handling. Program aborted

Marking Invalid - please use ask.ubuntu.com or IRC for general support
queries.

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

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

Title:
  package mysql-server-5.6 5.6.23-1~exp1~ubuntu4 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

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

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


[Bug 1426530] Re: logrotate file name is wrong for keystone log

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/keystone/kilo

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

Title:
  logrotate file name is wrong for keystone log

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

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


[Bug 1382837] Re: nova-compute is started before libvirt

2015-03-26 Thread James Page
Hmm - a tricky race and one I think we have seen with other tools that
use libvirt; I think the latest nova code is a little more intelligent
and will try a few times and mark itself disabled in the event that the
connection can't be established, rather than shutting down.

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

** Changed in: nova (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  nova-compute is started before libvirt

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

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


[Bug 1320012] Re: no log_dir defined

2015-03-26 Thread James Page
** Changed in: ceilometer (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  no log_dir defined

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

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


[Bug 1426530] Re: logrotate file name is wrong for keystone log

2015-03-26 Thread James Page
** Changed in: keystone (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  logrotate file name is wrong for keystone log

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

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


[Bug 1426462] Re: Include the keystone.py file for integration with Apache+mod_wsgi

2015-03-26 Thread James Page
** Changed in: keystone (Ubuntu)
   Importance: Undecided = High

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

Title:
  Include the keystone.py file for integration with Apache+mod_wsgi

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

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


[Bug 1426462] Re: Include the keystone.py file for integration with Apache+mod_wsgi

2015-03-26 Thread James Page
** Changed in: keystone (Ubuntu)
   Status: New = 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/1426462

Title:
  Include the keystone.py file for integration with Apache+mod_wsgi

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

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


[Bug 1415566] Re: /etc/nova/nova.conf too minimalist

2015-03-26 Thread James Page
** Changed in: nova (Ubuntu)
   Status: New = Triaged

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

** Summary changed:

- /etc/nova/nova.conf too minimalist
+ Improve nova.conf configuration file with full content from upstream

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

Title:
  Improve nova.conf configuration file with full content from upstream

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

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


[Bug 1397893] Re: Undeletable volume-backed instance

2015-03-26 Thread James Page
** Also affects: nova
   Importance: Undecided
   Status: New

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

** Changed in: nova (Ubuntu)
   Importance: Critical = Medium

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

Title:
  Undeletable volume-backed instance

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

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


[Bug 1094921] Re: keystone postinst fails with KeyError: VerNum(4)

2015-03-26 Thread James Page
** Changed in: keystone (Ubuntu)
 Assignee: Canonical Server Team (canonical-server) = (unassigned)

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

Title:
  keystone postinst fails with KeyError: VerNum(4)

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

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


[Bug 807091] Re: internal error character device (null) is not using a PTY when using virsh console

2015-03-26 Thread James Page
Its quite likely that this is intended function - the console output of
the instance is mapped to a log file so that 'nova console-log' can be
used to retrieve log data via the public API of nova.

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

Title:
  internal error character device (null) is not using a PTY when using
  virsh console

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

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


[Bug 807091] Re: internal error character device (null) is not using a PTY when using virsh console

2015-03-26 Thread James Page
However that may not be usable - anyway I think this is by design - end
users won't normally have direct access to compute hosts!

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

Title:
  internal error character device (null) is not using a PTY when using
  virsh console

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

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


[Bug 1380792] Re: requests to EC2 metadata's '/2009-04-04/meta-data/security-groups' failing

2015-03-26 Thread James Page
** Changed in: nova (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: nova (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  requests to EC2 metadata's '/2009-04-04/meta-data/security-groups'
  failing

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

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


[Bug 1185019] Re: rootwrap sudoers configuration does not follow packaging guidelines

2015-03-26 Thread James Page
OK in vivid:

manila ALL = (root) NOPASSWD: /usr/bin/manila-rootwrap
/etc/manila/rootwrap.conf *


** Changed in: manila (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: manila (Ubuntu Utopic)
   Status: Triaged = Won't Fix

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

Title:
  rootwrap sudoers configuration does not follow packaging guidelines

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

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


[Bug 1312301] Re: Pecan version issue in Icehouse ceilometer package

2015-03-26 Thread James Page
I believe that this was fixed under bug 1317147

** Changed in: ceilometer (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Pecan version issue in Icehouse ceilometer package

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

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


[Bug 1435937] Re: [MIR] python-semantic-version, python-oslo.log, python-oslo.policy, python-oslo.versionedobjects

2015-03-26 Thread James Page
Thanks for the reviews in advance Michael!

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

Title:
  [MIR] python-semantic-version, python-oslo.log, python-oslo.policy,
  python-oslo.versionedobjects

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

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


[Bug 1392504] Re: USB Passthrough is not working anymore

2015-03-26 Thread Serge Hallyn
Has anyone tested whether this is still broken in 15.04?

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

** No longer affects: libvirt (Ubuntu)

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

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

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

** No longer affects: qemu (Ubuntu)

** Summary changed:

- USB Passthrough is not working anymore
+ libvirt not relabeling devices on USB Passthrough

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

Title:
  libvirt not relabeling devices on USB Passthrough

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

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


[Bug 1435464] Re: ceph-disk incorrectly marks OSD disks as using upstart under systemd

2015-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ceph - 0.93-0ubuntu5

---
ceph (0.93-0ubuntu5) vivid; urgency=medium

  * d/lib-systemd/system/ceph-create-keys.service: Automatically create
admin and bootstrap keys after ceph mon startup (LP: #1435450).
  * d/p/vivid-does-systemd.patch: Ensure that disks prepared on vivid
or later use systemd for init (LP: #1435464).
  * d/lib-systemd/system/*.service: Align nofile limits and restart config
with equivalent upstart configurations.
 -- James Page james.p...@ubuntu.com   Tue, 24 Mar 2015 12:30:14 +

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

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

Title:
  ceph-disk incorrectly marks OSD disks as using upstart under systemd

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

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


[Bug 1435823] Re: Disappearing /var/run/mysqld causes mysqld to fail after reboot

2015-03-26 Thread dave nelson
Comment #3 fixed it for me, too.

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

Title:
  Disappearing /var/run/mysqld causes mysqld to fail after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435823/+subscriptions

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


[Bug 1427654] Re: FFE: switch system init to systemd [not touch] in 15.04

2015-03-26 Thread gravy45
The previous post is where it sits for about 30 seconds or so.  Here is
another screenshot.

** Attachment added: Screenshot-2.png
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1427654/+attachment/4357544/+files/Screenshot-2.png

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

Title:
  FFE: switch system init to systemd [not touch] in 15.04

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

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


[Bug 1435450] Re: ceph-create-keys does not execute under systemd

2015-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ceph - 0.93-0ubuntu5

---
ceph (0.93-0ubuntu5) vivid; urgency=medium

  * d/lib-systemd/system/ceph-create-keys.service: Automatically create
admin and bootstrap keys after ceph mon startup (LP: #1435450).
  * d/p/vivid-does-systemd.patch: Ensure that disks prepared on vivid
or later use systemd for init (LP: #1435464).
  * d/lib-systemd/system/*.service: Align nofile limits and restart config
with equivalent upstart configurations.
 -- James Page james.p...@ubuntu.com   Tue, 24 Mar 2015 12:30:14 +

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

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

Title:
  ceph-create-keys does not execute under systemd

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

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


[Bug 1427654] Re: FFE: switch system init to systemd [not touch] in 15.04

2015-03-26 Thread gravy45
Switching to systemd for Ubuntu MATE 15.04 (Beta 2) seems to have
resulted in extended boot time in a Virtualbox guest (approximately 45
seconds longer).

** Attachment added: Screenshot-1.png
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1427654/+attachment/4357543/+files/Screenshot-1.png

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

Title:
  FFE: switch system init to systemd [not touch] in 15.04

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

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


[Bug 1437137] [NEW] snappy config does not work

2015-03-26 Thread Scott Moser
Public bug reported:

the snappy config module in cloud-init does not correctly invoke snappy
install --config with config as desired.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  snappy config does not work

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

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


[Bug 246702] Re: [CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning

2015-03-26 Thread Marc Deslauriers
This is fixed in all currently-supported versions of Ubuntu.

** Changed in: glibc (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  [CVE-2008-1447] Randomize DNS query source ports to prevent cache
  poisoning

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

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


[Bug 1436953] [NEW] Upstart scripts override log_file option in configuration files

2015-03-26 Thread Matt Kassawara
Public bug reported:

The upstart scripts override the log_file option in the configuration
files by explicitly configuring them when launching daemons.

For example, from /etc/init/glance-api.conf:

script
...
[ x$USE_LOGFILE != xno ]  DAEMON_ARGS=$DAEMON_ARGS 
--log-file=/var/log/glance/glance-api.log

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

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

Title:
  Upstart scripts override log_file option in configuration files

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

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


[Bug 1432681] [NEW] could not read Auth username from stdin delays boot under systemd

2015-03-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Lubuntu boot very slow after last update and sometimes it spontaneously
crash and i must re-boot

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-4ubuntu5 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service]
ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
Uname: Linux 3.19.0-9-generic i686
ApportVersion: 2.16.2-0ubuntu3
Architecture: i386
CurrentDesktop: LXDE
Date: Mon Mar 16 15:46:50 2015
InstallationDate: Installed on 2013-03-16 (730 days ago)
InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release i386 (20121017.1)
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-9-generic 
root=/dev/mapper/lubuntu-root ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: Upgraded to vivid on 2015-02-27 (16 days ago)
dmi.bios.date: 07/25/2005
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: K8T800-8237
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: 1.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd07/25/2005:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnK8T800-8237:rvr1.x:cvn:ct3:cvr:

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


** Tags: apport-bug i386 vivid
-- 
could not read Auth username from stdin delays boot under systemd
https://bugs.launchpad.net/bugs/1432681
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openvpn in Ubuntu.

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


[Bug 1436899] Re: enable ssl

2015-03-26 Thread Marc Deslauriers
*** This bug is a duplicate of bug 1097032 ***
https://bugs.launchpad.net/bugs/1097032

It's not compiled with SSL support because of licensing reasons.

** Package changed: squidguard (Ubuntu) = squid3 (Ubuntu)

** Information type changed from Private Security to Public

** This bug has been marked a duplicate of bug 1097032
   Please provide GNUTLS support in squid

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

Title:
  enable ssl

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

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


[Bug 1432681] Re: could not read Auth username from stdin delays boot under systemd

2015-03-26 Thread Clon
It's been a long time since I last used OpenVPN, I thought that it is already 
uninstalled.
I turn it off and now boot seems faster not as fast as before update to Vivid 
but much more faster.

Thanks.

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

Title:
  could not read Auth username from stdin delays boot under systemd

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

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


[Bug 1432681] Re: could not read Auth username from stdin delays boot under systemd

2015-03-26 Thread Martin Pitt
Thanks for confirming. So it seems the issue is that openvpn's start
scripts need to be adjusted to deal with interactive auth input during
boot.

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

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

Title:
  could not read Auth username from stdin delays boot under systemd

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

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


[Bug 1432681] Re: Lubuntu boot very slow

2015-03-26 Thread Martin Pitt
Your system generally isn't the fastest, so there aren't many obvious
gaps, except this blatant one:

bře 18 17:57:26 P-IV ntpd[1174]: Listening on routing socket on fd #22 for 
interface updates
bře 18 17:58:00 P-IV systemd-journal[268]: Forwarding to syslog missed 50 
messages.
bře 18 17:58:47 P-IV ovpn-client[1100]: ERROR: could not read Auth username 
from stdin
bře 18 17:58:47 P-IV ovpn-client[1100]: Exiting due to fatal error
bře 18 17:58:47 P-IV openvpn[1060]: Timed out

So the timed out openvpn delays the boot by about 1.5 minutes. Do you
regularly enter your OpenVPN password at boot under upstart? Can you
temporarily disable openvpn and check if boot time is comparable to
upstart?

** Summary changed:

- Lubuntu boot very slow
+ could not read Auth username from stdin delays boot under systemd

** Package changed: systemd (Ubuntu) = openvpn (Ubuntu)

** Tags added: systemd-boot

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

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

Title:
  could not read Auth username from stdin delays boot under systemd

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

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


[Bug 1436707] Re: package libapache2-mod-php5 5.5.12+dfsg-2ubuntu4.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2015-03-26 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package libapache2-mod-php5 5.5.12+dfsg-2ubuntu4.3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

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

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


[Bug 1428368] Re: [systemd] ifdown can't stop more than one vlan/bond

2015-03-26 Thread Martin Pitt
If this works under upstart, it's very likely that this is just another
fallout from bug 1432821. Can you please re-try this with current vivid?

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

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

Title:
  [systemd] ifdown can't stop more than one vlan/bond

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

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


[Bug 1436707] Re: package libapache2-mod-php5 5.5.12+dfsg-2ubuntu4.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2015-03-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libapache2-mod-php5 5.5.12+dfsg-2ubuntu4.3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

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

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Matthias Klose
** Package changed: chardet (Ubuntu) = chardet-whl (Ubuntu)

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/chardet-whl/trusty-
proposed

** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/wheel/trusty-
proposed

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1437005] [NEW] Default sshd_config file has bad path to sftp-server. Should be /usr/lib/openssh/sftp-server, not /usr/libexec/openssh/sftp-server

2015-03-26 Thread Paul Mackinney
Public bug reported:

Silly error, can't believe it wasn't found or reported earlier.

SFTP wasn't working, auth.log showed cannot stat /usr/libexec/openssh
/sftp-server: No such file or directory

I checked /etc/ssh/sshd_config and /usr/share/doc/openssh-
server/examples/sshd_config, which is apparently the source file. Both
had the libexec path to the file.

I ran locate openssh/sftp-server and got /usr/lib/openssh/sftp-
server

Corrected the path in the config file  all was well.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openssh-server 1:6.6p1-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-46.77-generic 3.13.11-ckt15
Uname: Linux 3.13.0-46-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Mar 26 11:40:13 2015
InstallationDate: Installed on 2014-07-24 (244 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Default sshd_config file has bad path to sftp-server. Should be
  /usr/lib/openssh/sftp-server, not /usr/libexec/openssh/sftp-server

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

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Brian Murray
From an SRU standpoint this seems fine to me.

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

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

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


[Bug 1432683] Re: apt-get install lxc doesn't load required apparmor profiles

2015-03-26 Thread Serge Hallyn
** Also affects: upstart (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: init-system-helpers (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/1432683

Title:
  apt-get install lxc doesn't load required apparmor profiles

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

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


[Bug 1432683] Re: apt-get install lxc doesn't load required apparmor profiles

2015-03-26 Thread Serge Hallyn
** Changed in: apparmor (Ubuntu)
   Importance: Undecided = Critical

** Changed in: init-system-helpers (Ubuntu)
   Importance: Undecided = Critical

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

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

Title:
  apt-get install lxc doesn't load required apparmor profiles

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

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


[Bug 1431650] Comment bridged from LTC Bugzilla

2015-03-26 Thread bugproxy
--- Comment From mauri...@br.ibm.com 2015-03-24 12:30 EDT---
Thanks, Mathieu.
I just re-tested w/ the fix-released packages; all fine!

--- Comment From mauri...@br.ibm.com 2015-03-26 13:29 EDT---
*** Bug 122060 has been marked as a duplicate of this bug. ***

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

Title:
  Multipath devices take long to initialize during initramfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1431650/+subscriptions

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


[Bug 1433324] Please test proposed package

2015-03-26 Thread Brian Murray
Hello Matthias, or anyone else affected,

Accepted six into trusty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/six/1.5.2-1ubuntu1 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: distlib (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/python-colorama

** Branch linked: lp:ubuntu/trusty-proposed/html5lib

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Brian Murray
Hello Matthias, or anyone else affected,

Accepted html5lib into trusty-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/html5lib/0.999-3~ubuntu1 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: html5lib (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: python-colorama (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Please test proposed package

2015-03-26 Thread Brian Murray
Hello Matthias, or anyone else affected,

Accepted distlib into trusty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/distlib/0.1.8-1ubuntu1
in a few hours, and then in the -proposed repository.

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

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

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

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Please test proposed package

2015-03-26 Thread Brian Murray
Hello Matthias, or anyone else affected,

Accepted python-colorama into trusty-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/python-
colorama/0.2.5-0.1ubuntu2 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: six (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/distlib

** Branch linked: lp:ubuntu/trusty-proposed/six

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Brian Murray
Hello Matthias, or anyone else affected,

Accepted python-pip into trusty-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/python-
pip/1.5.4-1ubuntu1 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: python-pip (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1435081] Re: package mysql-server-5.6 5.6.23-1~exp1~ubuntu3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-03-26 Thread Nayar Joolfoo
*** This bug is a duplicate of bug 1421303 ***
https://bugs.launchpad.net/bugs/1421303

It also prevents mariadb from installing or unistalling

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

Title:
  package mysql-server-5.6 5.6.23-1~exp1~ubuntu3 failed to
  install/upgrade: subprocess installed post-removal script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435081/+subscriptions

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


[Bug 1436123] Re: MySQL service doesn't create /var/run/mysqld and thus fails to start

2015-03-26 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1435823 ***
https://bugs.launchpad.net/bugs/1435823

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mysql-5.6 (Ubuntu)
   Status: New = Confirmed

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

Title:
  MySQL service doesn't create /var/run/mysqld and thus fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1436123/+subscriptions

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Brian Murray
Hello Matthias, or anyone else affected,

Accepted requests into trusty-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/requests/2.2.1-1ubuntu0.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: requests (Ubuntu Trusty)
   Status: New = Fix Committed

** Changed in: python-setuptools (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Please test proposed package

2015-03-26 Thread Brian Murray
Hello Matthias, or anyone else affected,

Accepted python-setuptools into trusty-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/python-
setuptools/3.3-1ubuntu2 in a few hours, and then in the -proposed
repository.

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

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

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

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/requests

** Branch linked: lp:ubuntu/trusty-proposed/python-setuptools

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1246236] Re: pxe boot from maas fails due to time out

2015-03-26 Thread Gema Gomez
** Changed in: maas
   Status: Incomplete = 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/1246236

Title:
  pxe boot from maas fails due to time out

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

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


[Bug 1435464] Re: ceph-disk incorrectly marks OSD disks as using upstart under systemd

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ceph

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

Title:
  ceph-disk incorrectly marks OSD disks as using upstart under systemd

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

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


[Bug 1435450] Re: ceph-create-keys does not execute under systemd

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ceph

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

Title:
  ceph-create-keys does not execute under systemd

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

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


[Bug 1331214] Re: MAAS (amttool) cannot control AMT version 8

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-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/1331214

Title:
  MAAS (amttool) cannot control AMT version  8

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

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


[Bug 1331214] Re: MAAS (amttool) cannot control AMT version 8

2015-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.7.2+bzr3355-0ubuntu1

---
maas (1.7.2+bzr3355-0ubuntu1) vivid; urgency=medium

  * New upstream release, 1.7.2 bzr3355:
- Support AMT Version  8 (LP: #1331214)
- Fix call to amttool when restarting a node to not fail
  disk erasing. (LP: #1397567)
- Do not generate the 'option routers' stanza if router IP
  is None. (LP: #1415538)
- Do not deallocate StaticIPAddress before node has powered
  off. (LP: #1403909)
- Remove all OOPS reporting. (LP: #1405998)
- Update node host maps when a sticky ip address is claimed
  over the API. (LP: #1423931)
  * debian/control:
- Depends on ubuntu-cloudimage-keyring for region (LP: #1424287)
- Depends on pxelinux instead of syslinux-dev (LP: #1433697)
  * Drop dependencies on python-oops* and add dependency to python-bson.
 -- Andres Rodriguez andres...@ubuntu.com   Fri, 30 Jan 2015 11:58:07 +

** Changed in: maas (Ubuntu)
   Status: New = 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/1331214

Title:
  MAAS (amttool) cannot control AMT version  8

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

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


[Bug 1432715] Re: tomcat7 ftbfs in vivd (test failures)

2015-03-26 Thread Bug Watch Updater
** Changed in: tomcat7 (Debian)
   Status: New = Fix Released

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

Title:
  tomcat7 ftbfs in vivd (test failures)

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

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


[Bug 1433324] Re: provide whl packages in trusty to enable pyvenv in python3.4

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/python-pip

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

Title:
  provide whl packages in trusty to enable pyvenv in python3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chardet-whl/+bug/1433324/+subscriptions

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


[Bug 1432683] Re: apt-get install lxc doesn't load required apparmor profiles

2015-03-26 Thread Serge Hallyn
Thanks, Robie - the only one on that list which needs an update is
squid3.

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

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

Title:
  apt-get install lxc doesn't load required apparmor profiles

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

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


[Bug 1435823] Re: Disappearing /var/run/mysqld causes mysqld to fail after reboot

2015-03-26 Thread Rocko
Comment #3 fixed it for me, too.

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

Title:
  Disappearing /var/run/mysqld causes mysqld to fail after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435823/+subscriptions

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


[Bug 1436710] [NEW] package libnss3-nssdb 2:3.17.4-0ubuntu0.14.10.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2015-03-26 Thread Milan Marsic
Public bug reported:

There is always an error message when I start my computer, sometimes 2. It´s 
been several months now, and also I cannot update, there is also always an 
error message when I´m trying to update..
thank you

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libnss3-nssdb 2:3.17.4-0ubuntu0.14.10.1
ProcVersionSignature: Ubuntu 3.16.0-31.41-generic 3.16.7-ckt5
Uname: Linux 3.16.0-31-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
Date: Wed Mar 25 17:07:09 2015
DuplicateSignature: package:libnss3-nssdb:2:3.17.4-0ubuntu0.14.10.1:package is 
in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
PackageArchitecture: all
SourcePackage: nss
Title: package libnss3-nssdb 2:3.17.4-0ubuntu0.14.10.1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: Upgraded to utopic on 2014-10-29 (147 days ago)

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


** Tags: amd64 apport-package need-duplicate-check utopic

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

Title:
  package libnss3-nssdb 2:3.17.4-0ubuntu0.14.10.1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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


[Bug 1436710] Re: package libnss3-nssdb 2:3.17.4-0ubuntu0.14.10.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2015-03-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libnss3-nssdb 2:3.17.4-0ubuntu0.14.10.1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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


[Bug 1427950] Re: find or install suitable dependencies / maas + curtin with vivid image fails to import yaml

2015-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/curtin

** Branch linked: lp:ubuntu/utopic-proposed/curtin

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

Title:
  find or install suitable dependencies / maas + curtin with vivid image
  fails to import yaml

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

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


[Bug 1366997] Re: Duplicate entry error for primary key following cluster size change

2015-03-26 Thread Alex Yurchenko
** Changed in: codership-mysql/5.6
   Status: Confirmed = Fix Released

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

Title:
  Duplicate entry error for primary key following cluster size change

To manage notifications about this bug go to:
https://bugs.launchpad.net/codership-mysql/+bug/1366997/+subscriptions

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


[Bug 1427950] Please test proposed package

2015-03-26 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted curtin into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/curtin/0.1.0~bzr201-0ubuntu1~14.04.1
in a few hours, and then in the -proposed repository.

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

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

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

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

Title:
  find or install suitable dependencies / maas + curtin with vivid image
  fails to import yaml

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

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


[Bug 1427950] Re: find or install suitable dependencies / maas + curtin with vivid image fails to import yaml

2015-03-26 Thread Dave Walker
Hello Scott, or anyone else affected,

Accepted curtin into utopic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/curtin/0.1.0~bzr201-0ubuntu1~14.10.0
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: curtin (Ubuntu Utopic)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

** Changed in: curtin (Ubuntu Trusty)
   Status: Confirmed = Fix Committed

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

Title:
  find or install suitable dependencies / maas + curtin with vivid image
  fails to import yaml

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

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