You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
Check if your IP is banned
viewtopic.php?t=7286

Server updates

Latest Atari related news.
User avatar
russellnash
Site sponsor
Site sponsor
Posts: 181
Joined: Fri Mar 26, 2021 2:46 pm

Re: Server updates

Post by russellnash »

I don't know anything about Ubuntu server but if LTS is in the name it usually means you are using some old versions of various things in order to make it what they call stable.
User avatar
exxos
Site Admin
Site Admin
Posts: 25765
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Server updates

Post by exxos »

russellnash wrote: Wed Oct 23, 2024 6:42 am I don't know anything about Ubuntu server but if LTS is in the name it usually means you are using some old versions of various things in order to make it what they call stable.
Yep true the LTS always seems to lag a fair bit behind. Though the F2B repo is abandoned now :( I had to figure out how to compile another program from source a couple weeks back as another repo got abandoned :(
User avatar
exxos
Site Admin
Site Admin
Posts: 25765
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Server updates

Post by exxos »

@rubber_jonnie mentioned to me yesterday that images in particular were loading very slow or not at all.

It took some hours to diagnose the problem. Long story short, After opening a support ticket, Ramnode moved my server to another node on the host and things seem to be running fast again now.

I suspect there was some bad sectors on the SSD as I tested the drive speed before and after the move and afterwards the speed was like 10x faster. This also seems to explain the unusual high CPU usage lately also.
User avatar
rubber_jonnie
Site Admin
Site Admin
Posts: 12982
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: Server updates

Post by rubber_jonnie »

exxos wrote: Wed Nov 20, 2024 9:22 am @rubber_jonnie mentioned to me yesterday that images in particular were loading very slow or not at all.

It took some hours to diagnose the problem. Long story short, After opening a support ticket, Ramnode moved my server to another node on the host and things seem to be running fast again now.

I suspect there was some bad sectors on the SSD as I tested the drive speed before and after the move and afterwards the speed was like 10x faster. This also seems to explain the unusual high CPU usage lately also.
Glad I could help 😁
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
User avatar
HigashiJun
Posts: 1934
Joined: Fri Jun 19, 2020 7:21 am
Location: Tokyo

Re: Server updates

Post by HigashiJun »

Yay ! The store is also back to normal.

:D
User avatar
exxos
Site Admin
Site Admin
Posts: 25765
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Server updates

Post by exxos »

HigashiJun wrote: Wed Nov 20, 2024 9:41 am Yay ! The store is also back to normal.
Was something wrong before ? I wasn't aware..
User avatar
HigashiJun
Posts: 1934
Joined: Fri Jun 19, 2020 7:21 am
Location: Tokyo

Re: Server updates

Post by HigashiJun »

exxos wrote: Wed Nov 20, 2024 10:08 am Was something wrong before ? I wasn't aware..
Pictures were not loading and everything was slow.

Had issues too with basket refreshing.

I finally placed my order today.
User avatar
exxos
Site Admin
Site Admin
Posts: 25765
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Server updates

Post by exxos »

The server may intermittently go down for about half an hour over the next few weeks.

The reason for this is I am converting to full fibre and I will able to download and store full disk server backups on my home network. This should help too slightly reduce monthly operational costs as I will not have to store every disc back up in the cloud which of course costs money per month.

It should allow me to experiment with server updates for the forum on my home network as opposed to trying to do everything on the live server. It should ultimately make my life easier as updating the forum software always leads to something breaking and takes time to resolve. Doing this work on a live server puts pressure on me to fix it all quickly which I want to avoid in the future. Generally I have used multiple other servers for testing but that again costs more money.

Also the server was dealing with several thousand attacks from China and Singapore yesterday. I have not seen or heard of any server timeouts or slowdowns over the past couple of days. so my firewall rules are still holding up just fine. Fail2ban takes care of a lot of things but I had to write custom scripts because of the way the requests are made in order to avoid detection. Things like fake Google bots are constant nuisance and have to be scanned and IP verified individually. Things are done hourly among multiple other detection systems I have put in place.

Incidentally IPs are being reported to the abuse database regularly https://www.abuseipdb.com/user/170367 . It has a limit of 5, 000 reports per day which is how I knew about the attacks because I got to an email saying I had hit the limit for that day. The reporting is actually queued as to try and avoid hitting the reporting limits, but the attacks yesterday must have been that bad even the queueing wasn't enough. Things seem again "quiet" today.

Incidentally some real-time server updates using conical live patch system causes nginx to crash. I have opened up a bug report and support ticket but progress is incredibly slow / next to nonexistent. Generally @rubber_jonnie is on the ball in telling me when the server isn't responding. As long as I'm at home , I can restart nginx quickly. But it can be an issue if I am not at home, IE on weekends. In which case the server may be down until I get home Sunday nights.
User avatar
rubber_jonnie
Site Admin
Site Admin
Posts: 12982
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: Server updates

Post by rubber_jonnie »

exxos wrote: Sun Jan 26, 2025 12:02 pm The server may intermittently go down for about half an hour over the next few weeks.

The reason for this is I am converting to full fibre and I will able to download and store full disk server backups on my home network. This should help too slightly reduce monthly operational costs as I will not have to store every disc back up in the cloud which of course costs money per month.

It should allow me to experiment with server updates for the forum on my home network as opposed to trying to do everything on the live server. It should ultimately make my life easier as updating the forum software always leads to something breaking and takes time to resolve. Doing this work on a live server puts pressure on me to fix it all quickly which I want to avoid in the future. Generally I have used multiple other servers for testing but that again costs more money.

Also the server was dealing with several thousand attacks from China and Singapore yesterday. I have not seen or heard of any server timeouts or slowdowns over the past couple of days. so my firewall rules are still holding up just fine. Fail2ban takes care of a lot of things but I had to write custom scripts because of the way the requests are made in order to avoid detection. Things like fake Google bots are constant nuisance and have to be scanned and IP verified individually. Things are done hourly among multiple other detection systems I have put in place.

Incidentally IPs are being reported to the abuse database regularly https://www.abuseipdb.com/user/170367 . It has a limit of 5, 000 reports per day which is how I knew about the attacks because I got to an email saying I had hit the limit for that day. The reporting is actually queued as to try and avoid hitting the reporting limits, but the attacks yesterday must have been that bad even the queueing wasn't enough. Things seem again "quiet" today.

Incidentally some real-time server updates using conical live patch system causes nginx to crash. I have opened up a bug report and support ticket but progress is incredibly slow / next to nonexistent. Generally @rubber_jonnie is on the ball in telling me when the server isn't responding. As long as I'm at home , I can restart nginx quickly. But it can be an issue if I am not at home, IE on weekends. In which case the server may be down until I get home Sunday nights.
I'll always try to let you know if there is an issue, no problems there.

Sounds like a plan to reduce costs, always a win there and being able to have a dev/uat environment is always a bonus. Nobody wants to break prod...
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
User avatar
exxos
Site Admin
Site Admin
Posts: 25765
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Server updates

Post by exxos »

I got Grok to optimise one of my fail2ban jails as its huge.. So if everyone suddenly gets banned.. thats why.. I will try and keep an eye on it all...
Post Reply

Return to “NEWS & ANNOUNCEMENTS”