Announcement

Collapse
No announcement yet.

udisks2 error after upgrade to Noble

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    udisks2 error after upgrade to Noble

    After upgrade, I've noted I had several issues that were not normal. I had to reinstall several packages and that fixed the problem (like pipewire, for example).

    However, one issue that keeps persisting is that anytime I need to do something that requires a dialog window to appear, like opening a file in LibreOffice or printing from a webpage, for example, the window takes forever to open.

    Checking logs, I noted:

    2024-10-13T22:45:01.751949-07:00 myhost plasmashell[5994]: [5985:6088:1013/224501.751586:ERROR:value_store_frontend.cc(62)] Error while writing neebplgakaahbhdphmkckjjcegoiijjo.alarms to
    2024-10-13T22:45:31.752970-07:00 myhost plasmashell[5994]: [5985:6088:1013/224531.752628:ERROR:value_store_frontend.cc(62)] Error while writing jjfblogammkiefalfpafidabbnamoknm.alarms to
    2024-10-13T22:45:34.768171-07:00 myhost plasmashell[5994]: [5985:6087:1013/224534.767845:ERROR:value_store_frontend.cc(62)] Error while writing ghbmnnjooekpmoecnnnilnnbdlolhkhi.alarms to
    2024-10-13T22:45:40.566540-07:00 myhost plasmashell[5994]: [5985:6087:1013/224540.566258:ERROR:value_store_frontend.cc(62)] Error while writing bnkhhnnamicmpeenaelnjfhikgbkllg.context_menus to

    Which got me wondering why it can't write to something.

    Checking the logs, I found that udisks2 crashed upon startup. I checked the service to see what's up, but alas...

    root@myhost:~# systemctl status udisks2.service
    × udisks2.service - Disk Manager
    Loaded: loaded (/usr/lib/systemd/system/udisks2.service; enabled; preset: enabled)
    Active: failed (Result: core-dump) since Sun 2024-10-13 22:28:52 MST; 6min ago
    Docs: man:udisks(8)
    Process: 2240274 ExecStart=/usr/libexec/udisks2/udisksd (code=dumped, signal=SEGV)
    Main PID: 2240274 (code=dumped, signal=SEGV)
    CPU: 30ms

    Oct 13 22:28:52 myhost systemd[1]: Starting udisks2.service - Disk Manager...
    Oct 13 22:28:52 myhost udisksd[2240274]: udisks daemon version 2.10.1 starting
    Oct 13 22:28:52 myhost udisksd[2240274]: g_dbus_object_skeleton_set_object_path: assertion 'object_path == NULL || g_variant_is_object_path (object_path)' failed
    ​Oct 13 22:28:52 myhost systemd[1]: udisks2.service: Main process exited, code=dumped, status=11/SEGV
    Oct 13 22:28:52 myhost systemd[1]: udisks2.service: Failed with result 'core-dump'.
    Oct 13 22:28:52 myhost systemd[1]: Failed to start udisks2.service - Disk Manager.
    ​​
    I have reinstalled kde-plasma-desktop, udisks2, libblockdev-* (except anything that ended in -dev), gir1.2, software-properties-qt so far to no avail.

    Any ideas?

    ---

    root@myhost:~# apt list --installed | grep udisks2

    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

    libudisks2-0/noble,now 2.10.1-6build1 amd64 [installed]
    udisks2/noble,now 2.10.1-6build1 amd64 [installed]

    ​root@myhost:~# apt list --installed | grep libblockdev

    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

    libblockdev-btrfs3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-crypto3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-dm3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-fs3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-loop3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-lvm-dbus3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-lvm3/noble,now 3.1.1-1 amd64 [installed]
    libblockdev-mdraid3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-mpath3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-nvdimm3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-nvme3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-part3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-plugins-all/noble,now 3.1.1-1 amd64 [installed]
    libblockdev-swap3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev-tools/noble,now 3.1.1-1 amd64 [installed]
    libblockdev-utils3/noble,now 3.1.1-1 amd64 [installed,automatic]
    libblockdev3/noble,now 3.1.1-1 amd64 [installed,automatic]

Working...
X