Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. Silvermane

    Infinity Evolved Skyblock - No 'starter' items in inventory

    Hi all, I've started an FTB Infinity Evolved Skyblock server on a Linux VM. The server starts fine and is able to be connected to. However, I'm running into an interesting problem. Aside from the signs in the spawn area being *slightly* incorrect (there are supposed to be underscores in the...
  2. Silvermane

    Linux installation methods - Servers

    I must be missing a command somewhere. For the moment, I won't worry about it, but I'll give this a try again next time I want to start a server. I can see how it could be an effective way to deliver a server pack, and I've not used curl all that much amazingly. Thanks for clarifying this, however.
  3. Silvermane

    Linux installation methods - Servers

    I just 'solved' this by downloading the windows executable, running it, then zipping the files and uploading them to my server. Wouldn't it be easier to just roll back to the old method of downloading a ZIP file with all the server bits in there?
  4. Silvermane

    Linux installation methods - Servers

    No, it doesn't. I've allowed execution, but there's no way to actually run the file. I can't do it with bash, and I don't know what else to use. I'm running Ubuntu Server 20 LTS with no GUI. Running with bash throws "cannot execute binary file" as expected. Just running the file straight...
  5. Silvermane

    Linux installation methods - Servers

    I'm having trouble here as well. All I get is an "application/octet-stream" type file that has no extension. I assume it's a binary blob of some kind, but figuring out how to execute it was another story. When I use wget I end up with an extensionless file called "linux" that also does nothing...