[systemd-devel] timedatectl causing system reset

2024-02-12 Thread ashok athukuri
Hello, In my Linux box, Initially both services "systemd-timedated.service" and "systemd-timesyncd.service" are inactive When I executed command: *#timedatectl set-ntp true* *Failed to set ntp: Connection timed out* But I see both service are started sequentially in the above order, wonder why i

Re: [systemd-devel] network signals

2024-02-06 Thread ashok athukuri
b) instead of filtering by path='/xx', filter by *path_namespace='/xx' > *so that it will also match child objects. > > On Tue, Feb 6, 2024 at 10:30 AM ashok athukuri > wrote: > >> Hello All, >> >> >> I'm trying to use DBUS signal &quo

[systemd-devel] network signals

2024-02-06 Thread ashok athukuri
Hello All, I'm trying to use DBUS signal "PropertiesChanged" of org.freedesktop.network1 /org/freedesktop/network1 *to detect network interface is up or down OR the speed of the interface is changed.* Is it possible? using a subscription to "PropertiesChanged" signal via the below interface or P