On 08/04/2018 02:04 PM, Eddie wrote:
Running Shorewall 5.1.10.2 on my Centos 7.5 system.

Have noticed on occasion, when Shorewall starts, it throws this error:

sh: ss: command not found

It doesn't happen every start and it doesn't appear to cause any issues.

  which ss
/usr/sbin/ss


It's hard to understand why 'ss' would be run as part of 'start'. The only place where 'ss' is executed by Shorewall is in the 'dump' command and it is only run if it is found on the PATH:

qt mywhich ss && ss -${g_family}tunap || { qt mywhich netstat && netstat -tunap; }

-Tom
--
Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \________________________________________________

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to