Hi,
did build a container based on
meta-virtualization/recipes-extended/images
/container-systemd-base.bb
when starting with podman after copying to my local registry
podman run --tls-verify=false -it 127.0.0.1/image-systemd-test_1438:latest
I get this error - always - anything I do wrong here?
[FAILED] Failed to start Remount Root and Kernel File Systems.
See 'systemctl status systemd-remount-fs.service' for details.
[ OK ] Finished Create Static Device Nodes in /dev gracefully.
Starting Create System Users...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
Starting User Database Manager...
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Started User Database Manager.
[ OK ] Finished Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Finished Create Static Device Nodes in /dev.
[ OK ] Reached target Preparation for Local File Systems.
Mounting /var/volatile...
[FAILED] Failed to mount /var/volatile.
See 'systemctl status var-volatile.mount' for details.
[DEPEND] Dependency failed for Bind mount volatile /var/spool.
[DEPEND] Dependency failed for Bind mount volatile /var/cache.
[DEPEND] Dependency failed for Bind mount volatile /srv.
[DEPEND] Dependency failed for Local File Systems.
[DEPEND] Dependency failed for Bind mount volatile /var/lib.
[ OK ] Reached target Timer Units.
[ OK ] Reached target Login Prompts.
[ OK ] Reached target Socket Units.
[ OK ] Started Emergency Shell.
[ OK ] Reached target Emergency Mode.
Starting Rebuild Dynamic Linker Cache...
Starting Create System Files and Directories...
[ OK ] Finished Rebuild Dynamic Linker Cache.
[ OK ] Finished Create System Files and Directories.
Starting Rebuild Journal Catalog...
Starting Network Name Resolution...
[ OK ] Reached target System Time Set.
Starting Record System Boot/Shutdown in UTMP...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
Starting Network Name Resolution...
[ OK ] Finished Record System Boot/Shutdown in UTMP.
Starting Record Runlevel Change in UTMP...
[ OK ] Finished Rebuild Journal Catalog.
Starting Update is Completed...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
Starting Network Name Resolution...
[ OK ] Finished Update is Completed.
[ OK ] Finished Record Runlevel Change in UTMP.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
Starting Network Name Resolution...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
Starting Network Name Resolution...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
Hi,
did build a container based on
when starting with podman after copying to my local registry
podman run --tls-verify=false -it 127.0.0.1/image-systemd-test_1438:latestI get this error - always - anything I do wrong here?