Re: [systemd-devel] [libudev] Obtaining /dev/input/eventx

2016-01-24 Thread Robert Milasan
On Sun, 24 Jan 2016 15:23:59 +0100 "Hans-Jacob Enemark" wrote: > Is it possible to obtain the /dev/input/eventx path from a given USB > VID:PID combo or similar info, using libudev? > If so, how ? > Try examples: https://github.com/robertalks/udev-examples udev_example2.c can help you get what

[systemd-devel] systemd-nspawn

2016-01-24 Thread Pascal
hi, I'm discovering and playing with systemd-nspawn and I must say it's pretty cool ! I have a question about the --port option : why it doesn't work on the loopback with --private-network option ? eg "systemd-nspawn -b -D my_container --private-network --port 1234" doesn't connect the port 1234

Re: [systemd-devel] dhcp address change callback?

2016-01-24 Thread J Decker
There isn't. Arch Linux proposes a cron job that runs every so often. They say there's support in the C library; but I was unable to identify where that was so I could add a clone of existing exec( some_configured_script ); Seems like something really easy to add, but noone has taken this as a fe

[systemd-devel] [Issue #2305] Inability to template the user's individual slices

2016-01-24 Thread KellerFuchs
Hi, Let me apologize if this is the wrong place to bring up that issue. As reported in #2305, it seems impossible to template user's slices individualy: https://github.com/systemd/systemd/issues/2305 While the initial bug report was quite poor (and suggested an unworkable solution), it se

[systemd-devel] [libudev] Obtaining /dev/input/eventx

2016-01-24 Thread Hans-Jacob Enemark
Is it possible to obtain the /dev/input/eventx path from a given USB VID:PID combo or similar info, using libudev? If so, how ? All I have seen is getting something like: /dev/hidraw1 ___ systemd-devel mailing list [email protected] htt