Summary: | Ругань при обновлении: readlink failed: Invalid argument | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Evgenii Terechkov <evg> |
Component: | systemd | Assignee: | Alexey Shabalin <shaba> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | minor | ||
Priority: | P3 | CC: | arseny, ldv, shaba |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Evgenii Terechkov
2014-06-26 07:42:25 MSK
# apt-get dist-upgrade ... Running /usr/lib/rpm/posttrans-filetriggers readlink(/var/lock) failed: Invalid argument readlink(/var/run) failed: Invalid argument Done. # rpmquery -a '*systemd*' systemd-utils-214-alt1 Исправить tmpfiles я могу. Вопрос в другом, как бы переехать для /var/run и /var/lock с монтирования с -o bind, на простые симлинки. Например, если делать контейнер средствами systemd, то гораздо легче обеспечить наличие нужных директорий, пусть и пустых, средствами tmpfiles(что апстрим и добавил), чем использовать монтирование c -o bind. systemd-1:214-alt6 -> sisyphus: * Mon Jun 30 2014 Alexey Shabalin <shaba@altlinux> 1:214-alt6 - units: networkd - don't order wait-online.service before network.target - libudev: queue - watch entire directory to allow the re-use of the watch descriptor * Sat Jun 28 2014 Alexey Shabalin <shaba@altlinux> 1:214-alt5 - backport fixes from upstream master branch * Fri Jun 27 2014 Alexey Shabalin <shaba@altlinux> 1:214-alt3 - revert "add systemd-vconsole-setup@.service for another way localize ttyX" - revert "start systemd-ask-password-wall.service after getty@tty1.service" - revert "increase RestartSec to 5 sec for getty services" * Fri Jun 27 2014 Alexey Shabalin <shaba@altlinux> 1:214-alt2 - snapshot v214-stable branch - fixed sysv generator - don't create symlinks /var/run, /var/lock (ALT#30138) |