Changes between Version 12 and Version 13 of OMD


Ignore:
Timestamp:
05/24/22 04:16:25 (3 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMD

    v12 v13  
    106106
    107107}}}
     108
     109== Problem of PING ==
     110
     111After clone the image, we might have problem of normal user cannot ping. We can solve in 2 ways.
     1121. reinstall iputil-ping package
     113{{{
     114[root@BU debian]# dpkg -l | grep ping
     115ii  iputils-ping                              3:20180629-2+deb10u2                             armhf        Tools to test the reachability of network hosts
     116[root@BU debian]# apt install --reinstall iputils-ping
     117}}}
     118
     1192. chmod +s "$(which ping)" from this [https://superuser.com/questions/1702163/ping-socket-operation-not-permitted-ubuntu-docker-image ref]