[erlang-questions] erlexec permissions denied error on start after building release

Wes James comptekki@REDACTED
Sun Jul 1 00:35:30 CEST 2018


OK.  Thanks.

On Sat, Jun 30, 2018 at 4:31 PM, Tristan Sloughter <t@REDACTED> wrote:

> relx and rebar3 are separate tools, but rebar3 includes relx for building
> releases. rebar3 builds applications, runs tests and handles dependencies,
> relx only does release creation.
>
> So if you download rebar3 you are getting relx but not the other way
> around, so if you are using erlang.mk you are only using relx.
>
> Tristan
>
> On Sat, Jun 30, 2018, at 4:27 PM, Wes James wrote:
>
> I thought relx was just another name for rebar.  I'm using erlang.mk and
> it has relx in the script.
>
> I'm seeing these 2:
>
> https://github.com/erlang/rebar3
>
> https://github.com/erlware/relx
>
> On Sat, Jun 30, 2018 at 4:20 PM, Wes James <comptekki@REDACTED> wrote:
>
> I have 3.26.0.
>
> On Sat, Jun 30, 2018 at 4:16 PM, Wes James <comptekki@REDACTED> wrote:
>
> OK.  I thought I got the latest yesterday.  I'll check again.
>
> On Sat, Jun 30, 2018 at 4:14 PM, Tristan Sloughter <t@REDACTED>
> wrote:
>
>
> This is with rebar3 3.6.1? Why is it under `_rel`? Did you set a different
> output directory or are you using relx directly? In which case make sure
> you have version 3.26.0.
>
> Tristan
>
> On Sat, Jun 30, 2018, at 4:05 PM, Wes James wrote:
>
> I upgraded to erlang 21.0.1 and upgraded rebar3 to the latest and built my
> project, but when I ran it I got an erlexec permissions denied error.  I
> noticed that most of the files in _rel/project_name/erts-10.0.1/bin were
> set only rw not rwx.  Is this a bug or do I need to change a setting
> somewhere?
>
> This is when I run:  _rel/bin/project_name console
>
> Thanks,
>
> -wes
> *_______________________________________________*
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180630/f3971b18/attachment.htm>


More information about the erlang-questions mailing list