Geoff Bourne

Results 1034 comments of Geoff Bourne

Please provide config and logs

I am not able to recreate this issue, so I suspect it is something about the Orange Pi platform. Can you set the environment variable `DEBUG` to "true" and provide...

Thanks. Still quite strange. It's as if the image is somehow corrupted. Before trying some things can you provide the output of: ``` docker run -it --rm --entrypoint bash itzg/minecraft-server...

Thanks for posting also @EvinRobertson . Definitely some commonalities in host OS there and roughly similar hardware. I was curious if kernel versions lined up but there's a few minor...

Thanks. The jar and class within are definitely there -- thanks for drilling into those. My only theory so far is that apparmor and/or seccomp is blocking the loading/execution of...

Yeah this sounds like a good example to include. Running MySQL in a container is surprisingly easy. I'll take a shot at the compose file for all of it, but...

That's a great idea. I'll research the code around there but off hand I'm thinking that's quite doable.

### Implementation notes Manifest integrity check: https://github.com/itzg/mc-image-helper/blob/ede488ce5d8e3b90334eb4414228ef8957def448/src/main/java/me/itzg/helpers/files/Manifests.java#L125 To handle "download to directory" mode's file existence check: https://github.com/itzg/mc-image-helper/blob/0161ae3dd56d221695033f9dc1c999b8019dbc6c/src/main/java/me/itzg/helpers/files/ReactiveFileUtils.java#L33 Specific file download mode, which should probably be enhanced to use same as...

@azunaVT your scenario/solution is not really related, but I appreciate you sharing your enhancement. A PR would be great where I can provide some more precise comments.

Double check the ownership and/or permissions on your host directory `./minecraft-data`. The containers are accessing that as user ID 1000. If you're running root-less containers such as with podman, I...