[Bug 1644614] Re: linux-raspi2: -proposed tracker

2016-12-07 Thread Luis Henriques
*** This bug is a duplicate of bug 1640513 ***
https://bugs.launchpad.net/bugs/1640513

** This bug is no longer a duplicate of bug 1648020
   linux-raspi2:  -proposed tracker
** This bug has been marked a duplicate of bug 1640513
   linux-raspi2: 4.4.0-1035.42 -proposed tracker

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644614

Title:
  linux-raspi2:  -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1644614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646154] Re: linux-raspi2: -proposed tracker

2016-12-07 Thread Luis Henriques
*** This bug is a duplicate of bug 1640513 ***
https://bugs.launchpad.net/bugs/1640513

** This bug is no longer a duplicate of bug 1648020
   linux-raspi2:  -proposed tracker
** This bug has been marked a duplicate of bug 1640513
   linux-raspi2: 4.4.0-1035.42 -proposed tracker

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646154

Title:
  linux-raspi2:  -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1646154/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647868] Re: CPack DEB generator shlibdeps fails silently if /usr/bin/file is not installed

2016-12-07 Thread Henning Meyer
I have described the issue on the cm...@cmake.org mailing list as
follows:

the CPack DEB generator executes the file tool to determine whether a
file is executable

this is a snippet from CPackDeb.cmake from cmake gitlab master:

# get file info so that we can determine if file is executable or not
unset(CPACK_DEB_INSTALL_FILES)
foreach(FILE_ IN LISTS FILE_PATHS_)
  execute_process(COMMAND file "./${FILE_}"
WORKING_DIRECTORY "${WDIR}"
OUTPUT_VARIABLE INSTALL_FILE_)
  list(APPEND CPACK_DEB_INSTALL_FILES "${INSTALL_FILE_}")
endforeach()

# Only dynamically linked ELF files are included
# Extract only file name infront of ":"
foreach(_FILE IN LISTS CPACK_DEB_INSTALL_FILES)
  if(_FILE MATCHES "ELF.*dynamically linked")
string(REGEX MATCH "(^.*):" _FILE_NAME "${_FILE}")
list(APPEND CPACK_DEB_BINARY_FILES "${CMAKE_MATCH_1}")
set(CONTAINS_EXECUTABLE_FILES_ TRUE)
  endif()
  if(_FILE MATCHES "ELF.*shared object")
string(REGEX MATCH "(^.*):" _FILE_NAME "${_FILE}")
list(APPEND CPACK_DEB_SHARED_OBJECT_FILES "${CMAKE_MATCH_1}")
  endif()
endforeach()

The problem is that execute_process(COMMAND file) may fail, and if it
does, we do not add the dependencies of that executable to the generated
deb file. This issue happened to us because our continuous integration
system tried building inside a minimal docker image, where /usr/bin/file
was simply not available, but it might fail for other reasons too: for
example strange things in the user's path, open file limit exceeded or
out of memory conditions.

I would therefore much prefer if the above code:
1) uses a variable ${FILE_EXECUTABLE} for the file tool defaulting to
/usr/bin/file similar to the way it uses the variable
${READELF_EXECUTABLE} for the readelf tool
2) checks the return code on every iteration of the foreach() loop, and
calls message(FATAL_ERROR) if it is non-zero.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647868

Title:
  CPack DEB generator shlibdeps fails silently if /usr/bin/file is not
  installed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648020] Re: linux-raspi2: -proposed tracker

2016-12-07 Thread Luis Henriques
*** This bug is a duplicate of bug 1640513 ***
https://bugs.launchpad.net/bugs/1640513

** This bug has been marked a duplicate of bug 1640513
   linux-raspi2: 4.4.0-1035.42 -proposed tracker

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648020

Title:
  linux-raspi2:  -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1648020/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1323660] Please test proposed package

2016-12-07 Thread Ryan Beisner
Hello Bart, or anyone else affected,

Accepted python-glanceclient into kilo-proposed. The package will build
now and be available in the Ubuntu Cloud Archive in a few hours, and
then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:kilo-proposed
  sudo apt-get update

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-kilo-needed to verification-kilo-done. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-kilo-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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323660

Title:
  [SRU] Glance image properties not copied to cinder volume with glance
  V2 API

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1323660] Re: [SRU] Glance image properties not copied to cinder volume with glance V2 API

2016-12-07 Thread Corey Bryant
Seyeong, Thanks for the kilo patches.  I've uploaded cinder and python-
glanceclient to kilo-staging and the are awaiting promotion to kilo-
proposed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323660

Title:
  [SRU] Glance image properties not copied to cinder volume with glance
  V2 API

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1323660] Please test proposed package

2016-12-07 Thread Ryan Beisner
Hello Bart, or anyone else affected,

Accepted cinder into kilo-proposed. The package will build now and be
available in the Ubuntu Cloud Archive in a few hours, and then in the
-proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:kilo-proposed
  sudo apt-get update

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-kilo-needed to verification-kilo-done. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-kilo-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: cloud-archive/kilo
   Status: In Progress => Fix Committed

** Tags added: verification-kilo-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323660

Title:
  [SRU] Glance image properties not copied to cinder volume with glance
  V2 API

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1630382] Re: [mako] Awful life battery since OTA 13

2016-12-07 Thread Alexandros Frantzis
** Summary changed:

- Awful life battery since OTA 13
+ [mako] Awful life battery since OTA 13

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630382

Title:
  [mako] Awful life battery since OTA 13

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1630382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633419] Re: linux-raspi2: 4.4.0-1028.34 -proposed tracker

2016-12-07 Thread Luis Henriques
*** This bug is a duplicate of bug 1640513 ***
https://bugs.launchpad.net/bugs/1640513

** This bug is no longer a duplicate of bug 1640513
   linux-raspi2: 4.4.0-1032.39 -proposed tracker
** This bug has been marked a duplicate of bug 1648020
   linux-raspi2:  -proposed tracker

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633419

Title:
  linux-raspi2: 4.4.0-1028.34 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1633419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647826] Re: intel 8260 doesn't work with linux kernel 4.8 when using ucode version 22

2016-12-07 Thread David Jordan
Just tested 1.161.1 in yakkety-proposed and can confirm it fixes the
issue.

** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647826

Title:
  intel 8260 doesn't work with linux kernel 4.8 when using ucode version
  22

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648056] Fix proposed to charm-lxd (stable/16.10)

2016-12-07 Thread OpenStack Infra
Fix proposed to branch: stable/16.10
Review: https://review.openstack.org/408243

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648056

Title:
  Support LXD multiple sub-uid mapping

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-lxd/+bug/1648056/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453258] Re: Program claiming it's finished before all files uploaded and some folders showing "u1conflict"

2016-12-07 Thread Facundo Batista
** Changed in: ubuntuone-client (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/453258

Title:
  Program claiming it's finished before all files uploaded and some
  folders showing "u1conflict"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1323660] Re: [SRU] Glance image properties not copied to cinder volume with glance V2 API

2016-12-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/cinder/kilo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323660

Title:
  [SRU] Glance image properties not copied to cinder volume with glance
  V2 API

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647495] Re: Corrupted /boot/grub/grub.cfg with 2 UEFI boot menu entries

2016-12-07 Thread UlfZibis
** Description changed:

  I have 2 Ubuntu 64-Bit installations on 2 different partitions.
  After booting into the 2nd installation, I have changed in /etc/default/grub:
  GRUB_DISTRIBUTOR="Ubuntu-64"
  After grub-install and update-grub I got new .efi files in 
/boot/efi/EFI/ubuntu-64 and a new /boot/grub/grub.cfg and 
/boot/efi/EFI/ubuntu-64/grub.cfg refers to the partition of the 2nd 
installation.
  
  Now /boot/grub/grub.cfg of the 2nd installation is corrupted (see attached 
grub_2.cfg):
  - There are some entries like:
    menuentry 'Ubuntu 16.04.1 LTS (16.04) (auf /dev/sda8) (auf /dev/sda5)'
  - Some of them don't define initrd.
  
  I tried again after deleting /boot/grub/grub.cfg in the 1st installation
  and got another corrupted one with similar errors (see attached
  grub_1.cfg).
  
  After booting into the 1st installation with update-grub I got similar errors 
(see attached grub_3.cfg):
  - There are some entries like:
    menuentry 'Ubuntu 16.04.1 LTS (16.04) (auf /dev/sda8) (auf /dev/sda5) (auf 
/dev/sda8)'
  - Some of them don't define initrd.
+ 
+ I also see, that the localization in grub.cfg is not consistent. In some
+ menu entries "with" is translated to german "mit", but not in all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647495

Title:
  Corrupted /boot/grub/grub.cfg with 2 UEFI boot menu entries

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1647133] Re: dns=dnsmasq does not work any more

2016-12-07 Thread Harry
And a little more info:

"/etc/NetworkManager/NetworkManager.conf"

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false


"/etc/resolv.conf"

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.

nameserver 127.0.0.53

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647133

Title:
  dns=dnsmasq does not work any more

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647133] Re: dns=dnsmasq does not work any more

2016-12-07 Thread Harry
Martin,

I installed the package resolvconf.
Now the command gives this:
"systemctl status resolvconf"

● resolvconf.service - Nameserver information manager
   Loaded: loaded (/lib/systemd/system/resolvconf.service; enabled; vendor 
preset: enabled)
   Active: active (exited) since Wed 2016-12-07 19:23:29 EET; 6min ago
 Docs: man:resolvconf(8)
 Main PID: 322 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
   CGroup: /system.slice/resolvconf.service

However, there is still something wrong with my network.
Certain web pages (mainly in Finland) do not work at all.

Now the link /etc/resolv.conf points to ../run/resolvconf/resolv.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647133

Title:
  dns=dnsmasq does not work any more

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1644098] Re: Network Manager + OpenVPN does not respond to DNS server change on second connection attempt

2016-12-07 Thread Colin Law
I don't know whether it is significant but I notice in syslog that for
the second connection to the vpn I see the additional line

systemd-resolved[1001]: Using degraded feature set (UDP+EDNS0+DO) for
DNS server 127.0.1.1.

and I notice that a similar message is present in the log in comment #1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644098

Title:
  Network Manager + OpenVPN does not respond to DNS server change on
  second connection attempt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1643341] Re: Unexpected shutdown

2016-12-07 Thread Sam_
Still no luck with recent updated 
Linux version 4.4.0-53-generic (buildd@lcy01-28) (gcc version 5.4.0 20160609 
(Ubuntu 5.4.0-6ubuntu1~16.04.4))

** Attachment added: "kernlog-53"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643341/+attachment/4788676/+files/kernlog-53

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643341

Title:
  Unexpected shutdown

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647390] Re: BSP stable update

2016-12-07 Thread Luis Henriques
** Changed in: linux-raspi2 (Ubuntu Xenial)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647390

Title:
  BSP stable update

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648172] [NEW] Unable to create or rename directory on SD card

2016-12-07 Thread Philip
Public bug reported:

Meizu Pro5 - OTA 13, Laptop= Ubuntu 16.04

Unable to create or rename directory on phone SD card. Error msg
"libmtp error could not send object info"

I also get similar error message when attempting to copy files to the
music directory.

I am able to copy files and add/rename directories to card if card is
removed from phone and inserted in my laptop.

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

** Description changed:

- Unable to create or rename directory on SD card. Error msg  "libmtp
- error could not send object info"
+ Meizu Pro5 - OTA 13, Laptop= Ubuntu 16.04
+ 
+ Unable to create or rename directory on phone SD card. Error msg
+ "libmtp error could not send object info"
  
  I also get similar error message when attempting to copy files to the
  music directory.
  
  I am able to copy files and add/rename directories to card if card is
  removed from phone and inserted in my laptop.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648172

Title:
  Unable to create or rename directory on SD card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1323660] Re: [SRU] Glance image properties not copied to cinder volume with glance V2 API

2016-12-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/python-glanceclient/kilo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323660

Title:
  [SRU] Glance image properties not copied to cinder volume with glance
  V2 API

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648173] [NEW] App drawer stays on screen after activating launcher item

2016-12-07 Thread Michał Sawicz
Public bug reported:

In https://bileto.ubuntu.com/#/ticket/2150 - after fixing bug #1591311

Steps:
* press Super+A or long-left-swipe to invoke the app drawer
* click on an item in launcher

Expected:
* drawer is closed, as it is when you launch an item from the drawer

Current:
* drawer stays on, likely covering part of the activated window

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: unity8 8.15+17.04.20161129-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Dec  7 18:17:15 2016
InstallationDate: Installed on 2016-05-06 (214 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: unity8
UpgradeStatus: Upgraded to zesty on 2016-11-22 (15 days ago)

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug third-party-packages zesty

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648173

Title:
  App drawer stays on screen after activating launcher item

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1648173/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1574347] Re: [SRU] Re-read the link type if the name changed

2016-12-07 Thread ImhotepOsumare157
** Changed in: network-manager (Ubuntu)
 Assignee: jay patel (jay-patel736) => ImhotepOsumare157 (imhoteposumare157)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574347

Title:
  [SRU] Re-read the link type if the name changed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1541351] Re: Bluetooth keyboards which aren't actually keyboards suppress the on-screen keyboard.

2016-12-07 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1521518 ***
https://bugs.launchpad.net/bugs/1521518

Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1541351

Title:
  Bluetooth keyboards which aren't actually keyboards suppress the on-
  screen keyboard.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648169] [NEW] Close button in switcher is tiny

2016-12-07 Thread Michał Sawicz
Public bug reported:

Steps:
* right-edge to switcher
* hover over a closable surface (not Scopes)

Expected:
* close button is appropriately sized

Current:
* tiny close button

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: unity8 8.15+17.04.20161129-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Dec  7 18:17:15 2016
InstallationDate: Installed on 2016-05-06 (214 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: unity8
UpgradeStatus: Upgraded to zesty on 2016-11-22 (15 days ago)

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug third-party-packages zesty

** Attachment added: "screenshot20161207_181433987.png"
   
https://bugs.launchpad.net/bugs/1648169/+attachment/4788666/+files/screenshot20161207_181433987.png

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648169

Title:
  Close button in switcher is tiny

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1648169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648168] [NEW] Launcher quicklists are blurry

2016-12-07 Thread Michał Sawicz
Public bug reported:

Steps:
* right-click on a launcher item

Expected:
* text in the quicklist is sharp

Current:
* text is blurred, likely not pixel-aligned.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: unity8 8.15+17.04.20161129-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Dec  7 18:17:15 2016
InstallationDate: Installed on 2016-05-06 (214 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: unity8
UpgradeStatus: Upgraded to zesty on 2016-11-22 (15 days ago)

** Affects: unity8 (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: amd64 apport-bug third-party-packages zesty

** Attachment added: "screenshot20161207_181339831.png"
   
https://bugs.launchpad.net/bugs/1648168/+attachment/4788662/+files/screenshot20161207_181339831.png

** Changed in: unity8 (Ubuntu)
 Assignee: Lukáš Tinkl (lukas-kde) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648168

Title:
  Launcher quicklists are blurry

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1648164] [NEW] NetworkManager documentation does not document proper way to use different tools for dns /dhcp management

2016-12-07 Thread nivlac
Public bug reported:

The only mention of dnsmasq in the manpage only refers to resolver.conf. This 
is misleading
since dns=none would appear to stop NetworkManager from running dnsmasq, yet it 
does not. So
until the non-existent "disable dnsmasq" checkbox/radio button appears in the 
NetworkManager gui interface (edit connections) the documentation MUST include 
narrative on proper way to use NetworkManager with dhcpd, bind9 and friends. 
The amount of confusion and wasted time caused by this can easily be seen on 
google. After three days of work I am still uncertain that its even possible.

This applies to 16.04 specificly but has been an issue since
NetworkManager started using dnsmasq.

>From the manpage:

man NetworkManager.conf

   dns
   Set the DNS (resolv.conf) processing mode.

   default: The default if the key is not specified.
NetworkManager will update resolv.conf to reflect the nameservers
provided by currently active connections.

   dnsmasq: NetworkManager will run dnsmasq as a local caching 
nameserver, using a "split DNS" configuration if you are connected to a VPN, 
and then update resolv.conf to point to the
   local nameserver.

   unbound: NetworkManager will talk to unbound and dnssec-triggerd, 
providing a "split DNS" configuration with DNSSEC support. The /etc/resolv.conf 
will be managed by dnssec-trigger
   daemon.

   none: NetworkManager will not modify resolv.conf.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648164

Title:
  NetworkManager documentation does not document proper way to use
  different tools for dns /dhcp management

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648167] [NEW] Touch window controls dismiss the touch overlay instead

2016-12-07 Thread Michał Sawicz
Public bug reported:

Steps:
* three-finger-tap a window to get the window controls
* tap on one of the window control buttons (close/min/max)

Expected:
* the action is taken

Current:
* touch controls are dismissed instead

No autotest for this, looks like.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: unity8 8.15+17.04.20161129-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Dec  7 18:17:15 2016
InstallationDate: Installed on 2016-05-06 (214 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: unity8
UpgradeStatus: Upgraded to zesty on 2016-11-22 (15 days ago)

** Affects: unity8 (Ubuntu)
 Importance: High
 Assignee: Lukáš Tinkl (lukas-kde)
 Status: Triaged


** Tags: amd64 apport-bug third-party-packages zesty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648167

Title:
  Touch window controls dismiss the touch overlay instead

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1001579] Re: Incorrect file transfer progress bar

2016-12-07 Thread XA Hydra
This is happening for me in 16.04 as well. I am surprised by the age of
this issue as it is such a basic piece of functionality for any OS. The
only way I can tell if the transfers are done is to keep checking target
file info or ejecting the drive and waiting for the "safe to remove"
notification.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001579

Title:
  Incorrect file transfer progress bar

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1643128] Re: package ubuntu-make 16.02.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

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

** Changed in: ubuntu-make (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1643128

Title:
  package ubuntu-make 16.02.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 127

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647937] Re: package linux-image-4.4.0-53-generic 4.4.0-53.74 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-12-07 Thread Daniel Lee
Thanks for the reply. 
Problem fixed by using USB stick & run boot-repair.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647937

Title:
  package linux-image-4.4.0-53-generic 4.4.0-53.74 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647133] Re: dns=dnsmasq does not work any more

2016-12-07 Thread Harry
That is simply:

"Unit resolvconf.service could not be found"

I believe there is some package(s) that I do not have installed, but I
should have?

NM 1.4.2-2ubuntu4 needs something to be installed, that NM
1.4.2-2ubuntu3 did not need.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647133

Title:
  dns=dnsmasq does not work any more

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648163] [NEW] package backuppc 3.3.1-2ubuntu4 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-12-07 Thread Michael.Tiesler
Public bug reported:

Here is the log from Synaptic:

Vorkonfiguration der Pakete ...
(Lese Datenbank ... 251699 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../backuppc_3.3.1-2ubuntu4_amd64.deb ...
Entpacken von backuppc (3.3.1-2ubuntu4) über (3.3.1-2ubuntu4) ...
Trigger für ureadahead (0.100.0-19) werden verarbeitet ...
backuppc (3.3.1-2ubuntu4) wird eingerichtet ...
Considering dependency authn_core for auth_basic:
Module authn_core already enabled
Module auth_basic already enabled
Considering dependency authz_core for authz_groupfile:
Module authz_core already enabled
Module authz_groupfile already enabled
Module authn_file already enabled
Considering dependency authz_core for authz_user:
Module authz_core already enabled
Module authz_user already enabled
AH00558: apache2: Could not reliably determine the server's fully qualified 
domain name, using 127.0.1.1. Set the 'ServerName' directive globally to 
suppress this message
Your MPM seems to be threaded. Selecting cgid instead of cgi.
Module cgid already enabled
update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
Job for backuppc.service failed because the control process exited with error 
code.
See "systemctl status backuppc.service" and "journalctl -xe" for details.
invoke-rc.d: initscript backuppc, action "start" failed.
● backuppc.service - LSB: Launch backuppc server
   Loaded: loaded (/etc/init.d/backuppc; generated; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mi 2016-12-07 18:05:16 CET; 3ms ago
 Docs: man:systemd-sysv-generator(8)
  Process: 4298 ExecStart=/etc/init.d/backuppc start (code=exited, 
status=1/FAILURE)

Dez 07 18:05:16 michael-Quattro-Power-Station-PRO-II systemd[1]: Starting LSB...
Dez 07 18:05:16 michael-Quattro-Power-Station-PRO-II backuppc[4298]:  * Start...
Dez 07 18:05:16 michael-Quattro-Power-Station-PRO-II backuppc[4298]: 2016-12-...
Dez 07 18:05:16 michael-Quattro-Power-Station-PRO-II systemd[1]: backuppc.ser...
Dez 07 18:05:16 michael-Quattro-Power-Station-PRO-II systemd[1]: Failed to st...
Dez 07 18:05:16 michael-Quattro-Power-Station-PRO-II systemd[1]: backuppc.ser...
Dez 07 18:05:16 michael-Quattro-Power-Station-PRO-II systemd[1]: backuppc.ser...
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: Fehler beim Bearbeiten des Paketes backuppc (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Trigger für systemd (231-9ubuntu1) werden verarbeitet ...
Trigger für man-db (2.7.5-1) werden verarbeitet ...
Fehler traten auf beim Bearbeiten von:
 backuppc
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Wiederherstellung wird versucht:
backuppc (3.3.1-2ubuntu4) wird eingerichtet ...
Considering dependency authn_core for auth_basic:
Module authn_core already enabled
Module auth_basic already enabled
Considering dependency authz_core for authz_groupfile:
Module authz_core already enabled
Module authz_groupfile already enabled
Module authn_file already enabled
Considering dependency authz_core for authz_user:
Module authz_core already enabled
Module authz_user already enabled
AH00558: apache2: Could not reliably determine the server's fully qualified 
domain name, using 127.0.1.1. Set the 'ServerName' directive globally to 
suppress this message
Your MPM seems to be threaded. Selecting cgid instead of cgi.
Module cgid already enabled
update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
Job for backuppc.service failed because the control process exited with error 
code.
See "systemctl status backuppc.service" and "journalctl -xe" for details.
invoke-rc.d: initscript backuppc, action "start" failed.
● backuppc.service - LSB: Launch backuppc server
   Loaded: loaded (/etc/init.d/backuppc; generated; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mi 2016-12-07 18:05:20 CET; 4ms ago
 Docs: man:systemd-sysv-generator(8)
  Process: 4763 ExecStart=/etc/init.d/backuppc start (code=exited, 
status=1/FAILURE)

Dez 07 18:05:20 michael-Quattro-Power-Station-PRO-II systemd[1]: Starting LSB...
Dez 07 18:05:20 michael-Quattro-Power-Station-PRO-II backuppc[4763]:  * Start...
Dez 07 18:05:20 michael-Quattro-Power-Station-PRO-II backuppc[4763]: 2016-12-...
Dez 07 18:05:20 michael-Quattro-Power-Station-PRO-II systemd[1]: backuppc.ser...
Dez 07 18:05:20 michael-Quattro-Power-Station-PRO-II systemd[1]: Failed to st...
Dez 07 18:05:20 michael-Quattro-Power-Station-PRO-II systemd[1]: backuppc.ser...
Dez 07 18:05:20 michael-Quattro-Power-Station-PRO-II systemd[1]: backuppc.ser...
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: Fehler beim Bearbeiten des Paketes backuppc (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: backuppc 3.3.1-2ubuntu4

[Bug 1635377] Re: linux: 4.8.0-27.29 -proposed tracker

2016-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.8.0-30.32

---
linux (4.8.0-30.32) yakkety; urgency=low

  * CVE-2016-8655 (LP: #1646318)
- packet: fix race condition in packet_set_ring

 -- Brad Figg   Thu, 01 Dec 2016 08:02:53 -0800

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1635377

Title:
  linux: 4.8.0-27.29 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1635377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633046] Re: Pressing play/pause hotkey hangs U8 session

2016-12-07 Thread Michał Sawicz
** Also affects: media-hub (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633046

Title:
  Pressing play/pause hotkey hangs U8 session

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646042] Re: Timeout running long script using adt-virt-qemu

2016-12-07 Thread Martin Pitt
** Changed in: autopkgtest (Ubuntu)
   Status: New => Triaged

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646042

Title:
  Timeout running long script using adt-virt-qemu

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646544] Re: adt-run in zesty fails

2016-12-07 Thread Omer Akram
Here is the project: https://launchpad.net/ubuntu-system-tests

And we do have debian/control and debian/changelog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646544

Title:
  adt-run in zesty fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648140] Re: [needs-packaging] vv (visual versioning)

2016-12-07 Thread Ulli Horlacher
AFTER I have posted my needs-packaging request, I read I should send a
Debian WNPP request. Sorry. Here it is:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847376


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648140

Title:
  [needs-packaging] vv (visual versioning)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and should be updated to version 3.6 from Debian

2016-12-07 Thread mirohe
Sorry, I wrote this wrong

Url in debian package the url is:

https://freefr.dl.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe
-> OK

and ubuntu package the url is like this:

https://freefr.dl.sourceforge.net/project/corefonts/the
fonts/final/andale32.exe  -> ERROR

result ubuntu

Err:1 http://downloads.sourceforge.net/corefonts/andale32.exe
  404 Not Found
E: Impossible de récupérer 
https://freefr.dl.sourceforge.net/project/corefonts/the 
fonts/final/andale32.exe 404 Not Found


The difference is:
Debian package -> "corefonts/the%20fonts/final" OK
Ubuntu package -> "corefonts/the fonts/final" ERROR

"%20" no exist in ubuntu package and fail.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts
  and should be updated to version 3.6 from Debian

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1636912] Re: systemd-networkd runs too late for cloud-init.service (net)

2016-12-07 Thread Martin Pitt
resolvconf uploaded to zesty and x/y SRU review queues. Please forward
to Debian too.

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

** Changed in: resolvconf (Ubuntu)
 Assignee: (unassigned) => Ryan Harper (raharper)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1636912

Title:
  systemd-networkd runs too late for cloud-init.service (net)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1105493] Re: network manager runs dnsmasq as user nobody

2016-12-07 Thread nivlac
DNSMASQ runs as user nobody per design of dnsmasq devs.
from the manpage:

-u, --user=
Specify the userid to which dnsmasq will change after startup. Dnsmasq must 
normally be started as root, but it will drop root privileges after startup by 
changing id to another user. Normally this user is "nobody" but that can be 
over-ridden with this switch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1105493

Title:
  network manager runs dnsmasq as user nobody

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562111] Re: network-manager no longer restarts dnsmasq

2016-12-07 Thread nivlac
DNSMASQ runs as user nobody per design of dnsmasq devs.
from the manpage:

-u, --user=
Specify the userid to which dnsmasq will change after startup. Dnsmasq must 
normally be started as root, but it will drop root privileges after startup by 
changing id to another user. Normally this user is "nobody" but that can be 
over-ridden with this switch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562111

Title:
  network-manager no longer restarts dnsmasq

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and should be updated to version 3.6 from Debian

2016-12-07 Thread mirohe
I have tried and there is a difference when installing the ubuntu
package with the debian package.

Url in debian package:


Err:1 http://downloads.sourceforge.net/corefonts/andale32.exe
  404 Not Found
E: Impossible de récupérer 
https://freefr.dl.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe
 404 Not Found

Url in Ubuntu package:

Err:1 http://downloads.sourceforge.net/corefonts/andale32.exe
  404 Not Found
E: Impossible de récupérer 
https://freefr.dl.sourceforge.net/project/corefonts/the 
fonts/final/andale32.exe 404 Not Found


The difference is: 
Ubuntu package -> "corefonts/the%20fonts/final"  ERROR
Debian package -> "corefonts/the fonts/final"  OK

"%20" no exist in ubuntu package and fail.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts
  and should be updated to version 3.6 from Debian

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1309594] Re: kernel-libipsec not loading

2016-12-07 Thread Robie Basak
This seems unlikely to be fixed in Trusty now. If someone wants to drive
this (prepare a minimal backport, etc), then please comment and reopen.

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

** Changed in: strongswan (Ubuntu Trusty)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309594

Title:
  kernel-libipsec not loading

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1642707] Re: initramfs-tools on Trusty doesn't include i915_bpo.ko

2016-12-07 Thread Justin King-Lacroix
*** This bug is a duplicate of bug 1500751 ***
https://bugs.launchpad.net/bugs/1500751

Checked, and this is fixed in the version in -proposed- from that bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1642707

Title:
  initramfs-tools on Trusty doesn't include i915_bpo.ko

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646758] Re: Can't update or install apps

2016-12-07 Thread Pat McGowan
in next update on proposed

** Changed in: canonical-devices-system-image
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646758

Title:
  Can't update or install apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1646758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647133] Re: dns=dnsmasq does not work any more

2016-12-07 Thread Martin Pitt
What does "systemctl status resolvconf" say? is it not running for you?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647133

Title:
  dns=dnsmasq does not work any more

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646544] Re: adt-run in zesty fails

2016-12-07 Thread Martin Pitt
You run this on your local directory -- do you have a pointer to that
project? In particular, how does debian/changelog looks like in that
branch?

You run this with --unbuilt-tree and so it's trying to parse
debian/control and debian/changelog. If you *only* have debian/tests/ in
that tree, then use -B.

BTW, please move from "adt-run" to "autopkgtest". The old "adt-run" CLI
has been deprecated for a while. The new CLI tries to avoid these kinds
of traps.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646544

Title:
  adt-run in zesty fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1536525] Re: juju-local: Don't depend on rsyslog

2016-12-07 Thread Curtis Hovey
** Changed in: juju-core/1.25
Milestone: 1.25.9 => 1.25.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1536525

Title:
  juju-local: Don't depend on rsyslog

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1619960] Re: XApps don't see sd card

2016-12-07 Thread Larry Price
That's probably because libertine only mounts parts of /home. You could
try creating the link in a directory that libertine definitely mounts,
such as /home/phablet/Documents.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619960

Title:
  XApps don't see sd card

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1619960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1642324] Re: Support arm64 and xenial overlay based chroot containers

2016-12-07 Thread Christopher Townsend
** Tags added: chroot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1642324

Title:
  Support arm64 and xenial overlay based chroot containers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646547] Re: nvidia-367.57 with kernel 4.4.0-51-generic won't boot

2016-12-07 Thread Brendan
** Description changed:

  Pretty much identical to bug 1642400 and bug 1638990 except that this
  behavior also happens with the most recent Xenial kernel,
  4.4.0-51-generic.
  
  If I boot into recovery mode on 4.4.0-51-generic, mount the filesystem as 
read/write, start networking, the resume normal boot, I can finally get into my 
window manager. But if I reboot and let
  GRUB handle boot normally, it doesn't even let me enter my encryption 
passphrase. Just sits at a blinking cursor.
  
  Switching back to nouveau works, but after reinstalling 367.57, the
  behavior returns and the aforementioned steps have to be followed.
  
+ Holding shift doesn't affect the outcome.
+ 
  Ubuntu 4.4.0-51.72-generic 4.4.30
  
  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04
  
  :~$ apt-cache policy linux-image-4.4.0-51-generic
  linux-image-4.4.0-51-generic:
-   Installed: 4.4.0-51.72
-   Candidate: 4.4.0-51.72
-   Version table:
-  *** 4.4.0-51.72 500
- 500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
- 500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
- 100 /var/lib/dpkg/status
+   Installed: 4.4.0-51.72
+   Candidate: 4.4.0-51.72
+   Version table:
+  *** 4.4.0-51.72 500
+ 500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
+ 500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
+ 100 /var/lib/dpkg/status
  
  I expect that I should be able to boot normally with nvidia drivers,
  without any special steps to boot. But instead, I just get a blinking
  cursor before I can even unlock my encrypted drive.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-51-generic 4.4.0-51.72
  ProcVersionSignature: Ubuntu 4.4.0-51.72-generic 4.4.30
  Uname: Linux 4.4.0-51-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  lost   4789 F pulseaudio
-  /dev/snd/controlC0:  lost   4789 F pulseaudio
-  /dev/snd/controlC2:  lost   4789 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  lost   4789 F pulseaudio
+  /dev/snd/controlC0:  lost   4789 F pulseaudio
+  /dev/snd/controlC2:  lost   4789 F pulseaudio
  CurrentDesktop: XFCE
  Date: Thu Dec  1 10:48:04 2016
  HibernationDevice: RESUME=UUID=cf59c168-54d0-45b9-b633-240bd76bbaa6
  InstallationDate: Installed on 2016-11-01 (29 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 11361Q0
  ProcEnviron:
-  LANGUAGE=en_US
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcFB:
-  
+ 
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-51-generic 
root=/dev/mapper/xubuntu--vg-root ro recovery nomodeset
  RelatedPackageVersions:
-  linux-restricted-modules-4.4.0-51-generic N/A
-  linux-backports-modules-4.4.0-51-generic  N/A
-  linux-firmware1.157.5
+  linux-restricted-modules-4.4.0-51-generic N/A
+  linux-backports-modules-4.4.0-51-generic  N/A
+  linux-firmware1.157.5
  RfKill:
-  
+ 
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/29/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A3KT57AUS
  dmi.board.name: LENOVO
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: 573921
  dmi.chassis.type: 7
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: NONE
  dmi.modalias: 
dmi:bvnLENOVO:bvrA3KT57AUS:bd09/29/2016:svnLENOVO:pn11361Q0:pvrThinkStationC30:rvnLENOVO:rnLENOVO:rvrNODPK:cvnLENOVO:ct7:cvrNONE:
  dmi.product.name: 11361Q0
  dmi.product.version: ThinkStation C30
  dmi.sys.vendor: LENOVO

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646547

Title:
  nvidia-367.57 with kernel 4.4.0-51-generic won't boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1648017] Re: linux: 4.4.0-54.75 -proposed tracker

2016-12-07 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Luis Henriques 
(henrix)

** Description changed:

  This bug is for tracking the 4.4.0-54.75 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
- kernel-stable-phase-changed:Wednesday, 07. December 2016 10:02 UTC
- kernel-stable-phase:Packaging
- 
  -- swm properties --
  derivative-trackers-created: true
  phase: Packaging
+ kernel-stable-phase:Uploaded
+ kernel-stable-phase-changed:Wednesday, 07. December 2016 16:33 UTC

** Description changed:

  This bug is for tracking the 4.4.0-54.75 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  derivative-trackers-created: true
- phase: Packaging
- kernel-stable-phase:Uploaded
- kernel-stable-phase-changed:Wednesday, 07. December 2016 16:33 UTC
+ phase: Uploaded

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648017

Title:
  linux: 4.4.0-54.75 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1648017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648142] [NEW] nvidia-367.57 with kernel 4.4.0-53-generic won't boot

2016-12-07 Thread Brendan
Public bug reported:

Pretty much identical to bug 1642400, bug 1638990, and bug 1646547
except that this behavior also happens with the most recent Xenial
kernel, 4.4.0-53-generic.

If I boot into recovery mode on 4.4.0-53-generic, mount the filesystem as 
read/write, start networking, the resume normal boot, I can finally get into my 
window manager. But if I reboot and let
GRUB handle boot normally, it doesn't even let me enter my encryption 
passphrase. Just sits at a blinking cursor.

Switching back to nouveau works, but after reinstalling 367.57, the
behavior returns and the aforementioned steps have to be followed.

Holding shift doesn't affect the outcome.

Ubuntu 4.4.0-53.74-generic 4.4.30

~$ lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04

~$ apt-cache policy linux-image-generic
linux-image-generic:
  Installed: 4.4.0.53.56
  Candidate: 4.4.0.53.56
  Version table:
 *** 4.4.0.53.56 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
100 /var/lib/dpkg/status
 4.4.0.21.22 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

I expect that I should be able to boot normally with nvidia drivers,
without any special steps to boot. But instead, I just get a blinking
cursor before I can even unlock my encrypted drive.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-generic 4.4.0.53.56
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  lost   4106 F pulseaudio
 /dev/snd/pcmC1D0p:   lost   4106 F...m pulseaudio
 /dev/snd/controlC1:  lost   4106 F pulseaudio
 /dev/snd/controlC0:  lost   4106 F pulseaudio
CurrentDesktop: XFCE
Date: Wed Dec  7 10:19:46 2016
HibernationDevice: RESUME=UUID=cf59c168-54d0-45b9-b633-240bd76bbaa6
InstallationDate: Installed on 2016-11-01 (35 days ago)
InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: LENOVO 11361Q0
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:

ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-53-generic 
root=/dev/mapper/xubuntu--vg-root ro recovery nomodeset
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-53-generic N/A
 linux-backports-modules-4.4.0-53-generic  N/A
 linux-firmware1.157.5
RfKill:
 0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/29/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: A3KT57AUS
dmi.board.name: LENOVO
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: 573921
dmi.chassis.type: 7
dmi.chassis.vendor: LENOVO
dmi.chassis.version: NONE
dmi.modalias: 
dmi:bvnLENOVO:bvrA3KT57AUS:bd09/29/2016:svnLENOVO:pn11361Q0:pvrThinkStationC30:rvnLENOVO:rnLENOVO:rvrNODPK:cvnLENOVO:ct7:cvrNONE:
dmi.product.name: 11361Q0
dmi.product.version: ThinkStation C30
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: nvidia-graphics-drivers-367 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug boot encryption lvm nvidia xenial

** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/bugs/1648142/+attachment/4788626/+files/lspci-vnvn.log

** Also affects: nvidia-graphics-drivers-367 (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  Pretty much identical to bug 1642400, bug 1638990, and bug 1646547
  except that this behavior also happens with the most recent Xenial
  kernel, 4.4.0-53-generic.
  
  If I boot into recovery mode on 4.4.0-53-generic, mount the filesystem as 
read/write, start networking, the resume normal boot, I can finally get into my 
window manager. But if I reboot and let
  GRUB handle boot normally, it doesn't even let me enter my encryption 
passphrase. Just sits at a blinking cursor.
  
  Switching back to nouveau works, but after reinstalling 367.57, the
  behavior returns and the aforementioned steps have to be followed.
  
+ Holding shift doesn't affect the outcome.
+ 
  Ubuntu 4.4.0-53.74-generic 4.4.30
  
  ~$ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04
  
  ~$ apt-cache policy linux-image-generic
  linux-image-generic:
-   Installed: 4.4.0.53.56
-   Candidate: 4.4.0.53.56
-   Version table:
-  *** 4.4.0.53.56 500
- 500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
- 500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  4.4.0.21.22 500
- 

[Bug 1648143] [NEW] tor in lxd: apparmor="DENIED" operation="change_onexec" namespace="root//CONTAINERNAME_" profile="unconfined" name="system_tor"

2016-12-07 Thread Gaétan QUENTIN
Public bug reported:

Environment:


Distribution: ubuntu
Distribution version: 16.10
lxc info:
apiextensions:

storage_zfs_remove_snapshots
container_host_shutdown_timeout
container_syscall_filtering
auth_pki
container_last_used_at
etag
patch
usb_devices
https_allowed_credentials
image_compression_algorithm
directory_manipulation
container_cpu_time
storage_zfs_use_refquota
storage_lvm_mount_options
network
profile_usedby
container_push
apistatus: stable
apiversion: "1.0"
auth: trusted
environment:
addresses:
163.172.48.149:8443
172.20.10.1:8443
172.20.11.1:8443
172.20.12.1:8443
172.20.22.1:8443
172.20.21.1:8443
10.8.0.1:8443
architectures:
x86_64
i686
certificate: |
-BEGIN CERTIFICATE-
-END CERTIFICATE-
certificatefingerprint: 
3048baa9f20d316f60a6c602452b58409a6d9e2c3218897e8de7c7c72af0179b
driver: lxc
driverversion: 2.0.5
kernel: Linux
kernelarchitecture: x86_64
kernelversion: 4.8.0-27-generic
server: lxd
serverpid: 32694
serverversion: 2.4.1
storage: btrfs
storageversion: 4.7.3
config:
core.https_address: '[::]:8443'
core.trust_password: true

Container: ubuntu 16.10


Issue description
--


tor can't start in a non privileged container


Logs from the container:
-

Dec 7 15:03:00 anonymous tor[302]: Configuration was valid
Dec 7 15:03:00 anonymous systemd[303]: tor@default.service: Failed at step 
APPARMOR spawning /usr/bin/tor: No such file or directory
Dec 7 15:03:00 anonymous systemd[1]: tor@default.service: Main process exited, 
code=exited, status=231/APPARMOR
Dec 7 15:03:00 anonymous systemd[1]: Failed to start Anonymizing overlay 
network for TCP.
Dec 7 15:03:00 anonymous systemd[1]: tor@default.service: Unit entered failed 
state.
Dec 7 15:03:00 anonymous systemd[1]: tor@default.service: Failed with result 
'exit-code'.
Dec 7 15:03:00 anonymous systemd[1]: tor@default.service: Service hold-off time 
over, scheduling restart.
Dec 7 15:03:00 anonymous systemd[1]: Stopped Anonymizing overlay network for 
TCP.
Dec 7 15:03:00 anonymous systemd[1]: tor@default.service: Failed to reset 
devices.list: Operation not permitted
Dec 7 15:03:00 anonymous systemd[1]: Failed to set devices.allow on 
/system.slice/system-tor.slice/tor@default.service: Operation not permitted
Dec 7 15:03:00 anonymous systemd[1]: message repeated 6 times: [ Failed to set 
devices.allow on /system.slice/system-tor.slice/tor@default.service: Operation 
not permitted]
Dec 7 15:03:00 anonymous systemd[1]: Couldn't stat device 
/run/systemd/inaccessible/chr
Dec 7 15:03:00 anonymous systemd[1]: Couldn't stat device 
/run/systemd/inaccessible/blk
Dec 7 15:03:00 anonymous systemd[1]: Failed to set devices.allow on 
/system.slice/system-tor.slice/tor@default.service: Operation not permitted


Logs from the host


audit: type=1400 audit(1481119378.856:6950): apparmor="DENIED" 
operation="change_onexec" info="label not found" error=-2 
namespace="root//lxd-anonymous_" profile="unconfined" name="system_tor" 
pid=12164 comm="(tor)"


Steps to reproduce
-

install ubuntu container 16.10 on a ubuntu 16.10 host
install tor in the container
Launch tor

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

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


** Tags: apparmor lxd tor

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648143

Title:
  tor in lxd: apparmor="DENIED" operation="change_onexec"
  namespace="root//CONTAINERNAME_" profile="unconfined"
  name="system_tor"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648140] Re: [needs-packaging] vv (visual versioning)

2016-12-07 Thread Ubuntu Foundations Team Bug Bot
** Tags added: needs-packaging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648140

Title:
  [needs-packaging] vv (visual versioning)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648142] Status changed to Confirmed

2016-12-07 Thread Brad Figg
This change was made by a bot.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648142

Title:
  nvidia-367.57 with kernel 4.4.0-53-generic won't boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1640676] Update Released

2016-12-07 Thread James Page
The verification of the Stable Release Update for libvirt has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] libvirt 1.2.12 live-migration corrupts some instances

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

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


[Bug 1647276] Re: ps2epsi fails after December 01 update

2016-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ghostscript - 9.18~dfsg~0-0ubuntu2.3

---
ghostscript (9.18~dfsg~0-0ubuntu2.3) xenial-security; urgency=medium

  * SECURITY UPDATE: Fix regression introduced by fix for CVE-2013-5653
(LP: #1647276)
- debian/patches/CVE-2013-5653-regression.patch

 -- Emily Ratliff   Mon, 05 Dec 2016
11:16:41 -0600

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647276

Title:
  ps2epsi fails after December 01 update

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1518430] Please test proposed package

2016-12-07 Thread James Page
Hello JuanJo, or anyone else affected,

Accepted python-oslo.messaging into liberty-proposed. The package will
build now and be available in the Ubuntu Cloud Archive in a few hours,
and then in the -proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:liberty-proposed
  sudo apt-get update

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-liberty-needed to verification-liberty-done. If it
does not fix the bug for you, please add a comment stating that, and
change the tag to verification-liberty-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!

** Tags added: verification-liberty-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1518430

Title:
  liberty: ~busy loop on epoll_wait being called with zero timeout

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1580612] Re: Add support for a LXD backend to Libertine

2016-12-07 Thread Christopher Townsend
** Also affects: libertine/devel
   Importance: Low
 Assignee: Christopher Townsend (townsend)
   Status: Triaged

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

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

** Branch linked: lp:~larryprice/libertine/lxd

** Changed in: libertine/trunk
   Status: New => Triaged

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

** Changed in: libertine/devel
   Importance: Low => Medium

** Changed in: libertine/trunk
   Importance: Undecided => Medium

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

** Changed in: libertine/devel
 Assignee: Christopher Townsend (townsend) => Larry Price (larryprice)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1580612

Title:
  Add support for a LXD backend to Libertine

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1620888] Re: [SRU] NameError: global name '_LE' is not defined when running trove-guestagent

2016-12-07 Thread James Page
This bug was fixed in the package openstack-trove - 1:5.1.1-0ubuntu2~cloud0
---

 openstack-trove (1:5.1.1-0ubuntu2~cloud0) trusty-mitaka; urgency=medium
 .
   * New update for the Ubuntu Cloud Archive.
 .
 openstack-trove (1:5.1.1-0ubuntu2) xenial; urgency=medium
 .
   * d/p/add-missing-import.patch: Cherry-pick patch from upstream
 to add missing '_LE' import for trove-guestagent (LP: #1620888).


** Changed in: cloud-archive/mitaka
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620888

Title:
  [SRU] NameError: global name '_LE' is not defined when running trove-
  guestagent

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1620888] Update Released

2016-12-07 Thread James Page
The verification of the Stable Release Update for openstack-trove has
completed successfully and the package has now been released to
-updates. In the event that you encounter a regression using the package
from -updates please report a new bug using ubuntu-bug and tag the bug
report regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620888

Title:
  [SRU] NameError: global name '_LE' is not defined when running trove-
  guestagent

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1640676] Re: [SRU] libvirt 1.2.12 live-migration corrupts some instances

2016-12-07 Thread James Page
This bug was fixed in the package libvirt - 1.2.12-0ubuntu14.4~cloud2
---

 libvirt (1.2.12-0ubuntu14.4~cloud2) trusty-kilo; urgency=medium
 .
   * Added d/p/conf-Introduce-helper-to-find-duplicate-device-addre.patch (LP: 
#1640676)
   * Added d/p/qemuProcessHandleBlockJob-Set-disk-mirrorState-more-.patch  (LP: 
#1640676)
   * Added d/p/qemuProcessHandleBlockJob-Take-status-into-account.patch (LP: 
#1640676)
   * Added d/p/qemuMigrationDriveMirror-Listen-to-events.patch (LP: #1640676)


** Changed in: cloud-archive/kilo
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] libvirt 1.2.12 live-migration corrupts some instances

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

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


[Bug 1640676] Re: [SRU] libvirt 1.2.12 live-migration corrupts some instances

2016-12-07 Thread James Page
This bug was fixed in the package libvirt - 1.2.12-0ubuntu14.4~cloud2
---

 libvirt (1.2.12-0ubuntu14.4~cloud2) trusty-kilo; urgency=medium
 .
   * Added d/p/conf-Introduce-helper-to-find-duplicate-device-addre.patch (LP: 
#1640676)
   * Added d/p/qemuProcessHandleBlockJob-Set-disk-mirrorState-more-.patch  (LP: 
#1640676)
   * Added d/p/qemuProcessHandleBlockJob-Take-status-into-account.patch (LP: 
#1640676)
   * Added d/p/qemuMigrationDriveMirror-Listen-to-events.patch (LP: #1640676)


** Changed in: cloud-archive/kilo
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1640676

Title:
  [SRU] libvirt 1.2.12 live-migration corrupts some instances

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1640676] Update Released

2016-12-07 Thread James Page
The verification of the Stable Release Update for libvirt has completed
successfully and the package has now been released to -updates. In the
event that you encounter a regression using the package from -updates
please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1640676

Title:
  [SRU] libvirt 1.2.12 live-migration corrupts some instances

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647276] Re: ps2epsi fails after December 01 update

2016-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ghostscript - 9.19~dfsg+1-0ubuntu6.3

---
ghostscript (9.19~dfsg+1-0ubuntu6.3) yakkety-security; urgency=medium

  * SECURITY UPDATE: Fix regression introduced by fix for CVE-2013-5653
(LP: #1647276)
- debian/patches/CVE-2013-5653-regression.patch

 -- Emily Ratliff   Mon, 05 Dec 2016
11:02:28 -0600

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647276

Title:
  ps2epsi fails after December 01 update

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648140] [NEW] [needs-packaging] vv (visual versioning)

2016-12-07 Thread Ulli Horlacher
Public bug reported:


[needs-packaging] vv

vv (visual versioning) is a program to handle file versions:
list, view, recover, diff, save, delete

vv can be easily integrated in any editor, so every file you edit is
automatically versioned without any further user interaction!

URL: http://fex.belwue.de/fstools/vv.html
License: Perl Artistic
Notes: vv includes del (shell undelete) and zz (shell clipboard)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648140

Title:
  [needs-packaging] vv (visual versioning)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1626371] Re: cdc_ether fills kernel log

2016-12-07 Thread Manisha Luthra
facing same issue with
Linux kernel 4.8.10-040810-generic on Lenovo carbon x1 + one link dock
also system freezes after sometime, from this only a restart helps

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1626371

Title:
  cdc_ether fills kernel log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1610210] Re: All metar fetches fail due to NOAA 302 redirect

2016-12-07 Thread Peter Frost
20061030.1-2ubuntu3 works for me on Xenial too, thanks!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610210

Title:
  All metar fetches fail due to NOAA 302 redirect

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1619960] Re: XApps don't see sd card

2016-12-07 Thread Blade
Thanks for the explanation, Larry.

A little more information:
I've tried a workaround based on soft link in any place inside /home pointing 
to the external SD, but doesn't work either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619960

Title:
  XApps don't see sd card

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1619960/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1620300] Re: [SRU] Spyder won't start (ImportError: No module named QtWebKit)

2016-12-07 Thread Scott Howard
The fix for yakkety is still ready for upload and awaiting a sponsor.
See comment #12.

The fix for zesty is in -proposed, but it looks like there is a circular
dependency problem preventing it from migrating:

spyder needs python-qtconsole to migrate, python-qtconsole is not a
candidate to migrate because a previous autopkgtest for ipython failed.
A new version of ipython has been uploaded that fixes the autopkgtest
failure but can't migrate because the current version of glueviz
requires the old version of ipython. A new version of glueviz has been
uploaded that uses the newest version of ipython, but it can't migrate
because it depends on python-qtconsole which can't migrate because a
previous autopkgtest it triggered against the old version of ipython
failed, and the fixed version of ipython can't migrate because it needs
the fixed version of glueviz which is stuck because python-qtconsole...
(ad naseum)

Could someone please sponsor this upload for yakkety and trigger python-
qtconsole to redo it's autopkgtest?

https://autopkgtest.ubuntu.com/request.cgi?release=zesty=amd64=ipython
=python-qtconsole%2F4.2.1-3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620300

Title:
  [SRU] Spyder won't start (ImportError: No module named QtWebKit)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1337873] Re: ifupdown initialization problems caused by race condition

2016-12-07 Thread Bug Watch Updater
** Changed in: ifupdown (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1337873

Title:
  ifupdown initialization problems caused by race condition

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214564] Re: Disappearing mouse cursor after nvidia packages update.

2016-12-07 Thread Rico Tiongson
I'm also experiencing this bug. But in my case, my mouse is returns
after 3 minutes on the first 1-2 reboots. On the 3rd reboot, my mouse is
completely back.

Using Ubuntu 64-bit and recently updated to NVIDIA 375.20 proprietary
driver. Using linux kernal 4.4.0.53

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214564

Title:
  Disappearing mouse cursor after nvidia packages update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1214564/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1642292] Re: [SRU] mitaka nova-lxd 13.1.0 point release

2016-12-07 Thread James Page
Lets hold this for 13.1.1 to cover bug 1648056 as well.

** Changed in: nova-lxd (Ubuntu)
   Status: New => Invalid

** Changed in: cloud-archive
   Status: New => Invalid

** Summary changed:

-  [SRU] mitaka nova-lxd 13.1.0 point release
+ [SRU] mitaka nova-lxd 13.1.1 point release

** Description changed:

- New point release for mitaka nova-lxd 13.1.0.
+ New point release for mitaka nova-lxd 13.1.1.
  
  Test plan:
  
  For all stable point releases, we perform regression testing by juju
  deploying two openstack clouds, one against -proposed and one against
  -updates, and we then run tempest integration smoke tests[1] to verify
  those deployed clouds, and evaluate any differences in results.
  
  [1] https://github.com/openstack/tempest/blob/master/README.rst

** Changed in: nova-lxd (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: nova-lxd (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: cloud-archive/mitaka
   Status: New => Triaged

** Changed in: cloud-archive/mitaka
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1642292

Title:
  [SRU] mitaka nova-lxd 13.1.1 point release

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1642274] Re: [SRU] newton nova-lxd 14.0.1 point release

2016-12-07 Thread James Page
** Changed in: cloud-archive
   Status: New => Invalid

** No longer affects: cloud-archive/mitaka

** No longer affects: nova-lxd (Ubuntu Xenial)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1642274

Title:
  [SRU] newton nova-lxd 14.0.1 point release

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648056] Re: Support LXD multiple sub-uid mapping

2016-12-07 Thread James Page
** Changed in: nova-lxd
   Status: New => In Progress

** Changed in: nova-lxd
 Assignee: (unassigned) => James Page (james-page)

** Changed in: nova-lxd
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648056

Title:
  Support LXD multiple sub-uid mapping

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-lxd/+bug/1648056/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1644330] Re: systemd-resolved assumes that /etc/hosts for one address family means it doesn't ask DNS for another

2016-12-07 Thread Martin Pitt
** Changed in: systemd (Ubuntu)
Milestone: None => ubuntu-16.12

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644330

Title:
  systemd-resolved assumes that /etc/hosts for one address family means
  it doesn't ask DNS for another

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648056] Re: Support LXD multiple sub-uid mapping

2016-12-07 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/408168
Committed: 
https://git.openstack.org/cgit/openstack/nova-lxd/commit/?id=1f04f663bc2674f7429f25f698abade4bc0bda2a
Submitter: Jenkins
Branch:stable/newton

commit 1f04f663bc2674f7429f25f698abade4bc0bda2a
Author: James Page 
Date:   Wed Dec 7 15:11:23 2016 +

Switch to using lxd: namespace for extra-specs

Use of unscoped extra-specs confuses the ComputeCapabilitiesFilter,
causing all LXD compute hosts to be excluded as targets for
scheduling of instances.

Switch supported extra-specs to the lxd: namespace to ensure that
they are correctly ignored by other parts of Nova, but remain
visible in the LXD compute driver:

  lxd_isolated -> lxd:isolated
  lxd_privileged_allowed -> lxd:privileged_allowed
  lxd_nested_allowed -> lxd:nested_allowed

(also fixup branch configuration for stable/newton)

Change-Id: I5ff696769c25639ff28eb029f27c8d22d5769adf
Closes-Bug: 1648056
(cherry picked from commit 3d8968140bc53ec2f0199816a9768309e644ea4f)


** Changed in: cloud-archive/newton
   Status: New => Fix Committed

** Changed in: charm-lxd
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648056

Title:
  Support LXD multiple sub-uid mapping

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-lxd/+bug/1648056/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648056] Fix merged to charm-lxd (master)

2016-12-07 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/408072
Committed: 
https://git.openstack.org/cgit/openstack/charm-lxd/commit/?id=f0773c995220f400ca6b4d5eca04ad9ee919202a
Submitter: Jenkins
Branch:master

commit f0773c995220f400ca6b4d5eca04ad9ee919202a
Author: James Page 
Date:   Wed Dec 7 12:58:23 2016 +

Increase subuid/subgid range for root user

To support use of distinct subuid/subgid ranges per LXD container,
the default range for the root user must be increased to support
> 1 running container in this configuration.

Increase subuid/subgid range to support 5000 containers with distinct
ranges.  Restart LXD daemon if idmap configuration changes, to ensure
that the full range of subid's are used.

Change-Id: I8b87dad736abaffdbd7afac090429790d3b03c96
Closes-Bug: 1648056

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648056

Title:
  Support LXD multiple sub-uid mapping

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-lxd/+bug/1648056/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648056] Re: Support LXD multiple sub-uid mapping

2016-12-07 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/408164
Committed: 
https://git.openstack.org/cgit/openstack/nova-lxd/commit/?id=216b7a5cd50bb0ef10edfeb6b551b75b083952ae
Submitter: Jenkins
Branch:stable/mitaka

commit 216b7a5cd50bb0ef10edfeb6b551b75b083952ae
Author: James Page 
Date:   Wed Dec 7 15:03:24 2016 +

Switch to using lxd: namespace for extra-specs

Use of unscoped extra-specs confuses the ComputeCapabilitiesFilter,
causing all LXD compute hosts to be excluded as targets for
scheduling of instances.

Switch supported extra-specs to the lxd: namespace to ensure that
they are correctly ignored by other parts of Nova, but remain
visible in the LXD compute driver:

  lxd_isolated -> lxd:isolated
  lxd_privileged_allowed -> lxd:privileged_allowed
  lxd_nested_allowed -> lxd:nested_allowed

(also fixup branch configuration for stable/mitaka)

Change-Id: I5ff696769c25639ff28eb029f27c8d22d5769adf
Closes-Bug: 1648056


** Changed in: cloud-archive/mitaka
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648056

Title:
  Support LXD multiple sub-uid mapping

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-lxd/+bug/1648056/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648120] [NEW] Systemupdate cannot be downloaded manually.

2016-12-07 Thread eDeviser
Public bug reported:

Today I received a notification about the OTA14 updatefor my Nexus 4
device. I opened the systemsettings and tapped the update section and
pressed the download button roght next to the Ubuntu Icon, but nothing
happened.

If you would like to reproduce this bug, edit your update settings, so
that nothing is downloaded automatically and then wit until the next
update. Then push the download button.

I already did a reboot of my device, but this does not solve the
problem. I now switched back to autodownload, hoping this will help me
to receive the update. Normal updates of several apps did work very well
in the past without autodownload.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648120

Title:
  Systemupdate cannot be downloaded manually.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1559072] Re: [SRU] exceptions.from_response with webob 1.6.0 results in "AttributeError: 'unicode' object has no attribute 'get'"

2016-12-07 Thread Eric Harney
cinderclient patch:  https://review.openstack.org/#/c/407422/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1559072

Title:
  [SRU] exceptions.from_response with webob 1.6.0 results in
  "AttributeError: 'unicode' object has no attribute 'get'"

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-midonet/+bug/1559072/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648120] Re: Systemupdate cannot be downloaded manually.

2016-12-07 Thread eDeviser
The update was just downloaded jet auomatically.

So this bug seems to affect only the downloadbutton, which appears if
autodownload is disabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648120

Title:
  Systemupdate cannot be downloaded manually.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645772] Please test proposed package

2016-12-07 Thread James Page
Hello David, or anyone else affected,

Accepted aodh into newton-proposed. The package will build now and be
available in the Ubuntu Cloud Archive in a few hours, and then in the
-proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:newton-proposed
  sudo apt-get update

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-newton-needed to verification-newton-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-newton-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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645772

Title:
  [SRU] newton stable releases

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1384503] Re: rsync fails on large files with compression

2016-12-07 Thread Jon Grimm
** Changed in: rsync (Ubuntu Trusty)
   Status: Confirmed => Triaged

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1384503

Title:
  rsync fails on large files with compression

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1621507] Re: initramfs-tools configure_networking() fails to dhcp ipv6 addresses

2016-12-07 Thread LaMont Jones
** Description changed:

  initramfs' configure_networking function uses ipconfig to configure the 
network.
  ipconfig does not support dhcpv6.  See: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627164
  
  Related bugs:
    * bug 1229458: grub2 needed changes
    * bug 1621615: network not configured when ipv6 netbooted into cloud-init
-   * bug 1635716: Can't bring up a machine on a dual network (ipv4 and ipv6) 
- 
+   * bug 1635716: Can't bring up a machine on a dual network (ipv4 and ipv6)
  
  [Impact]
  
  It is not possible to netboot Ubuntu with a network-based root
  filesystem in an ipv6-only environment.  Anyone wanting to netboot in an
  ipv6-only environment is affected.
  
- These uploads address this by replacing the one-off klibc dhcp client
- (IPv4-only) with the defacto standard isc-dhcp-client, and thereby
- provide both ipv6 and ipv4 DHCP configuration.
+ These uploads add "ip6=" to the command line syntax to configure ipv6
+ using the defacto isc-dhcp-client.  IPv4 configuration (and "ip="
+ syntax) remain unchanged.
+ 
+ Valid format for the ip6= command line option is:
+ip6=none (or ip6=off or ip6=) -- do not configure ipv6
+ip6=DEVICE  -- run IPv6 dhclient on device DEVICE.
  
  [Test Case]
  
  See Bug 1229458.  Configure radvd, dhcpd, and tftpd for your ipv6-only
  netbooting world.  Pass the boot process an ipv6 address to talk to, and
  see it fail to configure the network.
  
  [Regression Potential]
  
  1) This increases the uncompressed initramfs size by approximately 500KB, 
since isc-dhcp-client is added, but klibc is still needed for some other 
things, and is therefore present.  On systems with a very small /boot 
partition, this could result in failure to upgrade the initramfs.
  2) In at least some cases, DHCP network configuration shifts from klibc's 
ipconfig to isc-dhcp-client's dhclient.  This should be of minimal risk, as 
isc-dhcp-client is in very very widespread use.  In the event of a regression, 
network boot would fail, but the prior kernel should still be bootable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1621507

Title:
  initramfs-tools configure_networking() fails to dhcp ipv6 addresses

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1550983] Re: Fails to start with "Couldn't open libGL.so.1" (missing dependency?)

2016-12-07 Thread Dariusz Gadomski
** Bug watch added: Debian Bug tracker #847366
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847366

** Also affects: virt-manager via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847366
   Importance: Unknown
   Status: Unknown

** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gtk via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847366
   Importance: Unknown
   Status: Unknown

** Changed in: virt-manager
   Importance: Unknown => Undecided

** Changed in: virt-manager
   Status: Unknown => New

** Changed in: virt-manager
 Remote watch: Debian Bug tracker #847366 => None

** No longer affects: gtk

** No longer affects: virt-manager

** No longer affects: virt-manager (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Confirmed

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1550983

Title:
  Fails to start with "Couldn't open libGL.so.1" (missing dependency?)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648056] Re: Support LXD multiple sub-uid mapping

2016-12-07 Thread James Page
Changes proposed to LXD charm to enable use of this feature (by
extending the idmap ranges for the root user).

The changes as they stand in nova-lxd don't currently function - use of
an unscoped key in extra specs for a flavor causes the
ComputeCapabilitiesFilter to use them as keys to match to compute hosts
- I think we need to switch to lxd: scoped values.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648056

Title:
  Support LXD multiple sub-uid mapping

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-lxd/+bug/1648056/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648072] Re: package tex-common 6.05 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-07 Thread Paul White
*** This bug is a duplicate of bug 1641177 ***
https://bugs.launchpad.net/bugs/1641177

** This bug has been marked a duplicate of bug 1641177
   package tex-common 6.05 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648072

Title:
  package tex-common 6.05 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/tex-common/+bug/1648072/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646868] Re: Installing Kernel 3.13.0-85 (and further versions) distorts video on Intel Corporation Xeon E3-1200

2016-12-07 Thread Joseph Salisbury
Thanks for testing!  This bug should be resolved by applying the latest
updates.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646868

Title:
  Installing Kernel 3.13.0-85 (and further versions) distorts video on
  Intel Corporation Xeon E3-1200

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150252] Re: [master] tasksel removes all Ubuntu-desktop dependencies without confirmation dialog

2016-12-07 Thread Telefo
I can confirm that this bug is still present in Ubuntu 16.04. It's a
very annoying behavior!!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/150252

Title:
  [master] tasksel removes all Ubuntu-desktop dependencies without
  confirmation dialog

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647793] Re: Yakkety: arm64: CONFIG_ARM64_ERRATUM_845719 isn't enabled

2016-12-07 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Incomplete => Triaged

** Also affects: linux (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Yakkety)
   Status: New => Triaged

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647793

Title:
  Yakkety: arm64: CONFIG_ARM64_ERRATUM_845719 isn't enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647802] Re: mpt3sas "Fix secure erase premature termination"

2016-12-07 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Incomplete => Triaged

** Also affects: linux (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Yakkety)
   Status: New => Triaged

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

** Tags added: yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647802

Title:
  mpt3sas "Fix secure erase premature termination"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648023] Re: linux-lts-xenial: 4.4.0-54.75~14.04.1 -proposed tracker

2016-12-07 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Luis Henriques 
(henrix)

** Description changed:

  This bug is for tracking the 4.4.0-54.75~14.04.1 upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  derivative-trackers-created: true
  kernel-stable-master-bug: 1648017
  phase: Packaging
+ kernel-stable-phase-changed:Wednesday, 07. December 2016 15:18 UTC
+ kernel-stable-phase:Uploaded

** Description changed:

  This bug is for tracking the 4.4.0-54.75~14.04.1 upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
  derivative-trackers-created: true
  kernel-stable-master-bug: 1648017
- phase: Packaging
- kernel-stable-phase-changed:Wednesday, 07. December 2016 15:18 UTC
- kernel-stable-phase:Uploaded
+ phase: Uploaded

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648023

Title:
  linux-lts-xenial: 4.4.0-54.75~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1648023/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647887] Re: NVMe driver accidentally reverted to use GSI instead of MSIX

2016-12-07 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Incomplete => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647887

Title:
  NVMe driver accidentally reverted to use GSI instead of MSIX

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647812] Re: HP EliteBook 725 G3 docked see only one DisplayPort attached

2016-12-07 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.9 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8

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

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

** Also affects: linux (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647812

Title:
  HP EliteBook 725 G3 docked see only one DisplayPort attached

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1646758] Re: Can't update or install apps

2016-12-07 Thread Kristijan Žic 
Confirming the same problems on mako rc-proposed.
I can't update nor install any apps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646758

Title:
  Can't update or install apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1646758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1647937] Re: package linux-image-4.4.0-53-generic 4.4.0-53.74 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-12-07 Thread Joseph Salisbury
Can you boot by selecting the previous kernel from the GRUB menu?

You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


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

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

** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647937

Title:
  package linux-image-4.4.0-53-generic 4.4.0-53.74 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648090] Re: BT driver notworking

2016-12-07 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.9 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc8

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648090

Title:
  BT driver notworking

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    1   2   3   4   5   6   7   >