Git Product home page Git Product logo

Comments (8)

ericbmerritt avatar ericbmerritt commented on July 19, 2024

@mdaguete details?

@tsloughter any ideas?

from relx.

bullno1 avatar bullno1 commented on July 19, 2024

Start script line 69:
REMSH="$ERTS_PATH/erl $REMSH_NAME_ARG $REMSH_REMSH_ARG $COOKIE_ARG"

Should instead be:
REMSH="$ERTS_DIR/bin/erl $REMSH_NAME_ARG $REMSH_REMSH_ARG $COOKIE_ARG"

Also, it should be moved below line 71: find_erts_dir

from relx.

bullno1 avatar bullno1 commented on July 19, 2024

I don't think you can expect it to work anyway. remote_console relies on having a start_clean.boot script which isn't generated by default.

Btw, the releases's erl script is not marked as executable. When it is, everything breaks since it can't find a start_clean.boot script.

IMO, ssh and attach can do the same thing and it's much more secure.

from relx.

tsloughter avatar tsloughter commented on July 19, 2024

It should be generated if you put in the config that you want the extended start script.

from relx.

ericbmerritt avatar ericbmerritt commented on July 19, 2024

Tristan, is that already in the documentation?

On Sun, Aug 18, 2013 at 9:21 AM, Tristan Sloughter <[email protected]

wrote:

It should be generated if you put in the config that you want the extended
start script.


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-22833713
.

from relx.

tsloughter avatar tsloughter commented on July 19, 2024

@bullno1 any update? Did you put

{include_erts, true}.

{extended_start_script, true}.

In your relx.config?

from relx.

bullno1 avatar bullno1 commented on July 19, 2024

@tsloughter So that's the problem. I put {generate_start_script, false} since I want to work around some of the start script's bugs.

from relx.

tsloughter avatar tsloughter commented on July 19, 2024

So every is good now? The start script should be much better now.

from relx.

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.