Jude Nelson
Jude Nelson
Hi @onimatrix81 > During all this, I'd pretty much say "don't" to whoever is going to try to test vdevd on a system started with udev in the init. Yeah,...
@onimatrix81 Thanks for your support!
@grknight This is really cool!
Hi @tokiclover Thank you for taking a look at this! I notice that in the start_pre() method in the initd file (https://github.com/tokiclover/bar-overlay/blob/master/sys-fs/vdev/files/vdevd.initd), you try to mount devtmpfs. While this is...
> And do notice that a fallback to tmpfs is also available. Yes, I see that :) My earlier comment was only made to bring attention to an interesting feature...
The way we'll do this is create a second vdevd backend--one that watches the filesystem instead of listens for new devices from the kernel. A user can start it, or...
@onimatrix81 The init script should make `/run/vdev`. Looks like the included init script does not do this; I just pushed a patch to make it do so.
Heh, this is because libudev-compat was forked from systemd's libudev 219, so it doesn't surprise me that there are bits that won't compile on Wheezy. If you send me your...
Hi thypon, Thank you for your interest in vdev! We're planning on creating numbered release branches. There are a few things to do still before I'm comfortable creating the first...
Hi @Obarun, Vdev does not use udev rules at all. Vdev is a lot more like mdev than udev--you use .act files to identify a class of device events and...