Hello Michael,
After recompile systemd with patch in attachement then every boot is success
and systemd is alive.
Best Regards Jan
--
http://www.fuky.org
*** orig/systemd-234/src/core/manager.c Wed Jul 12 16:01:10 2017
--- src/core/manager.c Wed Dec 20 10:49:11 2017
***************
*** 2436,2446 ****
return;
}
! if (asprintf(&message, "U\002%c%s%n", (int) (strlen(u->id) + 1), u->id, &n) < 0) {
log_oom();
return;
}
errno = 0;
if (write(fd, message, n + 1) != n + 1)
if (!IN_SET(errno, EPIPE, EAGAIN, ENOENT, ECONNREFUSED, ECONNRESET, ECONNABORTED))
--- 2436,2447 ----
return;
}
! if (asprintf(&message, "U\002%c%s", (int) (strlen(u->id) + 1), u->id) < 0) {
log_oom();
return;
}
+ n = strlen(message);
errno = 0;
if (write(fd, message, n + 1) != n + 1)
if (!IN_SET(errno, EPIPE, EAGAIN, ENOENT, ECONNREFUSED, ECONNRESET, ECONNABORTED))
_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers