Skip to main content



Wilhelm Reich: Fascist rebelliousness always occurs where fear of the truth turns a revolutionary emotion into illusions. wordsmith.social/protestation/…


Lenin: The leaders of this labour aristocracy were constantly going over to the bourgeoisie, and were directly or indirectly on its pay roll. Marx earned the honour of incurring the hatred of these disreputable persons by openly branding them as traitors. wordsmith.social/protestation/…


Lenin: Communism is for us not a state of affairs which is to be established, an ideal to which reality (will) have to adjust itself. We call communism the real movement which abolishes the present state of things. The conditions of this movement result from the premises now in existence. wordsmith.social/protestation/…


Dear god I feel like a newb... I used to do this stuff professionally and I feel the fact that it's been years.

Biggest performance issue I've had for a little while with this server turns out to be because the hypervisor copied the MAC address when I copied the server. It shouldn't have taken me nearly this long to identify this problem!

Aaaargh!



Performance Issues - Tentatively Resolved?


I feel really dumb for not noticing the cause sooner, I most attribute it to the rareness of the problem and the inconsistency at which it occurred.

I use a virtual server environment for my servers, and one of my measures to improve reliability and performance was to have two instances of the webserver behind a load balancer. In laymen's terms, whenever you're connecting you're assigned to whichever has the least connections and they're otherwise identical (same files, connect to the same database, etc).

Well... turns out when I duplicated the server initially, the software decided to not change the MAC address. Laymen's: The ip address of the server is different, but the network uses the mac address to map ip addresses to boxes, if two boxes have the same mac address then traffic is going to sporadically and randomly switch between them... but also with a bad IP address which means half of the traffic is always getting rejected.

So your connection to the load balancer was fine, but it was struggling to connect to the webservers and the webservers were struggling to connect to the database.

Once I changed that the server immediately became quite zippy!

My sincere apologies for the impact.

in reply to Server News

Oh, and I noticed this started around the time I set up the second server. But I was already having performance impacts before then (the second server was created to address that)... but because I only ever turned off the load balancer or directed it to one server without fully shutting down one of them, I never realized it was a low level network issue. (And pings were working fine... except when they weren't, and it was random chance to catch what was happening)


Unintentionally lewd product, only NSFW if you're kinky, someone should have asked more people for feedback on the design



Outage - Self Resolved - Investigating


The server went down for a few hours today and resolved before I could look at it. It's also been a really bad day for my physical health so I've had very little capacity.

I am looking into why it happened but have no firm answers at this time.

in reply to Server News

As far as I can tell, the biggest most obvious culprit is the database backup which was happening at that time.

It looks like the database is big enough that backups are no longer simple and I'll need to change my backup method.

in reply to Server News

Revised method of backups set up, tomorrow I'll test that it's working and then attempt a restore (on a second server so no impact here).

I've also refreshed the virtual network interface as I learned it may have been dropping packets for some unknown reason and it's working fine now.



Login Screen Issue


There was an issue for a little while that I didn't notice until I rebooted my desktop in which visiting foggyminds.com/ would give you the login screen regardless of your login status (as opposed to foggyminds.com/network or any other address).

Apparently the load balancer was mistakenly caching the root page which caused it to always show the login page.