[Bug 1723680] Re: GPU Hang in Xorg rcs0 drm/i915

2017-12-18 Thread Horst Schirmeier
Possibly this bug? https://bugs.freedesktop.org/show_bug.cgi?id=102435
-> Ubuntu 17.10's Mesa 17.2.2 seems to be broken

** Bug watch added: freedesktop.org Bugzilla #102435
   https://bugs.freedesktop.org/show_bug.cgi?id=102435

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

Title:
  GPU Hang in Xorg rcs0 drm/i915

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

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

[Bug 1738962] [NEW] Failed to build upstream bpf test on Artful ARM64

2017-12-18 Thread Po-Hsu Lin
Public bug reported:

Steps:
 1. git clone --depth=1 https://github.com/torvalds/linux.git
 2. sudo apt-get install clang llvm libcap-dev libelf-dev build-essential 
 3. Change the Makefile in linux/tools/testing/selftests/ to build bpf test only
 4. make

Result:
 * It complains about missing headers, like the 'bits/libc-header-start.h', but 
it can be found in /usr/include/aarch64-linux-gnu/bits/
 
$ find /usr -name libc-header-start.h
/usr/include/aarch64-linux-gnu/bits/libc-header-start.h

$ dpkg -S libc-header-start.h
libc6-dev:arm64: /usr/include/aarch64-linux-gnu/bits/libc-header-start.h


$ make
make[1]: Entering directory '/home/ubuntu/linux/tools/testing/selftests/bpf'
make -C ../../../lib/bpf OUTPUT=/home/ubuntu/linux/tools/testing/selftests/bpf/
make[2]: Entering directory '/home/ubuntu/linux/tools/lib/bpf'
make[2]: Leaving directory '/home/ubuntu/linux/tools/lib/bpf'
make -C ../../../lib/bpf OUTPUT=/home/ubuntu/linux/tools/testing/selftests/bpf/
make[2]: Entering directory '/home/ubuntu/linux/tools/lib/bpf'
make[2]: Leaving directory '/home/ubuntu/linux/tools/lib/bpf'
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_verifier.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_verifier
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_tag.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_tag
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_maps.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_maps
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_lru_map.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_lru_map
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_lpm_map.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_lpm_map
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_progs.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_progs
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_align.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_align
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_verifier_log.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_verifier_log
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_dev_cgroup.c 
/home/ubuntu/linux/tools/testing/selftests/bpf/libbpf.a 
/home/ubuntu/linux/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_dev_cgroup
clang -I. -I./include/uapi -I../../../include/uapi \
 -Wno-compare-distinct-pointer-types  \
 -O2 -target bpf -emit-llvm -c 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_pkt_access.c -o - |  \
llc -march=bpf -mcpu=generic -filetype=obj -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_pkt_access.o
In file included from 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_pkt_access.c:8:
/usr/include/string.h:26:10: fatal error: 'bits/libc-header-start.h' file not 
found
#include 
 ^~
1 error generated.
clang -I. -I./include/uapi -I../../../include/uapi \
 -Wno-compare-distinct-pointer-types  \
 -O2 -target bpf -emit-llvm -c 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_xdp.c -o - |  \
llc -march=bpf -mcpu=generic -filetype=obj -o 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_xdp.o
In file included from 
/home/ubuntu/linux/tools/testing/selftests/bpf/test_xdp.c:8:
/usr/include/str

[Bug 1738958] [NEW] Ordering of start and apparmor reload upgrade can cause issues

2017-12-18 Thread ChristianEhrhardt
Public bug reported:

We found this in ntp, but I think it is a general issue in the ordering.
The tail of NTPs postinst looks like that:

 if [ "$1" = "triggered" ]; then
  
 # The default configuration uses a leapfile from tzdata
  
 # restart ntp on changes   
  
 invoke-rc.d ntp try-restart || true
  
 fi 

   

  
 #DEBHELPER#

Therefore on an upgrade it is restarted one more time restarted "the old way".
E.g. if there are changes delivered by #DEBHELPER# generated maintainer script 
snippets e.g. apparmor profiles, then this try-restart will be without them.

Also this might be a bad "combo" with "--no-restart-after-upgrade" that is set 
in debian/rules.
  --no-restart-after-upgrade
Undo a previous --restart-after-upgrade (or the default of compat 10).  If 
no other options are 
given, this will cause the service
to be stopped in the prerm script and started again in the postinst script.

I think no-restart-after-upgrade + try-restart means try-restart will do
nothing as "try-restart" on the (now stopped service) does nothing.

So what happens seems to be this:
1. prerm stops ntp
2. postinst try-restart does nothing as it is stopped (not important to this 
cases but good to know)
3. postinst dh_installinit will "invoke-rc.d ntp start" with the old profile
4. postinst dh_apparmor reloads apparmor profiles

So if you have issues triggered by the start on #3 before the new
profile is in place due to #4 this causes issues.

I think #3 (as well as similar systemd things) and #4 should be
reordered so that the new profile is loaded BEFORE

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

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

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

** Summary changed:

- Ordering of try-restart and debhelper on upgrade can cause issues
+ Ordering of start and apparmor reload upgrade can cause issues

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

Title:
  Ordering of start and apparmor reload upgrade can cause issues

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

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

[Bug 1727202] Re: [17.10 regression] AppArmor denial: Failed name lookup - disconnected path

2017-12-18 Thread ChristianEhrhardt
Thanks Andreas, yes I see it nearly everywhere as well.
Also thanks to spot that I missed to uopdate impact - done.
Discussion on the MP going on ...

** Description changed:

  [Impact]
  
-  * An explanation of the effects of the bug on users and
- 
-  * justification for backporting the fix to the stable release.
- 
-  * In addition, it is helpful, but not required, to include an
-explanation of how the upload fixes this bug.
+  * NTP has new isolation features which makes it trigger apparmor issues.
+  * Those apparmor issues not only clutter the log and make other things 
+less readable, they also prevent ntp from reporting its actual 
+messages.
+  * Fix is opening the apparmor profile to follow ntp through the 
+disconnect by the isolation feature.
  
  [Test Case]
  
-  * This is hard to trigger, but then also not. Which means it is not 
-entirely sorted out when it triggers and when not, but the following 
-does trigger it in tests of Pitti and also mine (while at the same time 
-sometimes it does not - mabye I had other guests or kvm instead of lxd)
+  * This is hard to trigger, but then also not. Which means it is not
+    entirely sorted out when it triggers and when not, but the following
+    does trigger it in tests of Pitti and also mine (while at the same time
+    sometimes it does not - mabye I had other guests or kvm instead of lxd)
  
-  * First install ntp in Artful (or above unless fixed)
-* Then you have to cause soemthing that ntp "needs" to complain about
-  in my case I had spawned more virtual guests and NTP failed to bind 
-  on their virtual interface, but you could setup anything else that it 
-  fails on after the initial start (there it passed over to private 
-  TMP)
-* Once an issue triggers instead of the error in syslog you'll see the 
-  apparmor Deny like:
-apparmor="DENIED" operation="sendmsg" info="Failed name lookup - 
-disconnected path" error=-13 profile="/usr/sbin/ntpd" 
-name="run/systemd/journal/dev-log" pid=5600 comm="ntpd" 
-requested_mask="w" denied_mask="w" fsuid=0 ouid=0
+  * First install ntp in Artful (or above unless fixed)
+    * Then you have to cause soemthing that ntp "needs" to complain about
+  in my case I had spawned more virtual guests and NTP failed to bind
+  on their virtual interface, but you could setup anything else that it
+  fails on after the initial start (there it passed over to private
+  TMP)
+    * Once an issue triggers instead of the error in syslog you'll see the
+  apparmor Deny like:
+    apparmor="DENIED" operation="sendmsg" info="Failed name lookup -
+    disconnected path" error=-13 profile="/usr/sbin/ntpd"
+    name="run/systemd/journal/dev-log" pid=5600 comm="ntpd"
+    requested_mask="w" denied_mask="w" fsuid=0 ouid=0
  
  [Regression Potential]
  
-  * We are slightly opening up the apparmor profile which is far lower risk 
-than adding more constraints. So safe from that POV.
+  * We are slightly opening up the apparmor profile which is far lower risk
+    than adding more constraints. So safe from that POV.
  
-  * OTOH one could think this might be a security issue, but in fact this 
-isn't a new suggestion if you take a look at [1] with an ack by Seth of 
-the Security Team.
+  * OTOH one could think this might be a security issue, but in fact this
+    isn't a new suggestion if you take a look at [1] with an ack by Seth of
+    the Security Team.
  
  [Other Info]
-  
-  * n/a
+ 
+  * n/a
  
  [1]: https://lists.ubuntu.com/archives/apparmor/2015-May/007858.html
  
  
  
  Merely installing and starting ntp.service in Ubuntu 17.10 now causes
  this AppArmor violation:
  
  audit: type=1400 audit(1508915894.215:25): apparmor="DENIED"
  operation="sendmsg" info="Failed name lookup - disconnected path"
  error=-13 profile="/usr/sbin/ntpd" name="run/systemd/journal/dev-log"
  pid=5600 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
  
  (many times). This hasn't happened in earlier Ubuntu releases yet.
  
  This was spotted by Cockpit's integration tests, as our "ubuntu-stable"
  image now moved to 17.10 after its release.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: ntp 1:4.2.8p10+dfsg-5ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  Date: Wed Oct 25 03:19:34 2017
  SourcePackage: ntp
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  [17.10 regression] AppArmor denial: Failed name lookup - disconnected
  path

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

-- 
ubuntu-bugs mailing list
ubu

[Bug 1626299] Re: ACPI Errors in dmesg, battery monitor shows empty

2017-12-18 Thread Andrea
I have the same machine, by the way i opened a new bug here

https://bugzilla.kernel.org/show_bug.cgi?id=198177

** Bug watch added: Linux Kernel Bug Tracker #198177
   https://bugzilla.kernel.org/show_bug.cgi?id=198177

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

Title:
  ACPI Errors in dmesg, battery monitor shows empty

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

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

[Bug 1738839] Re: [Medion S2217] Touchpad not properly recognized

2017-12-18 Thread Full Name
*** This bug is a duplicate of bug 1400463 ***
https://bugs.launchpad.net/bugs/1400463

I think the kernel-bug-exists-upstream

See here: https://marc.info/?l=linux-input&m=150150074208646

** This bug has been marked a duplicate of bug 1400463
   [Medion Akoya P2214T] Touchpad not properly recognized

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

Title:
  [Medion S2217] Touchpad not properly recognized

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

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

[Bug 1738947] Re: [needs-packaging] ukui-settings-daemon

2017-12-18 Thread handsome_feng
** Also affects: ubuntukylin
   Importance: Undecided
   Status: New

** Changed in: ubuntukylin
   Status: New => In Progress

** Changed in: ubuntukylin
   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/1738947

Title:
  [needs-packaging] ukui-settings-daemon

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

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

[Bug 1728354] Re: ntfs: unsupported reparse point

2017-12-18 Thread Jean-Pierre
> do i need to create the folder ntfs-3g since its not available.
Yes, when using ntfs-3g packaged by Ubuntu, you have to move the plugin to 
/usr/lib/x86_64-linux-gnu/ntfs-3g/ntfs-plugin-9000301a.so

Also, this plugin is designed for ntfs-3g-2017.3.23AR.1 and you will not
get its full feature from ntfs-3g-2016.2.22AR.n or ntfs-3g-2017.3.23
(and no use at all from earlier versions).

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

Title:
  ntfs: unsupported reparse point

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1728354/+subscriptions

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

[Bug 1738947] [NEW] [needs-packaging] ukui-settings-daemon

2017-12-18 Thread handsome_feng
Public bug reported:

This package contains the daemon which is responsible for setting the various 
parameters of a UKUI session and the applications that run under it. It handles 
the following kinds of settings:
   * Keyboard: layout, accessibility options, shortcuts, media keys
   * Clipboard management
   * Theming: background, icons, GTK+ applications
   * Cleanup of unused files
   * Mouse: cursors, speed, accessibility options
   * Startup of other daemons: screensaver, sound daemon
   * Typing break

It also sets various application settings through X resources and
freedesktop.org XSETTINGS

ukui-settings-daemon is a fork of mate-settings-daemon which made some
adjustments for ukui desktop environment. Plus,it creates a complete
UKUI desktop enrivonment with other UKUI packages.

Packaging URL: 
https://github.com/ukui/debian-packages/tree/master/ukui-settings-daemon/debian
Source URL: https://github.com/ukui/ukui-settings-daemon
License: GPL-2+, LGPL-2+, LGPL-2.1+, GPL-3+

PPA: https://launchpad.net/~ubuntukylin-members/+archive/ubuntu/newpackages
The diff with origin mate-settings-daemon: 
https://github.com/ukui/ukui-settings-daemon/compare/e545c66ef3938195eb858ea34ec2b1fab64be9b8...17f86db9d1e1d7dcbb801e12a8d2897417af5ea7

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Tags added: needs-pa

** Tags removed: needs-pa
** Tags added: needs-packaging

** Description changed:

  This package contains the daemon which is responsible for setting the various 
parameters of a UKUI session and the applications that run under it. It handles 
the following kinds of settings:
-* Keyboard: layout, accessibility options, shortcuts, media keys
-* Clipboard management
-* Theming: background, icons, GTK+ applications
-* Cleanup of unused files
-* Mouse: cursors, speed, accessibility options
-* Startup of other daemons: screensaver, sound daemon
-* Typing break
+    * Keyboard: layout, accessibility options, shortcuts, media keys
+    * Clipboard management
+    * Theming: background, icons, GTK+ applications
+    * Cleanup of unused files
+    * Mouse: cursors, speed, accessibility options
+    * Startup of other daemons: screensaver, sound daemon
+    * Typing break
  
  It also sets various application settings through X resources and
  freedesktop.org XSETTINGS
  
  ukui-settings-daemon is a fork of mate-settings-daemon which made some
  adjustments for ukui desktop environment. Plus,it creates a complete
  UKUI desktop enrivonment with other UKUI packages.
  
  Packaging URL: 
https://github.com/ukui/debian-packages/tree/master/ukui-settings-daemon/debian
  Source URL: https://github.com/ukui/ukui-settings-daemon
- License: GPL-2+, LGPL-2+, LGPL-2.1+
+ License: GPL-2+, LGPL-2+, LGPL-2.1+, GPL-3+
  
  PPA: https://launchpad.net/~ubuntukylin-members/+archive/ubuntu/newpackages
- The diff with origin mate-settings-daemon: 
https://github.com/ukui/ukui-menus/compare/5725699437ba0673e57c6b7fb43528827f646c64...684abad20d83d3d618d3f339cda1e2805c9c2baf
+ The diff with origin mate-settings-daemon: 
https://github.com/ukui/ukui-settings-daemon/compare/e545c66ef3938195eb858ea34ec2b1fab64be9b8...17f86db9d1e1d7dcbb801e12a8d2897417af5ea7

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

Title:
  [needs-packaging] ukui-settings-daemon

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

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

[Bug 1738919] Re: [needs-packaging] ukui-menus

2017-12-18 Thread handsome_feng
** Description changed:

  ukui-menus contains the libukui-menu library, the layout configuration
  files for the UKUI menu, as well as a simple menu editor.
  
  The libukui-menu library implements the "Desktop Menu Specification"
  from freedesktop.org:
  
-http://freedesktop.org/wiki/Specifications/menu-spec
-http://specifications.freedesktop.org/menu-spec/menu-spec-latest.html
-  
- ukui-menus is a fork of mate-menus which made some adjustments for ukui 
desktop environment. Plus,it creates a complete UKUI desktop enrivonment with 
other UKUI packages.
+    http://freedesktop.org/wiki/Specifications/menu-spec
+    http://specifications.freedesktop.org/menu-spec/menu-spec-latest.html
  
- Packaging URL: 
https://github.com/ukui/debian-packages/tree/master/mate-menus/debian
- Source URL: https://github.com/ukui/mate-menus
+ ukui-menus is a fork of mate-menus which made some adjustments for ukui
+ desktop environment. Plus,it creates a complete UKUI desktop enrivonment
+ with other UKUI packages.
+ 
+ Packaging URL: 
https://github.com/ukui/debian-packages/tree/master/ukui-menus/debian
+ Source URL: https://github.com/ukui/ukui-menus
  License: GPL-2+, LGPL-2+, LGPL-2.1+
  
  PPA: https://launchpad.net/~ubuntukylin-members/+archive/ubuntu/newpackages
  The diff with origin mate-menus: 
https://github.com/ukui/ukui-menus/compare/5725699437ba0673e57c6b7fb43528827f646c64...684abad20d83d3d618d3f339cda1e2805c9c2baf

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

Title:
  [needs-packaging] ukui-menus

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

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

[Bug 1737662] Comment bridged from LTC Bugzilla

2017-12-18 Thread bugproxy
--- Comment From indira.pr...@in.ibm.com 2017-12-19 01:56 EDT---
Please update the bug once daily build picks up the fix for installer issue, we 
are waiting for the fix as both NV and KVM test environments are blocked with 
test execution.

Regards,
Indira

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

Title:
  Unable to install ubuntu1804 build with Debootstrap warning on
  witherspoon system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1737662/+subscriptions

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

[Bug 1703220] Re: package runit 2.1.2-3ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

** Changed in: runit (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/1703220

Title:
  package runit 2.1.2-3ubuntu1 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

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

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

2017-12-18 Thread dino99
*** This bug is a duplicate of bug 545790 ***
https://bugs.launchpad.net/bugs/545790

** This bug has been marked a duplicate of bug 545790
   package PACKAGE failed to install/upgrade: error writing to '': Success

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

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

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

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

[Bug 1738749] Re: vlc 3 fails to start under wayland: vlc crashed with SIGABRT in qt_message_fatal()

2017-12-18 Thread Jean-Baptiste Lallement
** This bug is no longer a duplicate of bug 1738746
   
/usr/bin/vlc:6:qt_message_fatal:QMessageLogger::fatal:init_platform:QGuiApplicationPrivate::createPlatformIntegration:QGuiApplicationPrivate::createEventDispatcher

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

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

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

Title:
  vlc 3 fails to start under wayland: vlc crashed with SIGABRT in
  qt_message_fatal()

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

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

[Bug 1738901] Re: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other instances of pac

2017-12-18 Thread dino99
*** This bug is a duplicate of bug 1725928 ***
https://bugs.launchpad.net/bugs/1725928

** This bug has been marked a duplicate of bug 1725928
   package libsane1 1.0.27-1~experimental2ubuntu1: multiarch packages with 
differing files

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to
  install/upgrade: trying to overwrite shared
  '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other
  instances of package libsane1:i386

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

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

[Bug 1738861] Re: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: próba nadpisania dzielonego "/lib/udev/hwdb.d/20-sane.hwdb", który różni się od innych kopii pakietu libsa

2017-12-18 Thread dino99
*** This bug is a duplicate of bug 1725928 ***
https://bugs.launchpad.net/bugs/1725928

** This bug has been marked a duplicate of bug 1725928
   package libsane1 1.0.27-1~experimental2ubuntu1: multiarch packages with 
differing files

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to
  install/upgrade: próba nadpisania dzielonego
  "/lib/udev/hwdb.d/20-sane.hwdb", który różni się od innych kopii
  pakietu libsane1:i386

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

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

[Bug 1738153] Re: need backport the new scancode of dell-wmi for Microphone mute hotkey to xenial

2017-12-18 Thread Yuan-Chen Cheng
** Also affects: oem-priority
   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/1738153

Title:
  need backport the new scancode of dell-wmi for Microphone mute hotkey
  to xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1738153/+subscriptions

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

Re: [Bug 1738525] Re: package shim-signed 1.32~16.04.1+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-12-18 Thread Steve Langasek
> If BIOS settings is the problem then installation should halt at the
> very beginning and compel the user to correct it, instead of going ahead
> with it and exit with an error leaving an unclean installation and loss
> of user apps.

100% agreed, but since we haven't ever reproduced such failures ourselves,
it's difficult to know what we should be detecting.

Even now, it's difficult to know what part of your bug report came from the
actual failed install or not.  It definitely doesn't tell us what failed, or
why.

Could you please tar up /var/log/apt/term.log and /var/log/installer from
this system and attach it to the bug?

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

Title:
  package shim-signed 1.32~16.04.1+0.9+1474479173.6c180c6-1ubuntu1
  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/shim-signed/+bug/1738525/+subscriptions

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

[Bug 1738153] Re: need backport the new scancode of dell-wmi for Microphone mute hotkey to xenial

2017-12-18 Thread Alex Tu
** Changed in: udev (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/1738153

Title:
  need backport the new scancode of dell-wmi for Microphone mute hotkey
  to xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1738153/+subscriptions

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

[Bug 1567995] Re: Plugin interface text display is not complete( 插件界面文字显示不完整 )

2017-12-18 Thread rithik g
Moving package from rhythmbox to libpeas.

** Package changed: rhythmbox (Ubuntu) => libpeas (Ubuntu)

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

Title:
   Plugin interface text display is not complete( 插件界面文字显示不完整 )

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

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

[Bug 1738937] Re: wallch crashed with SIGSEGV in XInternAtom()

2017-12-18 Thread Apport retracing service
*** This bug is a duplicate of bug 1376786 ***
https://bugs.launchpad.net/bugs/1376786

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1376786, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1738937/+attachment/5024441/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1738937/+attachment/5024443/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1738937/+attachment/5024447/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1738937/+attachment/5024448/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1738937/+attachment/5024449/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1738937/+attachment/5024450/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1738937/+attachment/5024451/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1376786

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  wallch crashed with SIGSEGV in XInternAtom()

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

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

[Bug 1533634] Re: Installation Issue : Dangling symlink six and decorator

2017-12-18 Thread Peter Tripp
As far as I'm concerned this is a packaging bug plain and simple.
There's no reason to have the python-scipy package depend upon python-
decorator/python3-decorator with a fragile symlink.

Upstream scipy 0.17.0 does not symlink decorator.py it vendors a working copy:
https://github.com/scipy/scipy/blob/v0.17.0/scipy/_lib/decorator.py

jtaylor switched to a symlink ages ago (2013-05-09) in debian upstream 
python-scipy 0.12.0-1
https://launchpad.net/debian/+source/python-scipy/0.12.0-1

I understand the logic behind that change and while there's nothing in
the Debian Python Packaging guide which explicitly forbids it, making a
symlink to a file provided by another package strikes me as extremely
poor form.  Personally I'd vote for re-including the copy decorator.py
included upstream. Alternatively a simple "from decorator import *" in
decorator.py would be similarly as kludgy but without a guaranteed
broken scipy when pip uninstalls the system decorator.

Thoughts jtaylor?



Steps to reproduce:

pip install a package which has a dependency on any version of decorator
newer than the 4.0.6 provided by python-decorator.  Pip will happily
uninstall it from the old location (/usr/lib/python3/dist-packages) and
install the newer version in an alternate location
(/usr/local/lib/python3.5/dist-packages/ for me) which breaks the
symlink.

For googlability when running import scipy._lib.decorator the error is:
ImportError: No module named 'scipy._lib.decorator'

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

Title:
  Installation Issue : Dangling symlink six and decorator

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

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

[Bug 1738936] Re: package libgcc1 1:4.9.1-0ubuntu1 failed to install/upgrade: there is no script in the new version of the package - giving up

2017-12-18 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/1738936

Title:
  package libgcc1 1:4.9.1-0ubuntu1 failed to install/upgrade: there is
  no script in the new version of the package - giving up

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

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

[Bug 1738153] Re: need backport the new scancode of dell-wmi for Microphone mute hotkey to xenial

2017-12-18 Thread Alex Tu
** Patch added: "systemd_229.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1738153/+attachment/5024440/+files/systemd_229.debdiff

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

Title:
  need backport the new scancode of dell-wmi for Microphone mute hotkey
  to xenial

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

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

[Bug 1738153] Re: need backport the new scancode of dell-wmi for Microphone mute hotkey to xenial

2017-12-18 Thread Alex Tu
and the deb packages could be get from ppa:alextu/test , systemd -
229-4ubuntu21oem1

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

Title:
  need backport the new scancode of dell-wmi for Microphone mute hotkey
  to xenial

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

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

[Bug 1738936] [NEW] package libgcc1 1:4.9.1-0ubuntu1 failed to install/upgrade: there is no script in the new version of the package - giving up

2017-12-18 Thread Phillip
Public bug reported:

release update via ssh

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libgcc1 1:4.9.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-137.186-generic 3.13.11-ckt39
Uname: Linux 3.13.0-137-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.27
Architecture: amd64
Date: Tue Dec 19 18:50:31 2017
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.23-0ubuntu9
 libgcc1 1:4.9.1-0ubuntu1
 multiarch-support 2.19-0ubuntu6.13
DuplicateSignature: package:libgcc1:1:4.9.1-0ubuntu1:there is no script in the 
new version of the package - giving up
ErrorMessage: there is no script in the new version of the package - giving up
InstallationDate: Installed on 2013-04-21 (1703 days ago)
InstallationMedia: Ubuntu-Server 12.10 "Quantal Quetzal" - Release amd64 
(20121017.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.0.1ubuntu2.17
SourcePackage: gccgo-4.9
Title: package libgcc1 1:4.9.1-0ubuntu1 failed to install/upgrade: there is no 
script in the new version of the package - giving up
UpgradeStatus: Upgraded to xenial on 2017-12-19 (0 days ago)

** Affects: gccgo-4.9 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package libgcc1 1:4.9.1-0ubuntu1 failed to install/upgrade: there is
  no script in the new version of the package - giving up

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

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

[Bug 1576799] Re: Regression: 2:4.3.8+dfsg-0ubuntu0.14.04.2 Failed to Issue the StartTLS instruction

2017-12-18 Thread Arjit
Thanks for providing packages.

I have downloaded packages 
apt list --installed | grep samba

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

python-samba/xenial-updates,xenial-security,now 2:4.3.11+dfsg-0ubuntu0.16.04.12 
amd64 [installed,upgradable to: 2:4.3.11+dfsg-0ubuntu0.16.04.13~ppa1]
samba/xenial-updates,xenial-security,now 2:4.3.11+dfsg-0ubuntu0.16.04.12 amd64 
[installed,upgradable to: 2:4.3.11+dfsg-0ubuntu0.16.04.13~ppa1]

But still i am getting same errors.

TLS: hostname (IP) does not match common name in certificate (hostname).
When used with TLS_REQCERT Hard
And
kinit succeeded but ads_sasl_spnego_gensec_bind(KRB5) failed: Strong(er) 
authentication required
when used with TLS_REQCERT Allow

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

Title:
  Regression: 2:4.3.8+dfsg-0ubuntu0.14.04.2 Failed to Issue the StartTLS
  instruction

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

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

[Bug 1720397] Re: qemu-kvm doesnt restart after node reboot

2017-12-18 Thread Akshay Ranade
Hi Corey, when will this fix be released for ocata?

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

Title:
  qemu-kvm doesnt restart after node reboot

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

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

[Bug 608455] Re: amazing weekend

2017-12-18 Thread fboz
We've  spent  a really wonderful weekend  in a very nice place  , please
search at  that
http://www.safetyboxx.com/bfzgx.php?UE82MDg0NTVAQnVncy5sQXVuQ2hQYWQubmV0

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

Title:
  black flashing band in facebook page

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

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

[Bug 1703377] Re: Gnome online account login prevents paste or autotype

2017-12-18 Thread Fritz Leteckel
Same situation here but not specific to Ubuntu. Same situation on Debian
Stretch with Gnome 3.22.2.

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

Title:
  Gnome online account login prevents paste or autotype

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

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

[Bug 1737913] Re: linux-lts-trusty: 3.13.0-138.187~precise1 -proposed tracker

2017-12-18 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

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

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

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

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

[Bug 1737925] Re: linux-raspi2: 4.4.0-1081.89 -proposed tracker

2017-12-18 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

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

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

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

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

[Bug 1737923] Re: linux-kvm: 4.4.0-1014.19 -proposed tracker

2017-12-18 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

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

Title:
  linux-kvm: 4.4.0-1014.19 -proposed tracker

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

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

[Bug 1737927] Re: linux-snapdragon: 4.4.0-1083.88 -proposed tracker

2017-12-18 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

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

Title:
  linux-snapdragon: 4.4.0-1083.88 -proposed tracker

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

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

[Bug 1737920] Re: linux-aws: 4.4.0-1045.54 -proposed tracker

2017-12-18 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

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

Title:
  linux-aws: 4.4.0-1045.54 -proposed tracker

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

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

[Bug 1737919] Re: linux-lts-xenial: 4.4.0-105.128~14.04.1 -proposed tracker

2017-12-18 Thread Po-Hsu Lin
No bug was tagged with verification-needed for this kernel.

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/verification-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Po-Hsu Lin 
(cypressyew)

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

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

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

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

[Bug 1737911] Re: linux: 3.13.0-138.187 -proposed tracker

2017-12-18 Thread Po-Hsu Lin
No bug was tagged with verification-needed for this kernel.

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/verification-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Po-Hsu Lin 
(cypressyew)

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

Title:
  linux: 3.13.0-138.187 -proposed tracker

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

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

[Bug 1737916] Re: linux: 4.4.0-105.128 -proposed tracker

2017-12-18 Thread Po-Hsu Lin
No bug was tagged with verification-needed for this kernel.

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/verification-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Po-Hsu Lin 
(cypressyew)

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

Title:
  linux: 4.4.0-105.128 -proposed tracker

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

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

[Bug 1737918] Re: linux-aws: 4.4.0-1007.7 -proposed tracker

2017-12-18 Thread Po-Hsu Lin
No bug was tagged with verification-needed for this kernel.

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/verification-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Po-Hsu Lin 
(cypressyew)

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

Title:
  linux-aws: 4.4.0-1007.7 -proposed tracker

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

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

[Bug 1738224] Re: Suspend broken after kernel upgrade

2017-12-18 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Kai-Heng Feng (kaihengfeng)

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

Title:
  Suspend broken after kernel upgrade

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

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

[Bug 1715146] Re: Not Suspending When Lid is Closed Causing Heat Issue

2017-12-18 Thread Kai-Heng Feng
Shawn Thornton,

Do you still have this issue?

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

Title:
  Not Suspending When Lid is Closed Causing Heat Issue

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

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

[Bug 1735088] Re: package initramfs-tools 0.125ubuntu12 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2017-12-18 Thread Drew Balliet
Had to boot to 4.10.0.42 or 4.14.0-11 to get command to run. Issue seen
on both 4.13.0-17-generic and 4.13.0-19-generic.

Another issue that accompanied this issue was that after updating to
17.10 PC would no longer reboot or shutdown. Updating kernel manually to
4.14.0-11 and manually booting to  4.14.0-11 linux-image resolved issue.
I was then able to install software needed, update-initramfs, boot, and
reboot normally. Currently running with 17.10 package set and newer
kernel.

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

Title:
  package initramfs-tools 0.125ubuntu12 failed to install/upgrade:
  subprocess installed post-installation script was killed by signal
  (Terminated)

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

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

[Bug 1312223] Re: gnome-session-quit does not work

2017-12-18 Thread Launchpad Bug Tracker
[Expired for gnome-session (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-session (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/1312223

Title:
  gnome-session-quit does not work

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

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

[Bug 1379628] Re: gedit crashed with signal 5 in _XReply()

2017-12-18 Thread Launchpad Bug Tracker
[Expired for gtk+3.0 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gtk+3.0 (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/1379628

Title:
  gedit crashed with signal 5 in _XReply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1379628/+subscriptions

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

[Bug 1721472] Re: package console-setup 1.166ubuntu6 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2017-12-18 Thread Launchpad Bug Tracker
[Expired for console-setup (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: console-setup (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/1721472

Title:
  package console-setup 1.166ubuntu6 failed to install/upgrade:
  subprocess installed post-installation script was killed by signal
  (Terminated)

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

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

[Bug 1721719] Re: gvfs-info bashism

2017-12-18 Thread Launchpad Bug Tracker
[Expired for gvfs (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gvfs (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/1721719

Title:
  gvfs-info bashism

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

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

[Bug 1722001] Re: "Launch" button does not always work

2017-12-18 Thread Launchpad Bug Tracker
[Expired for gnome-software (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-software (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/1722001

Title:
  "Launch" button does not always work

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

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

[Bug 1724285] Re: Diffie Hellman parameter created with paramter "-dsaparam" stopped working with slapd

2017-12-18 Thread Launchpad Bug Tracker
[Expired for openldap (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openldap (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/1724285

Title:
  Diffie Hellman parameter created with paramter "-dsaparam" stopped
  working with slapd

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

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

[Bug 1719877] Re: There is no possibility to install Ubuntu 17.10, behind proxy server

2017-12-18 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/1719877

Title:
  There is no possibility to install Ubuntu 17.10, behind proxy server

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

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

[Bug 1722050] Re: gnome-software crashed with SIGSEGV in g_ptr_array_add()

2017-12-18 Thread Launchpad Bug Tracker
[Expired for gnome-software (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-software (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/1722050

Title:
  gnome-software crashed with SIGSEGV in g_ptr_array_add()

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

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

[Bug 1738925] [NEW] PCI/internal sound card not detected

2017-12-18 Thread Wyatt B
Public bug reported:

Audio issue precipitated when linux kernel was updated to 4.13.0-19 from
4.13.0-17 in Ubuntu 17.10.  Loading kernel 4.13.0-17 fixes the issue.
Currently using alsa-base 1.0.25.  I expected to have sound options for
onboard audio, hdmi video card audio, and headphones, but a dummy output
was listed instead.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.13.0-19.22-generic 4.13.13
Uname: Linux 4.13.0-19-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 18 22:03:24 2017
InstallationDate: Installed on 2010-11-27 (2578 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: Upgraded to artful on 2017-10-22 (57 days ago)
dmi.bios.date: 08/25/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2301
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A78 PLUS
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2301:bd08/25/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78PLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2017-10-26T22:10:32.289419

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  PCI/internal sound card not detected

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

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

[Bug 1715146] Re: Not Suspending When Lid is Closed Causing Heat Issue

2017-12-18 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/1715146

Title:
  Not Suspending When Lid is Closed Causing Heat Issue

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

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

[Bug 1716201] Re: gnome software continuously takes more memory

2017-12-18 Thread Launchpad Bug Tracker
[Expired for gnome-software (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-software (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/1716201

Title:
  gnome software continuously takes more memory

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

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

[Bug 1724664] Re: can't delete the last speed dial item

2017-12-18 Thread Launchpad Bug Tracker
[Expired for midori (Ubuntu) because there has been no activity for 60
days.]

** Changed in: midori (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/1724664

Title:
  can't delete the last speed dial item

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

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

[Bug 1724676] Re: can't work with space in address bar and command

2017-12-18 Thread Launchpad Bug Tracker
[Expired for midori (Ubuntu) because there has been no activity for 60
days.]

** Changed in: midori (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/1724676

Title:
  can't work with space in address bar and command

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

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

[Bug 1724670] Re: bookmarks bar nesting problem

2017-12-18 Thread Launchpad Bug Tracker
[Expired for midori (Ubuntu) because there has been no activity for 60
days.]

** Changed in: midori (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/1724670

Title:
  bookmarks bar nesting problem

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

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

[Bug 1716015] Re: Can't install software via Universe repository

2017-12-18 Thread Launchpad Bug Tracker
[Expired for gnome-software (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-software (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/1716015

Title:
  Can't install software via Universe repository

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

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

[Bug 1668062] Re: Black screen after waking from suspend, need to reboot to use the PC

2017-12-18 Thread nullsteph
Nope, it stopped working again.  I have the same problem as the OP.

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

Title:
  Black screen after waking from suspend, need to reboot to use the PC

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

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

[Bug 1738924] [NEW] package libc6-dev-i386 (not installed) failed to install/upgrade: попытка перезаписать «/usr/include/sys/uio.h», который уже имеется в пакете libc6-dev-amd64:i386 2.23-0ubuntu9

2017-12-18 Thread sergei
Public bug reported:

-

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libc6-dev-i386 (not installed)
ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-42-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.14
Architecture: amd64
Date: Mon Dec 18 23:42:44 2017
ErrorMessage: попытка перезаписать «/usr/include/sys/uio.h», который уже 
имеется в пакете libc6-dev-amd64:i386 2.23-0ubuntu9
InstallationDate: Installed on 2017-12-06 (12 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: glibc
Title: package libc6-dev-i386 (not installed) failed to install/upgrade: 
попытка перезаписать «/usr/include/sys/uio.h», который уже имеется в пакете 
libc6-dev-amd64:i386 2.23-0ubuntu9
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package libc6-dev-i386 (not installed) failed to install/upgrade:
  попытка перезаписать «/usr/include/sys/uio.h», который уже имеется в
  пакете libc6-dev-amd64:i386 2.23-0ubuntu9

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

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

[Bug 1668062] Re: Black screen after waking from suspend, need to reboot to use the PC

2017-12-18 Thread nullsteph
I had to downgrade Nvidia driver from 384.xx to 381.34, running Ubu
17.04.

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

Title:
  Black screen after waking from suspend, need to reboot to use the PC

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

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

[Bug 1738921] Status changed to Confirmed

2017-12-18 Thread Ubuntu Kernel Bot
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/1738921

Title:
  PGD 0

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

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

[Bug 1738837] Re: BUG: unable to handle kernel NULL pointer dereference at (null)

2017-12-18 Thread Maraschin
See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1738921

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  (null)

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

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

[Bug 1738837] Re: BUG: unable to handle kernel NULL pointer dereference at (null)

2017-12-18 Thread Maraschin
I just got it again, inside 18.04 installation...
It is going to generate the same report...

Shall I collect anything in special??

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  (null)

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

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

[Bug 1681956] Re: gnome-user-share no longer provides gnome-user-share script

2017-12-18 Thread Adolfo Jayme
** Changed in: gnome-user-share (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/1681956

Title:
  gnome-user-share no longer provides gnome-user-share script

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

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

[Bug 1738921] [NEW] PGD 0

2017-12-18 Thread Maraschin
Public bug reported:

Running the latest 18.04 daily (desktop), selected try out, opened a terminal 
window and a few seconds after I got the error.
I was going to select install ...

ProblemType: KernelOops
DistroRelease: Ubuntu 18.04
Package: linux-image-4.13.0-17-generic 4.13.0-17.20
ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
Uname: Linux 4.13.0-17-generic x86_64
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.20.8-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 4264 F pulseaudio
 /dev/snd/controlC2:  ubuntu 4264 F pulseaudio
 /dev/snd/controlC0:  ubuntu 4264 F pulseaudio
CasperVersion: 1.387
Date: Tue Dec 19 03:33:40 2017
Failure: oops
IwConfig:
 lono wireless extensions.
 
 enp0s25   no wireless extensions.
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20171218)
MachineType: Dell Inc. Precision T5600
ProcFB: 0 nouveaufb
ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon N/A
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: PGD 0
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/06/2017
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.name: 0Y56T3
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd05/06/2017:svnDellInc.:pnPrecisionT5600:pvr01:rvnDellInc.:rn0Y56T3:rvrA01:cvnDellInc.:ct7:cvr:
dmi.product.name: Precision T5600
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-kerneloops bionic kernel-driver-isci kernel-oops

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

Title:
  PGD 0

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

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

[Bug 1695872] Re: GNOME on Wayland session could not be started from lightdm

2017-12-18 Thread Adolfo Jayme
** Changed in: lightdm (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/1695872

Title:
  GNOME on Wayland session could not be started from lightdm

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

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

[Bug 307345] Re: Python upgrade breaks eyeD3

2017-12-18 Thread Tim Heaney
Yup, works great! Thanks!

$ eyeD3
The program 'eyeD3' is currently not installed. You can install it by typing:
sudo apt install eyed3

$ sudo apt install eyed3
...

$ which eyeD3
/usr/bin/eyeD3

$ head -1 /usr/bin/eyeD3
#!/usr/bin/python

$ eyeD3 RebelBlues.mp3 
/home/tim/Music/SulRebel/RebelBlues.mp3[ 3.81 MB ]
---
Time: 02:05 MPEG1, Layer III[ 256 kb/s @ 44100 Hz - Stereo ]
---
ID3 v2.4:
title: Rebel Blues
artist: Sul Rebel
album: 
album artist: Sul Rebel
recording date: 2012-07-13T15:38:11
track: 0genre: Blues (id 0)
Comment: [Description: ] [Lang: eng]
URL: http://freemusicarchive.org/music/Sul_Rebel/~/RebelBlues
Comments: http://freemusicarchive.org/
Curators: ccCommunity, Music for Video
Copyright: Creative Commons Attribution-NonCommercial-NoDerivatives (aka Music 
Sharing): http://creativecommons.org/licenses/by-nc-nd/3.0/
---

$ which python
/home/tim/.pyenv/shims/python

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

Title:
  Python upgrade breaks eyeD3

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

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

[Bug 1738476] Re: nvidia-384 384.90-0ubuntu0.16.04.2: nvidia-384 kernel module failed to build [fixdep: error opening config file: anclude/linux/moduleparam.h: No such file or directory]

2017-12-18 Thread Daniel van Vugt
Sounds like a typo in your nvidia driver:

   anclude/linux/moduleparam.h

should be:

   include/linux/moduleparam.h

While very strange, it's not the first time I've seen this kind of
problem reported.

** Summary changed:

- nvidia-384 384.90-0ubuntu0.16.04.2: nvidia-384 kernel module failed to build
+ nvidia-384 384.90-0ubuntu0.16.04.2: nvidia-384 kernel module failed to build 
[fixdep: error opening config file: anclude/linux/moduleparam.h: No such file 
or directory]

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

Title:
  nvidia-384 384.90-0ubuntu0.16.04.2: nvidia-384 kernel module failed to
  build [fixdep: error opening config file: anclude/linux/moduleparam.h:
  No such file or directory]

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

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

[Bug 1635944] Re: XFig only looks for system-wide app-defaults

2017-12-18 Thread Jont Allen
I updated xfig
sudo apt install xfig
and the problem was solved.
I am using Ubuntu 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/1635944

Title:
  XFig only looks for system-wide app-defaults

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

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

[Bug 1738919] Re: [needs-packaging] ukui-menus

2017-12-18 Thread handsome_feng
** Tags added: needs-packaging

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

** Changed in: ubuntukylin
   Status: New => In Progress

** Changed in: ubuntukylin
   Importance: Undecided => High

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

Title:
  [needs-packaging] ukui-menus

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

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

[Bug 1737662] Re: Unable to install ubuntu1804 build with Debootstrap warning on witherspoon system

2017-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package debian-installer - 20101020ubuntu526

---
debian-installer (20101020ubuntu526) bionic; urgency=medium

  * Rebuild with fixed busybox 1:1.27.2-2ubuntu3. LP: #1737662.

 -- Steve Langasek   Mon, 18 Dec 2017
17:06:18 -0800

** Changed in: debian-installer (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Unable to install ubuntu1804 build with Debootstrap warning on
  witherspoon system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1737662/+subscriptions

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

[Bug 1738837] Re: BUG: unable to handle kernel NULL pointer dereference at (null)

2017-12-18 Thread Maraschin
I've managed to install it using 17.10 server but when I reboot I get the same 
error.
I'm having another problem, any version I try to install 16.04, 17.10, 18.04... 
DO NOT LET ME select the keyboard! My problem is that I'm trying to install 
English language on a computer with Swedish keyboard. I tried to install 
Swedish but after reboot it goes to English and I can't enter the encryption 
key...

I tried Bionic Beaver server, I can't select the option to manually set the 
partitions!
I can't use full disk! I've a windows disk with /boot partition and I want to 
encrypt the Ubuntu disk ...

I will try  Bionic Beaver desktop now...

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  (null)

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

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

[Bug 1737934] Re: Samsung SM961 NVMe SSD randomly unmounts/loses connection/unavailable

2017-12-18 Thread Kai-Heng Feng
Can you attach output of `nvme get-feature -f 0x0c -H /dev/nvme0` with
kernel in comment #13?

Also `sudo lspci -vvv`.

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

Title:
  Samsung SM961 NVMe SSD randomly unmounts/loses connection/unavailable

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

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

[Bug 1738605] Re: Yesterday I had sound. Today I don't.

2017-12-18 Thread Daniel van Vugt
Thanks. That crash file is an unrelated program (graphics rather than
audio), but also attaching crash files is a security risk for you. So
the attachment has been removed.

If you have more crash files in future please use the 'ubuntu-bug'
command to submit them.

** Attachment removed: "_usr_bin_compiz.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1738605/+attachment/5024347/+files/_usr_bin_compiz.1000.crash

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

Title:
  Yesterday I had sound. Today I don't.

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

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

[Bug 1738205] Re: no sound while playing audio/video

2017-12-18 Thread Daniel van Vugt
Thanks. That seems to say the same thing:

!!Sound Servers on this system
!!

Pulseaudio:
  Installed - Yes (/usr/bin/pulseaudio)
  Running - No

I'm not familiar with pulseaudio on Ubuntu 14.04 but you may want to try
starting it manually like in my 16.04 system:

  /usr/bin/pulseaudio --start --log-target=syslog

If that works and yours never really crashed then it sounds like a login
session problem (failing to start the daemon) rather than a pulseaudio
problem.

** Changed in: pulseaudio (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/1738205

Title:
  no sound while playing audio/video

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

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

[Bug 1738404] Re: Bluetooth sound extreme low quality

2017-12-18 Thread Daniel van Vugt
OK. If you wish to use Ubuntu 17.10 or later and still have a problem
then please try the next step: Find an older kernel more in line with
what 17.04 had (kernel version 4.10 or older): http://kernel.ubuntu.com
/~kernel-ppa/mainline/?C=N;O=D

If you can find the kernel version it stopped working in then we can
work with the kernel team to get a fix.

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

Title:
  Bluetooth sound extreme low quality

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

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

[Bug 1728045] Re: Please restore battery time remaining to top bar!

2017-12-18 Thread Daniel van Vugt
Because Gnome 2.x and Gnome 3.x are effectively different products with
different designs. It may be unhelpful if the old discussion there no
longer applies to the current design.

But actually on second thoughts, it wouldn't be the first time someone
picked up an old gnome 2.x bug and fixed it in 3.x, so restoring the
link...

** Also affects: gnome-shell via
   https://bugzilla.gnome.org/show_bug.cgi?id=540373
   Importance: Unknown
   Status: Unknown

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

Title:
  Please restore battery time remaining to top bar!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1728045/+subscriptions

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

[Bug 1738919] [NEW] [needs-packaging] ukui-menus

2017-12-18 Thread handsome_feng
Public bug reported:

ukui-menus contains the libukui-menu library, the layout configuration
files for the UKUI menu, as well as a simple menu editor.

The libukui-menu library implements the "Desktop Menu Specification"
from freedesktop.org:

   http://freedesktop.org/wiki/Specifications/menu-spec
   http://specifications.freedesktop.org/menu-spec/menu-spec-latest.html
 
ukui-menus is a fork of mate-menus which made some adjustments for ukui desktop 
environment. Plus,it creates a complete UKUI desktop enrivonment with other 
UKUI packages.

Packaging URL: 
https://github.com/ukui/debian-packages/tree/master/mate-menus/debian
Source URL: https://github.com/ukui/mate-menus
License: GPL-2+, LGPL-2+, LGPL-2.1+

PPA: https://launchpad.net/~ubuntukylin-members/+archive/ubuntu/newpackages
The diff with origin mate-menus: 
https://github.com/ukui/ukui-menus/compare/5725699437ba0673e57c6b7fb43528827f646c64...684abad20d83d3d618d3f339cda1e2805c9c2baf

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  [needs-packaging] ukui-menus

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

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

[Bug 1713021] Re: Minimize/unminimize animations do nothing for the first 100ms or so

2017-12-18 Thread Daniel van Vugt
In theory that should never happen... If a machine is no longer able to
provide adequate performance then the animation should be 0-1 frames
long instead. But thanks -- that's an interesting observation that
probably also needs fixing. Probably with a separate bug.

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

Title:
  Minimize/unminimize animations do nothing for the first 100ms or so

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1713021/+subscriptions

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

[Bug 1728547] Re: SRU: Add support for keeping the dGPU on in power saving mode

2017-12-18 Thread Yuan-Chen Cheng
Hi, we also have verification done for xenial. Can we also land there ?


** Changed in: oem-priority
   Importance: Undecided => Critical

** Changed in: oem-priority
   Status: New => Triaged

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

Title:
  SRU: Add support for keeping the dGPU on in power saving mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1728547/+subscriptions

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

[Bug 1738838] Re: bluetooth does not turn on; settings interfaces are nonsensical

2017-12-18 Thread Daniel van Vugt
** Also affects: gnome-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell (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/1738838

Title:
  bluetooth does not turn on; settings interfaces are nonsensical

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

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

[Bug 1738842] Re: linux-hwe-edge: 4.13.0-21.24~16.04.1 -proposed tracker

2017-12-18 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-xenial

** Tags added: block-proposed

** Description changed:

  This bug is for tracking the 4.13.0-21.24~16.04.1 upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  -- swm properties --
+ boot-testing-requested: true
  kernel-stable-master-bug: 1738823
  phase: Uploaded

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

Title:
  linux-hwe-edge: 4.13.0-21.24~16.04.1 -proposed tracker

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

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

[Bug 1738907] Re: Bluetooth audio latency / delay increasing on video streamig

2017-12-18 Thread Daniel van Vugt
If the delay increases over time then mathematically it sounds like the
output is consuming bits slower than the input. So /maybe/ you have
48kHz audio being played at 44.1kHz but I would have thought that would
be noticeable (sounding distorted - too low). And even if that's not the
problem, the delay should hit a limit via some buffering limit, after
which it turns into skipping (bug 405294).

Another thought is to see the suggestion in bug 1677202.

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

Title:
  Bluetooth audio latency / delay increasing on video streamig

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

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

[Bug 1738907] Re: Bluetooth audio latency / delay increasing on video streamig

2017-12-18 Thread Daniel van Vugt
** Also affects: pulseaudio (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: a2dp

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

Title:
  Bluetooth audio latency / delay increasing on video streamig

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

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

[Bug 1738911] Missing required logs.

2017-12-18 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1738911

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

Title:
  Support realtek new codec alc257 in the alsa hda driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1738911/+subscriptions

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

[Bug 1677202] Re: Sound playback delays

2017-12-18 Thread Daniel van Vugt
Stuart, can we assume you're using wired audio and not Bluetooth?

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

Title:
  Sound playback delays

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

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

[Bug 1738517] Re: Update-manager does not expand details on progress on 17.10 & 18.04

2017-12-18 Thread Doug McMahon
Does not happen with xorg here, only wayland

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

Title:
  Update-manager does not expand details on progress on 17.10 & 18.04

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

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

[Bug 1699371] Re: nplan autopkgtests are failing in artful (NM 1.8?)

2017-12-18 Thread Mathieu Trudel-Lapierre
Verification-done:

xenial: 0.32~16.04.3
zesty: 0.32~17.04.1
artful: 0.32~17.10.1

In all cases the autopkgtests are successful (remaining failures appear
to be limitations of the test infrastructure: s390x and arm64 missing
modules / installed packages for wireless (iw, cfg80211) which should be
addressed outside of nplan itself).

** Tags removed: verification-needed verification-needed-artful 
verification-needed-xenial verification-needed-zesty
** Tags added: verification-done-artful verification-done-xenial 
verification-done-zesty

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

Title:
  nplan autopkgtests are failing in artful (NM 1.8?)

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

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

[Bug 1713142] Re: Backport netplan 0.32

2017-12-18 Thread Mathieu Trudel-Lapierre
** Tags removed: verification-needed verification-needed-artful 
verification-needed-xenial verification-needed-zesty
** Tags added: verification-done-artful verification-done-xenial 
verification-done-zesty

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

Title:
  Backport netplan 0.32

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

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

[Bug 1738911] [NEW] Support realtek new codec alc257 in the alsa hda driver

2017-12-18 Thread Hui Wang
Public bug reported:

Otherwise, the kernel will load generic codec driver, this will
introduce lots of problem like mute/micmute hotkey can't work.

** Affects: hwe-next
 Importance: High
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux (Ubuntu)
 Importance: High
 Assignee: Hui Wang (hui.wang)
 Status: New


** Tags: originate-from-1726245 sutton

** Tags added: originate-from-1726245 sutton

** Changed in: hwe-next
   Importance: Undecided => High

** Changed in: hwe-next
 Assignee: (unassigned) => Hui Wang (hui.wang)

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

Title:
  Support realtek new codec alc257 in the alsa hda driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1738911/+subscriptions

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

[Bug 1713142] Re: Backport netplan 0.32

2017-12-18 Thread Mathieu Trudel-Lapierre
Verification-done:

xenial: 0.32~16.04.3
zesty: 0.32~17.04.1
artful: 0.32~17.10.1

I tested all these backports of 0.32; and in all cases the autopkgtests
are successful (remaining failures appear to be limitations of the test
infrastructure: s390x and arm64 missing modules / installed packages for
wireless (iw, cfg80211) which should be addressed outside of nplan
itself).

MTUs are also being applied correctly, both as the MTU specified in
config for the device and as MTU provided via DHCP.

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

Title:
  Backport netplan 0.32

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

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

[Bug 1732627] Re: enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users

2017-12-18 Thread Hui Wang
** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users

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

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

[Bug 1567796] Re: It is sometimes unable to find DELL WWAN module.

2017-12-18 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   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/1567796

Title:
  It is sometimes unable to find DELL WWAN module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1567796/+subscriptions

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

[Bug 1712921] Re: enabling networkd appears to eat up entropy

2017-12-18 Thread Mathieu Trudel-Lapierre
Verification-done:
xenial: 0.32~16.04.3
zesty: 0.32~17.04.1
artful: 0.32~17.10.1

netplan running at boot-time no longer appears to block on missing
entropy; does not appear to be calling to uuid_generate() while setting
this up for the networkd generator (uuid generation is still required
for NetworkManager and also appears to still work).

** Tags removed: verification-needed-artful verification-needed-xenial 
verification-needed-zesty
** Tags added: verification-done-artful verification-done-xenial 
verification-done-zesty

** Tags removed: verification-needed

** Tags removed: adt-fail

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

Title:
  enabling networkd appears to eat up entropy

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

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

[Bug 1642118] Re: Several TPM2.0 tests fail

2017-12-18 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Importance: High => Medium

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

Title:
  Several TPM2.0 tests fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1642118/+subscriptions

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

[Bug 1567194] Re: Unable to switch to console/ttys from ubiquity

2017-12-18 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Importance: High => Low

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

Title:
  Unable to switch to console/ttys from ubiquity

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1567194/+subscriptions

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

[Bug 1510570] Re: Bluetooth LE pairing fail

2017-12-18 Thread Yuan-Chen Cheng
** Tags added: risk

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

Title:
  Bluetooth LE pairing fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1510570/+subscriptions

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

[Bug 1738883] Re: new install failed at GRUB

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

** Information type changed from Private Security to Public

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

Title:
  new install failed at GRUB

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

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

[Bug 1738784] Re: package libxml2 2.9.1+dfsg1-3ubuntu4.12 failed to install/upgrade: 64.1026:package libxml2:amd64 2.9.1+dfsg1-3ubuntu4.12 cannot be configured because libxml2:i386 is at a different v

2017-12-18 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/1738784

Title:
  package libxml2 2.9.1+dfsg1-3ubuntu4.12 failed to install/upgrade:
  64.1026:package libxml2:amd64 2.9.1+dfsg1-3ubuntu4.12 cannot be
  configured because libxml2:i386 is at a different version
  (2.9.1+dfsg1-3ubuntu4.10)

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

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

[Bug 1738862] Re: linux-oem: 4.13.0-1012.13 -proposed tracker

2017-12-18 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed-xenial

** Tags added: block-proposed

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

Title:
  linux-oem: 4.13.0-1012.13 -proposed tracker

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

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

  1   2   3   4   5   6   >