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. X

    Linux Server Support

    Well the windows manager (aka GUI) can be installed on any OS, some of the popular ones are KDE, Gnome2, Gnome3, and Cinnamon. Without previous linux experience it can be a bit overwhelming at times. Just let me know if you need any help.
  2. X

    Linux Server Support

    Well if you're going to run this as a server or an desktop I would recommend either Ubuntu or CentOS. If you haven't ran linux before there is a desktop distrobution as well as a server version, make sure you pick the appropriate one. I am a big fan of CentOS 5.9 as a server, or cent 6.3+. they...
  3. X

    How do I increase ram on my FTB ultimate Server

    When executing the jar file, java has a few extensions that can specify the max and minimum amount of RAM allowed. As mmorton89 has indicated the -Xmx flag is for MAX memory while the Xms is minimum memory . In my experience it's good to keep the minimum around 75% of the max, so if you set...
  4. X

    Linux Server Support

    Server performance is based around a few different qualities, and settings. With the hardware, you have to think in terms of CPU clock cycles, RAM utilization, and Disk I/O. Ways to improve this is proper settings and configurations, plus not over-loading the box it's being hosted on. By...
  5. X

    Linux Server Support

    Sorry for the late response, you could try the following: screen -ls This would give you the list of screen sessions, then you can connect to it with the r flag (reattach) or x flag to force-attach: [root@vps ~]# screen -ls There are screens on: 20592.ts3 (Detached) 6155.ftb...
  6. X

    Linux Server Support

    If you think that the port is being used you can utilize the following: netstat -nalp | grep :#### Where the #'s are, just put that port number. It should give you the service that's listening on that port and the you can run: ps faux | grep -i $service The dollar sign is just part of the...
  7. X

    Linux Server Support

    Greetings, I just wanted to start a thread because I've seen some interest thus far, about Linux support. For those out there that are trying to run a FTB server on a Linux machine here is your place to post your issues, concerns, find tricks and tips on how to improve performance, even go...
  8. X

    Mod code fixes and tweaks

    As i run on a RHEL 6 box, CentOS 6.3 currently I find that utilizing text editors can often include various characters due to windows formating like the infamouse ^M so I prefer VIM. If we have a large pool of people running on Linux, CentOS/Ubuntu/Debian I'd be happy to look at starting a...
  9. X

    I like to watch my friends macerate.

    I like to watch my friends macerate.
  10. X

    equivalent exchange

    I've looked over a way to implement EE2 into my own FTB install, but due to both the limitations in my programming knowledge I couldn't make it work the way I wanted on my RHEL 6 server. Iam excited to see this in the future and with the updates from this mod-maker. Loving all the current mods...
  11. X

    Make it so we can play FTB if the servers are down.

    I can attest to that, keep up the good work you guys are doing.
  12. X

    Make it so we can play FTB if the servers are down.

    I don't know if there is interest for either geo-redundancy or an alternate host, but I work for a major web hosting company where we own and operate all of our data centers. This is not spam, just a fan of your service who wants to offer a solution. My name is in my profile and if you ever...