[Bug 2119152] Re: Kernel 6.14.0-27-generic regression on Samsung 960XGL: touchpad, wifi, USB keyboard fail

2025-07-31 Thread AUGUSTO RICKES DA SILVEIRA
I'm experiencing the same issue with this kernel: OS: Ubuntu 24.04.2 LTS Host: 82MG IdeaPad Gaming 3 15IHU6 Solution: Boot into a different kernel version using GRUB. A friend of mine also has the same issue with kernel version 6.8.0-64-generic. -- You received this bug notification because y

[Bug 2116259] [NEW] dracut generated initramfs doesn't include mlx5_core module

2025-07-09 Thread Fabio Augusto Miranda Martins
Public bug reported: A dracut generated initrd on Questing Quokka does not contain the mlx5_core, as a result, boot via a network based device will fail if our NIC uses that module. As an example, Oracle Cloud uses iSCSI based boot devices. On bare metal instances, it is very common to use the ml

[Bug 2098515] Re: IPv6-only (single stack) instances configuring network over dhcp in initramfs will take a long time to boot due to loop in dhcpcd -4

2025-03-13 Thread Fabio Augusto Miranda Martins
Just mentioning that, although I'm not sure this is exactly the best thing to do, wrapping "configure_networking" inside "if [ -e /sys/firmware/ibft ]; then" fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 2080698] Re: Dragging a window can cause full framebuffer damage

2025-02-26 Thread Fabio Augusto Miranda Martins
Hi Chris / Alessandro, I'm possibly doing something wrong, but I was trying to upgrade to mutter 46.2-1ubuntu0.24.04.6 from -proposed to help with this bug verification, and this is what I noticed. I have the following packages installed: fa...@fabiomirmar.net@noble-desktop:~$ sudo dpkg -l | gre

[Bug 2098515] [NEW] IPv6-only (single stack) instances configuring network over dhcp in initramfs will take a long time to boot due to loop in dhcpcd -4

2025-02-14 Thread Fabio Augusto Miranda Martins
Public bug reported: Cloud instances that configure network over DHCP in initramfs, will go through a "for ROUNDTTT in 30 60 90 120" loop inside configure_networking(). If the DHCP server is only offering a IPv6 (no IPv4), the instance will take more than 5 minutes to boot, because it will first

[Bug 2091904] Re: IPv6 iBFT boot runs into a timeout

2025-02-14 Thread Fabio Augusto Miranda Martins
I've tested the Noble and Oracular from -proposed and my feedback is positive. Oracular with initramfs-tools 0.142ubuntu34.1: ubuntu@fabio-oracular-amd-vanilla:~$ sudo dpkg -l | grep initramfs-tools ii initramfs-tools0.142ubuntu34.1 all

[Bug 2095017] Re: SEV-SNP Causes Significant RSA Performance Degradation on Ubuntu 24.04

2025-01-16 Thread Fabio Augusto Miranda Martins
Hi Jon, Thank you for raising this bug. While we are going to investigate this (I've launched some VMs and I can confirm / reproduce the behavior), I would like to ask why do you think the missing CPU flags is relevant here? It was mentioned missing the following flags when SEV-SNP is enabled

[Bug 2065432] Re: Unable to authenticate with smartcard: gnome-shell throws on unhandled promise rejection

2025-01-07 Thread Fabio Augusto Miranda Martins
AWS has tested gnome-shell 46.0-0ubuntu6~24.04.6 from -proposed and confirmed that it fixes the mentioned 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/2065432 Title: Unable to authentica

[Bug 2084306] Re: Impossible to patch gnome shell to set a custom ShellUserVerifier

2025-01-07 Thread Fabio Augusto Miranda Martins
AWS has tested gnome-shell 46.0-0ubuntu6~24.04.6 from -proposed and confirmed that it fixes the mentioned the issue. ** Tags removed: verification-needed verification-needed-noble ** Tags added: verification-done verification-done-noble -- You received this bug notification because you are a mem

[Bug 2091579] Re: UBSAN: shift-out-of-bounds in /build/linux-oracle-e23yiU/linux-oracle-6.11.0/drivers/firmware/iscsi_ibft.c:313:9

2024-12-12 Thread Fabio Augusto Miranda Martins
This problem was already being investigated by another Engineer. I'll paste here the summary that he shared with me: Regarding the failure to boot from iSCSI in IPv6-only instances on Jammy, we identified two issues: 1. UBSAN Shift-Out-of-Bounds Warning This warning message is not the root cause

[Bug 2070320] Re: Autoinstall with apt deb822 source on noble does not override '/etc/apt/sources.list.d/ubuntu.sources' despite 'preserve_sources_list: false'

2024-11-14 Thread Fabio Augusto Miranda Martins
Thanks for the details, Chris. In my use case, the objective was to never use the original/default sources, as we don't wanted to point to archive.ubuntu.com at all, but rather to use an internal mirror (which had been set up with aptly, and hence had a non-default GPG key). I originally bumped i

[Bug 2081129] Re: libpam-sss: require_cert_auth is not absolute, will fall back to password auth on smartcard removal

2024-10-25 Thread Fabio Augusto Miranda Martins
Hi Andreas, Thank you for the assistance with this SRU. I've verified that the package available in -proposed indeed addresses the issue as expected. Before upgrading it, I was running SSSD 2.6.3-1ubuntu3.3 fa...@fabiomirmar.net@jammy-desktop:~$ apt-cache policy sssd | grep Installed Installe

[Bug 2081129] Re: libpam-sss: require_cert_auth is not absolute, will fall back to password auth on smartcard removal

2024-10-22 Thread Fabio Augusto Miranda Martins
I've just tested the switch user scenario, and the fallback problem doesn't happen there either. The original problem has been reported on sudo, and so far that's the only place where I've been able to see the fallback issue happening. -- You received this bug notification because you are a memb

[Bug 2081129] Re: libpam-sss: require_cert_auth is not absolute, will fall back to password auth on smartcard removal

2024-10-21 Thread Fabio Augusto Miranda Martins
Yes, unlocking will reference /etc/pam.d/gdm-smartcard, which in this scenario is a symbolic link to /etc/pam.d/gdm-smartcard-sssd-exclusive, which explains why unlocking isn't affected by the bug (doesn't fallback to password based authentication) -- You received this bug notification because yo

[Bug 2081129] Re: libpam-sss: require_cert_auth is not absolute, will fall back to password auth on smartcard removal

2024-10-21 Thread Fabio Augusto Miranda Martins
The screen unlock doesn't fallback to password-based authentication, even in the sssd version that is exposed to the bug. I tried with SSSD 2.6.3-1ubuntu3.3 (Jammy) and it doesn't prompt for password authentication and the screen remains locked until you connect the smartcard. I believe this uses /

[Bug 2081129] Re: libpam-sss: require_cert_auth is not absolute, will fall back to password auth on smartcard removal

2024-10-17 Thread Fabio Augusto Miranda Martins
Answering some of the questins, while I'll let Matthew comment on the rest. b) Yes, in gdm the smartcard is absolutely necessary and there's no fallback. I haven't seen a fallback request in other situations either, but only when running 'sudo'. However, considering the upstream commit, I wouldn't

[Bug 2062535] Re: zip fails when filenames contain unicode characters

2024-10-07 Thread Cesar Augusto Calad Hernandez
Question, for the ARM64 architecture, what is the estimated date for when it will be ready? PS: My machine is a Raspberry PI 5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062535 Title: zip fails

[Bug 2081172] Re: dracut generated initramfs doesn't contain necessary files for iscsi boot

2024-09-19 Thread Fabio Augusto Miranda Martins
Yes, it is installed. This is from the instance that I used to create the image that later on boots from iscsi: ubuntu@oracular-dracut:~$ sudo dpkg -l dracut-network Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(no

[Bug 2081172] [NEW] dracut generated initramfs doesn't contain necessary files for iscsi boot

2024-09-19 Thread Fabio Augusto Miranda Martins
Public bug reported: When running Ubuntu 24.10 (Oracular Oriole) and switching from initramfs to dracut (by installing dracut packages and following instructions in /usr/share/doc/dracut-core/README.Debian), the initramfs generated by dracut won't include the necessary files to allow an instance t

[Bug 2069080] Re: package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2024-06-20 Thread Cesar Augusto Calad Hernandez
You are right, I should not have changed the status, since this error can be reproduced to other users. At the moment no problems have occurred again. After being able to receive the latest update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 2069686] [NEW] package tex-common 6.13 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1

2024-06-18 Thread Augusto
Public bug reported: package tex-common 6.13 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1 ProblemType: Package DistroRelease: Ubuntu 20.04 Package: tex-common 6.13 ProcVersionSignature: Ubuntu 5.15.0-107.117~20.04.1-gener

[Bug 2069080] Re: package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2024-06-13 Thread Cesar Augusto Calad Hernandez
Yesterday, the problem occurred. But recently I was going to reproduce the problem, and when I did sudo apt update but this time the update of the MySQL8.0 package worked. $ mysql --version mysql Ver 8.0.37-0ubuntu0.24.04.1 for Linux on aarch64 ((Ubuntu)) ** Attachment added: "Screenshot from 2

[Bug 2063547] Re: Deprecated locale.format() in indicator.py

2024-06-12 Thread Augusto
THANKS "locale.format_string" fix the bug. Now the source repository need to be updated with that fix =) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063547 Title: Deprecated locale.format()

[Bug 2069080] Re: package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2024-06-11 Thread Cesar Augusto Calad Hernandez
/var/lib/dpkg/info/mysql-server-8.0.postinst: line 56: kill: (37410) - Permission denied It stays completely still, until I kill process ID 37410, the following result comes out dpkg: error processing package mysql-server-8.0 (--configure): installed mysql-server-8.0 package post-installation s

[Bug 2069080] [NEW] package mysql-server-8.0 8.0.37-0ubuntu0.24.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2024-06-11 Thread Cesar Augusto Calad Hernandez
Public bug reported: $ sudo apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additio

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-29 Thread Fabio Augusto Miranda Martins
Based on discussions at https://github.com/nfs-ganesha/nfs- ganesha/issues/1123, it seems this is something released with nfs- ganesha V4, so IIUC, this is something that will only be available to an Openstack + Manila + Ceph + NFS Ganesha in Noble Numbat, since it offers nfs-ganesha 4.3-8ubuntu1

[Bug 2067367] [NEW] package tex-common 6.13 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1

2024-05-28 Thread Augusto
Public bug reported: package tex-common 6.13 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1 ProblemType: Package DistroRelease: Ubuntu 20.04 Package: tex-common 6.13 ProcVersionSignature: Ubuntu 5.15.0-107.117~20.04.1-gener

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-22 Thread Fabio Augusto Miranda Martins
This is also being discussed upstream: https://github.com/nfs- ganesha/nfs-ganesha/issues/1123 ** Bug watch added: github.com/nfs-ganesha/nfs-ganesha/issues #1123 https://github.com/nfs-ganesha/nfs-ganesha/issues/1123 -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-22 Thread Fabio Augusto Miranda Martins
Hi Peter, The NFS client is a Jammy VM running nfs-common 1:2.6.1-1ubuntu1.2 and kernel 5.15.0-102-generic. I'm running a sosreport and will attach it here soon. Regards, Fabio -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 2064657] Re: Add support for CEPH ceph.file.layout and ceph.dir.layout xattr

2024-05-22 Thread Fabio Augusto Miranda Martins
** Attachment added: "sosreport-jammy-130612-2024-05-22-dnjwtoi.tar.xz" https://bugs.launchpad.net/ubuntu/+source/nfs-ganesha/+bug/2064657/+attachment/5781410/+files/sosreport-jammy-130612-2024-05-22-dnjwtoi.tar.xz -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2060775] [NEW] package tex-common 6.13 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1

2024-04-10 Thread Augusto
Public bug reported: it just crashed while I was doing an update! ProblemType: Package DistroRelease: Ubuntu 20.04 Package: tex-common 6.13 ProcVersionSignature: Ubuntu 5.15.0-101.111~20.04.1-generic 5.15.143 Uname: Linux 5.15.0-101-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.27 Architecture:

[Bug 2054343] Re: arm64 build of gcc-10 10.5.0-3ubuntu1 still broken (CVE-2023-4039 still open)

2024-03-14 Thread Fabio Augusto Miranda Martins
** Tags added: rls-ff-incoming rls-jj-incoming rls-mm-incoming rls-nn- incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2054343 Title: arm64 build of gcc-10 10.5.0-3ubuntu1 still broken (CVE-2

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
It seems 0.142ubuntu19 would be exposed to the bug. To test whether or not my use case would be affected by it, I've booted a Jammy instance with initramfs-tools 0.142ubuntu19, and I can't hit the problem. It is booting well through iscsi. My cmdline is as below, so it might not be exposed to the i

[Bug 2056460] [NEW] cloud-init in degraded state on Oracle instance with "Invalid network-config provided"

2024-03-07 Thread Fabio Augusto Miranda Martins
Public bug reported: When booting a Noble Numbat (Ubuntu 24.04) instance on Oracle Cloud, clout-init ends up in a degraded state reporting "Invalid network-config provided". Details are displayed below: ubuntu@fabio-noble-baremetal-benjaminfix:~$ sudo cloud-init status -l status: done extended_st

[Bug 2056460] Re: cloud-init in degraded state on Oracle instance with "Invalid network-config provided"

2024-03-07 Thread Fabio Augusto Miranda Martins
** Attachment added: "cloud-init.tar.gz" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056460/+attachment/5753817/+files/cloud-init.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested launching a Oracle Cloud baremetal instance (which boots from iSCSI) using such patch, and all worked well: https://pastebin.ubuntu.com/p/3cdFdYBVFG/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 2056194] Re: Networking broken in early boot on Oracle Native instances

2024-03-07 Thread Fabio Augusto Miranda Martins
I've tested the patch and it fixes the issue. I can confirm the MTU settings are now correct and curl works fine. I also confirmed it allowed cloud-init to run and fully complete the boot process: https://pastebin.ubuntu.com/p/KfcP7wmjjV/ There are no cloud-init errors: https://pastebin.ubuntu.c

[Bug 2056194] Re: Networking broken in early boot on Oracle Native instances

2024-03-06 Thread Fabio Augusto Miranda Martins
Between initramfs-tools 0.142ubuntu8 and 0.142ubuntu9, we've Replaced dhclient by dhcpcd (LP: #2024164). When a DHCP server provides MTU settings to dhcpcd, it configures the routes with the appropriate mtu value (due to "option interface_mtu" in /etc/dhcpcd.conf), but it does not configure the MT

[Bug 1973114] Re: Key trust verification fails on Ubuntu 22.04

2022-05-17 Thread Fabio Augusto Miranda Martins
Hi Brian, Thanks for that. I've tested and validated that ec2-instance-connect from jammy-proposed fixes the issue. Here are the evidences: https://pastebin.ubuntu.com/p/dPD6vyS6g4/ Cheers, Fabio Martins -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1973114] Re: Key trust verification fails on Ubuntu 22.04

2022-05-13 Thread Fabio Augusto Miranda Martins
I also tested with mssh to make it works well: When running ec2-instance-connect 1.1.14-0ubuntu1 (from Jammy) and trying to connect with mssh: fabio@fabio-canonical:~/.aws$ mssh ubuntu@i-0af3232b4fb6ed642 ubuntu@3.91.56.142: Permission denied (publickey). Due to the bug, we can see the key being

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
I've also updated the [Test Plan] section of the bug description ** Description changed: [Impact] In some cases, ipconfig can take a longer time than the user-specified timeouts, causing unexpected delays. [Test Plan] + + - Check that the ipconfig utility is able to obtain an IP throug

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
Hello Robie, I've validated that the package from -proposed works well, testing in my VM based environment. I haven't tested it on Oracle bare metal (where the original issue happened) as that is a type of instance hard to get access to. Given that the test packages had proven to fix the original

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-12 Thread Fabio Augusto Miranda Martins
I've tested the package from -proposed and I can confirm it fixes the problem: Installed from -proposed: root@ubuntu:~# apt-cache policy klibc-utils klibc-utils: Installed: 2.0.4-9ubuntu2.2 Candidate: 2.0.4-9ubuntu2.18.04.1 Version table: 2.0.4-9ubuntu2.18.04.1 500 500 http://p

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-05-10 Thread Fabio Augusto Miranda Martins
Should this bug be changed to Fix Committed at this point? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947099 Title: ipconfig does not honour user-requested timeouts in some cases To manage not

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-20 Thread Fabio Augusto Miranda Martins
I've tested the new patch from ppa:mfo/lp1947099v2 and I can confirm it resolves the problem: - Without the patch: https://pastebin.ubuntu.com/p/RksNcBGSzn/ It took 396,940865−220,447147 = 176,493718 seconds in the IP-Config section. Total boot time: ubuntu@gpu48-ubuntu18:~$ sudo systemd-an

[Bug 1968395] Re: [impish] Wayland is with the black screen when I share it

2022-04-15 Thread Augusto Menezes
I only can share the windows when I am using google chrome and when I try to share the computer's screen, it is black for the others that watching. But this doesn't happen when I use firefox. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-13 Thread Fabio Augusto Miranda Martins
Thank you, Mauricio, for the build process details and for adding the update here. I'm including some evidence of my tests showing that the patch you suggested did work well: Details of the build process: https://pastebin.ubuntu.com/p/dmVWH2fxpy/ Test package installed: https://pastebin.ubuntu.

[Bug 1968395] [NEW] Wayland

2022-04-08 Thread Augusto Menezes
Public bug reported: Wayland is with the black screen when I share it. ProblemType: Bug DistroRelease: Ubuntu 21.10 Package: gnome-shell 40.5-1ubuntu2 Uname: Linux 5.16.0-051600-generic x86_64 ApportVersion: 2.20.11-0ubuntu71.1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-05 Thread Fabio Augusto Miranda Martins
@Łukasz / @Robie, do you think the above comments are enough to proceed with this SRU? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947099 Title: ipconfig does not honour user-requested timeouts i

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-05 Thread Fabio Augusto Miranda Martins
I've tested the klibc-utils patch using Mauricio's ppa: sudo add-apt-repository ppa:mfo/lp1947099 sudo apt install klibc-utils sudo update-initramfs -u -k all And I can confirm that it does improve the boot time in more than 3 minutes, without causing any noticeable issues. - Without the patch:

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-04-04 Thread Fabio Augusto Miranda Martins
I tried using klibc-utils from the ppa (containing the patch): root@ubuntu:~# sudo apt-cache policy klibc-utils klibc-utils: Installed: 2.0.4-9ubuntu2.18.04.1 Candidate: 2.0.4-9ubuntu2.18.04.1 Version table: *** 2.0.4-9ubuntu2.18.04.1 500 500 http://ppa.launchpad.net/mfo/lp1947099/u

[Bug 1944574] Re: EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k boundary

2022-03-31 Thread Fabio Augusto Miranda Martins
I believe the "EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k boundary" that was reported on this bug is not what is preventing the VM from booting. If you look into the full log you provided, that message is logged both on the boot that succeeded and in the one that got stuck. I b

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-03-30 Thread Fabio Augusto Miranda Martins
I've setup a Lab with dnsmasq acting as DHCP Server, which I can use the dhcp-reply-delay option to introduce a delay between the DHCPDISCOVER and DHCPOFFER, as in the example below: Mar 30 18:26:34 focal-dhcpsrv dnsmasq-dhcp[2470]: DHCPDISCOVER(ens3) 52:54:00:d7:10:13 Mar 30 18:26:34 focal-dhcp

[Bug 1947099] Re: ipconfig does not honour user-requested timeouts in some cases

2022-03-03 Thread Fabio Augusto Miranda Martins
Hi Robie, The user story here is about improving the time it takes to boot a Bionic instance on Oracle Cloud in a specific bare metal shape, called BM.GPU4.8. This is a pretty large instance, with 18x Ethernet controller [0200]: Mellanox Technologies MT28800 Family [ConnectX-5 Ex] [15b3:1019]: ht

[Bug 1958803] [NEW] installation crashed when finishing

2022-01-23 Thread Augusto
Public bug reported: 1) Description:Ubuntu 20.04.3 LTS Release:20.04 2) N: Unable to locate package pkgname Installation was already finished and this error pop up with de finished installation pop up. Both messages appeared at the same time ProblemType: Bug DistroRelease: Ubuntu 20

[Bug 1946211] Re: [SRU] "radosgw-admin bucket limit check" has duplicate entries if bucket count exceeds 1000 (max_entries)

2022-01-18 Thread Fabio Augusto Miranda Martins
Hi, I've verified that the package from ussuri-proposed fixes the issue. Without the patch: https://pastebin.ubuntu.com/p/PFrkX7BkCT/ With the patch: https://pastebin.ubuntu.com/p/yytzD3sjV9/ Cheers and thank you for fixing it. - Fabio -- You received this bug notification because you are

[Bug 1955593] [NEW] Ubuntu 21.10 "gnome-shell[1453]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed"

2021-12-22 Thread Luiz Augusto
Public bug reported: I set a script that run correctly os terminal. The scripts mount a directory in $HOME from crontab, but it crashes immediately. ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1946211] Re: [SRU] "radosgw-admin bucket limit check" has duplicate entries if bucket count exceeds 1000 (max_entries)

2021-12-09 Thread Fabio Augusto Miranda Martins
Hi, I can confirm that the packages from -propose will resolve the issue. See evidences bellow: - While using 15.2.12, we can see the bug: https://pastebin.ubuntu.com/p/jYg8x4Q7vR/ - After installing 15.2.14 from -proposed, the bug is resolved: https://pastebin.ubuntu.com/p/mKFrTjddX7/ Thank

[Bug 1948526] [NEW] package python3-sip 4.19.21+dfsg-1build1 failed to install/upgrade: o subprocesso instalado, do pacote python3-sip, o script post-installation retornou erro do status de saída 139

2021-10-23 Thread Willians Tadeu Atanazio Augusto
Public bug reported: this a recursive problem ProblemType: Package DistroRelease: Ubuntu 20.04 Package: python3-sip 4.19.21+dfsg-1build1 ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22 Uname: Linux 5.11.0-38-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.20 Architecture: amd64

[Bug 1947000] [NEW] package mysql-server-8.0 8.0.26 failed to install

2021-10-13 Thread Joao Augusto Maciel de Campos
Public bug reported: package mysql-server-8.0 8.0.26 failed to install ProblemType: Package DistroRelease: Ubuntu 20.04 Package: mysql-server-8.0 8.0.26-0ubuntu0.20.04.3 ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124 Uname: Linux 5.4.0-80-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.

Re: [Bug 1946664] Re: account setup window becomes unconfigured

2021-10-12 Thread Luis Augusto Xavier Cruz
Sebastian, I have not noticed any similar problem in any other application that I have used on the system. I am sorry but I am new to using the system and I did not understand if the rendering problems you mentioned refer to any application that I need to test? (...rendering problems in yelp , devh

[Bug 1946664] [NEW] account setup window becomes unconfigured

2021-10-11 Thread Luis Augusto Xavier Cruz
Public bug reported: I installed ubuntu desktop on my Raspberrypi 4b. I set up the ubuntu sign-one account, but to set up the Google and Microsoft account, the window to enter the account data gets misconfigured on the screen and does not read the fields to enter the data and set up access to my a

[Bug 1943677] [NEW] In 21.04 driver 470 only the color white is mich high brightness ... not happen in 20.04

2021-09-14 Thread Augusto
Public bug reported: Please see the link below with all details and screenshots https://forums.developer.nvidia.com/t/color-white-is-using-high-value-bright-or-gamma/189004 ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: nvidia-driver-470 470.63.01-0ubuntu0.21.04.2 ProcVersionSignature: Ubu

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-17 Thread Erick Augusto Meira Silva
It also affects Ubuntu 20.04 LTS after a recent update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932579 Title: snap pt_BR locale shows warning every time To manage notifications about this bu

[Bug 1928479] [NEW] package mysql-server-8.0 8.0.25-0ubuntu0.20.04.1 failed to install/upgrade:

2021-05-14 Thread Joao Augusto Maciel de Campos
Public bug reported: package mysql-server-8.0 8.0.25-0ubuntu0.20.04.1 failed to install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script post-installation retornou erro do status de saída 1 ProblemType: Package DistroRelease: Ubuntu 20.04 Package: mysql-server-8.0 8.0.25-0ub

[Bug 1921104] Re: net/mlx5e: Add missing capability check for uplink follow

2021-04-21 Thread Fabio Augusto Miranda Martins
Another customer has provided positive feedback that it fixes the issue on Focal: 5.4.0-73-generic #82-Ubuntu SMP Wed Apr 14 17:39:42 UTC 2021 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1921104 Ti

[Bug 1923115] Re: Networkd vs udev nic renaming race condition

2021-04-20 Thread Fabio Augusto Miranda Martins
Customer has provided a positive feedback that the package in -proposed fixed this bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923115 Title: Networkd vs udev nic renaming race condition To m

[Bug 1919261] [NEW] Upgrading Ceph from 14.2.11-0ubuntu0.19.10.1~cloud4 to 15.2.8-0ubuntu0.20.04.1~cloud0 fails when ceph-mds is installed

2021-03-15 Thread Fabio Augusto Miranda Martins
Public bug reported: In a host where ceph-mds is installed, upgrading from 14.2.11-0ubuntu0.19.10.1~cloud4 to 15.2.8-0ubuntu0.20.04.1~cloud0 fails with: dpkg: error processing archive /tmp/apt-dpkg-install-Zen6uw/9-ceph-common_15.2.8-0ubuntu0.20.04.1~cloud0_amd64.deb (--unpack): trying to over

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2021-02-22 Thread Carlos Augusto França Schettini
*** This bug is a duplicate of bug 1872159 *** https://bugs.launchpad.net/bugs/1872159 The same issue. Notebook Asus K501 with Nvidia card and LG external monitor. It works better with the Video Noveau driver than Nvidia 460 (when scaling the monitors, but this I another issue). The build-in

[Bug 1887517] [NEW] package inkscape 0.92.5-1ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2020-07-14 Thread Antoniel Augusto Severo Gomes
Public bug reported: The package is always returning a problem. I'm trying it weeks ago. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: inkscape 0.92.5-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44 Uname: Linux 5.4.0-40-generic x86_64 NonfreeKernelModules: nvidia_mod

[Bug 1882384] [NEW] Minimal installation, with dual boot, with partitioning / swap / bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table

2020-06-06 Thread Leandro Augusto Párraga Campos
Public bug reported: Minimal installation, with dual boot, with partitioning / swap / bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.15 [modified: lib/partman/automatically_partition/question] ProcVersionSi

[Bug 1874495] [NEW] package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-04-23 Thread Luiz Augusto
Public bug reported: Simply did 'sudo do-release-upgrade -d' on WSL 1 ProblemType: Package DistroRelease: Ubuntu 19.10 Package: libc6:amd64 2.31-0ubuntu9 ProcVersionSignature: Microsoft 4.4.0-18362.476-Microsoft 4.4.35 Uname: Linux 4.4.0-18362-Microsoft x86_64 ApportVersion: 2.20.11-0ubuntu8.8 Ar

[Bug 1860306] Re: Linux kernel 5.3.0-26 breaks nvidia driver

2020-01-23 Thread Arammys Augusto
Same hear, when a updated my kernel version broke my system. I was using KDE neon testing edition and i think was bacause of this, then a reinstall my OS same thing... then i realize was that... someone has the solution? or near... Sorry about my english is not my first language. -- You received

[Bug 1740180]

2020-01-21 Thread Augusto-pace
This issue was reproducible on Windows 10 with Firefox Nightly version 74.0a1 (2020-01-14) (64-bit). Marked as affected and all platforms. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1740180 Title:

[Bug 1852077] Re: Backport: bonding: fix state transition issue in link monitoring

2020-01-10 Thread Fabio Augusto Miranda Martins
Hi Po, IIUC this bug is related to commit 627450ac21f7f4a44b949c5d5e2c35829ff1784f, which is in 4.15.0-74, which I see now in -updates / -security. Isn't it completed yet? $ git tag --contains 627450ac21f7f4a44b949c5d5e2c35829ff1784f Ubuntu-4.15.0-73.82 Ubuntu-4.15.0-74.84 Ubuntu-raspi2-4.15.0-1

[Bug 1855542] Re: Touchpad not working

2019-12-07 Thread Leandro Augusto da Costa
EVTEST log ** Attachment added: "EVTEST log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1855542/+attachment/5310515/+files/evtest -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1855542 T

[Bug 1855542] [NEW] Touchpad not working

2019-12-07 Thread Leandro Augusto da Costa
Public bug reported: After installation "zsh-autosuggestions", following instructions on: https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md , my note touchpad stopped work. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-72-generic 4.15.0-72.81 ProcV

[Bug 1853510] Re: "*** buffer overflow detected" when running atop

2019-11-22 Thread Fabio Augusto Miranda Martins
** Package changed: tree (Ubuntu) => atop (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853510 Title: "*** buffer overflow detected" when running atop To manage notifications about this

[Bug 1829823] Re: libvirt-bin: during shutdown libvirt-bin is stopped before libvirt-guests causing hang

2019-10-28 Thread Fabio Augusto Miranda Martins
Hello Corey and Matthew, I just want to confirm that I've installed libvirt-bin 1.3.1-1ubuntu10.28~cloud0 from mitaka-proposed in a Ubuntu Trusty and it fixes the issue. I'm tagging verification-done-mitaka here. Thank you very much. Regards, Fabio Martins ** Tags removed: verification-mitaka-

[Bug 1841122] [NEW] I cant install ubunto OS

2019-08-22 Thread Rodrigo Augusto Santos de Souza
Public bug reported: I try to install ubuntu OS. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.12 ProcVersionSignature: Ubuntu 5.0.0-23.24~18.04.1-generic 5.0.15 Uname: Linux 5.0.0-23-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.7 Architecture: amd64 CasperVersion: 1.39

[Bug 1789252] Re: Lenovo V130-14IGM: Touchpad not working due to missing ACPI in kernel

2019-05-20 Thread Augusto
Hi, I actualized my kernel to 5.1.3 and now the touchpad works! But still have problems with the suspend mode. I have a Lenovo v130-15IGM, Ubuntu 19.04 x64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1789252] Re: Lenovo V130-14IGM: Touchpad not working due to missing ACPI in kernel

2019-05-15 Thread Augusto
I actualized my kernel to 5.2 and there is no result. My touchpad doesn't work nor the suspend mode. I have a Lenovo v130-15IGM, Ubuntu 19.04 x64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789252

[Bug 1813822] [NEW] Improve log messages during iSCSI login failures (specially related to iSCSI redirection)

2019-01-29 Thread Fabio Augusto Miranda Martins
Public bug reported: When an iSCSI Storage (eg.: SolidFire) uses iSCSI redirects, the initial login fails, but it just logs "Login authentication failed with target", while the tcpdump actually shows what exactly was happening. For example: 1. Ubuntu tries to login to the Target IP (10.5.0.26): 2

[Bug 1789252] Re: Lenovo V130-14IGM: Touchpad not working due to missing ACPI in kernel

2018-12-25 Thread Augusto
Same problem, i have a Lenovo v130-15IGM, Ubuntu 18.04 x64, kernel 4.19 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789252 Title: Lenovo V130-14IGM: Touchpad not working due to missing ACPI in k

[Bug 1663280] Re: Serious performance degradation of math functions

2018-12-14 Thread Fabio Augusto Miranda Martins
** Changed in: glibc (Ubuntu Xenial) Importance: Medium => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1663280 Title: Serious performance degradation of math functions To manage notificati

Re: [Bug 1779237] Re: package python3 3.6.5-3ubuntu1 failed to install/upgrade: installed python3 package post-installation script subprocess returned error exit status 4

2018-11-28 Thread Luiz Augusto
Site, it also worked for me. Em qua, 28 de nov de 2018 13:16, Théo Vervaet <1779...@bugs.launchpad.net escreveu: > Solution proposed by Dimitri worked also for me > > Thanks very much Dimitri > > -- > You received this bug notification because you are subscribed to a > duplicate bug report (17817

[Bug 1804286] [NEW] package python3-pyqt5 5.10.1+dfsg-1ubuntu2 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-11-20 Thread Luiz Augusto
Public bug reported: On Openshot installation that error have occured. On PiTiVi installation too. Running Xubuntu 18.04 updated. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: python3-pyqt5 5.10.1+dfsg-1ubuntu2 ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18 Uname: Linux 4.1

[Bug 1800564] [NEW] installation error grub

2018-10-29 Thread augusto fernandez
Public bug reported: error installing ubuntu in amd64 system package: grub-efi-amd64-signed ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.6 ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 Ar

[Bug 1793430] Re: Page leaking in cachefiles_read_backing_file while vmscan is active

2018-10-10 Thread Fabio Augusto Miranda Martins
** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1793430 Title: Page leaking in cachefiles_read_backing_file while vm

[Bug 1784478] [NEW] package python3-update-manager 1:18.04.11.3 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-07-30 Thread Luiz Augusto
Public bug reported: I can't specify when it crashes ProblemType: Package DistroRelease: Ubuntu 18.04 Package: python3-update-manager 1:18.04.11.3 ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 AptOrdering: clamav-

[Bug 1781708] [NEW] Applet crhases on login >> package gnome-shell 3.28.2-0ubuntu0.18.04.1 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-07-14 Thread Luiz Augusto
Public bug reported: This error have occurred after login ProblemType: Package DistroRelease: Ubuntu 18.04 Package: gnome-shell 3.28.2-0ubuntu0.18.04.1 ProcVersionSignature: Ubuntu 4.15.0-24.26-generic 4.15.18 Uname: Linux 4.15.0-24-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 AptOrdering: th

[Bug 1734327] Re: Kernel panic on a nfsroot system

2018-04-11 Thread Fabio Augusto Miranda Martins
** Changed in: linux (Ubuntu Artful) Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734327 Title: Kernel panic on a nfsroot system To manage notifications

[Bug 683725] Re: When I format an usb key, after remount it opens the empty device twice.

2018-02-13 Thread Fabio Augusto Miranda Martins
Thank you for filing this bug. I tried to reproduce it in Xenial, but it seems this behavior is no longer happening and very likely is already fixed, so I'm closing this bug as invalid. This is also a duplicate of 686780. ** Changed in: nautilus (Ubuntu) Status: New => Invalid -- You rece

[Bug 686780] Re: USB format opens two nautilus windows

2018-02-13 Thread Fabio Augusto Miranda Martins
Thank you for filing this bug. I tried to reproduce it in Xenial, but it seems this behavior is no longer happening and very likely is already fixed, so I'm closing this bug as invalid. This is also a duplicate of 683725. ** Changed in: nautilus (Ubuntu) Status: New => Invalid -- You rece

[Bug 334806] Re: nautilus disappear desktop icons and freeze open folders on jaunty

2018-02-13 Thread Fabio Augusto Miranda Martins
We are closing this bug report as it is related to a no longer supported version of Ubuntu + Kernel + Nautilus and this issue has not been observed in any recent and supported releases. ** Changed in: nautilus (Ubuntu) Status: New => Invalid -- You received this bug notification because y

[Bug 1207384] Re: apache2 failure to start on boot when binding to IPv6 address

2018-01-24 Thread Fabio Augusto Miranda Martins
Thank you for submitting this bug. We're sorry, but this problem needs to be fixed in ifupdown, not in apache2. Ubuntu 12.04 is no longer a supported version. This bug is being changed to invalid for this reason. ** Changed in: apache2 (Ubuntu) Status: New => Invalid -- You received this

[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

2017-12-22 Thread Otavio Augusto Gomes
I've installed Ubuntu 17.10 in my Dell Vostro 5470 and it has not affected. The BIOS are ok. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734147 Title: Ubuntu 17.10 corrupting BIOS - many LENOVO l

[Bug 1666432] Re: Internet drops every few minutes on wired and wireless connection

2017-11-16 Thread Otávio Augusto Soares
Same here on Ubuntu 17.10 *-network description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@:04:00.0 logical name: enp4s0

[Bug 1730117] [NEW] package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-11-04 Thread Carlos Augusto Locatelli Jr.
Public bug reported: every time i install the program kde-connect happened this bug with my Mysql server. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 Uname: Linux 4.13.2-041302-generic i686 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: i386

[Bug 1720689] [NEW] package java-common 0.57ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-10-01 Thread Carlos Augusto Niño Díaz
Public bug reported: Im trying to install Minecraft ProblemType: Package DistroRelease: Ubuntu 17.04 Package: java-common 0.57ubuntu1 ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17 Uname: Linux 4.10.0-35-generic x86_64 ApportVersion: 2.20.4-0ubuntu4.5 Architecture: amd64 Date: Sun Oct

  1   2   3   4   5   >