[Kernel-packages] [Bug 2089411] Re: python perf module missing in realtime kernel

2025-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 6.12.0-12.12 --- linux (6.12.0-12.12) plucky; urgency=medium * plucky/linux: 6.12.0-12.12 -proposed tracker (LP: #2095505) * Miscellaneous Ubuntu changes - [Packaging] temporarily disable signing for s390x * Miscellaneous upstream

[Kernel-packages] [Bug 2089411] Re: python perf module missing in realtime kernel

2025-01-20 Thread Juerg Haefliger
This is fixed in Plucky 6.12.0-7.7 bootstrap kernel: https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/bootstrap ** Changed in: linux (Ubuntu Plucky) Status: Confirmed => Fix Released ** Changed in: linux (Ubuntu Plucky) Status: Fix Released => Fix Committed -- You rece

[Kernel-packages] [Bug 2089411] Re: python perf module missing in realtime kernel

2024-11-28 Thread Juerg Haefliger
** Description changed: + [Impact] + + ubuntu@ubuntu-plucky:~$ python3 -c 'import perf; [print(c) for c in perf.cpu_map()]' + Traceback (most recent call last): + File "", line 1, in + File "/usr/lib/python3/dist-packages/perf/__init__.py", line 24, in + raise KernelNotFoundError() + p

[Kernel-packages] [Bug 2089411] Re: python perf module missing in realtime kernel

2024-11-25 Thread Juerg Haefliger
This is just a workaround. I'm working on a proper packaging fix. > Also, this looks to have not been the root cause to losing network connection Well this bug is about the missing perf module, so that's that issue that is being fixed and tracked with this bug. If you think there's another (kern

[Kernel-packages] [Bug 2089411] Re: python perf module missing in realtime kernel

2024-11-25 Thread Edward
Yes, that worked. But this is more of a workaround, though, right? What would be a long term fix for the realtime kernel? Also, this looks to have not been the root cause to losing network connection when tuned is running as I still am losing network connectivity but am no longer seeing the "WAR

[Kernel-packages] [Bug 2089411] Re: python perf module missing in realtime kernel

2024-11-25 Thread Agathe Porte
** Also affects: linux-rt (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New => Invalid ** Also affects: linux (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: linux-rt (Ubuntu Noble) Importance: Undecided St

[Kernel-packages] [Bug 2089411] Re: python perf module missing in realtime kernel

2024-11-25 Thread Juerg Haefliger
The module is there but the wrapper is broken :-( Can you try this hack: $ sudo sed -i 's|/linux-tools-|/linux-realtime-tools-|' /usr/lib/python3/dist-packages/perf/__init__.py And check if it works now: $ python3 -c 'import perf; [print(c) for c in perf.cpu_map()]' 0 1 2 3 -- You received thi