Re: [DNG] libudev-compat documentation (Was: Remarks on vdev, Eudev, Mdev)

2022-06-15 Thread aitor
Hi, On 15/6/22 13:00, aitor wrote: I pushed the commit to gitea.devuan.dev, but now i'm stuck in how to integrate eventfs in libudev-compat. I do understand how it works and the example given by Jude Nelson in the README.md file works for me. The problem I have is related to the insufficient s

Re: [DNG] libudev-compat documentation (Was: Remarks on vdev, Eudev, Mdev)

2022-06-15 Thread aitor
Hi again, On 14/6/22 13:39, aitor wrote: Hi, On 11/6/22 14:07, aitor wrote: I started documenting libudev-compat in my website as part of the documentation about vdev: https://www.gnuinos.org/libudev-compat/ This documentation is a work in progress.

Re: [DNG] libudev-compat documentation (Was: Remarks on vdev, Eudev, Mdev)

2022-06-14 Thread aitor
On 14/6/22 13:39, aitor wrote: // send file descriptor    rc = sendfile( monitor->sock_fs, fd, &offset, BUFSIZ );    if( rc < 0 ) {   rc = -errno;   log_error("udev_monitor_send_device rc = %d", rc );    }    else { log_error("sendfile(): rc = %d", rc );

Re: [DNG] libudev-compat documentation (Was: Remarks on vdev, Eudev, Mdev)

2022-06-14 Thread aitor
Hi, On 11/6/22 14:07, aitor wrote: I started documenting libudev-compat in my website as part of the documentation about vdev: https://www.gnuinos.org/libudev-compat/ This documentation is a work in progress. Jude Nelson was wondering whether or no

[DNG] libudev-compat documentation (Was: Remarks on vdev, Eudev, Mdev)

2022-06-11 Thread aitor
Hi Didier, On 8/1/17 22:22, Didier Kryn wrote: As far as I understand, Vdev goes beyond being an alternative to Systemd-Udev: it also aims at providing the possibility to give a per-process view of the device special files - I personnaly haven't any need of that. Its implementation differ

Re: [Dng] libudev-compat update

2015-06-08 Thread Jack L. Frost
On Mon, Jun 08, 2015 at 10:50:47AM -0400, Jude Nelson wrote: > Yes. In fact, my goal for alpha is to be able to use libudev-compat in > conjunction with vdev to run X.org without an xorg.conf. Sweet. Manual X.Org config is a major showstopper for some people when it comes to using something that

Re: [Dng] libudev-compat update

2015-06-08 Thread Jude Nelson
Hi Jack, On Mon, Jun 8, 2015 at 5:46 AM, Jack L. Frost wrote: > On Mon, Jun 08, 2015 at 01:31:40AM -0400, Jude Nelson wrote: > > Hey everyone, > > > > I've just pushed my first stab at libudev-compat to the vdev repository. > > It took a while to work out how to remove the need for udev to send

Re: [Dng] libudev-compat update

2015-06-08 Thread Jack L. Frost
On Mon, Jun 08, 2015 at 01:31:40AM -0400, Jude Nelson wrote: > Hey everyone, > > I've just pushed my first stab at libudev-compat to the vdev repository. > It took a while to work out how to remove the need for udev to send libudev > clients device events, but I think I've figured out something th

[Dng] libudev-compat update

2015-06-07 Thread Jude Nelson
Hey everyone, I've just pushed my first stab at libudev-compat to the vdev repository. It took a while to work out how to remove the need for udev to send libudev clients device events, but I think I've figured out something that works. Instead of sending events via a netlink multicast group, the

Re: [Dng] libudev-compat

2015-03-29 Thread Jaromil
On Sat, 28 Mar 2015, Jude Nelson wrote: >It's not ready yet--it's not yet ABI-compatible with libudev (but it is >API-compatible--Kay Sievers' tests pass when recompiled). ACK >Some background for the rest of the list.* I've managed to extract >the required variables, macros, a

Re: [Dng] libudev-compat

2015-03-28 Thread Jude Nelson
Hi Scooby, It's not ready yet--it's not yet ABI-compatible with libudev (but it is API-compatible--Kay Sievers' tests pass when recompiled). Some background for the rest of the list. I've managed to extract the required variables, macros, and headers from systemd 219 to make libudev compile inde

[Dng] libudev-compat

2015-03-28 Thread shraptor shraptor
Is libudev-compat ready for testing? I saw jude had committed some code. Was there any testing done on vagrant image? best regards Scooby ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng