• Chrome from another machine does not work

    From William Unruh@2:250/1 to All on Sat Sep 5 23:37:13 2020
    I am trying to look at a link in an email message from alpine. Many (eg
    PDF files) work. But Chrome, my browser does not work.

    The chrome windows opens on my home machine, but starys blank. On the
    remote machine I get error messages

    [15230:15230:0905/144128.240296:ERROR:viz_main_impl.cc(152)] Exiting GPU process due to errors during initialization [15265:7:0905/144129.518930:ERROR:command_buffer_proxy_impl.cc(122)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer. [15195:15235:0905/144152.380971:ERROR:object_proxy.cc(632)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.


    I have gigabit fibre connectivity from the remote machine, so network speed is not a problem.

    How do I even start trying to figure out how to resolve the problem?
    Which "GPU process"? The last error line occurs about 10 sec after the
    first two. There is certainly not enough information there for me to
    figure out what is going wrong. (Note, the network connection was NOT
    broken so that is one possibility off the table.)


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Sun Sep 6 00:47:45 2020
    On Sat, 05 Sep 2020 18:37:13 -0400, William Unruh <unruh@invalid.ca> wrote:

    I am trying to look at a link in an email message from alpine. Many (eg
    PDF files) work. But Chrome, my browser does not work.

    The chrome windows opens on my home machine, but starys blank. On the
    remote machine I get error messages

    [15230:15230:0905/144128.240296:ERROR:viz_main_impl.cc(152)] Exiting GPU
    process due to errors during initialization
    [15265:7:0905/144129.518930:ERROR:command_buffer_proxy_impl.cc(122)]
    ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
    [15195:15235:0905/144152.380971:ERROR:object_proxy.cc(632)] Failed to call
    method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

    How are you connecting to the remote machine? If ssh, ensure the following are set
    # grep X11 /etc/ssh/ssh_config
    ForwardX11 yes
    # If this option is set to yes then remote X11 clients will have full access
    # to the original X11 display. As virtually no X11 client supports the untrusted
    ForwardX11Trusted yes

    And on the remote system
    # grep X11 /etc/ssh/sshd_config
    X11Forwarding yes

    Regards, Dave Hodgins

    --
    Change dwhodgins@nomail.afraid.org to davidwhodgins@teksavvy.com for
    email replies.

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From William Unruh@2:250/1 to All on Sun Sep 6 01:34:15 2020
    On 2020-09-05, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
    On Sat, 05 Sep 2020 18:37:13 -0400, William Unruh <unruh@invalid.ca> wrote:

    I am trying to look at a link in an email message from alpine. Many (eg
    PDF files) work. But Chrome, my browser does not work.

    The chrome windows opens on my home machine, but starys blank. On the
    remote machine I get error messages

    [15230:15230:0905/144128.240296:ERROR:viz_main_impl.cc(152)] Exiting GPU process due to errors during initialization
    [15265:7:0905/144129.518930:ERROR:command_buffer_proxy_impl.cc(122)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
    [15195:15235:0905/144152.380971:ERROR:object_proxy.cc(632)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

    How are you connecting to the remote machine? If ssh, ensure the following
    are set
    # grep X11 /etc/ssh/ssh_config
    ForwardX11 yes
    # If this option is set to yes then remote X11 clients will have full access # to the original X11 display. As virtually no X11 client supports the
    untrusted
    ForwardX11Trusted yes

    And on the remote system
    # grep X11 /etc/ssh/sshd_config
    X11Forwarding yes

    All of those are yes on both machines.

    Also Libreoffice works fine. For example if a mail has a .doc or .docx
    file, it will open on my home machine with libreoffice when reading mail with alpine on
    the remote machine. So it does not seem to be an X11 problem.


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Sun Sep 6 01:49:02 2020
    On Sat, 05 Sep 2020 20:34:15 -0400, William Unruh <unruh@invalid.ca> wrote:
    Also Libreoffice works fine. For example if a mail has a .doc or .docx
    file, it will open on my home machine with libreoffice when reading mail
    with alpine on
    the remote machine. So it does not seem to be an X11 problem.

    After using ssh to connect to another system on my lan,
    chromium-browser /usr/share/doc/HTML/en/common/gpl-license.html
    is working ok here.

    Are you using chromium-browser or the google chrome?

    Regards, Dave Hodgins

    --
    Change dwhodgins@nomail.afraid.org to davidwhodgins@teksavvy.com for
    email replies.

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From William Unruh@2:250/1 to All on Sun Sep 6 07:47:34 2020
    On 2020-09-06, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
    On Sat, 05 Sep 2020 20:34:15 -0400, William Unruh <unruh@invalid.ca> wrote:
    Also Libreoffice works fine. For example if a mail has a .doc or .docx
    file, it will open on my home machine with libreoffice when reading mail with alpine on
    the remote machine. So it does not seem to be an X11 problem.

    After using ssh to connect to another system on my lan,
    chromium-browser /usr/share/doc/HTML/en/common/gpl-license.html
    is working ok here.

    Are you using chromium-browser or the google chrome?

    Google Chrome
    google-chrome-stable-84.0.4147.135-1
    on the local machine,
    google-chrome-stable-83.0.4103.116-1
    on the remote machine.


    Regards, Dave Hodgins


    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From J.O. Aho@2:250/1 to All on Sun Sep 6 11:34:47 2020
    On 06/09/2020 00.37, William Unruh wrote:
    I am trying to look at a link in an email message from alpine. Many (eg
    PDF files) work. But Chrome, my browser does not work.

    The chrome windows opens on my home machine, but starys blank. On the
    remote machine I get error messages

    [15230:15230:0905/144128.240296:ERROR:viz_main_impl.cc(152)] Exiting GPU
    process due to errors during initialization
    [15265:7:0905/144129.518930:ERROR:command_buffer_proxy_impl.cc(122)]
    ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
    [15195:15235:0905/144152.380971:ERROR:object_proxy.cc(632)] Failed to call
    method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.


    I have gigabit fibre connectivity from the remote machine, so network speed
    is
    not a problem.

    How do I even start trying to figure out how to resolve the problem?
    Which "GPU process"? The last error line occurs about 10 sec after the
    first two. There is certainly not enough information there for me to
    figure out what is going wrong. (Note, the network connection was NOT
    broken so that is one possibility off the table.)


    There is a settings in Chrome/Chromium which allows the browser to use
    the GPU directly (Use hardware acceleration when available), as you are
    using remote tunneling, you won't be able to use the GPU acceleration
    and those you need to disable it on the remote machine before you can
    tunnel the window to your machine.

    --

    //Aho

    --- MBSE BBS v1.0.7.17 (GNU/Linux-x86_64)
    * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1@fidonet)