[Bug 1829978] Re: cpuacct_100_100 from controllers test suite in LTP failed

2021-05-04 Thread Kelsey Skunberg
** Tags added: fips

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

Title:
  cpuacct_100_100 from controllers test suite in LTP failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1829978/+subscriptions

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

[Bug 1922392] Re: No progress indication while booting subiquity four minutes

2021-05-04 Thread Frank Heimes
** Branch linked: lp:~mwhudson/debian-cd/live-server-cmdline-s390x

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

Title:
  No progress indication while booting subiquity four minutes

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

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

[Bug 1821394] Re: vmx tests fail in kvm_unit_tests

2021-05-04 Thread Kelsey Skunberg
** Tags added: fips

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

Title:
  vmx tests fail in kvm_unit_tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1821394/+subscriptions

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

[Bug 1822308] Re: vmx_hlt_with_rvi_test in kvm_unit_tests fails

2021-05-04 Thread Kelsey Skunberg
** Tags added: 4.15 fips

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

Title:
  vmx_hlt_with_rvi_test in kvm_unit_tests fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1822308/+subscriptions

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

[Bug 1856010] Re: xfrm_policy.sh / pmtu.sh / udpgso_bench.sh from net in ubuntu_kernel_selftests will fail if running the whole suite

2021-05-04 Thread Po-Hsu Lin
** Description changed:

  [Impact]
- These 3 tests will fail with timeout when running the whole "net" test in 
ubuntu_kernel_selftests:
+ These 3 tests will fail with timeout error when running the whole
+ "net" test in ubuntu_kernel_selftests:
    * not ok 12 selftests: net: xfrm_policy.sh # TIMEOUT
    * not ok 16 selftests: net: pmtu.sh # TIMEOUT
    * not ok 19 selftests: net: udpgso_bench.sh # TIMEOUT
  
- However they will pass if you run them manually.
+ They will pass if you run them manually. This is because of the
+ default 45 seconds timeout in kselftest framework.
+ 
+ A quick test shows these tests will take about:
+   xfrm_policy.sh - 2m19.690s
+   pmtu.sh - 3m6.832s
+   udpgso_bench.sh - 0m57.985s
  
  [Fix]
  * b881d089c7c9c7 ("selftests/net: bump timeout to 5 minutes")
  
  We have commit 852c8cbf34d3b3 ("selftests/kselftest/runner.sh: Add 45
  second timeout per test") for default timeout added since Bionic.
  
- However there is a SAUCE patch to disable timeout
+ However there is a SAUCE patch ("UBUNTU: SAUCE: selftests/net --
+ disable timeout") to disable timeout for the net test in newer
+ releases. I think we can leave it as-is for the moment unless some
+ test is hanging too long because of that.
+ 
+ Therefore Only Bionic needs this patch, the patch can be applied with
+ some context adjustment.
+ 
+ [Test]
+ With this patch applied, these tests should have a chance to finish.
+ 
+ [Where problems could occur]
+ The fix is just for testing tool, no actual impact to real kernel
+ functions. If this 5 minutes timeout is not enough, we might still
+ seeing this kind of failures in the test report.
  
  
  [Original Bug Report]
  These 3 tests will fail with timeout when running the whole "net" test in 
ubuntu_kernel_selftests:
    * not ok 12 selftests: net: xfrm_policy.sh # TIMEOUT
    * not ok 16 selftests: net: pmtu.sh # TIMEOUT
    * not ok 19 selftests: net: udpgso_bench.sh # TIMEOUT
  
  However they will pass if you run them manually.
  
  So there must be some test in net that will cause this.
  
  From the test result it looks like the test was executed in the following 
sequence:
   ok 1 selftests: net: reuseport_bpf
   ok 2 selftests: net: reuseport_bpf_cpu
   ok 3 selftests: net: reuseport_bpf_numa
   ok 4 selftests: net: reuseport_dualstack
   # Successok 5 selftests: net: reuseaddr_conflict
   ok 6 selftests: net: tls
   ok 7 selftests: net: run_netsocktests
   ok 8 selftests: net: run_afpackettests
   ok 9 selftests: net: test_bpf.sh
   ok 10 selftests: net: netdevice.sh
   ok 11 selftests: net: rtnetlink.sh
   not ok 12 selftests: net: xfrm_policy.sh # TIMEOUT
   not ok 13 selftests: net: test_blackhole_dev.sh # exit=1
   ok 14 selftests: net: fib_tests.sh
   ok 15 selftests: net: fib-onlink-tests.sh
   not ok 16 selftests: net: pmtu.sh # TIMEOUT
   ok 17 selftests: net: udpgso.sh
   not ok 18 selftests: net: ip_defrag.sh # exit=255
   not ok 19 selftests: net: udpgso_bench.sh # TIMEOUT
   ok 20 selftests: net: fib_rule_tests.sh
   not ok 21 selftests: net: msg_zerocopy.sh # exit=1
   ok 22 selftests: net: psock_snd.sh
   ok 23 selftests: net: udpgro_bench.sh
   ok 24 selftests: net: udpgro.sh
   ok 25 selftests: net: test_vxlan_under_vrf.sh
   ok 26 selftests: net: reuseport_addr_any.sh
   ok 27 selftests: net: test_vxlan_fdb_changelink.sh
   ok 28 selftests: net: so_txtime.sh
   ok 29 selftests: net: ipv6_flowlabel.sh
   ok 30 selftests: net: tcp_fastopen_backup_key.sh
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-1009-aws 5.3.0-1009.10
  ProcVersionSignature: User Name 5.3.0-1009.10-aws 5.3.13
  Uname: Linux 5.3.0-1009-aws aarch64
  ApportVersion: 2.20.11-0ubuntu8.3
  Architecture: arm64
  Date: Wed Dec 11 06:42:39 2019
  Ec2AMI: ami-047cec24582f6ae0d
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-west-2c
  Ec2InstanceType: a1.large
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  SourcePackage: linux-aws
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  xfrm_policy.sh / pmtu.sh / udpgso_bench.sh from net in
  ubuntu_kernel_selftests will fail if running the whole suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1856010/+subscriptions

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

[Bug 1822309] Re: vmx_apic_passthrough_thread in kvm_unit_tests failed with 1 unexpected failures

2021-05-04 Thread Kelsey Skunberg
** Tags added: fips

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

Title:
  vmx_apic_passthrough_thread in kvm_unit_tests failed with 1 unexpected
  failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1822309/+subscriptions

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

[Bug 1926934] Re: gdb batch calls time out on armhf

2021-05-04 Thread Matthias Klose
** Tags added: ftbfs

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

Title:
  gdb batch calls time out on armhf

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

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

[Bug 1856010] Re: xfrm_policy.sh / pmtu.sh / udpgso_bench.sh from net in ubuntu_kernel_selftests will fail if running the whole suite

2021-05-04 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu Groovy)
   Status: New => Invalid

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

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

** Changed in: linux (Ubuntu Groovy)
   Status: Invalid => Opinion

** Changed in: linux (Ubuntu Focal)
   Status: Invalid => Opinion

** Changed in: linux (Ubuntu Hirsute)
   Status: Invalid => Opinion

** Changed in: linux (Ubuntu Impish)
   Status: In Progress => Opinion

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

Title:
  xfrm_policy.sh / pmtu.sh / udpgso_bench.sh from net in
  ubuntu_kernel_selftests will fail if running the whole suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1856010/+subscriptions

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

[Bug 1893818] Re: Several blockprobe errors if trying to install the groovy daily live on LPAR

2021-05-04 Thread Frank Heimes
https://code.launchpad.net/~mwhudson/livecd-rootfs/+git/livecd-
rootfs/+merge/402232

** Changed in: ubuntu-z-systems
   Status: In Progress => Fix Committed

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

Title:
  Several blockprobe errors if trying to install the groovy daily live
  on LPAR

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

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

[Bug 1924794] Re: Getting error "ipconfig: no devices to configure" while trying to autoinstall in a VLAN env on s390x

2021-05-04 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: New => Fix Committed

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

Title:
  Getting error "ipconfig: no devices to configure" while trying to
  autoinstall in a VLAN env on s390x

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

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

[Bug 1927065] Re: clamtk does not run scan on directory

2021-05-04 Thread Dave M
Hi,

This was fixed several versions ago.

https://gitlab.com/dave_m/clamtk/-/wikis/Home

Follow the Downloads links, download the latest .deb, double-click to
install.

respectfully,
Dave M

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

Title:
  clamtk does not run scan on directory

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

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

[Bug 1868116] Re: QEMU monitor no longer works

2021-05-04 Thread Christian Ehrhardt 
@Thomas - there is a leftover task here and I've filed [1] for it in the new 
tracker.
What is the right state to move this bug here into now?

[1]: https://gitlab.com/qemu-project/qemu/-/issues/137

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #137
   https://gitlab.com/qemu-project/qemu/-/issues/137

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

Title:
  QEMU monitor no longer works

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

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

[Bug 1853610] Re: mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in ubuntu_ltp fails

2021-05-04 Thread Kelsey Skunberg
** Tags added: fips

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

Title:
  mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in
  ubuntu_ltp fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1853610/+subscriptions

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

[Bug 1887544] Re: upgrade from 18.04 to 20.04 fails to calculate if python-dbg is installed

2021-05-04 Thread Toto
Any news ?
Tryed this today 5 May 2021 on my unbuntu mate 18.04.5LTS :
"
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade
sudo do-release-upgrade
"

sudo apt-get update
[sudo] Mot de passe de bob : 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease
Atteint :3 http://packages.microsoft.com/repos/code stable InRelease   
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease  
Atteint :5 http://security.ubuntu.com/ubuntu bionic-security InRelease 
Lecture des listes de paquets... Fait  
ThinkPad-E590:~$ sudo apt-get upgrade -y
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  linux-hwe-5.4-headers-5.4.0-67
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
Les paquets suivants seront mis à jour :
  update-notifier update-notifier-common
2 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 188 ko dans les archives.
Après cette opération, 3 072 o d'espace disque supplémentaires seront utilisés.
Réception de :1 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
update-notifier amd64 3.192.1.10 [55,7 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
update-notifier-common all 3.192.1.10 [133 kB]
188 ko réceptionnés en 0s (443 ko/s)  
(Lecture de la base de données... 289709 fichiers et répertoires déjà 
installés.)
Préparation du dépaquetage de .../update-notifier_3.192.1.10_amd64.deb ...
Dépaquetage de update-notifier (3.192.1.10) sur (3.192.1.9) ...
Préparation du dépaquetage de .../update-notifier-common_3.192.1.10_all.deb ...
Dépaquetage de update-notifier-common (3.192.1.10) sur (3.192.1.9) ...
Paramétrage de update-notifier-common (3.192.1.10) ...
Paramétrage de update-notifier (3.192.1.10) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:amd64 
(2.56.4-0ubuntu0.18.04.8) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:i386 
(2.56.4-0ubuntu0.18.04.8) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme 
(0.17-2) ...
ThinkPad-E590:~$ sudo apt-get dist-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  linux-hwe-5.4-headers-5.4.0-67
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
hinkPad-E590:~$ sudo do-release-upgrade
Recherche d'une nouvelle version d'Ubuntu
Prendre :1 Signature de l'outil de mise à niveau [1 554 B]  

Prendre :2 Outil de mise à niveau [1 340 kB]

1 342 k o réceptionnés en 0s (0  o/s)   

authentification de « focal.tar.gz » avec « focal.tar.gz.gpg » 
extraction de 'focal.tar.gz'

Lecture du cache

Vérification du gestionnaire de paquets
Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances
Lecture des informations d'état… Terminé  
Att http://fr.archive.ubuntu.com/ubuntu bionic InRelease

Att http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease

Att http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease  

Att http://packages.microsoft.com/repos/code stable InRelease   

Att http://security.ubuntu.com/ubuntu bionic-security InRelease 

0  o réceptionnés en 0s (0  o/s)

Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances
Lecture des informations d'état… Terminé  

Vérification des snaps installés

Calcul de la taille nécessaire du snap

Mise à jour des informations sur les dépôts

Sources provenant de tiers désactivées

Certaines entrées de votre fichier sources.list, concernant des 
tierces parties, ont été désactivées. Vous pouvez les réactiver après 
la mise à niveau avec l'outil « Logiciels  mises à jour » ou 
avec votre gestionnaire de paquets. 

Veuillez appuyer sur [Entrée] pour continuer

Prendre :1 http://fr.archive.ubuntu.com/ubuntu focal InRelease [265 kB] 

Prendre :2 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]  

Prendre :3 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 

Prendre :4 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [101 

[Bug 1922392] Re: No progress indication while booting subiquity four minutes

2021-05-04 Thread Frank Heimes
https://code.launchpad.net/~mwhudson/debian-cd/live-server-cmdline-
s390x/+merge/402231

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

Title:
  No progress indication while booting subiquity four minutes

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

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

[Bug 1926620] Re: Gnome-Shell freezes when touchscreen is used in Wayland sessions

2021-05-04 Thread Mustapha Benziane
Ok Daniel, Done. 
Thank you all.

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

Title:
  Gnome-Shell freezes when touchscreen is used in Wayland sessions

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

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

[Bug 1926865] Re: During OS install, GRUB tries installing on sda even when it should install on sdb

2021-05-04 Thread Mark A Gerads
The log files are from my own computer, not my dad's; I used the ubuntu-bug 
command to report this bug.
During install, I noticed the installer run "grub-install /dev/sda" right 
before the installer failed. This happened twice, as I had tried installing 
Ubuntu to my dad's laptop twice.

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

Title:
  During OS install, GRUB tries installing on sda even when it should
  install on sdb

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

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

[Bug 1927067] Re: Add s2idle support on AMD Renoir and Cezanne

2021-05-04 Thread jeremyszu
@Mario,

May I know how AMD test s2idle stress test?

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

Title:
  Add s2idle support on AMD Renoir and Cezanne

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1927067/+subscriptions

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

[Bug 1927187] [NEW] amule crashed cause ? - Signal 6

2021-05-04 Thread LAZA
Public bug reported:

7ffcf160e000-7ffcf163 rw-p  00:00 0  [stack]
 7ffcf1799000-7ffcf179d000 r--p  00:00 0  [vvar]
 7ffcf179d000-7ffcf179f000 r-xp  00:00 0  [vdso]
 ff60-ff601000 --xp  00:00 0  
[vsyscall]
ProcStatus:
 Name:  amule
 Umask: 0002
 State: D (disk sleep)
 Tgid:  1550006
 Ngid:  0
 Pid:   1550006
 PPid:  2655
 TracerPid: 0
 Uid:   1000100010001000
 Gid:   1000100010001000
 FDSize:64
 Groups:4 24 27 30 46 121 131 132 133 1000 
 NStgid:1550006
 NSpid: 1550006
 NSpgid:1755
 NSsid: 1755
 VmPeak: 2870724 kB
 VmSize: 2805188 kB
 VmLck:0 kB
 VmPin:0 kB
 VmHWM:  1173528 kB
 VmRSS:  1173528 kB
 RssAnon: 968676 kB
 RssFile:  40928 kB
 RssShmem:163924 kB
 VmData: 1123708 kB
 VmStk:  136 kB
 VmExe: 3224 kB
 VmLib:35312 kB
 VmPTE: 2688 kB
 VmSwap:   0 kB
 HugetlbPages: 0 kB
 CoreDumping:   1
 THP_enabled:   1
 Threads:   15
 SigQ:  0/125363
 SigPnd:
 ShdPnd:
 SigBlk:
 SigIgn:1000
 SigCgt:0001800144ca
 CapInh:
 CapPrm:
 CapEff:
 CapBnd:00ff
 CapAmb:
 NoNewPrivs:0
 Seccomp:   0
 Speculation_Store_Bypass:  thread vulnerable
 Cpus_allowed:  
 Cpus_allowed_list: 0-31
 Mems_allowed:  
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0001
 Mems_allowed_list: 0
 voluntary_ctxt_switches:   107923103
 nonvoluntary_ctxt_switches:132558711
Signal: 6
Uname: Linux 5.8.0-50-generic x86_64
UserGroups: adm boinc cdrom dip lpadmin lxd plugdev sambashare sudo


Log (322 MB !)

https://filehorst.de/d/diAdEDBq

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: amule 1:2.3.2+git20200530.3a77afb-1
ProcVersionSignature: Ubuntu 5.8.0-50.56-generic 5.8.18
Uname: Linux 5.8.0-50-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed May  5 07:06:09 2021
InstallationDate: Installed on 2020-12-28 (127 days ago)
InstallationMedia: Xubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 LANGUAGE=de_DE
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: amule
UpgradeStatus: Upgraded to groovy on 2020-12-30 (125 days ago)

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


** Tags: amd64 apport-bug groovy

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

Title:
  amule crashed cause ? - Signal 6

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

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

[Bug 567418] Re: package expect 5.43.0-17 failed to install/upgrade:

2021-05-04 Thread Matthias Klose
closing, 9.10 is EOL

** Changed in: expect (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/567418

Title:
  package expect 5.43.0-17 failed to install/upgrade:

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

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

[Bug 803922] Re: libexpect in expect-dev in 10.04.2 LTS will segfault in exp_expectl

2021-05-04 Thread Matthias Klose
closing, fixed in newer releases, 10.04 LTS is EOL

** Changed in: expect (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/803922

Title:
  libexpect in expect-dev in 10.04.2 LTS will segfault in exp_expectl

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

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

[Bug 1926318] Re: After suspend the fan doesn't spin up to higher frequency anymore

2021-05-04 Thread Michael Arlt
Behaviour is unchanged after install of kernel 5.12.

$ dpkg -l | grep 5.12 # shortened
ii  linux-headers-5.12.0-0512005.12.0-051200.202104252130   
all  Header files related to Linux kernel version 5.12.0
ii  linux-image-unsigned-5.12.0-051200-generic 5.12.0-051200.202104252130   
amd64Linux kernel image for version 5.12.0 on 64 bit x86 SMP
ii  linux-modules-5.12.0-051200-generic5.12.0-051200.202104252130   
amd64Linux kernel extra modules for version 5.12.0 on 64 bit 
x86 SMP

# linux-headers-5.12.0-051200-generic_5.12.0-051200.202104252130_amd64.deb
# doesn't install but i think it can be ignored...

$ sudo dpkg -i 
linux-headers-5.12.0-051200-generic_5.12.0-051200.202104252130_amd64.deb
(Reading database ... 240430 files and directories currently installed.)
Preparing to unpack 
linux-headers-5.12.0-051200-generic_5.12.0-051200.202104252130_amd64.deb ...
Unpacking linux-headers-5.12.0-051200-generic (5.12.0-051200.202104252130) over 
(5.12.0-051200.202104252130) ...
dpkg: dependency problems prevent configuration of 
linux-headers-5.12.0-051200-generic:
 linux-headers-5.12.0-051200-generic depends on libc6 (>= 2.33); however:
  Version of libc6:amd64 on system is 2.32-0ubuntu3.

dpkg: error processing package linux-headers-5.12.0-051200-generic (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-5.12.0-051200-generic

# After reboot:

$ uname -sr
Linux 5.12.0-051200-generic

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

Title:
  After suspend the fan doesn't spin up to higher frequency anymore

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

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

[Bug 1247757] Re: expect uses memcpy instead of memmove to copy overlapping memory

2021-05-04 Thread Matthias Klose
fixed in 16.04 LTS and later

** Changed in: expect (Ubuntu)
   Status: Triaged => 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/1247757

Title:
  expect uses memcpy instead of memmove to copy overlapping memory

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

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

[Bug 1547915] Re: expect_unbuffer hangs

2021-05-04 Thread Matthias Klose
see the man page, use -p

   Normally, unbuffer does not read from stdin.  This simplifies use of 
unbuffer in some situations.  To use unbuffer in  a  pipeline,
   use the -p flag.  Example:

   process1 | unbuffer -p process2 | process3


** Changed in: expect (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/1547915

Title:
  expect_unbuffer hangs

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

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

[Bug 1829984] Re: memcg_usage_in_bytes from controllers test suite in LTP failed

2021-05-04 Thread Kelsey Skunberg
** Tags added: fips

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

Title:
  memcg_usage_in_bytes from controllers test suite in LTP failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1829984/+subscriptions

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

[Bug 1847982] Re: memcg_subgroup_charge from controllers in ubuntu_ltp failed on D/E/F/G

2021-05-04 Thread Kelsey Skunberg
** Tags added: fips

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

Title:
  memcg_subgroup_charge from controllers in ubuntu_ltp failed on D/E/F/G

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1847982/+subscriptions

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

[Bug 1892213] Re: psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with focal/linux

2021-05-04 Thread Kelsey Skunberg
** Tags added: fips

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

Title:
  psock_snd.sh in net from ubuntu_kernel_selftests ADT failure with
  focal/linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1892213/+subscriptions

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

[Bug 1926926] Re: CVE-2021-27928 et al affects MariaDB in Ubuntu

2021-05-04 Thread Mathew Hodson
** No longer affects: mariadb-10.3 (Ubuntu)

** No longer affects: mariadb-10.1 (Ubuntu)

** Changed in: mariadb-10.1 (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: mariadb-10.3 (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: mariadb-10.3 (Ubuntu Groovy)
   Importance: Undecided => Medium

** Changed in: mariadb-10.5 (Ubuntu Hirsute)
   Importance: Undecided => Medium

** Changed in: mariadb-10.5 (Ubuntu Impish)
   Importance: Undecided => Medium

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

Title:
  CVE-2021-27928 et al affects MariaDB in Ubuntu

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

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

[Bug 1507571] Re: CLT "unbuffer" only in dev package

2021-05-04 Thread Matthias Klose
alt shipped in the expect package in 20.04 LTS

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

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

Title:
  CLT "unbuffer" only in dev package

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

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

[Bug 1927067] Re: Add s2idle support on AMD Renoir and Cezanne

2021-05-04 Thread Kai-Heng Feng
** Description changed:

  [Impact]
  S2idle doesn't work on AMD Renoir and Cezanne.
  
  [Fix]
  Backport AMD PMC driver and pull many new patches let AMDGPU support s2idle.
  
  [Test]
  Suspend the laptop and the system freezes.
  With the patch applied, suspend works but with some caveats:
  1) Keyboard sometimes can't wake up the laptop.
  2) Touchpad sometimes can wake up the laptop.
- 3) RTC can't wake up the laptop.
+ 3) RTC can't wake up the laptop. (Hardware Limitation)
  
  [Where problems could occur]
  Most changes are limited to logic of suspend/resume, and specific to Renoir 
GFX.
  However, there are some refactoring patches may cause unintended results, so 
AMDGPU may break for sleep/hibernation/runtime suspend on non-Renoir GFXs.

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

Title:
  Add s2idle support on AMD Renoir and Cezanne

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1927067/+subscriptions

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

[Bug 1927067] Re: Add s2idle support on AMD Renoir and Cezanne

2021-05-04 Thread Mario Limonciello
No, please don't expect RTC based wakeup from s2idle in current HW.

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

Title:
  Add s2idle support on AMD Renoir and Cezanne

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1927067/+subscriptions

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "debdiff for openssl on groovy" seems to be a debdiff.
The ubuntu-sponsors team has been subscribed to the bug report so that
they can review and hopefully sponsor the debdiff.  If the attachment
isn't a patch, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are member of the ~ubuntu-sponsors,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 390263] Re: Calibre can not unrar files

2021-05-04 Thread Bug Watch Updater
** Changed in: calibre (Debian)
   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/390263

Title:
  Calibre can not unrar files

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

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

[Bug 1707023] Re: mobile network connection cannot be added

2021-05-04 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (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/1707023

Title:
  mobile network connection cannot be added

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

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

[Bug 1909457] Re: Support CML-S CPU + TGP PCH

2021-05-04 Thread Kai-Heng Feng
It's also included in kernel 5.11, which is used in 21.04.

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

Title:
  Support CML-S CPU + TGP PCH

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+subscriptions

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

[Bug 1916945] Re: unable to Poweroff, it causes a restart instead

2021-05-04 Thread Kai-Heng Feng
Can you please find the last kernel that doesn't have 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/1916945

Title:
  unable to Poweroff, it causes a restart instead

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

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

[Bug 1926318] Re: After suspend the fan doesn't spin up to higher frequency anymore

2021-05-04 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.12/amd64/

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

Title:
  After suspend the fan doesn't spin up to higher frequency anymore

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

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

[Bug 1927067] Re: Add s2idle support on AMD Renoir and Cezanne

2021-05-04 Thread Kai-Heng Feng
It's also not working for RN s2idle.

Is this something going to be fixed? Many automated testings rely on RTC
wakeup.

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

Title:
  Add s2idle support on AMD Renoir and Cezanne

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1927067/+subscriptions

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

[Bug 1850779] Re: [L3] snat-ns will be initialized twice for DVR+HA routers during agent restart

2021-05-04 Thread Hemanth Nakkina
@abaindur

the description in comment #18 sounds more to me like
https://bugs.launchpad.net/neutron/+bug/1894843 and already fixed in
stable/queens upstream.

Here is the commit:
https://opendev.org/openstack/neutron/commit/8f3daf3f9892cd691dd52965f0fa4eaa07ac3788

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

Title:
  [L3] snat-ns will be initialized twice for DVR+HA routers during agent
  restart

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

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

[Bug 1904260] Re: package openmpi-bin 4.0.3-6ubuntu2 failed to install/upgrade: installed openmpi-bin package post-installation script subprocess returned error exit status 2

2021-05-04 Thread aditya ashok darekar
** Changed in: openmpi (Ubuntu)
 Assignee: (unassigned) => aditya ashok darekar (adityadarekar)

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

Title:
  package openmpi-bin 4.0.3-6ubuntu2 failed to install/upgrade:
  installed openmpi-bin package post-installation script subprocess
  returned error exit status 2

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

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

[Bug 1924997] Re: CirrusLogic: Cracking noises appears in built-in speaker when output volume is set >80%

2021-05-04 Thread You-Sheng Yang
Verified version 5.10.0-1025.26 from focal-proposed.

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

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

Title:
  CirrusLogic: Cracking noises appears in built-in speaker when output
  volume is set >80%

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1924997/+subscriptions

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

[Bug 1899294] Re: Não consigo atualizar

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

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

Title:
  Não consigo atualizar

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

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

[Bug 1922651] Re: r8152 tx status -71

2021-05-04 Thread Kai-Heng Feng
Can you please attach full dmesg with parameter
"usbcore.quirks=17ef:a387:k,17ef:a393:k,17ef:a391:k"?

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

Title:
  r8152 tx status -71

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

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

[Bug 1927178] [NEW] Steam won't load with Nvidia 465 drivers

2021-05-04 Thread Matt Johnson
Public bug reported:

I believe we maybe missing the 386 library:

E: Package 'libnvidia-gl-465:i386' has no installation candidate

Steam app will not launch without it on Pop OS

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

Title:
  Steam won't load with Nvidia 465 drivers

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

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

Re: [Bug 1922334] Re: External monitor does not wake up on Titan Ridge laptops when docked (9500, TB16)

2021-05-04 Thread koba
@Georgi,
Would you please dump a log for s2idle that triggers the issue with
5.10-oem-1025 kernel?
Please also enable drm.debug=0x10e

Thanks
Koba Ko

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

Title:
  External monitor does not wake up on Titan Ridge laptops when docked
  (9500, TB16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1922334/+subscriptions

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

[Bug 1925768] Re: Losing Wifi connection when USB-C Hub was plugged-in

2021-05-04 Thread Kai-Heng Feng
If HDMI isn't used, does this issue happen?

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

Title:
  Losing Wifi connection when USB-C Hub was plugged-in

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

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

[Bug 1927158] Re: Problem with python-trio with s3ql

2021-05-04 Thread Arcus
Solve the problem upgrading trio to lastest versio. Install pip and "pip
install -U trio".


The problem is because ubuntu has a old version of trio.

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

Title:
  Problem with python-trio with s3ql

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

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

[Bug 1924794] Re: Getting error "ipconfig: no devices to configure" while trying to autoinstall in a VLAN env on s390x

2021-05-04 Thread Michael Hudson-Doyle
I've uploaded the fix to impish. The bug is present in groovy and
hirsute but there's probably no reason to backport the fix -- we are
unlikely to make release media for them again...

** Changed in: subiquity
   Status: New => Invalid

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

** Changed in: initramfs-tools
   Status: New => Fix Committed

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

Title:
  Getting error "ipconfig: no devices to configure" while trying to
  autoinstall in a VLAN env on s390x

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

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

[Bug 1927176] Re: package fwupd 1.4.7-0~20.10.1 failed to install/upgrade: installed fwupd package post-installation script subprocess returned error exit status 1

2021-05-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package fwupd 1.4.7-0~20.10.1 failed to install/upgrade: installed
  fwupd package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1927176] [NEW] package fwupd 1.4.7-0~20.10.1 failed to install/upgrade: installed fwupd package post-installation script subprocess returned error exit status 1

2021-05-04 Thread Eduardo da Rocha
Public bug reported:

~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  bsdmainutils calendar chromium-browser-l10n elpa-ghub elpa-let-alist
  elpa-magit-popup elpa-treepy g++-9 gir1.2-clutter-1.0 gir1.2-cogl-1.0
  gir1.2-coglpango-1.0 gir1.2-mutter-6 ippusbxd libcdio18 libdns-export1109
  libdvdnav4 libdvdread7 libedataserver-1.2-24 libffi7 libffi7:i386
  libhogweed5 libhogweed5:i386 libicu66 libicu66:i386 libjson-c4 libmozjs-68-0
  libmpdec2 libmutter-6-0 libnettle7 libnettle7:i386 libpoppler97
  libprotobuf17 libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib
  libqpdf26 libreoffice-style-tango libstdc++-9-dev libtepl-4-0 libx264-155
  libx264-155:i386 libx265-179 libx265-179:i386 linux-hwe-5.8-headers-5.8.0-44
  linux-hwe-5.8-headers-5.8.0-50 ncal python-pkg-resources python2
  python2-minimal python2.7 python2.7-minimal syslinux syslinux-common
  syslinux-legacy
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.

Do you want to continue? [Y/n] Y
Setting up fwupd (1.4.7-0~20.10.1) ...
fwupd-offline-update.service is a disabled or a static unit not running, not sta
rting it.
fwupd-refresh.service is a disabled or a static unit not running, not starting i
t.
rm: cannot remove '/boot/efi/EFI/ubuntu/fwupx64.efi': Input/output error
dpkg: error processing package fwupd (--configure):
 installed fwupd package post-installation script subprocess returned error exit
 status 1
dpkg: dependency problems prevent configuration of fwupd-signed:
 fwupd-signed depends on fwupd (= 1.4.7-0~20.10.1); however:
  Package fwupd is not configured yet.

dpkg: error processing package fwupd-signed (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup erro
r from a previous failure.
  Errors were encountered while processing:
 fwupd
 fwupd-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: fwupd 1.4.7-0~20.10.1
ProcVersionSignature: Ubuntu 5.8.0-50.56-generic 5.8.18
Uname: Linux 5.8.0-50-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue May  4 22:59:38 2021
ErrorMessage: installed fwupd package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2021-02-20 (73 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.5ubuntu2
 apt  2.1.10ubuntu0.3
SourcePackage: fwupd
Title: package fwupd 1.4.7-0~20.10.1 failed to install/upgrade: installed fwupd 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to groovy on 2021-05-05 (0 days ago)

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


** Tags: amd64 apport-package groovy

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

Title:
  package fwupd 1.4.7-0~20.10.1 failed to install/upgrade: installed
  fwupd package post-installation script subprocess returned error exit
  status 1

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

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

[Bug 1925732] Re: [wayland] gnome window manager ignores the --geometry location request of the gnome-terminal

2021-05-04 Thread Daniel van Vugt
Although dragging could be done by relative movements. Setting an
absolute position does appear to be impossible in Wayland.

https://bugzilla.redhat.com/show_bug.cgi?id=1314967
https://askubuntu.com/questions/1104827/how-can-i-get-the-geometry-option-working-with-the-gnome-terminal-command-in-a-t

** Also affects: gnome-terminal (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1314967
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-terminal (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: mutter (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  [wayland] gnome window manager ignores the --geometry location request
  of the gnome-terminal

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

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

[Bug 1925732] Re: [wayland] gnome window manager ignores the --geometry location request of the gnome-terminal

2021-05-04 Thread Daniel van Vugt
On second thoughts, client-side decoration means that Wayland apps do in
a way set their own position when being dragged. So maybe there is a
solution.

** Changed in: gnome-terminal (Ubuntu)
   Status: Invalid => Confirmed

** Changed in: mutter (Ubuntu)
   Status: Invalid => Confirmed

** Bug watch added: Red Hat Bugzilla #1314967
   https://bugzilla.redhat.com/show_bug.cgi?id=1314967

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

Title:
  [wayland] gnome window manager ignores the --geometry location request
  of the gnome-terminal

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

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

[Bug 1927082] Re: Mouse and keyboard bug

2021-05-04 Thread Daniel van Vugt
Also the version of Ubuntu you are using is over 5 years old. If you can
upgrade then we recommend Ubuntu version 20.04 instead:

https://ubuntu.com/download/desktop

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

Title:
  Mouse and keyboard bug

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

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

[Bug 1927082] Re: Mouse and keyboard bug

2021-05-04 Thread Daniel van Vugt
Next time the problem happens, please:

1. Reboot.

2. Open a Terminal and run:

   journalctl -b-1 > prevboot.txt

3. Attach the resulting text file here.


** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: New => Incomplete

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

Title:
  Mouse and keyboard bug

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

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

[Bug 1576559] Re: Refused to switch profile to headset_head_unit: Not connected

2021-05-04 Thread Daniel van Vugt
Whenever PulseAudio 15 is ready. I don't know when that is but it can be
found at https://gitlab.freedesktop.org/pulseaudio

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

Title:
  Refused to switch profile to headset_head_unit: Not connected

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

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

[Bug 1873052] Re: X11 fractional scaling causes two cursors after login (usually with amdgpu)

2021-05-04 Thread Daniel van Vugt
We don't need to list the desktop environments affected here because the
issue is lower level than that...

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

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

** No longer affects: cinnamon (Ubuntu)

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

Title:
  X11 fractional scaling causes two cursors after login (usually with
  amdgpu)

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

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

[Bug 1925732] Re: new in 21.04: gnome window manager ignores the --geometry location request of the gnome-terminal

2021-05-04 Thread Daniel van Vugt
** Tags added: wayland wayland-session

** Summary changed:

- new in 21.04: gnome window manager  ignores the --geometry location request 
of the gnome-terminal
+ [wayland] gnome window manager ignores the --geometry location request of the 
gnome-terminal

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

Title:
  [wayland] gnome window manager ignores the --geometry location request
  of the gnome-terminal

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

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

[Bug 1926620] Re: Gnome-Shell freezes when touchscreen is used in Wayland sessions

2021-05-04 Thread Daniel van Vugt
Thanks. Next please report the issue to the developers at:

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

** Summary changed:

- Gnome-Shell freezes when touchscreen is used
+ Gnome-Shell freezes when touchscreen is used in Wayland sessions

** Package changed: gnome-shell (Ubuntu) => mutter (Ubuntu)

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

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

Title:
  Gnome-Shell freezes when touchscreen is used in Wayland sessions

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

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

[Bug 1927159] Re: 21.04 Multi-Monitor Desktop Click & Drag Issues

2021-05-04 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1923347 ***
https://bugs.launchpad.net/bugs/1923347

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


** This bug has been marked a duplicate of bug 1923347
   Selecting an area on the desktop is broken on multi-monitor setups

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

Title:
   21.04 Multi-Monitor Desktop Click & Drag Issues

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

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

[Bug 1883534] Re: Screen flickering

2021-05-04 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1853094 ***
https://bugs.launchpad.net/bugs/1853094

Jorge,

Wayland should never have such problems. If it does then you should open
a NEW bug by running:

  ubuntu-bug xorg

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

Title:
  Screen flickering

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

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

[Bug 1922353] Re: Overview sometimes fails to appear or disappear fully when Ubuntu Dock is loaded

2021-05-04 Thread Daniel van Vugt
Dave, do you also experience the problem with NO extensions enabled?

** Summary changed:

- Overview sometimes fails to appear or disappear fully when Ubuntu Dock is 
loaded
+ Overview sometimes fails to appear or disappear

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

Title:
  Overview sometimes fails to appear or disappear

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

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

[Bug 1926855] Re: Raspberry Pi: desktop forgets audio device selected after reboot

2021-05-04 Thread Daniel van Vugt
** Tags added: hirsute raspi

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

Title:
  Raspberry Pi: desktop forgets audio device selected after reboot

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

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

[Bug 1925732] Re: new in 21.04: gnome window manager ignores the --geometry location request of the gnome-terminal

2021-05-04 Thread Daniel van Vugt
** Project changed: gnome-shell => ubuntu

** No longer affects: ubuntu

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

Title:
  new in 21.04: gnome window manager  ignores the --geometry location
  request of the gnome-terminal

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

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

[Bug 1925732] Re: new in 21.04: gnome window manager ignores the --geometry location request of the gnome-terminal

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

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

Title:
  new in 21.04: gnome window manager  ignores the --geometry location
  request of the gnome-terminal

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

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

[Bug 1925732] Re: new in 21.04: gnome window manager ignores the --geometry location request of the gnome-terminal

2021-05-04 Thread Daniel van Vugt
I don't know enough about the Wayland protocol to comment further. You
should find a way to contact the protocol authors instead.

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

Title:
  new in 21.04: gnome window manager  ignores the --geometry location
  request of the gnome-terminal

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

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

[Bug 1912050] Re: Use after free in libgetdata v0.10.0 may lead to arbitrary code execution

2021-05-04 Thread Alex Murray
This is now public at
https://bugzilla.redhat.com/show_bug.cgi?id=1956348 so marking it public
here too.

** Bug watch added: Red Hat Bugzilla #1956348
   https://bugzilla.redhat.com/show_bug.cgi?id=1956348

** Information type changed from Private Security to Public Security

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

Title:
  Use after free in libgetdata v0.10.0 may lead to arbitrary code
  execution

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

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

[Bug 1295267] Re: Windows change Monitor/Desktop after screen lock

2021-05-04 Thread WinEunuchs2Unix
Oops I only posted bash comments and not bash code. Here is full
function:

xreset () {

# Reset xrandr to normal, first use: xrandr | grep " connected "
# HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 
1107mm x 623mm
# eDP-1-1 connected primary 1920x1080+3840+2160 (normal left inverted right 
x axis y axis) 382mm x 215mm
# DP-1-1 connected 3840x2160+1920+0 (normal left inverted right x axis y 
axis) 1600mm x 900mm
xrandr --output HDMI-0  --mode 1920x1080 --pos 0x0   --rotate normal \
   --fb 1920x1080   --panning 1920x1080 \
   --output DP-1-1  --mode 3840x2160 --pos 1920x0--rotate normal \
   --output eDP-1-1 --mode 1920x1080 --pos 3840x2160 --rotate normal \
   --primary

# --panning option added because HDMI-0 was mirroring all other monitors
# and "panning" back and forth. --fb option added next day.

} # xreset

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

Title:
  Windows change Monitor/Desktop after screen lock

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

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

[Bug 1295267] Re: Windows change Monitor/Desktop after screen lock

2021-05-04 Thread WinEunuchs2Unix
I have one TV on HDMI, one TV on Thunderboolt III and a skylake laptop
display. Every six weeks or so they will go haywire after resume. I run
this function though to fix it:

```
$ grep xreset -A5 ~/.bashrc
xreset () {

# Reset xrandr to normal, first use: xrandr | grep " connected "
# HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 
1107mm x 623mm
# eDP-1-1 connected primary 1920x1080+3840+2160 (normal left inverted right 
x axis y axis) 382mm x 215mm
# DP-1-1 connected 3840x2160+1920+0 (normal left inverted right x axis y 
axis) 1600mm x 900mm
--
} # xreset
```

If it happened more frequently I would assign the function to a hot key
like CTRL+SHIFT+ALT+S or something like that.

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

Title:
  Windows change Monitor/Desktop after screen lock

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

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Matthew Ruffell
** Description changed:

  [impact]
  
  openssl doesn't build source properly because of a badly-constructed
  patch
  
  [test case]
  
  $ pull-lp-source openssl groovy
  ...
  $ cd openssl-1.1.1f/
  $ quilt pop -a
  ...
  $ dpkg-buildpackage -d -S
  dpkg-buildpackage: info: source package openssl
  dpkg-buildpackage: info: source version 1.1.1f-1ubuntu4.3
  dpkg-buildpackage: info: source distribution groovy-security
  dpkg-buildpackage: info: source changed by Marc Deslauriers 

   dpkg-source --before-build .
  dpkg-source: warning: can't parse dependency perl:native
  dpkg-source: error: diff 'openssl-1.1.1f/debian/patches/pr12272.patch' 
patches files multiple times; split the diff in multiple files or merge the 
hunks into a single one
  dpkg-buildpackage: error: dpkg-source --before-build . subprocess returned 
exit status 25
  
+ Test builds are available in the following ppa:
+ 
+ https://launchpad.net/~mruffell/+archive/ubuntu/lp1927161-test
+ 
  [regression potential]
  
  any regression would likely cause a failed build or would affect the
  functionality that patch pr12272 was added for, which is adding support
  for Intel CET
  
  [scope]
  
  this is needed only for g and later
  
  this is caused by the bad patch 'pr12272.patch' which is only included
  in g/h/i, so this does not apply to f or earlier
  
  [other info]
  
  note that if the patches are applied, this bug is bypassed; i.e. if
  'quilt pop -a' is removed from the test case above, the bug doesn't
  reproduce. this is only a problem when the patches aren't already
  applied and dpkg-buildpackage needs to call dpkg-source to apply the
  patches.

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Matthew Ruffell
Attached is a V2 for hirsute which correctly has d/p/ in the
debian/changelog.

** Patch added: "debdiff for openssl on hirsute"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1927161/+attachment/5494814/+files/lp1927161_hirsute_v2.debdiff

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Matthew Ruffell
Attached is a V2 for impish which correctly has d/p/ in the
debian/changelog.

** Patch added: "debdiff for openssl on impish"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1927161/+attachment/5494813/+files/lp1927161_impish_v2.debdiff

** Patch removed: "debdiff for openssl on hirsute"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1927161/+attachment/5494811/+files/lp1927161_hirsute.debdiff

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Matthew Ruffell
Attached is a debdiff for openssl on hirsute which fixes this problem.

** Patch added: "debdiff for openssl on hirsute"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1927161/+attachment/5494811/+files/lp1927161_hirsute.debdiff

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Matthew Ruffell
Attached is a debdiff for openssl on groovy, which fixes this issue, and
also bug 1926254

** Patch added: "debdiff for openssl on groovy"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1927161/+attachment/5494812/+files/lp1926254_lp1927161_groovy.debdiff

** Patch removed: "debdiff for openssl on impish"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1927161/+attachment/5494810/+files/lp1927161_impish.debdiff

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Matthew Ruffell
Attached is a debdiff for impish which fixes this problem.

** Patch added: "debdiff for openssl on impish"
   
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1927161/+attachment/5494810/+files/lp1927161_impish.debdiff

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Matthew Ruffell
I split 'pr12272.patch' into one file per commit, and I did a diff to
ensure that there is no changes to the code:

https://paste.ubuntu.com/p/zDqqXmsM8c/

When using these split up patches "dpkg-buildpackage -d -S" completes
successfully.

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 1295267] Re: Windows change Monitor/Desktop after screen lock

2021-05-04 Thread ַPavel Antokolsky aka Zigmar
Happens to me with dual monitor setup on 20.10. Both monitors are
connected to the same graphics card. Like some people noted, one monitor
takes a little longer to wake up, which might cause the issue.

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

Title:
  Windows change Monitor/Desktop after screen lock

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

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

[Bug 1923268] Re: grubnet default grub.cfg should try /grub/grub.cfg-${net_default_mac} before /grub/grub.cfg

2021-05-04 Thread Lee Trager
The attached MP should fix this in newer versions of MAAS. We still may
want to change the default grub.cfg for older versions of MAAS as I'm
not sure how far we will be backporting it.

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

Title:
  grubnet default grub.cfg should try /grub/grub.cfg-${net_default_mac}
  before /grub/grub.cfg

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

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

[Bug 1863407] Re: Lenovo Ideapad L340 screen backlight stuck at maximum brightness

2021-05-04 Thread enygmata
This still happens in 20.04 with Ideapad L340 81TR0003BR.

The fix in my case is switching to to linux-oem-20.04b (linux-
oem-20.04-edge should also work) and creating a Xorg configuration file
that enables EnableBrightnessControl solved the issue, here's the full
command:

cat < Section "Device"
> Identifier "Device0"
> Driver "nvidia"
> VendorName "NVIDIA Corporation"
> Option "RegistryDwords" "EnableBrightnessControl=1"
> EndSection
> EOF

nvidia.EnableBrightnessControl=1 on the kernel command line did not work
for me.

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

Title:
  Lenovo Ideapad L340 screen backlight stuck at maximum brightness

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

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

[Bug 1923268] Re: grubnet default grub.cfg should try /grub/grub.cfg-${net_default_mac} before /grub/grub.cfg

2021-05-04 Thread Launchpad Bug Tracker
** Merge proposal linked:
   https://code.launchpad.net/~ltrager/maas/+git/maas/+merge/402228

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

Title:
  grubnet default grub.cfg should try /grub/grub.cfg-${net_default_mac}
  before /grub/grub.cfg

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

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

[Bug 1927161] Re: dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch' patches files multiple times; split the diff in multiple files or merge the hunks into a single one

2021-05-04 Thread Matthew Ruffell
** Changed in: openssl (Ubuntu Groovy)
   Status: New => In Progress

** Changed in: openssl (Ubuntu Hirsute)
   Status: New => In Progress

** Changed in: openssl (Ubuntu Impish)
   Status: New => In Progress

** Changed in: openssl (Ubuntu Groovy)
 Assignee: (unassigned) => Matthew Ruffell (mruffell)

** Changed in: openssl (Ubuntu Hirsute)
 Assignee: (unassigned) => Matthew Ruffell (mruffell)

** Changed in: openssl (Ubuntu Impish)
 Assignee: (unassigned) => Matthew Ruffell (mruffell)

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

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

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

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

[Bug 1912118] Re: assertion failure in message_part_finish when searching large folder

2021-05-04 Thread Bryce Harrington
Hi Dave, thanks for getting back quickly.  Yes there's a couple things
that might help this move forward.

Before that, this is what I see on my end:

root@dovecot-sru-lp1912118-focal:/home/ubuntu# apt-cache policy dovecot-core
dovecot-core:
  Installed: 1:2.3.7.2-1ubuntu3
  Candidate: 1:2.3.7.2-1ubuntu3.3
  Version table:
 1:2.3.7.2-1ubuntu3.3 500
500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
 *** 1:2.3.7.2-1ubuntu3 500
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
root@dovecot-sru-lp1912118-focal:/home/ubuntu# doveadm search -u ubuntu mailbox 
inbox body blah
root@dovecot-sru-lp1912118-focal:/home/ubuntu# doveadm search -u ubuntu mailbox 
inbox body JPMorgan
193f6434a25b7f60548c01009e423642 1
root@dovecot-sru-lp1912118-focal:/home/ubuntu# systemctl status dovecot
● dovecot.service - Dovecot IMAP/POP3 email server
 Loaded: loaded (/lib/systemd/system/dovecot.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Tue 2021-05-04 23:01:36 UTC; 18min ago
   Docs: man:dovecot(1)
 http://wiki2.dovecot.org/
   Main PID: 306 (dovecot)
  Tasks: 7 (limit: 77019)
 Memory: 7.2M
 CGroup: /system.slice/dovecot.service
 ├─306 /usr/sbin/dovecot -F
 ├─335 dovecot/anvil
 ├─336 dovecot/log
 ├─338 dovecot/config
 ├─503 dovecot/stats
 ├─526 dovecot/auth
 └─543 dovecot/auth -w

May 04 23:01:36 dovecot-sru-lp1912118-focal systemd[1]: Started Dovecot 
IMAP/POP3 email server.
May 04 23:01:36 dovecot-sru-lp1912118-focal dovecot[306]: master: Dovecot 
v2.3.7.2 (3c910f64b) starting up without an>
root@dovecot-sru-lp1912118-focal:/home/ubuntu# 


The first option you could do to help is since you *can* reproduce it, would be 
to install the PPA I mentioned above and verify whether that package solves the 
problem on your end.  Although I much prefer being able to reproduce issues 
myself, that would at least allow us to move ahead with the SRU to get the fix 
released publicly.

The second option is if you could send me an inbox that reproduces it
for you - not necessarily the one you have now, but maybe download the
emails from the debian bug report and add them to your inbox.  (I'm
wondering if I constructed the inbox incorrectly.)

The third thing is if you have anything non-stock in your dovecot config
files, to attach them.  Also if you have any 3rd party FTS software, or
other dovecot-* components installed, let me know.  That will help me
ensure I'm more closely reproducing your environment.

Thanks ahead of time.
Bryce (br...@canonical.com)

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

Title:
  assertion failure in message_part_finish when searching large folder

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

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

[Bug 1927169] [NEW] dpkg error(1)

2021-05-04 Thread Boluwatife Akinola
Public bug reported:

I don't know

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.42
ProcVersionSignature: Ubuntu 5.4.0-72.80~18.04.1-generic 5.4.101
Uname: Linux 5.4.0-72-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
CrashDB: ubuntu
Date: Wed May  5 00:21:19 2021
InstallationDate: Installed on 2020-06-07 (331 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-05-04 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2021-05-05 00:18:49.238491
 Log time: 2021-05-05 00:19:35.191694
 Log time: 2021-05-05 00:20:43.077138
 Log time: 2021-05-05 00:21:30.799854
VarLogDistupgradeTermlog:

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

Title:
  dpkg error(1)

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

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

[Bug 1901784] Re: configuration file without pid causes "Bad magic in options.c, line 1059" crash on SIGHUP

2021-05-04 Thread Launchpad Bug Tracker
This bug was fixed in the package stunnel4 - 3:5.56+dfsg-10

---
stunnel4 (3:5.56+dfsg-10) unstable; urgency=medium

  * Allocate a new memory buffer for the pidfile path in
the 04-restore-pidfile-default patch, since it may be freed when
stunnel is reconfigured, e.g. on a SIGHUP.
Closes: #987265; LP: #1901784

 -- Peter Pentchev   Wed, 21 Apr 2021 09:12:28 +0300

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

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

Title:
  configuration file without pid causes "Bad magic in options.c, line
  1059" crash on SIGHUP

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

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

[Bug 1923049] Re: autotest.ubuntu_ltp_stable dio fails on focal:linux-gcp 5.4

2021-05-04 Thread Ian
bionic/linux-gcp-fips: 4.15.0-2009.10

** Tags added: sru-20210412

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

Title:
  autotest.ubuntu_ltp_stable dio fails on focal:linux-gcp 5.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1923049/+subscriptions

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

[Bug 1839912] Re: test_map in ubuntu_bpf failed with "Allowed update sockmap '0:3' not in ESTABLISHED"

2021-05-04 Thread Ian
bionic/linux-gcp-fips: 4.15.0-2009.10

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

Title:
  test_map in ubuntu_bpf failed with "Allowed update sockmap '0:3' not
  in ESTABLISHED"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1839912/+subscriptions

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

[Bug 1911637] Re: Another app is currently holding the xtables lock

2021-05-04 Thread Oliver Vollmer
This has been reported on the ansible module side as well as it impacts
the ability to configure ufw on Ubuntu 20.04.02 LTS servers. ufw is
essentially unusable because of this bug.

https://github.com/ansible-collections/community.general/issues/2336 
https://github.com/ansible-collections/community.general/issues/2452 

** Bug watch added: github.com/ansible-collections/community.general/issues 
#2336
   https://github.com/ansible-collections/community.general/issues/2336

** Bug watch added: github.com/ansible-collections/community.general/issues 
#2452
   https://github.com/ansible-collections/community.general/issues/2452

** Also affects: ufw (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/1911637

Title:
  Another app is currently holding the xtables lock

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

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

[Bug 1923268] Re: grubnet default grub.cfg should try /grub/grub.cfg-${net_default_mac} before /grub/grub.cfg

2021-05-04 Thread Lee Trager
lp:maas-images produces the bootloaders stream. It was previously
pointed to Bionic for i386(pxelinux), amd64(shim+grub-signed), and
arm64(grub) while PPC64(grub) is pointed to Xenial. In an attempt to get
secure boot working I upgraded i386, amd64, and arm64 to Focal. arm64
and PPC64 had their grub "built" with grub-mkimage as they don't use the
signed package. Part of this process included a custom grub.cfg which
did the right thing. Our build host is still using Precise and the team
managing it doesn't have time to upgrade it. I noticed that grub-signed
is now available for arm64 so I moved arm64 to shim+grub-signed.

We test all changes to the stream however our current process doesn't
test enlistment, only commissioning, testing, and deployment. We noticed
this bug in our CI and filed it. A resolution is being discussed this
week at the sprint.

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

Title:
  grubnet default grub.cfg should try /grub/grub.cfg-${net_default_mac}
  before /grub/grub.cfg

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

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

[Bug 1926917] Re: I can't change mouse sensitivity. I mean that I can do this in this software but in real is no reaction.

2021-05-04 Thread Piotr
This is known issue on LXQt 0.14.1 which is included in Lubuntu 20.04
LTS. Lubuntu Developers should update to LXQt 0.15 version. Problem
still exist.

Link: https://github.com/lxqt/lxqt-config/issues/400

** Bug watch added: github.com/lxqt/lxqt-config/issues #400
   https://github.com/lxqt/lxqt-config/issues/400

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

Title:
  I can't change mouse sensitivity. I mean that I can do this in this
  software but in real is no reaction.

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

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

[Bug 1748103] Re: apic test in kvm-unit-test failed with timeout

2021-05-04 Thread Ian
bionic/linux-azure-4.15: 4.15.0-1114.127

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

Title:
  apic test in kvm-unit-test failed with timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1748103/+subscriptions

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

[Bug 1839912] Re: test_map in ubuntu_bpf failed with "Allowed update sockmap '0:3' not in ESTABLISHED"

2021-05-04 Thread Ian
bionic/linux-azure-4.15: 4.15.0-1114.127

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

Title:
  test_map in ubuntu_bpf failed with "Allowed update sockmap '0:3' not
  in ESTABLISHED"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1839912/+subscriptions

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

[Bug 1923114] Re: ubuntu_kernel_selftests: ./cpu-on-off-test.sh: line 94: echo: write error: Device or resource busy

2021-05-04 Thread Ian
bionic/linux-azure-4.15: 4.15.0-1114.127

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

Title:
  ubuntu_kernel_selftests: ./cpu-on-off-test.sh: line 94: echo: write
  error: Device or resource busy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1923114/+subscriptions

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

[Bug 1922353] Re: Overview sometimes fails to appear or disappear fully when Ubuntu Dock is loaded

2021-05-04 Thread Dave G
I am impacted by this bug.  Ubuntu 21.04/Wayland.  Only the Dash to
Panel desktop extension is enabled.  Problem started after upgrading
from 20.10 to 21.04.

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

Title:
  Overview sometimes fails to appear or disappear fully when Ubuntu Dock
  is loaded

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

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

[Bug 1927163] [NEW] Support time status is not correctly if we use ubuntu-support-status command in terminal

2021-05-04 Thread Piotr
Public bug reported:

Dear Launchpad Community,

I used ubuntu-support-status command on my Ubuntu 18.04.5 system and I
can see that these packages are not supported:

gstreamer1.0-gtk3 libbrotli1 libwoff1

Like we know these packages are from main repositore so this should have
support to 2023 year so this is why I report this like bug.

Package: gstreamer1.0-gtk3
Version: 1.14.5-0ubuntu1~18.04.2

Package: libbrotli1
Version: 1.0.3-1ubuntu1.3

Package: libwoff1
Version: 1.0.2-1build0.1

lsb_release -a

Distributor ID: Ubuntu
Description:Ubuntu 18.04.5 LTS
Release:18.04
Codename:   bionic

I hope that you fix it or explain me why these packages are not
supported.

Yours faithfully,
Piotr

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

** Affects: gst-plugins-good1.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: woff2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: brotli (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: brotli (Ubuntu)

** Also affects: brotli (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Support time status is not corrected if we use ubuntus-support-status
+ Support time status is not corrected if we use ubuntu-support-status command 
in terminal

** Summary changed:

- Support time status is not corrected if we use ubuntu-support-status command 
in terminal
+ Support time status is not correctly if we use ubuntu-support-status command 
in terminal

** Description changed:

  Dear Launchpad Comminity,
  
  I used ubuntu-support-status command on my Ubuntu 18.04.5 system and I
  can see that these packages are not supported:
  
  gstreamer1.0-gtk3 libbrotli1 libwoff1
  
  Like we know these packages are from main repositore so this should have
  support to 2023 year so this is why I report this like bug.
  
- 
  Package: gstreamer1.0-gtk3
  Version: 1.14.5-0ubuntu1~18.04.2
+ 
+ Package: libbrotli1
+ Version: 1.0.3-1ubuntu1.3
+ 
+ Package: libwoff1
+ Version: 1.0.2-1build0.1
  
  lsb_release -a
  
  Distributor ID:   Ubuntu
  Description:  Ubuntu 18.04.5 LTS
  Release:  18.04
  Codename: bionic
  
- 
- I hope that you fix it or explain me why these packages are not supported.
+ I hope that you fix it or explain me why these packages are not
+ supported.
  
  Yours faithfully,
  Piotr

** Description changed:

- Dear Launchpad Comminity,
+ Dear Launchpad Community,
  
  I used ubuntu-support-status command on my Ubuntu 18.04.5 system and I
  can see that these packages are not supported:
  
  gstreamer1.0-gtk3 libbrotli1 libwoff1
  
  Like we know these packages are from main repositore so this should have
  support to 2023 year so this is why I report this like bug.
  
  Package: gstreamer1.0-gtk3
  Version: 1.14.5-0ubuntu1~18.04.2
  
  Package: libbrotli1
  Version: 1.0.3-1ubuntu1.3
  
  Package: libwoff1
  Version: 1.0.2-1build0.1
  
  lsb_release -a
  
  Distributor ID:   Ubuntu
  Description:  Ubuntu 18.04.5 LTS
  Release:  18.04
  Codename: bionic
  
  I hope that you fix it or explain me why these packages are not
  supported.
  
  Yours faithfully,
  Piotr

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

Title:
  Support time status is not correctly if we use ubuntu-support-status
  command in terminal

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

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

[Bug 1927164] [NEW] An unresolvable problem occurred while calculating the upgrade.

2021-05-04 Thread Liming
Public bug reported:

Unable to upgrade Ubuntu 18.04 to 20.04

Calculating the changes

Calculating the changes

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

If none of this applies, then please report this bug using the 
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If 
you want to investigate this yourself the log files in 
'/var/log/dist-upgrade' will contain details about the upgrade. 
Specifically, look at 'main.log' and 'apt.log'.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.44
ProcVersionSignature: Ubuntu 4.15.0-142.146-generic 4.15.18
Uname: Linux 4.15.0-142-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue May  4 17:45:57 2021
InstallationDate: Installed on 2018-11-09 (907 days ago)
InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 (20180731)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-05-04 (0 days ago)
VarLogDistupgradeTermlog:

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

Title:
  An unresolvable problem occurred while calculating the upgrade.

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

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

[Bug 1925768] Re: Losing Wifi connection when USB-C Hub was plugged-in

2021-05-04 Thread Miroslav Andjelkovic
Specially the logs from "May  4 23:17:59" about LAN connection is
interesting

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

Title:
  Losing Wifi connection when USB-C Hub was plugged-in

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

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

[Bug 1925768] Re: Losing Wifi connection when USB-C Hub was plugged-in

2021-05-04 Thread Miroslav Andjelkovic
Here is my syslog...

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1925768/+attachment/5494795/+files/syslog

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

Title:
  Losing Wifi connection when USB-C Hub was plugged-in

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

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

[Bug 1902731] Re: iSCSI Gateway does not survive node reboot

2021-05-04 Thread Billy Olsen
This looks to be a ceph-iscsi bug and will need the relevant commit into
Ceph for this, which is linked in the description. It's not, however, a
charm bug at this point so I'll remove the charm.

** No longer affects: charm-ceph-iscsi

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

Title:
  iSCSI Gateway does not survive node reboot

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

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

[Bug 1925800] Re: Many failures on Kubutu 20.10

2021-05-04 Thread Reiner Herrmann
Can you please give some additional information about what went wrong?
For example run "firejail --debug firefox" and post the output when it works, 
and once when it doesn't work. Same for VSCode.
And for doplhin can you try to run the scripts from a terminal but using the 
dolphin profile? "firejail --profile=/etc/firejail/dolphin.profile 
script_that_does_not_work.sh"

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

Title:
  Many failures on Kubutu 20.10

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

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

[Bug 1921640] Re: Profile file should include app version number(s)

2021-05-04 Thread Reiner Herrmann
I think maintaining that is difficult. There are currently more than 1000 
profiles.
Many of them exist already for quite some time, others are regularly 
contributed by many users.
It will get quickly out of date.
And even if upstream maintains this information, that does not mean that the 
version matches the software packaged in Debian or Ubuntu.

I'll close this bug, as it is out of scope of package maintenance.
If you want to move this forward, I would suggest to start a discussion 
upstream.

** Changed in: firejail (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/1921640

Title:
  Profile file should include app version number(s)

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

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

[Bug 1925768] Re: Losing Wifi connection when USB-C Hub was plugged-in

2021-05-04 Thread Miroslav Andjelkovic
Hallo Po-Hsu Lin,

today I habe the same issue again. -When I plug in my Hub, my Wifi-Connection 
is crashing. 
I also tried to remove the ethernet cable connections in the Network-Settings 
without success.

Could you help me, please?

Sorry for the late answer, but I had today time for further tests.


BR
Miro

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

Title:
  Losing Wifi connection when USB-C Hub was plugged-in

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

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

  1   2   3   4   >