Get a bukkit permissions plugin, and some plugins that allow them to do the things you want to allow that support permissions. dev.bukkit.org/server-mods/
Who is the provider, then, I might be able to find out what they normally use for a distro. Unless you know which one it is. when you log on via ssh, does it display a banner with information on it?
hmm...well, that solves the issue on whether or not it is linux. It is. I was hoping it would tell me the distro it has on it. can you try lsb_release -a?
Title: IndexOutOfBoundsException - Crashes Server
Version: 3.0.3/3.0.4
OS: FreeBSD 9.0 Release
Java Version: OpenJDK 6
Description of Problem:
The server randomly crashes on a IndexOutOfBoundsException. This usually happens when there is no one on the server.
Error Messages:
Error Log:
2012-06-17 06:27:50 [FINER] THROW
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.set(ArrayList.java:364)
at codechicken.wirelessredstone.core.SaveManager.setSectorUsed(SaveManager.java:177)
at codechicken.wirelessredstone.core.SaveManager.writeNodes(SaveManager.java:323)
at codechicken.wirelessredstone.core.SaveManager.saveFreq(SaveManager.java:393)
at codechicken.wirelessredstone.core.RedstoneEtherFrequency.saveFreq(RedstoneEtherFrequency.java:82)
at codechicken.wirelessredstone.core.RedstoneEther.saveEther(RedstoneEther.java:168)
at codechicken.wirelessredstone.core.RedstoneEtherSaveHandler.onWorldSave(RedstoneEtherSaveHandler.java:17)
at forge.ForgeHooks.onWorldSave(ForgeHooks.java:297)
at net.minecraft.server.World.save(World.java:265)
at net.minecraft.server.World.doTick(World.java:1767)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:543)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)