Forum: CFEngine Help Subject: FYI - CFEngine 3.2.1 with Cygwin Author: roadtest Link to topic: https://cfengine.com/forum/read.php?3,24918,24918#msg-24918
Hi, I compiled CFEngine 3.2.1 under Cygwin on window 7-x64 and notice there is a bug with cf-serverd process. Although I don't have any IPv6 in my configuration, when cf-serverd started, it only listened on IPv6 address as following: $ ps -ef | grep cf-serverd user1 1496 1 ? 13:13:28 /usr/local/sbin/cf-serverd $ netstat -an | grep 5308 TCP [::]:5308 [::]:0 LISTENING Therefore, 5308 is not reachable from other IPv4 clients. I have to start another cf-serverd process and IPv4 clients are serviced then. $ ps -ef | grep cf- user1 1496 1 ? 13:13:28 /usr/local/sbin/cf-serverd user1 4092 1424 ? 13:15:29 /usr/local/sbin/cf-serverd $ netstat -an | grep 5308 TCP 0.0.0.0:5308 0.0.0.0:0 LISTENING TCP [::]:5308 [::]:0 LISTENING Even I disabled IPv6 in window, cf-serverd still listen on IPv6 by default. It doesn't happen on unix based system. _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine