[Bug 243593] chrome not working on headless servers

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 25 20:38:50 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243593

            Bug ID: 243593
           Summary: chrome not working on headless servers
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: phil.chadwick at claremont.farm

I did a "pkg upgrade" on my FreeBSD systems a few days back, and
/usr/local/bin/chrome has stopped working on all the headless servers (reached
with "ssh -Y").

I get a browser window displayed, but it's completely blank -- just a white
rectangle.

As far as I have been able to test, all the FreeBSD servers with local displays
work fine. So ssh login to the FreeBSD server is the common factor (ssh
configurations have not changes in ages).

I have observed the behaviour on FreeBSD servers running 11.3, 12.0, and 12.1. 

In the same context where chrome fails, iridium and firefox work.

This example is a FreeBSD 12.1 ssh client and FreeBSD 11.3 server:

[ritz.193] $ chrome --version
Chromium 79.0.3945.130
[ritz.194] $ uname -a
FreeBSD ritz.my.domain 11.3-RELEASE FreeBSD 11.3-RELEASE #0 r349754: Fri Jul  5
04:45:24 UTC 2019     root at releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC
 amd64
[ritz.195] $ set | egrep  "DISPLAY|SSH"   
DISPLAY=localhost:10.0
SSH_CLIENT='192.168.1.26 53970 22'
SSH_CONNECTION='192.168.1.26 53970 192.168.1.36 22'
SSH_TTY=/dev/pts/0
[ritz.196] $ chrome
[42319:576968448:0125/112750.168173:ERROR:bus.cc(393)] Failed to connect to the
bus: Could not parse server address: Unknown address type (examples of valid
types are "tcp" and on UNIX "unix")
[42319:576968448:0125/112750.221455:ERROR:bus.cc(393)] Failed to connect to the
bus: Could not parse server address: Unknown address type (examples of valid
types are "tcp" and on UNIX "unix")
[42319:576968448:0125/112750.221556:ERROR:bus.cc(393)] Failed to connect to the
bus: Could not parse server address: Unknown address type (examples of valid
types are "tcp" and on UNIX "unix")
[42319:633651968:0125/112750.510578:ERROR:object_proxy.cc(632)] Failed to call
method: org.freedesktop.DBus.Properties.Get: object_path=
/org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.UPower was not provided by any .service files
[42319:633651968:0125/112750.510934:ERROR:object_proxy.cc(632)] Failed to call
method: org.freedesktop.UPower.GetDisplayDevice: object_path=
/org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.UPower was not provided by any .service files
[42319:633651968:0125/112750.511257:ERROR:object_proxy.cc(632)] Failed to call
method: org.freedesktop.UPower.EnumerateDevices: object_path=
/org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.UPower was not provided by any .service files
[42323:534676224:0125/112751.271066:ERROR:command_buffer_proxy_impl.cc(124)]
ContextResult::kTransientFailure: Failed to send
GpuChannelMsg_CreateCommandBuffer.
[42323:532766720:0125/112752.062228:ERROR:child_process_sandbox_support_impl_linux.cc(79)]
FontService unique font name matching request did not receive a response.
[42323:532766720:0125/112752.063012:ERROR:child_process_sandbox_support_impl_linux.cc(79)]
FontService unique font name matching request did not receive a response.
[42319:532770560:0125/112754.145554:ERROR:connection_factory_impl.cc(418)]
Failed to connect to MCS endpoint with error -111

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list