[Bug 1833331] Re: 10mail script should use sendmail command, not the mail command

2019-07-01 Thread Forest
At quick glance, I don't see a quick and easy way to test email
notifications. Is there one? Is it documented someplace? I'd hate to be
the one who thought an email would be sent when a problem is detected,
only to find out after it was too late that I was mistaken.

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

Title:
  10mail script should use sendmail command, not the mail command

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

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

[Bug 1803474] Re: ELANTECH touchpad detected as PS/2 Logitech Wheel Mouse on Compaq Presario 21-N1F3AR

2019-07-01 Thread Kai-Heng Feng
Are both "i8042.nomux=1" "i8042.reset" required to make touchpad work,
or just one of the parameter can make the touchpad work?

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

Title:
  ELANTECH touchpad detected as PS/2 Logitech Wheel Mouse on Compaq
  Presario 21-N1F3AR

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

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

[Bug 1834439] Re: designated object in OVAL definition may be wrong

2019-07-01 Thread Hombre
** Description changed:

  recently published OVAL definition (https://people.canonical.com
  /~ubuntu-security/oval/) may have some breaking change as following:
  
  all definition which referenced 'linux' binary package object, has been
  affected.
  
  How to reproduce:
  for example find definition id: oval:com.ubuntu.xenial:def:201911477000
  then in criterions find test_ref="oval:com.ubuntu.xenial:tst:201911477000"
  then in that test, find object: oval:com.ubuntu.xenial:obj:20124542000, 
which represent 'linux' package binaries.
+ 
+ 
+ 
+ 
+ 
+ 
  in this `dpkginfo_object`,  used to contain only the name of 
the binary package, but now it contains a var_ref which points to multiple full 
name of the most recent binary package for linux kernel image:
  
-  
- linux-image-4.4.0-151-generic
- linux-image-4.4.0-151-generic-lpae
- linux-image-4.4.0-151-lowlatency
- linux-image-4.4.0-151-powerpc-e500mc
- linux-image-4.4.0-151-powerpc-smp
- linux-image-4.4.0-151-powerpc64-emb
- linux-image-4.4.0-151-powerpc64-smp
- linux-image-unsigned-4.4.0-151-generic
- linux-image-unsigned-4.4.0-151-lowlatency
- 
+  
+ linux-image-4.4.0-151-generic
+ linux-image-4.4.0-151-generic-lpae
+ linux-image-4.4.0-151-lowlatency
+ linux-image-4.4.0-151-powerpc-e500mc
+ linux-image-4.4.0-151-powerpc-smp
+ linux-image-4.4.0-151-powerpc64-emb
+ linux-image-4.4.0-151-powerpc64-smp
+ linux-image-unsigned-4.4.0-151-generic
+ linux-image-unsigned-4.4.0-151-lowlatency
+ 
  
+ In previous version, an object of 'Linux' package has no var_ref and
+ looks like this:
  
- I believe this is an error, an 'linux' binary package should not contain any 
version information, as can be seen in other packages objects which only 
contains a name of package. 
+ 
+ linux
+ 
+ 
+ I believe this is an error, an 'linux' binary package should not contain
+ any version information, as can be seen in other packages objects which
+ only contains a name of package.
  
  can you please explain the purpose of this section?

** Description changed:

  recently published OVAL definition (https://people.canonical.com
  /~ubuntu-security/oval/) may have some breaking change as following:
  
  all definition which referenced 'linux' binary package object, has been
  affected.
  
  How to reproduce:
  for example find definition id: oval:com.ubuntu.xenial:def:201911477000
  then in criterions find test_ref="oval:com.ubuntu.xenial:tst:201911477000"
  then in that test, find object: oval:com.ubuntu.xenial:obj:20124542000, 
which represent 'linux' package binaries.
  
- 
- 
- 
+ # oval:com.ubuntu.xenial:obj:20124542000
+ 
+ 
+ 
+ 
  
  
  in this `dpkginfo_object`,  used to contain only the name of 
the binary package, but now it contains a var_ref which points to multiple full 
name of the most recent binary package for linux kernel image:
  
+ 
+ # oval:com.ubuntu.xenial:var:20124542000
   
  linux-image-4.4.0-151-generic
  linux-image-4.4.0-151-generic-lpae
  linux-image-4.4.0-151-lowlatency
  linux-image-4.4.0-151-powerpc-e500mc
  linux-image-4.4.0-151-powerpc-smp
  linux-image-4.4.0-151-powerpc64-emb
  linux-image-4.4.0-151-powerpc64-smp
  linux-image-unsigned-4.4.0-151-generic
  linux-image-unsigned-4.4.0-151-lowlatency
  
  
  In previous version, an object of 'Linux' package has no var_ref and
  looks like this:
  
- 
- linux
- 
+ # oval:com.ubuntu.xenial:obj:20137445000
+ 
+ linux
+ 
  
  I believe this is an error, an 'linux' binary package should not contain
  any version information, as can be seen in other packages objects which
  only contains a name of package.
  
  can you please explain the purpose of this section?

** Information type changed from Public to Public Security

** Description changed:

  recently published OVAL definition (https://people.canonical.com
  /~ubuntu-security/oval/) may have some breaking change as following:
  
  all definition which referenced 'linux' binary package object, has been
  affected.
  
  How to reproduce:
  for example find definition id: oval:com.ubuntu.xenial:def:201911477000
  then in criterions find test_ref="oval:com.ubuntu.xenial:tst:201911477000"
  then in that test, find object: oval:com.ubuntu.xenial:obj:20124542000, 
which represent 'linux' package binaries.
  
  # oval:com.ubuntu.xenial:obj:20124542000
  
  
  
  
  
- 
- in this `dpkginfo_object`,  used to contain only the name of 
the binary packa

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

2019-07-01 Thread Daniel van Vugt
Patch proposed in bug 1556439.

** Changed in: pulseaudio (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Description changed:

  [Impact]
  
  https://errors.ubuntu.com/problem/a8bcc8185d5b1da4614bcdcf99daf57011bf9250
  https://errors.ubuntu.com/problem/5e10f78db7c4d1d3ab1cd6cd5d0b7cda2299eaad
  https://errors.ubuntu.com/problem/0f07e226e7db1d0fb140736a956760871e695669
  
  This is one of the top pulseaudio crashes in Ubuntu 18.04 according to:
  
https://errors.ubuntu.com/?release=Ubuntu%2018.04&package=pulseaudio&period=year
  
  [Test Case]
  
  No manual test case known. Just watch errors.ubuntu.com to check for
  recurrences.
  
  [Regression Potential]
  
  Low. The fix is already in PulseAudio 12 so has been used in Ubuntu
  18.10 and later for a year so far.
+ 
+ [Other Info]
+ SRU sponsorship tracked in bug 1556439.
  
  [Original Report]
  
  Sidenote: Imediatly got that crash after the apt-xapian-index one (
  lp:1663524 ); does not know if it can exist a possible relationship
  between them.
  
  Got an other crash, and that time 'sound' is fully lost (pulseaudio not
  reloaded). Wonder if lp:1662860 can be concerned.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: pulseaudio 1:10.0-1ubuntu1
  ProcVersionSignature: Ubuntu 4.9.0-16.17-generic 4.9.6
  Uname: Linux 4.9.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  AssertionMessage: pulseaudio: mixer.c:929: 
snd_mixer_elem_get_callback_private: Assertion `mixer' failed.
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oem4084 F pulseaudio
   /dev/snd/controlC0:  oem4084 F pulseaudio
  CurrentDesktop: GNOME
  Date: Fri Feb 10 09:55:45 2017
  ExecutablePath: /usr/bin/pulseaudio
  ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: pulseaudio
  StacktraceTop:
   __assert_fail_base (fmt=, 
assertion=assertion@entry=0x7f92818e7188 "mixer", 
file=file@entry=0x7f92818e7419 "mixer.c", line=line@entry=929, 
function=function@entry=0x7f92818e76a0 "snd_mixer_elem_get_callback_private") 
at assert.c:92
   __GI___assert_fail (assertion=0x7f92818e7188 "mixer", file=0x7f92818e7419 
"mixer.c", line=929, function=0x7f92818e76a0 
"snd_mixer_elem_get_callback_private") at assert.c:101
   snd_mixer_elem_get_callback_private () from 
/usr/lib/x86_64-linux-gnu/libasound.so.2
   ?? () from /usr/lib/pulse-10.0/modules/module-alsa-card.so
   ?? () from /usr/lib/pulse-10.0/modules/module-alsa-card.so
  Title: pulseaudio assert failure: pulseaudio: mixer.c:929: 
snd_mixer_elem_get_callback_private: Assertion `mixer' failed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom colord dip lpadmin nvidia-persistenced plugdev 
sambashare sudo users
  dmi.bios.date: 07/22/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3002:bd07/22/2010:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

** Description changed:

  [Impact]
  
  https://errors.ubuntu.com/problem/a8bcc8185d5b1da4614bcdcf99daf57011bf9250
  https://errors.ubuntu.com/problem/5e10f78db7c4d1d3ab1cd6cd5d0b7cda2299eaad
  https://errors.ubuntu.com/problem/0f07e226e7db1d0fb140736a956760871e695669
  
  This is one of the top pulseaudio crashes in Ubuntu 18.04 according to:
  
https://errors.ubuntu.com/?release=Ubuntu%2018.04&package=pulseaudio&period=year
  
  [Test Case]
  
  No manual test case known. Just watch errors.ubuntu.com to check for
  recurrences.
  
  [Regression Potential]
  
  Low. The fix is already in PulseAudio 12 so has been used in Ubuntu
  18.10 and later for a year so far.
  
  [Other Info]
+ 
  SRU sponsorship tracked in bug 1556439.
  
  [Original Report]
  
  Sidenote: Imediatly got that crash after the apt-xapian-index one (
  lp:1663524 ); does not know if it can exist a possible relationship
  between them.
  
  Got an other crash, and that time 'sound' is fully lost (pulseaudio not
  reloaded). Wonder if lp:1662860 can be concerned.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: pulseaudio 1:10.0-1ubuntu1
  ProcVersionSignature: Ubuntu 4.9.0-16.17-generic 4.9.6
  Uname: Linux 4.9.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvid

[Bug 1556439] Re: pulseaudio crashed with SIGABRT in pa_sink_input_assert_ref() from pa_sink_input_finish_move() from pa_sink_move_all_finish() from card_set_profile() from pa_card_set_profile

2019-07-01 Thread Daniel van Vugt
Debdiff for proposed SRU.

** Changed in: pulseaudio (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Patch added: "pulseaudio_11.1-1ubuntu7.3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1556439/+attachment/5274373/+files/pulseaudio_11.1-1ubuntu7.3.debdiff

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

Title:
  pulseaudio crashed with SIGABRT in pa_sink_input_assert_ref() from
  pa_sink_input_finish_move() from pa_sink_move_all_finish() from
  card_set_profile() from pa_card_set_profile

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

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

[Bug 1834782] Re: ASUS Zenbook UX433FN: sound stops working after a couple of seconds

2019-07-01 Thread Mark
Hi Daniel,

good riddance! Already the previous version of hwe-edge (which I had as
auto-backup in /boot) works ok.

> an you please try some older (or newer) kernel versions from here:

# uname -a
Linux mmm-U2442 5.0.0-19-generic #20~18.04.1-Ubuntu SMP Thu Jun 20 12:17:14 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

If I understand this, the 5.0.0-19 -> 5.0.0-20 is only difference in
Ubuntu additional patchset, so it should be easier to review the
breaking patch (?)


Please note I'm having othert trouble with the kernel/microcode, therefore I'm 
running newest BIOS/FW 
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1829620

Thank you very much for helping me with this bug,

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

Title:
  ASUS Zenbook UX433FN: sound stops working after a couple of seconds

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

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

[Bug 1834558] Re: intel_idle enable in ICL

2019-07-01 Thread Timo Aaltonen
does support for this exist in some development tree upstream?

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

Title:
  intel_idle enable in ICL

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

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

[Bug 1705369] Re: Ubuntu boots to blank screen when using Nvidia (on a desktop with an unused Intel GPU)

2019-07-01 Thread Daniel van Vugt
Now in eoan proposed:

gdm3 (3.32.0-1ubuntu2) eoan; urgency=medium

  * Remove revert_nvidia_wayland_blacklist.patch because it was causing a
much greater problem (LP: #1705369) than it was meant to solve (which
doesn't seem to exist any more either).

 -- Daniel van Vugt   Wed, 19 Jun 2019
15:47:11 +0800

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

Title:
  Ubuntu boots to blank screen when using Nvidia (on a desktop with an
  unused Intel GPU)

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

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

[Bug 1834514] Re: client service crashes when pulled options change

2019-07-01 Thread Christian Ehrhardt 
Hi,
this was adressed by upstream in [1]
and by adopted by Debian/Ubuntu in version 2.4.4-1 
  * Further changes to debian/openvpn@.service copied from upstream
- Enable Restart=on-failure
- Use KillMode=process
which in releases means Bionic and later is already fixed in regard to your 
request to consider restarting it automatically.

For Xenial IMHO the SRU [2] policy forbids this change as it could
change behavior in an unexpected way without the users noticing.
Fortunately users - like you - which conciously want this change to be
active on xenial can just add the lines via `systemctl edit `

  RestartSec=5s
  Restart=on-failure

[1]: 
https://github.com/OpenVPN/openvpn/commit/a4686e99b047081f0ef6f7945450183088464aa5
[2]: https://wiki.ubuntu.com/StableReleaseUpdates

** Also affects: openvpn (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: openvpn (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: openvpn (Ubuntu Xenial)
   Status: New => Won't Fix

** Changed in: openvpn (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: openvpn (Ubuntu Bionic)
   Status: Triaged => Fix Released

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

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

Title:
  client service crashes when pulled options change

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

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

Re: [Bug 1834784] Re: Xorg freeze

2019-07-01 Thread Simon Preston
Hi.

Everything freezes. The clock on my screen shows the seconds. which has
also frozen. Pressing ctrl-alt-f2 etc, to get to a login prompt doesn't
work. Only a hard reset can clear it.
I have installed the amdgpu pro drivers, supplied by AMD, and will see if
that helps resolve the issue.

On Mon, Jul 1, 2019 at 4:15 AM Daniel van Vugt <
daniel.van.v...@canonical.com> wrote:

> When the problem happens does the mouse pointer freeze too?
>
> Only if the mouse pointer freezes is it the Xorg process that's frozen.
>
> ** Tags added: amdgpu
>
> ** Summary changed:
>
> - Xorg freeze
> + [amdgpu[ Xorg freeze
>
> ** Summary changed:
>
> - [amdgpu[ Xorg freeze
> + [amdgpu] Xorg freeze
>
> ** Package changed: xorg (Ubuntu) => xserver-xorg-video-amdgpu (Ubuntu)
>
> ** Also affects: xorg-server (Ubuntu)
>Importance: Undecided
>Status: New
>
> ** Changed in: xorg-server (Ubuntu)
>Status: New => Incomplete
>
> ** Changed in: xserver-xorg-video-amdgpu (Ubuntu)
>Status: New => Incomplete
>
> ** Also affects: mutter (Ubuntu)
>Importance: Undecided
>Status: New
>
> ** Changed in: mutter (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1834784
>
> Title:
>   [amdgpu] Xorg freeze
>
> Status in mutter package in Ubuntu:
>   Incomplete
> Status in xorg-server package in Ubuntu:
>   Incomplete
> Status in xserver-xorg-video-amdgpu package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I can't provide much in the way of detail as the freezes are seemingly
>   random. They happen with different software being used.
>
>   Release: Ubuntu 18.04.2 LTS
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: xorg 1:7.7+19ubuntu7.1
>   ProcVersionSignature: Ubuntu 4.18.0-25.26~18.04.1-generic 4.18.20
>   Uname: Linux 4.18.0-25-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.6
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sun Jun 30 17:40:47 2019
>   DistUpgraded: Fresh install
>   DistroCodename: bionic
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: I just need to know a workaround
>   GpuHangFrequency: Several times a day
>   GpuHangReproducibility: Seems to happen randomly
>   GpuHangStarted: Immediately after installing this version of Ubuntu
>   GraphicsCard:
>Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX
> 470/480/570/570X/580/580X] [1002:67df] (rev e7) (prog-if 00 [VGA
> controller])
>  Subsystem: Sapphire Technology Limited Nitro+ Radeon RX 580 4GB
> [1da2:e366]
>   InstallationDate: Installed on 2019-06-30 (0 days ago)
>   InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64
> (20190210)
>   MachineType: System manufacturer System Product Name
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-25-generic
> root=UUID=71fe103c-b7c8-4fbd-970d-39d7569306ab ro quiet splash vt.handoff=1
>   SourcePackage: xorg
>   Symptom: display
>   Title: Xorg freeze
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 04/19/2018
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 4011
>   dmi.board.asset.tag: Default string
>   dmi.board.name: PRIME X370-PRO
>   dmi.board.vendor: ASUSTeK COMPUTER INC.
>   dmi.board.version: Rev X.0x
>   dmi.chassis.asset.tag: Default string
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Default string
>   dmi.chassis.version: Default string
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr4011:bd04/19/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEX370-PRO:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
>   dmi.product.family: To be filled by O.E.M.
>   dmi.product.name: System Product Name
>   dmi.product.sku: SKU
>   dmi.product.version: System Version
>   dmi.sys.vendor: System manufacturer
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.95-1~18.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.8-0ubuntu0~18.04.2
>   version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.8-0ubuntu0~18.04.2
>   version.xserver-xorg-core: xserver-xorg-core N/A
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1834784/+subscriptions
>

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

Title:
  [amdgpu] Xorg freeze

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

-- 
ubuntu-bugs ma

[Bug 1834782] Re: ASUS Zenbook UX433FN: sound stops working after a couple of seconds

2019-07-01 Thread Daniel van Vugt
Thanks.

It sounds like you are saying that the last working version was linux-
hwe-edge 5.0.0-19 and the first broken version is linux-hwe-edge
5.0.0-20. Is that right?

I'm a little confused because you reported this bug using kernel
4.18.0-25-generic. Was there another regression in the 4.18 series?

** Tags added: regression-update

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

Title:
  ASUS Zenbook UX433FN: sound stops working after a couple of seconds

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

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

[Bug 1834558] Re: intel_idle enable in ICL

2019-07-01 Thread quanxian
not ready yet. I will input the commits once they finished.

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

Title:
  intel_idle enable in ICL

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

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

[Bug 1828495] Re: [KVM][CLX] CPUID_7_0_EDX_ARCH_CAPABILITIES is not enabled in VM.

2019-07-01 Thread quanxian
we have verified that on 18.04.2 with Rafael David Tinoco
(rafaeldtinoco)'s PPA qemy packages. And get that guest doesn't work as
expected. After detailed discussion with Intel Upstream, there still
needs some patches. But they are under review. Keep watch the process of
process.

https://www.mail-archive.com/qemu-devel@nongnu.org/msg627282.html

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

Title:
  [KVM][CLX] CPUID_7_0_EDX_ARCH_CAPABILITIES is not enabled in VM.

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

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

[Bug 1834782] Re: ASUS Zenbook UX433FN: sound stops working after a couple of seconds

2019-07-01 Thread Mark
> the last working version was linux-hwe-edge 5.0.0-19 and the first
broken version is linux-hwe-edge 5.0.0-20.

yes, correct.

> I'm a little confused because you reported this bug using kernel
4.18.0-25-generic. Was there another regression in the 4.18 series?

yes. Audio used to work on both hwe (4.18) and hwe-edge (5.0) versions, and is 
broken with the latest version on both. 
For 5.0 I had the backup -19 version left over, so it was the easiest to test.

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

Title:
  ASUS Zenbook UX433FN: sound stops working after a couple of seconds

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

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

[Bug 1832622] Re: QEMU - count cache flush Spectre v2 mitigation (CVE) (required for POWER9 DD2.3)

2019-07-01 Thread Christian Ehrhardt 
** Tags added: qemu-19.10

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

Title:
  QEMU -  count cache flush Spectre v2 mitigation (CVE) (required for
  POWER9 DD2.3)

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

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

[Bug 1834782] Re: ASUS Zenbook UX433FN: sound stops working after a couple of seconds

2019-07-01 Thread Mark
This looks like it's a driver/kernel related issue, can you explain to
me how the sound could be working for a couple of seconds and then
stops?

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

Title:
  ASUS Zenbook UX433FN: sound stops working after a couple of seconds

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

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

[Bug 1834784] Re: [amdgpu] Xorg freeze

2019-07-01 Thread Daniel van Vugt
Thanks. I will take that as a 'yes'.

** No longer affects: mutter (Ubuntu)

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

Title:
  [amdgpu] Xorg freeze

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

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

[Bug 1832458] Update Released

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

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

Title:
  [SRU] 2.60.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1832458/+subscriptions

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

[Bug 1832458] Re: [SRU] 2.60.3

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package glib-networking -
2.60.3-1~ubuntu19.04.1

---
glib-networking (2.60.3-1~ubuntu19.04.1) disco; urgency=medium

  * No-change backport from experimental / eoan to disco to SRU this
stable update.

glib-networking (2.60.3-1) experimental; urgency=medium

  * New upstream release (LP: #1832458)
- Fix clobbering of the thread-default main context after certificate
  verification failure during async handshakes since 2.60.1
- Fix GTlsDatabase initialization failures in OpenSSL backend due to
  uninitialized memory use
- Fix minor leak of ALPN protocols
- OpenSSL backend now defaults to system trust store
- Fix client auth failure error with GnuTLS 3.6.7
  * gnutls-Handle-new-GNUTLS_E_CERTIFICATE_REQUIRED.patch: Drop. It's in this
upstream release.

 -- Iain Lane   Wed, 12 Jun 2019 10:12:46 +0100

** Changed in: glib-networking (Ubuntu Disco)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] 2.60.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1832458/+subscriptions

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

[Bug 1827207] Update Released

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

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

Title:
  [SRU] 0.56.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/1827207/+subscriptions

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

[Bug 1828427] Re: [SRU] Netbeans fails to create a java project with NoSuchMethodError

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package netbeans - 10.0-3ubuntu2~18.04.1

---
netbeans (10.0-3ubuntu2~18.04.1) bionic-security; urgency=medium

  * Backport from Eoan to bring java11-sdk dependency and javadoc fixes
in.

netbeans (10.0-3ubuntu2) eoan; urgency=medium

  * Backport upstream patch to remove old javadoc api and implementation usage
to make it work with OpenJDK 11 and later. (Closes: #925509, LP: #1828427)
  * Depend on java11-sdk instead of java8-sdk as Netbeans is now configured to
run with openjdk-11. (LP: #1825604)

 -- Tiago Stürmer Daitx   Tue, 21 May 2019
20:23:51 +

** Changed in: netbeans (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

** Changed in: netbeans (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] Netbeans fails to create a java project with NoSuchMethodError

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

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

[Bug 1825604] Re: [SRU] Netbeans 10 should depend on java11-sdk

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package netbeans - 10.0-3ubuntu2~18.04.1

---
netbeans (10.0-3ubuntu2~18.04.1) bionic-security; urgency=medium

  * Backport from Eoan to bring java11-sdk dependency and javadoc fixes
in.

netbeans (10.0-3ubuntu2) eoan; urgency=medium

  * Backport upstream patch to remove old javadoc api and implementation usage
to make it work with OpenJDK 11 and later. (Closes: #925509, LP: #1828427)
  * Depend on java11-sdk instead of java8-sdk as Netbeans is now configured to
run with openjdk-11. (LP: #1825604)

 -- Tiago Stürmer Daitx   Tue, 21 May 2019
20:23:51 +

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

Title:
  [SRU] Netbeans 10 should depend on java11-sdk

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

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

[Bug 1831933] Re: do-release-upgrade tries to install snaps even if it knows it can't reach the snapstore

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:19.04.16.6

---
ubuntu-release-upgrader (1:19.04.16.6) disco; urgency=medium

  * DistUpgrade/DistUpgradeQuirks.py: only try to install snaps if snapstore
is reachable. (LP: #1831933)

 -- Dan Streetman   Wed, 19 Jun 2019 12:49:56
-0400

** Changed in: ubuntu-release-upgrader (Ubuntu Disco)
   Status: Fix Committed => Fix Released

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

Title:
  do-release-upgrade tries to install snaps even if it knows it can't
  reach the snapstore

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

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

[Bug 1827207] Re: [SRU] 0.56.2

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package vte2.91 - 0.56.2-1ubuntu1~19.04.1

---
vte2.91 (0.56.2-1ubuntu1~19.04.1) disco; urgency=medium

  * Backport bugfix release to disco (LP: #1827207)

vte2.91 (0.56.2-1ubuntu1) eoan; urgency=medium

  * Sync with Debian. Remaining changes:
- Add 91_keep_fds.patch since gdebi still requires it
- 0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch:
  + Keep as it is required for the Ubuntu theming
  * Refresh patches

vte2.91 (0.56.2-1) experimental; urgency=medium

  * New upstream bugfix release

 -- Iain Lane   Wed, 01 May 2019 13:15:42 +0100

** Changed in: vte2.91 (Ubuntu Disco)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] 0.56.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/1827207/+subscriptions

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

[Bug 1825604] Re: [SRU] Netbeans 10 should depend on java11-sdk

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package netbeans - 10.0-3ubuntu2~18.04.1

---
netbeans (10.0-3ubuntu2~18.04.1) bionic-security; urgency=medium

  * Backport from Eoan to bring java11-sdk dependency and javadoc fixes
in.

netbeans (10.0-3ubuntu2) eoan; urgency=medium

  * Backport upstream patch to remove old javadoc api and implementation usage
to make it work with OpenJDK 11 and later. (Closes: #925509, LP: #1828427)
  * Depend on java11-sdk instead of java8-sdk as Netbeans is now configured to
run with openjdk-11. (LP: #1825604)

 -- Tiago Stürmer Daitx   Tue, 21 May 2019
20:23:51 +

** Changed in: netbeans (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

** Changed in: netbeans (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] Netbeans 10 should depend on java11-sdk

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

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

[Bug 1831933] Update Released

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

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

Title:
  do-release-upgrade tries to install snaps even if it knows it can't
  reach the snapstore

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

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

[Bug 1825604] Update Released

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

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

Title:
  [SRU] Netbeans 10 should depend on java11-sdk

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

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

[Bug 1831720] Re: 设置壁纸为黑色,实际显示为渐变色

2019-07-01 Thread binghe
删除了无壁纸的选项

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

** Changed in: peony (Ubuntu)
   Status: New => Fix Committed

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

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

Title:
  设置壁纸为黑色,实际显示为渐变色

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

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

[Bug 1828427] Update Released

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

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

Title:
  [SRU] Netbeans fails to create a java project with NoSuchMethodError

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

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

[Bug 1828940] Re: 日历未及时更新

2019-07-01 Thread quankang
** Changed in: ukui-indicators (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  日历未及时更新

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

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

[Bug 1831933] Re: do-release-upgrade tries to install snaps even if it knows it can't reach the snapstore

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:18.04.34

---
ubuntu-release-upgrader (1:18.04.34) bionic; urgency=medium

  * DistUpgrade/DistUpgradeQuirks.py: only try to install snaps if snapstore
is reachable. (LP: #1831933)

 -- Dan Streetman   Wed, 19 Jun 2019 12:49:56
-0400

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

Title:
  do-release-upgrade tries to install snaps even if it knows it can't
  reach the snapstore

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

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

[Bug 1831861] Re: 文件管理器默认试图设置无效

2019-07-01 Thread binghe
由兰悦解决,但是在测试后效果不好(HOME目录并未生效,其他目录生效),且该设置在文件管理器已内置,取消控制面板的设置接口

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

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

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

Title:
  文件管理器默认试图设置无效

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

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

[Bug 1828427] Re: [SRU] Netbeans fails to create a java project with NoSuchMethodError

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package netbeans - 10.0-3ubuntu2~18.04.1

---
netbeans (10.0-3ubuntu2~18.04.1) bionic-security; urgency=medium

  * Backport from Eoan to bring java11-sdk dependency and javadoc fixes
in.

netbeans (10.0-3ubuntu2) eoan; urgency=medium

  * Backport upstream patch to remove old javadoc api and implementation usage
to make it work with OpenJDK 11 and later. (Closes: #925509, LP: #1828427)
  * Depend on java11-sdk instead of java8-sdk as Netbeans is now configured to
run with openjdk-11. (LP: #1825604)

 -- Tiago Stürmer Daitx   Tue, 21 May 2019
20:23:51 +

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

Title:
  [SRU] Netbeans fails to create a java project with NoSuchMethodError

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

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

[Bug 1831933] Re: do-release-upgrade tries to install snaps even if it knows it can't reach the snapstore

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:18.10.11.9

---
ubuntu-release-upgrader (1:18.10.11.9) cosmic; urgency=medium

  * DistUpgrade/DistUpgradeQuirks.py: only try to install snaps if snapstore
is reachable. (LP: #1831933)

 -- Dan Streetman   Wed, 19 Jun 2019 12:49:56
-0400

** Changed in: ubuntu-release-upgrader (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

** Changed in: ubuntu-release-upgrader (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  do-release-upgrade tries to install snaps even if it knows it can't
  reach the snapstore

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

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

[Bug 1820279] Re: [FFe] [SRU] build mellon with --enable-diagnostics to ease up SSO debugging

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package libapache2-mod-auth-mellon -
0.14.0-1ubuntu0.2

---
libapache2-mod-auth-mellon (0.14.0-1ubuntu0.2) cosmic; urgency=medium

  * d/rules: Build the module with --enable-diagnostics (LP: #1820279)

 -- Corey Bryant   Fri, 29 Mar 2019 16:08:39
-0400

** Changed in: libapache2-mod-auth-mellon (Ubuntu Cosmic)
   Status: Fix Committed => Fix Released

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

Title:
  [FFe] [SRU] build mellon with --enable-diagnostics to ease up SSO
  debugging

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

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

[Bug 1767223] Update Released

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

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

Title:
  multilib selects wrong start files

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

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

[Bug 1697122] Re: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures

2019-07-01 Thread Daniel van Vugt
Note we already have bug 1312376 covering touchscreen support. This bug
should be about touchpads.

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

Title:
  Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel
  scrolling with touchpad and touch gestures

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

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

[Bug 1820279] Update Released

2019-07-01 Thread Łukasz Zemczak
The verification of the Stable Release Update for libapache2-mod-auth-
mellon has completed successfully and the package has now been released
to -updates.  Subsequently, the Ubuntu Stable Release Updates Team is
being unsubscribed and will not receive messages about this bug report.
In the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [FFe] [SRU] build mellon with --enable-diagnostics to ease up SSO
  debugging

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

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

[Bug 1705869] Re: firefox needs --enable-default-toolkit=cairo-gtk to work with touchscreen devices.

2019-07-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1312376 ***
https://bugs.launchpad.net/bugs/1312376

Thanks for the pointer. I think we should group this with bug 1312376.

** This bug has been marked a duplicate of bug 1312376
   touch screen in browser not scrolling sony vaio SVF15A1M2ES

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

Title:
  firefox needs --enable-default-toolkit=cairo-gtk to work with
  touchscreen devices.

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

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

[Bug 1312376] Re: touch screen in browser not scrolling

2019-07-01 Thread Daniel van Vugt
** Summary changed:

- touch screen in browser not scrolling sony vaio SVF15A1M2ES
+ touch screen in browser not scrolling

** Bug watch added: Mozilla Bugzilla #1268599
   https://bugzilla.mozilla.org/show_bug.cgi?id=1268599

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1268599
   Importance: Unknown
   Status: Unknown

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

Title:
  touch screen in browser not scrolling

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

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

[Bug 1828427] Re: [SRU] Netbeans fails to create a java project with NoSuchMethodError

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package netbeans - 10.0-3ubuntu2~18.04.1

---
netbeans (10.0-3ubuntu2~18.04.1) bionic-security; urgency=medium

  * Backport from Eoan to bring java11-sdk dependency and javadoc fixes
in.

netbeans (10.0-3ubuntu2) eoan; urgency=medium

  * Backport upstream patch to remove old javadoc api and implementation usage
to make it work with OpenJDK 11 and later. (Closes: #925509, LP: #1828427)
  * Depend on java11-sdk instead of java8-sdk as Netbeans is now configured to
run with openjdk-11. (LP: #1825604)

 -- Tiago Stürmer Daitx   Tue, 21 May 2019
20:23:51 +

** Changed in: netbeans (Ubuntu Disco)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] Netbeans fails to create a java project with NoSuchMethodError

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

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

[Bug 1825604] Re: [SRU] Netbeans 10 should depend on java11-sdk

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package netbeans - 10.0-3ubuntu2~18.04.1

---
netbeans (10.0-3ubuntu2~18.04.1) bionic-security; urgency=medium

  * Backport from Eoan to bring java11-sdk dependency and javadoc fixes
in.

netbeans (10.0-3ubuntu2) eoan; urgency=medium

  * Backport upstream patch to remove old javadoc api and implementation usage
to make it work with OpenJDK 11 and later. (Closes: #925509, LP: #1828427)
  * Depend on java11-sdk instead of java8-sdk as Netbeans is now configured to
run with openjdk-11. (LP: #1825604)

 -- Tiago Stürmer Daitx   Tue, 21 May 2019
20:23:51 +

** Changed in: netbeans (Ubuntu Disco)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] Netbeans 10 should depend on java11-sdk

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

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

[Bug 1834782] Re: ASUS Zenbook UX433FN: sound stops working after a couple of seconds

2019-07-01 Thread Daniel van Vugt
** Changed in: linux-firmware (Ubuntu)
   Status: Incomplete => New

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

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

Title:
  ASUS Zenbook UX433FN: sound stops working after a couple of seconds

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

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

[Bug 1834832] [NEW] printer keeps on printing and it is rubish

2019-07-01 Thread John
Public bug reported:

Xerox Phaser-3435 printer starts will not stop and the print job is not
showing to close,as well as that it is just spitting out rubbish on the
pages,windows may be coming back.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: cups 2.2.7-1ubuntu2.6
ProcVersionSignature: Ubuntu 4.15.0-54.58-generic 4.15.18
Uname: Linux 4.15.0-54-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CupsErrorLog:
 
CurrentDesktop: ubuntu:GNOME
Date: Mon Jul  1 17:58:08 2019
InstallationDate: Installed on 2019-01-06 (175 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lpstat: device for Phaser-3435: usb://Xerox/Phaser%203435?serial=RVX451472
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 045e:0084 Microsoft Corp. Basic Optical Mouse
 Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
 Bus 001 Device 005: ID 0bda:0103 Realtek Semiconductor Corp. USB 2.0 Card 
Reader
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Gigabyte Technology Co., Ltd. B250M-HD3
Papersize: a4
PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Phaser-3435.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Phaser-3435.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-54-generic 
root=UUID=063c3aa1-dc53-4693-882d-d4fe078115f5 ro quiet splash vt.handoff=1
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/10/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F9
dmi.board.asset.tag: Default string
dmi.board.name: B250M-HD3-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF9:bd04/10/2018:svnGigabyteTechnologyCo.,Ltd.:pnB250M-HD3:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB250M-HD3-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: Default string
dmi.product.name: B250M-HD3
dmi.product.version: Default string
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug bionic

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

Title:
  printer keeps on printing and it is rubish

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

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

[Bug 1809224] Re: To support Intel Wireless-AX 22000 series

2019-07-01 Thread Giraffe
I'm running Disco 64-bit and my AX200 currently does not work with the
stock kernel (5.0.0.20.21)  and linux-firmware (from proposed: 1.178.2).

Should i open a separate bug or is this bug valid for Disco as well?

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

Title:
  To support Intel Wireless-AX 22000 series

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

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

[Bug 1767223] Re: multilib selects wrong start files

2019-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package newlib - 2.4.0.20160527-3ubuntu0.1

---
newlib (2.4.0.20160527-3ubuntu0.1) bionic; urgency=medium

  * Change build dep from libisl-dev to libisl-0.18-dev,
as libcloog-isl-dev depends on that older version (LP: #1767223)

 -- Dan Streetman   Tue, 04 Jun 2019 08:06:13
-0400

** Changed in: newlib (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  multilib selects wrong start files

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

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

[Bug 1833740] Re: [SRU] Option in ubuntustudio-installer pulling-in gdm3

2019-07-01 Thread Łukasz Zemczak
Ok, in other words the test-case for testing if the bug is fixed is
running ubuntustudio-installer and making sure that ubuntustudio-gnome-
branding is no longer a visible option, right? Since the current Test
Case is just for validating the bug being present. Might be good to make
that clear there.

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

** Tags added: verification-needed verification-needed-disco

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

Title:
  [SRU] Option in ubuntustudio-installer pulling-in gdm3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio-installer/+bug/1833740/+subscriptions

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

[Bug 1833536] Re: QuiteRSS crashes intermittently

2019-07-01 Thread Łukasz Zemczak
Hello William, or anyone else affected,

Accepted qtbase-opensource-src into disco-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/qtbase-opensource-src/5.12.2+dfsg-4ubuntu1.1 in a few hours, and then
in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-disco to verification-done-disco. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-disco. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: qtbase-opensource-src (Ubuntu Disco)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-disco

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

Title:
  QuiteRSS crashes intermittently

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

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

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

2019-07-01 Thread Gunnar Hjalmarsson
@renbag: Tried that, but didn't help for me.

Actually it would have been weird if it had made a difference, since
sane-backends has been built with libusb-1.0-0-dev for a long time,
which make libsane/libsane1 and sane-utils depend on libusb-1.0-0.

I can scan with my MFC-240C on both 16.04 and 19.04.

With that said, and if you are still on bionic, it would be great if you
could install from the PPA and let us know how it goes.

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

Title:
  Many 3rd party scanner drivers are broken by a sane change

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

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

[Bug 1833740] Please test proposed package

2019-07-01 Thread Łukasz Zemczak
Hello Erich, or anyone else affected,

Accepted ubuntustudio-installer into disco-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/ubuntustudio-installer/0.04~19.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-disco to verification-done-disco. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-disco. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  [SRU] Option in ubuntustudio-installer pulling-in gdm3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio-installer/+bug/1833740/+subscriptions

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

[Bug 1834817] Re: Faulty screen lock toggle and erratic dock auto hide

2019-07-01 Thread Daen WWW
Fresh install 18.04.2.Screen locks after 30 minutes despite toggle
ON/OFF in settings or terminal command "gsettings set
org.gnome.desktop.lockdown disable-lock-screen 'false' or 'true'"


** Summary changed:

- Faulty screen lock toggle and erratic dock auto hide
+ Faulty screen lock toggle

** Description changed:

  Fresh install 18.04.2.Screen locks after 30 minutes despite toggle
  ON/OFF in settings or terminal command "gsettings set
  org.gnome.desktop.lockdown disable-lock-screen 'false' or 'true'"
  
- Dock set to auto hide does not return properly when mouse over. Dock set
- to 'Bottom'.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.18.0-25.26~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-25-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul  1 14:18:30 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
-Subsystem: Lenovo ThinkCentre M6258 [17aa:3048]
-Subsystem: Lenovo 4 Series Chipset Integrated Graphics Controller 
[17aa:3048]
+  Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
+    Subsystem: Lenovo ThinkCentre M6258 [17aa:3048]
+    Subsystem: Lenovo 4 Series Chipset Integrated Graphics Controller 
[17aa:3048]
  InstallationDate: Installed on 2019-06-30 (0 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: LENOVO 7360PU5
  ProcEnviron:
-  LANGUAGE=en_AU:en
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_AU.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_AU:en
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_AU.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-25-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5CKT77AUS
  dmi.board.name: LENOVO
  dmi.board.vendor: LENOVO
  dmi.board.version: NONE
  dmi.chassis.type: 3
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: NONE
  dmi.modalias: 
dmi:bvnLENOVO:bvr5CKT77AUS:bd05/07/2012:svnLENOVO:pn7360PU5:pvrThinkCentre:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE:
  dmi.product.family: NONE
  dmi.product.name: 7360PU5
  dmi.product.sku: NONE
  dmi.product.version: ThinkCentre 
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.8-0ubuntu0~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.8-0ubuntu0~18.04.2
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

Title:
  Faulty screen lock toggle

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

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

[Bug 1834725] Re: linux-azure-edge: 4.15.0.1050.33 -proposed tracker

2019-07-01 Thread Andy Whitcroft
** Changed in: linux-azure-edge (Ubuntu Xenial)
   Status: New => Confirmed

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

Title:
  linux-azure-edge: 4.15.0.1050.33 -proposed tracker

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

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

[Bug 1834834] [NEW] buggy touch function on LXPanel with 0.9.3

2019-07-01 Thread Jakob Groeber
Public bug reported:

if i scroll up with my thumb, it goes right. If I scroll down it goes
left. If I scroll left, it goes down and if I scroll right, it goes up.
What do I have to do, to disable these bugs?

** Affects: lxpanel (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/1834834

Title:
  buggy touch function on LXPanel with 0.9.3

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

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

[Bug 1834715] Re: linux-azure: 4.15.0-1050.55 -proposed tracker

2019-07-01 Thread Andy Whitcroft
** Changed in: linux-azure (Ubuntu Xenial)
   Status: New => Confirmed

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

Title:
  linux-azure: 4.15.0-1050.55 -proposed tracker

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

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

[Bug 1834724] Re: linux-azure-edge: 4.18.0.1024.23 -proposed tracker

2019-07-01 Thread Andy Whitcroft
** Changed in: linux-azure-edge (Ubuntu Bionic)
   Status: New => Confirmed

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

Title:
  linux-azure-edge: 4.18.0.1024.23 -proposed tracker

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

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

[Bug 1834088] Re: linux-azure: -proposed tracker

2019-07-01 Thread Andy Whitcroft
** Tags removed: kernel-release-tracking-bug-live

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

Title:
  linux-azure:  -proposed tracker

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

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

[Bug 1834714] Re: linux-azure: 4.15.0-1050.55~14.04.1 -proposed tracker

2019-07-01 Thread Andy Whitcroft
** Changed in: linux-azure (Ubuntu Trusty)
   Status: New => Confirmed

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

Title:
  linux-azure: 4.15.0-1050.55~14.04.1 -proposed tracker

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

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

[Bug 1833784] Re: linux-aws: -proposed tracker

2019-07-01 Thread Andy Whitcroft
** Tags removed: kernel-release-tracking-bug-live

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

Title:
  linux-aws:  -proposed tracker

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

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

[Bug 1834578] Re: Mouse stop working

2019-07-01 Thread Mehmet Dayıpoğlu
@Kai-Heng Feng
I never used the previous kernel version. first time I started using ubuntu 
with this kernel version

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

Title:
  Mouse stop working

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

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

[Bug 1833791] Re: linux-aws: -proposed tracker

2019-07-01 Thread Andy Whitcroft
** Tags removed: kernel-release-tracking-bug-live

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

Title:
  linux-aws:  -proposed tracker

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

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

[Bug 1834706] Re: linux-azure: 5.0.0-1011.11 -proposed tracker

2019-07-01 Thread Andy Whitcroft
** Changed in: linux-azure (Ubuntu Disco)
   Status: New => Confirmed

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
- kernel-stable-master-bug: 1834704
+ kernel-stable-master-bug: 1833934
  phase: Holding before Promote to Proposed
  phase-changed: Saturday, 29. June 2019 02:04 UTC
  reason:
promote-to-proposed: Holding -- master bug not ready for proposed
  variant: debs

** Tags removed: kernel-sru-derivative-of-1834704
** Tags added: kernel-sru-derivative-of-1833934

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

Title:
  linux-azure: 5.0.0-1011.11 -proposed tracker

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2019-07-01 Thread ajaest
I used snap for the first time and I loved it. Then, a couple of days
later, I discovered the snap folder at home, such a terrible mistake
after so much good engineering.

I humbly think that it shouldn't be so difficult to at least patch snap
to use by default $HOME/snap folder for backwards compatibility, but
allow new installations to use a different folder (maybe using env
variables?).

That would suffice for me, as reinstalling all packages is not so
painful. I the meantime, I will purge snap.

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1834706] Re: linux-azure: 5.0.0-1011.11 -proposed tracker

2019-07-01 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1833934
  phase: Holding before Promote to Proposed
  phase-changed: Saturday, 29. June 2019 02:04 UTC
  reason:
-   promote-to-proposed: Holding -- master bug not ready for proposed
+   promote-to-proposed: Holding -- manual kernel-block/kernel-block-ppa present
  variant: debs

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

Title:
  linux-azure: 5.0.0-1011.11 -proposed tracker

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

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

[Bug 1823753] Re: arm64: cma_alloc errors at boot

2019-07-01 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Disco)
   Status: In Progress => Fix Committed

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

Title:
  arm64: cma_alloc errors at boot

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

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

[Bug 1824282] Re: Add a mode that load nvidia.ko only so that we display on intel and do cuda deep learning in NV GPU

2019-07-01 Thread Alberto Milone
** Changed in: nvidia-prime (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

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

Title:
  Add a mode that load nvidia.ko only so that we display on intel and do
  cuda deep learning in NV GPU

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

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

[Bug 1827884] Re: Boot problems after upgrade to kernel 4.15.0-48 (18.04.2LTS/i386)

2019-07-01 Thread Valentyna
I also tested kernel version 4.15.0-54.58, problem still exists.

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

Title:
  Boot problems after upgrade to kernel 4.15.0-48 (18.04.2LTS/i386)

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

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

[Bug 1828955] Re: The start menu window is displayed above the lock screen

2019-07-01 Thread liuyuanpeng
** Changed in: ukui-screensaver (Ubuntu)
   Status: New => Fix Committed

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

Title:
  The start menu window is displayed above the lock screen

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

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

[Bug 1531184] Re: [SRU] dnsmasq doesn't start on boot because its interface isn't up yet

2019-07-01 Thread Terrence Houlahan
The reference paelzer references is related to Ubuntu 14.04.  In Ubuntu
18.04, "/etc/netplan/01-network-manager-all.yaml" defaults all network
device management to NetworkManager.  Therefore any solution will have
to be to NetworkManager's systemd service file.

My solution which I've tested and consistently raises dnsmasq up only
after the interfaces are up in 18.04 is as follows:

sed -i 's/After=network.target/After=NetworkManager-wait-
online.service/' /lib/systemd/system/dnsmasq.service

The 18.04 askubuntu related link is:
https://askubuntu.com/questions/1124530/systemd-starts-dnsmasq-before-starting-network-manager/1154727#1154727

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

Title:
  [SRU] dnsmasq doesn't start on boot because its interface isn't up yet

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

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

[Bug 1834817] Re: Faulty screen lock toggle

2019-07-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1827751 ***
https://bugs.launchpad.net/bugs/1827751

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 1827751, 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.


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

** This bug has been marked a duplicate of bug 1827751
   Shield screen is displayed after blanking even when lock screen disabled

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

Title:
  Faulty screen lock toggle

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

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

[Bug 1834836] [NEW] graphics driver doesnt install

2019-07-01 Thread Pragyan Poudel
Public bug reported:

brightness button does not work neither does the system shows intel
grahics nor amd

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.18.0-22.23~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Jul  1 14:27:03 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Dell HD Graphics 620 [1028:0767]
   Subsystem: Dell Radeon R7 M445 [1028:0767]
InstallationDate: Installed on 2019-06-19 (11 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 002: ID 0bda:568a Realtek Semiconductor Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Inspiron 5567
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz 
root=UUID=5362bffc-ce49-49e3-91eb-535ce68e4dc8 verbose nomodeset
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/09/2019
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.7
dmi.board.name: 05VRRG
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.7:bd01/09/2019:svnDellInc.:pnInspiron5567:pvr:rvnDellInc.:rn05VRRG:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 5567
dmi.product.sku: 0767
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.98+git1906281830.cecedc~oibaf~b
version.libgl1-mesa-dri: libgl1-mesa-dri 19.2~git1906301930.75d8b4~oibaf~b
version.libgl1-mesa-glx: libgl1-mesa-glx 19.2~git1906301930.75d8b4~oibaf~b
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

** Affects: xorg (Ubuntu)
 Importance: Low
 Status: Incomplete


** Tags: amd64 apport-bug bionic third-party-packages ubuntu

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

Title:
  graphics driver doesnt install

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

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

[Bug 1830695] Re: [SRU] rocky stable releases

2019-07-01 Thread Sahid Orentino
Thanks Briant, Thanks Corey.

Working on regression tests for cosmic-proposed and rocky-proposed I
will follow up with the results.

s.

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

Title:
  [SRU] rocky stable releases

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

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

[Bug 1832701] Re: kglobalaccel5 crashed with SIGABRT in raise()

2019-07-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: kglobalaccel (Ubuntu)
   Status: New => Confirmed

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

Title:
  kglobalaccel5 crashed with SIGABRT in raise()

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

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

[Bug 1827751] Re: Shield screen is displayed after blanking even when lock screen disabled

2019-07-01 Thread Daniel van Vugt
** Tags added: bionic

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

Title:
  Shield screen is displayed after blanking even when lock screen
  disabled

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

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

[Bug 1832828] Re: ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

2019-07-01 Thread Olivier Matz
apport information

** Tags added: apport-collected bionic

** Description changed:

  == SRU Justification ==
  
  The following code returns EFAULT (Bad address):
  
s = socket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6);
setsockopt(s, SOL_IPV6, IPV6_HDRINCL, 1);
sendto(ipv6_icmp6_packet, addr);   /* returns -1, errno = EFAULT */
  
  The IPv4 equivalent code works.
  
  The failure happens because 2 bytes are eaten from the msghdr by
  rawv6_probe_proto_opt() starting from commit 19e3c66b52ca ("ipv6
  equivalent of "ipv4: Avoid reading user iov twice after
  raw_probe_proto_opt""), but at that time it was not a problem because
  IPV6_HDRINCL was not yet introduced.
  
  Only eat these 2 bytes if hdrincl == 0.
  
  == Fix ==
  
  Upstream commits:
  59e3e4b52663 ("ipv6: use READ_ONCE() for inet->hdrincl as in ipv4")
  b9aa52c4cb45 ("ipv6: fix EFAULT on sendto with icmpv6 and hdrincl")
  
  == Regression Potential ==
  
  Low. Only impacts IPv6 raw sockets with IPV6_HDRINCL.
  
  == Test Case ==
  
  Copy/paste this code in a python3 interpreter:
  
  IPPROTO_ICMPV6 = socket.getprotobyname('ipv6-icmp')
  SOL_IPV6 = 41
  IPV6_HDRINCL = 36
  import socket
  send_s = socket.socket(socket.AF_INET6, socket.SOCK_RAW, IPPROTO_ICMPV6)
  send_s.setsockopt(SOL_IPV6, IPV6_HDRINCL, 1)
  # this is an IPv6 + ICMPv6 echo packet
  req = 
b'`\x00\x00\x00\x00":@?\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01?\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x80\x00\xe0\xda9\xa0V\x8dabcdefghijklmnopqrstuvwxyz'
  send_s.sendto(req, ('3ffe::2', 0, 0, 0))
  
  On error, it raises:
OSError: [Errno 14] Bad address
  
  After the fix, no exception is raised.
+ --- 
+ ProblemType: Bug
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Jun 28 08:58 seq
+  crw-rw 1 root audio 116, 33 Jun 28 08:58 timer
+ AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
+ ApportVersion: 2.20.9-0ubuntu7.6
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 18.04
+ IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
+ Lsusb: Error: [Errno 2] No such file or directory: 'lsusb': 'lsusb'
+ MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=screen
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-50-generic 
root=/dev/mapper/6WIND-hostname ro console=ttyS0,115200n8 quiet splash 
vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.15.0-50.54-generic 4.15.18
+ RelatedPackageVersions:
+  linux-restricted-modules-4.15.0-50-generic N/A
+  linux-backports-modules-4.15.0-50-generic  N/A
+  linux-firmware 1.173.6
+ RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
+ Tags:  bionic
+ Uname: Linux 4.15.0-50-generic x86_64
+ UnreportableReason: This report is about a package that is not installed.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: False
+ dmi.bios.date: 04/01/2014
+ dmi.bios.vendor: SeaBIOS
+ dmi.bios.version: rel-1.11.1-0-g0551a4be2c-prebuilt.qemu-project.org
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: QEMU
+ dmi.chassis.version: pc-i440fx-2.12
+ dmi.modalias: 
dmi:bvnSeaBIOS:bvrrel-1.11.1-0-g0551a4be2c-prebuilt.qemu-project.org:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-2.12:cvnQEMU:ct1:cvrpc-i440fx-2.12:
+ dmi.product.name: Standard PC (i440FX + PIIX, 1996)
+ dmi.product.version: pc-i440fx-2.12
+ dmi.sys.vendor: QEMU

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

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

Title:
  ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

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

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

[Bug 1832828] ProcModules.txt

2019-07-01 Thread Olivier Matz
apport information

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

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

Title:
  ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

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

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

[Bug 1832828] Lspci.txt

2019-07-01 Thread Olivier Matz
apport information

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

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

Title:
  ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

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

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

[Bug 1832828] ProcInterrupts.txt

2019-07-01 Thread Olivier Matz
apport information

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

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

Title:
  ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

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

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

[Bug 1834405] Re: package mysql-server-5.7 5.7.26-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2019-07-01 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: mysql-5.7 (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/1834405

Title:
  package mysql-server-5.7 5.7.26-0ubuntu0.16.04.1 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/mysql-5.7/+bug/1834405/+subscriptions

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

[Bug 1833793] Re: Updating to 19.04 audio keeps clicking when nothing is playing audio

2019-07-01 Thread Sebastien Bacher
** Changed in: alsa-driver (Ubuntu)
   Importance: Undecided => High

** Changed in: alsa-driver (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/1833793

Title:
  Updating to 19.04 audio keeps clicking when nothing is playing audio

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

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

[Bug 1832828] ProcCpuinfoMinimal.txt

2019-07-01 Thread Olivier Matz
apport information

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

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

Title:
  ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

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

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

[Bug 1834250] Re: update-grub complains about non-existent drives

2019-07-01 Thread Sebastien Bacher
** Changed in: grub2 (Ubuntu)
   Importance: Undecided => Low

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

Title:
  update-grub complains about non-existent drives

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

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

[Bug 1834836] Re: graphics driver doesnt install

2019-07-01 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

** Changed in: xorg (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/1834836

Title:
  Brightness controls don't work on Dell Inspiron 5567

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

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

[Bug 1832828] CurrentDmesg.txt

2019-07-01 Thread Olivier Matz
apport information

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

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

Title:
  ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

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

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

[Bug 1834405] Re: package mysql-server-5.7 5.7.26-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2019-07-01 Thread Christian Ehrhardt 
>From your log:
/var/lib/dpkg/info/mysql-server-5.7.postinst: line 56: mysqld: command not found

Now having mysql-server-5.7 installed that should not happen ever.

root@x:~# dpkg -S /usr/sbin/mysqld
mysql-server-core-5.7: /usr/sbin/mysqld

We can see that this binary is from the package mysql-server-core-5.7

And mysql-server-5.7 depends on it:
apt-cache show mysql-server-5.7 | grep Dep |grep core
...
mysql-server-core-5.7 (= 5.7.11-0ubuntu6)

Due to that there must be a configuration change e.g. a manually forced
package or file removal that has dropped the file - this is a broken
local config change which can not be fixed by the package.

You can check the packages if they are correctly installed and e.g. reinstall 
them if required (apt install --reinstall ...)
dpkg --verify mysql-server-5.7 mysql-server-core-5.7

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

Title:
  package mysql-server-5.7 5.7.26-0ubuntu0.16.04.1 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/mysql-5.7/+bug/1834405/+subscriptions

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

[Bug 1826706] Re: Startup Applications forgets changes

2019-07-01 Thread Sebastien Bacher
Does it work if you try with remmina? Do you get any error on the
command line if you start gnome-session-properties from there?

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

Title:
  Startup Applications forgets changes

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

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

[Bug 1832828] WifiSyslog.txt

2019-07-01 Thread Olivier Matz
apport information

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

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

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

Title:
  ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

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

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

[Bug 1823429] Re: linux v4.15 ftbfs on a newer host kernel (e.g. hwe)

2019-07-01 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Bionic)
   Status: Confirmed => Fix Committed

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

Title:
  linux v4.15 ftbfs on a newer host kernel (e.g. hwe)

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

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

[Bug 1832828] UdevDb.txt

2019-07-01 Thread Olivier Matz
apport information

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

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

Title:
  ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

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

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

[Bug 1830238] Re: [19.10 FEAT] zKVM: Add hardware CPU Model - qemu part

2019-07-01 Thread Christian Ehrhardt 
In the PPA [1] is a preliminary build of a qemu 4.0 for Ubuntu 19.10.
This is still being tested, but a confirmation that this brings all the z14 
related changes that you expect would be great - so I wanted to ask to test the 
PPA in regard to this bug here "zKVM: Add hardware CPU Model - qemu part ".

[1]: https://launchpad.net/~paelzer/+archive/ubuntu/qemu-4.0-eoan-v2

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

Title:
  [19.10 FEAT] zKVM: Add hardware CPU Model - qemu part

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

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

[Bug 1821252] Re: systemctl set-default breaks recovery mode

2019-07-01 Thread Ioanna Alifieraki
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  systemctl set-default breaks recovery mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1821252/+subscriptions

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

[Bug 1830243] Re: [19.10 FEAT] KVM: Secure Linux Boot Toleration - qemu

2019-07-01 Thread Frank Heimes
** 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/1830243

Title:
  [19.10 FEAT] KVM: Secure Linux Boot Toleration - qemu

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

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

[Bug 1828038] Re: [19.10 FEAT] Update hardware CPU Model z14

2019-07-01 Thread Christian Ehrhardt 
In the PPA [1] is a preliminary build of a qemu 4.0 for Ubuntu 19.10.
This is still being tested, but a confirmation that this brings all the z14 
related changes that you expect would be great - so I wanted to ask to test the 
PPA in regard to this bug here "Update hardware CPU Model z14 ".

[1]: https://launchpad.net/~paelzer/+archive/ubuntu/qemu-4.0-eoan-v2

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

Title:
  [19.10 FEAT] Update hardware CPU Model z14

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

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

[Bug 1834814] Re: cant install properly

2019-07-01 Thread Sebastien Bacher
Thank you for your bug report, the issue there seems an error on the 
image/device
'SQUASHFS error: zlib decompression failed, data probably corrupt'
you should check your image md5 and maybe record it on that media or another one

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

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

Title:
  cant install properly

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

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

[Bug 1834836] Re: Brightness controls don't work on Dell Inspiron 5567

2019-07-01 Thread Daniel van Vugt
Please:

1. Remove the 'oidbaf' PPA from your machine. It is not supported by
Ubuntu.

2. Run this command and tell us what result you see:

   ls -l /sys/class/backlight/

** Summary changed:

- graphics driver doesnt install
+ Brightness controls don't work on Dell Inspiron 5567

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

Title:
  Brightness controls don't work on Dell Inspiron 5567

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

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

[Bug 1827751] Re: Shield screen is displayed after blanking even when lock screen disabled

2019-07-01 Thread Daen WWW
I am redirected here from gnome-shell/+bug/1834817

Reason for importance: the system is my main media server. Movies black
out at random times (15-30 minutes) requiring keyboard unlocking of the
screen using ctrl+alt+Enter.

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

Title:
  Shield screen is displayed after blanking even when lock screen
  disabled

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

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

[Bug 1834836] Re: Brightness controls don't work on Dell Inspiron 5567

2019-07-01 Thread Daniel van Vugt
Also, your kernel is booted with modesetting disabled. Please remove the
'nomodeset' kernel parameter and then run:

  sudo update-initramfs

and reboot.

Does brightness now work? If not then please re-run:

  ls -l /sys/class/backlight/

and tell us what it says.

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

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

Title:
  Brightness controls don't work on Dell Inspiron 5567

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

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

[Bug 1824282] Re: Add a mode that load nvidia.ko only so that we display on intel and do cuda deep learning in NV GPU

2019-07-01 Thread Yuan-Chen Cheng
Per my previous measurement, a machine consumes more power as nvidia.ko
is loaded compare the situation that it's not loaded.

I'll try to do that again and provide some data as I got time to that.

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

Title:
  Add a mode that load nvidia.ko only so that we display on intel and do
  cuda deep learning in NV GPU

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

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

[Bug 1832624] Re: [UBUNTU] kernel: Fix wrong dispatching for control domain CPRBs

2019-07-01 Thread Stefan Bader
** Also affects: linux (Ubuntu Disco)
   Importance: Undecided
   Status: New

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

** Changed in: linux (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Disco)
   Importance: Undecided => Medium

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

Title:
  [UBUNTU] kernel: Fix wrong dispatching for control domain CPRBs

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

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

[Bug 1828892] Re: systemctl - alias service reports inactive while aliased is active

2019-07-01 Thread Ioanna Alifieraki
Verification on Xenial.

Repeating test case from description.

- Test case 1 - libvirtd

alias service : libvirtd
aliased service : libvirt-bin

# ls -la libvirtd.service 
lrwxrwxrwx 1 root root 39 Mar 21 16:27 libvirtd.service -> 
/lib/systemd/system/libvirt-bin.service

# systemctl is-active libvirtd
active

# systemctl is-active libvirt-bin
active

- Test case 2 - sshd

alias service : sshd
aliased service : ssh

# ls -la sshd.service 
lrwxrwxrwx 1 root root 31 Mar 21 14:39 sshd.service -> 
/lib/systemd/system/ssh.service

# systemctl is-active sshd
active

# systemctl is-active ssh
active


# dpkg -l | grep systemd
ii  libpam-systemd:amd64 229-4ubuntu21.22   
 amd64system and service manager - PAM module
ii  libsystemd0:amd64229-4ubuntu21.22   
 amd64systemd utility library
ii  systemd  229-4ubuntu21.22   
 amd64system and service manager
ii  systemd-sysv 229-4ubuntu21.22   
 amd64system and service manager - SysV links


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

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

Title:
  systemctl - alias service reports inactive while aliased is active

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1828892/+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

2019-07-01 Thread Vladimir
strangely, it doesn't work with ubuntu

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

  1   2   3   4   5   6   7   >