[Bug 2077473] Re: [SRU] 2.65.3

2024-10-07 Thread Sergio Cazzolato
Hi Andreas,

About question 1, I re-executed the failing tests to have a green
execution. The only error is related to a nvidia package dependency not
available in the test (not a regression).

About question 2, Those tests failed because a known issue in the
testing infrastructure and those errors are fixed in the pr that I added
in the previous comment. The rest of the tests are working properly.

About question 3, I see the this page is not being maintained (see
below), I manually checked that debs and snaps can be installed with the
version 2.65.3 in the current systems. These tests are manual and
executed in vms.

"
SnapdUpdates (last edited 2016-06-08 17:12:55 by brian-murray)
"

About "The upgrade test from previous distribution to the current one.",
this was not tested since at least 6 years and I think has to be
redefined because it is not included in the SRU validation process we
have in snapd project.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077473

Title:
  [SRU] 2.65.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2077473/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2083437] Re: package php8.1-common 8.1.2-1ubuntu2.19 failed to install/upgrade: installed php8.1-common package post-installation script subprocess returned error exit status 10

2024-10-02 Thread Sergio Durigan Junior
Thank you for taking the time to file a bug report.

From DpkgTerminalLog.txt, we see:

dpkg: error processing package php8.1-common (--configure):
 installed php8.1-common package post-installation script subprocess returned 
error exit status 10
dpkg: dependency problems prevent configuration of php8.1-gd:
 php8.1-gd depends on php8.1-common (= 8.1.2-1ubuntu2.19); however:
  Package php8.1-common is not configured yet.

dpkg: error processing package php8.1-gd (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of php8.1:
 php8.1 depends on php8.1-common; however:
  Package php8.1-common is not configured yet.

dpkg: error processing package php8.1 (--configure):
 dependency problems - leaving unconfigured

For some reason, php8.1-common's postinst script failed.  But I also
noticed something in your bug description:

 Python3Details: /usr/bin/python3.10, Python 3.10.12, unpackaged

It seems like you're using Python from a third-party package (and not
the one shipped officially by Ubuntu).  Python is a core component of
the system and using an unsupported version can impact seemingly
unrelated things.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we would
be grateful if you would provide a more complete description of the problem
with steps to reproduce, explain why you believe this is a bug in Ubuntu
rather than a problem specific to your system, and then change the bug
status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: php8.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2083437

Title:
  package php8.1-common 8.1.2-1ubuntu2.19 failed to install/upgrade:
  installed php8.1-common package post-installation script subprocess
  returned error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php8.1/+bug/2083437/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2081740] Re: package dovecot-core 1:2.3.21+dfsg1-2ubuntu6 failed to install/upgrade: installed dovecot-core package post-installation script subprocess returned error exit status 1

2024-10-02 Thread Sergio Durigan Junior
Thank you for taking the time to file a bug report.

From DpkgTerminalLog.txt, we see:

Sep 23 14:04:39 chi systemd[1]: Starting dovecot.service - Dovecot IMAP/POP3 
email server...
Sep 23 14:04:39 chi dovecot[988165]: doveconf: Fatal: Error in configuration 
file /etc/dovecot/dovecot.conf line 11: ssl_cert: Can't open file 
/etc/postfix/smtpd.cert: No such file or directory

This is the reason why dovecot.service could not be restarted.  The
ssl_cert directive was added manually (likely by you?), so it needs to
be properly adjusted if there has been any changes to your local setup.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we would
be grateful if you would provide a more complete description of the problem
with steps to reproduce, explain why you believe this is a bug in Ubuntu
rather than a problem specific to your system, and then change the bug
status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: dovecot (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2081740

Title:
  package dovecot-core 1:2.3.21+dfsg1-2ubuntu6 failed to
  install/upgrade: installed dovecot-core package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/2081740/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)

2024-10-01 Thread Sergio Durigan Junior
FWIW, I left a comment on the bug report asking for guidance, because it
seems to me that just reverting the commit mentioned above isn't the
right solution (as we'd be reintroducing the bug fixed by the commit).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2072564

Title:
  qemu-aarch64-static segfaults running ldconfig.real (amd64 host)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/2072564/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2081996] Re: After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

2024-10-01 Thread Sergio Durigan Junior
Hello,

Thanks for providing the requested information.  Looking at the
postgresql-16-main.log file, I see the following excerpt which caught my
attention:

2024-09-21 15:51:05.322 BST [5823] mbm@simas FATAL:  role "mbm" does not exist
2024-09-21 15:53:46.720 BST [5784] LOG:  checkpoint starting: time
2024-09-21 15:53:59.679 BST [5784] LOG:  checkpoint complete: wrote 128 buffers 
(0.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=12.572 s, sync=0.240 
s, total=12.960 s; sync files=27, longest=0.205 s, average=0.009 s; 
distance=1275 kB, estimate=1275 kB; lsn=0/163D6C0, redo lsn=0/163D688
2024-09-21 15:56:08.871 BST [5853] postgres@simas FATAL:  database "simas" does 
not exist

You can see that there are two fatal errors happening.  It's not
entirely clear whether they are related to the upgrade process or not,
because the pg_upgradecluster.OUT file doesn't have timestamps, but I'm
assuming they are.

I don't understand why the upgrade process did not migrate the "mbm"
role to the new cluster.  Do you have any customized configuration
file(s) for postgresql in your system?  I'm wondering if this may be
something caused by a local configuration issue.

Also, are you able to check if there is a specific log file for the
upgrade, please?  Maybe under /var/log/?  If there is, could you please
attach it to this bug as well?

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/2081996

Title:
  After upgrade to 24.04.1 LTS pg_upgradecluster fails to upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-16/+bug/2081996/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2052610] Re: value too great for base error with locale fr_FR

2024-10-01 Thread Sergio Durigan Junior
The bug mentioned by sly13 cannot be considered a duplicate because it
has been filed against the upstream project, whereas this has been filed
against the Ubuntu package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2052610

Title:
  value too great for base error with locale fr_FR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/2052610/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077473] Re: [SRU] 2.65.3

2024-09-30 Thread Sergio Cazzolato
snapd 2.65.3 validated in focal, jammy and noble

Logs:
https://warthogs.atlassian.net/jira/core/projects/ST/board?selectedIssue=ST-2056

Some tests failed, after review I see all of them are caused by the
change that forces snapd snap to be installed which breaks some tests
when using snapd from the repository.

All those errors will be fixed when the pr
https://github.com/canonical/snapd/pull/14496 is landed.

** Tags removed: verification-needed verification-needed-focal 
verification-needed-jammy verification-needed-noble
** Tags added: verification-done verification-done-focal 
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.launchpad.net/bugs/2077473

Title:
  [SRU] 2.65.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2077473/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2028964] Re: [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

2024-09-29 Thread Sergio Durigan Junior
Apologies, Timo.  I meant to get to it on Monday, but I should have left
a note here anyway.  Either way, I've updated the bug and added the SRU
description.

** Description changed:

+ [ Impact ]
+ 
+ QEMU users on Noble who want to use Intel's SierraForest CPU model for
+ their virtual machines are currently unable to do so.  As part of the
+ hardware enablement SRU exception for QEMU, this SRU backports the
+ necessary patch that adds this new CPU model.  There will be a
+ corresponding libvirt SRU soon.
+ 
+ [ Test Plan ]
+ 
+ On a system which can launch VMs, one can simply try to create and boot
+ a QEMU VM using SierraForest as its CPU model:
+ 
+ $ qemu-system-x86_64 -cpu SierraForest -enable-kvm -cdrom
+ https://releases.ubuntu.com/jammy/ubuntu-22.04.5-live-server-amd64.iso
+ -nographic
+ 
+ When inside the VM, we can inspect /proc/cpuinfo to make sure that it's
+ using the SierraForest model.
+ 
+ [ Where problems could occur ]
+ 
+ The backported patch is simple and well contained.  There is always a
+ chance that the patch contains an error and that it affects those users
+ who are launching VMs using SierraForest as their explicit CPU model,
+ but in such cases the user already wasn't able to launch such VMs
+ before, so no regression is really being introduced.  Worst case
+ scenario, we can revert the patch in the meantime.
+ 
+ [ Original Description ]
+ 
  [Description]
    Add Sierra Forest CPU model required for basic VM lifecycle on SRF.
  
  [Hardware Information]
    Architecture:
  Intel / AMD (x86_64)
    Platform(s):
  Sierra Forest
    Date HW is expected at Canonical:
  
    Component(s):
  QEMU
  
  [Software Information]
    Target Version:
  24.04
    Target Qemu:
  qemu-9.0.0
    Commit IDs:
  f3245d7fa3 target/i386: Add new CPU model SierraForest
    External Links:
  
  [Business Justification]
  
  [Testing guidance]
    AC: The new SRF CPU model is an available option to create new VM. All SRF 
new features are included in SRF CPU model.
  
  [External ID]
    LFE-6818

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2028964

Title:
  [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/2028964/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076587] Re: cpu hotplug crashes the guest!

2024-09-26 Thread Sergio Durigan Junior
** Changed in: qemu (Ubuntu Noble)
   Status: Triaged => 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/2076587

Title:
  cpu hotplug crashes the guest!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2076587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2028964] Re: [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

2024-09-26 Thread Sergio Durigan Junior
** Tags added: server-todo

** Changed in: qemu (Ubuntu Noble)
   Status: Triaged => 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/2028964

Title:
  [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/2028964/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076927] Re: [SRU] RISC-V: Incorrect time-base frequency in KVM

2024-09-26 Thread Sergio Durigan Junior
** Changed in: qemu (Ubuntu Noble)
   Status: New => 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/2076927

Title:
  [SRU] RISC-V: Incorrect time-base frequency in KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2076927/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 2076927] Re: [SRU] RISC-V: Incorrect time-base frequency in KVM

2024-09-25 Thread Sergio Durigan Junior
On Wednesday, September 25 2024, Heinrich Schuchardt wrote:

> Hello Sergio,
>
> Thank you for taking care of this change.
>
> In Linux time_init() sets riscv_timebase during initialization of the
> host. The value is either based on the device-tree's property
> /cpus/timebase-frequency or on the ACPI table RHTC.
>
> With the patch this value is copied to /cpus/timebase-frequency in the
> client device-tree.
>
> env->kvm_timer_dirty is not related to the value of riscv_timebase in
> the host. This is why it is ignored in the patch.
>
>
> The only code difference I see between https://paste.debian.net/1330417/ and 
> https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2076927/+attachment/5805536/+files/0001-target-riscv-kvm-fix-timebase-frequency-when-using-K.patch
>  seems to be the placement of this line:
>
> uint64_t reg;
>
> This line was move up 2 lines in the paste without functional change.
> Your paste looks correct.

Thank you for confirming.  I'm waiting for the build to finish in order
to run some tests, and will upload the package later today.

-- 
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0  EB2F 106D A1C8 C3CB BF14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076927

Title:
  [SRU] RISC-V: Incorrect time-base frequency in KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2076927/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076927] Re: [SRU] RISC-V: Incorrect time-base frequency in KVM

2024-09-25 Thread Sergio Durigan Junior
Hi Heinrich,

Apologies for the delay; I'm preparing the SRU for Noble now.  I've had
to adjust the backported patch because of a build failure.  Can you
please double check it?

https://paste.debian.net/1330417/

The change affects only kvm_riscv_get_timebase_frequency.  I wasn't
entirely sure how to handle the case when env->kvm_timer_dirty is true,
so I ignored it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076927

Title:
  [SRU] RISC-V: Incorrect time-base frequency in KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2076927/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-09-24 Thread Sergio Durigan Junior
All autopkgtests are now passing for QEMU on Jammy.

This bug still needs to be verified.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2081877] [NEW] cannot load apparmor profiles: profile doesn't conform to protocol

2024-09-24 Thread Sergio Cazzolato
Public bug reported:

Using kernel 6.1.0-1025-oem (ubuntu noble) I can't install or remove
snaps with --devmode.

This is an example of the error I see

sergio@cachiomachine:~/workspace/snapcore/snapd$ snap install test-snapd-tools 
--devmode
error: cannot perform the following tasks:
- Setup snap "test-snapd-tools" (9) security profiles (cannot setup profiles 
for snap "test-snapd-tools": cannot load apparmor profiles: exit status 185
apparmor_parser output:
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.block".  
Profile doesn't conform to protocol
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.cat".  
Profile doesn't conform to protocol
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.echo".  
Profile doesn't conform to protocol
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.head".  
Profile doesn't conform to protocol
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.cmd".  
Profile doesn't conform to protocol
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.env".  
Profile doesn't conform to protocol
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.sh".  
Profile doesn't conform to protocol
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.success".  
Profile doesn't conform to protocol
/usr/sbin/apparmor_parser: Unable to replace "snap.test-snapd-tools.fail".  
Profile doesn't conform to protocol
)
sergio@cachiomachine:~/workspace/snapcore/snapd$ snap install test-snapd-tools
test-snapd-tools 1.0 from Test snaps (test-snaps-canonical) installed


I don't see any other error in dmesg or journal logs.

** Affects: linux (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/2081877

Title:
  cannot load apparmor profiles: profile doesn't conform to protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081877/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077731] Re: riscv64 EDK 2 crashes in KVM based emulation

2024-09-20 Thread Sergio Durigan Junior
Thanks, Heinrich.

I'm following the upstream discussion; I can backport the patch to
Oracular/Noble once things are settled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077731

Title:
  riscv64 EDK 2 crashes in KVM based emulation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2077731/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080915] Re: package nginx-core 1.18.0-6ubuntu14.5 failed to install/upgrade: installed nginx-core package post-installation script subprocess returned error exit status 1

2024-09-18 Thread Sergio Durigan Junior
Thank you for taking the time to file a bug report.

From DpkgTerminalLog.txt:

Sep 17 08:06:47 aquadevida-IdeaPad-5-14ITL05 nginx[10522]: nginx: [emerg] 
getpwnam("test_domain") failed in /etc/nginx/nginx.conf:1
Sep 17 08:06:47 aquadevida-IdeaPad-5-14ITL05 nginx[10522]: nginx: configuration 
file /etc/nginx/nginx.conf test failed

The getpwnam call tries to find information about the user specified in
its argument; in this case, "test_domain".  It seems like you may have
modified the configuration file by hand, since "test_domain" is not a
username that the package would create/use.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we would
be grateful if you would provide a more complete description of the problem
with steps to reproduce, explain why you believe this is a bug in Ubuntu
rather than a problem specific to your system, and then change the bug
status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: nginx (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080915

Title:
  package nginx-core 1.18.0-6ubuntu14.5 failed to install/upgrade:
  installed nginx-core package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/2080915/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077473] Re: [SRU] 2.65.3

2024-09-17 Thread Sergio Cazzolato
Validation done.
Manual tests executed. All good in Oracular
Automated tests executed. See log https://paste.ubuntu.com/p/VPtHFmymVN/. Just 
1 error related to a test issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077473

Title:
  [SRU] 2.65.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2077473/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2067831] Re: can't use arrows when renaming on the desktop

2024-09-16 Thread Sergio Costas
Proposed SRU for 24.04. Sorry for the delay.
https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-
extension-desktop-icons-ng/-/merge_requests/6

** Description changed:

- Cuando se quiere renombrar (cambiar de nombre) un archivo en el
- Escritorio, al mover el cursor con las teclas de flecha adelante/atrás,
- sale del proceso de edición (te expulsa). Solo es posible moverse sobre
- el nombre (adelante y atrás) con el ratón.
+ During a file rename operation on the desktop, when using the cursor
+ keys to move the cursor forward or backwards, the dialog closes. It's
+ only possible to move the cursor by using the mouse.
  
- Equipo utilizado: 
- OS: Ubuntu 24.04 LTS x86_64 
- Host: B450M DS3H 
- Kernel: 6.8.0-31-generic 
- Uptime: 1 hour, 52 mins 
- Packages: 2496 (dpkg), 16 (snap) 
- Shell: bash 5.2.21 
- Resolution: 1920x1080 
- DE: GNOME 46.0 
- WM: Mutter 
- WM Theme: Adwaita 
- Theme: Yaru-blue-dark [GTK2/3] 
- Icons: Yaru-blue-dark [GTK2/3] 
- Terminal: gnome-terminal 
- CPU: AMD Ryzen 3 3200G (4) @ 3.600GH 
- GPU: NVIDIA GeForce GT 1030 
+ Equipo utilizado:
+ OS: Ubuntu 24.04 LTS x86_64
+ Host: B450M DS3H
+ Kernel: 6.8.0-31-generic
+ Uptime: 1 hour, 52 mins
+ Packages: 2496 (dpkg), 16 (snap)
+ Shell: bash 5.2.21
+ Resolution: 1920x1080
+ DE: GNOME 46.0
+ WM: Mutter
+ WM Theme: Adwaita
+ Theme: Yaru-blue-dark [GTK2/3]
+ Icons: Yaru-blue-dark [GTK2/3]
+ Terminal: gnome-terminal
+ CPU: AMD Ryzen 3 3200G (4) @ 3.600GH
+ GPU: NVIDIA GeForce GT 1030
  Memory: 2137MiB / 7878MiB
+ 
+ [ User impact ]
+ 
+ Moving the cursor when renaming a file is very common, because a lot of
+ cases consist on adding or removing something at the end of the
+ filename, or change the extension, so nearly all users will suffer this
+ bug. It's true that they can  use the mouse, but for users used to the
+ keyboard, this is a very cumbersome bug.
+ 
+ [ Test plan ]
+ 
+ In the desktop, right-click over an icon and select 'Rename...'. When
+ the rename popup appears, press the left or the right cursor key to move
+ the cursor.
+ 
+ If the bug is there, the popup will disappear and no renaming will
+ happen. If the bug has been fixed, the text cursor will move forward or
+ backwards, as expected.
+ 
+ [ Risk analysis ]
+ 
+ The patch mainly affects the hotkeys code, so a mistake in those changes
+ could disable the keyboard shortcuts for the desktop. In the worst case,
+ the desktop main program won't run, thus leaving the desktop without
+ icons. No data loss would happen, so just reverting to the previous
+ version of the code would be enough to fix the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067831

Title:
  can't use arrows when renaming on the desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/2067831/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080603] Re: Blank window for gnome-initial-setup

2024-09-13 Thread Sergio Costas
I can reproduce it just by launching it again from the command line.
Just pressing Alt is enough to refresh the window, although you must
wait some time before that works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080603

Title:
  Blank window for gnome-initial-setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/2080603/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080603] [NEW] Blank window for gnome-initial-setup

2024-09-13 Thread Sergio Costas
Public bug reported:

I installed Oracular (24.10) in an Asus Zenbook UX21e (screen size 1366
× 768), and, after full installation and when login for the first time,
the gnome-initial-setup window did appear, but completely white, with
nothing inside. It wasn't until I did Alt+Tab that it refreshed. I
attach a picture.

** Affects: gnome-initial-setup (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "photo_2024-09-12_14-29-34.jpg"
   
https://bugs.launchpad.net/bugs/2080603/+attachment/5816749/+files/photo_2024-09-12_14-29-34.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080603

Title:
  Blank window for gnome-initial-setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/2080603/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2003266] Re: 22.04 package lacks GSSAPI support

2024-09-12 Thread Sergio Durigan Junior
** Also affects: neon27 (Ubuntu Jammy)
   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/2003266

Title:
  22.04 package lacks GSSAPI support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neon27/+bug/2003266/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080512] [NEW] Não é possível instalar 'lubuntu-desktop'

2024-09-12 Thread Sergio Henrique Castelo Branco Ferreira
Public bug reported:

Não é possível instalar 'lubuntu-desktop'

Foi impossível instalar o pacote requerido. Por favor, relate esse erro
usando 'ubuntu-bug ubuntu-release-upgrader-core' no terminal.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubuntu-release-upgrader-core 1:22.04.20
ProcVersionSignature: Ubuntu 5.15.0-119.129-generic 5.15.160
Uname: Linux 5.15.0-119-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.6
Architecture: amd64
CasperMD5CheckResult: unknown
CrashDB: ubuntu
CurrentDesktop: LXQt
Date: Thu Sep 12 08:37:04 2024
InstallationDate: Installed on 2020-03-13 (1643 days ago)
InstallationMedia: Lubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to jammy on 2024-09-12 (0 days ago)
VarLogDistupgradeAptHistorylog:
 Start-Date: 2024-09-12  08:34:35
 Requested-By: sergio (1000)
 End-Date: 2024-09-12  08:34:35
VarLogDistupgradeApttermlog:
 Log started: 2024-09-12  08:34:35
 Log ended: 2024-09-12  08:34:35
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade jammy third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080512

Title:
  Não é possível instalar 'lubuntu-desktop'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2080512/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079970] Re: Debug symbols are unavailable for 3.0.2-0ubuntu1.18 (security update)

2024-09-11 Thread Sergio Durigan Junior
Marking as Fix Released.

** Changed in: openssl (Ubuntu)
   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/2079970

Title:
  Debug symbols are unavailable for 3.0.2-0ubuntu1.18 (security update)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2079970/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077473] Re: [SRU] 2.65.1

2024-09-11 Thread Sergio Cazzolato
Yesterday I ran the tests to validate oracular build.

Manual tests executed in oracular desktop using snapd 2.65.2 passed
Automated tests using snapd deb 2.65.2 also passed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077473

Title:
  [SRU] 2.65.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2077473/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-09-10 Thread Sergio Costas
** Description changed:

  Ubuntu Noble 24.04 desktop icons ng does not show thumbnails of pdf and
  other image files.
  
  I do not know if this bug is related to: 
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2047256
  that was fixed for nautilus.
  
- 
  No LSB modules are available.
  Description:  Ubuntu 24.04 LTS
  Release:  24.04
  
  gnome-shell-extensions:
-   Installed: 46.1-2
-   Candidate: 46.1-2
-   Version table:
-  *** 46.1-2 500
- 500 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages
- 500 http://archive.ubuntu.com/ubuntu noble/universe i386 Packages
- 100 /var/lib/dpkg/status
+   Installed: 46.1-2
+   Candidate: 46.1-2
+   Version table:
+  *** 46.1-2 500
+ 500 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages
+ 500 http://archive.ubuntu.com/ubuntu noble/universe i386 Packages
+ 100 /var/lib/dpkg/status
+ 
+ [ Impact ]
+ 
+ This bug prevents Desktop Icons to create thumbnails of the files placed
+ in the desktop. Thumbnails are important because they allow to identify
+ at a glance the content of some files, like pictures or PDF documents.
+ 
+ This bug happens because the desktop application relies on the gnome-
+ desktop library thumbnail functions, which make use of `bwrap` to launch
+ each thumbnailer. The problem is that bwrap requires unprivileged user
+ namespaces, but in Ubuntu 23.10 it was restricted for security reasons,
+ and each program wanting to use it require an exception for apparmor.
+ 
+ [ Test plan ]
+ 
+ To test the patch, first be sure to be running the Desktop Icons
+ extension distributed in a .deb package with Ubuntu. It won't work with
+ the ones installed directly from the Gnome Extensions web page. To check
+ it, you can use the "gnome-extensions-app" program.
+ 
+ Copy some files that allow thumbnailing (like pictures, or PDF files) to
+ the Desktop folder.
+ 
+ Open a terminal and type `rm -rf ~/.cache/thumbnails` to delete all the
+ current thumbnail files.
+ 
+ Type `ps ax | grep ding` to find the PID of the desktop icons process.
+ 
+ Use `kill ` (being  the PID of the desktop icons process) to
+ kill it, and force a desktop reload.
+ 
+ If the patch works, the files will have thumbnails (if they support
+ them); if it doesn't work, all the files will show the default icon for
+ their file type.
+ 
+ [ Were problems could occur ]
+ 
+ If there is a typo in the apparmor definition file, in the best-case
+ scenario thumbnails won't work.
+ 
+ In the worst-case scenario, a different program could receive
+ permissions to use unprivileged user namespaces.
+ 
+ A bug in the desktop icons program could lead to a program with access
+ to unprivileged user namespaces.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064849

Title:
  Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons-ng/+bug/2064849/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-09-10 Thread Sergio Costas
John, this patch is different: it just enables desktop icons main app.
It's not the previous, "big hammer" one that just enabled brwap
directly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064849

Title:
  Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons-ng/+bug/2064849/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079983] Re: Thumbnails in desktop doesn't work due to apparmor restrictions

2024-09-10 Thread Sergio Costas
*** This bug is a duplicate of bug 2064849 ***
https://bugs.launchpad.net/bugs/2064849

You are right. Anyway, the security people found a way of fixing this
(at least for the .deb package), so I'm preparing a PR with that patch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079983

Title:
  Thumbnails in desktop doesn't work due to apparmor restrictions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2079983/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-09-09 Thread Sergio Durigan Junior
Hi Janosch,

Thanks for the verification.

I talked to Frank and decided to proceed with the upload now.  This will
allow the SRU team to "digest" the changes until the kernel changes are
SRU'ed.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2075543] Re: [SRU] ubuntu-advantage-tools (33.2 -> 34) Xenial, Bionic, Focal, Jammy, Noble

2024-09-09 Thread Sergio Durigan Junior
** Changed in: ubuntu-advantage-tools (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: ubuntu-advantage-tools (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: ubuntu-advantage-tools (Ubuntu Focal)
   Status: New => In Progress

** Changed in: ubuntu-advantage-tools (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: ubuntu-advantage-tools (Ubuntu Noble)
   Status: New => In Progress

** Changed in: ubuntu-advantage-tools (Ubuntu Oracular)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2075543

Title:
   [SRU] ubuntu-advantage-tools (33.2 -> 34) Xenial, Bionic, Focal,
  Jammy, Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/2075543/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076587] Re: cpu hotplug crashes the guest!

2024-09-09 Thread Sergio Durigan Junior
** Changed in: qemu (Ubuntu Oracular)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076587

Title:
  cpu hotplug crashes the guest!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2076587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076587] Re: cpu hotplug crashes the guest!

2024-09-09 Thread Sergio Durigan Junior
Hi Anushree,

Thanks for the verification.  I'll upload the package to Oracular and
start preparing the SRU to Noble.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076587

Title:
  cpu hotplug crashes the guest!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2076587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-09-09 Thread Sergio Costas
Also prepared a PR for master https://salsa.debian.org/gnome-team/shell-
extensions/gnome-shell-extension-desktop-icons-ng/-/merge_requests/5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064849

Title:
  Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/2064849/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-09-09 Thread Sergio Costas
It is an apparmor problem: user namespaces were disabled, and the
thumbnail API requires them because it uses bwrap to execute the
thumbnailers.

This patch fixes it: https://salsa.debian.org/gnome-team/shell-
extensions/gnome-shell-extension-desktop-icons-ng/-/merge_requests/4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064849

Title:
  Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/2064849/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079983] [NEW] Thumbnails in desktop doesn't work due to apparmor restrictions

2024-09-09 Thread Sergio Costas
Public bug reported:

DesktopIconsNG uses the gnome-desktop library to generate thumbnails.
Unfortunately, it uses bwrap to launch the thumbnailers, which requires
unprivileged user mamespaces, so it fails in Ubuntu 24.04. Creating
/etc/apparmor.d/bwrap file with the attached patch does solve the
problem.

** Affects: apparmor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bwrap namespaces unprivileged

** Patch added: "apparmor config file to allow bwrap to use unprivileged 
namespaces"
   https://bugs.launchpad.net/bugs/2079983/+attachment/5814784/+files/bwrap

** Description changed:

  DesktopIconsNG uses the gnome-desktop library to generate thumbnails.
  Unfortunately, it uses bwrap to launch the thumbnailers, which requires
- unprivileged user mamespaces. Creating /etc/apparmor.d/bwrap file with
- the attached patch does solve the problem.
+ unprivileged user mamespaces, so it fails in Ubuntu 24.04. Creating
+ /etc/apparmor.d/bwrap file with the attached patch does 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/bugs/2079983

Title:
  Thumbnails in desktop doesn't work due to apparmor restrictions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2079983/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079870] [NEW] Revert move of helper scripts to /usr/libexec/

2024-09-06 Thread Sergio Durigan Junior
Public bug reported:

Approximately 1 month ago (from the date I'm filing this bug), Debian
QEMU moved some of its helper binaries to /usr/libexec/:

https://salsa.debian.org/qemu-
team/qemu/-/commit/1a6f15e50a79db855aa1ce942c3eaedd9398abb3

Today Debian decided to revert the move:

https://salsa.debian.org/qemu-
team/qemu/-/commit/f265f4788f9fa2c276d2d19f82a80cc3dd5639f8

I'm personally glad that they did that; the move was already causing
some headaches with libvirt and would likely break a few installations
out in the wild.

I intend to backport this change to QEMU ASAP.

** Affects: qemu (Ubuntu)
 Importance: Critical
 Assignee: Sergio Durigan Junior (sergiodj)
 Status: Triaged


** Tags: server-todo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079870

Title:
  Revert move of helper scripts to /usr/libexec/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2079870/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079806] Re: qemu-bridge-helper denied by apparmor on oracular

2024-09-06 Thread Sergio Durigan Junior
Debian QEMU has reverted the libexec move today:

https://salsa.debian.org/qemu-
team/qemu/-/commit/f265f4788f9fa2c276d2d19f82a80cc3dd5639f8

I intend to backport this into our QEMU next week.  Initially I don't
see the need to revert the change introduced to fix this bug, but I'll
take a closer look later.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079806

Title:
  qemu-bridge-helper denied by apparmor on oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2079806/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079869] [NEW] qemu-bridge-helper needs apparmor to allow access to /sys/devices/system/node/

2024-09-06 Thread Sergio Durigan Junior
Public bug reported:

This is a spinoff of bug #2079806.

When using qemu:///session + qemu-bridge-helper, I see apparmor denials
like the following:

[  182.228244] audit: type=1400 audit(1725680469.378:136):
apparmor="DENIED" operation="open" class="file"
profile="libvirtd//qemu_bridge_helper" name="/sys/devices/system/node/"
pid=1292 comm="qemu-bridge-hel" requested_mask="r" denied_mask="r"
fsuid=0 ouid=0

They don't prevent the tap interface from being created nor the VM from
starting successfully, but it's something that we should probably
address nevertheless.

Quick & dirty way to test (inside a VM or a container with permissions):

# apt install -y uvtool-libvirt
# adduser ubuntu kvm
# adduser ubuntu libvirt-qemu
# su - ubuntu
$ uvt-simplestreams-libvirt --verbose sync --source 
http://cloud-images.ubuntu.com/daily release=oracular arch=amd64 label=daily
$ uvt-kvm create test release=oracular arch=amd64 label=daily --bridge=virbr0
$ virsh destroy test
$ virsh dumpxml test > a.xml
$ virsh -c qemu:///session define a.xml
$ virsh -c qemu:///session start test

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Changed in: libvirt (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079869

Title:
  qemu-bridge-helper needs apparmor to allow access to
  /sys/devices/system/node/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2079869/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079806] Re: qemu-bridge-helper denied by apparmor on oracular

2024-09-06 Thread Sergio Durigan Junior
OK, just a bit more context here.

I was able to start the VM after setting the suid bit on
/usr/libexec/qemu/qemu-bridge-helper.  This is something users have been
expected to do for many years on Debian-like systems now, because we
conscientiously ship this helper *without* the suid bit set.

The apparmor deny message I mentioned before:

[  182.228244] audit: type=1400 audit(1725680469.378:136):
apparmor="DENIED" operation="open" class="file"
profile="libvirtd//qemu_bridge_helper" name="/sys/devices/system/node/"
pid=1292 comm="qemu-bridge-hel" requested_mask="r" denied_mask="r"
fsuid=0 ouid=0

still shows up even after the VM has been successfully started, which
means it's not a critical problem and can be fixed later.

** Changed in: libvirt (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079806

Title:
  qemu-bridge-helper denied by apparmor on oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2079806/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079806] Re: qemu-bridge-helper denied by apparmor on oracular

2024-09-06 Thread Sergio Durigan Junior
OK, I verified that this happens on Noble as well, so it's not related
to this specific bug.  It's something that I want to fix, but should be
tracked in another bug.

FWIW, it happens when using a bridged network with qemu:///session.

I'll go ahead and sponsor the upload to fix 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/2079806

Title:
  qemu-bridge-helper denied by apparmor on oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2079806/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079806] Re: qemu-bridge-helper denied by apparmor on oracular

2024-09-06 Thread Sergio Durigan Junior
Hm, I'm using a non-conventional way to test things (running
libvirt+qemu inside an LXD container with some tweaks to make it
possible to use /dev/kvm and apparmor), so I found that I actually have
to reboot the container in order to make the changes be applied.
However, that still hasn't solved the full problem and I'm now seeing
the following apparmor deny:

[797169.654427] audit: type=1400 audit(1725664147.115:7762):
apparmor="DENIED" operation="open" class="file" namespace="root//lxd-o-
libvirt_"
profile="libvirtd//qemu_bridge_helper" name="/sys/devices/system/node/"
pid=467834 comm="qemu-bridge-hel" requested_mask="r" denied_mask="r"
fsuid=1000 ouid=0

I'll try to reproduce this inside a clean VM, but either way this is a
scenario that should still work because it was working fine before.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079806

Title:
  qemu-bridge-helper denied by apparmor on oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2079806/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079806] Re: qemu-bridge-helper denied by apparmor on oracular

2024-09-06 Thread Sergio Durigan Junior
Hey,

Yeah, I'm using qemu:///session but I tried restarting the daemon, and
it still doesn't work for me.  There's something else at play here, and
I'm still debugging to see what's going on.

It's interesting that you were able to start your VM only with your
patch applied but I can't.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079806

Title:
  qemu-bridge-helper denied by apparmor on oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2079806/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2079806] Re: qemu-bridge-helper denied by apparmor on oracular

2024-09-06 Thread Sergio Durigan Junior
Hi Olivier,

I'm trying to verify your proposed fix here, but unfortunately the first
deny doesn't go away even after setting bridge_helper, as you suggested:

[787295.652901] audit: type=1400 audit(1725654273.133:7222):
apparmor="DENIED" operation="file_mmap" class="file"
namespace="root//lxd-o-libvirt_"
profile="libvirtd//qemu_bridge_helper" name="/usr/bin/dash" pid=456954
comm="qemu-bridge-hel" requested_mask="r" denied_mask="r" fsuid=1000
ouid=0

This is happening even after installing your package, as expected.

I'm wondering if there's anything else that needs to be done to get this
fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2079806

Title:
  qemu-bridge-helper denied by apparmor on oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2079806/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2075543] Re: [SRU] ubuntu-advantage-tools (33.2 -> 34) Xenial, Bionic, Focal, Jammy, Noble

2024-09-06 Thread Sergio Durigan Junior
** Also affects: ubuntu-advantage-tools (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Oracular)
   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/2075543

Title:
   [SRU] ubuntu-advantage-tools (33.2 -> 34) Xenial, Bionic, Focal,
  Jammy, Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/2075543/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077361] Re: [FFe] Implement support for SierraForest CPU model

2024-09-05 Thread Sergio Durigan Junior
I uploaded the package now.  Sorry about the delay.

** Changed in: qemu (Ubuntu)
   Status: Triaged => In Progress

** Changed in: qemu (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077361

Title:
  [FFe] Implement support for SierraForest CPU model

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077361/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2028964] Re: [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

2024-09-05 Thread Sergio Durigan Junior
I tested here and verified that the package works on Oracular.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2028964

Title:
  [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/2028964/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078813] Re: ipmitool lan print in Noble truncated output

2024-09-05 Thread Sergio Durigan Junior
** Also affects: ipmitool (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: ipmitool (Ubuntu Oracular)
   Importance: Undecided
 Assignee: Sergio Durigan Junior (sergiodj)
   Status: Triaged

** Changed in: ipmitool (Ubuntu Noble)
   Status: New => Triaged

** Changed in: ipmitool (Ubuntu Noble)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078813

Title:
  ipmitool lan print in Noble truncated output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/2078813/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 2078813] Re: ipmitool lan print in Noble truncated output

2024-09-05 Thread Sergio Durigan Junior
On Thursday, September 05 2024, Walter wrote:

> Oracular has 1.8.19-7build2:
> https://launchpad.net/ubuntu/oracular/+source/ipmitool
>
> So, we have these versions:
>
> - ipmitool_1.8.18-11ubuntu2.1_amd64.deb - from Jammy
> - ipmitool_1.8.19-7build1_amd64.deb - from older Noble
> - ipmitool_1.8.19-7build2_amd64.deb - current Noble _and_ Oracular
> - ipmitool_1.8.19-7build2+0osso0_amd64.deb - OSSO patch
> - ipmitool_1.8.19-7ubuntu0.24.04.1~ppa1_amd64.deb - Sergio patch
>
> Let's see what they do:
>
> # echo; for x in ipmitool_1.8.18-11ubuntu2.1_amd64.deb
> ipmitool_1.8.19-7build1_amd64.deb ipmitool_1.8.19-7build2_amd64.deb
> ipmitool_1.8.19-7build2+0osso0_amd64.deb
> ipmitool_1.8.19-7ubuntu0.24.04.1~ppa1_amd64.deb; do dpkg -i $x
>>/dev/null 2>&1; echo "[$x]"; ipmitool lan print | wc -l; done
>
> [ipmitool_1.8.18-11ubuntu2.1_amd64.deb]
> 32
> [ipmitool_1.8.19-7build1_amd64.deb]
> 14
> [ipmitool_1.8.19-7build2_amd64.deb]
> 14
> [ipmitool_1.8.19-7build2+0osso0_amd64.deb]
> 32
> [ipmitool_1.8.19-7ubuntu0.24.04.1~ppa1_amd64.deb]
> 32
>
> 14 = bad
> 32 = good

Thanks for confirming.

Noble and Oracular are affected, so I'll start by fixing this problem in
Oracular first, and the proceed to do the Noble SRU.

Walter, I will need your help with the SRU verification when the time
comes.

Thanks!

-- 
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0  EB2F 106D A1C8 C3CB BF14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078813

Title:
  ipmitool lan print in Noble truncated output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/2078813/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077336] Re: Creation of armv7l vm fails due to tpm-tis

2024-09-05 Thread Sergio Durigan Junior
Hi Georgia,

Thanks for confirming that the package works for you!

So, I'm trying to create a VM using your reproducer here, but now I'm
seeing the following error:

# virt-install -n oracular-arm --os-variant=generic --ram=4096 --vcpus=4 --disk 
/tmp/oracular-server-cloudimg-armhf.img --import --graphics none --network 
bridge:virbr0 --arch=armv7l
WARNING  Using --osinfo generic, VM performance may suffer. Specify an accurate 
OS for optimal results.

Starting install...
ERRORinternal error: Could not run '/usr/bin/swtpm_setup'. exitstatus: 1; 
Check error log '/var/log/swtpm/libvirt/qemu/oracular-arm-swtpm.log' for 
details.
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
  virsh --connect qemu:///system start oracular-arm

This is on amd64.  I'm investigating what's going on, since I can't
reproduce this on Jammy.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077336

Title:
  Creation of armv7l vm fails due to tpm-tis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2077336/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077336] Re: Creation of armv7l vm fails due to tpm-tis

2024-09-04 Thread Sergio Durigan Junior
Hi Georgia,

Apologies for the delay.  I've just uploaded a tentative fix to the
following PPA:

https://launchpad.net/~sergiodj/+archive/ubuntu/libvirt/+packages

It's currently building; I will test it tomorrow.  Could you please also
give it a try and let me know if it fixes the problem for you?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077336

Title:
  Creation of armv7l vm fails due to tpm-tis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2077336/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078527] Re: sys.version from mod_python cannot be parsed by the python platform module

2024-09-04 Thread Sergio Durigan Junior
Awesome, thanks Mike.

I noticed that you're already exchanging some messages with upstream,
which is good.  Let's see where that leads :-).

** Also affects: mod-python via
   https://github.com/grisha/mod_python/issues/138
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078527

Title:
  sys.version from mod_python cannot be parsed by the python platform
  module

To manage notifications about this bug go to:
https://bugs.launchpad.net/mod-python/+bug/2078527/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078813] Re: ipmitool lan print in Noble truncated output

2024-09-04 Thread Sergio Durigan Junior
Hi Walter,

Thanks for the bug report.

I don't have an easy way to reproduce the bug locally nor to test the
proposed patch, so I'm going to try the next best thing: I will prepare
a package with the backported fix, upload it to a PPA and ask for you to
give it a try.

The PPA is here:
https://launchpad.net/~sergiodj/+archive/ubuntu/ipmitool/+packages

The proposed package version is 1.8.19-7ubuntu0.24.04.1~ppa1.

Based on what you reported, it seems like this would also affect the
ipmitool package currently in Oracular.  Can you verify this for me,
please?  It's a necessary step in order to get the fix into Noble.

Thank you.

** Changed in: ipmitool (Ubuntu)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

** Changed in: ipmitool (Ubuntu)
   Status: Confirmed => Triaged

** Tags added: server-todo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078813

Title:
  ipmitool lan print in Noble truncated output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/2078813/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078252] Re: ftbfs: AARCH64 small code model requires identical ELF and PE/COFF section offsets modulo 4 KB

2024-09-04 Thread Sergio Durigan Junior
https://salsa.debian.org/qemu-team/edk2/-/merge_requests/16

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078252

Title:
  ftbfs: AARCH64 small code model requires identical ELF and PE/COFF
  section offsets modulo 4 KB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2078252/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078252] Re: ftbfs: AARCH64 small code model requires identical ELF and PE/COFF section offsets modulo 4 KB

2024-09-04 Thread Sergio Durigan Junior
I did a quick investigation, and something caught my attention: the
complaint is about alignment issues regarding an ELF section.  Upon
inspecting the code, I started thinking that this smells a lot like what
ELF_PACKAGE_METADATA would cause.  A quick hack & build proved that my
suspicions were correct.

I'm preparing an upload now.

** Changed in: edk2 (Ubuntu)
 Assignee: Andreas Hasenack (ahasenack) => Sergio Durigan Junior (sergiodj)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078252

Title:
  ftbfs: AARCH64 small code model requires identical ELF and PE/COFF
  section offsets modulo 4 KB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2078252/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078851] Re: saslauthd wrong permission of /var/spool/postfix/var/run/saslauthd

2024-09-04 Thread Sergio Durigan Junior
https://salsa.debian.org/debian/cyrus-sasl2/-/merge_requests/14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078851

Title:
  saslauthd wrong permission of /var/spool/postfix/var/run/saslauthd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/2078851/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078851] Re: saslauthd wrong permission of /var/spool/postfix/var/run/saslauthd

2024-09-04 Thread Sergio Durigan Junior
Hi Rene,

Thank you for filing a bug.

Indeed, I can confirm that the problem exists.  It's caused by the fact
that Noble's saslauthd ships a systemd unit now, and that unit is not
setting the "Group" parameter for the service.

Your workaround is OK, but if you want a better one, you can do the
following (as root):

# systemctl edit saslauthd.service

Then, put the following lines inside the file:

[Service]
Group=sasl

Save the file, and restart the service.  You should now see the right
permissions/owner/group under /run/saslauthd.

I'm going to mark this bug as Triaged.

Thanks.

** Also affects: postfix (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: postfix (Ubuntu Oracular)
   Importance: Undecided
   Status: New

** Changed in: postfix (Ubuntu Noble)
   Status: New => Triaged

** Changed in: postfix (Ubuntu Oracular)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078851

Title:
  saslauthd wrong permission of /var/spool/postfix/var/run/saslauthd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/2078851/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078790] Re: jammy qemu x86 int3: 0000 [#1] SMP NOPTI

2024-09-04 Thread Sergio Durigan Junior
Hello Mehmet,

Thanks for filing a bug.

I'm curious: have you been able to confirm whether the issue also
happens in Noble?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078790

Title:
  jammy qemu x86 int3:  [#1] SMP NOPTI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lowlatency-hwe-6.8/+bug/2078790/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078527] Re: sys.version from mod_python cannot be parsed by the python platform module

2024-09-04 Thread Sergio Durigan Junior
Thank you for providing a reproducer, Mike.  This really helps :-).

I was able to reproduce the problem here.  It seems that you're not the
first one to bump into this:

https://www.mail-archive.com/trac-users@googlegroups.com/msg31998.html

I also found some bugs that seemed related (like
https://github.com/ContinuumIO/anaconda-issues/issues/33), but
apparently are not.  Hard to say.

Either way, would you be willing to file an upstream bug against
mod_python?  They seem responsive and I'm sure they will be interested
in fixing this problem.

https://github.com/grisha/mod_python/issues

If you do file a bug, please let us know here so that we can track it.

Thanks.

** Bug watch added: github.com/ContinuumIO/anaconda-issues/issues #33
   https://github.com/ContinuumIO/anaconda-issues/issues/33

** Changed in: libapache2-mod-python (Ubuntu)
   Status: Incomplete => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078527

Title:
  sys.version from mod_python cannot be parsed by the python platform
  module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/2078527/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078771] Re: ssh-add fails with "Error loading key "/home/x/.ssh/x.pub": error in libcrypto

2024-09-04 Thread Sergio Durigan Junior
Hey Thomas,

I think the issue is happening because you're trying to add a public key
to the agent.  I can reproduce the failure here all the way back to
Jammy if I try to do the same.  However, ssh-add expects to receive the
private key to be added.

I'm marking this bug as Incomplete because it seems to be a local thing,
but please revert its status back to New if you really think there's an
issue here.

Cheers.

** Changed in: openssh (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078771

Title:
  ssh-add fails with "Error loading key "/home/x/.ssh/x.pub": error in
  libcrypto

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2078771/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076587] Re: cpu hotplug crashes the guest!

2024-09-03 Thread Sergio Durigan Junior
Hi Anushree,

Thanks for taking the time to test the package.  It does contain the
backported patch, but I think I know what happened: the Security has
uploaded a fix in the meantime, so the package from my PPA became
obsolete and won't be installed automatically even after you enable the
PPA in your system.

I rebased my changes on top of the latest QEMU version from Noble and
uploaded a new package, whose version is 1:8.2.2+ds-0ubuntu1.3~ppa1.
It's building now; please take a look when it's available and let me
know if it fixes the issue.

Thanks again!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076587

Title:
  cpu hotplug crashes the guest!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2076587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078261] [NEW] Merge openldap from Debian experimental for oracular

2024-08-28 Thread Sergio Durigan Junior
Public bug reported:

Merge openldap 2.6.8+dfsg-1~exp4 from Debian experimental, which also
fixes an FTBFS with i386.

** Affects: openldap (Ubuntu)
 Importance: High
 Assignee: Sergio Durigan Junior (sergiodj)
 Status: In Progress


** Tags: ftbfs needs-merge upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078261

Title:
  Merge openldap from Debian experimental for oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/2078261/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2073316] Re: Backport of openldap for focal, jammy and noble

2024-08-28 Thread Sergio Durigan Junior
** No longer affects: openldap (Ubuntu Focal)

** No longer affects: openldap (Ubuntu Noble)

** Summary changed:

- Backport of openldap for focal, jammy and noble
+ Backport of openldap for noble

** Summary changed:

- Backport of openldap for noble
+ Backport of openldap for Jammy

** Changed in: openldap (Ubuntu Jammy)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073316

Title:
  Backport of openldap for Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/2073316/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077475] Re: After upgrading qemu-kvm wont start any more: address already in use

2024-08-27 Thread Sergio Durigan Junior
Hi Thomas,

Thank you for providing more details.

This doesn't seem to be related to QEMU.  In fact, you're using custom
network bridges so this looks to me like a support question rather than
an actual bug.  I would recommend looking for support on Ubuntu's
Discourse instance.  But if you still think it's a bug, we will need a
minimal reproducer in order to be able to investigate it.

BTW, you might want to look into the "virsh net-list --all" and "virsh
net-start" commands; they might help you diagnose what's going on.

I'll mark this bug as Incomplete for now.  Thanks.

** Changed in: qemu (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077475

Title:
  After upgrading qemu-kvm wont start any more: address already in use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077475/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-08-22 Thread Sergio Durigan Junior
Hi Janosch :-),

Thanks for the tests.  I'll talk to Frank and proceed with the SRU
process.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061179] Re: [SRU] 2.63.1

2024-08-21 Thread Sergio Cazzolato
Verification completed in noble. See test logs in
https://warthogs.atlassian.net/jira/core/projects/ST/board?selectedIssue=ST-2032

** Tags removed: verification-needed verification-needed-noble
** Tags added: verification-done verification-done-noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061179

Title:
  [SRU] 2.63.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2061179/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077336] Re: Creation of armv7l vm fails due to tpm-tis

2024-08-21 Thread Sergio Durigan Junior
Thanks for filing a bug, Georgia.

I can reproduce the issue here.  I also verified that it doesn't happen
on Noble, as expected.

I'll start working on backporting the patch soon.

** Changed in: libvirt (Ubuntu Jammy)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

** Changed in: libvirt (Ubuntu Jammy)
   Status: New => Triaged

** Changed in: libvirt (Ubuntu)
   Status: New => Fix Released

** Tags added: server-todo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077336

Title:
  Creation of armv7l vm fails due to tpm-tis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2077336/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077036] Re: powerpc cross tools generate bogus string table

2024-08-21 Thread Sergio Durigan Junior
The problem was the new ELF_PACKAGE_METADATA interacting weirdly with
the PPC cross linker.  I don't exactly know why, and IMHO this shouldn't
really happen, but I will mark this bug as Invalid for both gcc and
binutils because it's fixed in QEMU.

** Changed in: qemu (Ubuntu)
   Status: New => Fix Committed

** Changed in: gcc-14 (Ubuntu)
   Status: New => Invalid

** Changed in: binutils (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077036

Title:
  powerpc cross tools generate bogus string table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2077036/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077431] Re: Invalid OpenSBI binary provided by QEMU 1:9.0.2+ds-4ubuntu1

2024-08-21 Thread Sergio Durigan Junior
Oh, OK, I reread your comment and I understand what you're saying.
Yeah, I'd prefer to avoid this extra note on all ROMs.  I'll forward
this change to Debian as well (although they don't use
ELF_PACKAGE_METADATA), but for now I'll go ahead and upload the fix to
Ubuntu.

Thanks for checking.

** Changed in: qemu (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077431

Title:
  Invalid OpenSBI binary provided by QEMU 1:9.0.2+ds-4ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077431/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077431] Re: Invalid OpenSBI binary provided by QEMU 1:9.0.2+ds-4ubuntu1

2024-08-21 Thread Sergio Durigan Junior
Thanks, Heinrich.

Huh, I thought I'd covered all ROMs with my patch.  Let me take another
look and see if there's anything that I missed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077431

Title:
  Invalid OpenSBI binary provided by QEMU 1:9.0.2+ds-4ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077431/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058278] Re: [Backport] libvirt-daemon-system won't install on Focal

2024-08-21 Thread Sergio Durigan Junior
Ouch, sorry about that.

I'm reverting this bug to New.

Thanks for the report!

** Changed in: libvirt (Ubuntu)
   Status: Fix Released => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058278

Title:
  [Backport] libvirt-daemon-system won't install on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2058278/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077475] Re: After upgrading qemu-kvm wont start any more: address already in use

2024-08-21 Thread Sergio Durigan Junior
Hi Thomas,

Thanks for reporting a bug.

Could you please provide more information about the issue you're seeing?
It's the first time I'm hearing about such problem, and of course
several people are using QEMU on Noble now, so let's try to find out why
you're not able to start it.  Log files, error messages, and a
reproducer would go a long way here.

I'm setting the bug as Incomplete for now.  Please revert it back to New
once you've provided the requested information.

Thanks.

** Changed in: qemu (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077475

Title:
  After upgrading qemu-kvm wont start any more: address already in use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077475/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077407] Re: /etc/logrotate.d/exim4-paniclog has wrong content

2024-08-21 Thread Sergio Durigan Junior
Thanks for filing a bug.

I can confirm the issue.  It happens only in Oracular and, strangely,
Debian isn't affected by it.  Maybe there's some Ubuntu-specific patch
interfering with dh_installlogrotate?  Not sure.

Setting as Triaged.  Someone from the team will look into this one.

Thanks.

** Changed in: exim4 (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077407

Title:
  /etc/logrotate.d/exim4-paniclog has wrong content

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/2077407/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076875] Re: creation of directory /var/run/clamav blocked by apparmor

2024-08-21 Thread Sergio Durigan Junior
Hi Ralph,

Thanks for filing a bug.

I'm still unable to reproduce this problem inside a Jammy VM.  I
installed clamav-daemon, rebooted the VM, but it still starts fine.
There's no apparmor denials on dmesg, and the service is being enforced:

# aa-status 
apparmor module is loaded.
41 profiles are loaded.
41 profiles are in enforce mode.
   /snap/snapd/21759/usr/lib/snapd/snap-confine
   /snap/snapd/21759/usr/lib/snapd/snap-confine//mount-namespace-capture-helper
   /usr/bin/freshclam
   /usr/bin/man
   /usr/lib/NetworkManager/nm-dhcp-client.action
   /usr/lib/NetworkManager/nm-dhcp-helper
   /usr/lib/connman/scripts/dhclient-script
   /usr/lib/snapd/snap-confine
   /usr/lib/snapd/snap-confine//mount-namespace-capture-helper
   /usr/sbin/clamd
   /{,usr/}sbin/dhclient
   lsb_release
   man_filter
   man_groff
   nvidia_modprobe
   nvidia_modprobe//kmod
   snap-update-ns.lxd
   snap.lxd.activate
   snap.lxd.benchmark
   snap.lxd.buginfo
   snap.lxd.check-kernel
   snap.lxd.daemon
   snap.lxd.hook.configure
   snap.lxd.hook.install
   snap.lxd.hook.remove
   snap.lxd.lxc
   snap.lxd.lxc-to-lxd
   snap.lxd.lxd
   snap.lxd.migrate
   snap.lxd.user-daemon
   tcpdump
   ubuntu_pro_apt_news
   ubuntu_pro_esm_cache
   ubuntu_pro_esm_cache//apt_methods
   ubuntu_pro_esm_cache//apt_methods_gpgv
   ubuntu_pro_esm_cache//cloud_id
   ubuntu_pro_esm_cache//dpkg
   ubuntu_pro_esm_cache//ps
   ubuntu_pro_esm_cache//ubuntu_distro_info
   ubuntu_pro_esm_cache_systemctl
   ubuntu_pro_esm_cache_systemd_detect_virt
0 profiles are in complain mode.
0 profiles are in kill mode.
0 profiles are in unconfined mode.
2 processes have profiles defined.
2 processes are in enforce mode.
   /usr/bin/freshclam (370) 
   /usr/sbin/clamd (643) 
0 processes are in complain mode.
0 processes are unconfined but have a profile defined.
0 processes are in mixed mode.
0 processes are in kill mode.

# systemctl status clamav-daemon.service 
● clamav-daemon.service - Clam AntiVirus userspace daemon
 Loaded: loaded (/lib/systemd/system/clamav-daemon.service; enabled; vendor 
preset: enabled)
Drop-In: /etc/systemd/system/clamav-daemon.service.d
 └─extend.conf
 Active: active (running) since Wed 2024-08-21 18:32:06 UTC; 1min 47s ago
   Docs: man:clamd(8)
 man:clamd.conf(5)
 https://docs.clamav.net/
Process: 641 ExecStartPre=/bin/mkdir -p /run/clamav (code=exited, 
status=0/SUCCESS)
Process: 642 ExecStartPre=/bin/chown clamav /run/clamav (code=exited, 
status=0/SUCCESS)
   Main PID: 643 (clamd)
  Tasks: 2 (limit: 4713)
 Memory: 1.3G
CPU: 13.104s
 CGroup: /system.slice/clamav-daemon.service
 └─643 /usr/sbin/clamd --foreground=true

Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> Portable 
Executable support enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> ELF support 
enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> Mail files 
support enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> OLE2 support 
enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> PDF support 
enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> SWF support 
enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> HTML support 
enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> XMLDOCS 
support enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> HWP3 support 
enabled.
Aug 21 18:32:20 j-clamav clamd[643]: Wed Aug 21 18:32:20 2024 -> Self checking 
every 3600 seconds.

# ls -l /var/run/clamav/
total 0
srw-rw-rw-  1 clamav clamav   0 Aug 21 18:32 clamd.ctl

Are you able to reproduce this problem in a pristine environment?  We
need a reproducer for this problem, otherwise there's little we can do.

Thanks.

** Changed in: clamav (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076875

Title:
  creation of directory /var/run/clamav blocked by apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/2076875/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077361] Re: [FFe] Implement support for SierraForest CPU model

2024-08-21 Thread Sergio Durigan Junior
Thanks, Graham.

I'm waiting on Intel to provide feedback on the changes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077361

Title:
  [FFe] Implement support for SierraForest CPU model

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077361/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077431] Re: Invalid OpenSBI binary provided by QEMU 1:9.0.2+ds-4ubuntu1

2024-08-20 Thread Sergio Durigan Junior
@xypron I left a tentative build of QEMU here:

https://launchpad.net/~sergiodj/+archive/ubuntu/qemu-
bug2077036/+packages

It's bedtime for me now, but if the build completes could you please
give it a try?

Thanks.

** Tags added: server-todo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077431

Title:
  Invalid OpenSBI binary provided by QEMU 1:9.0.2+ds-4ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077431/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077036] Re: powerpc cross tools generate bogus string table

2024-08-20 Thread Sergio Durigan Junior
** Tags added: server-todo

** Changed in: qemu (Ubuntu)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077036

Title:
  powerpc cross tools generate bogus string table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2077036/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2028964] Re: [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

2024-08-20 Thread Sergio Durigan Junior
Hello,

As a preparation for the SRU, QEMU in Oracular needs to contain this
same patch.  You can find an Oracular QEMU package at the same PPA:

https://launchpad.net/~sergiodj/+archive/ubuntu/qemu

Could you please also give it a try?

Thanks.

** Also affects: qemu (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: qemu (Ubuntu Oracular)
   Importance: Undecided
 Assignee: Sergio Durigan Junior (sergiodj)
   Status: In Progress

** Changed in: qemu (Ubuntu Noble)
   Status: New => Triaged

** Changed in: qemu (Ubuntu Noble)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2028964

Title:
  [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/2028964/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077431] Re: Invalid OpenSBI binary provided by QEMU 1:9.0.2+ds-4ubuntu1

2024-08-20 Thread Sergio Durigan Junior
** Changed in: qemu (Ubuntu)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077431

Title:
  Invalid OpenSBI binary provided by QEMU 1:9.0.2+ds-4ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077431/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076587] Re: cpu hotplug crashes the guest!

2024-08-20 Thread Sergio Durigan Junior
You will also find an Oracular QEMU package in that same PPA which
contains the same fix.  Could you please give it a try as well?

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/2076587

Title:
  cpu hotplug crashes the guest!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2076587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-08-20 Thread Sergio Durigan Junior
@Frank,

OK, I think I found all the missing commits and backported them.  Could
you please give the package a try?  The version now is
1:6.2+dfsg-2ubuntu6.23~ppa3.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-08-20 Thread Sergio Durigan Junior
753ca06f470 s390x: Add KVM PV dump interface

is also missing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-08-20 Thread Sergio Durigan Junior
5433669c7a1 include/elf.h: add s390x note types

and

03d83ecfae4 s390x: Introduce PV query interface

seem to be missing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-08-20 Thread Sergio Durigan Junior
Spoke too soon.  There's a build failure:

../../target/s390x/arch_dump.c: In function ‘s390x_write_elf64_pv’:
../../target/s390x/arch_dump.c:191:36: error: ‘NT_S390_PV_CPU_DATA’ undeclared 
(first use in this function)
  191 | note->hdr.n_type = cpu_to_be32(NT_S390_PV_CPU_DATA);
  |^~~
../../target/s390x/arch_dump.c:191:36: note: each undeclared identifier is 
reported only once for each function it appears in
../../target/s390x/arch_dump.c:195:5: warning: implicit declaration of function 
‘kvm_s390_dump_cpu’; did you mean ‘kvm_s390_mem_op’? 
[-Wimplicit-function-declaration]
  195 | kvm_s390_dump_cpu(cpu, ¬e->contents.dynamic);
  | ^
  | kvm_s390_mem_op
../../target/s390x/arch_dump.c:195:5: warning: nested extern declaration of 
‘kvm_s390_dump_cpu’ [-Wnested-externs]
../../target/s390x/arch_dump.c: At top level:
../../target/s390x/arch_dump.c:220:9: error: ‘kvm_s390_pv_dmp_get_size_cpu’ 
undeclared here (not in a function)
  220 | {0, kvm_s390_pv_dmp_get_size_cpu,   s390x_write_elf64_pv, true},
  | ^~~~

It looks like we'll need to backport more patches?  I'll look into it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-08-20 Thread Sergio Durigan Junior
Hi again,

I've backported and applied all patches on top of Jammy's QEMU.  The
package (version 1:6.2+dfsg-2ubuntu6.23~ppa1) is now building here:

https://launchpad.net/~sergiodj/+archive/ubuntu/qemu/+packages

Assuming that the build passes, could you please give it a try and see
if it works?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959966] Re: [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer keys - qemu part

2024-08-19 Thread Sergio Durigan Junior
Hi Frank,

Apologies for taking a while to reply; I've been very busy adjusting
QEMU on Oracular, since we're on Feature Freeze right now.

Anyway, I will be taking another look at this bug first thing tomorrow
morning and will report back.

Thanks for providing the list of patches.

** Also affects: qemu (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: qemu (Ubuntu Jammy)
   Status: New => Triaged

** Changed in: qemu (Ubuntu Jammy)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

** Tags added: server-todo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959966

Title:
  [23.04 FEAT] KVM: Secure Execution guest dump encryption with customer
  keys - qemu part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077036] Re: powerpc cross tools generate bogus string table

2024-08-19 Thread Sergio Durigan Junior
I think I found the reason for this failure.  I'm doing a test build and
will post the results here soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077036

Title:
  powerpc cross tools generate bogus string table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2077036/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 2028964] Re: [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

2024-08-19 Thread Sergio Durigan Junior
On Monday, August 19 2024, Bun K. Tan wrote:

> @sergiodj - I've made it public.

Thank you!

-- 
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0  EB2F 106D A1C8 C3CB BF14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2028964

Title:
  [SRF] Virt-QEMU: Add Sierra Forest CPU model for KVM guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/2028964/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077361] [NEW] [FFe] Implement support for SierraForest CPU model

2024-08-19 Thread Sergio Durigan Junior
Public bug reported:

Hi,

Bug #2028964 is a request to backport upstream support for the new
SierraForest Intel CPU.  This support has been upstreamed in:

https://gitlab.com/qemu-
project/qemu/-/commit/6e82d3b6220777667968a04c87e1667f164ebe88

It is probably going to be released in QEMU 9.1, but we will ship QEMU
9.0.2 in Oracular.  I have prepared a PPA with the backported patch and
the Intel folks have tested and verified that it works as expected.

You can find a Merge Proposal for Oracular containing this change here:

https://code.launchpad.net/~sergiodj/ubuntu/+source/qemu/+git/qemu/+merge/471540

** Affects: qemu (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/2077361

Title:
  [FFe] Implement support for SierraForest CPU model

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2077361/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2052610] Re: value too great for base error with locale fr_FR

2024-08-19 Thread Sergio Durigan Junior
Still no movement upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2052610

Title:
  value too great for base error with locale fr_FR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/2052610/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077281] Re: package php8.1-fpm 8.1.2-1ubuntu2.18 failed to install/upgrade: »installiertes php8.1-fpm-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück

2024-08-19 Thread Sergio Durigan Junior
Thank you for taking the time to file a bug report.

From your DpkgTerminalLog.txt:

Aug 19 00:18:40 ubuntu php-fpm8.1[9411]: [19-Aug-2024 00:18:40] ERROR: [pool 
www] cannot get uid for user 'nginx'
Aug 19 00:18:40 ubuntu php-fpm8.1[9411]: [19-Aug-2024 00:18:40] ERROR: FPM 
initialization failed
Aug 19 00:18:40 ubuntu systemd[1]: 
php8.1-fpm.service: Main process exited, 
code=exited, status=78/CONFIG

I did a quick internet search and found that some users report a problem
in /etc/php/8.1/fpm/pool.d/www.conf; the parameter listen.acl_users
contains "nginx", which causes the problem.  However, after installing
the package inside a Jammy container, I see that the parameter is
commented out.  Did you modify it manually perchance?

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we would
be grateful if you would provide a more complete description of the problem
with steps to reproduce, explain why you believe this is a bug in Ubuntu
rather than a problem specific to your system, and then change the bug
status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: php8.1 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077281

Title:
  package php8.1-fpm 8.1.2-1ubuntu2.18 failed to install/upgrade:
  »installiertes php8.1-fpm-Skript des Paketes post-
  installation«-Unterprozess gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php8.1/+bug/2077281/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077264] Re: Stuck at splash screen while shutting down due to clamd/clamav

2024-08-19 Thread Sergio Durigan Junior
Thank you for taking the time to file a bug report.

I see that libclamav generated a segmentation fault, which is indeed a
bug.  Are you able to reproduce the problem?  We will need at least a
stack trace in order to start investigating this issue.  Can you check
if there is a coredump available under /var/crash?  If there is, please
attach it to this bug.

Since there is not enough information in your report to begin triage or to
differentiate between a local configuration problem and a bug in Ubuntu, I
am marking this bug as "Incomplete". We would be grateful if you would:
provide a more complete description of the problem, explain why you
believe this is a bug in Ubuntu rather than a problem specific to your
system, and then change the bug status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: clamav (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077264

Title:
  Stuck at splash screen while shutting down due to clamd/clamav

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/2077264/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2024-08-19 Thread Sergio Durigan Junior
*** This bug is a duplicate of bug 2019003 ***
https://bugs.launchpad.net/bugs/2019003

Thanks for reporting this bug, Tom.

Unfortunately, this is a known problem with the mysql package.  A quick
workaround is to attempt to install the package again; usually that
works.  We're using bug #2019003 to track the progress on this issue, so
I'm going to mark this bug as a duplicate.  Feel free to subscribe
yourself to that bug if you'd like to follow the progress.

Thanks.

** This bug has been marked a duplicate of bug 2019003
   package mysql-server-8.0 8.0.33-0ubuntu0.22.04.1 failed to install/upgrade: 
Can't start server: Bind on TCP/IP port: Address already in use

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077241

Title:
  package mysql-server-8.0 8.0.39-0ubuntu0.24.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/2077241/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076927] Re: [SRU] RISC-V: Incorrect time-base frequency in KVM

2024-08-16 Thread Sergio Durigan Junior
I've uploaded QEMU 9.0.2 to Oracular yesterday and it has this fix, so
I'm marking its task as Fix Released.

** Changed in: qemu (Ubuntu Oracular)
   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/2076927

Title:
  [SRU] RISC-V: Incorrect time-base frequency in KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2076927/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076927] Re: [SRU] RISC-V: Incorrect time-base frequency in KVM

2024-08-16 Thread Sergio Durigan Junior
@Heinrich, I'm preparing a batch of bugfixes for QEMU on Noble.  I see
you assigned this bug to yourself, but I'm going to reassign it to me
just to reflect the fact that I'll be doing the upload.

** Changed in: qemu (Ubuntu Oracular)
 Assignee: Heinrich Schuchardt (xypron) => Sergio Durigan Junior (sergiodj)

** Changed in: qemu (Ubuntu Noble)
 Assignee: Heinrich Schuchardt (xypron) => Sergio Durigan Junior (sergiodj)

** Tags added: server-todo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076927

Title:
  [SRU] RISC-V: Incorrect time-base frequency in KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2076927/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2012763] Re: qemu-system-amd64 max cpus is too low for latest processors

2024-08-15 Thread Sergio Durigan Junior
** Merge proposal unlinked:
   
https://code.launchpad.net/~sergiodj/ubuntu/+source/qemu/+git/qemu/+merge/469734

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2012763

Title:
  qemu-system-amd64 max cpus is too low for latest processors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/2012763/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077036] Re: powerpc cross tools generate bogus string table

2024-08-14 Thread Sergio Durigan Junior
Adding gcc-14 as a task just in case.

Adding qemu as a task to make sure we track the impact 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/2077036

Title:
  powerpc cross tools generate bogus string table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2077036/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2077036] [NEW] powerpc cross tools generate bogus string table

2024-08-14 Thread Sergio Durigan Junior
Public bug reported:

I'm still not entirely sure whether this problem is caused by binutils
or gcc-14, but my suspicion is that it's the former.

QEMU is being affected by this problem, as can be seen in the following
build log:

https://launchpadlibrarian.net/743528322/buildlog_ubuntu-oracular-
amd64.qemu_1%3A9.0.2+ds-2ubuntu1~ppa6_BUILDING.txt.gz

The interesting part is this one:

...
powerpc-linux-gnu-objcopy -O srec u-boot u-boot.srec
powerpc-linux-gnu-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
powerpc-linux-gnu-objcopy: warning: u-boot has a corrupt string table index
powerpc-linux-gnu-objcopy: unable to modify 'u-boot' due to errors
make[1]: *** [Makefile:300: u-boot.srec] Error 1
...

So far I have confirmed that using the previous versions of binutils
(2.42.90.20240720-2ubuntu1) and gcc-14 (14.2.0-1ubuntu1) make the QEMU
build work again.

Using powerpc-linux-gnu-readelf to compare the u-boot binary generated
by the "good" binutils+gcc against the "bad" ones, I see:

Good binary:

Section Headers:
  [Nr] Name  TypeAddr OffSize   ES Flg Lk Inf Al
  [ 0]   NULL 00 00 00  0   0  0
  [ 1] .text PROGBITSfff8 80 046098 00  AX  0   0 16
  [ 2] .rodata   PROGBITSfffc6098 046118 00b9f9 00   A  0   0  4
  [ 3] .relocPROGBITSfffd1b00 051b80 003678 00  WA  0   0  4
  [ 4] .data PROGBITSfffd5178 0551f8 004c94 00  WA  0   0  4
  [ 5] .u_boot_cmd   PROGBITSfffd9e0c 059e8c 0003d8 00  WA  0   0  4
  [ 6] .bootpg   PROGBITSf000 07f080 0002bc 00  AX  0   0  1
  [ 7] .resetvec PROGBITSfffc 08007c 04 00  AX  0   0  1
  [ 8] .bss  NOBITS  0100 080100 012ba0 00  WA  0   0 
256
  [ 9] .debug_line   PROGBITS 080080 045fed 00  0   0  1
  [10] .debug_line_str   PROGBITS 0c606d 000100 01  MS  0   0  1
  [11] .debug_info   PROGBITS 0c616d 084c69 00  0   0  1
  [12] .debug_abbrev PROGBITS 14add6 0167bc 00  0   0  1
  [13] .debug_arangesPROGBITS 161598 003820 00  0   0  8
  [14] .debug_strPROGBITS 164db8 00fb90 01  MS  0   0  1
  [15] .debug_rnglists   PROGBITS 174948 005518 00  0   0  1
  [16] .debug_loclists   PROGBITS 179e60 03b8d0 00  0   0  1
  [17] .comment  PROGBITS 1b5730 25 01  MS  0   0  1
  [18] .gnu.attributes   GNU_ATTRIBUTES   1b5755 10 00  0   0  1
  [19] .symtab   SYMTAB   1b5768 007b40 10 20 537  4
  [20] .strtab   STRTAB   1bd2a8 006d85 00  0   0  1
  [21] .shstrtab STRTAB   1c402d e2 00  0   0  1

Bad binary:

Section Headers:
  [Nr] Name  TypeAddr OffSize   ES Flg Lk Inf Al
  [ 0]   NULL 00 00 00  0   0  0
  [ 1]   NULL 00 00 00  0   0  0
  [ 2]   NULL 00 00 00  0   0  0
  [ 3]   NULL 00 00 00  0   0  0
  [ 4]   NULL 00 00 00  0   0  0
  [ 5]   NULL 00 00 00  0   0  0
  [ 6]   NULL 00 00 00  0   0  0
  [ 7]   NULL 00 00 00  0   0  0
  [ 8]   NULL 00 00 00  0   0  0
  [ 9]   NULL 00 00 00  0   0  0
  [10]   NULL 00 00 00  0   0  0
  [11]   NULL 00 00 00  0   0  0
  [12]   NULL 00 00 00  0   0  0
  [13]   NULL 00 00 00  0   0  0
  [14]   NULL 00 00 00  0   0  0
  [15]   NULL 00 00 00  0   0  0
  [16]   NULL 00 00 00  0   0  0
  [17]   NULL 00 00 00  0   0  0
  [18]   NULL 00 00 00  0   0  0
  [19]   NULL 00 00 00  0   0  0
  [20]   NULL 00 00 00  0   0  0
  [21]   NULL 00 00 00  0   0  0
  [22]   NULL 00 00 00  0   0  0

** Affects: binutils (Ubuntu)
 Importance: High
 Status: New

** Affects: gcc-14 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: qemu (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: gcc-14 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: qemu (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this 

[Bug 2076587] Re: cpu hotplug crashes the guest!

2024-08-14 Thread Sergio Durigan Junior
Hi,

I have patched the QEMU package from Noble and built it in the following
PPA:

https://launchpad.net/~sergiodj/+archive/ubuntu/qemu-bug2076587

Given the fact that we'll be relying on IBM to do the verification of
this bug for us, would you be able to give this package a try and let me
know if it fixes the issue?

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/2076587

Title:
  cpu hotplug crashes the guest!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2076587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076587] Re: cpu hotplug crashes the guest!

2024-08-14 Thread Sergio Durigan Junior
Thank you.

I will analyze the patches and proceed with the uploads.

** Changed in: qemu (Ubuntu Noble)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

** Changed in: qemu (Ubuntu Oracular)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

** Tags added: server-todo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076587

Title:
  cpu hotplug crashes the guest!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2076587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076587] Re: cpu hotplug crashes the guest!

2024-08-13 Thread Sergio Durigan Junior
Hello Seeteena,

Thanks for your bug report.

While working on backporting the patch mentioned above to QEMU 8.2.2
(which is the version we have on Ubuntu Noble), I noticed that there are
extra commits that are required for this one to work.  Based on what
I've seen, at least the following commits are necessary:

08c328682231b64878fc052a11091bea39577a6f
c6a3d7bc9e3acf2431ac23ae6dbeb28aa92f873c

The second one is simple, but depends on the first one, which is a bit
more involved; it moves code around but also changes things (even
though, according to its description, no functional changes were
intended).  Because we're talking about an LTS release, I'm a bit more
hesitant to proceed.  Also, it's worth mentioning that we may very well
have to backport even more patches; the first patch does not apply
cleanly either and I haven't checked the reason.

I will continue looking tomorrow, but it would be great to have IBM's
assistance with this backport.

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/2076587

Title:
  cpu hotplug crashes the guest!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/2076587/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >