[Bug 1694900] [NEW] Error installing Ubuntu!

2017-05-31 Thread romano emmanuelle
Public bug reported:

to be honest, Im new in Ubuntu, I've tried several times installing the Ubuntu 
but I wont stop showing "The 'grub-efi-amd64-signed' package failed to install 
into /target/. Without the GRUB boot loader, the installed system will not 
boot. " 
I have no idea about this really

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.3
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CasperVersion: 1.376.2
Date: Thu Jun  1 12:22:51 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.3 ubuntu xenial

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

Title:
  Error installing Ubuntu!

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

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


[Bug 1563004] Re: nemo crashed with SIGSEGV

2017-05-31 Thread robin
It happens for me when I open a new tab, particularly if I my current
directory is a git project (I am using the nemo-git extension).

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

Title:
  nemo crashed with SIGSEGV

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

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


[Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

2017-05-31 Thread Kai-Heng Feng
** Description changed:

+ [Impact]
+ Gigabyte AM4 boards users cannot boot Ubuntu successfully.
+ Commit linux-gpio/fixes babdc22b0ccf4ef5a3075ce6e4afc26b7a279faf 
"pinctrl/amd: Use regular interrupt instead of chained" can fix the issue. 
+ 
+ [Test Case]
+ All Gigabyte AM4 boards can reproduce the issue.
+ With the patch, the issue is resolved, per comment #170.
+ 
+ [Regression Potential] 
+ Regression Potential is low. It limits to rather new AMD platform which has 
pinctrl-amd. 
+ As the commit log says, use chained interrupt is not a good idea. Use regular 
interrupt is the correct way.
+ 
+ I also test the patch on an AMD laptop, where its touchpad depends on
+ pinctrl-amd. No regression found.
+ 
+ Original bug report:
  I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 
motherboard,
  and it has a load of problems, starting with not being able to boot normally.
  
  During normal boot, on 16.10 as well as 17.04 beta:
  system doesn't boot normally, hangs with a lot of "unexpected irq trap at 
vector 07"
  messages displayed.
  
- 
- Following advice from various places, I've tried:disable cpu freq governor 
and cpu handling in acpi settings
+ Following advice from various places, I've tried:disable cpu freq
+ governor and cpu handling in acpi settings
  
  1. add "acpi=off" to boot params
  
  That helps, allowing me to boot into recovery mode, though it leaves me
  with system seeing only one core, is really slow and still only boots in
  recovery mode.
  
  2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and
  cpu handling in acpi settings. Boot with "quiet loglevel=3" option.
  
  That gets me even further - system sees all cores now. Still only recovery 
mode though,
  but its enough to get info for this bug report.
  
  Some observed problems:
  
  1. dmesg reports *a lot* of messages like this all the time:
  
- [  163.362068] ->handle_irq():  87a7e090, 
+ [  163.362068] ->handle_irq():  87a7e090,
  [  163.362081] bad_chained_irq+0x0/0x40
- [  163.362089] ->handle_irq():  87a7e090, 
+ [  163.362089] ->handle_irq():  87a7e090,
  [  163.362090] amd_gpio_irq_handler+0x0/0x200
- [  163.362090] ->irq_data.chip(): 88587e20, 
+ [  163.362090] ->irq_data.chip(): 88587e20,
  [  163.362090] ioapic_ir_chip+0x0/0x120
  [  163.362090] ->action(): 884601c0
  [  163.362091]IRQ_NOPROBE set
- [  163.362099] ->handle_irq():  87a7e090, 
+ [  163.362099] ->handle_irq():  87a7e090,
  [  163.362099] amd_gpio_irq_handler+0x0/0x200
- [  163.362100] ->irq_data.chip(): 88587e20, 
+ [  163.362100] ->irq_data.chip(): 88587e20,
  [  163.362100] ioapic_ir_chip+0x0/0x120
  [  163.362101] ->action(): 884601c0
  
  I've tried to redirect dmesg to a file, stopped after a short while, it
  generated 400M of those.
  
  2. Systemd cannot start journald. Perhaps because it cannot cope with
  amount of kernel logs?
  
  3. Looking at pci, I've noticed something called AMDI0040
  (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010,
  AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel
  and google are completely silent about AMDI0040.
  
- 
  Phoronix tested ryzen using different motherboard, and it worked better 
(though not well),
  so I suspect it is an issue with motherboard.
- --- 
+ ---
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 17.04
  InstallationDate: Installed on 2015-08-06 (581 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1)
  Package: linux (not installed)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  TERM=linux
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  TERM=linux
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  Tags:  zesty
  Uname: Linux 4.11.0-rc1-custom x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago)
  UserGroups:
-  
+ 
  _MarkForUpload: True

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

Title:
  System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

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

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

[Bug 1573890] Re: package docker.io 1.10.3-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 143

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

** Changed in: docker.io (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/1573890

Title:
  package docker.io 1.10.3-0ubuntu6 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 143

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

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


[Bug 1691991] Re: Xorg Segmentation fault on Hisilicon D05 board (arm64)

2017-05-31 Thread Daniel Axtens
OK, I have made some progress on this:

The busid reported by libdrm on the arm64 system is "0007:a1:00.0"
The busid reported by libdrm on a amd64 system is "pci::00:02.0"

The "pci:" prefix is missing on arm64. I think this leads to the
segfault on arm64 as X tests for the prefix.

This little C program below extracts the information and demonstrates
the difference.

I will follow up why this is happening.

Regards,
Daniel

#include 
#include 
#include "stdio.h"
#include 
#include 
#include 

int main() {
char *path="/dev/dri/card0";
drmSetVersion sv;
char *buf;
int fd;
int err = 0;

fd = open(path, O_RDWR, O_CLOEXEC);

sv.drm_di_major = 1;
sv.drm_di_minor = 4;
sv.drm_dd_major = -1;   /* Don't care */
sv.drm_dd_minor = -1;   /* Don't care */

err = drmSetInterfaceVersion(fd, );

buf = drmGetBusid(fd);
printf("busid: '%s'\n", buf);
drmFreeBusid(buf);
close(fd);
return (err == 0);
}

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

Title:
  Xorg Segmentation fault on Hisilicon D05 board (arm64)

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

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


[Bug 1694896] Re: GNOME forgets display backlight setting preference after session ends on Lenovo Yoga 900-13ISK2 laptop.

2017-05-31 Thread Ryan
** Description changed:

- When I reboot my computer, GNOME forgets my display backlight setting
- and puts it back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop
+ When I reboot, GNOME forgets my display backlight setting and puts it
+ back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop
  
  That's not optimal for battery life since it causes power usage to be
  1-2 watts higher than it would be under my preferred setting until I
  manually turn it back down.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May 31 23:50:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  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/1694896

Title:
  GNOME forgets display backlight setting preference after session ends
  on Lenovo Yoga 900-13ISK2 laptop.

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

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

[Bug 1570182] Re: Support sideloading snap packages

2017-05-31 Thread Robert Ancell
Forum topic: https://forum.snapcraft.io/t/behaviour-for-installing-
classic-devmode-and-unsigned-snaps-in-a-gui

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

Title:
  Support sideloading snap packages

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

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


[Bug 1581713] Re: Ubuntu Software always asks for an Ubuntu Single Sign-On account when installing or removing a snap package

2017-05-31 Thread Robert Ancell
Forum topic:
https://forum.snapcraft.io/t/performing-local-snap-operations-without-a-store-macaroon

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

Title:
  Ubuntu Software always asks for an Ubuntu Single Sign-On account when
  installing or removing a snap package

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

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


[Bug 1694896] [NEW] GNOME forgets display backlight setting preference after session ends on Lenovo Yoga 900-13ISK2 laptop.

2017-05-31 Thread Ryan
Public bug reported:

When I reboot, GNOME forgets my display backlight setting and puts it
back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop

That's not optimal for battery life since it causes power usage to be
1-2 watts higher than it would be under my preferred setting until I
manually turn it back down.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed May 31 23:50:16 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-05-30 (2 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

** Summary changed:

- GNOME forgets display backlight setting preference after session ends.
+ GNOME forgets display backlight setting preference after session ends on 
Lenovo Yoga 900-13ISK2 laptop.

** Description changed:

  When I reboot my computer, GNOME forgets my display backlight setting
- and puts it back at (roughly) 80%.
+ and puts it back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop
  
  That's not optimal for battery life since it causes power usage to be
  1-2 watts higher until I manually turn it back down.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May 31 23:50:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  When I reboot my computer, GNOME forgets my display backlight setting
  and puts it back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop
  
  That's not optimal for battery life since it causes power usage to be
- 1-2 watts higher until I manually turn it back down.
+ 1-2 watts higher than it would be under my preferred setting until I
+ manually turn it back down.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May 31 23:50:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  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/1694896

Title:
  GNOME forgets display backlight setting preference after session ends
  on Lenovo Yoga 900-13ISK2 laptop.

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

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

[Bug 972077] Re: apt repository disk format has race conditions

2017-05-31 Thread Abhijith Gururaj
Hi I am still facing this problem . here is my console output:

sudo apt-get upgrade --fix-missing
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
gir1.2-javascriptcoregtk-4.0 gir1.2-webkit2-4.0 libjavascriptcoregtk-
4.0-18 libwebkit2gtk-4.0-37
libwebkit2gtk-4.0-37-gtk2
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,650 kB/23.3 MB of archives.
After this operation, 3,997 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ubuntu.ipserverone.com/ubuntu xenial-updates/main amd64 
libwebkit2gtk-4.0-37-gtk2 amd64 2.16.3-0ubuntu0.16.04.1 [8,650 kB]
Err:1 http://ubuntu.ipserverone.com/ubuntu xenial-security/main amd64 
libwebkit2gtk-4.0-37-gtk2 amd64 2.16.3-0ubuntu0.16.04.1
Hash Sum mismatch
Get:1 http://ubuntu.ipserverone.com/ubuntu xenial-security/main amd64 
libwebkit2gtk-4.0-37-gtk2 amd64 2.16.3-0ubuntu0.16.04.1 [8,650 kB]
Err:1 http://ubuntu.ipserverone.com/ubuntu xenial-security/main amd64 
libwebkit2gtk-4.0-37-gtk2 amd64 2.16.3-0ubuntu0.16.04.1
Hash Sum mismatch
Fetched 17.3 MB in 13s (1,266 kB/s) 


E: Failed to fetch
http://ubuntu.ipserverone.com/ubuntu/pool/main/w/webkit2gtk/libwebkit2gtk-4.0-37-gtk2_2.16.3-0ubuntu0.16.04.1_amd64.deb
Hash Sum mismatch


How to fix this?

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

Title:
  apt repository disk format has race conditions

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

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


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

2017-05-31 Thread Robert Ancell
Forum topic:
https://forum.snapcraft.io/t/snap-license-metadata

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

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

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

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


[Bug 1627905] Re: Ubuntu can't be installed to certain Lenovo Yoga laptops because the fakeraid storage mode is not supported.

2017-05-31 Thread Ryan
apport information

** Tags added: apport-collected zesty

** Description changed:

  Several Lenovo Yoga laptops do not allow the user to install any current
  Linux distributions due to being BIOS-locked to a RAID mode and Linux
  does not support this. You can boot a Linux live environment, but when
  you go to install, it will not see the Solid State Drive and it does not
  appear as a PCI device.
  
  The affected models are the Yoga 900 ISK2, 900S, 710S, and 900 ISK for
  Business, and probably the new Yoga Book and Yoga 910 as well.
  
  Lenovo has stated that removing the AHCI option from the BIOS is a
  feature and that they don't plan to fix this.
  
  There have been some blog postings and news articles about this issue
  lately.
  
  Here is the Lenovo Forums topic:
  
  https://forums.lenovo.com/t5/Linux-Discussion/Yoga-900-13ISK2-BIOS-
  update-for-setting-RAID-mode-for-missing/td-p/3339206/highlight/false
  
  (Note that this says it is solved, but it is not. Lenovo replied that
  they won't fix it and that Linux is not supported on these laptops.)
  
  Matthew Garrett's blog post is here:
  https://mjg59.dreamwidth.org/44694.html
  
  I approached him with the idea that perhaps the Linux kernel could be
  modified to reset the hardware and put it into AHCI mode after GRUB
  loads the kernel (according to him, GRUB doesn't need to be modified
  because it uses the uEFI firmware's disk access), and then Linux could
  proceed to boot.
  
  Here's what he said:
  
  "If you wanted to try that, the best place to do it would be the UEFI
  setup code in the kernel under arch/x86/boot/compressed/eboot.c - that
  way you can do it independent of bootloader. Grub's able to read files
  anyway since it's using the firmware calls to do that.
  
  The power management thing isn't about the SSD itself, it's about
  ensuring that the controller is programmed correctly so that the entire
  CPU package can enter deep sleep states. Modern systems should idle at
  around 4W at most, so small amounts make abig difference here."
  
  [...]
  
  "If the firmware hasn't locked the control bit and if the hardware is ok
  with suddenly being reconfigured, sure, that ought to work. Doing it in
  eboot.c means you're doing it before any PCI enumeration has occurred,
  which makes it more likely that things will work out well."
  
  [...]
  
  "I'll take a quick look at the 10-series chipset docs to see if it's
  documented, and if so I'll throw a quick patch together - but I'm
  probably not going to try pushing it upstream, I'm afraid. If it does
  work, I'm fine with anybody else doing so."
  
  
  I heaven't heard anything back lately, so I am putting this in a bug report 
so that the Ubuntu maintainers are aware of the issue.
  
- It seems like a few lines of kernel code are all that is really required
- to fix this and restore the ability of Linux distributions to be
- installed on half a dozen laptops (probably more to come, since Lenovo
- says that the industry is moving to this!).
+ It seems like a few lines of kernel code are all that is really required to 
fix this and restore the ability of Linux distributions to be installed on half 
a dozen laptops (probably more to come, since Lenovo says that the industry is 
moving to this!).
+ --- 
+ ApportVersion: 2.20.4-0ubuntu4.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ryan   1604 F pulseaudio
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 17.04
+ EcryptfsInUse: Yes
+ InstallationDate: Installed on 2017-05-30 (2 days ago)
+ InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
+  Bus 001 Device 002: ID 5986:068c Acer, Inc 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: LENOVO 80UE
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=3ee79c46-724b-41b5-8c42-44458297de6a ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
+ RelatedPackageVersions:
+  linux-restricted-modules-4.10.0-22-generic N/A
+  linux-backports-modules-4.10.0-22-generic  N/A
+  linux-firmware 1.164.1
+ Tags:  zesty
+ Uname: Linux 4.10.0-22-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/14/2016
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 2UCN10T
+ dmi.board.asset.tag: NO Asset Tag
+ dmi.board.name: VIUU4
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40709 WIN
+ dmi.chassis.asset.tag: NO Asset Tag
+ dmi.chassis.type: 10
+ 

[Bug 1627905] CRDA.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1627905/+attachment/4887116/+files/CRDA.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] WifiSyslog.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887128/+files/WifiSyslog.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] CurrentDmesg.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887117/+files/CurrentDmesg.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] JournalErrors.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887119/+files/JournalErrors.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] PulseList.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887125/+files/PulseList.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] ProcCpuinfo.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887121/+files/ProcCpuinfo.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] UdevDb.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1627905/+attachment/4887127/+files/UdevDb.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] RfKill.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1627905/+attachment/4887126/+files/RfKill.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] Lspci.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1627905/+attachment/4887120/+files/Lspci.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] Re: Ubuntu can't be installed to certain Lenovo Yoga laptops because the fakeraid storage mode is not supported.

2017-05-31 Thread Ryan
NOTE: The apport information posted above is with the nvme ssd in this
laptop visible and operating in AHCI mode (not RAID) under the fixed
BIOS that Lenovo provided.

As noted by Intel, there's no way (without their patch) for computers
without the new BIOS to install Linux. Linux can't see the device or
interact with it at all in the "RAID" mode.

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] ProcInterrupts.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887123/+files/ProcInterrupts.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] ProcCpuinfoMinimal.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887122/+files/ProcCpuinfoMinimal.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] ProcModules.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887124/+files/ProcModules.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1627905] IwConfig.txt

2017-05-31 Thread Ryan
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1627905/+attachment/4887118/+files/IwConfig.txt

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 106995] Re: gnome-terminal unconditionally interprets mouse wheel events

2017-05-31 Thread Bug Watch Updater
** Changed in: xfce4-terminal
   Status: Confirmed => Won't Fix

** Changed in: xfce4-terminal
   Importance: Unknown => Wishlist

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

Title:
  gnome-terminal unconditionally interprets mouse wheel events

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

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


[Bug 358796] Re: mouse scroll in xfce4-terminal when running vim (man, info) doesn't work

2017-05-31 Thread Bug Watch Updater
** Changed in: xfce4-terminal
   Status: Unknown => Won't Fix

** Changed in: xfce4-terminal
   Importance: Unknown => Wishlist

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

Title:
  mouse scroll in xfce4-terminal when running vim (man, info) doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-terminal/+bug/358796/+subscriptions

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


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

2017-05-31 Thread Robert Ancell
The above link is wrong, should be:
https://lists.ubuntu.com/archives/snapcraft/2017-January/002746.html

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

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

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

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


[Bug 1694547] Re: Microcode SW errors since Bios upgraded to 1.4.17 - Dell XPS 13

2017-05-31 Thread Kai-Heng Feng
** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=195945
   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/1694547

Title:
  Microcode SW errors since Bios upgraded to 1.4.17 - Dell XPS 13

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

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


[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working

2017-05-31 Thread Taylor Thurlow
I also have this.

mutter 3.18.3-0ubuntu2, gnome 3.18.5-0ubuntu0.2, xorg

Toggling the overview with super fixes the issue until it happens again.
I use multiple monitors and gnome workspaces.

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

Title:
  gnome-shell randomly blocks mouse clicks from working

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

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


[Bug 1649763] Re: Dell XPS 15 2016 with Ubuntu 16 Sound HDMI issues

2017-05-31 Thread Hui Wang
The 3 fixing commits are (pulseaudio):

6b348961304903483aa78d4ddc1fd036ef75a7cb
1c477fcb679ac50259ef057ebe23c80c529aa612
4c6843f02067bed2a299bed1651d00832e2afea0

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

Title:
  Dell XPS 15 2016 with Ubuntu 16 Sound HDMI issues

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

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


[Bug 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event

2017-05-31 Thread grumrick
I have been casually following this thread for some time and tried the
drm-intel-next kernel fix on my ASUS F555L. While it fixed my Airplane
Mode (it was on permanently) and all other functions seem to be working,
alas the two brightness functions f5 and f6 still don't work. Pity. Do I
need to post a seperate Bug?

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

Title:
  Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev
  event

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

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


[Bug 1555569] Re: [snaps] Show human-readable names for store apps

2017-05-31 Thread Robert Ancell
Snapcraft forum topic:
https://forum.snapcraft.io/t/snap-title-field

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

Title:
  [snaps] Show human-readable names for store apps

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

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


[Bug 1609326] Re: adminer .conf file is misplaced in /adminer/apache.conf

2017-05-31 Thread Ben McCann
Folks can't figure out how to use adminer on 17.04 anymore:
https://askubuntu.com/questions/915587/why-i-am-getting-empty-folder-of-
adminer-after-install/920951#920951

@jbicha what did you end up doing? Did you just download manually or did
you have some other workaround?

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

Title:
  adminer .conf file is misplaced in /adminer/apache.conf

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

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


[Bug 1694891] Re: All btrfs-tools commands need a quiet option for scripting

2017-05-31 Thread Lucas Sandery
Looks like it's on the horizon upstream:
https://bugzilla.kernel.org/show_bug.cgi?id=111421#c1

Maybe a prod from distro devs can help things along?

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

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

Title:
  All btrfs-tools commands need a quiet option for scripting

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

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


[Bug 1693842] Re: USB 3.0 Disk Drive Not Recognized.

2017-05-31 Thread tomdean
** Description changed:

  WD My Passport 2T USB 3.0 Disk Drive.
  External Plugable 7 port USB 3.0 hub.
  
  When I connect the WD drive to the external USB 3.0 hub it is not recognized.
  The drive led blinks one time and it is not in dmesg or in the output of 
lsusb.
  
  > sudo lsusb -v causes the drive led to blink several times and it is
  recognized.
  
  With Autosuspend good for this device, long access applications like dump 
fail.
  After 'sudo lsusb -v' and starting dump, it seems normal for some 20 minutes 
and then dump asks for operator intervention.  Looking at dmesg the drive 
(initially sdf) was disconnected and reconnected as sdg.
  
-   Bad  Autosuspend for USB device xHCI Host Controller [usb6]
+   Bad  Autosuspend for USB device xHCI Host Controller [usb6]
  
  seems to correct this behavior but not the initial connection problem.
  
  Some discussion and testing in bug 1242321.
  
  If I connect the drive to a USB 3.0 port on the motherboard, it is
  recognized.
  
  There is no problem with an Plugable 7-port USB 2.0 hub.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-78-generic 4.4.0-78.99
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  tomdean3698 F pulseaudio
-  /dev/snd/controlC0:  tomdean3698 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  tomdean3698 F pulseaudio
+  /dev/snd/controlC0:  tomdean3698 F pulseaudio
  Date: Fri May 26 09:05:20 2017
  HibernationDevice: RESUME=UUID=8c377624-f972-4b2b-9364-832f70b2a67a
  InstallationDate: Installed on 2016-05-15 (375 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IwConfig:
-  lono wireless extensions.
-  
-  eno1  no wireless extensions.
+  lono wireless extensions.
+ 
+  eno1  no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-78-generic 
root=UUID=47d8903b-afb2-4432-bc92-b1f4e30209ef ro
  RelatedPackageVersions:
-  linux-restricted-modules-4.4.0-78-generic N/A
-  linux-backports-modules-4.4.0-78-generic  N/A
-  linux-firmware1.157.8
+  linux-restricted-modules-4.4.0-78-generic N/A
+  linux-backports-modules-4.4.0-78-generic  N/A
+  linux-firmware1.157.8
  RfKill:
-  0: hci0: Bluetooth
-   Soft blocked: no
-   Hard blocked: no
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4801
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9X79 PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4801:bd07/25/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP9X79PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

Title:
  USB 3.0 Disk Drive Not Recognized.

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

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

[Bug 1685694] Missing required logs.

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

apport-collect 1685694

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

Title:
  Kernel driver iwlwifi: Microcode SW error detected.  Restarting
  0x200.

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

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


[Bug 1685694] Re: Kernel driver iwlwifi: Microcode SW error detected. Restarting 0x2000000.

2017-05-31 Thread Kai-Heng Feng
Please follow this instruction:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1694547/comments/4

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

** No longer affects: unity (Ubuntu)

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

Title:
  Kernel driver iwlwifi: Microcode SW error detected.  Restarting
  0x200.

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

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


[Bug 1694891] [NEW] All btrfs-tools commands need a quiet option for scripting

2017-05-31 Thread Lucas Sandery
Public bug reported:

Btrfs send and receive are noisy on stderr by default (messages like "At
subvol foo"). It'd be great to get an option to only print there if
there is an error condition. I assume there are other commands which do
the same.

See the patched version that quiets send but not receive. (I didn't realise 
receive was also noisy when requesting the backport.)
https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2017-May/017455.html
https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa/+packages

Many scripts/cron wrappers check for output on stderr in order to notify
when warnings/errors occur. There should be a way to avoid triggering
such notifications when btrfs commands are successful.

** Affects: btrfs-tools (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/1694891

Title:
  All btrfs-tools commands need a quiet option for scripting

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

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


[Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-05-31 Thread Kai-Heng Feng
What Bluetooth module do you use?

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

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

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

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


[Bug 1694883] [NEW] package hddtemp 0.3-beta15-52 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configuración.

2017-05-31 Thread david martinez
Public bug reported:

sistema informa del fallo que hay reinstalar

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: hddtemp 0.3-beta15-52
ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
Uname: Linux 4.4.0-78-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Wed May 31 22:07:14 2017
ErrorMessage: El paquete está en un estado grave de inconsistencia - debe 
reinstalarlo  antes de intentar su configuración.
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: hddtemp
Title: package hddtemp 0.3-beta15-52 failed to install/upgrade: El paquete está 
en un estado grave de inconsistencia - debe reinstalarlo  antes de intentar su 
configuración.
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: hddtemp (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/1694883

Title:
  package hddtemp 0.3-beta15-52 failed to install/upgrade: El paquete
  está en un estado grave de inconsistencia - debe reinstalarlo  antes
  de intentar su configuración.

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

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

[Bug 1693842] Re: USB 3.0 Disk Drive Not Recognized.

2017-05-31 Thread tomdean
I installed the '4.22.3' kernel, should be 4.11.3

I marked the bug as confirmed as requested by Joseph Salisbury.

I also tagged the bug as 'kernel-bug-exists-upstream' as requested by
Joseph Salisbury.

** Tags removed: amd64 apport-bug xenial
** Tags added: kernel-bug-exists-upstream

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

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

Title:
  USB 3.0 Disk Drive Not Recognized.

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

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


[Bug 1694675] Re: After pm-suspend and resume, can't use rtl8169 NIC for networking

2017-05-31 Thread Kai-Heng Feng
Does latest mainline kernel have the issue?

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694885] [NEW] When playing the "headphone test" it cranked the volume of my virtual output to over 15k%. My speakers nearly killed themselves.

2017-05-31 Thread Mitchell
Public bug reported:

Summary says it all. The volume percentage was checked with
`pavucontrol.` The tone played fine. Then this happened, I thought it
would just stay at the same volume.

16.04 LTS.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: qmlscene 5.5.1-2ubuntu6
ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
Uname: Linux 4.4.0-78-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 31 20:20:22 2017
ExecutablePath: /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene
InstallationDate: Installed on 2016-07-31 (304 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
 LANG=en_US.UTF-8
 LANGUAGE=en_US
 XDG_RUNTIME_DIR=
SourcePackage: qtdeclarative-opensource-src
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: qtdeclarative-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  When playing the "headphone test" it cranked the volume of my virtual
  output to over 15k%. My speakers nearly killed themselves.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1694885/+subscriptions

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


[Bug 1694885] Re: When playing the "headphone test" it cranked the volume of my virtual output to over 15k%. My speakers nearly killed themselves.

2017-05-31 Thread Mitchell
All this is in the "checkbox" testing app.

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

Title:
  When playing the "headphone test" it cranked the volume of my virtual
  output to over 15k%. My speakers nearly killed themselves.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1694885/+subscriptions

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


[Bug 1694879] [NEW] Chrome would not start. reboot displayed line fsck clean. reboot proceeded and came back with some prompt that indicates a fsck needs to be done. Therefore it was not clean to begi

2017-05-31 Thread Bill Owsley
Public bug reported:

16.04 gets a messed up fs, so that fsck has to be run every few hours.  symptom 
is other SW packages don't run properly.  re-boot exit says clean. But upon 
re-entry, fsck is needed.
Would like to see a warning, and choice, upon exit, that the fs is messed up 
and would like to fix it now or when re-booting, or re-starting the system.
ps. fixing the origin of the messed up fs is preferred, but that seems to be 
too far out...

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.21
ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
Uname: Linux 4.4.0-78-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Wed May 31 22:40:33 2017
InstallationDate: Installed on 2017-05-13 (19 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
Symptom: release-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade xenial

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

Title:
  Chrome would not start. reboot displayed line fsck clean.  reboot
  proceeded and came back with some prompt that indicates a fsck needs
  to be done.  Therefore it was not clean to begin with and thus no
  warning, or indications that anything had gone wrong until after a
  reboot had started.  fsck is realativly fast, compared to a reboot or
  startup, but does add time.  I might rather clean uo the files when
  shuting down or rebooting, or in the middle of doing something like
  starting chrome when it does not start.  ps.  I have not figured out
  what causes the file to get corrupted, but it happens every few hours
  of human computer time.  for example, a long day at the computer, and
  there are a few times of fsck.  a brief evening session and probably
  not for a couple of days.  My suspicion is that some routine/s is/are
  not shutting down correctly.

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

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


[Bug 1650286] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/accounts/services/google-im.service », qui appartient aussi

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/accounts/services/google-im.service », qui appartient aussi
  au paquet account-plugin-google 0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1650286/+subscriptions

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

[Bug 1693756] Re: [Xenial][ DW5816e] to support qmi over mbim which needed for FCC authentication.

2017-05-31 Thread Chih-Hsyuan Ho
** Also affects: modemmanager
   Importance: Undecided
   Status: New

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

Title:
  [Xenial][ DW5816e] to support qmi over mbim which needed for FCC
  authentication.

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

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


[Bug 1638730] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package accoun

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/accounts/services
  /google-im.service', which is also in package account-plugin-google
  0.13+16.04.20160719-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1638730/+subscriptions

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


[Bug 1645090] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/accounts/services/google-im.service », qui appartient aussi

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/accounts/services/google-im.service », qui appartient aussi
  au paquet account-plugin-google 0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1645090/+subscriptions

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

[Bug 1648672] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package accoun

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug is no longer a duplicate of bug 1638730
   package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.13+16.04.20160719-0ubuntu1
** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/accounts/services
  /google-im.service', which is also in package account-plugin-google
  0.13+16.04.20160719-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1648672/+subscriptions

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


[Bug 1694855] Re: LXD cannot remove snapshot

2017-05-31 Thread Stéphane Graber
Yes, if you use a colon in your snapshot, then you're effectively
conflicting with the remote syntax in the LXD client.

The solution is to prefix with the default remote name:

lxc delete local:container-name/name-2017-05-31_16:02


I'd have to see if there's some way we can make the remote/container name 
parser a bit more clever to properly handle this case but last I checked there 
was nothing obvious and the workaround syntax above works fine.

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

Title:
  LXD cannot remove snapshot

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

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


[Bug 1638731] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package accoun

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug is no longer a duplicate of bug 1638730
   package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.13+16.04.20160719-0ubuntu1
** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/accounts/services
  /google-im.service', which is also in package account-plugin-google
  0.13+16.04.20160719-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1638731/+subscriptions

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


[Bug 1619336] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/accounts/services/google-im.service », qui appartient aussi

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/accounts/services/google-im.service », qui appartient aussi
  au paquet account-plugin-google 0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1619336/+subscriptions

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

[Bug 1602268] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/share/accounts/services/google-im.service', que também está no pacote a

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ktp-accounts-kcm in Ubuntu.
https://bugs.launchpad.net/bugs/1602268

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: a tentar sobre-escrever '/usr/share/accounts/services
  /google-im.service', que também está no pacote account-plugin-google
  0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1602268/+subscriptions

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


[Bug 1661602] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: Versuch, »/usr/share/accounts/services/google-im.service« zu überschreiben, welches auch in Paket acc

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: Versuch, »/usr/share/accounts/services/google-
  im.service« zu überschreiben, welches auch in Paket account-plugin-
  google 0.12+16.04.20160126-0ubuntu1 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1661602/+subscriptions

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

[Bug 1661881] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/accounts/services/google-im.service », qui appartient aussi

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ktp-accounts-kcm in Ubuntu.
https://bugs.launchpad.net/bugs/1661881

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/accounts/services/google-im.service », qui appartient aussi
  au paquet account-plugin-google 0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-kde/+bug/1661881/+subscriptions

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


[Bug 1654347] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: intentando sobreescribir `/usr/share/accounts/services/google-im.service', que está también en el paq

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: intentando sobreescribir
  `/usr/share/accounts/services/google-im.service', que está también en
  el paquete account-plugin-google 0.13+16.04.20160719-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1654347/+subscriptions

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

[Bug 1655927] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: intentando sobreescribir `/usr/share/accounts/services/google-im.service', que está también en el paq

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ktp-accounts-kcm in Ubuntu.
https://bugs.launchpad.net/bugs/1655927

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: intentando sobreescribir
  `/usr/share/accounts/services/google-im.service', que está también en
  el paquete account-plugin-google 0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1655927/+subscriptions

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


[Bug 1652835] Re: [MUST FIX]package kde-config-telepathy-accounts (not installed) failed to install/upgrade: Package System Critical and Wrecked from previous issues encountered

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  [MUST FIX]package kde-config-telepathy-accounts (not installed) failed
  to install/upgrade: Package System Critical and Wrecked from previous
  issues encountered

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

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


[Bug 1694562] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package accoun

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/accounts/services
  /google-im.service', which is also in package account-plugin-google
  0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1694562/+subscriptions

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


[Bug 1662860] Re: /sbin/ldconfig.real: /usr/lib/nvidia-375/libEGL.so.1 is not a symbolic link

2017-05-31 Thread bamyasi
Bug still here with latest nvidia-375 (375.66-0ubuntu0.14.04.1)

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

Title:
  /sbin/ldconfig.real: /usr/lib/nvidia-375/libEGL.so.1 is not a symbolic
  link

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

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


[Bug 1677735] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: intentando sobreescribir `/usr/share/accounts/services/google-im.service', que está también en el paq

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ktp-accounts-kcm in Ubuntu.
https://bugs.launchpad.net/bugs/1677735

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: intentando sobreescribir
  `/usr/share/accounts/services/google-im.service', que está también en
  el paquete account-plugin-google 0.13+16.04.20160719-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1677735/+subscriptions

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


[Bug 1678562] Re: package kde-config-telepathy-accounts 0.8.1-0ubuntu0.1 failed to install/upgrade: trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package accou

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts 0.8.1-0ubuntu0.1 failed to
  install/upgrade: trying to overwrite '/usr/share/accounts/services
  /google-im.service', which is also in package account-plugin-google
  0.11+14.04.20140409.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1678562/+subscriptions

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


[Bug 1687285] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: tentando escribir «/usr/share/accounts/services/google-im.service», que tamén está no paquete account

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: tentando escribir «/usr/share/accounts/services
  /google-im.service», que tamén está no paquete account-plugin-google
  0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1687285/+subscriptions

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

[Bug 1694870] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: '/usr/share/accounts/services/google-im.service' を上書きしようとしています。これはパッケージ account-plugin-google 0.12+16

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: '/usr/share/accounts/services/google-im.service'
  を上書きしようとしています。これはパッケージ account-plugin-google
  0.12+16.04.20160126-0ubuntu1 にも存在します

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1694870/+subscriptions

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

[Bug 1694675] UdevDb.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1694675/+attachment/4887078/+files/UdevDb.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] WifiSyslog.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887079/+files/WifiSyslog.txt

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

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] ProcCpuinfoMinimal.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887075/+files/ProcCpuinfoMinimal.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] ProcInterrupts.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887076/+files/ProcInterrupts.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694859] Re: arm64 kernel crashdump support

2017-05-31 Thread dann frazier
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

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

Title:
  arm64 kernel crashdump support

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

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


[Bug 1694675] ProcCpuinfo.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887074/+files/ProcCpuinfo.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] CRDA.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1694675/+attachment/4887067/+files/CRDA.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] JournalErrors.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887070/+files/JournalErrors.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] Re: After pm-suspend and resume, can't use rtl8169 NIC for networking

2017-05-31 Thread Seyeong Kim
apport information

** Tags added: apport-collected xenial

** Description changed:

  [Impact]
  
  After pm-suspend and resume, can't use rtl8169 NIC for networking
  
  [TestCase]
  
  you need rtl8192 NIC on your machine
  
  reproducer
  
  1. pm-suspend
  2. resume it
  3. you can see a lot of err msgs in kern.log
     and network connection keep changing in and out
  
  There are around 4~5 commits from Chun-Hao Lin 
  
  but it doesn't seem to fix this issue ( 100% sure, just cherrypicked
  them but failed )
  
  hwe kernel ( -edge as well ) didn't help
  
  [Other info]
  
  I can't test the other releases for this issue
  
  
  please refer to below msgs
  
  Linux version 4.4.0-78-generic (buildd@lgw01-11) (gcc version 5.4.0
  20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #99-Ubuntu SMP Thu Apr 27
  15:29:09 UTC 2017 (Ubuntu 4.4.0-78.99-generic 4.4.62)
  
  May 31 09:22:44 mnode01 kernel: [  361.994034] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:22:44 mnode01 kernel: [  361.994093] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:02 mnode01 kernel: [  379.994504] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:02 mnode01 kernel: [  379.994564] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:10 mnode01 kernel: [  388.154990] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:23:10 mnode01 kernel: [  388.167721] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:23:12 mnode01 kernel: [  389.948606] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:23:12 mnode01 kernel: [  389.961218] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:23:20 mnode01 kernel: [  398.002922] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:20 mnode01 kernel: [  398.002978] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:32 mnode01 kernel: [  409.995280] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:32 mnode01 kernel: [  409.995337] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:44 mnode01 kernel: [  421.995590] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:44 mnode01 kernel: [  421.995649] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:56 mnode01 kernel: [  433.04] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:56 mnode01 kernel: [  433.65] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:08 mnode01 kernel: [  446.000178] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:08 mnode01 kernel: [  446.000227] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:20 mnode01 kernel: [  458.004472] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:20 mnode01 kernel: [  458.004532] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:31 mnode01 kernel: [  469.033314] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:24:31 mnode01 kernel: [  469.046073] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:24:31 mnode01 kernel: [  469.058512] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:24:32 mnode01 kernel: [  470.000793] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:32 mnode01 kernel: [  470.000851] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:44 mnode01 kernel: [  481.997147] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:44 mnode01 kernel: [  481.997206] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:56 mnode01 kernel: [  494.001403] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:56 mnode01 kernel: [  494.001453] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:25:08 mnode01 kernel: [  505.997768] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:25:08 mnode01 kernel: [  505.997826] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:25:20 mnode01 kernel: [  518.002082] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:25:20 mnode01 kernel: [  518.002141] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:25:32 mnode01 kernel: [  530.002331] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:25:32 mnode01 kernel: [  530.002379] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:25:38 mnode01 kernel: [  536.588896] SGI XFS with ACLs, security 
attributes, realtime, no debug enabled
  May 31 09:25:39 mnode01 kernel: [  536.637037] JFS: nTxBlock = 8192, nTxLock 
= 65536
  May 31 09:25:39 mnode01 kernel: [  536.712978] ntfs: driver 2.1.32 [Flags: 
R/O MODULE].
  May 

[Bug 1694675] ProcModules.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887077/+files/ProcModules.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] PciMultimedia.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887073/+files/PciMultimedia.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] Lsusb.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1694675/+attachment/4887072/+files/Lsusb.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] Card0.Codecs.codec.2.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "Card0.Codecs.codec.2.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887068/+files/Card0.Codecs.codec.2.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] Lspci.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1694675/+attachment/4887071/+files/Lspci.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694675] CurrentDmesg.txt

2017-05-31 Thread Seyeong Kim
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1694675/+attachment/4887069/+files/CurrentDmesg.txt

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1681788] Re: Wrong application icon size in indicators

2017-05-31 Thread handsome_feng
** Summary changed:

- [icon style] icon style of applications in right bottom of panel are not UKUI 
style
+ Wrong application icon size in indicators

** Changed in: ukui-indicators (Ubuntu)
   Status: New => Fix Committed

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

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

Title:
  Wrong application icon size in indicators

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

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


[Bug 1627905] Re: Ubuntu can't be installed to certain Lenovo Yoga laptops because the fakeraid storage mode is not supported.

2017-05-31 Thread Ryan
http://marc.info/?l=linux-ide=147709610621480=2

There's a link to the patches that Intel submitted.

If you go to next in list, you can see the patches and if you go to next
in thread, you can follow the ensuing conversation where upstream kernel
developers declare it "too ugly to live" and Intel admits that putting
the storage in AHCI mode is better. Of course with Lenovo's default BIOS
you can't, so no Linux for you! Regardless, does Ubuntu want to merge
and maintain this in case there are other laptops out there with
ridiculous BIOS settings? It's a distinct possibility that other
companies have hardware out there that does this. I doubt that Lenovo
will try it again, but you never know.:P

I'm probably done buying hardware from OEMs that pull stuff like this
and then fighting them later as others apologize for them. If it's not
crooked, then it's at least braindead stupid.

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

Title:
  Ubuntu can't be installed to certain Lenovo Yoga laptops because the
  fakeraid storage mode is not supported.

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

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


[Bug 1694731] Re: linux-azure: 4.10.0-1006.6 -proposed tracker

2017-05-31 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
   Status: New => Confirmed

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

** Description changed:

  This bug is for tracking the 4.10.0-1006.6 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
  phase: Uploaded
+ kernel-stable-phase:Promoted to proposed
+ kernel-stable-phase-changed:Thursday, 01. June 2017 02:01 UTC

** Description changed:

  This bug is for tracking the 4.10.0-1006.6 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
- phase: Uploaded
- kernel-stable-phase:Promoted to proposed
- kernel-stable-phase-changed:Thursday, 01. June 2017 02:01 UTC
+ phase: Promoted to proposed
+ proposed-announcement-sent: true
+ proposed-testing-requested: true

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

Title:
  linux-azure: 4.10.0-1006.6 -proposed tracker

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

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


[Bug 1694870] [NEW] package kde-config-telepathy-accounts (not installed) failed to install/upgrade: '/usr/share/accounts/services/google-im.service' を上書きしようとしています。これはパッケージ account-plugin-google 0.12+

2017-05-31 Thread Satoru Yoshieda
Public bug reported:

sudo apt install kubuntu-desktop

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: kde-config-telepathy-accounts (not installed)
ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
Uname: Linux 4.4.0-78-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Thu Jun  1 10:46:44 2017
ErrorMessage: '/usr/share/accounts/services/google-im.service' 
を上書きしようとしています。これはパッケージ account-plugin-google 0.12+16.04.20160126-0ubuntu1 
にも存在します
InstallationDate: Installed on 2016-05-09 (387 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: ktp-accounts-kcm
Title: package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: '/usr/share/accounts/services/google-im.service' 
を上書きしようとしています。これはパッケージ account-plugin-google 0.12+16.04.20160126-0ubuntu1 
にも存在します
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ktp-accounts-kcm (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/1694870

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: '/usr/share/accounts/services/google-im.service'
  を上書きしようとしています。これはパッケージ account-plugin-google
  0.12+16.04.20160126-0ubuntu1 にも存在します

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1694870/+subscriptions

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

[Bug 1588998] Re: [master] package console-setup-linux 1.108ubuntu15 failed to install/upgrade: trying to overwrite '/lib/systemd/system/console-setup.service', which is also in package keyboard-confi

2017-05-31 Thread luis gomes
hello i need welp to fix de problem please, tanks

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

Title:
  [master] package console-setup-linux 1.108ubuntu15 failed to
  install/upgrade: trying to overwrite '/lib/systemd/system/console-
  setup.service', which is also in package keyboard-configuration
  1.108ubuntu15

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

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


[Bug 1641264] Re: libreoffice crashes on startup when using OpenGL rendering and proprietary nvidia driver.

2017-05-31 Thread Christopher M. Penalver
Cezar José Sant Anna Junior, the instructions advise to file a new crash
report (not provide manual attachments), as apport will automatically
generate and process crash related files. Could you please advise to
either your crash report URL, or new bug report URL?

** Attachment removed: "Other strace log"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886999/+files/strace-libreoffice.log

** Attachment removed: "strace log"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886991/+files/strace.log

** Attachment removed: "ValgrindLog"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886990/+files/valgrind.log

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

Title:
  libreoffice crashes on startup when using OpenGL rendering and
  proprietary nvidia driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1641264/+subscriptions

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

[Bug 1693122] Re: mongodb starts before network on VM and standalone

2017-05-31 Thread Luca Cervigni
I thought this was the right place to fill the bug to have the source package 
fixed. Where should I report it to if not here?
Thanks

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

Title:
  mongodb starts before network on VM and standalone

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

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


[Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2017-05-31 Thread Daniel van Vugt
coyote: What Ubuntu release are you using?  (run:  lsb_release -a)

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

Title:
  Pulseaudio bluez5-util.c: TryAcquire() failed  - Operation Not
  Authorized

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

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


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

2017-05-31 Thread Tim Penhey
** No longer affects: juju

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

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

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

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


[Bug 1694675] Missing required logs.

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

apport-collect 1694675

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694867] [NEW] taopm installs ok, but does not work as it should on ubuntu 16.04

2017-05-31 Thread Free Man
Public bug reported:

On ubuntu 14.04 the taopm works just fine.
On ubuntu 16.04 tao starts, renders properly the graphic window of the given 
physical model of the instrument from *.tao script file, it seams to be working 
like it should, but every trial to actually render the sound ends with error 
like this one:


Parsing "./string.tao"
Compiling "./string.cc" to make "./string.exe"
Launching "./string.exe"

Sample rate=44100 Hz
Score duration=5 seconds
*** Error in `././string.exe': free(): invalid pointer: 0x012319a8 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f96c0be07e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x7fe0a)[0x7f96c0be8e0a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f96c0bec98c]
././string.exe[0x40151d]
/lib/x86_64-linux-gnu/libc.so.6(+0x39ff8)[0x7f96c0ba2ff8]
/lib/x86_64-linux-gnu/libc.so.6(+0x3a045)[0x7f96c0ba3045]
/usr/lib/x86_64-linux-gnu/libtao.so.0(+0xa77f)[0x7f96c14d477f]
/usr/lib/x86_64-linux-gnu/libglut.so.3(glutMainLoop+0x8e)[0x7f96c03b612e]
././string.exe[0x401159]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f96c0b89830]
././string.exe[0x401269]
=== Memory map: 
0040-00402000 r-xp  00:29 28063057   
/home/user1/tao/examples/string.exe
00601000-00602000 r--p 1000 00:29 28063057   
/home/user1/tao/examples/string.exe
00602000-00603000 rw-p 2000 00:29 28063057   
/home/user1/tao/examples/string.exe
010ca000-01248000 rw-p  00:00 0  [heap]
7f96b400-7f96b4021000 rw-p  00:00 0 
7f96b4021000-7f96b800 ---p  00:00 0 
7f96bbb3-7f96bc25e000 rw-s d000 00:06 482
/dev/nvidia0
7f96bc25e000-7f96bc276000 r-xp  08:01 14680944   
/lib/x86_64-linux-gnu/libpthread-2.23.so
7f96bc276000-7f96bc475000 ---p 00018000 08:01 14680944   
/lib/x86_64-linux-gnu/libpthread-2.23.so
7f96bc475000-7f96bc476000 r--p 00017000 08:01 14680944   
/lib/x86_64-linux-gnu/libpthread-2.23.so
7f96bc476000-7f96bc477000 rw-p 00018000 08:01 14680944   
/lib/x86_64-linux-gnu/libpthread-2.23.so
7f96bc477000-7f96bc47b000 rw-p  00:00 0 
7f96bc70d000-7f96bc80d000 rw-s 76e64000 00:06 482
/dev/nvidia0
7f96bc80d000-7f96bc90d000 rw-s 20fae000 00:06 482
/dev/nvidia0
7f96bc90d000-7f96bc912000 r-xp  08:01 20193814   
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f96bc912000-7f96bcb11000 ---p 5000 08:01 20193814   
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f96bcb11000-7f96bcb12000 r--p 4000 08:01 20193814   
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f96bcb12000-7f96bcb13000 rw-p 5000 08:01 20193814   
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f96bcb13000-7f96bcb15000 r-xp  08:01 20193803   
/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f96bcb15000-7f96bcd15000 ---p 2000 08:01 20193803   
/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f96bcd15000-7f96bcd16000 r--p 2000 08:01 20193803   
/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f96bcd16000-7f96bcd17000 rw-p 3000 08:01 20193803   
/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f96bcd17000-7f96bcd38000 r-xp  08:01 20195023   
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f96bcd38000-7f96bcf37000 ---p 00021000 08:01 20195023   
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f96bcf37000-7f96bcf38000 r--p 0002 08:01 20195023   
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f96bcf38000-7f96bcf39000 rw-p 00021000 08:01 20195023   
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f96bcf39000-7f96bcf3e000 r-xp  08:01 20193852   
/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f96bcf3e000-7f96bd13d000 ---p 5000 08:01 20193852   
/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f96bd13d000-7f96bd13e000 r--p 4000 08:01 20193852   
/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f96bd13e000-7f96bd13f000 rw-p 5000 08:01 20193852   
/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f96bd13f000-7f96bd14e000 r-xp  08:01 20193824   
/usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f96bd14e000-7f96bd34d000 ---p f000 08:01 20193824   
/usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f96bd34d000-7f96bd34e000 r--p e000 08:01 20193824   
/usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f96bd34e000-7f96bd34f000 rw-p f000 08:01 20193824   
/usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f96bd34f000-7f96bd352000 r-xp  08:01 14680654   
/lib/x86_64-linux-gnu/libdl-2.23.so
7f96bd352000-7f96bd551000 ---p 3000 08:01 14680654   

[Bug 1694866] Re: (Alps?) DualPoint Stick disabled but visible after suspend Dell Latitude 7480

2017-05-31 Thread Joe Harrington
** Attachment added: "/proc/bus/input/devices after resume"
   
https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1694866/+attachment/4887056/+files/devices

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

Title:
  (Alps?) DualPoint Stick disabled but visible after suspend Dell
  Latitude 7480

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

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


[Bug 1694866] Re: (Alps?) DualPoint Stick disabled but visible after suspend Dell Latitude 7480

2017-05-31 Thread Joe Harrington
** Attachment added: "evtest /dev/input/event10 output after resume (note no 
events recorded, I did move mouse and click all 3 buttons)"
   
https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1694866/+attachment/4887057/+files/evtest-postsleep

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

Title:
  (Alps?) DualPoint Stick disabled but visible after suspend Dell
  Latitude 7480

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

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


[Bug 1694675] Re: After pm-suspend and resume, can't use rtl8169 NIC for networking

2017-05-31 Thread Seyeong Kim
** Description changed:

- a lot of err msgs in kern.log
+ [Impact]
  
- and network connection keep changing in and out
+ After pm-suspend and resume, can't use rtl8169 NIC for networking
  
+ [TestCase]
+ 
+ you need rtl8192 NIC on your machine
+ 
+ reproducer
+ 
+ 1. pm-suspend
+ 2. resume it
+ 3. you can see a lot of err msgs in kern.log
+and network connection keep changing in and out
+ 
+ There are around 4~5 commits from Chun-Hao Lin 
+ 
+ but it doesn't seem to fix this issue ( 100% sure, just cherrypicked
+ them but failed )
+ 
+ hwe kernel ( -edge as well ) didn't help
+ 
+ [Other info]
  please refer to below msgs
  
  Linux version 4.4.0-78-generic (buildd@lgw01-11) (gcc version 5.4.0
  20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #99-Ubuntu SMP Thu Apr 27
  15:29:09 UTC 2017 (Ubuntu 4.4.0-78.99-generic 4.4.62)
- 
  
  May 31 09:22:44 mnode01 kernel: [  361.994034] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:22:44 mnode01 kernel: [  361.994093] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:02 mnode01 kernel: [  379.994504] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:02 mnode01 kernel: [  379.994564] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:10 mnode01 kernel: [  388.154990] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:23:10 mnode01 kernel: [  388.167721] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:23:12 mnode01 kernel: [  389.948606] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:23:12 mnode01 kernel: [  389.961218] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:23:20 mnode01 kernel: [  398.002922] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:20 mnode01 kernel: [  398.002978] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:32 mnode01 kernel: [  409.995280] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:32 mnode01 kernel: [  409.995337] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:44 mnode01 kernel: [  421.995590] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:44 mnode01 kernel: [  421.995649] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:23:56 mnode01 kernel: [  433.04] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:23:56 mnode01 kernel: [  433.65] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:08 mnode01 kernel: [  446.000178] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:08 mnode01 kernel: [  446.000227] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:20 mnode01 kernel: [  458.004472] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:20 mnode01 kernel: [  458.004532] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:31 mnode01 kernel: [  469.033314] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:24:31 mnode01 kernel: [  469.046073] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:24:31 mnode01 kernel: [  469.058512] r8169 :06:00.0 enp6s0: 
rtl_counters_cond == 1 (loop: 1000, delay: 10).
  May 31 09:24:32 mnode01 kernel: [  470.000793] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:32 mnode01 kernel: [  470.000851] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:44 mnode01 kernel: [  481.997147] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:44 mnode01 kernel: [  481.997206] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:24:56 mnode01 kernel: [  494.001403] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:24:56 mnode01 kernel: [  494.001453] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:25:08 mnode01 kernel: [  505.997768] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:25:08 mnode01 kernel: [  505.997826] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:25:20 mnode01 kernel: [  518.002082] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:25:20 mnode01 kernel: [  518.002141] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:25:32 mnode01 kernel: [  530.002331] r8169 :06:00.0 enp6s0: 
rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
  May 31 09:25:32 mnode01 kernel: [  530.002379] r8169 :06:00.0 enp6s0: 
link up
  May 31 09:25:38 mnode01 kernel: [  536.588896] SGI XFS with ACLs, security 
attributes, realtime, no debug enabled
  May 31 09:25:39 mnode01 kernel: [  536.637037] JFS: nTxBlock = 8192, nTxLock 
= 65536
  May 31 09:25:39 mnode01 kernel: [  536.712978] ntfs: driver 2.1.32 [Flags: 
R/O MODULE].
  May 31 09:25:39 mnode01 kernel: [  

[Bug 1694863] Re: If pulseaudio is non-responsive, plasmashell hangs

2017-05-31 Thread Bug Watch Updater
** Changed in: plasmashell
   Status: Unknown => New

** Changed in: plasmashell
   Importance: Unknown => High

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

Title:
  If pulseaudio is non-responsive, plasmashell hangs

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

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


[Bug 1694827] Re: [VIZIO SB3820, playback] Bluetooth speaker not listed in Sound and can't be used without workarounds.

2017-05-31 Thread Daniel van Vugt
** Summary changed:

- [VIZIO SB3820, playback] Playback problem, Device not listed in Sound and 
can't be used without workarounds.
+ [VIZIO SB3820, playback] Bluetooth speaker not listed in Sound and can't be 
used without workarounds.

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

Title:
  [VIZIO SB3820, playback] Bluetooth speaker not listed in Sound and
  can't be used without workarounds.

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

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


[Bug 1694675] Re: After pm-suspend and resume, can't use rtl8169 NIC for networking

2017-05-31 Thread Seyeong Kim
not 100% sure latest release doesn't have this issue yet

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

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

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

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

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


[Bug 1694866] Re: (Alps?) DualPoint Stick disabled but visible after suspend Dell Latitude 7480

2017-05-31 Thread Joe Harrington
** Attachment added: "output of xdiagnose after clicking "view errors""
   
https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1694866/+attachment/4887051/+files/xdiagnose.txt

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

Title:
  (Alps?) DualPoint Stick disabled but visible after suspend Dell
  Latitude 7480

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

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


  1   2   3   4   5   6   >