Start Button in WebUI does nothing

I just set up MineOS from a VM off my home server, I can connect to the webUI fine. I’m not using a root account.

I’m trying to run a Spigot/Bukkit server and when I hit start nothing happens.

The BuildTools log shows

Git name not set, setting it to default value.
warning: unable to access ‘/root/.gitconfig’: Permission denied
warning: unable to access ‘/root/.config/git/config’: Permission denied
Exception in thread “main” java.lang.RuntimeException: Error running command, r$
at org.spigotmc.builder.Builder.runProcess(Builder.java:552)
at org.spigotmc.builder.Builder.main(Builder.java:166)
warning: unable to access ‘/root/.gitconfig’: Permission denied
warning: unable to access ‘/root/.config/git/config’: Permission denied
error: could not lock config file /root/.gitconfig: Permission denied

I’m a Linux noob and have no idea what’s causing this issue. Can anyone clear this up for me?

It is probably related to this issue: [resolved] Building Spigot / Craftbukkit fails - solution: update WebUI

Please see there for how to resolve (requires ssh and shell usage)

2 Likes

Thanks for the speedy reply. I’ve just finished your process and you’re right, it sure does take a while! I’ll report back once it’s completed.

EDIT: That (sort of) worked, but I guess Craftbukkit hasn’t updated to 1.11.1 yet? It’s not allowing me to connect despite downloading just the executables for 1.11.1 vanilla and Spigot that are listed on the WebUI.

Do I just need to wait? I’d rather not start making stuff on a 1.11 server to then need to start over/upgrade it all.