Cant Load Server in Vps

Started by abbasi, Jun 28, 2015, 05:49 PM

Previous topic - Next topic

maxorator

Make sure that your plugins line in server.cfg does not contain any unnecessary spaces.

abbasi

u can check it
plugins xmlconf04rel32 squirrel04rel32 sqlite04rel32 sockets04rel32 hashing04rel32 ini04rel32

.

Aaah yes, I remember this crap. The encoding of the config file is a bit screwed up and causes it to load a plugin with an empty name. That's because the server doesn't know when the plugins line ends.

There's another topic which even had a fix for this. But I'm too lazy to look for it.
.

DizzasTeR

Quote from: S.L.C on Jun 29, 2015, 01:34 PMAaah yes, I remember this crap. The encoding of the config file is a bit screwed up and causes it to load a plugin with an empty name. That's because the server doesn't know when the plugins line ends.

Adding a space at the end of the plugin line fixes that, I noticed it when my announce plugin didn't load, all I did was add a space after the last character in plugins line.

Thijn

Converting the line endings to linux usually fixes this as well.

abbasi

When i give no space its showing error of last plugin and when i give 2 spaces it shows blank li this
http://s30.postimg.org/4wg0ncg75/Capture.png

abbasi


Thijn

Open the server.cfg file in Notepad++ and go to Edit -> EOL Conversion -> Unix
Save the file, and upload to your VPS.

abbasi

#23
That error is fixed tnank u thijn but again screen is terminating and this time no error :'(
http://s24.postimg.org/otoicaxfp/Capture.png
http://s2.postimg.org/548xwna2x/Capture1.png

.

#24
I'm just speechless. You just proved to the world that what they know about stupidity is nothing compared to the one displayed by you.

Once again you people show us that you don't even read those error messages. You just come here with print screens (in best case scenario) and expect to be explained something that you can't even understand.


I'M STRUGGLING FROM THE BOTTOM OF MY HEART TO NOT BURST INTO RAGE RIGHT NOW BUT IT'S REALLY, REALLY, HARD.
.

abbasi

You are speechless because you cant solve it and this is not stupidity its problem. :P

abbasi

i tried that u r trying to explain in your lang >.< i tried that cmd :P

jayant

Its not a problem, Its just a simple thing..Runing the server as root has some security issues so you need to make a user in your vps and then normally run the server by screen ./mpsvrrel32.
To run as root, you will do like this - screen ./mpsvrrel32 -allow-server-runas-root To kill - get the process id of screen by pgrep screen and then use kill <id>

Thijn

Quote from: abbasi on Jun 29, 2015, 07:16 PMYou are speechless because you cant solve it and this is not stupidity its problem. :P
You have no idea how stupid this sounds. It's ridiculous.
The best thing to do right now is create a separate user to run the vcmp server with. Google has some excellent guides for that, specific for your distro.
1. Create a new user.
2. Copy your server files to the new user's home folder
3. Login to SSH with that new user
4. Run server.
5. Profit.

Quote from: jayant on Jun 29, 2015, 07:28 PMIts not a problem, Its just a simple thing..Runing the server as root has some security issues so you need to make a user in your vps and then normally run the server by screen ./mpsvrrel32.
To run as root, you will do like this - screen ./mpsvrrel32 -allow-server-runas-root To kill - get the process id of screen by pgrep screen and then use kill <id>
Killing a process running in a screen is much easier then that. You just type screen -r which will give you back your console. Then press CTRL+C and the process will be gracefully killed.

abbasi

#29
I made user and now giving error segmentation fault
http://s23.postimg.org/h04mqmgu3/Capture.png