[Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-18 Thread Jesse Sung
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  System randomly hangs during suspend when mei_wdt is loaded

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

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

[Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-18 Thread Robert Liu
I tried mainline kernel 4.20-rc2, 4.18, 4.17, 4.16 and 4.15. They all passed a 
50 run test.
To validate when the issue is introduced, I installed several Ubuntu kernel 
packages and address the issue/regression happens between 4.15.0-34 and 
4.15.0-36.

Finished the kernel bisect and probably found the first bad commit.
$ git bisect log
# bad: [fd01374000c83b59d3ce234fbb970cb91404bd42] UBUNTU: Ubuntu-4.15.0-36.39
# good: [ffaad0a9f46742f6d71af975a6a061ffe6963aca] UBUNTU: Ubuntu-4.15.0-34.37
git bisect start 'Ubuntu-4.15.0-36.39' 'Ubuntu-4.15.0-34.37'
# good: [003ae88ae88d48643e71dc69c18d4eda598339d5] Revert "UBUNTU: SAUCE: net: 
hns3: Fix for VF mailbox receiving unknown message"
git bisect good 003ae88ae88d48643e71dc69c18d4eda598339d5
# good: [d3d4b20788eee72dcb1ed5ace7dbee6aafbe65cf] net: hns3: Fix for mac pause 
not disable in pfc mode
git bisect good d3d4b20788eee72dcb1ed5ace7dbee6aafbe65cf
# good: [8e499f213175b65bcc08a3c685ea6717e7668cec] arm64: ssbd: Introduce 
thread flag to control userspace mitigation
git bisect good 8e499f213175b65bcc08a3c685ea6717e7668cec
# good: [11cdaf61c1986ea682398b48e238fd915393b2e6] KVM: PPC: Check if IOMMU 
page is contained in the pinned physical page
git bisect good 11cdaf61c1986ea682398b48e238fd915393b2e6
# good: [db6800337d38a5b2adbaa78fcb2c29936e1d] s390: fix br_r1_trampoline 
for machines without exrl
git bisect good db6800337d38a5b2adbaa78fcb2c29936e1d
# good: [f1f016ed54582502d59de991ddbecfe2373722c0] x86/speculation/l1tf: 
Increase l1tf memory limit for Nehalem+
git bisect good f1f016ed54582502d59de991ddbecfe2373722c0
# good: [f1f016ed54582502d59de991ddbecfe2373722c0] x86/speculation/l1tf: 
Increase l1tf memory limit for Nehalem+
git bisect good f1f016ed54582502d59de991ddbecfe2373722c0
# bad: [cb3b0751997c8bd45c76a7401e2edb019cdaaab3] UBUNTU: Start new release
git bisect bad cb3b0751997c8bd45c76a7401e2edb019cdaaab3
# bad: [cb3b0751997c8bd45c76a7401e2edb019cdaaab3] UBUNTU: Start new release
git bisect bad cb3b0751997c8bd45c76a7401e2edb019cdaaab3
# bad: [d5bad4136d14cda66cb7c06b10b80c64ae695c78] UBUNTU: Ubuntu-4.15.0-35.38
git bisect bad d5bad4136d14cda66cb7c06b10b80c64ae695c78
# bad: [876dcb5f4576934a1a11b091b40ce548f048340e] UBUNTU: SAUCE: vfio -- 
release device lock before userspace requests
git bisect bad 876dcb5f4576934a1a11b091b40ce548f048340e
# first bad commit: [876dcb5f4576934a1a11b091b40ce548f048340e] UBUNTU: SAUCE: 
vfio -- release device lock before userspace requests

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

Title:
  System randomly hangs during suspend when mei_wdt is loaded

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

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

[Bug 1803742] Re: [Bionic] apparmor="DENIED" operation="open" profile="virt-aa-helper"

2018-11-18 Thread  Christian Ehrhardt 
Hi Chris nice to hear from you again,
very interesting but not related to bug 1546674 IMHO (other than being an 
virt-aa-helper AA violation as well).

I checked the logs and found that ALL Denies follow this pattern
 operation="open"
 profile="virt-aa-helper"
 name="/var/lib/virt/images/"
 comm="virt-aa-helper"
 requested_mask="r"

It is normal (and correct) that virt-aa-helper tries to read the disks 
specified in a guest definition. This is needed to read the full backing chain 
e.g. if a qcow2 image refers to a backing image in juts another path. The guest 
might work with that failing, but it really is recommended to either
a) stick to the recommended default paths
or
b) add local overrides to support the custom paths
See [1] for more on that.

So much for what it looks like and some general background.
Now lets check if that holds true for this case.
You are running on Bionic as it seems in the logs, there 
/etc/apparmor.d/usr.lib.libvirt.virt-aa-helper expects images to be in one of 
those paths:
  @{HOME}/ r,
  @{HOME}/** r,
  /var/lib/libvirt/images/ r,
  /var/lib/libvirt/images/** r,
  # nova base images (LP: #907269)
  /var/lib/nova/images/** r,
  /var/lib/nova/instances/_base/** r,
  # nova snapshots (LP: #1244694)
  /var/lib/nova/instances/snapshots/** r,
  # nova base/snapshot files in snapped nova (LP: #1644507)
  /var/snap/nova-hypervisor/common/instances/_base/** r,
  /var/snap/nova-hypervisor/common/instances/snapshots/** r,
  # eucalyptus (LP: #564914)
  /var/lib/eucalyptus/instances/**/disk* r,
  # eucalyptus loader (LP: #637544)
  /var/lib/eucalyptus/instances/**/loader* r,
  # for uvtool
  /var/lib/uvtool/libvirt/images/** r,
  # for multipass
  /var/snap/multipass/common/data/multipassd/vault/instances/** r,
  /{media,mnt,opt,srv}/** r,
  # For virt-sandbox
  /{,var/}run/libvirt/**/[sv]d[a-z] r,

Yep, your configuration (for whatever reason) uses an uncommon path being
  /var/lib/virt/images/

So you either have to:
a) fix who-/whatever is driving the setup to that path to use one of the common 
paths
or
b) make these paths be allowed in the local override:
  printf "/var/lib/virt/images/ r,\n/var/lib/virt/images/** r,"  | sudo tee -a 
/etc/apparmor.d/local/usr.lib.libvirt.virt-aa-helper

As it seems to me atm this is not a bug in the packages in Ubuntu but in the 
setup.
I hope this helped you to track where to fix it for real, but for libvirt as a 
package I'll mark the bug invalid.

cu in CPT I guess :-)

[1]: https://wiki.ubuntu.com/LibvirtApparmor#Using_uncommon_paths

** Changed in: libvirt (Ubuntu)
   Status: New => Invalid

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

Title:
  [Bionic] apparmor="DENIED" operation="open" profile="virt-aa-helper"

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

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

[Bug 1803942] Re: System randomly hangs during suspend when mei_wdt is loaded

2018-11-18 Thread Robert Liu
I commented out this patch of 876dcb and cannot reproduce the issue
afterward.

diff --git a/drivers/base/dd.c b/drivers/base/dd.c
index 2c964f5..37c0105 100644
--- a/drivers/base/dd.c
+++ b/drivers/base/dd.c
@@ -868,6 +868,13 @@ static void __device_release_driver(struct device *dev, 
struct device *parent)
dev->bus->remove(dev);
else if (drv->remove)
drv->remove(dev);
+   /*
+* A concurrent invocation of the same function might
+* have released the driver successfully while this one
+* was waiting, so check for that.
+*/
+   if (dev->driver != drv)
+   return;
 
device_links_driver_cleanup(dev);
dma_deconfigure(dev);

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

Title:
  System randomly hangs during suspend when mei_wdt is loaded

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

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

[Bug 1803752] Re: HID inputs (mouse buttons and keyboard) stop responding when plug in DP monitor

2018-11-18 Thread Daniel van Vugt
Yes please, just for testing so we can narrow down what (if any) shared
component the bug is in.

Please try both Gnome Shell sessions: "Ubuntu" and "Ubuntu on Wayland".

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1777398] Missing required logs.

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

apport-collect 1777398

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

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

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

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

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

Title:
  dm thin block allocation failure

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

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

[Bug 1803942] Missing required logs.

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

apport-collect 1803942

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

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

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

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

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

Title:
  System randomly hangs during suspend when mei_wdt is loaded

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

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

[Bug 1803942] [NEW] System randomly hangs during suspend when mei_wdt is loaded

2018-11-18 Thread Robert Liu
Public bug reported:

Problem description:
System randomly hangs during suspend when mei_wdt is loaded.

Platform:
Intel Dawson Canyon I5 (NUC7i5DNHE) and I7 (NUC7i7DNHE)

Test procedure:
1. Install Ubuntu 18.04 and do apt full-upgrade

2. Enable mei_wdt:
$ sudo modprobe mei_wdt

3. Do system S3 test:
$ sudo systemctl suspend
or
$ sudo rtcwake -v -m mem -s 15

4. Afterward, I noticed that somehow system will hang during
suspend/resume.

Expect result:
Suspend/resume won't impact system.

Actual result:
System will hang during S3 test.

Additional info:
- BIOS version: V57
- Another i3 platform (NUC7i3DNHNC) doesn't have this issue.

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

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

Title:
  System randomly hangs during suspend when mei_wdt is loaded

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

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

[Bug 1777398] Re: dm thin block allocation failure

2018-11-18 Thread Markus Schade
This issue is still present. Possibly fixed by upstream commit
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/md?id=a685557fbbc3122ed11e8ad3fa63a11ebc5de8c3

https://www.redhat.com/archives/dm-devel/2018-April/msg00022.html


kernel: [8860597.921484] kernel BUG at 
/build/linux-hwe-okqLve/linux-hwe-4.15.0/drivers/md/persistent-data/dm-space-map-disk.c:178!
kernel: [8860597.921579] invalid opcode:  [#1] SMP PTI
kernel: [8860597.921640] Modules linked in: cpuid cmac arc4 md4 nls_utf8 cifs 
ccm fscache dm_snapshot dccp_diag dccp tcp_diag udp_diag inet_diag unix_diag 
af_packet_diag netlink_diag xt_CHECKSUM xt_nat iptable_nat nf_nat_ipv4 
iptable_mangle xt_CT iptable_raw veth dummy nf_conntrack_ipv4 nf_defrag_ipv4 
bridge iptable_filter ip_tables xt_tcpudp nf_conntrack_ipv6 nf_defrag_ipv6 
xt_conntrack ip6table_filter ip6_tables x_tables vhost_net vhost tap intel_rapl 
skx_edac x86_pkg_temp_thermal intel_powerclamp coretemp dm_thin_pool kvm_intel 
dm_persistent_data dm_bio_prison kvm dm_bufio irqbypass crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd 
ipmi_ssif glue_helper cryptd intel_cstate intel_rapl_perf lpc_ich shpchp 
ioatdma dca acpi_pad acpi_power_meter mac_hid ipmi_si ipmi_devintf
kernel: [8860597.921973]  ipmi_msghandler nf_nat_ftp nf_conntrack_ftp 
nf_nat_sip nf_conntrack_sip nf_nat_pptp nf_conntrack_pptp nf_nat_proto_gre 
nf_nat nf_conntrack_proto_gre nf_conntrack tcp_htcp 8021q garp mrp stp llc 
bonding autofs4 btrfs zstd_compress raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq libcrc32c raid0 multipath linear raid1 
raid10 i40e i2c_algo_bit ttm ptp drm_kms_helper pps_core syscopyarea nvme 
sysfillrect sysimgblt fb_sys_fops nvme_core drm ahci libahci wmi
kernel: [8860597.922282] CPU: 38 PID: 1917945 Comm: kworker/u128:2 Not tainted 
4.15.0-31-generic #33~16.04.1-Ubuntu
kernel: [8860597.922413] Hardware name: Quanta Cloud Technology Inc. QuantaGrid 
D52B-1U/S5B-MB (LBG-4), BIOS 3A10.10 02/12/2018
kernel: [8860597.922554] Workqueue: dm-thin do_worker [dm_thin_pool]
kernel: [8860597.922650] RIP: 0010:sm_disk_new_block+0xa1/0xb0 
[dm_persistent_data]
kernel: [8860597.922747] RSP: 0018:bfa19dc7fc68 EFLAGS: 00010297
kernel: [8860597.922839] RAX:  RBX: 9e6c63f0c000 RCX: 

kernel: [8860597.922962] RDX: 9e6c3768d940 RSI: 0282 RDI: 
9eb4dc4f3400
kernel: [8860597.923086] RBP: bfa19dc7fc90 R08:  R09: 
bfa19dc7f9f0
kernel: [8860597.923211] R10: bfa19dc7f8f8 R11: bfa19dc7fb48 R12: 

kernel: [8860597.923335] R13: bfa19dc7fd40 R14: bfa19dc7fd40 R15: 
9e47cb3460e0
kernel: [8860597.923460] FS:  () GS:9e6cb038() 
knlGS:
kernel: [8860597.923587] CS:  0010 DS:  ES:  CR0: 80050033
kernel: [8860597.923678] CR2: 009cfd20 CR3: 008d2400a003 CR4: 
007626e0
kernel: [8860597.923802] DR0:  DR1:  DR2: 

kernel: [8860597.923926] DR3:  DR6: fffe0ff0 DR7: 
0400
kernel: [8860597.924049] PKRU: 5554
kernel: [8860597.924130] Call Trace:
kernel: [8860597.924217]  dm_pool_alloc_data_block+0x44/0x60 [dm_thin_pool]
kernel: [8860597.924310]  alloc_data_block.isra.53+0x6f/0x180 [dm_thin_pool]
kernel: [8860597.924404]  process_cell+0x2cf/0x4d0 [dm_thin_pool]
kernel: [8860597.924498]  ? mempool_alloc_slab+0x15/0x20
kernel: [8860597.924585]  ? mempool_alloc+0x73/0x180
kernel: [8860597.924671]  ? process_prepared+0x8d/0xc0 [dm_thin_pool]
kernel: [8860597.924762]  do_worker+0x25c/0x8b0 [dm_thin_pool]
kernel: [8860597.924855]  process_one_work+0x14d/0x410
kernel: [8860597.924942]  ? process_discard_cell_passdown+0x1e0/0x1e0 
[dm_thin_pool]
kernel: [8860597.925037]  ? process_one_work+0x14d/0x410
kernel: [8860597.925124]  worker_thread+0x4b/0x460
kernel: [8860597.925210]  kthread+0x105/0x140
kernel: [8860597.925294]  ? process_one_work+0x410/0x410
kernel: [8860597.925381]  ? kthread_associate_blkcg+0xa0/0xa0
kernel: [8860597.925473]  ret_from_fork+0x35/0x40
kernel: [8860597.925558] Code: c0 01 48 89 83 20 22 00 00 49 8b 75 00 e8 68 f7 
ff ff 85 c0 75 10 83 7d dc 01 75 0f 48 83 83 28 22 00 00 01 eb af 41 89 c4 eb 
aa <0f> 0b e8 08 0c bf d0 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55.
kernel: [8860597.925779] RIP: sm_disk_new_block+0xa1/0xb0 [dm_persistent_data] 
RSP: bfa19dc7fc68
kernel: [8860597.925961] ---[ end trace dfde9f8a30119f50 ]---

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

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

Title:
  dm thin block allocation failure

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

-- 
ubuntu-bugs mailing list

[Bug 1803939] Re: cloud-init.service dependency is missing on 10.3.5 open-vm-tools service

2018-11-18 Thread  Christian Ehrhardt 
Hi Pengpeng,
the latest version in Ubuntu actually has this dependency still.

debian/open-vm-tools.service:6:Before=cloud-init-local.service

That is version 2:10.3.0-0ubuntu4 in Disco and is the same for all 10.3
backports for now.

We will port and backport the 10.3.5 version later this development cycle, but 
sneak peeking at the just appeared 2:10.3.5-1 in Debian shows the same is true 
there as well.
No changes other than merging with recent upstream.

I assume you got your open-vm-tools from another source?
If so it would be interesting which one that is?
And if you happen to know where, please file the same bug there and let us know 
the reference to the bug here.

To help you finding where things come from you can run "dpkg -S" and "apt-cache 
policy".
For example in most recent ubuntu that looks like this:

root@d:~# dpkg -S /lib/systemd/system/open-vm-tools.service
open-vm-tools: /lib/systemd/system/open-vm-tools.service
root@d:~# apt-cache policy open-vm-tools
open-vm-tools:
  Installed: 2:10.3.0-0ubuntu3
  Candidate: 2:10.3.0-0ubuntu3
  Version table:
 *** 2:10.3.0-0ubuntu3 500
500 http://archive.ubuntu.com/ubuntu disco/main amd64 Packages
100 /var/lib/dpkg/status


For Ubuntu as-is this report is invalid as we still have the dependency that 
you are missing.

** Changed in: open-vm-tools (Ubuntu)
   Status: New => Invalid

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

Title:
  cloud-init.service dependency is missing on 10.3.5 open-vm-tools
  service

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

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

[Bug 1803667] Re: new requirement for Automatic Installation

2018-11-18 Thread  Christian Ehrhardt 
Hi Yuhua,
I think we need understand more what the actual request is about.
In general we are open to improve the installation paths and do so often, but 
in this case it is yet unclear what you actually request.

I'll start with a few questions that come to my mind (surely incomplete) and 
subscribe a few people that deal with install/deployment more often to get the 
discussion started.
Please help us sorting out what this is about exactly to then finally allow us 
to give you an answer if we are interested to do so.

Questions:
1. what format the answers you read from the disk? Is it a file, if so what 
does it contain, examples if possible?
2. Actually - is it you "vmware software" that reads these files from this disk 
to then do something with it? Or is it the "Distribution boot/installer" that 
reads this file to auto-configure and deploy?
3. What do you mean with "the other CD/DVD with OEMDRV label"?
   Is that a real Disk/ISO or just a small virtual disk that holds 
configuration for the 
   installation?
   (Sounds like cloud-init user data, but could as well be something totally 
else ?!?)
4. What are the different types you refer to for desktop/server/live-server 
today (I assume preseeds and such)?
5. can you list examples or if possible the full spec of values that you want 
to define through those mechanisms?

If we could clarify most of that before the call in ~two weeks from now
we could try bringing the right people together there.

** Changed in: base-installer (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/1803667

Title:
  new requirement for Automatic Installation

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

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

Re: [Bug 1803752] Re: HID inputs (mouse buttons and keyboard) stop responding when plug in DP monitor

2018-11-18 Thread Jonathan Polak
Haven't booted into gnome shell ever. I can install and try if you like

On Nov 18, 2018 23:16, "Daniel van Vugt" 
wrote:

Does the problem also occur in Gnome Shell, or only in MATE?


-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1803752

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

Status in ubuntu-mate:
  New
Status in mate-common package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  Ever since upgrading to 18.10 plugging in external monitors has been
  buggy.

  Device Lenovo T460s. Ubuntu-Mate 18.10.

  Plugging in External monitor using mini-display port causes keyboard to
be unresponsive. Mouse buttons as well. though can still move mouse on
screen. Plugging in and out using arndr sometimes resolves this.
Notwithstanding, no smooth transition to multimonitor mode.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  CompizPlugins:
   (gconftool-2:31954): GConf-WARNING **: 21:41:20.841: Client failed to
connect to the D-BUS daemon:
   Did not receive a reply. Possible causes include: the remote application
did not send a reply, the message bus security policy blocked the reply,
the reply timeout expired, or the network connection was broken.
   Failed to get value for
`/apps/compiz-1/general/screen0/options/active_plugins': No D-BUS daemon
running
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: 2018-10-17 21:42:48,989 DEBUG Running PostInstallScript:
'./xorg_fix_proprietary.py'
  DistroCodename: cosmic
  DistroRelease: Ubuntu 18.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07)
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Skylake GT2 [HD Graphics 520] [17aa:2233]
  InstallationDate: Installed on 2016-07-23 (848 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64
(20160719)
  LightdmDisplayLog:
   (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
   (II) AIGLX: Suspending AIGLX clients for VT switch
   (II) AIGLX: Suspending AIGLX clients for VT switch
   (II) AIGLX: Suspending AIGLX clients for VT switch
  MachineType: LENOVO 20F9004FUS
  Package: xorg-server (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-11-generic
root=UUID=074ff7b7-c074-4137-8cf7-d46cdd7dd723 ro quiet nosplash
  ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
  Tags:  cosmic ubuntu
  Uname: Linux 4.18.0-11-generic x86_64
  UpgradeStatus: Upgraded to cosmic on 2018-10-18 (32 days ago)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 03/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET66W (1.34 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9004FUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias:
dmi:bvnLENOVO:bvrN1CET66W(1.34):bd03/22/2018:svnLENOVO:pn20F9004FUS:pvrThinkPadT460s:rvnLENOVO:rn20F9004FUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460s
  dmi.product.name: 20F9004FUS
  dmi.product.sku: LENOVO_MT_20F9_BU_Think_FM_ThinkPad T460s
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.13.1+18.10.20180930-0ubuntu1
  version.libdrm2: libdrm2 2.4.95-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel
2:2.99.917+git20171229-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3


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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1769480] Re: Ubuntu 18.04 - networkmanager dont show other wifi after few minutes

2018-11-18 Thread Kai-Heng Feng
I still don't see any log attached here. Maybe try tweaking powersaving
knob in NetworkManger config file.

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

Title:
  Ubuntu 18.04 - networkmanager dont show other wifi after few minutes

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

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

[Bug 1803752] Re: HID inputs (mouse buttons and keyboard) stop responding when plug in DP monitor

2018-11-18 Thread Daniel van Vugt
Does the problem also occur in Gnome Shell, or only in MATE?

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803807] Re: Lock screen doesn't hide the screen contents

2018-11-18 Thread Daniel van Vugt
Interesting. It might be a bug in one of those (standard Ubuntu
extensions). It might also be an old extensions hiding in:

  ~/.local/share/gnome-shell/extensions/

(please look)

** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell-extension-appindicator (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Changed in: gnome-shell-extension-appindicator (Ubuntu)
   Status: New => Incomplete

** Changed in: gnome-shell-extension-ubuntu-dock (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/1803807

Title:
  Lock screen doesn't hide the screen contents

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

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

[Bug 1802283] Re: system freezes

2018-11-18 Thread Kai-Heng Feng
Does the Firefox crashing only happens when the system is docked?

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

Title:
  system freezes

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

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

[Bug 1803939] [NEW] cloud-init.service dependency is missing on 10.3.5 open-vm-tools service

2018-11-18 Thread Pengpeng Sun
Public bug reported:

Hi there,
 
Found on version 10.3.5, the cloud-init.service dependency is NOT in 
open-vm-tools.service.
Want to check with you if it’s removed on purpose? and what’s the reason of 
removing it.
 
The cloud-init.service dependency was adding “Before=cloud-init-local.service” 
under [Unit] section of open-vm-tools.service file.

Thanks,
Pengpeng

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  cloud-init.service dependency is missing on 10.3.5 open-vm-tools
  service

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

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

[Bug 1803939] Re: cloud-init.service dependency is missing on 10.3.5 open-vm-tools service

2018-11-18 Thread Pengpeng Sun
$vmtoolsd -v
VMware Tools daemon, version 10.3.5.6873 (build-9998599)

$cat /lib/systemd/system/open-vm-tools.service
[Unit]
Description=Service for virtual machines hosted on VMware
Documentation=http://github.com/vmware/open-vm-tools
ConditionVirtualization=vmware
Requires=vgauth.service
After=vgauth.service

[Service]


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

Title:
  cloud-init.service dependency is missing on 10.3.5 open-vm-tools
  service

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

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

[Bug 1803939] Re: cloud-init.service dependency is missing on 10.3.5 open-vm-tools service

2018-11-18 Thread Pengpeng Sun
change to open-vm-tools package

** Package changed: linux (Ubuntu) => open-vm-tools (Ubuntu)

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

Title:
  cloud-init.service dependency is missing on 10.3.5 open-vm-tools
  service

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

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

[Bug 1729576] Re: cannot perform operation: mount --rbind /snap /snap: Permission denied

2018-11-18 Thread CodelyTV
Same here with Ubuntu 18.04.1 LTS (GNU/Linux 3.13.0-57-generic x86_64):

$ sudo snap install canonical-livepatch
error: cannot perform the following tasks:
- Run configure hook of "canonical-livepatch" snap if present (run hook 
"configure": cannot perform operation: mount --bind 
/snap/core/current//etc/nsswitch.conf 
/tmp/snap.rootfs_7khxxI/etc/nsswitch.conf: Permission denied)

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

Title:
  cannot perform operation: mount --rbind /snap /snap: Permission denied

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

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

[Bug 1771283] Re: iperf2 long time run on 40Gb/s NIC crashes

2018-11-18 Thread Bug Watch Updater
** Changed in: iperf (Debian)
   Status: New => Fix Released

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

Title:
  iperf2 long time run on 40Gb/s NIC crashes

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

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

[Bug 1574196] Re: Card with chipset BCM4360 [14e4:43a0] (rev 03) doesn't see 5Ghz networks with high channel number.

2018-11-18 Thread Damir
Same problem. My card is TP-Link Archer T6E

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

Title:
  Card  with chipset BCM4360 [14e4:43a0] (rev 03) doesn't see 5Ghz
  networks with high channel number.

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

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

[Bug 1802558] Re: linux-aws: 4.15.0-1028.29 -proposed tracker

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

** Tags added: block-proposed-bionic

** 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: 1803592
  phase: Uploaded
  reason:
-   promote-to-proposed: Builds not complete
+   promote-to-proposed: Ready for review

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

Title:
  linux-aws: 4.15.0-1028.29 -proposed tracker

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

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

[Bug 1214048] Re: Initial support for autofill

2018-11-18 Thread Olivier Tilloy
** Changed in: oxide
 Assignee: Olivier Tilloy (osomon) => (unassigned)

** Changed in: oxide
   Status: In Progress => Confirmed

** Changed in: oxide
   Status: Confirmed => Triaged

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Initial support for autofill

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

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

[Bug 1324855] Re: Instantiating an UbuntuWebView warns about setting WebContext.dataPath once the context is in use

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Instantiating an UbuntuWebView warns about setting WebContext.dataPath
  once the context is in use

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

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

[Bug 1375889] Re: reply to message in gmail shows garbled reply view

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Triaged

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  reply to message in gmail shows garbled reply view

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

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

[Bug 1373571] Re: Add the ability to include the device product name in the user agent string

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Add the ability to include the device product name in the user agent
  string

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

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

[Bug 1589090] Re: opening a popup/tab should make it current

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  opening a popup/tab should make it current

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

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

[Bug 1530376] Re: On desktop, target="_blank" link should open new windows, not background tabs

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Triaged

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  On desktop, target="_blank" link should open new windows, not
  background tabs

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

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

[Bug 1591120] Re: 2 flaky autopilot tests on touch devices

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  2 flaky autopilot tests on touch devices

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

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

[Bug 1418626] Re: Embedded YouTube videos stuttering and not playing back smoothly

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Embedded YouTube videos stuttering and not playing back smoothly

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

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

[Bug 1490412] Re: rollapp.com says not a supported browser

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Triaged

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  rollapp.com says not a supported browser

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

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

[Bug 1566373] Re: GMail webapp keyboard hide and seek

2018-11-18 Thread Olivier Tilloy
** Changed in: webapps-sprint
 Assignee: Olivier Tilloy (osomon) => (unassigned)

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  GMail webapp keyboard hide and seek

To manage notifications about this bug go to:
https://bugs.launchpad.net/band-aids-uphone/+bug/1566373/+subscriptions

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

[Bug 1425143] Re: Browser does not store permission for location access

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Browser does not store permission for location access

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

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

[Bug 1478853] Re: OOM scoring kills the browser's render process while the browser is running

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  OOM scoring kills the browser's render process while the browser is
  running

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

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

[Bug 1515659] Re: Bookmarks view initially empty

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Triaged

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Bookmarks view initially empty

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

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

[Bug 1471890] Re: cacheSizeHint computation for webapps is incorrect due to apparmor denials

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  cacheSizeHint computation for webapps is incorrect due to apparmor
  denials

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

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

[Bug 1584965] Re: [browser] scrolling uneven and queues up

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  [browser] scrolling uneven and queues up

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

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

[Bug 1606946] Re: AppArmor denied opening /dev/shm/lttng-ust-wait*

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  AppArmor denied opening /dev/shm/lttng-ust-wait*

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

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

[Bug 1546822] Re: Search in Web Browser History is not available on phones

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Search in Web Browser History is not available on phones

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

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

[Bug 1504853] Re: Certificate errors in the browser are confusing

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Certificate errors in the browser are confusing

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

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

[Bug 1633510] Re: QmlTests::HistoryView::test_delete_multiple_domains() is flaky

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  QmlTests::HistoryView::test_delete_multiple_domains() is flaky

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

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

[Bug 1677290] Re: Add automated tests run for all MRs on staging branch

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Add automated tests run for all MRs on staging branch

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

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

[Bug 1675012] Re: browser not switching to picking mode when launched by the peer picker

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  browser not switching to picking mode when launched by the peer picker

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

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

[Bug 1801441] Re: Overview summary window is so tall, almost cannot see buttons

2018-11-18 Thread Walter Lapchynski
I find that a minimum of 1024x712 is necessary to show the entire
window.

** Changed in: calamares (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/1801441

Title:
  Overview summary window is so tall, almost cannot see buttons

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

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

[Bug 1656252] Re: Applications fail to start on the second use

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Applications fail to start on the second use

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

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

[Bug 1803929] UdevDb.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1633616] Re: [webapp-container] Staging Regression: In staging the progress bar does not function within webapps

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Confirmed

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  [webapp-container] Staging Regression: In staging the progress bar
  does not function within webapps

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

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

[Bug 1677286] Re: [browser] Convert autopilot tests to QML tests

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  [browser] Convert autopilot tests to QML tests

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

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

[Bug 1659884] Re: Pulling down indicators should exit fullscreen

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Pulling down indicators should exit fullscreen

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

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

[Bug 1676824] Re: Can create an invalid bookmark on the new tab page

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Triaged

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Can create an invalid bookmark on the new tab page

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

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

[Bug 1677288] Re: Make sure all types of automated tests are obvious to run

2018-11-18 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Triaged

** Changed in: webbrowser-app (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Make sure all types of automated tests are obvious to run

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

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

[Bug 1803929] RfKill.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803921] Re: test_095_kernel_symbols_missing_proc_self_stack failed with C

2018-11-18 Thread Po-Hsu Lin
** Description changed:

  Like bug 1802069
+ With this patch applied: 
http://kernel.ubuntu.com/git/ubuntu/ubuntu-cosmic.git/commit/?h=master-next=601cf8d59f415403b50e6bfbf124b3f005b7e49b
  
- This test now failed with Cosmic kernel
- ubuntu@s2lp6g003:~$ uname -a
- Linux s2lp6g003 4.18.0-12-generic #13-Ubuntu SMP Wed Nov 14 15:15:21 UTC 2018 
s390x s390x s390x GNU/Linux
- ubuntu@s2lp6g003:~$ cat /proc/self/stack 
+ This test now failed with Cosmic kernel in proposed. Result before and
+ after update
+ 
+ ubuntu@rumford:~$ uname -a
+ Linux rumford 4.18.0-11-generic #12-Ubuntu SMP Tue Oct 23 19:22:37 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux
+ ubuntu@rumford:~$ cat /proc/self/stack 
+ [<0>] proc_pid_stack+0xaa/0x100
+ [<0>] proc_single_show+0x56/0x90
+ [<0>] seq_read+0x16b/0x450
+ [<0>] __vfs_read+0x1b/0x40
+ [<0>] vfs_read+0x8f/0x140
+ [<0>] ksys_read+0x55/0xc0
+ [<0>] __x64_sys_read+0x1a/0x20
+ [<0>] do_syscall_64+0x5a/0x110
+ [<0>] entry_SYSCALL_64_after_hwframe+0x44/0xa9
+ [<0>] 0x
+ 
+ ubuntu@rumford:~$ uname -a
+ Linux rumford 4.18.0-12-generic #13-Ubuntu SMP Wed Nov 14 15:17:05 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux
+ ubuntu@rumford:~$ cat /proc/self/stack 
  cat: /proc/self/stack: Permission denied

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

** Changed in: qa-regression-testing
   Status: New => Confirmed

** Changed in: ubuntu-kernel-tests
   Status: New => Confirmed

** Changed in: qa-regression-testing
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: qa-regression-testing
   Status: Confirmed => Incomplete

** Changed in: qa-regression-testing
   Status: Incomplete => In Progress

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => In Progress

** Merge proposal linked:
   
https://code.launchpad.net/~cypressyew/qa-regression-testing/+git/qa-regression-testing/+merge/358978

** Changed in: ubuntu-kernel-tests
   Importance: Undecided => Medium

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

Title:
  test_095_kernel_symbols_missing_proc_self_stack failed with C

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1803921/+subscriptions

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

[Bug 1803929] WifiSyslog.txt

2018-11-18 Thread Matt C
apport information

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

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] PulseList.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] ProcCpuinfoMinimal.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] CRDA.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] ProcEnviron.txt

2018-11-18 Thread Matt C
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1803929/+attachment/5214097/+files/ProcEnviron.txt

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] IwConfig.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] ProcModules.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] Lsusb.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] CurrentDmesg.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] ProcInterrupts.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] Lspci.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] Re: Summary: Kernel bug (unhandled paging request) on "udisksctl power-off"

2018-11-18 Thread Matt C
apport information

** Tags added: apport-collected

** Description changed:

  lsb_release -rd
  Description:  Ubuntu 16.04.5 LTS
  Release:  16.04
  
  uname -a
  Linux metabox 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux
  
  Steps (1) to reproduce:
  1) Plug in a USB3 hard drive.
  2) Right click on launcher icon.
  3) Select "Safely Remove".
  
  After finding this: https://askubuntu.com/a/532691
  ...the following steps also reproduce the problem.
  
  Steps (2) to reproduce:
  1) Plugin in a USB3 hard drive.
  2) udisksctl unmount -b /dev/sdXY
  3) udisksctl power-off -b /dev/sdX
  
  System completely locks and becomes unresponsive, such that even the Magic 
SysRq key combination does nothing.
  Most of the time the fans on my laptop go crazy (so the CPU must get stuck in 
some loop), but once they did not and the system was just locked (without the 
fans going nuts).
  
- I can't get a textual copy of the kernel bug log (because I have to do a
- hard reset to regain control of the system and the output doesn't get
- flushed to disk), but I did manage to get a photo of some of it (please
- refer to attachment).
+ I can't get a textual copy of the kernel bug log (because I have to do a hard 
reset to regain control of the system and the output doesn't get flushed to 
disk), but I did manage to get a photo of some of it (please refer to 
attachment).
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.18
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/pcmC1D0p:   matt   2754 F...m pulseaudio
+  /dev/snd/controlC1:  matt   2754 F pulseaudio
+  /dev/snd/controlC0:  matt   2754 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=f00235c0-ba8a-4403-91b1-64e9d87b76e0
+ InstallationDate: Installed on 2016-04-23 (940 days ago)
+ InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
+ MachineType: Notebook N150SD/N155SD
+ NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-139-generic 
root=UUID=beb9b9ce-39a7-464a-978c-ac4fb82a5a81 ro quiet splash
+ ProcVersionSignature: Ubuntu 4.4.0-139.165-generic 4.4.160
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-139-generic N/A
+  linux-backports-modules-4.4.0-139-generic  N/A
+  linux-firmware 1.157.20
+ Tags:  xenial
+ Uname: Linux 4.4.0-139-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers wireshark
+ _MarkForUpload: True
+ dmi.bios.date: 03/31/2015
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 1.03.05
+ dmi.board.asset.tag: Tag 12345
+ dmi.board.name: N150SD/N155SD
+ dmi.board.vendor: Notebook
+ dmi.board.version: Not Applicable
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Notebook
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.03.05:bd03/31/2015:svnNotebook:pnN150SD/N155SD:pvrNotApplicable:rvnNotebook:rnN150SD/N155SD:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
+ dmi.product.name: N150SD/N155SD
+ dmi.product.version: Not Applicable
+ dmi.sys.vendor: Notebook

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1803929/+attachment/5214089/+files/AlsaInfo.txt

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] ProcCpuinfo.txt

2018-11-18 Thread Matt C
apport information

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

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1384357] Re: Current composition is not canceled when a text input field is cleared programmatically

2018-11-18 Thread Olivier Tilloy
** Changed in: oxide
   Status: In Progress => Confirmed

** Changed in: oxide
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Current composition is not canceled when a text input field is cleared
  programmatically

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

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

[Bug 1260014] Re: Add an API to manage local data (cookies, local storage, app cache, indexed DB and web DB)

2018-11-18 Thread Olivier Tilloy
** Changed in: oxide
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

Title:
  Add an API to manage local data (cookies, local storage, app cache,
  indexed DB and web DB)

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

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

[Bug 1784485] Re: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

2018-11-18 Thread Nitish
The above procedure does not work on my UX391UA either :(

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

Title:
  [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

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

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

[Bug 1803807] Re: Lock screen doesn't hide the screen contents

2018-11-18 Thread Andras Veto
I just tested something, and it turns out that the issue was I had the
Extensions turned on (even though each extension itself was off, as in
the picture). Once I toggled that off, the issue resolved itself and now
locking appears to work perfectly. Not sure why having extensions on
would cause this behavior, though.

** Attachment added: "Screenshot from 2018-11-19 00-09-47.png"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1803807/+attachment/5214087/+files/Screenshot%20from%202018-11-19%2000-09-47.png

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

Title:
  Lock screen doesn't hide the screen contents

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

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

[Bug 1802810] Re: SD card reader not working on Ubuntu 18.10

2018-11-18 Thread Kai-Heng Feng
Comic and Disco use the same linux and grub2 packages at this moment, so
it's interesting to see which new package fixes the issue...

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

Title:
  SD card reader not working on Ubuntu 18.10

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

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

[Bug 1803504] Re: Screen stops redrawing sometimes when moving windows

2018-11-18 Thread Tedesco
OK, I will try it ... Thank you.

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

Title:
  Screen stops redrawing sometimes when moving windows

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

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

[Bug 1802810] Re: SD card reader not working on Ubuntu 18.10

2018-11-18 Thread Tad Ethan Keller
This bug seems to have been fixed when I upgraded to Ubuntu Budgie 19.04

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

Title:
  SD card reader not working on Ubuntu 18.10

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

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

[Bug 1803929] Missing required logs.

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

apport-collect 1803929

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

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

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

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

** Tags added: xenial

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 818544] Re: Brother MFC-240C FAX/Printer error

2018-11-18 Thread martina abner
The other most probable reason for the printing error is the connection
between your computer and the printer. This is very useful information
for me. thanks for sharing. https://avastsupportnumber.co.uk/blog/fix-
avast-error-7005/

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

Title:
  Brother MFC-240C FAX/Printer error

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

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

[Bug 1803929] Re: Summary: Kernel bug (unhandled paging request) on "udisksctl power-off"

2018-11-18 Thread Matt C
** Attachment added: "stack-trace.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803929/+attachment/5214086/+files/stack-trace.jpg

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803929] [NEW] Summary: Kernel bug (unhandled paging request) on "udisksctl power-off"

2018-11-18 Thread Matt C
Public bug reported:

lsb_release -rd
Description:Ubuntu 16.04.5 LTS
Release:16.04

uname -a
Linux metabox 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

Steps (1) to reproduce:
1) Plug in a USB3 hard drive.
2) Right click on launcher icon.
3) Select "Safely Remove".

After finding this: https://askubuntu.com/a/532691
...the following steps also reproduce the problem.

Steps (2) to reproduce:
1) Plugin in a USB3 hard drive.
2) udisksctl unmount -b /dev/sdXY
3) udisksctl power-off -b /dev/sdX

System completely locks and becomes unresponsive, such that even the Magic 
SysRq key combination does nothing.
Most of the time the fans on my laptop go crazy (so the CPU must get stuck in 
some loop), but once they did not and the system was just locked (without the 
fans going nuts).

I can't get a textual copy of the kernel bug log (because I have to do a
hard reset to regain control of the system and the output doesn't get
flushed to disk), but I did manage to get a photo of some of it (please
refer to attachment).

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


** Tags: xenial

** Attachment added: "stack-trace.jpg"
   
https://bugs.launchpad.net/bugs/1803929/+attachment/5214085/+files/stack-trace.jpg

** Attachment removed: "stack-trace.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803929/+attachment/5214085/+files/stack-trace.jpg

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

Title:
  Summary: Kernel bug (unhandled paging request) on "udisksctl power-
  off"

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

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

[Bug 1803752] Xrandr.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1803752/+attachment/5214083/+files/Xrandr.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] UdevDb.txt

2018-11-18 Thread Jonathan Polak
apport information

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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] ProcCpuinfoMinimal.txt

2018-11-18 Thread Jonathan Polak
apport information

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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] ProcCpuinfo.txt

2018-11-18 Thread Jonathan Polak
apport information

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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] ProcEnviron.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214077/+files/ProcEnviron.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] xdpyinfo.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214084/+files/xdpyinfo.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] ProcModules.txt

2018-11-18 Thread Jonathan Polak
apport information

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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] XorgLogOld.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214082/+files/XorgLogOld.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] XorgLog.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214081/+files/XorgLog.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] ProcInterrupts.txt

2018-11-18 Thread Jonathan Polak
apport information

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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] GconfCompiz.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214070/+files/GconfCompiz.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] DpkgLog.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214069/+files/DpkgLog.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] Lsusb.txt

2018-11-18 Thread Jonathan Polak
apport information

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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] MonitorsUser.xml.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214074/+files/MonitorsUser.xml.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] LightdmLog.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214071/+files/LightdmLog.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] Lspci.txt

2018-11-18 Thread Jonathan Polak
apport information

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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] Re: HID inputs (mouse buttons and keyboard) stop responding when plug in DP monitor

2018-11-18 Thread Jonathan Polak
apport information

** Tags added: apport-collected ubuntu

** Description changed:

  Ever since upgrading to 18.10 plugging in external monitors has been
  buggy.
  
  Device Lenovo T460s. Ubuntu-Mate 18.10.
  
- Plugging in External monitor using mini-display port causes keyboard to
- be unresponsive. Mouse buttons as well. though can still move mouse on
- screen. Plugging in and out using arndr sometimes resolves this.
- Notwithstanding, no smooth transition to multimonitor mode.
+ Plugging in External monitor using mini-display port causes keyboard to be 
unresponsive. Mouse buttons as well. though can still move mouse on screen. 
Plugging in and out using arndr sometimes resolves this. Notwithstanding, no 
smooth transition to multimonitor mode.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.10-0ubuntu13.1
+ Architecture: amd64
+ CompizPlugins:
+  (gconftool-2:31954): GConf-WARNING **: 21:41:20.841: Client failed to 
connect to the D-BUS daemon:
+  Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
+  Failed to get value for 
`/apps/compiz-1/general/screen0/options/active_plugins': No D-BUS daemon running
+ CompositorRunning: None
+ CurrentDesktop: MATE
+ DistUpgraded: 2018-10-17 21:42:48,989 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
+ DistroCodename: cosmic
+ DistroRelease: Ubuntu 18.10
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) 
(prog-if 00 [VGA controller])
+Subsystem: Lenovo Skylake GT2 [HD Graphics 520] [17aa:2233]
+ InstallationDate: Installed on 2016-07-23 (848 days ago)
+ InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
+ LightdmDisplayLog:
+  (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
+  (II) AIGLX: Suspending AIGLX clients for VT switch
+  (II) AIGLX: Suspending AIGLX clients for VT switch
+  (II) AIGLX: Suspending AIGLX clients for VT switch
+ MachineType: LENOVO 20F9004FUS
+ Package: xorg-server (not installed)
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-11-generic 
root=UUID=074ff7b7-c074-4137-8cf7-d46cdd7dd723 ro quiet nosplash
+ ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
+ Tags:  cosmic ubuntu
+ Uname: Linux 4.18.0-11-generic x86_64
+ UpgradeStatus: Upgraded to cosmic on 2018-10-18 (32 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 03/22/2018
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: N1CET66W (1.34 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20F9004FUS
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40705 WIN
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.modalias: 
dmi:bvnLENOVO:bvrN1CET66W(1.34):bd03/22/2018:svnLENOVO:pn20F9004FUS:pvrThinkPadT460s:rvnLENOVO:rn20F9004FUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
+ dmi.product.family: ThinkPad T460s
+ dmi.product.name: 20F9004FUS
+ dmi.product.sku: LENOVO_MT_20F9_BU_Think_FM_ThinkPad T460s
+ dmi.product.version: ThinkPad T460s
+ dmi.sys.vendor: LENOVO
+ version.compiz: compiz 1:0.9.13.1+18.10.20180930-0ubuntu1
+ version.libdrm2: libdrm2 2.4.95-1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1
+ version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1
+ version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2.1
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1ubuntu1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214066/+files/BootLog.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] CurrentDmesg.txt

2018-11-18 Thread Jonathan Polak
apport information

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

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1803752] DkmsStatus.txt

2018-11-18 Thread Jonathan Polak
apport information

** Attachment added: "DkmsStatus.txt"
   
https://bugs.launchpad.net/bugs/1803752/+attachment/5214068/+files/DkmsStatus.txt

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

Title:
  HID inputs (mouse buttons and keyboard) stop responding when plug in
  DP monitor

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

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

[Bug 1802558] Re: linux-aws: 4.15.0-1028.29 -proposed tracker

2018-11-18 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Released

** 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 --
  kernel-stable-master-bug: 1803592
  phase: Uploaded
  reason:
prepare-package: Package not yet uploaded
+ kernel-stable-phase-changed:Monday, 19. November 2018 05:40 UTC
+ kernel-stable-phase:Uploaded

** 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 --
  kernel-stable-master-bug: 1803592
  phase: Uploaded
  reason:
-   prepare-package: Package not yet uploaded
- kernel-stable-phase-changed:Monday, 19. November 2018 05:40 UTC
- kernel-stable-phase:Uploaded
+   promote-to-proposed: Builds not complete

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

Title:
  linux-aws: 4.15.0-1028.29 -proposed tracker

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

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

[Bug 1803807] Re: Lock screen doesn't hide the screen contents

2018-11-18 Thread Daniel van Vugt
** Description changed:

+ https://gitlab.gnome.org/GNOME/gnome-shell/issues/794
+ 
+ ---
+ 
  Super+l needs to be pressed twice to lock the screen. Pressing the
  shortcut only once results in strange behavior. Locking the screen in
  general is buggy (e.g. dock is visible when screen is locked, once
  screen is unlocked the dock disappears even after pressing activities).
  These issues were not present in 18.04. I am on a fresh install of 18.10
  with gnome.
  
  See also:
  
https://askubuntu.com/questions/1082761/automatic-locking-screen-doesnt-work-in-ubuntu-18-10
  
https://askubuntu.com/questions/1085471/unable-to-login-again-after-screen-lock-also-gnome-hangs-if-able-to-login
  
https://askubuntu.com/questions/1090091/ubuntu-18-10-screen-lock-options-grayed-out
  
  1)
  Description:  Ubuntu 18.10
  Release:  18.10
  2)
  gdm3:
-   Installed: 3.30.1-1ubuntu5
-   Candidate: 3.30.1-1ubuntu5
-   Version table:
-  *** 3.30.1-1ubuntu5 500
- 500 http://us.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 3.30.1-1ubuntu5
+   Candidate: 3.30.1-1ubuntu5
+   Version table:
+  *** 3.30.1-1ubuntu5 500
+ 500 http://us.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
+ 100 /var/lib/dpkg/status
  gnome-shell:
-   Installed: 3.30.1-2ubuntu1
-   Candidate: 3.30.1-2ubuntu1
-   Version table:
-  *** 3.30.1-2ubuntu1 500
- 500 http://us.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 3.30.1-2ubuntu1
+   Candidate: 3.30.1-2ubuntu1
+   Version table:
+  *** 3.30.1-2ubuntu1 500
+ 500 http://us.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
+ 100 /var/lib/dpkg/status
  3)
  The lock screen should maintain the functionality present in 18.04. Pressing 
the shortcut once should lock the screen, no ui elements should remain on the 
locked screen, locking and unlocking the screen should not result in the dock 
disappearing.
  4)
  The lock screen no longer works. It is possible to view and interact with ui 
elements after pressing the lock shortcut. It is possible to view the dock when 
the screen is locked.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: gdm3 3.30.1-1ubuntu5
  ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
  Uname: Linux 4.18.0-11-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Nov 17 00:41:33 2018
  ExecutablePath: /usr/lib/gdm3/gdm-x-session
  InstallationDate: Installed on 2018-11-16 (1 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  ProcEnviron:
-  SHELL=/usr/bin/zsh
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  XDG_RUNTIME_DIR=
+  SHELL=/usr/bin/zsh
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  XDG_RUNTIME_DIR=
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

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

Title:
  Lock screen doesn't hide the screen contents

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

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

[Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2018-11-18 Thread Tim Richardson
Hi, I'm  tim richardson, a different entity to Red. 
I just tested my instructions twice and updated the notes to make sure they are 
reliable. There was one error which may have been signficant: I previously said 
to select the EFI partition as the location to install the boot loader during 
the ubuntu install. In fact, it should be the device, not a partition on the 
device.

No one has upvoted my answer or made any comment what-so-ever,
however,it seems to work.

https://askubuntu.com/questions/16988/how-do-i-install-ubuntu-to-a-usb-
key-without-using-startup-disk-creator/1056079#1056079

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

Title:
  installer uses first EFI system partition found even when directed
  otherwise

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

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

  1   2   3   4   >