Afaik Portable services run in an isolated root and dont have access to the
hosts rootfs. You'd have go include iptables and all its dependencies in
the portable services directory. If you don't want to do that you'd have to
use BindReadOnlyPaths= to give the service access to the required host
pa
Just thinking out loud here but aren't RA messages are sent as link local
multicast messages? How can it send them if you disable link local
addressing?
On Mon, 5 Sept 2022, 19:14 Ede Wolf, wrote:
> Am 05.09.22 um 18:34 schrieb Ede Wolf:
> > Hello,
> >
> > For a simple setup, I've tried to repla
Systemd-homed Support is not available yet in NixOS but there are some
active PRs. I think we can better assist you in the #nixos-systemd channel
in the NixOS matrix than on the systemd mailing list.
Care to drop questions there? Happy to assist.
On Tue, 16 Aug 2022, 18:03 Doron Behar, wrote:
I've seen this a lot with docker/containerd. It seems as if for some reason
systemd doesn't wait for their cgroups to cleaned up on shutdown. It's
very easy to reproduce. Start a docker container and then power off the
machine. Since the move to cgroups V2 containerd should be using systemd to
man
correct. Even when reading the RFC
by the letter.
On Thu, Oct 28, 2021 at 9:21 AM Ulrich Windl <
ulrich.wi...@rz.uni-regensburg.de> wrote:
> >>> Arian van Putten schrieb am 26.10.2021 um
> 10:41 in
> Nachricht
> :
> > Hey list,
> >
> > I'm reading t
Hey list,
I'm reading the https://systemd.io/USER_RECORD/ spec and I have a question
There are some fields in the USER_RECORD spec which are described as
"unsigned 64 bit integer values". Specifically the fields describing
time.
However JSON lacks integers and only has doubles [0]; which would
https://github.com/systemd/systemd-stable/pull/111 has not landed in a v249
point release yet. v249.3 was tagged 12 days ago; and that fix was only
merged 8 days ago.
On Wed, Aug 18, 2021 at 8:56 AM Amish wrote:
> Hello
>
> Further to my previous email:
>
> I see that there is already an *extr
Heya!
Currently systemd doesn't have this kind of distributed scheduler . Though
I think it would be very interesting to explore (systemd-distributed seems
to be a fun name).
At some point coreos had a distributed version of systemd that did sort of
exactly what you want https://github.com/coreos
If your service gracefully exits and flushes buffers on SIGTERM then no
requests will be lost. (That means. Finish off processing any requests that
have been accept()'d before exiting).
Any requests you didn't accept() yet will simply queue up whilst the
service is down and you pick up where you l
way!
On Sat, Apr 24, 2021 at 5:03 PM Arian van Putten
wrote:
> Dear list,
>
> I've been working on trying to integrate systemd-gpt-auto and
> systemd-cryptsetup into NixOS's stage-1 init.
>
> Everything was working great on 246; but when I updated from kernel 5.4
&g
peed up things
> now, though.
>
> Lennart
>
> --
> Lennart Poettering, Berlin
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
--
Aria
t;
> dbus is overkill for my little bash script.
>
> --
> Francis
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
--
Arian van Putten l
I can recommend the "Systemd for Administrators" series on
http://0pointer.net/blog/archives.html as a good cookbook introduction to
systemd
On Fri, Aug 28, 2020 at 4:47 PM Tom Browder wrote:
> I want to create a service file that has to consider other services. I
> have looked at the man pages
Hey List,
I am reading
https://systemd.io/BOOT_LOADER_SPECIFICATION/
and
https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT/
I want to use Type 2 unified images because of SecureBoot. But I want a
2-partition model a-la CoreOS, where I rollback when the node isn't
healthy. I wanted to use automatic bo
> gpt-auto is not enough. I will want to set up pretty complex things
like dm/crypto/etc.
Note that gpt-auto-generator will detect if the partition is a LUKS
partition or has dm-verity, and will set up a `/dev/mapper/root` device
automatically.
But I don't think more complex devicemapper setups ar
Hey list,
systemd-timesyncd has an Alias=dbus-org.freedesktop.timesync1.service and
an accompanying dbus service file too.
It is started in early boot; `Before=sysinit.target` so why would making
it dubs-activatible ever make sense? It is always started way before
dbus.service itself is started
Hey list,
I'm in the process of experimenting with a systemd-based initrd.
However I have two questions concerning the boot process that came up
whilst reading the documentation.
If I understand "man 7 bootup" correctly so far the initrd mounts /sysroot
based on either the root= kernel parameter
17 matches
Mail list logo