View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007409 | CentOS-7 | systemd | public | 2014-07-21 03:17 | 2014-07-21 19:32 |
Reporter | PryMar56 | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | all | OS | Centos | OS Version | 7 |
Product Version | 7.0-1406 | ||||
Summary | 0007409: systemd-nspawn dies looking for a *.socket file | ||||
Description | systemd-nspawn is similar to a chroot tool and depends on dbus. When launched it should read/write a *.socket file. It looks here /run/dbus/system_bus_socket The actual file is in /var/run/, so solution is this tweak: --------------- in /etc/rc.local ------------ if [ ! -f /run/dbus/system_bus_socket ]; then mkdir -p /run/dbus LST=`pwd` cd /run/dbus ln -s /var/run/dbus/system_bus_socket system_bus_socket cd $LST fi ---------------- snip -------- | ||||
Steps To Reproduce | mount an LVM or partion with a complete OS (/mnt/chroot), then launch systemd-nspawn -D /mnt/chroot it will die without the symlink tweak | ||||
Additional Information | none | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||