[Bug 2083077] Re: python3 counting 6x slowdown with ubuntu22 on cisco ucs hardware with hyperthreading

2024-10-03 Thread David Vitek
Confirmed mitigations=off gets things down to 18s in production environment. I suppose there is still the outstanding question of why the same python binary is 40% slower on ubuntu24 than ubuntu21, but at least it isn't 6 times slower or worse. ** Changed in: linux (Ubuntu) Status: New =>

[Bug 2083077] Re: python3 counting 6x slowdown with ubuntu22 on cisco ucs hardware with hyperthreading

2024-10-02 Thread David Vitek
Looking at the patch between 5.15.0-43-generic and 5.15.0-46-generic, I saw that some mitigations were introduced. Even though my colleague indicated he had already determined that mitigations=off did not help, I decided it was worth double checking. Using mitigations=off with today's daily serve

[Bug 2083077] Re: python3 counting 6x slowdown with ubuntu22 on cisco ucs hardware with hyperthreading

2024-10-02 Thread David Vitek
The above attachments were collected on a ubuntu20 install booting the latest hwe kernel. In retrospect, that is probably confusing since the title of this bug is about ubuntu22. ubuntu 24 server LTS is what I actually care about. I am happy to gather those attachments on any OS/kernel combinati

[Bug 2083077] WifiSyslog.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824239/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077 Ti

[Bug 2083077] acpidump.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824240/+files/acpidump.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077 Title:

[Bug 2083077] UdevDb.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824238/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077 Title: py

[Bug 2083077] ProcModules.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824237/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077

[Bug 2083077] ProcInterrupts.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824236/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/208

[Bug 2083077] ProcCpuinfoMinimal.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824235/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 2083077] Lsusb-v.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824234/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077 Title:

[Bug 2083077] Lsusb-t.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824233/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077 Title:

[Bug 2083077] Lspci-vt.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824232/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077 Title:

[Bug 2083077] Lspci.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824231/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077 Title: pyth

[Bug 2083077] CurrentDmesg.txt

2024-10-02 Thread David Vitek
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/2083077/+attachment/5824230/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083077

[Bug 2083077] Re: python3 counting 6x slowdown with ubuntu22 on cisco ucs hardware with hyperthreading

2024-10-02 Thread David Vitek
apport information ** Tags added: apport-collected focal uec-images ** Description changed: I suspect this is a kernel bug. With ubuntu <= 21, I find that this runs in about 13 seconds: python3 -c "import timeit; print(timeit.Timer('for _ in range(0,1000): pass').timeit())" Wi

[Bug 2083077] Re: python3 counting 6x slowdown with ubuntu22 on cisco ucs hardware with hyperthreading

2024-10-02 Thread David Vitek
More data points: RHEL9 (kernel 5.14.0) w/ HT: 22s RHEL9 (kernel 5.14.0) w/o HT: 22s Slackware (kernel 5.15.161) w/ HT: 155s Slackware (kernel 5.15.161) w/o HT: 22s ubuntu20 (kernel 5.4.0-196-generic) w/ HT: 14s ubuntu20 (UPGRADED kernel 5.11.0-22-generic) w/ HT: 19s ubuntu20 (UPGRADED kernel 5.13

[Bug 2083077] [NEW] python3 counting 6x slowdown with ubuntu22 on cisco ucs hardware with hyperthreading

2024-09-27 Thread David Vitek
Public bug reported: I suspect this is a kernel bug. With ubuntu <= 21, I find that this runs in about 13 seconds: python3 -c "import timeit; print(timeit.Timer('for _ in range(0,1000): pass').timeit())" With ubuntu >= 22, I find that it runs in about 83 seconds. The problem seems to be specif

[Bug 699922]

2019-02-01 Thread Vitek-8
The bug is still here (45.6.0) and it's very annoying. My left monitor is usually in fullscreen mode, so I miss notifications about new mail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/699922 Title

[Bug 429674] Re: Cannot disable keyboard shortcuts

2010-01-01 Thread vitek
You have to disable the F1 shortcut in gnome terminal keyboard shortcuts menu where you turned off the "Enable menu access keys". In the list of shortcuts look for "Action" Help / Contents. You disable the default shortcut F1 by selecting the entry and pressing to change it and then pressing the

[Bug 429674] Re: Cannot disable keyboard shortcuts

2009-11-26 Thread vitek
Looking into System -> Keyboard Shortcuts I can see now a hint "To edit a shortcut key, click on the corresponding row and type a new key combination, or _press *backspace* to clear_." However the hint didn't make it into shortcut dialog of gnome terminal and its documentation. It is however docu

[Bug 429674] Re: Cannot disable keyboard shortcuts

2009-11-26 Thread vitek
This is a tricky one. I was googling it for half an hour and didn't find a solution. Then by a trial/mistake I found out that if you go to change the shortcut you want to disable and hit "backspace", it gets disabled! Hope this helps you guys. I also think it should be included in the Help provid

[Bug 418933] Re: no internet connection (wifi+ethernet doesn't work)

2009-11-02 Thread vitek
Probably same issue on final version Kubuntu 9.10 Karmic - notebook HP Probook 4510s. I installed http://people.canonical.com/~apw/lp386468-karmic/linux-image-2.6.31-12-generic_2.6.31-12.41lp386468apw1_amd64.deb from http://people.canonical.com/~apw/lp386468-karmic/ but same problem after reboot

[Bug 84428] history in tcsh doesn't work

2007-02-10 Thread vitek
Public bug reported: Binary package hint: tcsh The command "history -S" doesn't save the command history. ** Affects: tcsh (Ubuntu) Importance: Undecided Status: Unconfirmed -- history in tcsh doesn't work https://launchpad.net/bugs/84428 -- ubuntu-bugs mailing list ubuntu-bugs