home.social

#wtfmoments — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wtfmoments, aggregated by home.social.

  1. Current status:

    $ while true ; do curl -sI $URL | grep "Last-Modified" ; done
    Last-Modified: Thu, 17 Sep 2020 20:32:37 GMT
    Last-Modified: Thu, 17 Sep 2020 20:32:37 GMT
    Last-Modified: Thu, 17 Sep 2020 20:15:40 GMT
    Last-Modified: Thu, 17 Sep 2020 20:15:40 GMT
    Last-Modified: Thu, 17 Sep 2020 20:15:40 GMT
    Last-Modified: Thu, 17 Sep 2020 20:32:37 GMT
    Last-Modified: Thu, 17 Sep 2020 20:32:37 GMT
    Last-Modified: Thu, 17 Sep 2020 20:32:37 GMT

    #nginx #WTFmoments #SysadminLife

  2. OH: Tja, Excel ist halt das InDesign des kleinen Mannes.
    #WTFMoments

  3. I'm not allowed to move rooms in #Mumble anymore, because @luto just told me that every time one moves a room, it crashes the web client connected to a server.

    #WTFmoments

  4. Dear npmjs: Please get rid of your active attacker, that means Cloudflare.

    npm update fails because Cloudflare is actively blocking updates meaning more vulnerable systems out there.

    Access denied | registry.npmjs.org used Cloudflare to restrict access

    #WTFMoments #SysadminLife

  5. #SysadminLife

    Some “installation documentations” of open source projects really makes me wonder if anyone ever tried to use them to actually install said application.

    And then, there's these bonmots in the “activate background jobs” section:

    [root@all] su - openproject -c "bash -l"
    [openproject@all] crontab -e

    #WTFMoments

  6. It's 2020 and medical institutions are using PPTP in production. How is this even legal?

    Oh… wait…

    #WTFmoments #SysadminLife

  7. Current status:

    "Your ansible version is too old, please upgrade to v2.8.4 or newer. Exiting."

    I hate you ansible, there's no update available. I'm on 2.8.2 and this seems to be a breaking change. #WTFmoments

    #SysadminLife

  8. Ich lasse die Grazer Linuxtage heuer aus. #glt19

    Trotz umfangreicher Diskussionen 2018, zum Problem von Klarnamenpflicht findet sich auch 2019 wieder Ausweiszwang für Sprecher*innen im CfP.

    „uns (noch) unbekannte Vortragende einverstanden sind, gegebenenfalls einen amtlichen Lichtbild vorzulegen“

    #WTFMoments

    GLT18 Video: „Common misconceptions about names and spaces and communities“ und die Reaktionen der Community im Publikum:
    youtube.com/watch?v=-0PPrKeHFT

  9. CW: #SysAdminLife #vim

    Current status: Copy 5.000 lines of HTML source from a browser. Insert into vim(1). 3 minutes of 8 cores churning ahead at full load, 236 lines have actually been pasted into my document and the rest has vanished.
    #WTFMoments

  10. Searching for STARTTLS or TLS in the #Mailman3 config results in:

    “Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.”

    #WTFMoments

  11. Turns out Mailman 3 uses hardcoded paths to required binaries and doesn't provide a mechanism to override them which causes it to break on systems that aren't identical to the dev's system. #WTFMoments