[Bug 1723986] Re: Touchpad and TrackPoint Does Not Work on Lenovo X1C6 and X280

2017-11-09 Thread AaronMa
@binli, there's another ops to do: remove i2c_801 from modules
blacklist, please try again.

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

Title:
  Touchpad and TrackPoint Does Not Work on Lenovo X1C6 and X280

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

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

[Bug 1691707] Re: amavisd-milter timing issue on startup

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

** Changed in: amavisd-milter (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/1691707

Title:
  amavisd-milter timing issue on startup

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

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

[Bug 1725190] Re: Please update modemmanager in xenial to the 1.6 series

2017-11-09 Thread Alfonso Sanchez-Beato
@Lukasz please go for sponsoring the zesty->xenial backport, that is
enough to get support for the original modem OEM enablement needed. The
work in the patches needs some time, so better do this for the moment.
Thanks!

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

Title:
  Please update modemmanager in xenial to the 1.6 series

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

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

[Bug 1714698] Re: java crashed with SIGABRT during "mvn package"

2017-11-09 Thread Stefan Wahren
Here is the core file.

** Attachment added: "core.bz2"
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1714698/+attachment/5006802/+files/core.bz2

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

Title:
  java crashed with SIGABRT during "mvn package"

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

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

[Bug 1728974] Re: linux-gcp: 4.10.0-1009.9 -proposed tracker

2017-11-09 Thread Po-Hsu Lin
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => Invalid

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

Title:
  linux-gcp: 4.10.0-1009.9 -proposed tracker

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

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

[Bug 1731051] Re: (arm64) VM fails to properly reboot

2017-11-09 Thread ChristianEhrhardt
** Changed in: qemu (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  (arm64) VM fails to properly reboot

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

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

Re: [Bug 1729128] Re: Raspberry Pi 3 microSD support missing from the installer

2017-11-09 Thread William Grant
On 06/11/17 23:03, Paolo Pisati wrote:
> Your suggestion makes sense, but can you give me the exact steps on how
> to test it afterward?
> 
> I gave a quick glance at u-boot master, but i couldn't find any 'uefi'
> or 'rpi3-uefi' target in configs. Or shall i just build the rpi3 target
> and then pass a UEFI fw as a payload? And where do i get the UEFI fw
> from? Instructions on how to setup the system are welcome.

It was lot easier to get working than I had expected. There are a couple
of gotchas left, but it works great (and is the cheapest way I know to
run arm64...) once you get through them... I intend to look at fixing
most of these for bionic.

Prepare an MBR-partitioned microSD card with a FAT16 or FAT32 partition
at the start to be used for firmware and as the UEFI ESP; 100MB is
ample. The only gotcha here is that the firmware doesn't seem to know
about partition type 0xEF (ESP), but u-boot will happily load GRUB from
a 0xE (FAT16 LBA) that the platform firmware is happy with.

Then give it firmware:

  git clone git://git.denx.de/u-boot.git
  pushd u-boot
  make rpi_3_defconfig
  make CROSS_COMPILE=aarch64-linux-gnu-
  # kernel8.img is important -- the 8 forces start.elf to do aarch64.
  cp u-boot.bin /PATH/TO/MICROSD/FAT16_OR_32/PART/kernel8.img
  popd

  git clone --depth 1 gh:raspberrypi/firmware raspberrypi-firmware
  pushd raspberrypi-firmware
  cp bootcode.bin start.elf fixup.dat /PATH/TO/MICROSD/FAT16_OR_32_PART/
  popd

None of the dtbs are required.

Insert the microSD card into the RPi3. Also insert a USB mass storage
device with
http://ports.ubuntu.com/ubuntu-ports/dists/artful/main/installer-arm64/current/images/netboot/mini.iso
written to it.

Boot the RPi3 with Ethernet, HDMI and a USB keyboard. After a few
seconds of u-boot, a hideous looking, bright red, awfully corrupt, but
still readable GRUB 2 prompt will appear. d-i will automatically start,
with no visual issues.

Switch to another VT and grab bcm2835.ko for the relevant kernel. For
artful's 4.13.0-16.19:

  wget --no-check-certificate https://williamgrant.id.au/f/1/2017/bcm2835.ko
  insmod bcm2835.ko

Then switch back to tty0 and proceed with the install. The partitioner
will see the internal microSD, but care is required with partitioning:
if you recreate the partition table it will default to GPT, which the
RPi3 firmware can't read, and if you recreate the boot partition it'll
end up with no firmware and type 0xEF (both of which are fixable
afterwards from another machine). The easiest way is to just set the
existing boot partition as an ESP in the installer, which won't change
the type. Then create a partition for / etc. as, and proceed with the
install as normal.

Everything will now work fine, except nothing will be visible on HDMI
unless GRUB initialises the EFI console, which you can force after the
install by commenting out GRUB_HIDDEN_TIMEOUT in /etc/default/grub and
running update-grub, and you might also need to disable plymouth be
removing "splash".

I haven't tested GPU bits, but the only hardware I found that didn't
work was the WiFi chip, since linux-firmware is missing
brcmfmac43430-sdio.txt (it just has the .bin). But I grabbed a new
brcmfmac43430-sdio.{txt,bin}, and it all seems rock solid on -generic now.

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

Title:
  Raspberry Pi 3 microSD support missing from the installer

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

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

[Bug 1714698] Re: java crashed with SIGABRT during "mvn package"

2017-11-09 Thread Stefan Wahren
The issue persists with OpenJDK 8 version 8u151:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7f2aa37f484e, pid=22217, tid=0x7f2aa3f33700
#
# JRE version: OpenJDK Runtime Environment (8.0_151-b12) (build 
1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
# Java VM: OpenJDK 64-Bit Server VM (25.151-b12 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [libc.so.6+0x9f84e]
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/stefan/RISE-V2G/hs_err_pid22217.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Did you checkout the specific git hash as described above (the current master 
contains a workaround for this issue)?
Did you use Maven 3.3.9?
Did you tried to build the packages multiple times?

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

Title:
  java crashed with SIGABRT during "mvn package"

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

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

[Bug 1714698] Re: java crashed with SIGABRT during "mvn package"

2017-11-09 Thread Stefan Wahren
** Attachment added: "hs_err_pid22217.log"
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1714698/+attachment/5006801/+files/hs_err_pid22217.log

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

Title:
  java crashed with SIGABRT during "mvn package"

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

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

[Bug 1718869] Re: Migrate to hunspell-en-us in libreoffice-dictionaries

2017-11-09 Thread Bug Watch Updater
** Changed in: scowl (Debian)
   Status: Unknown => Fix Released

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

Title:
  Migrate to hunspell-en-us in libreoffice-dictionaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hunspell-en-us/+bug/1718869/+subscriptions

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

[Bug 1728974] Re: linux-gcp: 4.10.0-1009.9 -proposed tracker

2017-11-09 Thread Po-Hsu Lin
** Tags added: regression-testing-passed

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

Title:
  linux-gcp: 4.10.0-1009.9 -proposed tracker

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

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

[Bug 1717224] Re: virsh start of virtual guest domain fails with internal error due to low default aio-max-nr sysctl value

2017-11-09 Thread ChristianEhrhardt
Hi Scott,
the howto is mixed for Desktop users, Server users and selective upgrades.
For your case you only need the most simple case which would be:


Essentially you want to:

# Check - all other updates done (to clear the view)
$ apt list --upgradable
Listing... Done

# Enable proposed for z on Server
$ echo "deb http://ports.ubuntu.com/ubuntu-ports/ xenial-proposed main 
restricted universe multiverse" | sudo tee 
/etc/apt/sources.list.d/enable-proposed.list
$ sudo apt update
$ apt list --upgradable
[...]
linux-headers-generic/xenial-proposed 4.4.0.100.105 s390x [upgradable from: 
4.4.0.98.103]
linux-headers-virtual/xenial-proposed 4.4.0.100.105 s390x [upgradable from: 
4.4.0.98.103]
linux-image-virtual/xenial-proposed 4.4.0.100.105 s390x [upgradable from: 
4.4.0.98.103]

# Install just the kernels from proposed
$ sudo apt install linux-generic

No need to set apt prefs if you only do a selective install.
If you'd do a global "sudo apt upgrade" you'd get all, but that is likely not 
what you want in your case. After you have done so you can just enable/disable 
the line in /etc/apt/sources.list.d/enable-proposed.list as needed.

Hope that helps

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

Title:
  virsh start of virtual guest domain fails with internal error due to
  low default aio-max-nr sysctl value

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

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

[Bug 1702961] Re: Intel wifi instability with 4.10 and Intel Device 24fd

2017-11-09 Thread Angelo Corsaro
Hi all,
I've got the same issue on 4.10.0-38-generic:

[ven nov 10 07:55:06 2017] [ cut here ]
[ven nov 10 07:55:06 2017] WARNING: CPU: 3 PID: 1326 at 
/build/linux-zYxhRZ/linux-4.10.0/drivers/net/wireless/intel/iwlwifi/mvm/tx.c:510
 iwl_mvm_tx_skb_non_sta+0x3a2/0x450 [iwlmvm]
[ven nov 10 07:55:06 2017] Modules linked in: ipt_MASQUERADE 
nf_nat_masquerade_ipv4 xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp 
iptable_filter nf_nat_h323 nf_conntrack_h323 nf_nat_pptp nf_nat_proto_gre 
nf_conntrack_pptp nf_conntrack_proto_gre nf_nat_tftp nf_conntrack_tftp 
nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc nf_nat_ftp 
nf_conntrack_ftp iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
nf_nat nf_conntrack libcrc32c ccm hid_generic algif_hash algif_skcipher af_alg 
rfcomm cmac uhid hid bnep bbswitch(OE) binfmt_misc arc4 uvcvideo 
videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core videodev media 
asus_nb_wmi asus_wmi sparse_keymap mxm_wmi snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel intel_rapl 
x86_pkg_temp_thermal snd_hda_codec intel_powerclamp
[ven nov 10 07:55:06 2017]  snd_hda_core snd_hwdep kvm_intel kvm irqbypass 
crct10dif_pclmul crc32_pclmul iwlmvm snd_pcm mac80211 snd_seq_midi 
ghash_clmulni_intel snd_seq_midi_event cryptd snd_rawmidi intel_cstate 
intel_rapl_perf snd_seq snd_seq_device snd_timer input_leds pcspkr iwlwifi 
btusb serio_raw btrtl snd btbcm btintel cfg80211 bluetooth lpc_ich soundcore 
mei_me shpchp mei wmi joydev mac_hid coretemp parport_pc ppdev lp parport 
ip_tables x_tables autofs4 i915 psmouse i2c_algo_bit drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops ahci drm libahci atl1c fjes video [last 
unloaded: nvidia]
[ven nov 10 07:55:06 2017] CPU: 3 PID: 1326 Comm: wpa_supplicant Tainted: P 
  OE   4.10.0-38-generic #42-Ubuntu
[ven nov 10 07:55:06 2017] Hardware name: ASUSTeK Computer Inc. U36SG/U36SG, 
BIOS U36SG.202 10/19/2011
[ven nov 10 07:55:06 2017] Call Trace:
[ven nov 10 07:55:06 2017]  dump_stack+0x63/0x81
[ven nov 10 07:55:06 2017]  __warn+0xcb/0xf0
[ven nov 10 07:55:06 2017]  warn_slowpath_null+0x1d/0x20
[ven nov 10 07:55:06 2017]  iwl_mvm_tx_skb_non_sta+0x3a2/0x450 [iwlmvm]
[ven nov 10 07:55:06 2017]  iwl_mvm_mac_tx+0x11e/0x1d0 [iwlmvm]
[ven nov 10 07:55:06 2017]  ieee80211_tx_frags+0x14d/0x220 [mac80211]
[ven nov 10 07:55:06 2017]  __ieee80211_tx+0x81/0x180 [mac80211]
[ven nov 10 07:55:06 2017]  ieee80211_tx+0x10f/0x150 [mac80211]
[ven nov 10 07:55:06 2017]  ieee80211_xmit+0x9c/0xf0 [mac80211]
[ven nov 10 07:55:06 2017]  __ieee80211_tx_skb_tid_band+0x5c/0x70 [mac80211]
[ven nov 10 07:55:06 2017]  ieee80211_mgmt_tx+0x432/0x4b0 [mac80211]
[ven nov 10 07:55:06 2017]  cfg80211_mlme_mgmt_tx+0xd8/0x2b0 [cfg80211]
[ven nov 10 07:55:06 2017]  nl80211_tx_mgmt+0x223/0x380 [cfg80211]
[ven nov 10 07:55:06 2017]  genl_family_rcv_msg+0x1dd/0x3c0
[ven nov 10 07:55:06 2017]  ? skb_queue_tail+0x43/0x50
[ven nov 10 07:55:06 2017]  ? __netlink_sendskb+0x3e/0x60
[ven nov 10 07:55:06 2017]  genl_rcv_msg+0x59/0xa0
[ven nov 10 07:55:06 2017]  ? genl_register_family+0x620/0x620
[ven nov 10 07:55:06 2017]  netlink_rcv_skb+0xa4/0xc0
[ven nov 10 07:55:06 2017]  genl_rcv+0x28/0x40
[ven nov 10 07:55:06 2017]  netlink_unicast+0x18c/0x220
[ven nov 10 07:55:06 2017]  netlink_sendmsg+0x2f7/0x3b0
[ven nov 10 07:55:06 2017]  ? aa_sock_msg_perm+0x61/0x150
[ven nov 10 07:55:06 2017]  sock_sendmsg+0x38/0x50
[ven nov 10 07:55:06 2017]  ___sys_sendmsg+0x2c2/0x2d0
[ven nov 10 07:55:06 2017]  ? lru_cache_add_active_or_unevictable+0x36/0xb0
[ven nov 10 07:55:06 2017]  ? __check_object_size+0x100/0x1d7
[ven nov 10 07:55:06 2017]  ? _copy_to_user+0x54/0x60
[ven nov 10 07:55:06 2017]  __sys_sendmsg+0x54/0x90
[ven nov 10 07:55:06 2017]  SyS_sendmsg+0x12/0x20
[ven nov 10 07:55:06 2017]  entry_SYSCALL_64_fastpath+0x1e/0xad
[ven nov 10 07:55:06 2017] RIP: 0033:0x7f7572564e37
[ven nov 10 07:55:06 2017] RSP: 002b:7ffd02bad538 EFLAGS: 0246 
ORIG_RAX: 002e
[ven nov 10 07:55:06 2017] RAX: ffda RBX: 7ffd02bada90 RCX: 
7f7572564e37
[ven nov 10 07:55:06 2017] RDX:  RSI: 7ffd02bad570 RDI: 
0007
[ven nov 10 07:55:06 2017] RBP: 7ffd02bada80 R08:  R09: 
00f0
[ven nov 10 07:55:06 2017] R10: 7f757281cb58 R11: 0246 R12: 
563858e2df18
[ven nov 10 07:55:06 2017] R13: 7ffd02badc10 R14:  R15: 
fbad8001
[ven nov 10 07:55:06 2017] ---[ end trace f21cd88cbdea13f1 ]---


my card:
03:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260
Flags: bus master, fast devsel, latency 0, IRQ 34
Memory at ddc0 (64-bit, non-prefetchable) [size=8K]
Capabilities: 
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

again

dmesg -T| grep iwlwifi
[ven nov 10 07:52:32 2017] iwlwifi 

[Bug 1728012] Re: Many 3rd party scanner drivers are broken by a sane change

2017-11-09 Thread luca.mg
Hi Staedtler, I knew You were right, but I gave it a try; too bad
Brother sold a linux supported product while in fact they give no
support, and not a good after sale service for a 10 months old product.

This is (in short) the debugging output:

'sane-find-scanner' output
-- snip 
found USB scanner (vendor=0x04f9 [Brother], product=0x035d [MFC-1910W]) at 
libusb:002:006
-- snip 

'scanimage -L'

[sanei_debug] Setting debug level of dll to 255.
[dll] sane_init: SANE dll backend version 1.0.13 from sane-backends 1.0.27
[dll] sane_init/read_dlld: attempting to open directory `./dll.d'
[dll] sane_init/read_dlld: attempting to open directory `/etc/sane.d/dll.d'
[dll] sane_init/read_dlld: using config directory `/etc/sane.d/dll.d'
[dll] sane_init/read_dlld: considering /etc/sane.d/dll.d/iscan
[dll] sane_init/read_config: reading dll.d/iscan
[dll] add_backend: adding backend `epkowa'
[dll] sane_init/read_dlld: done.
[dll] sane_init/read_config: reading dll.conf
[dll] add_backend: adding backend `net'
[dll] add_backend: adding backend `abaton'
[dll] add_backend: adding backend `agfafocus'
[dll] add_backend: adding backend `apple'
[dll] add_backend: adding backend `avision'
[dll] add_backend: adding backend `artec'
[dll] add_backend: adding backend `artec_eplus48u'
[dll] add_backend: adding backend `as6e'
[dll] add_backend: adding backend `bh'
[dll] add_backend: adding backend `canon'
[dll] add_backend: adding backend `canon630u'
[dll] add_backend: adding backend `canon_dr'
[dll] add_backend: adding backend `cardscan'
[dll] add_backend: adding backend `coolscan'
[dll] add_backend: adding backend `coolscan3'
[dll] add_backend: adding backend `dell1600n_net'
[dll] add_backend: adding backend `dmc'
[dll] add_backend: adding backend `epkowa'
[dll] add_backend: `epkowa' is already there
-- snip 
-- plenty of lines here, no brother backend though; backends are 
listed in aphabetical order, copy-pasted the text up to 'epkowa', which is the 
Epson Perfection 4490 Photo scanner (unplugged), since it is one of the 
scanners that do not work without tinkering with the backend location

[dll] sane_get_devices
-- snip 
-- plenty of text here too, no brother backend found and loaded, I 
include the Epson Perfection lines 

[dll] load: searching backend `epkowa' in `/usr/lib/x86_64-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/x86_64-linux-gnu/sane/libsane-epkowa.so.1'
[dll] load: dlopen()ing `/usr/lib/x86_64-linux-gnu/sane/libsane-epkowa.so.1'
[dll] init: initializing backend `epkowa'
[dll] init: backend `epkowa' is version 1.0.213
-- snip 
[dll] sane_get_devices: found 0 devices

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[dll] sane_exit: exiting
[dll] sane_exit: calling backend `xerox_mfp's exit function
-- snip 
-- plenty of text again, no brother backend, I include the Epson 
Perfection lines. It's in reverse alphabetical order, except for the net backend

[dll] sane_exit: calling backend `epkowa's exit function
[dll] sane_exit: calling backend `dmc's exit function
[dll] sane_exit: calling backend `dell1600n_net's exit function
[dll] sane_exit: calling backend `coolscan3's exit function
[dll] sane_exit: calling backend `coolscan's exit function
[dll] sane_exit: calling backend `cardscan's exit function
[dll] sane_exit: calling backend `canon_dr's exit function
[dll] sane_exit: calling backend `canon630u's exit function
[dll] sane_exit: calling backend `canon's exit function
[dll] sane_exit: calling backend `bh's exit function
[dll] sane_exit: calling backend `artec_eplus48u's exit function
[dll] sane_exit: calling backend `artec's exit function
[dll] sane_exit: calling backend `avision's exit function
[dll] sane_exit: calling backend `apple's exit function
[dll] sane_exit: calling backend `agfafocus's exit function
[dll] sane_exit: calling backend `abaton's exit function
[dll] sane_exit: calling backend `net's exit function
[dll] sane_exit: finished

'xsane' does not see the scanner; and now 'sudo sane-find-scanner'

-- snip 
found USB scanner (vendor=0x04f9 [Brother], product=0x035d [MFC-1910W]) at 
libusb:002:006
-- snip 

'sudo scanimage -L' gave no output except the "No scanners were
identified" message; I realized debug was off, and ran 'sudo export
SANE_DEBUG_DLL=255' which gave "command not found"

the following is the output after 'su root', 'SANE_DEBUG_DLL=255', and 
'sane-find-scanner'
-- snip 
found USB scanner (vendor=0x04f9 [Brother], product=0x035d [MFC-1910W]) at 
libusb:002:006
-- snip 

[Bug 1581160] Re: Switch to Noto Sans as default font for Japanese and/or Korean?

2017-11-09 Thread Ross Gammon
** Changed in: ubuntustudio-meta (Ubuntu)
 Assignee: Gunnar Hjalmarsson (gunnarhj) => (unassigned)

** Changed in: ubuntustudio-meta (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Switch to Noto Sans as default font for Japanese and/or Korean?

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

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

[Bug 1710019] Re: support GICv3 ITS save/restore & migration

2017-11-09 Thread ChristianEhrhardt
Ok, Dann - thanks for the clarification.
So per the SRU rules to not regress on updates that would then be Zesty, 
Artful, Bionic.
With Qemu being ok since Artful and Kernel needing your backports in Zesty 4.10 
and Artful 4.13 then.

I'm setting up the tasks correctly then.
Do you want me to eval the Qemu changes in zesty right now (based on your 
debdiff), or do you want to prep the kernel changes first so that you have 
verified them for the actual feature?

** Also affects: qemu (Ubuntu Artful)
   Importance: Undecided
   Status: New

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

** Changed in: linux (Ubuntu Artful)
   Status: New => In Progress

** Changed in: linux (Ubuntu Artful)
 Assignee: (unassigned) => dann frazier (dannf)

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

** Changed in: qemu (Ubuntu Xenial)
   Status: Triaged => Won't Fix

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

Title:
  support GICv3 ITS save/restore & migration

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

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

[Bug 1700827] Re: [MIR] pcp package

2017-11-09 Thread Nathan Scott
> - Why is this set as a native package?

This is for convenience of PCP developers - in particular,
both Ken and I regularly build and use the .deb packages in
our testing processes.  The PCP project also release binary
debs with each release using the local (native) packaging -
https://bintray.com/pcp

FWLIW, it has been this way (in Debian) for over ten years.
It would be quite disruptive to our processes to rework it,
I suspect, but that's not out of the question (if there was
some way to replace our existing upstream package builds).

> pcp is still using compat 5

I believe Eric has been working on these aspects, and we've
exchanged a few mails - there's still some way to go though
to bring things completely up to date, AIUI.

cheers.

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

Title:
  [MIR] pcp package

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

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

[Bug 1725222] Re: do-release-upgrade from Ubuntu 14.04 to 16.04.1 performs unsupported upgrade from MySQL 5.5 to 5.7

2017-11-09 Thread Marco Marsala
Yes because no one know that. Without such patch, system upgrades cannot
be automated and will be relegated to experienced users.

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

Title:
  do-release-upgrade from Ubuntu 14.04 to 16.04.1 performs unsupported
  upgrade from MySQL 5.5 to 5.7

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

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

[Bug 1723986] Re: Touchpad and TrackPoint Does Not Work on Lenovo X1C6 and X280

2017-11-09 Thread Bin Li
I attached the log.

The default kernel the touchpad and trackpoint can't work.
Linux u-ThinkPad-X280 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux

After upgrade kernel from proprosed, the touchpad works, but the trackpoint 
still can't work.
Linux u-ThinkPad-X280 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux

DMI: LENOVO \x02MFG_IN_GO/\x02MFG_IN_GO, BIOS N20ET15W (1.00 )
11/01/2017


** Attachment added: "journalctl.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1723986/+attachment/5006787/+files/journalctl.log

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

Title:
  Touchpad and TrackPoint Does Not Work on Lenovo X1C6 and X280

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

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

[Bug 1728974] Re: linux-gcp: 4.10.0-1009.9 -proposed tracker

2017-11-09 Thread Po-Hsu Lin
4.10.0-1009.9 - gcp
Regression test CMPL.

Issue to note in gcp:
  libhugetlbfs - 1 failed (brk_near_huge), 1 killed by signal, 3 bad 
configuration
  ubuntu_kvm_smoke-tests - KVM not supported by CPU
  ubuntu_kvm_unit_tests - test disabled
  ubuntu_ltp - test disabled
  ubuntu_lxc - lxc-test-ubuntu (Failed to start networking in ubuntu-cloud 
container)

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

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

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

Title:
  linux-gcp: 4.10.0-1009.9 -proposed tracker

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

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

[Bug 1723117] Re: Desktop icons goes under the Dock, if the Dock is set to auto-hide.

2017-11-09 Thread Daniel van Vugt
I believe this is a feature and not a bug. Most people using auto-hide
do so because they want to use their full desktop width, which includes
putting icons on the left edge of the desktop. So for many/most users of
auto-hide the current behaviour is probably best.

Workaround: You also have the option of simply moving your icons to a
place where they are never covered.

P.S. The desktop and its icons are rendered by 'nautilus-desktop' from
the 'nautilus' source package.

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Confirmed => Opinion

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

** Changed in: nautilus (Ubuntu)
   Status: New => Opinion

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  Desktop icons goes under the Dock, if the Dock is set to auto-hide.

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

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

[Bug 1723117] Re: Desktop icons goes under the Dock, if the Dock is set to auto-hide.

2017-11-09 Thread corrado venturini
** Package changed: ubuntu => gnome-shell-extension-ubuntu-dock (Ubuntu)

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

Title:
  Desktop icons goes under the Dock, if the Dock is set to auto-hide.

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

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

[Bug 1731264] Re: linux: 4.4.0-101.124 -proposed tracker

2017-11-09 Thread Khaled El Mously
** Summary changed:

- linux:  -proposed tracker
+ linux: 4.4.0-101.124 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Khaled El 
Mously (kmously)

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

Title:
  linux: 4.4.0-101.124 -proposed tracker

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

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

[Bug 1731397] [NEW] Cant find video driver for Acer Aspire One GZ5

2017-11-09 Thread Candido Pichardo
Public bug reported:

What i exptected to happen:
Install Lubuntu 17.10 and have no problems with video drivers

What happened instead:
Freshly installed Lubuntu 17.10 has problems with video drivers. Especifying 
nomodeset makes it usable but it's not optimal and the max resolution i'm 
getting is 800x600. 

Whenever I install Lubuntu and try to get to the desktop, there is an
about 80% of the screen that is black, and the remaining 20% is normal.
I don't know if it is because of the driver, but

sudo apt-get install xserver-xorg-video-intel
[sudo] password for freddy: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
xserver-xorg-video-intel is already the newest version 
(2:2.99.917+git20170309-0ubuntu1).
xserver-xorg-video-intel set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

This tells me that supposedly the driver is installed.

This is the output of lscpci -v that shows the part of the video
chipset:

freddy@freddy-PC:~$ sudo lspci -v
00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller 
Hub (rev 03)
Subsystem: Acer Incorporated [ALI] Mobile 945GSE Express Memory 
Controller Hub
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=09 

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express 
Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Acer Incorporated [ALI] Mobile 945GSE Express Integrated 
Graphics Controller
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at 5848 (32-bit, non-prefetchable) [size=512K]
I/O ports at 60c0 [size=8]
Memory at 4000 (32-bit, prefetchable) [size=256M]
Memory at 5850 (32-bit, non-prefetchable) [size=256K]
[virtual] Expansion ROM at 000c [disabled] [size=128K]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Kernel modules: i915, intelfb

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
Subsystem: Acer Incorporated [ALI] Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller
Flags: bus master, fast devsel, latency 0
Memory at 5840 (32-bit, non-prefetchable) [size=512K]
Capabilities: [d0] Power Management version 2

I just want my video to work ok. I installed the Intel microcode
propietary driver and it doesnt seem to work either. I have to hard
power down the pc because the reboot button that i can see in the 20% of
the screen that is viewable doesnt work at all. I'm using the latest
lubuntu, 17.10.

freddy@freddy-PC:~$ lsb_release -rd
Description:Ubuntu 17.10
Release:17.10


freddy@freddy-PC:~$ apt-cache policy xorg
xorg:
  Installed: (none)
  Candidate: 1:7.7+19ubuntu3
  Version table:
 1:7.7+19ubuntu3 500
500 http://archive.ubuntu.com/ubuntu artful/main i386 Packages

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xorg (not installed)
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic i686
ApportVersion: 2.20.7-0ubuntu3.1
Architecture: i386
CurrentDesktop: LXDE
Date: Fri Nov 10 01:16:59 2017
InstallationDate: Installed on 2017-11-10 (0 days ago)
InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release i386 (20171017.1)
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug artful i386

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

Title:
  Cant find video driver for Acer Aspire One GZ5

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

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

[Bug 1731080] Re: Very slow display on Legacy mode, but it's normal on UEFI mode

2017-11-09 Thread Leo-Chen
I can't submit an collect report on here,it always show Error:connecting
to Launchpad failedetc,but I already connected to internet...

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

Title:
  Very slow display on Legacy mode, but it's normal on UEFI mode

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

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

[Bug 1728791] Re: [SRU] pulseaudio-droid module crashes on start

2017-11-09 Thread bhushan
@jr : Sorry to bother you again, but can you re-upload with this patch
instead of previous one? Also, do I have to change the version given
1:8.0-0ubuntu3.5 is already uploaded to xenial-proposed? If so let me
know.

** Patch added: "fix-lp-1728791-proper.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1728791/+attachment/5006771/+files/fix-lp-1728791-proper.debdiff

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

Title:
  [SRU] pulseaudio-droid module crashes on start

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

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

[Bug 1731391] Re: synaptic crashed with SIGSEGV in _XReply()

2017-11-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1701845 ***
https://bugs.launchpad.net/bugs/1701845

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  synaptic crashed with SIGSEGV in _XReply()

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

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

[Bug 1731392] [NEW] package inkscape 0.91-7ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-09 Thread alejandro hurtado chacñama
Public bug reported:

this problem always appears when starting the operating system

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: inkscape 0.91-7ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-38.42~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Nov  8 11:06:18 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-02-17 (265 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: inkscape
Title: package inkscape 0.91-7ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: inkscape (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/1731392

Title:
  package inkscape 0.91-7ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 1731392] Re: package inkscape 0.91-7ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package inkscape 0.91-7ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 1722478] Re: Two-finger scrolling no longer works after resuming from suspend

2017-11-09 Thread Thorsten
hi, this kernel has the bug

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

Title:
  Two-finger scrolling no longer works after resuming from suspend

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

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

[Bug 1728791] Re: [SRU] pulseaudio-droid module crashes on start

2017-11-09 Thread bhushan
Ah crap. I did just realize I had uploaded a totally wrong patch, meh I
will upload proper patch in bit.. (basically patch which was in diff was
wrong then what I reported earlier)

** Tags removed: verification-needed-xenial
** Tags added: verification-faileed-xenial

** Tags removed: verification-faileed-xenial
** Tags added: verification-failed-xenial

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

Title:
  [SRU] pulseaudio-droid module crashes on start

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

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

[Bug 226165] omg that's excellent

2017-11-09 Thread bob010
Hey friend,

Just check out  that  great products I've just run into, you'll be
impressed.  Here, check it  out
http://www.soslbs.sk/intelligent.php?UE8yMjYxNjVAYnVncy5sYXVuY2hwYWQubmV0

Typos courtesy of my iPhone, Margie Dubose


-

A cookie is a small file which asks permission to be placed on your
computer's hard drive. Once you agree, the file is added and the cookie
helps analyse web traffic or lets you know when you visit a particular
site. Cookies allow web applications to respond to you as an individual.
The web application can tailor its operations to your needs, likes and
dislikes by gathering and remembering information about your
preferences.

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

Title:
   bookmarks are gone, I can not add bookmarks or import bookmarks
  backup, the toolbar does not work, the buttons back, then update are
  broken, the bar gives direction errors

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

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

[Bug 1575802] Re: default dependancy should be python3-powerline

2017-11-09 Thread Ubuntu Foundations Team Bug Bot
The attachment "Add Recommends: python3-powerline" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  default dependancy should be python3-powerline

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

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

[Bug 1726441] Re: powerline version from repository is not compatible with fish version

2017-11-09 Thread Ubuntu Foundations Team Bug Bot
The attachment "Swap order of function name/arguments" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  powerline version from repository is not compatible with fish version

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

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

[Bug 1731205] Re: Nie czyta partycji dysku

2017-11-09 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We noticed that you were installing the LTS version of
Ubuntu using an older version of the installation media.  The latest
point release of 14.04 is 14.04.5. Please try installing from that
version of the installation media and see if that resolves your issue.
Thanks in advance!

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

** Changed in: ubiquity (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/1731205

Title:
  Nie czyta partycji dysku

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

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

[Bug 1731179] Re: intaller crashes at finalizing setup

2017-11-09 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that there is a problem with your installation media (CD/DVD).
You can verify the integrity of the Ubuntu ISO files you downloaded by
following the instructions at
https://help.ubuntu.com/community/HowToMD5SUM.  You might also retry
your installation with new media.  In the event that is is not in fact
an error with your installation media please set the bug's status back
to New.  Thanks and good luck!

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

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

** Tags added: ident-mismatch

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

Title:
  intaller crashes at finalizing setup

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

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

[Bug 1731297] Re: upgrade to Ubuntu 17.10 crashed

2017-11-09 Thread Ubuntu Foundations Team Bug Bot
** Tags added: xenial2zesty

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

Title:
  upgrade  to Ubuntu 17.10 crashed

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

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

[Bug 1730717] Re: Some VMs fail to reboot with "watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd:1]"

2017-11-09 Thread Adam Conrad
Note that if it *is* the same bug as #1713751, that reporter already
mentioned that using mainline kernels (and he was hitting this on 4.10)
fixed it for him, so it seems more plausible not that 4.14 has a fix,
but that Ubuntu's sauce has the breakage.  Of course, they may well not
be the same bug, cause the symptom itself is pretty generic.

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

Title:
  Some VMs fail to reboot with "watchdog: BUG: soft lockup - CPU#0 stuck
  for 22s! [systemd:1]"

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

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

Re: [Bug 1706097] Re: gvfsd-mtp crashed with SIGSEGV

2017-11-09 Thread michael deer
Im running android jelly bean on a coolpad quatro 2. No problems so far.
The error was generated automatically and affected nothing on my system.
Not that i could tell anyway

On Thu, Nov 9, 2017 at 11:06 PM, Rakesh 
wrote:

> Hello everyone,
>
> I am facing this bug, I am not able to mount my android device.
> Is there any quick fix for this like restarting gvfsd-mtp?
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1725871).
> https://bugs.launchpad.net/bugs/1706097
>
> Title:
>   gvfsd-mtp crashed with SIGSEGV
>
> Status in gvfs package in Ubuntu:
>   Confirmed
>
> Bug description:
>   I get this every day when I have connected my Android phone for
>   charging its battery.
>
>   ProblemType: Crash
>   DistroRelease: Ubuntu 17.10
>   Package: gvfs-backends 1.32.1-0ubuntu1
>   ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
>   Uname: Linux 4.11.0-10-generic x86_64
>   ApportVersion: 2.20.6-0ubuntu4
>   Architecture: amd64
>   CrashCounter: 1
>   CurrentDesktop: GNOME
>   Date: Mon Jul 24 11:29:55 2017
>   ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
>   InstallationDate: Installed on 2015-04-30 (816 days ago)
>   InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
>   ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.6
> /org/gtk/gvfs/exec_spaw/8
>   ProcEnviron:
>LANG=en_US.UTF-8
>LANGUAGE=en_US
>PATH=(custom, user)
>SHELL=/bin/bash
>XDG_RUNTIME_DIR=
>   SegvAnalysis:
>Segfault happened at: 0x7fea768b6cc9:mov0x18(%rax),%rax
>PC (0x7fea768b6cc9) ok
>source "0x18(%rax)" (0x0018) not located in a known VMA region
> (needed readable region)!
>destination "%rax" ok
>   SegvReason: reading NULL VMA
>   Signal: 11
>   SourcePackage: gvfs
>   StacktraceTop:
>() at /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
>() at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
>() at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
>() at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
>() at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
>   Title: gvfsd-mtp crashed with SIGSEGV
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare
> sudo wireshark
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1706097/+subscriptions
>

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

Title:
  gvfsd-mtp crashed with SIGSEGV

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

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

[Bug 1716291] Re: help i wanna ubuntu too!

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

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

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

Title:
  help i wanna ubuntu too!

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

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

[Bug 1716065] Re: did not install properly

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

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

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

Title:
  did not install properly

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

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

[Bug 1698967] Re: package bsdutils 1:2.29-1ubuntu2 failed to install/upgrade: package bsdutils is not ready for configuration cannot configure (current status 'half-installed')

2017-11-09 Thread Pushkar Ekbote
** Changed in: dpkg (Ubuntu)
 Assignee: (unassigned) => Pushkar Ekbote (pushkin)

** Changed in: util-linux (Ubuntu)
 Assignee: (unassigned) => Pushkar Ekbote (pushkin)

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

Title:
  package bsdutils 1:2.29-1ubuntu2 failed to install/upgrade: package
  bsdutils is not ready for configuration  cannot configure (current
  status 'half-installed')

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

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

[Bug 1706097] Re: gvfsd-mtp crashed with SIGSEGV

2017-11-09 Thread Rakesh
Hello everyone,

I am facing this bug, I am not able to mount my android device.
Is there any quick fix for this like restarting gvfsd-mtp?

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

Title:
  gvfsd-mtp crashed with SIGSEGV

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

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

[Bug 455709] Re: "mounting eCryptfs: [-2] No such file or directory" mount.ecryptfs default behavior is inconsistent with ecryptfs-mount-private, ecryptfs-migrate-home, etc.

2017-11-09 Thread forevertheuni
I am having the same problem, and then suddenly after a gazillian tries,
it works. It's not about the keys or encrpytion. The problem is that the
"mount" command is trying to mount to an existing directory, but it
fails saying "no such file or directory".

mount(2) system call failed: No such file or directory.

Btw, my  ecryptfs_sig= is always forced to something I don't give. 
example
I add the option -o ecryptfs_sig=blablablalba it always outputs 
ecryptfs_sig=27471f2ec87cf83f in my case. The fnek sig "listens" to my input or 
options.

Same with:
/sbin/mount.ecryptfs_private extramount: No such file or directory

This has been working for 3 years btw, I updated to 17.10 and this started 
happening.
All of a sudden after many tries, it mounts correctly.

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

Title:
  "mounting eCryptfs: [-2] No such file or directory" mount.ecryptfs
  default behavior is inconsistent with ecryptfs-mount-private,
  ecryptfs-migrate-home, etc.

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

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

[Bug 1723986] Re: Touchpad and TrackPoint Does Not Work on Lenovo X1C6 and X280

2017-11-09 Thread Pascal Morin
** Summary changed:

- Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280
+ Touchpad and TrackPoint Does Not Work on Lenovo X1C6 and X280

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

Title:
  Touchpad and TrackPoint Does Not Work on Lenovo X1C6 and X280

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

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

[Bug 1602888] Re: Dell Inspiron 7559 fans do not shut off once started, even when cool

2017-11-09 Thread Kai-Heng Feng
Please try the kernel, I enabled ALDPS and ASPM for r8169.

http://people.canonical.com/~khfeng/lp1602888/

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

Title:
  Dell Inspiron 7559 fans do not shut off once started, even when cool

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

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

[Bug 1731273] Re: Super + L (Ubuntu 17.10) - Lock screen does not work

2017-11-09 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Medium

** Tags added: lock

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

Title:
  Super + L (Ubuntu 17.10) - Lock screen does not work

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

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

[Bug 1718824] Re: The analogue audio does not work on the Dell USB Dock

2017-11-09 Thread Hui Wang
Upgraded the pulseaudio from -proposed, and verified the dock analog
audio (lineout + speaker) worked well.

changed  verification-needed-xenial to  verification-done-xenial

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

** Changed in: hwe-next
   Status: In Progress => Fix Committed

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

Title:
  The analogue audio does not work on the Dell USB Dock

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

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

[Bug 1718908] Re: virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build

2017-11-09 Thread Ashok
*** This bug is a duplicate of bug 1521734 ***
https://bugs.launchpad.net/bugs/1521734

Hi Fabiano Ferroanto, 
In my case, I had old version of gcc ( 4.2, if I am correct). Compiling new 
kernel drivers requires latest(upgraded) version of gcc, so upgraded gcc to 
4.9.x. After that reinstalled virtualbox-dkms, and Virtual box is back to 
Normal. 

Hope this helps. :)

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

Title:
  virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module
  failed to build

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

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

[Bug 1699274] Re: touchpad is not detected

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

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

Title:
  touchpad is not detected

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

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

Re: [Bug 1686189] Re: External monitor connecting problem on Intel graphics card

2017-11-09 Thread Kai-Heng Feng
> On 9 Nov 2017, at 6:04 PM, Giacomo Orlandi <1686...@bugs.launchpad.net> wrote:
> 
> @Kai-Heng I'm running that now it seems to be working well:
> $ uname -a
> Linux giacomo-awin-latitude 4.4.0-100-generic #123-Ubuntu SMP Thu Nov 2 
> 10:16:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
> 
> 
> I see many changes in the changelog, what's the patch that fixed it?

This one:
- drm/dp/mst: save vcpi with payloads

Kai-Heng

> 
> -- 
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1686189
> 
> Title:
>  External monitor connecting problem on Intel graphics card
> 
> Status in linux package in Ubuntu:
>  Confirmed
> Status in xorg package in Ubuntu:
>  Confirmed
> 
> Bug description:
>  I am facing a problem with Intel Graphics driver. I have external
>  monitor and in display settings the second monitor is detecting but
>  it's not working, so could you email me a solution.
> 
>  ProblemType: Bug
>  DistroRelease: Ubuntu 16.04
>  Package: xorg 1:7.7+13ubuntu3
>  Uname: Linux 4.4.25-040425-generic x86_64
>  .tmp.unity_support_test.0:
> 
>  ApportVersion: 2.20.1-0ubuntu2.5
>  Architecture: amd64
>  CompizPlugins: No value set for 
> `/apps/compiz-1/general/screen0/options/active_plugins'
>  CompositorRunning: compiz
>  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
>  CompositorUnredirectFSW: true
>  CurrentDesktop: Unity
>  Date: Tue Apr 25 21:45:16 2017
>  DistUpgraded: 2017-04-25 21:07:40,819 DEBUG icon theme changed, re-reading
>  DistroCodename: xenial
>  DistroVariant: ubuntu
>  DkmsStatus: i915-4.6.3-4.4.0, 1, 4.4.0-75-generic, x86_64: installed
>  GraphicsCard:
>   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
> (rev 09) (prog-if 00 [VGA controller])
> Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:05e9]
>  InstallationDate: Installed on 2017-04-25 (0 days ago)
>  InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 
> (20160803)
>  MachineType: Dell Inc. Inspiron 3537
>  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.25-040425-generic 
> root=UUID=3914e6d5-5c87-4816-8043-776ef4184d29 ro quiet splash vt.handoff=7
>  SourcePackage: xorg
>  UpgradeStatus: Upgraded to xenial on 2017-04-25 (0 days ago)
>  dmi.bios.date: 04/30/2014
>  dmi.bios.vendor: Dell Inc.
>  dmi.bios.version: A08
>  dmi.board.name: 03JPPR
>  dmi.board.vendor: Dell Inc.
>  dmi.board.version: A00
>  dmi.chassis.type: 8
>  dmi.chassis.vendor: Dell Inc.
>  dmi.chassis.version: A08
>  dmi.modalias: 
> dmi:bvnDellInc.:bvrA08:bd04/30/2014:svnDellInc.:pnInspiron3537:pvrA08:rvnDellInc.:rn03JPPR:rvrA00:cvnDellInc.:ct8:cvrA08:
>  dmi.product.name: Inspiron 3537
>  dmi.product.version: A08
>  dmi.sys.vendor: Dell Inc.
>  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
>  version.ia32-libs: ia32-libs N/A
>  version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
>  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
>  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
>  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
>  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
>  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
>  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
> 2:2.99.917+git20160325-1ubuntu1.2
>  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
> 1:1.0.12-1build2
>  xserver.bootTime: Tue Apr 25 21:37:24 2017
>  xserver.configfile: default
>  xserver.errors:
> 
>  xserver.logfile: /var/log/Xorg.0.log
>  xserver.outputs:
>   product id   17900 
>   vendor AUO
>  xserver.version: 2:1.18.4-0ubuntu0.2
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686189/+subscriptions

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

Title:
  External monitor connecting problem on Intel graphics card

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

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

[Bug 1652436] Re: nvidia-367 367.57-0ubuntu0.14.04.1: nvidia-367 kernel module failed to build [error: #error kmem_cache_create() conftest failed!]

2017-11-09 Thread Daniel van Vugt
** Also affects: nvidia-graphics-drivers-384 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-384 (Ubuntu)
   Status: New => Confirmed

** Summary changed:

- nvidia-367 367.57-0ubuntu0.14.04.1: nvidia-367 kernel module failed to build 
[error: #error kmem_cache_create() conftest failed!]
+ nvidia-* kernel module failed to build [error: #error kmem_cache_create() 
conftest failed!]

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

** Changed in: nvidia-graphics-drivers-375 (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/1652436

Title:
  nvidia-* kernel module failed to build [error: #error
  kmem_cache_create() conftest failed!]

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

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

[Bug 1731045] Re: nvidia-settings 387.22 or nvidia-settings 384.90 segfaults when trying to install

2017-11-09 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1652436 ***
https://bugs.launchpad.net/bugs/1652436

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


** This bug has been marked a duplicate of bug 1652436
   nvidia-367 367.57-0ubuntu0.14.04.1: nvidia-367 kernel module failed to build 
[error: #error kmem_cache_create() conftest failed!]

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

Title:
  nvidia-settings 387.22 or nvidia-settings 384.90 segfaults when trying
  to install

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

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

[Bug 1505409] Re: gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from _XEventsQueued() from XPending() from gdk_check_xpending() ["Connection to xwayland lost"]

2017-11-09 Thread Daniel van Vugt
Nicolás,

Yes please. In particular please try to report crashes using the crash files 
left in /var/crash/ using this command:
  ubuntu-bug /var/crash/YOURFILE.crash
or if that fails then:
  apport-cli /var/crash/YOURFILE.crash

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

Title:
  gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from
  _XEventsQueued() from XPending() from gdk_check_xpending()
  ["Connection to xwayland lost"]

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

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

[Bug 1731270] Re: linux-hwe: 4.10.0-40.44~16.04.1 -proposed tracker

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

** Tags added: block-proposed-xenial

** Tags added: block-proposed

** Description changed:

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

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

Title:
  linux-hwe: 4.10.0-40.44~16.04.1 -proposed tracker

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

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

[Bug 1718824] Re: The analogue audio does not work on the Dell USB Dock

2017-11-09 Thread Hui Wang
@Daniel,

OK, will do it today.

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

Title:
  The analogue audio does not work on the Dell USB Dock

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

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

[Bug 1159707] Fw: interesting news

2017-11-09 Thread antonio_
Hey,

Have  you  browse the latest information? There is something interesting
happening, you might read it here
http://www.sarwarjahan.com/spray.php?UE8xMTU5NzA3QGJ1Z3MubGF1bmNocGFkLm5ldA--

nt Dam


From: Bug 1159707 [mailto:1159...@bugs.launchpad.net]
Sent: Thursday, November 09, 2017 8:46 PM
To: antoniodamic...@libero.it
Subject: great advice +1

oh yay!  i'm  so glad someone is interested! okay so i'm super new to
this so bear with me here. i did the  USPS  cost calculator and plugged
in 1lb knowing they will definitely weigh less  than that, and it priced
shipping at $6.70. i will  weigh the bras in the morning to get a
better estimate of the shipping cost, but at least for now we know it'll
be less than $6.70. i'm sorry i'm not an experienced internet bra
salesperson, but i will  definitely figure this all out!


Sent from Mail for Windows 10

** Attachment added: "7F2E623A29F22E6F.jpg"
   
https://bugs.launchpad.net/bugs/1159707/+attachment/5006736/+files/7F2E623A29F22E6F.jpg

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

Title:
  Cinnamon panel / task bar becomes unresponsive to mouse

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

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

[Bug 1691092] Re: outdated timezone information for Mongolia

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.17.04

---
tzdata (2017c-0ubuntu0.17.04) zesty; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Zesty)
   Status: Fix Committed => Fix Released

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

Title:
  outdated timezone information for Mongolia

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

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

[Bug 1691092] Re: outdated timezone information for Mongolia

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.17.04

---
tzdata (2017c-0ubuntu0.17.04) zesty; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Artful)
   Status: Fix Committed => Fix Released

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

Title:
  outdated timezone information for Mongolia

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

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

[Bug 1676117] Re: tzdata-java 2017a package required

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.14.04

---
tzdata (2017c-0ubuntu0.14.04) trusty; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092, #1676117)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  tzdata-java 2017a package required

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

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

[Bug 1691092] Re: outdated timezone information for Mongolia

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.16.04

---
tzdata (2017c-0ubuntu0.16.04) xenial; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  outdated timezone information for Mongolia

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

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

[Bug 1691092] Re: outdated timezone information for Mongolia

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.17.10

---
tzdata (2017c-0ubuntu0.17.10) artful; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Artful)
   Status: Fix Committed => Fix Released

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

Title:
  outdated timezone information for Mongolia

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

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

[Bug 1691092] Re: outdated timezone information for Mongolia

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.17.10

---
tzdata (2017c-0ubuntu0.17.10) artful; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

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

Title:
  outdated timezone information for Mongolia

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

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

[Bug 1691092] Re: outdated timezone information for Mongolia

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.16.04

---
tzdata (2017c-0ubuntu0.16.04) xenial; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Zesty)
   Status: Fix Committed => Fix Released

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

Title:
  outdated timezone information for Mongolia

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

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

[Bug 1691092] Re: outdated timezone information for Mongolia

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.14.04

---
tzdata (2017c-0ubuntu0.14.04) trusty; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092, #1676117)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

** Changed in: tzdata (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  outdated timezone information for Mongolia

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

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

[Bug 1712675] Re: tzdata-2017b is not in any new LTS Ubuntu releases

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.17.10

---
tzdata (2017c-0ubuntu0.17.10) artful; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

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

Title:
  tzdata-2017b is not in any new LTS Ubuntu releases

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

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

[Bug 1696298] Re: leap-seconds.list file expires 28 June 2017

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.16.04

---
tzdata (2017c-0ubuntu0.16.04) xenial; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

** Changed in: tzdata (Ubuntu Zesty)
   Status: Fix Committed => Fix Released

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

Title:
  leap-seconds.list file expires 28 June 2017

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

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

[Bug 1712675] Re: tzdata-2017b is not in any new LTS Ubuntu releases

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.14.04

---
tzdata (2017c-0ubuntu0.14.04) trusty; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092, #1676117)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

** Changed in: tzdata (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  tzdata-2017b is not in any new LTS Ubuntu releases

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

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

[Bug 1712675] Re: tzdata-2017b is not in any new LTS Ubuntu releases

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.16.04

---
tzdata (2017c-0ubuntu0.16.04) xenial; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Zesty)
   Status: Fix Committed => Fix Released

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

Title:
  tzdata-2017b is not in any new LTS Ubuntu releases

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

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

[Bug 1696298] Re: leap-seconds.list file expires 28 June 2017

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.17.10

---
tzdata (2017c-0ubuntu0.17.10) artful; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

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

Title:
  leap-seconds.list file expires 28 June 2017

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

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

[Bug 1712675] Re: tzdata-2017b is not in any new LTS Ubuntu releases

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.17.04

---
tzdata (2017c-0ubuntu0.17.04) zesty; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Artful)
   Status: Fix Committed => Fix Released

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

Title:
  tzdata-2017b is not in any new LTS Ubuntu releases

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

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

[Bug 1696298] Re: leap-seconds.list file expires 28 June 2017

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.17.04

---
tzdata (2017c-0ubuntu0.17.04) zesty; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Artful)
   Status: Fix Committed => Fix Released

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

Title:
  leap-seconds.list file expires 28 June 2017

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

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

[Bug 1696298] Update Released

2017-11-09 Thread Adam Conrad
The verification of the Stable Release Update for tzdata has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  leap-seconds.list file expires 28 June 2017

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

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

[Bug 1696298] Re: leap-seconds.list file expires 28 June 2017

2017-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tzdata - 2017c-0ubuntu0.14.04

---
tzdata (2017c-0ubuntu0.14.04) trusty; urgency=medium

  * New upstream release (LP: #1712675, #1696298, #1691092, #1676117)

 -- Adam Conrad   Thu, 09 Nov 2017 15:57:23 -0700

** Changed in: tzdata (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

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

Title:
  leap-seconds.list file expires 28 June 2017

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

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

[Bug 1567427] Re: gnome-shell crashes when touchscreen is touched

2017-11-09 Thread Daniel van Vugt
** Tags added: touch

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

Title:
  gnome-shell crashes when touchscreen is touched

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

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

[Bug 1567427] Re: gnome-shell crashes when touchscreen is touched

2017-11-09 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, your crash report is either missing or
challenging to deal with as a ".crash" file. Please follow these
instructions to have apport report a new bug about your crash that can
be dealt with by the automatic retracer.

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now open your file manager, navigate to your /var/crash directory and open the 
crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'.

When the crash report has been uploaded to a new bug, please mention
that new bug's ID here.

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  gnome-shell crashes when touchscreen is touched

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

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

[Bug 1718824] Re: The analogue audio does not work on the Dell USB Dock

2017-11-09 Thread Daniel van Vugt
@hui.wang,

Please test: https://launchpad.net/ubuntu/+source/pulseaudio/1:8.0-0ubuntu3.5
And then update the above tag 
(https://wiki.ubuntu.com/StableReleaseUpdates#Verification)

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

Title:
  The analogue audio does not work on the Dell USB Dock

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

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

[Bug 1729887] Re: Drag-and-drop to desktop not possible without copying the file under wayland

2017-11-09 Thread Daniel van Vugt
** Tags added: dnd

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

Title:
  Drag-and-drop to desktop not possible without copying the file under
  wayland

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

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

[Bug 1730543] Re: In gnome-shell, unlocking screen before suspend completes means no password is required on resume

2017-11-09 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1532508 ***
https://bugs.launchpad.net/bugs/1532508

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


** This bug has been marked a duplicate of bug 1532508
   Screen shown briefly after opening closed laptop lid, before even unlocking

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

Title:
  In gnome-shell, unlocking screen before suspend completes means no
  password is required on resume

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

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

[Bug 1722215] Re: Touchpad two-finger scrolling glitches in Discover

2017-11-09 Thread Reynaldo rea
I am getting the same issue. I am on a new install of kubuntu 17.10. Is
there a way you managed to resolve this?

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

Title:
  Touchpad two-finger scrolling glitches in Discover

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

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

[Bug 1728791] Re: [SRU] pulseaudio-droid module crashes on start

2017-11-09 Thread Daniel van Vugt
bhushan,

Please test the proposed package and then change the above tag
(https://wiki.ubuntu.com/StableReleaseUpdates#Verification).

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

Title:
  [SRU] pulseaudio-droid module crashes on start

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

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

[Bug 1730625] Re: Dragging and dropping files into MPV doesn't work in Wayland sessions

2017-11-09 Thread Daniel van Vugt
** Tags added: wayland

** Tags added: wayland-session

** Tags added: dnd

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

Title:
  Dragging and dropping files into MPV doesn't work in Wayland sessions

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

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

[Bug 1731378] Re: wifi settings unable to connect or show visible networks after laptop closes and then opens

2017-11-09 Thread Colin Watson
** Project changed: launchpad => network-manager (Ubuntu)

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

Title:
  wifi settings unable to connect or show visible networks after laptop
  closes and then opens

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

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

[Bug 1696298] Re: leap-seconds.list file expires 28 June 2017

2017-11-09 Thread Ryan Curtis
I installed tzdata version 2017c-0ubuntu0.14.04 from launchpad and I now
have an up-to-date leap-seconds.list, updated to IERS bulletin C54.

Thanks.

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

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

Title:
  leap-seconds.list file expires 28 June 2017

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

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

[Bug 1731378] [NEW] wifi settings unable to connect or show visible networks after laptop closes and then opens

2017-11-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I recently upgraded to 17.10 and have been having problems connecting to
wifi. Wifi Settings shows no available networks and says Unavailabel -
802.1x Supplicant Failed. If I attempt to turn off wifi and turn back
on, it will not connect at all and I have to either restart or open a
terminal and do a network restart. It's been frustrating. I'm relatively
new to Linux and for what I use it for, it's much better than Windows.
Thanks for the help.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wifi settings unable to connect or show visible networks after laptop closes 
and then opens
https://bugs.launchpad.net/bugs/1731378
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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

[Bug 1702653] Re: es2gears_wayland only achieves 40 FPS (in Weston and Gnome Shell)

2017-11-09 Thread Daniel van Vugt
** Tags added: wayland wayland-session

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

Title:
  es2gears_wayland only achieves 40 FPS (in Weston and Gnome Shell)

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

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

[Bug 1698287] Re: VA-API fails to initialize in a Gnome Shell Wayland session

2017-11-09 Thread Daniel van Vugt
** Tags added: wayland

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

Title:
  VA-API fails to initialize in a Gnome Shell Wayland session

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

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

[Bug 1724732] Re: Wayland login options are missing when a radeon card is installed

2017-11-09 Thread Daniel van Vugt
** Tags added: wayland

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

Title:
  Wayland login options are missing when a radeon card is installed

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

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

[Bug 1728762] Re: Update iwlwifi firmware for 3160, 3168, 7260, 7265 and 7265D

2017-11-09 Thread quanxian
You got right information from https://security-
center.intel.com/advisory.aspx?intelid=INTEL-SA-00101=en-fr.

You can find one line "the Wake-on-Wireless-LAN functionality (WoWLAN),
is a reasonable mitigation against CVE-2017-13080 and CVE-2017-13081".

If I am not wrong, CVE-2017-13080/13081 should be CVE number for
firmware update. Also from the list, you can find these two CVE numbers
are related with 3160, 3168, 7260, 7265 and 7265D.

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13080

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13081

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

Title:
  Update iwlwifi firmware for 3160, 3168, 7260, 7265 and 7265D

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

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

[Bug 1717155] Re: Xwayland refresh rate reported by xrandr is incorrect

2017-11-09 Thread Daniel van Vugt
** Tags added: wayland

** Tags added: wayland-session

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

Title:
  Xwayland refresh rate reported by xrandr is incorrect

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

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

[Bug 1701463] Re: gst-vaapi+Wayland = rendering corruption in totem (but not in gst-play-1.0)

2017-11-09 Thread Daniel van Vugt
** Tags added: wayland wayland-session

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

Title:
  gst-vaapi+Wayland = rendering corruption in totem (but not in gst-
  play-1.0)

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

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

[Bug 1698083] Re: Middle-click titlebar actions (like maximizing vertically) don't work in Wayland sessions

2017-11-09 Thread Daniel van Vugt
** Tags added: session

** Tags removed: session
** Tags added: wayland-session

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

Title:
  Middle-click titlebar actions (like maximizing vertically) don't work
  in Wayland sessions

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

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

[Bug 1731273] Re: Super + L (Ubuntu 17.10) - Lock screen does not work

2017-11-09 Thread Daniel van Vugt
** Tags added: wayland

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

Title:
  Super + L (Ubuntu 17.10) - Lock screen does not work

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

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

[Bug 1581160] Re: Switch to Noto Sans as default font for Japanese and/or Korean?

2017-11-09 Thread Gunnar Hjalmarsson
** Changed in: lubuntu-meta (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Switch to Noto Sans as default font for Japanese and/or Korean?

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

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

[Bug 1731376] [NEW] package libsane1 1.0.27-1~experimental2ubuntu1 failed to install/upgrade: intentando sobreescribir el compartido `/lib/udev/hwdb.d/20-sane.hwdb', que es distinto de otras instancia

2017-11-09 Thread huertacjavier
Public bug reported:

bug when I tried to install wine

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: libsane1 1.0.27-1~experimental2ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-16.19-lowlatency 4.13.4
Uname: Linux 4.13.0-16-lowlatency x86_64
ApportVersion: 2.20.7-0ubuntu3.1
Architecture: amd64
Date: Thu Nov  9 19:51:12 2017
ErrorMessage: intentando sobreescribir el compartido 
`/lib/udev/hwdb.d/20-sane.hwdb', que es distinto de otras instancias del 
paquetes libsane1:i386
InstallationDate: Installed on 2017-10-31 (9 days ago)
InstallationMedia: Ubuntu-Studio 17.10 "Artful Aardvark" - Release amd64 
(20171017.1)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5
SourcePackage: sane-backends
Title: package libsane1 1.0.27-1~experimental2ubuntu1 failed to 
install/upgrade: intentando sobreescribir el compartido 
`/lib/udev/hwdb.d/20-sane.hwdb', que es distinto de otras instancias del 
paquetes libsane1:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package artful

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu1 failed to
  install/upgrade: intentando sobreescribir el compartido
  `/lib/udev/hwdb.d/20-sane.hwdb', que es distinto de otras instancias
  del paquetes libsane1:i386

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

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

[Bug 1702082] Re: /usr/bin/nautilus:ERROR:nautilus-bookmark.c:351:nautilus_bookmark_connect_file: assertion failed: (!nautilus_file_is_gone (bookmark->details->file))

2017-11-09 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Invalid

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

Title:
  /usr/bin/nautilus:ERROR:nautilus-
  bookmark.c:351:nautilus_bookmark_connect_file: assertion failed:
  (!nautilus_file_is_gone (bookmark->details->file))

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

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

[Bug 1581151] Re: Time to drop 69-language-selector-zh-??.conf?

2017-11-09 Thread Gunnar Hjalmarsson
I have uploaded related changes to
/etc/fonts/conf.avail/30-cjk-aliases.conf:

http://launchpadlibrarian.net/345170169/language-
selector_0.182_0.183.diff.gz

Would appreciate if someone for respective language, who understands the
meaning of those aliases, could review the changes.

** Changed in: language-selector (Ubuntu)
   Status: Fix Released => 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/1581151

Title:
  Time to drop 69-language-selector-zh-??.conf?

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

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

[Bug 1581160] Re: Switch to Noto Sans as default font for Japanese and/or Korean?

2017-11-09 Thread Gunnar Hjalmarsson
I have uploaded related changes to
/etc/fonts/conf.avail/30-cjk-aliases.conf:

http://launchpadlibrarian.net/345170169/language-
selector_0.182_0.183.diff.gz

Would appreciate if someone for respective language, who understands the
meaning of those aliases, could review the changes.

** Changed in: language-selector (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Switch to Noto Sans as default font for Japanese and/or Korean?

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

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

[Bug 1731371] [NEW] /usr/bin/lxpanel:11:f_find_menu_launchbutton_recursive:taskbar_task_control_event:_gtk_marshal_BOOLEAN__BOXED:g_closure_invoke:signal_emit_unlocked_R

2017-11-09 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
lxpanel.  This problem was most recently seen with package version 
0.8.2-1ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/329f00fcd6e995d6171381428de9b85f9c179981 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: vivid wily xenial yakkety zesty

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

Title:
  
/usr/bin/lxpanel:11:f_find_menu_launchbutton_recursive:taskbar_task_control_event:_gtk_marshal_BOOLEAN__BOXED:g_closure_invoke:signal_emit_unlocked_R

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

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

[Bug 1718908] Re: virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build

2017-11-09 Thread Fabiano Ferronato
*** This bug is a duplicate of bug 1521734 ***
https://bugs.launchpad.net/bugs/1521734

Hi Ashok, could you explain in human language? :)

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

Title:
  virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module
  failed to build

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

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

  1   2   3   4   5   6   7   >