[Bug 1542597] [NEW] dnsmasq breaks Steam downloads on Comcast

2016-02-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

TL;DR: With dnsmasq configured, "nslookup
cdn.cs.comcast.steampowered.com" (rather, the query, not nslookup
itself) hangs.  As a result of the DNS query hanging, Steam is unable to
download any game content.

Longer explanation, which I posted on the Steam forum at
http://steamcommunity.com/discussions/forum/1/412446292762583371/ to
help other users:

I had a persistent problem with Steam not downloading games on Ubuntu,
even on the same machine and same network where it worked fine under
Windows (both 7 and 10). Here's an explanation of why and how to fix it,
since most people will not be able to diagnose it.

Background:

Like most big data providers, Steam has a lot of servers hosted at
various ISPs. When you download a game, you're directed to servers that
are topologically closer to you--usually ones hosted by the ISP you use.
In my case, this is Comcast, and Steam uses the host name
cdn.comcast.cs.steampowered.com.

Ubuntu Desktop uses a caching DNS server called dnsmasq. Besides
providing caching services, it captures advertised hostnames on the
network, allowing you to refer to other machines by name without having
to set up DNS.

Symptom:

You'll get dialog windows and messages in the Steam log file saying that
connections timed out. No downloads will actually work.

Interestingly, nowhere does it explicitly tell you that it's actually
the DNS query that's timing out, as opposed to the connection to the
actual content server. This confused me quite a bit.

The problem:

Steam's DNS and dnsmasq don't get along. The list of DNS records for
cdn.comcast.cs.steampowered.com is long enough that the response doesn't
fit in a UDP packet. Normally this is retried transparently over TCP and
works fine. However, dnsmasq stalls and times out on this request.
(Don't ask me why. I haven't debugged it--yet.) As a result, all
attempts to connect to the Steam content servers fail, and no downloads
occur.

Note: I've only run the Steam client on Ubuntu 14.10 and 15.04. I do not
know whether this problem affects other versions.

Workaround:

The obvious workaround is to stop using dnsmasq. However, it's somewhat
hardwired into Ubuntu. Here's what I did:

# apt-get install unbound # do this first or you'll be sad
# cd /etc/NetworkManager
# service NetworkManager stop
# vi NetworkManager.conf # or whatever editor you want; I don't care
[change "dns=dnsmasq" to "dns=unbound"]
# rm /etc/resolv.conf # don't forget this
# service NetworkManager start

Now all your DNS queries should go through your local unbound server (at
127.0.0.1 a.k.a. localhost), retries over TCP should work as expected,
and Steam should be able to download just fine. You can test it with:

# nslookup cdn.comcast.cs.steampowered.com

If that hangs or returns SERVFAIL or REFUSED, you still have a problem.

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

-- 
dnsmasq breaks Steam downloads on Comcast
https://bugs.launchpad.net/bugs/1542597
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to dnsmasq 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 1542597] Re: dnsmasq breaks Steam downloads on Comcast

2016-02-05 Thread Charles M. Hannum
** Project changed: dnsmasq => dnsmasq (Ubuntu)

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

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

Title:
  dnsmasq breaks Steam downloads on Comcast

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

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


[Bug 1542597] Re: dnsmasq breaks Steam downloads on Comcast

2016-02-05 Thread William Grant
** No longer affects: dnsmasq

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

Title:
  dnsmasq breaks Steam downloads on Comcast

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

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


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

2016-02-05 Thread Mathieu Trudel-Lapierre
Hum, that's kind of weird. You should see disks being picked up by
multipath if they should, even if they are detected *after* multipath
scripts run (because multipathd...). They wouldn't be detected before
multipath runs, because then they would most likely be remapped anyway
(unless something else claims them).

Could you file a new bug for this, including the output of multipath -v4
taken from the initramfs? You may stop the boot process by adding "break
=pre-multipath" to break boot just before the multipath scripts. At that
point, you'll need to modprobe dm_multipath;  and then you should be
able to run multipath -v4. If you exit from there boot should complete
(hopefully succesfully, since there will have been some extra delay).

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

Title:
  ISST-LTE: root mpath device unavailable after installation

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

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

2016-02-05 Thread Mauricio Faria de Oliveira
Verified on 14.04.
Marking verification-done.

As mentioned in the description test-case, the issue is hard to reproduce.
Trying to force it to happen, I modified the updated package 
local-premount/multipath 
script to remove/rescan the SCSI devices in the background right before the 
udevadm settle command, and could not reproduce the failure.
The system booted successfully.

More assurance is given since the patch is the same as that verified by
the tester on the original environment (comment #12).

 . /scripts/functions
 
+multipath -F
+
+for sd_delete in /sys/block/sd*/device/delete; do
+echo 1 > $sd_delete
+done
+
+for host_scan in /sys/class/scsi_host/host*/scan; do
+echo '- - -' > $host_scan
+done &
+
 if [ -x /sbin/multipathd ]
 then
 [ "$quiet" != "y" ] && log_begin_msg "Waiting for udev to settle 
(multipath)"
 udevadm settle --timeout=121 || true
 [ "$quiet" != "y" ] && log_end_msg
 fi
 
 exit 0

-- 
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 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-05 Thread Ben Howard
** Also affects: cloud-init (Ubuntu Xenial)
   Importance: High
 Assignee: Scott Moser (smoser)
   Status: Fix Released

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

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

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

Title:
  Support Joyent lx-brand environment in smartos datasource

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

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


[Bug 1522422] Re: Update to php 7.0

2016-02-05 Thread Nish Aravamudan
tl;dr: We are aiming to go forward with plans to push PHP 7.0 only in
main for Xenial (16.04), thus dropping PHP 5. We have until 18 February,
Xenial's Feature Freeze data, to vet this out as best we can. I would
like to ask the community to help us see what is broken, what works,
etc. Specifically, we need folks to test the actual use of PHP 7.0 :)

Before, I list examples of what we've immediately thought of to cover,
if you do choose to help out, please provide:
  * Details of what versions used (before & after)
  * What your exact usage was
  * How you determined success
Note that you must be using the Ubuntu packages for PHP and any
PEAR/PECL/external modules. That is, we can only "support" a fully
Ubuntu-version based PHP installation. I must stress, that simply
providing a "Yes it works" response will be insufficient to be sure we
have done things correctly.

Here is our current shortlist of obvious & large things that need
testing:
  - Upgrade success (both of the PHP core and any packages you use).
  - Install success (fresh PHP7.0 installs)
  - Horde
  - Symfony
  - SWIG (*)
  - Wordpress
  - phpmyadmin
  - Drupal
Are there any other frameworks or large Ubuntu-packaged programs,
frameworks or PHP-things we have forgotten?

(*) SWIG: I know it's broken right now, but once it's available...

How to test:
  - Do not do this in production!
  - Spin up a test VM/deployment with Xenial.
  - Add the PPA at https://launchpad.net/~php-ubuntu/+archive/ubuntu/php7.0
  - Ideally, simply an apt-get update; apt-get upgrade will pick up the
new versions under Xenial.
  - Packages are going to be changed and updated as we go forward.
  - Most of main/universe PHP-dependent packages have been rebuilt.

Please provide your experience in a bug update. We want to both negative
and positive reports!

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

Title:
  Update to php 7.0

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

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


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

2016-02-05 Thread Mauricio Faria de Oliveira
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 586903] Re: 2 instances with same public and private IP

2016-02-05 Thread dino99
Closing that outdated report as EOL has been reached long time ago

** Changed in: eucalyptus (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  2 instances with same public and private IP

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

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


[Bug 1530913] Re: [SRU] liberty point releases

2016-02-05 Thread Bryan Quigley
Will the autopackagetests failing block it moving to updates?

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

Title:
  [SRU] liberty point releases

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

-- 
Ubuntu-server-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] Comment bridged from LTC Bugzilla

2016-02-05 Thread bugproxy
--- Comment From mauri...@br.ibm.com 2016-02-05 13:35 EDT---
More evidence on this one.
This wasn't hit with the testing on 2 LPARs for LP #1526984.

-- 
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 1526984] Re: ISST-LTE: root mpath device unavailable after installation

2016-02-05 Thread Mauricio Faria de Oliveira
I verified this works correctly on 2 LPARs, including the original LPAR from 
the bug report. (Thanks, Michail)
Marking as verification-done.

Installed the version from -proposed:

root@pinelp2:~# dpkg -l | grep 0.4.9-3ubuntu7.8
ii  kpartx 0.4.9-3ubuntu7.8 
ppc64el  create device mappings for partitions
ii  kpartx-boot0.4.9-3ubuntu7.8 
all  Provides kpartx during boot
ii  multipath-tools0.4.9-3ubuntu7.8 
ppc64el  maintain multipath block device access
ii  multipath-tools-boot   0.4.9-3ubuntu7.8 
all  Support booting from multipath devices

root@pinelp3:~# dpkg -l | grep 0.4.9-3ubuntu7.8
ii  kpartx 0.4.9-3ubuntu7.8 
ppc64el  create device mappings for partitions
ii  kpartx-boot0.4.9-3ubuntu7.8 
all  Provides kpartx during boot
ii  multipath-tools0.4.9-3ubuntu7.8 
ppc64el  maintain multipath block device access
ii  multipath-tools-boot   0.4.9-3ubuntu7.8 
all  Support booting from multipath devices

Notice the 2 LPARs (pinelp2 and pinelp3) booted from an individual path.
On pinelp2, it was required to manually include the rootfs device's WWID 
(below).

root@pinelp2:~# mount | grep ' / '
/dev/sdq2 on / type ext4 (rw,errors=remount-ro)

root@pinelp3:~# mount | grep ' / '
/dev/sdg2 on / type ext4 (rw,errors=remount-ro)

Make sure the rootfs device is listed in /etc/multipath/wwids in the
initramfs:

- This is required on pinelp2:

root@pinelp2:~# multipath -c /dev/sdq
/dev/sdq is not a valid multipath device path

root@pinelp2:~# multipath -d -v3 | grep 'sdq: uid ='
Feb 05 11:04:14 | sdq: uid = 36005076304ffc4410161 (callout)

root@pinelp2:~# multipath -d -v3 | grep 'sdq: uid =' | awk '{
print "/" $8 "/" }' >> /etc/multipath/wwids

root@pinelp2:~# multipath -c /dev/sdq
/dev/sdq is a valid multipath device path

root@pinelp2:~# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.2.0-27-generic

- Not required on pinelp3:

root@pinelp3:~# multipath -c /dev/sdg
/dev/sdg is a valid multipath device path

Already in WWIDs, so this is likely a timing problem in the boot
(works some of the times).


Test it on both LPARs.

root@pinelp2:~# reboot
<...>

root@pinelp3:~# reboot
<...>


The 2 LPARs booted successfully from a multipath device:

root@pinelp2:~# mount | grep ' / '
/dev/mapper/mpath3-part2 on / type ext4 (rw,errors=remount-ro)

root@pinelp3:~# mount | grep ' / '
/dev/mapper/mpath4-part2 on / type ext4 (rw,errors=remount-ro)


For details: console log for pinelp2:

Notice:
- The scsi disks are added /after/ multipathd is started.
- There *IS* a wait of some seconds at this point.
  So, the udevadm settle is indeed working.

Loading, please wait...
[0.750797] systemd-udevd[206]: starting version 204
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top 
... Begin: Loading multipath modules ... [0.772562] device-mapper: 
multipath: version 1.9.0 loaded
Success: loaded module dm-multipath.
Failure: failed to load module dm-emc.
done.
Begin: Starting multipathd ... [0.778387] multipathd (239): 
/proc/239/oom_adj is deprecated, please use /proc/239/oom_score_adj instead.
[0.808644] Emulex LightPulse Fibre Channel SCSI driver 10.7.0.0.
[0.808672] Copyright(c) 2004-2015 Emulex.  All rights reserved.
[0.810789] bnx2x: Broadcom NetXtreme II 5771x/578xx 10/20-Gigabit 
Ethernet Driver bnx2x 1.710.51-0 (2014/02/10)
[0.810928] bnx2x :01:00.0: msix capability found
[0.811271] bnx2x :01:00.0: enabling device (0140 -> 0142)
[0.815918] lpfc 0001:01:00.0: ibm,query-pe-dma-windows(53) 1 
800 2019 returned 0
[0.816230] lpfc 0001:01:00.0: ibm,create-pe-dma-window(54) 1 
800 2019 10 22 returned 0 (liobn = 0x7019 starting addr = 800 0)
[0.871171] lpfc 0001:01:00.0: Using 64-bit direct DMA at offset 
800
[0.871273] bnx2x :01:00.0: ibm,query-pe-dma-windows(53) 1 
800 2018 returned 0
[0.871637] bnx2x :01:00.0: ibm,create-pe-dma-window(54) 1 
800 2018 10 22 returned 0 (liobn = 0x7018 starting addr = 800 0)
[0.901703] bnx2x :01:00.0: Using 64-bit direct DMA at 

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

2016-02-05 Thread Mathieu Trudel-Lapierre
Well, to be honest there isn't anything we can do in multipath-tools or
udev if the scans aren't generating events. The best option then is to
look at the driver, if it permits some control of how the scans happen,
and if not, why.

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

Title:
  ISST-LTE: root mpath device unavailable after installation

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

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


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

2016-02-05 Thread Mauricio Faria de Oliveira
Hi,

Given the conversation/explanation on this bug (1: problem is lack of
SCSI wait scan, and 2: this bug targets to remove the error message),
and my additional comments on bug 1526984 comment #18 (summary: the SCSI
wait scan problem is not supposed to be fixed with either udevadm settle
/ multipathd), I think we can mark this as verification-done (message is
removed), and move on to how to obtain similar effects to scsi wait
scan, or an effective fix for that problem.

Mathieu Trudel-Lapierre (mathieu-tl)#4
> [snip] I'm closing this bug here because it's about scsi_wait_scan. 

Stuart Hopkins (stu-g) #5
> [snip] confirm that it does resolve the problem around loading the missing 
> module.

@mathieu-tl, I'm remarking this a verification-done, given you specified the 
scope in the bug description.
and @stu-g, I'd really appreciate seeing some form of fix to this kind of 
issue. I realize the sleep workaround works (even suggested that myself.. heh. 
got a flat no).  Ideas are welcome. Maybe that behavior should be reported on 
another bug.

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

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

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

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


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

2016-02-05 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
wily' to 'verification-done-wily'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!

-- 
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/linux/+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 1542439] [NEW] Raw output only in celsius even with -f switch

2016-02-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Version: 1:3.3.4-2ubuntu1

sensors offers:
- switch -u for raw output
- switch -f for fahrenheit

both in combination return values only in celsius

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: celsius fahrenheit lm-sensors sensors temperature unit
-- 
Raw output only in celsius even with -f switch
https://bugs.launchpad.net/bugs/1542439
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to lm-sensors 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 1542439] Re: Raw output only in celsius even with -f switch

2016-02-05 Thread Us3r
Package changed.

** Package changed: ubuntu-docs (Ubuntu) => lm-sensors (Ubuntu)

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

Title:
  Raw output only in celsius even with -f switch

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

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


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

2016-02-05 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
vivid' to 'verification-done-vivid'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-vivid

** Tags added: verification-needed-wily

-- 
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/linux/+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 1542438] [NEW] Python LXC api needs to be much better at error reporting

2016-02-05 Thread Christopher Townsend
Public bug reported:

I use the Python API extensively on the lp:libertine project.  However,
when there is an error somewhere in the LXC layer, the only thing that
is returned is False which is not very useful when trying to figure out
what has gone wrong.

For example, I try to use the Container.create() method and it is
failing  However, when I try using the lxc-create CLI tool using the
same exact parameters, it works.  Since the Python API does not have an
error output, I'm having a very difficult time figuring out why the
Python create is failing.

** 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/1542438

Title:
  Python LXC api needs to be much better at error reporting

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

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


[Bug 1473691] Re: squid: Update to latest upstream release (3.5)

2016-02-05 Thread Robie Basak
I'm hoping to get squid updated in Xenial within the next two weeks.

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

Title:
  squid: Update to latest upstream release (3.5)

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

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


[Bug 1503034] Re: Autofs 5.1.1-1ubuntu2 crashes with segfault on startup

2016-02-05 Thread Brian Murray
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Autofs 5.1.1-1ubuntu2 crashes with segfault on startup

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

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


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

2016-02-05 Thread Mauricio Faria de Oliveira
Hi @stu-g,

Thanks for your report.
I think the problem you're experiencing (handled in LP 1538775) is one we've 
been discussing/trying to get around for some time now.
Since scsi_wait_scan was removed, there's no way to really wait /on the SCSI 
scan/. 
For that objective, udevadm settle won't help, as the SCSI scan does not 
generate any udev events.. but only the disks found in the process do.. 
So, if your environment hits that intermediary spot (ie, the SCSI scan only 
starts to add the disks to the kernel /after/ udevadm settle finished w/out 
more events to process), then you'd hit the problem nonetheless.

Unfortunately, there's not something we have came up with yet for that
kind of problem. It's been a head scratcher for some time, as mentioned.

For this particular bug, the reporter verified the patches submitted (which 
implement multipathd in the initramfs) and it does handle some async 
discoveries nicely. 
So, unfortunately it doesn't fix one other scenario (which seems hard to fix), 
but that doesn't make the fix wrong/unuseful on its own / the scenario it 
happens to fix/work on.

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

Title:
  ISST-LTE: root mpath device unavailable after installation

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

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


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-05 Thread Robert C Jennings
New trusty.debdiff based on feedback from Ben.  I have cleaned up the
changelog (version and path to patch), fixed the diff to have the
correct from address, and changed dmi_data() to call
util.read_dmi_data() rather than use a local implementation of that util
function.

** Patch added: "trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+attachment/4564774/+files/trusty.debdiff

** Patch removed: "trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+attachment/4564773/+files/trusty.debdiff

** Patch removed: "trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+attachment/4564237/+files/trusty.debdiff

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

Title:
  Support Joyent lx-brand environment in smartos datasource

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

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


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-05 Thread Robert C Jennings
New trusty.debdiff based on feedback from Ben.  I have cleaned up the
changelog (version and path to patch), fixed the diff to have the
correct from address, and changed dmi_data() to call
util.read_dmi_data() rather than use a local implementation of that util
function.

** Patch added: "trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+attachment/4564773/+files/trusty.debdiff

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

Title:
  Support Joyent lx-brand environment in smartos datasource

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

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


[Bug 1542509] [NEW] /build/qemu-YZq7uh/qemu-2.3+dfsg/nbd.c:nbd_init():L670: Failed to set NBD socket

2016-02-05 Thread Jignasha
Public bug reported:

Steps to reproduce

1) Have qemu 2.3 with libvirt 1.2.16 on Ubuntu 15.10

2) sudo apt-get install nbd-client on ubuntu 15.10

3) run command  qemu-nbd -c /dev/nbd12 test.qcow2

4) Get error /build/qemu-YZq7uh/qemu-2.3+dfsg/nbd.c:nbd_init():L670:
Failed to set NBD socket

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

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

Title:
  /build/qemu-YZq7uh/qemu-2.3+dfsg/nbd.c:nbd_init():L670: Failed to set
  NBD socket

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

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


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-05 Thread Robert C Jennings
New wily.debdiff based on feedback from Ben. I have cleaned up the
changelog (version and path to patch).

** Patch added: "wily.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+attachment/4564782/+files/wily.debdiff

** Patch removed: "wily.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1540965/+attachment/4564236/+files/wily.debdiff

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

Title:
  Support Joyent lx-brand environment in smartos datasource

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

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


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-05 Thread Ben Howard
Reviewed and upload for 14.04 and 15.10. Pending acceptance into
proposed.

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

Title:
  Support Joyent lx-brand environment in smartos datasource

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

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


[Bug 1541914] Re: passwd depends on init-system-helpers (>= 1.18~); however: Version of init-system-helpers on system is 1.14

2016-02-05 Thread Sebastien Bacher
** Tags added: rls-x-incoming

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

Title:
  passwd depends on init-system-helpers (>= 1.18~); however: Version of
  init-system-helpers on system is 1.14

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

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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-02-05 Thread Nish Aravamudan
Blueprint changed by Nish Aravamudan:

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

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

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


[Bug 1542230] [NEW] package qemu-system-x86 2.0.0+dfsg-2ubuntu1.19 failed to install/upgrade: cannot copy extracted data for './usr/bin/qemu-system-x86_64' to '/usr/bin/qemu-system-x86_64.dpkg-new': u

2016-02-05 Thread Juan Vte . Sánchez-Seco
Public bug reported:

Error became when updating the system

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: qemu-system-x86 2.0.0+dfsg-2ubuntu1.19
ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Fri Feb  5 09:04:30 2016
DuplicateSignature: package:qemu-system-x86:2.0.0+dfsg-2ubuntu1.19:cannot copy 
extracted data for './usr/bin/qemu-system-x86_64' to 
'/usr/bin/qemu-system-x86_64.dpkg-new': unexpected end of file or stream
ErrorMessage: cannot copy extracted data for './usr/bin/qemu-system-x86_64' to 
'/usr/bin/qemu-system-x86_64.dpkg-new': unexpected end of file or stream
InstallationDate: Installed on 2015-02-25 (344 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: qemu
Title: package qemu-system-x86 2.0.0+dfsg-2ubuntu1.19 failed to 
install/upgrade: cannot copy extracted data for './usr/bin/qemu-system-x86_64' 
to '/usr/bin/qemu-system-x86_64.dpkg-new': unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package qemu-system-x86 2.0.0+dfsg-2ubuntu1.19 failed to
  install/upgrade: cannot copy extracted data for './usr/bin/qemu-
  system-x86_64' to '/usr/bin/qemu-system-x86_64.dpkg-new': unexpected
  end of file or stream

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

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


[Blueprint servercloud-x-server-core] General server work for Xenial

2016-02-05 Thread Nish Aravamudan
Blueprint changed by Nish Aravamudan:

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

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

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


[Bug 1542237] [NEW] Option --details doesn't work

2016-02-05 Thread Victor Shum
Public bug reported:

Using ip route command on Trusty Tahr I found that option --details
doesn't work, for example:

# ip -4 --details route list
default via 192.168.**0.**9 dev eth0 
192.168.**0.**8/26 dev eth0  proto kernel  scope link  src 192.168.**0.1**

In other distributions I tested (Debian 8.2/8.3 and even in Ubuntu
15.10) it works as expected:

# ip -4 --details route list
unicast default via 192.168.**0.**9 dev eth0 
unicast 192.168.**0.**8/26 dev eth0  proto kernel  scope link  src 
192.168.**0.1**

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

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

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

Title:
  Option --details doesn't work

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

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


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

2016-02-05 Thread Stuart Hopkins
Mathieu,

As noted in LP:1538775, version 0.4.9-3ubuntu7.8 still isn't resolving
the issue for me, as while my system does start (im not dropping to a
rescue shell), the multipath daemon seems to be executed prior to the
disks being discovered/udev starting and so it boots using sda for root
instead of mpath. Running 'multipath -v5' post-boot shows that it wants
to reconfigure pathing but cannot as the disks are in-use
(understandably).

I've attached the dmesg log which shows when multipathd starts, the
disks are detected, then udev starts.

** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1526984/+attachment/4564421/+files/dmesg

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

Title:
  ISST-LTE: root mpath device unavailable after installation

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

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


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

2016-02-05 Thread Stuart Hopkins
Brian,

Package tested (0.4.9-3ubuntu7.8) and can confirm that it does resolve
the problem around loading the missing module. It doesn't however fix
the issue of the multipath root device working (as my system is back to
sda rather than mpath). As per Matthiew's comment (4) I will update
LP:1526984 as that is a closer match to the current symptoms (though its
not a complete match).

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

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

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

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

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


[Bug 1535242] Re: Init script doesn't work

2016-02-05 Thread Diogo Matsubara
*** This bug is a duplicate of bug 1248054 ***
https://bugs.launchpad.net/bugs/1248054

** This bug has been marked a duplicate of bug 1248054
   [SRU] dlm package installation fails

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

Title:
  Init script doesn't work

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

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


[Bug 1496210] Re: multipath-tools lacks the default settings for IBM 2810XIV storage system

2016-02-05 Thread Mauricio Faria de Oliveira
The snippets for IBM XIV are present in the source.

# head -n1 debian/changelog 
multipath-tools (0.4.9-3ubuntu7.8) trusty; urgency=medium

# sed -n '/IBM XIV/,/}/ p' libmultipath/hwtable.c
/* IBM XIV Storage System */
.vendor= "IBM",
.product   = "2810XIV",
.getuid= DEFAULT_GETUID,
.features  = "1 queue_if_no_path",
.hwhandler = DEFAULT_HWHANDLER,
.selector  = DEFAULT_SELECTOR,
.pgpolicy  = MULTIBUS,
.pgfailback= 15,
.rr_weight = RR_WEIGHT_NONE,
.no_path_retry = NO_PATH_RETRY_UNDEF,
.minio = 15,
.checker_name  = TUR,
.prio_name = DEFAULT_PRIO,
.prio_args = NULL,
},


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

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

Title:
  multipath-tools lacks the default settings for IBM 2810XIV storage
  system

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

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


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

2016-02-05 Thread Mauricio Faria de Oliveira
Marking as verification-done.

Details:
---

qemu-kvm guest w/ rootfs on multipath

# mount | grep ' / '
/dev/mapper/mauricfo4--vg-root on / type ext4 (rw,errors=remount-ro)

# lvm pvdisplay | grep Name
  PV Name   /dev/mapper/mpath0-part3
  VG Name   mauricfo4-vg

the disk WWID contains spaces

# multipath -l
mpath0 (0QEMUQEMU HARDDISK   trustyroot) dm-0 QEMU,QEMU 
HARDDISK   
size=32G features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=-1 status=active
| `- 0:0:0:0 sda 8:0  active undef running
`-+- policy='round-robin 0' prio=-1 status=enabled
  `- 0:0:1:0 sdb 8:16 active undef running

install new version

# apt-get install multipath-tools-boot=0.4.9-3ubuntu7.8

# dpkg -s kpartx | grep Version
Version: 0.4.9-3ubuntu7.8

remove multipath configuration (user_friendly_names, bindings, wwids)
from rootfs and initramfs

# rm -rf /etc/multipath*

# mount /boot
# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.2.0-27-generic

verify

# reboot
...
Loading, please wait...
[0.482143] systemd-udevd[92]: starting version 204
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top 
... Begin: Loading multipath modules ... 
[0.546011] device-mapper: multipath: version 1.9.0 loaded
Success: loaded module dm-multipath.
Failure: failed to load module dm-emc.
done.
Begin: Starting multipathd ... [0.558504] multipathd (125): 
/proc/125/oom_adj is deprecated, please use /proc/125/oom_score_adj instead.
[0.571510] device-mapper: multipath round-robin: version 1.0.0 
loaded
[0.661820] random: lvm urandom read with 60 bits of entropy 
available
[0.910243] random: nonblocking pool is initialized
done.
Begin: Running /scripts/local-premount ... Begin: Waiting for udev to 
settle (multipath) ... done.
done.
[1.122520] EXT4-fs (dm-4): mounted filesystem with ordered data 
mode. Opts: (null)
Begin: Running /scripts/local-bottom ... Begin: Stopping multipathd ... 
done.
done.
done.
Begin: Running /scripts/init-bottom ... done.
[1.211793] init: plymouth-upstart-bridge main process (339) 
terminated with status 1
[1.211889] init: plymouth-upstart-bridge main process ended, 
respawning
[1.230100] init: plymouth-upstart-bridge main process (350) 
terminated with status 1
[1.230199] init: plymouth-upstart-bridge main process ended, 
respawning
[1.415024] Adding 1417152k swap on 
/dev/mapper/mauricfo4--vg-swap_1.  Priority:-1 extents:1 across:1417152k FS
[1.417519] EXT4-fs (dm-4): re-mounted. Opts: errors=remount-ro

Great, the rootfs is found and mounted.

Notice this setup (LVM on multipath) hits LP #1540401, 
but non-LVM on multipath doesn't, as originally reported.

The disk drive for /boot is not ready yet or not present.
keys:Continue to wait, or Press S to skip mounting or M for manual 
recovery

keys: S

And the system boots successfully:

# mount | grep ' / '
/dev/mapper/mauricfo4--vg-root on / type ext4 (rw,errors=remount-ro)

# pvdisplay | grep Name
  PV Name   /dev/HARDDISK
  VG Name   mauricfo4-vg

# multipath -l
0QEMUQEMU HARDDISK   trustyroot dm-0 QEMU,QEMU HARDDISK   
size=32G features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=-1 status=active
| `- 0:0:0:0 sda 8:0  active undef running
`-+- policy='round-robin 0' prio=-1 status=enabled
  `- 0:0:1:0 sdb 8:16 active undef running

Notice the LVM PV senses the multiple symlinks problem
(due to the spaces in the WWIDs) but this can be fixed 
(if desired) on a later update,
and does not occur w/ user_friendly_names.

The system *is* bootable, and the device-mapper table is correct
(LVM stacked on multipath devices):

root@mauricfo4:~# dmsetup table | sort
0QEMUQEMU HARDDISK   trustyroot: 0 67108864 multipath 0 0 2 1 
round-robin 0 1 1 8:0 1000 round-robin 0 1 1 8:16 1000 
0QEMUQEMU HARDDISK   trustyroot-part1: 0 14336 linear 252:0 2048
0QEMUQEMU HARDDISK   trustyroot-part2: 0 499712 linear 252:0 16384
0QEMUQEMU HARDDISK   trustyroot-part3: 0 66590720 linear 252:0 
516096
mauricfo4--vg-root: 0 63750144 linear 252:3 2048
mauricfo4--vg-swap_1: 0 2834432 linear 252:3 63752192

The boot problem is fixed.
Marking as verification-done.

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

-- 
You received this bug notification 

[Bug 1542230] Re: package qemu-system-x86 2.0.0+dfsg-2ubuntu1.19 failed to install/upgrade: cannot copy extracted data for './usr/bin/qemu-system-x86_64' to '/usr/bin/qemu-system-x86_64.dpkg-new': une

2016-02-05 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: corrupted-package

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

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

Title:
  package qemu-system-x86 2.0.0+dfsg-2ubuntu1.19 failed to
  install/upgrade: cannot copy extracted data for './usr/bin/qemu-
  system-x86_64' to '/usr/bin/qemu-system-x86_64.dpkg-new': unexpected
  end of file or stream

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

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


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

2016-02-05 Thread Mauricio Faria de Oliveira
Testing w/ pure multipath setup (non-LVM).
Boots successfully, w/ no prompts.

# mount |  grep ' / '
/dev/mapper/mpath0-part2 on / type ext4 (rw,errors=remount-ro)

# multipath -l
mpath0 (0QEMUQEMU HARDDISK   trustyroot) dm-0 QEMU,QEMU HARDDISK   
size=32G features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=-1 status=active
| `- 0:0:0:0 sda 8:0  active undef running
`-+- policy='round-robin 0' prio=-1 status=enabled
  `- 0:0:1:0 sdb 8:16 active undef running

Remove multipath conf/bindings/wwids..

# rm -rf /etc/multipath*
# update-initramfs -u
# reboot

Boots successfully:

# mount | grep  ' / '
/dev/mapper/0QEMU\x20\x20\x20\x20QEMU\x20HARDDISK\x20\x20\x20trustyroot-part2 
on / type ext4 (rw,errors=remount-ro)

# multipath -l
0QEMUQEMU HARDDISK   trustyroot dm-0 QEMU,QEMU HARDDISK   
size=32G features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=-1 status=active
| `- 0:0:0:0 sda 8:0  active undef running
`-+- policy='round-robin 0' prio=-1 status=enabled
  `- 0:0:1:0 sdb 8:16 active undef running

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

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

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

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


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

2016-02-05 Thread Martin Pitt
I don't think we ever support running lxc-android-config *in* a
container, so this doesn't block the removal and merging the new init-
system-helpers.

** Changed in: lxc-android-config (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Remove /bin/running-in-container

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

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


[Blueprint servercloud-x-server-core] General server work for Xenial

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

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

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

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


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

2016-02-05 Thread Martin Pitt
** Changed in: init-system-helpers (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Remove /bin/running-in-container

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

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


[Bug 1542237] [NEW] Option --details doesn't work

2016-02-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Using ip route command on Trusty Tahr I found that option --details
doesn't work, for example:

# ip -4 --details route list
default via 192.168.**0.**9 dev eth0 
192.168.**0.**8/26 dev eth0  proto kernel  scope link  src 192.168.**0.1**

In other distributions I tested (Debian 8.2/8.3 and even in Ubuntu
15.10) it works as expected:

# ip -4 --details route list
unicast default via 192.168.**0.**9 dev eth0 
unicast 192.168.**0.**8/26 dev eth0  proto kernel  scope link  src 
192.168.**0.1**

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

-- 
Option --details doesn't work
https://bugs.launchpad.net/bugs/1542237
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to iproute2 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 1542230] Re: package qemu-system-x86 2.0.0+dfsg-2ubuntu1.19 failed to install/upgrade: cannot copy extracted data for './usr/bin/qemu-system-x86_64' to '/usr/bin/qemu-system-x86_64.dpkg-new': une

2016-02-05 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package qemu-system-x86 2.0.0+dfsg-2ubuntu1.19 failed to
  install/upgrade: cannot copy extracted data for './usr/bin/qemu-
  system-x86_64' to '/usr/bin/qemu-system-x86_64.dpkg-new': unexpected
  end of file or stream

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

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


[Bug 1503034] Re: Autofs 5.1.1-1ubuntu2 crashes with segfault on startup

2016-02-05 Thread Paul Gaborit
I tested the new wily-proposed version (5.1.1-1ubuntu2.1 ) and it works
great for me.

Thank you !

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

Title:
  Autofs 5.1.1-1ubuntu2 crashes with segfault on startup

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

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


[Bug 1542560] Re: Apache incorrect building path when Alias directive argument is root ('/')

2016-02-05 Thread Seth Arnold
Thanks for the report; considering the WP install looks useless with
this configuration, I don't think the path presence outside the root is
much issue.

(I personally think the "path disclosure" issues are a bit thin at best
-- if the web server really shouldn't see some paths, it ought to be
configured with the OS permissions to actually only allow it to interact
with what it should see.)

So I'm making this public, non-security.

Thanks

** Information type changed from Private Security to Public

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

Title:
  Apache incorrect building path when Alias directive argument is  root
  ('/')

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

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


[Bug 1508122] Re: please transition to shared libraries

2016-02-05 Thread Mathew Hodson
** Changed in: dh-golang (Ubuntu)
   Importance: Undecided => High

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

** Changed in: juju-core (Ubuntu)
   Importance: Undecided => High

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

Title:
  please transition to shared libraries

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

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


[Bug 1540965] Re: Support Joyent lx-brand environment in smartos datasource

2016-02-05 Thread Mathew Hodson
** Changed in: cloud-init (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: cloud-init (Ubuntu Wily)
   Importance: Undecided => High

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

Title:
  Support Joyent lx-brand environment in smartos datasource

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

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


[Bug 1523715] Re: [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable AzureStack

2016-02-05 Thread Mathew Hodson
** Tags removed: verification-failed-trusty verification-failed-vivid
** Tags added: verification-failed

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

Title:
  [SRU] update walinuxagent to 2.1.2 to fix docker extension and enable
  AzureStack

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

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


[Bug 1535278] Re: 0.80.11 stable point release

2016-02-05 Thread Mathew Hodson
** No longer affects: ceph (Ubuntu)

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

Title:
  0.80.11 stable point release

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

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


[Bug 1534340] Re: openssh server 6.6 does not report max auth failures

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

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

** Information type changed from Public to Public Security

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

Title:
  openssh server 6.6 does not report max auth failures

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

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