Greetings,
I’m attempting to update one of our products from Debian Stretch with Linux
kernel 4.14 to Debian Bullseye with Linux kernel 6.2.0. The target system is
an ARM iMX6QP. I’ve managed to build the kernel from the old .config file.
The image is built using ELBE builder and reprepro fo
On Tue, Feb 06, 2024 at 05:06:02PM +0100, Silvio Knizek wrote:
> Am Dienstag, dem 06.02.2024 um 16:15 +0100 schrieb Thomas HUMMEL:
> > Hello,
> >=20
> > I'm using systemd-239-74 on RHEL 8.8 EUS.
> >=20
> > I was wondering if one can express the following :
> >=20
> > start some service *only and on
Am Dienstag, dem 06.02.2024 um 16:15 +0100 schrieb Thomas HUMMEL:
> Hello,
>=20
> I'm using systemd-239-74 on RHEL 8.8 EUS.
>=20
> I was wondering if one can express the following :
>=20
> start some service *only and only if/when* all remote mounts (ex: nfs,=
=20
> some parallel fs) has *succeeded
Hello,
I'm using systemd-239-74 on RHEL 8.8 EUS.
I was wondering if one can express the following :
start some service *only and only if/when* all remote mounts (ex: nfs,
some parallel fs) has *succeeded*, taking into account it may take some
time for some mount (some fs clients just live cur
Hello Mantas,
Thanks for the quick response, Here is what I get for GetLinkByName
//busctl call org.freedesktop.network1 /org/freedesktop/network1
org.freedesktop.network1.Manager GetLinkByName s wlan0
//io 4 "/org/freedesktop/network1/link/_34"
1. I am subscribing to signal like below, Does tha
/org/freedesktop/network1 is the toplevel object that represents the
networkd daemon as a whole. Interface-specific signals would be sent for
the object paths of the individual interfaces, so you need to either:
a) call *GetLinkByName()* on the toplevel object to find the interface
object, and the
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