Jump to content

dangioffre

Member
  • Posts

    32
  • Joined

  • Last visited

Everything posted by dangioffre

  1. Yeah idk. im guessing we have to use a bat file to start a service for the server but not 100% sure how to go about it.
  2. I made one but there is something wrong. Can someone please look at it? Spaceenginners - Windows.xml
  3. I set it up but for some reason it keeps crashing. No errors. Just crashes. Can someone take a look at it for me? That would be very helpful
  4. Yes. Thank you all. I am a Desktop Support Tech under HP but I dont use Linux. It is was Windows I got it down.. Now this hosting is not open because I am trying to learn what I can n fix everything before opening anything. But I have been talking to a few linux guys that have been helping. Thank you guys for all the input/help.
  5. Well the thing is. I have it on a different HD which idk how to have it auto mounted. If someone can help me with that. That would be amazing
  6. How can I make Each XML into its own tickrate? Like one xml is 64 tickrate n one 124 tickrate?
  7. How can I add in a command line to autostart tcadmin panel when my server boots up?
  8. Yeah really odd why its not working.
  9. Its normal MC 1.7.10 No mod or anything.
  10. For some reason no matter what I do I can not give more than 1G of ram to my server... My command line is -Xmx5G -Xms1G -jar minecraft_server.jar nogui even tried the ones below. -Xmx5G -Xms5G -jar minecraft_server.jar nogui -Xmx5120M -Xms2560M -jar minecraft_server.jar nogui -Xmx5120M -Xms5120M -jar minecraft_server.jar nogui -Xmx5120M -Xms2048M -jar minecraft_server.jar nogui -Xmx2048M -Xms2048M -jar minecraft_server.jar nogui No idea how to make it.
  11. Anyone have a linux one?
  12. Also there is something else I saw in the console that is odd. "# [13:07:43] [server thread/INFO]: Starting minecraft server version 1.7.4 [13:07:43] [server thread/INFO]: Loading properties [13:07:43] [server thread/WARN]: server.properties does not exist [13:07:43] [server thread/INFO]: Generating new properties file" its not running version 1.7.4. I put in the "minecraft_server.1.7.10.jar" It also says that the server.properties does not exist but it has always been there even. Its so odd.
  13. Yes I am using the Primary IP. Yes I did that. There set to 25566 right now. I been trying to find away to make it work but I had no luck with this at all.
  14. I got almost everything working but a few things. I get some errors in console now.. 3213.txt
  15. I get a new error now. "Starting ArmA 2 server... /home/tcagame/admin/17/arma2oaserver: line 32: /2302.run: Permission denied" "#!/bin/bash # # armaserver: ArmA 2 Linux Dedicated Server Control Script # © 2010 BIStudio # ArmA 2 binary version must be 1.04 or later # #======================================================================= #======== CONFIGURATION PARAMETERS ======== #======== MUST BE EDITED MANUALLY TO FIT YOUR SYSTEM PARAMETERS ======== #======================================================================= ARMA_DIR= CONFIG= PORT=2302 PIDFILE=${ARMA_DIR}/${PORT}.pid RUNFILE=${ARMA_DIR}/${PORT}.run LOGFILE=${ARMA_DIR}/log.${PORT}.txt SERVER=${ARMA_DIR}/server OTHERPARAMS=-cpucount=2 #======================================================================= ulimit -c 1000000 case "$1" in start) if [ -f ${RUNFILE} ]; then $0 stop fi echo "Starting ArmA 2 server..." # file to mark we want server running... echo "go" >${RUNFILE} # launch the background watchdog process to run the server nohup </dev/null >/dev/null $0 watchdog & ;; stop) echo "Stopping ArmA 2 server..." if [ -f ${RUNFILE} ]; then # ask watcher process to exit by deleting its runfile... rm -f ${RUNFILE} fi # and terminate ArmA 2 server process if [ -f ${PIDFILE} ]; then kill -TERM $(< ${PIDFILE}) if [ -f ${PIDFILE} ]; then rm -f ${PIDFILE} fi fi ;; status) if [ -f ${RUNFILE} ]; then echo "Server should be running..." else echo "Server should not be running..." fi if [ -f ${PIDFILE} ]; then PID=$(< ${PIDFILE}) echo "PID file exists (PID=${PID})..." if [ -f /proc/${PID}/cmdline ]; then echo "Server process seems to be running..." fi fi ;; check) echo -n "ArmA 2 directory: ${ARMA_DIR} " if [ -d ${ARMA_DIR} ]; then echo "OK" else echo "MISSING!" fi echo -n "Server executable: ${SERVER} " if [ -x ${SERVER} ]; then echo "OK" else echo "ERROR!" fi echo "Port number: ${PORT}" echo -n "Config file: ${CONFIG} " if [ -f ${CONFIG} ]; then echo "OK" else echo "MISSING!" fi echo "PID file: ${PIDFILE}" echo "RUN file: ${RUNFILE}" ;; restart) $0 stop $0 start ;; watchdog) # this is a background watchdog process. Do not start directly while [ -f ${RUNFILE} ]; do # launch the server... cd ${ARMA_DIR} echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Starting server (port ${PORT})..." ${SERVER} >>${LOGFILE} 2>&1 -server -config=${CONFIG} -port=${PORT} -pid=${PIDFILE} ${OTHERPARAMS} if [ -f ${RUNFILE} ]; then echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Server died, waiting to restart..." sleep 5s else echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Server shutdown intentional, watchdog terminating" fi done ;; *) echo "$0 (start|stop|restart|status|check)" ;; esac "
  16. Going insane here. I have the Full Game of Arma 2 OA in the folder. I got the Arma 2 OA servr files from the website and ran the Server config n it said it was converted. Here is my XML n my server.cfg. Maybe there is something wrong here. Also added in a photo of my Folder. http://i.imgur.com/UGHGDC6.png arma2oa - Linux.xml server.cfg
  17. Hello, I am not sure how much you deal with game support. I been running into a problem with Minecraft. I did not edit anything. I used everything default. I upgraded to the new MC version. I am not sure why I keep getting this port error. I changed the ports in the XML to us something different but no matter what I do I get this error. I googled things for hours n got zero that work, "[13:07:43] [server thread/INFO]: Generating keypair [13:07:44] [server thread/INFO]: Starting Minecraft server on *:25565 [13:07:44] [server thread/WARN]: **** FAILED TO BIND TO PORT! [13:07:44] [server thread/WARN]: The exception was: java.net.BindException: Address already in use [13:07:44] [server thread/WARN]: Perhaps a server is already running on that port?"
  18. I really need this. If anyone can help with this. That would be amazing.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use