In atomic ping doesn't work. The same ping in non-Atomic works fine:<br />
<br />
-bash-4.2# /bin/ping localhost<br />
-bash: /bin/ping: Invalid argument<br />
-bash-4.2# journalctl | tail -n 1<br />
May 16 20:58:29 c7a.novalocal kernel: get_file_caps: get_vfs_caps_from_disk returned -22 for /bin/ping<br />
<br />
<br />
If I copy ping to a r/w fs then it works fine:<br />
<br />
-bash-4.2# cp /bin/ping /root/ping<br />
-bash-4.2# chcon --reference /bin/ping /root/ping<br />
-bash-4.2# /root/ping -c 1 localhost<br />
PING localhost (127.0.0.1) 56(84) bytes of data.<br />
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.063 ms<br />
<br />
--- localhost ping statistics ---<br />
1 packets transmitted, 1 received, 0% packet loss, time 0ms<br />
rtt min/avg/max/mdev = 0.063/0.063/0.063/0.000 ms<br />
<br />
<br />
-bash-4.2# rpm-ostree status -p<br />
============================================================<br />
* DEFAULT ON BOOT<br />
----------------------------------------<br />
timestamp 2015-05-15 00:08:39<br />
id d7f7a2a2bb578aae81796119040f60672f1ff9ab780fa223e1240dc9ec4b1af2.0<br />
osname centos-atomic-host<br />
refspec centos-atomic-host:centos/7/atomic/x86_64/cloud-docker-host<br />
============================================================<br />
NON-DEFAULT ROLLBACK TARGET<br />
----------------------------------------<br />
timestamp 2015-03-06 02:40:50<br />
id f07f60891a130f5ffc4053367b94268e65c35526c3eb784d44185d2eda0718a6.0<br />
osname centos-atomic-host<br />
refspec centos-atomic-host:centos/7/atomic/x86_64/cloud-docker-host<br />
============================================================
↧