Projects STRLCPY criu Commits 65407616
🤬
  • ci/archlinux: initialize machine ID

    When installing packages within Archlinux container, pacman fails with
    the following errors:
    
    (3/7) Creating temporary files...
    /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to replace specifiers in '/var/log/journal/%m': No such file or directory
    /usr/lib/tmpfiles.d/systemd.conf:23: Failed to replace specifiers in '/run/log/journal/%m': No such file or directory
    /usr/lib/tmpfiles.d/systemd.conf:25: Failed to replace specifiers in '/run/log/journal/%m': No such file or directory
    /usr/lib/tmpfiles.d/systemd.conf:26: Failed to replace specifiers in '/run/log/journal/%m/*.journal*': No such file or directory
    /usr/lib/tmpfiles.d/systemd.conf:29: Failed to replace specifiers in '/var/log/journal/%m': No such file or directory
    /usr/lib/tmpfiles.d/systemd.conf:30: Failed to replace specifiers in '/var/log/journal/%m/system.journal': No such file or directory
    /usr/lib/tmpfiles.d/systemd.conf:32: Failed to replace specifiers in '/var/log/journal/%m': No such file or directory
    /usr/lib/tmpfiles.d/systemd.conf:33: Failed to replace specifiers in '/var/log/journal/%m/system.journal': No such file or directory
    
    To solve this problem we need to initialize the machine ID.
    
    Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading...
  • 65407616
    1 parent 34e2b022
  • ■ ■ ■ ■ ■ ■
    scripts/build/Dockerfile.archlinux
    skipped 1 lines
    2 2   
    3 3  ARG CC=gcc
    4 4   
     5 +# Initialize machine ID
     6 +RUN systemd-machine-id-setup
     7 + 
    5 8  RUN pacman -Syu --noconfirm \
    6 9   $CC \
    7 10   bash \
    skipped 37 lines
Please wait...
Page is in error, reload to recover