node icon indicating copy to clipboard operation
node copied to clipboard

execution-entrypoint.sh missing???

Open memand opened this issue 8 months ago • 4 comments

docker-compose.yml contains a refference to ./execution-entrypoint.sh

So I would expect that file to exist, just as op-node-entrypoint.sh does... It does not exist tho, which makes it very hard for me to set --nat=X

memand avatar Apr 21 '25 20:04 memand

It looks like the file it references is execution-entrypoint (with no .sh).

This appears to be copied in correctly geth, reth.

Just want to confirm this isn't a typo?

danyalprout avatar Apr 22 '25 18:04 danyalprout

Yeah, mb... Made the report a bit quick, I can confirm it's the execution-entrypoint without the .sh extension I miss

memand avatar Apr 22 '25 19:04 memand

I see, so for some reason it did not copy over when I did 'docker compose up --build' but it sounds like I can copy it myself safely from the geth dir :D Thanks a lot :)

memand avatar Apr 22 '25 19:04 memand

Could it maybe be because I blundered and didn't set up the env(s) correctly before building? I will make a test to find out if that was the issue when I get back home, and get back to you :)

memand avatar Apr 22 '25 19:04 memand

Apologies for the late reply, needed a break and then went on with something else... I think the fault was in my end in the end

memand avatar May 17 '25 06:05 memand