|
Your donations keep RPGWatch running!
RPGWatch Updates, Bug reports and Feature requests
September 17th, 2018, 20:38
No, it's this little "Your Notifications" thing under the "Log Out" button on the upper right side of the forum. Currently I have 9 notifications, all being post quotes".
--
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius and a lot of courage to move in the opposite direction." (E.F.Schumacher, Economist, Source)
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius and a lot of courage to move in the opposite direction." (E.F.Schumacher, Economist, Source)
September 17th, 2018, 20:41
Oh, probably not much can be done without that expensive plugin, then.
--
"I cannot define the real problem, therefore I suspect there's no real problem, but I'm not sure there's no real problem."
Richard Feynman
"I cannot define the real problem, therefore I suspect there's no real problem, but I'm not sure there's no real problem."
Richard Feynman
September 17th, 2018, 20:46
Originally Posted by Alrik FassbauerI just clink the notification button then it goes away.
No, it's this little "Your Notifications" thing under the "Log Out" button on the upper right side of the forum. Currently I have 9 notifications, all being post quotes".
Though I agree its bothersome sometimes.
--
“Opinions are like assholes, everybody's got one and everyone thinks everyone else's stinks.”
“Opinions are like assholes, everybody's got one and everyone thinks everyone else's stinks.”
September 28th, 2018, 22:32
Stop me if this is already known. The first reply after a news post is back to saying it was done by the OP in the headlines.
--
Developer of The Wizard's Grave Android game. Discussion Thread:
http://www.rpgwatch.com/forums/showthread.php?t=22520
Developer of The Wizard's Grave Android game. Discussion Thread:
http://www.rpgwatch.com/forums/showthread.php?t=22520
September 28th, 2018, 22:57
I don’t think it was ever gone.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
September 28th, 2018, 23:03
It's been the tradition since i can remember.
--
"I cannot define the real problem, therefore I suspect there's no real problem, but I'm not sure there's no real problem."
Richard Feynman
"I cannot define the real problem, therefore I suspect there's no real problem, but I'm not sure there's no real problem."
Richard Feynman
| +1: |
September 28th, 2018, 23:07
Originally Posted by MyrthosYou fixed it once when you added the notification system - or you had to back out the fix for reason because of it.
I don’t think it was ever gone.
--
Developer of The Wizard's Grave Android game. Discussion Thread:
http://www.rpgwatch.com/forums/showthread.php?t=22520
Developer of The Wizard's Grave Android game. Discussion Thread:
http://www.rpgwatch.com/forums/showthread.php?t=22520
September 28th, 2018, 23:10
--
Developer of The Wizard's Grave Android game. Discussion Thread:
http://www.rpgwatch.com/forums/showthread.php?t=22520
Developer of The Wizard's Grave Android game. Discussion Thread:
http://www.rpgwatch.com/forums/showthread.php?t=22520
| +1: |
October 16th, 2018, 17:12
Once again from 7-11:00 am ET the site keeps going out every 5-10 minutes.
--
“Opinions are like assholes, everybody's got one and everyone thinks everyone else's stinks.”
“Opinions are like assholes, everybody's got one and everyone thinks everyone else's stinks.”
October 16th, 2018, 18:13
Yeah, someone is bothering us.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
| +1: |
October 16th, 2018, 23:44
We ran quickly out of available resources after a restart. CPU load is still extremely high at the moment, but fiddling with some settings improves the behavior and the site is at least loading for a longer time than before.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
| +1: |
October 17th, 2018, 00:41
Trouble is, any sad sack with time on their hands can organise a DDOS. Not much a small site can do without an expensive infrastructure.
--
"I cannot define the real problem, therefore I suspect there's no real problem, but I'm not sure there's no real problem."
Richard Feynman
"I cannot define the real problem, therefore I suspect there's no real problem, but I'm not sure there's no real problem."
Richard Feynman
October 17th, 2018, 00:50
I was trying to load the site to post some news but it is better now. Glad the problem wasn't on my end as I've had computer problems the last couple weeks.
October 17th, 2018, 01:27
Originally Posted by MyrthosWhat's the deal? Think they are targeting something (like trying to find something that can mine bitcoin for them). Are you getting hit from multiple IP's?
Yeah, someone is bothering us.
--
Developer of The Wizard's Grave Android game. Discussion Thread:
http://www.rpgwatch.com/forums/showthread.php?t=22520
Developer of The Wizard's Grave Android game. Discussion Thread:
http://www.rpgwatch.com/forums/showthread.php?t=22520
October 17th, 2018, 08:40
I am not a star in analyzing log files, but I had the impression that the amount of attacks we had should not cause the site to stop functioning. It wasn’t a generic server issue as it had enough resources to work with and I could just log in as root. The only thing that happened was that 4 of the 8 threads we can run in parallel were at 100% causing PHP-FPM to stop functioning. I changed the configuration parameters and found a set that allowed the site to keep functioning even with all 8 threads at 100% and blocked some Lithuanian IPs in the process. That actually took more time than I thought as the way the documentation says it loads the various configuration files is not how it is implemented apparently. What was left at that moment was a brute force attack for a mysql injection from a single IP, which I blocked.
As to why, I see regular attacks for mail accounts, so our mail server could be used for sending out spam mails. I see about 100 tries a day to get direct access to the server and every now and then someone is doing brute force attacks to detect a mysql injection, which can also used to get access to the server. Up to now all without any success fortunately.
As far as the time it took to solve this, well I have a full-time job, so I could only work on it when I got home
As to why, I see regular attacks for mail accounts, so our mail server could be used for sending out spam mails. I see about 100 tries a day to get direct access to the server and every now and then someone is doing brute force attacks to detect a mysql injection, which can also used to get access to the server. Up to now all without any success fortunately.
As far as the time it took to solve this, well I have a full-time job, so I could only work on it when I got home
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
| +1: |
October 17th, 2018, 14:02
I wonder if it might be worth putting the mail server on a separate, very cheap VPS (you can find very basic ones for a couple of bucks a month.) I assume it's mainly for sending out notifications, so an extremely barebones setup should be good enough. I wouldn't ideally have SMTP running on the same box as a webserver.
--
"I cannot define the real problem, therefore I suspect there's no real problem, but I'm not sure there's no real problem."
Richard Feynman
"I cannot define the real problem, therefore I suspect there's no real problem, but I'm not sure there's no real problem."
Richard Feynman
|
|
All times are GMT +2. The time now is 01:51.

