High CPU usage by MXPI even after closing

Report Bugs, Issues and non- package Requests
Message
Author
retroD0d0
Posts: 39
Joined: Sat Aug 17, 2024 4:36 pm

High CPU usage by MXPI even after closing

#1 Post by retroD0d0 »

Hello everyone!

Noticed since a week or two back that I am having high CPU usage in MXPI after closing the program. Only a restart fixes. Anyone any ideas?

/edit sorry killing/stopping the process works too :P

Code: Select all

2025-04-17 02:23:46.502 DBG: mx-packageinstaller version: 25.5.01
2025-04-17 02:23:46.546 DBG: +++ void MainWindow::setup() +++
2025-04-17 02:23:46.552 DBG: apt-get update --print-uris | grep -m1 -qE '/mx/testrepo/dists/bookworm/test/'
2025-04-17 02:23:46.644 DBG: +++ void MainWindow::loadPmFiles() +++
2025-04-17 02:23:46.730 DBG: +++ void MainWindow::refreshPopularApps() +++
2025-04-17 02:23:46.731 DBG: +++ QMap<QString, PackageInfo> MainWindow::listInstalled() +++
2025-04-17 02:23:46.731 DBG: LANG=C dpkg-query -W -f='${db:Status-Abbrev} ${Package} ${Version} ${binary:Synopsis}\n'
2025-04-17 02:23:46.782 DBG: +++ void MainWindow::displayPopularApps() const +++
2025-04-17 02:23:46.803 DBG: apt-config shell APTOPT APT::Install-Recommends/b
2025-04-17 02:23:46.817 DBG: "APTOPT='false'"
2025-04-17 02:23:47.535 DBG: +++ void MainWindow::displayPackages() +++
2025-04-17 02:23:49.270 DBG: +++ void MainWindow::tabWidget_currentChanged(int) +++
2025-04-17 02:23:49.272 DBG: +++ void MainWindow::setCurrentTree() +++
2025-04-17 02:23:49.273 DBG: +++ void MainWindow::setCurrentTree() +++
2025-04-17 02:23:49.273 DBG: +++ void MainWindow::displayWarning(const QString&) +++
2025-04-17 02:23:49.273 DBG: +++ void MainWindow::listFlatpakRemotes() const +++
2025-04-17 02:23:49.273 DBG: flatpak remote-list --system | cut -f1
2025-04-17 02:24:09.306 DBG: +++ void MainWindow::displayFlatpaks(bool) +++
2025-04-17 02:24:09.313 DBG: +++ void MainWindow::listFlatpakRemotes() const +++
2025-04-17 02:24:09.314 DBG: flatpak remote-list --system | cut -f1
2025-04-17 02:24:09.361 DBG: +++ QStringList MainWindow::listFlatpaks(const QString&, const QString&) const +++
2025-04-17 02:24:09.361 DBG: flatpak remote-ls --system flathub-verified --arch=x86_64 --columns=ver,ref,installed-size 2>/dev/null
2025-04-17 02:24:16.296 DBG: flatpak list --system 2>/dev/null --app --columns=ref
2025-04-17 02:24:16.336 DBG: "com.brave.Browser/x86_64/stable\ncom.github.ADBeveridge.Raider/x86_64/stable\ncom.github.PintaProject.Pinta/x86_64/stable\ncom.github.tchx84.Flatseal/x86_64/stable\nio.freetubeapp.FreeTube/x86_64/stable\nio.github.ferraridamiano.ConverterNOW/x86_64/stable\norg.fedoraproject.MediaWriter/x86_64/stable\norg.gnome.gitlab.somas.Apostrophe/x86_64/stable\norg.gnucash.GnuCash/x86_64/stable\norg.mozilla.firefox/x86_64/stable\norg.qbittorrent.qBittorrent/x86_64/stable"
2025-04-17 02:24:16.342 DBG: flatpak list --system 2>/dev/null --runtime --columns=ref
2025-04-17 02:24:16.378 DBG: "org.freedesktop.Platform/x86_64/24.08\norg.freedesktop.Platform.GL.default/x86_64/23.08\norg.freedesktop.Platform.GL.default/x86_64/23.08-extra\norg.freedesktop.Platform.GL.default/x86_64/24.08\norg.freedesktop.Platform.GL.default/x86_64/24.08extra\norg.freedesktop.Platform.openh264/x86_64/2.2.0\norg.freedesktop.Platform.openh264/x86_64/2.5.1\norg.gnome.Platform/x86_64/47\norg.gnome.Platform/x86_64/48\norg.kde.Platform/x86_64/6.7\norg.kde.Platform/x86_64/6.8"
2025-04-17 02:24:16.409 DBG: +++ void MainWindow::listSizeInstalledFP() +++
2025-04-17 02:24:16.409 DBG: flatpak list --system --columns app,size
2025-04-17 02:24:16.451 DBG: "com.brave.Browser\t435.2 MB\ncom.github.ADBeveridge.Raider\t282.1 kB\ncom.github.PintaProject.Pinta\t118.1 MB\ncom.github.tchx84.Flatseal\t1.3 MB\nio.freetubeapp.FreeTube\t291.0 MB\nio.github.ferraridamiano.ConverterNOW\t28.0 MB\norg.fedoraproject.MediaWriter\t2.9 MB\norg.freedesktop.Platform\t675.8 MB\norg.freedesktop.Platform.GL.default\t538.1 MB\norg.freedesktop.Platform.GL.default\t538.1 MB\norg.freedesktop.Platform.GL.default\t463.2 MB\norg.freedesktop.Platform.GL.default\t463.2 MB\norg.freedesktop.Platform.openh264\t790.0 kB\norg.freedesktop.Platform.openh264\t789.5 kB\norg.gnome.Platform\t1.0 GB\norg.gnome.Platform\t1.0 GB\norg.gnome.gitlab.somas.Apostrophe\t168.7 MB\norg.gnucash.GnuCash\t334.7 MB\norg.kde.Platform\t932.7 MB\norg.kde.Platform\t1.0 GB\norg.mozilla.firefox\t275.3 MB\norg.qbittorrent.qBittorrent\t18.1 MB"
2025-04-17 02:24:16.537 DBG: +++ void MainWindow::filterChanged(const QString&) +++
2025-04-17 02:24:16.537 DBG: +++ void MainWindow::updateInterface() const +++
2025-04-17 02:24:16.538 DBG: +++ QStringList MainWindow::listFlatpaks(const QString&, const QString&) const +++
2025-04-17 02:24:16.538 DBG: flatpak remote-ls --system flathub-verified --arch=x86_64 --columns=ver,ref,installed-size --app 2>/dev/null
2025-04-17 02:24:23.251 DBG: +++ void MainWindow::displayFilteredFP(QStringList, bool) +++
2025-04-17 02:24:25.783 DBG: +++ void MainWindow::pushUpgradeFP_clicked() +++
2025-04-17 02:24:25.786 DBG: +++ void MainWindow::tabWidget_currentChanged(int) +++
2025-04-17 02:24:25.788 DBG: socat SYSTEM:'flatpak update --system ',pty STDIO
2025-04-17 02:24:25.832 DBG: "Looking for updates…"
2025-04-17 02:24:31.446 DBG: "\u001B[1m        ID                 Branch   Op  Remote            Download\u001B[22m\r\n 1.     org.kde.Platform   6.7      u   flathub-verified  < 336.1 MB"
2025-04-17 02:24:31.450 DBG: "Proceed with these changes to the system installation? [Y/n]:"
2025-04-17 02:24:45.171 DBG: +++ void MainWindow::pushCancel_clicked() +++
2025-04-17 02:24:46.796 DBG: +++ void MainWindow::cleanup() +++
2025-04-17 02:24:46.799 DBG: Command "/bin/bash" ("-c", "socat SYSTEM:'flatpak update --system ',pty STDIO") terminated true

Code: Select all

Snapshot created on: 20250325_0350
System:
  Kernel: 5.10.230-antix.1-amd64-smp arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-5.10.230-antix.1-amd64-smp root=UUID=<filter> ro quiet
    splash
  Desktop: Xfce v: 4.20.0 tk: Gtk v: 3.24.38 info: xfce4-panel wm: xfwm v: 4.20.0 vt: 7
    dm: LightDM v: 1.32.0 Distro: MX-23.6_x64 Libretto May 19  2024 base: Debian GNU/Linux 12
    (bookworm)
Machine:
  Type: Desktop Mobo: ASUSTeK model: M4A78-VM v: Rev X.0x serial: <superuser required>
    BIOS: American Megatrends v: 0601 date: 04/08/2009
CPU:
  Info: model: AMD Phenom II X2 545 bits: 64 type: MCP arch: K10 level: v1 built: 2009-13
    process: AMD 45nm family: 0x10 (16) model-id: 4 stepping: 2 microcode: 0x10000DB
  Topology: cpus: 1x cores: 2 smt: <unsupported> cache: L1: 256 KiB desc: d-2x64 KiB; i-2x64 KiB
    L2: 1024 KiB desc: 2x512 KiB L3: 6 MiB desc: 1x6 MiB
  Speed (MHz): avg: 3000 min/max: 800/3000 boost: disabled scaling: driver: acpi-cpufreq
    governor: ondemand cores: 1: 3000 2: 3000 bogomips: 12034
  Flags: ht lm nx pae sse sse2 sse3 sse4a svm
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass status: Not affected
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
  Type: spectre_v2 mitigation: Retpolines, STIBP: disabled, RSB filling, PBRSB-eIBRS: Not
    affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: AMD Caicos PRO [Radeon HD 7450] vendor: PC Partner / Sapphire driver: radeon v: kernel
    arch: TeraScale-2 code: Evergreen process: TSMC 32-40nm built: 2009-15 pcie: gen: 1
    speed: 2.5 GT/s lanes: 16 link-max: gen: 2 speed: 5 GT/s ports: active: HDMI-A-1
    empty: DVI-D-1,VGA-1 bus-ID: 01:00.0 chip-ID: 1002:677b class-ID: 0300 temp: 48.0 C
  Display: x11 server: X.Org v: 1.21.1.7 compositor: xfwm v: 4.20.0 driver: X: loaded: radeon
    unloaded: fbdev,modesetting,vesa dri: r600 gpu: radeon display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 509x286mm (20.04x11.26") s-diag: 584mm (22.99")
  Monitor-1: HDMI-A-1 mapped: HDMI-0 model: FPDAS---J1 serial: <filter> built: 2011
    res: 1920x1080 hz: 60 dpi: 305 gamma: 1.2 size: 160x90mm (6.3x3.54") diag: 184mm (7.2")
    ratio: 16:9 modes: max: 1920x1080i min: 720x400
  API: OpenGL v: 4.5 Mesa 22.3.6 renderer: AMD CAICOS (DRM 2.50.0 / 5.10.230-antix.1-amd64-smp
    LLVM 15.0.6) direct-render: Yes
Audio:
  Device-1: AMD SBx00 Azalia vendor: ASUSTeK driver: snd_hda_intel v: kernel bus-ID: 00:14.2
    chip-ID: 1002:4383 class-ID: 0403
  Device-2: AMD Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM R5 230/235/235X OEM]
    vendor: PC Partner / Sapphire driver: snd_hda_intel v: kernel pcie: gen: 1 speed: 2.5 GT/s
    lanes: 16 link-max: gen: 2 speed: 5 GT/s bus-ID: 01:00.1 chip-ID: 1002:aa98 class-ID: 0403
  API: ALSA v: k5.10.230-antix.1-amd64-smp status: kernel-api tools: alsamixer,amixer
  Server-1: PipeWire v: 1.0.0 status: active with: 1: pipewire-pulse status: active
    2: wireplumber status: active 3: pipewire-alsa type: plugin 4: pw-jack type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: ASUSTeK driver: r8169
    v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: e800 bus-ID: 03:00.0 chip-ID: 10ec:8168
    class-ID: 0200
  IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
  Device-2: Qualcomm Atheros AR922X Wireless Network Adapter driver: ath9k v: kernel modules: wl
    bus-ID: 04:07.0 chip-ID: 168c:0029 class-ID: 0280
  IF: wlan0 state: down mac: <filter>
Drives:
  Local Storage: total: 223.57 GiB used: 170.65 GiB (76.3%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/sda maj-min: 8:0 vendor: Toshiba model: Q300. size: 223.57 GiB block-size:
    physical: 512 B logical: 512 B speed: 3.0 Gb/s type: SSD serial: <filter> rev: 12.3 scheme: MBR
Partition:
  ID-1: / raw-size: 223.57 GiB size: 219 GiB (97.96%) used: 170.65 GiB (77.9%) fs: ext4
    dev: /dev/sda1 maj-min: 8:1
Swap:
  Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default)
  ID-1: swap-1 type: file size: 3 GiB used: 0 KiB (0.0%) priority: -2 file: /swap/swap
Sensors:
  System Temperatures: cpu: 61.0 C mobo: 44.0 C gpu: radeon temp: 48.0 C
  Fan Speeds (RPM): cpu: 2177 psu: 0 case-1: 1411
  Power: 12v: 11.94 5v: N/A 3.3v: 3.09 vbat: N/A
Repos:
  Packages: 2157 pm: dpkg pkgs: 2135 libs: 1025 tools: apt,apt-get,aptitude,nala,synaptic pm: rpm
    pkgs: 0 pm: flatpak pkgs: 22
  No active apt repos in: /etc/apt/sources.list
  Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
    1: deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/debian.list
    1: deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
    2: deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/megasync.list
    1: deb [signed-by=/usr/share/keyrings/meganz-archive-keyring.gpg] https://mega.nz/linux/repo/Debian_12/ ./
  Active apt repos in: /etc/apt/sources.list.d/mx.list
    1: deb https://mxlinux.mirror.liquidtelecom.com/packages/mx/repo/ bookworm main non-free
  Active apt repos in: /etc/apt/sources.list.d/onlyoffice.list
    1: deb https://download.onlyoffice.com/repo/debian squeeze main
Info:
  Processes: 213 Uptime: 3h 5m wakeups: 3 Memory: 7.76 GiB used: 1.88 GiB (24.2%) Init: SysVinit
  v: 3.06 runlevel: 5 default: graphical tool: systemctl Compilers: gcc: 12.2.0 alt: 12
  Client: shell wrapper v: 5.2.15-release inxi: 3.3.26
Boot Mode: BIOS (legacy, CSM, MBR)
Image
Last edited by retroD0d0 on Fri Apr 18, 2025 7:09 pm, edited 1 time in total.

User avatar
CharlesV
Global Moderator
Posts: 7056
Joined: Sun Jul 07, 2019 5:11 pm

Re: High CPU usage by MXPI even after closing

#2 Post by CharlesV »

You might try clearing the apt cache ( MX Cleanup or Stacer ).
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

retroD0d0
Posts: 39
Joined: Sat Aug 17, 2024 4:36 pm

Re: High CPU usage by MXPI even after closing

#3 Post by retroD0d0 »

HI CharlesV, thanks for the suggestion. Have done a clean of ALL apt cache files and rebooted (old windows habit). I will let you know if the problem persists or not.

edit : sadly the problem persists. :frown:

retroD0d0
Posts: 39
Joined: Sat Aug 17, 2024 4:36 pm

Re: High CPU usage by MXPI even after closing

#4 Post by retroD0d0 »

Ok, so i updated another installation of MX on a completely separate installation to 23.6 (from 23.5) and I am getting the exact same problem! I can't be the only one with this issue?!

Code: Select all

Snapshot created on: 20250426_0521
System:
  Kernel: 5.10.230-antix.1-amd64-smp arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-5.10.230-antix.1-amd64-smp root=UUID=<filter> ro quiet
    splash
  Desktop: Xfce v: 4.20.0 tk: Gtk v: 3.24.38 info: xfce4-panel wm: xfwm v: 4.20.0 vt: 7
    dm: LightDM v: 1.32.0 Distro: MX-23.6_x64 Libretto May 19  2024 base: Debian GNU/Linux 12
    (bookworm)
Machine:
  Type: Desktop Mobo: MAXSUN model: MS-HDZ A10 Quad V2.0 serial: <superuser required>
    UEFI: American Megatrends v: 4.6.5 date: 08/31/2022
CPU:
  Info: model: AMD A8-7200P Radeon R5 8 Compute Cores 4C+4G bits: 64 type: MT MCP arch: Steamroller
    level: v2 built: 2014 process: GF 28nm family: 0x15 (21) model-id: 0x30 (48) stepping: 1
    microcode: 0x6003106
  Topology: cpus: 1x cores: 4 smt: enabled cache: L1: 256 KiB desc: d-4x16 KiB; i-2x96 KiB
    L2: 4 MiB desc: 2x2 MiB
  Speed (MHz): avg: 1975 high: 2211 min/max: 1400/2400 boost: enabled scaling:
    driver: acpi-cpufreq governor: ondemand cores: 1: 1951 2: 2211 3: 1786 4: 1953 bogomips: 19164
  Flags: avx ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT vulnerable
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl and seccomp
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
  Type: spectre_v2 mitigation: Retpolines, STIBP: disabled, RSB filling, PBRSB-eIBRS: Not
    affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: AMD Kaveri [Radeon R5 Graphics] driver: radeon v: kernel alternate: amdgpu arch: GCN-2
    code: Sea Islands process: GF/TSMC 16-28nm built: 2013-17 ports: active: HDMI-A-1,VGA-1
    empty: none bus-ID: 00:01.0 chip-ID: 1002:130e class-ID: 0300
  Display: x11 server: X.Org v: 1.21.1.7 compositor: xfwm v: 4.20.0 driver: X: loaded: radeon
    unloaded: fbdev,modesetting,vesa dri: radeonsi gpu: radeon display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 2944x1080 s-dpi: 96 s-size: 779x286mm (30.67x11.26") s-diag: 830mm (32.67")
  Monitor-1: HDMI-A-1 mapped: HDMI-0 pos: primary,left model: Sony TV serial: <filter>
    built: 2010 res: 1920x1080 hz: 60 dpi: 30 gamma: 1.2 size: 1600x900mm (62.99x35.43")
    diag: 1836mm (72.3") ratio: 16:9 modes: max: 1920x1080 min: 640x480
  Monitor-2: VGA-1 mapped: VGA-0 pos: right res: 1024x768 hz: 60 size: N/A modes: max: 1024x768
    min: 640x480
  API: OpenGL v: 4.5 Mesa 22.3.6 renderer: KAVERI ( LLVM 15.0.6 DRM 2.50
    5.10.230-antix.1-amd64-smp) direct-render: Yes
Audio:
  Device-1: AMD Kaveri HDMI/DP Audio driver: snd_hda_intel v: kernel bus-ID: 00:01.1
    chip-ID: 1002:1308 class-ID: 0403
  Device-2: AMD FCH Azalia vendor: Conexant Systems driver: snd_hda_intel v: kernel
    bus-ID: 00:14.2 chip-ID: 1022:780d class-ID: 0403
  API: ALSA v: k5.10.230-antix.1-amd64-smp status: kernel-api tools: alsamixer,amixer
  Server-1: PipeWire v: 1.0.0 status: active with: 1: pipewire-pulse status: active
    2: wireplumber status: active 3: pipewire-alsa type: plugin 4: pw-jack type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Wireless 7260 driver: iwlwifi v: kernel modules: wl pcie: gen: 1 speed: 2.5 GT/s
    lanes: 1 bus-ID: 01:00.0 chip-ID: 8086:08b1 class-ID: 0280
  IF: wlan0 state: down mac: <filter>
  Device-2: Realtek RTL810xE PCI Express Fast Ethernet driver: r8169 v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 port: e000 bus-ID: 05:00.0 chip-ID: 10ec:8136 class-ID: 0200
  IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:
  Local Storage: total: 953.88 GiB used: 128.19 GiB (13.4%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: KingSpec model: NE-512 2280 size: 476.94 GiB
    block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 type: SSD serial: <filter>
    rev: VC3S500H temp: 50.9 C scheme: GPT
  ID-2: /dev/sda maj-min: 8:0 vendor: Netac model: SSD 512GB size: 476.94 GiB block-size:
    physical: 512 B logical: 512 B speed: 6.0 Gb/s type: SSD serial: <filter> rev: 9A0 scheme: MBR
Partition:
  ID-1: / raw-size: 476.69 GiB size: 468.13 GiB (98.21%) used: 128.19 GiB (27.4%) fs: ext4
    dev: /dev/sda2 maj-min: 8:2
  ID-2: /boot/efi raw-size: 256 MiB size: 252 MiB (98.46%) used: 274 KiB (0.1%) fs: vfat
    dev: /dev/sda1 maj-min: 8:1
Swap:
  Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default)
  ID-1: swap-1 type: file size: 3 GiB used: 2.2 MiB (0.1%) priority: -2 file: /swap/swap
Sensors:
  System Temperatures: cpu: 51.4 C mobo: N/A gpu: radeon temp: 52.0 C
  Fan Speeds (RPM): N/A
Repos:
  Packages: 2243 pm: dpkg pkgs: 2225 libs: 1101 tools: apt,apt-get,aptitude,nala,synaptic pm: rpm
    pkgs: 0 pm: flatpak pkgs: 18
  No active apt repos in: /etc/apt/sources.list
  No active apt repos in: /etc/apt/sources.list.d/brave-browser-release.list
  Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
    1: deb http://deb.debian.org/debian/ bookworm-updates non-free-firmware non-free contrib main
  Active apt repos in: /etc/apt/sources.list.d/debian.list
    1: deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
    2: deb http://security.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/megasync.list
    1: deb [signed-by=/usr/share/keyrings/meganz-archive-keyring.gpg] https://mega.nz/linux/repo/Debian_12/ ./
  Active apt repos in: /etc/apt/sources.list.d/mx.list
    1: deb https://mxlinux.mirror.liquidtelecom.com/packages/mx/repo/ bookworm main non-free
Info:
  Processes: 205 Uptime: 1h 11m wakeups: 1 Memory: 14.6 GiB used: 1.15 GiB (7.9%) Init: SysVinit
  v: 3.06 runlevel: 5 default: graphical tool: systemctl Compilers: gcc: 12.2.0 alt: 12
  Client: shell wrapper v: 5.2.15-release inxi: 3.3.26
Boot Mode: UEFI

User avatar
siamhie
Global Moderator
Posts: 3215
Joined: Fri Aug 20, 2021 5:45 pm

Re: High CPU usage by MXPI even after closing

#5 Post by siamhie »

retroD0d0 wrote: Fri Apr 25, 2025 10:07 pm Ok, so i updated another installation of MX on a completely separate installation to 23.6 (from 23.5) and I am getting the exact same problem! I can't be the only one with this issue?!

Code: Select all

Snapshot created on: 20250426_0521
Maybe there's something wrong with the snapshots?
Boot up the live ISO, then update it and see if it still persists.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

retroD0d0
Posts: 39
Joined: Sat Aug 17, 2024 4:36 pm

Re: High CPU usage by MXPI even after closing

#6 Post by retroD0d0 »


Maybe there's something wrong with the snapshots?
Boot up the live ISO, then update it and see if it still persists.
Hi Siamhe

I'm a little confused as to why QSI includes that statement on the first line. Both installations are from fresh installs. The snapshot I made is just an iso sitting in my snapshot folder, not sure what relevance that has :confused:

Siamhe, just to check , are you asking me to test a fresh MX live USB? (as opposed to my own system snapshot liveUSB)

Some new info! I have remarked that the phenomena only seems to occur when I start MXPI and close it after performing no action. If I refresh package lists, check flatpak updates, any sort of action I think, the MXPI process terminates as normal upon closing.

Post Reply

Return to “Bugs and Non-Package Requests Forum”