libera/#eudev/ Sunday, 2021-12-26

Guest91hi03:56
Guest91can i use eudev without systemd?03:56
Guest91i'm using raspberry pi with elixir nerves project03:57
Guest91eudev needs, systemd to start?03:59
kurlyyes; no04:04
kurlyto be more complete: hi; yes; sounds good; no. :)04:06
Guest91Hi Kurly, thanks for your reply, and how can I do it?04:54
Guest91This is a little context if it helps.04:54
Guest91Elixir Nerves runs without any "Boot System" like "systemd", "busybox" etc, and is built with some Buildroot to enable packages. I used this function and enabled the package "BR2_PACKAGE_EUDEV", but looking at the "eudev.mk" I realize that I create a file (S10udev) in the folder "init.d", but the system does not have this folder, and no file is04:54
Guest91created, and i cant monitor "udev" events only kernel events can i see04:54
Guest91and i think is the cause that rules in "/etc/udev/rules.d" not trigger properly04:56
sam_that is going to involve knowledge of your setup, I think04:57
Guest91hi sam_ yep, but my doubt if is it than simple like run script provided into buildroot package, this is the buildroot package 'https://github.com/buildroot/buildroot/blob/64f34fbcfeb373b839d43bb986812714540cec07/package/eudev/S10udev'05:07
sam_ok so it's buildroot based05:07
sam_what files does the eudev package install for you?05:08
sam_does it have a udevadm?05:08
sam_possibly related: https://github.com/buildroot/buildroot/blob/master/package/eudev/eudev.mk#L5205:08
Guest91yep, but nerves system don't come with "init system"05:09
sam_oh dear.05:09
Guest91yep install udevadm, and i use05:09
Guest91i can use05:09
sam_how do services get started in nerves then?05:10
sam_they don't?05:10
sam_something will need to start the daemon05:10
Guest91i don't know how start services in nerves, is my first project, this is the url, that i using https://hexdocs.pm/nerves/customizing-systems.html#content05:12
Guest91Thanks for your help sam_, i'm will read more about Nerves System and how can i initialize services06:21
Ariadnei thought nerves was bare metal16:22
Arsenboot system like systemd or busybox18:08
Arseninteresting combination of seemingly unrelated terms18:08

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!