Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FW13 Return from s2idle causes reboot (S5_RESET_STATUS = 0x00800800) <- Triple Fault #50

Open
2 of 3 tasks
WillNilges opened this issue Mar 8, 2025 · 11 comments
Open
2 of 3 tasks
Labels
Laptop 13 - AMD Ryzen 7040 Framework Laptop 13 (AMD Ryzen™ 7040 Series) Linux

Comments

@WillNilges
Copy link

WillNilges commented Mar 8, 2025

Device Information

System Model or SKU

Please select one of the following

  • Framework Laptop 13 (AMD Ryzen™ 7040 Series)

BIOS VERSION

Please provide the bios version.

03.05

Windows:
Open a command terminal as administrator:
wmic bios get SMBIOSBIOSVERSION

Linux:
Open a terminal and run the following command
sudo dmidecode --string bios-version

DIY Edition information

If you are experiencing an issue on a DIY system, Please also fill out the memory and storage devices you are using.

Memory: CRUCIAL CT32G56C46S5
Storage: SAMSUNG MZVL21T0HDLU-00BLL

Port/Peripheral information

If you are experiencing an issue with a peripheral or an expansion card/port please fill out the following information:

  • Peripheral vendor and name.
  • Port the Peripheral was connected to. Please see the following for port numbering: Laptop 16 or Laptop 13
  • Device or expansion card attached to the Adjacent port to the port that is having the issue.
  1. USB-C
  2. USB-A
  3. USB-C
  4. HDMI

I have no dGPU, and the only things I regularly plug in are a monitor, keyboard, mouse, and mic via a docking station. Other than that I use it mostly on the go, and I have only ever seen the issue while the machine is not plugged into anything. (I have been able to reproduce the issue with/without the AC adapter)

Standalone Operation

Are you running your mainboard as a standalone device. Is standalone mode enabled in the BIOS?

  • Yes
  • No

Describe the bug

A clear and concise description of what the bug is.

Often (at least 1/3 times) when I come out of s2idle, my laptop screen will suddenly go black, then the machine will start up as if coming from a cold boot. Sometimes it happens slowly enough that I can unlock and get a browser open, sometimes it happens before I'm even done opening the lid.

I applied a kernel patch (see below) and the reset code is

Mar 08 10:40:44.529328 willardpad kernel: S5_RESET_STATUS = 0x00800800

Steps To Reproduce

Steps to reproduce the behavior:

  1. Boot up
  2. Log in
  3. Go to s2idle
  4. Wake up from s2idle
  5. Unlock
  6. Open Firefox

You should see the crash by Step 4

Expected behavior

A clear and concise description of what you expected to happen.

I can use the laptop and sleep and wake as many times as I want without it crashing.

Screenshots

If applicable, add screenshots to help explain your problem.

Operating System (please complete the following information):

I have applied this patch to check my reset codes.

Additional context

Add any other context about the problem here.

This issue started around Feb 14, 2025. At the time I was running Linux LTS and it had upgraded to 6.12 when the issues started. I was on 6.6 since around December and it was fine.

I was directed to open this issue here: #41

This is my thread: https://community.frame.work/t/spontaneous-and-ungraceful-restarts-upon-closing-the-lid/64806

I saw this thread about what seems to be the exact same issue: https://community.frame.work/t/framework-13-amd-return-from-sleep-causes-reboot/64743/16

Possibly these folks as well: https://community.frame.work/t/responded-inconsistent-resume-from-suspend-linux-amd/46587

It would be nice to reach out to everybody in these threads and see if we could get some more information. I am also going to open a support ticket with Framework directly because they keep ignoring me on the forums.

@jcdutton
Copy link

jcdutton commented Mar 8, 2025

Hi.
Thank you for raising an issue ticket for this.
Some things worth trying:
1)
sudo echo N > /sys/module/printk/parameters/console_suspend
This makes the console stay awake even during suspend.
The advantage of this is that you get to see some debug messages that you might not have otherwise seen.
They might disappear very quickly though, so you probably need to video it with your phone, and then slow-mo through the video until you find what you need.
2)
Narrowing down what is causing the fault:
Unplug all your expansion slot cards and try a suspend / resume cycle and see if the problem remains.
3)
You don't say in the description whether you have a dGPU or not, please add that to the description at the top.
If you have one, try removing the dGPU and see if the problem remains.
4)
See if the SSD is the cause, try removing the SSD and boot with a USB stick with Linux on it and try to reproduce the problem.
5)
Try blacklisting the wifi card driver, so that it does not need to go through the suspend / resume cycle. This should discount it without needing to remove it.

Context:
Triple faults are notoriously difficult to track down, but at least they are software faults, so once the bug is found, it can be cured.

@WillNilges
Copy link
Author

Thanks for the ideas!
For 2) I can verify that even with all my cards yanked, the issue persists.

I'll try yanking the SSD and wifi card when I have the time. It could take days of sleep/wake to find the issue.

One pattern I notice is that it happens when I resume after sleeping for a long time (like 8 hours overnight) and then I can usually get it to happen very shortly after the first time, too.

I don't have a dGPU, this is a FW13 and I mostly use it on the go. I'll update the issue.

It would be nice if we could bisect the kernel to figure out if this was happening. From what I have seen online, it doesn't seem to be happening on 6.11, and was introduced sometime in 6.12. I guess I could try compiling the latest 6.11 kernel, and maybe the earliest 6.12 LTS kernel (because I know for a fact it happened there)

@helpimnotdrowning
Copy link

helpimnotdrowning commented Mar 12, 2025

Dropping by to add that I've been experiencing a similar issue (described here: https://community.frame.work/t/sudden-reboot-on-wake-with-no-logs/65434 )

I've experienced this on several kernels, being from Debian stable 6.1, backports 6.9 and 6.12, Liquorix 6.12, and mainline 6.14 rc4 (though I haven't checked what patches the Debian team is applying on their kernels, maybe they are backporting some bad patches?)

I've heard that others with somewhat-similar issues on Arch could fix by downgrading Mesa to 24.x, but Debian stable ships 22, and updating to 24 did not help (crashes still occur)

I have noticed that I can almost always prevent reboots by switching to a tty right as I open my laptop. I usually keep it there for a few seconds before switching back to tty1 with Plasma/Wayland.

@WillNilges
Copy link
Author

I have noticed that I can almost always prevent reboots by switching to a tty right as I open my laptop. I usually keep it there for a few seconds before switching back to tty1 with Plasma/Wayland.

Sometimes I get reboots the instant I open my lid :(

@WillNilges
Copy link
Author

WillNilges commented Mar 18, 2025

sudo echo N > /sys/module/printk/parameters/console_suspend
This makes the console stay awake even during suspend.
The advantage of this is that you get to see some debug messages that you might not have otherwise seen.
They might disappear very quickly though, so you probably need to video it with your phone, and then slow-mo through the video until you find what you need.

@jcdutton Can you say more about this? How would I see these messages if I'm not getting past my lockscreen before a reboot? Would they appear in a TTY? Would they appear in my dmesg?

I'm now running 6.13.7-arch1-1.

@jcdutton
Copy link

@WillNilges
Search the web if you want more info about the "sudo echo N > /sys/module/printk/parameters/console_suspend"
Or just try it and see what extra information it gives during a successful suspend/resume cycle, and then compare it to a failed suspend / resume cycle.

@CDRXavier
Copy link

CDRXavier commented Mar 27, 2025

This is related?
#35

I have a Ubuntu install, i will test it immediately, right after I wake up or something.

@PureKrome
Copy link

@CDRXavier sounds very related, putting aside the OS's of choice/used.

Nice seeing more and more people mention this and in various hardware setup/flavors, too!

@kiram9 kiram9 added Laptop 13 - AMD Ryzen 7040 Framework Laptop 13 (AMD Ryzen™ 7040 Series) Linux labels Mar 28, 2025
@jcdutton
Copy link

Now, I don't think the Triple fault is coming from the Linux kernel.
I am now wondering if there some other BIOS or system management firmware that is running behind the scenes that could cause this S5_RESET_STATUS triple fault ?
If so, what is that piece of code called, and is that code x86 or ARM or something else?

Alternatively, could this be caused by bit-flips, maybe going undetected due to lack of ECC in some data paths?

I am just trying to think of some other things to investigate to track this down.

@sydneymeyer
Copy link

I am now wondering if there some other BIOS or system management firmware that is running behind the scenes that could cause this S5_RESET_STATUS triple fault ?

Alternatively, could this be caused by bit-flips, maybe going undetected due to lack of ECC in some data paths?

Funny enough, i'm thinking the same. This is either something SMM, something the on-die ecc doesn't/can't catch, or, i can't even tell why, the mediatek wireless card freaking out with power management. The completely random pattern suggests the memory theory, i suppose. i.e. an electrical issue.

@helpimnotdrowning
Copy link

helpimnotdrowning commented Mar 29, 2025

I can safely (hopefully) say that, since the 14th, I am no longer experiencing this issue. I have no idea why. I am still using my self-built 6.14 rc4 kernel that I mentioned in the forum post.

This is the contents of my /var/log/dpkg.log of all my package changes from that last triple-fault to today:

I had no changes on the 14th itself, so this starts on the 15th.
I imagine that the changes closest to the start of this log would be the most important?

2025-03-15 13:43:46 startup packages remove
2025-03-15 13:43:46 status installed libdrm-nouveau2:i386 2.4.123-1~bpo12+1
2025-03-15 13:43:47 remove libdrm-nouveau2:i386 2.4.123-1~bpo12+1 
2025-03-15 13:43:47 status config-files libdrm-nouveau2:i386 2.4.123-1~bpo12+1
2025-03-15 13:43:47 status not-installed libdrm-nouveau2:i386 
2025-03-15 13:43:47 startup packages configure
2025-03-15 13:43:47 status installed libc-bin:amd64 2.36-9+deb12u9
2025-03-15 16:50:11 startup archives unpack
2025-03-15 16:50:12 upgrade rustdesk:amd64 1.3.2 1.3.8
2025-03-15 16:50:14 startup packages configure
2025-03-15 16:50:14 configure rustdesk:amd64 1.3.8 
2025-03-15 16:50:15 status installed rustdesk:amd64 1.3.8
2025-03-15 16:50:15 status installed hicolor-icon-theme:all 0.17-2
2025-03-15 16:50:15 status installed mailcap:all 3.70+nmu1
2025-03-15 16:50:15 status installed desktop-file-utils:amd64 0.26-1
2025-03-15 19:03:49 startup packages remove
2025-03-15 19:03:49 status installed vlc:amd64 3.0.21-0+deb12u1
2025-03-15 19:03:50 remove vlc:amd64 3.0.21-0+deb12u1 
2025-03-15 19:03:50 status config-files vlc:amd64 3.0.21-0+deb12u1
2025-03-15 19:03:50 status not-installed vlc:amd64 
2025-03-15 19:03:50 startup packages configure
2025-03-15 19:03:50 status installed mailcap:all 3.70+nmu1
2025-03-15 19:03:50 status installed desktop-file-utils:amd64 0.26-1
2025-03-15 19:04:19 startup packages remove
2025-03-15 19:04:19 status installed mpv:amd64 0.35.1-4
2025-03-15 19:04:19 remove mpv:amd64 0.35.1-4 
2025-03-15 19:04:19 status config-files mpv:amd64 0.35.1-4
2025-03-15 19:04:19 startup packages configure
2025-03-15 19:04:19 status installed hicolor-icon-theme:all 0.17-2
2025-03-15 19:04:20 status installed man-db:amd64 2.11.2-2
2025-03-15 19:04:20 status installed mailcap:all 3.70+nmu1
2025-03-15 19:04:20 status installed desktop-file-utils:amd64 0.26-1
2025-03-15 19:04:25 startup packages remove
2025-03-15 19:04:25 status installed libsixel1:amd64 1.10.3-3
2025-03-15 19:04:26 remove libsixel1:amd64 1.10.3-3 
2025-03-15 19:04:26 status config-files libsixel1:amd64 1.10.3-3
2025-03-15 19:04:26 status not-installed libsixel1:amd64 
2025-03-15 19:04:26 status installed vlc-plugin-access-extra:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-plugin-access-extra:amd64 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-plugin-access-extra:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-plugin-access-extra:amd64 
2025-03-15 19:04:26 status installed libvncclient1:amd64 0.9.14+dfsg-1
2025-03-15 19:04:26 remove libvncclient1:amd64 0.9.14+dfsg-1 
2025-03-15 19:04:26 status config-files libvncclient1:amd64 0.9.14+dfsg-1
2025-03-15 19:04:26 status not-installed libvncclient1:amd64 
2025-03-15 19:04:26 status installed libxpresent1:amd64 1.0.0-2+b10
2025-03-15 19:04:26 remove libxpresent1:amd64 1.0.0-2+b10 
2025-03-15 19:04:26 status config-files libxpresent1:amd64 1.0.0-2+b10
2025-03-15 19:04:26 status not-installed libxpresent1:amd64 
2025-03-15 19:04:26 status installed vlc-bin:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-bin:amd64 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-bin:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-bin:amd64 
2025-03-15 19:04:26 status installed vlc-l10n:all 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-l10n:all 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-l10n:all 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-l10n:all 
2025-03-15 19:04:26 status installed vlc-plugin-notify:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-plugin-notify:amd64 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-plugin-notify:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-plugin-notify:amd64 
2025-03-15 19:04:26 status installed vlc-plugin-skins2:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-plugin-skins2:amd64 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-plugin-skins2:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-plugin-skins2:amd64 
2025-03-15 19:04:26 status installed vlc-plugin-qt:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-plugin-qt:amd64 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-plugin-qt:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-plugin-qt:amd64 
2025-03-15 19:04:26 status installed vlc-plugin-samba:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-plugin-samba:amd64 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-plugin-samba:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-plugin-samba:amd64 
2025-03-15 19:04:26 status installed vlc-plugin-video-splitter:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-plugin-video-splitter:amd64 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-plugin-video-splitter:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-plugin-video-splitter:amd64 
2025-03-15 19:04:26 status installed vlc-plugin-visualization:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 remove vlc-plugin-visualization:amd64 3.0.21-0+deb12u1 
2025-03-15 19:04:26 status config-files vlc-plugin-visualization:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:26 status not-installed vlc-plugin-visualization:amd64 
2025-03-15 19:04:26 startup packages configure
2025-03-15 19:04:27 status installed man-db:amd64 2.11.2-2
2025-03-15 19:04:27 status installed libvlc-bin:amd64 3.0.21-0+deb12u1
2025-03-15 19:04:27 status installed libc-bin:amd64 2.36-9+deb12u9
2025-03-16 14:44:16 startup archives unpack
2025-03-16 14:44:17 install libtsm4:amd64  4.0.2-0.4
2025-03-16 14:44:17 install kmscon:amd64  9.0.0-4
2025-03-16 14:44:17 startup packages configure
2025-03-16 14:44:17 configure libtsm4:amd64 4.0.2-0.4 
2025-03-16 14:44:17 status installed libtsm4:amd64 4.0.2-0.4
2025-03-16 14:44:17 configure kmscon:amd64 9.0.0-4 
2025-03-16 14:44:17 status installed kmscon:amd64 9.0.0-4
2025-03-16 14:44:18 status installed man-db:amd64 2.11.2-2
2025-03-16 14:44:19 status installed libc-bin:amd64 2.36-9+deb12u9
2025-03-17 01:19:42 startup archives unpack
2025-03-17 01:19:43 upgrade winetricks:all 20230212-2 20250102-1
2025-03-17 01:19:43 startup packages configure
2025-03-17 01:19:43 configure winetricks:all 20250102-1 
2025-03-17 01:19:43 status installed winetricks:all 20250102-1
2025-03-17 01:19:43 status installed desktop-file-utils:amd64 0.26-1
2025-03-17 01:19:43 status installed hicolor-icon-theme:all 0.17-2
2025-03-17 01:19:44 status installed man-db:amd64 2.11.2-2
2025-03-17 01:19:44 status installed mailcap:all 3.70+nmu1
2025-03-17 01:31:19 startup archives unpack
2025-03-17 01:31:19 install libudfread0:i386  1.1.2-1
2025-03-17 01:31:19 install libbluray2:i386  1:1.3.4-1
2025-03-17 01:31:19 install libchromaprint1:i386  1.5.1-2+b1
2025-03-17 01:31:19 install libgme0:i386  0.6.3-6
2025-03-17 01:31:19 install libvorbisfile3:i386  1.3.7-1
2025-03-17 01:31:20 install libopenmpt0:i386  0.6.9-1
2025-03-17 01:31:20 upgrade librabbitmq4:amd64 0.11.0-1+b1 0.11.0-1+deb12u1
2025-03-17 01:31:20 install librabbitmq4:i386  0.11.0-1+deb12u1
2025-03-17 01:31:20 install libcjson1:i386  1.7.15-1+deb12u2
2025-03-17 01:31:20 install libmbedcrypto7:i386  2.28.3-1
2025-03-17 01:31:20 install librist4:i386  0.2.7+dfsg-1
2025-03-17 01:31:20 install libsrt1.5-gnutls:i386  1.5.1-1+deb12u1
2025-03-17 01:31:20 install libssh-gcrypt-4:i386  0.10.6-0+deb12u1
2025-03-17 01:31:20 install libnorm1:i386  1.5.9+dfsg-2
2025-03-17 01:31:20 install libpgm-5.3-0:i386  5.3.128~dfsg-2
2025-03-17 01:31:20 install libsodium23:i386  1.0.18-1
2025-03-17 01:31:20 install libzmq5:i386  4.3.4-6
2025-03-17 01:31:20 install libavformat59:i386  7:5.1.6-0+deb12u1
2025-03-17 01:31:21 install libpcsclite1:i386  1.9.9-2
2025-03-17 01:31:21 install wine-staging-i386:i386  10.3~bookworm-1
2025-03-17 01:31:23 install wine-staging-amd64:amd64  10.3~bookworm-1
2025-03-17 01:31:25 install wine-staging:amd64  10.3~bookworm-1
2025-03-17 01:31:25 startup packages remove
2025-03-17 01:31:25 status installed winehq-stable:amd64 10.0.0.0~bookworm-1
2025-03-17 01:31:26 remove winehq-stable:amd64 10.0.0.0~bookworm-1 
2025-03-17 01:31:26 status config-files winehq-stable:amd64 10.0.0.0~bookworm-1
2025-03-17 01:31:26 status not-installed winehq-stable:amd64 
2025-03-17 01:31:26 startup archives unpack
2025-03-17 01:31:26 install winehq-staging:amd64  10.3~bookworm-1
2025-03-17 01:31:26 install libaacs0:i386  0.11.1-2
2025-03-17 01:31:26 install libatk1.0-0:i386  2.46.0-5
2025-03-17 01:31:26 install libatspi2.0-0:i386  2.46.0-5
2025-03-17 01:31:26 install libatk-bridge2.0-0:i386  2.46.0-5
2025-03-17 01:31:26 install libbdplus0:i386  0.2.0-3
2025-03-17 01:31:27 install libcolord2:i386  1.4.6-2.2
2025-03-17 01:31:27 install libepoxy0:i386  1.5.10-1
2025-03-17 01:31:27 install libgtk-3-0:i386  3.24.38-2~deb12u3
2025-03-17 01:31:27 startup packages configure
2025-03-17 01:31:27 configure libgme0:i386 0.6.3-6 
2025-03-17 01:31:27 status installed libgme0:i386 0.6.3-6
2025-03-17 01:31:27 configure libchromaprint1:i386 1.5.1-2+b1 
2025-03-17 01:31:27 status installed libchromaprint1:i386 1.5.1-2+b1
2025-03-17 01:31:27 configure libssh-gcrypt-4:i386 0.10.6-0+deb12u1 
2025-03-17 01:31:27 status installed libssh-gcrypt-4:i386 0.10.6-0+deb12u1
2025-03-17 01:31:27 configure libudfread0:i386 1.1.2-1 
2025-03-17 01:31:27 status installed libudfread0:i386 1.1.2-1
2025-03-17 01:31:27 configure librabbitmq4:amd64 0.11.0-1+deb12u1 
2025-03-17 01:31:27 status installed librabbitmq4:amd64 0.11.0-1+deb12u1
2025-03-17 01:31:27 configure librabbitmq4:i386 0.11.0-1+deb12u1 
2025-03-17 01:31:27 status installed librabbitmq4:i386 0.11.0-1+deb12u1
2025-03-17 01:31:27 configure libsodium23:i386 1.0.18-1 
2025-03-17 01:31:27 status installed libsodium23:i386 1.0.18-1
2025-03-17 01:31:27 configure libpgm-5.3-0:i386 5.3.128~dfsg-2 
2025-03-17 01:31:27 status installed libpgm-5.3-0:i386 5.3.128~dfsg-2
2025-03-17 01:31:27 configure wine-staging-amd64:amd64 10.3~bookworm-1 
2025-03-17 01:31:27 status installed wine-staging-amd64:amd64 10.3~bookworm-1
2025-03-17 01:31:27 configure libnorm1:i386 1.5.9+dfsg-2 
2025-03-17 01:31:27 status installed libnorm1:i386 1.5.9+dfsg-2
2025-03-17 01:31:27 configure libatspi2.0-0:i386 2.46.0-5 
2025-03-17 01:31:27 status installed libatspi2.0-0:i386 2.46.0-5
2025-03-17 01:31:27 configure libcjson1:i386 1.7.15-1+deb12u2 
2025-03-17 01:31:27 status installed libcjson1:i386 1.7.15-1+deb12u2
2025-03-17 01:31:27 configure libcolord2:i386 1.4.6-2.2 
2025-03-17 01:31:27 status installed libcolord2:i386 1.4.6-2.2
2025-03-17 01:31:27 configure libvorbisfile3:i386 1.3.7-1 
2025-03-17 01:31:27 status installed libvorbisfile3:i386 1.3.7-1
2025-03-17 01:31:27 configure libmbedcrypto7:i386 2.28.3-1 
2025-03-17 01:31:27 status installed libmbedcrypto7:i386 2.28.3-1
2025-03-17 01:31:27 configure libepoxy0:i386 1.5.10-1 
2025-03-17 01:31:27 status installed libepoxy0:i386 1.5.10-1
2025-03-17 01:31:27 configure libpcsclite1:i386 1.9.9-2 
2025-03-17 01:31:27 status installed libpcsclite1:i386 1.9.9-2
2025-03-17 01:31:27 configure libaacs0:i386 0.11.1-2 
2025-03-17 01:31:27 status installed libaacs0:i386 0.11.1-2
2025-03-17 01:31:27 configure libbdplus0:i386 0.2.0-3 
2025-03-17 01:31:27 status installed libbdplus0:i386 0.2.0-3
2025-03-17 01:31:27 configure libsrt1.5-gnutls:i386 1.5.1-1+deb12u1 
2025-03-17 01:31:27 status installed libsrt1.5-gnutls:i386 1.5.1-1+deb12u1
2025-03-17 01:31:27 configure libatk1.0-0:i386 2.46.0-5 
2025-03-17 01:31:27 status installed libatk1.0-0:i386 2.46.0-5
2025-03-17 01:31:27 configure libbluray2:i386 1:1.3.4-1 
2025-03-17 01:31:27 status installed libbluray2:i386 1:1.3.4-1
2025-03-17 01:31:27 configure libopenmpt0:i386 0.6.9-1 
2025-03-17 01:31:27 status installed libopenmpt0:i386 0.6.9-1
2025-03-17 01:31:27 configure libzmq5:i386 4.3.4-6 
2025-03-17 01:31:27 status installed libzmq5:i386 4.3.4-6
2025-03-17 01:31:27 configure librist4:i386 0.2.7+dfsg-1 
2025-03-17 01:31:27 status installed librist4:i386 0.2.7+dfsg-1
2025-03-17 01:31:27 configure libatk-bridge2.0-0:i386 2.46.0-5 
2025-03-17 01:31:27 status installed libatk-bridge2.0-0:i386 2.46.0-5
2025-03-17 01:31:27 configure libavformat59:i386 7:5.1.6-0+deb12u1 
2025-03-17 01:31:27 status installed libavformat59:i386 7:5.1.6-0+deb12u1
2025-03-17 01:31:27 configure libgtk-3-0:i386 3.24.38-2~deb12u3 
2025-03-17 01:31:27 status installed libgtk-3-0:i386 3.24.38-2~deb12u3
2025-03-17 01:31:27 configure wine-staging-i386:i386 10.3~bookworm-1 
2025-03-17 01:31:27 status installed wine-staging-i386:i386 10.3~bookworm-1
2025-03-17 01:31:27 configure wine-staging:amd64 10.3~bookworm-1 
2025-03-17 01:31:27 status installed wine-staging:amd64 10.3~bookworm-1
2025-03-17 01:31:27 configure winehq-staging:amd64 10.3~bookworm-1 
2025-03-17 01:31:27 status installed winehq-staging:amd64 10.3~bookworm-1
2025-03-17 01:31:27 status installed libc-bin:amd64 2.36-9+deb12u9
2025-03-17 01:31:28 status installed man-db:amd64 2.11.2-2
2025-03-17 01:31:28 status installed mailcap:all 3.70+nmu1
2025-03-17 01:31:28 status installed desktop-file-utils:amd64 0.26-1
2025-03-18 00:54:12 startup archives unpack
2025-03-18 00:54:13 install libsixel1:amd64  1.10.3-3
2025-03-18 00:54:13 install libxpresent1:amd64  1.0.0-2+b10
2025-03-18 00:54:13 install libmpv2:amd64  0.35.1-4
2025-03-18 00:54:13 install haruna:amd64  0.10.3-1
2025-03-18 00:54:13 startup packages configure
2025-03-18 00:54:13 configure libxpresent1:amd64 1.0.0-2+b10 
2025-03-18 00:54:13 status installed libxpresent1:amd64 1.0.0-2+b10
2025-03-18 00:54:13 configure libsixel1:amd64 1.10.3-3 
2025-03-18 00:54:13 status installed libsixel1:amd64 1.10.3-3
2025-03-18 00:54:13 configure libmpv2:amd64 0.35.1-4 
2025-03-18 00:54:13 status installed libmpv2:amd64 0.35.1-4
2025-03-18 00:54:13 configure haruna:amd64 0.10.3-1 
2025-03-18 00:54:13 status installed haruna:amd64 0.10.3-1
2025-03-18 00:54:14 status installed libc-bin:amd64 2.36-9+deb12u9
2025-03-18 00:54:14 status installed mailcap:all 3.70+nmu1
2025-03-18 00:54:14 status installed desktop-file-utils:amd64 0.26-1
2025-03-18 00:54:14 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 00:13:56 startup packages remove
2025-03-19 00:13:56 status installed haruna:amd64 0.10.3-1
2025-03-19 00:13:56 remove haruna:amd64 0.10.3-1 
2025-03-19 00:13:56 status config-files haruna:amd64 0.10.3-1
2025-03-19 00:13:56 status not-installed haruna:amd64 
2025-03-19 00:13:56 startup packages configure
2025-03-19 00:13:56 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 00:13:57 status installed mailcap:all 3.70+nmu1
2025-03-19 00:13:57 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 00:16:36 startup archives unpack
2025-03-19 00:16:36 install mpv:amd64 0.35.1-4 0.35.1-4
2025-03-19 00:16:36 startup packages configure
2025-03-19 00:16:36 configure mpv:amd64 0.35.1-4 
2025-03-19 00:16:36 status installed mpv:amd64 0.35.1-4
2025-03-19 00:16:36 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 00:16:36 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 00:16:37 status installed man-db:amd64 2.11.2-2
2025-03-19 00:16:37 status installed mailcap:all 3.70+nmu1
2025-03-19 13:12:40 startup archives unpack
2025-03-19 13:12:40 install libdvbv5-0:amd64  1.22.1-5+b2
2025-03-19 13:12:40 install kaffeine:amd64  2.0.18+git20230226.439cd0d-1
2025-03-19 13:12:41 startup packages configure
2025-03-19 13:12:41 configure libdvbv5-0:amd64 1.22.1-5+b2 
2025-03-19 13:12:41 status installed libdvbv5-0:amd64 1.22.1-5+b2
2025-03-19 13:12:41 configure kaffeine:amd64 2.0.18+git20230226.439cd0d-1 
2025-03-19 13:12:41 status installed kaffeine:amd64 2.0.18+git20230226.439cd0d-1
2025-03-19 13:12:41 status installed mailcap:all 3.70+nmu1
2025-03-19 13:12:41 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 13:12:41 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 13:12:41 status installed libc-bin:amd64 2.36-9+deb12u9
2025-03-19 13:12:42 status installed man-db:amd64 2.11.2-2
2025-03-19 13:13:37 startup packages remove
2025-03-19 13:13:37 status installed kaffeine:amd64 2.0.18+git20230226.439cd0d-1
2025-03-19 13:13:37 remove kaffeine:amd64 2.0.18+git20230226.439cd0d-1 
2025-03-19 13:13:37 status config-files kaffeine:amd64 2.0.18+git20230226.439cd0d-1
2025-03-19 13:13:37 status not-installed kaffeine:amd64 
2025-03-19 13:13:37 startup packages configure
2025-03-19 13:13:38 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 13:13:38 status installed man-db:amd64 2.11.2-2
2025-03-19 13:13:39 status installed mailcap:all 3.70+nmu1
2025-03-19 13:13:39 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 19:11:59 startup archives unpack
2025-03-19 19:12:00 install icoutils:amd64  0.32.3-4
2025-03-19 19:12:00 install q4wine:amd64  1.3.13-1
2025-03-19 19:12:00 startup packages configure
2025-03-19 19:12:00 configure icoutils:amd64 0.32.3-4 
2025-03-19 19:12:00 status installed icoutils:amd64 0.32.3-4
2025-03-19 19:12:00 configure q4wine:amd64 1.3.13-1 
2025-03-19 19:12:00 status installed q4wine:amd64 1.3.13-1
2025-03-19 19:12:00 status installed mailcap:all 3.70+nmu1
2025-03-19 19:12:00 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 19:12:00 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 19:12:01 status installed man-db:amd64 2.11.2-2
2025-03-19 19:37:41 startup archives unpack
2025-03-19 19:37:41 install smplayer:amd64  22.7.0~ds0-1
2025-03-19 19:37:42 install smplayer-l10n:all  22.7.0~ds0-1
2025-03-19 19:37:42 install smplayer-themes:all  1:20.11.0-1
2025-03-19 19:37:42 startup packages configure
2025-03-19 19:37:42 configure smplayer:amd64 22.7.0~ds0-1 
2025-03-19 19:37:42 status installed smplayer:amd64 22.7.0~ds0-1
2025-03-19 19:37:42 configure smplayer-l10n:all 22.7.0~ds0-1 
2025-03-19 19:37:42 status installed smplayer-l10n:all 22.7.0~ds0-1
2025-03-19 19:37:42 configure smplayer-themes:all 1:20.11.0-1 
2025-03-19 19:37:42 status installed smplayer-themes:all 1:20.11.0-1
2025-03-19 19:37:42 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 19:37:42 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 19:37:43 status installed man-db:amd64 2.11.2-2
2025-03-19 19:37:43 status installed mailcap:all 3.70+nmu1
2025-03-19 19:52:12 startup archives unpack
2025-03-19 19:52:12 upgrade smplayer:amd64 22.7.0~ds0-1 24.5.0-1~debian-bullseye
2025-03-19 19:52:13 install smtube:amd64  21.7.0-1+b1
2025-03-19 19:52:13 install youtube-dl:all  2021.12.17-2
2025-03-19 19:52:13 startup packages configure
2025-03-19 19:52:13 configure youtube-dl:all 2021.12.17-2 
2025-03-19 19:52:13 status installed youtube-dl:all 2021.12.17-2
2025-03-19 19:52:13 configure smtube:amd64 21.7.0-1+b1 
2025-03-19 19:52:13 status installed smtube:amd64 21.7.0-1+b1
2025-03-19 19:52:13 configure smplayer:amd64 24.5.0-1~debian-bullseye 
2025-03-19 19:52:13 status installed smplayer:amd64 24.5.0-1~debian-bullseye
2025-03-19 19:52:13 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 19:52:13 status installed man-db:amd64 2.11.2-2
2025-03-19 19:52:14 status installed mailcap:all 3.70+nmu1
2025-03-19 19:52:14 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 22:04:47 startup packages remove
2025-03-19 22:04:47 status installed dragonplayer:amd64 4:22.12.3-1
2025-03-19 22:04:47 remove dragonplayer:amd64 4:22.12.3-1 
2025-03-19 22:04:48 status config-files dragonplayer:amd64 4:22.12.3-1
2025-03-19 22:04:48 startup packages configure
2025-03-19 22:04:48 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 22:04:49 status installed man-db:amd64 2.11.2-2
2025-03-19 22:04:49 status installed mailcap:all 3.70+nmu1
2025-03-19 22:04:49 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 22:06:24 startup packages remove
2025-03-19 22:06:24 status installed juk:amd64 4:22.12.3-1
2025-03-19 22:06:24 remove juk:amd64 4:22.12.3-1 
2025-03-19 22:06:24 status config-files juk:amd64 4:22.12.3-1
2025-03-19 22:06:24 status not-installed juk:amd64 
2025-03-19 22:06:24 startup packages configure
2025-03-19 22:06:24 status installed hicolor-icon-theme:all 0.17-2
2025-03-19 22:06:24 status installed mailcap:all 3.70+nmu1
2025-03-19 22:06:24 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 22:07:29 startup packages remove
2025-03-19 22:07:29 status installed umbrello:amd64 4:22.12.3-1
2025-03-19 22:07:29 remove umbrello:amd64 4:22.12.3-1 
2025-03-19 22:07:29 status config-files umbrello:amd64 4:22.12.3-1
2025-03-19 22:07:29 status not-installed umbrello:amd64 
2025-03-19 22:07:29 startup packages configure
2025-03-19 22:07:29 status installed mailcap:all 3.70+nmu1
2025-03-19 22:07:29 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 22:08:31 startup packages remove
2025-03-19 22:08:31 status installed freecad:all 0.20.2+dfsg1-4
2025-03-19 22:08:31 remove freecad:all 0.20.2+dfsg1-4 
2025-03-19 22:08:31 status config-files freecad:all 0.20.2+dfsg1-4
2025-03-19 22:08:31 status not-installed freecad:all 
2025-03-19 22:08:31 startup packages configure
2025-03-19 22:08:32 status installed shared-mime-info:amd64 2.2-1
2025-03-19 22:08:32 status installed mailcap:all 3.70+nmu1
2025-03-19 22:08:32 status installed desktop-file-utils:amd64 0.26-1
2025-03-19 22:09:02 startup packages remove
2025-03-19 22:09:02 status installed calculix-ccx:amd64 2.20-1
2025-03-19 22:09:02 remove calculix-ccx:amd64 2.20-1 
2025-03-19 22:09:02 status config-files calculix-ccx:amd64 2.20-1
2025-03-19 22:09:02 status not-installed calculix-ccx:amd64 
2025-03-19 22:09:02 status installed freecad-python3:amd64 0.20.2+dfsg1-4
2025-03-19 22:09:02 remove freecad-python3:amd64 0.20.2+dfsg1-4 
2025-03-19 22:09:02 status config-files freecad-python3:amd64 0.20.2+dfsg1-4
2025-03-19 22:09:02 status not-installed freecad-python3:amd64 
2025-03-19 22:09:02 status installed freecad-common:all 0.20.2+dfsg1-4
2025-03-19 22:09:02 remove freecad-common:all 0.20.2+dfsg1-4 
2025-03-19 22:09:02 status config-files freecad-common:all 0.20.2+dfsg1-4
2025-03-19 22:09:02 status not-installed freecad-common:all 
2025-03-19 22:09:02 status installed libfreecad-python3-0.20:amd64 0.20.2+dfsg1-4
2025-03-19 22:09:02 remove libfreecad-python3-0.20:amd64 0.20.2+dfsg1-4 
2025-03-19 22:09:02 status config-files libfreecad-python3-0.20:amd64 0.20.2+dfsg1-4
2025-03-19 22:09:02 status not-installed libfreecad-python3-0.20:amd64 
2025-03-19 22:09:02 status installed libvtk9.1:amd64 9.1.0+really9.1.0+dfsg2-5
2025-03-19 22:09:02 remove libvtk9.1:amd64 9.1.0+really9.1.0+dfsg2-5 
2025-03-19 22:09:02 status config-files libvtk9.1:amd64 9.1.0+really9.1.0+dfsg2-5
2025-03-19 22:09:02 status not-installed libvtk9.1:amd64 
2025-03-19 22:09:02 status installed libspooles2.2:amd64 2.2-14
2025-03-19 22:09:02 remove libspooles2.2:amd64 2.2-14 
2025-03-19 22:09:02 status config-files libspooles2.2:amd64 2.2-14
2025-03-19 22:09:02 status not-installed libspooles2.2:amd64 
2025-03-19 22:09:02 status installed libopenmpi3:amd64 4.1.4-3+b1
2025-03-19 22:09:02 status installed libucx0:amd64 1.13.1-1
2025-03-19 22:09:02 status installed libfabric1:amd64 1.17.0-3
2025-03-19 22:09:02 status installed ibverbs-providers:amd64 44.0-2
2025-03-19 22:09:02 status installed isympy3:all 1.11.1-1
2025-03-19 22:09:02 remove isympy3:all 1.11.1-1 
2025-03-19 22:09:02 status config-files isympy3:all 1.11.1-1
2025-03-19 22:09:02 status not-installed isympy3:all 
2025-03-19 22:09:02 status installed isympy-common:all 1.11.1-1
2025-03-19 22:09:02 remove isympy-common:all 1.11.1-1 
2025-03-19 22:09:02 status config-files isympy-common:all 1.11.1-1
2025-03-19 22:09:02 status not-installed isympy-common:all 
2025-03-19 22:09:02 status installed libmedc11:amd64 4.1.0+repack-3+b4
2025-03-19 22:09:02 remove libmedc11:amd64 4.1.0+repack-3+b4 
2025-03-19 22:09:02 status config-files libmedc11:amd64 4.1.0+repack-3+b4
2025-03-19 22:09:02 status not-installed libmedc11:amd64 
2025-03-19 22:09:02 status installed libhdf5-openmpi-103-1:amd64 1.10.8+repack1-1
2025-03-19 22:09:02 remove libhdf5-openmpi-103-1:amd64 1.10.8+repack1-1 
2025-03-19 22:09:02 status config-files libhdf5-openmpi-103-1:amd64 1.10.8+repack1-1
2025-03-19 22:09:02 status not-installed libhdf5-openmpi-103-1:amd64 
2025-03-19 22:09:02 status installed libnetcdf19:amd64 1:4.9.0-3+b1
2025-03-19 22:09:02 remove libnetcdf19:amd64 1:4.9.0-3+b1 
2025-03-19 22:09:02 status config-files libnetcdf19:amd64 1:4.9.0-3+b1
2025-03-19 22:09:02 status not-installed libnetcdf19:amd64 
2025-03-19 22:09:02 status installed libhdf5-103-1:amd64 1.10.8+repack1-1
2025-03-19 22:09:02 status installed libsz2:amd64 1.0.6-1+b1
2025-03-19 22:09:02 status installed libaec0:amd64 1.0.6-1+b1
2025-03-19 22:09:02 status installed libarpack2:amd64 3.8.0-3
2025-03-19 22:09:02 remove libarpack2:amd64 3.8.0-3 
2025-03-19 22:09:02 status config-files libarpack2:amd64 3.8.0-3
2025-03-19 22:09:02 status not-installed libarpack2:amd64 
2025-03-19 22:09:02 status installed python3-matplotlib:amd64 3.6.3-1+b1
2025-03-19 22:09:02 remove python3-matplotlib:amd64 3.6.3-1+b1 
2025-03-19 22:09:03 status config-files python3-matplotlib:amd64 3.6.3-1+b1
2025-03-19 22:09:03 status not-installed python3-matplotlib:amd64 
2025-03-19 22:09:03 status installed python3-fonttools:amd64 4.38.0-1+b1
2025-03-19 22:09:03 status installed python3-ufolib2:all 0.14.0+dfsg1-1
2025-03-19 22:09:03 status installed python3-scipy:amd64 1.10.1-2
2025-03-19 22:09:03 status installed python3-pythran:amd64 0.11.0+ds-7
2025-03-19 22:09:03 status installed libboost-dev:amd64 1.74.0.3
2025-03-19 22:09:03 status installed libboost1.74-dev:amd64 1.74.0+ds1-21
2025-03-19 22:09:03 status installed python3-pivy:amd64 0.6.8-1+b2
2025-03-19 22:09:03 remove python3-pivy:amd64 0.6.8-1+b2 
2025-03-19 22:09:03 status config-files python3-pivy:amd64 0.6.8-1+b2
2025-03-19 22:09:03 status not-installed python3-pivy:amd64 
2025-03-19 22:09:03 status installed libsoqt520:amd64 1.6.0+ds1-3
2025-03-19 22:09:03 remove libsoqt520:amd64 1.6.0+ds1-3 
2025-03-19 22:09:03 status config-files libsoqt520:amd64 1.6.0+ds1-3
2025-03-19 22:09:03 status not-installed libsoqt520:amd64 
2025-03-19 22:09:03 status installed libcoin80c:amd64 4.0.0+ds-3
2025-03-19 22:09:03 remove libcoin80c:amd64 4.0.0+ds-3 
2025-03-19 22:09:03 status config-files libcoin80c:amd64 4.0.0+ds-3
2025-03-19 22:09:03 status not-installed libcoin80c:amd64 
2025-03-19 22:09:03 status installed libdvbv5-0:amd64 1.22.1-5+b2
2025-03-19 22:09:03 remove libdvbv5-0:amd64 1.22.1-5+b2 
2025-03-19 22:09:03 status config-files libdvbv5-0:amd64 1.22.1-5+b2
2025-03-19 22:09:03 status not-installed libdvbv5-0:amd64 
2025-03-19 22:09:03 status installed libpmix2:amd64 4.2.2-1+deb12u1
2025-03-19 22:09:03 status installed libevent-pthreads-2.1-7:amd64 2.1.12-stable-8
2025-03-19 22:09:03 status installed libocct-data-exchange-7.6:amd64 7.6.3+dfsg1-7
2025-03-19 22:09:03 status installed libocct-ocaf-7.6:amd64 7.6.3+dfsg1-7
2025-03-19 22:09:03 status installed libocct-visualization-7.6:amd64 7.6.3+dfsg1-7
2025-03-19 22:09:03 status installed libocct-draw-7.6:amd64 7.6.3+dfsg1-7
2025-03-19 22:09:03 status installed libfreeimage3:amd64 3.18.0+ds2-9+deb12u1
2025-03-19 22:09:03 status installed libgl2ps1.4:amd64 1.4.2+dfsg1-2
2025-03-19 22:09:03 remove libgl2ps1.4:amd64 1.4.2+dfsg1-2 
2025-03-19 22:09:03 status config-files libgl2ps1.4:amd64 1.4.2+dfsg1-2
2025-03-19 22:09:03 status not-installed libgl2ps1.4:amd64 
2025-03-19 22:09:03 status installed libglew2.2:amd64 2.2.0-4+b1
2025-03-19 22:09:03 remove libglew2.2:amd64 2.2.0-4+b1 
2025-03-19 22:09:03 status config-files libglew2.2:amd64 2.2.0-4+b1
2025-03-19 22:09:03 status not-installed libglew2.2:amd64 
2025-03-19 22:09:03 status installed libhdf5-hl-100:amd64 1.10.8+repack1-1
2025-03-19 22:09:03 remove libhdf5-hl-100:amd64 1.10.8+repack1-1 
2025-03-19 22:09:03 status config-files libhdf5-hl-100:amd64 1.10.8+repack1-1
2025-03-19 22:09:03 status not-installed libhdf5-hl-100:amd64 
2025-03-19 22:09:03 status installed libhwloc-plugins:amd64 2.9.0-1
2025-03-19 22:09:03 status installed libocct-modeling-algorithms-7.6:amd64 7.6.3+dfsg1-7
2025-03-19 22:09:03 status installed libocct-modeling-data-7.6:amd64 7.6.3+dfsg1-7
2025-03-19 22:09:03 status installed libocct-foundation-7.6:amd64 7.6.3+dfsg1-7
2025-03-19 22:09:03 status installed libtbb12:amd64 2021.8.0-2
2025-03-19 22:09:03 status installed libtbbbind-2-5:amd64 2021.8.0-2
2025-03-19 22:09:03 status installed libhwloc15:amd64 2.9.0-1
2025-03-19 22:09:03 status installed librdmacm1:amd64 44.0-2
2025-03-19 22:09:03 status installed libibverbs1:amd64 44.0-2
2025-03-19 22:09:03 status installed libjs-jquery-ui:all 1.13.2+dfsg-1
2025-03-19 22:09:03 remove libjs-jquery-ui:all 1.13.2+dfsg-1 
2025-03-19 22:09:03 status config-files libjs-jquery-ui:all 1.13.2+dfsg-1
2025-03-19 22:09:03 status not-installed libjs-jquery-ui:all 
2025-03-19 22:09:03 status installed liblbfgsb0:amd64 3.0+dfsg.4-1
2025-03-19 22:09:03 status installed libmpv2:amd64 0.35.1-4
2025-03-19 22:09:03 remove libmpv2:amd64 0.35.1-4 
2025-03-19 22:09:03 status config-files libmpv2:amd64 0.35.1-4
2025-03-19 22:09:03 status not-installed libmpv2:amd64 
2025-03-19 22:09:03 status installed libmunge2:amd64 0.5.15-2
2025-03-19 22:09:03 status installed libopenblas-dev:amd64 0.3.21+ds-4
2025-03-19 22:09:03 remove libopenblas-dev:amd64 0.3.21+ds-4 
2025-03-19 22:09:03 status config-files libopenblas-dev:amd64 0.3.21+ds-4
2025-03-19 22:09:03 status not-installed libopenblas-dev:amd64 
2025-03-19 22:09:03 status installed libopenblas-pthread-dev:amd64 0.3.21+ds-4
2025-03-19 22:09:03 status installed libopenblas0:amd64 0.3.21+ds-4
2025-03-19 22:09:03 remove libopenblas0:amd64 0.3.21+ds-4 
2025-03-19 22:09:03 status config-files libopenblas0:amd64 0.3.21+ds-4
2025-03-19 22:09:03 status not-installed libopenblas0:amd64 
2025-03-19 22:09:03 status installed libproj25:amd64 9.1.1-1+b1
2025-03-19 22:09:03 remove libproj25:amd64 9.1.1-1+b1 
2025-03-19 22:09:03 status config-files libproj25:amd64 9.1.1-1+b1
2025-03-19 22:09:03 status not-installed libproj25:amd64 
2025-03-19 22:09:03 status installed libpsm-infinipath1:amd64 3.3+20.604758e7-6.2
2025-03-19 22:09:03 status installed libpsm2-2:amd64 11.2.185-2
2025-03-19 22:09:03 status installed python3-pyside2.qtuitools:amd64 5.15.8-2+b1
2025-03-19 22:09:03 remove python3-pyside2.qtuitools:amd64 5.15.8-2+b1 
2025-03-19 22:09:03 status config-files python3-pyside2.qtuitools:amd64 5.15.8-2+b1
2025-03-19 22:09:03 status not-installed python3-pyside2.qtuitools:amd64 
2025-03-19 22:09:03 status installed python3-pyside2.qtxml:amd64 5.15.8-2+b1
2025-03-19 22:09:03 remove python3-pyside2.qtxml:amd64 5.15.8-2+b1 
2025-03-19 22:09:03 status config-files python3-pyside2.qtxml:amd64 5.15.8-2+b1
2025-03-19 22:09:03 status not-installed python3-pyside2.qtxml:amd64 
2025-03-19 22:09:03 status installed python3-pyside2.qtwebenginewidgets:amd64 5.15.8-2+b1
2025-03-19 22:09:03 remove python3-pyside2.qtwebenginewidgets:amd64 5.15.8-2+b1 
2025-03-19 22:09:03 status config-files python3-pyside2.qtwebenginewidgets:amd64 5.15.8-2+b1
2025-03-19 22:09:03 status not-installed python3-pyside2.qtwebenginewidgets:amd64 
2025-03-19 22:09:03 status installed python3-pyside2.qtwidgets:amd64 5.15.8-2+b1
2025-03-19 22:09:03 status installed libpyside2-py3-5.15:amd64 5.15.8-2+b1
2025-03-19 22:09:03 status installed python3-all-dev:amd64 3.11.2-1+b1
2025-03-19 22:09:03 status installed libpython3-all-dev:amd64 3.11.2-1+b1
2025-03-19 22:09:03 status installed libqhull-r8.0:amd64 2020.2-5
2025-03-19 22:09:03 remove libqhull-r8.0:amd64 2020.2-5 
2025-03-19 22:09:03 status config-files libqhull-r8.0:amd64 2020.2-5
2025-03-19 22:09:03 status not-installed libqhull-r8.0:amd64 
2025-03-19 22:09:03 status installed libqt5xmlpatterns5:amd64 5.15.8-2
2025-03-19 22:09:03 remove libqt5xmlpatterns5:amd64 5.15.8-2 
2025-03-19 22:09:03 status config-files libqt5xmlpatterns5:amd64 5.15.8-2
2025-03-19 22:09:03 status not-installed libqt5xmlpatterns5:amd64 
2025-03-19 22:09:03 status installed python3-pyside2.qtwebenginecore:amd64 5.15.8-2+b1
2025-03-19 22:09:03 remove python3-pyside2.qtwebenginecore:amd64 5.15.8-2+b1 
2025-03-19 22:09:03 status config-files python3-pyside2.qtwebenginecore:amd64 5.15.8-2+b1
2025-03-19 22:09:03 status not-installed python3-pyside2.qtwebenginecore:amd64 
2025-03-19 22:09:03 status installed libshiboken2-py3-5.15:amd64 5.15.8-2+b1
2025-03-19 22:09:03 status installed libspnav0:amd64 1.0-1
2025-03-19 22:09:03 remove libspnav0:amd64 1.0-1 
2025-03-19 22:09:03 status config-files libspnav0:amd64 1.0-1
2025-03-19 22:09:03 status not-installed libspnav0:amd64 
2025-03-19 22:09:03 status installed libtbbmalloc2:amd64 2021.8.0-2
2025-03-19 22:09:03 status installed libxsimd-dev:amd64 8.1.0-7
2025-03-19 22:09:03 status installed libzipios++0v5:amd64 0.1.5.9+cvs.2007.04.28-11
2025-03-19 22:09:03 remove libzipios++0v5:amd64 0.1.5.9+cvs.2007.04.28-11 
2025-03-19 22:09:03 status config-files libzipios++0v5:amd64 0.1.5.9+cvs.2007.04.28-11
2025-03-19 22:09:03 status not-installed libzipios++0v5:amd64 
2025-03-19 22:09:03 status installed occt-misc:all 7.6.3+dfsg1-7
2025-03-19 22:09:03 status installed proj-data:all 9.1.1-1
2025-03-19 22:09:03 remove proj-data:all 9.1.1-1 
2025-03-19 22:09:03 status config-files proj-data:all 9.1.1-1
2025-03-19 22:09:03 status not-installed proj-data:all 
2025-03-19 22:09:03 status installed python-matplotlib-data:all 3.6.3-1
2025-03-19 22:09:03 remove python-matplotlib-data:all 3.6.3-1 
2025-03-19 22:09:03 status config-files python-matplotlib-data:all 3.6.3-1
2025-03-19 22:09:03 status installed python3-all:amd64 3.11.2-1+b1
2025-03-19 22:09:03 status installed python3-fs:all 2.4.16-2
2025-03-19 22:09:03 status installed python3-appdirs:all 1.4.4-3
2025-03-19 22:09:03 status installed python3-beniget:all 0.4.1-3
2025-03-19 22:09:03 status installed python3-contourpy:amd64 1.0.7-1+b1
2025-03-19 22:09:03 remove python3-contourpy:amd64 1.0.7-1+b1 
2025-03-19 22:09:04 status config-files python3-contourpy:amd64 1.0.7-1+b1
2025-03-19 22:09:04 status not-installed python3-contourpy:amd64 
2025-03-19 22:09:04 status installed python3-cycler:all 0.11.0-1
2025-03-19 22:09:04 remove python3-cycler:all 0.11.0-1 
2025-03-19 22:09:04 status config-files python3-cycler:all 0.11.0-1
2025-03-19 22:09:04 status not-installed python3-cycler:all 
2025-03-19 22:09:04 status installed python3-decorator:all 5.1.1-3
2025-03-19 22:09:04 status installed python3-gast:all 0.5.2-2
2025-03-19 22:09:04 status installed python3-kiwisolver:amd64 1.4.4-1+b1
2025-03-19 22:09:04 remove python3-kiwisolver:amd64 1.4.4-1+b1 
2025-03-19 22:09:04 status config-files python3-kiwisolver:amd64 1.4.4-1+b1
2025-03-19 22:09:04 status not-installed python3-kiwisolver:amd64 
2025-03-19 22:09:04 status installed python3-lz4:amd64 4.0.2+dfsg-1+b2
2025-03-19 22:09:04 status installed python3-sympy:all 1.11.1-1
2025-03-19 22:09:04 status installed python3-mpmath:all 1.2.1-2
2025-03-19 22:09:04 status installed python3-ply:all 3.11-5
2025-03-19 22:09:04 status installed python3-pyside2.qtwebengine:amd64 5.15.8-2+b1
2025-03-19 22:09:04 remove python3-pyside2.qtwebengine:amd64 5.15.8-2+b1 
2025-03-19 22:09:04 status config-files python3-pyside2.qtwebengine:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status not-installed python3-pyside2.qtwebengine:amd64 
2025-03-19 22:09:04 status installed python3-pyside2.qtcore:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status installed python3-pyside2.qtsvg:amd64 5.15.8-2+b1
2025-03-19 22:09:04 remove python3-pyside2.qtsvg:amd64 5.15.8-2+b1 
2025-03-19 22:09:04 status config-files python3-pyside2.qtsvg:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status not-installed python3-pyside2.qtsvg:amd64 
2025-03-19 22:09:04 status installed python3-pyside2.qtprintsupport:amd64 5.15.8-2+b1
2025-03-19 22:09:04 remove python3-pyside2.qtprintsupport:amd64 5.15.8-2+b1 
2025-03-19 22:09:04 status config-files python3-pyside2.qtprintsupport:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status not-installed python3-pyside2.qtprintsupport:amd64 
2025-03-19 22:09:04 status installed python3-pyside2.qtgui:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status installed python3-pyside2.qtnetwork:amd64 5.15.8-2+b1
2025-03-19 22:09:04 remove python3-pyside2.qtnetwork:amd64 5.15.8-2+b1 
2025-03-19 22:09:04 status config-files python3-pyside2.qtnetwork:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status not-installed python3-pyside2.qtnetwork:amd64 
2025-03-19 22:09:04 status installed python3-pyside2.qtopengl:amd64 5.15.8-2+b1
2025-03-19 22:09:04 remove python3-pyside2.qtopengl:amd64 5.15.8-2+b1 
2025-03-19 22:09:04 status config-files python3-pyside2.qtopengl:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status not-installed python3-pyside2.qtopengl:amd64 
2025-03-19 22:09:04 status installed python3-pyside2.qtwebchannel:amd64 5.15.8-2+b1
2025-03-19 22:09:04 remove python3-pyside2.qtwebchannel:amd64 5.15.8-2+b1 
2025-03-19 22:09:04 status config-files python3-pyside2.qtwebchannel:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status not-installed python3-pyside2.qtwebchannel:amd64 
2025-03-19 22:09:04 status installed shiboken2:amd64 5.15.8-2+b1
2025-03-19 22:09:04 remove shiboken2:amd64 5.15.8-2+b1 
2025-03-19 22:09:04 status config-files shiboken2:amd64 5.15.8-2+b1
2025-03-19 22:09:04 status not-installed shiboken2:amd64 
2025-03-19 22:09:04 status installed smplayer-l10n:all 22.7.0~ds0-1
2025-03-19 22:09:04 remove smplayer-l10n:all 22.7.0~ds0-1 
2025-03-19 22:09:04 status config-files smplayer-l10n:all 22.7.0~ds0-1
2025-03-19 22:09:04 status not-installed smplayer-l10n:all 
2025-03-19 22:09:04 status installed umbrello-data:all 4:22.12.3-1
2025-03-19 22:09:04 remove umbrello-data:all 4:22.12.3-1 
2025-03-19 22:09:04 status config-files umbrello-data:all 4:22.12.3-1
2025-03-19 22:09:04 status not-installed umbrello-data:all 
2025-03-19 22:09:04 status installed unicode-data:all 15.0.0-1
2025-03-19 22:09:04 remove libopenmpi3:amd64 4.1.4-3+b1 
2025-03-19 22:09:04 status config-files libopenmpi3:amd64 4.1.4-3+b1
2025-03-19 22:09:04 status not-installed libopenmpi3:amd64 
2025-03-19 22:09:04 remove libucx0:amd64 1.13.1-1 
2025-03-19 22:09:04 status config-files libucx0:amd64 1.13.1-1
2025-03-19 22:09:04 status not-installed libucx0:amd64 
2025-03-19 22:09:04 remove libfabric1:amd64 1.17.0-3 
2025-03-19 22:09:04 status config-files libfabric1:amd64 1.17.0-3
2025-03-19 22:09:04 status not-installed libfabric1:amd64 
2025-03-19 22:09:04 remove ibverbs-providers:amd64 44.0-2 
2025-03-19 22:09:04 status config-files ibverbs-providers:amd64 44.0-2
2025-03-19 22:09:04 remove libhdf5-103-1:amd64 1.10.8+repack1-1 
2025-03-19 22:09:04 status config-files libhdf5-103-1:amd64 1.10.8+repack1-1
2025-03-19 22:09:04 status not-installed libhdf5-103-1:amd64 
2025-03-19 22:09:04 remove libsz2:amd64 1.0.6-1+b1 
2025-03-19 22:09:04 status config-files libsz2:amd64 1.0.6-1+b1
2025-03-19 22:09:04 status not-installed libsz2:amd64 
2025-03-19 22:09:04 remove libaec0:amd64 1.0.6-1+b1 
2025-03-19 22:09:04 status config-files libaec0:amd64 1.0.6-1+b1
2025-03-19 22:09:04 status not-installed libaec0:amd64 
2025-03-19 22:09:04 remove libpmix2:amd64 4.2.2-1+deb12u1 
2025-03-19 22:09:04 status config-files libpmix2:amd64 4.2.2-1+deb12u1
2025-03-19 22:09:04 status not-installed libpmix2:amd64 
2025-03-19 22:09:04 remove libevent-pthreads-2.1-7:amd64 2.1.12-stable-8 
2025-03-19 22:09:04 status config-files libevent-pthreads-2.1-7:amd64 2.1.12-stable-8
2025-03-19 22:09:04 status not-installed libevent-pthreads-2.1-7:amd64 
2025-03-19 22:09:04 remove libhwloc-plugins:amd64 2.9.0-1 
2025-03-19 22:09:05 status config-files libhwloc-plugins:amd64 2.9.0-1
2025-03-19 22:09:05 status not-installed libhwloc-plugins:amd64 
2025-03-19 22:09:05 remove librdmacm1:amd64 44.0-2 
2025-03-19 22:09:05 status config-files librdmacm1:amd64 44.0-2
2025-03-19 22:09:05 status not-installed librdmacm1:amd64 
2025-03-19 22:09:05 remove libibverbs1:amd64 44.0-2 
2025-03-19 22:09:05 status config-files libibverbs1:amd64 44.0-2
2025-03-19 22:09:05 status not-installed libibverbs1:amd64 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Laptop 13 - AMD Ryzen 7040 Framework Laptop 13 (AMD Ryzen™ 7040 Series) Linux
Projects
None yet
Development

No branches or pull requests

7 participants