mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
flag current error with ping command on Pi
This commit is contained in:
parent
2aee38e29d
commit
d5b95cf7a7
@ -10,6 +10,14 @@ Run the following command in the root directory of your Node-RED install
|
|||||||
|
|
||||||
npm install node-red-node-ping
|
npm install node-red-node-ping
|
||||||
|
|
||||||
|
**Gotcha**
|
||||||
|
|
||||||
|
On some versions on Raspbian (Raspberry Pi) `ping` seems to be a root only command.
|
||||||
|
The fix is to allow it as follows
|
||||||
|
|
||||||
|
sudo setcap cap_net_raw=ep /bin/ping
|
||||||
|
sudo setcap cap_net_raw=ep /bin/ping6
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user