Gentoo Archives: gentoo-alt

From: Michael Fothergill <michael.fothergill@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: simple question about installing chromium browser for use in debian OS using gentoo prefix..
Date: Fri, 28 Jun 2019 09:00:19
Message-Id: CANc=Sd3Rd5fqWJmgvagsphf0pz0YKbcJet3wNrFvSe3cZbR_Yw@mail.gmail.com
In Reply to: Re: [gentoo-alt] Re: simple question about installing chromium browser for use in debian OS using gentoo prefix.. by Fabian Groffen
1 I ran the command you suggested (should it be the chown command for a group
2 - would the chgrp command be help here?):
3
4 root@fart:/home/mikef/gentoo# chown root:
5 /home/mikef/gentoo/usr/lib64/chromium-browser/chrome-sandbox
6 root@fart:/home/mikef/gentoo#
7
8 It still gives the same error:
9
10 mikef@fart:~$ /home/mikef/gentoo/usr/bin/chromium
11 [2223:2223:0628/084737.606858:FATAL:setuid_sandbox_host.cc(157)] The SUID
12 sandbox helper binary was found, but is not configured correctly. Rather
13 than run without sandboxing I'm aborting now. You need to make sure that
14 /home/mikef/gentoo/usr/lib64/chromium-browser/chrome-sandbox is owned by
15 root and has mode 4755.
16
17 I added an extra line into the package.use file when I was trying to get
18 xorg to work as non root:
19
20
21 mikef@fart:~/gentoo/etc/portage$ more package.use
22 x11-base/xorg-server -suid
23 # required by www-client/chromium-74.0.3729.169::gentoo
24 # required by chromium (argument)
25 >=dev-libs/libxml2-2.9.9-r1 icu
26 # required by www-client/chromium-74.0.3729.169::gentoo
27 # required by chromium (argument)
28 >=media-libs/harfbuzz-2.5.1 icu
29 # required by www-client/chromium-74.0.3729.169::gentoo
30 # required by chromium (argument)
31 >=sys-libs/zlib-1.2.11-r2 minizip
32 # required by www-client/chromium-74.0.3729.169::gentoo
33 # required by chromium (argument)
34 >=net-libs/nodejs-11.14.0 inspector
35 # required by x11-misc/xdg-utils-1.1.3-r1::gentoo
36 # required by www-client/chromium-74.0.3729.169::gentoo
37 # required by chromium (argument)
38 >=app-text/xmlto-0.0.28-r1 text
39 # required by x11-libs/gtk+-3.24.8::gentoo
40 # required by x11-themes/adwaita-icon-theme-3.30.1::gentoo
41 # required by x11-libs/gtk+-2.24.32-r1::gentoo
42 # required by x11-themes/gtk-engines-adwaita-3.28::gentoo
43 >=x11-libs/cairo-1.16.0-r3 X
44 # required by www-client/chromium-74.0.3729.169::gentoo
45 # required by chromium (argument)
46 =net-libs/nodejs-10.15.3 inspector
47 # required by www-client/chromium-74.0.3729.169::gentoo
48 # required by chromium (argument)
49 =net-libs/nodejs-8.16.0 inspector
50 # required by www-client/chromium-74.0.3729.169::gentoo
51 # required by chromium (argument)
52 =net-libs/nodejs-8.12.0 inspector
53 mikef@fart:~/gentoo/etc/portage$
54
55
56 It is affecting the suid function....
57
58 I commented it out but it did not help.
59
60 Regards
61
62 MF

Replies