[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 2100965] [NEW] update manage doesn't reboot the system as requested

2025-03-05 Thread Fabio Marconi
Public bug reported: When after the upgrade the system restart is required the popup with the options appears but once clicked the option to Restart Now it doesn't happens, the popup disappear but the system doesn't reboot, gotta reboot manually. ProblemType: Bug DistroRelease: Ubuntu 25.04 Pack

[Bug 2098838] Re: apparmor appears to deny wpasupplicant on plucky, breaking wifi

2025-03-04 Thread Fabio Marconi
Hi all After getting into this, today I performed a full upgrade from oneiric and all went well, the wifi still working. Before the distro upgrade I upgraded wpasupplicant to the latest version in the repo (proposed?) but strangely it was detected as not original package. After that no more prob

[Bug 2100793] [NEW] audio só funciona o canal direito

2025-03-03 Thread fabio abreu
Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/seq:fabio 1498 F pipewire /dev/snd/controlC3: fabio 1505 F wireplumber /dev/snd/controlC2: fabio 1505 F wireplumber /dev/snd/controlC1: fabio 1505 F wireplumber

[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

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

2025-01-16 Thread Fabio Augusto Miranda Martins
P and AL2023, is that the invpcid_single is missing on Ubuntu both when SEV-SNP is enabled or disabled, but I'm not sure if this has any relevance here. Please, let us know your thoughts. Regards, Fabio Martins -- You received this bug notification because you are a member of Ubuntu Bugs

[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 2091002] [NEW] Extension name not show

2024-12-04 Thread Fabio Bellavia
Public bug reported: gnome-extensions-app does not show some extension name with error: (gnome-extensions-app:40070): Gtk-WARNING **: 12:53:59.812: Failed to set text 'Tweaks & Extensions in System Menu' from markup due to error parsing markup: Errore alla riga 1: L'entità non termina con un punt

[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
rks as expected (authentication succeeds when the smartcard is connected, and it fails prompting for a smartcard when it is disconnected, and doesn't fallback to password-based). I'm not marking as verification-done as I don't know if we need to address second dep8 test before doing so. R

[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 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 2080770] [NEW] I can´t upgrade from 24.04 to 24.04.1 distribution

2024-09-15 Thread Fabio Vasconcelos
Public bug reported: During update, update manager is marked to remove, but is also in list they should not remove ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: ubuntu-release-upgrader-core 1:22.04.20 ProcVersionSignature: Ubuntu 5.15.0-121.131-generic 5.15.163 Uname: Linux 5.15.0-121-gen

[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 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.

[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 2047758] Re: Cannot save PDFs due to PikePDF incompatibility, solved & patched upstream

2024-04-01 Thread Fabio M. Panico
UPGRADE pdfarranger via SNAP: I'm on Ubuntu 22.04.04 and I was facing the same issue, having installed pdfarranger 1.8.2 via command line apt install. Removing it (with sudo apt remove --purge pdfarranger) and reinstalling via snap (sudo snap install pdfarranger) I got version 1.10.1 and fixed th

[Bug 2047758] Re: Cannot save PDFs due to PikePDF incompatibility, solved & patched upstream

2024-03-15 Thread Fabio M. Panico
Hi, I would like to say that I'm facing the same problem. Hope it's ok to add this comment into this bug report. I recently made a fresh install of ubuntu 22.04-04. And when trying to combine 2 pdfs, PDF-Arranger gives me this error: "use pikepdf.PDF.pages interface to copy pages from one PDF t

[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 1992187] Re: hplip not working after install in 22.04, python error

2024-03-12 Thread Fabio M. Panico
Could not understand how to implement the workaround suggested by Alterbo Donato #4. I would appreciate if you could clarify. But uninstalling the package available at Ubuntu 22.04 repository and installing the package downloaded from HP Developers (https://developers.hp.com/hp-linux-imaging-and-

[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 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, whi

[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

[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
leased to Bionic will continue to carry this patch? Thank you in advance! Regards, Fabio Martins -- 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 timeo

[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 1972855] [NEW] lldb malfunctions due to faulty python path (ModuleNotFoundError: No module named 'lldb.embedded_interpreter')

2022-05-10 Thread Fabio A.
Public bug reported: Starting lldb causes the following to happen: $ lldb Traceback (most recent call last):   File "", line 1, in ModuleNotFoundError: No module named 'lldb.embedded_interpreter' (lldb) This causes issues with, for instance, QtCreator, which stalls when trying to debug anything

[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 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 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 1967001] Re: Wrong message "Check your Internet connection."

2022-03-30 Thread Fabio Marconi
Sorry, perhaps I was not clear. I know my sources.list.d is wrong but what I mean is that the message "check your internet connection" is wrong because the internet connection is working. Just a graphical issue, I suggest to remove the "Check your internet connection" written. Thanks and BR **

[Bug 1967001] Re: Wrong message "Check your Internet connection."

2022-03-29 Thread Fabio Marconi
Confirmed by screenshot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1967001 Title: Wrong message "Check your Internet connection." To manage notifications about this bug go to: https://bugs.laun

[Bug 1967001] [NEW] Wrong message "Check your Internet connection."

2022-03-29 Thread Fabio Marconi
Public bug reported: Hi everytime it runs it ends showing the box "Failed to download repository information. Check your internet connection". It instead works as expected. The error probably is here: Err:7 https://download.docker.com/linux/ubuntu \ Release 404 Not Found [IP: 108.138.199.73 4

[Bug 1965104] Re: do-release-upgrade crashed with FileNotFoundError in getListFromFile(): [Errno 2] No such file or directory: '/usr/share/ubuntu-release-upgrader/removal_blacklist.cfg'

2022-03-16 Thread Fabio Marconi
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1965104 Title: do-release-upgrade crashed with FileNotFoundError in getListFromFile(): [Errno 2] No

[Bug 959700] Re: duplicate sources.list entry after upgrade lucid2precise

2022-03-16 Thread Fabio Marconi
closed EOL ** Changed in: update-manager (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959700 Title: duplicate sources.list entry after upgrade lucid2prec

[Bug 1964465] [NEW] kazam crashed with gi.repository.GLib.GError in save(): g-file-error-quark: Failed to open “/home/username/None/Kazam_screenshot_00000.png” for writing: No such file or directory (

2022-03-10 Thread Fabio Marconi
Public bug reported: taking screenshot after selecting path to save ProblemType: Crash DistroRelease: Ubuntu 22.04 Package: kazam 1.4.5-5 ProcVersionSignature: Ubuntu 5.15.0-22.22-generic 5.15.19 Uname: Linux 5.15.0-22-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20

[Bug 1963800] Re: pitivi crashed with AttributeError in add_limited_log_handler(): module 'collections' has no attribute 'Callable'

2022-03-09 Thread Fabio Marconi
Checked now, fix confirmed. sorry late but had a hand surgery. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1963800 Title: pitivi crashed with AttributeError in add_limited_log_handler():

[Bug 1963800] [NEW] pitivi crashed with AttributeError in add_limited_log_handler(): module 'collections' has no attribute 'Callable'

2022-03-06 Thread Fabio Marconi
Public bug reported: Crash at start Missing soft dependency: - GSound not found on the system -> enables sound notifications when rendering is complete Traceback (most recent call last): File "/usr/lib/x86_64-linux-gnu/pitivi/python/pitivi/application.py", line 135, in do_startup loggab

[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 474687] Re: Gthumb needs a way to edit keyboard shortcuts

2022-02-02 Thread Fabio Rocha
+1 I wish I could use CTRL+C to copy the image while viewing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/474687 Title: Gthumb needs a way to edit keyboard shortcuts To manage notifications about

[Bug 1958626] Re: Trackpad is not detected for Dell Precision 5550

2022-01-21 Thread Fabio Tudone
Also, it correctly works with a live Pop!_OS installation USB; `uname -a` there yields: Linux pop-os 5.13.0-7614-generic #14~1631647151~21.04~930e87c-Ubuntu SMP Fri Sep 17 00:24:58 UTC x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1958626] [NEW] Trackpad is not detected for Dell Precision 5550

2022-01-21 Thread Fabio Tudone
Public bug reported: It doesn't appear in /proc/bus/input/devices: I: Bus=0019 Vendor= Product=0005 Version= N: Name="Lid Switch" P: Phys=PNP0C0D/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 U: Uniq= H: Handlers=event0 B: PROP=0 B: EV=21 B: SW=1 I: Bus

[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 yo

[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
you for your help addressing this issue. Regards, Fabio Martins ** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1947577] [NEW] package libapache2-mod-wsgi-py3 4.7.1-3build2 failed to install/upgrade: o subprocesso instalado, do pacote libapache2-mod-wsgi-py3, o script post-installation retornou erro do sta

2021-10-18 Thread fabio henrique macarty da rosa
Public bug reported: i can't using snap store and aptitude ProblemType: Package DistroRelease: Ubuntu 21.10 Package: libapache2-mod-wsgi-py3 4.7.1-3build2 ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14 Uname: Linux 5.13.0-19-generic x86_64 ApportVersion: 2.20.11-0ubuntu70 Architecture:

[Bug 1945913] [NEW] package mysql-server-8.0 8.0.26-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 127

2021-10-03 Thread Fabio Rodrigues de Moraes
Public bug reported: Bug reportered during the SO automatic upgrade. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: mysql-server-8.0 8.0.26-0ubuntu0.20.04.3 ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22 Uname: Linux 5.11.0-37-generic x86_64 ApportVersion: 2.20.11-0u

[Bug 1944468] Re: Electron applications all crash upon launch

2021-09-27 Thread Fabio Rotondo
I can confirm @mwhudson's glibc build from https://launchpad.net/~mwhudson/+archive/ubuntu/devirt fixed the issue for me with VSCode. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1944468 Title: Ele

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

2021-08-21 Thread Fabio
Public bug reported: I installed on ubuntu 20.04 drivers nvidia for GT230M: sudo add-apt-repository ppa:kelebek333/nvidia-legacy sudo apt-get update sudo apt-get install nvidia-340 But I tried install sudo apt install nvidia-cuda-toolkit and show me this error. ProblemType: Package DistroRelease

[Bug 1937844] [NEW] arm-linux-gnueabi-gcc pgo build fails

2021-07-23 Thread Fabio Gobbato
Public bug reported: These are the errors made by the compiler. /usr/lib/gcc-cross/arm-linux-gnueabi/9/../../../../arm-linux-gnueabi/bin/ld: /tmp/Prova_linuxarmv7.IKA0IY.ltrans0.ltrans.o: in function `Func1.constprop.0': :(.text+0xfdc): undefined reference to `__gcov_one_value_profiler_atomic'

[Bug 1931312] Re: i386 version of libpipewire-0.3 for Ubuntu Focal 20.04

2021-06-14 Thread Fabio C. Barrionuevo
First, sorry for the noise in opening this issue. Due to confusion trying to figure out the cause of the problem, I ended up discovering the optional environment variable STEAM_RUNTIME=0 and erroneously assuming this was the correct way. (Steam doesn't have a --help and I couldn't find any documen

[Bug 1931312] [NEW] i386 version of libpipewire-0.3 for Ubuntu Focal 20.04

2021-06-08 Thread Fabio C. Barrionuevo
Public bug reported: Hi, I updated the packages today and one of them was Steam. When trying to open Steam, it is reported missing to install 32-bit version of libpipewire-0.3.so.0 luzfcb@fabio-pc:~ $ STEAM_RUNTIME=0 steam Running Steam on focal 20.04 64-bit STEAM_RUNTIME is disabled by the

[Bug 1928373] Re: mariadb-server-10.3 upgrade doesn't complete configuration

2021-05-25 Thread Fabio Marzocca
Hi, I was dist-upgrading in version 20.04.2, no version changes. Just a normal dist-upgrade as I do periodically. I have fixed the issue completely removing mariadb* and reinstalling. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1928373] [NEW] mariadb-server-10.3 upgrade doesn't complete configuration

2021-05-13 Thread Fabio Marzocca
Public bug reported: I have just performed a dist-upgrade on ubuntu 20.04.2 server and got stuck on mariadb-server-10.3 The apt process hung on this package and after 20 minutes waiting I have killed the process. After that, I checked mariadb and it was running with v. 10.3 but apt is still claim

[Bug 1928136] [NEW] Desktop crashes when i press the start(windows) button

2021-05-11 Thread fabio de andres
Public bug reported: Usually when i press the start button the desktop crashes and i can´t do anything with my pc, so I have to restart it. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: gnome (not installed) ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12 Uname: Linux 5.11.0-16-

[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 1920988] [NEW] gcc mingw gives errors when compiling with profiler guided optimizations

2021-03-23 Thread Fabio Gobbato
Public bug reported: When I compile a program with gcc mingw with -fprofile-generate -lgcov I get the following errors: /usr/bin/x86_64-w64-mingw32-ld: /tmp/test.exe.OUuwZB.ltrans0.ltrans.o::(.text+0x7f2): undefined reference to `__gcov_one_value_profiler_atomic' /usr/bin/x86_64-w64-mingw32-ld

[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 1918874] Re: Application icons superposed to open windows

2021-03-12 Thread Fabio Colombo
Same problem here! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918874 Title: Application icons superposed to open windows To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1917077] [NEW] package grub-efi-amd64-signed 1.155.4+2.04-1ubuntu35.4 failed to install/upgrade: o subprocesso instalado, do pacote grub-efi-amd64-signed, o script post-installation retornou erro

2021-02-26 Thread Fabio Zunta
Public bug reported: fresh install ProblemType: Package DistroRelease: Ubuntu 20.10 Package: grub-efi-amd64-signed 1.155.4+2.04-1ubuntu35.4 ProcVersionSignature: Ubuntu 5.8.0-44.50-generic 5.8.18 Uname: Linux 5.8.0-44-generic x86_64 ApportVersion: 2.20.11-0ubuntu50 Architecture: amd64 CasperMD5Ch

[Bug 1906127] [NEW] Upgrade to Ubuntu 20.04.1 crashes

2020-11-28 Thread Fabio Marroni
Public bug reported: I paste here content of /var/log/dist-upgrade/main.log. I also attach the file var/log/dist-upgrade/apt.log 2020-11-28 23:49:36,331 INFO Using config files '['./DistUpgrade.cfg.bionic']' 2020-11-28 23:49:36,331 INFO uname information: 'Linux marroni-Lenovo-G50-70 4.15.0-124

[Bug 1904050] [NEW] Title bar detached from window

2020-11-12 Thread Fabio Marconi
Public bug reported: The title bar is detached and not aligned to the window. See attached photos. BR and thanks ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: ubuntu-release-upgrader-core 1:21.04.1 ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14 Uname: Linux 5.8.0-26-generic x86_6

[Bug 1904050] Re: Title bar detached from window

2020-11-12 Thread Fabio Marconi
confirmed by screenshot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904050 Title: Title bar detached from window To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+

[Bug 1903593] [NEW] rhythmbox-metadata assert failure: rhythmbox-metadata: ../nouveau/pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref' failed.

2020-11-09 Thread Fabio Marconi
Public bug reported: Nothing to add, the player worked correctly. B.R. & thanks ProblemType: Crash DistroRelease: Ubuntu 21.04 Package: rhythmbox 3.4.4-1ubuntu3.2 ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14 Uname: Linux 5.8.0-26-generic x86_64 ApportVersion: 2.20.11-0ubuntu51 Architec

[Bug 1903455] [NEW] package libpython3.9-stdlib 3.9.0-1+bionic2 failed to install/upgrade: a tentar sobre-escrever '/usr/lib/python3.9/_sysconfigdata__linux_x86_64-linux-gnu.py', que também está no pa

2020-11-08 Thread Fabio Pinheiro Cardoso
Commandline: apt --fix-broken install Requested-By: fabio (1000) Upgrade: libpython3.9-minimal:amd64 (3.9.0-1+bionic2, 3.9.0-5~20.04), libpython3.9-stdlib:amd64 (3.9.0-1+bionic2, 3.9.0-5~20.04) DpkgTerminalLog: A preparar para desempacotar .../libpython3.9-stdlib_3.9.0-5~20.04_amd64.deb ... A

[Bug 1903339] Re: package manpages 5.08-1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/queue.3.gz', which is also in package manpages-dev 5.08-1

2020-11-06 Thread Fabio Marconi
Fixed in version 5.09-1 Closing report ** Changed in: manpages (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/1903339 Title: package manpages 5.08-1

[Bug 1903339] Re: package manpages 5.08-1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/queue.3.gz', which is also in package manpages-dev 5.08-1

2020-11-06 Thread Fabio Marconi
See also bug #1903243 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903339 Title: package manpages 5.08-1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/queue.3.gz', which is

[Bug 1903339] Re: package manpages 5.08-1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/queue.3.gz', which is also in package manpages-dev 5.08-1

2020-11-06 Thread Fabio Marconi
confirmed by similar bug 1903243 ** Changed in: manpages (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/1903339 Title: package manpages 5.08-1 failed to inst

[Bug 1903243] Re: package manpages 5.09-1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/queue.3.gz', which is also in package manpages-dev 5.08-1

2020-11-06 Thread Fabio Marconi
Even pkg manpages 5.08-1 is affected, see bug #1903339 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903243 Title: package manpages 5.09-1 failed to install/upgrade: trying to overwrite '/usr/sha

[Bug 1903339] [NEW] package manpages 5.08-1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/queue.3.gz', which is also in package manpages-dev 5.08-1

2020-11-06 Thread Fabio Marconi
Public bug reported: 06/11/2020 upgrade ProblemType: Package DistroRelease: Ubuntu 21.04 Package: manpages 5.08-1 ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14 Uname: Linux 5.8.0-26-generic x86_64 ApportVersion: 2.20.11-0ubuntu51 Architecture: amd64 CasperMD5CheckResult: skip Date: Fri

[Bug 1903159] [NEW] package gparted 1.0.0-0.1build1 failed to install/upgrade: trying to overwrite '/usr/share/metainfo/gparted.appdata.xml', which is also in package gparted-common 1.0.0-0.1build1

2020-11-05 Thread Fabio Marconi
Public bug reported: performing dist-upgrade ProblemType: Package DistroRelease: Ubuntu 21.04 Package: gparted 1.0.0-0.1build1 ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14 Uname: Linux 5.8.0-26-generic x86_64 ApportVersion: 2.20.11-0ubuntu51 Architecture: amd64 CasperMD5CheckResult: sk

[Bug 1890435]

2020-10-22 Thread Fabio Pedretti
This issue is reproducible (but more rarely) also when using -g0 , see the full build log here: https://launchpadlibrarian.net/501972023/buildlog_ubuntu-groovy-armhf.mesa_20.3~git2010140730.775866~oibaf~g_BUILDING.txt.gz -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1890435]

2020-10-22 Thread Fabio Pedretti
*** Bug 97368 has been marked as a duplicate of 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/1890435 Title: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fau

[Bug 1898774] [NEW] package libfaudio0 19.07-0~bionic failed to install/upgrade: a tentar sobreescrever '/usr/share/doc/libfaudio0/changelog.Debian.gz' partilhado, que é diferente de outras instâncias

2020-10-06 Thread fabio
Public bug reported: tentei apt --fix-broken install mas nao resolveu ProblemType: Package DistroRelease: Ubuntu 20.04 Package: libfaudio0 19.07-0~bionic ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60 Uname: Linux 5.4.0-48-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.9 AptOrdering: l

[Bug 1894371] [NEW] package initramfs-tools 0.136ubuntu6.2 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2020-09-05 Thread Fabio Marzocca
Public bug reported: upgrading from 18.04 to 20.04 ProblemType: Package DistroRelease: Ubuntu 20.04 Package: initramfs-tools 0.136ubuntu6.2 ProcVersionSignature: Ubuntu 4.15.0-115.116-generic 4.15.18 Uname: Linux 4.15.0-115-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 Cas

[Bug 85048] Re: rovoked certificates are shown as valid

2020-07-27 Thread Fabio Rocha
I'm using tinyca2 version 7.5.6 and this behavior of revoked certificates shown as valids are happening again. In the same way I create certificates, revoke them and they still appear as valid ones. If I try to remove it raises the error "already revoked". I can confirm they are being revoked by in

[Bug 1852002] Re: Desktop frozen for 30 seconds after Nvidia driver crash

2020-07-19 Thread Fabio Ornellas
PS: just tested with latest vanilla kernel 5.7.9-050709-generic from https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D, things work. It seems there's some issue with 5.4.0-40-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1852002] Re: Desktop frozen for 30 seconds after Nvidia driver crash

2020-07-19 Thread Fabio Ornellas
I'm having the same issue with Ubuntu Focal, kernel 5.4.0-40-generic and latest Nvidia 450.57 from https://launchpad.net/~graphics- drivers/+archive/ubuntu/ppa. I started having this issue when I update Chrome **after** 81.0.4044.138. Up to this version, things work. From this Chrome version on, w

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

2020-07-15 Thread Fabio Prates Rocha
*** This bug is a duplicate of bug 1872159 *** https://bugs.launchpad.net/bugs/1872159 Same error with me. Lenovo Thinkpad Yoga X380 with Ubuntu 20.04. I installed ubuntu on today's date and realized this flaw. -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1878637] [NEW] hxselect crash over not-closed tag

2020-05-14 Thread Fabio
Public bug reported: Hello I can't parse any html page anymore because hxselect crash when ecountering a tag that was not closed. For example http://coincapital.live | hxnormalize | hxselect '#BTC_DTCO' % Total% Received % Xferd Average Speed TimeTime Time Current

[Bug 1873077] Re: gnome-clocks crashed with SIGSEGV in g_date_time_to_timezone()

2020-05-04 Thread Fabio Duran Verdugo
Yes! Fixes this bug for me too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873077 Title: gnome-clocks crashed with SIGSEGV in g_date_time_to_timezone() To manage notifications about this bug go

  1   2   3   4   5   6   7   8   9   10   >