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

2025-05-26 Thread Alan Moore
The actual pr is https://github.com/Cisco-Talos/clamav/pull/1417 which is a significant big change so won't be backported -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106024 Title: Backport fix fo

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

2025-05-26 Thread Alan Moore
L4126-L4129 of libclamav/scanners.c: ``` if (CL_SUCCESS != fmap_get_MD5(ctx->fmap, &hash)) { cli_dbgmsg("cli_magic_scan: Failed to get a hash for the current fmap.\n"); goto done; } ``` seems like hard-coded into the scanner, so workaround: 1. (haven't backported and tried

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

2025-05-26 Thread Alan Moore
Tried the command line way to bypass the md5: 1. Install clamav on pristine jammy: `sudo apt update && sudo apt upgrade && sudo apt sintall clamav` 2. `clamscan -r /tmp` no error 3. Enable fips-updates channel via pro and reboot 4. `systemctl status clamav-freshclam.service` ```bash May 26 10:25

[Bug 2107991] Re: fips-updates openssl is broken for PKCS#12/p12 certs

2025-05-19 Thread Alan Moore
There is an old standard (PKCS12KDF) that is not compatible with fips. PBMAC1 functionality (https://www.rfc-editor.org/rfc/rfc8018) will be available in new versions of OpenSSL. There is a risk of incompatibility with existing deployments. Apart from the aforementioned workaround, another one is

[Bug 2109519] [NEW] Wrong manual content for jammy openssl pkcs12

2025-04-28 Thread Alan Moore
Public bug reported: URLs of https://manpages.ubuntu.com/manpages/jammy/man1/pkcs12.1ssl.html and https://manpages.ubuntu.com/manpages/jammy/man1/openssl- pkcs12.1ssl.html should return me with openssl-pkcs12 command line manual but redirects me to openssl x509 cmd line man ** Affects: openssl (U

[Bug 2109520] [NEW] Wrong redirection to manual of incorrect release

2025-04-28 Thread Alan Moore
Public bug reported: All the links under "SEE ALSO" of noble's man for openssl (e.g. https://manpages.ubuntu.com/manpages/noble/man1/pkcs12.1ssl.html) should redirect to noble man but actually go to plucky amn ** Affects: openssl (Ubuntu) Importance: Undecided Status: New -- You r

[Bug 2107991] Re: fips-updates openssl is broken for PKCS#12/p12 certs

2025-04-28 Thread Alan Moore
One unacceptable bypass is to add "-nomac" to remove mac protection as PRs and error msg mentioned. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107991 Title: fips-updates openssl is broken for PK

[Bug 2107991] Re: fips-updates openssl is broken for PKCS#12/p12 certs

2025-04-28 Thread Alan Moore
## Invalid key length According to the src code check on pbkdf2.c:223: ```if (ctx->lower_bound_checks != 0 && p->data_size < KDF_PBKDF2_MIN_PASSWORD_LEN) { ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); return 0; } ``` And from pbkdf2.c:53:

[Bug 2107991] Re: fips-updates openssl is broken for PKCS#12/p12 certs

2025-04-28 Thread Alan Moore
** Changed in: openssl (Ubuntu) Status: New => Confirmed ** Changed in: openssl (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107991 Title:

[Bug 2107991] Re: fips-updates openssl is broken for PKCS#12/p12 certs

2025-04-24 Thread Alan Moore
** Changed in: openssl (Ubuntu) Assignee: (unassigned) => Alan Moore (wqian) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107991 Title: fips-updates openssl is broken for PKCS#12/p12 ce

[Bug 2085790] Re: Lost of the policy.json and registries.conf file after reinstall podman

2025-04-04 Thread Alan Moore
Solution: sudo apt purge golang-github-containers* then rm the conffile sudo rm -r /etc/containers sudo apt install podman ** Also affects: golang-github-containers-common (Ubuntu) Importance: Undecided Status: New ** Also affects: golang-github-containers-image (Ubuntu) Importan

[Bug 2085790] Re: Lost of the policy.json and registries.conf file after reinstall podman

2025-04-04 Thread Alan Moore
** No longer affects: ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085790 Title: Lost of the policy.json and registries.conf file after reinstall podman To manage notifications about thi

[Bug 2089712] Re: pam-auth-update --remove doesn't work properly

2024-11-27 Thread Alan Moore
** Description changed: Issue: - If use `pam-auth-update --remove profile` to remove a profile, it has no effect: the /etc/pam.d/common-auth doesn't change at all. + If use `pam-auth-update --remove profile` to remove a profile, it has no effect: the /etc/pam.d/common-auth doesn't change at a

[Bug 2089712] [NEW] pam-auth-update --remove doesn't work properly

2024-11-26 Thread Alan Moore
Public bug reported: Issue: If use `pam-auth-update --remove profile` to remove a profile, it has no effect: the /etc/pam.d/common-auth doesn't change at all. OS: jammy libpam-runtime: 1.4.0-11ubuntu2.4 The profile I use ``` cat << EOF > /usr/share/pam-configs/faillock Name: Notify of failed

[Bug 2089712] Re: pam-auth-update --remove doesn't work properly

2024-11-26 Thread Alan Moore
Tested on noble vm too. The `pam-auth-update --disable faillock faillock_notify && pam-auth-update --remove faillock faillock_notify` work perfectly fine OS: noble dpkg -l | grep libpam-runtime ii libpam-runtime1.5.3-5ubuntu5.1 all

[Bug 2085612] Re: System fail to detect the blutooth device

2024-10-30 Thread Alan Moore
In the scenario which Ubuntu can scan the Bluetooth devices, "the blutooth device" means my headphone Shokz. If in the scenario which my Ubuntu can not even have a workable bluetooth scan function -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2085790] [NEW] Lost of the policy.json and registries.conf file after reinstall podman

2024-10-28 Thread Alan Moore
Public bug reported: In oracular, fresh install of podman provides `libpod.conf networks/ policy.json registries.conf registries.conf.d/ systemd/` under /etc/containers/ But if you remove the podman with `sudo apt purge podna && sudo apt autoremove` (with container folder removed) then rei

[Bug 2085612] Re: System fail to detect the blutooth device

2024-10-25 Thread Alan Moore
Sometime the sys can detect the bluetooth device, sometimes not. According to archlinux bbs thread, our devices have one thing in common: the Intel WiFi card (e.g. Network controller: Intel Corporation Wi-Fi 6 AX201 (rev 20) in my laptop) -- You received this bug notification because you are a

[Bug 2085612] [NEW] System fail to detect the blutooth device

2024-10-25 Thread Alan Moore
Public bug reported: Here is the issue log: Oct 25 09:11:36 am-ThinkPad-X1-Carbon-Gen-9 kernel: Bluetooth: hci0: Device booted in 14662 usecs Oct 25 09:11:36 am-ThinkPad-X1-Carbon-Gen-9 kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02 Oct 25 09:11:36 am-ThinkPad-X1-Carbon-Gen-9 system

[Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-04-26 Thread Alan Moore
The patch works like a charm on Xubuntu 16.04. Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679488 Title: Thunar freezes when left inactive for a while To manage notifications about th

[Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-04-15 Thread Alan Moore
Thanks a lot, Kev. I'm however not an advanced user, and I'm not sure what to do with the patch provided, how to implemented it on my system in order to test it. Could you post a link to some tutorial or something like that? Thank you! -- You received this bug notification because you are a membe

[Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-04-07 Thread Alan Moore
Maybe I should add that I don't think I experienced this issue before I upgraded Thunar from 1.6.10 to 1.6.11, so it appears to me that it's a regression introduced in the latest version. But I could be wrong. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-04-07 Thread Alan Moore
Hi all, I have the same problem. I don't use QtCreator as such, but I often use Qt apps such as QGIS. I'm not sure there's a 1-to-1 correlation between me using QGIS and Thunar freezing in the background, I haven't done enough testing, but it's definitely possible there's something in Qt triggerin

[Bug 1071959] [NEW] package fakeroot 1.18.2-1 failed to install/upgrade: package fakeroot is already installed and configured

2012-10-26 Thread Alan Moore
Public bug reported: this occurred on a nearly fresh installation of 12.04LTS, I was in process of changing display resolutions and it started generating errors, this is only one of the errors I got, the rest I can't seem to find in any log files... ProblemType: Package DistroRelease: Ubuntu 12.0

[Bug 558674] Re: Open file dialog malfunctions in lucid

2010-09-21 Thread Alan Moore
I am running a fresh install of Ubuntu 10.04 on my laptop, dual boot with 7HP64, and I have this same problem. I didn't have this problem yesterday, but I have it today. Have not rebooted, have not changed anything. But I think I can outline the steps I took to produce this problem. 2 Chrome wi