Kirk Lund created GEODE-2474: -------------------------------- Summary: netstat command fails to correctly identify OS and --with-lsof fails on Mac Key: GEODE-2474 URL: https://issues.apache.org/jira/browse/GEODE-2474 Project: Geode Issue Type: Bug Components: gfsh, management Reporter: Kirk Lund
The netstat gfsh command uses NetstatFunction which has its own faulty logic for identifying the operating system. This logic identifies Mac as Windows and fails to process --with-lsof. NetstatFunction should instead use org.apache.geode.internal.lang.SystemUtils which correctly identifies the operating system. -- This message was sent by Atlassian JIRA (v6.3.15#6346)