[systemd-devel] Turn off journald entirely

2018-11-27 Thread Bao Nguyen
Hello everyone, I found in this thread that "There's currently no way to turn off journald entirely, but it's on the TODO list" https://lists.freedesktop.org/archives/systemd-devel/2012-March/004773.html Would you please let me know how this TODO is going? Is it possible to turn off journald

[systemd-devel] Java program that prompts password using systemd service

2018-11-27 Thread Dinesh Prasanth Moluguwan Krishnamoorthy
Hi, I'm trying to write a Java program that queries user for password. The difficulty I'm facing is, this java program is started using `systemd` service. I'm aware that `systemd` services are meant to run non-interactively. I'm trying to change it based on my program's need. I was reading

[systemd-devel] [RFC PATCH 1/2] usb core: dts: allow suggesting usb bus number for platform busses

2018-11-27 Thread David R. Piegdon
Signed-off-by: "David R. Piegdon" systemd allows use of predictable netdev names. these currently do not work for netdevs connected to USB platform busses, as the id of the platform bus is not necessarily consistent across kernel versions. this patch allows setting a suggested bus id for

[systemd-devel] [RFC PATCH 0/2] USB: DTS: allow suggesting busnumber for platform USB bus via DTS alias

2018-11-27 Thread David R. Piegdon
Hi, on our embedded systems we rely on systemd's persistent netdev names. Those currently do not work for USB netdevs that are connected to a platform USB bus. In https://github.com/systemd/systemd/pull/7273 a systemd patch was suggested that would allow exactly this, but it was (rightfully)

[systemd-devel] [RFC PATCH 2/2] dt-bindings: allow suggesting usb bus number for usb platform busses

2018-11-27 Thread David R. Piegdon
Signed-off-by: "David R. Piegdon" systemd allows use of predictable netdev names. these currently do not work for netdevs connected to USB platform busses, as the id of the platform bus is not necessarily consistent across kernel versions. this patch allows setting a suggested bus id for