Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iptables : xtables lock ? #172

Open
buixor opened this issue Apr 28, 2022 · 0 comments
Open

iptables : xtables lock ? #172

buixor opened this issue Apr 28, 2022 · 0 comments

Comments

@buixor
Copy link
Contributor

buixor commented Apr 28, 2022

Report from a user : cs-firewall-bouncer fails to start with this error :

time="26-04-2022 21:37:20" level=info msg="ipset 'crowdsec-blacklists' doesn't exist, skip"
time="26-04-2022 21:37:20" level=info msg="Checking existing set"
time="26-04-2022 21:37:20" level=info msg="ipset set-up : /usr/sbin/ipset -exist create crowdsec-blacklists nethash timeout 300"
time="26-04-2022 21:37:21" level=info msg="Rule doesn't exist (/usr/sbin/iptables -C INPUT -m set --match-set crowdsec-blacklists src -j DROP)"
time="26-04-2022 21:37:21" level=info msg="iptables set-up : /usr/sbin/iptables -I INPUT -m set --match-set crowdsec-blacklists src -j DROP"
time="26-04-2022 21:37:21" level=warning msg="Error inserting set in iptables (/usr/sbin/iptables -I INPUT -m set --match-set crowdsec-blacklists src -j DROP): exit status 4 : Another app is currently holding the xtables lock. Perhaps you want to use the -w option?\n"
time="26-04-2022 21:37:21" level=fatal msg="iptables init failed: while inserting set in iptables: exit status 4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant