[Bug 1660540] [NEW] Evolution Mail : Unable to resize message preview window

2017-01-30 Thread Ankit Goyal
Public bug reported:

The size of the message preview window cannot be adjusted in both
vertical and classic view.

Ubuntu 16.04
Evolution 3.18.5.2

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

** Description changed:

  The size of the message preview window cannot be adjusted in both
  vertical and classic view.
+ 
+ Ubuntu 16.04
+ Evolution 3.18.5.2

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

Title:
  Evolution Mail  : Unable to resize message preview window

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

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


[Bug 984390] Re: $PATH is taken from login.defs not /etc/environment

2017-01-30 Thread Michael Vogt
** Attachment added: "quilt style patch that fixes the issue"
   
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/984390/+attachment/4811188/+files/2000_fix-su-pam-env-handling

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

Title:
  $PATH is taken from login.defs not /etc/environment

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

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


[Bug 1655421] Re: nouveau driver being too conservative about HDMI pixel clock, barring usage of native resolution on 4K displays over HDMI

2017-01-30 Thread Frode Nordahl
This patch is already in Yakkety kernel. It will also be released as a
part of the Xenial HWE kernel in Ubuntu Xenial 16.04.2.

Marking this bug as Invalid for Yakkety and Xenial and direct interested
parties to the Xenial HWE kernel.

Prior to its release in February 2017 it can be tested by installing the
hwe-edge packages. Have a look at this page for more information:
https://wiki.ubuntu.com/Kernel/RollingLTSEnablementStack


** Changed in: linux (Ubuntu Yakkety)
   Status: In Progress => Invalid

** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Invalid

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

Title:
  nouveau driver being too conservative about HDMI pixel clock, barring
  usage of native resolution on 4K displays over HDMI

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

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


[Bug 1660537] [NEW] HTML Tidy is dooing a poor job; please update to newer HTML Tidy

2017-01-30 Thread Jeffrey Walton
Public bug reported:

In the past I ran HTML pages through HTML Tidy provided by MacPorts on
OS X. I'm now working on a  Ubuntu 16.10/Yakkety system, and its doing
an awful job on the pages. When I diff the pages nearly everything has
changed.

For example, Ubuntu's HTML Tidy is not indenting, its adding extra
characters and its stripping whitespace that should remain. Others have
experienced the problem, too:
https://stackoverflow.com/questions/24505764/html-tidy-stripping-space-
at-the-start.

Please update to a more recent version of HTML Tidy.

**

The nice thing about this report is the pages and the script is located
at https://github.com/weidai11/website. You can duplicate with the
following. You don't even need to make a change. Just diff after running
`cleanup.sh`.


   git clone https://github.com/weidai11/website
   cd website
   ./cleanup.sh

HTML Tidy is invoked with the following in the script:

   # Cleanup HTML files
   for file in *.html
   do
  echo " $file "

  echo "tidy: processing file $file..."
  "$HTML_TIDY" --quiet yes --output-bom no --indent auto --wrap 90 -m 
"$file"

  echo "sed: processing file $file..."

  # Delete trailing whitespace
  "$SED" "${SED_OPTS[@]}" -e's/[[:space:]]*$//' "$file"

  # Delete the generator markup tag
  "$SED" "${SED_OPTS[@]}" -e'/
Original-Maintainer: Jason Thomas 
Architecture: amd64
Source: tidy-html5
Version: 1:5.2.0-2
Depends: libc6 (>= 2.14), libtidy5 (= 1:5.2.0-2)
Filename: pool/universe/t/tidy-html5/tidy_5.2.0-2_amd64.deb
Size: 25524
MD5sum: 06fda2013e8edb31fbc37fb2bb407e5c
SHA1: 58b1b60cd8bc2a084d78d374b24fefd24acc7783
SHA256: 6c9492519b78c37f3ac97c88237b7832e4f50d3eb303364e5afb44ecbe0ed548
...

** Affects: tidy (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/1660537

Title:
  HTML Tidy is dooing a poor job; please update to newer HTML Tidy

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

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


[Bug 1659448] Re: grub fails to install bootloader for zesty LVM with Encryption

2017-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 17.04.5

---
ubiquity (17.04.5) zesty; urgency=medium

  * Automatic update of included source packages: clock-setup
0.131ubuntu1, partman-auto-lvm 59ubuntu3. (LP: #1659448)

 -- Mathieu Trudel-Lapierre   Mon, 30 Jan 2017
22:45:07 -0500

** Changed in: ubiquity (Ubuntu Zesty)
   Status: Triaged => 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/1659448

Title:
  grub fails to install bootloader for zesty LVM with Encryption

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

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


[Bug 1660463] Re: Ubuntu touch browser becomes out-of-date too fast.

2017-01-30 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1656551 ***
https://bugs.launchpad.net/bugs/1656551

** This bug has been marked a duplicate of bug 1656551
   webbrowser only partially loads some https sites

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

Title:
  Ubuntu touch browser becomes out-of-date too fast.

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

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


[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2017-01-30 Thread CarlosAJY
El error lo analicé con cierto detalle, pues me ha afectado mucho en mi 
trabajo, la discusión del mismo es algo extensa, así que publiqué algo al 
respecto:


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

Title:
  _pygi_argument_from_g_value: code should not be reached

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

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

[Bug 1660534] Re: sorry, ubuntu 16.04 has ecprienced an internal error.

2017-01-30 Thread Bhavani Shankar
Converting to a question so that it can be supported initially in the
support tracker.

** Changed in: gnome-software (Ubuntu)
   Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/gnome-software/+question/449026

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

Title:
  sorry, ubuntu 16.04 has ecprienced an internal error.

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

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


[Bug 1635911] Re: Konversation crashes on quit - please package latest version

2017-01-30 Thread Walter Lapchynski
FYI the aforementioned PPA containing the updated version for yakkety
can be found at ppa:wxl/kubuntu

** Description changed:

- The Konversation website https://konversation.kde.org/ says
- "Konversation 1.6.2 released! (August 4th, 2016)". Notes say:
- Konversation 1.6.2 is a hotfix release that fixes an unfortunate severe
- crash condition that crept into 1.6.1.
+ [SRU PROPOSAL FOR YAKKETY]
+ 
+ [Impact]
+ When editing a server of a named network, a crash reproducibly happens. Since 
the bug occurs in a copy constructor, there could be other crashes related to 
this, though still within the scope of the server settings dialog. The bug was 
significant enough to warrant a bugfix release from upstream.
+ 
+ [Test Case]
+  1. Start konversation.
+  2. The Server Settings dialog should be, by default, shown immediately. If 
not, navigate to File → Server List or use F2.
+  3. Expand one of the networks to show the servers. The default should 
provide the Freenode network with server chat.freenode.net:8001.
+  4. Select a server by clicking on it.
+  5. Click the edit button.
+  6. CRASH!
+ 
+ [Regression Potential]
+ There does not seem to be anywhere else that bypass_Proxy is expected to be 
unset, therefore it seems the regression potential is small, at least for the 
bugfix. The other addition that comes with this bug fix is translations for 
AppData metadata. It is certainly possible that there could be errors in these 
translations that could lead to additional bugs, but since these are additions 
that aren't in the current version, this wouldn't be a regression so much as 
new bugs, and would have a relatively small impact regardless.
+ 
+ [Original Bug Report]
+ The Konversation website https://konversation.kde.org/ says "Konversation 
1.6.2 released! (August 4th, 2016)". Notes say: Konversation 1.6.2 is a hotfix 
release that fixes an unfortunate severe crash condition that crept into 1.6.1.
  
  Perhaps packaging the newest version would fix the crash.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: konversation 1.6.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Oct 22 20:03:01 2016
  InstallationDate: Installed on 2016-05-07 (168 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: konversation
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  Debian has it in "Testing" since 30.9.2016 [1], so it should sync
  automatically for the 'Zesty' 17.04
  
  [1] Debian PTS: https://packages.qa.debian.org/k/konversation.html

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

Title:
  Konversation crashes on quit - please package latest version

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

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

[Bug 1660534] [NEW] sorry, ubuntu 16.04 has ecprienced an internal error.

2017-01-30 Thread Ajit Thakor
Public bug reported:

please give me proper guide about this error through mail or by your
answer so i can recover that error

** Affects: gnome-software (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/1660534

Title:
  sorry, ubuntu 16.04 has ecprienced an internal error.

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

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


[Bug 411688] Re: pulseaudio floods network with multicast packets

2017-01-30 Thread Ka-Hing Cheung
just discovered this on 16.04, pactl unload-module module-rtp-send
"fixed" it

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

Title:
  pulseaudio floods network with multicast packets

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

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


[Bug 1602192] Re: when starting many LXD containers, they start failing to boot with "Too many open files"

2017-01-30 Thread Christian Muirhead
billy-olsen: You're right - because we don't install juju from the
package on the deployed machines the config to enable more lxd
containers doesn't get done there. We should apply it in that case.

** Changed in: juju
   Status: Fix Committed => Confirmed

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

Title:
  when starting many LXD containers, they start failing to boot with
  "Too many open files"

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

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


[Bug 1635911] Re: Konversation crashes on quit - please package latest version

2017-01-30 Thread Walter Lapchynski
** Changed in: konversation (Ubuntu Yakkety)
   Status: Confirmed => In Progress

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

Title:
  Konversation crashes on quit - please package latest version

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

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


[Bug 1660525] [NEW] package grub-pc 2.02~beta2-36ubuntu3.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2017-01-30 Thread Nelson
Public bug reported:

dpkg: error processing package grub-pc (--configure):
 subprocess installed post-installation script returned error exit status 10
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: grub-pc 2.02~beta2-36ubuntu3.7
ProcVersionSignature: Ubuntu 3.16.0-31.43~14.04.1-generic 3.16.7-ckt5
Uname: Linux 3.16.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Tue Jan 31 10:38:03 2017
DuplicateSignature:
 package:grub-pc:2.02~beta2-36ubuntu3.7
 Setting up grub-pc (2.02~beta2-36ubuntu3.7) ...
 dpkg: error processing package grub-pc (--configure):
  subprocess installed post-installation script returned error exit status 10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationDate: Installed on 2015-03-02 (700 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=d54b2529-f729-4798-8957-dd3bc61e3f04 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: grub2
Title: package grub-pc 2.02~beta2-36ubuntu3.7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package third-party-packages xenial

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

Title:
  package grub-pc 2.02~beta2-36ubuntu3.7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

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

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


[Bug 1660525] Re: package grub-pc 2.02~beta2-36ubuntu3.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2017-01-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package grub-pc 2.02~beta2-36ubuntu3.7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

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

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


Re: [Bug 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2017-01-30 Thread Scott Kitterman
On Monday, January 30, 2017 09:33:36 PM you wrote:
> Which package was updated to fix this problem in Zesty? I could try to
> upgrade it only (I'm not ready to upgrade the whole distro).

postfix

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

Title:
  Postfix cannot resolve DNS if network was unavailable when it was
  started, such as on a laptop

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

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


[Bug 1547762] Re: "SSL Protocol Error" in Chromium for several Google web sites after installing Ubuntu Security Updates for libnss3

2017-01-30 Thread Sue Ashton
** Changed in: chromium-browser (Ubuntu)
 Assignee: (unassigned) => Sue Ashton (sweeet1)

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

Title:
  "SSL Protocol Error" in Chromium for several Google web sites after
  installing Ubuntu Security Updates for libnss3

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1547762/+subscriptions

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


[Bug 1660521] Re: package snap-confine 2.22 failed to install/upgrade: unable to stat new distributed conffile '/etc/apparmor.d/usr.lib.snapd.snap-confine.dpkg-new': Input/output error

2017-01-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package snap-confine 2.22 failed to install/upgrade: unable to stat
  new distributed conffile '/etc/apparmor.d/usr.lib.snapd.snap-confine
  .dpkg-new': Input/output error

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

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


[Bug 1631746] Re: grub accepts only one key press in total

2017-01-30 Thread Jay Gates
Same problem. Infuriating. Any solutions?

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

Title:
  grub accepts only one key press in total

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

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


[Bug 1373696] Re: Android overlay mode ping-pongs constantly when touchspots or software cursor is visible, causing stuttering and lag

2017-01-30 Thread Daniel van Vugt
** Summary changed:

- Android overlay mode ping-pongs constantly with touchspots or software cursor 
enabled, causing stuttering and lag
+ Android overlay mode ping-pongs constantly when touchspots or software cursor 
is visible, causing stuttering and lag

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

Title:
  Android overlay mode ping-pongs constantly when touchspots or software
  cursor is visible, causing stuttering and lag

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

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


[Bug 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2017-01-30 Thread David
Yeah an official fix would be nice. I am tired of getting up early to
see if I have to reboot any vm's :)

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

Title:
  [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
  Backups

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

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


[Bug 1660521] [NEW] package snap-confine 2.22 failed to install/upgrade: unable to stat new distributed conffile '/etc/apparmor.d/usr.lib.snapd.snap-confine.dpkg-new': Input/output error

2017-01-30 Thread Slava
Public bug reported:

system crash while installing updates

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: snap-confine 2.22
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic i686
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: i386
Date: Mon Jan 30 21:09:19 2017
DpkgHistoryLog:
 Start-Date: 2017-01-30  20:54:34
 Commandline: aptdaemon role='role-commit-packages' sender=':1.113'
 Upgrade: mysql-client-5.7:i386 (5.7.16-0ubuntu0.16.04.1, 
5.7.17-0ubuntu0.16.04.1), mysql-server-5.7:i386 (5.7.16-0ubuntu0.16.04.1, 
5.7.17-0ubuntu0.16.04.1), snapd:i386 (2.21, 2.22), mysql-server:i386 
(5.7.16-0ubuntu0.16.04.1, 5.7.17-0ubuntu0.16.04.1), mysql-client:i386 
(5.7.16-0ubuntu0.16.04.1, 5.7.17-0ubuntu0.16.04.1), snap-confine:i386 (2.21, 
2.22), mysql-client-core-5.7:i386 (5.7.16-0ubuntu0.16.04.1, 
5.7.17-0ubuntu0.16.04.1), thunderbird-locale-en-gb:i386 
(1:45.5.1+build1-0ubuntu0.16.04.1, 1:45.7.0+build1-0ubuntu0.16.04.1), 
thunderbird-locale-en-us:i386 (1:45.5.1+build1-0ubuntu0.16.04.1, 
1:45.7.0+build1-0ubuntu0.16.04.1), ubuntu-core-launcher:i386 (2.21, 2.22), 
mysql-server-core-5.7:i386 (5.7.16-0ubuntu0.16.04.1, 5.7.17-0ubuntu0.16.04.1), 
xul-ext-calendar-timezones:i386 (1:45.5.1+build1-0ubuntu0.16.04.1, 
1:45.7.0+build1-0ubuntu0.16.04.1)
ErrorMessage: unable to stat new distributed conffile 
'/etc/apparmor.d/usr.lib.snapd.snap-confine.dpkg-new': Input/output error
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: snapd
Title: package snap-confine 2.22 failed to install/upgrade: unable to stat new 
distributed conffile '/etc/apparmor.d/usr.lib.snapd.snap-confine.dpkg-new': 
Input/output error
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 package-from-proposed xenial

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

Title:
  package snap-confine 2.22 failed to install/upgrade: unable to stat
  new distributed conffile '/etc/apparmor.d/usr.lib.snapd.snap-confine
  .dpkg-new': Input/output error

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

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


[Bug 1643638] Re: CVE-2016-7406 - remote code execution in dropbear SSH

2017-01-30 Thread Launchpad Bug Tracker
[Expired for dropbear (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  CVE-2016-7406 - remote code execution in dropbear SSH

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

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


[Bug 1644081] Re: loading

2017-01-30 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  loading

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

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


[Bug 1634325] Re: Lenovo X250 failes to suspend after being docked

2017-01-30 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu Xenial) because there has been no activity
for 60 days.]

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

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

Title:
  Lenovo X250 failes to suspend after being docked

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

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


[Bug 1634325] Re: Lenovo X250 failes to suspend after being docked

2017-01-30 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Lenovo X250 failes to suspend after being docked

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

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


[Bug 1644230] Re: Can't run any container: shim error: open pid: no such file or directory

2017-01-30 Thread Launchpad Bug Tracker
[Expired for docker.io (Ubuntu) because there has been no activity for
60 days.]

** Changed in: docker.io (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Can't run any container:  shim error: open pid: no such file or
  directory

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

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


[Bug 1643390] Re: Installer crashes

2017-01-30 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Installer crashes

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

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


[Bug 1645927] Re: totem video player will not start, I have tried re-installing but no luck

2017-01-30 Thread Launchpad Bug Tracker
[Expired for totem (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  totem video player will not start, I have tried re-installing but no
  luck

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

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


[Bug 1660519] Re: Windows guest got 0x5c BSOD when rebooting

2017-01-30 Thread Seyeong Kim
** Description changed:

  [Impact]
  
  When rebooting Windows guest, it gets 0x5c BSOD
  Impact to 3.13 ( trusty )
- no Impact to 4.x 
+ no Impact to 4.x
  
  [Fix]
  
  Upstream development
  4114c27d450bef228be9c7b0c40a888e18a3a636
  ("KVM: x86: reset RVI upon system reset")
  6d2a0526b09e551d0f395cfb63e7cb965db825af
  ("KVM: x86: Emulator should set DR6 upon GD like real CPU")
  
  and got one MACRO definition from below commit as 6d2a05's dependency
  6f43ed01e87c8a8dbd8c826eaf0f714c1342c039
- (whole 6f43ed commit is a lot of dependency to the other commits)
+ (whole 6f43ed commit has a lot of dependency to the other commits)
  
  [Testcase]
  
  Running 6 windows vms( 2012r2 ) on one single server.
  auto rebooting scripts in windows guest.
  after one day (around hundred rebooting), can get 0x5c certainly

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

Title:
  Windows guest got 0x5c BSOD when rebooting

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

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


[Bug 1660519] Re: Windows guest got 0x5c BSOD when rebooting

2017-01-30 Thread Seyeong Kim
** Tags added: sts

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

Title:
  Windows guest got 0x5c BSOD when rebooting

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

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


[Bug 1660520] [NEW] just got an error message during Lubuntu install that there was an error

2017-01-30 Thread Terry Phillips
Public bug reported:

I don't know any more. I hope lubuntu will still load.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: ubiquity 16.10.14
ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
Uname: Linux 4.8.0-22-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CasperVersion: 1.379
Date: Mon Jan 30 20:35:06 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Lubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lubuntu ubiquity-16.10.14 yakkety

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

Title:
  just got an error message during Lubuntu install that there was an
  error

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

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


[Bug 1660519] Missing required logs.

2017-01-30 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1660519

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (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/1660519

Title:
  Windows guest got 0x5c BSOD when rebooting

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

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


[Bug 1659448] Re: grub fails to install bootloader for zesty LVM with Encryption

2017-01-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~cyphermox/ubiquity/gtkmodules

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

Title:
  grub fails to install bootloader for zesty LVM with Encryption

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

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


Re: [Bug 1645891] Re: After adding a second monitor, mouse pointer flickers and/or disappears in a zone near the top of first (notebook) monitor, while some apps show slow in ext display.

2017-01-30 Thread Michael Grivas
Hello Christopher,

In some recent tests:
a. It occurs with monitor connected either on the laptop's HDMI, or the 
docking stations HDMI.
b. In one case monitor is VGA (with converter), in the other it is HDMI.
c. I have no access to other type, for the moment.
d. I have not disabled the card, but I have used it only with power 
supply, so perfromance profile should be enabled.
e. The nvidia proprietary does not work correctly. It causes a lot of 
issues, including image corruption and freezing of all when suspending. 
Also, it does not properly drive the externral monitor.
f. I will try to check with the image you mentioned. However, the 
problem seems to exist since quite some time. My system is fully updated 
to the most current modification.
g. The flickering on basic monitor changes with what windows are open. 
For example, it is always worse when evolution is maximized there.
Some times it goes away if I open a gedit write some few lines and then 
mark them using the mouse. Sometimes it just needs few clicks within the 
flickering area or even just leaving the cursor there for few seconds.
h. For the external monitor issue, the two programs that suffer most are 
HipChat and Viber. Both are fine if one part resides on the standard 
monitor.

Michael


Στις 12.01.2017 07:16, Christopher M. Penalver έγραψε:
> Michael Grivas, thank you for reporting this and helping make Ubuntu
> better.
> 
> 1) Could you please advise how your monitor and laptop are connected
> (ex. HDMI, VGA, etc.)?
> 2) Does using the nvidia proprietary driver change anything regarding 
> this?
> 3) If you disable the graphics card via your BIOS does this influence
> this issue?
> 4) To see if this is already resolved in Ubuntu, could you please test
> http://cdimage.ubuntu.com/daily-live/current/ and advise to the
> results?
> 
> ** Changed in: xorg (Ubuntu)
>Importance: Undecided => Low
> 
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
> 
> --
> You received this bug notification because you are subscribed to the 
> bug
> report.
> https://bugs.launchpad.net/bugs/1645891
> 
> Title:
>   After adding a second monitor, mouse pointer flickers and/or
>   disappears in a zone near the top of first (notebook) monitor, while
>   some apps show slow in ext display.
> 
> Status in xorg package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   It seems to be duplicate of both :
>   https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1641467
>   and
>   https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1629300  .
>   Possibly related to
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223
> 
>   A - flickering in first display.
>   The zone starts just below the top panel and its height is about 1/7
> of the screen.
>   Flickering starts immediately entering the zone, even half of the
> pointer may be flickering.
>   To the centre of the zone, flickering is more prevalent, up to
> completely disappearing.
>   The flickering has a periodic pattern, which seems to be affected by
> the windows displaying in the second (external) monitor !!
> 
>   B - external monitor.
>   Some applications show really slow there. Worse case is HipChat
> (Atlassian chat program), which shows fine as long as even a tiny
> fraction exists on the primary display.
>   At the moment the whole window passes to the secondary, then even
> the scroll bar has a delay of a second a move.
> 
>   To check, I have played with the ~/.config/monitors.xml without 
> success.
>   It seems that each configuration is saved there, even duplicates,
> after adding the same external monitor and re-configuring it (absolute
> duplicate in monitors.xml)
> 
>   C. Side-effects and related phenomena.
>   Some times the "Screen display" control freaks, when enabling the
> external monitor. It may freeze or insist to put them in mirroring.
> Most of the times it just forgets a setup (although in monitors.xml)
> after adding a different external monitor.
>   For each workspace, there is a different background, done with
> Unit5y Tweak Tool.
> 
>   All updates have been done, without effect.
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.10
>   Package: xorg 1:7.7+13ubuntu4
>   ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
>   Uname: Linux 4.8.0-27-generic x86_64
>   .tmp.unity_support_test.0:
> 
>   ApportVersion: 2.20.3-0ubuntu8
>   Architecture: amd64
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: compiz
>   CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
>   CompositorUnredirectFSW: true
>   CurrentDesktop: Unity
>   Date: Tue Nov 29 23:18:52 2016
>   DistUpgraded: Fresh install
>   DistroCodename: yakkety
>   DistroVariant: ubuntu
>   DkmsStatus: virtualbox, 5.1.6, 4.8.0-27-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes
>   GraphicsCard:
>Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00
> [VGA controller])
>  

[Bug 1660519] [NEW] Windows guest got 0x5c BSOD when rebooting

2017-01-30 Thread Seyeong Kim
Public bug reported:

[Impact]

When rebooting Windows guest, it gets 0x5c BSOD
Impact to 3.13 ( trusty )
no Impact to 4.x 

[Fix]

Upstream development
4114c27d450bef228be9c7b0c40a888e18a3a636
("KVM: x86: reset RVI upon system reset")
6d2a0526b09e551d0f395cfb63e7cb965db825af
("KVM: x86: Emulator should set DR6 upon GD like real CPU")

and got one MACRO definition from below commit as 6d2a05's dependency
6f43ed01e87c8a8dbd8c826eaf0f714c1342c039
(whole 6f43ed commit is a lot of dependency to the other commits)

[Testcase]

Running 6 windows vms( 2012r2 ) on one single server.
auto rebooting scripts in windows guest.
after one day (around hundred rebooting), can get 0x5c certainly

** Affects: linux (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/1660519

Title:
  Windows guest got 0x5c BSOD when rebooting

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

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


[Bug 708704] Re: Notifications inconsistent with other Ubuntu notifications

2017-01-30 Thread shankao
Upstream bug report:
https://bugs.chromium.org/p/chromium/issues/detail?id=472080

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

Title:
  Notifications inconsistent with other Ubuntu notifications

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

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


[Bug 1660518] Missing required logs.

2017-01-30 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1660518

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (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/1660518

Title:
  "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp" needs to be
  ported to Xenial Kernel

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

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


[Bug 1660518] [NEW] "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp" needs to be ported to Xenial Kernel

2017-01-30 Thread Brian G.
Public bug reported:

The following changes was pulled into atleast the Ubuntu Xenail Kernel release.
http://kernel.ubuntu.com/git/kernel-ppa/mirror/ubuntu-xenial.git/commit/mm?id=b56d2a75e1daae6ff6eedfb732eadf3c13df6090
 

>From b56d2a75e1daae6ff6eedfb732eadf3c13df6090 Mon Sep 17 00:00:00 2001
From: Linus Torvalds 
Date: Mon, 17 Oct 2016 17:29:48 -0500
Subject: UBUNTU: SAUCE: mm: remove gup_flags FOLL_WRITE games from
 __get_user_pages()

This is an ancient bug that was actually attrempted to be fixed once
(badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
get_user_pages() race for write access") but that was then undone due to
problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").

In the meantime, the s390 situation has long been fixed, and we can once
more try to fix it by checking the pte_dirty() bit properly (and do it
better).  Also, the VM has become more scalable, and what was a purely
theoretical race back then has become easier to trigger.

To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
we already did a COW" rather than play racy games with FOLL_WRITE that
is very fundamental, and then use the pte dirty flag to validate that
the FOLL_COW flag is still valid.

Reported-and-tested-by: Phil "not Paul" Oester 
Cc: Michal Hocko 
Cc: Andy Lutomirski 
Cc: Kees Cook 
Cc: Oleg Nesterov 
Cc: Willy Tarreau 
Acked-by: Hugh Dickins 
Cc: Nick Piggin 
Cc: Greg Thelen 
Cc: sta...@vger.kernel.org
Signed-off-by: Linus Torvalds 

CVE-2016-5195


However this change introduced a bug in the kernel memory manager, in which 
syscalls can end up in an infinite loop when transparent huge pages are 
enabled. See the following Commit: 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/mm/huge_memory.c?id=8310d48b125d19fcd9521d83b8293e63eb1646aa
 


This fix has not been ported to the Xenial kernel, and thus the infinite loop 
issue is hitting certain machines quite often. Example of bug hitting: 
http://www.mail-archive.com/lldb-dev@lists.llvm.org/msg03851.html 


Kernel Info: Linux Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-51-generic x86_64)

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


** Tags: kernel-bug xenial

** Summary changed:

- "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp" needs to be ported to 
Xenail Kernel
+ "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp" needs to be ported to 
Xenial Kernel

** Tags added: kernel-bug xenial

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

Title:
  "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp" needs to be
  ported to Xenial Kernel

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

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


[Bug 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2017-01-30 Thread James Straub
It's been more than 1.5 years! 
When can we expect this fix to be released?

$ uname -a
Linux Server123 3.13.0-107-generic #154-Ubuntu SMP Tue Dec 20 09:57:27 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.5 LTS
Release:14.04
Codename:   trusty

Jan 30 01:54:55 Server123 kernel: [78577.687381] cifs_vfs_err: 18 callbacks 
suppressed
Jan 30 01:54:55 Server123 kernel: [78577.687389] CIFS VFS: open dir failed
Jan 30 01:54:55 Server123 kernel: [78577.692074] CIFS VFS: open dir failed
Jan 30 01:54:56 Server123 kernel: [78578.027096] CIFS VFS: open dir failed
Jan 30 01:54:56 Server123 kernel: [78578.031664] CIFS VFS: open dir failed
Jan 30 03:00:27 Server123 Hyper-V VSS: VSS: freeze of /archive: Success
Jan 30 03:00:27 Server123 Hyper-V VSS: VSS: freeze of /: Success
Jan 30 03:00:27 Server123 kernel: [82509.382621] hv_storvsc vmbus_0_1: cmd 0x28 
scsi status 0x2 srb status 0x82
Jan 30 03:00:27 Server123 kernel: [82509.382730] hv_storvsc vmbus_0_1: stor pkt 
8800d306d368 autosense data valid - len 18
Jan 30 03:00:27 Server123 kernel: [82509.382735] storvsc: Sense Key : Unit 
Attention [current]
Jan 30 03:00:27 Server123 kernel: [82509.382741] storvsc: Add. Sense: Changed 
operating definition
Jan 30 03:00:27 Server123 kernel: [82509.382811] sd 2:0:0:0: Warning! Received 
an indication that the operating parameters on this target have changed. The 
Linux SCSI layer does not automatically adjust these parameters.
Jan 30 03:00:27 Server123 Hyper-V VSS: VSS: thaw of /archive: Success
Jan 30 03:00:27 Server123 Hyper-V VSS: VSS: thaw of /: Success
Jan 30 03:00:57 Server123 kernel: [82539.424627] hv_storvsc vmbus_0_1: cmd 0x2a 
scsi status 0x2 srb status 0x82
Jan 30 03:00:57 Server123 kernel: [82539.424678] hv_storvsc vmbus_0_1: stor pkt 
8800b89df468 autosense data valid - len 18
Jan 30 03:00:57 Server123 kernel: [82539.424683] storvsc: Sense Key : Unit 
Attention [current]
Jan 30 03:00:57 Server123 kernel: [82539.424689] storvsc: Add. Sense: Changed 
operating definition
Jan 30 03:00:57 Server123 kernel: [82539.424834] sd 2:0:0:0: Warning! Received 
an indication that the operating parameters on this target have changed. The 
Linux SCSI layer does not automatically adjust these parameters.

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

Title:
  [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
  Backups

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

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


[Bug 1660508] Re: ubuntu-sso-login's dependency missing: no module named zope.interface

2017-01-30 Thread Thomas Mayer
Trying to work around the issue with a

#pip uninstall transaction # <-- that package was not installed on my system!
pip uninstall zope.interface
pip install transaction
pip install zope.interface

as taken from http://stackoverflow.com/questions/40583855/importerror-
no-module-named-zope-interface

output:

root@lat61:~# pip uninstall zope.interface
Uninstalling zope.interface-4.1.3:
  /usr/lib/python2.7/dist-packages/zope.interface-4.1.3.egg-info
Proceed (y/n)? y
  Successfully uninstalled zope.interface-4.1.3
root@lat61:~# pip install transaction
Collecting transaction
  Downloading transaction-2.0.3.tar.gz (72kB)
100% || 81kB 761kB/s 
Collecting zope.interface (from transaction)
  Downloading zope.interface-4.3.3.tar.gz (150kB)
100% || 153kB 1.4MB/s 
Requirement already satisfied: setuptools in 
/usr/local/lib/python2.7/dist-packages/setuptools-18.1-py2.7.egg (from 
zope.interface->transaction)
Installing collected packages: zope.interface, transaction
  Running setup.py install for zope.interface ... done
  Running setup.py install for transaction ... done
Successfully installed transaction-2.0.3 zope.interface-4.3.3

That said, transaction got installed and zope.interface got updated from
4.1.3 to 4.3.3.

Let's see how that works out. I'll report back.

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

Title:
  ubuntu-sso-login's dependency missing: no module named zope.interface

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

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

[Bug 1660508] Re: ubuntu-sso-login's dependency missing: no module named zope.interface

2017-01-30 Thread Thomas Mayer
If I remember correctly, I get the errors since I updated python's
"setuptools" to work on certbot (development tools), similar to what is
demonstrated at https://community.letsencrypt.org/t/cant-install-
certbot-on-debian-jessy-unmet-dependencies/19417.

Pip now shows these packages and versions:

pip list
adium-theme-ubuntu (0.3.4)
alabaster (0.7.7)
attrs (15.2.0)
Babel (1.3)
beautifulsoup4 (4.4.1)
blinker (1.3)
ccsm (0.9.12.2)
chardet (2.3.0)
command-not-found (0.3)
compizconfig-python (0.9.12.2)
ConfigArgParse (0.11.0)
configobj (5.0.6)
cryptography (1.2.3)
debtags (2.0)
defer (1.0.6)
dirspec (13.10)
dnspython (1.12.0)
docutils (0.12)
duplicity (0.7.6)
enum34 (1.1.2)
html5lib (0.999)
httplib2 (0.9.1)
idna (2.0)
ipaddr (2.1.11)
ipaddress (1.0.16)
Jinja2 (2.8)
keyring (7.3)
launchpadlib (1.10.3)
lazr.restfulclient (0.13.4)
lazr.uri (1.0.3)
libvirt-python (1.3.1)
lockfile (0.12.2)
lxml (3.5.0)
MarkupSafe (0.23)
ndg-httpsclient (0.4.0)
netifaces (0.10.4)
numpy (1.11.0)
oauth (1.0.1)
oauthlib (1.0.3)
oneconf (0.3.9)
PAM (0.4.2)
parsedatetime (2.1)
pexpect (4.0.1)
Pillow (3.1.2)
pip (9.0.1)
piston-mini-client (0.7.5)
ptyprocess (0.5)
pyasn1 (0.1.9)
pyasn1-modules (0.0.7)
pycrypto (2.6.1)
pycups (1.9.73)
pycurl (7.43.0)
Pygments (2.1)
pygobject (3.20.0)
PyJWT (1.3.0)
pyOpenSSL (0.15.1)
pyRFC3339 (1.0)
pyserial (3.0.1)
pysmbc (1.0.15.5)
python-apt (1.1.0b1)
python-debian (0.1.27)
pytz (2014.10)
pyxdg (0.25)
reportlab (3.3.0)
requests (2.9.1)
roman (2.0.0)
SecretStorage (2.1.3)
service-identity (16.0.0)
setuptools (18.1)
setuptools-git (1.1)
setuptools-scm (1.10.1)
simplejson (3.8.1)
six (1.10.0)
software-center-aptd-plugins (0.0.0)
Sphinx (1.3.6)
sphinx-rtd-theme (0.1.9)
Twisted (16.0.0)
unity-lens-photos (1.0)
urllib3 (1.13.1)
wadllib (1.3.2)
youtube-dl (2016.2.22)
zope.component (4.3.0)
zope.event (4.2.0)
zope.interface (4.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/1660508

Title:
  ubuntu-sso-login's dependency missing: no module named zope.interface

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

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


[Bug 1660509] [NEW] please remove cgiemail

2017-01-30 Thread Seth Arnold
Public bug reported:

Please remove cgiemail from Ubuntu, it appears to be removed from Debian:
https://packages.debian.org/sid/cgiemail
and upstream appears to have been idle for either 15 years or six years, 
depending upon what point you choose to use when measuring:
http://web.mit.edu/wwwdev/cgiemail/

This is motivated by http://www.openwall.com/lists/oss-
security/2017/01/20/6

Thanks

** Affects: cgiemail (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Package Archive Administrators (ubuntu-archive)
 Status: New

** Changed in: cgiemail (Ubuntu)
 Assignee: (unassigned) => Ubuntu Package Archive Administrators 
(ubuntu-archive)

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

Title:
  please remove cgiemail

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

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


[Bug 1660508] [NEW] ubuntu-sso-login's dependency missing: no module named zope.interface

2017-01-30 Thread Thomas Mayer
Public bug reported:

Taken from syslog:

Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]: Traceback (most recent call last):
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]:   File 
"/usr/lib/ubuntu-sso-client/ubuntu-sso-login", line 67, in 
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]: from ubuntu_sso.main import main
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]:   File 
"/usr/lib/python2.7/dist-packages/ubuntu-sso-client/ubuntu_sso/main/__init__.py",
 line 39, in 
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]: from twisted.internet import 
defer
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]:   File 
"/usr/lib/python2.7/dist-packages/twisted/__init__.py", line 55, in 
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]: _checkRequirements()
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]:   File 
"/usr/lib/python2.7/dist-packages/twisted/__init__.py", line 39, in 
_checkRequirements
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]: raise ImportError(required + ": 
no module named zope.interface.")
Jan 31 01:53:33 lat61 com.ubuntu.sso[3005]: ImportError: Twisted requires 
zope.interface 3.6.0 or later: no module named zope.interface.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-sso-client 13.10-0ubuntu11
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Tue Jan 31 03:45:02 2017
InstallationDate: Installed on 2014-11-29 (793 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: ubuntu-sso-client
UpgradeStatus: Upgraded to xenial on 2016-06-15 (229 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  ubuntu-sso-login's dependency missing: no module named zope.interface

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

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


[Bug 1660506] [NEW] SRU of LXD 2.0.9 (upstream bugfix release)

2017-01-30 Thread Stéphane Graber
Public bug reported:

LXD upstream released LXD 2.0.6 as a bugfix release with following changelog:
 - Exec sessions being killed by a signal will now report the signal number as 
part of their exit  code.
 - VLAN device types are now properly reported in the API and client.
 - The client will now show the date an image was last used at (in lxc image 
info).
 - The client will now let you delete multiple images at once.
 - LXD is now using Weblate for its translations.

 - client: Add a done signal to Monitor API
 - client: Better handle http errors
 - client: Commonize update methods
 - doc: Add Documentation on Network Configuration via cloud-init
 - doc: Added reference to godoc to README.md
 - doc: Update README.md for CI and Weblate status
 - extra/lxc-to-lxd: Add more unsupported config keys
 - extra/lxc-to-lxd: All properties must be strings
 - extra/lxc-to-lxd: Copy the rootfs by default, don't move it
 - extra/lxc-to-lxd: Show nicer error on missing python3-lxc
 - extra/lxc-to-lxd: Switch to using a config whitelist
 - global: Fix typos
 - global: "gofmt -s" run
 - lxc: Better handle timestamps
 - lxc: Make help messages more consistent
 - lxc: Properly check yaml errors
 - lxc/init: Fix example
 - lxc/init: Properly replace args list
 - lxc/launch: Just use init.go's flags()
 - lxc/list: Sort IPv4 and IPv6 addresses
 - lxc/remote: Update help
 - lxd-bridge: Add ip6tables filter rules
 - lxd-bridge: DHCP happens over UDP only
 - lxd-bridge: Make IPv4 firewalling optional (default is enabled)
 - lxd/containers: Add basic logging to container creation
 - lxd/containers: Allow passing in-memory buffers to a FileResponse
 - lxd/containers: Also call setgroups when attaching to the container
 - lxd/containers: Avoid race condition in network fill function
 - lxd/containers: Blacklist lxc.syslog and lxc.ephemeral in raw.lxc
 - lxd/containers: Detect background tasks to allow clean exit
 - lxd/containers: Do mounts in the right order
 - lxd/containers: Don't attempt to read xattrs from symlinks
 - lxd/containers: Don't block resolution on non-existing paths
 - lxd/containers: Don't record last_state.power twice
 - lxd/containers: Exec() return attached PID && take bool arg
 - lxd/containers: Fix container state recording
 - lxd/containers: Fix device hotplug with major/minor set
 - lxd/containers: Fix file push error handling
 - lxd/containers: Fix generated seccomp profile
 - lxd/containers: Fix logging for file_manip commands
 - lxd/containers: Improve error handling and reporting during export
 - lxd/containers: Return a clear error when replacing a directory
 - lxd/daemon: Common codepath for http client
 - lxd/daemon: Don't set InsecureSkipVerify on daemon's tls config
 - lxd/daemon: Log daemon version
 - lxd/daemon: Make directories with stricter permissions
 - lxd/daemon: Make LXD_DIR with +x for group and everyone
 - lxd/daemon: Only mark ready once containers are up
 - lxd/daemon: Properly validate daemon keys on unset
 - lxd/daemon: Use our custom http server when updating HTTPS address too
 - lxd/db: Drop unused code from db.go
 - lxd/images: Close race condition in image download
 - lxd/images: Track speed during network transfers
 - lxd/main: Move activateifneeded to own file
 - lxd/main: Move callhook to own file
 - lxd/main: Move daemon to own file
 - lxd/main: Move forkexec to own file
 - lxd/main: Move forkgetnet to own file
 - lxd/main: Move forkmigrate to own file
 - lxd/main: Move forkstart to own file
 - lxd/main: Move init to own file
 - lxd/main: Move migratedumpsuccess to own file
 - lxd/main: Move netcat to own file
 - lxd/main: Move ready to own file
 - lxd/main: Move shutdown to own file
 - lxd/main: Move waitready to own file
 - lxd/main: Rename nsexec.go to main_nsexec.go
 - lxd/migrate: Use the generated snapshot list
 - lxd/patches: Mark all patches as applied on create
 - lxd/profiles: Fix unusued variable
 - lxd/storage: btrfs: Don't assume a path is a subvolume
 - lxd/storage: Change ContainerStart to take the name and path to start
 - lxd/storage: Rework EEXISTS detection on create
 - lxd/storage: zfs: Simplify device tracking logic
 - Makefile: Rework "make dist" to be more reliable
 - shared: add GetPollRevents()
 - shared: Add WebsocketExecMirror()
 - shared: Centralize all cert fingerprint generation
 - shared: Convert TransferProgress to ReadCloser
 - shared: ExecReaderToChannel() use sync.Once
 - shared: Give Architecture handling its own package
 - shared: Give IO progress tracker its own package
 - shared: Give simplestreams client its own package
 - shared: Give version handling its own package
 - shared: Implement write tracking
 - shared: Make a helper to compute cert fingerprint
 - shared: Move Device/Devices types to lxd package
 - shared: Move FromLXCState out of shared
 - shared: Move REST API to new package: certificate
 - shared: Move REST API to new package: container
 - shared: Move REST API to new package: godoc
 - shared: Move REST API to new 

[Bug 1621353] Re: package svxlink-server 14.08.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-01-30 Thread Alberto Salvia Novella
** Changed in: svxlink (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/1621353

Title:
  package svxlink-server 14.08.1-2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1576762] Re: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-01-30 Thread Alberto Salvia Novella
** Changed in: initramfs-tools (Ubuntu)
   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/1576762

Title:
  package initramfs-tools 0.122ubuntu8 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/initramfs-tools/+bug/1576762/+subscriptions

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


[Bug 1572807] Re: /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR ***

2017-01-30 Thread Alberto Salvia Novella
** Changed in: nano (Ubuntu)
   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/1572807

Title:
  /bin/nano:*** Error in `nano': double free or corruption (!prev): ADDR
  ***

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

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


[Bug 1581625] Re: /usr/lib/libreoffice/program/soffice.bin:*** Error in `/usr/lib/libreoffice/program/soffice.bin': corrupted double-linked list: ADDR ***

2017-01-30 Thread Alberto Salvia Novella
** Changed in: libreoffice (Ubuntu)
   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/1581625

Title:
  /usr/lib/libreoffice/program/soffice.bin:*** Error in
  `/usr/lib/libreoffice/program/soffice.bin': corrupted double-linked
  list: ADDR ***

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

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


[Bug 1636598] Re: package java-common 0.56ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-01-30 Thread Alberto Salvia Novella
** Changed in: java-common (Ubuntu)
   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/1636598

Title:
  package java-common 0.56ubuntu2 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/java-common/+bug/1636598/+subscriptions

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


[Bug 1658000] Re: Package fails to install fonts

2017-01-30 Thread Alberto Salvia Novella
** Changed in: msttcorefonts (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/1658000

Title:
  Package fails to install fonts

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

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


[Bug 1659026] Re: package grub-common 2.02~beta2-36ubuntu3.6 failed to install/upgrade: package grub-common is already installed and configured

2017-01-30 Thread Alberto Salvia Novella
** Changed in: dpkg (Ubuntu)
   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/1659026

Title:
  package grub-common 2.02~beta2-36ubuntu3.6 failed to install/upgrade:
  package grub-common is already installed and configured

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

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


[Bug 1654624] Re: dhcp apparmor profile complains about lxd client

2017-01-30 Thread Alberto Salvia Novella
** Changed in: isc-dhcp (Ubuntu)
   Importance: Undecided => High

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

** Changed in: apparmor (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/1654624

Title:
  dhcp apparmor profile complains about lxd client

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

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


[Bug 1628861] Re: package duplicity 0.7.06-2ubuntu2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2017-01-30 Thread Alberto Salvia Novella
** Changed in: duplicity (Ubuntu)
   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/1628861

Title:
  package duplicity 0.7.06-2ubuntu2 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

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

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


[Bug 1657938] Re: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-01-30 Thread Alberto Salvia Novella
** Changed in: mysql-5.7 (Ubuntu)
   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/1657938

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

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

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


[Bug 1658101] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 64, failed: 2

2017-01-30 Thread Brad Figg
tests ran:  64, failed: 2;
  
http://kernel.ubuntu.com/testing/4.9.0-15.16-generic/ms10-34-mcdivittB0-kernel__4.9.0-15.16__2017-01-31_01-59-00/results-index.html

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

Title:
  linux: 4.9.0-15.16 -proposed tracker

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

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


[Bug 1654976] Re: Crashes due to missing dependencies

2017-01-30 Thread Alberto Salvia Novella
** Changed in: gpxviewer (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: hundredpapercuts
   Status: New => Confirmed

** Changed in: hundredpapercuts
   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/1654976

Title:
  Crashes due to missing dependencies

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

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


[Bug 1658519] Re: package linux-image-4.4.0-59-generic 4.4.0-59.80 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2017-01-30 Thread Alberto Salvia Novella
** Changed in: initramfs-tools (Ubuntu)
   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/1658519

Title:
  package linux-image-4.4.0-59-generic 4.4.0-59.80 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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

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


[Bug 1660503] [NEW] Malformed packet with mariadb-server-10.0

2017-01-30 Thread SergeiFranco
Public bug reported:

When trying to connect with exim4-daemon-heavy (out of official 16.04
repository) to mariadb-server-10.0 (also out of official 16.04
repository) the following error occurs:

"MYSQL connection failed: Malformed packet"

The packages in questions are:

Package: mariadb-server
Version: 10.0.29-0ubuntu0.16.04.1

mariadb-server:
  Installed: (none)
  Candidate: 10.0.29-0ubuntu0.16.04.1
  Version table:
 10.0.29-0ubuntu0.16.04.1 500
500 http://nz.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
500 http://nz.archive.ubuntu.com/ubuntu xenial-updates/universe i386 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe i386 
Packages
 10.0.24-7 500
500 http://nz.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
500 http://nz.archive.ubuntu.com/ubuntu xenial/universe i386 Packages

Package: exim4-daemon-heavy
Version: 4.86.2-2ubuntu2.1

exim4-daemon-heavy:
  Installed: 4.86.2-2ubuntu2.1
  Candidate: 4.86.2-2ubuntu2.1
  Version table:
 *** 4.86.2-2ubuntu2.1 500
500 http://nz.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.86.2-2ubuntu2 500
500 http://nz.archive.ubuntu.com/ubuntu xenial/main amd64 Packages


Description:Ubuntu 16.04.1 LTS
Release:16.04


It appears that exim4 is using libmysqlclient.so.20, which is not compatible 
with mariadb-10.0.
The exim4 from 14.04 on other hand was using libmysqlclient.so.18, which could 
be replaced by libmariadbclient18 from mariadb repository. There is no such 
equivalent for libmysqlclient20.

strace of mariadb instance during the malformed packet moment:
[pid 27743] recvfrom(0, 
"\215\242\276\1\0\0\0@\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0acs\0\24\33\272\343E^LN\260\201\350s

[Bug 1648534] Re: /usr/bin/gnome-software:5:g_wakeup_new:g_main_context_new:g_dbus_connection_send_message_with_reply_sync:g_dbus_connection_call_sync_internal:g_dbus_connection_call_sync

2017-01-30 Thread Robert Ancell
Bug 1659858 has a slightly different stacktrace but seems to be the same
/ a related issue.

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

Title:
  /usr/bin/gnome-
  
software:5:g_wakeup_new:g_main_context_new:g_dbus_connection_send_message_with_reply_sync:g_dbus_connection_call_sync_internal:g_dbus_connection_call_sync

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

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


[Bug 1659858] Re: /usr/bin/gnome-software:5:g_wakeup_new:g_main_context_new:g_dbus_connection_send_message_with_reply_sync:g_dbus_connection_call_sync_internal:g_dbus_connection_call_with_unix_fd_list

2017-01-30 Thread Robert Ancell
Seems to be the same / similar issue as bug 1648534

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

Title:
  /usr/bin/gnome-
  
software:5:g_wakeup_new:g_main_context_new:g_dbus_connection_send_message_with_reply_sync:g_dbus_connection_call_sync_internal:g_dbus_connection_call_with_unix_fd_list_sync

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

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


[Bug 1635847] Re: Please build libreoffice-systray package (re-enable quickstarter) - sync with Debian LibreOffice packaging

2017-01-30 Thread Björn Michaelsen
Synced in 5.3/zesty branch at:
https://git.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/log/?h
=ubuntu-zesty-5.3

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed => 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/1635847

Title:
  Please build libreoffice-systray package (re-enable quickstarter) -
  sync with Debian LibreOffice packaging

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

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


[Bug 1649662] Re: [regression] resizing some apps in Unity8 makes them distorted and freeze (usually software clients)

2017-01-30 Thread Daniel van Vugt
** Summary changed:

- [regression] resizing a some apps in Unity8 makes them distorted and freeze 
(usually software clients)
+ [regression] resizing some apps in Unity8 makes them distorted and freeze 
(usually software clients)

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

Title:
  [regression] resizing some apps in Unity8 makes them distorted and
  freeze (usually software clients)

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

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


[Bug 1510025] Re: Chrome/Chromium browser in Xmir (in DRI2 mode): Page contents never visible, all black, all white, or flickering

2017-01-30 Thread Daniel van Vugt
Now that you mention it, that sounds like bug 1511278 which is probably
related. Made progress on that last year with a proof of concept
workaround. Essentially I think this is related to the fact that Xorg
expects and requires single buffering (or at least back buffer
preservation), but Mir supports neither of those yet.

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

Title:
  Chrome/Chromium browser in Xmir (in DRI2 mode): Page contents never
  visible, all black, all white, or flickering

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

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


Re: [Bug 1641593] Re: unable to enable iommu on HPE Proliant Gen9 server

2017-01-30 Thread Jason Hobbs
Doing some more testing it looks like the systems without the firmware
udpate are not stable.  I can sometimes, but not always, get them to boot
using either 4.4.0-59-generic #80  or  4.4.0-62-generic #83, but once
they're up, they don't last long.  The longest I've seen is about 40
minutes before getting "sd 0:0:2:0: rejecting I/O to offline device" errors
and /dev/sda going offline.  I can get it to go offline quicker - almost
immediately - by doing "cat /dev/urandom > /dev/sdb".

The two systems with the firmware updates both reliably boot up and stay up
using either 4.4.0-59-generic #80 or 4.4.0-62-generic #83, and haven't gone
offline yet from the "cat /dev/urandom > /dev/sdb" test. I will leave them
running over night.


On Mon, Jan 30, 2017 at 6:51 PM, Jason Hobbs 
wrote:

> So, I appear to have spoken too soon on exactly what fixes this.
>
> We have two systems being tested with 4.4.0-62-generic #83 - one with the
> firmware update and one without.
>
> The one with the firmware updates has been up for over 6 hours now without
> any issues.
>
> The one without firmware updates has been up for 40 minutes and is getting
> I/O errors now.
>
> I'm also seeing a system with 4.4.0-59-generic #80 and no firmware updates
> boot up with iommu enabled, I will see how long it stays up..
>
> I'll also test with 4.4.0-59-generic #80 and the firmware updates.
>
> On Mon, Jan 30, 2017 at 6:13 PM, Jason Hobbs 
> wrote:
>
>> We found testing with the latest Xenial kernel (4.4.0.62.65) from
>> https://launchpad.net/~canonical-kernel-
>> team/+archive/ubuntu/ppa/+build/11278866 fixes this issue - no firmware
>> updates required.  We did also test with just the latest firmware
>> updates, and that did not fix the issue. Latest firmware + 4.4.0.62.65
>> also works.
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1641593
>>
>> Title:
>>   unable to enable iommu on HPE Proliant Gen9 server
>>
>> Status in linux package in Ubuntu:
>>   Incomplete
>>
>> Bug description:
>>   I'm using MAAS to enable the following kernel flags on install/boot:
>>
>> iommu=pt intel_iommu=on
>>
>>   in order to be able to passthrough SR-IOV VF functions to KVM guess;
>>   however when these options are enabled, the servers fail to install
>>   (see attached screenshot).
>>
>>   The install eventually fails - it looks like the writes back to one of
>>   the disks starts to fail for some reason.
>>
>>   Servers are targeted with Xenial and the release 4.4 kernel (no HWE).
>>
>>   Here's the LSHW output from the system:
>>   http://pastebin.ubuntu.com/23875929/
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1641593
>> /+subscriptions
>>
>
>

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

Title:
  unable to enable iommu on HPE Proliant Gen9 server

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

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


[Bug 1660499] Re: tcpdump crashes with SIGSEGV

2017-01-30 Thread Seth Arnold
This may not be related to lxd but rather
9f834ec18defc369d73ccf9e87a2790bfa05bf46.

Change:

/usr/sbin/tcpdump r,

to:

/usr/sbin/tcpdump rm,

Thanks

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

Title:
  tcpdump crashes with SIGSEGV

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

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


[Bug 1659381] onibi (i386) - tests ran: 19, failed: 0

2017-01-30 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-37.39-generic/onibi__4.8.0-37.39__2017-01-31_00-47-00/results-index.html

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

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


[Bug 1638345] Re: avahi-daemon crashes multiple times an hour

2017-01-30 Thread Will
Fresh 16.04 Install.

Reported OOPS ID f6e4ac20-e755-11e6-8ae9-fa163ebeb28a

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

Title:
  avahi-daemon crashes multiple times an hour

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

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


[Bug 1660462] Re: some legacy apps don't scale on resize unity8 zesty

2017-01-30 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1649662 ***
https://bugs.launchpad.net/bugs/1649662

Yeah this has been a pain point for some time. But it's just a Unity8
bug, not a problem in the Mir demo servers. Duplicate of bug 1649662

** This bug has been marked a duplicate of bug 1649662
   [regression] resizing a some apps in Unity8 makes them distorted and freeze 
(usually software clients)

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

Title:
  some legacy apps don't scale on resize unity8 zesty

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

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


[Bug 1658101] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 2, failed: 0

2017-01-30 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.9.0-15.16-generic/ms10-34-mcdivittB0-kernel__4.9.0-15.16__2017-01-31_01-30-00/results-index.html

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

Title:
  linux: 4.9.0-15.16 -proposed tracker

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

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


[Bug 1660362] Re: Merge clock-setup with debian 0.131 for zesty

2017-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package clock-setup - 0.131ubuntu1

---
clock-setup (0.131ubuntu1) zesty; urgency=medium

  * Merge from Debian unstable. (LP: #1660362) Remaining changes:
- Default to ntp.ubuntu.com for the NTP server.
- Ask the UTC question, defaulting to true, even if we appear to be the
  only OS (unless clock-setup/utc-auto is preseeded to true).
- Pass --noadjfile to hwclock.

 -- Dave Chiluk   Mon, 30 Jan 2017 15:58:35 -0600

** Changed in: clock-setup (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/1660362

Title:
  Merge clock-setup with debian 0.131 for zesty

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

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


[Bug 1659381] modoc (ppc64el) - tests ran: 64, failed: 0

2017-01-30 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-37.39-generic/modoc__4.8.0-37.39__2017-01-31_01-03-00/results-index.html

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

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


[Bug 1659381] onza (i386) - tests ran: 19, failed: 0

2017-01-30 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-37.39-generic/onza__4.8.0-37.39__2017-01-31_00-17-00/results-index.html

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

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


[Bug 1658101] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 141, failed: 0

2017-01-30 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.9.0-15.16-generic/ms10-34-mcdivittB0-kernel__4.9.0-15.16__2017-01-31_00-15-00/results-index.html

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

Title:
  linux: 4.9.0-15.16 -proposed tracker

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

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


[Bug 1615337] Re: libguestfs uses aug_get to get /files/etc/fstab/X/opt instead /files/etc/fstab/X/opt[Y]

2017-01-30 Thread Landon Gilbert-Bland
Any idea if the patched version will make it 16.04?

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

Title:
  libguestfs uses aug_get to get /files/etc/fstab/X/opt instead
  /files/etc/fstab/X/opt[Y]

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

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


Re: [Bug 1641593] Re: unable to enable iommu on HPE Proliant Gen9 server

2017-01-30 Thread Jason Hobbs
So, I appear to have spoken too soon on exactly what fixes this.

We have two systems being tested with 4.4.0-62-generic #83 - one with the
firmware update and one without.

The one with the firmware updates has been up for over 6 hours now without
any issues.

The one without firmware updates has been up for 40 minutes and is getting
I/O errors now.

I'm also seeing a system with 4.4.0-59-generic #80 and no firmware updates
boot up with iommu enabled, I will see how long it stays up..

I'll also test with 4.4.0-59-generic #80 and the firmware updates.

On Mon, Jan 30, 2017 at 6:13 PM, Jason Hobbs 
wrote:

> We found testing with the latest Xenial kernel (4.4.0.62.65) from
> https://launchpad.net/~canonical-kernel-
> team/+archive/ubuntu/ppa/+build/11278866 fixes this issue - no firmware
> updates required.  We did also test with just the latest firmware
> updates, and that did not fix the issue. Latest firmware + 4.4.0.62.65
> also works.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1641593
>
> Title:
>   unable to enable iommu on HPE Proliant Gen9 server
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I'm using MAAS to enable the following kernel flags on install/boot:
>
> iommu=pt intel_iommu=on
>
>   in order to be able to passthrough SR-IOV VF functions to KVM guess;
>   however when these options are enabled, the servers fail to install
>   (see attached screenshot).
>
>   The install eventually fails - it looks like the writes back to one of
>   the disks starts to fail for some reason.
>
>   Servers are targeted with Xenial and the release 4.4 kernel (no HWE).
>
>   Here's the LSHW output from the system:
>   http://pastebin.ubuntu.com/23875929/
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1641593/+subscriptions
>

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

Title:
  unable to enable iommu on HPE Proliant Gen9 server

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

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


[Bug 1659381] modoc (ppc64el) - tests ran: 2, failed: 0

2017-01-30 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-37.39-generic/modoc__4.8.0-37.39__2017-01-31_00-29-00/results-index.html

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

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


[Bug 1660500] Re: package language-selector-common 0.165.4 failed to install/upgrade: package language-selector-common is already installed and configured

2017-01-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package language-selector-common 0.165.4 failed to install/upgrade:
  package language-selector-common is already installed and configured

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

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


[Bug 1637230] Re: [2.0] Error calling 'lxd forkstart

2017-01-30 Thread Anastasia
We suspect this is more LXD related than Juju. 
Marking the bug as Incomplete for Juju until Stephane's and Tycho's questions 
are answered.

** Changed in: juju
   Status: Triaged => Incomplete

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

Title:
  [2.0] Error calling 'lxd forkstart

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

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


[Bug 1660464] Re: No ability to print on ubuntu touch device.

2017-01-30 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1660464/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  No ability to print on ubuntu touch device.

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

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


[Bug 1660500] [NEW] package language-selector-common 0.165.4 failed to install/upgrade: package language-selector-common is already installed and configured

2017-01-30 Thread Robert Potts
Public bug reported:

hinky within firefox had to reload ubuntu multiple times

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: language-selector-common 0.165.4
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashReports:
 600:0:116:336784:2017-01-30 19:21:48.990329265 -0500:2017-01-30 
19:21:49.990329265 -0500:/var/crash/language-selector-common.0.crash
 600:0:116:336775:2017-01-30 19:21:49.926328461 -0500:2017-01-30 
19:21:49.894328100 -0500:/var/crash/accountsservice.0.crash
 640:1000:116:4385907:2017-01-30 17:29:29.923401117 -0500:2017-01-30 
17:30:07.272048399 -0500:/var/crash/_usr_bin_compiz.1000.crash
 600:0:116:335700:2017-01-30 19:21:49.894328100 -0500:2017-01-30 
19:21:49.302321416 -0500:/var/crash/dbus.0.crash
 640:999:116:0:2017-01-30 17:52:46.68488 -0500:2017-01-30 
17:52:37.835425284 -0500:/var/crash/_usr_bin_compiz.999.crash
Date: Mon Jan 30 19:21:49 2017
DuplicateSignature:
 package:language-selector-common:0.165.4
 Processing triggers for libc-bin (2.23-0ubuntu5) ...
 dpkg: error processing package dbus (--configure):
  package dbus is already installed and configured
ErrorMessage: package language-selector-common is already installed and 
configured
InstallationDate: Installed on 2017-01-30 (0 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: dpkg
Title: package language-selector-common 0.165.4 failed to install/upgrade: 
package language-selector-common is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package need-duplicate-check xenial

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

Title:
  package language-selector-common 0.165.4 failed to install/upgrade:
  package language-selector-common is already installed and configured

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

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


[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2017-01-30 Thread Rafael David Tinoco
** Changed in: nfs-utils (Ubuntu)
 Assignee: (unassigned) => Rafael David Tinoco (inaddy)

** Changed in: nfs-utils (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  nfs-kernel-server does not start because of dependency failure

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

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


[Bug 1641593] Re: unable to enable iommu on HPE Proliant Gen9 server

2017-01-30 Thread Jason Hobbs
We found testing with the latest Xenial kernel (4.4.0.62.65) from
https://launchpad.net/~canonical-kernel-
team/+archive/ubuntu/ppa/+build/11278866 fixes this issue - no firmware
updates required.  We did also test with just the latest firmware
updates, and that did not fix the issue. Latest firmware + 4.4.0.62.65
also works.

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

Title:
  unable to enable iommu on HPE Proliant Gen9 server

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

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


[Bug 1659381] onibi (amd64) - tests ran: 19, failed: 0

2017-01-30 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-37.39-generic/onibi__4.8.0-37.39__2017-01-30_23-20-00/results-index.html

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

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


[Bug 1660499] [NEW] tcpdump crashes with SIGSEGV

2017-01-30 Thread Christian Brauner
Public bug reported:

tcpdump segfaults when run in a LXD apparmor confined container:

  driver: lxc
  driverversion: 2.0.0
  kernel: Linux
  kernelarchitecture: x86_64
  kernelversion: 4.9.0-3-generic
  server: lxd
  serverpid: 13543
  serverversion: "2.8"
  storage: zfs
  storageversion: "5"

dmesg contains:

[235250.646020] audit: type=1400 audit(1485821386.799:380):
apparmor="DENIED" operation="file_mmap" namespace="root//lxd-xen1_" profile="/usr/sbin/tcpdump" name="/usr/sbin/tcpdump" pid=17644
comm="tcpdump" requested_mask="m" denied_mask="m" fsuid=10
ouid=10

** Affects: tcpdump (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/1660499

Title:
  tcpdump crashes with SIGSEGV

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

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


[Bug 1659381] modoc (ppc64el) - tests ran: 141, failed: 0

2017-01-30 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-37.39-generic/modoc__4.8.0-37.39__2017-01-30_23-22-00/results-index.html

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

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


[Bug 1660497] [NEW] intel-vaapi-driver upstream project has moved to Github from Freedesktop.org

2017-01-30 Thread Sean V Kelley
Public bug reported:

Package: i965-va-driver
Version: 1.7.3-1

I'm a maintainer of upstream intel-vaapi-driver.  I have moved our project from
freedesktop.org to github.com.

Wiki location has moved to: https://01.org/linuxmedia/vaapi

Intel driver project has moved to https://github.com/01org/intel-vaapi-
driver

Use https://github.com/01org/intel-vaapi-driver/issues/new to file
bugs on the intel-vaapi-driver github site

Packages will need to be updated to pull source from the new github
repos mentioned above.

I have filed this bug with upstream debian package maintainers:
Bug#853271
853...@bugs.debian.org

Thanks,

Sean

** Affects: intel-vaapi-driver (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/1660497

Title:
  intel-vaapi-driver upstream project has moved to Github from
  Freedesktop.org

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/1660497/+subscriptions

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


[Bug 1655480] Re: linux-lts-trusty: 3.13.0-108.155~precise1 -proposed tracker

2017-01-30 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   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/1655480

Title:
  linux-lts-trusty: 3.13.0-108.155~precise1 -proposed tracker

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

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


[Bug 1655476] Re: linux: 3.13.0-108.155 -proposed tracker

2017-01-30 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: Incomplete => Fix Released

** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   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/1655476

Title:
  linux: 3.13.0-108.155 -proposed tracker

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

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


[Bug 1585084] Re: Volume notification keeps popping up constantly(the notifyosd bubble on top-right corner)

2017-01-30 Thread Julien Negros
dualshock3nerd's solution worked like a charm for me ! Thanks ! I was
still affected with 16.10, even in LiveCD... Hope this bug gets fixed
soon, it's pretty frustrating.

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

Title:
  Volume notification keeps popping up constantly(the notifyosd bubble
  on top-right corner)

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

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


[Bug 1658101] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 16, failed: 4

2017-01-30 Thread Brad Figg
tests ran:  16, failed: 4;
  
http://kernel.ubuntu.com/testing/4.9.0-15.16-generic/ms10-34-mcdivittB0-kernel__4.9.0-15.16__2017-01-30_23-33-00/results-index.html

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

Title:
  linux: 4.9.0-15.16 -proposed tracker

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

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


[Bug 1660354] Re: [needs-packaging] Gnomeradio

2017-01-30 Thread Brian Murray
*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu.  As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have Wishlist importance.  Subsequently, I'm
setting this bug's status to Wishlist.

** Changed in: ubuntu
   Importance: Undecided => Wishlist

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

Title:
  [needs-packaging] Gnomeradio

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

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


[Bug 1659381] onza (amd64) - tests ran: 19, failed: 0

2017-01-30 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-37.39-generic/onza__4.8.0-37.39__2017-01-30_23-03-00/results-index.html

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

Title:
  linux: 4.8.0-37.39 -proposed tracker

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

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


[Bug 1660496] [NEW] Libva upstream project has moved to Github from Freedesktop.org

2017-01-30 Thread Sean V Kelley
Public bug reported:

Package: libva
Version: 1.7.3-2

I'm a maintainer of upstream Libva.  I have moved our project from
freedesktop.org to github.com.

Wiki location has moved to: https://01.org/linuxmedia/vaapi

Libva project has moved to https://github.com/01org/libva

Use https://github.com/01org/libva/issues/new to file bugs on the
libva github site

Packages will need to be updated to pull source from the new github
repos mentioned above.

I have submitted this bug upstream to debian packagers of libva
Bug#853270
853...@bugs.debian.org

Thanks,

Sean

** Affects: libva (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/1660496

Title:
  Libva upstream project has moved to Github from Freedesktop.org

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

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


[Bug 1659340] Re: Linux kernel 4.8 hangs at boot up

2017-01-30 Thread lotek
4.8.0-040800rc7-generic #201701301734 passed

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

Title:
  Linux kernel 4.8 hangs at boot up

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

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


[Bug 1660491] Re: package libdbus-1-3 1.4.18-1ubuntu1.8 failed to install/upgrade: package libdbus-1-3 is already installed and configured

2017-01-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libdbus-1-3 1.4.18-1ubuntu1.8 failed to install/upgrade:
  package libdbus-1-3 is already installed and configured

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

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


Re: [Bug 1660098] Re: OOM with lots of free swap

2017-01-30 Thread Nate Eldredge
*** This bug is a duplicate of bug 1655842 ***
https://bugs.launchpad.net/bugs/1655842

On Mon, 30 Jan 2017, Joseph Salisbury wrote:

> Did this issue start happening after an update/upgrade?  Was there a
> prior kernel version where you were not having this particular problem?

Good thought.  After checking my logs, it seems to have started right 
after upgrading the kernel from 4.4.0-57-generic to -59.  And now I have 
found https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1655842 so I 
think this is a duplicate of that.

Thanks for the help!

-- 
Nate Eldredge
n...@thatsmathematics.com


** This bug has been marked a duplicate of bug 1655842
   "Out of memory" errors after upgrade to 4.4.0-59

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

Title:
  OOM with lots of free swap

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

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


[Bug 1660491] [NEW] package libdbus-1-3 1.4.18-1ubuntu1.8 failed to install/upgrade: package libdbus-1-3 is already installed and configured

2017-01-30 Thread CManderino
Public bug reported:

Bug report on launch in Ubuntu based CAINE since installation of Guake
and, in the same session, WINE.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libdbus-1-3 1.4.18-1ubuntu1.8
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic i686
ApportVersion: 2.0.1-0ubuntu17.15
Architecture: i386
Date: Wed Jan 25 18:37:20 2017
DuplicateSignature: package:libdbus-1-3:1.4.18-1ubuntu1.8:package libdbus-1-3 
is already installed and configured
ErrorMessage: package libdbus-1-3 is already installed and configured
InstallationMedia: NBCAINE 12.04 - Release i386
MarkForUpload: True
SourcePackage: dpkg
Title: package libdbus-1-3 1.4.18-1ubuntu1.8 failed to install/upgrade: package 
libdbus-1-3 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check precise

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

Title:
  package libdbus-1-3 1.4.18-1ubuntu1.8 failed to install/upgrade:
  package libdbus-1-3 is already installed and configured

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

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


[Bug 1660485] Status changed to Confirmed

2017-01-30 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/1660485

Title:
  Screen flicker with Intel i915 driver

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

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


[Bug 1555567] Re: [snaps] License information from the store not available

2017-01-30 Thread Leo Arias
Hey Robert, any progress here?

Harald's post became popular today:
https://apachelog.wordpress.com/2017/01/30/kde-applications-in-ubuntu-
snap-store/

Sadly, it has a prominent picture of this bug too :)

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

Title:
  [snaps] License information from the store not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd-glib/+bug/167/+subscriptions

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


  1   2   3   4   5   6   >