1

Running tuning-primer.sh on Cygwin results in the error: sysctl not in directory /usr/local/bin or Error: Needed command "sysctl" not found in PATH!

I have added sysctl code that I found on this url

and created files sysctl.c, sysctl.h using notepad++ and put it in the dir /usr/local/bin but still this error occurs.

Any solution ?...

cygwin error screen

not2qubit
  • 14,531
  • 8
  • 95
  • 135
TEHSEEN
  • 11
  • 6

1 Answers1

2

https://en.wikipedia.org/wiki/Sysctl

sysctl is not available on cygwin. Please note that there is no Kernel to tune.

If tuning-primer.sh (what ever is, you have not mentioned) expects to find sysctl than probably it is not supposed to be run on Cygwin

matzeri
  • 8,062
  • 2
  • 15
  • 16