mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1589] Firejail still running after closing Firefox #1058
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#1058
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 @selectiveduplicate on GitHub (Oct 4, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1589
I previously wrote about certain warning messages that I receive here: #1576 ...
Just today I've got a pile of those random messages (I had been using it for a long time, so...), and when I closed Firefox, I found that my Firejail session is still running...
As you can see the list is quite much, I can't really provide all the messages...
Somewhat similar issue happened before, in that scenario I wasn't able to close Firefox at all and so couldn't open another Firefox session, and finally Firefox crashed...
Right now, I'm writing this post from a normal Firefox session, not a Firejail-sandboxed one, while my previous Firejail session is still running, as seen from the photo...
If any other information is needed in this regard, I'd be happy to provide!
Thanks!
@SkewedZeppelin commented on GitHub (Oct 5, 2017):
None of those error messages really matter.
As for why its still running... are you running the non-Firejailed version with
-no-remote? Because if you aren't, your non-sandboxed Firefox instance is really actually running under the Firejailed instance. Which would explain why its still running.@selectiveduplicate commented on GitHub (Oct 6, 2017):
No, I'm not running with
-no-remote( I've never used it actually)... generally I start a sandboxed Firefox withfirejail firefoxand when I close it, Firejail also closes (parent is shutting down, bye)... but in this case Firejail didn't close. If I want to start a normal Firefox session, I just launch it from my launcher. Just now I'm running a normal session...@netblue30 commented on GitHub (Oct 6, 2017):
In a different terminal run firejail --tree" and put the output of the command here. It will tell us what process in still running in the sandbox after you closed firefox.
@selectiveduplicate commented on GitHub (Oct 6, 2017):
Sorry, I miswrote... actually I meant
@netblue30 commented on GitHub (Oct 10, 2017):
Just run "firejail --tree". Firejail will not close if there is something running inside the sandbox. It will wait for all processes to finish.