Skip to content
Snippets Groups Projects
Commit 105ca9cf authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Removed the broadcast pings. Apparently they crashed some hardware.

Rev: lib/modules/Crypto/randomness.pmod:1.3
parent fc3c93e3
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
* this is quite system dependent */ * this is quite system dependent */
#define PATH "/usr/sbin:/usr/etc:/usr/bin/:/sbin/:/etc:/bin" #define PATH "/usr/sbin:/usr/etc:/usr/bin/:/sbin/:/etc:/bin"
#define SYSTEM_COMMANDS "last & netstat -anv & netstat -mv & netstat -sv & " \ #define SYSTEM_COMMANDS "last & netstat -anv & netstat -mv & netstat -sv & " \
"ping -s 255.255.255.255 256 10 & " \
"ping -c 10 -s 256 255.255.255.255 & " \
"uptime & ps -fel & ps aux & " \ "uptime & ps -fel & ps aux & " \
"vmstat -s & vmstat -M & " \ "vmstat -s & vmstat -M & " \
"iostat & iostat -cdDItx &" "iostat & iostat -cdDItx &"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment