[Bug 1204579] Re: ufw doesn't support concurrent updates

2022-06-03 Thread Raynald de Lahondès
I have declared also the bug in Ansible collection repo, however this is clearly a UFW bug: https://github.com/ansible-collections/community.general/issues/4769 ** Bug watch added: github.com/ansible-collections/community.general/issues #4769

[Bug 1204579] Re: ufw doesn't support concurrent updates

2022-06-03 Thread Raynald de Lahondès
ufw does not support rule removal. For a particular project (a task queue on a cloud adhoc HPC cluster), I have had the occasion to test it in a relatively massive parallel rate (20 concurrent uses). I have experienced: - nice behaviour when adding rules, - bad behaviour when removing rules. I

[Bug 1204579] Re: ufw doesn't support concurrent updates

2019-04-03 Thread Launchpad Bug Tracker
This bug was fixed in the package ufw - 0.36-0ubuntu0.18.04.1 --- ufw (0.36-0ubuntu0.18.04.1) bionic-proposed; urgency=medium * Backport to bionic addressing the following SRU bugs: - LP: #1811129 - master SRU bug - LP: #1664133 - before6.rules: echo-reply needs to be

[Bug 1204579] Re: ufw doesn't support concurrent updates

2019-04-03 Thread Launchpad Bug Tracker
This bug was fixed in the package ufw - 0.36-0ubuntu0.18.10.1 --- ufw (0.36-0ubuntu0.18.10.1) cosmic-proposed; urgency=medium * Backport to cosmic addressing the following SRU bugs: - LP: #1811129 - master SRU bug - LP: #1664133 - before6.rules: echo-reply needs to be

[Bug 1204579] Re: ufw doesn't support concurrent updates

2019-03-28 Thread Jamie Strandboge
Verified this is fixed in bionic: $ apt-cache policy ufw ufw: Installed: 0.36-0ubuntu0.18.04.1 Candidate: 0.36-0ubuntu0.18.04.1 Version table: *** 0.36-0ubuntu0.18.04.1 500 500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages 500

[Bug 1204579] Re: ufw doesn't support concurrent updates

2019-03-28 Thread Jamie Strandboge
Tested this is fixed in cosmic: $ apt-cache policy ufw ufw: Installed: 0.36-0ubuntu0.18.10.1 Candidate: 0.36-0ubuntu0.18.10.1 Version table: *** 0.36-0ubuntu0.18.10.1 500 500 http://us.archive.ubuntu.com/ubuntu cosmic-proposed/main amd64 Packages 500

[Bug 1204579] Re: ufw doesn't support concurrent updates

2019-03-26 Thread Brian Murray
Hello Jeremy, or anyone else affected, Accepted ufw into cosmic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/ufw/0.36-0ubuntu0.18.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1204579] Re: ufw doesn't support concurrent updates

2019-01-09 Thread Jamie Strandboge
** Changed in: ufw (Ubuntu Bionic) Status: Triaged => In Progress ** Changed in: ufw (Ubuntu Cosmic) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579

[Bug 1204579] Re: ufw doesn't support concurrent updates

2019-01-09 Thread Jamie Strandboge
** Description changed: + [Impact] + + ufw prior to 0.36 did not support locking or use xtables locking which + can lead to problems when using ufw as a dynamic firewall. + + [Test Case] + + $ sudo apt-get install python-minimal # for the test script + $ sudo ./test_ufw_threads.py # this runs

[Bug 1204579] Re: ufw doesn't support concurrent updates

2018-12-27 Thread Bug Watch Updater
** Changed in: ufw (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent updates To manage notifications about

[Bug 1204579] Re: ufw doesn't support concurrent updates

2018-12-27 Thread Launchpad Bug Tracker
This bug was fixed in the package ufw - 0.36-1 --- ufw (0.36-1) unstable; urgency=medium * New upstream release (LP: #1782384, LP: #1664133, LP: #1509725, LP: #1695718, LP: #1719211, LP: #1775043, LP: #1204579, LP: #1652163, LP: #1377600, Closes: 686248, LP: #1368411, LP:

[Bug 1204579] Re: ufw doesn't support concurrent updates

2018-12-14 Thread Jamie Strandboge
This is fixed in the new 0.36 release. ** Changed in: ufw Status: Fix Committed => Fix Released ** Changed in: ufw Assignee: (unassigned) => Jamie Strandboge (jdstrand) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1204579] Re: ufw doesn't support concurrent updates

2018-12-14 Thread Jamie Strandboge
** Also affects: ufw (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: ufw (Ubuntu Disco) Importance: Medium Assignee: Jamie Strandboge (jdstrand) Status: In Progress ** Also affects: ufw (Ubuntu Bionic) Importance: Undecided Status: New **

[Bug 1204579] Re: ufw doesn't support concurrent updates

2018-12-14 Thread Jamie Strandboge
** Changed in: ufw (Ubuntu) Status: Triaged => In Progress ** Changed in: ufw (Ubuntu) Assignee: (unassigned) => Jamie Strandboge (jdstrand) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1204579] Re: ufw doesn't support concurrent updates

2018-07-17 Thread Jamie Strandboge
This is in git master now and in the ufw snap in candidate. ** Changed in: ufw Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't

[Bug 1204579] Re: ufw doesn't support concurrent updates

2017-06-07 Thread Luke
the flock worked perfectly thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent updates To manage notifications about this bug go to:

[Bug 1204579] Re: ufw doesn't support concurrent updates

2017-06-06 Thread Christopher M Luciano
Hi all. I posted a question on this last December, but I never received feedback on it. Here is the bug report https://bugs.launchpad.net/ufw/+bug/1652163. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1204579] Re: ufw doesn't support concurrent updates

2017-06-06 Thread Jamie Strandboge
@Luke, you could modify backend_iptables.py as mentioned in comment #5 or you could perhaps use 'man 1 flock' or implement a lock wrapper around your invocation of ufw. That said, since didn't hear back from Christopher, I'll take a look at implementing this for 0.36. ** Changed in: ufw

[Bug 1204579] Re: ufw doesn't support concurrent updates

2017-06-04 Thread Luke
Is there a current work around for this, otherwise I have to re-write a bunch of code to go to iptables -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent

[Bug 1204579] Re: ufw doesn't support concurrent updates

2016-12-09 Thread Christopher M Luciano
OK great. I will work on this patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent updates To manage notifications about this bug go to:

[Bug 1204579] Re: ufw doesn't support concurrent updates

2016-12-05 Thread Jamie Strandboge
@Christopher - I implemented this a bit differently but had some troubles with the testsuite. I think '-w' would be much simpler. There isn't a way to pass this into ufw, but you could modify backend_iptables.py towards the end of set_rule() to pass the flag. ** Changed in: ufw Status: In

[Bug 1204579] Re: ufw doesn't support concurrent updates

2016-12-01 Thread Christopher M Luciano
Is there any update on this? I know there is a -w command in iptables with this patch https://patchwork.ozlabs.org/patch/635676/. Is there a way to call through ufw to set this option to increase the waits? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1204579] Re: ufw doesn't support concurrent updates

2015-08-20 Thread Bug Watch Updater
** Changed in: ufw (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent updates To manage notifications about this bug

[Bug 1204579] Re: ufw doesn't support concurrent updates

2015-08-20 Thread Jamie Strandboge
** Bug watch added: Debian Bug tracker #686248 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686248 ** Also affects: ufw (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686248 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 1204579] Re: ufw doesn't support concurrent updates

2015-08-20 Thread Jamie Strandboge
There was a problem with the patch and this will be in the next release of ufw. ** Changed in: ufw Milestone: 0.34 = None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw

[Bug 1204579] Re: ufw doesn't support concurrent updates

2015-07-27 Thread Jamie Strandboge
** Changed in: ufw Status: Fix Committed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent updates To manage notifications about this

[Bug 1204579] Re: ufw doesn't support concurrent updates

2015-07-20 Thread Jamie Strandboge
** Changed in: ufw Status: Triaged = Fix Committed ** Changed in: ufw Milestone: None = 0.34 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent

[Bug 1204579] Re: ufw doesn't support concurrent updates

2015-07-18 Thread Jamie Strandboge
** Changed in: ufw (Ubuntu) Importance: Undecided = Medium ** Changed in: ufw Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support

[Bug 1204579] Re: ufw doesn't support concurrent updates

2013-08-01 Thread Jeremy
** Description changed: On a server under Ubuntu 12.04 I automatically update firewall rules and I unfortunately noticed that if 2 rules are processed at the same time it leads to an inconsistent result between iptables and ufw status. In fact it can be reproduced using the python script in

[Bug 1204579] Re: ufw doesn't support concurrent updates

2013-08-01 Thread Jamie Strandboge
** Changed in: ufw (Ubuntu) Status: New = Triaged ** Changed in: ufw Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent

[Bug 1204579] Re: ufw doesn't support concurrent updates

2013-07-25 Thread Jeremy
** Also affects: ufw (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204579 Title: ufw doesn't support concurrent updates To manage