mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1880] Wait until IP becomes available #1268
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thedrow on GitHub (Apr 11, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1880
I have two scripts running in parallel which invoke firejail. Both of them specify
--ip=10.0.3.3as an option.Since they run in parallel without synchronization firejail reports that one of the scripts reports that the IP address is already in use.
I don't see an option to wait until the IP is released.
Is it possible to add one?
@netblue30 commented on GitHub (Apr 11, 2018):
Sure, I can add it.
@thedrow commented on GitHub (Apr 12, 2018):
I discovered that if I disable running those scripts in parallel the IP is not released for a few moments which is also a problem.
Is this feature easy or hard to implement? Can I help?
@netblue30 commented on GitHub (Apr 15, 2018):
The code is kind of convoluted in that area, I'll have to do some cleanup first.