[Bug 1766534] Re: libguestfs cannot start the qemu process on s390x

2018-08-12 Thread  Christian Ehrhardt 
Sorry, looking back I should have just said "see below" (as everything
was there) instead of "run and use it" that would have been much better.
Hope it is better now

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

Title:
  libguestfs cannot start the qemu process on s390x

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

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

[Bug 1766534] Re: libguestfs cannot start the qemu process on s390x

2018-08-12 Thread  Christian Ehrhardt 
Hi Steve,
while IBM wanted to do the testing I can agree that this was too short in the 
Template for the SRU Team. The description wasn't far away thou, as I said in 
the template "IBM outlined ...", so this is from the comments that already were 
in the bug and description.

I made sure by testing against the PPA that this works as expected.

(one way to) reproduce:
1. apt install libguestfs-tools python-libguestfs linux-image-generic qemu
2. sudo libguestfs-test-tool
This will by default break on e.g.:
  qemu-system-s390x: -device virtio-rng-pci,rng=rng0: MSI-X support is 
mandatory in the S390 architecture
  libguestfs: error: appliance closed the connection unexpectedly, see earlier 
error messages
3. (upgrade from ppa or proposed depending on what you test)
4. sudo libguestfs-test-tool
[...]
= TEST FINISHED OK =

I hope this better description will suffice, otherwise let me know.
I'll add it to the SRU template and set back to in progress to wait for 
re-review.

** Changed in: libguestfs (Ubuntu Bionic)
   Status: Incomplete => In Progress

** Description changed:

  [Impact]
  
-  * the way libguestfs launches libvirt is not working on s390x
- 
-  * backport fixes to work on that platform as well
- 
-  * The TL;DR of the changes is to add arch specific options to the calls
+  * the way libguestfs launches libvirt is not working on s390x
+ 
+  * backport fixes to work on that platform as well
+ 
+  * The TL;DR of the changes is to add arch specific options to the calls
  being made
  
  [Test Case]
  
-  * TL;DR: install and use libguestfs-tools on s390x
-IBM outlined a test using the libvrtguestfs-test-tool, but that is 
-just one of too many options to try - find more details in the comments 
below.
-Note: IBM will assist in verifying those and already has on the PPA
+  * Note: IBM will assist in verifying those and already has on the PPA
+  * To run yourself from the original description you can use 
libguestfs-test-tool:
+   1. apt install libguestfs-tools python-libguestfs linux-image-generic qemu
+   2. sudo libguestfs-test-tool
+   This will by default break on e.g.:
+ qemu-system-s390x: -device virtio-rng-pci,rng=rng0: MSI-X support is 
mandatory in the S390 architecture
+ libguestfs: error: appliance closed the connection unexpectedly, see 
earlier error messages
+   3. (upgrade from ppa or proposed depending on what you test)
+   4. sudo libguestfs-test-tool
+ [...]
+ = TEST FINISHED OK =
  
  [Regression Potential]
  
-  * This modifies how arguments are created, but it does so only for s390x so 
the regression should be limited to that architecture.
-The issue would be that it doesn't start properly, but since that is the 
current state there is no real regression - it would just replacve one way of 
failing for another - and since the tests by IBM on the PPA were good we are 
convinced that even that regression-risk would not trigger.
- 
-  * The FTBFS is a build time only change and should not trigger
+  * This modifies how arguments are created, but it does so only for s390x so 
the regression should be limited to that architecture.
+    The issue would be that it doesn't start properly, but since that is the 
current state there is no real regression - it would just replacve one way of 
failing for another - and since the tests by IBM on the PPA were good we are 
convinced that even that regression-risk would not trigger.
+ 
+  * The FTBFS is a build time only change and should not trigger
  regressions later on.
  
  [Other Info]
-  
-  * Along the fix requested this fixes an FTBFS in Bionic due to the move to a 
new default JDK version.
+ 
+  * Along the fix requested this fixes an FTBFS in Bionic due to the move
+ to a new default JDK version.
  
  ---
  
  The libguestfs versions < 1.37.22 don't work on s390x, as they don't
  contain the patches which include the s390x specifics to instruct qemu-kvm
  correctly. Ubuntu 16.04 contains an older version than that, which makes
  libguestfs not usable on s390x.
  
  Steps to reproduce
  ==
  A chronological list of steps which will bring off the issue I noticed:
  
  mz@s390xhost$ docker run -it --privileged --rm ubuntu:xenial bash
  root@5dde0aef5d2e:/#
  root@5dde0aef5d2e:/#
  root@5dde0aef5d2e:/# apt update
  root@5dde0aef5d2e:/# DEBIAN_FRONTEND=noninteractive apt install -y \
  libguestfs-tools \
  python-libguestfs \
  linux-image-generic \
  qemu
  root@5dde0aef5d2e:/#
  root@5dde0aef5d2e:/#
  root@5dde0aef5d2e:/# export LIBGUESTFS_DEBUG=1
  root@5dde0aef5d2e:/# export LIBGUESTFS_TRACE=1
  root@5dde0aef5d2e:/# libguestfs-test-tool
  
  Expected result
  ===
  The libguestfs-test-tool passes and I can use it on s390x.
  
  To check if qemu on s390x works independently from libguestfs, I use this
  command:
  
  root@5dde0aef5d2e:/# qemu-system-s390x \
  -enable-kvm \
  -nographic \
  

[Bug 1767956] Re: gnome-shell crashed with SIGSEGV in meta_gpu_kms_new() from meta_monitor_manager_kms_initable_init() from g_initable_new_valist() from g_initable_new() from meta_backend_create_monit

2018-08-12 Thread Daniel van Vugt
Marco, do you mean this one?

https://gitlab.gnome.org/GNOME/mutter/issues/223

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

Title:
  gnome-shell crashed with SIGSEGV in meta_gpu_kms_new() from
  meta_monitor_manager_kms_initable_init() from g_initable_new_valist()
  from g_initable_new() from meta_backend_create_monitor_manager()

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

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

[Bug 1786729] [NEW] execveat03 in ubuntu_ltp_syscalls failed on Xenial AWS

2018-08-12 Thread Po-Hsu Lin
Public bug reported:

This is a POTENTIAL REGRESSION.

PASSED with 4.4.0-1063-aws
FAILED with 4.4.0-1064-aws in proposed

This is a new test case added 4 days ago.
>From the commit message it looks like this is a test case for commit 
>8db6c34f1dbc:
The regression is introduced from 8db6c34f1dbc ("Introduce v3 namespaced
file capabilities"). Overlayfs and possibly other networking filesystems
unhash the dentry on unlink, fail on this test with above change.

However this commit has been applied in the Xenial AWS kernel
(14985d791) with bug 1778286

This might have something to do with the way how we backport it (the
EINVAL return value is the clue)


<<>>
tag=execveat03 stime=1534135632
cmdline="execveat03"
contacts=""
analysis=exit
<<>>
incrementing stop
tst_test.c:1017: INFO: Timeout per run is 0h 05m 00s
execveat03.c:70: FAIL: execveat() returned unexpected errno: EINVAL

Summary:
passed   0
failed   1
skipped  0
warnings 0
<<>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<>>

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-1064-aws 4.4.0-1064.74
ProcVersionSignature: User Name 4.4.0-1064.74-aws 4.4.140
Uname: Linux 4.4.0-1064-aws x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Mon Aug 13 04:51:09 2018
Ec2AMI: ami-529fb82a
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-west-2b
Ec2InstanceType: x1e.xlarge
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
SourcePackage: linux-aws
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ec2-images package-from-proposed xenial

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

Title:
  execveat03 in ubuntu_ltp_syscalls failed on Xenial AWS

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

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

[Bug 1784302] Re: linux: 4.4.0-132.158 -proposed tracker

2018-08-12 Thread Taihsiang Ho
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-testing/xenial/4.4.0-132.158
/xenial-proposed-published.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => 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/1784302

Title:
  linux: 4.4.0-132.158 -proposed tracker

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

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

[Bug 1772996] Re: grub2 installion failed fatal error installion crashes

2018-08-12 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  grub2 installion failed fatal error installion crashes

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

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

[Bug 1776040] Re: bug report

2018-08-12 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  bug report

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

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

[Bug 1776248] Re: package bsd-mailx 8.1.2-0.20160123cvs-4 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-08-12 Thread Launchpad Bug Tracker
[Expired for bsd-mailx (Ubuntu) because there has been no activity for
60 days.]

** Changed in: bsd-mailx (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package bsd-mailx 8.1.2-0.20160123cvs-4 failed to install/upgrade:
  problemas de dependência - deixando desconfigurado

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsd-mailx/+bug/1776248/+subscriptions

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

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

2018-08-12 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

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

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

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

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

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

[Bug 1776108] Re: Resume after hibernate/suspend fails

2018-08-12 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Resume after hibernate/suspend fails

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

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

[Bug 1776594] Re: getting system error popup

2018-08-12 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  getting system error popup

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

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

[Bug 1776425] Re: could not install updates

2018-08-12 Thread Launchpad Bug Tracker
[Expired for shim-signed (Ubuntu) because there has been no activity for
60 days.]

** Changed in: shim-signed (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  could not install updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1776425/+subscriptions

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

[Bug 1776215] Re: i lost my menu and title bar

2018-08-12 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  i lost my menu and title bar

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

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

[Bug 1776592] Re: error: snapshot dump failed

2018-08-12 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  error: snapshot dump failed

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

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

[Bug 1776325] Re: Error messages during boot - Ubuntu 18.04 & Mint19

2018-08-12 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Error messages during boot - Ubuntu 18.04 & Mint19

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

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

[Bug 1776407] Re: intel_do_flush_locked failed:Bad address

2018-08-12 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  intel_do_flush_locked failed:Bad address

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

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

[Bug 1786495] Re: [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No sound at all

2018-08-12 Thread tnt1818
Try alsamixer, press F6 select HDA Intel PCH, then disable Auto-Mute. I
attached my configuration on my M4800

** Attachment added: "configuration"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1786495/+attachment/5174612/+files/Screenshot%20from%202018-08-13%2011-09-04.png

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

Title:
  [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No
  sound at all

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

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

[Bug 1504697] Re: Message>Move does not work first time

2018-08-12 Thread Humphrey van Polanen Petel
see attached photo (taken with my phone, because I can't figure out how
to take a screen shot here).

** Attachment added: "photo of screen at the time of problem"
   
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1504697/+attachment/5174611/+files/IMG00020.jpg

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

Title:
  Message>Move does not work first time

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

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

[Bug 1497814] Re: g_slice_set_config problem

2018-08-12 Thread Paul White
Thanks for your reply. I think this was a problem in glib2.0, possibly
apport but the bug was filed incorrectly against xorg so moved here and
forgotten about. Errors such as these attract a lot of attention so the
issue must have fixed, Further issues such as these are probably best
reported against glib2.0. Closing as "Invalid".

** Changed in: ubuntu
   Status: Incomplete => Invalid

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

Title:
  g_slice_set_config problem

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

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

[Bug 1770090] Re: byobu-config can't run on Ubuntu 18(python 3)

2018-08-12 Thread Lance Tien
apt removed and autoremoved byobu, then I downloaded the code from

git clone -b ubuntu/bionic
https://git.launchpad.net/ubuntu/+source/byobu

but make install failed. It says

Making install in etc/byobu
make[1]: Entering directory '/home/lance/byobu/etc/byobu'
make[2]: Entering directory '/home/lance/byobu/etc/byobu'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/lance/byobu/etc/byobu/'
 /usr/bin/install -c -m 644 backend socketdir '/home/lance/byobu/etc/byobu/'
/usr/bin/install: 'backend' and '/home/lance/byobu/etc/byobu/backend' are the 
same file
/usr/bin/install: 'socketdir' and '/home/lance/byobu/etc/byobu/socketdir' are 
the same file
Makefile:259: recipe for target 'install-etcDATA' failed
make[2]: *** [install-etcDATA] Error 1
make[2]: Leaving directory '/home/lance/byobu/etc/byobu'
Makefile:329: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/home/lance/byobu/etc/byobu'
Makefile:335: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

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

Title:
  byobu-config can't run on Ubuntu 18(python 3)

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

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

[Bug 1076351] Re: Fallo de ubiquity instalando grub

2018-08-12 Thread Erick Rafael Vazquez Leyte
** Changed in: grub-installer (Ubuntu)
 Assignee: (unassigned) => Erick Rafael Vazquez Leyte (leyte)

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

Title:
  Fallo de ubiquity instalando grub

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

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

[Bug 1786685] Re: with debug on : systemlog fills up with ati switch messages

2018-08-12 Thread Daniel van Vugt
Can you please attach (at least some of) the system log with the
messages you describe?

** Package changed: xorg (Ubuntu) => ubuntu

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

Title:
  with debug on : systemlog fills up with ati switch messages

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

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

[Bug 1786669] Re: Xorg freeze / nvidia-driver-390 does not boot

2018-08-12 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Tags added: nvidia

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

Title:
  Xorg freeze / nvidia-driver-390 does not boot

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

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

[Bug 1786612] Re: during startup after reboot, WM freezes before the login application displays anytbing

2018-08-12 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1727356 ***
https://bugs.launchpad.net/bugs/1727356

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


** This bug has been marked a duplicate of bug 1727356
   Login screen never appears on early generation Intel GPUs (Core2 and Atom 
etc)

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

Title:
  during startup after reboot, WM freezes before the login application
  displays anytbing

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

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

[Bug 1786647] Re: Unable to boot Ubuntu 18.04.1 without radeon.dpm set to 0

2018-08-12 Thread Daniel van Vugt
It appears you are using unsupported graphics driver packages from a PPA:
LP-PPA-oibaf-graphics-drivers

Please remove the PPA from your system using the 'ppa-purge' command and
see if the problem persists. If it does then please open a new bug by
then running:

  ubuntu-bug gnome-shell


** Tags added: radeon

** Package changed: xorg (Ubuntu) => ubuntu

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

Title:
  Unable to boot Ubuntu 18.04.1 without radeon.dpm set to 0

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

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

[Bug 1786579] Re: If I change inputs or turn off my TV, my windows will change positions

2018-08-12 Thread Daniel van Vugt
I think this is correct and not a bug.

Windows will always move/resize when the monitor they were on changes.
So you would need to find a hardware setup where the computer never
detects the "monitor" is changing. It does sound like the receiver is
advertising a different resolution to your TV, so effectively the
computer sees that as a change in monitor every time you switch.

As a workaround you might find keeping the window smaller, or at least
not maximized, will work. But I don't think this is a bug. The computer
seems to be doing the right thing for when the connected display
attributes change.

** Changed in: gnome-shell (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/1786579

Title:
  If I change inputs or turn off my TV, my windows will change positions

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

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

[Bug 1786532] Re: Microphones don't work after rebooting

2018-08-12 Thread Daniel van Vugt
** Package changed: gnome-shell (Ubuntu) => gnome-control-center
(Ubuntu)

** Also affects: pulseaudio (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/1786532

Title:
  Microphones don't work after rebooting

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

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

[Bug 1786502] Re: Screen flickering continuous horizontal bars repainting

2018-08-12 Thread Daniel van Vugt
It appears you are using unsupported graphics driver packages from a PPA:
LP-PPA-oibaf-graphics-drivers

Please remove the PPA from your system using the 'ppa-purge' command and
see if the problem persists. If it does then please open a new bug by
then running:

  ubuntu-bug gnome-shell


** Summary changed:

- SCreen flickering continuous horizontal bars repainting
+ Screen flickering continuous horizontal bars repainting

** Description changed:

- The screen st robing happens kindof like we try to take video on the old
+ The screen strobing happens kind of like we try to take video on the old
  TV's
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Aug 10 08:39:23 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
-  bcmwl, 6.30.223.271+bdcom, 4.15.0-29-generic, x86_64: installed
-  bcmwl, 6.30.223.271+bdcom, 4.15.0-30-generic, x86_64: installed
+  bcmwl, 6.30.223.271+bdcom, 4.15.0-29-generic, x86_64: installed
+  bcmwl, 6.30.223.271+bdcom, 4.15.0-30-generic, x86_64: installed
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller [103c:2ac5]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller [103c:2ac5]
  InstallationDate: Installed on 2018-07-28 (12 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Hewlett-Packard HP Omni 120-1050xt Intel (Leon) 3C NA PC
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic 
root=UUID=c493744a-7c5a-4a8a-a960-81900d0dc3ad ro quiet splash amdgpu.dc=0 
vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/08/2011
  dmi.bios.vendor: AMI
  dmi.bios.version: LEO_703
  dmi.board.name: 2AC5
  dmi.board.vendor: Quanta
  dmi.board.version: 000
  dmi.chassis.asset.tag: 2MD14707SX
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAMI:bvrLEO_703:bd09/08/2011:svnHewlett-Packard:pnHPOmni120-1050xtIntel(Leon)3CNAPC:pvr:rvnQuanta:rn2AC5:rvr000:cvnHewlett-Packard:ct3:cvr:
  dmi.product.family: 103C_53316J G=D
  dmi.product.name: HP Omni 120-1050xt Intel (Leon) 3C NA PC
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.93+git1808081830.f4f61e~oibaf~b
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.3~git1808080730.cfe69d~oibaf~b
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.3~git1808080730.cfe69d~oibaf~b
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:18.0.99+git1808031933.740f08~oibaf~b
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1807201025.3d3950~oibaf~b
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.15+git1807201019.ac8f7b~oibaf~b

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

** Package changed: xorg (Ubuntu) => ubuntu

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

Title:
  Screen flickering continuous horizontal bars repainting

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

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

[Bug 1786579] Re: Resolution issues when using an audio/video receiver

2018-08-12 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => gnome-shell (Ubuntu)

** Summary changed:

- Resolution issues when using an audio/video receiver
+ If I change inputs or turn off my TV, my windows will change positions

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

Title:
  If I change inputs or turn off my TV, my windows will change positions

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

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

[Bug 1731823] Re: [Feature] New PKG-UPM (Useful Packages & Modules) Sensor/Actuator repository for MRAA

2018-08-12 Thread quanxian
** Information type changed from Proprietary to Private

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

** Information type changed from Private to Public

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

Title:
  [Feature] New PKG-UPM (Useful Packages & Modules) Sensor/Actuator
  repository for MRAA

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

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

[Bug 1745897] Re: [Feature][KVM][Crystal Ridge] Support MAP_SYNC

2018-08-12 Thread quanxian
** Information type changed from Proprietary to Private

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

** Information type changed from Private to Public

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

Title:
  [Feature][KVM][Crystal Ridge] Support MAP_SYNC

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

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

[Bug 1727742] Re: "peek" hangs gnome-shell Wayland sessions (but not Xorg)

2018-08-12 Thread Bug Watch Updater
** Changed in: gnome-shell
   Status: Confirmed => Fix Released

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

Title:
  "peek" hangs gnome-shell Wayland sessions (but not Xorg)

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

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

[Bug 1764358] Re: [RAS] Log CPU microcode version in machine check error logs

2018-08-12 Thread quanxian
** Information type changed from Proprietary to Private

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

** Information type changed from Private to Public

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

Title:
  [RAS] Log CPU microcode version in machine check error logs

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

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

[Bug 1786395] Re: Bluetooth will not search on 16.04 lts

2018-08-12 Thread Daniel van Vugt
** Changed in: bluez (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/1786395

Title:
  Bluetooth will not search on 16.04 lts

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

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

[Bug 1741383] Re: [Feature] Runtime PM for native PCIe hotplug ports

2018-08-12 Thread quanxian
** Information type changed from Proprietary to Private

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

** Information type changed from Private to Public

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

Title:
  [Feature] Runtime PM for native PCIe hotplug ports

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

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

[Bug 1780475] Re: Fatal IO error 11 on totem startup when using the Nvidia binary driver

2018-08-12 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

3. If step 2 also failed then apply the workaround from bug 994921,
reboot, reproduce the crash, and retry step 1.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.


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

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

Title:
  Fatal IO error 11 on totem startup when using the Nvidia binary driver

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

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

[Bug 1785834] Re: Screen randomly turns black minutes after successfully login with GDM

2018-08-12 Thread Daniel van Vugt
** 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/1785834

Title:
  Screen randomly turns black minutes after successfully login with GDM

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

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

[Bug 1786046] Re: Bypass Login Screen by replugging in external monitors

2018-08-12 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1786046

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: gdm3 (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/1786046

Title:
  Bypass Login Screen by replugging in external monitors

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

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

[Bug 1785993] Re: Please merge mpv 0.29 from Debian

2018-08-12 Thread Daniel van Vugt
That's inappropriate for significant version upgrades, which this is. We
usually handle large upgrades without using debdiffs.

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

Title:
  Please merge mpv 0.29 from Debian

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

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

[Bug 1699388] Re: gdm3 crashed with SIGSEGV in gdm_settings_get_value from get_value from gdm_settings_direct_get_boolean from gdm_local_display_factory_sync_seats

2018-08-12 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 17.10 (artful) reached end-of-life on July 19, 2018.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Summary changed:

- gdm3 crashed with SIGSEGV  -- error after login using gdm3 greeter with 
Cinnamon Desktop using 4.12 rc 5 kernel.  No symptoms so far besides error 
message
+ gdm3 crashed with SIGSEGV in gdm_settings_get_value from get_value from 
gdm_settings_direct_get_boolean from gdm_local_display_factory_sync_seats

** Changed in: gdm3 (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/1699388

Title:
  gdm3 crashed with SIGSEGV in gdm_settings_get_value from get_value
  from gdm_settings_direct_get_boolean from
  gdm_local_display_factory_sync_seats

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

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

[Bug 1731821] Re: [Feature] New PKG-libmraa - Low Level Skeleton Library for Communication on GNU/Linux platforms

2018-08-12 Thread quanxian
** Information type changed from Proprietary to Private

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

** Information type changed from Private to Public

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

Title:
  [Feature] New PKG-libmraa - Low Level Skeleton Library for
  Communication on GNU/Linux platforms

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

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

[Bug 1716800] Re: VLC fails to enable VA-API acceleration in Ubuntu 17.10

2018-08-12 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 17.10 (artful) reached end-of-life on July 19, 2018.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Tags added: artful

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

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

Title:
  VLC fails to enable VA-API acceleration in Ubuntu 17.10

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

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

[Bug 1663528] Re: pulseaudio assert failure: pulseaudio: mixer.c:929: snd_mixer_elem_get_callback_private: Assertion `mixer' failed.

2018-08-12 Thread Daniel van Vugt
Sorry, my mistake. Yes you and 1000 other people have reported this
against 18.04.

** Changed in: pulseaudio (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  pulseaudio assert failure: pulseaudio: mixer.c:929:
  snd_mixer_elem_get_callback_private: Assertion `mixer' failed.

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

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

[Bug 1771245] Re: [ICL] Touch support

2018-08-12 Thread quanxian
this is ICL platform which not published, could not be public now.

** Information type changed from Public to Private

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

Title:
  [ICL] Touch support

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

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

[Bug 1670022] Re: Pulseaudio volume master breaks after plugging in headphones

2018-08-12 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1670022

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  Pulseaudio volume master breaks after plugging in headphones

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

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

[Bug 1228263] Re: Volume control doesn't work automatically when connecting Bluetooth device.

2018-08-12 Thread Daniel van Vugt
** Changed in: bluez (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided => Wishlist

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

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

Title:
  Volume control doesn't work automatically when connecting Bluetooth
  device.

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

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

[Bug 1574511] Re: Screen re activated imidiatlly after idle

2018-08-12 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1574511

When reporting bugs in the future please use apBUGNUMBERport by using
'ubuntu-bug' and the name of the package affected. You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  Screen re activated imidiatlly after idle

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

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

[Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-08-12 Thread you
Yes, can I send you my email in PM in some way from here?

BTW, I've made a fresh install of 18.04 with irvs params.

dmesg looks really different with the kernel : (uploaded on jsfiddle as
you can see the RED lines quickly)

with default 4.15 kernel : https://jsfiddle.net/qg34bury/
with last 4.18.0 kernel : https://jsfiddle.net/pkchrt6n/

I didnt installed amdgpu pro... Don't know how and I guess it's not
really necessary as all is working good. (dont need nomodeset or
anything and no crash)

and there is my TEMPS after 30 mins at low usage :
https://prnt.sc/khu5dy

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

Title:
  Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't
  load, kernel freeze  (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

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

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

[Bug 1504697] Re: Message>Move does not work first time

2018-08-12 Thread gf
Tested in Ubuntu 16.04, Thunderbird 52.9.1 (64-bit) and could not
replicate the problem.

Tested in Ubuntu 18.04, Thunderbird 52.9.1 (64-bit) and could not
replicate the problem.

Tested in Ubuntu 18.04, Thunderbird beta version 57.0b2 (64-bit) and
could not replicate the problem.

Haven't figured out how to test in Thunderbird version 60 yet.
Thanks
G

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

Title:
  Message>Move does not work first time

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

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

[Bug 1497814] Re: g_slice_set_config problem

2018-08-12 Thread Humphrey van Polanen Petel
Can't remember whether I have seen it since, but I think not.

I guess it could have been a side effect of a piece of code that had
another problem since resolved.  If so the problem could return.  What I
am trying to say is that it might be worth tagging bugs like this one so
that they will turn up in a search even if closed.

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

Title:
  g_slice_set_config problem

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

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

[Bug 1746340] Re: Samsung SSD corruption (fsck needed)

2018-08-12 Thread Lucas Zanella
Hi hariprasad. If possible, you could try our patched kernel which
disables ASPM:  https://people.canonical.com/~khfeng/pm961-disable-
aspm/. It worked for me but only when I added the nvme-
core.default_ps_max_latency_us=1500 kernel parameter. Maybe you can try
some day. We're still investigating the issue. When Kai Heng send me the
patch I can try it and see what changes.

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

Title:
  Samsung SSD corruption (fsck needed)

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

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

[Bug 1766161] Re: package get updated even though locked in Synaptic

2018-08-12 Thread Humphrey van Polanen Petel
It is heartening that know that even old bugs are not forgotten.
Thank you.
Humphrey

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

Title:
  package get updated even though locked in Synaptic

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

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

[Bug 1261000] Re: package cups-daemon 1.7.0~rc1-0ubuntu5.1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2018-08-12 Thread gf
Hello Dwight,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1261000
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

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

Title:
  package cups-daemon 1.7.0~rc1-0ubuntu5.1 failed to install/upgrade:
  Package is in a very bad inconsistent state - you should  reinstall it
  before attempting configuration.

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

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

[Bug 1602941] Re: Draw cannot be loaded in 16.04 (Repackage needed since gcl has changed?)

2018-08-12 Thread ernesto
Hi,

I just update from Mint 17 Cinnamon to 18 Cinnamon and found the same
problem. Lurking a little in the Internet I discover no one has a clear
solution so I tried myself.

After a little playing I came up with two solutions:
a.1) remove Maxima 5.37.2 completely from your system,
a.2) go to SourceForge 
(https://sourceforge.net/projects/maxima/files/Maxima-Linux/5.41.0-Linux/),
 get Maxima Linux directory and install (5.41.0 version):

 i) maxima-common_5.41.0-6_all.deb (remember maxima-common first)
 ii) maxima-clisp_5.41.0-6_amd64.deb
 iii) maxima-ecl_5.41.0-6_amd64.deb
 iv) maxima-gcl_5.41.0-6_amd64.deb
 v) maxima-sbcl_5.41.0-6_amd64.deb

a.3) go to your preferred software installer (Synaptic for me) and
install wxMaxima.

You will end with a working Maxima up to date environment.

For those more technical biased the problem is in the 
/usr/share/maxima/5.37.2/draw/draw.lisp
file. To solver it you should (remember you will need "root privileges":

b.1) replace the line

   (load (merge-pathnames (make-pathname :name "draw" :type "system")
 #-gcl *load-pathname*
 #+gcl sys:*load-pathname*))

b.2) with the line

   (load (merge-pathnames (make-pathname :name "draw" :type "system")
 (maxima-load-pathname-directory)))

and the problem is solve (at least for me). You should end with a Maxima 5.37.2
working environment.

Good Luck,

Ernesto

PS: Internet community help me a lot along the years, happy to return.

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

Title:
  Draw cannot be loaded in 16.04 (Repackage needed since gcl has
  changed?)

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

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

[Bug 1257254] Re: cupsaddsmb doesn't filter out all PJL commands from PPD

2018-08-12 Thread gf
Hello Ferry,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1257254
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/1257254

Title:
  cupsaddsmb doesn't filter out all PJL commands from PPD

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

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

[Bug 1245249] Re: Failed /usr/lib/libstdc++.so.5 in amd64 architecture

2018-08-12 Thread gf
Hello Wildman,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1245249
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/1245249

Title:
  Failed /usr/lib/libstdc++.so.5 in amd64 architecture

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

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

[Bug 1777238] Re: video lag

2018-08-12 Thread Boris
Hi Zoltan.  This computer (HP Envy 17 Leap Motion SE) is a fresh install
of 18.04.  I upgraded my Dell Inspiron from 16.04 and don't have the
issue.  Very weird.

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

Title:
  video lag

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

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

[Bug 1241643] Re: package cups 1.7.0~rc1-0ubuntu5 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2018-08-12 Thread gf
Hello Sven,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1241643
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/1241643

Title:
  package cups 1.7.0~rc1-0ubuntu5 failed to install/upgrade: subproces
  installed post-installation script gaf een foutwaarde 1 terug

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

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

[Bug 1233766] Re: NX printing fails because cupsd is denied access to $HOME/.nx/*/cups by apparmor

2018-08-12 Thread gf
Hello Gregg,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1233766
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/1233766

Title:
  NX printing fails because cupsd is denied access to $HOME/.nx/*/cups
  by apparmor

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

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

[Bug 1245175] Re: package cups 1.5.3-0ubuntu8 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2018-08-12 Thread gf
Hello Aleidus,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1245175
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/1245175

Title:
  package cups 1.5.3-0ubuntu8 failed to install/upgrade: subproces
  installed post-installation script gaf een foutwaarde 1 terug

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

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

[Bug 1231630] Re: Prints to DYMO LabelWriter 450 are cut by prints to OKI printer

2018-08-12 Thread gf
Hello Alex,
Thank you for submitting this bug and all the error logs with regard to your 
problem with cups.  You made this bug report some time ago and Ubuntu and cups 
have been updated since then. 

It also looks like possibly the USB directly connecting to the PC
(rather than through a USB hub) may have fixed the problem for you?

Could you confirm that this is no longer a problem and that we can close
the ticket?

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/1231630

Title:
  Prints to DYMO LabelWriter 450 are cut by prints to OKI printer

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

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

[Bug 1232067] Re: package cups-daemon 1.6.2-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-08-12 Thread gf
Hello BunnyBoy,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1232067
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/1232067

Title:
  package cups-daemon 1.6.2-1ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1200009] Re: HP 1102 does not print

2018-08-12 Thread gf
Hello Istarion-rus,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 129
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/129

Title:
  HP 1102 does not print

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

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

[Bug 1217362] Re: package cups 1.7.0~rc1-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2018-08-12 Thread gf
Hello Micu,
Thank you for submitting this bug and reporting a problem with cups.  You made 
this bug report some time ago and Ubuntu and cups have been updated since then. 

Could you confirm that this is no longer a problem and that we can close the 
ticket? 
If it is still a problem, are you still interested in finding a solution to 
this bug? 
If you are, could you let us know and, in the current version, could you run 
the following (only once):
apport-collect 1217362
and upload the updated logs and and any other logs that are relevant for this 
particular issue. 

Thank you again for helping make Ubuntu and cups better. 
G

** Changed in: cups (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/1217362

Title:
  package cups 1.7.0~rc1-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 127

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

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

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-08-12 Thread Layke
So I was able to get everything working on 16.04 with nvidia-384. I
tried many a different things on 18.04 with nvidia-390 and nvidia-396
but no luck including using proposed Bionic Beaver but no luck. If I can
help report anything though I'd be glad to post it if you tell me what
you need from my system. I hope this bug is fixed soon. 18.04 LTS is an
improvement on 16.04 LTS I thought from my brief exposure to the system.
This setup seems to run slower compared to Bionic Beaver.

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

Title:
  nvidia-390 fails to boot graphical display

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

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

[Bug 1777238] Re: video lag

2018-08-12 Thread Zoltán Süle
the situation is much better after unchecking v-sync, but still not
perfect.

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

Title:
  video lag

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

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

[Bug 1775717] Re: CPU/GPU Fans suddenly go 100% RPM on Asus ROG G752VT

2018-08-12 Thread Christopher M. Penalver
whl2:

1) The latest mainline kernel is now 4.18 (not 4.18-rc). Could
you please advise to this?

2) When using 16.04, did you use 3rd party fan software or was it a
default install?

3) To further narrow down the regression, could you please test 4.4.5
and respond with the results?

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

Title:
  CPU/GPU Fans suddenly go 100% RPM on Asus ROG G752VT

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

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

[Bug 1579763] Re: Startup notification does not work in Ubuntu 16.04

2018-08-12 Thread Theo Linkspfeifer
*** This bug is a duplicate of bug 1582669 ***
https://bugs.launchpad.net/bugs/1582669

** This bug has been marked a duplicate of bug 1582669
   Invisible mouse and cursor when GDK_CORE_DEVICE_EVENTS  set to true

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

Title:
  Startup notification does not work in Ubuntu 16.04

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

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

[Bug 1561850] Re: The key XF86AudioMicMute is unbounded

2018-08-12 Thread Theo Linkspfeifer
** Package changed: xfwm4 (Ubuntu) => xubuntu-default-settings (Ubuntu)

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

Title:
  The key XF86AudioMicMute is unbounded

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

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

[Bug 1082900] Re: cant update via ubuntu file manager

2018-08-12 Thread gf
Hi again, Arnim. Thank you for the apport information.

So, is this bug still a problem in your current version of Ubuntu?

Thanks
:)
G

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

Title:
  cant update via ubuntu file manager

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

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

[Bug 1175221] Re: printing to secure windows print server requires repeated password entry

2018-08-12 Thread gf
Thanks for the update, Ray. I will close the report now.
Have a great day!
:)
G

Closed per reporter’s feedback.

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

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

Title:
  printing to secure windows print server requires repeated password
  entry

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

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

[Bug 1168450] Re: Printing to USB Printer Hangs

2018-08-12 Thread gf
Thanks again, John. I will close the report now. Sorry to keep bugging you. 
Just clearing up these old tickets.
Have a great day!
:)
G

Closed per reporter’s feedback.

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

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

Title:
  Printing to USB Printer Hangs

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

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

[Bug 1187710] Re: Sometimes garbage sent to printer

2018-08-12 Thread gf
Thanks for the update, John. I will close the report now.
Have a great day!
:)
G

Closed per reporter’s feedback.

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

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

Title:
  Sometimes garbage sent to printer

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

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

[Bug 1777238] Re: video lag

2018-08-12 Thread Zoltán Süle
Thanks Boris! The video was taken in 2012, but I experience these kind of 
problems since the upgrade from 16.04 to 18.04.
I had 10.04, 12.04 and 16.04 before without these issues.

I experience more problems with the kernel 4.15.0-30 and it looks much
better with kernel 4.17.0-x. Some upgrades make it better, some upgrades
make it worse.

I also run a Debian test system without these issues.

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

Title:
  video lag

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

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

[Bug 1712181] Re: Error installing OBS studio on AMD Ubuntu 17.4

2018-08-12 Thread Mauro Risonho de Paula Assumpção
Manually removed
sudo apt-get remove libobs0

sudo apt-get update

sudo apt-get install obs-studio -y

It`s Works!

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

Title:
  Error installing OBS studio on AMD Ubuntu 17.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/obs-studio/+bug/1712181/+subscriptions

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

[Bug 1786611] Re: Retext search does not work in Preview mode (both WebKit and non-WebKit)

2018-08-12 Thread Bug Watch Updater
** Changed in: retext
   Status: Unknown => New

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

Title:
  Retext search does not work in Preview mode (both WebKit and non-
  WebKit)

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

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

[Bug 1766161] Re: package get updated even though locked in Synaptic

2018-08-12 Thread gf
Thanks for your thoughts on this. I agree and I will get someone to change the 
status.
Take care
:)
G

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

Title:
  package get updated even though locked in Synaptic

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

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

[Bug 1768562] Re: calling "xscreensaver-command -deactivate" every 20 seconds

2018-08-12 Thread Theo Linkspfeifer
xfce4-settings-editor -> /xfce4-power-manager/presentation-mode

This property is created once the checkbox in the panel plugin is turned
on. So, the presentation mode should not be active unless the user
actually activates it.

I have changed the status to 'Incomplete' due to not being able to
verify the issue (tested in a VM).

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

Title:
  calling "xscreensaver-command -deactivate" every 20 seconds

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

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

[Bug 1496216] Re: package dphys-swapfile 20100506-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-08-12 Thread Axel Beckert
** Changed in: dphys-swapfile (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: dphys-swapfile (Ubuntu)
 Assignee: (unassigned) => Axel Beckert (xtaran)

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

Title:
  package dphys-swapfile 20100506-1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dphys-swapfile/+bug/1496216/+subscriptions

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

[Bug 1650890] Re: package dphys-swapfile 20100506-1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2018-08-12 Thread Axel Beckert
*** This bug is a duplicate of bug 1496216 ***
https://bugs.launchpad.net/bugs/1496216

This is indeed a duplicate of #1496216. The timemout message is not
visible in the dpkg terminal output there, but in the journal error
messages.

** This bug has been marked a duplicate of bug 1496216
   package dphys-swapfile 20100506-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package dphys-swapfile 20100506-1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dphys-swapfile/+bug/1650890/+subscriptions

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

[Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-08-12 Thread Richard Baka
I'm glad you did it. 
Why does the kernel not find the correct addres like lspci? This is a good 
question. Maybe the kernel doesn't know what to search.
I have a somewhat fixed (not perfectly) DSDT/SSDT for A315-41G (Ryzen 5 + 
Radeon vega 8/Radeon 535) which provides a better cpu power management(CPU 
temperature can decrease under 50C) like using the kernel  parameter only. If 
you send me a mail I can give it to you but I don't guarantee an error-free 
behavior.

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

Title:
  Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't
  load, kernel freeze  (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

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

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

[Bug 1786721] Re: Xorg crashed (logged out when resume from suspend) with signal 7 in XkbDeviceApplyKeymap()

2018-08-12 Thread Apport retracing service
*** This bug is a duplicate of bug 1774723 ***
https://bugs.launchpad.net/bugs/1774723

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1774723
   Xorg/Xwayland crashed with signal 7 in XkbCopyKeymap() from XkbCopyKeymap() 
from XkbDeviceApplyKeymap() from CopyKeyClass() from DeepCopyKeyboardClasses()

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed  (logged out when resume from suspend) with signal 7 in
  XkbDeviceApplyKeymap()

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

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

[Bug 1786721] [NEW] Xorg crashed (logged out when resume from suspend) with signal 7 in XkbDeviceApplyKeymap()

2018-08-12 Thread Mohammad Hizzani
Public bug reported:

Xorg crached when using nvidia 390 driver when suspend or turn off the
screen, it logs out where the greeting screen says `login` instead of
`Unlock` and when enter all applications are closed ( the session was
killed).

ProblemType: Crash
DistroRelease: Ubuntu 18.04
Package: xserver-xorg-core 2:1.19.6-1ubuntu4
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..03.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:03:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
 GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CrashCounter: 1
Date: Sun Aug 12 23:56:17 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 390.48, 4.15.0-29-generic, x86_64: installed
 nvidia, 390.48, 4.15.0-30-generic, x86_64: installed
ExecutablePath: /usr/lib/xorg/Xorg
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo HD Graphics 620 [17aa:39f1]
   Subsystem: Lenovo GM108M [GeForce 940MX] [17aa:39f1]
MachineType: LENOVO 80SV
ProcCmdline: /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth 
/run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic 
root=UUID=d175c9ce-90fb-4afa-b2f7-51f8c3d9a9b6 ro quiet splash vt.handoff=1
Signal: 7
SourcePackage: nvidia-graphics-drivers
StacktraceTop:
 ?? ()
 XkbDeviceApplyKeymap ()
 ?? ()
 ?? ()
 ?? ()
Title: Xorg crashed with signal 7 in XkbDeviceApplyKeymap()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
dmi.bios.date: 04/09/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: 3JCN30WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: Torronto 5C1
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 510-15IKB
dmi.modalias: 
dmi:bvnLENOVO:bvr3JCN30WW:bd04/09/2018:svnLENOVO:pn80SV:pvrLenovoideapad510-15IKB:rvnLENOVO:rnTorronto5C1:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad510-15IKB:
dmi.product.family: IDEAPAD
dmi.product.name: 80SV
dmi.product.version: Lenovo ideapad 510-15IKB
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash bionic need-amd64-retrace ubuntu

** Information type changed from Private to Public

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

Title:
  Xorg crashed  (logged out when resume from suspend) with signal 7 in
  XkbDeviceApplyKeymap()

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

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

[Bug 1004262] Re: utils/wvtask.cc:409: static void WvTaskMan::_stackmaster(): Assertion `magic_number == -0x123678' failed.

2018-08-12 Thread Bug Watch Updater
** Changed in: wvstreams (Debian)
   Status: Unknown => Fix Released

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

Title:
  utils/wvtask.cc:409: static void WvTaskMan::_stackmaster(): Assertion
  `magic_number == -0x123678' failed.

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

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

[Bug 1786717] Re: zenity crashed with SIGABRT

2018-08-12 Thread Apport retracing service
*** This bug is a duplicate of bug 1765849 ***
https://bugs.launchpad.net/bugs/1765849

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  zenity crashed with SIGABRT

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

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

[Bug 1777238] Re: video lag

2018-08-12 Thread Boris
After posting the above, I found
https://www.youtube.com/watch?v=cIQZv6MXzno.

The first solution (uncheking v-sync, log out, log in) seems to be
working.

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

Title:
  video lag

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

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

[Bug 1731459] Re: genesys_gl847 scanners produce a black band in scanned images on Ubuntu 17.10+ (and 18.04 LTS)

2018-08-12 Thread fermulator
how do we get this fixed upstream?
submitted: https://salsa.debian.org/debian/sane-backends/merge_requests/1

I accepted that Ubuntu 17.10 (non-LTS) had this bug, but it's still
present in 18.04 (outrageous ;o) ... can we downgrade sane-backends on
Ubuntu LTS?

--

repeating: (as per my workaround notes above
 -> 
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1731459/comments/13

--

BAH;

 The alioth.debian.org service is discontinued. Its replacement is a
GitLab instance at salsa.debian.org.

replace
 -> https://salsa.debian.org/debian/sane-backends
```
git clone https://salsa.debian.org/debian/sane-backends.git
```

--
ah, I see better  workaround instructions since then;
 -> 
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1731459/comments/16

--

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

Title:
  genesys_gl847 scanners produce a black band in scanned images on
  Ubuntu 17.10+ (and 18.04 LTS)

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

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

[Bug 1777238] Re: video lag

2018-08-12 Thread Boris
The lag is everywhere for me, not just in video.  Screen scrolling also
has this stutter.

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

Title:
  video lag

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

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

[Bug 1786713] Re: MODULE_SOFTDEP for crc32c is not working

2018-08-12 Thread Tim Ritberg
there are no logs.

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

Title:
  MODULE_SOFTDEP for crc32c is not working

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

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

[Bug 1786716] Re: package xtrkcad-common 1:5.1.0-1 failed to install/upgrade: trying to overwrite '/usr/share/xtrkcad/demos/dmadjend.xtr', which is also in package xtrkcad 1:5.1.0-1

2018-08-12 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package xtrkcad-common 1:5.1.0-1 failed to install/upgrade: trying to
  overwrite '/usr/share/xtrkcad/demos/dmadjend.xtr', which is also in
  package xtrkcad 1:5.1.0-1

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

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

[Bug 1786716] [NEW] package xtrkcad-common 1:5.1.0-1 failed to install/upgrade: trying to overwrite '/usr/share/xtrkcad/demos/dmadjend.xtr', which is also in package xtrkcad 1:5.1.0-1

2018-08-12 Thread Anthony Davis
Public bug reported:

I tried to install using the software installer, but it failed

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: xtrkcad-common 1:5.1.0-1
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 xtrkcad-common:amd64: Install
 xtrkcad:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Sun Aug 12 19:42:58 2018
Dependencies:
 
DpkgTerminalLog:
 Preparing to unpack .../xtrkcad-common_1%3a5.1.0-1_all.deb ...
 Unpacking xtrkcad-common (1:5.1.0-1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/xtrkcad-common_1%3a5.1.0-1_all.deb (--unpack):
  trying to overwrite '/usr/share/xtrkcad/demos/dmadjend.xtr', which is also in 
package xtrkcad 1:5.1.0-1
DuplicateSignature:
 package:xtrkcad-common:1:5.1.0-1
 Unpacking xtrkcad-common (1:5.1.0-1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/xtrkcad-common_1%3a5.1.0-1_all.deb (--unpack):
  trying to overwrite '/usr/share/xtrkcad/demos/dmadjend.xtr', which is also in 
package xtrkcad 1:5.1.0-1
ErrorMessage: trying to overwrite '/usr/share/xtrkcad/demos/dmadjend.xtr', 
which is also in package xtrkcad 1:5.1.0-1
InstallationDate: Installed on 2018-06-12 (61 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3
SourcePackage: xtrkcad
Title: package xtrkcad-common 1:5.1.0-1 failed to install/upgrade: trying to 
overwrite '/usr/share/xtrkcad/demos/dmadjend.xtr', which is also in package 
xtrkcad 1:5.1.0-1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic package-conflict

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

Title:
  package xtrkcad-common 1:5.1.0-1 failed to install/upgrade: trying to
  overwrite '/usr/share/xtrkcad/demos/dmadjend.xtr', which is also in
  package xtrkcad 1:5.1.0-1

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

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

[Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space--or provide an automatic tool for removal of old files

2018-08-12 Thread Jarno Suni
Tex, the command you used failed because of Bug #1678187. However it
succeeded to purge many kernels and related packages. But package linux-
image-extra-4.13.0-36-generic was not successfully purged technically.
What does command 'dpkg -l linux-image-extra-4.13.0-36-generic' print?
Anyway, you can now purge the package by 'sudo dpkg --purge linux-image-
extra-4.13.0-36-generic', right?

I suppose your original command purged too many packages, as it removed
the linux-generic-hwe-16.04 package. You may reinstall it by 'sudo apt-
get install --install-recommends linux-generic-hwe-16.04', if you want
to continue to get newer kernels via updates.
(https://wiki.ubuntu.com/Kernel/LTSEnablementStack#Ubuntu_16.04_LTS_-
_Xenial_Xerus)

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

Title:
  update-initramfs should produce a more helpful error message when
  there isn't enough  free space--or provide an automatic tool for
  removal of old files

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

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

[Bug 1775212] Re: Windows not painted completely since 18.04

2018-08-12 Thread Theo Linkspfeifer
** Also affects: xserver-xorg-video-nouveau (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/1775212

Title:
  Windows not painted completely since 18.04

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

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

[Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-08-12 Thread you
Ok. It start well with "ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2" I
probably didnt writed right the first time... (ps)

It seems a good solution as my touchpad is working and my specials keys
too... (but as lscpi is capable to find addresses, I don't know why the
kernel couldnt find it by is own too. Anyway, I don't have enough
knowledges at all for all of this.)

Thanks for your help. I hope it could help more people with this
hardware.

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

Title:
  Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't
  load, kernel freeze  (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

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

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

[Bug 1731459] Re: genesys_gl847 scanners produce a black band in scanned images on Ubuntu 17.10+ (and 18.04 LTS)

2018-08-12 Thread fermulator
** Summary changed:

- genesys_gl847 scanners produce a black band in scanned images on Ubuntu 17.10
+ genesys_gl847 scanners produce a black band in scanned images on Ubuntu 
17.10+ (and 18.04 LTS)

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

Title:
  genesys_gl847 scanners produce a black band in scanned images on
  Ubuntu 17.10+ (and 18.04 LTS)

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

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

[Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-08-12 Thread you
Hi. 
Thanks for your precious informations.

I start with noapic and there is the lspci output :
https://paste.ubuntu.com/p/jm8MBy4qND/

Obviously I can see the same values as you for iommu (0:00.2)... So I'll
try to reboot again with "ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2"
instead of "quiet splash".

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

Title:
  Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't
  load, kernel freeze  (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

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

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

[Bug 1768562] Re: calling "xscreensaver-command -deactivate" every 20 seconds

2018-08-12 Thread Moses Moore
Incomplete?  What else do you need?

> It should not be enabled by default though.

I didn't even know there was a "Presentation Mode" checkbox, so I doubt
I turned it on.  Is there a way for me to check in a config file where
this is/was set?  I can wipe out that config file, restart xfce4-power-
manager and thus find out what the default really is.


For the benefit of the impatient who find this report:  That "presentation 
mode" checkbox doesn't appear on the stock panel, nor is it in the 
systray/notification area.  You must: right click on a panel, choose "Panel" 
then "add new items...", search for "power", select "power management plugin" 
then "add", then right-click on the new barttery-shaped icon that appears in 
that panel, then turn off the "Presentation mode" checkbox.

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

Title:
  calling "xscreensaver-command -deactivate" every 20 seconds

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

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

[Bug 1786715] [NEW] failed to find grub

2018-08-12 Thread yazan alsadeh
Public bug reported:

while booting the linux software , the installation stopped and gave me an 
error that the installation cant be continued because of bug issue and the 
message was talking about "grup not found on the drive"
i hope to find solution as fast as possible :( 
also im installing ubuntu 18.04 
i have expected the that the installation would be completed normally 
but unfortunately it crashed

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Sun Aug 12 23:13:54 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=en_IL
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IL
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  failed to find grub

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

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

[Bug 1786714] [NEW] ubuntu 18.04 installer crashed

2018-08-12 Thread Unnikrishnan
Public bug reported:

ubuntu 18.04 did not complete the installation and crashed

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
Date: Mon Aug 13 01:29:41 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  ubuntu 18.04 installer crashed

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

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

[Bug 1786711] Re: package e2fslibs:amd64 1.42.13-1ubuntu1 failed to install/upgrade: package e2fslibs:amd64 is already installed and configured

2018-08-12 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

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

** Tags added: fsys-tarfile-error

** Changed in: dpkg (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/1786711

Title:
  package e2fslibs:amd64 1.42.13-1ubuntu1 failed to install/upgrade:
  package e2fslibs:amd64 is already installed and configured

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

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

  1   2   3   4   >