Complete System failure running darktable and OpenCL (Intel) #2520
Replies: 1 comment 2 replies
That is very hard to believe that only reinstall would help you.
No, that is no true. You use the tools that are well documented and understood, fstab -> which generates systemd mount units.
That won't work, see this blog post, use I am not familiar with OpenCL or darktable, so beyond that I can't help you. EDIT: looking at this again, why are you not using the flatpak of darktable? flathub/org.darktable.Darktable#158 (comment) |
Uh oh!
There was an error while loading. Please reload this page.
Hi-
On two occasions now I have had fatal crashes that required me to reinstall my Aurora system.
In both cases, I was using the AppImage of Darktable in conjunction with the Intel Opencl drivers (layered). Darktable was launched using the Gear Lever application. The crashes started with a freeze while moving a slider in a processing
prevent darktable from creating superblocks out of alignment while using opencl - Google Search.pdf
module. After a few minutes waiting, I rebooted the system and got error messages relating to superblocks being out of alignment.
I posted on the pixls.us website, and was told it was related to darktables repeated writing to disk with every move of a slider.
Running without OpenCL enabled has not resulted in any further occurrences, but this is far from ideal.
I posed the question on Google Gemini, and received about 20 pages of suggestions, and starting on page 11 of the (attached) document, some recommendations specific to Arch are given.
A couple caught my attention, and I wanted to run them by someone with more knowledge than me:
You can adjust how Aurora mounts your root partition. Because Aurora uses an immutable deployment model, you should configure user mount arguments via ujust if available, or manually adjust your /etc/fstab to decrease the commit window and enable synchronous writing:
UUID=your-nvme-uuid / btrfs subvol=root,compress=zstd:1,commit=5,flushoncommit 0 0Another possibility is to run in a container:
Any thoughts on how to proceed?
All reactions