Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KA
Posts
34
Comments
73
Joined
2 yr. ago

  • I don't really understand this reasoning. Some server would still need to receive those requests at some point. Would it not be better if those requests were distributed, rather than pounded onto one server? If you have a server caching all the content for its users, then all of its users are sending all of those requests for content to that one single server. If users fetched content from their source servers, then the load would be distributed. The only real difference that I can think of is that the speed of post retreival. Even then, though, that could be flawed, as perhaps the source server is faster than one's host server.

  • I ran a S.M.A.R.T short test, and, yeah, the hard drive is quickly dying:

     
        
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: FAILED!
    Drive failure expected in less than 24 hours. SAVE ALL DATA.
    Failed Attributes:
    ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
      1 Raw_Read_Error_Rate     0x002f   001   001   051    Pre-fail  Always   FAILING_NOW 1473
    
      
  • Please correct me if I am wrong, but this feels like a flaw with how Lemmy (perhaps other fediverse apps as well, I'm not sure) is designed. Why do I need to store all posts made to a community that one of the users on my instance subscribes to? Would it not be better to simply store my user's posts, and comments, and the posts made to any communities hosted on my instance? Why do I need to store information from other instances, and users?

  • it is storage that requires more attention

    Please correct me if I am wrong, but this feels like a flaw with how Lemmy (perhaps other fediverse apps as well, I'm not sure) is designed. Why do I need to store all posts made to a community that one of the users on my instance subscribes to? Would it not be better to simply store my user's posts, and comments, and the posts made to any communities hosted on my instance? Why do I need to store information from other instances, and users?

  • That disk certainly isn’t healthy.

    For my own future knowledge, what, exactly, in the logs, led you to that conclusion?

    image the whole thing with ddrescue

    Since you mention "image", I'm assuming that I would need a drive at least equal to the size of the source drive to store the image? The issue is that the source drive is 2TB in size, so I would need to source another 2TB drive (at least) to store the image.

  • Ah, dang, yeah that would do it. Thank you!

    It appears I have misread the stack exchange posts I was looking at. I thought I read that they said that chown, by default, traverses the symbolic link, but, in actuality, what they were saying was that it, by default, changes the ownership of the target file of the symbolic link.