systemd-tmpfiles crashing

Issue #10 new
Steven Noonan created an issue

I tried uselessd out on an Arch Linux VM for the heck of it. Unfortunately, I ran into some issues with systemd-tmpfiles segfaulting on startup. It crashed when trying to free "include_prefixes". This is one possible fix (though the variable renaming is admittedly unnecessary):

http://git.uplinklabs.net/snoonan/projects/archlinux/ec2/ec2-packages.git/tree/uselessd/0001-tmpfiles-don-t-crash-on-free-of-include_prefixes-don.patch

I also ran into a problem where /run/tmpfiles.d/kmod.conf wasn't parsing correctly. This makes the systemd-tmpfiles parser compatible with systemd-218, but without the "force" functionality (the + modifier) implemented:

http://git.uplinklabs.net/snoonan/projects/archlinux/ec2/ec2-packages.git/tree/uselessd/0002-tmpfiles-make-compatible-with-systemd-218.patch

Comments (1)

  1. The Initfinder General

    uselessd is on a temporary hiatus until some internal issues are resolved (hopefully in the coming days), but I'll put your patches on queue and apply them to the experimental branch soon.

  2. Log in to comment