<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Thanks Sebastien. It seems I'm getting somewhere - I installed
      "slim" instead of xdm, and had the paraview user login
      automatically. Now when I login via ssh, I can see the X server is
      running, and the paraview user has the ~/.Xauthority file created
      in its homedir (so I guess it did login successfuly). The DISPLAY
      variable is still unset, but I get a new error if I set it
      manually:</p>
    <p>[paraview@vbl-sim ~] $ DISPLAY=:0 glxinfo<br>
      Invalid MIT-MAGIC-COOKIE-1 keyError: unable to open display :0<br>
    </p>
    <p>and the same error for any X program (so I can't run i.e. "xhost
      +" recommended somewhere). This situation persists through
      restarts. I trie ro remove the ~/.Xauthority file as recommended
      elsewhere, but that didn't help either.<br>
    </p>
    (I also tried a second method - starting the launcher through
    .xinitrc, but it seems slim ignores this file altogether. That's a
    different problem anyways, as for testing it would be more
    comfortable if I could launch the server form command line)<br>
    <br>
    <br>
    Jiri<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 05/05/16 16:23, Sebastien Jourdain
      wrote:<br>
    </div>
    <blockquote
cite="mid:CABObKxefXtqmpADYSvv1un3Q-i7Ri5kFgqYDdMfV3Dgr=12cow@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">You were on the right track with DISPLAY=:0 but I'm
        wondering if you setup a "virtual" monitor or if your "paraview"
        user is auto logged in a X session or if it stuck at the "login"
        panel?
        <div><br>
        </div>
        <div>You can find some information about the virtual screen
          here: (Search for "Screen")</div>
        <div><br>
        </div>
        <div><a moz-do-not-send="true"
href="http://kitware.github.io/paraviewweb/docs/guides/graphics_on_ec2_g2.html"
            target="_blank">http://kitware.github.io/paraviewweb/docs/guides/graphics_on_ec2_g2.html</a><br>
        </div>
        <div><br>
        </div>
        <div>And for the autologin if it is needed. (Note on EC2 the
          user start X hence no need to login...)</div>
        <div><br>
        </div>
        <div><a moz-do-not-send="true"
href="https://github.com/Kitware/paraviewweb/blob/master/tools/ansible/roles/paraview/tasks/Ubuntu.yml"
            target="_blank">https://github.com/Kitware/paraviewweb/blob/master/tools/ansible/roles/paraview/tasks/Ubuntu.yml</a><br>
        </div>
        <div><br>
        </div>
        <div>Seb</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, May 5, 2016 at 6:58 AM, Jiří
          Vyskočil <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:jiri.vyskocil@fjfi.cvut.cz" target="_blank">jiri.vyskocil@fjfi.cvut.cz</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
            <br>
            <br>
            I'm trying to set up a Paraview Web server on a Fedora 23
            machine. The serves is not connected to a monitor or a
            keyboard (I only have access through ssh), but it has a
            nvidia GPU which I want to use for paraview.<br>
            <br>
            <br>
            I have installed xdm to run the X server, and verified that
            it is in fact running with the correct nvidia drivers (by
            checking the Xorg.0.log file). The problem is I don't know
            how to run the paraview webserver on the X display when
            there's no one physically logged in - I can only get to the
            server via ssh. When I log in, and switch to the paraview
            user, the DISPLAY and XAUTHORITY variables are empty.<br>
            <br>
            <br>
            The webserver itself is running (apache + the python
            launcher), but when I try to open any of the example
            applications, I get an error like this:<br>
            <br>
            <br>
            $ ./launch-paraview.sh<br>
            2016-05-05 14:54:17,528:<a class="moz-txt-link-freetext" href="INFO:twisted:Site">INFO:twisted:Site</a> starting on 9000<br>
            2016-05-05 14:54:17,528:<a class="moz-txt-link-freetext" href="INFO:twisted:Starting">INFO:twisted:Starting</a> factory
            <twisted.web.server.Site instance at 0x7fe20da6a998><br>
            2016-05-05 14:55:09,655:<a class="moz-txt-link-freetext" href="INFO:twisted">INFO:twisted</a>:"127.0.0.1" - -
            [05/May/2016:12:55:09 +0000] "POST /paraview/ HTTP/1.1" 503
            78 "<a moz-do-not-send="true"
              href="https://vbl-sim.eli-beams.eu/apps/Visualizer/"
              rel="noreferrer" target="_blank">https://vbl-sim.eli-beams.eu/apps/Visualizer/</a>"
            "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:45.0)
            Gecko/20100101 Firefox/45.0"<br>
            <br>
            <br>
            $ cat 965318f2-12c0-11e6-a3cb-002590e6af35.txt<br>
            2016-05-05 14:55:06+0200 [-] Log opened.<br>
            ERROR: In
/home/strazce/hax/ParaView-v5.0.0-source/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,
            line 333<br>
            vtkXOpenGLRenderWindow (0x3f00be0): bad X server connection.
            DISPLAY=<br>
            <br>
            <br>
            Specifying DISPLAY=:0 when running the launcher gives this
            error:<br>
            <br>
            $ cat e73921bc-12c0-11e6-b002-002590e6af35.txt<br>
            2016-05-05 14:57:22+0200 [-] Log opened.<br>
            No protocol specified<br>
            No protocol specified<br>
            No protocol specified<br>
            ERROR: In
/home/strazce/hax/ParaView-v5.0.0-source/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,
            line 333<br>
            vtkXOpenGLRenderWindow (0x4127c10): bad X server connection.
            DISPLAY=:0. Aborting.<br>
            <br>
            <br>
            <br>
            Thanks for any hints,<br>
            <br>
            Jiri<br>
            <br>
            <br>
            <br>
            <br>
            _______________________________________________<br>
            Powered by <a moz-do-not-send="true"
              href="http://www.kitware.com" rel="noreferrer"
              target="_blank">www.kitware.com</a><br>
            <br>
            Visit other Kitware open-source projects at <a
              moz-do-not-send="true"
              href="http://www.kitware.com/opensource/opensource.html"
              rel="noreferrer" target="_blank"><a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a></a><br>
            <br>
            Please keep messages on-topic and check the ParaView Wiki
            at: <a moz-do-not-send="true"
              href="http://paraview.org/Wiki/ParaView" rel="noreferrer"
              target="_blank">http://paraview.org/Wiki/ParaView</a><br>
            <br>
            Search the list archives at: <a moz-do-not-send="true"
              href="http://markmail.org/search/?q=ParaView"
              rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
            <br>
            Follow this link to subscribe/unsubscribe:<br>
            <a moz-do-not-send="true"
              href="http://public.kitware.com/mailman/listinfo/paraview"
              rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>