[Bug 1508225] Re: tipc tool isn't built in iproute2

2015-11-03 Thread Robie Basak
Anyone can do it. I was just trying to be helpful in identifying what
needed doing. But I have now filed this in Debian for you.

> FYI, Redhat fixed a similar report on Fedora 23 within a few hours,
after their official final freeze.

Have Red Hat released a version of RHEL with tipc support? Otherwise it
is not a fair comparison since they do not provide enterprise-level
support for Fedora.

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

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

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

Title:
  tipc tool isn't built in iproute2

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

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


[Bug 1512603] [NEW] nut-monitor systemd service is absent in nut-client package since Ubuntu vivid

2015-11-03 Thread Andrew
Public bug reported:

The systemd unit for the upsmon has disapperared from nut-client package
since Ubuntu trusty:

http://packages.ubuntu.com/trusty/amd64/nut-client/filelist
(2.7.1-1ubuntu1)

vs

http://packages.ubuntu.com/vivid/amd64/nut-client/filelist
(2.7.1-1ubuntu4)

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

** Package changed: kexec-tools (Ubuntu) => nut (Ubuntu)

** Description changed:

- The systemd service for the upsmon has disapperared from nut-client
- package since Ubuntu trusty:
+ The systemd unit for the upsmon has disapperared from nut-client package
+ since Ubuntu trusty:
  
  http://packages.ubuntu.com/trusty/amd64/nut-client/filelist
  (2.7.1-1ubuntu1)
  
  vs
  
  http://packages.ubuntu.com/vivid/amd64/nut-client/filelist
  (2.7.1-1ubuntu4)

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

Title:
  nut-monitor systemd service is absent in nut-client package since
  Ubuntu vivid

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

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


[Bug 1512603] [NEW] nut-monitor systemd service is absent in nut-client package since Ubuntu vivid

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

The systemd service for the upsmon has disapperared from nut-client
package since Ubuntu trusty:

http://packages.ubuntu.com/trusty/amd64/nut-client/filelist
(2.7.1-1ubuntu1)

vs

http://packages.ubuntu.com/vivid/amd64/nut-client/filelist
(2.7.1-1ubuntu4)

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

-- 
nut-monitor systemd service is absent in nut-client package since Ubuntu vivid
https://bugs.launchpad.net/bugs/1512603
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nut in Ubuntu.

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


[Bug 1497420] Re: systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

2015-11-03 Thread Timo Jyrinki
This affects running xenial Ubuntu now from 14.04 LTS.

Package versions:
cgmanager 0.39-2ubuntu2~ubuntu14.04.1~ppa1
liblxc1   
1.1.4-0ubuntu1.1~ubuntu14.04.1   
lxc   
1.1.4-0ubuntu1.1~ubuntu14.04.1   
lxcfs 
0.11-0ubuntu3~ubuntu14.04.1  
python3-lxc   
1.1.4-0ubuntu1.1~ubuntu14.04.1

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

Title:
  systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

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

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


[Bug 235562] Re: Add ability to build Debian virtual machines

2015-11-03 Thread Serge Hallyn
** Changed in: vm-builder (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Add ability to build Debian virtual machines

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

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


[Bug 1512688] [NEW] service haproxy stop does not work

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

haproxy 1.5.4 from trusty-backports on 14.04 LTS

Trying to stop service haproxy either by "service haproxy stop" or 
"/etc/init.d/haproxy stop" only results in pid-file being removed while the 
process is still running.
Starting or restarting the service again results in multiple instances, with 
possibly alternating configurations running. 
At least the statistics report suggtests this as reloading the page shows 
different information about open or closed ports.

The problem as I've identified it is this part of  haproxy_stop() inside
of etc/init.d/haproxy

  for pid in $(cat $PIDFILE); do
start-stop-daemon --quiet --oknodo --stop \
  --retry 5 --pid $pid --exec $HAPROXY || ret=$?

Ruinning this manually shows that start-stop-daemon cannot find the file named 
$pid.
Removing -pid $pid results in all running instances of haproxy is stopped as 
expected.

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

-- 
service haproxy stop does not work
https://bugs.launchpad.net/bugs/1512688
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to haproxy in Ubuntu.

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


[Bug 1512688] [NEW] service haproxy stop does not work

2015-11-03 Thread Fredrik Edentoft
Public bug reported:

haproxy 1.5.4 from trusty-backports on 14.04 LTS

Trying to stop service haproxy either by "service haproxy stop" or 
"/etc/init.d/haproxy stop" only results in pid-file being removed while the 
process is still running.
Starting or restarting the service again results in multiple instances, with 
possibly alternating configurations running. 
At least the statistics report suggtests this as reloading the page shows 
different information about open or closed ports.

The problem as I've identified it is this part of  haproxy_stop() inside
of etc/init.d/haproxy

  for pid in $(cat $PIDFILE); do
start-stop-daemon --quiet --oknodo --stop \
  --retry 5 --pid $pid --exec $HAPROXY || ret=$?

Ruinning this manually shows that start-stop-daemon cannot find the file named 
$pid.
Removing -pid $pid results in all running instances of haproxy is stopped as 
expected.

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

** Project changed: launchpad => haproxy (Ubuntu)

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

Title:
  service haproxy stop does not work

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

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


[Bug 1507244] Re: ceph_0.94.3-0ubuntu0.15.04.1_armhf.deb not pack some libs

2015-11-03 Thread James Page
** Also affects: ceph (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Description changed:

- ceph_0.94.3-0ubuntu0.15.04.1_armhf.deb does not include the following
- libraries in /usr/lib/arm-linux-gnueabihf/ceph/erasure-code
+ [Impact]
+ Neon optimized jerasure plugin is built but not included in packages; this 
results in use of the un-optimized jerasure plugin in this use case.
+ 
+ Likewise the SHEC based plugin is built, but not shipped.
+ 
+ A number of dangling symlinks are also installed in the ceph package.
+ 
+ [Test Case]
+ sudo apt-get install ceph
+ ls -l /usr/lib/*/ceph/erasure-code
+
+
+dangling symlinks.
+ 
+ [Regression Potential]
+ Minimal; The proposed fix just ensures that the missing plugins are built 
with a unversioned .so extension, and drops the dangling symlinks from the 
install.
+ 
+ [Original Bug Report]
+ ceph_0.94.3-0ubuntu0.15.04.1_armhf.deb does not include the following 
libraries in /usr/lib/arm-linux-gnueabihf/ceph/erasure-code
  
  libec_example.so.0.0.0
  libec_fail_to_initialize.so.0.0.0
  libec_fail_to_register.so.0.0.0
  libec_hangs.so.0.0.0
  libec_jerasure_neon.so.2.0.0
  libec_missing_entry_point.so.0.0.0
  libec_missing_version.so.0.0.0
  libec_shec.so.1.0.0
  libec_test_jerasure_generic.so.0.0.0
  libec_test_jerasure_neon.so.0.0.0
  libec_test_jerasure_sse3.so.0.0.0
  libec_test_jerasure_sse4.so.0.0.0

** Changed in: ceph (Ubuntu Wily)
   Importance: Undecided => High

** Changed in: ceph (Ubuntu Vivid)
   Importance: Undecided => High

** Summary changed:

- ceph_0.94.3-0ubuntu0.15.04.1_armhf.deb not pack some libs
+ Missing erasure coding plugins for jerasure/neon and shec

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

Title:
  Missing erasure coding plugins for jerasure/neon and shec

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

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

2015-11-03 Thread Wolfgang
*** This bug is a duplicate of bug 1390223 ***
https://bugs.launchpad.net/bugs/1390223

This is not actually a container problem but an apparmor3 problem. You can 
reproduce it by using aa-exec on the host (with any profile) starting with 
commit b3c3d641f1de (UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 
snapshot) of the wily kernel: see 
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/wily/log/security/apparmor
Also if I change my postfix service files on my host to use aa-exec so they're 
even in the same profile and then run mailq with aa-exec, or even just socat on 
that socket, the connect() will succeed, the read() will EACCESS.
We also managed to hit the case described in 1390223 where executing mailq in a 
loop will *sometimes* succeed (though I could not myself reproduce this on my 
host machine.)
We do have a server where it fails in only *some* containers (the only 
significant difference between them is that one set is 32 bit and one is 64 
bit, but I couldn't reproduce that by simply running 32 bit postfix binaries on 
the host, so the differences might go beyond that).

Here's an example session with the wily kernel and postfix on a host
modified to spawn with aa-exec:

# ps aux |grep postfix
root   556  0.0  0.5 108108  5124 ?Ss   10:21   0:00 
/usr/lib/postfix/bin/master -w
postfix557  0.0  0.6 110176  6868 ?S10:21   0:00 pickup -l -t 
unix -u
postfix558  0.0  0.6 110224  6768 ?S10:21   0:00 qmgr -l -t 
unix -u
postfix560  0.0  0.6 110176  6808 ?S10:21   0:00 showq -t unix 
-u
# aa-status  |grep -A5 'processes are in enforce mode.' 
4 processes are in enforce mode.
   lxc-container-default (556) 
   lxc-container-default (557) 
   lxc-container-default (558) 
   lxc-container-default (560) 
0 processes are in complain mode.
# lsof -n |grep showq  
master556 root   61u unix 0x88003c99e000  0t0   
   12486 public/showq type=STREAM
# aa-exec -p lxc-container-default -- mailq 
  
postqueue: warning: close: Permission denied
# aa-exec -p lxc-container-default -- socat 
UNIX:/var/spool/postfix/public/showq -
2015/11/03 10:23:48 socat[597] E read(5, 0x2103a00, 8192): Permission denied
# strace -f -- aa-exec -p lxc-container-default -- mailq
(...)
socket(PF_LOCAL, SOCK_STREAM, 0)= 4
fcntl(4, F_GETFL)   = 0x2 (flags O_RDWR)
fcntl(4, F_SETFL, O_RDWR)   = 0
connect(4, {sa_family=AF_LOCAL, sun_path="public/showq"}, 110) = 0
poll([{fd=4, events=POLLIN}], 1, 360) = 1 ([{fd=4, revents=POLLIN|POLLHUP}])
read(4, 0x5606d5407f00, 4096)   = -1 EACCES (Permission denied)


log:
Nov 03 10:25:08 akern audit[643]: AVC apparmor="DENIED" operation="file_perm" 
profile="lxc-container-default" name="public/showq" pid=643 comm="postqueue" 
requested_mask="r" denied_mask="r" fsuid=0 ouid=0
Nov 03 10:25:08 akern audit[643]: AVC apparmor="DENIED" operation="file_perm" 
profile="lxc-container-default" name="public/showq" pid=643 comm="postqueue" 
requested_mask="r" denied_mask="r" fsuid=0 ouid=0
Nov 03 10:25:08 akern audit[643]: SYSCALL arch=c03e syscall=0 success=no 
exit=-13 a0=4 a1=55bdbc538f00 a2=1000 a3=3dc items=0 ppid=433 pid=643 auid=0 
uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=75 sgid=75 fsgid=75 tty=pts3 ses=3 
comm="postqueue" exe="/usr/bin/postqueue" key=(null)
Nov 03 10:25:08 akern audit: PROCTITLE proctitle=706F73747175657565002D70
Nov 03 10:25:08 akern postfix/postqueue[643]: warning: close: Permission denied

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

Title:
  lxc container with postfix, permission denied on mailq

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

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


[Bug 1215014] Re: ceph-osd from Folsom leaks memory constantly

2015-11-03 Thread James Page
** Changed in: ceph (Ubuntu)
   Status: New => Won't Fix

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

Title:
  ceph-osd from Folsom leaks memory constantly

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

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


[Bug 1447858] Re: OSD weight should be the TB capacity of the drive

2015-11-03 Thread James Page
** Changed in: ceph (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  OSD weight should be the TB capacity of the drive

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

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


[Bug 1512344] Re: [Master Bug] Package nginx-* failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (due to "Address in Use" issue)

2015-11-03 Thread Thomas Ward
** Changed in: nginx (Ubuntu)
   Status: Confirmed => 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/1512344

Title:
  [Master Bug] Package nginx-* failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1 (due
  to "Address in Use" issue)

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

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


[Bug 1497420] Re: systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

2015-11-03 Thread Serge Hallyn
Yup, we need

https://github.com/lxc/lxc/commit/f348e47c93568b4f0c371cf5df1c98d4e816a86c

in the packages.

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

Title:
  systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

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

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


[Bug 1508087] Re: Unhandled UDP error during manual enlistment of xgene-2

2015-11-03 Thread Newell Jensen
Ming,

I tried using the above bootnetaa64.efi but the firmware won't allow me
to PXE boot:

TianoCore 2.0.0 UEFI 2.4.0 Sep  1 2015 12:48:07
CPU: APM ARM 64-bit Strega Rev A2 2400MHz PCP 2400MHz
 32 KB ICACHE, 32 KB DCACHE
 SOC 2000MHz IOBAXI 400MHz AXI 250MHz AHB 200MHz GFC 66MHz
Board: X-Gene Merlin Board
Slimpro FW:
Ver: 3.4 (build 2015/07/22)
PMD: 980 mV
SOC: 950 mV
The default boot selection will start in   3 seconds
[1] ubuntu
[2] PXE on MAC :3C
[3] nfs boot via TFTP
[4] Shell
[5] Boot Manager
[6] Reboot
[7] Shutdown
Start: 2
..PXE-E23: Client received TFTP error from server.
[1] ubuntu
[2] PXE on MAC :3C
[3] nfs boot via TFTP
[4] Shell
[5] Boot Manager
[6] Reboot
[7] Shutdown
Start: 2
..PXE-E23: Client received TFTP error from server.
[1] ubuntu
[2] PXE on MAC :3C
[3] nfs boot via TFTP
[4] Shell
[5] Boot Manager
[6] Reboot
[7] Shutdown
Start:

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

Title:
  Unhandled UDP error during manual enlistment of xgene-2

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

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


[Bug 1512749] [NEW] lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread brian mullan
Public bug reported:

After initial upgrade from Ubuntu 15.04 to Ubuntu 15.10 LXC worked for a
couple days then failed.   I found that the lxcbr0 interface no longer
existed.

I reported this on the lxc-user alias and about the same time several
others had this happen to them also.

Serge Hallyn requested I open a launchpad bug and post some info but
before I could gather that info the system returned to normal (re lxcbr0
was back) the next day after the server was booted up again.

note:   at least one other person had this happen to them also (lxcbr0
came back by itself).

Today, I booted this server again and ... again lxcbr0 was missing where
it had been working last night.

Below is all of the Info Serge Hallyn asked me to post.

$ ifconfig lxcbr0
lxcbr0: error fetching interface information: Device not found


$ journalctl -u lxc-net
-- Logs begin at Tue 2015-11-03 07:25:22 EST, end at Tue 2015-11-03 10:02:08 EST
Nov 03 07:25:48 server3 systemd[1]: Starting LXC network bridge setup...
Nov 03 07:25:50 server3 lxc-net[913]: dnsmasq: failed to create listening socket
Nov 03 07:25:50 server3 lxc-net[913]: Failed to setup lxc-net.
Nov 03 07:25:50 server3 systemd[1]: Started LXC network bridge setup.

root@server3:/home/bmullan# /usr/lib/x86_64-linux-gnu/lxc/lxc-net stop 
# note - execution just returns to command line
root@server3:/home/bmullan#

>> and lxcbr0 is still missing

# ifconfig lxcbr0
lxcbr0: error fetching interface information: Device not found

root@server3:/home/bmullan# /usr/lib/x86_64-linux-gnu/lxc/lxc-net start

dnsmasq: failed to create listening socket for 10.0.3.1: Cannot assign 
requested address
Failed to setup lxc-net.
root@server3:/home/bmullan#

$ uname -a
Linux server3 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID:Ubuntu
Description:Ubuntu 15.10
Release:15.10
Codename:wily

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

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 1509752] Re: Bug in ensure_not_symlink() from 0003-CVE-2015-1335.patch

2015-11-03 Thread Stéphane Graber
Hello Steve, or anyone else affected,

Accepted lxc into trusty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/lxc/1.0.7-0ubuntu0.10
in a few hours, and then in the -proposed repository.

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

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

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

** Changed in: lxc (Ubuntu)
   Status: Fix Released => Invalid

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

** Changed in: lxc (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  Bug in ensure_not_symlink() from 0003-CVE-2015-1335.patch

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

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


[Bug 1512749] Re: lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread Stéphane Graber
Tracking for lxc too as we'll be landing a workaround there for now.

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

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

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

** Changed in: lxc (Ubuntu Wily)
   Importance: Undecided => Critical

** Changed in: lxc (Ubuntu Xenial)
   Importance: Undecided => Critical

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-11-03 Thread Serge Hallyn
@Kevin,

could you please give some more details?  In particular, release of both
host and container, where exactly it fails, and the relevant journalctl
output.

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

Title:
  vivid container's networking.service fails on boot with signal=PIPE

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

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


[Bug 1512749] Re: lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread Stéphane Graber
simplest reproduce for NM: ip link add dev test type bridge && ip link
set dev test up && ip addr add 1.2.3.4/24 dev test && sleep 2 &&
ifconfig test && ip link delete test

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 1508087] Re: Unhandled UDP error during manual enlistment of xgene-2

2015-11-03 Thread Newell Jensen
It should be noted that the above issue with PXE booting was only seen
after upgrading the APM firmware.  Before we were able to get further in
the PXE booting process with MAAS.  I am going to investigate using the
above grub with a seperate DHCP and TFTP server.

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

Title:
  Unhandled UDP error during manual enlistment of xgene-2

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

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


[Bug 1503418] Re: [SRU] [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

2015-11-03 Thread Mathew Hodson
** Changed in: bamf (Ubuntu Wily)
   Importance: Undecided => Medium

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

Title:
  [SRU] [REGRESSION] launching byobu from unity uses the terminal icon
  rather than the application icon

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

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


[Bug 1505713] Re: [SRU] Error displaying help

2015-11-03 Thread Corey Bryant
** Summary changed:

- Error displaying help
+ [SRU] Error displaying help

** Changed in: python-saharaclient (Ubuntu)
 Assignee: (unassigned) => Corey Bryant (corey.bryant)

** Changed in: python-saharaclient (Ubuntu)
   Importance: Undecided => High

** Changed in: python-saharaclient (Ubuntu)
   Status: New => Confirmed

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

Title:
  [SRU] Error displaying help

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

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


[Bug 1506652] Re: [needs-packaging] Juju 1.24.7 is not in Ubuntu

2015-11-03 Thread Curtis Hovey
** Description changed:

  Juju 1.24.7 addresses changes happening in AWS and MAAS. AWS deprecated
  the m1* instance types and users of older Jujus are seeing cases where
  EC2 does not have enough instances. Juju 1.24.7 will ask for newer
  instance types. Juju 1.24.7 has a dhcp related fix to work with MAAS
  1.9.
  
  [SRU Information]
  
  juju-core has a stable release exception in
  https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions,
  including for major version updates.
  
  [Devel Fix]
  
  [sinzui] Prepare source package and diffs: DONE
  [rbasak] Review package and upload of new upstream release with packaging 
review: TODO
  
  [Stable Fix]
  
  [sinzui] backport wily source package and prepare diffs for vivid: DONE
- [rbasak] Review package for vivid-proposed: TODO
+ [rbasak] Review package for vivid-proposed: DONE
  [sinzui] backport source package and prepare diffs for trusty: DONE
- [rbasak] Review package for trusty-proposed: TODO
+ [rbasak] Review package for trusty-proposed: DONE
  
  [Pre-QA tasks]
  
- [rbasak] Upload to the development release (xenial-proposed): TODO
- [rbasak] Upload to the current supported release (wily-proposed): TODO
- [rbasak] Upload to the current supported release (vivid-proposed): TODO
- [rbasak] Upload to the current LTS release (trusty-proposed): TODO
+ [rbasak] Upload to the current supported release (vivid-proposed): DONE
+ [rbasak] Upload to the current LTS release (trusty-proposed): DONE
  
  [QA Status]
  
  Since there are multiple verifications required, they are listed here as
  a work item whiteboard status type thing rather than try and track them
  in a single tag. Please do not mark verification-TODO or remove block-
  proposed until all following items have passed. If any of these items
  fail, this bug should be marked verification-failed immediately.
  
- [sinzui] Upstream QA test against Xenial: TODO
- [sinzui] Upstream QA test against Wily: TODO
- [sinzui] Upstream QA test against Vivid: TODO
+ [sinzui] Upstream QA test against Vivid: DONE
  [sinzui] Upstream QA test against Trusty: TODO
- [sinzui] Upstream release process complete: TODO
+ [sinzui] Upstream release process complete: DONE
  
  Manual tests required:
  
- [sinzui] Test juju-quickstart against xenial-proposed: TODO
- [sinzui] Test juju-deployer against xenial-proposed: TODO
- [sinzui] Test client and cloud server upgrade against xenial-proposed: TODO
- [sinzui] Test client manual bootstrap and add-machine against 
xenial-proposed: TODO
- 
- [sinzui] Test juju-quickstart against wily-proposed: TODO
- [sinzui] Test juju-deployer against wily-proposed: TODO
- [sinzui] Test client and cloud server upgrade against wily-proposed: TODO
- [sinzui] Test client manual bootstrap and add-machine against wily-proposed: 
TODO
- 
- [sinzui] Test juju-quickstart against vivid-proposed: TODO
- [sinzui] Test juju-deployer against vivid-proposed: TODO
- [sinzui] Test client and cloud server upgrade against vivid-proposed: TODO
- [sinzui] Test client manual bootstrap and add-machine against vivid-proposed: 
TODO
+ [sinzui] Test juju-quickstart against vivid-proposed: DONE
+ [sinzui] Test juju-deployer against vivid-proposed: DONE
+ [sinzui] Test client and cloud server upgrade against vivid-proposed: DONE
+ [sinzui] Test client manual bootstrap and add-machine against vivid-proposed: 
DONE
  
  [sinzui] Test juju-quickstart against trusty-proposed: TODO
  [sinzui] Test juju-deployer against trusty-proposed: TODO
  [sinzui] Test client and cloud server upgrade against trusty-proposed: TODO
  [sinzui] Test client manual bootstrap and add-machine against 
trusty-proposed: TODO

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

Title:
  [needs-packaging] Juju 1.24.7 is not in Ubuntu

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

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


[Bug 1510565] Re: [needs-packaging] Juju 1.25.0 is not in xenial and wily

2015-11-03 Thread Curtis Hovey
** Description changed:

  Juju 1.25.0 adds a payload management for charms. The Juju team want
  this version of Juju in Xenial and Wily.
  
  [SRU Information]
  
  juju-core has a stable release exception in
  https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions,
  including for major version updates.
  
  [Devel Fix]
  
  [sinzui] Prepare source package and diffs: DONE
  [rbasak] Review package and upload of new upstream release with packaging 
review: DONE
  
  [Stable Fix]
  
  [sinzui] backport wily source package and prepare diffs for wily: DONE
  
  [Pre-QA tasks]
  
  [rbasak] Upload to the development release (xenial-proposed): DONE
  [rbasak] Upload to the current supported release (wily-proposed): DONE
  
  [QA Status]
  
  Since there are multiple verifications required, they are listed here as
  a work item whiteboard status type thing rather than try and track them
  in a single tag. Please do not mark verification-TODO or remove block-
  proposed until all following items have passed. If any of these items
  fail, this bug should be marked verification-failed immediately.
  
  [sinzui] Upstream QA test against Xenial: DONE
- [sinzui] Upstream QA test against Wily: TODO
+ [sinzui] Upstream QA test against Wily: DONE
  
  Manual tests required:
  
  [sinzui] Test juju-quickstart against xenial-proposed: DONE
  [sinzui] Test juju-deployer against xenial-proposed: DONE
  [sinzui] Test client and cloud server upgrade against xenial-proposed: DONE
  [sinzui] Test client manual bootstrap and add-machine against 
xenial-proposed: DONE
  
- [sinzui] Test juju-quickstart against wily-proposed: TODO
- [sinzui] Test juju-deployer against wily-proposed: TODO
- [sinzui] Test client and cloud server upgrade against wily-proposed: TODO
- [sinzui] Test client manual bootstrap and add-machine against wily-proposed: 
TODO
+ [sinzui] Test juju-quickstart against wily-proposed: DONE
+ [sinzui] Test juju-deployer against wily-proposed: DONE
+ [sinzui] Test client and cloud server upgrade against wily-proposed: DONE
+ [sinzui] Test client manual bootstrap and add-machine against wily-proposed: 
DONE

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

Title:
  [needs-packaging] Juju 1.25.0 is not in xenial and wily

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

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

2015-11-03 Thread zeke2135
In addition to the indicated changes to I had to add
PIDFile=/var/run/powernap.pid to get it to run properly.

-- 
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 1505713] Re: Error displaying help

2015-11-03 Thread Corey Bryant
** Also affects: python-saharaclient (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] Error displaying help

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

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


[Bug 1512600] Re: package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/innochecksum.1.gz', which is also in package mysql-server-core-5.

2015-11-03 Thread Bassem Nagy
Hi,

Thanks for time and support.

How can I fix this issue?

Thanks

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/man/man1/innochecksum.1.gz', which is also in package
  mysql-server-core-5.6 5.6.25-3+deb.sury.org~trusty+1

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

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


[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-11-03 Thread Kevin Dalley
Host is:

Linux awabi 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux


container is:

Linux escalebuild 3.16.0-51-generic #69~14.04.1-Ubuntu SMP Wed Oct 7
15:32:41 UTC 2015 x86_64 GNU/Linux

here is output from my attempt to start:

kevin@awabi:~$ sudo lxc-start -n escale_build --logfile /tmp/lxc-log 
--logpriority 3
lxc-start: lxc_start.c: main: 344 The container failed to start.
lxc-start: lxc_start.c: main: 346 To get more details, run the container in 
foreground mode.
lxc-start: lxc_start.c: main: 348 Additional information can be obtained by 
setting the --logfile and --logpriority options.
kevin@awabi:~$ less /tmp/lxc-log 
kevin@awabi:~$ sudo lxc-start -n escale_build --logfile /tmp/lxc-log 
--logpriority 3 -F
lxc-start: conf.c: instantiate_veth: 2621 failed to attach 'vethJ6CTXM' to the 
bridge 'lxcbr0': Operation not permitted
lxc-start: conf.c: lxc_create_network: 2904 failed to create netdev
lxc-start: start.c: lxc_spawn: 920 failed to create the network
lxc-start: start.c: __lxc_start: 1172 failed to spawn 'escale_build'
lxc-start: lxc_start.c: main: 344 The container failed to start.

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

Title:
  vivid container's networking.service fails on boot with signal=PIPE

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

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


[Bug 1386637] Re: multipath shows non-mpath disks as being multipath

2015-11-03 Thread Mathieu Trudel-Lapierre
Mauricio,

Have you managed to test this successfully? I was able to build a vm and
test this, but I'm not certain whether the behavior, although it looks
correct in detecting the path changes, it indeed correct.

There's one noticeable difference at least on qemu; when the paths are
detected as removed they stop being listed at all in multipath -ll
output.

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

Title:
  multipath shows non-mpath disks as being multipath

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

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


[Bug 1512749] Please test proposed package

2015-11-03 Thread Stéphane Graber
Hello brian, or anyone else affected,

Accepted network-manager into wily-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/network-
manager/1.0.4-0ubuntu5.1 in a few hours, and then in the -proposed
repository.

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

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

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

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 1512749] Re: lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread Stéphane Graber
As this is currently breaking all lxc installs, therefore breaking JuJu,
LXD and anything else that depends or installs LXC, I am going to fast
track this SRU.

Test plan before releasing is: 
 - Test on a wired machine without LXC
 - Test on a wireless machine without LXC
 - Test on a wired machine with LXC
 - Test on a wireless machine with LXC

** Changed in: network-manager (Ubuntu Xenial)
   Status: Triaged => Fix Committed

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 1512749] Re: lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread Stéphane Graber
Confirmed that the new network-manager does fix the issue here. I've now
uploaded a reverted lxc.

** Changed in: lxc (Ubuntu Wily)
   Status: Triaged => Invalid

** Changed in: lxc (Ubuntu Xenial)
   Status: Triaged => Invalid

** Description changed:

- After initial upgrade from Ubuntu 15.04 to Ubuntu 15.10 LXC worked for a
- couple days then failed.   I found that the lxcbr0 interface no longer
- existed.
+ === SRU ===
+ Rationale:
+  Network Manager in wily triggers on newly created interfaces and resets 
their network configuration even though it's not supposed to manage them at all.
+  This breaks LXC and quite possibly libvirt as those provide bridges which 
are then completely unconfigured by Network Manager.
+ 
+ Test case:
+  1) Update (or not) network-manager
+  2) Restart it
+  3) Install lxc
+  4) Check that lxcbr0 exists and has an IP configured
+ 
+ Regression potential:
+  The change to Network Manager is related to udev handling of new devices, 
even though normal operation on a regular desktop machine was tested, it's not 
impossible that this may regress handling of some devices.
+  The fix was cherry-picked directly from upstream, so did go through code 
review and has been publicly available for a while.
+ 
+  This fixes a significant regression compared to Ubuntu 15.04 and looks
+ less risky than the alternative workaround which was uploaded earlier.
+ 
+ 
+ === Original report ===
+ After initial upgrade from Ubuntu 15.04 to Ubuntu 15.10 LXC worked for a 
couple days then failed.   I found that the lxcbr0 interface no longer existed.
  
  I reported this on the lxc-user alias and about the same time several
  others had this happen to them also.
  
  Serge Hallyn requested I open a launchpad bug and post some info but
  before I could gather that info the system returned to normal (re lxcbr0
  was back) the next day after the server was booted up again.
  
  note:   at least one other person had this happen to them also (lxcbr0
  came back by itself).
  
  Today, I booted this server again and ... again lxcbr0 was missing where
  it had been working last night.
  
  Below is all of the Info Serge Hallyn asked me to post.
  
  $ ifconfig lxcbr0
  lxcbr0: error fetching interface information: Device not found
- 
  
  $ journalctl -u lxc-net
  -- Logs begin at Tue 2015-11-03 07:25:22 EST, end at Tue 2015-11-03 10:02:08 
EST
  Nov 03 07:25:48 server3 systemd[1]: Starting LXC network bridge setup...
  Nov 03 07:25:50 server3 lxc-net[913]: dnsmasq: failed to create listening 
socket
  Nov 03 07:25:50 server3 lxc-net[913]: Failed to setup lxc-net.
  Nov 03 07:25:50 server3 systemd[1]: Started LXC network bridge setup.
  
  root@server3:/home/bmullan# /usr/lib/x86_64-linux-gnu/lxc/lxc-net stop
 # note - execution just returns to command line
  root@server3:/home/bmullan#
  
  >> and lxcbr0 is still missing
  
  # ifconfig lxcbr0
  lxcbr0: error fetching interface information: Device not found
  
  root@server3:/home/bmullan# /usr/lib/x86_64-linux-gnu/lxc/lxc-net start
  
  dnsmasq: failed to create listening socket for 10.0.3.1: Cannot assign 
requested address
  Failed to setup lxc-net.
  root@server3:/home/bmullan#
  
  $ uname -a
  Linux server3 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
  
  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:Ubuntu
  Description:Ubuntu 15.10
  Release:15.10
  Codename:wily

** Changed in: network-manager (Ubuntu Wily)
   Status: Triaged => Fix Committed

** Tags added: verification-needed

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


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

2015-11-03 Thread Curtis Hovey
** Changed in: juju-core
Milestone: 1.26-alpha1 => 1.26-alpha2

-- 
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 1500981] Re: juju-db segfault while syncing with replicas

2015-11-03 Thread Curtis Hovey
** Changed in: juju-core
Milestone: 1.26-alpha1 => 1.26-alpha2

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

Title:
  juju-db segfault while syncing with replicas

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

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


[Bug 1503305] Re: iLab: power kvm client after svc node reboot error inject test, multipath output show missing path and missing storage name

2015-11-03 Thread Mathieu Trudel-Lapierre
I'm ready to apply the patch, but doing this on 14.04 right now would
likely mean further delays for another stable update in progress. I'd
rather wait until that update is done and fully verified (waiting for a
confirmation from mauricfo) before adding a new patch to go through the
SRU process.

I can however apply this now to the devel release and to 15.04 and
15.10.

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

Title:
  iLab: power kvm client after svc node reboot error inject test,
  multipath output show missing path and missing storage name

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

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


[Bug 1323387] Re: Please include the Auth Request module in the nginx-extras package

2015-11-03 Thread Thomas Ward
We will not be adding additional modules to any of the flavors.  On the
roadmap for NGINX in later releases is dynamically-loadable modules.
For Trusty, we are not changing existing functionality.

If you need other modules we don't provide, you will need to recompile
nginx yourself.

** Changed in: nginx (Ubuntu)
   Status: Triaged => Won't Fix

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

Title:
  Please include the Auth Request module in the nginx-extras package

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

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


[Bug 1512749] Re: lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~network-manager/network-manager/ubuntu

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 989452] Re: oneiric's virt-viewer can't connect to console of precise's virtual machines

2015-11-03 Thread Chris J Arges
Please verify with the latest version, I was unable to reproduce this
issue. Thanks

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

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

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

Title:
  oneiric's virt-viewer can't connect to console of precise's virtual
  machines

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

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


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

2015-11-03 Thread Scott Moser
** Attachment added: "trusty-sources.list: sources.list produced from 
ubuntu-14.04.3-server-amd64.iso"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+attachment/4512319/+files/trusty-sources.list

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

Title:
  [SRU] Enable backports in cloud-init archive template

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

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


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

2015-11-03 Thread Scott Moser
** Attachment added: "wily-sources.list: sources.list produced from 
ubuntu-15.10-server-amd64.iso"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+attachment/4512320/+files/wily-sources.list

** Also affects: cloud-init
   Importance: Undecided
   Status: New

** Description changed:

  [SRU Justification]
  Ubuntu Cloud Images are inconsistent with desktop and bare-metal server 
installations since backports are not enabled. This is effected via cloud-init 
that uses a template to select an in-cloud archive.
  
  [FIX] Include the Ubuntu backports in the template.
  
- [REGRESION] The potential for regression is low. However some users will
- likely experience slower fetch times on apt-get updates especially on
- slower or high latency networks.
+ [REGRESION] The potential for regression is low. However all users will
+ experience slower fetch times on apt-get updates especially on slower or
+ high latency networks.
  
  [TEST]
  1. Build image from -proposed
  2. Boot up image
  3. Confirm that "sudo apt-get update" pulls in backports.
  
  Backports are currently not enabled in the cloud-init template. This is
  needed in order to get the backport kernels on cloud images.
  
  Related bugs:
   * bug 997371:  Create command to add "multiverse" and "-backports" to apt 
sources

** Description changed:

  [SRU Justification]
  Ubuntu Cloud Images are inconsistent with desktop and bare-metal server 
installations since backports are not enabled. This is effected via cloud-init 
that uses a template to select an in-cloud archive.
  
  [FIX] Include the Ubuntu backports in the template.
  
- [REGRESION] The potential for regression is low. However all users will
+ [REGRESION] The potential for regression is low. However, all users will
  experience slower fetch times on apt-get updates especially on slower or
  high latency networks.
  
  [TEST]
  1. Build image from -proposed
  2. Boot up image
  3. Confirm that "sudo apt-get update" pulls in backports.
  
  Backports are currently not enabled in the cloud-init template. This is
  needed in order to get the backport kernels on cloud images.
  
  Related bugs:
   * bug 997371:  Create command to add "multiverse" and "-backports" to apt 
sources

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

Title:
  [SRU] Enable backports in cloud-init archive template

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

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


[Bug 1294200] Re: test linked against nih-dbus-tool-generated libraryis not thread-safe

2015-11-03 Thread Stéphane Graber
Should we close this bug now that we're no longer using libnih in lxcfs
and are moving away from cgmanager too for this very threading reason?

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

Title:
  test linked against nih-dbus-tool-generated libraryis not thread-safe

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

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


[Bug 1388091] Re: winbindd does not provide geocs to libnss_winbind in ad configuration with winbind nss info = template (default)

2015-11-03 Thread Mathew Hodson
** Changed in: samba (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  winbindd does not provide geocs to libnss_winbind in ad configuration
  with winbind nss info = template (default)

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

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


[Bug 1503286] Re: ISST-LTE: Boot of Ubuntu15.10 lpar fails: "mounting /dev/sdn2 on /root failed: Device or resource busy" [multipath]

2015-11-03 Thread Mathew Hodson
** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided => Critical

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

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

Title:
  ISST-LTE: Boot of Ubuntu15.10 lpar fails: "mounting /dev/sdn2 on /root
  failed: Device or resource busy" [multipath]

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

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


[Bug 1505713] Re: [SRU] Error displaying help

2015-11-03 Thread Corey Bryant
I've uploaded a new version of python-saharaclient to wily-proposed that
carries a patch to fix this issue.   It's awaiting approval now before
landing in wily-proposed.

** Description changed:

+ [Impact]
+ 
  Running "openstack help" to display help (version 1.7.0) shows available
  commands until it reaches commands for sahara:
  
-   dataprocessing data source create  Creates data source
-   dataprocessing data source delete  Delete data source
-   dataprocessing data source list  Lists data sources
-   dataprocessing data source show  Display data source details
+   dataprocessing data source create  Creates data source
+   dataprocessing data source delete  Delete data source
+   dataprocessing data source list  Lists data sources
+   dataprocessing data source show  Display data source details
  Could not load EntryPoint.parse('dataprocessing_data_source_update = 
saharaclient.osc.v1.data_sources:UpdateDataSource')
  'ArgumentParser' object has no attribute 'debug'
+ 
+ [Test Case]
+ 
+ sudo apt-get install python-openstackclient python-saharaclient
+ openstack help
+ 
+ [Regression Potential]
+ 
+ None. The entry point that is dropped in the fix doesn't point to an
+ existing class.

** Changed in: python-saharaclient (Ubuntu)
   Importance: High => Medium

** Changed in: python-saharaclient (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  [SRU] Error displaying help

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

-- 
Ubuntu-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 1508225] Re: tipc tool isn't built in iproute2

2015-11-03 Thread Jon Maloy
Ok. Thank you for filing.
I am aware of the difference between Fedora and Ubuntu, so I agree the 
comparison was not fair; don't take offence ;)
At this moment TIPC is not supported by RHEL, but we are working on that 
too.

Regards
///jon

On 11/03/2015 03:50 AM, Robie Basak wrote:
> Anyone can do it. I was just trying to be helpful in identifying what
> needed doing. But I have now filed this in Debian for you.
>
>> FYI, Redhat fixed a similar report on Fedora 23 within a few hours,
> after their official final freeze.
>
> Have Red Hat released a version of RHEL with tipc support? Otherwise it
> is not a fair comparison since they do not provide enterprise-level
> support for Fedora.
>
> ** Bug watch added: Debian Bug tracker #803922
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803922
>
> ** Also affects: iproute2 (Debian) via
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803922
> Importance: Unknown
> Status: Unknown
>

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

Title:
  tipc tool isn't built in iproute2

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

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


[Bug 1512603] Re: nut-monitor systemd service is absent in nut-client package since Ubuntu vivid

2015-11-03 Thread Hans Joachim Desserud
Thanks for reporting.

I looked at the changelog for this package and found that it was removed
in 2.7.1-1ubuntu2 with the follwing message:

  * Disable systemd unit; it does not check nut.conf whether nut is
configured, and thus fails to start (and the package install). The init.d
script works well enough for the time being. (LP: #1313231)


See also bug 1313231 for more information. 

Checking with Debian, it looks like they first included the same change
as Ubuntu but then reverted them again. There's a longer discussion in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747863 and it looks
like they might have fixed it, but I've only skimmed that one.

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

** Tags added: vivid wily xenial

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

Title:
  nut-monitor systemd service is absent in nut-client package since
  Ubuntu vivid

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

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


[Bug 931350] Re: vms missing after upgrade from Lucid to Precise

2015-11-03 Thread Stefan Bader
Lucid is no longer supported and so I would close this. There has been
some work-around as far as I can see and by now probably all known vms
are likely Precise or newer.

** Changed in: libvirt (Ubuntu)
   Status: Triaged => Won't Fix

** Changed in: libvirt (Ubuntu Precise)
   Status: Triaged => Won't Fix

** Changed in: virt-manager (Ubuntu)
   Status: Confirmed => Won't Fix

** Changed in: virt-manager (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  vms missing after upgrade from Lucid to Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/931350/+subscriptions

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


[Bug 1512749] Re: lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread Stéphane Graber
A proper network-manager fix is being uploaded now, I'll confirm it and
then revert the LXC workaround.

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 1503305] Re: iLab: power kvm client after svc node reboot error inject test, multipath output show missing path and missing storage name

2015-11-03 Thread Mathieu Trudel-Lapierre
** Description changed:

+ [Impact]
+ Users of multipath will see incomplete output for the vendor and model values 
for devices where the first path is the path that is failed.
+ 
+ [Test Cases]
+ 1) Experience a failed path:
+ echo 1 > /sys/devices//delete
+ (the above is an example for forcibly removing a path for SCSI via the /sys 
filesystem)
+ 2) run:  sudo multipath -ll
+ 3) Verify the output, see below.
+ 
+ Storage name (vendor and model usually) should always be displayed after
+ dm-* on the header line for a multipath device.
+ 
+ [Regression Potential]
+ This is limited to output and is thus purely a cosmetic fix. Possible issues 
leading from that fix would include crashes due to an incorrect patch or the 
output for vendor/model info for the device to still be incorrect.
+ 
+ 
  == Comment: #0 - Yueh Chyong Jackson  - 2015-01-27 16:54:58 
==
  ---Problem Description---
  power kvm client ubuntu ilp1fc85apA4 after error injection test (SVC node 
reboot), the multipath output show one path with #:#:#:#  and did not show the 
storage name:
  mpath6 (3600507680284066f18000172) dm-6 , <-(missing storage 
name)
  size=3.0G features='1 queue_if_no_path' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=50 status=active
  | |- #:#:#:# -#:#failed faulty running   
<
  | `- 4:0:7:0 sdbr 68:80  active ready  running
  `-+- policy='round-robin 0' prio=10 status=enabled
-   |- 4:0:9:0 sdbq 68:64  active ready  running
-   `- 3:0:7:0 sdby 68:192 active ready  running
+   |- 4:0:9:0 sdbq 68:64  active ready  running
+   `- 3:0:7:0 sdby 68:192 active ready  running
  
  this is a storage IBM svc storage
  
+ ---uname output---
+ power kvm server: [root@ilp1fc85a ~]# uname -a Linux 
ilp1fc85a.tuc.stglabs.ibm.com 3.10.42-2018.1.pkvm2_1_1.46.ppc64 #1 SMP Fri  Oct 
17 10:41:35 CDT 2014 ppc64 ppc64 ppc64 GNU/Linux,
+ client uname : root@ilp1fc85apA4:~# uname -a Linux 
ilp1fc85apA4.tuc.stglabs.ibm.com 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 
19:09:21 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux
  
-  
- ---uname output---
- power kvm server: [root@ilp1fc85a ~]# uname -a Linux 
ilp1fc85a.tuc.stglabs.ibm.com 3.10.42-2018.1.pkvm2_1_1.46.ppc64 #1 SMP Fri  Oct 
17 10:41:35 CDT 2014 ppc64 ppc64 ppc64 GNU/Linux, 
- client uname : root@ilp1fc85apA4:~# uname -a Linux 
ilp1fc85apA4.tuc.stglabs.ibm.com 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 
19:09:21 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux
-  
  ---Additional Hardware Info---
  4 adapters, coho, bluefin, houston,houston FCoE, with following storages:
  DS8800,TMS, xiv gen2, svc V7k ,texan, texan FCoE, client  lun that use for 
running tests(data lun) are passthrough
  
  access to machines:
  power kvm server: ilp1fc85a 9.11.56.126 (ssh root/B!gm0ney)
  client: ilp1fc85apA4 9.11.56.72 (ssh root/B!gmoney)
  
- the logs are save at: 
+ the logs are save at:
  ip: 9.11.56.167(root/teamw0rk), under file:
  
/root/bflocal/CYCLE18/CheckHostStatus_V2/CYCLE18_226/scripts/9.11.56.72.hostcheck.CHS.svc_nr.stop.20150127073959
  
  ip: 9.11.56.168 (root/teamw0rk), under file:
  /PACKAGE/errlogs/Cycle18/SVC_NR/20150127081651/
  c_85_g.ilp1fc85apA4.SVC_NR.Cycle18.27Jan15.081758.tar.gz
-  
  
-  
- Machine Type = IBM Power System S824, product: 8286-42A,serial: 10CD74T 
-  
+ Machine Type = IBM Power System S824, product: 8286-42A,serial: 10CD74T
+ 
  ---Debugger---
  A debugger is not configured
-  
- Contact Information = ida jackson/i...@us.ibm.com, cwc...@us.ibm.com 
-  
+ 
+ Contact Information = ida jackson/i...@us.ibm.com, cwc...@us.ibm.com
+ 
  Stack trace output:
-  no
-  
+  no
+ 
  Oops output:
-  no
-  
+  no
+ 
  System Dump Info:
-   The system is not configured to capture a system dump.
-  
- *Additional Instructions for ida jackson/i...@us.ibm.com, cwc...@us.ibm.com: 
+   The system is not configured to capture a system dump.
+ 
+ *Additional Instructions for ida jackson/i...@us.ibm.com, cwc...@us.ibm.com:
  -Post a private note with access information to the mach
- ine that the bug is occuring on. 
+ ine that the bug is occuring on.
  -Attach sysctl -a output output to the bug.
  
  please let me know if other info is needed. thanks for looking into the
  problem
  
  == Comment: #9 - Vaishnavi Bhat  - 2015-02-11
  04:11:40 ==
- 
  
  == Comment: #17 - Andrea M. Davis  - 2015-03-03 17:57:51 
==
  Please update the bug with the specific Ubunutu release please Ida  or Chang.
  
  == Comment: #18 - Andrea M. Davis  - 2015-03-03 17:57:56 
==
  Please update the bug with the specific Ubunutu release please Ida  or Chang.
  
  == Comment: #19 - Mauricio Faria De Oliveira  - 
2015-03-04 08:17:23 ==
  This is Ubuntu 14.04 GA (14.04.0), using the ISO/DVD install (kernel 
3.13.0-24).
  
  > client uname : root@ilp1fc85apA4:~# uname -a Linux
  ilp1fc85apA4.tuc.stglabs.ibm.com 3.13.0-24-generic #46-Ubuntu 

Re: [Bug 1512749] Please test proposed package

2015-11-03 Thread brian mullan
will do...


On Tue, Nov 3, 2015 at 4:20 PM, Stéphane Graber 
wrote:

> Hello brian, or anyone else affected,
>
> Accepted network-manager into wily-proposed. The package will build now
> and be available at https://launchpad.net/ubuntu/+source/network-
> manager/1.0.4-0ubuntu5.1 in a few hours, and then in the -proposed
> repository.
>
> Please help us by testing this new package.  See
> https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
> enable and use -proposed.  Your feedback will aid us getting this update
> out to other Ubuntu users.
>
> If this package fixes the bug for you, please add a comment to this bug,
> mentioning the version of the package you tested, and change the tag
> from verification-needed to verification-done. If it does not fix the
> bug for you, please add a comment stating that, and change the tag to
> verification-failed.  In either case, details of your testing will help
> us make a better decision.
>
> Further information regarding the verification process can be found at
> https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
> advance!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1512749
>
> Title:
>   lxcbr0 dissappears on Ubuntu 15.10
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1512749/+subscriptions
>

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 1503305] Re: iLab: power kvm client after svc node reboot error inject test, multipath output show missing path and missing storage name

2015-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.5.0-7ubuntu9

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

  * d/p/lp1503305_libmultipath_info_on_1st_path_down_dbd131e.patch:
Correctly display the vendor/model info on path line in output if the
first path of a path group is failed. (LP: #1503305)

 -- Mathieu Trudel-Lapierre   Tue, 03 Nov 2015
18:34:09 -0600

** Changed in: multipath-tools (Ubuntu)
   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/1503305

Title:
  iLab: power kvm client after svc node reboot error inject test,
  multipath output show missing path and missing storage name

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

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


[Bug 1512749] Re: lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager - 1.0.4-0ubuntu6

---
network-manager (1.0.4-0ubuntu6) xenial; urgency=medium

  * debian/patches/git_fix_race_external_down_e29ab543.patch: fix race in
wrongly managing devices due to receiving udev signals late. (LP: #1512749)

 -- Mathieu Trudel-Lapierre   Tue, 03 Nov 2015
14:39:12 -0600

** Changed in: network-manager (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 lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1512749

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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


[Bug 1175027] Re: crypt_r() failed (2: No such file or directory) when using auth_basic

2015-11-03 Thread Thomas Ward
Hello.

If this issue still exists, please make a comment as such on this bug.
If there is no further activity in 60 days the bug will automatically be
closed as "Incomplete" and "Expired".

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

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

Title:
  crypt_r() failed (2: No such file or directory) when using auth_basic

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

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


[Bug 1503305] Re: iLab: power kvm client after svc node reboot error inject test, multipath output show missing path and missing storage name

2015-11-03 Thread Mathieu Trudel-Lapierre
** Also affects: multipath-tools (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: multipath-tools (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Also affects: multipath-tools (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

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

Title:
  iLab: power kvm client after svc node reboot error inject test,
  multipath output show missing path and missing storage name

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

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


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

2015-11-03 Thread Scott Moser
I've committed the change to trunk that actually puts the template now
inline with what is provided by 14.04 and 15.10 server iso installs (as
seen in those attachments above).

I've also added tools to https://gist.github.com/smoser/5586288 and some
more information.  This illustrates well my desire for '--if-necessary'
as requested in bug 1429285.

To summarize the changes below.  That is roughly 450k additional
download data (compressed size).  Most notable is a stark doubling of
GETs from 27 to 58:

## old cloud sources.list after "apt-get clean"
$ ./summarize-http out.d/cloud/clean/update.err
...
data bytes: 14431826
total GETS: 27
200: 16
404: 11

## old cloud sources.list immediately repeated 'apt-get update'
$ ./summarize-http out.d/cloud/noclean/update.err
...
data bytes: 0
total GETS: 27
304: 16
404: 11

## ISO sources.list after "apt-get clean"
$ ./summarize-http out.d/cd/clean/update.err
...
data bytes: 14893753
total GETS: 58
200: 37
404: 21

## ISO sources.list immediately repeated 'apt-get update'
$ ./summarize-http out.d/cd/noclean/update.err
...
data bytes: 0
total GETS: 58
304: 37
404: 21

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

Title:
  [SRU] Enable backports in cloud-init archive template

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

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


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

2015-11-03 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  [SRU] Enable backports in cloud-init archive template

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

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


Re: [Bug 1294200] Re: test linked against nih-dbus-tool-generated libraryis not thread-safe

2015-11-03 Thread Serge Hallyn
I don't know.  libnih is still a nice library and it would be nice if it could
be fixed.  Certainly the lxcfs bug should be marked invalid since we no longer
use it.  Perhaps lxc eventually, but not yet.

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

Title:
  test linked against nih-dbus-tool-generated libraryis not thread-safe

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

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


[Bug 1510720] Re: vm-builder doesn't support ppc64el

2015-11-03 Thread Stewart Smith
Wily would be great, thanks!

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

Title:
  vm-builder doesn't support ppc64el

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

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


[Bug 1488669] Re: consider building with golang-go on wily-arm64

2015-11-03 Thread Van Duc Uy
Docker failed to run on ARM64

amcc@ubuntu:~$ sudo docker -d
INFO[] +job serveapi(unix:///var/run/docker.sock)
INFO[] Listening for HTTP on unix (/var/run/docker.sock)
INFO[] +job init_networkdriver()
INFO[] -job init_networkdriver() = OK (0)
INFO[0001] Loading containers: start.

INFO[0001] Loading containers: done.
FATA[0001] Shutting down daemon due to errors: function not implemented
amcc@ubuntu:~$

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

Title:
  consider building with golang-go on wily-arm64

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

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


[Bug 1491155] Re: package libapache2-mod-php5 5.6.4+dfsg-4ubuntu6.2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-11-03 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package libapache2-mod-php5 5.6.4+dfsg-4ubuntu6.2 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

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

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


[Bug 1491683] Re: package mysql-server-5.6 (not installed) failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2015-11-03 Thread Launchpad Bug Tracker
[Expired for mysql-5.6 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.6 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-server-5.6 (not installed) failed to install/upgrade:
  子进程 已安装 post-installation 脚本 返回错误状态 1

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

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


[Bug 1480411] Re: rm -r * fails to delete directories when using overlayfs in a user-namespace

2015-11-03 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
Milestone: ubuntu-15.10 => ubuntu-15.11

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

Title:
  rm -r * fails to delete directories when using overlayfs in a user-
  namespace

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

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


[Bug 1491771] Re: package mailman (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-11-03 Thread Launchpad Bug Tracker
[Expired for mailman (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package mailman (not installed) failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

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

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


[Bug 1491318] Re: package libapache2-mod-php5 5.6.4+dfsg-4ubuntu6.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-11-03 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package libapache2-mod-php5 5.6.4+dfsg-4ubuntu6.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1492104] Re: package mysql-common 5.6.25-0ubuntu0.15.04.1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 2

2015-11-03 Thread Launchpad Bug Tracker
[Expired for mysql-5.6 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.6 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-common 5.6.25-0ubuntu0.15.04.1 failed to
  install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 2

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

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


[Bug 1492105] Re: package apache2 2.4.10-9ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-11-03 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package apache2 2.4.10-9ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1512961] [NEW] package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-11-03 Thread Ravee Srinivasan
Public bug reported:

Preparing to unpack .../mysql-server-core-5.6_5.6.27-0ubuntu0.14.04.1_amd64.deb 
...
Unpacking mysql-server-core-5.6 (5.6.27-0ubuntu0.14.04.1) ...
Selecting previously unselected package mysql-server-5.6.
Preparing to unpack .../mysql-server-5.6_5.6.27-0ubuntu0.14.04.1_amd64.deb ...
Unpacking mysql-server-5.6 (5.6.27-0ubuntu0.14.04.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up mysql-server-core-5.6 (5.6.27-0ubuntu0.14.04.1) ...
Setting up mysql-server-5.6 (5.6.27-0ubuntu0.14.04.1) ...
Installing new version of config file /etc/logrotate.d/mysql-server ...
Installing new version of config file /etc/init.d/mysql ...
Installing new version of config file /etc/init/mysql.conf ...
2015-11-04 12:13:37 0 [Warning] Using unique option prefix key_buffer instead 
of key_buffer_size is deprecated and will be removed in a future release. 
Please use the full name instead.
2015-11-04 12:13:37 0 [Warning] TIMESTAMP with implicit DEFAULT value is 
deprecated. Please use --explicit_defaults_for_timestamp server option (see 
documentation for more details).
2015-11-04 12:13:37 0 [Note] /usr/sbin/mysqld (mysqld 5.6.27-0ubuntu0.14.04.1) 
starting as process 11505 ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mysql-server-5.6 (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
 mysql-server-5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-server-5.6 5.6.27-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.19.0-31.36~14.04.1-generic 3.19.8-ckt7
Uname: Linux 3.19.0-31-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.18
AptOrdering:
 mysql-server-core-5.6: Install
 mysql-server-5.6: Install
 mysql-server-core-5.6: Configure
 mysql-server-5.6: Configure
Architecture: amd64
Date: Wed Nov  4 12:14:02 2015
DuplicateSignature: package:mysql-server-5.6:5.6.27-0ubuntu0.14.04.1:subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-10-29 (5 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: mysql-5.6
Title: package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.6 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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

2015-11-03 Thread ChristianEhrhardt
** Changed in: nis (Ubuntu)
 Assignee: (unassigned) => ChristianEhrhardt (paelzer)

** Changed in: nis (Ubuntu)
   Status: Confirmed => In Progress

-- 
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 1512749] Re: lxcbr0 dissappears on Ubuntu 15.10

2015-11-03 Thread Stéphane Graber
Just managed to reproduce it here, it's caused by Network Manager
deciding to mess with our bridge instead of leaving it alone as it
should.

Current workarounds include:
 - reboot
 - systemctl stop network-manager && systemctl restart lxc-net && systemct 
start network-manager

This only kicks in when the interface is brought up after network-
manager, so it doesn't affect boot since lxc-net starts before network-
manager and it doesn't affect upgrades where a container is already
running (as we don't destroy the bridge in that case).

But it does absolutely affect all new installs and upgrades done when no
container is running.

This is a critical regression in Network Manager behavior, NM should
NEVER touch non-physical interfaces and it should even less start
flushing existing network configuration.

Changes are this affects libvirt too, unless libvirt bring up takes long
enough to win the race against NM.

** Package changed: lxc (Ubuntu) => network-manager (Ubuntu)

** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Critical

** Changed in: network-manager (Ubuntu)
   Status: New => Triaged

** Also affects: network-manager (Ubuntu Xenial)
   Importance: Critical
   Status: Triaged

** Also affects: network-manager (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Changed in: network-manager (Ubuntu Wily)
   Status: New => Triaged

** Changed in: network-manager (Ubuntu Wily)
   Importance: Undecided => Critical

** Tags added: regression-release

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

Title:
  lxcbr0 dissappears on Ubuntu 15.10

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

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

2015-11-03 Thread Wolfgang
*** This bug is a duplicate of bug 1390223 ***
https://bugs.launchpad.net/bugs/1390223

So I ran postfix' master process with strace to see what it does, didn't find 
anything out of the ordinary, however, this way the read() succeeded 15 out of 
20 times, only 5 EACCES. The strace output of postfix' master is the same in 
both cases.
So maybe this helps with reproducing the issue.

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

Title:
  lxc container with postfix, permission denied on mailq

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

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


[Bug 1508225] Re: tipc tool isn't built in iproute2

2015-11-03 Thread Bug Watch Updater
** Changed in: iproute2 (Debian)
   Status: Unknown => New

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

Title:
  tipc tool isn't built in iproute2

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

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


[Bug 1512600] Re: package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/innochecksum.1.gz', which is also in package mysql-server-core-5.

2015-11-03 Thread Steve Beattie
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 mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1512600

Title:
  package mysql-server-5.6 5.6.27-0ubuntu0.14.04.1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/man/man1/innochecksum.1.gz', which is also in package
  mysql-server-core-5.6 5.6.25-3+deb.sury.org~trusty+1

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

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


[Bug 1512787] [NEW] package python-urllib3 1.7.1-1ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 127

2015-11-03 Thread itack
Public bug reported:

problem updating  in general

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python-urllib3 1.7.1-1ubuntu3
ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17
Uname: Linux 3.16.0-51-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.15
Architecture: amd64
Date: Tue Nov  3 15:09:05 2015
DpkgHistoryLog:
 Start-Date: 2015-11-03  15:08:55
 Commandline: aptdaemon role='role-commit-packages' sender=':1.90'
 Upgrade: python-urllib3:amd64 (1.7.1-1ubuntu3, 1.7.1-1ubuntu4), 
libvte-2.90-9:amd64 (0.34.9-1ubuntu1, 0.34.9-1ubuntu2), gir1.2-vte-2.90:amd64 
(0.34.9-1ubuntu1, 0.34.9-1ubuntu2), shotwell-common:amd64 (0.18.0-0ubuntu4.3, 
0.18.0-0ubuntu4.4), shotwell:amd64 (0.18.0-0ubuntu4.3, 0.18.0-0ubuntu4.4), 
libvte-2.90-common:amd64 (0.34.9-1ubuntu1, 0.34.9-1ubuntu2), libmtp9:amd64 
(1.1.6-20-g1b9f164-1ubuntu2, 1.1.6-20-g1b9f164-1ubuntu2.1), unzip:amd64 
(6.0-9ubuntu1.3, 6.0-9ubuntu1.4), apport:amd64 (2.14.1-0ubuntu3.15, 
2.14.1-0ubuntu3.18), libmtp-common:amd64 (1.1.6-20-g1b9f164-1ubuntu2, 
1.1.6-20-g1b9f164-1ubuntu2.1), linux-firmware:amd64 (1.127.15, 1.127.16), 
libmtp-runtime:amd64 (1.1.6-20-g1b9f164-1ubuntu2, 
1.1.6-20-g1b9f164-1ubuntu2.1), ntpdate:amd64 (4.2.6.p5+dfsg-3ubuntu2.14.04.3, 
4.2.6.p5+dfsg-3ubuntu2.14.04.5)
DuplicateSignature: package:python-urllib3:1.7.1-1ubuntu3:subprocess new 
pre-removal script returned error exit status 127
ErrorMessage: subprocess new pre-removal script returned error exit status 127
InstallationDate: Installed on 2015-05-06 (181 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: python-urllib3
Title: package python-urllib3 1.7.1-1ubuntu3 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-urllib3 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package python-urllib3 1.7.1-1ubuntu3 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 127

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

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