-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
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. |
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 |
ok so in docker compose you can fix the issue like this:
edit: or whatever user/group id is relevant for your installation It is running now |
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 :) |
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
The text was updated successfully, but these errors were encountered: