Skip to main content

Unus Nemo reshared this.


Inaccurate tweets about Ukraine got community noted. Musk is now changing the system.

State media does its thing. gizmodo.com/elon-musk-says-hel…

Unus Nemo reshared this.



Unus Nemo reshared this.


Either I picked the wrong year to reread Parable of the Sower, or Octavia Butler is reminding me to hoard seeds and map the back roads to Canada. #Bookstadon

Unus Nemo reshared this.


Unus Nemo reshared this.


"The Gainesville Intermediate School was aware Carranza was being bullied and mocked by students who told the young girl she would be left alone when her parents got deported. It had gotten so aggressive, Carranza was meeting with a school counselor multiple times a week. Her family, however, was never notified."

latintimes.com/11-year-old-tex…

Unus Nemo reshared this.

in reply to James Bazán

Yes I agree that those are the primary places where adults teach youth that bigotry and oppressive behavior is acceptable.
Other school workers and administrators almost certainly knew this was happening and are probably the ones who set her up with counselor services in the first place, so it wasn't "on" the counselor to "tell" them. (This is, in part, an illustration of how abuse is "erased" by reframing it as a "mental health issue" of the victim.)
Yes every adult in the school failed her. I simply don't see "telling the victim's parents without the victim's consent" as something that could have fixed this.
(What could the parents have done? Anything the parents could have done about the bullies, other adults *also* could have done about the bullies. Other adults in the school could also have a conversation with her about why it might be a good idea to tell her parents - while ultimately trusting her to make that call as the person who knew her family/living situation best.)
in reply to sal

@sal at one point it was part of my job to intervene in cases of harassment: peer to peer or up or down gradients of hierarchy. There was no wiggle room. It was intervene or assume legal liability and moral responsibility.
It was a complex job, but nothing got to me like cases of harassment: usually sexual harassment, but a few were rooted in gender, race, and ethnicity
I can still see the eyes of every single victim who came ito my office thinking they were alone and powerless.
@sal


MathJax is installed


Mathjax: $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

Produces: $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$



guzzlehttp/psr7/src/Util.php


!Friendica Admin Support Group

Okay, after further digging I have excluded any issues with SELinux preventing caching. There have been no SELinux denials at all in the last three days so this issue is going to be in the code base. There are few things in life as enjoyable as hunting down a memory leak. Please note the heavy sarcasm 😀.

Update:

Okay, The function copyToString() in the Util.php allows the buffer to be read indefinitely or until it reaches an eof(). This only happens if the $maxLen variable is -1, which happens to be its default value. Because we end up in the body of this if() we know that either -1 was passed or the default value was used.

So apparently a file larger than 8gb was served up? That seems extreme though I have raised the bar to 12gb and waiting to see if that fails in time.

This seems reckless as a lot of servers may not have 8gb+ to offer up. This looks dubious and certainly a work around can be reached.

in reply to Unus Nemo

Rather than continuing to update the post I decided to update via comments.

I increased php memory_limit to 12gb. This has removed the error though I still am seeing issues. After getting some sleep and checking my resources memory usage went up. As I am the only active member this seems unlikely. Though I do have a relay configured so it is not like the instance does nothing while I am not active. Still requires more observation and I am still concerned in regards of a memory leak.

Of course I could put a band-aid on it and just put a cron job to restart the httpd every 6 hours though that should not have to happen. I would rather find the actual issue.

in reply to Unus Nemo

@Unus Nemo what log are you looking at? Have you enabled specific logging from friendica? I just enabled logging through the admin panel of my deployment so I don't have a great deal of data yet but I currently get nothing back from

find /var/log -type f -exec grep -H guzzlehttp {} \;

(my friendica log - now that it is enabled - is in that tree)

I'll keep looking... Also of note your reference to large files being uploaded and the fact that the image in your post is not displaying. I'll dig in the database to see if I can determine where friendica thinks that image should have landed on my host and see if I can run that question to ground.

This entry was edited (3 days ago)
in reply to Ken Gahagan

@Ken Gahagan I have my friendica log set to log/friendica.log in friendica's home directory. On my system that is /var/www/html/log/friendica.log.

It was the default and I did not bother to change it. Though I did have to create the log directory and touch friendica.log (create an empty log file) and be sure it had the correct file permissions.

I have my log settings on warning though If I turn it on to debug it blows my log file up so I have been waiting to deal with the errors and warnings before dealing with the debug issues.

You can also use journalctl to see some errors that are beyond just friendica.

in reply to Ken Gahagan

@Ken Gahagan That screenshot was only 519.1kB. It loads on my side though seeing it is saved on my server, that is not surprising. I have posted images to comments before and other users have seen them as they gave me feedback. So I know they are propagating at least in some instances.

Let me know what you find out please.



Introduction


in reply to Unus Nemo

I think it is all fair game and helpful. There will be others who run into the same issues. I may be shortly behind you in this respect.
in reply to Ken Gahagan

@Ken Gahagan Did you find your log file? I did not notice at first that it was telling me that the file did not exist. I had to create the actual file for it to start using it. These settings can be found in the admin settings first you configure were the log file is and what you are interested in logging. If you enable debug be prepared for a huge log file. Then you can view it in the second tab (vertical tab).

if you have root access and you have forwarded root mail to your default account then errors will also be sent to that account. I use mutt for viewing those emails. You could also use alpine. If you have a full blown public MTA setup then you could view it from your regular MUA.



Little Hearts


youtu.be/HyxDmBdrDXI?si=ckTPkO…


To Be A Man


youtu.be/TuyisGsNr4g?si=GhrHcF…




Unus Nemo reshared this.


Report: Average Male 4,000% Less Effective In Fights Than They Imagine
theonion.com/report-average-ma…

Unus Nemo reshared this.



Instance is Setup and Tuned


Okay, Rogue Project Friendica is setup and tuned as well as I can with no user base. At this point I will just wait to see if I get some users and see how the server behaves.

libpng has been throwing some warnings though that is typical with a library that handles so many files created from other resources, that are not 100% compliant to the standard. So far it has not caused an issue. I will be keeping an eye on it. 😁


Unus Nemo reshared this.


This entry was edited (1 week ago)

Unus Nemo reshared this.



Rogue Project Friendica Instance Up and Running


I had a glitch earlier tonight which caused me to have to drop my database and re-install. Fortunately it was a fresh install and nothing except test data was lost.

Rogue Project: Friendica instance is now, once again in Open Registration.

Keep in mind it is a new instance and there will be some tuning to do.