Giter VIP home page Giter VIP logo

Comments (5)

DanielSank avatar DanielSank commented on June 30, 2024

If this is a firewall problem it's going to take me a loooong time to figure it out. Help appreciated there.

from scalabrad.

jwenner avatar jwenner commented on June 30, 2024

@DanielSank, two recent issues I had that are potentially related are:

  1. Error message "Expected STARTTLS" - #36
  2. Error message "Exception: Connection lost." - labrad/pylabrad#186

Some questions which may be useful in the diagnosis:

  1. Which pylabrad commit are you running (on all affected computers)?

  2. When you run the scalabrad manager, what is the full command you are using? (Particularly any flags used)

  3. Can you figure out which scalabrad version you are running? If running from the source, which commit? If from bintray, try looking in the following locations:

    a. Full directory where the manager is located (should be SCALABRAD/bin/labrad); look in the last folder of SCALABRAD.
    b. SCALABRAD/lib/scalabrad_2.11-xxx.jar. Please provide xxx (e.g., 0.5.1, 0.4.0, etc.)

from scalabrad.

DanielSank avatar DanielSank commented on June 30, 2024

Here's a copypasta from the ansible script which started the manager

[Unit]
Description=Labrad Manager

[Service]
ExecStartPre=mkdir -p /var/run/labrad
ExecStart={{ lrdir }}/scalabrad/bin/labrad --password {{ lrpass }} --registry file:///var/lib/labrad/registry.sqlite --tls-required false
Restart=always
RestartSec=5s
User=labrad
Environment=LABRADNODE={{ nodename }}
Environment=PYTHONPATH={{ lrdir }}/pylabrad:{{ lrdir }}
Environment=LABRADPASSWORD={{ lrpass }}

[Install]
WantedBy=multi-user.target

I'm guessing the --tls-required false is relevant, but not sure.

from scalabrad.

DanielSank avatar DanielSank commented on June 30, 2024
  1. Which pylabrad commit are you running (on all affected computers)?

On the client machine: 88606135acf01e03e2df924ab2cd7a37a0762149. I'm not sure how the pylabrad version on the manager is relevant.

  1. When you run the scalabrad manager, what is the full command you are using? (Particularly any flags used)

See previous post.

  1. Can you figure out which scalabrad version you are running? If running from the source, which commit?

0.5.1

from scalabrad.

DanielSank avatar DanielSank commented on June 30, 2024

This was a firewall problem. The solution was to open tcp on 7682.

Thank you, @ejeffrey.

from scalabrad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.