[Bug 1940723] Re: GRUB (re)installation failing due to stale grub-{pc, efi}/install_devices

2024-09-27 Thread Edwin Grubbs
I was able to fix this error by setting the "esp" flag on my EFI
partition with /usr/sbin/parted as described at
https://askubuntu.com/a/1311360

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

Title:
  GRUB (re)installation failing due to stale
  grub-{pc,efi}/install_devices

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


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

[Bug 2070404] [NEW] Documents cannot be opened in desktop UI on storage device

2024-06-25 Thread Edwin Combs
Public bug reported:

 I just logged onto my laptop that is running Ubuntu 24.04,my Desktop,
music, public, template, videos folders in my home directory are white
squares with red "X" on them with a several small round icons going down
the side of them. On my desktop I have folders that were in my home
directory with some other files. What is going on? How do I fix this. I
just installed Ubuntu on this laptop this morning.I attached a
screenshot of all this. This happened once before and I thought it was
something I did, so I reinstalled Ubunutu. Then after getting the laptop
setup and closing the lid, later I picked up my laptop and this is was
it looked like when logging in.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gvfs 1.54.0-1ubuntu2
ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4
Uname: Linux 6.8.0-35-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Jun 25 15:19:06 2024
InstallationDate: Installed on 2024-06-25 (1 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gvfs
Symptom: storage
Title: Documents cannot be opened in desktop UI on storage device
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug noble wayland-session

** Attachment added: "screenshot of desktop after logging in. Just installed 
Ubuntu a few hours ago. It did not look like this when I was last on the 
laptop."
   
https://bugs.launchpad.net/bugs/2070404/+attachment/5792365/+files/Screenshot%20from%202024-06-25%2015-05-09.png

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

Title:
  Documents cannot be opened in desktop UI on storage device

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


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

[Bug 2065483] [NEW] In Settings, enabling SSH access doesn't work

2024-05-11 Thread P-edwin-f
Public bug reported:

On a brand new installed Ubuntu 24:

REPRODUCE:

First, go to the Settings app, then in the app select the System menu
item, the select Secure Shell and then enable Secure Shell and enter the
password and close the window.

EXPECTED RESULT

I can connect from another computer with ssh and log in with my
credentials.

ACTUAL RESULT

When trying to connect from another computer with ssh, it rejects the
connection.

NOTES

After I installed `openssh-server`, it did work.

SUGGESTED BUGFIX

After checking Secure Shell in the Settings app, install `openssh-
server` if it's not already installed.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-control-center 1:46.0.1-1ubuntu7
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat May 11 14:33:47 2024
ExecutablePath: /usr/bin/gnome-control-center
InstallationDate: Installed on 2024-05-05 (6 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  In Settings, enabling SSH access doesn't work

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


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

[Bug 1966315] [NEW] ocaml-dune: missing dune-configurator library

2022-03-24 Thread Török Edwin
Public bug reported:

The documentation for Dune says that Configurator is now part of Dune:
https://dune.readthedocs.io/en/stable/dune-
libs.html?highlight=configurator#configurator-1

However trying out the example fails:
$ cat >dune <discover.ml
$ dune build

3 |  (libraries dune-configurator))
^
Error: Library "dune-configurator" not found.

Here is what the dune-configurator would contain if opam was used to install it:
```
opam info --list-files dune-configurator
/home/edwin/.opam/4.11.2/doc/dune-configurator
/home/edwin/.opam/4.11.2/doc/dune-configurator/CHANGES.md
/home/edwin/.opam/4.11.2/doc/dune-configurator/LICENSE.md
/home/edwin/.opam/4.11.2/doc/dune-configurator/README.md
/home/edwin/.opam/4.11.2/lib/dune-configurator
/home/edwin/.opam/4.11.2/lib/dune-configurator/.private/configurator__Dune_lang.cmi
/home/edwin/.opam/4.11.2/lib/dune-configurator/.private/configurator__Dune_lang.cmt
/home/edwin/.opam/4.11.2/lib/dune-configurator/.private/configurator__Dune_lang.cmti
/home/edwin/.opam/4.11.2/lib/dune-configurator/.private/configurator__Import.cmi
/home/edwin/.opam/4.11.2/lib/dune-configurator/.private/configurator__Import.cmt
/home/edwin/.opam/4.11.2/lib/dune-configurator/.private/configurator__Ocaml_config.cmi
/home/edwin/.opam/4.11.2/lib/dune-configurator/.private/configurator__Ocaml_config.cmt
/home/edwin/.opam/4.11.2/lib/dune-configurator/.private/configurator__Ocaml_config.cmti
/home/edwin/.opam/4.11.2/lib/dune-configurator/META
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator.a
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator.cma
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator.cmi
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator.cmt
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator.cmx
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator.cmxa
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator.cmxs
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator.ml
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__.cmi
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__.cmt
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__.cmx
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__.ml
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__Dune_lang.cmx
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__Extract_obj.cmi
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__Extract_obj.cmt
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__Extract_obj.cmti
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__Extract_obj.cmx
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__Import.cmx
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__Ocaml_config.cmx
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__V1.cmi
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__V1.cmt
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__V1.cmti
/home/edwin/.opam/4.11.2/lib/dune-configurator/configurator__V1.cmx
/home/edwin/.opam/4.11.2/lib/dune-configurator/dune-package
/home/edwin/.opam/4.11.2/lib/dune-configurator/dune_lang.ml
/home/edwin/.opam/4.11.2/lib/dune-configurator/dune_lang.mli
/home/edwin/.opam/4.11.2/lib/dune-configurator/extract_obj.ml
/home/edwin/.opam/4.11.2/lib/dune-configurator/extract_obj.mli
/home/edwin/.opam/4.11.2/lib/dune-configurator/import.ml
/home/edwin/.opam/4.11.2/lib/dune-configurator/ocaml_config.ml
/home/edwin/.opam/4.11.2/lib/dune-configurator/ocaml_config.mli
/home/edwin/.opam/4.11.2/lib/dune-configurator/opam
/home/edwin/.opam/4.11.2/lib/dune-configurator/v1.ml
/home/edwin/.opam/4.11.2/lib/dune-configurator/v1.mli
```

Fedora includes it: https://src.fedoraproject.org/rpms/ocaml-
dune/c/715e50af8739785e9d4db2567780075900711ff9

However Ubuntu 20.04.4 LTS does not (with ocaml-dune 2.1.3-2):
dpkg -L ocaml-dune|grep configurator

Please install the dune-configurator OCaml package when building Dune: it is 
*part* of Dune according to its documentation.
(Previously it used to be an independent library, but now it is part of the 
dune source code).

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ocaml-dune 2.1.3-2
ProcVersionSignature: Ubuntu 5.13.0-37.42~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Mar 24 17:07:44 2022
InstallationDate: Installed on 2021-03-02 (387 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
SourcePackage: ocaml-dune
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ocaml-dune (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:

[Bug 1955733] [NEW] [Inspiron 3501, Cirrus Logic CS8409/CS42L42, Speaker, Internal] Underruns, dropouts or crackling sound

2021-12-24 Thread Vladimir Edwin Alaro
Public bug reported:

I have a dell inspiron 15 3000 with audio problems, bluetooth is working
fine, hdmi speaker is working fine but internal speaker sounds bad. The
sound kind of crackles.

Information

Description:Ubuntu 20.04.3 LTS
Release:20.04

pulseaudio:
  Installed: 1:13.99.1-1ubuntu3.13
  Candidate: 1:13.99.1-1ubuntu3.13
  Version table:
 *** 1:13.99.1-1ubuntu3.13 500
500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
 1:13.99.1-1ubuntu3.8 500
500 http://archive.ubuntu.com/ubuntu focal-security/main amd64 Packages
 1:13.99.1-1ubuntu3 500
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: pulseaudio 1:13.99.1-1ubuntu3.13
ProcVersionSignature: Ubuntu 5.11.0-43.47~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-43-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec 25 00:30:18 2021
InstallationDate: Installed on 2021-12-09 (15 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: pulseaudio
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Speaker, Internal
Symptom_PulseAudioLog:
 dic 24 23:12:16 valaro dbus-daemon[909]: [system] Activating via systemd: 
service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' 
requested by ':1.29' (uid=125 pid=2170 comm="/usr/bin/pulseaudio --daemonize=no 
--log-target=jo" label="unconfined")
 dic 24 23:13:22 valaro pulseaudio[2170]: After module unload, module 
'module-null-sink' was still loaded!
 dic 24 23:13:22 valaro systemd[2152]: pulseaudio.service: Succeeded.
 dic 24 23:13:32 valaro systemd[2152]: pulseaudio.socket: Succeeded.
Symptom_PulsePlaybackTest: PulseAudio playback test failed
Symptom_Type: Underruns, dropouts, or "crackling" sound
Title: [Inspiron 3501, Cirrus Logic CS8409/CS42L42, Speaker, Internal] 
Underruns, dropouts or crackling sound
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/05/2021
dmi.bios.release: 1.7
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.7.1
dmi.board.name: 03TNDR
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.1:bd07/05/2021:br1.7:svnDellInc.:pnInspiron3501:pvr:sku0A25:rvnDellInc.:rn03TNDR:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 3501
dmi.product.sku: 0A25
dmi.sys.vendor: Dell Inc.
modified.conffile..etc.pulse.daemon.conf: [modified]
modified.conffile..etc.pulse.default.pa: [modified]
mtime.conffile..etc.pulse.daemon.conf: 2021-12-24T21:32:37.421378
mtime.conffile..etc.pulse.default.pa: 2021-12-24T22:17:32.506068

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


** Tags: amd64 apport-bug focal

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

Title:
  [Inspiron 3501, Cirrus Logic CS8409/CS42L42, Speaker, Internal]
  Underruns, dropouts or crackling sound

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


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

[Bug 1899150] Re: trickle has no effect on Python 3 scripts

2021-11-27 Thread Edwin Chiu
On the otherhand, upstream doesn't have support for IPv6. Looks like
that was patched in a distro maintainer at some point.

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

Title:
  trickle has no effect on Python 3 scripts

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


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

[Bug 1899150] Re: trickle has no effect on Python 3 scripts

2021-11-27 Thread Edwin Chiu
Looks like it's missing some upstream changes, e.g.
https://github.com/mariusae/trickle/commit/bb2825a1fe938e303acd5d65508476ca03961d85

Looks like it's diverged for a long time now... This upstream commit
from 2013 is missing as well:
https://github.com/mariusae/trickle/commit/56637e748c7316741baa0bf8e2f86673aa3909c3

Did not bisect further.

If you want trickle to work on python3 and ruby, I suggest you compile
from source for now.

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

Title:
  trickle has no effect on Python 3 scripts

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


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

[Bug 1949875] [NEW] Touchpad not working on Lenovo Flex-5 Ryzen

2021-11-04 Thread Edwin Hendriks
Public bug reported:

Model = IdeaPad Flex 5 14ARE05
Model Name = 81X2
MO: R9N0B112200U

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-38-generic 5.11.0-38.42~20.04.1
ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-38-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Nov  4 16:36:18 2021
InstallationDate: Installed on 2021-10-29 (6 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-5.11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

** Attachment added: "cat /proc/bus/input/devices > ~/devices"
   https://bugs.launchpad.net/bugs/1949875/+attachment/5538296/+files/devices

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

Title:
  Touchpad not working on Lenovo Flex-5 Ryzen

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


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

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-05-14 Thread Edwin Khoo
Same issue with Ubuntu 20.04 on ThinkPad P50.

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

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

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

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

[Bug 1898350] [NEW] do-release-upgrade could not calculate the upgrade

2020-10-03 Thread Edwin Wisse
Public bug reported:

do-release-upgrade terminates without upgrading. Message on terminal:

   Could not calculate the upgrade

   An unresolvable problem occurred while calculating the upgrade.

   If none of this applies, then please report this bug using the
command...(etc)

It gives no indication what the problem might be or how i can resolve
it.

apt.log contains a lot of lines like:

  Setting alsa-base:amd64 NOT as auto-installed (direct Depends of 
ubuntu-desktop:amd64 which is in APT::Never-MarkAuto-Sections)
  Setting alsa-utils:amd64 NOT as auto-installed (direct Depends of 
ubuntu-desktop:amd64 which is in APT::Never-MarkAuto-Sections)
  Setting anacron:amd64 NOT as auto-installed (direct Depends of 
ubuntu-desktop:amd64 which is in APT::Never-MarkAuto-Sections)
  etc.

But it is not clear how it can be resolved.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 4.15.0-118.119-generic 4.15.18
Uname: Linux 4.15.0-118-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct  3 13:03:09 2020
InstallationDate: Installed on 2018-12-24 (648 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-10-03 (0 days ago)

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


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

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

Title:
  do-release-upgrade could not calculate the upgrade

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

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

[Bug 1846374] Re: Having a video playing/paused when switched to another user generates gigabytes of error logs

2020-05-05 Thread Edwin Kerforne
Same as jacj on NVIDIA driver 440.64: when opening VLC, reading a video
from a mounted drive, suspending the computer and then waking it up,
/var/log/syslog starts rapidly filling with hundreds of thousands of
these errors and gets the fans spinning real loud. On a SSD especially,
any available space is taken up very quickly.

For me this doesn't seem to fill up .xsession-errors or any other file,
"only" /var/log/syslog.

Closing VLC stops this behavior instantly.

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

Title:
  Having a video playing/paused when switched to another user generates
  gigabytes of error logs

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

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

[Bug 1873555] Re: linux 5.3.0-46 and 5.4.0-24: XFS with reflinks and duperemove: in-memory data corruption

2020-04-18 Thread Török Edwin
Reported upstream: (didn't show up on linux-xfs mailing list yet)
https://lore.kernel.org/lkml/f6c749739dc135ebd7a9321195a616b15c772082.ca...@etorok.net/#r

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

Title:
  linux 5.3.0-46 and 5.4.0-24: XFS with reflinks and duperemove: in-
  memory data corruption

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

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

[Bug 1873555] Re: linux 5.3.0-46 and 5.4.0-24: XFS with reflinks and duperemove: in-memory data corruption

2020-04-18 Thread Török Edwin
** Attachment added: "one of the early errors reported by duperemove"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873555/+attachment/5356421/+files/dedupe-error

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

Title:
  linux 5.3.0-46 and 5.4.0-24: XFS with reflinks and duperemove: in-
  memory data corruption

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

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

[Bug 1873555] [NEW] linux 5.3.0-46 and 5.4.0-24: XFS with reflinks and duperemove: in-memory data corruption

2020-04-18 Thread Török Edwin
Public bug reported:

I have reproduced this multiple times on both Ubuntu 19.10 (5.3.0-16)
and Ubuntu 20.04 beta (5.4.0-24)

sudo duperemove --lookup-extents=yes -d -r --hashfile /mnt/storage/hashes
[...]
0x556dfa962980] Dedupe 2 extents (id: b285a8ff) with target: (0, 2255716352), 
"/mnt/storage/from-restic/10350278/tmp/fast/c14-sd-92016-2-home/2017-06-17-233341/2017-06-17-233341/edwin/.mu/xapian/postlist.DB"
[0x556de5dc7300] (154238/154243) Try to dedupe extents with id 3fc7b31b
[0x556de5dc7300] Dedupe 3 extents (id: 3fc7b31b) with target: (0, 2463842304), 
"/mnt/storage/restore/25147310-89a6-4a93-9cd8-a582125c12e7/home/edwin/Downloads/ubuntu-19.10-desktop-amd64.iso"
[0x556dfa962860] (154239/154243) Try to dedupe extents with id f5615456
[0x556dfa962860] Dedupe 1 extents (id: f5615456) with target: (0, 5477811089), 
"/mnt/storage/restore/25147310-89a6-4a93-9cd8-a582125c12e7/home/edwin/nokia/backup.ab"
[0x556dfa92bb00] (154240/154243) Try to dedupe extents with id a9595eaa
[0x556dfa92bb00] Dedupe 1 extents (id: a9595eaa) with target: (0, 11050147840), 
"/mnt/storage/restore/25147310-89a6-4a93-9cd8-a582125c12e7/home/edwin/laptop-backup.squashfs"
[0x556dfa962920] (154241/154243) Try to dedupe extents with id 229145cb
[0x556dfa962920] Dedupe 1 extents (id: 229145cb) with target: (0, 13606766116), 
"/mnt/storage/from-restic/0024a369/mnt/fast/listing-sorted0"
[0x556de5dc7180] (154242/154243) Try to dedupe extents with id 2eee56f0
[0x556de5dc7180] Dedupe 2 extents (id: 2eee56f0) with target: (0, 13606766163), 
"/mnt/storage/from-restic/0024a369/mnt/fast/listing-sorted"
[0x556dfa92bb60] (154243/154243) Try to dedupe extents with id b6a1de37
[0x556dfa92bb60] Dedupe 1 extents (id: b6a1de37) with target: (0, 13890395789), 
"/mnt/storage/from-restic/0024a369/mnt/fast/listing0"
[0x556dfa962980] Dedupe for file 
"/mnt/storage/from-restic/0fcf01c9/tmp/fast/c14-sd-92016-2-home/2017-05-23-233346/2017-05-23-233346/edwin/.mu/xapian/postlist.DB"
 had status (-5) "Input/output error".
[0x556dfa962980] Dedupe for file 
"/mnt/storage/from-restic/04683ed4/tmp/fast/c14-sd-92016-2-home/2017-06-07-233355/2017-06-07-233355/edwin/.mu/xapian/postlist.DB"
 had status (-5) "Input/output error".
Error 5: Input/output error while opening 
"/mnt/storage/from-restic/10350278/tmp/fast/c14-sd-92016-2-home/2017-06-17-233341/2017-06-17-233341/edwin/.mu/xapian/postlist.DB"
 (write=0)
Error 5: Input/output error while opening 
"/mnt/storage/from-restic/04683ed4/tmp/fast/c14-sd-92016-2-home/2017-06-07-233355/2017-06-07-233355/edwin/.mu/xapian/postlist.DB"
 (write=0)
Error 5: Input/output error while opening 
"/mnt/storage/from-restic/0fcf01c9/tmp/fast/c14-sd-92016-2-home/2017-05-23-233346/2017-05-23-233346/edwin/.mu/xapian/postlist.DB"
 (write=0)
[0x556de5dc7240] Dedupe for file 
"/mnt/storage/restore/root.squashfs/home/edwin/cycles_benchmark_20160228.zip" 
had status (-5) "Input/output error".
[0x556de5dc7240] Dedupe for file 
"/mnt/storage/restore/root.squashfs/home/edwin/.phoronix-test-suite/installed-tests/pts/blender-1.4.1/cycles_benchmark_20160228.zip"
 had status (-5) "Input/output error".
[0x556de5dc7240] Dedupe for file 
"/mnt/storage/restore/root.squashfs/home/edwin/.phoronix-test-suite/installed-tests/pts/blender-1.7.0/cycles_benchmark_20160228.zip"
 had status (-5) "Input/output error".
[0x556dfa9629e0] Dedupe for file 
"/mnt/storage/from-restic/0024a369/mnt/fast/photos/Camera/VID_20180825_121050.mp4"
 had status (-5) "Input/output error".
[...]

The kernel shows that XFS data structures got corrupted and it unmounted
itself to protect it from further damage:

[104763.870005] INFO: task pool:97746 blocked for more than 724 seconds.
[104763.870008]   Tainted: GW 5.4.0-24-generic #28-Ubuntu
[104763.870009] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
[104763.870011] poolD0 97746  47956 0x
[104763.870013] Call Trace:
[104763.870019]  __schedule+0x2e3/0x740
[104763.870021]  schedule+0x42/0xb0
[104763.870022]  rwsem_down_read_slowpath+0x16c/0x4a0
[104763.870051]  ? xfs_vn_fiemap+0x32/0x80 [xfs]
[104763.870052]  down_read+0x85/0xa0
[104763.870071]  xfs_ilock+0x8a/0x100 [xfs]
[104763.870088]  xfs_vn_fiemap+0x32/0x80 [xfs]
[104763.870090]  do_vfs_ioctl+0x2c0/0x670
[104763.870091]  ksys_ioctl+0x67/0x90
[104763.870093]  __x64_sys_ioctl+0x1a/0x20
[104763.870094]  do_syscall_64+0x57/0x190
[104763.870096]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[104763.870097] RIP: 0033:0x7fe0d575637b
[104763.870101] Code: Bad RIP value.
[104763.870102] RSP: 002b:7fe0c9441bf8 EFLAGS: 0246 ORIG_RAX: 
0010
[104763.870103] RAX: ffda RBX: 7fe090006370 RCX: 
7fe0d575637b
[104763.870104] RDX: 7fe0c9441c30 RSI: c0

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-02-14 Thread Edwin Peer
Regarding your question about LLDP and IPv6...

The default Ubuntu 18.04.3 configuration has an IPv6 enabled kernel, but
the interface only has the default link local address configured. I've
seen it do router solicitation on link state changes and periodically
thereafter. I think I recall seeing somewhere above that you were going
to try without IPv6. Have you seen different behavior with IPv6
disabled?

I don't expect to see LLDP because I have the two NICs wired directly to
each other, back to back. I'm not running any LLDP daemon on the host.

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

Title:
  BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be
  dropping data

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

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

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-02-14 Thread Edwin Peer
The tpa_aborts shouldn't be a concern. They merely indicate that a TCP
flow could not be aggregated. That could have a performance impact, of
course, but that should manifest as counted drops somewhere if this were
the case.

Importantly, the tpa_aborts only apply to TCP traffic, but you see the
problem for ICMP and UDP too.

Note, the tpa_aborts also appear to be evident on the primary as active
interface while things are working as expected. A difference in
magnitude tpa_aborts from one test run to another may be a clue about
something else that's happening though, but I'm not sure that we are
comparing apples to apples with respect the ethtool -S dumps posted thus
far (when were they captured relative to the test runs, which interface
was active at the time, etc?).

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

Title:
  BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be
  dropping data

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

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

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-02-13 Thread Edwin Peer
I have tried, unsuccessfully, to reproduce this issue internally.
Details of my setup below.

1) I have a pair of Dell R210 servers racked (u072 and u073 below), each
with a BCM57416 installed:

root@u072:~# lspci | grep BCM57416
01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries BCM57416 
NetXtreme-E Dual-Media 10G RDMA Ethernet Controller (rev 01)
01:00.1 Ethernet controller: Broadcom Inc. and subsidiaries BCM57416 
NetXtreme-E Dual-Media 10G RDMA Ethernet Controller (rev 01)

2) I've matched the firmware version to one that Nivedita reported in a
bad system:

root@u072:~# ethtool -i enp1s0f0np0
driver: bnxt_en
version: 1.10.0
firmware-version: 214.0.253.1/pkg 21.40.25.31
expansion-rom-version: 
bus-info: :01:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: no
supports-priv-flags: no

3) Matched Ubuntu release and kernel version:

root@u072:~# lsb_release -dr
Description:Ubuntu 18.04.3 LTS
Release:18.04

root@u072:~# uname -a
Linux u072 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

4) Configured the interface into an active-backup bond:

root@u072:~# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: fault-tolerance (active-backup)
Primary Slave: None
Currently Active Slave: enp1s0f1np1
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface: enp1s0f1np1
MII Status: up
Speed: 1 Mbps
Duplex: full
Link Failure Count: 1
Permanent HW addr: 00:0a:f7:a7:10:61
Slave queue ID: 0

Slave Interface: enp1s0f0np0
MII Status: up
Speed: 1 Mbps
Duplex: full
Link Failure Count: 1
Permanent HW addr: 00:0a:f7:a7:10:60
Slave queue ID: 0

5) Run the provided mtr and netperf test cases with the 1st port
selected as active:

root@u072:~# ip l set enp1s0f1np1 down
root@u072:~# ip l set enp1s0f1np1 up
root@u072:~# cat /proc/net/bonding/bond0 | grep Active
Currently Active Slave: enp1s0f0np0

a) initiated on u072:

root@u072:~# mtr --no-dns --report --report-cycles 60 192.168.1.2
Start: 2020-02-13T20:48:01+
HOST: u072Loss%   Snt   Last   Avg  Best  Wrst StDev
  1.|-- 192.168.1.20.0%600.2   0.2   0.2   0.2   0.0

root@u072:~# netperf -t TCP_RR -H 192.168.1.2 -- -r 1,1
MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 
192.168.1.2 () port 0 AF_INET : demo : first burst 0
Local /Remote
Socket Size   Request  Resp.   Elapsed  Trans.
Send   Recv   Size SizeTime Rate 
bytes  Bytes  bytesbytes   secs.per sec   

16384  131072 11   10.0029040.91   
16384  87380

root@u072:~# netperf -t TCP_RR -H 192.168.1.2 -- -r 64,64
MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 
192.168.1.2 () port 0 AF_INET : demo : first burst 0
Local /Remote
Socket Size   Request  Resp.   Elapsed  Trans.
Send   Recv   Size SizeTime Rate 
bytes  Bytes  bytesbytes   secs.per sec   

16384  131072 64   64  10.0028633.36   
16384  87380 

root@u072:~# netperf -t TCP_RR -H 192.168.1.2 -- -r 128,8192
MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 
192.168.1.2 () port 0 AF_INET : demo : first burst 0
Local /Remote
Socket Size   Request  Resp.   Elapsed  Trans.
Send   Recv   Size SizeTime Rate 
bytes  Bytes  bytesbytes   secs.per sec   

16384  131072 128  819210.0017469.30   
16384  87380

b) initiated on u073:

root@u073:~# mtr --no-dns --report --report-cycles 60 192.168.1.1
Start: 2020-02-13T20:53:37+
HOST: u073Loss%   Snt   Last   Avg  Best  Wrst StDev
  1.|-- 192.168.1.10.0%600.1   0.1   0.1   0.2   0.0

root@u073:~# netperf -t TCP_RR -H 192.168.1.1 -- -r 1,1
MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 
192.168.1.1 () port 0 AF_INET : demo : first burst 0
Local /Remote
Socket Size   Request  Resp.   Elapsed  Trans.
Send   Recv   Size SizeTime Rate 
bytes  Bytes  bytesbytes   secs.per sec   

16384  87380  11   10.0028514.93   
16384  131072

root@u073:~# netperf -t TCP_RR -H 192.168.1.1 -- -r 64,64
MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 
192.168.1.1 () port 0 AF_INET : demo : first burst 0
Local /Remote
Socket Size   Request  Resp.   Elapsed  Trans.
Send   Recv   Size SizeTime Rate 
bytes  Bytes  bytesbytes   secs.per sec   

16384  87380  64   64  10.0027405.88   
16384  131072

root@u073:~# netperf -t TCP_RR -H 192.168.1.1 -- -r 128,8192
MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 
192.168.1.1 () port 0 AF_INET : demo : first burst 0
Local /Remote
Socket Size   Request  Resp.   Elapsed  Trans.
Send   Recv   Size SizeTime Rate 
b

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-02-11 Thread Edwin Peer
Hi Nivedita,

I have been away on PTO the last week and am picking this up again now.
Please could you post the full bonding configuration?

Regards,
Edwin Peer

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

Title:
  BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be
  dropping data

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

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

[Bug 1752772] Re: r8169 ethernet card don't work after returning from suspension

2020-02-04 Thread Edwin Boersma
Simply run: sudo /etc/init.d/network-manager restart. Then the network
comes back.

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

Title:
  r8169 ethernet card don't work after returning from suspension

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

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

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-01-31 Thread Edwin Peer
I don't think bnxt_en exposes the disable_tpa parameter. Be that as it
may, I think the tpa_aborts may be a red herring. TPA aggregates TCP
flows and you are seeing the issue with ICMP.

In which direction(s) of traffic flow do you see the losses?

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

Title:
  BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be
  dropping data

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

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

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-01-30 Thread Edwin Peer
> 3. mtr ping test
> ---
> GoodSystem..0.0% Loss; 0.2 Avg; 0.1 Best, 0.9 Worst, 0.1 StdDev
> BadSystem2...11.7% Loss; 0.1 Avg; 0.1 Best, 0.2 Worst, 0.0 StdDev

The mtr packet loss is an interesting result. What mtr options did you
use? Is this a UDP or ICMP test?

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

Title:
  BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be
  dropping data

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

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

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-01-30 Thread Edwin Peer
With respect to one of these situations, this is the following system:

> Dell PowerEdge R440/0XP8V5, BIOS 2.2.11 06/14/2019
> 
> Note that a similar system does not have any issues:
> 
> Dell Inc. PowerEdge R430/0CN7X8, BIOS 2.3.4 11/08/2016
> 
> So the NIC in the "bad" environment is:
> 
> BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet Controller (rev 01)
> Product Name: Broadcom Adv. Dual 10G SFP+ Ethernet
> 
> The NIC in the "good" environment is:
> 
> Broadcom Inc. and subsidiaries NetXtreme II BCM57810
> 10 Gigabit Ethernet [14e4:1006]
> Product Name: QLogic 57810 10 Gigabit Ethernet

There are more than one variable at play here. Does the problem follow
the NIC if you swap the NICs between systems? Are OS / kernel and driver
versions the same on both systems?

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

Title:
  BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be
  dropping data

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

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

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-01-28 Thread Edwin Peer
I am an engineer at Broadcom and have been assigned to investigate this
issue. To that end, I have a few clarifying questions:

1a) What is the benchmark tool you are using and could you provide a
link to where I can get it?

 b) What kind of network traffic is it sending?

2a) In what units are the data rate parameters "--rx_rate 10e6 --tx_rate
10e6" specified?

 b) What data rate are you attempting to send? The report notes that the
platform can't be the issue at 1G, but are you attempting to utilize
10G?

3) Perhaps stating the obvious here, but has anybody looked into the
warning?

"[WARNING] [UHD] Unable to set the thread priority. Performance may be
negatively affected."

which is probably related to this error:

"EnvironmentError: OSError: error in pthread_setschedparam"

4 a) I am personally unfamiliar with the USRP x310, could you provide
some more information about it? Googling for it seems to indicate it is
some kind of software defined radio platform?

  b) Is there a way to get access to one to reproduce and diagnose this
issue?

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

Title:
  BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be
  dropping data

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

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

[Bug 1853638] Re: BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be dropping data

2020-01-28 Thread Edwin Peer
Could you also please dump the ethtool statistics for the NIC?

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

Title:
  BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet device seems to be
  dropping data

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

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

[Bug 1848137] Re: Please update bpfcc-tools for Eoan/Kernel 5.3 support

2020-01-09 Thread Török Edwin
https://github.com/iovisor/bcc/blob/master/INSTALL.md#ubuntu---binary currently 
recommends to build bcc from source because some of the tools shipped by the 
Ubuntu 19.10 package don't work with the kernel shipped by Ubuntu 19.10.
This is not ideal, could you please bump the version of bpfcc in Ubuntu 19.10 
to make it fully functional?

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

Title:
  Please update bpfcc-tools for Eoan/Kernel 5.3 support

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

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

[Bug 1857547] [NEW] fmtutil fails with default LANG=C.UTF-8, needs LANG=C

2019-12-25 Thread Török Edwin
Public bug reported:

Luatex fmtutil fails when LANG=C.UTF-8 (the default):
```

fmtutil [INFO]: /var/lib/texmf/web2c/pdftex/eplain.fmt installed.
fmtutil [ERROR]: running `luatex -ini   -jobname=luatex -progname=luatex 
luatex.ini https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872012

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: texlive-luatex 2019.20190710-1
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: LXQt
Date: Wed Dec 25 16:15:51 2019
InstallationDate: Installed on 2019-09-01 (115 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190830)
PackageArchitecture: all
SourcePackage: texlive-base
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan

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

Title:
  fmtutil fails with default LANG=C.UTF-8, needs LANG=C

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

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

[Bug 1843819] Re: Volume scaling is incorrect for Logitech H600 (046d:0a29): alsamixer @ 0% where pulse volume @ 50%

2019-09-18 Thread Edwin Lee
I can confirm this exact same behavior.  It occurred on my H600, in both
Ubuntu 18.10 and 19.04.  Makes for very strange volume effects,
especially to those who don't know to investigate with pavucontrol and
alsamixer.

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

Title:
  Volume scaling is incorrect for Logitech H600 (046d:0a29): alsamixer @
  0% where pulse volume @ 50%

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

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

[Bug 1843148] [NEW] git crashed with SIGABRT during 'bundle verify': BUG: refs.c:1750: attempting to get main_ref_store outside of repository

2019-09-07 Thread Török Edwin
Public bug reported:

Follow the instructions at https://www.kernel.org/cloning-linux-
from-a-bundle.html

Verifying the bundle crashes:

git bundle verify clone.bundle
BUG: refs.c:1750: attempting to get main_ref_store outside of repository
[1]13296 abort (core dumped)  git bundle verify clone.bundle

ProblemType: Crash
DistroRelease: Ubuntu 19.10
Package: git 1:2.20.1-2ubuntu1
ProcVersionSignature: Ubuntu 5.2.0-15.16-generic 5.2.9
Uname: Linux 5.2.0-15-generic x86_64
ApportVersion: 2.20.11-0ubuntu7
Architecture: amd64
CurrentDesktop: MATE
Date: Sat Sep  7 18:29:18 2019
ExecutablePath: /usr/bin/git
InstallationDate: Installed on 2019-09-01 (6 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190830)
ProcCmdline: git bundle verify clone.bundle
Signal: 6
SourcePackage: git
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Title: git crashed with SIGABRT
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
separator:

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


** Tags: amd64 apport-crash eoan need-amd64-retrace

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

Title:
  git crashed with SIGABRT during 'bundle verify': BUG: refs.c:1750:
  attempting to get main_ref_store outside of repository

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

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

[Bug 1783994] Re: systemd spams log with "Failed to dissect: Input/output error" on systems with mmc

2019-08-05 Thread Edwin Hayes
Hi all,

What is the prognosis for this being fixed in Bionic?

Thanks.

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

Title:
  systemd spams log with "Failed to dissect: Input/output error" on
  systems with mmc

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

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

[Bug 1818452] [NEW] Bluetooth

2019-03-03 Thread Edwin W Mathew
Public bug reported:

I cannot activate my bluetooth, it did not show in the terminal but I do
have one before I install ubuntu. I am using Ubuntu 18.04.2 LTS

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-45-generic 4.15.0-45.48
ProcVersionSignature: Ubuntu 4.15.0-45.48-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   simoned1445 F...m pulseaudio
 /dev/snd/controlC0:  simoned1445 F pulseaudio
 /dev/snd/controlC1:  simoned1445 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sun Mar  3 21:57:01 2019
InstallationDate: Installed on 2018-11-21 (102 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: Packard Bell EasyNote LJ75
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-45-generic 
root=UUID=8b5bd866-ef89-4ba6-be3b-9a0a6797bc94 ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-45-generic N/A
 linux-backports-modules-4.15.0-45-generic  N/A
 linux-firmware 1.173.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/05/2010
dmi.bios.vendor: Packard Bell
dmi.bios.version: V1.05
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: EasyNote LJ75
dmi.board.vendor: Packard Bell
dmi.board.version: V1.05
dmi.chassis.type: 10
dmi.chassis.vendor: Packard Bell
dmi.chassis.version: V1.05
dmi.modalias: 
dmi:bvnPackardBell:bvrV1.05:bd01/05/2010:svnPackardBell:pnEasyNoteLJ75:pvrV1.05:rvnPackardBell:rnEasyNoteLJ75:rvrV1.05:cvnPackardBell:ct10:cvrV1.05:
dmi.product.family: Intel_Mobile
dmi.product.name: EasyNote LJ75
dmi.product.version: V1.05
dmi.sys.vendor: Packard Bell

** Affects: linux (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/1818452

Title:
  Bluetooth

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

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

[Bug 1814555] Re: Ubuntu boot failure. 4.18.0-14 boot stalls. (does not boot)

2019-02-09 Thread Török Edwin
I confirm that 4.18.0-15.16 has fixed the problem for me too on a Lenovo
X300, thanks.

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

Title:
  Ubuntu boot failure. 4.18.0-14 boot stalls. (does not boot)

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

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

[Bug 1813509] Re: [i915] NULL pointer on Linux 4.18.0-14-generic / cosmic

2019-02-04 Thread Török Edwin
If you still have the 4.18.0-13-generic kernel try booting that, it
helped me get a working screen again.

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

Title:
  [i915] NULL pointer on Linux 4.18.0-14-generic / cosmic

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

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

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-04 Thread Török Edwin
>From older, working kernels. Note that the FIFO underrun error is
present in these successful boots too (I've been seeing it for years),
but it never crashes before on that.

** Attachment added: "good kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813657/+attachment/5235956/+files/kern.log.1

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

Title:
  4.18.0-14 doesn't boot past grub

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

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

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-04 Thread Török Edwin
Feb  4 15:22:03 mama-tata-laptop kernel: [1.81] 
[drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe B FIFO 
underrun
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822564] [drm] RC6 disabled, 
disabling runtime PM support
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822604] BUG: unable to handle 
kernel NULL pointer dereference at 0008
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822613] PGD 0 P4D 0 
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822623] Oops:  [#1] SMP PTI
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822631] CPU: 0 PID: 176 Comm: 
systemd-udevd Not tainted 4.18.0-14-generic #15-Ubuntu
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822639] Hardware name: LENOVO 
647814G/647814G, BIOS 7TET36WW (1.10 ) 05/11/2009
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822732] RIP: 
0010:gen4_render_ring_flush+0x60/0x110 [i915]
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822737] Code: 00 48 89 df e8 51 
fe ff ff 48 3d 00 f0 ff ff 77 6c 44 89 20 48 8d 48 44 c7 40 04 02 40 00 7a 48 
8b 53 78 48 8b 92 10 02 00 00 <48> 8b 52 08 48 c7 40 0c 00 00 00 00 83 ca 04 89 
50 08 48 8d 50 14 
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822817] RSP: 
0018:b15f80a3f978 EFLAGS: 00010287
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822825] RAX: b15f90002000 
RBX: 967c30438240 RCX: b15f90002044
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822832] RDX:  
RSI: 01a8 RDI: 0150
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822838] RBP: b15f80a3f988 
R08: 0001 R09: 3c4a9d47
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822846] R10: 181a474d 
R11: 967c30438240 R12: 0202
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822852] R13: 967c30438240 
R14: 967c31389000 R15: 967c30dc8000
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822860] FS:  
7f8967b738c0() GS:967c3bc0() knlGS:
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822868] CS:  0010 DS:  ES: 
 CR0: 80050033
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822874] CR2: 0008 
CR3: 000130cc4000 CR4: 06f0
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822881] Call Trace:
Feb  4 15:22:03 mama-tata-laptop kernel: [1.822970]  
i915_request_alloc+0x24e/0x370 [i915]
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823055]  
i915_gem_init+0x26b/0x470 [i915]
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823131]  
i915_driver_load+0xab8/0xd80 [i915]
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823143]  ? mutex_lock+0x12/0x30
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823219]  
i915_pci_probe+0x46/0x60 [i915]
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823229]  
local_pci_probe+0x46/0x90
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823238]  
pci_device_probe+0x11c/0x1a0
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823248]  
driver_probe_device+0x2e3/0x460
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823256]  
__driver_attach+0xe4/0x110
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823263]  ? 
driver_probe_device+0x460/0x460
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823271]  
bus_for_each_dev+0x74/0xb0
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823279]  ? 
kmem_cache_alloc_trace+0x1c4/0x1d0
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823287]  driver_attach+0x1e/0x20
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823294]  
bus_add_driver+0x159/0x230
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823301]  ? 0xc02ec000
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823309]  
driver_register+0x70/0xc0
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823315]  ? 0xc02ec000
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823322]  
__pci_register_driver+0x57/0x60
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823398]  i915_init+0x55/0x58 
[i915]
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823407]  
do_one_initcall+0x4a/0x1c4
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823415]  ? 
_cond_resched+0x19/0x30
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823422]  ? 
kmem_cache_alloc_trace+0xb8/0x1d0
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823430]  ? 
do_init_module+0x27/0x220
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823437]  
do_init_module+0x60/0x220
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823445]  
load_module+0x14f4/0x1890
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823455]  
__do_sys_finit_module+0xbd/0x120
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823462]  ? 
__do_sys_finit_module+0xbd/0x120
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823471]  
__x64_sys_finit_module+0x1a/0x20
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823479]  
do_syscall_64+0x5a/0x110
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823486]  
entry_SYSCALL_64_after_hwframe+0x44/0xa9
Feb  4 15:22:03 mama-tata-laptop kernel: [1.823493] RIP: 0033:0x7f

[Bug 1813657] Re: 4.18.0-14 doesn't boot past grub

2019-02-04 Thread Török Edwin
I tried to file a bug, but launchpad keeps timing out (see
https://bugs.launchpad.net/ubuntu/+bug/1814585).

I think I have the same problem on Ubuntu 18.10.
4.18.0-13 was fine, 4.18.0-14 always crashes with BUG on boot.

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

Title:
  4.18.0-14 doesn't boot past grub

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

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

[Bug 1814585] [NEW] failed to file bug on launchpad

2019-02-04 Thread Török Edwin
Public bug reported:

It is annoying when I try to file a bugreport and get back an error
instead, not the first time this happened:

Timeout error
Sorry, something just went wrong in Launchpad.

We’ve recorded what happened, and we’ll fix it as soon as possible.
Apologies for the inconvenience.

Trying again in a couple of minutes might work.

(Error ID: OOPS-9134317cd3a9ac073986f335a488fce8)

** Affects: 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/1814585

Title:
  failed to file bug on launchpad

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

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

[Bug 1814585] Re: failed to file bug on launchpad

2019-02-04 Thread Török Edwin
It keeps failing:
Timeout error
Sorry, something just went wrong in Launchpad.

We’ve recorded what happened, and we’ll fix it as soon as possible.
Apologies for the inconvenience.

Trying again in a couple of minutes might work.

(Error ID: OOPS-07b34567c21ffb2dd9d639c20924d21c)

This was the bug file url:
https://bugs.launchpad.net/ubuntu/+source/xorg/+filebug/a7902702-28b8-11e9-9660-d485646cd9a4

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

Title:
  failed to file bug on launchpad

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

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

[Bug 1742658] Re: linux-generic-hwe-16.04 OOPS in nouveau after security update

2018-12-01 Thread Török Edwin
Hi,

I've been running Ubuntu 18.04 for a while now on this machine, so I do not 
know whether 16.04 would work, it certainly didn't work at all when I filed 
this bugreport.
I would suggest that if anyone else runs into this issue they should upgrade to 
18.04 or 18.10.

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

Title:
  linux-generic-hwe-16.04 OOPS in nouveau after security update

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

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

[Bug 1804820] [NEW] package gnome-shell 3.28.3-0ubuntu0.18.04.3 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2018-11-23 Thread Edwin Ivan Vega
Public bug reported:

1

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gnome-shell 3.28.3-0ubuntu0.18.04.3
ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
Uname: Linux 4.15.0-39-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
AptOrdering:
 firefox:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Fri Nov 23 07:01:14 2018
DisplayManager: gdm3
ErrorMessage: problemas de dependencias - se deja sin configurar
GsettingsChanges:
 
InstallationDate: Installed on 2018-10-17 (37 days ago)
InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 (20180731)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.6
SourcePackage: gnome-shell
Title: package gnome-shell 3.28.3-0ubuntu0.18.04.3 failed to install/upgrade: 
problemas de dependencias - se deja sin configurar
UpgradeStatus: Upgraded to bionic on 2018-10-17 (37 days ago)

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


** Tags: amd64 apport-package bionic

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

Title:
  package gnome-shell 3.28.3-0ubuntu0.18.04.3 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

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

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

[Bug 1804814] [NEW] package python3-gdbm:amd64 3.6.7-1~18.04 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2018-11-23 Thread Edwin Ivan Vega
Public bug reported:

no se exactamente que error fue el que marco pero me sale el mensaje a
cada rato

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: python3-gdbm:amd64 3.6.7-1~18.04
ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
Uname: Linux 4.15.0-39-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
AptOrdering:
 firefox:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Fri Nov 23 07:01:20 2018
ErrorMessage: problemas de dependencias - se deja sin configurar
InstallationDate: Installed on 2018-10-17 (37 days ago)
InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 (20180731)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.6
SourcePackage: python3-stdlib-extensions
Title: package python3-gdbm:amd64 3.6.7-1~18.04 failed to install/upgrade: 
problemas de dependencias - se deja sin configurar
UpgradeStatus: Upgraded to bionic on 2018-10-17 (37 days ago)

** Affects: python3-stdlib-extensions (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package python3-gdbm:amd64 3.6.7-1~18.04 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-stdlib-extensions/+bug/1804814/+subscriptions

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

[Bug 1804560] Re: Error arranque

2018-11-21 Thread edwin perdomo
Does it mean that I can not recover the files? attached error image when
starting.

Attentive to your comments.


** Attachment added: "3.jpg"
   
https://bugs.launchpad.net/ubuntu/+bug/1804560/+attachment/5215181/+files/3.jpg

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

Title:
  Error arranque

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

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

[Bug 1804560] Re: Error arranque

2018-11-21 Thread edwin perdomo
I understand that it may be because it is no longer in service, but I
need to recover the files as I can, I have very important information.

Thanks for your comments.

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

Title:
  Error arranque

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

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

[Bug 1804560] [NEW] Error arranque

2018-11-21 Thread edwin perdomo
Public bug reported:

al iniciar el equipo muestra error de arranque.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CasperVersion: 1.360
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Nov 22 01:55:59 2018
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c652]
LiveMediaBuild: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 300E4C/300E5C/300E7C
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/25/2012
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P06RAC
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: NP300E4X-A05CO
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP06RAC:bd10/25/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn300E4C/300E5C/300E7C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP300E4X-A05CO:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 300E4C/300E5C/300E7C
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Thu Nov 22 01:17:50 2018
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1466 
 vendor BOE
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu vivid

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

Title:
  Error arranque

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

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

[Bug 1803873] [NEW] package grub-efi-amd64-signed 1.93.3+2.02-2ubuntu8.2 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit stat

2018-11-18 Thread Edwin Jose George
Public bug reported:

I tried to install django to the fresh ubuntu18.04lts 
there was a problem saying that grub could not be loaded and i had to install 
manually

The following error popped when installing django 2.0.5 vis python3 pip

Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
dpkg: error processing package grub-efi-amd64-signed (--configure):
 installed grub-efi-amd64-signed package post-installation script subprocess 
returned error exit status 1

dpkg: dependency problems prevent configuration of shim-signed:
 shim-signed depends on grub-efi-amd64-signed; however:
  Package grub-efi-amd64-signed is not configured yet.

dpkg: error processing package shim-signed (--configure):
 dependency problems - leaving unconfigured
Setting up fakeroot (1.22-2ubuntu1) ...
No apport report written because the error message indicates its a followup 
error from a previous failure.
 update-alternatives: using /usr/bin/fakeroot-sysv to provide 
/usr/bin/fakeroot (fakeroot) in auto mode
Errors were encountered while processing:
 grub-efi-amd64-signed
 shim-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: grub-efi-amd64-signed 1.93.3+2.02-2ubuntu8.2
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Sun Nov 18 08:33:57 2018
ErrorMessage: installed grub-efi-amd64-signed package post-installation script 
subprocess returned error exit status 1
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python3.6, Python 3.6.6, python-minimal, 2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.93.3+2.02-2ubuntu8.2 failed to 
install/upgrade: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package grub-efi-amd64-signed 1.93.3+2.02-2ubuntu8.2 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1800678] [NEW] grub2 would not installon aspire

2018-10-30 Thread Edwin Visser
Public bug reported:

instalation of 18.4 64b. fails

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Tue Oct 30 16:56:39 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANGUAGE=nl_NL.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=nl_NL.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 xubuntu

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

Title:
  grub2 would not installon aspire

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

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

[Bug 1790962] [NEW] chromium-browser: incompatible fontconfig - fails to start

2018-09-05 Thread Török Edwin
Public bug reported:

chromium-browser fails to start like this:
Gtk-Message: 21:27:04.849: Failed to load module "unity-gtk-module"
Fontconfig warning: "/etc/fonts/fonts.conf", line 5: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/fonts.conf", line 6: unknown element 
"its:translateRule"
Fontconfig error: "/etc/fonts/fonts.conf", line 6: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/fonts.conf", line 6: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/fonts.conf", line 7: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/fonts.conf", line 7: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/fonts.conf", line 9: unknown element 
"description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown 
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown 
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid 
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid 
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid 
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid 
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 8: unknown 
element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: 
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: 
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: 
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: 
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6: 
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6: 
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 8: 
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: 
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: 
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: 
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: 
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6: 
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6: 
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 8: 
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: 
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: 
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: 
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: 
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6: 
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6: 
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 8: 
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown 
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: unknown 
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: invalid 
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: invalid 
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6: invalid 
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6: invalid 
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 8: unknown 
element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown 
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: unknown 
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid 
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid 
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid 
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid 
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 8: unknown 

[Bug 1787802] [NEW] appstreamcli crashed with signal 5 in g_variant_new_parsed_va()

2018-08-19 Thread Török Edwin
Public bug reported:

Crashed when triggerred from initramfs, had to uninstall it to make progress.
Reinstalled and running it manually shows no crashes but an assertion:
(appstreamcli:5869): GLib-CRITICAL **: 11:01:51.409: g_atomic_ref_count_dec: 
assertion 'g_atomic_int_get (arc) > 0' failed
AppStream cache update completed successfully

ProblemType: Crash
DistroRelease: Ubuntu 18.10
Package: appstream 0.12.0-3
ProcVersionSignature: Ubuntu 4.17.0-7.8-generic 4.17.12
Uname: Linux 4.17.0-6-generic x86_64
ApportVersion: 2.20.10-0ubuntu7
Architecture: amd64
CrashCounter: 1
Date: Sat Aug 18 21:19:53 2018
ExecutablePath: /usr/bin/appstreamcli
InstallationDate: Installed on 2017-12-02 (259 days ago)
InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Release amd64 
(20171018)
ProcCmdline: appstreamcli refresh-cache
Signal: 5
SourcePackage: appstream
StacktraceTop:
 g_variant_new_parsed_va () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_variant_builder_add_parsed () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 () at /usr/lib/x86_64-linux-gnu/libappstream.so.4
 () at /usr/lib/x86_64-linux-gnu/libappstream.so.4
 as_cache_file_save () at /usr/lib/x86_64-linux-gnu/libappstream.so.4
Title: appstreamcli crashed with signal 5 in g_variant_new_parsed_va()
UpgradeStatus: Upgraded to cosmic on 2018-08-07 (11 days ago)
UserGroups:

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


** Tags: amd64 apport-crash cosmic need-amd64-retrace

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

Title:
  appstreamcli crashed with signal 5 in g_variant_new_parsed_va()

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

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

[Bug 1786673] Re: git-annex crashed with SIGABRT

2018-08-12 Thread Török Edwin
** 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/1786673

Title:
  git-annex crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-annex/+bug/1786673/+subscriptions

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

[Bug 1786631] [NEW] anki 2.1.0: fails to start

2018-08-11 Thread Török Edwin
Public bug reported:

Error during startup:
Traceback (most recent call last):
  File "/usr/share/anki/aqt/main.py", line 50, in __init__
self.setupUI()
  File "/usr/share/anki/aqt/main.py", line 75, in setupUI
self.setupMainWindow()
  File "/usr/share/anki/aqt/main.py", line 585, in setupMainWindow
tweb = self.toolbarWeb = aqt.webview.AnkiWebView()
  File "/usr/share/anki/aqt/webview.py", line 114, in __init__
self.focusProxy().installEventFilter(self)
AttributeError: 'NoneType' object has no attribute 'installEventFilter'

This seems to be a problem due to Qt 5.11, see 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905379.
The previous version of Anki 2.1.0+dfsg~rc2-1 in cosmic works (with the older 
version of Qt in cosmic).

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: anki 2.1.0+dfsg-1
ProcVersionSignature: Ubuntu 4.17.0-6.7-generic 4.17.9
Uname: Linux 4.17.0-6-generic x86_64
ApportVersion: 2.20.10-0ubuntu7
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Aug 11 19:05:36 2018
InstallationDate: Installed on 2017-12-02 (252 days ago)
InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Release amd64 
(20171018)
PackageArchitecture: all
SourcePackage: anki
UpgradeStatus: Upgraded to cosmic on 2018-08-07 (3 days ago)

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


** Tags: amd64 apport-bug cosmic package-from-proposed

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

Title:
  anki 2.1.0: fails to start

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

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

[Bug 1774061] [NEW] git: CVE 2018-11235 arbitary code execution via submodule names in .gitmodules

2018-05-29 Thread Török Edwin
*** This bug is a security vulnerability ***

Public security bug reported:

Git v2.17.1, v2.13.7, v2.14.4, v2.15.2 and v2.16.4 contain a fix for CVE 
2018-11235 announced here:
https://public-inbox.org/git/xmqqy3g2flb6@gitster-ct.c.googlers.com/

Debian has fixed packages here: https://security-
tracker.debian.org/tracker/CVE-2018-11235

I could not find the fixed packages for Ubuntu, the Ubuntu link on the
above debian tracker results in a 404, and there is no newer package
available in the repository for 18.04 LTS.

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

** Information type changed from Private Security to Public Security

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

Title:
  git:  CVE 2018-11235 arbitary code execution via submodule names in
  .gitmodules

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

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

[Bug 1770698] Re: mysql-server-5.5 install fails without bsdutils

2018-05-14 Thread Edwin Grubbs
I didn't realize that codeanywhere had removed essential packages from
their image, which apt warns the user against removal. I have reported
the issue to codeanywhere.

These two essential packages were removed.
bsdutils
e2fsprogs

These two required packages were removed.
libss2
mawk

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

Title:
  mysql-server-5.5 install fails without bsdutils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1770698/+subscriptions

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

[Bug 1770698] [NEW] mysql-server-5.5 install fails without bsdutils

2018-05-11 Thread Edwin Grubbs
Public bug reported:

I was installing mysql-server-5.5 on the Ubuntu 14.04 image that
codeanywhere.com provides. The post install script fails because logger
is not installed.


Setting up mysql-server-5.5 (5.5.60-0ubuntu0.14.04.1) ...
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 150: logger: command not 
found
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 240: logger: command not 
found
dpkg: error processing package mysql-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 127

** Affects: mysql-5.5 (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/1770698

Title:
  mysql-server-5.5 install fails without bsdutils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1770698/+subscriptions

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

[Bug 1769592] [NEW] package python3-numpy (not installed) failed to install/upgrade: subprocess installed pre-removal script returned error exit status 127

2018-05-07 Thread Edwin Janssen
Public bug reported:

bug showed up during installation of software center

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python3-numpy (not installed)
ProcVersionSignature: Ubuntu 4.13.0-39.44~16.04.1-generic 4.13.16
Uname: Linux 4.13.0-39-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.16
Architecture: amd64
Date: Fri May  4 12:42:50 2018
DuplicateSignature:
 package:python3-numpy:(not installed)
 Removing python3-numpy (1:1.11.0-1ubuntu1) ...
 /var/lib/dpkg/info/python3-numpy.prerm: 6: 
/var/lib/dpkg/info/python3-numpy.prerm: py3clean: not found
 dpkg: error processing package python3-numpy (--remove):
  subprocess installed pre-removal script returned error exit status 127
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 127
InstallationDate: Installed on 2018-04-19 (18 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: python-numpy
Title: package python3-numpy (not installed) failed to install/upgrade: 
subprocess installed pre-removal script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-numpy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package python3-numpy (not installed) failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-numpy/+bug/1769592/+subscriptions

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

[Bug 1752202] [NEW] U2F not working after upgrade: systemd dropped udev rules and libu2f-udev not installed

2018-02-27 Thread Török Edwin
Public bug reported:

Summary:
* libu2f-udev is not installed automatically, and after upgrading systemd it 
has lost its udev rules for U2F devices.
* installing u2f-host (which pulls in libu2f-udev) doesn't seem to be enough to 
get it working either, had to manually reload the rules

Long version:

I upgraded from XUbuntu 17.10 to 18.04 daily build for testing.
Previously I was able to use a Yubikey U2F device with Chromium and Firefox, 
however after the upgrade no U2F device was detected, the browser just timed 
out the U2F detection.

I installed u2f-host to debug the problem further but it told me that it 
couldn't find any U2F devices. I looked in /dev/hidraw* and my user couldn't 
access any.
Running this and repluggingt the device fixed the permissions: sudo udevadm 
control --reload-rules.

It looks like that systemd used to have udev rules for U2F devices but they got 
dropped recently, pointing to libu2f-udev:
https://salsa.debian.org/systemd-team/systemd/commit/655e466caf37af36f527d42f164901b658203a2d

Which is fine, except libu2f-udev is not installed automatically:
libu2f-udev
Reverse Depends:
  libu2f-host0
  ubuntu-mate-desktop
  ubuntu-mate-core
  ubuntu-budgie-desktop
libu2f-host0
Reverse Depends:
  libu2f-host-dev
  u2f-host
  pamu2fcfg
  libpam-u2f

This seems wrong, individual desktop environments shouldn't bring this
in, either the applications that use them (firefox, chromium) should
recommend it, or a package common to all desktop flavours should pull it
in.

Please make libu2f-udev automatically installed as it was before when it
was part of systemd, and reload the udev rules when it is installed.

I'm filing this bug against systemd because the package that broke the
behaviour was systemd, when udev rules got dropped from it the other
packages' dependencies should've been updated so that the rules are not
lost.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: systemd 237-3ubuntu3
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Feb 28 00:22:33 2018
InstallationDate: Installed on 2017-12-02 (87 days ago)
InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Release amd64 
(20171018)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcKernelCmdLine: root=UUID=0cc81157-5ab2-46eb-b70b-cb3c62f635e8 ro quiet 
vt.handoff=7 initrd=\EFI\ubuntu\initrd.img resume=/dev/nvme0n1p2
SourcePackage: systemd
UpgradeStatus: Upgraded to bionic on 2018-02-24 (3 days ago)
dmi.bios.date: 04/07/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2501
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A99FX PRO R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2501:bd04/07/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99FXPROR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.

** Affects: systemd (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/1752202

Title:
  U2F not working after upgrade: systemd dropped udev rules and libu2f-
  udev not installed

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

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

[Bug 1742658] Re: linux-generic-hwe-16.04 OOPS in nouveau after security update

2018-01-28 Thread Török Edwin
** Also affects: linux-hwe (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: linux-meta-hwe-edge (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/1742658

Title:
  linux-generic-hwe-16.04 OOPS in nouveau after security update

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

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

[Bug 1742658] Re: linux-generic-hwe-16.04 OOPS in nouveau after security update

2018-01-25 Thread Török Edwin
Looks like the patch got applied upstream more than 2 weeks ago, any ETA on 
applying it to an Ubuntu kernel?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v4.15-rc9&id=1b5c7ef3d0d0610bda9b63263f7c5b7178d11015

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

Title:
  linux-generic-hwe-16.04 OOPS in nouveau after security update

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

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

[Bug 1742658] Re: linux-generic-hwe-16.04 OOPS in nouveau after security update

2018-01-11 Thread Török Edwin
Possibly related to
https://patchwork.freedesktop.org/patch/196301/
https://bugs.freedesktop.org/show_bug.cgi?id=103421

** Bug watch added: freedesktop.org Bugzilla #103421
   https://bugs.freedesktop.org/show_bug.cgi?id=103421

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

Title:
  linux-generic-hwe-16.04 OOPS in nouveau after security update

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

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

[Bug 1742658] Re: linux-generic-hwe-16.04 OOPS in nouveau after security update

2018-01-11 Thread Edwin Torok
** Attachment added: "dmesg of working 4.10.0-42-generic"
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta-hwe/+bug/1742658/+attachment/5035027/+files/good.log

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

Title:
  linux-generic-hwe-16.04 OOPS in nouveau after security update

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

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

[Bug 1742658] [NEW] linux-generic-hwe-16.04 OOPS in nouveau after security update

2018-01-11 Thread Edwin Torok
Public bug reported:

Description:Ubuntu 16.04.3 LTS
Release:16.04

After upgrading linux-generic-hwe-16.04 to 4.13.0.26.46 I get a black screen 
with nouveau.
Previously I was running 4.10.0-42-generic, and that kernel still works fine.

Here is the OOPS:

an 11 09:39:18 edvin-tower kernel: [3.079986] [drm] Initialized nouveau 
1.3.1 20120801 for :02:00.0 on minor 0
Jan 11 09:39:18 edvin-tower kernel: [3.100591] BUG: unable to handle kernel 
NULL pointer dereference at   (null)
Jan 11 09:39:18 edvin-tower kernel: [3.100606] IP:   (null)
Jan 11 09:39:18 edvin-tower kernel: [3.100610] PGD 0 
Jan 11 09:39:18 edvin-tower kernel: [3.100611] P4D 0 
Jan 11 09:39:18 edvin-tower kernel: [3.100615] 
Jan 11 09:39:18 edvin-tower kernel: [3.100620] Oops: 0010 [#1] SMP PTI
Jan 11 09:39:18 edvin-tower kernel: [3.100623] Modules linked in: 
hid_generic usbhid hid nouveau mxm_wmi video i2c_algo_bit ttm drm_kms_helper 
syscopyarea sysfillrect e1000e sysimgblt fb_sys_fops drm ptp ahci pps_core 
pata_acpi libahci wmi
Jan 11 09:39:18 edvin-tower kernel: [3.100643] CPU: 4 PID: 238 Comm: 
kworker/u16:7 Not tainted 4.13.0-26-generic #29~16.04.2-Ubuntu
Jan 11 09:39:18 edvin-tower kernel: [3.100649] Hardware name: Dell Inc. 
Precision Tower 5810/0K240Y, BIOS A05 12/16/2014
Jan 11 09:39:18 edvin-tower kernel: [3.100688] Workqueue: nvkm-disp 
gf119_disp_super [nouveau]
Jan 11 09:39:18 edvin-tower kernel: [3.100694] task: 9d8982d25d00 
task.stack: ac9ec2134000
Jan 11 09:39:18 edvin-tower kernel: [3.100698] RIP: 0010:  (null)
Jan 11 09:39:18 edvin-tower kernel: [3.100701] RSP: 0018:ac9ec2137bd8 
EFLAGS: 00010206
Jan 11 09:39:18 edvin-tower kernel: [3.100706] RAX: c0416f20 RBX: 
 RCX: 0016
Jan 11 09:39:18 edvin-tower kernel: [3.100710] RDX:  RSI: 
 RDI: 9d898140d180
Jan 11 09:39:18 edvin-tower kernel: [3.100715] RBP: ac9ec2137c70 R08: 
 R09: 
Jan 11 09:39:18 edvin-tower kernel: [3.100719] R10: 1000 R11: 
 R12: 
Jan 11 09:39:18 edvin-tower kernel: [3.100724] R13:  R14: 
ac9ec2137d00 R15: 9d898c542600
Jan 11 09:39:18 edvin-tower kernel: [3.100728] FS:  () 
GS:9d899fd0() knlGS:
Jan 11 09:39:18 edvin-tower kernel: [3.100733] CS:  0010 DS:  ES:  
CR0: 80050033
Jan 11 09:39:18 edvin-tower kernel: [3.100737] CR2:  CR3: 
00029ac0a006 CR4: 001606e0
Jan 11 09:39:18 edvin-tower kernel: [3.100742] Call Trace:
Jan 11 09:39:18 edvin-tower kernel: [3.100771]  ? 
nvkm_dp_train_drive+0x214/0x300 [nouveau]
Jan 11 09:39:18 edvin-tower kernel: [3.100798]  nvkm_dp_train+0x582/0x970 
[nouveau]
Jan 11 09:39:18 edvin-tower kernel: [3.100824]  nvkm_dp_acquire+0xd4/0x390 
[nouveau]
Jan 11 09:39:18 edvin-tower kernel: [3.100850]  
nv50_disp_super_2_2+0x6d/0x430 [nouveau]
Jan 11 09:39:18 edvin-tower kernel: [3.100872]  ? 
nvkm_devinit_pll_set+0xf/0x20 [nouveau]
Jan 11 09:39:18 edvin-tower kernel: [3.100897]  
gf119_disp_super+0x1b7/0x300 [nouveau]
Jan 11 09:39:18 edvin-tower kernel: [3.100904]  ? __schedule+0x3ca/0x890
Jan 11 09:39:18 edvin-tower kernel: [3.100911]  process_one_work+0x156/0x410
Jan 11 09:39:18 edvin-tower kernel: [3.100915]  worker_thread+0x4b/0x460
Jan 11 09:39:18 edvin-tower kernel: [3.100920]  kthread+0x109/0x140
Jan 11 09:39:18 edvin-tower kernel: [3.100924]  ? 
process_one_work+0x410/0x410
Jan 11 09:39:18 edvin-tower kernel: [3.100928]  ? 
kthread_create_on_node+0x70/0x70
Jan 11 09:39:18 edvin-tower kernel: [3.100934]  ret_from_fork+0x1f/0x30
Jan 11 09:39:18 edvin-tower kernel: [3.100938] Code:  Bad RIP value.
Jan 11 09:39:18 edvin-tower kernel: [3.100944] RIP:   (null) RSP: 
ac9ec2137bd8
Jan 11 09:39:18 edvin-tower kernel: [3.100948] CR2: 
Jan 11 09:39:18 edvin-tower kernel: [3.100952] ---[ end trace 
93a79dae0d3ec749 ]---

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-generic-hwe-16.04 4.13.0.26.46
ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-42-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: MATE
Date: Thu Jan 11 10:27:56 2018
InstallationDate: Installed on 2017-03-20 (296 days ago)
InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
SourcePackage: linux-meta-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "DMESG of 4.13 kernel"
   https://bugs.launchpad.net/bugs/1742658/+attachment/5035022/+files/bad.log

-- 
You received this bug notification because you ar

[Bug 1615445] Re: mate-maximus crashed with signal 5 in _XReply()

2017-12-12 Thread Török Edwin
FWIW Ubuntu mate is still quite unstable on 17.10, mate-maximus is not crashing 
but other bits of the panel are, had to switch back to XFCE:
ERROR: apport (pid 1565) Sat Dec  2 18:05:15 2017: wrote report 
/var/crash/_usr_lib_x86_64-linux-gnu_brisk-menu_brisk-menu.1000.crash
ERROR: apport (pid 4908) Sat Dec  2 18:15:19 2017: wrote report 
/var/crash/_usr_bin_mate-tweak.1000.crash
ERROR: apport (pid 5073) Sat Dec  2 18:15:35 2017: wrote report 
/var/crash/_usr_lib_mate-indicator-applet_mate-indicator-applet-complete.1000.crash
ERROR: apport (pid 6945) Sat Dec  2 18:34:18 2017: wrote report 
/var/crash/_usr_lib_x86_64-linux-gnu_brisk-menu_brisk-menu.1000.crash

also these, which are blacklisted by apport:
/var/log/kern.log.2.gz:Dec  2 18:06:02 bolt kernel: [ 2725.744814] 
mate-panel[1532]: segfault at 18 ip 7f4e055890ef sp 7fff5a3afc70 error 
4 in libgio-2.0.so.0.5400.1[7f4e0547b000+191000]
/var/log/kern.log.2.gz:Dec  2 18:06:39 bolt kernel: [ 2763.109650] 
mate-panel[1994]: segfault at 18 ip 7f34305d90ef sp 7ffc37a23910 error 
4 in libgio-2.0.so.0.5400.1[7f34304cb000+191000]
/var/log/kern.log.2.gz:Dec  2 18:15:13 bolt kernel: [ 3277.192188] 
mate-panel[4750]: segfault at 7f3368a03020 ip 7f33791d0cdf sp 
7fffe2f556e8 error 4 in libgobject-2.0.so.0.5400.1[7f337919b000+52000]

The crash reports apparently got submitted somewhere to errors.ubuntu.com and I 
don't have them in my /var/crash anymore.
Do you have access to see the crashes from 
https://errors.ubuntu.com/?package=mate-applet-brisk-menu&period=month 
https://errors.ubuntu.com/?package=mate-panel&period=month, or would it be 
useful to try to reproduce them and file launchpad bugs?

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

Title:
  mate-maximus crashed with signal 5 in _XReply()

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

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

[Bug 1721280] Re: vim.gtk3 crashed with SIGSEGV in __new_sem_wait_fast()

2017-12-02 Thread Török Edwin
I got a similar crash with some other python3 plugins.
To reproduce move your .vim and .vimrc out of the way and then:
$ mkdir -p .vim/pack/bug/start
$ cd .vim/pack/bug/start
$ (git clone https://github.com/Shougo/deoplete.nvim.git && cd deoplete.nvim && 
git checkout e9e45ebcf7757ca7d32003cb54a0e31bf2afadb8)
$ (git clone https://github.com/roxma/nvim-yarp.git && cd nvim-yarp.nvim && git 
checkout edb260a)
$ (git clone https://github.com/roxma/vim-hug-neovim-rpc.git && cd 
vim-hug-neovim-rpc && git checkout 0b8e70f)
$ cd
$ echo 'let g:deoplete#enable_at_startup=1' >.vimrc
$ touch x
$ vim x
Press :q
Repeat a few (sometimes it crashes everytime, sometimes repeat 10-20 times to 
get a crash), eventually it crashes with SEGV on exit

Run under valgrind, see valgrind.log, that reproduces the problem always:
$ valgrind --log-file=valgrind.log vim x
:q

** Attachment added: "valgrind.log"
   
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1721280/+attachment/5017526/+files/valgrind.log

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

Title:
  vim.gtk3 crashed with SIGSEGV in __new_sem_wait_fast()

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

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

[Bug 1726103] Re: pansge:~$ slic3r-prusa /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant Your vendor has no

2017-10-31 Thread Edwin Pell
I get this message starting pycharm.sh It started with move to Artful

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

Title:
  pansge:~$ slic3r-prusa /usr/share/themes/Ambiance/gtk-2.0/apps/mate-
  panel.rc:30: error: invalid string constant "murrine-scrollbar",
  expected valid string constant Your vendor has not defined OpenGL
  macro GL_MULTISAMPLE, used at /usr/lib/slic3r-
  prusa/Slic3r/GUI/3DScene.pm line 998.

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

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

[Bug 1721257] [NEW] System error

2017-10-04 Thread Edwin Fountain
Public bug reported:

not sure what location or why bug accursed...

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Oct  4 09:45:21 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS482M [Mobility Radeon Xpress 200] 
[1002:5975] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] RS482M [Mobility Radeon Xpress 200] 
[1025:010f]
InstallationDate: Installed on 2017-09-02 (31 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 1c4f:0034 SiGma Micro 
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Acer, inc. Aspire 5050
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-35-generic 
root=UUID=140a685c-2294-41c1-ac06-e3ffdf19e1ae ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/17/07
dmi.bios.vendor: Acer
dmi.bios.version: v1.3309
dmi.board.name: Prespa M
dmi.board.vendor: Acer, Inc.
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: Acer, Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrv1.3309:bd04/17/07:svnAcer,inc.:pnAspire5050:pvrNotApplicable:rvnAcer,Inc.:rnPrespaM:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
dmi.product.name: Aspire 5050
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer, inc.
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.17.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.17.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Wed Oct  4 08:59:22 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1.1
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu zesty

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

Title:
  System error

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

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

[Bug 1716459] [NEW] package slurmdbd 15.08.7-1build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-09-11 Thread Edwin Solares
Public bug reported:

slurm does not start and continuously fails. seems to be an issue with
mysql password.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: slurmdbd 15.08.7-1build1
ProcVersionSignature: Ubuntu 4.4.0-92.115-generic 4.4.76
Uname: Linux 4.4.0-92-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm nvidia_drm 
nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Mon Sep 11 10:53:51 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-12-15 (1000 days ago)
InstallationMedia: Bio‑Linux 8 based on Ubuntu 14.04 LTS "Trusty Tahr" - 
Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: slurm-llnl
Title: package slurmdbd 15.08.7-1build1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2017-06-27 (76 days ago)

** Affects: slurm-llnl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package slurmdbd 15.08.7-1build1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/slurm-llnl/+bug/1716459/+subscriptions

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

[Bug 1588562] Re: Please add ~/.local/bin to the default $PATH

2017-07-21 Thread Edwin Khoo
Very much appreciated. Subscribed to the bug report you made.

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

Title:
  Please add ~/.local/bin to the default $PATH

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

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


[Bug 1588562] Re: Please add ~/.local/bin to the default $PATH

2017-07-05 Thread Edwin Khoo
Looks like this patch didn't make it to Ubuntu 17.04?

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

Title:
  Please add ~/.local/bin to the default $PATH

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

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


[Bug 1701816] ProcEnviron.txt

2017-07-03 Thread Edwin Rodriguez
apport information

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

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] ProcCpuinfoMinimal.txt

2017-07-03 Thread Edwin Rodriguez
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1701816/+attachment/4908535/+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/1701816

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] Dependencies.txt

2017-07-03 Thread Edwin Rodriguez
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1701816/+attachment/4908533/+files/Dependencies.txt

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] ProcEnviron.txt

2017-07-03 Thread Edwin Rodriguez
apport information

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

** Description changed:

  I have a fresh install of Lubuntu 16.04 on my old Vaio VGN-FS730F and there 
are some annoying beeps that sound always in a randomly way. They have no 
defined pattern.
  I thought it was the pc speaker so I disabled from BIOS but it doesn't change 
anything. I realized that the beeps are  emitted by the soundcard because when 
I can listen it by headphones when I connect them. Sometimes the sound tray 
icon blinks at the sound of the beeps.
  
  The patterns of beeps changes randomly at every machine restart.
  -Not beep at all.
  -Beep every minute
  -Beep every second.
  -Sometimes the beeps lower their frequency when I play some video in firefox.
  
  Seems to be worst when the battery is low, but this is not a ruler.
  
  If you have problems figuring my situation, check this video of the
  issue https://youtu.be/GetcRSn2OJ4
  
  For me, it's enough to find a way to mute these annoying beeps.
  
  Model : Vaio VGN-FS730F
  
  >lsb_release -rd
  Description:   Ubuntu 16.0.4.2 LTS
  Release:   16.04
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  flor   1013 F pulseaudio
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-05-01 (63 days ago)
  InstallationMedia: Lubuntu 16.04.2 LTS "Xenial Xerus" - Release i386 
(20170216)
  Package: pulseaudio 1:8.0-0ubuntu3.3
  PackageArchitecture: i386
  ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  Tags:  xenial
  Uname: Linux 4.8.0-58-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 06/02/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R0084J1
  dmi.chassis.asset.tag: Reserved
  dmi.chassis.type: 10
  dmi.chassis.vendor: Reserved
  dmi.chassis.version: Reserved
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0084J1:bd06/02/2006:svnSonyCorporation:pnVGN-FS730F:pvrC300QPZM:cvnReserved:ct10:cvrReserved:
  dmi.product.name: VGN-FS730F
  dmi.product.version: C300QPZM
  dmi.sys.vendor: Sony Corporation
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.6
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  flor   1013 F pulseaudio
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2017-05-01 (63 days ago)
+ InstallationMedia: Lubuntu 16.04.2 LTS "Xenial Xerus" - Release i386 
(20170216)
+ Package: pulseaudio 1:8.0-0ubuntu3.3
+ PackageArchitecture: i386
+ ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ Tags:  xenial
+ Uname: Linux 4.8.0-58-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 06/02/2006
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: R0084J1
+ dmi.chassis.asset.tag: Reserved
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Reserved
+ dmi.chassis.version: Reserved
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0084J1:bd06/02/2006:svnSonyCorporation:pnVGN-FS730F:pvrC300QPZM:cvnReserved:ct10:cvrReserved:
+ dmi.product.name: VGN-FS730F
+ dmi.product.version: C300QPZM
+ dmi.sys.vendor: Sony Corporation

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] JournalErrors.txt

2017-07-03 Thread Edwin Rodriguez
apport information

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

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] CurrentDmesg.txt

2017-07-03 Thread Edwin Rodriguez
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1701816/+attachment/4908532/+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/1701816

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] AlsaInfo.txt

2017-07-03 Thread Edwin Rodriguez
apport information

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

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] ProcCpuinfoMinimal.txt

2017-07-03 Thread Edwin Rodriguez
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1701816/+attachment/4908528/+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/1701816

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] CurrentDmesg.txt

2017-07-03 Thread Edwin Rodriguez
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1701816/+attachment/4908525/+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/1701816

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] Dependencies.txt

2017-07-03 Thread Edwin Rodriguez
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1701816/+attachment/4908526/+files/Dependencies.txt

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] JournalErrors.txt

2017-07-03 Thread Edwin Rodriguez
apport information

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

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] Re: Annoying beeps on Lubuntu 16.04

2017-07-03 Thread Edwin Rodriguez
apport information

** Tags added: apport-collected xenial

** Description changed:

  I have a fresh install of Lubuntu 16.04 on my old Vaio VGN-FS730F and there 
are some annoying beeps that sound always in a randomly way. They have no 
defined pattern.
  I thought it was the pc speaker so I disabled from BIOS but it doesn't change 
anything. I realized that the beeps are  emitted by the soundcard because when 
I can listen it by headphones when I connect them. Sometimes the sound tray 
icon blinks at the sound of the beeps.
  
  The patterns of beeps changes randomly at every machine restart.
  -Not beep at all.
  -Beep every minute
  -Beep every second.
  -Sometimes the beeps lower their frequency when I play some video in firefox.
  
  Seems to be worst when the battery is low, but this is not a ruler.
  
  If you have problems figuring my situation, check this video of the
  issue https://youtu.be/GetcRSn2OJ4
  
  For me, it's enough to find a way to mute these annoying beeps.
  
  Model : Vaio VGN-FS730F
  
  >lsb_release -rd
  Description:   Ubuntu 16.0.4.2 LTS
  Release:   16.04
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.6
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  flor   1013 F pulseaudio
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2017-05-01 (63 days ago)
+ InstallationMedia: Lubuntu 16.04.2 LTS "Xenial Xerus" - Release i386 
(20170216)
+ Package: pulseaudio 1:8.0-0ubuntu3.3
+ PackageArchitecture: i386
+ ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ Tags:  xenial
+ Uname: Linux 4.8.0-58-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 06/02/2006
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: R0084J1
+ dmi.chassis.asset.tag: Reserved
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Reserved
+ dmi.chassis.version: Reserved
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0084J1:bd06/02/2006:svnSonyCorporation:pnVGN-FS730F:pvrC300QPZM:cvnReserved:ct10:cvrReserved:
+ dmi.product.name: VGN-FS730F
+ dmi.product.version: C300QPZM
+ dmi.sys.vendor: Sony Corporation

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

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] Re: Annoying beeps on Lubuntu 16.04

2017-07-01 Thread Edwin Rodriguez
** Description changed:

  I have a fresh install of Lubuntu 16.04 on my old Vaio VGN-FS730F and there 
are some annoying beeps that sound always in a randomly way. They have no 
defined pattern.
  I thought it was the pc speaker so I disabled from BIOS but it doesn't change 
anything. I realized that the beeps are  emitted by the soundcard because when 
I can listen it by headphones when I connect them. Sometimes the sound tray 
icon blinks at the sound of the beeps.
  
  The patterns of beeps changes randomly at every machine restart.
  -Not beep at all.
  -Beep every minute
  -Beep every second.
  -Sometimes the beeps lower their frequency when I play some video in firefox.
  
  Seems to be worst when the battery is low, but this is not a ruler.
  
  If you have problems figuring my situation, check this video of the
  issue https://youtu.be/GetcRSn2OJ4
  
+ For me, it's enough to find a way to mute these annoying beeps.
+ 
  Model : Vaio VGN-FS730F
  
  >lsb_release -rd
  Description:   Ubuntu 16.0.4.2 LTS
  Release:   16.04

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1701816] [NEW] Annoying beeps on Lubuntu 16.04

2017-07-01 Thread Edwin Rodriguez
Public bug reported:

I have a fresh install of Lubuntu 16.04 on my old Vaio VGN-FS730F and there are 
some annoying beeps that sound always in a randomly way. They have no defined 
pattern.
I thought it was the pc speaker so I disabled from BIOS but it doesn't change 
anything. I realized that the beeps are  emitted by the soundcard because when 
I can listen it by headphones when I connect them. Sometimes the sound tray 
icon blinks at the sound of the beeps.

The patterns of beeps changes randomly at every machine restart.
-Not beep at all.
-Beep every minute
-Beep every second.
-Sometimes the beeps lower their frequency when I play some video in firefox.

Seems to be worst when the battery is low, but this is not a ruler.

If you have problems figuring my situation, check this video of the
issue https://youtu.be/GetcRSn2OJ4

For me, it's enough to find a way to mute these annoying beeps.

Model : Vaio VGN-FS730F

>lsb_release -rd
Description:   Ubuntu 16.0.4.2 LTS
Release:   16.04

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

** Description changed:

  I have a fresh install of Lubuntu 16.04 on my old Vaio VGN-FS730F and there 
are some annoying beeps that sound always in a randomly way. They have no 
defined pattern.
  I thought it was the pc speaker so I disabled from BIOS but it doesn't change 
anything. I realized that the beeps are  emitted by the soundcard because when 
I can listen it by headphones when I connect them. Sometimes the sound tray 
icon blinks at the sound of the beeps.
  
  The patterns of beeps changes randomly at every machine restart.
  -Not beep at all.
  -Beep every minute
  -Beep every second.
  -Sometimes the beeps lower their frequency when I play some video in firefox.
  
  Seems to be worst when the battery is low, but this is not a ruler.
  
- If you have problems figuring my problem, check this video of the issue
- https://youtu.be/GetcRSn2OJ4
- 
+ If you have problems figuring my situation, check this video of the
+ issue https://youtu.be/GetcRSn2OJ4
  
  Model : Vaio VGN-FS730F
  
  >lsb_release -rd
  Description:   Ubuntu 16.0.4.2 LTS
  Release:   16.04

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

Title:
  Annoying beeps on Lubuntu 16.04

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

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


[Bug 1700373] Re: intel-microcode is out of date, version 20170511 fixes errata on 6th and 7th generation platforms

2017-07-01 Thread Török Edwin
On Ubuntu 17.04 zesty the proposed microcode package installs and loads fine:
$ dpkg-query -W intel-microcode
intel-microcode 3.20170511.1~ubuntu17.04.0
$ grep -E 'model|stepping' /proc/cpuinfo | sort -u
model   : 78
model name  : Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
stepping: 3
$ journalctl -k|grep microcode
Jul 01 14:21:47 thunder kernel: microcode: microcode updated early to revision 
0xba, date = 2017-04-09
Jul 01 14:21:47 thunder kernel: microcode: sig=0x406e3, pf=0x80, revision=0xba
Jul 01 14:21:47 thunder kernel: microcode: Microcode Update Driver: v2.2.

I have confirmed that it also fixes the original testcase from the OCaml 
bugtracker (with the old microcode it was crashing quite soon).
$ eval $(opam config env)
The OCaml toplevel, version 4.04.1
$ while ocamlfind opt -c -g -bin-annot -ccopt -g -ccopt -O2 -ccopt -Wextra 
-ccopt '-Wstrict-overflow=5' -thread -w +a-4-40..42-44-45-48-58 -w -27-32 
-package extprot test.ml -o test.cmx; do echo "ok"; done
ok
ok
ok
ok
ok
...

Running the perl script posted on the Debian mailing list shows all OK too:
cpu 0: Your CPU is affected, but your microcode is new enough
cpu 1: Your CPU is affected, but your microcode is new enough
cpu 2: Your CPU is affected, but your microcode is new enough
cpu 3: Your CPU is affected, but your microcode is new enough

Note: I've been using the 20170511 version of microcode using the
package from artful for about 6 days, and haven't noticed any problems.

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

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

Title:
  intel-microcode is out of date, version 20170511 fixes errata on 6th
  and 7th generation platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1700373/+subscriptions

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


[Bug 1700667] Re: microcode update required - broken hyper-threading

2017-06-26 Thread Edwin Khoo
*** This bug is a duplicate of bug 1700373 ***
https://bugs.launchpad.net/bugs/1700373

** This bug has been marked a duplicate of bug 1700373
   Please update microcode to version 20170511 on all supported platforms

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

Title:
  microcode update required - broken hyper-threading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1700667/+subscriptions

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


[Bug 1700373] Re: Please update microcode to version 20170511 on all supported platforms

2017-06-25 Thread Edwin Khoo
Relevant Hacker News comment about this issue:
https://news.ycombinator.com/item?id=14630459

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

Title:
  Please update microcode to version 20170511 on all supported platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1700373/+subscriptions

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


[Bug 1696240] Re: linux 4.10 and AMD Polaris11 card -> graphics crash

2017-06-07 Thread Török Edwin
Ubuntu 4.10.0-22-generic: crash
mainline 4.10.17: crash
mainline 4.11.3: OK

** Tags added: kernel-bug-exists-upstream

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

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

Title:
  linux 4.10 and AMD Polaris11 card -> graphics crash

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

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


[Bug 1696231] Re: amdgpu needed blacklisting of radeon module

2017-06-06 Thread Török Edwin
The crash stacktrace might be the same as in the dup report, due to no
screens found, but I think it is a separate bug: the dup bugreport has
no indication of 2 graphics cards being used, and the need to blacklist
one module.


** This bug is no longer a duplicate of bug 1543192
   Xorg crashed with SIGABRT in OsAbort() ["no screens found"]

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

Title:
  amdgpu needed blacklisting of radeon module

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

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


[Bug 1696240] Re: linux 4.10 and AMD Polaris11 card -> graphics crash

2017-06-06 Thread Török Edwin
** Attachment added: "dmesg IOMMU=soft"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1696240/+attachment/4890325/+files/log

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

Title:
  linux 4.10 and AMD Polaris11 card -> graphics crash

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

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


[Bug 1696240] [NEW] linux 4.10 and AMD Polaris11 card -> graphics crash

2017-06-06 Thread Török Edwin
Public bug reported:

Using 4.10.0-22-generic from Ubuntu and running any of the Unigine benchmarks 
(Heaven-4.0, Valley-1.0, Superposition-1.0) causes the screen to go black and 
the graphics system to crash.
The graphics card's fan stops working and sensors reports 511C, clearly wrong.

I can still login via SSH and attempt to stop X, however the application
(e.g. heaven) just remains in a zombie state and the system is unusable,
I can't start X again. In fact the graphics card ends up in a pretty bad
state, because if I press the reset button the UEFI BIOS is not able to
detect it anymore, I have to power the whole system off and on again to
make the card work.

Upgrading to mainline 4.11.3 avoids this problem: all 3 benchmarks are
running fine, with no crashes.

I've attached two dmesgs: one with the default, where IOMMU is on and I get 
lots of AMD-Vi warnings logged:
[  439.903842] [ cut here ]
[  439.903848] WARNING: CPU: 5 PID: 0 at 
/build/linux-nOqmtv/linux-4.10.0/drivers/iommu/amd_iommu.c:1252 
__domain_flush_pages+0x1f7/0x220
[  439.903848] Modules linked in: overlay ccm xt_CHECKSUM iptable_mangle 
ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT 
nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter 
ip6_tables iptable_filter binfmt_misc nls_iso8859_1 eeepc_wmi asus_wmi 
sparse_keymap video edac_mce_amd edac_core kvm_amd kvm irqbypass 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel 
snd_hda_codec_realtek arc4 aes_x86_64 crypto_simd glue_helper cryptd 
snd_hda_codec_generic ath9k snd_hda_codec_hdmi ath9k_common ath9k_hw 
snd_hda_intel snd_hda_codec snd_hda_core ath snd_hwdep input_leds joydev 
mac80211 snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi cfg80211 snd_seq 
fam15h_power i2c_piix4 snd_seq_device
[  439.903873]  snd_timer snd k10temp mac_hid soundcore tpm_infineon shpchp 
tcp_bbr sch_fq cuse parport_pc ppdev lp parport ip_tables x_tables autofs4 
btrfs raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx 
xor raid6_pq libcrc32c raid1 raid0 multipath linear hid_generic usbhid hid 
amdkfd amd_iommu_v2 amdgpu mxm_wmi i2c_algo_bit ttm drm_kms_helper syscopyarea 
sysfillrect r8169 sysimgblt fb_sys_fops mii drm ahci libahci fjes wmi
[  439.903893] CPU: 5 PID: 0 Comm: swapper/5 Not tainted 4.10.0-22-generic 
#24-Ubuntu
[  439.903894] Hardware name: To be filled by O.E.M. To be filled by 
O.E.M./M5A99FX PRO R2.0, BIOS 2501 04/07/2014
[  439.903895] Call Trace:
[  439.903896]  
[  439.903899]  dump_stack+0x63/0x81
[  439.903900]  __warn+0xcb/0xf0
[  439.903901]  warn_slowpath_null+0x1d/0x20
[  439.903903]  __domain_flush_pages+0x1f7/0x220
[  439.903904]  __queue_flush+0x4b/0xd0
[  439.903905]  ? queue_flush_all+0x90/0x90
[  439.903907]  queue_flush_all+0x77/0x90
[  439.903908]  queue_flush_timeout+0x18/0x20
[  439.903910]  call_timer_fn+0x35/0x140
[  439.903911]  run_timer_softirq+0x215/0x4b0
[  439.903912]  ? ktime_get+0x41/0xb0
[  439.903914]  ? lapic_next_event+0x1d/0x30
[  439.903916]  ? clockevents_program_event+0x7f/0x120
[  439.903918]  __do_softirq+0x104/0x2af
[  439.903919]  irq_exit+0xb6/0xc0
[  439.903921]  smp_apic_timer_interrupt+0x3d/0x50
[  439.903922]  apic_timer_interrupt+0x89/0x90
[  439.903924] RIP: 0010:cpuidle_enter_state+0x122/0x2c0
[  439.903925] RSP: 0018:b4e181a23e58 EFLAGS: 0246 ORIG_RAX: 
ff10
[  439.903926] RAX:  RBX: 0002 RCX: 001f
[  439.903926] RDX: 006665f96c97 RSI: 9dbcded56a98 RDI: 
[  439.903927] RBP: b4e181a23e98 R08: cccd R09: 0018
[  439.903927] R10: 0da8 R11: 3557 R12: 9dbcd036b600
[  439.903928] R13: baeeba38 R14: 0002 R15: baeeba20
[  439.903929]  
[  439.903930]  ? cpuidle_enter_state+0x110/0x2c0
[  439.903931]  cpuidle_enter+0x17/0x20
[  439.903933]  call_cpuidle+0x23/0x40
[  439.903934]  do_idle+0x189/0x200
[  439.903935]  cpu_startup_entry+0x71/0x80
[  439.903937]  start_secondary+0x154/0x190
[  439.903938]  start_cpu+0x14/0x14
[  439.903939] ---[ end trace 9edd64d3e01a6c8c ]---

And another one with iommu=soft boot option, where nothing interesting
in dmesg shows up, but the system still crashes.

Note: if I turn IOMMU off completely then USB devices are not working
and I cannot use my keyboard/mouse so I cannot test that scenario.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: linux-image-generic 4.10.0.22.24
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  edwin  2753 F pulseaudio
 /dev/snd/controlC2:  edwin  2753 F pulseaudio
 /dev/snd/controlC1:  edwin  2753 F pulseaudio
Date: Tue 

[Bug 1696231] Re: amdgpu needed blacklisting of radeon module

2017-06-06 Thread Török Edwin
** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1696231/+attachment/4890287/+files/dmesg

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

Title:
  amdgpu needed blacklisting of radeon module

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

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


[Bug 1684847] Re: Terminator tab bar is completely transparent in Ubuntu 17

2017-05-08 Thread Edwin Grubbs
** Also affects: terminator (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/1684847

Title:
  Terminator tab bar is completely transparent in Ubuntu 17

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

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


[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-05-08 Thread Edwin
I have been running "4.10.0-20-generic #22~lp1674838" since 28 April and
today it finally gave me the swapops error again. This illustrates the
need for using the reproducible test cases.

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

Title:
  kernel BUG at /build/linux-
  7LGLH_/linux-4.10.0/include/linux/swapops.h:129

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

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


[Bug 1615445] Re: mate-maximus crashed with signal 5 in _XReply()

2017-05-01 Thread Török Edwin
Please see here for a full stack trace on x86-64 (which I obtained by
installing apport-retrace and choosing to update the crash file with
examine locally): https://bugs.launchpad.net/ubuntu/+source/mate-
netbook/+bug/1687503

[I created a new bug instead because apport wouldn't add the stacktrace
to 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/1615445

Title:
  mate-maximus crashed with signal 5 in _XReply()

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

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


[Bug 1687503] [NEW] mate-maximus crashed with signal 5

2017-05-01 Thread Török Edwin
*** This bug is a duplicate of bug 1615445 ***
https://bugs.launchpad.net/bugs/1615445

Public bug reported:

Full stack trace for https://bugs.launchpad.net/ubuntu/+source/mate-
netbook/+bug/1615445

ProblemType: Crash
DistroRelease: Ubuntu 17.04
Package: mate-netbook 1.18.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
Uname: Linux 4.10.0-20-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CrashCounter: 1
CurrentDesktop: MATE
Date: Mon May  1 23:27:49 2017
ExecutablePath: /usr/bin/mate-maximus
ExecutableTimestamp: 1489428761
InstallationDate: Installed on 2017-03-25 (36 days ago)
InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Beta amd64 (20170321.1)
ProcCmdline: mate-maximus
ProcCwd: /home/edwin
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 5
SourcePackage: mate-netbook
StacktraceTop:
 XGetWindowProperty (dpy=0x560e1e109490, w=60817473, 
property=property@entry=383, offset=offset@entry=0, length=length@entry=5, 
delete=delete@entry=0, req_type=0, actual_type=0x7ffcf9652cd0, 
actual_format=0x7ffcf9652cc4, nitems=0x7ffcf9652cd8, bytesafter=0x7ffcf9652ce0, 
prop=0x7ffcf9652cc8) at ../../src/GetProp.c:69
 gdk_window_set_mwm_hints (new_hints=0x560e1e411c40, window=0x560e1e18a7c0) at 
maximus-app.c:152
 _window_set_decorations (window=0x560e1e18a7c0, decorations=) 
at maximus-app.c:201
 enable_window_decorations (window=0x560e1e18a7c0) at maximus-app.c:249
 g_main_dispatch (context=0x560e1e145ee0) at ../../../../glib/gmain.c:3203
Title: mate-maximus crashed with signal 5
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

** Affects: mate-netbook (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash zesty

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

** This bug has been marked a duplicate of bug 1615445
   mate-maximus crashed with signal 5 in _XReply()

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

Title:
  mate-maximus crashed with signal 5

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

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


[Bug 1683157] Re: Ethernet, WiFi, touchpad/trackpoint not detected on boot

2017-04-28 Thread Török Edwin
Unfortunately I am not able to reproduce this anymore.
On the day I reported the bug I was able to reproduce it multiple times, next 
day I tried the mainline kernel, it worked, installed back the old kernel and 
again it worked. That was the only package that changed.
Tried a few more times to reproduce the bug since, but no luck.
I thought maybe its bad RAM, but I've run a few memtest cycles and it passed.

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

Title:
  Ethernet, WiFi, touchpad/trackpoint not detected on boot

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

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


[Bug 1674838] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-04-28 Thread Edwin
Same here. Interesting is that I can run games for hours at high
cpu/gpu/memory load without problems, yet I can sometimes lock firefox
in a couple of minutes.

I had a quick look at the commit and it fixed a problem in a file that
was not introduced until 4.11rc1. Looks like the kernel team has been a
little too eager to pull in new patches.

I'll test the updated kernel and see if it helps.

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

Title:
  kernel BUG at /build/linux-
  7LGLH_/linux-4.10.0/include/linux/swapops.h:129

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

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


[Bug 1579653] Re: Too many dependencies when installing postgresql-9.5-postgis-2.2

2017-04-25 Thread Edwin Grubbs
When I try to install postgresql-9.5-postgis-2.2/xenial 2.2.1+dfsg-2,
all the dependencies cause it to take up 480MB.

sudo apt install postgresql-9.5-postgis-2.2
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  i965-va-driver libaacs0 libaec0 libarmadillo6 libarpack2 libasound2 
libasound2-data libass5 libasyncns0 libaudio2 libavc1394-0 libavcodec-ffmpeg56 
libavdevice-ffmpeg56 libavfilter-ffmpeg5 libavformat-ffmpeg56 
libavresample-ffmpeg2
  libavutil-ffmpeg54 libbdplus0 libblas-common libblas3 libbluray1 
libboost-serialization1.58.0 libboost-system1.58.0 libboost-thread1.58.0 
libbs2b0 libcaca0 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcgal11v5 
libcoin80v5
  libcrystalhd3 libdap17v5 libdapclient6v5 libdc1394-22 libdrm-amdgpu1 
libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libepsilon1 libfaad2 libflac8 
libflite1 libfreexl1 libgdal1i libgfortran3 libgif7 libgl1-mesa-dri 
libgl1-mesa-glx
  libglapi-mesa libgme0 libgraphicsmagick-q16-3 libgsm1 libhdf4-0-alt 
libhdf5-10 libice6 libiec61883-0 libiso9660-8 libjack-jackd2-0 libjasper1 
libkmlbase1 libkmldom1 libkmlengine1 liblapack3 libldb1 libllvm3.8 
liblwgeom-2.2-5 libmad0
  libminizip1 libmng2 libmodplug1 libmp3lame0 libmpcdec6 libmysqlclient20 
libnetcdf11 libodbc1 libogdi3.2 libogg0 libopenal-data libopenal1 
libopencv-core2.4v5 libopencv-imgproc2.4v5 libopenjp2-7 libopenjpeg5 
libopenscenegraph100v5
  libopenthreads20 libopus0 liborc-0.4-0 libpciaccess0 libpoppler-glib8 
libpoppler58 libpostproc-ffmpeg53 libproj9 libpulse0 libqt4-dbus 
libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql 
libqt4-sql-mysql
  libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libraw1394-11 
libsamplerate0 libschroedinger-1.0-0 libsdl1.2debian libsfcgal1 libshine3 
libsm6 libsmbclient libsnappy1v5 libsndfile1 libsoxr0 libspatialite7 libspeex1
  libssh-gcrypt-4 libsuperlu4 libswresample-ffmpeg1 libswscale-ffmpeg3 libsz2 
libtalloc2 libtbb2 libtdb1 libtevent0 libtheora0 libtwolame0 libtxc-dxtn-s2tc0 
liburiparser1 libv4l-0 libv4lconvert0 libva1 libvcdinfo0 libvdpau1 libvorbis0a
  libvorbisenc2 libwavpack1 libwbclient0 libx11-xcb1 libx264-148 libx265-79 
libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 
libxcb-sync1 libxcb-xfixes0 libxdamage1 libxerces-c3.1 libxfixes3 libxi6 
libxine2
  libxine2-bin libxine2-doc libxine2-ffmpeg libxine2-misc-plugins 
libxine2-plugins libxshmfence1 libxt6 libxv1 libxvidcore4 libxxf86vm1 
libzvbi-common libzvbi0 mesa-vdpau-drivers mysql-common odbcinst 
odbcinst1debian2 proj-bin
  proj-data python-talloc qdbus qt-at-spi qtchooser qtcore4-l10n samba-libs 
va-driver-all vdpau-driver-all vdpau-va-driver x11-common
Suggested packages:
  libasound2-plugins alsa-utils nas libbluray-bdj libopenal0a libsimage-dev 
firmware-crystalhd alsa-base graphicsmagick-dbg libhdf4-doc libhdf4-alt-dev 
hdf4-tools libnetcdf4 jackd2 libjasper-runtime libmyodbc odbc-postgresql tdsodbc
  unixodbc-bin ogdi-bin libportaudio2 opus-tools pulseaudio 
libqt4-declarative-folderlistmodel libqt4-declarative-gestures 
libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer 
libqt4-dev qt4-qtconfig libraw1394-doc
  speex gxine xine-ui postgis libfglrx-amdxvba1 libvdpau-va-gl1 
nvidia-vdpau-driver nvidia-legacy-340xx-vdpau-driver
The following NEW packages will be installed:
  i965-va-driver libaacs0 libaec0 libarmadillo6 libarpack2 libasound2 
libasound2-data libass5 libasyncns0 libaudio2 libavc1394-0 libavcodec-ffmpeg56 
libavdevice-ffmpeg56 libavfilter-ffmpeg5 libavformat-ffmpeg56 
libavresample-ffmpeg2
  libavutil-ffmpeg54 libbdplus0 libblas-common libblas3 libbluray1 
libboost-serialization1.58.0 libboost-system1.58.0 libboost-thread1.58.0 
libbs2b0 libcaca0 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcgal11v5 
libcoin80v5
  libcrystalhd3 libdap17v5 libdapclient6v5 libdc1394-22 libdrm-amdgpu1 
libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libepsilon1 libfaad2 libflac8 
libflite1 libfreexl1 libgdal1i libgfortran3 libgif7 libgl1-mesa-dri 
libgl1-mesa-glx
  libglapi-mesa libgme0 libgraphicsmagick-q16-3 libgsm1 libhdf4-0-alt 
libhdf5-10 libice6 libiec61883-0 libiso9660-8 libjack-jackd2-0 libjasper1 
libkmlbase1 libkmldom1 libkmlengine1 liblapack3 libldb1 libllvm3.8 
liblwgeom-2.2-5 libmad0
  libminizip1 libmng2 libmodplug1 libmp3lame0 libmpcdec6 libmysqlclient20 
libnetcdf11 libodbc1 libogdi3.2 libogg0 libopenal-data libopenal1 
libopencv-core2.4v5 libopencv-imgproc2.4v5 libopenjp2-7 libopenjpeg5 
libopenscenegraph100v5
  libopenthreads20 libopus0 liborc-0.4-0 libpciaccess0 libpoppler-glib8 
libpoppler58 libpostproc-ffmpeg53 libproj9 libpulse0 libqt4-dbus 
libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql 
libqt4-sql-mysql
  libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libraw1394-11 
libsamplerate0 libschroedinger-1.0-0 libsdl1.2debian libsfcgal1 libshine3 
libsm6 libsmbc

[Bug 1539209] Re: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

2017-04-18 Thread Török Edwin
FWIW this crash has jut occured for me on Zesty while running the audio
tests from checkbox-ng. It is not easily reproducible though (it
happened the first time I run the tests, but didn't the second time).

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

Title:
  pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

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

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


[Bug 1682499] Re: disable dnssec

2017-04-18 Thread Török Edwin
systemd version 232-21ubuntu3: verified OK.

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

Title:
  disable dnssec

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

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


[Bug 1683157] [NEW] Ethernet, WiFi, touchpad/trackpoint not detected on boot

2017-04-16 Thread Török Edwin
Public bug reported:

This is a regression from Ubuntu 16.10. I have upgraded this Lenovo X300
yesterday, and noticed this bug:

Steps to reproduce:
 * turn laptop off completely, unplug power
 * plug in power
 * turn on laptop, and boot Xubuntu 17.04
 * Login

Expected results:
 * Connected to internet, able to use touchpad/trackpoint

Actual results:
 * At least 1 time out of 4 a lot of devices are not detected during boot
 * There is no WiFi device
 * There is no touchpad/trackpoint device (plugging in an external mouse works)
 * Keyboard still works

Workaround:
 * sudo udevadm trigger
 * all devices get detected and working

Also reproducible when running on battery.
Note: I've only seen this bug on this device, my 2 other devices (a Dell 
Latitude E7470 laptop, and an AMD FX desktop) do not have this bug.

See attached tarball for lspci/lsusb/dmesg/journal outputs from a good,
and 3 bad boots.

Here is what happens after udevadm trigger, but the kernel should be able to 
detect all this on its own during boot, without needing a manual udevadm 
trigger!
[  244.902251] pps_core: LinuxPPS API ver. 1 registered
[  244.902253] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti 
[  244.930231] PTP clock support registered
[  244.954346] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[  244.954349] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[  244.954711] e1000e :00:19.0: Interrupt Throttling Rate (ints/sec) set to 
dynamic conservative mode
[  244.966799] FUJITSU Extended Socket Network Device Driver - version 1.2 - 
Copyright (c) 2015 FUJITSU LIMITED
[  245.345396] Bluetooth: Core ver 2.22
[  245.345430] NET: Registered protocol family 31
[  245.345432] Bluetooth: HCI device and connection manager initialized
[  245.345438] Bluetooth: HCI socket layer initialized
[  245.345443] Bluetooth: L2CAP socket layer initialized
[  245.345455] Bluetooth: SCO socket layer initialized
[  245.478228] usbcore: registered new interface driver btusb
[  245.681594] media: Linux media interface: v0.10
[  245.717154] e1000e :00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 
00:1f:e2:1c:46:e5
[  245.717159] e1000e :00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[  245.718968] e1000e :00:19.0 eth0: MAC: 6, PHY: 6, PBA No: 1008FF-0FF
[  245.719439] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  245.728940] snd_hda_intel :00:1b.0: probe_mask set to 0x1 for device 
17aa:20ac
[  245.731649] ACPI Warning: SystemIO range 
0x1028-0x102F conflicts with OpRegion 
0x1000-0x107F (\_SB.PCI0.LPC.PMIO) 
(20160930/utaddress-247)
[  245.731659] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[  245.731666] ACPI Warning: SystemIO range 
0x11B0-0x11BF conflicts with OpRegion 
0x1180-0x11BF (\_SB.PCI0.LPC.LPIO) 
(20160930/utaddress-247)
[  245.731673] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[  245.731675] ACPI Warning: SystemIO range 
0x1180-0x11AF conflicts with OpRegion 
0x1180-0x11BF (\_SB.PCI0.LPC.LPIO) 
(20160930/utaddress-247)
[  245.731682] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[  245.731683] lpc_ich: Resource conflict(s) found affecting gpio_ich
[  245.811261] Linux video capture interface: v2.00
[  245.852532] Non-volatile memory driver v1.3
[  245.859889] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[  245.859891] thinkpad_acpi: http://ibm-acpi.sf.net/
[  245.859893] thinkpad_acpi: ThinkPad BIOS 7TET36WW (1.10 ), EC 7THT16WW-1.01
[  245.859895] thinkpad_acpi: Lenovo ThinkPad X300, model 647814G
[  245.916791] thinkpad_hwmon thinkpad_hwmon: hwmon_device_register() is 
deprecated. Please convert the driver to use hwmon_device_register_with_info().
[  245.942778] thinkpad_acpi: radio switch found; radios are enabled
[  245.942815] thinkpad_acpi: This ThinkPad has standard ACPI backlight 
brightness control, supported by the ACPI video driver
[  245.942816] thinkpad_acpi: Disabling thinkpad-acpi brightness events by 
default...
[  245.984287] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is 
unblocked
[  246.024641] thinkpad_acpi: Standard ACPI backlight interface available, not 
loading native one
[  246.049036] input: ThinkPad Extra Buttons as 
/devices/platform/thinkpad_acpi/input/input7
[  246.140510] snd_hda_codec_analog hdaudioC0D0: autoconfig for AD1984A: 
line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:speaker
[  246.140514] snd_hda_codec_analog hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[  246.140518] snd_hda_codec_analog hdaudioC0D0:hp_outs=1 
(0x11/0x0/0x0/0x0/0x0)
[  246.140521] snd_hda_codec_analog hdaudioC0D0:mono: mono_out=0x0
[  246.140524] snd_hda_codec_analog hdaudioC0D0:inputs:
[  246.140528] snd_hda_codec_analog

[Bug 1681597] Re: DNS broken after >50m of uptime

2017-04-13 Thread Török Edwin
*** This bug is a duplicate of bug 1682499 ***
https://bugs.launchpad.net/bugs/1682499

Yes, I put 'DNSSEC=off' in /etc/systemd/resolved.conf yesterday evening,
and it is working.

** This bug has been marked a duplicate of bug 1682499
   disable dnssec

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

Title:
  DNS broken after >50m of uptime

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

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


[Bug 1681597] [NEW] DNS broken after >50m of uptime

2017-04-10 Thread Török Edwin
Public bug reported:

After about 50m of uptime news.ycombinator.com stops working in Chromium: 
news.ycombinator.com’s server's DNS address could not be found. 
DNS_PROBE_FINISHED_NXDOMAIN
$ host news.ycombinator.com
Host news.ycombinator.com not found: 2(SERVFAIL)

This is a *regression* from Ubuntu 16.10, where DNS worked flawlessly.

Workarounds:
 * 'systemctl restart systemd-resolved' solves the problem for another 50m
 * disable systemd-resolved and use the DNS server directly. This involves 
removing 'resolve [!UNAVAIL=return]' from nsswitch.conf, and disabling the 
systemd-resolved unit

Logs show DNSSEC related errors, and DNSSEC getting disabled and reenabled:
-- Logs begin at Mon 2017-04-10 23:10:59 BST, end at Tue 2017-04-11 00:11:14 
BST. --
Apr 10 23:11:01 bolt systemd[1]: Starting Network Name Resolution...
Apr 10 23:11:01 bolt systemd-resolved[1351]: Positive Trust Anchors:
Apr 10 23:11:01 bolt systemd-resolved[1351]: . IN DS 19036 8 2 
49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
Apr 10 23:11:01 bolt systemd-resolved[1351]: . IN DS 20326 8 2 
e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Apr 10 23:11:01 bolt systemd-resolved[1351]: Negative trust anchors: 
10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 
19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 
23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 
27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 
31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal 
intranet lan local private test
Apr 10 23:11:01 bolt systemd-resolved[1351]: Using system hostname 'bolt'.
Apr 10 23:11:01 bolt systemd[1]: Started Network Name Resolution.
Apr 10 23:11:05 bolt systemd-resolved[1351]: Switching to DNS server 
194.168.4.100 for interface wlp3s0.
Apr 10 23:11:06 bolt systemd-resolved[1351]: Using degraded feature set 
(UDP+EDNS0) for DNS server 194.168.4.100.
Apr 10 23:11:06 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question com IN SOA: failed-auxiliary
Apr 10 23:11:06 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question ubuntu.com IN DS: failed-auxiliary
Apr 10 23:11:06 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question ubuntu.com IN SOA: failed-auxiliary
Apr 10 23:11:06 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question daisy.ubuntu.com IN DS: failed-auxiliary
Apr 10 23:11:06 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question daisy.ubuntu.com IN SOA: failed-auxiliary
Apr 10 23:11:06 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question daisy.ubuntu.com IN A: failed-auxiliary
Apr 10 23:11:06 bolt systemd-resolved[1351]: Server 194.168.4.100 does not 
support DNSSEC, downgrading to non-DNSSEC mode.
Apr 10 23:11:06 bolt systemd-resolved[1351]: Switching to DNS server 
194.168.8.100 for interface wlp3s0.
Apr 10 23:11:07 bolt systemd-resolved[1351]: Using degraded feature set 
(UDP+EDNS0) for DNS server 194.168.8.100.
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question net IN SOA: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question clamav.net IN DS: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question clamav.net IN SOA: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question cvd.clamav.net IN DS: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question cvd.clamav.net IN SOA: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question current.cvd.clamav.net IN DS: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question current.cvd.clamav.net IN SOA: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question current.cvd.clamav.net IN TXT: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: Server 194.168.8.100 does not 
support DNSSEC, downgrading to non-DNSSEC mode.
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question daisy.ubuntu.com IN SOA: failed-auxiliary
Apr 10 23:11:07 bolt systemd-resolved[1351]: DNSSEC validation failed for 
question daisy.ubuntu.com IN A: failed-auxiliary
Apr 10 23:11:52 bolt systemd[1]: Stopping Network Name Resolution...
Apr 10 23:11:52 bolt systemd[1]: Stopped Network Name Resolution.
Apr 10 23:11:52 bolt systemd[1]: Starting Network Name Resolution...
Apr 10 23:11:52 bolt systemd-resolved[2868]: Positive Trust Anchors:
Apr 10 23:11:52 bolt systemd-resolved[2868]: . IN DS 19036 8 2 
49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
Apr 10 23:11:52 bolt systemd-resolved[2868]: . IN DS 20326 8 2 
e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Apr 10 23

  1   2   3   4   5   6   7   >