chromium-browser www.facebook.com errors on start

When i type "chrome www.facebook.com", next errors are shown,
Code:
HOST:x: /home/x:>chrome www.facebook.com
[97915:-148824064:0328/021952.545231:ERROR:nss_util.cc(357)] After loading Root Certs, loaded==false: NSS error code: -8018
[97915:-148813312:0328/021953.179058:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148813312:0328/021953.179222:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148813312:0328/021953.179316:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148813312:0328/021953.179383:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148824064:0328/021953.641109:ERROR:policy_logger.cc(157)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161) Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
[97915:-148813312:0328/021954.454998:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148813312:0328/021954.455030:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-125786368:0328/021956.688167:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148813312:0328/021957.203447:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148813312:0328/021957.203522:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148824064:0328/021959.335974:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: 
[97915:110640640:0328/021959.339578:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148824064:0328/021959.792302:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: 
[97915:-125788160:0328/021959.793186:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148824064:0328/021959.850022:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: 
[97915:-125788160:0328/021959.876357:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148824064:0328/021959.882140:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: 
[97915:-73236480:0328/021959.882226:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[97915:-148824064:0328/021959.887876:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: 
Error creating proxy: Unknown or unsupported transport “disabled” for address “disabled:” (g-io-error-quark, 13)
 
Try specifying HTTPS.

Code:
% chrome https://www.facebook.com/
[28166:-786358272:0328/031226.205365:ERROR:nss_util.cc(357)] After loading Root Certs, loaded==false: NSS error code: -8018
Gtk-Message: 03:12:26.379: Failed to load module "appmenu-gtk-module"
[28166:-786358272:0328/031226.481074:ERROR:policy_logger.cc(157)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161) Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
[28169:-2040455168:0328/031226.619539:ERROR:nss_util.cc(357)] After loading Root Certs, loaded==false: NSS error code: -8018
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
% pkg iinfo chromium ; date ; uname -aKU
chromium-122.0.6261.111
ungoogled-chromium-122.0.6261.111
Thu 28 Mar 2024 03:13:04 GMT
FreeBSD mowa219-gjp4-zbook-freebsd 15.0-CURRENT FreeBSD 15.0-CURRENT main-n269004-1c7307cf6763 GENERIC amd64 1500017 1500017
%
 
Back
Top