Hacker Poesy
  • FAQ
  • Login

MMN-o ✅⃠ on social.umeahackerspace.se

This remote profile is registered on another site; see mmn's original profile page on social.umeahackerspace.se.

  1. MMN-o ✅⃠ (mmn)'s status on Tuesday, 11-Jul-2017 05:14:16 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • headcrack
    @headcrack Since it works (times out correctly) with fread() and not fgets() it is either an issue in PHP (but it seems fgets() should behave like described) or in PEAR (which should switch to fread() or something else that breaks despite characters are still flowing in).
    Tuesday, 11-Jul-2017 05:14:16 EDT from social.umeahackerspace.se permalink
  2. MMN-o ✅⃠ (mmn)'s status on Tuesday, 11-Jul-2017 04:46:10 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • Eugen
    Public timeline sounds great, been looking forward to that! Thank you! I owe you a beverage of choice!
    Tuesday, 11-Jul-2017 04:46:10 EDT from social.umeahackerspace.se permalink
  3. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 19:11:56 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • b9AcE :antifa: ???? :anarchism:
    Tack för förklarande länk!
    Monday, 10-Jul-2017 19:11:56 EDT from social.umeahackerspace.se permalink
  4. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 18:30:27 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • b9AcE :antifa: ???? :anarchism:
    Pepe fattar jag men mjölk?! och handen?
    Monday, 10-Jul-2017 18:30:27 EDT from social.umeahackerspace.se permalink
  5. vinzv (vinzv)'s status on Monday, 10-Jul-2017 15:40:23 EDT vinzv vinzv
    Remote profile options...
    Long Thought Extinct Species of Human Found in GNU Social - https://gnusocial.de/url/4082979 !gnusocial
    Monday, 10-Jul-2017 15:40:23 EDT from gnusocial.de at 48°22'0"N 10°53'55"E permalink Repeat of vinzv
  6. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 16:50:03 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • Bob Mottram
    • headcrack
    @bob @headcrack I posted this to the bug tracker for HTTP_Request2 at least: https://pear.php.net/bugs/bug.php?id=21229
    Monday, 10-Jul-2017 16:50:03 EDT from social.umeahackerspace.se permalink
  7. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 15:38:27 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • headcrack
    @headcrack Now I found something. It seems that HTTP_Request2_SocketWrapper uses 'fgets' instead of 'fread':https://secure.php.net/fgets vs. http://status.hackerposse.com/url/15695 Unline fgets, fread has this in the criteria to stop reading data: "a packet becomes available or the socket timeout occurs (for network streams)" It seems as though 'fgets' is unaffected b…
    Monday, 10-Jul-2017 15:38:27 EDT from social.umeahackerspace.se permalink

    Attachments

    1. mmn-20170711-ostatus-hwdh.html
  8. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 15:24:53 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • headcrack
    @headcrack and the stream_set_timeout uses the value of 'max($this->deadline - time(), 1)' which of course is the value in seconds remaining, with 1 as the minimum value.
    Monday, 10-Jul-2017 15:24:53 EDT from social.umeahackerspace.se permalink
  9. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 15:21:59 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • headcrack
    @headcrack This is the important bits: readLine, using fgets, socket timeout set explicitly: http://status.hackerposse.com/url/15692 stream_set_timeout when data is sent to fwrite (writing data over HTTP/HTTPS): http://status.hackerposse.com/url/15693 Both of these act _entirely_ individually from iomaster.php and should both trigger if 'fwrite' and its timeout works …
    Monday, 10-Jul-2017 15:21:59 EDT from social.umeahackerspace.se permalink

    Attachments

    1. mmn-20170710-ostatus-4ddr.html
  10. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 15:01:30 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • headcrack
    PS, that server is (at least to search engine caches) a #Mastodon instance ,)
    Monday, 10-Jul-2017 15:01:30 EDT from social.umeahackerspace.se permalink
  11. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 15:00:02 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • headcrack
    @headcrack !GNUsocial stalls because the underlying HTTPS request never times out, which only happens with PHP sockets as the backend for HTTP_Request2 and not with the CURL backend. This is reproducible outside of the GNUsocial framework as well: http://status.hackerposse.com/url/15690 I am fully aware of the snail-pace type DoS attack and that's why there is a "full…
    Monday, 10-Jul-2017 15:00:02 EDT from social.umeahackerspace.se at 63°49'42"N 20°15'34"E permalink

    Attachments

    1. gnusocial-20170710-ostatus-c9ha.html
  12. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 14:53:49 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • Sebastian
    • headcrack
    @sen @headcrack Unless I'm horribly mistaken, that's an entirely separate timeout. I.e. for the daemon->subprocess. The subprocess on its own has its entirely own timeouts for each individual instruction it runs. Also, if this is supposed to relate to the http://status.hackerposse.com/url/15696 ordeal, it doesn't explain why CURL as a backend handles it perfectly fine…
    Monday, 10-Jul-2017 14:53:49 EDT from social.umeahackerspace.se permalink

    Attachments

    1. mmn-20170711-ostatus-njrt.html
  13. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 14:41:50 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • headcrack
    Hi, I replied to this here: https://social.umeahackerspace.se/notice/1248699

    (I don't think this has anything to do with HTTP/HTTPS streams)
    Monday, 10-Jul-2017 14:41:50 EDT from social.umeahackerspace.se permalink
  14. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 14:35:47 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • Sebastian
    • headcrack
    @sen @headcrack I'm not sure what you're trying to say here. The lib/iomaster.php doesn't handle HTTP/HTTPS at all, its job is to handle daemons that run locally. So, afaik, only pipes to local processes.
    Monday, 10-Jul-2017 14:35:47 EDT from social.umeahackerspace.se permalink
  15. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 14:08:05 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • Stitch
    @stitchxd Yep, running the latest stable ones at least.
    Monday, 10-Jul-2017 14:08:05 EDT from social.umeahackerspace.se permalink
  16. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 11:45:56 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • morph
    67219095
    Monday, 10-Jul-2017 11:45:56 EDT from social.umeahackerspace.se permalink
  17. b9AcE :antifa: ???? :anarchism: (b9ace)'s status on Saturday, 08-Jul-2017 07:43:10 EDT b9AcE :antifa: ???? :anarchism: b9AcE :antifa: ???? :anarchism:
    Remote profile options...

    AFP: Lots and lots of police injured at #NoG20, say police's press release!
    Doesn't mention many times more protesters injured… or causes. https://soc.ialis.me/media/Gyng9AWsCMkEzrlsL8M

    Saturday, 08-Jul-2017 07:43:10 EDT from soc.ialis.me permalink Repeat of b9ace
  18. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 10:02:18 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • Eugen
    • maloki
    @Gargron Do you have any idea why I never get push callbacks for @maloki's feed? Callback endpoint should be https://social.umeahackerspace.se/main/push/callback/663
    Monday, 10-Jul-2017 10:02:18 EDT from social.umeahackerspace.se permalink
  19. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 09:17:32 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    • Shnoulle
    @shnoulle Yeah I noticed that too. I never bothered waiting long enough, but they should've died after about ~15min (that's how long before the connections died for me otherwise - most of the time).
    Monday, 10-Jul-2017 09:17:32 EDT from social.umeahackerspace.se permalink
  20. MMN-o ✅⃠ (mmn)'s status on Monday, 10-Jul-2017 09:13:20 EDT MMN-o ✅⃠ MMN-o ✅⃠
    Remote profile options...
    Everything is much better when you don't have to work. As in _much_ better. Insane amounts of better.
    Monday, 10-Jul-2017 09:13:20 EDT from social.umeahackerspace.se permalink
  • After
  • Before

User actions

    MMN-o ✅⃠

    MMN-o ✅⃠

    Umeå, Sweden

    https://blog.mmn-o.se/

    Free software and free culture fanatic.

    Tags
    • (None)
    • Help
    • About
    • FAQ
    • Privacy
    • Source
    • Version
    • Contact

    Hacker Poesy is a GNU social hub. It runs version 1.1.3-beta3, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All Hacker Poesy content and data are available under the Creative Commons Attribution 3.0 license.

    Switch to mobile site layout.