hexparrot / mineos-node

node.js implementation of mineos minecraft management
GNU General Public License v3.0
334 stars 170 forks source link

MineOS will not start servers on a fresh installation #365

Closed jakem72360 closed 4 years ago

jakem72360 commented 4 years ago

I'm using a fresh install of MineOS on Debian and after having followed these instructions on the wiki, I am able to login and create servers, but cannot start them. No warning is displayed in the web UI, and there doesn't seem to be anything of importance in the logs. The web UI is running as root, and the server is (attempting) to run as a new user minecraft.

Distro: Debian 10 (buster) Java: OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Debian-3deb10u1, mixed mode, sharing) Node: v10.22.0 Logs: mineos.log

jakem72360 commented 4 years ago

Anyone?

hexparrot commented 4 years ago

Based on how far you were able to progress, but it stopped, can you confirm you have rsync installed on your system?

jakem72360 commented 4 years ago

I see the wiki's been updated. It works with rsync now, although I'd highly recommend making the resulting error log more descriptive to prevent trivial issues such as this in future.

hexparrot commented 4 years ago

Indeed, I've updated the wiki and also created a new commit to address this issue.

That said, the wiki always had this:

rsync MineOS requires rsync 3.1.0+, which comes default in Ubuntu 14.04 and later. Ensure you have a recent enough version.

Because up until your report, each distro I'd worked on always included it.

jakem72360 commented 4 years ago

Understandable. Most of my servers usually have rsync, simply because it's a handy tool (and often a dependency).