[systemd-devel] journald fsync() errors

2018-04-03 Thread vcaputo
Back when I worked on making fsync() in journald asynchronous, I preserved the existing strategy of ignoring fsync() errors. In reading [1], I am reminded of this situation and am again wondering why this is the case. Shouldn't journald trigger a journal rotate when fsync() realizes an IO error,

[systemd-devel] nspawn: how to rename network interfaces?

2018-04-03 Thread Matthias Pfau
Hi there, I just tried to rename ipvlan and macvlan devices in a container with systemd.link. This does not seem to work with debian stretch (host and container). Is it possible to rename ipvlan and macvlan devices in a container? If not: Is there another way to define custom interface names?