[Bug 2064672] Re: [SRU] - fixes for apparmor on noble

2024-05-29 Thread Alex Murray
I have just uploaded apparmor 4.0.1-0ubuntu0.24.04.1 from georgiag's PPA to noble - it is sitting in the unapproved queue. ** Changed in: apparmor (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2067250] Re: /usr/bin/w -s segfaults

2024-05-27 Thread Alex Murray
I think a follow-up commit might also be needed https://gitlab.com/procps- ng/procps/-/commit/b113806ccfa706e73bc2e0005eb7606d08c03850 since the code to print the results from sd_get_sessions() still has the wrong test of `if (sessions >= 0)` - this instead should be `if (sessions > 0)` which is

[Bug 2067002] [NEW] font chooser shows wrong font even after selecting one

2024-05-23 Thread Alex Murray
Public bug reported: The font chooser in gnome-tweaks always seems to forget the chosen font - both when run for the first time on a fresh install AND after choosing a particular font - see the attached video which shows this in more detail. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package:

[Bug 2061830] Re: Limit supported pci-id's to the new ones added by 550

2024-05-16 Thread Alex
You can follow these instructions to install the 550 driver https://askubuntu.com/questions/1391245/getting-the-latest-nvidia- graphics-driver-through-software-updates -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065081] Re: [nvidia] Secondary monitor does not wake up when returning from hibernation

2024-05-15 Thread Alex
I see my bug was marked as duplicate and that it affects nvidia- graphics-drivers-535. Some additional info: - 550 nvidia driver had same issue when I tested. - Does not occur just on hibernation, but also if the screen turns off because of inactivity. - Waking the monitors causes a loop of "no

[Bug 2059818] Re: Regression: Jammy to Noble, set_label no longer functions

2024-05-15 Thread Alex Murray
I installed the 58-1 version of gnome-shell-extension-appindicator from noble-proposed and rebooted and can confirm that I now see the label on an appindicator (indicator-sensors in this case) as expected. ** Tags removed: verification-needed verification-needed-noble ** Tags added:

[Bug 1839708] Re: KPDL error 98 in Chromium

2024-05-13 Thread Alex Cherepanov
This was posted as a Ghostscript bug but Ghostscript is not involved in this case. The printer just cannot handle the PS stream generated by Chromium. The printer admits that the file is correct but it exceeds some implementation limits. Debugging this case takes multiple attempts to reduce the

[Bug 1869902] Re: foomatic-rip extremely slow on focal for PostScript input files - may affect printing

2024-05-13 Thread Alex Cherepanov
Please attach a sample file. Testing of a few random PS files does not reproduce the described effect. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869902 Title: foomatic-rip extremely slow on

[Bug 2065235] [NEW] gnome-text-editor 46.1 when using intelligent Pinyin Ibus input keyboard, it cannot switch between chinese and english using "shift", while other application can do that

2024-05-08 Thread ALEX
Public bug reported: When I using intelligent pinyin(Ibus), gnome-text-editor 46.1 cannot switch between Chinese and English via keyboard fast change command("shift"), while other application can do that, only text-editor have this bug ** Affects: gnome-text-editor (Ubuntu) Importance:

[Bug 2065122] Re: Dual monitor setup not working after sleep/logout

2024-05-07 Thread Alex
** Description changed: I recently switched to 24.04 from 22.04, and now I'm having issues with dual monitors that worked perfectly before. This seems to only happen when the monitors has been off(if I log out and the screen goes black/stops receiving a signal, or if I put the computer to

[Bug 2065122] [NEW] Dual monitor setup not working after sleep/logout

2024-05-07 Thread Alex
Public bug reported: I recently switched to 24.04 from 22.04, and now I'm having issues with dual monitors that worked perfectly before. This seems to only happen when the monitors has been off(if I log out and the screen goes black/stops receiving a signal, or if I put the computer to sleep).

[Bug 2065038] [NEW] Extensive logging (bug in upstream)

2024-05-07 Thread Alex
Public bug reported: Package prometheus-blackbox-exporter/jammy-security,jammy-updates,now 0.19.0-1ubuntu0.2 amd64 contains bug which is described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010054 Issue is short is that blackbox exporter is extensively filling the syslog. It was

[Bug 2064951] Re: Seg fault in libvectorscan5 hs_compile_multi on ARM64

2024-05-06 Thread Alex Kenion
It doesn't look like my initial attachment was saved, so I'm attaching it again. This is a minimal example program that recreates the issue with the shared library. ** Attachment added: "Minimal example program to recreate issue"

[Bug 2064951] [NEW] Seg fault in libvectorscan5 hs_compile_multi on ARM64

2024-05-06 Thread Alex Kenion
Public bug reported: I have recreated this on both Ubuntu 22.04 and 24.04 on multiple ARM64 environments. This was initially encountered in a Python application that uses ctypes to interface with the shared vectorscan library. The back trace for the seg fault is below. Program received signal

[Bug 2063333] Re: gnome-remote-desktop.service: Failed to determine user credentials: No such process

2024-05-03 Thread Alex Stanhope
(TL;DR Now works for me). I too encountered this issue (same error message as OP) on a Raspberry Pi 5. cat /etc/os-release PRETTY_NAME="Ubuntu 24.04 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian

[Bug 2064685] Re: write says write: effective gid does not match group of /dev/pts/5

2024-05-02 Thread Alex Murray
For context, this change was introduced in https://ubuntu.com/security/notices/USN-6719-2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064685 Title: write says write: effective gid does not match

[Bug 2063983] Re: 24.04 Upgrade/Fresh Install results in black screen on reboot on AMDGPU system

2024-05-01 Thread Alex
The fix for me is to edit the kernel options before booting and removing splash and quiet. Boots after that. https://www.reddit.com/r/Kubuntu/comments/1cdko49/comment/l1uf573/?utm_source=share_medium=web3x_name=web3xcss_term=1_content=share_button

[Bug 2064173] [NEW] clang-tools package is missing dependency on perl package

2024-04-29 Thread Alex Henrie
Public bug reported: Steps to reproduce: 1. `docker run -it ubuntu:24.04` 2. `apt-get update -y` 3. `DEBIAN_FRONTEND=noninteractive apt-get install -y clang-tools` 4. `scan-build` Expected result: Help text is printed Actual result: Can't locate FindBin.pm in @INC (you may need to install

[Bug 2030790] Re: cantools decode does not work in package can-utils jammy, now 2020.11.0-1 amd64

2024-04-25 Thread Alex
I am also seeing the same issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2030790 Title: cantools decode does not work in package can-utils jammy,now 2020.11.0-1 amd64 To manage

[Bug 2063330] [NEW] package mongo-tools (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/bsondump', which is also in package mongodb-database-tools 100.9.4

2024-04-24 Thread Gokul Baby Alex
Public bug reported: I have faced the issue I was trying the standard command option itself. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: mongo-tools (not installed) ProcVersionSignature: Ubuntu 5.15.0-105.115~20.04.1-generic 5.15.148 Uname: Linux 5.15.0-105-generic x86_64

[Bug 2063271] Re: Illegal opcode in libssl

2024-04-23 Thread Alex Murray
Thanks for reporting this issue - but it is strange since this update has been published since 2024-02-27 and this is the first such report of any issues. Also given this update has been available for nearly 2 months it is surprising you are seeing errors from it so much later - I wonder if

[Bug 2063079] Re: samba smbd.service is missing ExecStartPre for update-apparmor-samba-profile

2024-04-22 Thread Alex Murray
There should not be much risk of regression - this feature was only supported on samba in mantic, not jammy etc so not many users will upgrade from mantic to noble - and the current behaviour where this is broken in noble is the same behaviour as we have in jammy etc. And then even for users

[Bug 2063079] Re: samba smbd.service is missing ExecStartPre for update-apparmor-samba-profile

2024-04-22 Thread Alex Murray
Forwarded to debian in https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=1069661 ** Bug watch added: Debian Bug tracker #1069661 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069661 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2063079] Re: samba smbd.service is missing ExecStartPre for update-apparmor-samba-profile

2024-04-22 Thread Alex Murray
** Patch added: "samba_4.19.5+dfsg-4ubuntu9.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/samba/+bug/2063079/+attachment/5769340/+files/samba_4.19.5+dfsg-4ubuntu9.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063079] [NEW] samba smbd.service is missing ExecStartPre for update-apparmor-samba-profile

2024-04-22 Thread Alex Murray
Public bug reported: In mantic, the smbd.service unit file contained the line: ExecStartPre=/usr/share/samba/update-apparmor-samba-profile As such, the associated AppArmor profile for smbd etc would be automatically updated to include permissions for the various shares etc on the local files

[Bug 2063055] Re: Boot failure 24.04

2024-04-21 Thread Alex Pepper
** Attachment added: "PXL_20240421_155914518.jpg" https://bugs.launchpad.net/ubuntu/+bug/2063055/+attachment/5768865/+files/PXL_20240421_155914518.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2063055] [NEW] Boot failure 24.04

2024-04-21 Thread Alex Pepper
Public bug reported: I found myself unable to boot my computer today. I'm running Ubuntu 24.04 (running dev branch by mistake) on a dell xps-13-9300 (developer edition). At first, it showed the following error: errors . I focused on the one pertaining to ACPI and modified the grub option to

[Bug 1993649] Re: Shell for the mysql user should be set to nologin

2024-04-19 Thread Alex Kavanagh
*** This bug is a duplicate of bug 2060644 *** https://bugs.launchpad.net/bugs/2060644 I'm marking this as a duplicate of https://bugs.launchpad.net/charm- mysql-router/+bug/2060644 as that has a bit more information about what is going on, and why it is happening. ** Changed in: mysql-8.0

[Bug 2061155]

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. Since the package referred to in this bug is in universe or multiverse, it is community maintained. If you are able, I suggest coordinating with upstream and posting a debdiff for this issue. When a debdiff is

[Bug 2061208] Re: package nvidia-dkms-535-server 535.161.08-0ubuntu2.22.04.1 failed to install/upgrade: installed nvidia-dkms-535-server package post-installation script subprocess returned error exit

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

[Bug 2061191]

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. Since the package referred to in this bug is in universe or multiverse, it is community maintained. If you are able, I suggest coordinating with upstream and posting a debdiff for this issue. When a debdiff is

[Bug 2061305] Re: Can't update to Ubuntu 22.04.4 LTS (Jammy Jellyfish)

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

[Bug 2061856]

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. Your bug report is more likely to get attention if it is made in English, since this is the language understood by the majority of Ubuntu developers. Additionally, please only mark a bug as "security" if it shows

[Bug 2061856] Re: gnome terminal

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

[Bug 2061894] Re: package linux-image-6.8.0-22-generic 6.8.0-22.22 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/dkms exited with return code 11

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

[Bug 2062011] Re: Please update libjxl to newest version in 24.04 to address security vulnerabilities

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. Since the package referred to in this bug is in universe or multiverse, it is community maintained. If you are able, I suggest coordinating with upstream and posting a debdiff for this issue. When a debdiff is

[Bug 2062440] Re: A few days ago I realized that the time was four hours behind despite it being automatic with the correct time zone.

2024-04-19 Thread Alex Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

[Bug 2060035] Re: [MIR] msgraph

2024-04-15 Thread Alex Murray
I reviewed msgraph 0.2.1-0ubuntu3 as checked into noble. This shouldn't be considered a full audit but rather a quick gauge of maintainability. msgraph is a library written in C using the glib, libgoa, and libsoup for providing access to the Microsoft Graph API services. - CVE History - None

[Bug 1926249] Re: postcopy migration fails in hirsute (solved)

2024-04-11 Thread Alex Kavanagh
Based on @felipe's comment in #4, I'm triaging to medium. A possible fix is to enable the sysctl to be executed if the config option " enable-live-migration" is set to True in the charm. This is relatively easy to do. It should also be documented in the charm-guide if the fix is done. **

[Bug 2060880] Re: squid crashes after update to 4.10-1ubuntu1.10

2024-04-11 Thread Alex Brett
We also experienced the issue (it was readily reproducible in our case), and the proposed 4.10-1ubuntu1.11 package appears to have resolved it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060880

[Bug 2060922] [NEW] [needs-packaging] Please create package for goss

2024-04-11 Thread Alex Lutay
Public bug reported: Hi, As discussed with Lena on the sync call, Data Platform team need a new package for goss. URL: https://github.com/goss-org/goss Description: quick and easy server validation (in miliseconds) using trivial yaml file. License: Apache-2.0 Data Platform team is planning

[Bug 2003316] Re: [FFe] Please add mysql-shell to ubuntu

2024-04-10 Thread Alex Lutay
My $0.05: mysql-shell version is NOT bonded to MySQL Server version, see https://dev.mysql.com/doc/mysql-shell/8.3/en/ > MySQL Shell 8.3 is highly recommended for use with MySQL Server 8.3, 8.0, and 5.7. Please upgrade to MySQL Shell 8.3. P.S. (at the moment) Data team is using version 8.0 for

[Bug 2060575] [NEW] gnome-keyring fails to automatically unlock login keyring after recent updates in noble

2024-04-08 Thread Alex Murray
Public bug reported: After installing recent updates in 24.04, upon logging in the gnome- shell based UI pops up saying that the login keyring was not unlocked and asking for the users password to be input to unlock it. Similarly a second, non-gnome-shell based UI is also present asking the same

[Bug 1926249] Re: postcopy migration fails in hirsute (solved)

2024-04-08 Thread Alex Kavanagh
I'm assigning this to won't fix based on it being a hirsute issue. Hirsuite is EOL as of January 20, 2022. However, if this is affecting newer releases of Ubuntu then please re-open. thanks. ** Changed in: charm-nova-compute Status: New => Won't Fix -- You received this bug notification

[Bug 2058691] Re: No sound card detected on the Dell xps 16 2024 (9640)

2024-03-29 Thread Alex Hulbert
Nevermind, that turned out to be a red herring, using the latest linux release candidate along with some bleeding edge versions of packages solves both the audio and the microphone! https://github.com/thesofproject/linux/issues/4879 ** Bug watch added: github.com/thesofproject/linux/issues #4879

[Bug 2059417] Re: Sync xz-utils 5.6.1-1 (main) from Debian unstable (main)

2024-03-29 Thread Alex Murray
Given this has been reverted in Debian, it should not be synced into Ubuntu. ** Changed in: xz-utils (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059417

[Bug 2056696] Re: All Snaps are denied the ability to use DBus for notifications and apptray indicators in KDE-based flavors

2024-03-27 Thread Alex Lowe
Confirming that with snapd from edge (revision 21508), both the notifications and apptray denials are resolved for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2056696 Title: All Snaps are

[Bug 2058691] Re: No sound card detected on the Dell xps 16 2024 (9640)

2024-03-25 Thread Alex Hulbert
I think sof-mtl-rt711-4ch.tplg and sof-mtl-rt711.tplg aren't the same thing. I'm guessing the former is for devices with four audio channels? I'm on arch with a sof-mtl-rt711-4ch.tplg and another file beginning with "sof-mtl-rt711", but no "sof-mtl-rt711.tplg". Renaming either of them to

[Bug 2056696] Re: All Snaps are denied the ability to use DBus for notifications and apptray indicators in KDE-based flavors

2024-03-20 Thread Alex Murray
Ok whilst I still can't see the /StatusNotifierItem object listed via d-feet I can reproduce the denials when launching element-desktop so I have added some additional changes to the aforementioned PR which resolve these as well. With all the changes from that PR in place all of these mentioned

[Bug 2056696] Re: All Snaps are denied the ability to use DBus for notifications and apptray indicators in KDE-based flavors

2024-03-20 Thread Alex Murray
Ah although it seems I can reboot the VM at this point and whilst Calamares appeared to run again again in the rebooted vm if I choose Install Calamares closes and I see the installed kubuntu environment - weird Anyway I think I will be able to use this to debug the original issue further -

[Bug 2056696] Re: All Snaps are denied the ability to use DBus for notifications and apptray indicators in KDE-based flavors

2024-03-20 Thread Alex Murray
The subsequent error is: Main script file /usr/lib/x86_64-linux- gnu/calamares/modules/automirror/main.py for python job automirror raised an exception. Is there any way I can debug this further? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2056696] Re: All Snaps are denied the ability to use DBus for notifications and apptray indicators in KDE-based flavors

2024-03-20 Thread Alex Murray
Yes I hit that exact issue in Calamares but after fixing it I then hit another similar crash in a different script in calamares - will see if I can reproduce and provide you with details. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2056696] Re: All Snaps are denied the ability to use DBus for notifications and apptray indicators in KDE-based flavors

2024-03-19 Thread Alex Murray
So I installed kubuntu-desktop on an up-to-date noble VM and then after logging into the kubuntu session I was able to reproduce the issue for Notifications but I couldn't see anything owning the /StatusNotifierItem dbus path. For notifications I submitted

[Bug 2058329] [NEW] Update apparmor to 4.0.0-beta3 in noble

2024-03-19 Thread Alex Murray
Public bug reported: Latest upstream release https://gitlab.com/apparmor/apparmor/-/releases/v4.0.0-beta3 Contains only bug fixes since 4.0.0-beta2 which is currently in noble- proposed thus does not require a FFe. ** Affects: apparmor (Ubuntu) Importance: Undecided Status: New

[Bug 2028006] Re: ps2ascii man page is wrong about PDFs on standard input

2024-03-16 Thread Alex Cherepanov
This was true long ago, but for 10+ years Ghostscript copies PDF documents from stdin to a temporary file that allows direct access. Please fix the man page. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2056696] Re: All Snaps are denied the ability to use DBus for notifications and apptray indicators in KDE-based flavors

2024-03-14 Thread Alex Murray
> Log: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/freedesktop/DBus" interface="org.freedesktop.DBus" member="ListActivatableNames" mask="send" name="org.freedesktop.DBus" pid=2950 label="snap.element-desktop.element-desktop" peer_label="unconfined" This is provided by

[Bug 2056496] Re: [FFe] AppArmor 4.0-beta2 + prompting support for noble

2024-03-12 Thread Alex Murray
Uploaded to noble-proposed yesterday https://launchpad.net/ubuntu/+source/apparmor/4.0.0~beta2-0ubuntu3 ** Changed in: apparmor (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2056458] Re: upgrade to thunderbird snap, missing snapd depdency

2024-03-07 Thread Alex Murray
** Information type changed from Private Security 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/2056458 Title: upgrade to thunderbird snap, missing snapd depdency To manage notifications

[Bug 2055294] Re: /usr/lib/grub/grub-multi-install fails on noble-daily

2024-03-07 Thread Alex Wang
hey Olivier Gayot, One further question, we are indeed using "user-data" automated installer methodology, so we can simply append it(i did notice the last line is version :1) with the following to our user-data file to work around this issue, right? debconf-selections: | grub-pc

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

2024-03-06 Thread Alex Murray
Ah fair enough ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055761 Title: tracker-extract-3 crashed with SIGSYS in epoll_wait() To manage notifications about this bug go to:

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

2024-03-06 Thread Alex Murray
> Why do we keep having to fix these crashes one by one over such a long period of time? In this case I think this is a consequence of the allow-list nature of the seccomp filters - as glibc changes to implement various functions via different primitive system calls / or the kernel changes to add

[Bug 2054924] Re: color emoji are broken with fontconfig 2.15

2024-03-06 Thread Alex Murray
As per https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/409#note_2298588 this can also be fixed by adding an additional rule to /etc/fonts/conf.d/70-no-bitmaps.conf of the form: false ** Bug watch added: gitlab.freedesktop.org/fontconfig/fontconfig/-/issues #409

[Bug 2055294] Re: /usr/lib/grub/grub-multi-install fails on noble-daily

2024-03-06 Thread Alex Wang
hey Olivier Gayot, The workaround you provided works like a charm, also thanks for the elaboration. I finally got Ubuntu 24.04 Beta installed successfully on my system. You are my lifesaver! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2055294] Re: /usr/lib/grub/grub-multi-install fails on noble-daily

2024-03-06 Thread Alex Wang
Couple of questions: 1.sounds like this is a catastrophic issue that block fresh Ubuntu 24.04 Beta installation, isn't it? 2. so we have to wait for the new ISO image that includes the new grub2? If yes, when do we expect to get the new ISO image. Now we are doing some early evaluation work for

[Bug 2055294] Re: /usr/lib/grub/grub-multi-install fails on noble-daily

2024-03-05 Thread Alex Wang
looks like i am hitting the exact same issue, may i know what can i do to get the Ubuntu 24.04 daily build installation to complete successfully instead of trying new ISO? Thanks a lot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2055270] [NEW] Buy Tramadol Online At Lowest Prices

2024-02-28 Thread Alex Walter
*** This bug is a security vulnerability *** Public security bug reported: Buy Tramadol Online 100mg USA Overnight ➤Order here: https://t.ly/N0hN9 ➤Shop Here: https://t.ly/N0hN9 Tramadol 100mg may interact with other medications, including certain antidepressants, antipsychotics,

[Bug 2055150] Re: python3-pysyncobj package stuck on jammy on primary raft re-election due to dead TCP

2024-02-28 Thread Alex Lutay
Thank you Lena, copy here the yesterday's discussion for the history: The PR#172 might be not enough... https://github.com/bakwc/PySyncObj/pull/163 smells related as well. We decided to go with version 0.3.12 as Jammy PPA https://launchpad.net/~data-platform/+archive/ubuntu/python-pysyncobj

[Bug 2055150] [NEW] python3-pysyncobj package stuck on jammy on primary raft re-election due to dead TCP

2024-02-27 Thread Alex Lutay
Public bug reported: Hi, Data Team is experiencing a stability issue with PostgreSQL Primary lost due to lack of Raft Primary election (based on python3-pysyncobj 0.3.10 from Jammy). The issue has been traced by upstream and fixed in 0.3.12 (available in Nobel):

[Bug 2055114] Re: fail2ban is broken in 24.04 Noble

2024-02-26 Thread Alex Murray
Relevant upstream issue https://github.com/fail2ban/fail2ban/issues/3487 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055114 Title: fail2ban is broken in 24.04 Noble To manage notifications

[Bug 2055114] Re: fail2ban is broken in 24.04 Noble

2024-02-26 Thread Alex Murray
So whilst in Ubuntu we do have python-pyasyncore which provides asyncore, we don't have asynchat so this might need to be packaged separately OR vendored into fail2ban -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2055114] Re: fail2ban is broken in 24.04 Noble

2024-02-26 Thread Alex Murray
asynchat was removed in python 3.12, which just became the default python3 in 24.04 ** Information type changed from Private Security to Public ** Bug watch added: github.com/fail2ban/fail2ban/issues #3487 https://github.com/fail2ban/fail2ban/issues/3487 -- You received this bug

[Bug 2053041] Re: Issue when shutting down computer: internal hard drive is not shut down properly

2024-02-25 Thread Alex Desh
Kernel 6.5.0-21 - the problem is not solved, the HDD heads park loudly in an emergency. Why is it that after 2 releases of the kernel the problem is still not fixed and you continue to break users’ hard drives? -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 2039167] Re: I get this message "array-index-out-of-bounds" every time I turn on my laptop since I upgraded from 23.04. to 23.10. (drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables

2024-02-25 Thread Alex Desh
6.5.0-* "array-index-out-of-bounds" every boot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2039167 Title: I get this message "array-index-out-of-bounds" every time I turn on my laptop since I

[Bug 2003864] Re: freshclam assert failure: *** stack smashing detected ***: terminated

2023-03-01 Thread Alex Murray
Turns out clamav-1.0.0 includes a transition from libclamav9 -> libclamav11 so this is taking a bit longer than expected - but I will keep plugging away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 2003864] Re: freshclam assert failure: *** stack smashing detected ***: terminated

2023-02-15 Thread Alex Murray
Looking at the upstream repo for clamav I suspect the following commit is required to be backported to clamav in lunar https://github.com/Cisco- Talos/clamav/commit/375ecf678c714623e6fb5c0119d1bec98dc700dd - or that a merge is done of clamav-1.0.0+dfsg-6 to lunar. The merge is likely the best

[Bug 2003864] Re: freshclam assert failure: *** stack smashing detected ***: terminated

2023-02-14 Thread Alex Murray
FWIW I can't reproduce this on a debian sid install of clamav which also uses the same version of libtfm / tomsfastmath. However, Debian is using a newer version of clamav than Ubuntu 23.04 so perhaps this may be fixed by merging that version to Ubuntu (or perhaps even a no-change rebuild of

[Bug 2003864] Re: freshclam assert failure: *** stack smashing detected ***: terminated

2023-02-13 Thread Alex Murray
This crash seems to be from libtfm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/2003864 Title: freshclam assert failure: *** stack smashing detected ***: terminated To manage

[Bug 2003864] Re: freshclam assert failure: *** stack smashing detected ***: terminated

2023-02-13 Thread Alex Murray
FWIW I was able to get the following backtrace from this crash: (gdb) bt full #0 s_fp_sub (a=0x7ffe3ea481a0, b=, c=0x7ffe3ea481a0) at src/addsub/s_fp_sub.c:30 x = oldbused = oldused = 483582409 t = #1 0x7fa0134db9e1 in fp_add (a=a@entry=0x7ffe3ea48640,

[Bug 1810241] Re: NULL dereference when decompressing specially crafted archives

2022-09-26 Thread Alex Murray
Thanks I have updated the status of this CVE in the Ubuntu CVE tracker. ** Changed in: tar (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 1977701] Re: Update to latest upstream release 20220510 / IPU 2022.1 to fix multiple security vulnerabilities

2022-06-06 Thread Alex Murray
** Description changed: Intel released version 20220510 / IPU 2022.1 earlier in May to address multiple vulnerabilities, including: - - CVE-2022-21151, INTEL-SA-00617 - - CVE-2021-0146, INTEL-SA-00528 - - CVE-2021-0127, INTEL-SA-00532 + - CVE-2022-21151, INTEL-SA-00617 +  

[Bug 1977701] Re: Update to latest upstream release 20220510 / IPU 2022.1 to fix multiple security vulnerabilities

2022-06-05 Thread Alex Murray
** Changed in: intel-microcode (Ubuntu Bionic) Status: New => Fix Committed ** Changed in: intel-microcode (Ubuntu Focal) Status: New => Fix Committed ** Changed in: intel-microcode (Ubuntu Impish) Status: New => Fix Committed ** Changed in: intel-microcode (Ubuntu Jammy)

[Bug 1977701] [NEW] Update to latest upstream release 20220510 / IPU 2022.1 to fix multiple security vulnerabilities

2022-06-05 Thread Alex Murray
Public bug reported: Intel released version 20220510 / IPU 2022.1 earlier in May to address multiple vulnerabilities, including: - CVE-2022-21151, INTEL-SA-00617 - CVE-2021-0146, INTEL-SA-00528 - CVE-2021-0127, INTEL-SA-00532 This version is already packaged in Ubuntu 22.10

[Bug 1884726] Re: [TTM] Buffer eviction failed

2022-06-01 Thread alex-mobigo
Switched to nvidia proprietary driver and so far no more crashes in the browser, need more time to fully test with the nvidia driver. Definitely a nouveau driver bug with the kernel: Linux svn 5.4.0-55-generic #61~18.04.1-Ubuntu SMP Wed Nov 11 14:12:46 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

[Bug 1884726] Re: [TTM] Buffer eviction failed

2022-06-01 Thread alex-mobigo
Update info: 01:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9500 GT] (rev a1) I can work with intensive GPU accel (opengl / opengles) without any crashes. With the browser (Chrome,Chromium,Brave, and recently i have read about the TTM crash with Firefox), it can crash the

[Bug 1884726] Re: [TTM] Buffer eviction failed

2022-06-01 Thread alex-mobigo
I have a similar issue with LXDE 18.04. sb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.6 LTS Release:18.04 Codename: bionic It seems to be related to nouveau driver when in use by the chromium web engine. Chrome, Chromium, Brave

[Bug 1970228] Re: Multiple vulnerabilities in Bionic, Focal and Jammy

2022-05-27 Thread Alex Murray
Removing ubuntu-security-sponsors since there is no debdiff to sponsor. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1970228 Title: Multiple vulnerabilities in Bionic, Focal and Jammy To

[Bug 1970228] Re: Multiple vulnerabilities in Bionic, Focal and Jammy

2022-05-27 Thread Alex Murray
Setting impish to Incomplete since there is no debdiff to sponsor at this stage. ** Changed in: subversion (Ubuntu Impish) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 1969342] Re: running dpdk-testpmd shows "Failed to execute command of OP_SET_RSS_HENA" in vm with intree driver on ubuntu-22.04

2022-05-25 Thread Alex Wang
we have learned that the in-tree ice driver support for OP_SET_RSS_HENA has never been upstreamed, so we will track this issue as a future requirement, and will revisit this issue once the in-tree ice driver support for OP_SET_RSS_HENA has been upstreamed and backported. Thanks. -- You received

[Bug 1973322] Re: Bacula for 22.04/Jammy

2022-05-24 Thread Alex Murray
FYI I have rebuilt the version of bacula for jammy in a PPA - https://launchpad.net/~alexmurray/+archive/ubuntu/lp1973322 - if anyone could give this a test and let me know how it works for you, then we can look at trying to release it via an SRU. Thanks. -- You received this bug notification

[Bug 1954970] Re: remmina "Cannot connect to the RDP server ... via TLS. Check that the client and server support a common TLS version"

2022-05-24 Thread alex dekker
> A bit disconcerting that Remmina seems to be the only GUI option for this task. KRDC works for this as you can add xfreerdp flags in the "Extra Options" box for each host or add it to the default Extra Options. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1975437] DpkgLog.txt

2022-05-24 Thread Alex Moonshine
apport information ** Attachment added: "DpkgLog.txt" https://bugs.launchpad.net/bugs/1975437/+attachment/5592618/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975437 Title:

[Bug 1975437] LightdmDisplayLog.txt

2022-05-24 Thread Alex Moonshine
apport information ** Attachment added: "LightdmDisplayLog.txt" https://bugs.launchpad.net/bugs/1975437/+attachment/5592619/+files/LightdmDisplayLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1975437] DkmsStatus.txt

2022-05-24 Thread Alex Moonshine
apport information ** Attachment added: "DkmsStatus.txt" https://bugs.launchpad.net/bugs/1975437/+attachment/5592617/+files/DkmsStatus.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1975437

[Bug 1975437] Dependencies.txt

2022-05-24 Thread Alex Moonshine
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1975437/+attachment/5592616/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1975437] CurrentDmesg.txt

2022-05-24 Thread Alex Moonshine
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1975437/+attachment/5592615/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1975437] Re: Dual monitor setup broken with Marco/picom

2022-05-24 Thread Alex Moonshine
apport information ** Tags added: apport-collected ubuntu ** Description changed: I have two monitors: 1920*1080+1280*1024 I have upgraded from 20.04, using Compiz as default compositor. When selecting any configuration involving Marco/picom in Tweak, after reboot the wallpaper on

[Bug 1971767] Re: [MIR] libfreeaptx

2022-05-24 Thread Alex Murray
I reviewed libfreeaptx 0.1.1-1ubuntu1 as checked into kinetic. This shouldn't be considered a full audit but rather a quick gauge of maintainability. libfreeaptx is an implementation of the audio processing technology (aptX) codec. It is a fork of the libopenatpx library (which is in universe) -

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-05-23 Thread Alex Murray
@mardy I thought we had snapd.apparmor specifically to avoid this scenario but I can't see that service mentioned at all in systemd- analyze plot... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1975438] NvidiaBugReportLog.txt

2022-05-23 Thread Alex Moonshine
apport information ** Attachment added: "NvidiaBugReportLog.txt" https://bugs.launchpad.net/bugs/1975438/+attachment/5592457/+files/NvidiaBugReportLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1975438] MonitorsUser.xml.txt

2022-05-23 Thread Alex Moonshine
apport information ** Attachment added: "MonitorsUser.xml.txt" https://bugs.launchpad.net/bugs/1975438/+attachment/5592456/+files/MonitorsUser.xml.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   3   4   5   6   7   8   9   10   >