D
D
DVoropaev2021-11-10 00:29:51
linux
DVoropaev, 2021-11-10 00:29:51

How to understand why no browser works in linux?

When trying to open chrome or firefox:

618ae6162751b697104849.png
618ae62287d56820407583.png

If trying to run from console:

$ firefox 

###!!! [Parent][MessageChannel] Error: (msgtype=0x390051,name=PContent::Msg_LoadProcessScript) Channel error: cannot send/recv


###!!! [Parent][MessageChannel] Error: (msgtype=0x390036,name=PContent::Msg_UpdateSharedData) Channel error: cannot send/recv

[Parent 22097, Main Thread] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /usr/src/RPM/BUILD/firefox-78.13.0/mozilla/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 19

###!!! [Parent][MessageChannel] Error: (msgtype=0x390036,name=PContent::Msg_UpdateSharedData) Channel error: cannot send/recv

[Parent 22097, Main Thread] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /usr/src/RPM/BUILD/firefox-78.13.0/mozilla/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 19

###!!! [Parent][MessageChannel] Error: (msgtype=0x390036,name=PContent::Msg_UpdateSharedData) Channel error: cannot send/recv

[Parent 22097, Main Thread] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /usr/src/RPM/BUILD/firefox-78.13.0/mozilla/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 19

###!!! [Parent][MessageChannel] Error: (msgtype=0x390036,name=PContent::Msg_UpdateSharedData) Channel error: cannot send/recv

[Parent 22097, Main Thread] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /usr/src/RPM/BUILD/firefox-78.13.0/mozilla/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 19

###!!! [Parent][MessageChannel] Error: (msgtype=0x390036,name=PContent::Msg_UpdateSharedData) Channel error: cannot send/recv

[Parent 22097, Main Thread] WARNING: FileDescriptorSet destroyed with unconsumed descriptors: file /usr/src/RPM/BUILD/firefox-78.13.0/mozilla/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc, line 19

###!!! [Parent][RunMessage] Error: Channel error: cannot send/recv


$ google-chrome
libva error: /usr/lib64/dri/iHD_drv_video.so init failed
[22345:22345:1110/012603.371456:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.


However, it turned out to start chrome as root:
[[email protected] ~]$ su -
Password: 
[[email protected] ~]# google-chrome
[26776:26776:1110/012805.897175:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
[[email protected] ~]# google-chrome --no-sandbox
Окно или вкладка откроются в текущем сеансе браузера.
...


Actions, presumably after which everything broke ...
sudo apt-get update
sudo apt-get install arduino
sudo groupadd uccp
sudo usermod -a -G uccp dvr


At the same time, I tried to create a new user and launch browsers from under it. did not help

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
D
DVoropaev, 2022-02-28
@DVoropaev

Saved by reinstalling the browser

J
jcmvbkbc, 2021-11-10
@jcmvbkbc

you can try to run firefox under strace and then carefully read the log from the end in search of access errors. Something like that:strace -fvo trace firefox

A
Alexander Ananiev, 2021-11-10
@SaNNy32

You can try looking at about:crashes in FireFox and post the report here

M
mureevms, 2021-11-10
@mureevms

Looking at the description, after launching from other users, the rights to browser profiles broke. Try assigning your user as the owner:
sudo chown user:user /home/user -R

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question