Indeed. That's why you are the "Tech Guru."fecc-mechanic wrote: ↑Tue Nov 28, 2023 2:58 amThings I am aware of:
1.) The search is borked. fixed
2.) Issue with persistent logouts -----> I have resolved this (hopefully).
And we appreciate it.
Moderators: FECC-Moderator, Moderator5, Moderator3, Site Mechanic
Indeed. That's why you are the "Tech Guru."fecc-mechanic wrote: ↑Tue Nov 28, 2023 2:58 amThings I am aware of:
1.) The search is borked. fixed
2.) Issue with persistent logouts -----> I have resolved this (hopefully).
Cool beans. It boggles the mind. I cloned the php, phpBB, and sql confs - but WHENEVER I move to new servers, these little bugs pop up. No matter how long I take to "break in" said servers. And I think the log in issues have a lot to do with user cookies/caches needing to be updated in their browsers and them settling in, as well as a stale "sessions" table in the DB that I fixed (oops).
Yesssir. Speed is still being tinkered with. But to give you an idea of the speed we are talking about (processor wise), I had to create a new search index for the search function. I had used Sphinx, and was mildly impressed with it last time. Now that Centos is pretty much dead, and we are done with them, so is Sphinx (in the way you can integrate it with phpBB at least). So to my amazement I hacked together a stand alone integration of Manticore - and it indexed the entire board in 40 seconds, with updates to the "deltas" every 3 minutes. Something that used to take hours or days on a board this size. Yet still, the processors, infrastructure, and some configs still need to be tweaked further.
And that's why we love you.
Thank you!fecc-mechanic wrote: ↑Thu Nov 30, 2023 10:21 pm11/30/23
A just for "essentials" backup server has been added to the array.
With 16TB of space on the backup server --- This baby will be good for a while!
Is everyone pleased with the upgraded servers so far? Any bugs to report? Don't be shy!
You're very welcome!Scarre wrote: ↑Fri Dec 01, 2023 10:41 amThank you!fecc-mechanic wrote: ↑Thu Nov 30, 2023 10:21 pm11/30/23
A just for "essentials" backup server has been added to the array.
With 16TB of space on the backup server --- This baby will be good for a while!
Is everyone pleased with the upgraded servers so far? Any bugs to report? Don't be shy!
Why will it work then as an archive but not as a non archive? Are you using two versions of phpbb to do this, one is not php 8.x but the new forum part is? (two phpbb boards somehow?)What about all the old topics?
They will be archived right here, and you are more than welcome to pick up where you left off - on the new forum.
fixed, and fixed.
That's a feature that prevents a D-DOS or, prevents further D-DOS activity. Your site has the same feature
I have no idea what a D-DOS is, only that I don't think I'd like one and I'm happy something is there to prevent me having one.fecc-mechanic wrote: ↑Fri Feb 02, 2024 9:24 pmThat's a feature that prevents a D-DOS or, prevents further D-DOS activity. Your site has the same feature
DDOS is a denial of service attack, which basically means that hackers will send a massive load of random packets (or pings) to a server in an attempt to overload the server in order to bring it down.Alan_K wrote: ↑Fri Feb 02, 2024 9:57 pmI have no idea what a D-DOS is, only that I don't think I'd like one and I'm happy something is there to prevent me having one.fecc-mechanic wrote: ↑Fri Feb 02, 2024 9:24 pmThat's a feature that prevents a D-DOS or, prevents further D-DOS activity. Your site has the same feature
I'd just never seen that message before.
thanks for the info. I think I've heard of that just never had it labelled as a d-dos. In this day and age we are still being held by hackers because no system it seems can differentiate between a single user IP address request and an onslaught of attempts generated by non single requests.BrianTCB wrote: ↑Thu Feb 08, 2024 3:17 amDDOS is a denial of service attack, which basically means that hackers will send a massive load of random packets (or pings) to a server in an attempt to overload the server in order to bring it down.Alan_K wrote: ↑Fri Feb 02, 2024 9:57 pmI have no idea what a D-DOS is, only that I don't think I'd like one and I'm happy something is there to prevent me having one.fecc-mechanic wrote: ↑Fri Feb 02, 2024 9:24 pmThat's a feature that prevents a D-DOS or, prevents further D-DOS activity. Your site has the same feature
I'd just never seen that message before.
In our line of servers we have a pretty good detection and deflection system as one of our lines of defense. Then our datacenter (where the servers live, per se) vacuums up the larger (sometimes multi terabyte attacks) automatically. No system is perfect though, and that's why you got that message. It is rare these days, and that's why you have probably never seen it before.Alan_K wrote:thanks for the info. I think I've heard of that just never had it labelled as a d-dos. In this day and age we are still being held by hackers because no system it seems can differentiate between a single user IP address request and an onslaught of attempts generated by non single requests.BrianTCB wrote: ↑Thu Feb 08, 2024 3:17 amDDOS is a denial of service attack, which basically means that hackers will send a massive load of random packets (or pings) to a server in an attempt to overload the server in order to bring it down.Alan_K wrote: ↑Fri Feb 02, 2024 9:57 pmI have no idea what a D-DOS is, only that I don't think I'd like one and I'm happy something is there to prevent me having one.fecc-mechanic wrote: ↑Fri Feb 02, 2024 9:24 pmThat's a feature that prevents a D-DOS or, prevents further D-DOS activity. Your site has the same feature
I'd just never seen that message before.
fecc-mechanic wrote: ↑Fri Feb 09, 2024 4:54 amIn our line of servers we have a pretty good detection and deflection system as one of our lines of defense. Then our datacenter (where the servers live, per se) vacuums up the larger (sometimes multi terabyte attacks) automatically. No system is perfect though, and that's why you got that message. It is rare these days, and that's why you have probably never seen it before.Alan_K wrote:thanks for the info. I think I've heard of that just never had it labelled as a d-dos. In this day and age we are still being held by hackers because no system it seems can differentiate between a single user IP address request and an onslaught of attempts generated by non single requests.BrianTCB wrote: ↑Thu Feb 08, 2024 3:17 amDDOS is a denial of service attack, which basically means that hackers will send a massive load of random packets (or pings) to a server in an attempt to overload the server in order to bring it down.Alan_K wrote: ↑Fri Feb 02, 2024 9:57 pmI have no idea what a D-DOS is, only that I don't think I'd like one and I'm happy something is there to prevent me having one.fecc-mechanic wrote: ↑Fri Feb 02, 2024 9:24 pmThat's a feature that prevents a D-DOS or, prevents further D-DOS activity. Your site has the same feature
I'd just never seen that message before.
And since switching out our line of servers recently, we are running on 100% NVME-M.2 drives that have a benchmark (as of last week) of around 3.4 GB/s between drives. When you think about it - that's almost equivalent to 1 DVD per second. Which makes things a tiny bit quicker here and other sites we host.
[End of boasting\]
Sent from my SM-G996U using Tapatalk
fecc-mechanic wrote: ↑Wed Dec 25, 2019 10:37 amFrom '19:
The core of the upgrade has been installed. There are still some things I have to tweak here and there. But otherwise, everything appears to be working as it should!
If you have any requests or support issues, please post here.
Thank you, everyone, for your patience!
CURRENT A/O 04/13/24
"Lightbox" for images has been replaced with "FancyBox". This lets you see the full image when clicked and the "Expand arrows" clicked at the top of the image. Plus a bunch of other goodies "under the hood". Any issues or questions, please ask here.
11/30/23
This is your space to make requests, or log support issues along the way. New FECC server stats/config will be added as soon as possible.
Centos 6/7/8, the server Operating System we have used since the start back (officially) in '03 is being retired, so we will be converting to another, similar Linux platform. You will not notice anything but faster loading speeds. More space. And.. Again this is were you make your voice heard about what you expect to see as far as feature upgrades. While not all are possible, as you've seen in the past MANY have been. So don't be shy!
FECC IS RUNNING ON NVME DRIVES FOR THE FIRST TIME IN HISTORY!
11/21/23
The new servers have been acquired, with more than double the space (on NVME drives this time!!) of the prior giant servers, better performing processors, and more!!
11/27/23
Everything installed.
Things I am aware of:
1.) The search is borked. fixed
2.) Issue with persistent logouts -----> I have resolved this (hopefully).
3.) Servers need more optimization.
4.) ??? Don't be afraid to speak up.
11/30/23
A just for "essentials" backup server has been added to the array.
With 16TB of space on the backup server --- This baby will be good for a while!
Is everyone pleased with the upgraded servers so far? Any bugs to report? Don't be shy!