Brave Linux. Click Icon, Not Starting or Terminal Command, Not Start Error

Description of the issue:
How can this issue be reproduced?

For Linux Ubuntu 22042. Clicking on Brave Icon Will not start. And from terminal running BRAVE-BROWSER will not start and gives an error.

The Terminal Readout is as follows…


[2801:2801:0416/090126.143103:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[0416/090126.481303:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0416/090126.484387:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0416/090126.484419:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
/usr/bin/brave-browser: line 48:  2801 Bus error               (core dumped) "$HERE/brave" "$@"
\

Expected result:
Result is Brave will not run.
Brave Version( check About Brave):
Brave will not run. Maybe Version 150.119
Additional Information:
Just started happening after update on Apr 15 2023.

Hello @Allis

could you check for update for Ubuntu specially kernal update?

if there is some install them then restart you device and see if brave work fine or not

not sure if the following would help but you can try it start brave using the following flag brave-browser --disable-gpu and see if it work or not

hope that help and have a nice day :slight_smile:

1 Like

I tried updating. The update applied. But I get the same error.
So I tried brave-browser --disable-gpu But I get the same Error that I first posted. Thank You for the reply but I am still not able to run Brave. Take Care.

I saw in another post to try installing chrome. So I installed chromium and it works fine. Then I tried running Brave but it will not run. Hope the next Brave update fixes this.

could you try to install the beta version of brave and see if it work fine or not?

1 Like

Sounds Good, I will try this method. So From the Brave Website.

Beta Channel Installation

Debian, Ubuntu, Mint

sudo apt install curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-beta-archive-keyring.gpg https://brave-browser-apt-beta.s3.brave.com/brave-browser-beta-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-beta-archive-keyring.gpg] https://brave-browser-apt-beta.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-beta.list

sudo apt update

sudo apt install brave-browser-beta

So I Tried this and everything installed but Brave will not run from the Icon, and from the terminal… BRAVE-BROWSER still gives me this ERROR.

[6220:6220:0418/232633.912012:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[0418/232634.264100:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0418/232634.267255:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0418/232634.267286:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
/usr/bin/brave-browser: line 48: 6220 Bus error (core dumped) “$HERE/brave” “$@”

Again Thanks, but I am not sure how to fix this one?? Take Care…

Sounds Good. So I tried to install the beta from the website as follows.

Beta Channel Installation

Debian, Ubuntu, Mint

sudo apt install curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-beta-archive-keyring.gpg https://brave-browser-apt-beta.s3.brave.com/brave-browser-beta-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-beta-archive-keyring.gpg] https://brave-browser-apt-beta.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-beta.list

sudo apt update

sudo apt install brave-browser-beta

OK I tried this and everything went ok.
BUT Brave will still not run from the ICON. And from the terminal command BRAVE-BROWSER I still get this Error.

[6220:6220:0418/232633.912012:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[0418/232634.264100:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0418/232634.267255:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0418/232634.267286:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
/usr/bin/brave-browser: line 48:  6220 Bus error               (core dumped) "$HERE/brave" "$@"

Again Thanks. But I cannot get Brave to run yet. Take Care.

let me ask @fmarier from the team to help you with that and have a nice day both of you :slight_smile:

1 Like

In order to start the beta version of Brave from the command line, you’ll have to type:

brave-browser-beta

Does that give you the same “Bus error (core dumped)” error message?

2 Likes

Just so I have a better idea of how your system is setup, can you share the output of these commands?

  1. uname -a
  2. lsb_release -a
  3. dpkg -l \*brave\*
  4. snap list | grep brave
  5. which brave-browser
  6. update-alternatives --display brave-browser

(none of these commands require root privileges or sudo since they don’t modify anything on your system)

2 Likes

OK here is the command and the output of each, hope this helps.

uname -a
Linux BL270 5.19.0-40-generic #41~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 31 16:00:14 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy

dpkg -l \*brave\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
++±==================-============-============-==============================>
ii brave-browser 1.50.119 amd64 The web browser from Brave
ii brave-browser-beta 1.51.95 amd64 The web browser from Brave
ii brave-keyring 1.13 all Brave Browser keyring and repo>

snap list | grep brave
(sorry, no terminal output, just went back to command line.)

which brave-browser
/usr/bin/brave-browser

update-alternatives --display brave-browser
brave-browser - auto mode
link best version is /usr/bin/brave-browser-stable
link currently points to /usr/bin/brave-browser-stable
link brave-browser is /usr/bin/brave-browser
/usr/bin/brave-browser-beta - priority 151
/usr/bin/brave-browser-stable - priority 201

Thanks for looking at this. Take Care.

Also I typed brave-browser-beta. I got this output but Brave Browser Beta did run. Here is the output I got first then the Beta did run.

[4383:4383:0420/002848.372536:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[4417:4417:0420/002848.799320:ERROR:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
```

Very interesting. Okay it means that whatever problem you’re running into, it’s only the current release version that has it. The next major version of Brave (i.e. the one currently in Beta) is not affected.

Can you try this:

sudo apt install --reinstall brave-browser

It will re-download the release version of Brave and then reinstall it (not touching any of your personal data like bookmarks or saved passwords).

After that, start brave from the command line using brave-browser-stable

1 Like

OK. I ran sudo apt install --reinstall brave-browser. It installed OK. Then I ran brave-browser-stable. But Brave did not run and I still get this output.

[0420/105446.440857:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0420/105446.501430:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0420/105446.501462:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
[3494:3494:0100/000000.511911:ERROR:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
/usr/bin/brave-browser-stable: line 48:  3458 Bus error               (core dumped) "$HERE/brave" "$@"

Sorry. I thought that might do it. Thanks. PS the updater for Brave was here, Version 150.121. So I installed that too but still get the same error.

Also when I ran the updater it updated the Beta Version too. Now brave-browser-beta 1.51.97. I ran brave-browser-beta just to see if it was still working and yes it ran, but the Output changed a bit. Here is the new Beta Output. Maybe this helps?

[4859:4859:0420/112336.600812:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
[4895:4895:0420/112337.318094:ERROR:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
[4859:4859:0420/112419.331419:ERROR:CONSOLE(2178)] "[Brave Settings Overrides] Appearance Page cannot find use default theme button template", source: chrome://settings/settings.js (2178)
[4859:4859:0420/112504.856428:ERROR:CONSOLE(2178)] "[Brave Settings Overrides] Appearance Page cannot find use default theme button template", source: chrome://settings/settings.js (2178)
[4859:4859:0420/112506.473232:ERROR:CONSOLE(2615)] "[Brave Settings Overrides] Could not find certs template", source: chrome://settings/settings.js (2615)
[4859:4859:0420/112506.845641:ERROR:CONSOLE(0)] "Unchecked runtime.lastError: IPFS node is not launched", source: chrome://settings/?search=Sidebar (0)
1 Like

So if I wait for the Update Version 151 then Brave should start working again and whatever caused the error should be fixed. SO I just need to wait?? How soon do you think they will release the next major version? OR Should we try to fix this error still?? And again, I Just wanted to Thank You for the help.

I ran into a similar error with Fedora 37. I just downgraded the package to the last version to get going again.

Version that crashes on startup: brave-browser-1.50.121-1.x86_64
error: /usr/bin/brave-browser: line 48: 9733 Illegal instruction (core dumped) “$HERE/brave” “$@”

Version that works: brave-browser-1.50.119-1.x86_64

Hi, I have just updated brave and now have a similar problem on Fedora Linux 37.
When I try running brave-browser from the terminal, I get the error message:

[ky@fedorabook ~]$ brave-browser
/usr/bin/brave-browser: line 48:  4320 Illegal instruction     (core dumped) "$HERE/brave" "$@"

Here is some system information:

[ky@fedorabook ~]$ uname -a
Linux fedorabook 6.2.10-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr  6 23:30:41 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

[ky@fedorabook ~]$ which brave-browser
/usr/bin/brave-browser

[ky@fedorabook ~]$ update-alternatives --display brave-browser
brave-browser - status is auto.
 link currently points to /usr/bin/brave-browser-stable
/usr/bin/brave-browser-stable - priority 200
Current `best' version is /usr/bin/brave-browser-stable.

[ky@fedorabook ~]$ neofetch
             .',;::::;,'.                ky@fedorabook 
         .';:cccccccccccc:;,.            ------------- 
      .;cccccccccccccccccccccc;.         OS: Fedora Linux 37 (Workstation Edition) x86_64 
    .:cccccccccccccccccccccccccc:.       Host: Kefka 1.0 
  .;ccccccccccccc;.:dddl:.;ccccccc;.     Kernel: 6.2.10-200.fc37.x86_64 
 .:ccccccccccccc;OWMKOOXMWd;ccccccc:.    Uptime: 28 mins 
.:ccccccccccccc;KMMc;cc;xMMc:ccccccc:.   Packages: 2110 (rpm) 
,cccccccccccccc;MMM.;cc;;WW::cccccccc,   Shell: bash 5.2.15 
:cccccccccccccc;MMM.;cccccccccccccccc:   Resolution: 1366x768 
:ccccccc;oxOOOo;MMM0OOk.;cccccccccccc:   DE: GNOME 43.4 
cccccc:0MMKxdd:;MMMkddc.;cccccccccccc;   WM: Mutter 
ccccc:XM0';cccc;MMM.;cccccccccccccccc'   WM Theme: Adwaita 
ccccc;MMo;ccccc;MMW.;ccccccccccccccc;    Theme: Adwaita [GTK2/3] 
ccccc;0MNc.ccc.xMMd:ccccccccccccccc;     Icons: Adwaita [GTK2/3] 
cccccc;dNMWXXXWM0::cccccccccccccc:,      Terminal: gnome-terminal 
cccccccc;.:odl:.;cccccccccccccc:,.       CPU: Intel Celeron N3060 (2) @ 2.480GHz 
:cccccccccccccccccccccccccccc:'.         GPU: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
.:cccccccccccccccccccccc:;,..            Memory: 1698MiB / 3847MiB 
  '::cccccccccccccc::;,.
1 Like

Thanks for all of the details. We’re in the middle of preparing an emergency release for Linux. It will come out today and should fix this startup crash.

3 Likes

MUCH THANKS! I will look forward to this next update. Take Care. And Thank You and @justsomeone1 for all the help!

1 Like