-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Issues I've Found #10
Comments
Thanks @eyoung100 Meantime, I plan to test what you say about cron (which makes no sense to me - why would Debian Server not have cron enabled?!) ... I'll test / confirm and patch as needed. 2 is already in the works as you can see in the code. This will be completed in time as possible, and with the support of Patrons to help fund the development. 3 I'm happy to evaluate. Thank you. It is a good suggestion. |
I'll be happy to open 3 Tickets. How do you want me to approach that? Sticking with the first issue: Steps To ReproduceFlip KVM Switch to Pi4
Flip KVM Switch to Desktop PC
After rebooting, the server never started, because cron was never enabled or started. |
Could you instead just download the recommended Base OS from the README link and see if it differs? SSH is also enabled by default, so I can't help but think it has something to do with how you are flashing your Base OS. Let me know - thanks. |
Ubuntu 21..04 64-bit arm is what I installed.
As verification I re-downloaded the link, and received |
Thanks. I'll have to do more testing, because what I'm seeing is a fully working Pinecraft server running Minecraft 1.17, with cron and ssh enabled out of the box, so not sure yet why you're experiencing something otherwise. Ubuntu Server, by default, has both SSH and Cron enabled, so I can't understand why you are seeing something different. |
Would using a KVM switch cause an issue? That is the only thing out of the ordinary that I used while installing. See 4-Port HDMI/USB KVM Switch with Audio/Video and USB Peripheral Sharing. My Pi is connected to the HDMI with a HDMI-C to HDMI-A Adapter. |
Aikars Flags added in d9919c7 |
@reboot
cron job. I'm no script expert, but something likeApparently crond is not started by default on Ubuntu server 21.04. I could only get the server to behave if I ran the install script every time I wanted to start the server until I discovered this.
I allowed the installer to complete to determine the
-Xms
and-Xmx
lines, and then added the extra flags to optimize garbage collection etc. I'm using the Liberica OpenJDK 16 and these all work.The text was updated successfully, but these errors were encountered: