[Bug 1313133] Re: sa-compile error on ubuntu 14.04 LTS upgrade

2015-09-29 Thread Philip Clarke
Been running, testing, re-installing and rebooting a lot of times since
my post above.

I've noted that in

/etc/cron.daily/spamassassin

there is umask 022 to updated the spam assassin rules, and consistently
"the system" will fail to install or fall over if login.defs is changed
to 027 on reboot or re-installation. Interestingly I have it now where
everything is owned but root in the spam assassin folder

ls -l spamassassin/ -a
total 60
drwxr-xr-x   4 root root  4096 Sep 26 07:12 .
drwxr-xr-x 108 root root 12288 Sep 29 07:54 ..
-rw-r--r--   1 root root   939 Jan 28  2015 65_debian.cf
-rw-r--r--   1 root root  1289 Jan 28  2015 init.pre
-rw-r--r--   1 root root  2213 Jan 28  2015 local.cf
-rw-r--r--   1 root root   118 Jan 28  2015 sa-compile.pre
drwxr-xr-x   2 root root  4096 Sep 22 18:15 sa-update-hooks.d
drwx--   2 root root  4096 Sep 26 07:12 sa-update-keys
-rw-r--r--   1 root root  2524 Jan 28  2015 v310.pre
-rw-r--r--   1 root root  1194 Jan 28  2015 v312.pre
-rw-r--r--   1 root root  2416 Jan 28  2015 v320.pre
-rw-r--r--   1 root root  1237 Jan 28  2015 v330.pre
-rw-r--r--   1 root root  1020 Jan 28  2015 v340.pre

from a purge and install and everything works as long as /etc/login.defs
is set to 022, so it looks like the upgrade/ install problems solely
come out of an sa-compile and possibly sa-update not having a umask 022
set in the dpkg scripts with no permission checks on
/var/lib/spamassassin/3.004000 and /var/lib/spamassassin/compiled from
legacy installed (mine being owned "now" by debian-spamd).

The cron job script provides a good guide as to previous permission
issues having been identified and fixed.

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

Title:
  sa-compile error on ubuntu 14.04 LTS upgrade

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

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


[Bug 1454887] Re: package clamav-milter 0.98.7+dfsg-0ubuntu0.14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-09-29 Thread michael
The only difference, mine is on 12.04 the other is on 14.04.

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

Title:
  package clamav-milter 0.98.7+dfsg-0ubuntu0.14.04.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/clamav/+bug/1454887/+subscriptions

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


[Bug 1500683] Re: DNSSEC should be disabled in MAAS by default

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

** Changed in: bind9 (Ubuntu)
   Status: New => Confirmed

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

Title:
  DNSSEC should be disabled in MAAS by default

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-09-29 Thread Martin Pitt
Third option: Use dh_installinit --error-handler=true (or a locally
defined function which does something more elaborate)

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

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-09-29 Thread Martin Pitt
Note that there are also a bunch of Condition*= which you could add to a
unit (man systemd.unit), but it seems the config file is already there,
so you can't do something like
ConditionPathExists=/etc/openhpi/openhpi.conf

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

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-09-29 Thread Martin Pitt
This might be a case of dh_installinit --no-start, to avoid trying to
start the service on installation? Alternatively, if the daemon exits
with a special code when it is unconfigured, the unit could grow a
SuccessExitStatus=8. But semantically that's slightly confusing as you
don't really want to claim that the unit started successfully when in
reality it's not running.

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

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1427076] Re: [Ubuntu 15.10] Add Power LE support to libseccomp

2015-09-29 Thread Breno Leitão
** Changed in: libseccomp (Ubuntu)
 Assignee: (unassigned) => Taco Screen team (taco-screen-team)

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

Title:
  [Ubuntu 15.10] Add  Power LE support to libseccomp

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

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


[Bug 1500916] [NEW] [needs-packaging] 1.24.6 is not packaged in Vivid

2015-09-29 Thread Curtis Hovey
Public bug reported:

Juju 1.24.6 is currently the stable Juju release and it is in Wily. The Juju
team want this version also in Vivid too. This release supports systemd for
local charm development and testing. Vivid needs a newer Juju version to
ensure Trusty users who upgrade to Vivid do not get a downgrade that looses
bug fixes.

See bug 1481556 for the history of placing juju-core 1.24.6 into Wily.


[SRU Information]

juju-core has a stable release exception in 
https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions, including 
for major version
updates.

[Vivid Fix]

[sinzui] Prepare source package, and diffs: TODO
[rbasak] Review package and upload of new upstream release with packaging 
review.

[Pre-QA tasks]

[rbasak] Upload to the development release (vivid-proposed): TODO

[QA Status]

Since there are multiple verifications required, they are listed here as a work
item whiteboard status type thing rather than try and track them in a single
tag. Please do not mark verification-done or remove block-proposed until all
following items have passed. If any of these items fail, this bug should be
marked verification-failed immediately.

[sinzui] Upstream release process complete: DONE
[sinzui] Upstream QA test against Vivid: TODO

Manual tests required:

[sinzui] Test juju-quickstart against wily-proposed: TODO
[sinzui] Test juju-deployer against wily-proposed: TODO
[sinzui] Test client and cloud server upgrade from main/updates: TODO
[sinzui] Test client manual bootstrap and add-machine: TODO

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: block-proposed upgrade-software-version verification-needed

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

Title:
  [needs-packaging] 1.24.6 is not packaged in Vivid

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

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


[Bug 1476662] Re: lxc-start symlink vulnerabilities may allow guest to read host filesystem, interfere with apparmor

2015-09-29 Thread Tyler Hicks
** Information type changed from Private Security to Public Security

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

Title:
  lxc-start symlink vulnerabilities may allow guest to read host
  filesystem, interfere with apparmor

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-09-29 Thread Scott Moser
summary: by adding a systemd openhpid.service file we have parity with
previous upstart behavior

== details ==
I've found that installing a systemd service file fixes the problem, and have 
uploaded the fix to wily.
The designed behavior of openhpi is to exit 8 unless the user edits 
/etc/openhpi/openhpi.conf to remove:
  OPENHPI_UNCONFIGURED = "YES"

(sudo sed -i 's,^OPENHPI_UNCONFIGURED,#OPENHPI_UNCONFIGURED,'
etc/openhpi/openhpi.conf).

The '/etc/init.d/openhpid start' would exit 0 in this case.  Upstart
would happily go on, and not cause package installation failure.

When init changed to systemd, systemd-sysv-generator started handling
the start of the service during installation.  That would correctly
identify that the forked service started via '/etc/init.d/openhpid
start' exited non-zero and pass the failure up to the install script.
The install script would then exit non-zero, causing the bug.

So, we ended up with a possibly more correct behavior that caused
installation failure.

The interesting thing is that adding the openhpid.service file actually
changes the behavior so that the install now succeeds although the
service exits non-zero.

The result is that we now act as we did before:
  * fresh installation of openhpid succeeds
  * 'service openhpid status' immediately after clean install will show the 
service failed to start.

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

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1322434] Re: [ESXi] Uninstallation of open-vm-tools should inform VMware platform

2015-09-29 Thread Patricia Gaughen
** Project changed: open-vm-tools => open-vm-tools (Ubuntu)

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

Title:
   [ESXi] Uninstallation of open-vm-tools should inform VMware platform

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

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


[Bug 1322434] [NEW] [ESXi] Uninstallation of open-vm-tools should inform VMware platform

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

Uninstalling open-vm-tools leaves VMware platform assuming that open-vm-
tools are still installed in the guest. VMware platform supports an RPC
call to receive notification for open-vm-tools uninstallation.
Uninstaller should make use of this RPC to notify the VMware platform
that open-vm-tools has been uninstalled.

A similar issue was fixed in Fedora http://pkgs.fedoraproject.org/cgit
/open-vm-tools.git/commit/?id=17141dd91c321fc41f7d1874d64e8ea7d055fcc9.

Reproduced this using Ubuntu14.04:

Steps:
=
1.Install Ubuntu14.04 vm and then open-vm-tools.
apt-get install open-vm-tools
2.Uninstall open-vm-tools using package manager by following commands:
apt-get remove open-vm-tools
apt-get purge open-vm-tools
3.Reboot VM.

Result: 
=
Get result: 
"Not running, version:2147483647 (3rd-party/Independent)"

Guest information:
(vim.vm.GuestInfo) {
   toolsStatus = "toolsNotRunning", 
   toolsVersionStatus = "guestToolsUnmanaged", 
   toolsVersionStatus2 = "guestToolsUnmanaged", 
   toolsRunningStatus = "guestToolsNotRunning", 
   toolsVersion = "2147483647", 
   toolsUpdateStatus = (vim.vm.GuestInfo.ToolsUpdateStatus) {
  updateRequireReboot = , 
   }, 
   guestId = , 
   guestFamily = , 
   guestFullName = , 
   hostName = , 
   ipAddress = , 
   screen = (vim.vm.GuestInfo.ScreenInfo) {
  width = 800, 
  height = 600
   }, 
   guestState = "notRunning", 
   powerPolicy = (vim.vm.PowerPolicy) null, 
   appHeartbeatStatus = "appStatusGray", 
   appState = "none", 
   guestOperationsReady = false, 
   interactiveGuestOperationsReady = false, 
}

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Assignee: Robert C Jennings (rcj)
 Status: New

-- 
 [ESXi] Uninstallation of open-vm-tools should inform VMware platform
https://bugs.launchpad.net/bugs/1322434
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to open-vm-tools 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 1475294] Re: mysql 5.5.44, 5.6.25 security update tracking bug

2015-09-29 Thread Felipe Reyes
mysql 5.6.25 also fixes CVE-2012-5615[0], quoting from cve.mitre.org[1]
:

"""
Oracle MySQL 5.5.38 and earlier, **5.6.19 and earlier**, and MariaDB 5.5.28a, 
5.3.11, 5.2.13, 5.1.66, and possibly other versions, generates different error 
messages with different time delays depending on whether a user name exists, 
which allows remote attackers to enumerate valid usernames. 
"""


[0] http://people.canonical.com/~ubuntu-security/cve/2012/CVE-2012-5615.html
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5615

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-5615

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

Title:
  mysql 5.5.44, 5.6.25 security update tracking bug

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

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


[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-29 Thread Serge Hallyn
Hi @stub,

can you show what

sudo systemctl status lxc

and

sudo service lxc status

show?

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

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

Title:
  package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

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

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


[Bug 1501042] [NEW] Hosted version is incompatible with python 3.4.1+

2015-09-29 Thread Jordon Phillips
Public bug reported:

The version of the AWS CLI hosted is incompatible with python 3.4.1+. A
breaking change was introduced in 3.4.1 that was addressed in the CLI on
June 4th, 2014 (~version 1.3.15). Without this fix, customers will not
be able to upgrade python on their systems that depend on the AWS CLI.

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

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

Title:
  Hosted version is incompatible with python 3.4.1+

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

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


[Bug 1500950] [NEW] [MIR] ryu

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

[MIR] ryu

[Availability]
Currently in universe.

[Rationale]
Dependency for Openstack Neutron in Liberty.

[Security]
No security history

[Quality Assurance]
Package works out of the box with no prompting. There are no major bugs in 
Ubuntu and there are no major bugs in Debian. Unit tests are run during build 
(in recently uploaded version 3.24-1ubuntu1).

[Dependencies]
All are in main

[Standards Compliance]
FHS and Debian Policy compliant.

[Maintenance]
Python package that the Ubuntu Server Team will take care of.

[Background]
Ryu is a component-based software defined networking framework.

Ryu provides software components with well defined API that make it
easy for developers to create new network management and control
applications. Ryu supports various protocols for managing network
devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow,
Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions.

All of the code is freely available under the Apache 2.0 license. Ryu
is fully written in Python.

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


** Tags: bot-comment
-- 
[MIR] ryu
https://bugs.launchpad.net/bugs/1500950
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ryu 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 1501047] [NEW] package libldap-2.4-2:i386 2.4.31-1+nmu2ubuntu8.1 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd

2015-09-29 Thread krispijn
Public bug reported:

failed to install

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libldap-2.4-2:i386 2.4.31-1+nmu2ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
Uname: Linux 3.13.0-46-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.12
Architecture: amd64
Date: Tue Sep 29 22:16:43 2015
ErrorMessage: vereistenproblemen - blijft ongeconfigureerd
PackageArchitecture: i386
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: openldap
Title: package libldap-2.4-2:i386 2.4.31-1+nmu2ubuntu8.1 failed to 
install/upgrade: vereistenproblemen - blijft ongeconfigureerd
UpgradeStatus: Upgraded to trusty on 2014-04-29 (518 days ago)

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


** Tags: apport-package i386 trusty

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

Title:
  package libldap-2.4-2:i386 2.4.31-1+nmu2ubuntu8.1 failed to
  install/upgrade: vereistenproblemen - blijft ongeconfigureerd

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

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


[Bug 1500950] Re: [MIR] ryu

2015-09-29 Thread Corey Bryant
** Package changed: ubuntu => ryu (Ubuntu)

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

Title:
  [MIR] ryu

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

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


[Bug 1499199] Re: Upgrading libvirt from trusty to cloud/stable/liberty fails

2015-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.16-2ubuntu11

---
libvirt (1.2.16-2ubuntu11) wily; urgency=medium

  * Fix the preinst and postinst: the check for whether libvirt-bin was
running was wrong for upstart systems, but we don't need to do that
anyway - just stop libvirt-bin unconditionally.  (LP: #1499199)
  * libvirt-guests.service: fix libvirtd.service -> libvirt-bin.service

 -- Serge Hallyn   Sun, 27 Sep 2015 15:47:08
+

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

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

Title:
  Upgrading libvirt from trusty to cloud/stable/liberty fails

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

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


[Bug 1499838] Re: ipmi-locate causes synchronous external abort on ARM

2015-09-29 Thread Newell Jensen
Patch attached

** Description changed:

+ ipmi-locate throws a synchronous external abort error on Cavium Thunder
+ crb ARM64 hardware.
+ 
+ A fix for this is needed because other programs, such as MAAS (where it
+ was first noticed), rely upon it.
+ 
  strace shows you what is going on. The relevant code is in
  libfreeipmi/locate/ipmi-locate-dmidecode.c, where it is trolling through
  /dev/mem.
- 
  
  ubuntu@cvm1:~$ dmesg
  ubuntu@cvm1:~$ sudo strace -f ipmi-locate
  execve("/usr/sbin/ipmi-locate", ["ipmi-locate"], [/* 14 vars */]) = 0
  brk(0)  = 0xaea81000
  faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x8a7ca000
  faccessat(AT_FDCWD, "/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or 
directory)
  openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  fstat(3, {st_mode=S_IFREG|0644, st_size=39330, ...}) = 0
  mmap(NULL, 39330, PROT_READ, MAP_PRIVATE, 3, 0) = 0x8a7c
  close(3)= 0
  faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
  openat(AT_FDCWD, "/usr/lib/libfreeipmi.so.12", O_RDONLY|O_CLOEXEC) = 3
  read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\200\361\21\0\0\0\0\0"..., 
832) = 832
  fstat(3, {st_mode=S_IFREG|0644, st_size=4443888, ...}) = 0
  mmap(NULL, 4507696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a356000
  mprotect(0x8a5eb000, 65536, PROT_NONE) = 0
  mmap(0x8a5fb000, 1736704, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x295000) = 0x8a5fb000
  close(3)= 0
  faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\250\16\2\0\0\0\0\0"..., 832) 
= 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=1275592, ...}) = 0
  mmap(NULL, 1348480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a20c000
  mprotect(0x8a33d000, 61440, PROT_NONE) = 0
  mmap(0x8a34c000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0x8a34c000
  mmap(0x8a352000, 13184, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x8a352000
  close(3)= 0
  faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libgcrypt.so.11", 
O_RDONLY|O_CLOEXEC) = 3
  read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\300~\0\0\0\0\0\0"..., 832) = 
832
  fstat(3, {st_mode=S_IFREG|0644, st_size=474496, ...}) = 0
  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x8a7bf000
  mmap(NULL, 473688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a198000
  mmap(0x8a208000, 16384, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0x8a208000
  close(3)= 0
  faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
  read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\240R\0\0\0\0\0\0"..., 832) = 
832
  fstat(3, {st_mode=S_IFREG|0644, st_size=588696, ...}) = 0
  mmap(NULL, 651944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a0f8000
  mprotect(0x8a187000, 61440, PROT_NONE) = 0
  mmap(0x8a196000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8e000) = 0x8a196000
  close(3)= 0
  faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libgpg-error.so.0", 
O_RDONLY|O_CLOEXEC) = 3
  read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\0\n\0\0\0\0\0\0"..., 832) = 
832
  fstat(3, {st_mode=S_IFREG|0644, st_size=18312, ...}) = 0
  mmap(NULL, 82008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a0e3000
  mprotect(0x8a0e6000, 65536, PROT_NONE) = 0
  mmap(0x8a0f6000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x8a0f6000
  close(3)= 0
  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x8a7be000
  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x8a0e2000
  mprotect(0x8a34c000, 16384, PROT_READ) = 0
  mprotect(0x8a0f6000, 4096, PROT_READ) = 0
  mprotect(0x8a196000, 4096, PROT_READ) = 0
  mprotect(0x8a208000, 4096, PROT_READ) = 0
  mprotect(0x8a5fb000, 339968, PROT_READ) = 0
  mprotect(0x8a7e4000, 4096, PROT_READ) = 0
  mprotect(0x8a7ce000, 4096, PROT_READ) = 0
  munmap(0x8a7

[Bug 1499838] Re: ipmi-locate causes synchronous external abort on ARM

2015-09-29 Thread Newell Jensen
strace log

** Attachment added: "strace.txt"
   
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1499838/+attachment/4479306/+files/strace.txt

** Description changed:

  ipmi-locate throws a synchronous external abort error on Cavium Thunder
  crb ARM64 hardware.
  
  A fix for this is needed because other programs, such as MAAS (where it
- was first noticed), rely upon it.
- 
- strace shows you what is going on. The relevant code is in
- libfreeipmi/locate/ipmi-locate-dmidecode.c, where it is trolling through
- /dev/mem.
- 
- ubuntu@cvm1:~$ dmesg
- ubuntu@cvm1:~$ sudo strace -f ipmi-locate
- execve("/usr/sbin/ipmi-locate", ["ipmi-locate"], [/* 14 vars */]) = 0
- brk(0)  = 0xaea81000
- faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
- mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x8a7ca000
- faccessat(AT_FDCWD, "/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or 
directory)
- openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
- fstat(3, {st_mode=S_IFREG|0644, st_size=39330, ...}) = 0
- mmap(NULL, 39330, PROT_READ, MAP_PRIVATE, 3, 0) = 0x8a7c
- close(3)= 0
- faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
- openat(AT_FDCWD, "/usr/lib/libfreeipmi.so.12", O_RDONLY|O_CLOEXEC) = 3
- read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\200\361\21\0\0\0\0\0"..., 
832) = 832
- fstat(3, {st_mode=S_IFREG|0644, st_size=4443888, ...}) = 0
- mmap(NULL, 4507696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a356000
- mprotect(0x8a5eb000, 65536, PROT_NONE) = 0
- mmap(0x8a5fb000, 1736704, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x295000) = 0x8a5fb000
- close(3)= 0
- faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
- openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
- read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\250\16\2\0\0\0\0\0"..., 832) 
= 832
- fstat(3, {st_mode=S_IFREG|0755, st_size=1275592, ...}) = 0
- mmap(NULL, 1348480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a20c000
- mprotect(0x8a33d000, 61440, PROT_NONE) = 0
- mmap(0x8a34c000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0x8a34c000
- mmap(0x8a352000, 13184, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x8a352000
- close(3)= 0
- faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
- openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libgcrypt.so.11", 
O_RDONLY|O_CLOEXEC) = 3
- read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\300~\0\0\0\0\0\0"..., 832) = 
832
- fstat(3, {st_mode=S_IFREG|0644, st_size=474496, ...}) = 0
- mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x8a7bf000
- mmap(NULL, 473688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a198000
- mmap(0x8a208000, 16384, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0x8a208000
- close(3)= 0
- faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
- openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
- read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\240R\0\0\0\0\0\0"..., 832) = 
832
- fstat(3, {st_mode=S_IFREG|0644, st_size=588696, ...}) = 0
- mmap(NULL, 651944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a0f8000
- mprotect(0x8a187000, 61440, PROT_NONE) = 0
- mmap(0x8a196000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8e000) = 0x8a196000
- close(3)= 0
- faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
- openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libgpg-error.so.0", 
O_RDONLY|O_CLOEXEC) = 3
- read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0\0\n\0\0\0\0\0\0"..., 832) = 
832
- fstat(3, {st_mode=S_IFREG|0644, st_size=18312, ...}) = 0
- mmap(NULL, 82008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x8a0e3000
- mprotect(0x8a0e6000, 65536, PROT_NONE) = 0
- mmap(0x8a0f6000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x8a0f6000
- close(3)= 0
- mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x8a7be000
- mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x8a0e2000
- mprotect(0x8a34c000, 16384, PROT_READ) = 0
- mprotect(0x8a0f6000, 4096, PROT_READ) = 0
- mprotect(0x8a196000, 4096, PROT_READ) = 0
- mprotect(0x8a208000, 4096, PROT_READ) = 0
- mprotect(0x8a5fb000, 339

[Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Scott Moser
cloud-init changes caused issues when "fixing" timestamp for oauth on systems 
with bad clock.
change here is to fix that. I'll upload later.

** Patch added: "cloud-init fix diff"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1499869/+attachment/4479305/+files/out.diff

** Changed in: cloud-init
   Importance: Undecided => High

** Changed in: cloud-init
   Status: New => Confirmed

** Changed in: cloud-init
 Assignee: (unassigned) => Scott Moser (smoser)

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

** No longer affects: cloud-init (Ubuntu Vivid)

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

Title:
  maas wily deployment to HP Proliant m400 arm64 server cartridge fails

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

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


[Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  maas wily deployment to HP Proliant m400 arm64 server cartridge fails

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

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


[Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Tim Gardner
** Changed in: linux (Ubuntu Wily)
   Status: In Progress => Fix Committed

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

Title:
  maas wily deployment to HP Proliant m400 arm64 server cartridge fails

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/wily/openhpi/wily-proposed

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

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1476662] Re: lxc-start symlink vulnerabilities may allow guest to read host filesystem, interfere with apparmor

2015-09-29 Thread Andrey Kislyuk
Is 12.04 Precise affected by this vulnerability?

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

Title:
  lxc-start symlink vulnerabilities may allow guest to read host
  filesystem, interfere with apparmor

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

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


[Bug 1501042] Re: Hosted version is incompatible with python 3.4.1+

2015-09-29 Thread Jordon Phillips
** Description changed:

- The version of the AWS CLI hosted is incompatible with python 3.4.1+. A
- breaking change was introduced in 3.4.1 that was addressed in the CLI on
- June 4th, 2014 (~version 1.3.15). Without this fix, customers will not
- be able to upgrade python on their systems that depend on the AWS CLI.
+ The version of the AWS CLI hosted for Ubuntu 14.04 is incompatible with
+ python 3.4.1+. A breaking change was introduced in 3.4.1 that was
+ addressed in the CLI on June 4th, 2014 (~version 1.3.15). Without this
+ fix, customers will not be able to upgrade python on their systems that
+ depend on the AWS CLI.

** Description changed:

- The version of the AWS CLI hosted for Ubuntu 14.04 is incompatible with
- python 3.4.1+. A breaking change was introduced in 3.4.1 that was
- addressed in the CLI on June 4th, 2014 (~version 1.3.15). Without this
- fix, customers will not be able to upgrade python on their systems that
- depend on the AWS CLI.
+ The version of the AWS CLI and botocore hosted for Ubuntu 14.04 is
+ incompatible with python 3.4.1+. A breaking change was introduced in
+ 3.4.1 that was addressed in the CLI on June 4th, 2014 (~version 1.3.15).
+ Without this fix, customers will not be able to upgrade python on their
+ systems that depend on the AWS CLI.

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

Title:
  Hosted version is incompatible with python 3.4.1+

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

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


[Bug 1500950] Re: [MIR] ryu

2015-09-29 Thread James Page
** Changed in: ryu (Ubuntu)
   Importance: Undecided => High

** Changed in: ryu (Ubuntu)
Milestone: None => ubuntu-15.09

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

Title:
  [MIR] ryu

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package openhpi - 2.14.1-1.4ubuntu1

---
openhpi (2.14.1-1.4ubuntu1) wily; urgency=medium

  * sync with debian.
  * remaining changes:
- debian/openhpid.service: add systemd service file (LP: #1488453)

 -- Scott Moser   Tue, 29 Sep 2015 14:55:06 +

** Changed in: openhpi (Ubuntu)
   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/1488453

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1476662] Re: lxc-start symlink vulnerabilities may allow guest to read host filesystem, interfere with apparmor

2015-09-29 Thread Stéphane Graber
Chances are it is, but lxc in precise is in universe and on an unsupported 
upstream release, so we're not doing security updates there.
You can however use the upstream LXC PPA which will get you trusty's LXC on 
precise, including this security fix.

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

Title:
  lxc-start symlink vulnerabilities may allow guest to read host
  filesystem, interfere with apparmor

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

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


[Bug 1501042] Re: Hosted version for 14.04 is incompatible with python 3.4.1+

2015-09-29 Thread Jordon Phillips
** Summary changed:

- Hosted version is incompatible with python 3.4.1+
+ Hosted version for 14.04 is incompatible with python 3.4.1+

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

Title:
  Hosted version for 14.04 is incompatible with python 3.4.1+

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

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


[Bug 1500981] Re: juju-db segfault while syncing with replicas

2015-09-29 Thread Martin Packman
This package hasn't changed in trusty in more than a year.

 Incomplete

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

Title:
  juju-db segfault while syncing with replicas

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

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


[Bug 898124] Re: Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2 oneiric 2.0.5-5 precise)

2015-09-29 Thread Vladi Gergov
this is also the problem for 12.04 LTS

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

Title:
  Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2
  oneiric 2.0.5-5 precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/898124/+subscriptions

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


[Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Andres Rodriguez
** No longer affects: maas

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

Title:
  maas wily deployment to HP Proliant m400 arm64 server cartridge fails

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

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


[Bug 1478281] Re: package nginx-full 1.6.2-5ubuntu3.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2015-09-29 Thread Thomas Ward
This is not necessarily a bug.

You have something else listening on Port 80.  You need to make sure
whatever else is listening on Port 80 is *not* listening on port 80 when
you install nginx, and then change nginx's site configurations to bind
to a different port.

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

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

Title:
  package nginx-full 1.6.2-5ubuntu3.1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

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

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


[Bug 1493135] Re: Occasional very slow replies from cgmanager

2015-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cgmanager - 0.24-0ubuntu7.5

---
cgmanager (0.24-0ubuntu7.5) trusty-proposed; urgency=medium

  * Fix d/p/0011-mount_tmpfs_onto_root.patch which was badly
cherrypicked.

cgmanager (0.24-0ubuntu7.4) trusty-proposed; urgency=medium

  * d/p/0011-mount_tmpfs_onto_root.patch: mount a tmpfs onto /root to avoid
hanging trying to open /root/.dbus-keyrings/org_freedesktop_general.lock
(LP: #1493135)

 -- Serge Hallyn   Wed, 16 Sep 2015 12:06:58
-0500

** Changed in: cgmanager (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  Occasional very slow replies from cgmanager

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

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


[Bug 1496960] Re: webhook reporter posts url encoded data not json data

2015-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cloud-init

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

Title:
  webhook reporter posts url encoded data not json data

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

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


[Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  maas wily deployment to HP Proliant m400 arm64 server cartridge fails

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

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


[Bug 1496057] Re: The dep-8 test of iscsitarget should check the kernel module as well

2015-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package iscsitarget -
1.4.20.3+svn499-0ubuntu2.1

---
iscsitarget (1.4.20.3+svn499-0ubuntu2.1) trusty; urgency=low

  * Backport compat changes to allow DKMS compiles for kernels up to 3.19
(LP: #1483415).
- d/p/fix-build-3.19: Modifies source to compile with 3.19
- d/p/add-compat-3.19: Adds compat patches without enabling them
- d/p/enable-compat-3.19: Enables compat patches in the DKMS config
  * Add a check for the DKMS kernel module to d/tests/daemon dep-8 test
(LP: #1496057)

 -- Stefan Bader   Wed, 16 Sep 2015 13:29:48
+0200

** Changed in: iscsitarget (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  The dep-8 test of iscsitarget should check the kernel module as well

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

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


[Bug 1499838] Re: ipmi-locate causes synchronous external abort on ARM

2015-09-29 Thread Ubuntu Foundations Team Bug Bot
The attachment "ipmi-locate.diff" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  ipmi-locate causes synchronous external abort on ARM

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

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


[Bug 1483415] Re: iscsitarget-dkms fails to build on 14.04

2015-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package iscsitarget -
1.4.20.3+svn499-0ubuntu2.1

---
iscsitarget (1.4.20.3+svn499-0ubuntu2.1) trusty; urgency=low

  * Backport compat changes to allow DKMS compiles for kernels up to 3.19
(LP: #1483415).
- d/p/fix-build-3.19: Modifies source to compile with 3.19
- d/p/add-compat-3.19: Adds compat patches without enabling them
- d/p/enable-compat-3.19: Enables compat patches in the DKMS config
  * Add a check for the DKMS kernel module to d/tests/daemon dep-8 test
(LP: #1496057)

 -- Stefan Bader   Wed, 16 Sep 2015 13:29:48
+0200

** Changed in: iscsitarget (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  iscsitarget-dkms fails to build on 14.04

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

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


[Bug 1483415] Update Released

2015-09-29 Thread Chris Halse Rogers
The verification of the Stable Release Update for iscsitarget 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 iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1483415

Title:
  iscsitarget-dkms fails to build on 14.04

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

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


[Bug 1496057] Update Released

2015-09-29 Thread Chris Halse Rogers
The verification of the Stable Release Update for iscsitarget 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 iscsitarget in Ubuntu.
https://bugs.launchpad.net/bugs/1496057

Title:
  The dep-8 test of iscsitarget should check the kernel module as well

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

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


[Bug 1501047] Re: package libldap-2.4-2:i386 2.4.31-1+nmu2ubuntu8.1 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd

2015-09-29 Thread Ryan Tandy
Hi,

It does not look like an openldap bug to me:

dpkg: error processing package libgcrypt11:i386 (--configure):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of libldap-2.4-2:i386:
 libldap-2.4-2:i386 depends on libgcrypt11 (>= 1.5.1); however:
  Package libgcrypt11:i386 is not configured yet.

Please get your libgcrypt11 into a better state and then try again.

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

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

Title:
  package libldap-2.4-2:i386 2.4.31-1+nmu2ubuntu8.1 failed to
  install/upgrade: vereistenproblemen - blijft ongeconfigureerd

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

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


[Bug 1477625] Re: DB access to show volumes may not be properly controlled

2015-09-29 Thread Hiroyuki Eguchi
** Also affects: cinder (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: cinder (Ubuntu)

** Tags added: kilo-backport-potential

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

Title:
  DB access to show volumes may not be properly controlled

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

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


[Bug 1501135] [NEW] maas-import-pxe-files fails when MAAS_URL is quoted

2015-09-29 Thread Haw Loeung
Public bug reported:

Hi,

We're trying to import images using 'maas-import-pxe-files' from the CLI
but that seems to fail. On further investigation, it seems that it's
because MAAS_URL is enclosed in double quotes and the URL it's trying to
get to isn't removing it:

| root@somehost:/var/log/maas# tail -f /var/log/apache2/*.log -n 0 &
| root@somehost:/var/log/maas# maas-import-pxe-files --sources-file 
/tmp/tmp.Zl6RvzP3yu/boot-images.yaml
|
| ==> /var/log/apache2/access.log <==
| 10.189.73.2 - - [30/Sep/2015:02:09:42 +] "GET /MAAS\"/rpc/ HTTP/1.0" 404 
468 "-" "Twisted PageGetter"
| Unhandled Error
| Traceback (most recent call last):
| Failure: twisted.web.error.Error: 404 Not Found

| root@somehost:/var/log/apache2# cat /etc/maas/maas_cluster.conf
| # This file is used by the cluster controller startup script:
| # `maas-provision start-cluster-controller`
| # to get the URL to the MAAS region controller's API. Normally, packaging
| # will update this file automatically but it may also be configured manually.
| MAAS_URL=http://10.189.73.2/MAAS
| CLUSTER_UUID="b8215ed4-9998-45fc-ab74-967a3769"

The version of MAAS we're running with is as follows:

| root@somehost:/var/log/apache2# apt-cache policy maas
| maas:
|   Installed: 1.7.6+bzr3376-0ubuntu2~14.04.1
|   Candidate: 1.7.6+bzr3376-0ubuntu2~14.04.1
|   Version table:
|  *** 1.7.6+bzr3376-0ubuntu2~14.04.1 0
| 500 http://archive.ubuntu.com//ubuntu/ trusty-updates/main amd64 
Packages
|100 /var/lib/dpkg/status

... and finally the sources file specified:

| root@somehost:/var/log/apache2# cat /tmp/tmp.Zl6RvzP3yu/boot-images.yaml
| - url: "http://maas.ubuntu.com/images/ephemeral-v2/releases/";
|   keyring: "/usr/share/keyrings/ubuntu-cloudimage-keyring.gpg"
|   selections:
| - release: "trusty"
|   arches: ["*"]
|   subarches: ["generic"]
|   labels: ["release"]


Regards,

Haw

** Affects: maas
 Importance: Undecided
 Status: New

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

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

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

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

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

Title:
  maas-import-pxe-files fails when MAAS_URL is quoted

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

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


[Bug 1501136] [NEW] php5-mysqlnd should provide php5-mysql

2015-09-29 Thread Xavier L.
Public bug reported:

php5-mysqlnd is a drop in replacement for the php5-mysql client library.
It has also been the upstream default mysql client since 5.4. However,
packaged software in the repository have a dependency on php5-mysql.
Because php5-mysqlnd doesn't provide (fulfil) that dependency, it cannot
be used as a drop in replacement for the nonnative mysql driver.

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

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

Title:
  php5-mysqlnd should provide php5-mysql

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

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


[Bug 1500717] [NEW] ethtool -t option is failing for shiner-t in Ubuntu 14.04

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

== Comment: #0 - Rajeshkumar S  - 2015-01-27 05:21:43 
==
---Problem Description---
ethtool -t option is failing for shiner-t interface
 
---uname output---
3.16.0-29-generic #39-Ubuntu SMP Tue Dec 16 20:53:59 UTC 2014 ppc64le ppc64le 
ppc64le GNU/Linux
 
Machine Type = 8286-42A /10D6B9T 
 
---Steps to Reproduce---
 
Configure the interfaces of the  of shiner-t adapter.

Invoke ethtool with -t option for the shiner-t interface ( eth22 and
eth20 in this test system [9.3.189.142])

It fails on the below test as

root@powerio-le21:~# ethtool -t eth22
The test result is FAIL
The test extra info:
register_test (offline)  0
memory_test (offline)0
int_loopback_test (offline)  0
ext_loopback_test (offline)  0
nvram_test (online)  1
interrupt_test (online)  0
link_test (online)   0

the dmesg output during the event is

[348306.120281] bnx2x 0003:0a:00.0 eth22: using MSI-X  IRQs: sp 441  fp[0] 461 
... fp[7] 472
[348306.222325] bnx2x 0003:0a:00.0 eth22: NIC Link is Up, 1 Mbps full 
duplex, Flow control: none
[348307.088285] bnx2x 0003:0a:00.0 eth22: using MSI-X  IRQs: sp 441  fp[0] 461 
... fp[7] 472
[348313.363674] bnx2x 0003:0a:00.0 eth22: NIC Link is Up, 1 Mbps full 
duplex, Flow control: ON - receive & transmit
root@powerio-le21:~# 

Userspace tool common name: ethtool  
 
The userspace tool has the following bit modes: 64 bit 

Userspace rpm: -

Userspace tool obtained from project website:  na 
 
*Additional Instructions for rajeshkum...@in.ibm.com: 
-Post a private note with access information to the machine that the bug is 
occuring on.
-Attach ltrace and strace of userspace application.

== Comment: #4 - Rajeshkumar S  - 2015-04-08 04:36:56 
==
Brian,

I have a system that is available right now exhibiting this failure for
Mason adapter from Qlogic

eth1 and eth2 are the interfaces corresponding to the ports of the
Qlogic's Mason adapter.

The issue is reproducible now also

wii01:~ # ethtool -t eth1
The test result is FAIL
The test extra info:
Loopback test  (offline) -5

wii01:~ # echo $?
2
wii01:~ # ethtool -t eth2
The test result is FAIL
The test extra info:
Loopback test  (offline) -5

== Comment: #15 - Guilherme Guaglianoni Piccoli  - 
2015-09-28 10:00:18 ==
(In reply to comment #14)
> Mirror on Launchpad

The mirror is requested because there's a need to involve QLogic - since
they have no access to LTC bugzilla, we NEED to mirror this bug to
Launchpad so we can discuss there.

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


** Tags: architecture-ppc64le bot-comment bugnameltc-120976 severity-medium 
targetmilestone-inin---
-- 
ethtool -t option is failing for shiner-t in Ubuntu 14.04
https://bugs.launchpad.net/bugs/1500717
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ethtool 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 1500717] Re: ethtool -t option is failing for shiner-t in Ubuntu 14.04

2015-09-29 Thread Brahadambal Srinivasan
** Package changed: ubuntu => ethtool (Ubuntu)

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

Title:
  ethtool -t option is failing for shiner-t in Ubuntu 14.04

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

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


[Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1147-0ubuntu1

---
cloud-init (0.7.7~bzr1147-0ubuntu1) wily; urgency=medium

  * New upstream snapshot.
* MAAS: fix oauth when system clock is bad (LP: #1499869)

 -- Scott Moser   Tue, 29 Sep 2015 20:16:57 -0400

** Changed in: cloud-init (Ubuntu Wily)
   Status: New => Fix Released

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

Title:
  maas wily deployment to HP Proliant m400 arm64 server cartridge fails

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

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


[Bug 1500717] Re: ethtool -t option is failing for shiner-t in Ubuntu 14.04

2015-09-29 Thread Ben Hutchings
Self-tests are implemented in the driver, not in ethtool. Assuming that
this is an in-tree driver, I'm reassigning to linux. If the driver is
out-of-tree then I don't think it's an Ubuntu issue at all.

** Package changed: ethtool (Ubuntu) => linux (Ubuntu)

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

Title:
  ethtool -t option is failing for shiner-t in Ubuntu 14.04

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

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


[Bug 1501174] [NEW] awscli throws an exception when listing the objects in the bucket

2015-09-29 Thread srikanth
Public bug reported:

awscli throws an exception when listing all the objects in the bucket.
Actually it halts in the middle of listing process when there is object
name with encoded characters.

Object Name:  Attached is the snapshot as i could not able to paste the
character here.

Exception Python 2.7:
'charmap' codec can't encode character u'\uf021' in position 68: character maps 
to 

Exception Python 3.4:
must be str, not bytes

I have arround 10 Lacks of objects in the bucekt. But I failed to list
it for cross verification with my local files.

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


** Tags: awscli boto python2 python3

** Attachment added: "invalidcharcter.png"
   
https://bugs.launchpad.net/bugs/1501174/+attachment/4479566/+files/invalidcharcter.png

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

Title:
  awscli throws an exception when listing the objects in the bucket

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

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


[Bug 1501189] [NEW] Don't put 127.0.0.1 in resolvconf when port=0

2015-09-29 Thread Alkis Georgopoulos
Public bug reported:

The following function is defined in /etc/init.d/dnsmasq:

start_resolvconf()
{
# If interface "lo" is explicitly disabled in /etc/default/dnsmasq
# Then dnsmasq won't be providing local DNS, so don't add it to
# the resolvconf server set.
for interface in $DNSMASQ_EXCEPT
do
[ $interface = lo ] && return
done

if [ -x /sbin/resolvconf ] ; then
echo "nameserver 127.0.0.1" | /sbin/resolvconf -a lo.$NAME
fi
return 0
}

When someone puts port=0 in dnsmasq.conf, because e.g. he wants to use it only 
as a (proxy)DHCP/TFTP server,
127.0.0.1 is added to resolvconf, and DNS is broken because nothing listens 
there.

One workaround is to put DNSMASQ_EXCEPT=lo in /etc/default/dnsmasq.
But that doesn't make much sense, we don't want to exclude some interface, 
we're not running a DNS server at all.

So it would be nice if dnsmasq checked if port=0 is defined in its
configuration, and didn't add 127.0.0.1 to resolvconf then.

Sample implementation code, to be inserted before `if [ -x /sbin/resolvconf ]`:
grep -qr port=0 /etc/dnsmasq.d/ /etc/dnsmasq.conf && return

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


** Tags: patch

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

Title:
  Don't put 127.0.0.1 in resolvconf when port=0

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

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


[Bug 1501189] Re: Don't put 127.0.0.1 in resolvconf when port=0

2015-09-29 Thread Alkis Georgopoulos
Better regex to avoid a possibly commented #port=0:
grep -qr "^[[:space:]]*port=0" /etc/dnsmasq.d/ /etc/dnsmasq.conf && return

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

Title:
  Don't put 127.0.0.1 in resolvconf when port=0

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

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