mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #909] "--allow-debuggers" always fails #616
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#616
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 @andyjh92 on GitHub (Nov 12, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/909
Hello!
If I execute firejail --debug --allow-debuggers gdb firefox
,I get the following Error: cannot establish communication with the parent, exiting...
and more > http://pastebin.com/jNFDEEF3
I'm using firejail 0.9.45 and xubuntu 16.04.
firejail --version > http://pastebin.com/b72Vzm6U
Thanks,
Andi
@netblue30 commented on GitHub (Nov 13, 2016):
This is what I get on my system:
Does it work if you use --noprofile?
@andyjh92 commented on GitHub (Nov 17, 2016):
hello
i still have the same problem with --noprifile. i also reinstalled the os. still the same. but i have an error in my message above. i'm using ubuntu 16.10 not 16.04. sry.
@andyjh92 commented on GitHub (Nov 18, 2016):
i tried now ubuntu 16.04. it also fails with version 0.9.44 and version 0.9.45
@netblue30 commented on GitHub (Nov 19, 2016):
I'll have to try it out, here on Debian Jessie seems to be fine.
@andyjh92 commented on GitHub (Jan 7, 2017):
now it works on ubuntu-16-04 with 0.9.45. i did a reinstall of the os. maybe installing firejail with apt-get and then overwriting it with ./configure; make ; make install caused problems.
@netblue30 commented on GitHub (Jan 9, 2017):
There was a problem with ptrace code in Linux kernels prior to 4.8, so I had to disable --allow-debuggers if I detect an older kernel - this happened in the last two or three days.
@netblue30 commented on GitHub (Apr 14, 2017):
Closing... will reopen if necessary.