-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error: PageSize configuation is wrong: configured with 4096, but got 65536 #10
Comments
To add the container does work, but this is the last thing I see. |
Best I can tell this means that your Linux distro doesn't match Ubuntu's page file size for QEMU: fluent/fluent-bit#4270 It sounds like to me all this means is that your Linux distro isn't using the same page file size as the Docker container. Someone in that thread even brought up the Oracle VM so I'm guessing this is a thing. Does it cause any problems? When you say this is the last thing you see do you mean that when you shut down the server that's the last line it shows? Or does the server not actually work? |
It seems the server actually is running, but I am not getting any logs when I do |
I'm guessing Oracle can't handle Box64 and needs to use the slower QEMU for emulation. Can you try using -e UseQEMU=Y in your launch line? I would probably recommend using the Geyser container even if you want to play using Bedrock but I understand you're using an existing server so that is a bit of a dealbreaker for switching to a server that doesn't require emulation on ARM! ARM is the absolute worst choice to run this on and it's actually cheating under the hood to do it at all (this is why very few projects support running Bedrock on ARM). It uses emulation but it sounds like Oracle isn't configured correctly for Box64 (and will likely have to fall back using QEMU). |
Sorry for the late reply, but I did try QEMU initially, it did start per logs but my users could not log in, the server is still working so I am sort of just treading water right now until I think of another solution, but will look at geyser container. Only issues is the user are pretty far along and I would not want them to have to start all over now to move to a new service. |
Hey travisboss, Welcome back, don't sweat it at all! I thought I might have closed this one but maybe it was another one since I didn't think we were going to hear from you again but I'm glad you came back. So this is actually sounding really good. QEMU is working properly. Now you are running into the normal Oracle stuff which is people can't connect. This is well-known for sure with Oracle and I can definitely help with this. You definitely fixed the major problem with Box64 and page size by switching to QEMU. The Oracle configuration stuff looks like this:
I'm positive you'll be able to get it going now that we got the strange page size configuration error cleared up here! |
All users I have are able to connect just fine. |
Getting this error when starting this container with the docker compose example.
I am using a Oracle Free Tier with four Arm cores, if there is more info you need please let me know. I am trying to import a bedrock instance I had on a on prem server to this cloud server, I transferred my entire world over.
The text was updated successfully, but these errors were encountered: