• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Website and Server Problem.

mbruzaca

New Member
Joined
Jun 8, 2012
Messages
93
Reaction score
1
Location
Brazil
Hello guys! I have a 8.6 tibia server and I'm facing a big problem..

From nothing, my website stop working and players can't log in the server.. Players already logged in still can play, but offline players can't log in and the website stop working.. I tried to restart apache2, but it does not work.. But if I'm logged in already (in god's account) I can use the shutdown command, and then I can access the website again..


Any idea of what it might be?
 
Last edited:
I'm using OTX. But i've never seen anyone with this problem.. Any clue of what it might be? No error on server's console, website just stop working and nobody can't log into the server..

BUMP!
 
Last edited:
This is an unpleasant experience in progress and should not have been allowed to happen. In my humble opinion the slow download speed of your server and appalling advice of your employees caused this failure to occur.
Certificate IV in Training and Assessment

- - - Updated - - -

This is an unpleasant experience in progress and should not have been allowed to happen. In my humble opinion the slow download speed of your server and appalling advice of your employees caused this failure to occur.
Certificate IV in Training and Assessment
 
wtf?

- - - Updated - - -

Now I'm having this problem!
Code:
Can't connect to MySQL database.

Is that a hacker attack? Tryin' to log in phpmyadmin, but no success.. NEVER had a problem like that before.. My server was online for like 2 months, but now I've reached 200+- players online, that happens, any clue of what can I do to protect me from that?

I've tried to change back the root password and I get this:

Code:
root@dedicado:~# mysqladmin -u root pasword 'mynewpass'
mysqladmin: connect to server at 'localhost' failed
error: 'Too many connections'

- - - Updated - - -

Code:
>>> Loading time: 30.428 seconds.
>>> Parsing time: 37.84 seconds.

Parsing time have never been higher than 2 SECONDS.. o.O

- - - Updated - - -

Website is taking one year to load for me, but server has no lag.
 
Last edited:
Lose connection you don't added any script have query inside?

for changed password is..
Code:
/etc/init.d/mysql stop
mysqld --skip-grant-tables &
mysql -u root mysql
UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE User='root'; FLUSH PRIVILEGES; exit;

for website laagmade by you have config apache2 in 0 in
etc/apache2 in archive httpd.conf
made by you dont have nothing inside you paste this and reboot.. or service apache2 restart
Code:
ServerName localhost
 
I have some people attacking my server..

Server got offline for 2 minutes, now I'm having this problem

Code:
Player X has logged out

Error while saving player: Player X.
 
Back
Top