[Bug 1533639] Re: [ubuntu-cpc] please make /tmp a tmpfs in RAM

2016-02-01 Thread Ben Howard
Dropping this as won't fix.

** Changed in: livecd-rootfs (Ubuntu)
   Status: Triaged => Won't Fix

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

Title:
  [ubuntu-cpc] please make /tmp a tmpfs in RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1533639/+subscriptions

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


[Bug 1511735] Re: libnl: fail to bind() netlink sockets

2016-02-01 Thread Robie Basak
** Description changed:

+ [Triage Notes]
+ 
+ The proposed fix for this bug in libnl3 caused a regression in trusty-
+ proposed, tracked in bug 1511735. The regression is caused by a latent
+ bug in Network Manager. We expect to fix this by landing a fix for the
+ bug in Network Manager in trusty-updates at the same time as this fix.
+ 
  [Impact]
  
-  * Applications in Trusty using libnl-3-200 which frequently open and
-close netlink sockets can easily fail when attempting to bind the
-local socket.  The problem happens when libnl choose a port id
-already used by another application and subsequently libnl fails
-instead of trying another port id.
-
-The original bug was discovered when attempting to start a virtual
-machine under libvirt, which is a user of this library.
+  * Applications in Trusty using libnl-3-200 which frequently open and
+    close netlink sockets can easily fail when attempting to bind the
+    local socket.  The problem happens when libnl choose a port id
+    already used by another application and subsequently libnl fails
+    instead of trying another port id.
  
-  * Backporting fixes from upstream release fixes a real bug in the
-current version of the library in Trusty.  The alternative is for all
-applications to manually manage their local port allocation, or as
-upstream has accepted allowing libnl to attempt to try for other
-local ports.
+    The original bug was discovered when attempting to start a virtual
+    machine under libvirt, which is a user of this library.
  
-  * All patches applied are already accepted upstream and newer Ubuntu
-releases are not affected.
+  * Backporting fixes from upstream release fixes a real bug in the
+    current version of the library in Trusty.  The alternative is for all
+    applications to manually manage their local port allocation, or as
+    upstream has accepted allowing libnl to attempt to try for other
+    local ports.
+ 
+  * All patches applied are already accepted upstream and newer Ubuntu
+    releases are not affected.
  
  [Test Case]
  
-  * On a Trusty 14.04 system
-1. sudo apt-get install libnl-3-200 libnl-3-dev libnl-3-dev \
-libnl-genl-3-dev libnl-route-3-200 \
-make gcc build-essential libnl1
-2. download and unpack attachment: lp_1511735_test.tar
-3. Run testcases:
+  * On a Trusty 14.04 system
+    1. sudo apt-get install libnl-3-200 libnl-3-dev libnl-3-dev \
+    libnl-genl-3-dev libnl-route-3-200 \
+    make gcc build-essential libnl1
+    2. download and unpack attachment: lp_1511735_test.tar
+    3. Run testcases:
  
- % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi 
- gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
- set manually the local port to 6975 (pid: 6974)
- local port has been set by the libnl to 6975 (pid: 6975)
- ERROR: genl_connect(): Object exists (local port: 6975, pid: 6975)
- libnl FAILED
- % python libnl3-test-rh1249158.py a b c d
- ulimit(NOFILE) = (2048, 4096)
- Test: PID=6978
- TEST (a)...
- Traceback (most recent call last):
-   File "libnl3-test-rh1249158.py", line 226, in 
- locals()["TEST_" + arg]()
-   File "libnl3-test-rh1249158.py", line 140, in TEST_a
- sk = nl_get_socket()
-   File "libnl3-test-rh1249158.py", line 115, in nl_get_socket
- raise IOError(-err, _nl_geterror())
- OSError: [Errno 6] b'Unspecific failure'
+ % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi
+ gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
+ set manually the local port to 6975 (pid: 6974)
+ local port has been set by the libnl to 6975 (pid: 6975)
+ ERROR: genl_connect(): Object exists (local port: 6975, pid: 6975)
+ libnl FAILED
+ % python libnl3-test-rh1249158.py a b c d
+ ulimit(NOFILE) = (2048, 4096)
+ Test: PID=6978
+ TEST (a)...
+ Traceback (most recent call last):
+   File "libnl3-test-rh1249158.py", line 226, in 
+ locals()["TEST_" + arg]()
+   File "libnl3-test-rh1249158.py", line 140, in TEST_a
+ sk = nl_get_socket()
+   File "libnl3-test-rh1249158.py", line 115, in nl_get_socket
+ raise IOError(-err, _nl_geterror())
+ OSError: [Errno 6] b'Unspecific failure'
  
-4. After applying the updated packages:
+    4. After applying the updated packages:
  
- % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi
- gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
- set manually the local port to 11295 (pid: 11294)
- local port has been set by the libnl to 2894081055 (pid: 11295)
- libnl OK
- % python libnl3-test-rh1249158.py a b c d
- ulimit(NOFILE) = (2048, 4096)
- Test: PID=11296
- TEST (a)...
- ...done
- TEST 

[Bug 1493188] Re: overlayroot doesn't work with vanilla kernel

2016-02-01 Thread Scott Moser
** Changed in: cloud-initramfs-tools (Ubuntu)
   Status: New => Confirmed

** Changed in: cloud-initramfs-tools (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  overlayroot doesn't work with vanilla kernel

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

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


[Bug 1540537] Re: make ovs-vsctl not raise error if there's no portData available.

2016-02-01 Thread Chris J Arges
** Also affects: libvirt (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

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

Title:
  make ovs-vsctl not raise error if there's no portData available.

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

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


[Bug 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-02-01 Thread klemens_u
Oh my god! This put me into a lot of troubles this morning! How will a
non-tech person deal with this issue???

Workaround for me:

- Plugin in ethernet cable ("wired")
- Open Terminal
- sudo ifconfig eth0 up && dhclient eth0
- sudo apt-get install libnl-3-200=3.2.21-1 libnl-genl-3-200=3.2.21-1 
libnl-route-3-200=3.2.21-1
reboot

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

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

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


[Bug 1540537] [NEW] make ovs-vsctl not raise error if there's no portData available.

2016-02-01 Thread Jorge Niedbalski
Public bug reported:

[Impact]

Nova Live migration task can fail if the source host 
doesn't have a specific port or interface available because the port have been 
already migrated.

If this happens,  we need to make ovs-vsctl not raise error if there's
no portData available.

Example libvirtd.log:

2:2015-12-01 17:44:34.360+: 3379: error : virCommandWait:2399 :
internal error: Child process (ovs-vsctl --timeout=5 get Interface
tape7ad3f81-dc external_ids:PortData) unexpected exit status 1: ovs-
vsctl: no key "PortData" in Interface record "tape7ad3f81-dc" column
external_ids


[Test Case]

The steps to reproduce the problem:

1 define and start a domain with its network configured as:

  
  
  
  
  


2 do not set the network's portData.

3 migrate(ToURI2) it with flag 91(1011011), which means:

  VIR_MIGRATE_LIVE
  VIR_MIGRATE_PEER2PEER
  VIR_MIGRATE_PERSIST_DEST
  VIR_MIGRATE_UNDEFINE_SOURCE
  VIR_MIGRATE_NON_SHARED_DISK

4 migrate success, but we got an error log in libvirtd.log:
  error : virCommandWait:2423 : internal error: Child process (ovs-vsctl 
--timeout=5 get Interface
  vnet1 external_ids:PortData) unexpected exit status 1: ovs-vsctl: no key 
"PortData" in Interface
  record "vnet1" column external_ids

[Regression Potential]

 * N/A

[Other Info]
 
 * This upstream commit fixes the issue: 
https://github.com/libvirt/libvirt/commit/25df57db73adc3e610193ee1fcdd202c47ba471d

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


** Tags: sts

** Tags added: sts

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

Title:
  make ovs-vsctl not raise error if there's no portData available.

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

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


[Bug 1533833] [systemd/wily] possible regression found

2016-02-01 Thread Ubuntu Foundations Team Bug Bot
As a part of the Stable Release Updates quality process a search for
Launchpad bug reports using the version of systemd from wily-proposed
was performed and bug 1539488 was found.  Please investigate this bug
report to ensure that a regression will not be created by this SRU. In
the event that this is not a regression remove the "verification-failed"
tag from this bug report and add the tag "bot-stop-nagging" to bug
1539488 (not this bug). Thanks!

** Tags added: verification-failed

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

Title:
  unprivileged lxc containers won't start, need to put sessions into
  "pids"  cgroup controller

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

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


[Bug 1454725] Re: openvpn no longer called with "--script-security 2"

2016-02-01 Thread Simon Déziel
Thanks for the feedback Nicolas.

This is likely going to bite many users upgrading. It's fairly common to
push DNS resolvers from the VPN server. For those to be usable on the
client side, "script-security 2" is needed otherwise the up/down script
update-resolv-conf won't be called.

Since Ubuntu tweaks the init script to add "--script-security 2" for
backward compatibility, I believe the same should be done by the systemd
file.

@pitti, would that make sense?

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

Title:
  openvpn no longer called with "--script-security 2"

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

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


[Bug 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-02-01 Thread Robie Basak
** Description changed:

+ [Triage Notes]
+ 
+ This regression is caused by a libnl proposed update tracked in bug
+ 1511735. It has not been released as an update, only proposed as an
+ update for early testing. If you volunteered to test proposed updates,
+ then thank you. Your care and attention will stop this regression from
+ hitting ordinary users, and we appreciate your contribution to Ubuntu.
+ 
+ If you are not aware that you volunteered to test proposed updates, then
+ please be aware that your system is configured to do so. In this case,
+ you probably should turn this off. I'd appreciate if someone could
+ explain how to do this in the comments.
+ 
+ [Original Report]
+ 
  Description:Ubuntu 14.04.3 LTS
  Release:14.04
  
  After upgrading to 3.2.21-1ubuntu1 network-manager 0.9.8.8-0ubuntu7.2 
segfaults:
  [   21.367977] init: network-manager main process (1000) killed by SEGV signal
  [   21.367989] init: network-manager main process ended, respawning
  [   21.424932] init: network-manager main process (1060) killed by SEGV signal
  [   21.424943] init: network-manager main process ended, respawning
  [   21.451519] init: network-manager main process (1066) killed by SEGV signal
  [...]
  
  xxx@yyy:/tmp/bla# gdb /usr/sbin/NetworkManager CoreDump
  [...]
  Reading symbols from /usr/sbin/NetworkManager...(no debugging symbols 
found)...done.
  [New LWP 3550]
  [New LWP 3551]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  Core was generated by `NetworkManager'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0x00469fee in nm_netlink_monitor_attach ()

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

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

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


[Bug 1540537] Re: make ovs-vsctl not raise error if there's no portData available.

2016-02-01 Thread Jorge Niedbalski
** Changed in: libvirt (Ubuntu)
   Status: New => Fix Released

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

** Changed in: libvirt (Ubuntu Vivid)
   Status: New => In Progress

** Changed in: libvirt (Ubuntu Trusty)
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

** Changed in: libvirt (Ubuntu Vivid)
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

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

Title:
  make ovs-vsctl not raise error if there's no portData available.

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

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


[Bug 1204530] Re: yppasswd results in a segmentation fault when run on clients or server

2016-02-01 Thread AG
Same here:  100+ users relying on NIS on Trusty. Fix would be highly
appreciated.

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

Title:
  yppasswd results in a segmentation fault when run on clients or server

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

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


[Bug 1539279] Re: please upload 1.6rc1 package

2016-02-01 Thread Michael Hudson-Doyle
xnox did this but i forgot to put the bug number in the changelog

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

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

Title:
  please upload 1.6rc1 package

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

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


[Bug 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-02-01 Thread dgoosens
Critical bug
Had to download packages from another computer

http://askubuntu.com/questions/727127/last-upgrade-crashes-network-
manager-no-internet-connection-no-applet

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

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

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


[Bug 1454725] Re: openvpn no longer called with "--script-security 2"

2016-02-01 Thread Martin Pitt
Yes, I think that makes sense, if that change is still
intended/sensible.

** Changed in: openvpn (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: openvpn (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)

** Changed in: openvpn (Ubuntu)
Milestone: None => ubuntu-16.02

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

Title:
  openvpn no longer called with "--script-security 2"

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

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


[Bug 1539840] Re: not able to make changes in the ubuntu 14.04 and web videos are not playing

2016-02-01 Thread Seth Arnold
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System -> 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Information type changed from Private Security to Public

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

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

Title:
  not able to make changes in the ubuntu 14.04 and web videos are not
  playing

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

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


[Bug 1540660] Re: kpartx fails to add device mappings

2016-02-01 Thread Dimitri John Ledkov
** Also affects: multipath-tools (Ubuntu Xenial)
   Importance: High
   Status: New

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

Title:
  kpartx fails to add device mappings

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

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


[Bug 1540660] [NEW] kpartx fails to add device mappings

2016-02-01 Thread Ben Howard
Public bug reported:

kpartx no longer adds device mappings on Xenial. As a result cloud-
images can't be built.

ubuntu@daily-xenial:~$ sudo kpartx -s -v -a disk.raw 
device-mapper: reload ioctl on loop0p1 failed: No such device
create/reload failed on loop0p1
add map loop0p1 (0:0): 0 4192256 linear 0:0 2048
ubuntu@daily-xenial:~$ dmesg | tail -n5
[38760.357385] device-mapper: ioctl: error adding target to table
[38785.021028] device-mapper: table: 252:0: linear: dm-linear: Device lookup 
failed
[38785.029424] device-mapper: ioctl: error adding target to table
[38902.641279] device-mapper: table: 252:0: linear: dm-linear: Device lookup 
failed
[38902.649726] device-mapper: ioctl: error adding target to table

ubuntu@daily-xenial:~$ dpkg-query -W kpartx
kpartx  0.5.0-7ubuntu10

** Affects: multipath-tools (Ubuntu)
 Importance: High
 Status: New

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

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

Title:
  kpartx fails to add device mappings

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

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


[Bug 1540660] Re: kpartx fails to add device mappings

2016-02-01 Thread Ben Howard
Confirmed that prior version of kpartx works.

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

Title:
  kpartx fails to add device mappings

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-02-01 Thread dann frazier
** Changed in: multipath-tools (Ubuntu)
 Assignee: Skipper Bug Screeners (skipper-screen-team) => Dimitri John 
Ledkov (xnox)

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1472650] Re: [arm64] gccgo runtime crashes with CONFIG_ARM64_PGTABLE_LEVELS=4

2016-02-01 Thread dann frazier
Marking as impacting juju-core/trusty. This is easily reproduced by
attempting to bootstrap a juju-local environment in trusty with juju-
core 1.24.7-0ubuntu1~14.04.1 when using a kernel w/ 4 level page tables.
This will be a supported config once the xenial-lts kernel is available
in trusty.

A no-change rebuild of juju-core trusty would be sufficient to resolve
this issue.


ubuntu@cvm2s2:~$ juju bootstrap --verbose
Bootstrapping environment "local"
Starting new instance for initial state server
Building tools to upload (1.24.7.1-trusty-arm64)
Bootstrap failed, destroying environment
ERROR failed to bootstrap environment: cannot upload bootstrap tools: cannot 
get version from "/tmp/juju-tools525417221/jujud": exit status 2; 
p=0x9354f000
fatal error: runtime_lfstackpush: invalid pointer

runtime stack:

:0

:0

:0

:0

:0

:0

:0

:0

:0

:0

goroutine 1 [garbage collection]:
github.com_juju_cmd.DefaultContext

/build/juju-core-qiO5uV/juju-core-1.24.7/src/github.com/juju/cmd/cmd.go:261
main.Main

/build/juju-core-qiO5uV/juju-core-1.24.7/src/github.com/juju/juju/cmd/jujud/main.go:166
main.MainWrapper

/build/juju-core-qiO5uV/juju-core-1.24.7/src/github.com/juju/juju/cmd/jujud/main.go:151
main.main

/build/juju-core-qiO5uV/juju-core-1.24.7/src/github.com/juju/juju/cmd/jujud/main_nix.go:13

goroutine 3 [syscall]:
goroutine in C code; stack unavailable


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

** Changed in: juju-core (Ubuntu)
   Status: New => Triaged

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

Title:
  [arm64] gccgo runtime crashes with CONFIG_ARM64_PGTABLE_LEVELS=4

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

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


[Bug 1539316] Re: package nginx-core (not installed) failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2016-02-01 Thread Thomas Ward
** Changed in: nginx (Ubuntu)
   Status: Fix Released => 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/1539316

Title:
  package nginx-core (not installed) failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 1

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

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


[Bug 1540692] [NEW] Enable the VirtIO GPU 3D (Virgil)

2016-02-01 Thread Thiago Martins
Public bug reported:

Hello!

 Are you guys planning to enable VirtIO GPU 3D for QEmu 2.5 on Xenial?

 I'm seeing that Ubuntu 16.04 already have all dependencies to make it
happen (I can be wrong)! Like Linux 4.4, Mesa 11.1 and QEmu 2.5.

 So, can it be enabled?

 Also, what are the side effects of enabling it? Will it break SPICE VDI
Desktop? Or does it work okay alongside with SPICE?

Cheers!
Thiago

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

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

Title:
  Enable the VirtIO GPU 3D (Virgil)

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

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


[Bug 1539316] Re: package nginx-core (not installed) failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2016-02-01 Thread Lorenzo Tandoi
I confirm the previous installation of Apache. I installed radically
nginx, apt-get ... and problem solved


** Changed in: nginx (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  package nginx-core (not installed) failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 1

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

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


[Bug 1429739] Re: neutron-server does not start: OperationalError: (OperationalError) no such table: ml2_vlan_allocations

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

** Information type changed from Public Security to Public

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

Title:
  neutron-server does not start: OperationalError: (OperationalError) no
  such table: ml2_vlan_allocations

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

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


[Bug 1429739] Re: neutron-server does not start: OperationalError: (OperationalError) no such table: ml2_vlan_allocations

2016-02-01 Thread andy lau
** Information type changed from Public to Public Security

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

Title:
  neutron-server does not start: OperationalError: (OperationalError) no
  such table: ml2_vlan_allocations

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

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


[Bug 1539921] Re: Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

2016-02-01 Thread Ioan Moldovan
Sorry turns out someone with upload rights is required

** Changed in: cmd2 (Ubuntu)
 Assignee: Ioan Moldovan (ioan-moldovan1999) => (unassigned)

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

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

Title:
  Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

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

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


[Bug 1539921] Re: Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

2016-02-01 Thread Ioan Moldovan
Okay I'll package it, but I need sponsorship, i'm not a Ubuntu Member
... yet!

** Changed in: cmd2 (Ubuntu)
 Assignee: (unassigned) => Ioan Moldovan (ioan-moldovan1999)

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

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

Title:
  Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

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

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


[Bug 1539921] Re: Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

2016-02-01 Thread Ioan Moldovan
** Changed in: cmd2 (Ubuntu)
   Status: New => Confirmed

** Changed in: cmd2 (Ubuntu)
 Assignee: (unassigned) => Ioan Moldovan (ioan-moldovan1999)

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

Title:
  Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

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

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


[Bug 1518440] Re: tgt fails to install in LXD

2016-02-01 Thread Ryan Harper
Forwarded patch to upstream via: https://github.com/fujita/tgt/pull/17

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

Title:
  tgt fails to install in LXD

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

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


[Bug 1353939] Re: Rescue fails with 'Failed to terminate process: Device or resource busy' in the n-cpu log

2016-02-01 Thread Jeffrey G
Delete the in-progress vm on dashboard and then it works.

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

Title:
  Rescue fails with 'Failed to terminate process: Device or resource
  busy' in the n-cpu log

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

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


[Bug 1518440] Re: tgt fails to install in LXD

2016-02-01 Thread Ryan Harper
Updated debdiff:
  - Fix spelling of attempt
  - replace spaces with tabs in patch.

** Patch added: "tgt_fix_lp1518440_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1518440/+attachment/4560974/+files/tgt_fix_lp1518440_v3.debdiff

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

Title:
  tgt fails to install in LXD

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

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


[Bug 1539921] Re: Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

2016-02-01 Thread Ioan Moldovan
** Changed in: cmd2 (Ubuntu)
   Status: Confirmed => New

** Changed in: cmd2 (Ubuntu)
 Assignee: Ioan Moldovan (ioan-moldovan1999) => (unassigned)

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

Title:
  Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

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

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


[Bug 1533833] Re: unprivileged lxc containers won't start, need to put sessions into "pids" cgroup controller

2016-02-01 Thread Martin Pitt
Bug 1538960 is unrelated and a local configuration error.

** Tags removed: verification-failed

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

Title:
  unprivileged lxc containers won't start, need to put sessions into
  "pids"  cgroup controller

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

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


[Bug 1522422] Re: Update to php 7.0

2016-02-01 Thread bhat3
@Nish Coming just back from FOSDEM and had some more talks about PHP
7.0. As you said right when Canonical is only able to maintain one PHP
in main, then it should really be 7.0 or the supported PHP will have
double load and half the speed compared. In summer when xenial is
heading for production most PHP Projects will have 7.0 support out and
everyone will regard 5.* as outdated.

But i would still love dual stack, so i can upgrade all servers from
trusty to xenial :)

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

Title:
  Update to php 7.0

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

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


[Bug 1537538] Re: remove ruby packages scheduled for removal in Debian

2016-02-01 Thread Matthias Klose
Removing packages from xenial:
subtle 0.11.3224-xi-2.1build1 in xenial
subtle 0.11.3224-xi-2.1build1 in xenial amd64
subtle 0.11.3224-xi-2.1build1 in xenial arm64
subtle 0.11.3224-xi-2.1build1 in xenial armhf
subtle 0.11.3224-xi-2.1build1 in xenial i386
subtle 0.11.3224-xi-2.1build1 in xenial powerpc
subtle 0.11.3224-xi-2.1build1 in xenial ppc64el
Comment: lp: #1537538, remove subtle, scheduled for removal in Debian as well
1 package successfully removed.


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

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

Title:
  remove ruby packages scheduled for removal in Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-database-cleaner/+bug/1537538/+subscriptions

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


[Bug 1522422] Re: Update to php 7.0

2016-02-01 Thread bhat3
@marmotte31: Don't get confused the community packaged 7.0 for Debian
and Ubuntu and so far it's in universe. Now it's Canonical's take if
they will support it in main. For helping you can test xenial and PHP7.0
on some dev machines or look for missing packages:
http://packages.ubuntu.com/search?suite=xenial=all=any=php=names

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

Title:
  Update to php 7.0

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

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


[Bug 1522422] Re: Update to php 7.0

2016-02-01 Thread marmotte31
Thanks a lot guys for your involvement and I cross the fingers to see PHP7 
integrated in Ubuntu 16.04 !
How can I / we help to make it before mid February ?

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

Title:
  Update to php 7.0

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

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


[Bug 1539921] Re: Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

2016-02-01 Thread Daniel Holbach
This bug was fixed in the package cmd2 - 0.6.8-1
Sponsored for Artur Rona (ari-tczew)

---
cmd2 (0.6.8-1) unstable; urgency=low

  * New upstream release.
  * Add patch to support Python 3.5 (Closes: #798681)
  * Switch to Pybuild, add README.txt

 -- Federico Ceratto   Thu, 21 Jan 2016 12:19:27
+

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

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

Title:
  Sync cmd2 0.6.8-1 (main) from Debian unstable (main)

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-02-01 Thread Thorsten Diehl
** Package changed: ubuntu => multipath-tools (Ubuntu)

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1535271] Re: nova-compute upstart configuration should not try to load nbd when running in a container

2016-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2:13.0.0~b2-0ubuntu1

---
nova (2:13.0.0~b2-0ubuntu1) xenial; urgency=medium

  [ James Page ]
  * d/nova-compute.upstart.in: Don't try to modprobe kernel modules if running
within a container (LP: #1535271).

  [ Corey Bryant ]
  * New upstream milestone for OpenStack Mitaka.
  * d/control: Align (build-)depends with upstream.
  * d/p/update-run-tests.patch: Dropped. run_tests.sh is being deprecated.
  * d/p/arm-console-patch.patch: Rebased.
  * d/p/disable-websockify-tests.patch: Rebased.
  * d/rules: Run tests with testr as run_tests.sh is being deprecated.
  * d/p/doc-conf-git.patch: Drop git commands that fail sphinx-build.
  * Drop EC2 API support as it is removed from the nova tree in Mitaka.
Removes everything related to nova-api-ec2.
  * Drop nova-objectstore support as it is removed in Mitaka. Removes
everything related to nova-objectstore.

 -- Corey Bryant   Fri, 22 Jan 2016 10:44:27
-0500

** Changed in: nova (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  nova-compute upstart configuration should not try to load nbd when
  running in a container

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

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


[Bug 1509896] Re: IPMI USB SCSI endpoint discovery can fail on OpenPower machines

2016-02-01 Thread Frédéric Bonnard
Verification successfully done on Trusty with : ipmitool
1.8.13-1ubuntu0.6

According to the bug fix in git :

The current USB plugin doesn't find my IPMI channel:

  # ipmitool -I usb mc info
  Error in USB session setup

  Unable to setup interface usb
  Error loading interface usb

This is beacuse I have more than 8 scsi-generic devices that identify
as AMI:

  # grep -c ^AMI /proc/scsi/sg/device_strs
  13

On my machine :
root@abana:~# dpkg -l|grep ipmitool
ii  ipmitool1.8.13-1ubuntu0.6   
ppc64el  utility for IPMI control with kernel driver or LAN interface
root@abana:~# grep -c ^AMI /proc/scsi/sg/device_strs
13
root@abana:~# ipmitool -I usb mc info
Device ID : 32
Device Revision   : 1
Firmware Revision : 2.06
IPMI Version  : 2.0
Manufacturer ID   : 0
Manufacturer Name : Unknown
Product ID: 43707 (0xaabb)
Product Name  : Unknown (0xAABB)
Device Available  : yes
Provides Device SDRs  : no
Additional Device Support :
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
IPMB Event Generator
Chassis Device
Aux Firmware Rev Info : 
0xca
0x48
0x01
0x00
root@abana:~# ipmitool -I usb lan print
Set in Progress : Set Complete
Auth Type Support   : MD5 
Auth Type Enable: Callback : MD5 
: User : MD5 
: Operator : MD5 
: Admin: MD5 
: OEM  : MD5 
IP Address Source   : DHCP Address
IP Address  : 9.101.18.66
Subnet Mask : 255.255.255.0
MAC Address : a0:42:3f:27:34:b8
SNMP Community String   : AMI
IP Header   : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled
Gratituous ARP Intrvl   : 0.0 seconds
Default Gateway IP  : 9.101.18.254
Default Gateway MAC : 00:12:79:04:36:80
Backup Gateway IP   : 0.0.0.0
Backup Gateway MAC  : 00:00:00:00:00:00
802.1q VLAN ID  : Disabled
802.1q VLAN Priority: 0
RMCP+ Cipher Suites : 0,1,2,3,6,7,8,11,12,15,16,17
Cipher Suite Priv Max   : caaaXXX
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM
Bad Password Threshold  : 0
Invalid password disable: no
Attempt Count Reset Int.: 0
User Lockout Interval   : 0

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

Title:
  IPMI USB SCSI endpoint discovery can fail on OpenPower machines

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

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Jon Grimm
Blueprint changed by Jon Grimm:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  [louis-bouchard] nut merge: DONE
  [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [racb] squid3 merge (=4days): TODO
  [nacc] logwatch cleanup: BLOCKED
  [nacc] Tomcat updates and cleanup (=14days): TODO
  [nacc] Java-related work (=10days): TODO
  [nacc] puppet merge and cleanup: TODO
  [rharper] docker.io 1.9 or greater: INPROGRESS
+ clamav: TODO
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items for ubuntu-16.04:
  [paelzer] DPDK MIR: INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  [paelzer] DPDK upstream work: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  [racb] mail-stack-delivery deprecation plan: TODO
  dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Jon Grimm
Blueprint changed by Jon Grimm:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  [louis-bouchard] nut merge: DONE
  [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [racb] squid3 merge (=4days): TODO
  [nacc] logwatch cleanup: BLOCKED
  [nacc] Tomcat updates and cleanup (=14days): TODO
  [nacc] Java-related work (=10days): TODO
  [nacc] puppet merge and cleanup: TODO
+ [rharper] docker.io 1.9 or greater: INPROGRESS
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items for ubuntu-16.04:
  [paelzer] DPDK MIR: INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  [paelzer] DPDK upstream work: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  [racb] mail-stack-delivery deprecation plan: TODO
  dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1508648] Re: Build with multiarch support

2016-02-01 Thread Sebastien Bacher
https://launchpad.net/ubuntu/+source/libecap/0.2.0-1ubuntu7

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

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

Title:
  Build with multiarch support

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

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


[Bug 1460712] Re: Powernap systemd setup is broken

2016-02-01 Thread Ben
Martin, as you are running a later system, perhaps you are hitting bug
1497782 - https://bugs.launchpad.net/powernap/+bug/1497782

Do you see any errors in /var/log/powernap.err ?

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

Title:
  Powernap systemd setup is broken

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

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


[Bug 1524526] Re: Crashes with undefined symbol

2016-02-01 Thread Alberto Salvia Novella
** Tags added: wily

** Changed in: dovecot (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Crashes with undefined symbol

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

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


[Bug 1473903] Re: parted will generate two devices when adding one partition on mpath device

2016-02-01 Thread Mathieu Trudel-Lapierre
** Changed in: parted (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: parted (Ubuntu Trusty)
   Status: Triaged => In Progress

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

Title:
  parted will generate two devices when adding one partition on mpath
  device

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

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


[Bug 1509896] Re: IPMI USB SCSI endpoint discovery can fail on OpenPower machines

2016-02-01 Thread Mathieu Trudel-Lapierre
Hi Frédéric;

Trusty has already been verified and landed. Did you mean vivid?

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

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

Title:
  IPMI USB SCSI endpoint discovery can fail on OpenPower machines

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

-- 
Ubuntu-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 1454725] Re: openvpn fails after upgrade from 14.10 to 15.04

2016-02-01 Thread Nicolas Jungers
On 01/02/16 15:57, Simon Déziel wrote:
> Nicolas, the journal log shows that the VPN server hostname was not
> resolvable and eventually when it finally connected, it failed after
> calling a --up script. Could you provide this --up script and maybe the
> sanitized configuration of your VPN client?
>
> ** Changed in: openvpn (Ubuntu)
> Status: Confirmed => Incomplete
Simon,

The DNS error was a transient one, so not relevant here. The --up script 
is the distro standard one and I modified the connection script to 
include the "script-security 2" config that was before a OPTARGS from 
/etc/default/openvpn.


The /etc/default/openvpn way was the documented way pre-15.04.

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

Title:
  openvpn does not use OPTARGS from /etc/default/openvpn

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

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Jon Grimm
Blueprint changed by Jon Grimm:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  [louis-bouchard] nut merge: DONE
  [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [racb] squid3 merge (=4days): TODO
- [nacc] logwatch cleanup: TODO
- [rharper] Tomcat updates and cleanup (=14days): TODO
+ [nacc] logwatch cleanup: BLOCKED
+ [nacc] Tomcat updates and cleanup (=14days): TODO
+ [nacc] Java-related work (=10days): TODO
+ [nacc] puppet merge and cleanup: TODO
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items for ubuntu-16.04:
  [paelzer] DPDK MIR: INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
- [paelzer] DPDK upstream work: TODO
+ [paelzer] DPDK upstream work: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
- puppet merge and cleanup: TODO
- Java-related work (=10days): TODO
- mail-stack-delivery deprecation plan: TODO
+ [racb] mail-stack-delivery deprecation plan: TODO
  dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Jon Grimm
Blueprint changed by Jon Grimm:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  [louis-bouchard] nut merge: DONE
  [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [racb] squid3 merge (=4days): TODO
  [nacc] logwatch cleanup: BLOCKED
  [nacc] Tomcat updates and cleanup (=14days): TODO
  [nacc] Java-related work (=10days): TODO
  [nacc] puppet merge and cleanup: TODO
  [rharper] docker.io 1.9 or greater: INPROGRESS
- clamav: TODO
+ [louis-bouchard] clamav merge: TODO
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items for ubuntu-16.04:
  [paelzer] DPDK MIR: INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  [paelzer] DPDK upstream work: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  [racb] mail-stack-delivery deprecation plan: TODO
  dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1518440] Re: tgt fails to install in LXD

2016-02-01 Thread Ryan Harper
** Bug watch added: Debian Bug tracker #813368
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813368

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

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

Title:
  tgt fails to install in LXD

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

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


[Bug 1478087] Re: Add libaudit support

2016-02-01 Thread Breno Leitão
Changing the tag 'verification-needed' to 'verification-failed'
considering the last comment on the last 14.04 packages.

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

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

Title:
  Add libaudit support

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

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


[Bug 1540323] [NEW] ubuntu-virt is not generated from seeds

2016-02-01 Thread Robie Basak
Public bug reported:

I would expect this source package to not exist, and use ubuntu-meta
instead.

** Affects: ubuntu-virt (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ubuntu-virt is not generated from seeds

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

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


[Bug 1446906] Re: lxc container with postfix, permission denied on mailq

2016-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.4.0-2.16

---
linux (4.4.0-2.16) xenial; urgency=low

  [ Andy Whitcroft ]

  * Release Tracking Bug
- LP: #1539090
  * SAUCE: hv: hv_set_ifconfig -- convert to python3
- LP: #1506521
  * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
- LP: #1538618

  [ Colin Ian King ]

  * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
bit FADT addresses (LP: #1529381)
- LP: #1529381

  [ John Johansen ]

  * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
being shutdown
- LP: #1446906

  [ Mahesh Salgaonkar ]

  * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
- LP: #1537881
  * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
interrupt.
- LP: #1537881
  * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
base errors
- LP: #1537881

  [ Paolo Pisati ]

  * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
#843419 build flags
- LP: #1533009
  * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
  * [Config] disable ARCH_ZX (ZTE ZX Soc)

  [ Tim Gardner ]

  * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
  * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
- LP: #1536719
  * SAUCE: drop obsolete bnx2x firmware
  * SAUCE: i40e: Silence 'may be used uninitialized' warnings
- LP: #1536474
  * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
- LP: #1534647
  * [Config] Add pvpanic to virtual flavour
- LP: #1537923
  * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
- LP: #1520457

  [ Upstream Kernel Changes ]

  * i40evf: fix compiler warning of unused variable
- LP: #1536474
  * intel: i40e: fix confused code
- LP: #1536474
  * i40e/i40evf: remove unused tunnel parameter
- LP: #1536474
  * i40e: Change BUG_ON to WARN_ON in service event complete
- LP: #1536474
  * i40e: remove BUG_ON from feature string building
- LP: #1536474
  * i40e: remove BUG_ON from FCoE setup
- LP: #1536474
  * i40e: Workaround fix for mss < 256 issue
- LP: #1536474
  * i40e/i40evf: Add a stat to track how many times we have to do a force
WB
- LP: #1536474
  * i40e: Move the saving of old link info from handle_link_event to
link_event
- LP: #1536474
  * i40e/i40evf: Add comment to #endif
- LP: #1536474
  * i40e/i40evf: clean up error messages
- LP: #1536474
  * i40evf: handle many MAC filters correctly
- LP: #1536474
  * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
- LP: #1536474
  * i40e: rework the functions to configure RSS with similar parameters
- LP: #1536474
  * i40e: create a generic configure rss function
- LP: #1536474
  * i40e: Bump version to 1.4.2
- LP: #1536474
  * i40e: add new fields to store user configuration
- LP: #1536474
  * i40e: rename rss_size to alloc_rss_size in i40e_pf
- LP: #1536474
  * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
workaround
- LP: #1536474
  * i40e/i40evf: prefetch skb data on transmit
- LP: #1536474
  * i40evf: rename VF adapter specific RSS function
- LP: #1536474
  * i40evf: create a generic config RSS function
- LP: #1536474
  * i40evf: create a generic get RSS function
- LP: #1536474
  * i40evf: add new fields to store user configuration of RSS
- LP: #1536474
  * i40e: Update error messaging
- LP: #1536474
  * i40e: fix confusing message
- LP: #1536474
  * i40e: make error message more useful
- LP: #1536474
  * i40evf: quoth the VF driver, Nevermore
- LP: #1536474
  * i40evf: allocate queue vectors dynamically
- LP: #1536474
  * i40evf: allocate ring structs dynamically
- LP: #1536474
  * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
- LP: #1536474
  * i40e: fix: do not sleep in netdev_ops
- LP: #1536474
  * i40e: remove unused argument
- LP: #1536474
  * i40evf: increase max number of queues
- LP: #1536474
  * i40evf: set real num queues
- LP: #1536474
  * i40evf: remove duplicate string
- LP: #1536474
  * i40e: Detection and recovery of TX queue hung logic moved to
service_task from tx_timeout
- LP: #1536474
  * i40e: Fix memory leaks, sideband filter programming
- LP: #1536474
  * i40evf: don't use atomic allocation
- LP: #1536474
  * i40e: propagate properly
- LP: #1536474
  * i40evf: use correct types
- LP: #1536474
  * i40e: use priv flags to control packet split
- LP: #1536474
  * i40e: Remove separate functions gathering XOFF Rx stats
- LP: #1536474
  * i40e: fix whitespace
- LP: #1536474
  * i40e/i40evf: use logical operator
- LP: #1536474
  * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
- LP: #1536474
  * i40e: trivial fixes
- LP: #1536474
  * i40e: Fix i40e_print_features() VEB mode output
- LP: #1536474
  * i40e: chomp the 

[Bug 1539016] Re: Remove /bin/running-in-container

2016-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor - 2.10-0ubuntu12

---
apparmor (2.10-0ubuntu12) xenial; urgency=medium

  * Call systemd-detect-virt instead of the Ubuntu specific
running-in-container wrapper. (LP: #1539016)

 -- Martin Pitt   Thu, 28 Jan 2016 13:33:28
+0100

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

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

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

Title:
  Remove /bin/running-in-container

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

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


[Bug 1539016] Re: Remove /bin/running-in-container

2016-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 1:2.5+dfsg-1ubuntu4

---
qemu (1:2.5+dfsg-1ubuntu4) xenial; urgency=medium

  * debian/qemu-kvm-init: Call systemd-detect-virt instead of the
Ubuntu specific running-in-container wrapper. (LP: #1539016)

 -- Martin Pitt   Thu, 28 Jan 2016 13:24:51
+0100

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

Title:
  Remove /bin/running-in-container

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

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


[Bug 1523660] Re: iproute2 merge 4.3.0-1 from debian

2016-02-01 Thread Andy Whitcroft
** Changed in: iproute2 (Ubuntu)
Milestone: ubuntu-16.01 => ubuntu-16.02

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

Title:
  iproute2 merge 4.3.0-1 from debian

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

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


[Bug 1511524] Re: OpenVPN PAM authentication broken on 15.10 Server

2016-02-01 Thread Bug Watch Updater
** Changed in: openvpn (Debian)
   Status: Unknown => 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/1511524

Title:
  OpenVPN PAM authentication broken on 15.10 Server

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

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


[Bug 1540491] [NEW] Please merge clamav 0.99+dfsg-1 (main) from Debian stable

2016-02-01 Thread Louis Bouchard
Public bug reported:

merge bug

** Affects: clamav (Ubuntu)
 Importance: Wishlist
 Assignee: Louis Bouchard (louis-bouchard)
 Status: Confirmed

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

** Changed in: clamav (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: clamav (Ubuntu)
 Assignee: (unassigned) => Louis Bouchard (louis-bouchard)

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

Title:
  Please merge clamav 0.99+dfsg-1 (main) from Debian stable

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

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


[Bug 1498637] Re: package libapr1:amd64 1.5.0-1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2016-02-01 Thread Launchpad Bug Tracker
[Expired for apr (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apr (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package libapr1:amd64 1.5.0-1 failed to install/upgrade: package is in
  a very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

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


[Bug 1540660] Re: kpartx fails to add device mappings

2016-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.5.0-7ubuntu11

---
multipath-tools (0.5.0-7ubuntu11) xenial; urgency=medium

  * debian/patches/git-kpartx-support-spaces-in-dev-names-b407050a.patch: fixup
to correct deal with loopback-mounting files. (LP: #1540660)
  * debian/patches/mpath_name_migration.patch: make sure multipath_migrate gets
cleaned up otherwise running debuild twice will fail.
  * debian/tests/kpartx-file-loopback: add an autopkgtest to catch future cases
where uploads might break kpartx's loopback file handling.

 -- Mathieu Trudel-Lapierre   Mon, 01 Feb 2016
23:27:08 -0500

** Changed in: multipath-tools (Ubuntu Xenial)
   Status: In Progress => Fix Released

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

Title:
  kpartx fails to add device mappings

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

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


[Bug 1478087] Re: Add libaudit support

2016-02-01 Thread Mathieu Trudel-Lapierre
I'd like to re-validate this for myself before we mark it verification-
failed. There really shouldn't be much more than building shadow and
openssh with audit support for this to work, so let's take another look.

Marking back to verification-needed.

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

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

Title:
  Add libaudit support

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

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


[Bug 1478087] Re: Add libaudit support

2016-02-01 Thread Mathew Hodson
** Changed in: openssh (Ubuntu)
   Importance: Undecided => Medium

** Changed in: shadow (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: openssh (Ubuntu Vivid)
   Importance: Undecided => Low

** Changed in: openssh (Ubuntu Wily)
   Importance: Undecided => Medium

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

** Changed in: shadow (Ubuntu Wily)
   Importance: Undecided => Medium

** Changed in: shadow (Ubuntu Vivid)
   Importance: Undecided => Low

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

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

Title:
  Add libaudit support

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

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


[Bug 1540660] Re: kpartx fails to add device mappings

2016-02-01 Thread Mathieu Trudel-Lapierre
** Changed in: multipath-tools (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: multipath-tools (Ubuntu Xenial)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  kpartx fails to add device mappings

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

-- 
Ubuntu-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 1349949] Re: Juju's mongodb does not need to log every command in syslog

2016-02-01 Thread Mark Shuttleworth
Paul, I believe the plan is to move to MongoDB 3.2 with Juju 2.0, which
solves the issue. I am not sure when we will have an upgrade mechanism
from 1.x to 2.x but we intend to do that in due course.

Mark

-- 
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 1478087] Re: Add libaudit support

2016-02-01 Thread Mathew Hodson
** No longer affects: audit (Ubuntu)

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

Title:
  Add libaudit support

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

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


[Bug 1514766] Re: smbd crashed with SIGABRT in strlen() while accessing a share from a W7 client

2016-02-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  smbd crashed with SIGABRT in strlen() while accessing a share from a
  W7 client

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

-- 
Ubuntu-server-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

2016-02-01 Thread Paul Gear
This is still affecting us on 1.25.3.

-- 
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 1204530] Re: yppasswd results in a segmentation fault when run on clients or server

2016-02-01 Thread Gabriel Devenyi
Running a 200+ user NIS system on Trusty, would love a fix here.

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

Title:
  yppasswd results in a segmentation fault when run on clients or server

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

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


[Bug 1454725] Re: openvpn does not use OPTARGS from /etc/default/openvpn

2016-02-01 Thread Simon Déziel
** Changed in: openvpn (Ubuntu)
   Status: Incomplete => Confirmed

** Summary changed:

- openvpn does not use OPTARGS from /etc/default/openvpn
+ openvpn no longer called with "--script-security 2"

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

Title:
  openvpn no longer called with "--script-security 2"

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

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


[Bug 1473903] Re: parted will generate two devices when adding one partition on mpath device

2016-02-01 Thread Mathieu Trudel-Lapierre
multipath-tools already carries the patches to synchronize with udev; so
does parted. This should fix the issues with "device is busy" messages
when doing the partitioning (but it looks as though there can still be
some), and on xenial I can verify that there is just one device being
created.

I've tested the patches for parted / multipath-tools on trusty and
things look like they work correctly (again, aside from the "device is
busy" errors, but the correct device node is created anyway).

** Description changed:

+ [Impact]
+ Admins who use parted to partition a multipath device after installation will 
find that more than one device may be generated for the same partition: one in 
the form pN, and one in the form -partN.
+ 
+ [Test case]
+ See below; use parted to partition a multipath device.
+ 
+ [Regression Potential]
+ Scripted tools which deal with the partitioning via parted and would depend 
on the devices from multipath being named "pN" will find that the device 
node is no longer available, since it was chosen to align with general udev 
rules for multipath coming from udev and multipath-tools, using the 
"-partN" form.
+ 
+ ---
+ 
  Problem Description
  =
  Two deivce created when creating 1 partition on a mpath device:
  
  % sudo parted /dev/mapper/mpath2
  GNU Parted 2.3
  Using /dev/mapper/mpath2
  Welcome to GNU Parted! Type 'help' to view a list of commands.
  (parted) p
  Model: Linux device-mapper (multipath) (dm)
  Disk /dev/mapper/mpath2: 284GB
  Sector size (logical/physical): 512B/4096B
  Partition Table: msdos
  
  Number  Start  End  Size  Type  File system  Flags
  
  (parted) mkpart
  mkpartmkpartfs
  (parted) mkpart
  Partition type?  primary/extended? primary
  File system type?  [ext2]?
  Start? 0%
  End? 10%
  Device /dev/mapper/mpath2p1 not found
  device-mapper: table ioctl on  failed: No such device or address
  Device /dev/mapper/mpath2p1 not found
  device-mapper: table ioctl on  failed: No such device or address
  (parted) p
  Model: Linux device-mapper (multipath) (dm)
  Disk /dev/mapper/mpath2: 284GB
  Sector size (logical/physical): 512B/4096B
  Partition Table: msdos
  
  Number  Start   End SizeType File system  Flags
-  1  1049kB  28.4GB  28.4GB  primary
+  1  1049kB  28.4GB  28.4GB  primary
  
  (parted) q
  Information: You may need to update /etc/fstab.
  
  % ls /dev/mapper/mpath2*
  /dev/mapper/mpath2  /dev/mapper/mpath2p1  /dev/mapper/mpath2-part1
- % 
+ %
  
  Steps to Reproduce
  ===
  1. install ubuntu 14.04.3 on a system which has mpath device
  2. try to partition the mpath device, add one partition
-  
+ 
  ---uname output---
  Linux dilllp1 3.19.0-22-generic #22~14.04.1-Ubuntu SMP Wed Jun 17 10:03:39 
UTC 2015 ppc64le ppc64le ppc64le GNU/Linux
  
- Userspace tool common name: parted 
- Userspace rpm: parted, version: 2.3-19ubuntu1 
- The userspace tool has the following bit modes: 64-bit 
+ Userspace tool common name: parted
+ Userspace rpm: parted, version: 2.3-19ubuntu1
+ The userspace tool has the following bit modes: 64-bit
  
  == Comment: #2 - David Heller  - 2015-07-09 20:16:11 ==
  Hi Ping,
  
  Are you sure that /dev/mapper/mpath2p1 device was not left over from
  install, and perhaps existed before you did the parted?  Remember there
  were some changes to multipath in the installer, and the installer now
  uses mpathXpX, and the running os uses mpathX-partX.. I think that is
  right?
  
  If the two devices truly were created in the same parted operation, if
  you can reproduce it, can you run "udevadm monitor -p" during the
  operation, and provide the output?  thx.
  
  == Comment: #3 - Ping Tian Han  - 2015-07-09 22:03:53 ==
  (In reply to comment #2)
  > Hi Ping,
- > 
+ >
  > Are you sure that /dev/mapper/mpath2p1 device was not left over from
  > install, and perhaps existed before you did the parted?  Remember there were
  Yes, I'm pretty sure the device wasn't left over from install:
  
  % ls /dev/mapper/mpath4*
  /dev/mapper/mpath4
  % sudo parted /dev/mapper/mpath4*
  GNU Parted 2.3
  Using /dev/mapper/mpath4
  Welcome to GNU Parted! Type 'help' to view a list of commands.
- (parted) p
- Error: /dev/mapper/mpath4: unrecognised disk label
- (parted) mklabel msdos
- (parted) p
+ (parted) p
+ Error: /dev/mapper/mpath4: unrecognised disk label
+ (parted) mklabel msdos
+ (parted) p
  Model: Linux device-mapper (multipath) (dm)
  Disk /dev/mapper/mpath4: 284GB
  Sector size (logical/physical): 512B/4096B
  Partition Table: msdos
  
  Number  Start  End  Size  Type  File system  Flags
  
- (parted) mkpart 1 
+ (parted) mkpart 1
  parted: 

[Bug 1539316] Re: package nginx-core (not installed) failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2016-02-01 Thread Thomas Ward
Digging around further in your Dpkg History that was attached here, it
looks like you have Apache installed.  Nginx won't start if port 80 is
bound to, but without the additional bug information I can't determine
if that's the issue (though it's likely one of the main culprits)

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

Title:
  package nginx-core (not installed) failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 1

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

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


[Bug 1486370] Re: ISST-LTE: not all mpath device files are symbol link

2016-02-01 Thread Mathieu Trudel-Lapierre
** Description changed:

  [Impact]
  Minimal impact, this is limited to aesthetic issues; devices should if 
possible all be actual block device nodes rather than symlinks.
  
  [Test case]
  1) ls -l /dev/mapper
  2) Reboot, try again.
+ 
+ Also:
+ while true; do kpartx -d -p -part /dev/dm-2;udevadm settle; kpartx -a -p 
-part /dev/dm-2; udevadm settle;done
+ 
+ Or:
+ while true; do multipath -F; multipath; done
+ 
  
  [Regression potential]
  Timing issues may cause delays in generating device nodes or symlinks due to 
the need for multipath-tools, device-mapper and udev to synchronize.
  
  ---
  
  == Comment: #0 - Ping Tian Han  - 2015-07-21 23:38:48 ==
  ---Problem Description---
  Some mpath devices in /dev/mapper are symbol links to /dev/dm-, but there 
are exceptions:
  
  % ls -l /dev/mapper
  total 0
  crw--- 1 root root  10, 236 Jul 21 20:46 control
  lrwxrwxrwx 1 root root7 Jul 21 20:46 mpath0 -> ../dm-0
  brw--- 1 root root 252,   4 Jul 21 20:46 mpath0-part1
  brw--- 1 root root 252,   6 Jul 21 20:46 mpath0-part2
  brw--- 1 root root 252,   7 Jul 21 20:46 mpath0-part3
  lrwxrwxrwx 1 root root7 Jul 21 20:46 mpath1 -> ../dm-1
  brw-rw 1 root disk 252,   2 Jul 21 20:46 mpath2
  lrwxrwxrwx 1 root root7 Jul 21 20:46 mpath3 -> ../dm-3
  lrwxrwxrwx 1 root root7 Jul 21 20:46 mpath4 -> ../dm-5
  
  mpath2 isn't a symbol link.
  
  % sudo dmestup info mpath2
  sudo: dmestup: command not found
  % sudo dmsetup info mpath2
  Name:  mpath2
  State: ACTIVE
  Read Ahead:256
  Tables present:LIVE
  Open count:0
  Event number:  4
  Major, minor:  252, 2
  Number of targets: 1
  UUID: mpath-36005076304ffc69f0469
  
  % sudo dmsetup info /dev/dm-2
  Name:  mpath2
  State: ACTIVE
  Read Ahead:256
  Tables present:LIVE
  Open count:0
  Event number:  4
  Major, minor:  252, 2
  Number of targets: 1
  UUID: mpath-36005076304ffc69f0469
  
  Contact Information = Ping Tian Han/pt...@cn.ibm.com,   Chanh H
  Nguyen/chngu...@us.ibm.com
  
  ---uname output---
  Linux onyxlp2 3.19.0-22-generic #22~14.04.1-Ubuntu SMP Wed Jun 17 10:03:39 
UTC 2015 ppc64le ppc64le ppc64le GNU/Linux
  
  Machine Type = na
  
  ---Steps to Reproduce---
   1. install ubuntu on onyxlp2, which has mpath device
  2. ls /dev/mapper, see some mpath device file isn't symbol link
  
  Userspace tool common name: na
  
  The userspace tool has the following bit modes: 64-bit
  
  Userspace rpm: na
  
  Userspace tool obtained from project website:  na
  
  == Comment: #6 - Mauricio Faria De Oliveira  - 
2015-08-18 12:33:17 ==
  This shouldn't be a problem at all.
  Either symlinks to the dm devices or block devices which refer to them 
directly (via major:minor number) will work.
  
  It isn't ideal, though.
  
  == Comment: #7 - Mauricio Faria De Oliveira  - 
2015-08-18 12:35:34 ==
  BTW, that expectation is per the SRU policy.
  
  And the problem cause is likely a race involving udev rules (multipath &
  kpartx), and possibly multipathd.

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

Title:
  ISST-LTE: not all mpath device files are symbol link

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

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


[Bug 1538775] Re: multipath-tools-boot relies on scsi_wait_scan module, fails multipath setup

2016-02-01 Thread Mathieu Trudel-Lapierre
** Also affects: multipath-tools (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: multipath-tools (Ubuntu)
   Status: New => Fix Released

** Changed in: multipath-tools (Ubuntu Trusty)
   Status: New => In Progress

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

** Changed in: multipath-tools (Ubuntu Trusty)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Description changed:

+ [Impact]
+ Users of multipath may see an error message on every boot (when in verbose 
mode) about the scsi_wait_scan module being unavailable.
+ 
+ [Test case]
+ Boot 14.04 system with multipath-tools-boot. (Multipath devices installed, 
and the pacakge multipath-tools-boot installed).
+ 
+ [Regression Potential]
+ None. This module has been removed for a long while; as such this has no 
effect aside from removing an extra error message on boot.
+ 
+ --
+ 
  Release: Ubuntu 14.04.3 LTS
  Kernel: linux-image-3.16.0-59-generic
  A clean system installed fresh today (2016-01-27)
  
  In attempting to configure a system to boot-from-SAN and enable
  multipath support I ran into an issue whereby despite the multiple paths
  being detected (when running the multipath command from the CLI) the
  configuration wasn't being enabled at boot. After examining /usr/share
  /initramfs-tools/scripts/local-top/multipath I found the following:
  
  verbose && log_begin_msg "Waiting for scsi storage"
  { rmmod scsi_wait_scan ; modprobe scsi_wait_scan ; rmmod scsi_wait_scan ; } 
>/dev/null 2>&1
  verbose && log_end_msg
  
  The problem appears to be that the scsi_wait_scan module doesn't  exist
  and so there is no wait before the multipath scan is performed. I
  managed to observe this briefly during bootup (with the script edited)
  and could see it performed the scan before sda/sdb was discovered.
  
  I also found a debian bug report indicating the module was removed a
  while back (https://lists.debian.org/debian-
  kernel/2012/05/msg00791.html).
  
  After adding in an artificial delay for testing the multipath command
  does what is expected and configures the paths accordingly. I'm not sure
  what the correct approach is if the scsi_wait_scan module is removed.
  
  I also found that the same local-top script doesnt have the dm-round-
  robin module loaded (but it is included in the initrd by the associated
  hook script), however I'm not sure if that is by design. I know I need
  it for my specific use-case, but don't know if it is deliberately
  excluded to prevent breakage on SAN units that don't support native
  round-robin.

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

Title:
  multipath-tools-boot relies on scsi_wait_scan module, fails multipath
  setup

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

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
- [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
- [kick-d] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
- [nacc] logwatch cleanup: TODO
- [smoser] openiscsi merge: TODO
+ [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
+ [nacc] logwatch merge and cleanup: INPROGRESS
+ [smoser] openiscsi merge: BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
- [nacc] Tomcat updates and cleanup (=14days): TODO
+ [rharper] Tomcat updates and cleanup (=14days): TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
  [racb] squid3 merge (=4days): TODO
  [louis-bouchard] nut merge: DONE
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  Consider postfix update: TODO
- [raharper] docker.io: INPROGRESS

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
+ [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
+ [nacc] logwatch merge and cleanup: INPROGRESS
+ [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
+ [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
+ [nacc] Consider php7.0 for Xenial: INPROGRESS
+ [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  
  Work items for ubuntu-16.02:
- [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
- [nacc] logwatch merge and cleanup: INPROGRESS
- [smoser] openiscsi merge: BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
- [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
- [nacc] Consider php7.0 for Xenial: INPROGRESS
- [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [rharper] Tomcat updates and cleanup (=14days): TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
  [racb] squid3 merge (=4days): TODO
  [louis-bouchard] nut merge: DONE
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1454273] Re: irqbalance should not run in container - add systemd unit

2016-02-01 Thread Martin Pitt
** Changed in: irqbalance (Ubuntu)
Milestone: ubuntu-15.11 => None

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

Title:
  irqbalance should not run in container - add systemd unit

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

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
- [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
- [nacc] logwatch merge and cleanup: INPROGRESS
- [smoser] openiscsi merge: TODO
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
- [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
- [nacc] Consider php7.0 for Xenial: INPROGRESS
- [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  
  Work items for ubuntu-16.02:
+ [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
+ [nacc] logwatch merge and cleanup: INPROGRESS
+ [smoser] openiscsi merge: TODO
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
+ [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
+ [nacc] Consider php7.0 for Xenial: INPROGRESS
+ [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [rharper] Tomcat updates and cleanup (=14days): TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
  [racb] squid3 merge (=4days): TODO
  [louis-bouchard] nut merge: DONE
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Ryan Harper
Blueprint changed by Ryan Harper:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
+ [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
- [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
- [nacc] logwatch merge and cleanup: INPROGRESS
+ [kick-d] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
+ [nacc] logwatch cleanup: TODO
  [smoser] openiscsi merge: TODO
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
- [rharper] Tomcat updates and cleanup (=14days): TODO
+ [nacc] Tomcat updates and cleanup (=14days): TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
  [racb] squid3 merge (=4days): TODO
  [louis-bouchard] nut merge: DONE
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  Consider postfix update: TODO
+ [raharper] docker.io: INPROGRESS

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1539016] Re: Remove /bin/running-in-container

2016-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package grub2 - 2.02~beta2-35ubuntu1

---
grub2 (2.02~beta2-35ubuntu1) xenial; urgency=medium

  * debian/postinst.in, debian/kernel/zz-update-grub: Call systemd-detect-virt
instead of the Ubuntu specific running-in-container wrapper. (LP: #1539016)

 -- Martin Pitt   Thu, 28 Jan 2016 14:25:14
+0100

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

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

Title:
  Remove /bin/running-in-container

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

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


[Bug 1454273] Re: irqbalance should not run in container - add systemd unit

2016-02-01 Thread Martin Pitt
Standard LXC images don't have irqbalance. Upstream says that in some
corner cases you might want it in containers too, and as you have to
explicitly install it I don't consider this high importance.

** Changed in: irqbalance (Ubuntu)
   Importance: High => Medium

** Tags removed: systemd-boot

** Summary changed:

- irqbalance should not run in container - add systemd unit
+ irqbalance should not run in container

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

Title:
  irqbalance should not run in container

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

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


[Bug 1454273] Re: irqbalance should not run in container - add systemd unit

2016-02-01 Thread Bryan Quigley
Upstream doesn't want to do this.

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

Title:
  irqbalance should not run in container

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

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


[Bug 1533639] Re: [ubuntu-cpc] please make /tmp a tmpfs in RAM

2016-02-01 Thread Dean Henrichsmeyer
Let's not move forward with this right now. This decision needs more
data and more consensus before being actioned.

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

Title:
  [ubuntu-cpc] please make /tmp a tmpfs in RAM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1533639/+subscriptions

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Jon Grimm
Blueprint changed by Jon Grimm:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
- [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
- [nacc] logwatch merge and cleanup: INPROGRESS
- [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
- [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
- [nacc] Consider php7.0 for Xenial: INPROGRESS
- [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  
  Work items for ubuntu-16.02:
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
+ [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
+ [nacc] logwatch merge and cleanup: INPROGRESS
+ [smoser] openiscsi merge (debian bug 804162): BLOCKED
+ [nacc] Consider php7.0 for Xenial: INPROGRESS
+ [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  puppet merge and cleanup: TODO
  [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [rharper] Tomcat updates and cleanup (=14days): TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
  [racb] squid3 merge (=4days): TODO
  [louis-bouchard] nut merge: DONE
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
+ [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1432062] Re: multipath-tools-boot: support booting without user_friendly_names on devices with spaces in identifiers

2016-02-01 Thread Mathieu Trudel-Lapierre
** Also affects: multipath-tools (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: multipath-tools (Ubuntu Trusty)
   Status: New => In Progress

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

** Changed in: multipath-tools (Ubuntu Trusty)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  multipath-tools-boot: support booting without user_friendly_names on
  devices with spaces in identifiers

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

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


[Bug 1432062] Re: multipath-tools-boot: support booting without user_friendly_names on devices with spaces in identifiers

2016-02-01 Thread Mathieu Trudel-Lapierre
** Description changed:

+ [Impact]
  If a system is not installed w/ multipath support (i.e., no 
disk-detect/multipath/enable=true), the /etc/multipath.conf file is not 
installed.
  If an user later installs multipath-tools-boot, it will enable the udev rules 
for multipath support.
  Those rules don't handle disk devices w/ spaces on their names/uuids/models 
very well..
  
  That's because of udev's SYMLINK command using spaces to separate
  multiple links, and the kernel sysfs/dm informing \x20 instead, which is
  not correctly interpreted by some commands, resulting in file not found
  errors, for example.
  
  Thus, the system fails to boot.
+ 
+ [Test case]
+ Requires installing on a system where there are spaces in the name of the 
device make/model data; for instance, on POWER8 with IPR disks, or with QEMU.
+ 1) Install system with multipath support 
('disk-detect/multipath/enable=true').
+ 2) Boot the system.
+ 3) Edit /etc/multipath.conf, remove "user_friendly_names yes" ; replace with 
"user_friendly_names no", or remove /etc/multipath.conf.
+ 4) Update the initramfs: sudo update-initramfs -u
+ 5) Reboot.
+ 
+ [Regression potential]
+ Minimal. Systems with names in the disk make/model data would not boot 
without user_friendly_names enabled. This patch will allow multipath-tools to 
correctly handle these devices in the case where friendly names are not enabled 
by using the devices major/minor numbers rather that its path.
+ 
+ 
  
  There's no problem, however, if user_friendly_names is enabled in
  multipath.conf (which is enabled in the default multipath.conf from the
  installer, if it has multipath enabled).
  
  Notice it's an acceptable case to install w/out multipath support, and
  enable it later for booting.
  
  Disk devices w/ spaces in naming is not common over SAN/storage systems, but 
that happens often for conventional disks; for example:
  - IBM IPR  ( IBM IPR-0   5DB6F480 )
  - IBM VDASD ( AIX VDASD   00c96f074c00014bb8e713f0.14 )
  - QEMU HARDDISK ( QEMU QEMU HARDDISK  )
  
  So, please, is it possible to ship the default multipath.conf (e.g.,
  from installer) w/ multipath-tools-boot?
  
  For users not to their systems failing to boot after installing
  multipath-tools-boot manually, after a non-multipath install.
  
  Related bugs:
-  * bug 1371634: block devices appear twice
+  * bug 1371634: block devices appear twice

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

Title:
  multipath-tools-boot: support booting without user_friendly_names on
  devices with spaces in identifiers

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

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


[Bug 1454725] Re: openvpn fails after upgrade from 14.10 to 15.04

2016-02-01 Thread Simon Déziel
Nicolas, the journal log shows that the VPN server hostname was not
resolvable and eventually when it finally connected, it failed after
calling a --up script. Could you provide this --up script and maybe the
sanitized configuration of your VPN client?

** Changed in: openvpn (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  openvpn fails after upgrade from 14.10 to 15.04

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

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


[Bug 1509896] Re: IPMI USB SCSI endpoint discovery can fail on OpenPower machines

2016-02-01 Thread Breno Leitão
** 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 ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1509896

Title:
  IPMI USB SCSI endpoint discovery can fail on OpenPower machines

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

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


[Bug 1016744] Re: OpenVPN example easy-rsa 2.0 issues

2016-02-01 Thread Simon Déziel
The easy-rsa component now ship as a separated package in Trusty. The
released version contains the fix.

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

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

Title:
  OpenVPN example easy-rsa 2.0 issues

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

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


[Bug 1538775] Re: multipath-tools-boot relies on scsi_wait_scan module, fails multipath setup

2016-02-01 Thread Stuart Hopkins
Just to be clear, it isn't the error message that is a problem when
attempting to boot, its that the system will not boot with multipath
support because the multipath discovery in the initrd is performed
before the SCSI devices are available. Removing the current code
referring to the removed module won't actually fix the issue as the
discovery will still take place before the qla2xxx driver has had a
chance to discover the LUN's, thus the root fs will be mounted on
/dev/sda instead of /dev/mapper/mpath0, and cannot be changed later (as
the LUN is currently active).

This is why I had to add in a sleep statement so that the multipath scan
takes place after the devices have been discovered. Not a clean solution
at all, but I am unsure as to what replaced the scsi_wait_scan given the
async changes.

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

Title:
  multipath-tools-boot relies on scsi_wait_scan module, fails multipath
  setup

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

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


[Bug 1539016] Re: Remove /bin/running-in-container

2016-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.19.4-0ubuntu2

---
apport (2.19.4-0ubuntu2) xenial; urgency=medium

  * debian/apport.upstart: Call systemd-detect-virt instead of the
Ubuntu specific running-in-container wrapper. (LP: #1539016)

 -- Martin Pitt   Thu, 28 Jan 2016 14:58:06
+0100

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

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

Title:
  Remove /bin/running-in-container

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

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


[Bug 1526984] Re: ISST-LTE: root mpath device unavailable after installation

2016-02-01 Thread Mathieu Trudel-Lapierre
** Description changed:

+ [Impact]
+ This affects users of multipath systems where devices may be slow to be 
detected. (See below).
+ 
+ On some systems disks may be slow to be detected due to a number of
+ reasons: slow disks, spin delay, large number of devices to scan, etc.
+ If the disk containing the root filesystem fails to be detected/scanned
+ when the multipath initramfs scripts are run, the system will give up
+ and fail to load the rootfs, which results in a failure to boot (and the
+ user will be thrown into a busybox shell in the initramfs).
+ 
+ [Test case]
+ Boot the system.
+ 
+ [Regression Potential]
+ Given that this changes the load order for the system, it may cause some 
delay in booting due to the extra time taken to load all maps for the rootfs to 
become available through multipath. Also, crashes in multipathd may now affect 
early boot.
+ 
+ ---
+ 
  Canonical FYI:
  
  We appear to have a regression in the current 14.04 environment back to
  the behavior originally outlined in Comment #10 of LP Bug 1429327.
  
  ---Problem---
  
  A multipath install of 14.04.04 fails to create the install mpath
  device on subsequent boots.  While the root filesystem ends up being
  mounted on top of one of the path devices, other partitions on that
  multipath device will not be automatically found.
  
  ---Additional details---
  
  For one example host, the install disk was set up with a root and
  swap partition:
  
  Dec 14 21:37:55 disk-detect: create: mpath0 (35000c5007655a10f) undef IBM 
,ST300MP0064
  Dec 14 21:37:55 disk-detect: size=279G features='0' hwhandler='0' wp=undef
  Dec 14 21:37:55 disk-detect: |-+- policy='round-robin 0' prio=1 status=undef
  Dec 14 21:37:55 disk-detect: | `- 0:0:7:0 sdc 8:32 undef ready running
  Dec 14 21:37:55 disk-detect: `-+- policy='round-robin 0' prio=1 status=undef
  Dec 14 21:37:55 disk-detect:   `- 1:0:3:0 sdd 8:48 undef ready running
  
  The resulting fstab entries after install were:
  
  /dev/mapper/mpath0-part2 /   ext4errors=remount-ro 0 1
  /dev/mapper/mpath0-part3 noneswapsw0 0
  
  In post-install boots, the multipath command appears to be executed
  prior to any disks being discovered:
  
  Begin: Loading essential drivers ... done.
  Begin: Running /scripts/init-premount ... done.
  Begin: Mounting root file system ... [0.612955] ipr: IBM Power RAID SCSI 
Device Driver version: 2.6.1 (March 12, 2015)
  [0.612985] ipr :80:00.0: Found IOA with IRQ: 0
  [0.613478] ipr :80:00.0: ibm,query-pe-dma-windows(53) 80 800 
2164 returned 0
  Begin: Running /scripts/local-top ... [0.613727] ipr :80:00.0: 
ibm,create-pe-dma-window(54) 80 800 2164 10 21 returned 0 (liobn = 
0x7164 starting addr = 800 0)
  Begin: Loading multipath modules ... [0.618790] device-mapper: multipath: 
version 1.9.0 loaded
  Success: loaded module dm-multipath.
  Failure: failed to load module dm-emc.
  done.
  Begin: Waiting for scsi storage ... done.
  Begin: Discovering multipaths ... [0.623429] be2net 0002:01:00.0: be2net 
version is 10.6.0.2
  [0.623587] be2net 0002:01:00.0: enabling device ( -> 0002)
  done.
  [0.636785] ipr :80:00.0: Using 64-bit direct DMA at offset 
800
  [0.637343] be2net 0002:01:00.0: PCIe error reporting enabled
  [0.641435] ipr :80:00.0: Received IRQ : 20
  [0.641522] ipr :80:00.0: Request for 2 MSIXs succeeded.
  [0.645713] ipr :80:00.0: Starting IOA initialization sequence.
  [0.645719] scsi host0: IBM 0 Storage Adapter
  [0.645741] ipr :80:00.0: Starting IOA initialization sequence.
  [0.645833] ipr 0001:a0:00.0: Found IOA with IRQ: 0
  [0.646221] ipr :80:00.0: Adapter firmware version: 13510C00
  [0.647673] ipr :80:00.0: IOA initialized.
  [0.648009] ipr 0001:a0:00.0: Received IRQ : 448
  [0.648041] ipr 0001:a0:00.0: Request for 2 MSIXs succeeded.
  [0.651764] ipr 0001:a0:00.0: Starting IOA initialization sequence.
  [0.651769] scsi host1: IBM 0 Storage Adapter
  [0.651795] ipr 0001:a0:00.0: Starting IOA initialization sequence.
  [0.652262] ipr 0001:a0:00.0: Adapter firmware version: 13510C00
  [0.653702] ipr 0001:a0:00.0: IOA initialized.
  [0.660800] scsi 0:3:0:0: No Device IBM  57B1001SISIOA0150 
PQ: 0 ANSI: 0
  [0.660811] scsi 0:3:0:0: Resource path: 0/FE
  [0.672518] scsi 0:0:0:0: Direct-Access IBM  ST300MP0064  7D0E 
PQ: 0 ANSI: 6
  [0.672530] scsi 0:0:0:0: Resource path: 0/00-0E-08
  ...
  (first device in mpath0 seen at this point):
  [0.710988] scsi 1:0:3:0: Direct-Access IBM  ST300MP0064  7D0E 
PQ
  : 0 ANSI: 6
  [0.710994] scsi 1:0:3:0: Resource path: 1/00-0E-0A
  
  The system ends up mounting the root filesystem from /dev/sdc2,
  and the post-mount run of multipath errors out creating mpath0:
  
  [   10.056286] device-mapper: table: 

[Bug 1538775] Re: multipath-tools-boot relies on scsi_wait_scan module, fails multipath setup

2016-02-01 Thread Mathieu Trudel-Lapierre
This is already fixed in 0.5.0 so Fix Released for xenial; not
applicable to wily (which also has the fix already).

Work to land this fix in 14.04 in progress.

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

Title:
  multipath-tools-boot relies on scsi_wait_scan module, fails multipath
  setup

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

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


[Bug 1511524] Re: OpenVPN PAM authentication broken on 15.10 Server

2016-02-01 Thread Simon Déziel
This was fixed in Debian in openvpn 2.3.10-1. This has already made it
into Xenial 16.04.

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

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

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

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

Title:
  OpenVPN PAM authentication broken on 15.10 Server

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

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


[Bug 1319840] Re: Wrong plugins path.

2016-02-01 Thread Simon Déziel
The man page says :

  --plugin module-pathname [init-string]
   Load plug-in module from the file module-pathname, passing init-string 
as an argument to
   the module initialization function.

So given the proper path it should work.

On Trusty, the following works well:

  plugin /usr/lib/openvpn/openvpn-plugin-auth-pam.so openvpn


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

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

Title:
  Wrong plugins path.

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

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


[Bug 1511524] Re: OpenVPN PAM authentication broken on 15.10 Server

2016-02-01 Thread Martin Pitt
** Changed in: openvpn (Ubuntu)
   Status: Fix Committed => 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/1511524

Title:
  OpenVPN PAM authentication broken on 15.10 Server

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

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
+ [louis-bouchard] nut merge: DONE
  
  Work items for ubuntu-16.02:
+ [nacc] Consider php7.0 for Xenial: INPROGRESS
+ [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
+ [arges] libvirt merge (bug 1533003) : INPROGRESS
+ [arges] libvirt-python: INPROGRESS
+ [nacc] logwatch merge: DONE
+ [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
+ [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
- [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
- [nacc] logwatch merge and cleanup: INPROGRESS
- [smoser] openiscsi merge (debian bug 804162): BLOCKED
- [nacc] Consider php7.0 for Xenial: INPROGRESS
- [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
+ [nacc] logwatch cleanup: TODO
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
+ Work items for ubuntu-16.04:
+ [paelzer] DPDK MIR: INPROGRESS
+ 
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
- puppet merge and cleanup: TODO
- [paelzer] DPDK MIR: INPROGRESS
  [paelzer] DPDK upstream work: TODO
  [rharper] Tomcat updates and cleanup (=14days): TODO
+ [racb] squid3 merge (=4days): TODO
+ [serge-hallyn] enable numa in qemu (=2days): TODO
+ [racb] HTTP/2 related work (=1days): TODO
+ puppet merge and cleanup: TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
- [racb] squid3 merge (=4days): TODO
- [louis-bouchard] nut merge: DONE
- [arges] libvirt merge (bug 1533003) : INPROGRESS
- [arges] libvirt-python: INPROGRESS
- [serge-hallyn] enable numa in qemu (=2days): TODO
- [racb] HTTP/2 related work (=1days): TODO
- [wesley-wiedenmeier] dovecot merge (doko: done in wily, update to 2.2.2x 
would be good): TODO
+ dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

-- 
Ubuntu-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-x-server-core] General server work for Xenial

2016-02-01 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-15.11:
  [serge-hallyn] etckeeper: DONE
  [paelzer] NIS merge: DONE
  
  Work items for ubuntu-15.12:
  [raharper] : tgt merge (bug 1524982): DONE
  [racb] nagios-plugins/monitoring-plugins merge and cleanup: DONE
  [kick-d] exim4 merge: DONE
  
  Work items for ubuntu-16.01:
  [stgraber] unbound merge: DONE
  [kick-d] amavisd-new merge: DONE
  [vorlon] freeipmi merge and cleanup (=3days): DONE
  [vorlon] freeipmi12 to 16 transition: DONE
  [teward] Update nginx to 1.9.10 (disregarding additional Debian changes): DONE
  [teward] Merge nginx 1.9.10 (extra Debian changes not already included): DONE
  [louis-bouchard] nut merge: DONE
+ [nacc] logwatch merge: DONE
  
  Work items for ubuntu-16.02:
  [nacc] Consider php7.0 for Xenial: INPROGRESS
  [kick-d] NTP merge, cleanup and PPS support: INPROGRESS
  [arges] libvirt merge (bug 1533003) : INPROGRESS
  [arges] libvirt-python: INPROGRESS
- [nacc] logwatch merge: DONE
  [raharper] strongswan merge and cleanup (=4days ha! bug 1535951): INPROGRESS
  [smoser] openiscsi merge (debian bug 804162): BLOCKED
  [racb] MySQL cleanup (=2days): TODO
  [racb] MySQL flags fix (=5days): TODO
  [lars-tangvald] MySQL move to 5.7 (=14days): TODO
  [nacc] logwatch cleanup: TODO
  
  Work items for ubuntu-16.03:
  [teward] Update nginx to 1.10.x after upstream release: BLOCKED
  
  Work items for ubuntu-16.04:
  [paelzer] DPDK MIR: INPROGRESS
  
  Work items:
  [smoser] systemd-boot tag ~ubuntu-server package review and fixes: TODO
  [paelzer] DPDK upstream work: TODO
  [rharper] Tomcat updates and cleanup (=14days): TODO
  [racb] squid3 merge (=4days): TODO
  [serge-hallyn] enable numa in qemu (=2days): TODO
  [racb] HTTP/2 related work (=1days): TODO
  puppet merge and cleanup: TODO
  Java-related work (=10days): TODO
  mail-stack-delivery deprecation plan: TODO
  dovecot merge (doko: done in wily, update to 2.2.2x would be good): TODO
  Consider postfix update: TODO

-- 
General server work for Xenial
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-x-server-core

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


[Bug 1460712] Re: Powernap systemd setup is broken

2016-02-01 Thread Martin Pitt
The two suggested changes make sense; please drop "Requires=network"
completely, you only need the After=network.target.

But I can't get powernap to run at all in current xenial -- running
"sudo /usr/sbin/powernapd" in a VM or a container immediately exits. It
just writes the pid file and then exits with 0.

** Changed in: powernap (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: powernap (Ubuntu)
 Assignee: (unassigned) => Dustin Kirkland  (kirkland)

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

Title:
  Powernap systemd setup is broken

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

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


  1   2   >