[Bug 365065]

2020-08-08 Thread Jralls
Darn, I thought I'd changed all of the timestamps to datetimes for
MySql/Maria. On top of that, of course, we shouldn't be using 0 to mean
no value.

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

Title:
  gnucash is confused by timezone changes

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

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

[Bug 365065]

2020-08-08 Thread Matthias Urlichs
Oh, it gets worse. splits.reconciled_date is a timestamp and you're
setting it to "1970-01-01 00:00", which means that MariaDB refuses to
accept it.

I worked around that by changing the column to datetime type for now.

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

Title:
  gnucash is confused by timezone changes

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

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

[Bug 365065]

2020-08-08 Thread Jralls
Peter, not in principle, no. But it hasn't gotten any easier in
practice. Well, maybe a little, because we've gotten rid of most of the
separate Scheme date code and call the wrapped C functions for most date
and time handling.

Managing stored data compatibility, whether in XML or SQL, will be a
major part of any such change. GnuCash's sprawling and massively
interdependent code base remains a major obstacle to fixing lots of
basic design goofs and this one is no different. The subsystems don't
hang together, more like they're tangled together.

You're pretty much stuck with me for a developer to work with, though
others might chime in if you ask on gnucash-devel or IRC. Derek is still
around and was involved the early design though he hasn't done any
GnuCash coding for many years.

There are independent pieces that could be done first, for example
reworking all of the standard interval code (Quarter, Month, Week) to
use dates instead of times and storage backend changes to handle dates
as well as times.

What were you planning to use for a date type? GLib's GDate? It's the
only ready-made date implementation I know of that doesn't have a
timezone problem, but we're trying to move away from GLib in GnuCash's
core, preferring the C++ standard library. Unfortunately std::chrono is
time-oriented and its date type is timezone-sensitive, as are
boost::date_time and ICU's.

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

Title:
  gnucash is confused by timezone changes

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

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

[Bug 365065]

2020-08-08 Thread Alex+bugzilla
Please fix this, this had been designated a high severity, major bug for
a reason.  The fact that transaction dates can change without user
intervention simply disqualifies this application from use by most
organizations. And even if your accept this risk, the workarounds are
only helpful to the minority of users who have the technical ability to
implement them.

The only acceptable fix is to implement dates as dates, not datetimes.
I don't know what else this affects, but someone has to do what is
necessary to fix this or all the rest of the work that had gone into
this is worthless because we can not use an accounting application with
undependable transaction dates.

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

Title:
  gnucash is confused by timezone changes

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

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

[Bug 365065]

2020-08-08 Thread Jralls
> The only acceptable fix is to implement dates as dates, not datetimes.

Then GnuCash isn't for you, at least for the next several years. Go find
an accounting program that is.

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

Title:
  gnucash is confused by timezone changes

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

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

[Bug 365065]

2020-08-08 Thread Peter Selinger
John, your point about "GnuCash isn't for you" is well understood, but
it is unfortunately also a very sad state of affairs. The transaction
date bug is a major design flaw that has been in GnuCash from the very
beginning, and that has been recognized as a major flaw since more than
16 years ago.

It is not in principle difficult to fix. I even started doing so myself
in 2014. The reason I never finished fixing it is that the datatype used
for transaction dates propagates to hundreds of places where it is
hardcoded, crossing several programming languages and data
representations (e.g., Scheme for the report system, XML for saved
accounts, etc.). This makes it difficult to fix in an incremental way. I
was simply not familiar enough with the sprawling code base to have any
confidence that the bugfix wouldn't cause problems elsewhere - there are
many subsystems of GnuCash that I never use at all. If there is any more
experienced GnuCash developer who is actually familiar with how all
these subsystems hang together, I'd be happy to have another go at
fixing this bug.

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

Title:
  gnucash is confused by timezone changes

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

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

[Bug 1890927] [NEW] Installing ubuntu studio 20.04.1 on Asus TUF706IU-AS76

2020-08-08 Thread Myron
Public bug reported:

I'm trying to install Ubuntu alongside pre-installed Windows on Asus TUF
series gaming notebook with AMD CPU and NVIDIA GPU.  This system also
uses an NVME SSD as the system drive.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-lowlatency 5.4.44
Uname: Linux 5.4.0-42-lowlatency x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
Date: Sat Aug  8 23:21:20 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntustudio.seed splash acpi=off nouveau.modeset=0 
nvme_core.default_ps_max_latency_us=5500 ---
LiveMediaBuild: Ubuntu-Studio 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15.2 ubuntustudio

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

Title:
  Installing ubuntu studio 20.04.1 on Asus TUF706IU-AS76

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

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

[Bug 1826332] Re: Something sends bad ACPI messages

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

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

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

Title:
  Something sends bad ACPI messages

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

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

[Bug 1826113] Re: socket creation failure - invalid argument error

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

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

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

Title:
  socket creation failure - invalid argument error

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

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

[Bug 1824714] Re: Screen won't wake up

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

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

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

Title:
  Screen won't wake up

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

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

[Bug 1824575] Re: Can't boot Thinkpad T540 it's on docking station

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

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

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

Title:
  Can't boot Thinkpad  T540 it's on docking station

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

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

[Bug 1821617] Re: No touchpad Lenovo Laptop V130

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

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

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

Title:
  No touchpad Lenovo Laptop V130

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

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

[Bug 1881879] Re: Gnome Shell Freezes

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

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

Title:
  Gnome Shell Freezes

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

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

[Bug 1876089] Re: Kernel NULL pointer dereference

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

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

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

Title:
  Kernel NULL pointer dereference

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

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

[Bug 1824415] Re: Vertical line screen flickers randomly appears on built-in laptop display only

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

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

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

Title:
  Vertical line screen flickers randomly appears on built-in laptop
  display only

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

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

[Bug 1881667] Re: package mysql-server-8.0 8.0.20-0ubuntu0.20.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2020-08-08 Thread Launchpad Bug Tracker
[Expired for mysql-8.0 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-8.0 (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/1881667

Title:
  package mysql-server-8.0 8.0.20-0ubuntu0.20.04.1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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

[Bug 1876297] Re: Lenovo C940 only one resolution available

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

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

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

Title:
  Lenovo C940  only one resolution available

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

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

[Bug 1877886] Re: update 19.10 to 20.04 fail because of disk-space

2020-08-08 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (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/1877886

Title:
  update 19.10 to 20.04 fail because of disk-space

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

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

[Bug 1882194] Re: Intel Wireless 7265 [8086:095a] Subsystem [8086:5010] not probed after kernel packages upgrade failures

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

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

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

Title:
  Intel Wireless 7265 [8086:095a] Subsystem [8086:5010] not probed after
  kernel packages upgrade failures

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

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

[Bug 1882137] Re: python3-pastescript is ancient

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

** Changed in: pastescript (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/1882137

Title:
  python3-pastescript is ancient

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

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

[Bug 1882570] Re: freeradius wont start with systemd only with -X in command prompt

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

** Changed in: freeradius (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/1882570

Title:
  freeradius wont start with systemd only with -X in command prompt

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

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

[Bug 1882342] Re: Ubuntu 20 Charging Problem (Indicator Blinks)

2020-08-08 Thread Launchpad Bug Tracker
[Expired for gnome-power-manager (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-power-manager (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/1882342

Title:
  Ubuntu 20 Charging Problem (Indicator Blinks)

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

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

[Bug 1890921] Re: WiFi connection keeps dropping. Doesn't do it in KDE Neon just Ubuntu 20.04, not hardware, something broken in Ubuntu (Fresh Install)

2020-08-08 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => ubiquity (Ubuntu)

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

Title:
  WiFi connection keeps dropping.  Doesn't do it in KDE Neon just Ubuntu
  20.04, not hardware, something broken in Ubuntu  (Fresh Install)

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

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

[Bug 1890926] [NEW] error al actualizar Ubuntu 18.04.5 LTS al Ubuntu 20.04.1 LTS

2020-08-08 Thread Gustavo
Public bug reported:

2020-08-08 23:57:10,317 DEBUG entry '# deb [arch=amd64] 
https://repo.skype.com/deb stable main # (desactivado al actualizar a focal)' 
was disabled (unknown mirror)
2020-08-08 23:57:10,317 DEBUG examining: 'deb 
http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic main'
2020-08-08 23:57:10,318 DEBUG entry '# deb 
http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main # (desactivado al 
actualizar a focal)' was disabled (unknown mirror)
2020-08-08 23:57:12,399 DEBUG running doUpdate() (showErrors=True)
2020-08-08 23:57:57,068 ERROR IOError/SystemError in cache.update(): 'E:Fallo 
al obtener 
http://it-mirrors.evowise.com/ubuntu/dists/focal-security/main/dep11/Components-amd64.yml.xz
  El archivo tiene un tamaño inesperado (21172 != 21192). ¿La sincronización de 
la réplica está en progreso? [IP: 172.67.6.37 80]
Hashes of expected file:
 - Filesize:21192 [weak]
 - SHA256:10baada6fc548a14927c3ef2cebc05edddb4401965a2ecb5e26273fb977f5406
 - SHA1:8991ae8efb1af2b43300ee5443eb14a7d936f828 [weak]
 - MD5Sum:5a5e7979fd22cb12b807264628175dcc [weak]
Release file created at: Fri, 07 Aug 2020 08:57:51 +
, E:Fallo al obtener 
http://it-mirrors.evowise.com/ubuntu/dists/focal-security/universe/dep11/Components-amd64.yml.xz
  , E:No se han podido descargar algunos archivos de índice, se han omitido, o 
se han utilizado unos antiguos en su lugar.'. Retrying (currentRetry: 0)
2020-08-08 23:58:00,617 ERROR IOError/SystemError in cache.update(): 'E:Fallo 
al obtener 
http://it-mirrors.evowise.com/ubuntu/dists/focal-security/main/dep11/Components-amd64.yml.xz
  El archivo tiene un tamaño inesperado (21172 != 21192). ¿La sincronización de 
la réplica está en progreso? [IP: 172.67.6.37 80]
Hashes of expected file:
 - Filesize:21192 [weak]
 - SHA256:10baada6fc548a14927c3ef2cebc05edddb4401965a2ecb5e26273fb977f5406
 - SHA1:8991ae8efb1af2b43300ee5443eb14a7d936f828 [weak]
 - MD5Sum:5a5e7979fd22cb12b807264628175dcc [weak]
Release file created at: Fri, 07 Aug 2020 08:57:51 +
, E:Fallo al obtener 
http://it-mirrors.evowise.com/ubuntu/dists/focal-security/universe/dep11/Components-amd64.yml.xz
  , E:No se han podido descargar algunos archivos de índice, se han omitido, o 
se han utilizado unos antiguos en su lugar.'. Retrying (currentRetry: 1)
2020-08-08 23:58:01,698 ERROR IOError/SystemError in cache.update(): 'E:Fallo 
al obtener 
http://it-mirrors.evowise.com/ubuntu/dists/focal-security/main/dep11/Components-amd64.yml.xz
  El archivo tiene un tamaño inesperado (21172 != 21192). ¿La sincronización de 
la réplica está en progreso? [IP: 172.67.6.37 80]
Hashes of expected file:
 - Filesize:21192 [weak]
 - SHA256:10baada6fc548a14927c3ef2cebc05edddb4401965a2ecb5e26273fb977f5406
 - SHA1:8991ae8efb1af2b43300ee5443eb14a7d936f828 [weak]
 - MD5Sum:5a5e7979fd22cb12b807264628175dcc [weak]
Release file created at: Fri, 07 Aug 2020 08:57:51 +
, E:Fallo al obtener 
http://it-mirrors.evowise.com/ubuntu/dists/focal-security/universe/dep11/Components-amd64.yml.xz
  , E:No se han podido descargar algunos archivos de índice, se han omitido, o 
se han utilizado unos antiguos en su lugar.'. Retrying (currentRetry: 2)
2020-08-08 23:58:01,698 ERROR doUpdate() failed completely
2020-08-08 23:59:35,019 DEBUG abort called
2020-08-08 23:59:35,027 DEBUG openCache()
2020-08-08 23:59:37,250 DEBUG /openCache(), new cache size 98935

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 4.15.0-112.113-generic 4.15.18
Uname: Linux 4.15.0-112-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
CrashDB: ubuntu
Date: Sun Aug  9 00:42:54 2020
InstallationDate: Installed on 2017-09-27 (1046 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-08-09 (0 days ago)

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


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

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

Title:
  error al actualizar Ubuntu 18.04.5 LTS al Ubuntu 20.04.1 LTS

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

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

[Bug 1890923] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also in package libnvidia-compute-440:amd64 44

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1883509 ***
https://bugs.launchpad.net/bugs/1883509

** This bug has been marked a duplicate of bug 1883509
   package libnvidia-compute-440 (not installed) failed to install/upgrade: 
trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also 
in package nvidia-340 340.108-0ubuntu2

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is
  also in package libnvidia-compute-440:amd64 440.100-0ubuntu0.19.10.1

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

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

[Bug 1883509] Re: package libnvidia-compute-440 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also in package nvidia-340 340.108-

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

** Changed in: nvidia-graphics-drivers-340 (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/1883509

Title:
  package libnvidia-compute-440 (not installed) failed to
  install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu
  /libnvidia-ml.so', which is also in package nvidia-340
  340.108-0ubuntu2

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

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

[Bug 1890924] [NEW] Location services work with location services off, 20.04

2020-08-08 Thread NoBugs!
Public bug reported:

Not sure if this is the right package, but in the privacy -> location
settings, in 18.04 I had to have my application be approved by user to
access location with Geoclue. Now it seems this is working without the
location services "enabled"??

My application is repeater-START: https://sourceforge.net/projects
/repeater-start/

Steps to see issue:
1) install Repeater-START and click the locate me button circle to the left. It 
goes to your rough location on map.

2) Go to settings, privacy, location, note that location is turned off!?

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-settings-daemon 3.36.1-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Aug  8 19:38:12 2020
InstallationDate: Installed on 2017-07-29 (1106 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon
UpgradeStatus: Upgraded to focal on 2020-06-22 (47 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  Location services work with location services off, 20.04

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

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

[Bug 1890923] [NEW] package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also in package libnvidia-compute-440:amd64

2020-08-08 Thread Abhishek Chaudhary
Public bug reported:

Getting error when installing Nvidia package. Error says -
Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: nvidia-340 (not installed)
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
Date: Sun Aug  9 07:39:51 2020
ErrorMessage: trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', 
which is also in package libnvidia-compute-440:amd64 440.100-0ubuntu0.19.10.1
InstallationDate: Installed on 2020-03-17 (144 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Python3Details: /usr/bin/python3.7, Python 3.7.5rc1, python3-minimal, 3.7.5-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: nvidia-graphics-drivers-340
Title: package nvidia-340 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also in package 
libnvidia-compute-440:amd64 440.100-0ubuntu0.19.10.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-340 (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/1890923

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is
  also in package libnvidia-compute-440:amd64 440.100-0ubuntu0.19.10.1

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

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

[Bug 1868421] Re: package texlive-base 2019.20200218-1 failed to install/upgrade: intentando sobreescribir `/usr/share/doc/texlive-doc/generic/iftex/iftex.pdf', que está también en el paquete texlive-

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1875050 ***
https://bugs.launchpad.net/bugs/1875050

** This bug has been marked a duplicate of bug 1875050
   package texlive-base 2019.20200218-1 failed to install/upgrade: trying to 
overwrite '/usr/share/doc/texlive-doc/generic/iftex/iftex.pdf', which is also 
in package texlive-plain-generic 2017.20180305-2

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

Title:
  package texlive-base 2019.20200218-1 failed to install/upgrade:
  intentando sobreescribir `/usr/share/doc/texlive-
  doc/generic/iftex/iftex.pdf', que está también en el paquete texlive-
  plain-generic 2017.20180305-2

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

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

[Bug 465050] Re: package libmcrypt-dev 2.5.7-5ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libmcrypt.la', which is also in package libmcrypt4 0:2.5.7-5ubuntu1

2020-08-08 Thread Bug Watch Updater
** Changed in: libmcrypt (Debian)
   Status: Unknown => Fix Released

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

Title:
  package libmcrypt-dev 2.5.7-5ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/lib/libmcrypt.la', which is also in package
  libmcrypt4 0:2.5.7-5ubuntu1

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

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

[Bug 1855381] Re: package zynaddsubfx-lv2 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/lv2/ZynAddSubFX.lv2/ZynAddSubFX.so', which is also in package zynaddsubfx 5:3.0.5-1kx

2020-08-08 Thread Kai Kasurinen
zynaddsubfx 5:3.0.5-1kxstudio5

Thank you for taking the time to report this bug and trying to help make
Ubuntu better. However, it seems that you are not using a software
package provided by the official Ubuntu repositories. Because of this
the Ubuntu project can not support or fix your particular bug. Please
report this bug to the provider of the software package. Thanks!

If you are interested in learning more about software repositories and
Ubuntu, check https://help.ubuntu.com/community/Repositories.

** Changed in: zynaddsubfx (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/1855381

Title:
  package zynaddsubfx-lv2 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/lv2/ZynAddSubFX.lv2/ZynAddSubFX.so',
  which is also in package zynaddsubfx 5:3.0.5-1kxstudio5

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

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

[Bug 1875537] Re: package passwordsafe-common (not installed) failed to install/upgrade: trying to overwrite '/usr/share/locale/da/LC_MESSAGES/pwsafe.mo', which is also in package passwordsafe 1.06.0-

2020-08-08 Thread Kai Kasurinen
passwordsafe 1.06.0-BETA

Thank you for taking the time to report this bug and trying to help make
Ubuntu better. However, it seems that you are not using a software
package provided by the official Ubuntu repositories. Because of this
the Ubuntu project can not support or fix your particular bug. Please
report this bug to the provider of the software package. Thanks!

If you are interested in learning more about software repositories and
Ubuntu, check https://help.ubuntu.com/community/Repositories.

** Changed in: passwordsafe (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/1875537

Title:
  package passwordsafe-common (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/locale/da/LC_MESSAGES/pwsafe.mo',
  which is also in package passwordsafe 1.06.0-BETA

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

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

[Bug 1878604] Re: package notepadqq 1.4.4-1~xenial1 failed to install/upgrade: trying to overwrite '/usr/share/icons/hicolor/128x128/apps/notepadqq.png', which is also in package notepadqq-common 1.4.

2020-08-08 Thread Kai Kasurinen
notepadqq 1.4.4-1~xenial1
notepadqq-common 1.4.4-1~xenial1

Thank you for taking the time to report this bug and trying to help make
Ubuntu better. However, it seems that you are not using a software
package provided by the official Ubuntu repositories. Because of this
the Ubuntu project can not support or fix your particular bug. Please
report this bug to the provider of the software package. Thanks!

If you are interested in learning more about software repositories and
Ubuntu, check https://help.ubuntu.com/community/Repositories.

** Changed in: notepadqq (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/1878604

Title:
  package notepadqq 1.4.4-1~xenial1 failed to install/upgrade: trying to
  overwrite '/usr/share/icons/hicolor/128x128/apps/notepadqq.png', which
  is also in package notepadqq-common 1.4.4-1~xenial1

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

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

[Bug 1881715] Re: package libopencv-dnn-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/include/opencv4/opencv2/dnn/all_layers.hpp', which is also in package libopencv-dev 4.1

2020-08-08 Thread Kai Kasurinen
libopencv-dev 4.1.1-2-gd5a58aa75

Thank you for taking the time to report this bug and trying to help make
Ubuntu better. However, it seems that you are not using a software
package provided by the official Ubuntu repositories. Because of this
the Ubuntu project can not support or fix your particular bug. Please
report this bug to the provider of the software package. Thanks!

If you are interested in learning more about software repositories and
Ubuntu, check https://help.ubuntu.com/community/Repositories.

** Changed in: opencv (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/1881715

Title:
  package libopencv-dnn-dev (not installed) failed to install/upgrade:
  trying to overwrite '/usr/include/opencv4/opencv2/dnn/all_layers.hpp',
  which is also in package libopencv-dev 4.1.1-2-gd5a58aa75

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

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

[Bug 1890427] Re: package libp11-kit-gnome-keyring (not installed) failed to install/upgrade: trying to overwrite '/usr/share/p11-kit/modules/gnome-keyring.module', which is also in package gnome-keyr

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1872901 ***
https://bugs.launchpad.net/bugs/1872901

** This bug has been marked a duplicate of bug 1872901
   package libp11-kit-gnome-keyring (not installed) failed to install/upgrade: 
trying to overwrite '/usr/share/p11-kit/modules/gnome-keyring.module', which is 
also in package gnome-keyring-pkcs11:amd64 3.34.0-1ubuntu1

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

Title:
  package libp11-kit-gnome-keyring (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/p11-kit/modules
  /gnome-keyring.module', which is also in package gnome-keyring-
  pkcs11:amd64 3.36.0-1ubuntu1

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

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

[Bug 1890427] Re: package libp11-kit-gnome-keyring (not installed) failed to install/upgrade: trying to overwrite '/usr/share/p11-kit/modules/gnome-keyring.module', which is also in package gnome-keyr

2020-08-08 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1872901 ***
https://bugs.launchpad.net/bugs/1872901

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-keyring (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/1890427

Title:
  package libp11-kit-gnome-keyring (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/p11-kit/modules
  /gnome-keyring.module', which is also in package gnome-keyring-
  pkcs11:amd64 3.36.0-1ubuntu1

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

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

[Bug 1890919] Re: During a copy operation Nemo reports directory size as (null)

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

apport-collect 1890919

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

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

Title:
  During a copy operation Nemo reports directory size as (null)

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

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

[Bug 1890921] [NEW] WiFi connection keeps dropping. Doesn't do it in KDE Neon just Ubuntu 20.04, not hardware, something broken in Ubuntu (Fresh Install)

2020-08-08 Thread Steven Cedrone
Public bug reported:

Had to report under Installation because there is no category for
connectivity in the menu that pops up with Alt+F2 Ubuntu-bug reporting
mechanism.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity (not installed)
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.6
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Aug  8 20:37:04 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
InstallationDate: Installed on 2020-08-08 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
Symptom: installation
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.2

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

Title:
  WiFi connection keeps dropping.  Doesn't do it in KDE Neon just Ubuntu
  20.04, not hardware, something broken in Ubuntu  (Fresh Install)

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

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

[Bug 752443] Re: package python-mvpa (not installed) failed to install/upgrade: Versuche, »/usr/bin/mvpa-prep-fmri« zu überschreiben, welches auch in Paket python-mvpa-lib 0:0.4.2-1 ist

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 480673 ***
https://bugs.launchpad.net/bugs/480673

** This bug is no longer a duplicate of bug 695351
   package python-mvpa (not installed) failed to install/upgrade: intentando 
sobreescribir «/usr/bin/mvpa-prep-fmri», que está también en el paquete 
python-mvpa-lib 0:0.4.2-1
** This bug has been marked a duplicate of bug 480673
   package python-mvpa (not installed) failed to install/upgrade: trying to 
overwrite '/usr/bin/mvpa-prep-fmri', which is also in package python-mvpa-lib 
0:0.4.2-1

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

Title:
  package python-mvpa (not installed) failed to install/upgrade:
  Versuche, »/usr/bin/mvpa-prep-fmri« zu überschreiben, welches auch in
  Paket python-mvpa-lib 0:0.4.2-1 ist

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

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

[Bug 695351] Re: package python-mvpa (not installed) failed to install/upgrade: intentando sobreescribir «/usr/bin/mvpa-prep-fmri», que está también en el paquete python-mvpa-lib 0:0.4.2-1

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 480673 ***
https://bugs.launchpad.net/bugs/480673

** This bug has been marked a duplicate of bug 480673
   package python-mvpa (not installed) failed to install/upgrade: trying to 
overwrite '/usr/bin/mvpa-prep-fmri', which is also in package python-mvpa-lib 
0:0.4.2-1

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

Title:
  package python-mvpa (not installed) failed to install/upgrade:
  intentando sobreescribir «/usr/bin/mvpa-prep-fmri», que está también
  en el paquete python-mvpa-lib 0:0.4.2-1

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

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

[Bug 802110] Re: package python-mvpa (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/mvpa-prep-fmri', which is also in package python-mvpa-lib 0:0.4.2-1

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 480673 ***
https://bugs.launchpad.net/bugs/480673

** This bug has been marked a duplicate of bug 480673
   package python-mvpa (not installed) failed to install/upgrade: trying to 
overwrite '/usr/bin/mvpa-prep-fmri', which is also in package python-mvpa-lib 
0:0.4.2-1

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

Title:
  package python-mvpa (not installed) failed to install/upgrade: trying
  to overwrite '/usr/bin/mvpa-prep-fmri', which is also in package
  python-mvpa-lib 0:0.4.2-1

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

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

[Bug 1890920] Re: unable to download upgrade to 18.04

2020-08-08 Thread Ubuntu Foundations Team Bug Bot
** Tags added: xenial2bionic

** Tags added: 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/1890920

Title:
  unable to download upgrade to 18.04

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

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

[Bug 465050] Re: package libmcrypt-dev 2.5.7-5ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libmcrypt.la', which is also in package libmcrypt4 0:2.5.7-5ubuntu1

2020-08-08 Thread Kai Kasurinen
Fixed in version libmcrypt/2.5.8-3.1

** Bug watch added: Debian Bug tracker #523310
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523310

** Also affects: libmcrypt (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523310
   Importance: Unknown
   Status: Unknown

** Changed in: libmcrypt (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/465050

Title:
  package libmcrypt-dev 2.5.7-5ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/lib/libmcrypt.la', which is also in package
  libmcrypt4 0:2.5.7-5ubuntu1

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

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

[Bug 1890881] Re: qemu-user-static 1:5.0-5ubuntu4 in groovy does not start armhf container

2020-08-08 Thread Ryutaroh Matsumoto
** Bug watch added: Debian Bug tracker #968088
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968088

** Also affects: qemu (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968088
   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/1890881

Title:
  qemu-user-static 1:5.0-5ubuntu4 in groovy does not start armhf
  container

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

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

[Bug 1890920] [NEW] unable to download upgrade to 18.04

2020-08-08 Thread Ronnie L. Averette
Public bug reported:

When the computer tries to upgrade to the Ubuntu 18.04 package, it won't
download. This is the second attempt since I got this computer. Please
advise.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.30
ProcVersionSignature: Ubuntu 4.4.0-187.217-powerpc64-smp 4.4.230
Uname: Linux 4.4.0-187-powerpc64-smp ppc64
ApportVersion: 2.20.1-0ubuntu2.24
Architecture: powerpc
CrashDB: ubuntu
Date: Sat Aug  8 18:35:48 2020
InstallationDate: Installed on 2019-11-12 (270 days ago)
InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release powerpc 
(20160719)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to xenial on 2020-08-08 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2020-08-08 18:29:22.774798
 Log time: 2020-08-08 18:29:30.770924
 Log time: 2020-08-08 18:34:51.316080
 Log time: 2020-08-08 18:36:08.698602
VarLogDistupgradeTermlog:

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


** Tags: apport-bug dist-upgrade powerpc xenial

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

Title:
  unable to download upgrade to 18.04

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

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

[Bug 1795010] Re: Samba mounts not working from fstab /sbin/mount.samba cannot be installed

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1791542 ***
https://bugs.launchpad.net/bugs/1791542

** This bug has been marked a duplicate of bug 1791542
   package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package 
nvidia-340 340.107-0ubuntu0~gpu18.04.1

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

Title:
  Samba mounts not working from fstab /sbin/mount.samba cannot be
  installed

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

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

[Bug 1877640] Re: [Zephyrus M GU502GV_GU502GV, Realtek ALC294] No sound in 3.5mm jack headphones.

2020-08-08 Thread Ian Choy
For more information, this bug causes the headset to be not detected when 
plugged into the combo headset port. In addition, the other microphone jack 
does not work also. I tried mapping pins in HDAjackretask in these are my 
findings:
Mapping 0x19 to Microphone and 0x21 to Headphone will allow the microphone from 
the combo jackk to work. The headphones are also detected when plugged in, 
however, no sound is being output to the headphones.

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

Title:
  [Zephyrus M GU502GV_GU502GV, Realtek ALC294] No sound in 3.5mm jack
  headphones.

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

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

[Bug 1877640] Re: [Zephyrus M GU502GV_GU502GV, Realtek ALC294] No sound in 3.5mm jack headphones.

2020-08-08 Thread Ian Choy
Having the exact same issue running on Manjaro! Many other people have
reported the same issue on this particular laptop. I've filed a bug
report on bugzilla but have not received any help yet. Anyone else have
any ideas on what we can do to solve this issue?

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

Title:
  [Zephyrus M GU502GV_GU502GV, Realtek ALC294] No sound in 3.5mm jack
  headphones.

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

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

[Bug 1877640] Re: [Zephyrus M GU502GV_GU502GV, Realtek ALC294] No sound in 3.5mm jack headphones.

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

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

Title:
  [Zephyrus M GU502GV_GU502GV, Realtek ALC294] No sound in 3.5mm jack
  headphones.

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

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

[Bug 1882415] Re: Graphical artifact in top-right corner, owned by ibus-ui-gtk3

2020-08-08 Thread Gunnar Hjalmarsson
Keeping im-config out of launching and configuring IBus was reported in
comment #20 to be one way to get rid of the issue. Through im-config
0.45-1 we do just that, i.e. for GNOME desktops we leave the launch and
configuration of IBus to GNOME.

** Changed in: im-config (Ubuntu)
   Status: New => Fix Released

** No longer affects: gnome-shell (Ubuntu)

** No longer affects: ibus (Ubuntu)

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

Title:
  Graphical artifact in top-right corner, owned by ibus-ui-gtk3

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

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

[Bug 1890919] [NEW] During a copy operation Nemo reports directory size as (null)

2020-08-08 Thread Scott Dunbar
Public bug reported:

Low priority cosmetic issue.

I copy in one window a directory tree.  When I paste it and there is a
conflict on directories both the source and destination size is listed
as (null).  I'd argue that either don't include size or fix the file
count that seems to work for the root of the tree.

** Affects: nemo (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/1890919

Title:
  During a copy operation Nemo reports directory size as (null)

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

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

[Bug 1890919] Re: During a copy operation Nemo reports directory size as (null)

2020-08-08 Thread Scott Dunbar
** Attachment added: "Screenshot from 2020-08-08 16-12-22.png"
   
https://bugs.launchpad.net/ubuntu/+source/nemo/+bug/1890919/+attachment/5400030/+files/Screenshot%20from%202020-08-08%2016-12-22.png

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

Title:
  During a copy operation Nemo reports directory size as (null)

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

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

[Bug 1861610] Re: 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

2020-08-08 Thread Ferenc Szabo
At last I have a working touchpad on my Lenovo ThinkBook 15 IIL!! :)

Ubuntu 20.04
Kernel: 5.4.0-42-generic

Steps to fix:

Do it as root:
$ sudo su
# apt update
# apt install acpidump iasl cpio
# cd /tmp

Get and disassemble the original acpi table:
  # acpidump -b
  # iasl -d dsdt.dat

Edit /tmp/dsdt.dsl:
 - Search the HID of the touch pad: ELAN0634
 - Search the next _STA method declaration (line 38922 in my case) and comment 
out these four lines:

  Method (_STA, 0, NotSerialized)  // _STA: Status
  {
      //If ((TPVD == 0x45))
      //{
          Return (0x0F)
      //}
      //Return (Zero)
  }

Probably the kernel calls the _STA method before the _REG method, so the
TPVD not yet initialized here.

Increment the version number. It’s the last parameter of the DefinitionBlock 
(line 21 for me):
  DefinitionBlock ("", "DSDT", 2, "LENOVO", "ICL     ", 0x20170002)

Compile the dsl file:
  # iasl -sa dsdt.dsl

Create initrd archive:
  # mkdir -p kernel/firmware/acpi
  # mv dsdt.aml kernel/firmware/acpi
  # find kernel | cpio -H newc --create > /boot/acpi_fixed.cpio

Unfortunately the GRUB_EARLY_INITRD_LINUX_CUSTOM parameter in the
/etc/default/grub config file results in a messy output and non booting
system, so we need to create a custom script in /etc/grub.d directory
instead.

create and edit: /etc/grub.d/50_acpi_patch
copy these lines into it:

  #!/bin/sh
  sed -i -E 's/^(\s+initrd\s+)(.*)$/\1\/acpi_fixed.cpio \2/g' 
/boot/grub/grub.cfg.new

Make it executable:
  # chmod +x /etc/grub.d/50_acpi_patch

Update grub config:
  # update-grub

Edit /etc/modprobe.d/blacklist.conf. Add these lines to the end of the
file:

  #Allow module elan_i2c to control the touch pad
  blacklist i2c_hid

Reboot:
  # reboot

Be happy!

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

Title:
  'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

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

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

[Bug 1890912] Re: Plasma desktop icons won't double tap open with synaptics driver

2020-08-08 Thread Wayne Schroeder
Marking as invalid because, for whatever reason, the bug doesn't
reproduce for me now on a new test user, and the behavior appears to be
related to my previous user configuration.  I'll investigate further and
figure out what's going on and report a bug if warranted.

** Changed in: kde-cli-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/1890912

Title:
  Plasma desktop icons won't double tap open with synaptics driver

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

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

[Bug 1890913] Re: init is using 100% of processor

2020-08-08 Thread Balint Reczey
** Tags added: block-proposed

** Changed in: systemd (Ubuntu)
   Importance: Undecided => High

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

Title:
  init is using 100% of processor

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

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

[Bug 752542] Re: ACPI DSDT info

2020-08-08 Thread Bradley Fourie
https://www.asus.com/Laptops/ROG-Zephyrus-G15/
ROG Zephyrus G15 GA502IV
AMD Ryzen™ 7 4800HS

** Attachment added: 
"ASUSTeK_COMPUTER_INC.-ROG_Zephyrus_G15_GA502IV_GA502IV.tar.gz"
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/5400029/+files/ASUSTeK_COMPUTER_INC.-ROG_Zephyrus_G15_GA502IV_GA502IV.tar.gz

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

Title:
  ACPI DSDT info

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

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

[Bug 1411927] Re: package nvidia-opencl-icd-331-updates (not installed) failed to install/upgrade: trying to overwrite '/etc/OpenCL/vendors/nvidia.icd', which is also in package nvidia-opencl-icd-331

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1328762 ***
https://bugs.launchpad.net/bugs/1328762

** This bug has been marked a duplicate of bug 1328762
   package nvidia-opencl-icd-331-updates (not installed) failed to 
install/upgrade: trying to overwrite '/etc/OpenCL/vendors/nvidia.icd', which is 
also in package nvidia-opencl-icd-331 331.79-0ubuntu1

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

Title:
  package nvidia-opencl-icd-331-updates (not installed) failed to
  install/upgrade: trying to overwrite '/etc/OpenCL/vendors/nvidia.icd',
  which is also in package nvidia-opencl-icd-331 331.113-0ubuntu0.0.4

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

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

[Bug 1413177] Re: package nvidia-opencl-icd-331-updates (not installed) failed to install/upgrade: tentata sovrascrittura di "/etc/OpenCL/vendors/nvidia.icd" presente anche nel pacchetto nvidia-opencl

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1328762 ***
https://bugs.launchpad.net/bugs/1328762

** This bug has been marked a duplicate of bug 1412120
   package nvidia-opencl-icd-331 (not installed) failed to install/upgrade: 
попытка перезаписать «/etc/OpenCL/vendors/nvidia.icd», который уже имеется в 
пакете nvidia-opencl-icd-331-updates 331.113-0ubuntu0.0.4

** This bug is no longer a duplicate of bug 1412120
   package nvidia-opencl-icd-331 (not installed) failed to install/upgrade: 
попытка перезаписать «/etc/OpenCL/vendors/nvidia.icd», который уже имеется в 
пакете nvidia-opencl-icd-331-updates 331.113-0ubuntu0.0.4
** This bug has been marked a duplicate of bug 1328762
   package nvidia-opencl-icd-331-updates (not installed) failed to 
install/upgrade: trying to overwrite '/etc/OpenCL/vendors/nvidia.icd', which is 
also in package nvidia-opencl-icd-331 331.79-0ubuntu1

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

Title:
  package nvidia-opencl-icd-331-updates (not installed) failed to
  install/upgrade: tentata sovrascrittura di
  "/etc/OpenCL/vendors/nvidia.icd" presente anche nel pacchetto nvidia-
  opencl-icd-331 331.113-0ubuntu0.0.4

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

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

[Bug 1395032] Re: package nvidia-opencl-icd-331 (not installed) failed to install/upgrade: 正试图覆盖 /etc/OpenCL/vendors/nvidia.icd,它同时被包含于软件包 nvidia-opencl-icd-331-updates 331.38-0ubuntu7.1

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1328762 ***
https://bugs.launchpad.net/bugs/1328762

** This bug has been marked a duplicate of bug 1412120
   package nvidia-opencl-icd-331 (not installed) failed to install/upgrade: 
попытка перезаписать «/etc/OpenCL/vendors/nvidia.icd», который уже имеется в 
пакете nvidia-opencl-icd-331-updates 331.113-0ubuntu0.0.4

** This bug is no longer a duplicate of bug 1412120
   package nvidia-opencl-icd-331 (not installed) failed to install/upgrade: 
попытка перезаписать «/etc/OpenCL/vendors/nvidia.icd», который уже имеется в 
пакете nvidia-opencl-icd-331-updates 331.113-0ubuntu0.0.4
** This bug has been marked a duplicate of bug 1328762
   package nvidia-opencl-icd-331-updates (not installed) failed to 
install/upgrade: trying to overwrite '/etc/OpenCL/vendors/nvidia.icd', which is 
also in package nvidia-opencl-icd-331 331.79-0ubuntu1

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

Title:
  package nvidia-opencl-icd-331 (not installed) failed to
  install/upgrade: 正试图覆盖 /etc/OpenCL/vendors/nvidia.icd,它同时被包含于软件包
  nvidia-opencl-icd-331-updates 331.38-0ubuntu7.1

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

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

[Bug 1412120] Re: package nvidia-opencl-icd-331 (not installed) failed to install/upgrade: попытка перезаписать «/etc/OpenCL/vendors/nvidia.icd», который уже имеется в пакете nvidia-opencl-icd-331-upd

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1328762 ***
https://bugs.launchpad.net/bugs/1328762

** This bug has been marked a duplicate of bug 1328762
   package nvidia-opencl-icd-331-updates (not installed) failed to 
install/upgrade: trying to overwrite '/etc/OpenCL/vendors/nvidia.icd', which is 
also in package nvidia-opencl-icd-331 331.79-0ubuntu1

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

Title:
  package nvidia-opencl-icd-331 (not installed) failed to
  install/upgrade: попытка перезаписать
  «/etc/OpenCL/vendors/nvidia.icd», который уже имеется в пакете nvidia-
  opencl-icd-331-updates 331.113-0ubuntu0.0.4

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

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

[Bug 1817091] Re: package libnvidia-compute-390 (not installed) failed to install/upgrade: trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different from other instances of packa

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1770969 ***
https://bugs.launchpad.net/bugs/1770969

** This bug has been marked a duplicate of bug 1770969
   package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: 
trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different 
from other instances of package libnvidia-compute-390:i386

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

Title:
  package libnvidia-compute-390 (not installed) failed to
  install/upgrade: trying to overwrite shared
  '/etc/OpenCL/vendors/nvidia.icd', which is different from other
  instances of package libnvidia-compute-390:amd64

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

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

[Bug 1792789] Re: package libnvidia-compute-390 390.77-0ubuntu0.18.04.1 failed to install/upgrade: trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different from other instances

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1770969 ***
https://bugs.launchpad.net/bugs/1770969

** This bug has been marked a duplicate of bug 1770969
   package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: 
trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different 
from other instances of package libnvidia-compute-390:i386

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

Title:
  package libnvidia-compute-390 390.77-0ubuntu0.18.04.1 failed to
  install/upgrade: trying to overwrite shared
  '/etc/OpenCL/vendors/nvidia.icd', which is different from other
  instances of package libnvidia-compute-390:amd64

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

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

[Bug 1843992] Re: package libnvidia-compute-390 390.129-0ubuntu1 failed to install/upgrade: tentative de remplacement de « /etc/OpenCL/vendors/nvidia.icd », qui est différent d'autres instances du paq

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1770969 ***
https://bugs.launchpad.net/bugs/1770969

** This bug has been marked a duplicate of bug 1770969
   package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: 
trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different 
from other instances of package libnvidia-compute-390:i386

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

Title:
  package libnvidia-compute-390 390.129-0ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /etc/OpenCL/vendors/nvidia.icd », qui est différent d'autres instances
  du paquet libnvidia-compute-390:amd64

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

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

[Bug 1788787] Re: package libnvidia-compute-390 (not installed) failed to install/upgrade: trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different from other instances of packa

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1770969 ***
https://bugs.launchpad.net/bugs/1770969

** This bug has been marked a duplicate of bug 1770969
   package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: 
trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different 
from other instances of package libnvidia-compute-390:i386

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

Title:
  package libnvidia-compute-390 (not installed) failed to
  install/upgrade: trying to overwrite shared
  '/etc/OpenCL/vendors/nvidia.icd', which is different from other
  instances of package libnvidia-compute-390:amd64

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

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

[Bug 1787869] Re: package libnvidia-compute-390 (not installed) failed to install/upgrade: a tentar sobreescrever '/etc/OpenCL/vendors/nvidia.icd' partilhado, que é diferente de outras instâncias do p

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1770969 ***
https://bugs.launchpad.net/bugs/1770969

** This bug has been marked a duplicate of bug 1770969
   package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: 
trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different 
from other instances of package libnvidia-compute-390:i386

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

Title:
  package libnvidia-compute-390 (not installed) failed to
  install/upgrade: a tentar sobreescrever
  '/etc/OpenCL/vendors/nvidia.icd' partilhado, que é diferente de outras
  instâncias do pacote libnvidia-compute-390:amd64

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

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

[Bug 1810175] Re: package libnvidia-compute-390 (not installed) failed to install/upgrade: a megosztott „/etc/OpenCL/vendors/nvidia.icd” felülírási kísérlete, amely eltér a(z) libnvidia-compute-390:am

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1770969 ***
https://bugs.launchpad.net/bugs/1770969

** This bug has been marked a duplicate of bug 1770969
   package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: 
trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different 
from other instances of package libnvidia-compute-390:i386

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

Title:
  package libnvidia-compute-390 (not installed) failed to
  install/upgrade: a megosztott „/etc/OpenCL/vendors/nvidia.icd”
  felülírási kísérlete, amely eltér a(z) libnvidia-compute-390:amd64
  csomag egyéb példányaitól

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

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

[Bug 1799011] Re: package libnvidia-compute-390 390.77-0ubuntu0.18.04.1 failed to install/upgrade: intentando sobreescribir el compartido `/etc/OpenCL/vendors/nvidia.icd', que es distinto de otras ins

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1770969 ***
https://bugs.launchpad.net/bugs/1770969

** This bug has been marked a duplicate of bug 1770969
   package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: 
trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different 
from other instances of package libnvidia-compute-390:i386

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

Title:
  package libnvidia-compute-390 390.77-0ubuntu0.18.04.1 failed to
  install/upgrade: intentando sobreescribir el compartido
  `/etc/OpenCL/vendors/nvidia.icd', que es distinto de otras instancias
  del paquetes libnvidia-compute-390:i386

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

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

[Bug 752542] Re: ACPI DSDT info

2020-08-08 Thread Luke Jones
https://www.asus.com/Laptops/ROG-Zephyrus-G15/

** Attachment added: 
"ASUSTeK_COMPUTER_INC.-ROG_Zephyrus_G15_GA502IU_GA502IU.tar.gz"
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/5400028/+files/ASUSTeK_COMPUTER_INC.-ROG_Zephyrus_G15_GA502IU_GA502IU.tar.gz

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

Title:
  ACPI DSDT info

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

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

[Bug 752542] Re: ACPI DSDT info

2020-08-08 Thread Luke Jones
https://www.asus.com/Laptops/ROG-Zephyrus-G14/

** Attachment added: 
"ASUSTeK_COMPUTER_INC.-ROG_Zephyrus_G14_GA401IV_GA401IV.tar.gz"
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/5400027/+files/ASUSTeK_COMPUTER_INC.-ROG_Zephyrus_G14_GA401IV_GA401IV.tar.gz

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

Title:
  ACPI DSDT info

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

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

[Bug 752542] Re: ACPI DSDT info

2020-08-08 Thread Luke Jones
https://www.asus.com/Laptops/ROG-Zephyrus-G14/

This model of laptop currently has a few issues with power management.
We have tried using bbswitch (with patch to count AMD gpu as iGPU) to
power the dGPU off which succeeds, but then it fails to turn back on:


[  147.284814] bbswitch: enabling discrete graphics
[  147.284822] pci :01:\xe9+P\x86
 \xe2;\xe9AMDI0010:00: can't change power 
state from D3cold to D0 (config space inaccessible)
[  147.284852] general protection fault, probably for non-canonical address 
0x2f827cc29389362:  [#1] PREEMPT SMP NOPTI
[  147.284857] CPU: 2 PID: 3452 Comm: fish Tainted: P   OE 
5.8.0-xanmod1-1-xanmod #1
[  147.284859] Hardware name: ASUSTeK COMPUTER INC. ROG Zephyrus G14 
GA401IU_GA401IU/GA401IU, BIOS GA401IU.212 05/08/2020
[  147.284867] RIP: 0010:pci_restore_state.part.0+0x3d/0x430
[  147.284870] Code: 08 00 00 65 48 8b 04 25 28 00 00 00 48 89 44 24 08 31 c0 
48 85 ed 0f 84 d0 03 00 00 49 89 ec eb 09 4d 8b 24 24 4d 85 e4 74 66 <41> 80 7c 
24 12 00 74 ef 66 41 83 7c 24 10 18 75 e6 81 bb a0 03 00
[  147.284872] RSP: 0018:aa3e8294fe30 EFLAGS: 00010202
[  147.284875] RAX:  RBX: 9a19109de000 RCX: 
[  147.284876] RDX:  RSI: 0027 RDI: 9a19109de000
[  147.284878] RBP: 9a1910916380 R08: 0001 R09: 053f
[  147.284880] R10: 0004 R11: aa3e8294fb7f R12: 02f827cc29389362
[  147.284881] R13: 0003 R14: aa3e8294ff08 R15: 556ca9eb20a8
[  147.284884] FS:  7fdeb89af700() GS:9a191548() 
knlGS:
[  147.284886] CS:  0010 DS:  ES:  CR0: 80050033
[  147.284888] CR2: 7fdec277f590 CR3: 0005e7cd6000 CR4: 00350ee0
[  147.284889] Call Trace:
[  147.284900]  bbswitch_on.part.0+0xa6/0x101 [bbswitch]
[  147.284905]  bbswitch_proc_write.cold+0x16/0x22 [bbswitch]
[  147.284910]  ? ima_post_key_create_or_update+0x5f/0x70
[  147.284914]  proc_reg_write+0x4c/0x90
[  147.284919]  vfs_write+0xc2/0x1f0
[  147.284922]  ksys_write+0x5a/0xd0
[  147.284927]  do_syscall_64+0x4d/0xd0
[  147.284931]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[  147.284934] RIP: 0033:0x7fdeb91b87df
[  147.284937] Code: 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 29 fd ff ff 48 
8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 b8 01 00 00 00 0f 05 <48> 3d 00 
f0 ff ff 77 31 44 89 c7 48 89 44 24 08 e8 5c fd ff ff 48
[  147.284939] RSP: 002b:7fdeb89aeda0 EFLAGS: 0293 ORIG_RAX: 
0001
[  147.284941] RAX: ffda RBX:  RCX: 7fdeb91b87df
[  147.284942] RDX: 0003 RSI: 556ca9eb20a8 RDI: 0009
[  147.284944] RBP: 0003 R08:  R09: 
[  147.284945] R10:  R11: 0293 R12: 0009
[  147.284947] R13: 556ca9eb20a8 R14: 556ca9e3e400 R15: 7fdeb91b62e0
[  147.284950] Modules linked in: bbswitch(OE) rfcomm ccm snd_usb_audio 
snd_usbmidi_lib snd_rawmidi snd_seq_device mc cmac algif_hash algif_skcipher 
af_alg bnep btusb btrtl btbcm btintel bluetooth ecdh_generic ecc cdc_ether 
input_leds usbnet joydev r8152 hid_multitouch hid_asus mii nls_iso8859_1 iwlmvm 
edac_mce_amd mac80211 kvm_amd amdgpu snd_hda_codec_realtek hid_generic 
snd_hda_codec_generic kvm usbmouse usbkbd ledtrig_audio libarc4 
snd_acp3x_pdm_dma snd_acp3x_rn snd_soc_dmic crct10dif_pclmul snd_hda_codec_hdmi 
iommu_v2 crc32_pclmul ghash_clmulni_intel snd_soc_core gpu_sched snd_hda_intel 
aesni_intel ttm snd_intel_dspcfg crypto_simd snd_compress iwlwifi snd_hda_codec 
drm_kms_helper ac97_bus cryptd snd_pcm_dmaengine snd_hda_core glue_helper 
usbhid rapl pcspkr wmi_bmof efi_pstore snd_hwdep cec cfg80211 snd_pcm rc_core 
sp5100_tco i2c_piix4 fb_sys_fops snd_timer snd_rn_pci_acp3x syscopyarea 
sysfillrect nvidiafb snd ccp sysimgblt snd_pci_acp3x vgastate soundcore 
ucsi_acpi fb_ddc typec_ucsi
[  147.284995]  i2c_algo_bit typec i2c_hid hid asus_wireless mac_hid 
crypto_user asus_nb_wmi asus_wmi binfmt_misc sparse_keymap k10temp 
acpi_call(OE) drm ip_tables x_tables autofs4 serio_raw nvme ahci nvme_core 
libahci xhci_pci xhci_pci_renesas wmi video [last unloaded: nvidia]

** Attachment added: "ASUSTeK_COMPUTER_INC.-ROG_Zephyrus_G14_GA401II.tar.gz"
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/5400026/+files/ASUSTeK_COMPUTER_INC.-ROG_Zephyrus_G14_GA401II.tar.gz

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

Title:
  ACPI DSDT info

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

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

[Bug 1074958] Re: No thumbnails

2020-08-08 Thread Rik Mills
** Changed in: kamoso (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/1074958

Title:
  No thumbnails

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

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

[Bug 1074961] Re: Missing icons

2020-08-08 Thread Rik Mills
** Changed in: kamoso (Ubuntu)
   Status: Fix Committed => 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/1074961

Title:
  Missing icons

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

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

[Bug 1890069] Re: QEMU is not allowing multiple cores with mips architecture

2020-08-08 Thread Skyler Mäntysaari
This hasn't worked at any point yet, as I'm trying to emulate MIPS that
has more than one core that it can use for a workload.

Images used:
http://ftp.debian.org/debian/dists/stable/main/installer-mips/current/images/malta/netboot/initrd.gz
http://ftp.debian.org/debian/dists/stable/main/installer-mips/current/images/malta/netboot/vmlinux-4.19.0-10-4kc-malta

I don't know if -smp is the right thing to use for it to begin with, but
that's the only thing I found that's even close to getting more cores to
the system.

My hardware that's running MIPS, is MIPS 1004Kc V2.15, and it has 4
cores. I'm trying to emulate it with QEMU.

---
processor   : 3
cpu model   : MIPS 1004Kc V2.15
BogoMIPS: 581.63
wait instruction: yes
microsecond timers  : yes
tlb_entries : 32
extra interrupt vector  : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 
0x0ffb, 0x0ffb]
isa : mips1 mips2 mips32r1 mips32r2
ASEs implemented: mips16 dsp mt
shadow register sets: 1
kscratch registers  : 0
package : 0
core: 1
VPE : 1
VCED exceptions : not available
VCEI exceptions : not available
---


How can I test qemu 5.0 as groovy has not been released yet?

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

Title:
  QEMU is not allowing multiple cores with mips architecture

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

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

[Bug 1890912] Re: Plasma desktop icons won't double tap open with synaptics driver

2020-08-08 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => kde-cli-tools (Ubuntu)

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

Title:
  Plasma desktop icons won't double tap open with synaptics driver

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

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

[Bug 1890908] Re: all the video could not be played on ubuntu Wayland environment

2020-08-08 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => totem (Ubuntu)

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

Title:
  all the video could not be played on ubuntu Wayland environment

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

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

[Bug 1887230] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package nvidia-kernel-common-435 435.21-0ubunt

2020-08-08 Thread Kai Kasurinen
** Also affects: nvidia-graphics-drivers-435 (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/1887230

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in
  package nvidia-kernel-common-435 435.21-0ubuntu7

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

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

[Bug 1877075] Re: gnome-shell crashed at xcb_io.c:260: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost'' failed

2020-08-08 Thread Dani
I'm running mutter version 3.36.3-0ubuntu0.20.04.1 but I still have 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/1877075

Title:
  gnome-shell crashed at xcb_io.c:260: poll_for_event: Assertion
  `!xcb_xlib_threads_sequence_lost'' failed

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

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

[Bug 1889110] Re: zfs pool locks and see "INFO: task txg_sync:4307 blocked for more than 120 seconds. "

2020-08-08 Thread Rob Babb
I was able to capture the attached log messages during the last time
window. I was doing a scrub on 2 different pools simultaneously.

This may not be related to zfs, but may be related to the mpt3sas driver
or the lsi card itself. It sort of looks to me like the mpt3sas driver
is resetting the lsi card, which looks like a power-on event, which
drops the connections to the sas switch. Is that a correct assessment?


** Attachment added: "scsireset_log_capture.txt"
   
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1889110/+attachment/5400025/+files/scsireset_log_capture.txt

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

Title:
  zfs pool locks and see "INFO: task txg_sync:4307 blocked for more than
  120 seconds. "

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

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

[Bug 1850925] Re: package nvidia-340 340.107-0ubuntu7 failed to install/upgrade: tentative de remplacement de « /lib/udev/rules.d/71-nvidia.rules », qui appartient aussi au paquet nvidia-kernel-common

2020-08-08 Thread Kai Kasurinen
** Also affects: nvidia-graphics-drivers-430 (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/1850925

Title:
  package nvidia-340 340.107-0ubuntu7 failed to install/upgrade:
  tentative de remplacement de « /lib/udev/rules.d/71-nvidia.rules »,
  qui appartient aussi au paquet nvidia-kernel-common-430
  430.50-0ubuntu2

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

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

[Bug 1787061] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package libgles2:amd64 1.0.0+git2018

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1791542 ***
https://bugs.launchpad.net/bugs/1791542

** This bug has been marked a duplicate of bug 1791542
   package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package 
nvidia-340 340.107-0ubuntu0~gpu18.04.1

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is
  also in package libgles2:amd64 1.0.0+git20180308-4

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

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

[Bug 1880612] Re: package libgles1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package nvidia-340 340.106-0ubuntu3

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1791542 ***
https://bugs.launchpad.net/bugs/1791542

** This bug has been marked a duplicate of bug 1791542
   package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package 
nvidia-340 340.107-0ubuntu0~gpu18.04.1

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

Title:
  package libgles1 (not installed) failed to install/upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also
  in package nvidia-340 340.106-0ubuntu3

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

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

[Bug 1780624] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu/libnvidia-ml.so', which is also in package libnvidia-compute-390:i386 390.6

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1768072 ***
https://bugs.launchpad.net/bugs/1768072

** This bug has been marked a duplicate of bug 1768072
   package libnvidia-compute-390 (not installed) failed to install/upgrade: 
trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also 
in package nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/i386-linux-gnu/libnvidia-ml.so', which is also
  in package libnvidia-compute-390:i386 390.67-0ubuntu0~gpu18.04.1

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

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

[Bug 1754005] Re: package nvidia-340 (not installed) failed to install/upgrade: Versuch, »/usr/lib/i386-linux-gnu/libnvidia-ml.so« zu überschreiben, welches auch in Paket libnvidia-compute-390:i386 39

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1768072 ***
https://bugs.launchpad.net/bugs/1768072

** This bug has been marked a duplicate of bug 1768072
   package libnvidia-compute-390 (not installed) failed to install/upgrade: 
trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also 
in package nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: Versuch,
  »/usr/lib/i386-linux-gnu/libnvidia-ml.so« zu überschreiben, welches
  auch in Paket libnvidia-compute-390:i386 390.25-0ubuntu4 ist

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

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

[Bug 1795185] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is also in package libgles1:amd64 1.0.0-2ubuntu

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1791542 ***
https://bugs.launchpad.net/bugs/1791542

** This bug has been marked a duplicate of bug 1791542
   package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package 
nvidia-340 340.107-0ubuntu0~gpu18.04.1

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1', which is
  also in package libgles1:amd64 1.0.0-2ubuntu2.2

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

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

[Bug 1810297] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package nvidia-340 340.107-0ubuntu0.18.04.1

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in
  package nvidia-340 340.107-0ubuntu0.18.04.1

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

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

[Bug 1812699] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package nvidia-utils-390 390.77-0ubuntu0.18.04.1

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package
  nvidia-utils-390 390.77-0ubuntu0.18.04.1

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

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

[Bug 1811578] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package nvidia-340 340.107-0ubuntu0.18.04.1

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in
  package nvidia-340 340.107-0ubuntu0.18.04.1

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

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

[Bug 1788405] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: tentata sovrascrittura di "/usr/bin/nvidia-bug-report.sh" presente anche nel pacchetto nvidia-340 340.106-0ubuntu3

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  tentata sovrascrittura di "/usr/bin/nvidia-bug-report.sh" presente
  anche nel pacchetto nvidia-340 340.106-0ubuntu3

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

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

[Bug 1784160] Re: package nvidia-utils-390 390.48-0ubuntu3 failed to install/upgrade: '/usr/bin/nvidia-bug-report.sh' を上書きしようとしています。これはパッケージ nvidia-340 340.106-0ubuntu3 にも存在します

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 390.48-0ubuntu3 failed to install/upgrade:
  '/usr/bin/nvidia-bug-report.sh' を上書きしようとしています。これはパッケージ nvidia-340
  340.106-0ubuntu3 にも存在します

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

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

[Bug 1780561] Re: package nvidia-utils-390 390.48-0ubuntu3 failed to install/upgrade: tentative de remplacement de « /usr/bin/nvidia-bug-report.sh », qui appartient aussi au paquet nvidia-340 340.106-

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 390.48-0ubuntu3 failed to install/upgrade:
  tentative de remplacement de « /usr/bin/nvidia-bug-report.sh », qui
  appartient aussi au paquet nvidia-340 340.106-0ubuntu3

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

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

[Bug 1787433] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: intentando sobreescribir `/usr/bin/nvidia-bug-report.sh', que está también en el paquete nvidia-340 340.106-0ubunt

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  intentando sobreescribir `/usr/bin/nvidia-bug-report.sh', que está
  también en el paquete nvidia-340 340.106-0ubuntu3

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

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

[Bug 1758289] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package nvidia-utils-390 390.42-0ubuntu1

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package
  nvidia-utils-390 390.42-0ubuntu1

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

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

[Bug 1780374] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package nvidia-340 340.106-0ubuntu3

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in
  package nvidia-340 340.106-0ubuntu3

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

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

[Bug 1773695] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package nvidia-340 340.106-0ubuntu3

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

** Changed in: nvidia-graphics-drivers-340 (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/1773695

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in
  package nvidia-340 340.106-0ubuntu3

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

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

[Bug 1809663] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: tentata sovrascrittura di "/usr/bin/nvidia-bug-report.sh" presente anche nel pacchetto nvidia-340 340.107-0ubuntu0

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  tentata sovrascrittura di "/usr/bin/nvidia-bug-report.sh" presente
  anche nel pacchetto nvidia-340 340.107-0ubuntu0.18.04.1

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

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

[Bug 1805556] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package nvidia-340 340.107-0ubuntu0.18.04.1

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1773695 ***
https://bugs.launchpad.net/bugs/1773695

** This bug has been marked a duplicate of bug 1773695
   package nvidia-utils-390 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package 
nvidia-340 340.106-0ubuntu3

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

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in
  package nvidia-340 340.107-0ubuntu0.18.04.1

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

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

[Bug 1768499] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package nvidia-kernel-common-390 390.48-0ubunt

2020-08-08 Thread Kai Kasurinen
** Also affects: nvidia-graphics-drivers-390 (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/1768499

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in
  package nvidia-kernel-common-390 390.48-0ubuntu3

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

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

[Bug 1883509] Re: package libnvidia-compute-440 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also in package nvidia-340 340.108-

2020-08-08 Thread Kai Kasurinen
** Also affects: nvidia-graphics-drivers-340 (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/1883509

Title:
  package libnvidia-compute-440 (not installed) failed to
  install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu
  /libnvidia-ml.so', which is also in package nvidia-340
  340.108-0ubuntu2

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

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

[Bug 1887225] Re: package libnvidia-compute-435 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also in package nvidia-340 340.108-

2020-08-08 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1873280 ***
https://bugs.launchpad.net/bugs/1873280

** This bug has been marked a duplicate of bug 1873280
   package libnvidia-compute-435 (not installed) failed to install/upgrade: 
trying to overwrite '/usr/lib/x86_64-linux-gnu/libnvidia-ml.so', which is also 
in package nvidia-340 340.107-0ubuntu7

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

Title:
  package libnvidia-compute-435 (not installed) failed to
  install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu
  /libnvidia-ml.so', which is also in package nvidia-340
  340.108-0ubuntu2

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

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

[Bug 1773695] Re: package nvidia-utils-390 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in package nvidia-340 340.106-0ubuntu3

2020-08-08 Thread Kai Kasurinen
** Also affects: nvidia-graphics-drivers-340 (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/1773695

Title:
  package nvidia-utils-390 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/nvidia-bug-report.sh', which is also in
  package nvidia-340 340.106-0ubuntu3

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

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

  1   2   3   >