Paul Haskell
Paul Haskell
[WslLogs-2024-09-05_14-19-48.zip](https://github.com/user-attachments/files/16900350/WslLogs-2024-09-05_14-19-48.zip)
I already tried the fixes in #1754.
Hi there, systemd-coredump is not installed. When I try to run 'coredumpctl' I get the message: Command 'coredumpctl' not found, but can be installed with: sudo apt install systemd-coredump
When I run "sysctl -a | grep core_pattern" on my WSL instance, I get: /mnt/wslg/dumps/core.%e /mnt/wslg/dumps is empty, even after I run my core-making program. The directory's file permissions are...
I checked my system: I do not have a ***\AppData\Local\Temp\wsl-crashes directory. (I do have ***\AppData\Local\Temp) My dmesg output does not show any "Capturing crash" messages. My "sysctl kernel.core_pattern" shows "/mnt/wslg/dumps/core.%e"....
@OneBlue, thanks for your message -- I am a lot closer after upgrading to WSL 2.3.17. First, I ran with the default kernel.core_pattern of "|/wsl-capture-crash %t %E %p %s". When...
Here are the requested log for the second scenario i.e. set kernel.core_pattern=core.%e . Thanks for looking. (I will upload the other logs shortly.) [WslLogs-2024-09-20_14-33-52.zip](https://github.com/user-attachments/files/17081022/WslLogs-2024-09-20_14-33-52.zip)
Here are the logs for the first scenario (kernel.core_pattern=|/wsl-capture-crash %t %E %p %s ) [WslLogs-2024-09-20_14-40-21.zip](https://github.com/user-attachments/files/17081067/WslLogs-2024-09-20_14-40-21.zip)
I do see a core in .../Local/Temp/wsl-crashes and it is nonempty. So "case 1" works! Thank you. Any idea why "case 2" i.e. overridden kernel.core_pattern only creates empty corefiles? (The...
I did a quick check, and I have 159 services managed by systemd. systemd manages all the startup services with Ubuntu, right? Can I really stop all of them? (I...