Jump to content
  • 0

Portable Servers


biosboy4

Question

Hello,

 

We were porting a server from a windows box we have been developing on, to a linux box that we are using to host our staging server.

 

I am pretty sure this may have been an issue with mono, I am just posting here for some verification:

 

Copying the server by it's root directory should successfully migrate the server, correct?

 

Thanks guys,

 

biosboy4

 

PS: I'm also backing up our "staging" directory hourly with an rsync script, so I'm just trying to verify that portable functionality is there. There might be M$ registry stuff that could be a show stopper when it comes to windows/linux migration.

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

We got it figured out. For some reason mono was running the first server that was ever run no matter which one was executed thereafter.

apt-get purge mono-complete 
apt-get autoremove 
apt-get install mono-complete

Did not resolve the issue, the first server would still run no matter what.

So the temporary workaround for us was to just spin up a fresh debian vm.

Good to go! :)

 

Edit: We also noticed that the cli commands don't seem to work when running the server via mono/terminal. Is there an argument I am missing? I have been running it like so:

cd /home/user/server_dir
mono "Intersect Server.exe"

 

Link to comment
Share on other sites

×
×
  • Create New...