[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-01-04 Thread psl
** Description changed:

  This is not a bug report but request for enhancement. Ubuntu 18.04
  doesn't have pbcopy & pbpaste commands.
  
  Mac users can use two commands, pbcopy and pbpaste, to work with
  clipbopard in their scripts. No such "easy to use" solution is available
  at Linux! Could be pbcopy and pbpaste commands implemented at Linux?
  That will make migration of Mac user to Linux World easier... ;-)
  
  There are several articles how to implement pbcopy and pbpaste at Linux,
  most of them use "alias", something like this:
  
  ```
  # mimic osx pbcopy/pbpaste
  alias pbcopy="xclip -selection clipboard -i"
  alias pbpaste="xclip -selection clipboard -o"
  ```
  or
  ```
  alias pbcopy='xsel --clipboard --input'
  alias pbpaste='xsel --clipboard --output'
  ```
  
  I think that alias commands cannot be used in shell script, right? Is it
  possible to implement pbcopy and pbpaste in the way to be usable in
  scripts too? These commands could be included in "xclip" package.
  
  BTW, pbcopy and pbpaste are binary executable files at OS X.
  
  NOTE: Even archaic OS like Windows has CLI commands to work with
  clipboard data. DOS has command CLIP.EXE that writes data to clipboard
  and this command can be even used from scripts in WSL (Windows Subsystem
  for Linux). DOS has no command to read data from clipboard. PowerShell
  has full support for clipboard, it can read and write clipboard data
- with commands Get-Clipboard and Set-Clipboard.
+ with commands Get-Clipboard and Set-Clipboard (aliases can be used, gcb
+ and scb).

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

Title:
  pbcopy & pbpaste for Linux

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

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

[Bug 1857459] Re: audio doesn't work

2020-01-04 Thread Hu Filippo
I don't know how to do a kernel bisection, it is the first time that I submit a 
bug.
But I have tried 5.3.18 and there aren't any problems, and 
5.4.0-050400.201911242031 and output is "dummy". 

EDIT: I have installed all the release candidate.
v5.4.0-050400rc2.201910062030 works
v5.4.0-050400rc3.201910181847 doesn't work

tell me if this is enough or if I need to learn how to do a kernel
bisection

thank you

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

Title:
  audio doesn't work

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

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

Re: [Bug 1858261] Re: pkg-config can not find Qt5Help. Some package files are missing

2020-01-04 Thread tomdean
On 2020-01-04 01:22, Dmitry Shachnev wrote:
> Then /usr/lib/x86_64-linux-gnu/pkgconfig/Qt5Help.pc is already present.
> Why did you create it manually?
> 
> https://packages.ubuntu.com/bionic/amd64/qttools5-dev/filelist
> 
> In your manually created file the include path is wrong. You need to
> replace -I${includedir}/QtGui with -I${includedir}/QtHelp.
> 

I created the file /usr/lib/x86_64-linux-gnu/pkgconfig/Qt5Help.pc to see 
if that was part of the problem.

The file Qt5Help.pc was not on my system.

 > sudo apt-get install libqt5help5 --reinstall
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer 
required:
   linux-headers-4.15.0-70 linux-headers-4.15.0-70-generic
   linux-headers-5.0.0-32 linux-headers-5.0.0-32-generic
   linux-image-4.15.0-70-generic linux-image-5.0.0-32-generic
   linux-modules-4.15.0-70-generic linux-modules-5.0.0-32-generic
   linux-modules-extra-4.15.0-70-generic 
linux-modules-extra-5.0.0-32-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 15 not 
upgraded.
Need to get 0 B/133 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 414587 files and directories currently installed.)
Preparing to unpack .../libqt5help5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5help5:amd64 (5.9.5-0ubuntu1) over (5.9.5-0ubuntu1) ...
Setting up libqt5help5:amd64 (5.9.5-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...

 > ls /usr/lib/x86_64-linux-gnu/pkgconfig/Qt5Help.pc
ls: cannot access '/usr/lib/x86_64-linux-gnu/pkgconfig/Qt5Help.pc': No 
such file or directory

Several of the .h files are missing.

Tom Dean

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

Title:
  pkg-config can not find Qt5Help.  Some package files are missing

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

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

[Bug 1858261] [NEW] pkg-config can not find Qt5Help. Some package files are missing

2020-01-04 Thread tomdean
Public bug reported:

> lsb_release -rd  
Description:Ubuntu 18.04.3 LTS
Release:18.04

> apt-cache policy libqt5help5
libqt5help5:
  Installed: 5.9.5-0ubuntu1
  Candidate: 5.9.5-0ubuntu1
  Version table:
 *** 5.9.5-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

Building Octave from HG sources shows the package is broken.
I created /usr/lib/x86_64-linux-gnu/pkgconfig/Qt5Help.pc
containing
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include/x86_64-linux-gnu/qt5

Name: Qt5 Help
Description: Qt Help module
Version: 5.9.5
Libs: -lQt5help
Cflags: -I${includedir}/QtGui -I${includedir}
and pkg-config satisfied --exists.
But, compiling showed some of the files are missing.
...
QtHelp/QHelpEngine: No such file or directory
#include 

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: libqt5help5 5.9.5-0ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-31.33~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-31-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
Date: Sat Jan  4 00:29:00 2020
InstallationDate: Installed on 2019-08-25 (131 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: qttools-opensource-src
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: qttools-opensource-src (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/1858261

Title:
  pkg-config can not find Qt5Help.  Some package files are missing

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

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

[Bug 1858261] Re: pkg-config can not find Qt5Help. Some package files are missing

2020-01-04 Thread Dmitry Shachnev
Then /usr/lib/x86_64-linux-gnu/pkgconfig/Qt5Help.pc is already present.
Why did you create it manually?

https://packages.ubuntu.com/bionic/amd64/qttools5-dev/filelist

In your manually created file the include path is wrong. You need to
replace -I${includedir}/QtGui with -I${includedir}/QtHelp.

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

Title:
  pkg-config can not find Qt5Help.  Some package files are missing

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

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

[Bug 1847032] Change abandoned on networking-ovn (master)

2020-01-04 Thread OpenStack Infra
Change abandoned by Frode Nordahl (frode.nord...@canonical.com) on branch: 
master
Review: https://review.opendev.org/700836
Reason: Superseded by https://review.opendev.org/#/c/701079/

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

Title:
  metadata agent unable to connect to Southbound DB using TLS

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

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

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-01-04 Thread psl
PowerShell scripts can read/write clipboard data too:


```
PS C:\Users\user> echo "Test 1234" | Set-Clipboard
PS C:\Users\user> Get-Clipboard
Test 1234
PS C:\Users\user> Set-Clipboard "Hello World!"
PS C:\Users\user> Get-Clipboard
Hello World!
```

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

Title:
  pbcopy & pbpaste for Linux

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

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

[Bug 1858261] Re: pkg-config can not find Qt5Help. Some package files are missing

2020-01-04 Thread Dmitry Shachnev
Do you have qttools5-dev package installed?

** Changed in: qttools-opensource-src (Ubuntu)
   Status: New => Incomplete

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

Title:
  pkg-config can not find Qt5Help.  Some package files are missing

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

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

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-01-04 Thread psl
** Description changed:

  This is not a bug report but request for enhancement. Ubuntu 18.04
  doesn't have pbcopy & pbpaste commands.
  
  Mac users can use two commands, pbcopy and pbpaste, to work with
  clipbopard in their scripts. No such "easy to use" solution is available
  at Linux! Could be pbcopy and pbpaste commands implemented at Linux?
  That will make migration of Mac user to Linux World easier... ;-)
  
  There are several articles how to implement pbcopy and pbpaste at Linux,
  most of them use "alias", something like this:
  
  ```
  # mimic osx pbcopy/pbpaste
  alias pbcopy="xclip -selection clipboard -i"
  alias pbpaste="xclip -selection clipboard -o"
  ```
  or
  ```
  alias pbcopy='xsel --clipboard --input'
  alias pbpaste='xsel --clipboard --output'
  ```
  
  I think that alias commands cannot be used in shell script, right? Is it
  possible to implement pbcopy and pbpaste in the way to be usable in
  scripts too? These commands could be included in "xclip" package.
  
  BTW, pbcopy and pbpaste are binary executable files at OS X.
+ 
+ NOTE: Even archaic OS like Windows has CLI commands to work with
+ clipboard data. DOS has command CLIP.EXE that writes data to clipboard
+ and this command can be even used from scripts in WSL (Windows Subsystem
+ for Linux). DOS has no command to read data from clipboard. PowerShell
+ has full support for clipboard, it can read and write clipboard data
+ with commands Get-Clipboard and Set-Clipboard.

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

Title:
  pbcopy & pbpaste for Linux

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

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

Re: [Bug 1858261] Re: pkg-config can not find Qt5Help. Some package files are missing

2020-01-04 Thread tomdean
On 1/4/20 12:50 AM, Dmitry Shachnev wrote:
> Do you have qttools5-dev package installed?
> 
> ** Changed in: qttools-opensource-src (Ubuntu)
> Status: New => Incomplete
> 

 >
 > dpkg -l | grep qttools5-dev
ii  qttools5-dev-tools 5.9.5-0ubuntu1 amd64  Qt 5 development tools

Tom Dean

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

Title:
  pkg-config can not find Qt5Help.  Some package files are missing

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

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

[Bug 1854092] Re: pbcopy & pbpaste for Linux

2020-01-04 Thread psl
PowerShell version of the script that waits for data in clipboard and
send them to STDOUT


```
# scb is alias for Set-Clipboard
# gcb is alias for Get-Clipboard
# sleep is alias for Start-Sleep

# copy data from clipboard to stdout
# MAIN
Set-Clipboard # clear clipboard
while ($true) {
   $TXT = Get-Clipboard | Out-String  # read clipboard
   if ($TXT) {
  Write-Host "$TXT" -NoNewLine
  Set-Clipboard # clear clipboard
   }
   else {
  Start-Sleep -Milliseconds 100 # sleep 100ms
   }
}
```

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

Title:
  pbcopy & pbpaste for Linux

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

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

[Bug 1858248] Re: /lib/systemd/system/docker.service lacks EnvironmentFile

2020-01-04 Thread Hadmut Danisch
I'm working actively and administratively with systemd for years, have
read plenty of documentation, but that's the first time I hear and read
about „systemd drop-in”.

However, overriding the complate ExecStart line is unsecure and error
prone since it breaks updates and changes to ExecStart updates that
might come with updated packages.

In general: it is highly dangerous and sort of unbearable, to offer a
docker that rigorously breaks any firewall rules. As far as I can see
docker inserts iptables rules aggressively into the beginning of rules
and always allows just everything to everyone.

That's a no go on productive systems.

Is this behaviour part of docker.io itself, or does this come with the
debian/ubuntu package?

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

Title:
  /lib/systemd/system/docker.service lacks EnvironmentFile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1858248/+subscriptions

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

Re: [Bug 1858261] Re: pkg-config can not find Qt5Help. Some package files are missing

2020-01-04 Thread tomdean
On 2020-01-04 02:07, Dmitry Shachnev wrote:
> You reinstalled libqt5help5, but please try also reinstalling
> qttools5-dev.
> 
> That is the package that contains the .pc and header files.
> 
> /usr/include/x86_64-linux-gnu/qt5/QtHelp/QHelpEngine is present in that
> package. If some other includes are missing, please let me know which
> ones.
> 

Thanks, now I have the .pc file and QHelpEngine.

I will clean out my octave build tree and see if that fixes all the qt5 
issues.

Please mark this as closed.

Tom Dean

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

Title:
  pkg-config can not find Qt5Help.  Some package files are missing

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

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

[Bug 1858261] Re: pkg-config can not find Qt5Help. Some package files are missing

2020-01-04 Thread Dmitry Shachnev
** Changed in: qttools-opensource-src (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  pkg-config can not find Qt5Help.  Some package files are missing

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

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

[Bug 1856294] Re: programs in "Installed (local or obsolete)"

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

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

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

Title:
  programs in "Installed (local or obsolete)"

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

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

[Bug 1858164] Re: libpulse-dev needs a rebuild for libpulse0-1:11.1-1ubuntu7.5 on bionic-updates

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

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

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

Title:
  libpulse-dev needs a rebuild for libpulse0-1:11.1-1ubuntu7.5 on
  bionic-updates

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

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

[Bug 1858254] Re: thermald: [ERR]THD engine start failed

2020-01-04 Thread Peter J. Mello via ubuntu-bugs
It appears the last posted line of your log indicates at least one
obvious potential cause: you don't have a `thermal-conf.xml` file in
`/etc/thermald`. A good place to start to understand what needs to go in
it is `man thermal-conf.xml` and a template from which to make one
specifically for your hardware is available courtesy of Intel at:
https://raw.githubusercontent.com/intel/thermal_daemon/master/data
/thermal-conf.xml

If you have trouble or find that there's another issue in play please
add the make and model of your computer as well as the output of this
command to your next response:

systemctl status thermald.service

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

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

Title:
  thermald: [ERR]THD engine start failed

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

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

Re: [Bug 1572132] Re: SMBv2+ does not show all files when mounting a windows share

2020-01-04 Thread Andreas Hasenack
It's just the release notes task of this bug that is marked as fixed,
meaning the release notes got an entry about this known problem.


On Wed, Jan 1, 2020, 15:34 Gerald Hopf  wrote:

> Why is this tagged as fixed when obviously it was never fixed?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1572132
>
> Title:
>   SMBv2+ does not show all files when mounting a windows share
>
> Status in Linux:
>   Unknown
> Status in Release Notes for Ubuntu:
>   Fix Released
> Status in linux package in Ubuntu:
>   Confirmed
> Status in linux package in Debian:
>   Confirmed
>
> Bug description:
>   When using the SMBv2 Protocol to mount a top level windows share (such
>   as C:\) not all files (or directories) are shown that exist  on the
>   server side. Exactly 2 files are always missing...
>
>   Steps to reproduce:
>   On a windows7 PC (or Server) e.g. C:\ must be published as Share (must
> be top level share - a subfolder like C:\data\ seems to work)
>
>   sudo mount -t cifs //SERVER/SHARE_NAME /mnt -o
>   domain=DOMAIN_NAME,username=${USER},uid=1000,gid=1000,nounix,vers=2.0
>
>   As a result always 2 Files (or directories) are missing in the mounted
>   directory of the ubuntu installation.
>
>   Seems to be a kernel bug (source tree: linux/fs/cifs).
>
>   The ubuntu versions I have checked:
>   Ubuntu 14.04LTS amd64
>   Ubuntu 15.10 amd64
>   Ubuntu 16.04 amd64
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: ubuntu-release-upgrader-core 1:16.04.12
>   ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
>   Uname: Linux 4.4.0-18-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2
>   Architecture: amd64
>   CrashDB: ubuntu
>   CurrentDesktop: KDE
>   Date: Tue Apr 19 14:50:02 2016
>   InstallationDate: Installed on 2016-04-19 (0 days ago)
>   InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160417.1)
>   PackageArchitecture: all
>   SourcePackage: ubuntu-release-upgrader
>   Symptom: ubuntu-release-upgrader
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/linux/+bug/1572132/+subscriptions
>
> Launchpad-Notification-Type: bug
> Launchpad-Bug: product=linux; status=Unknown; importance=Unknown;
> assignee=None;
> Launchpad-Bug: product=ubuntu-release-notes; status=Fix Released;
> importance=Undecided; assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
> status=Confirmed; importance=Medium; assignee=None;
> Launchpad-Bug: distribution=debian; sourcepackage=linux; component=main;
> status=Confirmed; importance=Unknown; assignee=None;
> Launchpad-Bug-Tags: amd64 apport-bug cscc dist-upgrade
> kernel-bug-exists-upstream kernel-da-key xenial
> Launchpad-Bug-Information-Type: Public
> Launchpad-Bug-Private: no
> Launchpad-Bug-Security-Vulnerability: no
> Launchpad-Bug-Commenters: ahasenack darxmurf disassembler-k felipemaranda
> jammin84 janitor jchamp jsalisbury kto-2 majo-huber nacc o-ubuntu-y paelzer
> rostislav-kouznetsov u-honermann volker-i wwycheuk
> Launchpad-Bug-Reporter: majo (majo-huber)
> Launchpad-Bug-Modifier: Gerald Hopf (o-ubuntu-y)
> Launchpad-Message-Rationale: Subscriber
> Launchpad-Message-For: ahasenack
>

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

Title:
  SMBv2+ does not show all files when mounting a windows share

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1572132] Re: SMBv2+ does not show all files when mounting a windows share

2020-01-04 Thread Andreas Hasenack
It's just the release notes task of this bug that is marked as fixed,
meaning the release notes got an entry about this known problem.


On Wed, Jan 1, 2020, 15:34 Gerald Hopf  wrote:

> Why is this tagged as fixed when obviously it was never fixed?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1572132
>
> Title:
>   SMBv2+ does not show all files when mounting a windows share
>
> Status in Linux:
>   Unknown
> Status in Release Notes for Ubuntu:
>   Fix Released
> Status in linux package in Ubuntu:
>   Confirmed
> Status in linux package in Debian:
>   Confirmed
>
> Bug description:
>   When using the SMBv2 Protocol to mount a top level windows share (such
>   as C:\) not all files (or directories) are shown that exist  on the
>   server side. Exactly 2 files are always missing...
>
>   Steps to reproduce:
>   On a windows7 PC (or Server) e.g. C:\ must be published as Share (must
> be top level share - a subfolder like C:\data\ seems to work)
>
>   sudo mount -t cifs //SERVER/SHARE_NAME /mnt -o
>   domain=DOMAIN_NAME,username=${USER},uid=1000,gid=1000,nounix,vers=2.0
>
>   As a result always 2 Files (or directories) are missing in the mounted
>   directory of the ubuntu installation.
>
>   Seems to be a kernel bug (source tree: linux/fs/cifs).
>
>   The ubuntu versions I have checked:
>   Ubuntu 14.04LTS amd64
>   Ubuntu 15.10 amd64
>   Ubuntu 16.04 amd64
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: ubuntu-release-upgrader-core 1:16.04.12
>   ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
>   Uname: Linux 4.4.0-18-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2
>   Architecture: amd64
>   CrashDB: ubuntu
>   CurrentDesktop: KDE
>   Date: Tue Apr 19 14:50:02 2016
>   InstallationDate: Installed on 2016-04-19 (0 days ago)
>   InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160417.1)
>   PackageArchitecture: all
>   SourcePackage: ubuntu-release-upgrader
>   Symptom: ubuntu-release-upgrader
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/linux/+bug/1572132/+subscriptions
>
> Launchpad-Notification-Type: bug
> Launchpad-Bug: product=linux; status=Unknown; importance=Unknown;
> assignee=None;
> Launchpad-Bug: product=ubuntu-release-notes; status=Fix Released;
> importance=Undecided; assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
> status=Confirmed; importance=Medium; assignee=None;
> Launchpad-Bug: distribution=debian; sourcepackage=linux; component=main;
> status=Confirmed; importance=Unknown; assignee=None;
> Launchpad-Bug-Tags: amd64 apport-bug cscc dist-upgrade
> kernel-bug-exists-upstream kernel-da-key xenial
> Launchpad-Bug-Information-Type: Public
> Launchpad-Bug-Private: no
> Launchpad-Bug-Security-Vulnerability: no
> Launchpad-Bug-Commenters: ahasenack darxmurf disassembler-k felipemaranda
> jammin84 janitor jchamp jsalisbury kto-2 majo-huber nacc o-ubuntu-y paelzer
> rostislav-kouznetsov u-honermann volker-i wwycheuk
> Launchpad-Bug-Reporter: majo (majo-huber)
> Launchpad-Bug-Modifier: Gerald Hopf (o-ubuntu-y)
> Launchpad-Message-Rationale: Subscriber
> Launchpad-Message-For: ahasenack
>

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

Title:
  SMBv2+ does not show all files when mounting a windows share

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

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

[Bug 1858270] [NEW] "ubuntu upgrade available" popup "yes upgrade now" does nothing

2020-01-04 Thread Bruno Maximilian Voss
Public bug reported:

It's a three button pop up.

The button that is actually supposed to do something, does nothing.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: update-manager 1:19.04.5
ProcVersionSignature: Ubuntu 5.0.0-37.40-generic 5.0.21
Uname: Linux 5.0.0-37-generic x86_64
ApportVersion: 2.20.10-0ubuntu27.3
Aptdaemon:
 
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Jan  4 13:49:25 2020
DpkgHistoryLog.txt:
 
DpkgTerminalLog.txt:
 
GsettingsChanges:
 b'com.ubuntu.update-manager' b'window-width' b'312'
 b'com.ubuntu.update-manager' b'launch-count' b'6'
 b'com.ubuntu.update-manager' b'first-run' b'false'
 b'com.ubuntu.update-manager' b'show-details' b'true'
 b'com.ubuntu.update-manager' b'launch-time' b'int64 1577807983'
InstallationDate: Installed on 2019-11-08 (56 days ago)
InstallationMedia: Xubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug disco

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

Title:
  "ubuntu upgrade available" popup "yes upgrade now" does nothing

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

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

[Bug 1858271] [NEW] cups-browsed craah on login

2020-01-04 Thread Derk Willem te Bokkel
Public bug reported:

system problem at login a few seconds after xfce desktop appears

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: cups-browsed 1.26.0-1
ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
Uname: Linux 5.4.0-9-generic x86_64
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
CupsErrorLog:
 
Date: Sat Jan  4 08:25:44 2020
InstallationDate: Installed on 2019-12-02 (33 days ago)
InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191130)
Lpstat:
 device for Brother_DCP_L2550DW_series: 
implicitclass://Brother_DCP_L2550DW_series/
 device for Canon_MX490_series: implicitclass://Canon_MX490_series/
MachineType: HP HP Laptop 17-ca1xxx
Papersize: letter
PpdFiles:
 Brother_DCP_L2550DW_series: Brother DCP-L2550DW series, driverless, 
cups-filters 1.26.0
 Canon_MX490_series: Canon MX490 series, driverless, cups-filters 1.26.0
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-9-generic 
root=UUID=1d47658a-d9a1-49fd-a6f6-b83acd2cf600 ro quiet splash vt.handoff=7
SourcePackage: cups-filters
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/03/2019
dmi.bios.vendor: AMI
dmi.bios.version: F.42
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 85B3
dmi.board.vendor: HP
dmi.board.version: 91.42
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAMI:bvrF.42:bd07/03/2019:svnHP:pnHPLaptop17-ca1xxx:pvr:rvnHP:rn85B3:rvr91.42:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 17-ca1xxx
dmi.product.sku: 4LX67UA#ABL
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  cups-browsed craah on login

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

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

[Bug 1836603] Re: /usr/bin/msd-locate-pointer:5:XPending:gdk_check_xpending:gdk_event_source_check:g_main_context_check:g_main_context_iterate

2020-01-04 Thread Vlad Orlov
Fixed in m-s-d 1.22.1 which is in Ubuntu 19.10.

https://github.com/mate-desktop/mate-settings-
daemon/commit/cf2b44be57dfce4dd0f602d8f7f9b71dfcca78eb

** Changed in: mate-settings-daemon (Ubuntu)
   Status: New => Fix Released

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

Title:
  /usr/bin/msd-locate-
  
pointer:5:XPending:gdk_check_xpending:gdk_event_source_check:g_main_context_check:g_main_context_iterate

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

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

[Bug 1858273] [NEW] package bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5 failed to install/upgrade: podproces zainstalowany pakiet bcmwl-kernel-source skrypt post-installation zwrócił kod błędu 10

2020-01-04 Thread Dźwiedziu
Public bug reported:

Automatical report which appeared while upgrading to Eoan. The WiFi was
not working before the upgrade.

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5
ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
Uname: Linux 5.0.0-20-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Sat Jan  4 14:26:19 2020
ErrorMessage: podproces zainstalowany pakiet bcmwl-kernel-source skrypt 
post-installation zwrócił kod błędu 10
InstallationDate: Installed on 2017-04-16 (992 days ago)
InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215)
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.17-1
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5 failed to 
install/upgrade: podproces zainstalowany pakiet bcmwl-kernel-source skrypt 
post-installation zwrócił kod błędu 10
UpgradeStatus: Upgraded to eoan on 2020-01-04 (0 days ago)

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


** Tags: amd64 apport-package eoan

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

Title:
  package bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5 failed to
  install/upgrade: podproces zainstalowany pakiet bcmwl-kernel-source
  skrypt post-installation zwrócił kod błędu 10

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

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

[Bug 1858261] Re: pkg-config can not find Qt5Help. Some package files are missing

2020-01-04 Thread Dmitry Shachnev
You reinstalled libqt5help5, but please try also reinstalling
qttools5-dev.

That is the package that contains the .pc and header files.

/usr/include/x86_64-linux-gnu/qt5/QtHelp/QHelpEngine is present in that
package. If some other includes are missing, please let me know which
ones.

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

Title:
  pkg-config can not find Qt5Help.  Some package files are missing

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

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

[Bug 1838268] Re: /usr/lib/mate-notification-daemon/mate-notification-daemon:5:g_return_if_fail_warning:notify_stack_shift_notifications:notify_stack_add_window:notify_daemon_notify_handler:dbus_glib_

2020-01-04 Thread Vlad Orlov
*** This bug is a duplicate of bug 1804350 ***
https://bugs.launchpad.net/bugs/1804350

** This bug has been marked a duplicate of bug 1804350
   mate-notification-daemon crashed with SIGTRAP in 
notify_stack_shift_notifications() from notify_stack_add_window() from 
notify_daemon_notify_handler() from 
dbus_glib_marshal_notification_daemon_VOID__STRING_UINT_STRING_STRING_STRING_BOXED_BOXED_INT_POINTER()
 from invoke_object_method()

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

Title:
  /usr/lib/mate-notification-daemon/mate-notification-
  
daemon:5:g_return_if_fail_warning:notify_stack_shift_notifications:notify_stack_add_window:notify_daemon_notify_handler:dbus_glib_marshal_notification_daemon_VOID__STRING_UINT_STRING_STRING_STRING_BOXED_BOXED_INT_POINTER

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

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

[Bug 1713615] Re: ttf-mscorefonts-installer fails because Redirection from https to http is forbidden

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

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

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

Title:
  ttf-mscorefonts-installer fails because Redirection from https to http
  is forbidden

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

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

[Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2020-01-04 Thread Guy Mandor
@VadymStupakov: You're a saviour. I had been struggling with this issue
for over a year. The solution worked perfectly. My power button Thanks
you!

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

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

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

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

[Bug 1855943] Re: net-snmp merge for focal (v5.8)

2020-01-04 Thread Rafael David Tinoco
There is an on going issue with this new version for dependent packages:

snmp walks from autopkgtests are failing with:

iso.3.6.1.4.1.8072.. = No more variables left in this MIB View
(It is past the end of the MIB tree)

because of "-V systemonly" in snmpd.conf file:

rocommunity  public default -V systemonly
rocommunity6 public default -V systemonly

It can be reproduced with:

snmpwalk -v 2c -c public localhost

and mitigated by removing "-V systemonly" from snmpd.conf (for the
affected autopkgtests).

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

Title:
  net-snmp merge for focal (v5.8)

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

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

[Bug 1858277] [NEW] [80XH, Realtek Generic, Speaker, Internal] No sound at all

2020-01-04 Thread Abhijeet Modak
Public bug reported:

sound stops working all of a sudden

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.15.0-72.81-generic 4.15.18
Uname: Linux 4.15.0-72-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  abhijeet   1643 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sat Jan  4 19:56:10 2020
InstallationDate: Installed on 2018-07-07 (545 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gdm1309 F pulseaudio
  abhijeet   1643 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [80XH, Realtek Generic, Speaker, Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/30/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: 4WCN29WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 320-15ISK
dmi.modalias: 
dmi:bvnLENOVO:bvr4WCN29WW:bd09/30/2017:svnLENOVO:pn80XH:pvrLenovoideapad320-15ISK:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad320-15ISK:
dmi.product.family: ideapad 320-15ISK
dmi.product.name: 80XH
dmi.product.version: Lenovo ideapad 320-15ISK
dmi.sys.vendor: LENOVO

** Affects: alsa-driver (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/1858277

Title:
  [80XH, Realtek Generic, Speaker, Internal] No sound at all

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

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

[Bug 1855943] Re: net-snmp merge for focal (v5.8)

2020-01-04 Thread Rafael David Tinoco
Working on:

autopkgtest for pcs/0.10.2-1: amd64: Regression ♻ , arm64: Regression ♻
, armhf: Ignored failure, i386: Ignored failure, ppc64el: Regression ♻ ,
s390x: Regression ♻

autopkgtest for pyagentx/0.4.1-3: amd64: Regression ♻ , arm64: Regression ♻ , 
armhf: Regression ♻ , i386: Ignored failure, ppc64el: Regression ♻ , s390x: 
Regression ♻
Not considered

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

Title:
  net-snmp merge for focal (v5.8)

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

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

[Bug 1729602] Re: mate-system-monitor 1.18.0-1build1 crashes upon attempting to configure any color beyond CPU core 16 (I have 24 cores)

2020-01-04 Thread Vlad Orlov
Fixed upstream in mate-system-monitor 1.22.1 (and Ubuntu 19.10 has
1.22.2).

** Changed in: mate-system-monitor (Ubuntu)
   Status: New => Fix Released

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

Title:
  mate-system-monitor 1.18.0-1build1 crashes upon attempting to
  configure any color beyond CPU core 16 (I have 24 cores)

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

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

[Bug 586043] Re: logo in Ubuntu Software Center

2020-01-04 Thread Gediminas Paulauskas
** Changed in: schooltool (Ubuntu)
   Status: Triaged => Won't Fix

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

Title:
  logo in Ubuntu Software Center

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

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

[Bug 1855846] Re: Please update cloudcompare to 2.10.1-2

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

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

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

Title:
  Please update cloudcompare to 2.10.1-2

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

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

[Bug 1142513] Re: package zfs-fuse not installed failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2020-01-04 Thread Mattia Rizzolo
Next time please ask for support in the support channels.  This is most
likely not a zfs-fuse bug.

** Changed in: zfs-fuse (Ubuntu)
   Status: New => Incomplete

** Changed in: zfs-fuse (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  package zfs-fuse  not installed  failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-fuse/+bug/1142513/+subscriptions

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

[Bug 791292] Re: zfs-fuse version 0.6.9-1build1 failed to build on armel

2020-01-04 Thread Mattia Rizzolo
** Changed in: zfs-fuse (Ubuntu)
   Status: New => Incomplete

** Changed in: zfs-fuse (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  zfs-fuse version 0.6.9-1build1 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-fuse/+bug/791292/+subscriptions

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

[Bug 1858281] [NEW] Touckpad and Keyboard are not working on Ubuntu 19.10 live booted to Macbook Pro 2019 15"

2020-01-04 Thread retif
Public bug reported:

Touckpad and Keyboard are not working on Ubuntu 19.10 live booted to
Macbook Pro 2019 15". The only working button is Power Button.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Summary changed:

- Ubuntu 19.10 live does not work on Macbook Pro 2019 15"
+ Touckpad and Keyboard are not working on Ubuntu 19.10 live booted to Macbook 
Pro 2019 15"

** Description changed:

  Touckpad and Keyboard are not working on Ubuntu 19.10 live booted to
- Macbook Pro 2019 15"
+ Macbook Pro 2019 15". The only working button is Power Button.

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

Title:
  Touckpad and Keyboard are not working on Ubuntu 19.10 live booted to
  Macbook Pro 2019 15"

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

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

[Bug 1858282] [NEW] Dell XPS 13 7390 Graphic glitch

2020-01-04 Thread Daniel Taber
Public bug reported:

There is a graphic glitch where lines will go across the screen or
screen will hiccup. will go away once I move my mouse in the area making
the screen refresh. This happens on any distro, i.e Ubuntu 19.10,
Fedora, openSUSE TW, with a later Kernel but does NOT happen on 18.04
with the 4.15 or the 5.0 HWE Kernel. I'm not entirely sure what the
issue could be.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-5.0.0-37-generic 5.0.0-37.40~18.04.1
ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-37-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Jan  4 10:01:09 2020
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-three-eyed-raven+X92+beaver-three-eyed-raven+X92.1
InstallationDate: Installed on 2020-01-04 (0 days ago)
InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-signed-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic 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/1858282

Title:
  Dell XPS 13 7390 Graphic glitch

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

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

[Bug 1858199] Re: bugs in libvdpau_radeonsi.so and amdgpu(or radeon) driver freeze the system

2020-01-04 Thread smzhou
the test is radeon driver.

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

Title:
  bugs in libvdpau_radeonsi.so  and amdgpu(or radeon) driver  freeze the
  system

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

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

[Bug 1858199] Re: bugs in libvdpau_radeonsi.so and amdgpu(or radeon) driver freeze the system

2020-01-04 Thread smzhou
today ,I test 5.3.24  generic kernel ,and use mpv vdpau and vaapi
hardware acceleration  to play video ,the system don't freeze  up to now
for a day .The problem seems only occur in lowlatency kernel .

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

Title:
  bugs in libvdpau_radeonsi.so  and amdgpu(or radeon) driver  freeze the
  system

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

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

[Bug 1858281] Re: Touckpad and Keyboard are not working on Ubuntu 19.10 live booted to Macbook Pro 2019 15"

2020-01-04 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1858281/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  Touckpad and Keyboard are not working on Ubuntu 19.10 live booted to
  Macbook Pro 2019 15"

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

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

[Bug 1852859] Re: CVE-2019-19010 - Eval injection in the Math plugin

2020-01-04 Thread Mattia Rizzolo
I got around to id and verified that the version currently in proposed
(2018.01.25-1ubuntu18.04.1) works as expected, and the Math plugin
indeed keeps behaving as I expect it to.

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

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

Title:
  CVE-2019-19010 - Eval injection in the Math plugin

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

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

[Bug 1826209] Re: gnucash settings unusable

2020-01-04 Thread gregrwm
solved.  $HOME/.config had been owned by root, thus was unwriteable.
the problem was found when i installed kubuntu-desktop and launched
startkde, which reported that $HOME/.config was unwriteable.  perhaps
gnucash might consider emitting such a message.

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

Title:
  gnucash settings unusable

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

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

[Bug 1857118] Re: Build pcscd with --enable-filter option

2020-01-04 Thread Kazuhiro Suzuki
Thank you!!

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

Title:
  Build pcscd with --enable-filter option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1857118/+subscriptions

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

[Bug 1858283] [NEW] Shutdown, restart, and hibernate do not work from "power-button"

2020-01-04 Thread Jonathan D. Belanger
Public bug reported:

Issue:

When I select any one of "Shutdown", "Restart' or "Hibernate" from the
"Power-button" menu in the top-right hand corner (next to the "Left-
arrow-button") nothing happens.  Using the applications menu on the left
hand corner for these same items works as expected.

Additionally, the "Suspend" from the "Power-button" does "work", but
makes the system unusable.  The only option is a hard power-down (the
subsequent reboot takes a huge, comparitively speaking, takes a huge
amount of time).

Expectation:
Whether I select any of these options from either menu, they should work 
identically.  Additionally, either the Suspend needs help or should not be 
listed.

My configuration (yes, it is old):

old-pc 
description: Desktop Computer
product: A780L3G (To Be Filled By O.E.M.)
vendor: BIOSTAR Group
serial: None
width: 64 bits
capabilities: smbios-2.6 dmi-2.6 smp vsyscall32
configuration: boot=normal chassis=desktop family=To Be Filled By O.E.M. 
sku=To Be Filled By O.E.M. uuid=00020003-0004-0005-0006-000700080009
  *-core
   description: Motherboard
   product: A780L3G
   vendor: BIOSTAR Group
   physical id: 0
   serial: None
   slot: To Be Filled By O.E.M.
 *-firmware
  description: BIOS
  vendor: American Megatrends Inc.
  physical id: 0
  version: 080014
  date: 04/09/2010
  size: 64KiB
  capacity: 1MiB
  capabilities: isa pci pnp apm upgrade shadowing escd cdboot 
bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb 
ls120boot zipboot biosbootspecification
 *-cpu
  description: CPU
  product: AMD Athlon(tm) II X4 640 Processor
  vendor: Advanced Micro Devices [AMD]
  physical id: 4
  bus info: cpu@0
  version: AMD Athlon(tm) II X4 640 Processor
  serial: To Be Filled By O.E.M.
  slot: CPU 1
  size: 800MHz
  capacity: 3GHz
  width: 64 bits
  clock: 200MHz
  capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx 
mmxext fxsr_opt pdpe1gb rdtscp x86-64 3dnowext 3dnow constant_tsc rep_good nopl 
nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm 
extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt 
hw_pstate vmmcall npt lbrv svm_lock nrip_save cpufreq
  configuration: cores=4 enabledcores=4
*-cache:0
 description: L1 cache
 physical id: 5
 slot: L1-Cache
 size: 512KiB
 capacity: 512KiB
 capabilities: pipeline-burst internal varies
 configuration: level=1
*-cache:1
 description: L2 cache
 physical id: 6
 slot: L2-Cache
 size: 2MiB
 capacity: 2MiB
 capabilities: pipeline-burst internal varies
 configuration: level=2
 *-memory
  description: System Memory
  physical id: 24
  slot: System board or motherboard
  size: 8GiB
*-bank:0
 description: DIMM Synchronous 667 MHz (1.5 ns)
 product: ModulePartNumber00
 vendor: Manufacturer00
 physical id: 0
 serial: SerNum00
 slot: DIMM0
 size: 4GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
*-bank:1
 description: DIMM Synchronous 667 MHz (1.5 ns)
 product: ModulePartNumber01
 vendor: Manufacturer01
 physical id: 1
 serial: SerNum01
 slot: DIMM1
 size: 4GiB
 width: 64 bits
 clock: 667MHz (1.5ns)
*-bank:2
 description: [empty]
 product: ModulePartNumber02
 vendor: Manufacturer02
 physical id: 2
 serial: SerNum02
 slot: DIMM2
*-bank:3
 description: [empty]
 product: ModulePartNumber03
 vendor: Manufacturer03
 physical id: 3
 serial: SerNum03
 slot: DIMM3
 *-pci:0
  description: Host bridge
  product: RS780 Host Bridge
  vendor: Advanced Micro Devices, Inc. [AMD]
  physical id: 100
  bus info: pci@:00:00.0
  version: 00
  width: 32 bits
  clock: 66MHz
*-pci:0
 description: PCI bridge
 product: RS780 PCI to PCI bridge (ext gfx port 0)
 vendor: Advanced Micro Devices, Inc. [AMD]
 physical id: 2
 bus info: pci@:00:02.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pci pm 

[Bug 1856387] Re: Freezing on boot since kernel 4.15.0-72-generic release

2020-01-04 Thread Anthony Buckley
Hello again, sorry I meant to add the git bisect log (FYI). See below:-

# bad: [48d6312566e04b7a713cc7c15ae7dcd37efcfa95] UBUNTU: Ubuntu-4.15.0-72.81
# good: [ad85666cf30fb921558424a18cabbf396361a90c] UBUNTU: Ubuntu-4.15.0-70.79
git bisect start 'Ubuntu-4.15.0-72.81' 'Ubuntu-4.15.0-70.79'
# good: [c76da031386f02b6738e6ba9a132dc3b817e8ba4] arm64: ssbs: Don't treat 
CPUs with SSBS as unaffected by SSB
git bisect good c76da031386f02b6738e6ba9a132dc3b817e8ba4
# bad: [4e160cf6dea3a8521bb8488532f18c69868622cf] mlxsw: spectrum: Set LAG port 
collector only when active
git bisect bad 4e160cf6dea3a8521bb8488532f18c69868622cf
# good: [7adb99a811f00df95c29751a0e77ffab97c96fd1] selftests: lib.mk set 
KSFT_TAP_LEVEL to prevent nested TAP headers
git bisect good 7adb99a811f00df95c29751a0e77ffab97c96fd1
# good: [b04e95663b835ee0e34d64ce9a6178b083b788ff] net: ena: remove inline 
keyword from functions in *.c
git bisect good b04e95663b835ee0e34d64ce9a6178b083b788ff
# bad: [4d4aa7f60b63e5b5477e2b3536633b4c28ef5f65] dm snapshot: rework COW 
throttling to fix deadlock
git bisect bad 4d4aa7f60b63e5b5477e2b3536633b4c28ef5f65
# good: [069a7c0f0d8cba118849543a4fc72384d3679fd6] UBUNTU: [Packaging] dkms -- 
dkms-build quieten wget verbiage
git bisect good 069a7c0f0d8cba118849543a4fc72384d3679fd6
# bad: [46888ff0dc436827f5fdfb0a77d7f50845f154ab] thermal: int340x: 
processor_thermal: Add GeminiLake support
git bisect bad 46888ff0dc436827f5fdfb0a77d7f50845f154ab
# bad: [f723dd269d0740e09af47bb5590ffc4f61766153] x86/timer: Skip PIT 
initialization on modern chipsets
git bisect bad f723dd269d0740e09af47bb5590ffc4f61766153
# good: [f25dc28338aa6277fa1e832416802c83bf8ed4e2] efi: efi_get_memory_map -- 
increase map headroom
git bisect good f25dc28338aa6277fa1e832416802c83bf8ed4e2
# first bad commit: [f723dd269d0740e09af47bb5590ffc4f61766153] x86/timer: Skip 
PIT initialization on modern chipsets

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

Title:
  Freezing on boot since kernel 4.15.0-72-generic release

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

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

[Bug 1858290] [NEW] Move the Show applications button to the left edge when dock position is at the bottom

2020-01-04 Thread AsciiWolf
Public bug reported:

Please, consider moving the Show applications button by-default to left
edge when dock position on screen is set to bottom.

It was originally discussed in upstream (dashtodock) ticket, however it
was decided that the behavior won't be changed in upstream. Instead, it
should be changed in ubuntu-dock.

See the original upstream ticket: https://github.com/micheleg/dash-to-
dock/issues/689

** Affects: gnome-shell-extension-ubuntu-dock (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/1858290

Title:
  Move the Show applications button to the left edge when dock position
  is at the bottom

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

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

[Bug 1647285] Re: SSL trust not system-wide

2020-01-04 Thread Harout S. Hedeshian
Like others, I'm manually symlinking .so files on all of my interactive
hosts and hoping updates don't break it. IMO this is not a valid
workaround.

@ahasenack - I understand this is a roadmap item that would ideally
resolve for multiple packages, but it seems that the Mozilla products
are the worst offenders at the moment. I don't see anyone requesting
anything else in this bug. Would it be possible to at least resolve it
for Firefox and Thunderbird? What would it take to get this looked at
for the next LTS?

For now, Thunderbird needs this too (and works for me on 18.0.3 LTS):

sudo mv /usr/lib/firefox/libnssckbi.so /usr/lib/firefox/libnssckbi.so.bak
sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-trust.so 
/usr/lib/firefox/libnssckbi.so
sudo mv /usr/lib/thunderbird/libnssckbi.so 
/usr/lib/thunderbird/libnssckbi.so.bak
sudo ln -s /usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-trust.so 
/usr/lib/thunderbird/libnssckbi.so

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

Title:
  SSL trust not system-wide

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1647285/+subscriptions

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

[Bug 1858307] Lsusb-v.txt

2020-01-04 Thread Ryan Bach
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1858307/+attachment/5317631/+files/Lsusb-v.txt

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] WifiSyslog.txt

2020-01-04 Thread Ryan Bach
apport information

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

** Summary changed:

- Dota2 Arcade mods locks up on first start
+ Dota2 Arcade mods lock up on first start

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] Lsusb-t.txt

2020-01-04 Thread Ryan Bach
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1858307/+attachment/5317630/+files/Lsusb-t.txt

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1766945] Re: (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure

2020-01-04 Thread malindu buddhika
** Changed in: ubiquity (Ubuntu)
 Assignee: abdjalil (danane) => malindu buddhika (sanjeeva077)

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

Title:
  (EFI on top of legacy install) choosing "replace" or "resize" options
  in partitioning may lead to an install failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-auto/+bug/1766945/+subscriptions

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

[Bug 61188] Re: amarokcollectionscanner closed unexpectedly

2020-01-04 Thread Ed B
I have amarok 1.4.10 on hardy with the same problem...

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

Title:
  amarokcollectionscanner closed unexpectedly

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

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

[Bug 1807508] Re: It is not visible whether the weather is shown for today or tomorrow

2020-01-04 Thread Carlo Lobrano
** Changed in: yaru-theme (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: yaru-theme (Ubuntu)
   Status: Fix Committed => Confirmed

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

Title:
  It is not visible whether the weather is shown for today or tomorrow

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

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

[Bug 1858250] Re: Changing screen resolution changed my audio sink from headphones to the speakers in my monitor

2020-01-04 Thread spike speigel
** Description changed:

  I changed my screen resolution from 2560x1440 to 1024x768 to test an
  application, and my audio sink was switched from headphone output to the
  speakers in my monitor for all applications playing sound.
  
  I can repeatedly cause the resolution down-scaling to change my audio
- sink.  This does not appear to be happening when I up-scale my
- resolution.
+ sink from "Built-in Audio Analog Stereo" to "GP104 High Definition Audio
+ Controller Digital Stereo (HDMI 2)". As the sound can be carried through
+ HDMI, maybe something with the resolution change is causing the
+ device/sink to be re-detected and my system defaults to it. This does
+ not appear to be happening when I up-scale my resolution e.g. going from
+ 1024x768 to 2560x1440.
  
- Monitor:  LG 27UD58P-B
+ Monitor: LG 27UD58P-B
+ Video Card: MSI GEFORCE GTX 1070 AERO ITX 8G
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xfce4-settings 4.14.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-26.28-generic 5.3.13
  Uname: Linux 5.3.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu8.3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jan  3 17:29:52 2020
  ExecutablePath: /usr/bin/xfce4-settings-manager
  InstallationDate: Installed on 2019-03-07 (302 days ago)
  InstallationMedia: Xubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xfce4-settings
  UpgradeStatus: Upgraded to eoan on 2019-08-19 (137 days ago)

** Bug watch added: Xfce Bugzilla #16335
   https://bugzilla.xfce.org/show_bug.cgi?id=16335

** Also affects: xfce4-settings via
   https://bugzilla.xfce.org/show_bug.cgi?id=16335
   Importance: Unknown
   Status: Unknown

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

Title:
  Changing screen resolution changed my audio sink from headphones to
  the speakers in my monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-settings/+bug/1858250/+subscriptions

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

[Bug 1858296] [NEW] ceph-deploy is not included in the Ubuntu Cloud Archives

2020-01-04 Thread Nick Niehoff
Public bug reported:

There are issues deploying Ceph Nautilus with ceph-deploy 1.5.x which is
included with the normal bionic archives.  So if I want to use ceph-
deploy to create a Nautilus cluster I need to upgrade to disco at least
to use ceph-deploy 2.0.1.  Because we need to support Ceph Nautilus on
Bionic deployed with ceph-deploy I suggest we build and include the
ceph-deploy package with the Ubuntu Cloud Archives which is where the
supported Ceph Nautilus packages are.

** Affects: cloud-archive
 Importance: Undecided
 Status: New

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** No longer affects: ceph-deploy (Ubuntu)

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

Title:
  ceph-deploy is not included in the Ubuntu Cloud Archives

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

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

[Bug 1847570] Re: PulseAudio automatically switches to HDMI sound output on login

2020-01-04 Thread Bill Duetschler
I have an Nvidia based video card that has 2 DVI outputs, an HDMI
output, a DisplayPort output.  I have 2 monitors that are plugged in to
the DVI outputs, and nothing plugged in to the HDMI or DP outputs.  And
still, XUbuntu insists on switching audio to the HDMI outputs that have
nothing plugged into them.

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

Title:
  PulseAudio automatically switches to HDMI sound output on login

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

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

[Bug 1858037] Re: 14.04: apt dist-upgrade shows 102 additional updates. True?

2020-01-04 Thread Andreas Hasenack
I'm glad you got it working. The page at https://ubuntu.com/advantage
should also have enough information to let you have the attachment
token.

I'll close the bug, thanks for getting back to us.

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: New => Invalid

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

Title:
  14.04: apt dist-upgrade shows 102 additional updates. True?

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

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

[Bug 1848228] Re: Impossible to unlock because keyboard language doesn't switch

2020-01-04 Thread Anton Vodonosov
photo of the lock screen

** Attachment added: "lock-screen.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1848228/+attachment/5317624/+files/lock-screen.jpg

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

Title:
  Impossible to unlock because keyboard language doesn't switch

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

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

[Bug 1858282] Re: Dell XPS 13 7390 Graphic glitch

2020-01-04 Thread Daniel Taber
** Also affects: linux-signed-hwe (openSUSE)
   Importance: Undecided
   Status: New

** Also affects: linux-signed-hwe (Fedora)
   Importance: Undecided
   Status: New

** Description changed:

- There is a graphic glitch where lines will go across the screen or
- screen will hiccup. will go away once I move my mouse in the area making
- the screen refresh. This happens on any distro, i.e Ubuntu 19.10,
- Fedora, openSUSE TW, with a later Kernel but does NOT happen on 18.04
- with the 4.15 or the 5.0 HWE Kernel. I'm not entirely sure what the
- issue could be.
+ There is a graphic glitch where static lines will go across the screen
+ randomly or screen will hiccup. The issue will go away once I move my
+ mouse in the area making the screen refresh. This happens on any distro,
+ i.e Ubuntu 19.10, Fedora, openSUSE TW, with a later Kernel but does NOT
+ happen on 18.04 with the 4.15 or the 5.0 HWE Kernel. I'm not entirely
+ sure what the issue could be.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.0.0-37-generic 5.0.0-37.40~18.04.1
  ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
  Uname: Linux 5.0.0-37-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jan  4 10:01:09 2020
  DistributionChannelDescriptor:
-  # This is the distribution channel descriptor for the OEM CDs
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-three-eyed-raven+X92+beaver-three-eyed-raven+X92.1
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-three-eyed-raven+X92+beaver-three-eyed-raven+X92.1
  InstallationDate: Installed on 2020-01-04 (0 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Dell XPS 13 7390 Graphic glitch

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

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

[Bug 1858307] AlsaInfo.txt

2020-01-04 Thread Ryan Bach
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1858307/+attachment/5317625/+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/1858307

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] Lsusb.txt

2020-01-04 Thread Ryan Bach
apport information

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] [NEW] Dota2 Arcade mods lock up on first start

2020-01-04 Thread Ryan Bach
Public bug reported:

Dota2 crashes unless on the latest kernel.
--- 
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  ryan   2297 F pulseaudio
 /dev/snd/controlC0:  ryan   2297 F pulseaudio
 /dev/snd/controlC1:  ryan   2297 F pulseaudio
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 20.04
InstallationDate: Installed on 2020-01-02 (3 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200101)
IwConfig:
 enp2s0no wireless extensions.
 
 lono wireless extensions.
MachineType: To be filled by O.E.M. To be filled by O.E.M.
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
Package: linux (not installed)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_rsu7l4@/vmlinuz-5.4.0-9-generic 
root=ZFS=rpool/ROOT/ubuntu_rsu7l4 ro quiet splash vt.handoff=1
ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-9-generic N/A
 linux-backports-modules-5.4.0-9-generic  N/A
 linux-firmware   1.184
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Tags:  focal
Uname: Linux 5.4.0-9-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 04/03/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: M5A99X EVO 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/03/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99XEVOR2.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.sku: SKU
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.

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


** Tags: apport-collected focal

** Tags added: apport-collected focal

** Description changed:

  Dota2 crashes unless on the latest kernel.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu15
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  ryan   2297 F pulseaudio
+  /dev/snd/controlC0:  ryan   2297 F pulseaudio
+  /dev/snd/controlC1:  ryan   2297 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-01-02 (3 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200101)
+ IwConfig:
+  enp2s0no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: To be filled by O.E.M. To be filled by O.E.M.
+ NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_rsu7l4@/vmlinuz-5.4.0-9-generic 
root=ZFS=rpool/ROOT/ubuntu_rsu7l4 ro quiet splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-9-generic N/A
+  linux-backports-modules-5.4.0-9-generic  N/A
+  linux-firmware   1.184
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  focal
+ Uname: Linux 5.4.0-9-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/03/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: M5A99X EVO 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/03/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99XEVOR2.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.sku: SKU
+ dmi.product.version: To be filled by O.E.M.
+ dmi.sys.vendor: To be filled by O.E.M.

-- 
You received this bug notification 

[Bug 1858307] ProcCpuinfoMinimal.txt

2020-01-04 Thread Ryan Bach
apport information

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] Lspci.txt

2020-01-04 Thread Ryan Bach
apport information

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] UdevDb.txt

2020-01-04 Thread Ryan Bach
apport information

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] CRDA.txt

2020-01-04 Thread Ryan Bach
apport information

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] ProcModules.txt

2020-01-04 Thread Ryan Bach
apport information

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] PulseList.txt

2020-01-04 Thread Ryan Bach
apport information

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] ProcCpuinfo.txt

2020-01-04 Thread Ryan Bach
apport information

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] ProcInterrupts.txt

2020-01-04 Thread Ryan Bach
apport information

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] CurrentDmesg.txt

2020-01-04 Thread Ryan Bach
apport information

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1850806] Re: Ubuntu Software Centre (gnome-software) search function semi-broken

2020-01-04 Thread Launchpad Bug Tracker
[Expired for gnome-software (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-software (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Ubuntu Software Centre (gnome-software) search function semi-broken

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

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

[Bug 1851302] Re: Error in update

2020-01-04 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Error in update

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

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

[Bug 1843873] Re: Sound distored on Hades Canyon NUC

2020-01-04 Thread Manuel
Yes, still present. I got the same problem with Kubuntu 19.10 up to
date. Sound is creepy sometimes via HDMI with Hades Intel NUC.

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

Title:
  Sound distored on Hades Canyon NUC

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

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

[Bug 1858297] Re: can't install this os

2020-01-04 Thread Tom Reynolds
Thank you for taking the time to report this issue and helping to make
Ubuntu better.

This package failure looks like it was caused by bad ISO download,
corrupted install media, or device failure. eg. look in the logs and
you'll see messages like these :-

Jan  4 21:17:05 ubuntu kernel: [  241.729978] SQUASHFS error: zlib 
decompression failed, data probably corrupt
Jan  4 21:17:05 ubuntu kernel: [  241.729987] SQUASHFS error: 
squashfs_read_data failed to read block 0x3210e248

Examining the information you have given us, this does not appear to be
a useful bug report so I am closing it, as it appears to be a bad ISO or
faulty device (inc. bad write-to-device). If you believe I'm in error,
please leave a comment explaining why and change the status back to
'New'. I suggest you verify your ISO download, and use the 'check disc
for defects' option to validate your media before install to ensure a
good download & write.

Possibly useful: 
https://tutorials.ubuntu.com/tutorial/tutorial-how-to-verify-ubuntu#0
https://help.ubuntu.com/community/Installation/CDIntegrityCheck
https://help.ubuntu.com/community/HowToMD5SUM

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

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

Title:
  can't install this os

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

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

[Bug 1532508] Re: Screen contents revealed briefly on resume, before even unlocking

2020-01-04 Thread rubo77
I don't agree with PeterPall! On my Ubuntu 19.10 Laptop, I still got the
screen visible after suspend due to lid-close for a glimpse of a moment

The bug is still open.

A solution to this security issue would be to set the action on lid-
close to "lock" instead of "suspend", see:
https://askubuntu.com/questions/1200456/on-awake-the-unlocked-desktop-
shows-for-a-blink-moment

Does someone know a workaround in Ubuntu 19.10 with still using the
"suspend" option?

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

Title:
  Screen contents revealed briefly on resume, before even unlocking

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

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

[Bug 1857191] Re: yaru-dark doesn't work well with highlighted current line in gedit

2020-01-04 Thread Carlo Lobrano
** Changed in: yaru-theme (Ubuntu)
   Status: New => Confirmed

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

Title:
  yaru-dark doesn't work well with highlighted current line in gedit

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

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

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2020-01-04 Thread Ketil Malde
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

Chiming in.  Lenovo X1C gen 7, with NFC symbol, running Ubuntu 19.10
(5.3.0-24-generic), and trackpad not working after wakeup from suspend
(not sure which level, I just close the lid, notice leds slowly
blinking, then open it again).  Nothing about i2c in any
/etc/modprobe.d/* file.

Only caveat: running 1.20 system firmware (20QD00L1MX System Firmware)
since the latest gives me an unreliable external display when using
USB-C/Thunderbolt.

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

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

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

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

[Bug 1858292] Re: gjs-console crashed with signal 5

2020-01-04 Thread Mohammad Hizzani
** 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/1858292

Title:
  gjs-console crashed with signal 5

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

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

[Bug 1858297] [NEW] can't install this os

2020-01-04 Thread Eamonn
Public bug reported:

no more info

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12
ProcVersionSignature: Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15
Uname: Linux 5.0.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Sat Jan  4 21:24:36 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 LANGUAGE=en_IE.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IE.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  can't install this os

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

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

[Bug 1858273] Re: package bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5 failed to install/upgrade: podproces zainstalowany pakiet bcmwl-kernel-source skrypt post-installation zwrócił kod błędu 10

2020-01-04 Thread Dźwiedziu
I'm starting to think that this is a hardware issue. I'm getting similar
symptoms (no connections due to reason -22 or device not available
because the device is not available (thanks NetworkManager for this
user-friendlines)) with the binary driver.

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

Title:
  package bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5 failed to
  install/upgrade: podproces zainstalowany pakiet bcmwl-kernel-source
  skrypt post-installation zwrócił kod błędu 10

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

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

[Bug 1848921] Re: iwlwifi firmware crashes intel 9260ac [8086:2526] subsystem [8086:0010]

2020-01-04 Thread Patrick Mandigo
I've seen this problem too.  I purchased a Lenovo ideapad 730s that has
the 9260 wifi chipset and it was unusable with ubuntu 19.10, any
significant internet download would cause the pointer to freeze and the
entire system to come to a halt (but resume working again after 30-45
seconds).  I couldn't complete a speedtest.com speed test because the
entire system will completely free and the test would fail.  A buddy at
work who has the same model said he had the problem too (with fedora,
not sure which kernel).  I installed 19.04 instead and mentioned to him
19.04 works great for me, but he told me even under 19.04 eventually an
update will break the wifi and cause this halting behavior and sure
enough, after 19.04 worked for weeks and weeks today suddenly I started
having the same freezing behavior under 19.04, whenever I do any
significant internet activity the entire system halts for 30 or so
seconds, mouse pointer disappears and everything.

I copied iwlwifi-9260-th-b0-jf-b0-34.ucode to /lib/firmware but that didn't 
seem to do anything, maybe there's something I need to do to install it?  When 
I type modinfo iwlwifi |grep 9260
I get 
firmware:   iwlwifi-9260-th-b0-jf-b0-46.ucode

so maybe it's still using the buggy broken one.

It does seem like I can work around by adding the lines above that
include 11n_disable=1 although download performance is pretty poor, 30mg
down instead of 300mg down that I was seeing for weeks while it was
working.  This is such a common chipset, it's frustrating that there's
still no real fix for it.

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

Title:
  iwlwifi firmware crashes intel 9260ac [8086:2526] subsystem
  [8086:0010]

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

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

[Bug 1848228] Re: Impossible to unlock because keyboard language doesn't switch

2020-01-04 Thread Anton Vodonosov
The journalctl log

** Attachment added: "jouralctl.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1848228/+attachment/5317623/+files/jouralctl.log

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

Title:
  Impossible to unlock because keyboard language doesn't switch

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

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

[Bug 1858307] Status changed to Confirmed

2020-01-04 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858285] [NEW] SSH not honoring use of ~/.ssh/authorized_keys

2020-01-04 Thread Timothy Yates
Public bug reported:

Have tested this successfully on other distros, used the same steps to
updating /etc/ssh/sshd_config but SSH will not honor the use of
~/.ssh/authorized_keys.

Simple test

mkdir -m 700 ~/.ssh
cd ~/.ssh
ssh-keygen -t rsa -b 4096
press enter to accept the defaults and empty passphrase
cp id_rsa.pub authorized_keys

ssh localhost /bin/date
works

mv id-rsa $(hostname -s)
mv id-rsa.pub $(hostname -s).pub
ssh localhost /bin/date
**fails.  this works on CentOS, RHEL

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: openssh-server 1:8.0p1-6build1
ProcVersionSignature: Ubuntu 5.3.0-1014.16-raspi2 5.3.10
Uname: Linux 5.3.0-1014-raspi2 aarch64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: arm64
Date: Sat Jan  4 12:42:58 2020
ExecutablePath: /usr/sbin/sshd
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug arm64 eoan

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

Title:
  SSH not honoring use of ~/.ssh/authorized_keys

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

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

[Bug 1775443] Re: Ubuntu 18.04 Bluetooth Crash

2020-01-04 Thread Curtis
Thanks for following up. I had forgotten about this bug as I haven't had
trouble with this in probably 6 months or more. Other than installing
software updates, I didn't do anything to fix it. But it seems to be
resolved for me.

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

Title:
  Ubuntu 18.04 Bluetooth Crash

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

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

[Bug 1858307] Re: Dota2 Arcade mods lock up on first start

2020-01-04 Thread Ryan Bach
This is also a kernel bug, I had it before and I know it is fixed with
the latest kernel, FYI.

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858307] Re: Dota2 Arcade mods lock up on first start

2020-01-04 Thread Ryan Bach
This is the vulkan version, I haven't test the opengl version in Arcade.

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

Title:
  Dota2 Arcade mods lock up on first start

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

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

[Bug 1858294] [NEW] Ubuntu 19.10 Razer Core X Saphire RX 580 - hot-plug freeze; kernel oops on boot

2020-01-04 Thread James Rhew
Public bug reported:

Hardware (verified working with Windows 10)
- Lenovo X1 Carbon Gen 7
- Razer Core X with Saphire RX 580
  - lspci-vvnn.log

Software
- New install of Ubuntu 19.10
  - uname-a.log
  - version.log
- mesa and amdgpu software from eoan repo


Symptoms when hot connected
- Doesn't work
- Eventially freezes (mouse and clock frozen)
  - dmesg.0.before-hot-plug.txt
  - dmesg.1.not-yet-frozen-after-hot-plug.txt
  - dmesg.2.frozen-after-hot-plug.txt
  - Xorg.0.log
  - regdump_good.txt
  - regdump_broke.txt
- on `sudo reboot`, GPu attached displays show shutdown banner (this is the 
only time they display anything)

Symptoms when connected at startup
- Crash
- dmesg.3.kernel-oops-reboot-while-attached.jpg
- Reported bug through GUI after reboot, I think this identifies it:
```
rhew@x1:/var/crash$ sudo cat _usr_bin_gnome-shell.124.uploaded
6be3909c-2f27-11ea-a76d-fa163ee63de6

** Affects: xserver-xorg-video-amdgpu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amdgpu gpu kernel-oops mesa xorg

** Attachment added: "logs.gz"
   https://bugs.launchpad.net/bugs/1858294/+attachment/5317592/+files/logs.gz

** Attachment removed: "logs.gz"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1858294/+attachment/5317592/+files/logs.gz

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

Title:
  Ubuntu 19.10 Razer Core X Saphire RX 580 - hot-plug freeze; kernel
  oops on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1858294/+subscriptions

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

[Bug 1858294] Re: Ubuntu 19.10 Razer Core X Saphire RX 580 - hot-plug freeze; kernel oops on boot

2020-01-04 Thread James Rhew
dmesg.0.before-hot-plug.txt
dmesg.1.not-yet-frozen-after-hot-plug.txt
dmesg.2.frozen-after-hot-plug.txt
dmesg.3.kernel-oops-reboot-while-attached.jpg
lspci-vvnn.log
regdump_broke.txt
regdump_good.txt
uname-a.log
version.log
Xorg.0.log

** Attachment added: "logs.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1858294/+attachment/5317593/+files/logs.tgz

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

Title:
  Ubuntu 19.10 Razer Core X Saphire RX 580 - hot-plug freeze; kernel
  oops on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1858294/+subscriptions

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

[Bug 1858001] Re: package chromium-browser (not installed) failed to install/upgrade: new chromium-browser package pre-installation script subprocess returned error exit status 1

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

** Changed in: chromium-browser (Ubuntu)
   Status: New => Confirmed

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

Title:
  package chromium-browser (not installed) failed to install/upgrade:
  new chromium-browser package pre-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1858001/+subscriptions

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

[Bug 1848921] Re: iwlwifi firmware crashes intel 9260ac [8086:2526] subsystem [8086:0010]

2020-01-04 Thread phantomatlas
I am using OpenSUSE Tumbleweed on this platform and the AC9260 works
flawlessly.  It wakes after sleep, reconnects without issue, performs
excellently on standard WiFi or 5G alike, over sustained sessions.
Curiously, it is using the exact same set of firmware files under kernel
5.3.

To me, this means that it is something particular to Ubuntu and its
downstream variants.

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

Title:
  iwlwifi firmware crashes intel 9260ac [8086:2526] subsystem
  [8086:0010]

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

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

[Bug 1858037] Re: 14.04: apt dist-upgrade shows 102 additional updates. True?

2020-01-04 Thread Andreas Hasenack
I'm glad you got it working. The page at https://ubuntu.com/advantage
should also have enough information to let you have the attachment
token.

I'll close the bug, thanks for getting back to us.

** Changed in: ubuntu-advantage-tools (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1858037

Title:
  14.04: apt dist-upgrade shows 102 additional updates. True?

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1858299] Status changed to Confirmed

2020-01-04 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  This laptop contains a touchpadwhich is not recognized.

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

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

[Bug 1599459] Re: cannot bootstrap from repositories without InRelease files when --debian-installer set

2020-01-04 Thread Sebastian Unger
It looks as though this has been fixed in Ubuntu somewhere between
Bionic and Eoan. Shouldn't this bug be updated accordingly?

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

Title:
  cannot bootstrap from repositories without InRelease files when
  --debian-installer set

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

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

[Bug 859315] Re: clicking email address in web browser opens HTML composer, despite default account settings preferring plain text

2020-01-04 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  clicking email address in web browser opens HTML composer, despite
  default account settings preferring plain text

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

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

[Bug 810773] Re: Changing font settings are ineffective

2020-01-04 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Changing font settings are ineffective

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

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

[Bug 992981] Re: thunderbird audio and visual notifications don't work

2020-01-04 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  thunderbird audio and visual notifications don't work

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

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

[Bug 1858293] [NEW] Missing repeated characters

2020-01-04 Thread Wes Z
Public bug reported:

Nano 2.9.3
 Ubuntu 18.04.3 LTS - Linux 4.14.157-171 armv7l
 ARMv7 Processor rev 3 (v7l)

 Ubuntu 18.04.3 LTS - Linux 4.9.196-63 aarch64
Amlogic S922X rev a (4 A73 + 2 A53)

This issue is repeatable on more than 6 each different machines of the above 
configurations.
I am using ssh via Putty to log in via terminal screen.
I am using nano defaults. I have not changed anything nor do I open with any 
arguments. I use nano  and it's not associated with any extension. It 
behaves the same for all files, even no extension files.
Nano is not changing the file, it's just not displaying correctly. The 
characters are there and they save properly, they're just not visible on the 
terminal screen.

Using WinSCP presents no issues as I am using my local Windows text
editor.

If I use vi to view the file there are no problems.
If I use cat to view the file there are no problems.
If I use tail to view the file there are no problems

I do not experience this issue on:
Nano 2.5.3
Ubuntu 16.04.6 LTS - Linux 4.14.5-92 armv7l
ARMv7 Processor rev 3 (v7l)

If I take any file that has repeat characters such as:

-
|||

Nano 2.9.3 will not display all of the continuous repeat characters in
the row. For example:

Copy and paste  is displayed as:
#   <-- But end of line is correct
If I copy that line from the file in nano editor and paste it into another non 
nano editor I get:
#
as the paste result

This is the same for all different repeated characters.
If I keyboard type ## nano will display it until 
nano is closed and then the same file is reopened. Then it's same as above, one 
# but end of line is correct.

Pasting:
#   ++  ++  ++  ++
#   ||  ||  ||  ||
# >CLK->||>CLK->||>CLK->||>CLK->||>CLK->
# >CS ->||>CS ->||>CS ->||>CS ->||>CS ->
# >DIN->||>DIN->||>DIN->||>DIN->||>DIN->
#   ||  ||  ||  ||
#   ++  ++  ++  ++

into nano results in displayed:
# +-+  +-+  +-+  +-+
# | |  | |  | |  | |
# >CLK->| |>CLK->| |>CLK->| |>CLK->| |>CLK->
# >CS ->| |>CS ->| |>CS ->| |>CS ->| |>CS ->
# >DIN->| |>DIN->| |>DIN->| |>DIN->| |>DIN->
# | |  | |  | |  | |
# +-+  +-+  +-+  +-+
while nano is still open.
Close the file and view in cat, vi or tail and it is show properly..

Pasting:
#   ++  ++  ++  ++
#   ||  ||  ||  ||
# >CLK->||>CLK->||>CLK->||>CLK->||>CLK->
# >CS ->||>CS ->||>CS ->||>CS ->||>CS ->
# >DIN->||>DIN->||>DIN->||>DIN->||>DIN->
#   ||  ||  ||  ||
#   ++  ++  ++  ++

using vi editor
then save file and open file in nano results in:
# +-+  +-+  +-+  +-+
# | |  | |  | |  | |
# >CLK->| |>CLK->| |>CLK->| |>CLK->| |>CLK->
# >CS ->| |>CS ->| |>CS ->| |>CS ->| |>CS ->
# >DIN->| |>DIN->| |>DIN->| |>DIN->| |>DIN->
# | |  | |  | |  | |
# +-+  +-+  +-+  +-+

** Affects: nano (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/1858293

Title:
  Missing repeated characters

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

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

[Bug 1641290] Re: [04f3:0903] Elan Microelectronics Corp fingerprint reader not recognised

2020-01-04 Thread Beks Asiveev
** Also affects: libfprint (Debian)
   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/1641290

Title:
  [04f3:0903] Elan Microelectronics Corp fingerprint reader not
  recognised

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

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

  1   2   >