[Bug 2107773] Re: [SRU] Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-06-18 Thread Eric Berry
** Description changed: [ Impact ] * When one enables FIPS mode on a Jammy system and then attempts to use Dovecot to create an encrypted mailbox, the module returns a invalid salt length error. * FIPS mode requires a 16 byte salt for PBEKDF2 and Dovecot is only requesting 8 bytes of

[Bug 2107773] Re: [SRU] Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-06-18 Thread Eric Berry
** Description changed: [ Impact ] * When one enables FIPS mode on a Jammy system and then attempts to use Dovecot to create an encrypted mailbox, the module returns a invalid salt length error. * FIPS mode requires a 16 byte salt for PBEKDF2 and Dovecot is only requesting 8 bytes of

[Bug 2111755] Re: Kernel floods log

2025-06-06 Thread Eric Stuyvesant
Hi, As someone who is also running 25.04, on an affected machine, I can confirm the flood here as well. Unfortunately, since I am booting from ZFS, I don't think the 'generic' kernel PPA version will work for me, and I don't want to potentially brick my system to find out. Is there an estimate o

[Bug 2107773] Re: [SRU] Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-06-04 Thread Eric Berry
** Merge proposal linked: https://code.launchpad.net/~ericeberry/ubuntu/+source/dovecot/+git/dovecot/+merge/486603 ** Description changed: [ Impact ] * When one enables FIPS mode on a Jammy system and then attempts to use Dovecot to create an encrypted mailbox, the module returns a inval

[Bug 2107773] Re: [SRU] Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-06-04 Thread Eric Berry
** Merge proposal linked: https://code.launchpad.net/~ericeberry/ubuntu/+source/dovecot/+git/dovecot/+merge/486602 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107773 Title: [SRU] Enabling FIP

[Bug 2107773] Re: [SRU] Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-06-04 Thread Eric Berry
** Merge proposal linked: https://code.launchpad.net/~ericeberry/ubuntu/+source/dovecot/+git/dovecot/+merge/486599 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107773 Title: [SRU] Enabling FIP

[Bug 2089270] Re: Still need OpenSSL3 patch for tpm2

2025-05-27 Thread Eric Sproul
Hi Lena, Yes, using the latest upstream package, the following config line allows me to use my TPM-sealed key: providers legacy default tpm2 Order seems to be important, tpm2 must come at the end for it to work. If I configure, for example, "tpm2 legacy default", I get: openvpn[5389]: WARNING:

[Bug 2107773] Re: [SRU] Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-05-23 Thread Eric Berry
** Summary changed: - Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages. + [SRU] Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packag

[Bug 2107773] Re: Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-05-19 Thread Eric Berry
I am not an expert on how to run dovecot. I was able to reproduce your steps to get to the error so that I could find the correct fix. Running in non-FIPS mode is required so that old passwords (with the shorter 8 byte salt) will still work. Once all passwords have been changed (to the new longer

[Bug 2107773] Re: Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-05-19 Thread Eric Cole
Additionally, what happens to new email in an upgrade scenario when the password has not yet been updated? Will it store correctly in the mailbox or will it throw an error about it as well? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 2107773] Re: Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-05-19 Thread Eric Cole
That is good information to have. If a password reset is forced globally for users so that on next login they are required to set a new password, would we still need to disable FIPS to make it work correctly? Does it require the longer SALT just to access the mailbox initially to do the reset? T

[Bug 2107773] Re: Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-05-19 Thread Eric Berry
I do want to clarify that this fix does not solve an upgrade scenario. It will allow new installations to work with no problem. Dovecot stores a hashed form of the password. To perform an automated upgrade, we would need access to a clear form the password, which we do not have, so there is no auto

[Bug 2107773] Re: Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-05-19 Thread Eric Cole
For further information, this bug is a breaking change between 20.04 and 22.04. Version 20.04 FIPS has been working well for the past few years. It is good that we tried deploying a new Azure VM on 22.04 FIPS before running do-release-upgrade on one of our existing VMs as that would have resulted

[Bug 2107773] Re: Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-05-14 Thread Eric Berry
** Description changed: - We deployed Ubuntu Server 22.04 FIPS on Azure as it is now a FIPS - Certified release. See https://ubuntu.com/blog/fips-140-3-for- - ubuntu-22-04lts + [ Impact ] + * When one enables FIPS mode on a Jammy system and then attempts to use Dovecot to create an encrypted mai

[Bug 2105402] Re: Plucky fails to boot on (older) Macs

2025-05-06 Thread Eric Chu
Sorry, seems that those packages aren't completely necessary for testing the kernel. I'm able to boot to 6.14.0-17-generic, so it appears to solve the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 2105402] Re: Plucky fails to boot on (older) Macs

2025-05-06 Thread Eric Chu
Jürg, do we need the following packages as well? Unsatisfied dependencies: linux-headers-6.14.0-17-generic : Depends: linux-headers-6.14.0-17 but it is not installable linux-tools-6.14.0-17-generic : Depends: linux-tools-6.14.0-17 but it is not installable -- You received this bug notificat

[Bug 2105402] Re: Plucky fails to boot on (older) Macs

2025-05-05 Thread Eric Chu
One of the patches for adding Snapdragon X Elite support is what causes your MBP to fail to boot. The link to the ticket is included for context as to what needs to be reverted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 2100858] Re: Snapdragon X Elite: Sync concept kernel changes

2025-05-05 Thread Eric Chu
Hello, the inclusion of the efi/libstub firmware workaround hack seems to have broken booting on most older Macs: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2105402 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 2105402] Re: Plucky fails to boot on (older) Macs

2025-05-05 Thread Eric Chu
For anyone affected by this bug, please click on the link at the top of the ticket, "Does this bug affect you?" The ubuntu web interface for browing the kernel repo is not working properly for me (premature end of script headers), but based upon my local copy of the repo, there is an associated bu

[Bug 2107773] Re: Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-05-05 Thread Eric Berry
** Merge proposal linked: https://code.launchpad.net/~ericeberry/ubuntu/+source/dovecot/+git/dovecot/+merge/485475 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107773 Title: Enabling FIPS caus

[Bug 2105402] Re: Plucky fails to boot on (older) Macs

2025-05-04 Thread Eric Chu
Great investigation. I started to look at the git log between the two versions but didn't see the offending commit. Will an Ubuntu kernel maintainer see this info? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 2105402] Re: Plucky fails to boot on (older) Macs

2025-05-02 Thread Eric Chu
To reiterate: - linux-image-6.14.0-10 : works - linux-image-6.14.0-11 : broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2105402 Title: Plucky fails to boot on (older) Macs To manage notificati

[Bug 2107973] Re: Ubuntu 25.04 with Linux Kernel 6.14.0-15-generic won't boot on Apple Inc. MacBookPro9, 2

2025-05-02 Thread Eric Chu
*** This bug is a duplicate of bug 2105402 *** https://bugs.launchpad.net/bugs/2105402 ** This bug has been marked a duplicate of bug 2105402 Plucky fails to boot on (older) Macs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2106024] Re: Backport fix for Ubuntu 22.04 FIPS-enabled environments

2025-04-30 Thread Eric Blevins
Both FIPS and clamav are needed to comply with FedRAMP. clamav is needed to comply with FedRAMP SI-3 Malicious Code Protection (L)(M)(H) FIPS is needed to comply with FedRAMP SC-13 Cryptographic Protection (L)(M)(H) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 2106024] Re: Backport fix for Ubuntu 22.04 FIPS-enabled environments

2025-04-29 Thread Eric Blevins
If someone is required to use FIPS then they most likely also need to use clamav. This bug creates a significant problem for Canonical's paying customers who need FIPS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 2107645] Re: MacBook doesn't boot kernel 6.14

2025-04-24 Thread Eric Chu
*** This bug is a duplicate of bug 2105402 *** https://bugs.launchpad.net/bugs/2105402 FYI: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2105402 ** This bug has been marked a duplicate of bug 2105402 Plucky fails to boot on (older) Macs -- You received this bug notification becau

[Bug 2105402] Re: Plucky fails to boot on (older) Macs

2025-04-21 Thread Eric Chu
** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2105402 Title: Plucky fails to boot on (older) Macs To manage notifications about this bug go to: https://

[Bug 2107658] Re: Upgrade 24.10 -> 25.04 does not boot (MacBookPro8, 2)

2025-04-21 Thread Eric Chu
*** This bug is a duplicate of bug 2105402 *** https://bugs.launchpad.net/bugs/2105402 I've marked this bug as a duplicate of 2105402 and updated the package for that bug to specify the kernel. Is anyone using an older mac NOT affected by this issue? ** This bug has been marked a duplicate of

[Bug 2107773] [NEW] Enabling FIPS causes SALT to be 8 bytes, but OpenSSL 3.0.2 checks if SALT is < 16 bytes, breaking Dovecot and possibly other packages.

2025-04-21 Thread Eric Cole
Public bug reported: We deployed Ubuntu Server 22.04 FIPS on Azure as it is now a FIPS Certified release. See https://ubuntu.com/blog/fips-140-3-for- ubuntu-22-04lts ~# lsb_release -rd Description:Ubuntu 22.04.5 LTS Release:22.04 After installing Ubuntu Server 22.04 FIPS, we then d

[Bug 2107658] Re: Upgrade 24.10 -> 25.04 does not boot (MacBookPro8, 2)

2025-04-20 Thread Eric Chu
@ubuntubook Night Light is working for me. I noticed it doesn't function if I have "nomodeset" in the kernel options. @kaustix2 Thanks for the link. That bug doesn't directly specify the kernel as the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 2107658] [NEW] Upgrade 24.10 -> 25.04 does not boot (MacBookPro8, 2)

2025-04-18 Thread Eric Chu
: 2.32.0-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: eric 3224 F wireplumber /dev/snd/seq:eric 3219 F pipewire CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Fri Apr 18 10:51:57 2025 InstallationDate

[Bug 1927807] Re: "https" address causes zsync download to fail with error 'could not read control file from URL'

2025-04-14 Thread Eric Paulson
I tried to use zsync for the Lubuntu download because Lubuntu recommended it. I recommend it be removed from the list until it is fixed. This will save users time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 2019190] Re: [SRU][RBD] Retyping of in-use boot volumes renders instances unusable (possible data corruption)

2025-04-11 Thread Eric Harney
This was resolved in Cinder by https://review.opendev.org/c/openstack/cinder/+/899157 . ** Changed in: cinder 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/2019190

[Bug 2106072] [NEW] package tzdata 2025b-0ubuntu0.20.04 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 2

2025-04-05 Thread Eric
Public bug reported: Automatically submitted bug ProblemType: Package DistroRelease: Ubuntu 20.04 Package: tzdata 2025b-0ubuntu0.20.04 ProcVersionSignature: Ubuntu 5.15.0-134.145~20.04.1-generic 5.15.173 Uname: Linux 5.15.0-134-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.27 Architecture: amd6

[Bug 2077406] Re: cloud-archive:zed -> cloud-archive:antelope upgrade broken

2025-04-02 Thread Eric Chen
Will there be any updates on this issue in the coming weeks? SolQA has started verification and additional testing for the upgrade from Jammy- Yoga to Jammy-Caracal. We need to backport to the antelope. thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 2089014] Re: nrpe charm has wrong cfg filenames

2025-03-07 Thread Eric Chen
** Changed in: nagios-nrpe (Ubuntu) Status: In Progress => Fix Released ** Changed in: charm-nrpe 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/2089014 Title

[Bug 2100237] [NEW] package mono-xsp4 (not installed) failed to install/upgrade: new mono-xsp4 package pre-installation script subprocess returned error exit status 5

2025-02-25 Thread Eric French
Public bug reported: Trying to execute sudo apt install mono-complete Unpacking mono-complete (6.8.0.105+dfsg-3.6ubuntu2) ... Selecting previously unselected package mono-xsp4-base. Preparing to unpack .../132-mono-xsp4-base_4.2-2.5_all.deb ... Unpacking mono-xsp4-base (4.2-2.5) ... Selecting pre

[Bug 1956039] Re: BADSIG 871920D1991BC93C Ubuntu Archive Automatic Signing Key (2018)

2025-02-21 Thread Eric Fossum
I had the same issue. * Fresh install of 24.04 on hardware. * No updates during install * apt-cacher-ng set before update * Would not "apt update" My solution: * Comment out apt proxy * apt update * uncomment apt proxy * Everything is now working -- You received this bug notification because y

[Bug 2097885] Re: Network driver freezes when nvidia driver is loaded on 205-generic

2025-02-11 Thread Eric Price
** Attachment added: "output of LSHW" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2097885/+attachment/5856546/+files/lshw.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2097885 Title:

[Bug 2097885] [NEW] Network driver freezes when nvidia driver is loaded on 205-generic

2025-02-11 Thread Eric Price
Public bug reported: When the resolution is changed on console and/or the Xserver is started, the network/ethernet driver stops working. This only happens in 205-generic in 172-generic the same is fine. lsb_release -rd: Description:Ubuntu 20.04.6 LTS Release:20.04 uname -a: Linux f

[Bug 2097885] Re: Network driver freezes when nvidia driver is loaded on 205-generic

2025-02-11 Thread Eric Price
note: i have a second system with same motherboard and network card, differing only in the exact NVIDIA graphics card version installed - and the bug does not appear there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 2074298] Re: sudo ubunto-bug ubuntu-desktop-bootstrap

2025-02-08 Thread Eric-Lynn Kelley
** Also affects: 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/2074298 Title: sudo ubunto-bug ubuntu-desktop-bootstrap To manage notifications ab

[Bug 2097637] [NEW] package firefox 135.0+build2-0ubuntu0.22.04.1~mt2 failed to install/upgrade: new firefox package pre-installation script subprocess returned error exit status 1

2025-02-07 Thread yann-eric avio
Public bug reported: j'utilise fire fox en ppa au lieu du snap, celà bloque la mise à niveau vers la derniére version de ubuntu noble munbat ProblemType: Package DistroRelease: Ubuntu 24.04 Package: firefox 135.0+build2-0ubuntu0.22.04.1~mt2 ProcVersionSignature: Ubuntu 6.8.0-52.53-generic 6.8.12

[Bug 2097386] [NEW] backlight can't work

2025-02-04 Thread Eric Chou
: nvidia_modeset nvidia ApportVersion: 2.28.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/seq:eric 1107 F pipewire /dev/snd/controlC0: eric 1110 F wireplumber CRDA: N/A CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME

[Bug 2095121] [NEW] package mesa-vulkan-drivers:amd64 23.2.1-1ubuntu3.1~22.04.3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting confi

2025-01-16 Thread Eric Livingston
Public bug reported: Ubuntu was just updating itself and I got this error ProblemType: Package DistroRelease: Ubuntu 22.04 Package: mesa-vulkan-drivers:amd64 23.2.1-1ubuntu3.1~22.04.3 ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30 Uname: Linux 5.15.0-27-generic x86_64 ApportVersion: 2.

[Bug 2093301] [NEW] failed to upgrade from 22.04 to 24.0

2025-01-08 Thread Eric Woodiwiss
Public bug reported: Ubuntu 22.04.5 LTS "unable to access package name" 2.20.11-Oubuntu82.6 Trying to upgrade to 24.0 at prompt from system, but process is interrupted with a failure. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: ubuntu-release-upgrader-core 1:22.04.20 ProcVersionSignatu

[Bug 2092941] Re: Documentation page for booklet printing has incorrect guidance for HP printers

2025-01-03 Thread Eric Liggins
I should have added: "Document Viewer v 46.3.1 Evince is a simple document viewer for GNOME" and "HPLIP-3.22.6" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2092941 Title: Documentation page f

[Bug 2092941] [NEW] Documentation page for booklet printing has incorrect guidance for HP printers

2025-01-03 Thread Eric Liggins
Public bug reported: In the documentation page for "Print a booklet on a double-sided printer", https://help.ubuntu.com/stable/ubuntu-help/printing-booklet- duplex.html.en, the guidance given does not work if a PDF is opened in the default Ubuntu 24.04 Document Viewer [and if the user has the HPLI

[Bug 2091353] [NEW] system crashes on lid close

2024-12-09 Thread Eric
Public bug reported: This has happened twice recently; I think it was after a recent update. The computer will crash and reboot after I close the lid. When I re-open the lid the screen is blank with no program open; it only began happening in the last 5 days. I am using 24.04 LTS ProblemType:

[Bug 2089014] Re: nrpe charm has wrong cfg filenames

2024-12-01 Thread Eric Chen
Hi, This project has been moved to github. https://github.com/canonical/charm-nrpe Could you submit the issue and PR to there? thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089014 Title:

[Bug 2089270] Re: Still need OpenSSL3 patch for tpm2

2024-11-25 Thread Eric Sproul
Hello Lena, I can confirm that the PPA package solves the issue. Thanks! Eric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2089270 Title: Still need OpenSSL3 patch for tpm2 To manage

[Bug 2089270] [NEW] Still need OpenSSL3 patch for tpm2

2024-11-21 Thread Eric Sproul
Public bug reported: Release: Ubuntu 24.04.1 LTS openvpn: Installed: 2.6.12-0ubuntu0.24.04.1 Expected behavior: Using a configuration that includes "providers tpm2" and which utilizes a TPM-sealed private key (TSS2), the VPN client should start normally. Observed behavior: VPN client fails to

[Bug 2072974] Re: python3-paramiko is unusable on Jammy in FIPS mode

2024-11-04 Thread Eric Berry
** Tags removed: verification-needed verification-needed-jammy verification-needed-noble ** Tags added: verification-done verification-done-jammy verification-done-noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 2086557] [NEW] package linux-headers-6.8.0-48-generic 6.8.0-48.48 failed to install/upgrade: le sous-processus paquet linux-headers-6.8.0-48-generic script post-installation installé a renvoyé un

2024-11-03 Thread Eric Baudot
Public bug reported: a window saying "Something was wrong". ProblemType: Package DistroRelease: Ubuntu 24.04 Package: linux-headers-6.8.0-48-generic 6.8.0-48.48 ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12 Uname: Linux 6.8.0-47-generic x86_64 ApportVersion: 2.28.1-0ubuntu3.1 Architectu

[Bug 2072974] Re: python3-paramiko is unusable on Jammy in FIPS mode

2024-09-18 Thread Eric Berry
** Description changed: [ Impact ] * When one enables FIPS mode on a Jammy system and then attempts to use paramiko in Python, the module crashes. * The cryptography package throws an InternalError when it finds that X25519 is unsupported. This error is not being caught and is crashin

[Bug 2072974] Re: python3-paramiko is unusable on Jammy in FIPS mode

2024-09-18 Thread Eric Berry
Instructions added on how to test in Noble. Added a statement that the fix cannot be tested on Oracular because FIPS is not available on Oracular, but the fix should be added to all future versions. ** Description changed: [ Impact ] * When one enables FIPS mode on a Jammy system and then att

[Bug 2076576] Re: 5.15.0-118: NFS causes suspend to fail

2024-09-15 Thread eric
Hello, Problem solved on Linux Mint 21.3 with kernel 5.15.0-121 :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076576 Title: 5.15.0-118: NFS causes suspend to fail To manage notifications abou

[Bug 2054810] Re: Adding bpf to CONFIG_LSM in linux kernel

2024-09-13 Thread Eric Sheridan
Hi Brian / Magali - makes sense re: not supporting Ubuntu Mantic given its EOL. What about the LTS distros, such as those used by cloud providers per my recent messages? Any progress on or anything we can do to help with getting ",bpf" added to "CONFIG_LSM"? -- You received this bug notification

[Bug 2040476] Re: visual glitches when on ubuntu 23.10 with fractional scaling

2024-09-11 Thread Eric Schnarr
I'm seeing this same behavior on Ubuntu 24.04.1 LTS with fraction- scaling (called Window Scaling in xfce4) set to x2. For signpost I get exactly the same glitches as seen in Roland's screen recording. Besides the visual glitches in signpost, all the sgt-puzzle games seem to be affected by similar

[Bug 2072974] Re: python3-paramiko is unusable on Jammy in FIPS mode

2024-09-10 Thread Eric Berry
** Merge proposal linked: https://code.launchpad.net/~ericeberry/ubuntu/+source/paramiko/+git/paramiko/+merge/473010 ** Merge proposal linked: https://code.launchpad.net/~ericeberry/ubuntu/+source/paramiko/+git/paramiko/+merge/473011 -- You received this bug notification because you are

[Bug 2072974] Re: python3-paramiko is unusable on Jammy in FIPS mode

2024-09-10 Thread Eric Berry
** Description changed: + [ Impact ] + * When one enables FIPS mode on a Jammy system and then attempts to use paramiko in Python, the module crashes. + + * The cryptography package throws an InternalError when it finds that X25519 is + unsupported. This error is not being caught and is crashin

[Bug 2072974] Re: python3-paramiko is unusable on Jammy in FIPS mode

2024-09-09 Thread Eric Berry
** Description changed: Hello! When one enables FIPS mode on a Jammy system and then attempts to use paramiko in Python, the module crashes with the following output: --- - root@jipster:~# cat /proc/sys/crypto/fips_enabled - 1 - root@jipster:~# python3 - Python 3.10.12 (m

[Bug 2072974] Re: python3-paramiko is unusable on Jammy in FIPS mode

2024-09-06 Thread Eric Berry
** Merge proposal linked: https://code.launchpad.net/~ericeberry/ubuntu/+source/paramiko/+git/paramiko/+merge/472830 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072974 Title: python3-paramiko

[Bug 2078866] [NEW] Laptop will not charge, will charge when powered down or on Windows

2024-09-03 Thread Eric H
Public bug reported: I have tried Ubuntu 20.04, 22.04, 24.04.01. Also tried Debian and Mint. Will not charge on any variant of Debian. Charge indicator stays at whatever value was present before booting Linux. Shows 0 charge rate. Tried multiple acpi settings and changing kernels. Will only

[Bug 2078536] [NEW] 24.04 upgrade fails with Postres removal deny list error

2024-08-30 Thread Eric Fastner
(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubuntu-release-upgrader UpgradeStatus: Upgraded to jammy on 2024-08-31 (0 days ago) VarLogDistupgradeAptHistorylog: Start-Date: 2024-08-30 21:24:13 Requested-By: eric (1000) End-Date: 2024-08-30 21:24:13 Var

[Bug 2076576] Re: 5.15.0-118: NFS causes suspend to fail

2024-08-24 Thread eric
Hello, After update of Mint 21.3 kernel from 5.15.0-118 to 5.15.0-119, I confirm the problem still the same. Waiting for 5.15.0-121 update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076576 Titl

[Bug 2077761] Re: Enhancement Request - General Personalization of Date/Time specification

2024-08-23 Thread Eric Marceau
I believe the option to make such customization should be happening up- front, during the installation, so that presumably the OS could have the preferred format "hard-coded" so that there isn't overhead at every usage to generate the customized date/time reporting. -- You received this bug notif

[Bug 2077761] [NEW] Enhancement Request - General Personalization of Date/Time specification

2024-08-23 Thread Eric Marceau
ntf("%s %2s %15s %9s %s\n", vals[2], vals[3], vals[4], strftime("%R:%S", vals[5]), vals[6] ) ; } ; }' } = Thank you in advance for your consideration and, hopefully your acceptance of this feature request. Regards, Eric Marceau

[Bug 2076421] Re: IKev2 VPN generates a local routing loop

2024-08-23 Thread Eric Christensen
Any workaround found for this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076421 Title: IKev2 VPN generates a local routing loop To manage notifications about this bug go to: https://bugs.launc

[Bug 2077202] [NEW] BlackMATE-border Theme - Overlooked use of "bar_unfocused.png" for unfocused non-maximized windows

2024-08-16 Thread Eric Marceau
Public bug reported: Expected behaviour Un-focused windows should all be presented with the same colour tile "bar_unfocused.png", whether maximized or not. Frame_style "normal_unfocused" should incorporate attributes for "titlebar_fill_unfocused". Actual behaviour Currently, metacity-theme-3.x

[Bug 2076483] Re: Failure to Suspend after Upgrade to Kernel 5.15.0-118

2024-08-11 Thread eric
Hello, Same problem for me on Mint mate 21.3, since the update from 5.15.0-117 to 5.15.0-118. My computer : Ryzen 5 3600, mother board Asus TUF B450, and graphic card Sapphire radeon RX580 (ATI). The only tempory way to still use my computer with this is, on the grub menu, to select 5.15.0-117 i

[Bug 2076058] [NEW] package usrmerge 25ubuntu2 failed to install/upgrade: installed usrmerge package post-installation script subprocess returned error exit status 1

2024-08-04 Thread Eric Christianson
*** This bug is a duplicate of bug 1985982 *** https://bugs.launchpad.net/bugs/1985982 Public bug reported: doing a release upgrade from 20.04 (clean, having just been updated from 18.06) and this bug happened. ProblemType: Package DistroRelease: Ubuntu 22.04 Package: usrmerge 25ubuntu2 Proc

[Bug 2076032] [NEW] package libreoffice-writer 1:7.3.7-0ubuntu0.22.04.5 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es erneut installieren, bevor

2024-08-04 Thread Eric Staskiewicz
Public bug reported: ?? ProblemType: Package DistroRelease: Ubuntu 22.04 Package: libreoffice-writer 1:7.3.7-0ubuntu0.22.04.5 ProcVersionSignature: Ubuntu 6.5.0-35.35~22.04.1-generic 6.5.13 Uname: Linux 6.5.0-35-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.5 Architecture: amd64 CasperMD5CheckR

[Bug 2075551] [NEW] SyntaxWarning messages on python3-boto install

2024-08-01 Thread Eric Lopez
Public bug reported: Description:Ubuntu 24.04 LTS Release:24.04 apt-cache policy python3-boto python3-boto: Installed: 2.49.0-4.1 Candidate: 2.49.0-4.1 Version table: *** 2.49.0-4.1 500 500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu noble/universe amd64 Packages

[Bug 2073991] [NEW] Add FIPS defines to Noble OpenSSL header files

2024-07-24 Thread Eric Berry
Public bug reported: Release: Noble OpenSSL version: 3.0.13-0ubuntu3.1 The Noble FIPS release only produces the FIPS provider library. In previous versions, like Jammy, the FIPS release also produced a libssl- dev that contained the FIPS changes to the header files needed for compiling against th

[Bug 2073135] [NEW] package usbmuxd 1.1.1-2build2 failed to install/upgrade: installed usbmuxd package post-installation script subprocess returned error exit stat

2024-07-15 Thread Eric Reid
Public bug reported: Upgrading from 20.04, it auto generated this bug. ProblemType: Package DistroRelease: Ubuntu 22.04 Package: usbmuxd 1.1.1-2build2 ProcVersionSignature: Ubuntu 5.4.0-189.209-generic 5.4.275 Uname: Linux 5.4.0-189-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.5 Architecture:

[Bug 2043591] Re: Starting gnome-control-center resets icon theme

2024-06-22 Thread Eric Donkersloot
This bug is also present in Ubuntu 24.04 LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2043591 Title: Starting gnome-control-center resets icon theme To manage notifications about this bug go

[Bug 2069516] [NEW] Totem won't play video files, OpenGL initialization error

2024-06-15 Thread Eric Morgan
Public bug reported: I confirm this bug also occurs with totem and the vanilla Gnome in a Debian Sid install. When launching totem to play any format movie, it throws error "Could not initialise OpenGL support". It's confirmed OpenGL is working (glxgears) ProblemType: Bug DistroRelease: Ubuntu

[Bug 2068922] [NEW] package chromium-browser 1:116.0.5845.110-0ubuntu0.22.04.1sav0 failed to install/upgrade: new chromium-browser package pre-installation script subprocess returned error exit status

2024-06-10 Thread Eric Morgan
Public bug reported: WTF? ProblemType: Package DistroRelease: Ubuntu 24.04 Package: chromium-browser 1:116.0.5845.110-0ubuntu0.22.04.1sav0 ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4 Uname: Linux 6.8.0-35-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.28.1-

[Bug 2054810] Re: Adding bpf to CONFIG_LSM in linux kernel

2024-05-18 Thread Eric Sheridan
Hi Joseph - I just wanted to check in and see how things are going. Is there anything I can do to help? Happy to test out some kernel builds if needed. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1818239] Re: scheduler: build failure high negative weighting

2024-05-05 Thread Eric Miller
I'm at a tad late (5+ years after the last comment), but in case it helps, we just ran into a situation where a user (not cloud admin) exhausted their IP allocations in a user-defined subnet, which caused an error in the nova-compute.log: NoMoreFixedIps: No fixed IP addresses available for network

[Bug 2064128] [NEW] installing Adsys package and running realm command does not install all missing packages

2024-04-29 Thread Eric Reiss
Public bug reported: When I run "Realm discover" command it reports what packages are required. I rechecked this with a new install in a VM. The samba- common-bin package is not installed. I run the "realm join" and the package is still not installed. eric@Ubuntu-AD-

[Bug 2064009] [NEW] audio device malfunctioning and crash

2024-04-28 Thread Eric Stardust
Public bug reported: Hi my audio device (Philips screen with sound) crashed after using it few hours. Its working badly (kind of distorsion) anytime, was working fine with 22.10 but works badly with debian 12 (same config). Thx I use a Philips screen with HDMI for image and sound Operating Syst

[Bug 1285444] Re: Login Successful, Desktop Never Loads

2024-04-26 Thread Eric Maffei
Same issue with Secure boot enable and file system encrypted. The only workaround i find was at the login screen toggle to shell Crtl Alt F3, then login and manually launch the gnome (startx) to see what was wrong.The error was xf86enableio failed to enable io ports -03ff operation. Something w

[Bug 2024377] Re: Adsys can't fetch GPOs

2024-04-22 Thread Eric Reiss
ALL, I am also interested in this. Have the same problems. sssd install worked and Active Directory user login to Ubuntu 22.04.06 LTS fine. But then adsys broke it and had to disable with pam-auth-update. We would like to be able to use the extended GPOs from adsys. Wondering about when it migh

[Bug 2054810] Re: Adding bpf to CONFIG_LSM in linux kernel

2024-04-17 Thread Eric Sheridan
Joseph - thanks for looking into this. Please let me know if I can be of assistance. I'd be happy to test out the corresponding changes on my end. Just let me know - thank you!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1447968] Re: ImageMagick is missing JPEG2000 support (needs to be built with openjpeg)

2024-04-11 Thread Eric Mitchell
7; @ error/constitute.c/ReadImage/572 in /home/eric/convert-test.php:7 Stack trace: #0 /home/eric/convert-test.php(7): Imagick->readimage() #1 {main} thrown in /home/eric/convert-test.php on line 7 Current versions are: ImageMagick 7.1.1-31 (Beta) Q16-HDRI x86_64 dd459b01f:20240407 https://im

[Bug 2054810] Re: Adding bpf to CONFIG_LSM in linux kernel

2024-04-08 Thread Eric Sheridan
Can Ubuntu please consider addressing this as a part of the upcoming 24 LTS release? The ability to leverage LSM based BPF programs on Ubuntu out-of-the-box (ie. without having to update grub and rebooting) opens the door to a growing ecosystem of security tooling. There are major computing environ

[Bug 2057484] Re: kernel worker event freezes during traffic on iwlwifi

2024-03-22 Thread Eric Burns
Issue still exists with 6.5.0-26 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2057484 Title: kernel worker event freezes during traffic on iwlwifi To manage notifications about this bug go to: ht

[Bug 2058109] [NEW] Kernel 5.15.0-100 breaks Intel NIC

2024-03-16 Thread Eric Wagner
Public bug reported: From syslog: Mar 15 12:11:18 kvmMini systemd[1]: Starting Refresh fwupd metadata and update motd... Mar 15 12:11:18 kvmMini fwupdmgr[284042]: Updating lvfs Mar 15 12:11:18 kvmMini fwupdmgr[284042]: Downloading…: 0% Mar 15 12:11:19 kvmMini fwupdmgr[284042]: Idle…: 100% Mar 15

[Bug 2057484] Re: kernel worker event freezes during traffic on iwlwifi

2024-03-12 Thread Eric Burns
Forum post with someone else with same issue: https://askubuntu.com/questions/1507282/ubuntu-22-04-4-wifi-became- unstable-after-some-system-update-and-maybe-install -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2057484] Re: kernel worker event freezes during traffic on iwlwifi

2024-03-12 Thread Eric Burns
dmesg output showing crashes of module / call trace [ 1384.485249] Intel(R) Wireless WiFi driver for Linux [ 1384.493042] iwlwifi :3d:00.0: Detected crf-id 0x2001910, cnv-id 0x2001910 wfpm id 0x8000 [ 1384.49] iwlwifi :3d:00.0: PCI dev 272b/00f4, rev=0x472, rfid=0x112200 [ 1384.4

[Bug 2057484] Re: kernel worker event freezes during traffic on iwlwifi

2024-03-12 Thread Eric Burns
** Attachment added: "perf record with lockup going o already during whole profile session" https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2057484/+attachment/5755388/+files/perf.data.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 2057484] Re: kernel worker event freezes during traffic on iwlwifi

2024-03-12 Thread Eric Burns
** Attachment added: "perf record -a -g" https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2057484/+attachment/5755387/+files/perf.data.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 2057484] [NEW] kernel worker event freezes during traffic on iwlwifi

2024-03-12 Thread Eric Burns
Public bug reported: With traffic on Intel Wifi 7 BE200 card, For a while kernel enter 100% cpu usage on a worker event thread and kworker/0:0-events_freezable is in D state. System highly unresponsive during this time. Happens in 6.5.0-25, does not happen in 6.5.0-17 Description:Ubuntu 22

[Bug 1885756] Re: crasch in installation

2024-03-08 Thread Goffioul Eric
grub-install/dev/sdb a échoué -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885756 Title: crasch in installation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+so

[Bug 2043299] Re: Linux 6.5 breaks Novation Components web MIDI application

2024-03-05 Thread Eric Hanuise
Thank you Jonatan! I can confirm too : using Ubuntu mate 23.10 / 1.26.2. Kernel is Linux 6.5.0-21-generic x86_64 Chrome Version 122.0.6261.94 (Official Build) (64-bit) : no connection, time out Chrome Version 123.0.6312.22 (Official Build) beta (64-bit) : works just fine, circuit tracks is recogni

[Bug 2043299] Re: Linux 6.5 breaks Novation Components web MIDI application

2024-03-04 Thread Eric Hanuise
Same behavior here, using Ubuntu mate 23.10 / 1.26.2 and google chrome (from chrome .deb, not chromium or a snap or flatpak). Kernel is Linux 6.5.0-21-generic x86_64 The circuit tracks has firmware 1.15 (latest, from dec 2022), and the following script is run before hand as root to set the midi bu

[Bug 2055292] Re: tracker-extract-3 crashed with SIGSYS in epoll_wait()

2024-03-02 Thread Eric Carvalho
*** This bug is a duplicate of bug 2055761 *** https://bugs.launchpad.net/bugs/2055761 ** This bug has been marked a duplicate of bug 2055761 tracker-extract-3 crashed with SIGSYS in epoll_wait() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 2037767] Re: file-roller crashed with SIGSEGV in egg_tree_multi_drag_button_release_event()

2024-02-28 Thread Eric Carvalho
*** This bug is a duplicate of bug 723841 *** https://bugs.launchpad.net/bugs/723841 ** This bug has been marked a duplicate of bug 723841 file-roller crashed with SIGSEGV in egg_tree_multi_drag_button_release_event() -- You received this bug notification because you are a member of Ubun

  1   2   3   4   5   6   7   8   9   10   >