Results 36 comments of Gerhard

CentOS 7 comes preinstalled with "firewalld". So it is necesarry to trigger installation. It would be necessary as well to stop/disable firewalld which is not jet done. (will create a...

I will try to provide the systemd unit file and a rpm spec file. How do you prefer the additional files? Shall I create a pull-request with those?

I use it at the moment mainly with SparkleShare (https://www.sparkleshare.org/). I was planning to use it to communicate fail2ban events to cluster nodes, but without any authentication or basic encryption,...

I am currently hosting the fanout Server for them.

Wow, interesting. Progress ... I have a first build with systemd unit file as el7 rpm and init script as el6 rpm. I will try to add it in a...

I had some fun with ulimits and systemd. Can you shortly explain how the logic behind the --client-limit parameter works? It seems as under some conditions, fanout tries to manipulate...

Hmmm. So you calculate the required file descriptors and compare it to the currently set limit. And in case the Current Limit is not big enough, you just set it....

Thanks for the info. I found the section in the source and it seems that you calculate a few extra file descriptors and additional ones depending on the activated feature....

Yes LimitNOFILE, and sorry, yes I meant infinity. Sent with GitHawk

I tried to set an environment variable via the enviriment file (/etc/default/fanout) and use it with LimitNOFILE but it doesn't use the variable.