mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1885] Google-chrome does not open anymore. #1271
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#1271
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 @ghost on GitHub (Apr 12, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1885
Hi,
I executed
sudo firecfg, and after a reboot, I can't launch google-chrome anymore.I'm posting with chromium, which runs fine.
Distrib : Ubuntu 16.04 LTS
Google-chrome :
Google Chrome 65.0.3325.181EDIT : if I
sudo firecfg --cleanand rungoogle-chromewithout jail, it opens google-chrome window.EDIT2 : same issue happens with chromium when I restarted the browser.
Any idea what is going wrong ?
(I'm using nvidia proprietary drivers)
@SkewedZeppelin commented on GitHub (Apr 13, 2018):
if you've run firecfg then doing
firejail google-chromeis equlivant tofirejail firejail /usr/bin/google-chromeassuming running
firejail /usr/bin/google-chromestill has issues:norootis the fix for nvidia issuesprivate-devwill fix those /dev/fd errorsnodbus@noahhaon commented on GitHub (Apr 13, 2018):
Adding the following lines to
/etc/firejail/google-chrome.localfixed the issue for me on Ubuntu 16.04.4 LTS:@ghost commented on GitHub (Apr 14, 2018):
@SkewedZeppelin : Yes, on the
firejail google-chromecommand, I had disable firecfg by executingsudo firecfg --clean, sorry that I didn't mention that, your assumption was good. :-)Adding the parameters did not help me.
@noahhaon : I don't have a firejail folder in /etc.
So I executed
./configure && make && sudo make install-stripbut still, no firejail folder in /etc.After executing the installation command, I retried :
firejail google-chrome: it worked !sudo firecfg+google-chrome: nope, just like before.sudo firecfg --clean+firejail google-chrome: it worked !Browser does start with firejail command, but does not start if I launch it after firecfg.
@joeygravlin commented on GitHub (Apr 18, 2018):
I'm having the same
Could not bind NETLINK socket: Address already in use (98)error on Arch Linux. At any rate, downgrading the package fromchromium-66.0.3359.117-1- >chromium-65.0.3325.181-7seems to resolve the issue on my machine.The following chromium version segfaults both with{,out} firejail sandbox... Not sure whether this is a problem with upstream or with Arch's packaging...
Dmesg shows
chromium-66.0.3359.117-1segfaults both with{,out} firejail sandbox... Downgrading for the time being.Running
firejail --debug chromiumgives:Here's my current
~/.config/firejail/chromium.profile:@ghost commented on GitHub (Apr 19, 2018):
@joeygravlin You also have last firejail version ?
Trying to run firejail chromium (or google-chrome) still doesn't work for me with last version.
If I downgrade firejail version to 0.9.38.10, it works with last google-chrome / chromium version.
@joeygravlin commented on GitHub (Apr 19, 2018):
I'm on
firejail version 0.9.52- the most recent release/non-dev version of firejail, and also the version currently maintained in the arch community repo.I haven't tried downgrading firejail; in fact,
v0.9.52is the only version of firejail I've ever run to date, as there hasn't been a new release version since I've started using it. I haven't had an issue with chromium andfirejail version 0.9.52until now, and sincechromium-66.0.3359.117-1was segfault on its own (even without running inside a firejail sandbox), I'm inclined to think that the issue is with the latest chromium release.I intend to investigate the issue further at some point next week (assuming it isn't resolved by a subsequent chromium update...), but it will have to wait, because I have final exams to contend with currently. Just figured I'd share what I'd found in the meantime / add another data point to the issue.
@Fred-Barclay commented on GitHub (Apr 20, 2018):
I'm on Arch and latest Chrome (v66.0.3359.117) and I haven't had any crashes with Chrome either in or out of firejail. Right now it does sound like the issue is with chromium, not firejail. 😄
@joeygravlin commented on GitHub (May 20, 2018):
On my machine, problem is resolved by
mv ~/.config/chromium-flags.conf{,.bak}, as suggested by:bugs.archlinux.org - FS#58269 - [chromium] crashes with: "Segmentation fault (core dumped)" on startup - #comment168669
@chiraag-nataraj commented on GitHub (Dec 9, 2018):
OP has left Github and it looks like other posters have resolved the issues they had.