[Bug 1449012] Re: SIGSEGV in nl_attr_get_size

2015-05-11 Thread James Page
*** This bug is a duplicate of bug 1336555 ***
https://bugs.launchpad.net/bugs/1336555

** This bug has been marked a duplicate of bug 1336555
   ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

Title:
  SIGSEGV in nl_attr_get_size

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-11 Thread Jeffrey Zhang
I found the root cause in my environment.

I use libvirt in LXC. And the lxc doesn't enable the cgroup w/ read and
write permission. I add/change the config file with following line.

lxc.aa_profile = lxc-container-default-with-nesting

And install `cgroup-lite` in lxc guest. The libvirt works with CPU
affinity.

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

Title:
  Libvirt CPU affinity error

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

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


[Bug 1336555] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-05-11 Thread James Page
After running with the unoptimized packages for a bit, we hit:

https://github.com/openvswitch/ovs/commit/417d7a008b9f280f0e0c603cb6f2871ab75b8d49

some further discussion with upstream would indicate that this is
probably the source of the original problem, but the code optimizer was
concealing the actual root cause in the code.

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

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-11 Thread Chen Kaihua
Hi all,
I encounter this issue on qemu at Ubuntu 14.04 as a Virtual Machine on Vmware 
ESXi. Do you know how to fix it? Thanks.

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

Title:
  Libvirt CPU affinity error

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

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


[Bug 295520] Re: dhcp3-server vlan support seems to be broken

2015-05-11 Thread Bug Watch Updater
** Changed in: isc-dhcp (Debian)
   Status: New = Fix Released

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

Title:
  dhcp3-server vlan support seems to be broken

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

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


[Blueprint servercloud-w-openstack-libery] OpenStack Liberty for Ubuntu Wily

2015-05-11 Thread James Page
Blueprint changed by James Page:

Drafter: James Page = Chuck Short

-- 
OpenStack Liberty for Ubuntu Wily
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-w-openstack-libery

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


[Blueprint servercloud-w-openstack-libery] OpenStack Liberty for Ubuntu Wily

2015-05-11 Thread James Page
Blueprint changed by James Page:

Definition Status: New = Drafting

-- 
OpenStack Liberty for Ubuntu Wily
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-w-openstack-libery

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


[Bug 1336555] Re: [SRU] ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-05-11 Thread gadLinux
What's version with patch applied. I want to test. Latest?

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

Title:
  [SRU] ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

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


[Bug 1336555] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-05-11 Thread James Page
proxied from Joe Stringer@VMware

I wonder if this patch fixes the issue:
https://github.com/openvswitch/ovs/commit/546953509095cec6fad42663b659171618b765d2

Note that the last three lines within the bad_key_len / bad_mask_len
conditional statement are the following:

format_generic_odp_key(ma, ds);
ds_put_char(ds, ')');
return;

This is the same logic as the end of the function, where the backtrace
is reporting the callstack to be. Jarno pointed out that the compiler
could optimize out the first copy of this code to turn into a jump
instruction which jumps inside the if (!is_exact) statement. Hence the
backtrace shows this confusing callstack.

Note that this problem would only present itself if there is:
A) A mismatch between a newer kernel version and an older userspace
(OVS2.3), where
B) The kernel has a new flow match field available which ovs-vswitchd
doesn't understand, and
C) A flow_del command fails for some reason.

It would be great if we could confirm by getting the existing build of
OVS and applying the patch above.

** Description changed:

+ [Impact]
+ Open vSwitch daemon crashes, causing flow data to be lost and in an OpenStack 
cloud, instance connectivity to be lost.
+ 
+ [Test Case]
+ trivialized step Install and OpenStack cloud using Neutron + ML2 plugin and 
OpenvSwitch
+ Run cloud for some time - ovs-vswitchd will crash causing loss of instance 
connectivity.
+ 
+ 
+ [Regression Potential]
+ Minimal - this code is in versions  2.0.2 for some time.
+ 
+ [Original Bug Report]
  Hi I find that every 2 days or so I lose part of my cluster.
  
  It seems that openvswitch is crashing... The only message left on syslog
  is as follows:
  
  syslog:Jul  1 22:52:32 blue-compute kernel: [530482.190688] ovs-
  vswitchd[1935]: segfault at 0 ip 00459110 sp 7fff85804758
  error 4 in ovs-vswitchd[40+133000]
  
  And this is the last message. I'm unable to reboot gracefully. I have to
  reset. (This can be because ceph not giving up also).
  
  And I can see a lot of traffic going around in the network. There so
  much traffic that some lowend routers/switches fail. Can be because
  another problem (machines stalled because the ovs fault and others
  trying to connect. Maybe it fails because much traffic). But I tell this
  for completeness.
  
  Now some info:
  
  Linux version 3.13.0-30-generic (buildd@allspice) (gcc version 4.8.2 (Ubuntu 
4.8.2-19ubuntu1) ) #54-Ubu
  ntu SMP Mon Jun 9 22:45:01 UTC 2014 (Ubuntu 3.13.0-30.54-generic 3.13.11.2)
  
  vendor_id : AuthenticAMD
  cpu family: 16
  model : 4
  model name: AMD Phenom(tm) II X4 810 Processor
  
  Ubuntu 14.04 LTS (server).
  
  ovs-vsctl --version
  ovs-vsctl (Open vSwitch) 2.0.1
  Compiled Feb 23 2014 14:42:32
  
  I can attach full logs but I think there's nothing useful because only
  one line referring the problem.
  
  NOTE: restarting ovs does not solve the problem.

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

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

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


[Blueprint servercloud-w-openstack-liberty] OpenStack Liberty for Ubuntu Wily

2015-05-11 Thread James Page
Blueprint changed by James Page:

Work items set to:
Work items:
MIR for keystone federation dependencies: TODO
Packaging of neutron decomposed plugins and drivers: TODO

-- 
OpenStack Liberty for Ubuntu Wily
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-w-openstack-liberty

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


[Blueprint servercloud-w-openstack-liberty] OpenStack Liberty for Ubuntu Wily

2015-05-11 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  MIR for python-openstackclient: TODO
  MIR for keystone federation dependencies: TODO
  Packaging of neutron decomposed plugins and drivers: TODO
+ Packaging of barbican: TODO

-- 
OpenStack Liberty for Ubuntu Wily
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-w-openstack-liberty

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


[Blueprint servercloud-w-openstack-liberty] OpenStack Liberty for Ubuntu Wily

2015-05-11 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
+ MIR for python-openstackclient: TODO
  MIR for keystone federation dependencies: TODO
  Packaging of neutron decomposed plugins and drivers: TODO

-- 
OpenStack Liberty for Ubuntu Wily
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-w-openstack-liberty

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


[Bug 1453751] [NEW] Postfix/verify_cache.db out of chroot

2015-05-11 Thread Kenichi Yasuda
Public bug reported:

Hello.

I am going to report as follows.

There are some entries in /var/log/mail.log, like
postfix/verify[9771]: close database /var/lib/postfix/verify_cache.db: No such 
file or directory (possible Berkeley DB bug) 

Though default configulation of /etc/postfix/master.cf on verify is
verifyunix  -   -   -   -   1   verify

 /var/lib/postfix/verify_cache.db is not in chroot directory
(/var/spool/postfix).

For the sake of apt-get upgrade destroying my postfix,

Fix the verify_cache.db file into /var/spool/postfix directory. please.

Thank You.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: postfix 2.11.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
Date: Mon May 11 18:47:42 2015
EtcMailname: valinux.co.jp
ExecutablePath: /usr/lib/postfix/verify
Hostname: va-mail.local.valinux.co.jp
PostconfMydomain: valinux.co.jp
PostconfMyhostname: mail.valinux.co.jp
PostconfMyorigin: /etc/mailname
ProcEnviron: LANG=C
ResolvConf:
 # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
 # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
 nameserver 172.18.1.10
 search valinux.co.jp local.valinux.co.jp
SourcePackage: postfix
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Postfix/verify_cache.db out of chroot

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

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


[Bug 1352209] Re: docker.io update to 1.0 in trusty-updates

2015-05-11 Thread Daniel
** Changed in: docker.io (Ubuntu)
 Assignee: (unassigned) = Daniel (daniel7714)

** Changed in: docker.io (Ubuntu)
   Status: Invalid = New

** Changed in: docker.io (Ubuntu Trusty)
   Status: Invalid = Fix Committed

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

Title:
  docker.io update to 1.0 in trusty-updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1352209/+subscriptions

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


[Bug 1336555] Re: ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-05-11 Thread James Page
The testing PPA:

  https://launchpad.net/~james-page/+archive/ubuntu/openvswitch

has held this patch for a few weeks now - we're running this in our test
cloud and have not seen a recurrence of the problem.

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

Title:
  ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

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


[Bug 1336555] Re: [SRU] ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

2015-05-11 Thread James Page
** Summary changed:

- ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()
+ [SRU] ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

Title:
  [SRU] ovs-vswitchd crashed with SIGSEGV in nl_attr_get_size()

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

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


[Bug 1453730] [NEW] [1.8b5] Commissioning script contents is shown under other settings

2015-05-11 Thread Andres Rodriguez
Public bug reported:

When accessing the settings page, Commissioning scripts contents is
being shown under other setting options. However, when I click F5, the
contents is shown correctly (see both attached screenshots).

That being said, the contents of the commissioning scripts should not be
shown by default. By default, it should be collapsed and we should allow
accessing the contents on a drop down. The reason behind this is that if
we were to have multiple commissioning scripts, or very large, it would
not look appealing.

** Affects: maas
 Importance: Critical
 Status: New


** Tags: ui

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

Title:
  [1.8b5] Commissioning script contents is shown under other settings

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

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


[Bug 1453730] Re: Commissioning script contents is shown under page settings

2015-05-11 Thread Andres Rodriguez
** Attachment added: 01-commissioning-scripts.png
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1453730/+attachment/4395351/+files/01-commissioning-scripts.png

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

Title:
  [1.8b5] Commissioning script contents is shown under other settings

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

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


[Bug 1453730] Re: Commissioning script contents is shown under page settings

2015-05-11 Thread Andres Rodriguez
** Attachment added: 02-commissioning-scripts.png
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1453730/+attachment/4395352/+files/02-commissioning-scripts.png

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

** No longer affects: maas (Ubuntu)

** Changed in: maas
Milestone: None = 1.8.0

** Changed in: maas
   Importance: Undecided = High

** Summary changed:

- Commissioning script contents is shown under page settings
+ Commissioning script contents is shown under other settings

** Summary changed:

- Commissioning script contents is shown under other settings
+ [1.8b5] Commissioning script contents is shown under other settings

** Tags added: ui

** Changed in: maas
   Importance: High = Critical

** Description changed:

  When accessing the settings page, Commissioning scripts contents is
  being shown under other setting options. However, when I click F5, the
  contents is shown correctly (see both attached screenshots).
  
  That being said, the contents of the commissioning scripts should not be
  shown by default. By default, it should be collapsed and we should allow
- accessing the contents on a drop down.
+ accessing the contents on a drop down. The reason behind this is that if
+ we were to have multiple commissioning scripts, or very large, it would
+ not look appealing.

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

Title:
  [1.8b5] Commissioning script contents is shown under other settings

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

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


[Blueprint servercloud-w-openstack-liberty] OpenStack Liberty for Ubuntu Wily

2015-05-11 Thread James Page
Blueprint changed by James Page:

Name: servercloud-w-openstack-libery = servercloud-w-openstack-liberty

-- 
OpenStack Liberty for Ubuntu Wily
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-w-openstack-liberty

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


[Bug 1386869] Update Released

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

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

Title:
  -host in auto.master not mounting nfs exports

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

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


[Bug 1386869] Re: -host in auto.master not mounting nfs exports

2015-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs - 5.0.8-1ubuntu3.1

---
autofs (5.0.8-1ubuntu3.1) vivid; urgency=medium

  * Fix mount issues when using '-host' in conf file. (LP: #1386869)

 -- Seyeong Kim seyeong@canonical.com  Tue, 28 Apr 2015 11:53:54
-0500

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

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

Title:
  -host in auto.master not mounting nfs exports

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

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


[Bug 1302963] Re: Calendar() class can not be initialized

2015-05-11 Thread eric
On 14.04 pip --upgrade parsedatetime appears to work. Additionally
installing from sources with latest version works. Just make certain you
dont have old copies of the library laying around. Then actual route I
got to the fix involved removing the library from /usr/lib and
/usr/local/lib and then installing via pip. To check the solution via
sources I installed the version installed via pip and installed then
from sources. So both options worked for me on 14.04

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

Title:
  Calendar() class can not be initialized

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

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


[Bug 1453435] Re: package mysql-common 5.6.24-0ubuntu2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2015-05-11 Thread johnnyb0y
Trying to remove the package results in a pink text box appearing on
screen asking me to confirm the root password for the mysql install?

I tried running 'sudo apt-get update' which tried again to install the
package again failed. A second invocation of the command resulted in the
same asking for confirmation of the root password for mysql - but it
still failed to install.

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

Title:
  package mysql-common 5.6.24-0ubuntu2 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 2

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

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


[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2015-05-11 Thread Dirk Schuster
same in vivid

Mai 11 12:40:44 pcds systemd[1]: Unit ssh.service entered failed state.
Mai 11 12:40:44 pcds systemd[1]: ssh.service failed.
Mai 11 12:40:44 pcds systemd[1]: ssh.service holdoff time over, scheduling ...t.
Mai 11 12:40:44 pcds systemd[1]: start request repeated too quickly for ssh...ce
Mai 11 12:40:44 pcds systemd[1]: Failed to start OpenBSD Secure Shell server.
Mai 11 12:40:44 pcds systemd[1]: Unit ssh.service entered failed state.
Mai 11 12:40:44 pcds systemd[1]: ssh.service failed.

For the first time this error was reported 7 years ago. And it lives on
and on and on ...

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

Title:
  sshd will not start at boot if ListenAddress is set, because network
  interface is not yet up

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

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


[Bug 1452558] Re: openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.1: openvswitch kernel module failed to build

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

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

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

Title:
  openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.1: openvswitch kernel
  module failed to build

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

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


[Bug 1449744] Re: [SRU] OpenStack Kilo 2015.1 release

2015-05-11 Thread James Page
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

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


[Bug 1350643] Re: 6.2p1+ fails key-exchange with embedded SSH devices

2015-05-11 Thread Dzivak
** Also affects: openssh (openSUSE)
   Importance: Undecided
   Status: New

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

Title:
  6.2p1+ fails key-exchange with embedded SSH devices

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

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


[Bug 1426324] Re: VFS blkid calls need to handle 0 or 2 return codes

2015-05-11 Thread Matt Riedemann
** Tags added: kilo-backport-potential

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

Title:
  VFS blkid calls need to handle 0 or 2 return codes

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

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


Re: [Bug 1450043] Re: spice package for trusty contains a malformed patch

2015-05-11 Thread Gregory Boyce
Thanks Brian.  It's not in proposed yet, but the package itself extracts
fine.

On Fri, May 8, 2015 at 5:20 PM Brian Murray br...@ubuntu.com wrote:

 Hello Gregory, or anyone else affected,

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

 ** Tags added: verification-needed

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1450043

 Title:
   spice package for trusty contains a malformed patch

 Status in spice package in Ubuntu:
   Triaged
 Status in spice source package in Trusty:
   Fix Committed

 Bug description:
   
   Impact: the package cannot be unpacked (patches do not apply)
   Devel fix: the patch is dropped (applied upstream)
   stable fix: fix the newline damage in the patch
   test case: apt-get source spice (on a trusty machine)
   regression potential: there should be none, however this should cause to
 be linked with lpthread (as it was meant to be to fix Debian bug #713681
 since 2013).  This *could* cause a regression.  The alternative would be to
 simply drop the patch from the package, which should have no risk of
 regression at all.  However, this change has been in wheezy-backports for a
 long time with no reported troubles.
   

   The source package for spice contains a malformed patch such that
   dpkg-source cannot extract it.  This is fixed in later releases by
   removing the specific patch, but it would be useful for the Trusty
   package to be fixed.

   $ apt-get source spice
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done
   NOTICE: 'spice' packaging is maintained in the 'Git' version control
 system at:
   git://anonscm.debian.org/collab-maint/spice.git
   Need to get 1,744 kB of source archives.
   Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice
 0.12.4-0nocelt2 (dsc) [2,236 B]
   Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice
 0.12.4-0nocelt2 (tar) [1,719 kB]
   Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice
 0.12.4-0nocelt2 (diff) [23.0 kB]
   Fetched 1,744 kB in 0s (2,169 kB/s)
   gpgv: Signature made Fri 08 Nov 2013 10:55:11 AM EST using RSA key ID
 68C097BC
   gpgv: Can't check signature: public key not found
   dpkg-source: warning: failed to verify signature on
 ./spice_0.12.4-0nocelt2.dsc
   dpkg-source: info: extracting spice in spice-0.12.4
   dpkg-source: info: unpacking spice_0.12.4.orig.tar.bz2
   dpkg-source: info: unpacking spice_0.12.4-0nocelt2.debian.tar.gz
   dpkg-source: info: applying fix-tests-warnings.patch
   dpkg-source: info: applying make-celt-to-be-optional.patch
   dpkg-source: info: applying link-server-test-with-libm-libpthread.patch
   dpkg-source: info: fuzz is not allowed when applying patches
   dpkg-source: info: if patch
 'link-server-test-with-libm-libpthread.patch' is correctly applied by
 quilt, use 'quilt refresh' to update it
   dpkg-source: error: expected ^--- in line 2 of diff
 `spice-0.12.4/debian/patches/link-server-test-with-libm-libpthread.patch'
   Unpack command 'dpkg-source -x spice_0.12.4-0nocelt2.dsc' failed.
   Check if the 'dpkg-dev' package is installed.
   E: Child process failed

   The issue is a simple missing newline in the patch itself.

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


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

Title:
  spice package for trusty contains a malformed patch

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

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


[Bug 1450091] Re: tgt does not auto-start on Vivid

2015-05-11 Thread ubuntudotcom1
** Changed in: tgt (Ubuntu)
   Status: New = In Progress

** Changed in: tgt (Ubuntu)
 Assignee: (unassigned) = ubuntudotcom1 (ubuntudotcom1)

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

Title:
  tgt does not auto-start on Vivid

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

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


[Bug 1430181] Re: rpcbind/rpc.statd listen on all interfaces

2015-05-11 Thread Mathieu Trudel-Lapierre
I looked at this as well, it looks like it probably would benefit from
preparing the 0.2.3 release instead of patching things. I haven't looked
very closely, but it seems as though the patches may already be included
in uptream git (and thus in 0.2.3, which seems to be the latest revision
on git://linux-nfs.org/~steved/rpcbind, which is the correct upstream
branch if I'm to believe the sourceforge link set as homepage in the
package). If they aren't, then they probably wouldn't apply cleanly
anyway.

I would suggest discussing the update with Debian; from there we could
merge the package to the latest version.

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

Title:
  rpcbind/rpc.statd listen on all interfaces

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-11 Thread Mark Vanderwiel
Using the patch above (that basically hacks out qemu specifically), nova boot 
work fine.
Same qemu environment as I noted in my 4-23 post.

Can we get this patch out for formal review by nova folks?

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

Title:
  Libvirt CPU affinity error

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

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


[Bug 1453963] [NEW] Sync alembic 0.7.4-2 (main) from Debian unstable (main)

2015-05-11 Thread Artur Rona
Public bug reported:

Please sync alembic 0.7.4-2 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * New upstream release.
  * New upstream release.
  * New upstream release.

The new upstream release is just included in Debian.

Changelog entries since current wily version 0.7.2+ds-0ubuntu1:

alembic (0.7.4-2) unstable; urgency=medium

  * Uploading to unstable.
  * Dropped version in the python-sphinx build-depends.
  * Moved some Build-Depends to a new Build-Depends-Indep.

 -- Thomas Goirand z...@debian.org  Mon, 27 Apr 2015 07:04:43 +

alembic (0.7.4-1) experimental; urgency=medium

  * New upstream release.
  * Now generating the orig.tar.xz out of a git tag.
  * Taking over the package after the original maintainer wrote by email he
can't maintain the package anymore. Added Piotr as maintainer as he
also expressed interest in the package, as he maintains SQLAlchemy.
  * Ran wrap-and-sort as debian/control was really messy.
  * Removed now useless X-Python-Version: = 2.6.
  * Standards-Version is now 3.9.6.
  * Increased debhelper and compat to 9.
  * Added past maintainers to debian/copyright.
  * Fixed short and long descriptions.

 -- Thomas Goirand z...@debian.org  Sat, 07 Feb 2015 22:44:22 +0100

** Affects: alembic (Ubuntu)
 Importance: Wishlist
 Status: New

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

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

Title:
  Sync alembic 0.7.4-2 (main) from Debian unstable (main)

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

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


[Bug 1443542] Re: curtin race on vivid when /dev/sda1 doesn't exist

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

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

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

Title:
  curtin race on vivid when /dev/sda1 doesn't exist

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

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


[Bug 1443542] Re: curtin race on vivid when /dev/sda1 doesn't exist

2015-05-11 Thread Ryan Harper
cloud-init[1226]: /var/lib/cloud/instance/scripts/user_data.sh: 18:
/var/lib/cloud/instance/scripts/user_data.sh: initctl: not found

ubuntu@phony-trick:/var/log$ cat /proc/partitions 
major minor  #blocks  name

  1101048575 sr0
   80  488386584 sda
   81  488385560 sda1
   8   16  488386584 sdb
   8   17  487336967 sdb1
   8   181047552 sdb2
   8   321433600 sdc
ubuntu@phony-trick:/var/log$ ls -al /dev/sda1
brw-rw 1 root disk 8, 1 May 11 21:13 /dev/sda1

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

Title:
  curtin race on vivid when /dev/sda1 doesn't exist

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

-- 
Ubuntu-server-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-05-11 Thread OpenStack Infra
** Changed in: nova
 Assignee: Jorge Niedbalski (niedbalski) = Felipe Reyes (freyes)

-- 
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 1426324] Re: VFS blkid calls need to handle 0 or 2 return codes

2015-05-11 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/159797
Committed: 
https://git.openstack.org/cgit/openstack/nova/commit/?id=051fced477cdead4e307c23fc343da427beb6c81
Submitter: Jenkins
Branch:master

commit 051fced477cdead4e307c23fc343da427beb6c81
Author: James Page james.p...@ubuntu.com
Date:   Fri Feb 27 11:27:30 2015 +

Handle return code 2 from blkid calls

blkid returns code 2 if the requested TYPE key is not found
for the specified device.

Ensure that this situation is handled correctly; blkid will
not return any data, so the return value will be empty.

Change-Id: I38cd7b53cdfd694c0eba1b6054d8e4c33759b0b8
Closes-Bug: #1426324


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

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

Title:
  VFS blkid calls need to handle 0 or 2 return codes

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

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


Re: [Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2015-05-11 Thread Simon Déziel
Wouldn't it be possible to have sshd use IP_FREEBIND so that it can
bind an IP that has not materialized yet?

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

Title:
  sshd will not start at boot if ListenAddress is set, because network
  interface is not yet up

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

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


[Bug 1446448] Re: ssh-agent terminates

2015-05-11 Thread Seth Arnold
Andrej, sorry, normally the person who supplies the additional
information sets the status back to 'new' or 'confirmed' as needed. We
don't say that nearly often enough. sorry.

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

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

Title:
  ssh-agent terminates

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

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


[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2015-05-11 Thread Seth Arnold
Changing the ssh service file to use network-online.target should also
work; see
http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ for more
information.

** Tags added: systemd-boot

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

Title:
  sshd will not start at boot if ListenAddress is set, because network
  interface is not yet up

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

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


Re: [Bug 1446448] Re: ssh-agent terminates

2015-05-11 Thread Andrej Ricnik
Ooops ... sorry ... thanks for the update!

On 12 May 2015 at 08:44, Seth Arnold 1446...@bugs.launchpad.net wrote:

 Andrej, sorry, normally the person who supplies the additional
 information sets the status back to 'new' or 'confirmed' as needed. We
 don't say that nearly often enough. sorry.

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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1446448

 Title:
   ssh-agent terminates

 Status in openssh package in Ubuntu:
   Confirmed

 Bug description:
   I have set-up password less ssh connectivity for my workstation.  ssh-
   agent gets started via keychain when fluxbox boots.

   When I use ssh to connect to a server, and then use scp to shuffle a
   file from that server to my workstation the ssh-agent on my
   workstation dies after the file was transferred.

   This has started happening after the upgrade  from 12.04 to 14.04.

   I have wrapped strace into the fluxbox startup to keep an eye on ssh-
   agent (I initially didn't see a pattern to the sudden death), here's
   an example of the breakdown post transfer.

   select(4, [3], [], NULL, NULL)  = 1 (in [3])
   accept(3, {sa_family=AF_LOCAL, NULL}, [2]) = 4
   getsockopt(4, SOL_SOCKET, SO_PEERCRED, {pid=21130, uid=1000, gid=1000},
 [12]) = 0
   getuid()= 1000
   fcntl(4, F_GETFL)   = 0x2 (flags O_RDWR)
   fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK)= 0
   select(5, [3 4], [], NULL, NULL)= 1 (in [4])
   read(4, \0\0\0\1\v, 1024) = 5
   select(5, [3 4], [4], NULL, NULL)   = 1 (out [4])
   write(4, \0\0\1\f\0\0\0\1\0\0\1\27\0\0\0\7ssh-rsa\0\0\0\3\1\0\1\0...,
 320) = 320
   select(5, [3 4], [], NULL, NULL)= 1 (in [4])
   read(4, , 1024)   = 0
   close(4)= 0
   select(4, [3], [], NULL, NULL)  = 1 (in [3])
   accept(3, {sa_family=AF_LOCAL, NULL}, [2]) = 4
   getsockopt(4, SOL_SOCKET, SO_PEERCRED, {pid=21284, uid=1000, gid=1000},
 [12]) = 0
   getuid()= 1000
   fcntl(4, F_GETFL)   = 0x2 (flags O_RDWR)
   fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK)= 0
   select(5, [3 4], [], NULL, NULL)= 1 (in [4])
   read(4, , 1024)   = 0
   close(4)= 0
   select(4, [3], [], NULL, NULL)  = ? ERESTARTNOHAND (To be
 restarted if no handler)
   --- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=21284, si_uid=0}
 ---
   unlink(/tmp/ssh-DEwJJTGLUETC/agent.19556) = 0
   rmdir(/tmp/ssh-DEwJJTGLUETC)  = 0
   close(-1)   = -1 EBADF (Bad file descriptor)
   exit_group(2)   = ?
   +++ exited with 2 +++


   1) lsb_release -rd
   Description:Ubuntu 14.04.2 LTS
   Release:14.04


   2) apt-cache policy openssh-client
   openssh-client:
 Installed: 1:6.6p1-2ubuntu2
 Candidate: 1:6.6p1-2ubuntu2
 Version table:
*** 1:6.6p1-2ubuntu2 0
   500 http://nz.archive.ubuntu.com/ubuntu/ trusty-updates/main
 amd64 Packages
   100 /var/lib/dpkg/status
1:6.6p1-2ubuntu1 0
   500 http://nz.archive.ubuntu.com/ubuntu/ trusty/main amd64
 Packages

   3) I expect ssh-agent to carry on running as it did in previous
   releases.

   4) It dies when connecting back from a machine I ssh into to my
   workstation.

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: openssh-client 1:6.6p1-2ubuntu2
   ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17
   Uname: Linux 3.13.0-49-generic x86_64
   NonfreeKernelModules: wl
   ApportVersion: 2.14.1-0ubuntu3.10
   Architecture: amd64
   Date: Tue Apr 21 15:28:02 2015
   InstallationDate: Installed on 2015-02-03 (77 days ago)
   InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64
 (20140417)
   RelatedPackageVersions:
ssh-askpass   N/A
libpam-ssh2.0-1
keychain  2.7.1-1
ssh-askpass-gnome 1:6.6p1-2ubuntu2
   SSHClientVersion: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan
 2014
   SourcePackage: openssh
   UpgradeStatus: No upgrade log present (probably fresh install)
   upstart.ssh-agent.log: ssh-agent stop/pre-start, process 1973

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1446448/+subscriptions



-- 
Please don't top post, and don't use HTML e-Mail :}

http://www.georgedillon.com/web/html_email_is_evil.shtml

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

Title:
  ssh-agent terminates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com

[Bug 1447160] Re: lxc-create template does not include /etc/hosts hostname resolution

2015-05-11 Thread Serge Hallyn
Could you please update the description to read exactly as it should?
Both 3 and 4 have 127.0.1.1 hostname;  I can't tell whether hostname
is what you inserted to mask your actual hostname, or whether the bug is
that your /etc/hosts actualy has hostname  in it verbatim.

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

Title:
  lxc-create template does not include /etc/hosts hostname resolution

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

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


[Bug 1429327] Re: Boot from an unique, stable, multipath-dependent symlink

2015-05-11 Thread Mathieu Trudel-Lapierre
Now that the vivid release is done, let's revisit these patches. I'll do
some testing on my end, but looking briefly at them, they make sense.

What other installer changes (since you mention them in your comment
#20) are necessary?

** Changed in: multipath-tools (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Boot from an unique, stable, multipath-dependent symlink

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

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


[Bug 1429327] hardware-summary.gz

2015-05-11 Thread bugproxy
Default Comment by Bridge

** Attachment added: hardware-summary.gz
   
https://bugs.launchpad.net/bugs/1429327/+attachment/4395938/+files/hardware-summary.gz

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

Title:
  Boot from an unique, stable, multipath-dependent symlink

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

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


[Bug 1429327] multipath-tools_root-uuid-multipath.debdiff

2015-05-11 Thread bugproxy
Default Comment by Bridge

** Attachment added: multipath-tools_root-uuid-multipath.debdiff
   
https://bugs.launchpad.net/bugs/1429327/+attachment/4395940/+files/multipath-tools_root-uuid-multipath.debdiff

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

Title:
  Boot from an unique, stable, multipath-dependent symlink

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

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


[Bug 1429327] system boots up log

2015-05-11 Thread bugproxy
Default Comment by Bridge

** Attachment added: system boots up log
   
https://bugs.launchpad.net/bugs/1429327/+attachment/4395937/+files/creeklp1.log

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

Title:
  Boot from an unique, stable, multipath-dependent symlink

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

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


[Bug 1429327] syslog.gz

2015-05-11 Thread bugproxy
Default Comment by Bridge

** Attachment added: syslog.gz
   https://bugs.launchpad.net/bugs/1429327/+attachment/4395939/+files/syslog.gz

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

Title:
  Boot from an unique, stable, multipath-dependent symlink

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

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


[Bug 1425619] Re: Migration fails between QEMU 1.5 and QEMU 2.0

2015-05-11 Thread Serge Hallyn
Yes, I will, hopefully tomorrow.

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

Title:
  Migration fails between QEMU 1.5 and QEMU 2.0

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-11 Thread Serge Hallyn
Thanks - the patch seems to make sense.

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

Title:
  Libvirt CPU affinity error

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

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


[Bug 1389954] Re: Make .lxc domain name resolution easier to discover and enable

2015-05-11 Thread Serge Hallyn
Yes, lxc-net is called lxc-net in all init systems where the job exists
(syv, upstart, systemd)

Both lxc-net and network-manager need to be restarted (unless network-
manager is smart and uses inotify to look for updates).

I don't believe containers would need to be restarted.

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

Title:
  Make .lxc domain name resolution easier to discover and enable

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-11 Thread Tony Breeds
We're in discussions with the libvirt devs to work out if the fix is
correct and/or exposes a libvirt bug.

Once that discussion concludes there will the a nova patch posted (and
tagged for backport)

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

Title:
  Libvirt CPU affinity error

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

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


[Bug 1450091] Re: tgt does not auto-start on Vivid

2015-05-11 Thread ubuntudotcom1
Looks like lp:ubuntu/vivid/tgt might not be compiling with the SD_NOTIFY
flag set, which enables system signals required by systemd services with
Type=notify.  It looks like the Debian packaging (at least version
tgt_1.0.57-1.debian_) has it enabled. Also might need the sysmlink to
tgt.service in /etc/systemd/system/tgt.service.

Built the package from source with the SD_NOTIFY flag and created the
symlink. The service starts with the package's tgt.service.

Still looking into the startup problem tho. Seeing the same issue with
systemctl enable tgt, so this needs more investigation.

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

Title:
  tgt does not auto-start on Vivid

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-11 Thread Tony Breeds
Summary of the libvirt discussion.  current upstream works.  the libvirt
team would like to identify the libvirt fixes required and get them
backported. to the maintenance releases.

With reference to:

https://launchpad.net/ubuntu/+source/libvirt  ; and
http://wiki.libvirt.org/page/Maintenance_Releases

If I read those links correctly we're still going to need to fix nova
and/or get the pack-ports into the appropriate ubuntu libvirt 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/1439280

Title:
  Libvirt CPU affinity error

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

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


[Bug 1450881] Re: qemu-system-sparc MUTEX_HELD assert and libC lock errors

2015-05-11 Thread Serge Hallyn
** No longer affects: qemu (Ubuntu)

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

Title:
  qemu-system-sparc MUTEX_HELD assert and libC lock errors

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

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


[Bug 1349949] Re: Juju's mongodb does not need to log every command in syslog

2015-05-11 Thread Curtis Hovey
Juju requires a newer version of mongodb to address this issue, one that 
supports the quiet flag. We can see that the packages with the required version 
do not exist yet in.
http://www.mongodb.org/dl/linux/x86_64-ubuntu1404

There is nothing that can be done. The fix described in comment #9 looks
like a feature, not a bug fix and many not be considered viable as a
patch against mongodb 2.6.

Juju Core will need to select  a version of mongodb and ask foundations
to include in Wiley, Juju will also require that same version to be
packaged as juju-db so that it can be backported to Trusty, and possibly
Vivid. We will probably ignore Utopic.


** No longer affects: juju-core/1.24

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

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

Title:
  Juju's mongodb does not need to log every command in syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1349949/+subscriptions

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


[Bug 930962] Re: dhcp3-server reports many bad udp checksums to syslog using virtio NIC

2015-05-11 Thread Bug Watch Updater
** Changed in: dhcp3 (Debian)
   Status: Confirmed = Fix Released

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

Title:
  dhcp3-server reports many bad udp checksums to syslog using virtio NIC

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

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


[Bug 1453575] Re: [needs-packaging] Package woefully out of date

2015-05-11 Thread Serge Hallyn
#  rmadison -a source libvirt
 libvirt | 0.9.8-2ubuntu17  | precise  | source
 libvirt | 0.9.8-2ubuntu17.20   | precise-security | source
 libvirt | 0.9.8-2ubuntu17.20   | precise-updates  | source
 libvirt | 0.9.8-2ubuntu17.21   | precise-proposed | source
 libvirt | 1.2.2-0ubuntu13  | trusty   | source
 libvirt | 1.2.2-0ubuntu13.1.7  | trusty-security  | source
 libvirt | 1.2.2-0ubuntu13.1.10 | trusty-updates   | source
 libvirt | 1.2.8-0ubuntu11  | utopic   | source
 libvirt | 1.2.8-0ubuntu11.1| utopic-security  | source
 libvirt | 1.2.8-0ubuntu11.4| utopic-updates   | source
 libvirt | 1.2.12-0ubuntu12 | vivid| source
 libvirt | 1.2.15-0ubuntu1  | wily | source

libvirt is uptodate in wily.  In older releases it receives security
updates and important bugfixes per SRU policy.

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

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

Title:
  [needs-packaging] Package woefully out of date

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

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


[Bug 1435706] do not ignore some attributes from config file

2015-05-11 Thread bugproxy
Default Comment by Bridge

** Attachment added: do not ignore some attributes from config file
   
https://bugs.launchpad.net/bugs/1435706/+attachment/4395577/+files/merge_hwe.patch

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

Title:
  DevLossTO, FastIoFailTO settings do not match multipath.conf expected
  values

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

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


[Bug 1435706] fix setting timeouts

2015-05-11 Thread bugproxy
Default Comment by Bridge

** Attachment added: fix setting timeouts
   
https://bugs.launchpad.net/bugs/1435706/+attachment/4395578/+files/fix_scsi_timeo.patch

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

Title:
  DevLossTO, FastIoFailTO settings do not match multipath.conf expected
  values

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

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