Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken docker image testinprod/op-erigon:v2.60.10-0.8.1 #236

Open
PeaStew opened this issue Dec 19, 2024 · 4 comments
Open

Broken docker image testinprod/op-erigon:v2.60.10-0.8.1 #236

PeaStew opened this issue Dec 19, 2024 · 4 comments

Comments

@PeaStew
Copy link

PeaStew commented Dec 19, 2024

System information

testinprod/op-erigon:v2.60.10-0.8.1 docker image

Expected behaviour

Runs without error. Reverting to previous version and node starts up immediately

Actual behaviour

[EROR] [12-19|10:07:15.030] catch panic err="runtime error: invalid memory address or nil pointer dereference" stack="[main.go:29 panic.go:770 panic.go:261 signal_unix.go:881 rw_dir.go:52 dirs.go:135 dirs.go:112 main.go:60 make_app.go:54 command.go:276 app.go:333 app.go:307 main.go:34 proc.go:271 asm_amd64.s:1695]"

Steps to reproduce the behaviour

Upgrade to testinprod/op-erigon:v2.60.10-0.8.1 using docker compose

Backtrace

[backtrace]
@mininny
Copy link
Member

mininny commented Dec 19, 2024

Hello @PeaStew , it seems like this issue is very similar to erigontech#12902.

Could you take a look at this about docker permission configurations? erigontech#12902 (comment)

It seems like upstream erigon has this issue fixed but haven't released it. When they do, I'll create a followup fix PR.

@PeaStew
Copy link
Author

PeaStew commented Dec 19, 2024

Oh good call, yes it did look like a permissions issue because I deleted temp dir in case there was some detritus left behind from previous version (used to be common with erigon) and it recreated it as the dhcpd user

@PeaStew
Copy link
Author

PeaStew commented Dec 19, 2024

ok so in docker compose you can fix the issue like this:

image: testinprod/op-erigon:v2.60.10-0.8.1
user: "1000:1000"

edit: or whatever user/group id is relevant for your installation

It is running now

@mininny
Copy link
Member

mininny commented Dec 20, 2024

Great to hear that your issue is resolved! I'll open this issue up for now so that anyone else that might have this issue can see this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants