You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter the rootfs via proot by proot -0 -r OUT/ROOT -w / -b /proc/ -b /etc/resolv.conf -b /etc/hosts -b /dev/ /bin/bash
Run the command systemd-tmpfiles --create debian.conf
Specifications
Proot/Care version: 5.4.0
Kernel version: Ubuntu 5.15.0-76-generic
Host distribution: debian bookworm
Guest distribution: debian bookworm
Remarks
I tried editing the debian.conf file, and found that entries starting with an L provoke the assertion failure. According to the manpage this should just create a symlink if it does not exist yet. Creating the same links by /usr/bin/ln works however.
What I tried is to to install various packages, among them systemd in a proot made chroot, and the systemd postinst failed with the said assertion failure.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce the Problem
systemd-tmpfiles --create debian.conf
Specifications
Remarks
I tried editing the debian.conf file, and found that entries starting with an L provoke the assertion failure. According to the manpage this should just create a symlink if it does not exist yet. Creating the same links by /usr/bin/ln works however.
What I tried is to to install various packages, among them systemd in a proot made chroot, and the systemd postinst failed with the said assertion failure.
The text was updated successfully, but these errors were encountered: