Git Product home page Git Product logo

Comments (8)

SergejJurecko avatar SergejJurecko commented on June 3, 2024

What is the content of log files in ./log ?

from actordb.

otobrglez avatar otobrglez commented on June 3, 2024

I can't upload tar to GH. Here is link to my DB - hope it helps. https://dl.dropboxusercontent.com/u/697441/log.tar.gz

from actordb.

SergejJurecko avatar SergejJurecko commented on June 3, 2024

Everything seems normal. Something seems to be wrong with erlang distribution protocol (it can not connect to node). Are you on a vpn maybe?

from actordb.

SergejJurecko avatar SergejJurecko commented on June 3, 2024

Try please with two open terminals.

Terminal 1:

erl -name [email protected] -setcookie abc
..leave erlang running..

Terminal 2:
erl -name [email protected] -setcookie abc
net_adm:ping('[email protected]').

Does it return pong or pang?

Close erlang with q().

from actordb.

otobrglez avatar otobrglez commented on June 3, 2024
  1. Terminal 2 returns
pong 
  1. I'm not using VPN or anything like that.

  2. I'm not running actordb as root or anything like that. Should I?

from actordb.

SergejJurecko avatar SergejJurecko commented on June 3, 2024

No need to run as root.

What about running from pre-built package for osx?

from actordb.

SergejJurecko avatar SergejJurecko commented on June 3, 2024

In the startdev.sh window, what is the result of this command:
erlang:get_cookie().

It should return: actordb

After running actordb with startdev.sh, open another terminal:

erl -name [email protected] -setcookie actordb
net_adm:ping('[email protected]').

Does it return pong or pang?

from actordb.

SergejJurecko avatar SergejJurecko commented on June 3, 2024

This was most likely caused by an undetected port conflict with spotify daemon. Better late then never in figuring it out I guess.

from actordb.

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.