Sam Morris
Sam Morris
I see this with 3.2.2 and 3.3.1 but not 2.74.3 and I created some test cases: https://github.com/yrro/soup3-debugging Further testing shows that libsoup 3 only fails on my work network. Since...
I've found the cause! Does this work for you? On my Debian testing/unstable system: ``` $ curl --tlsv1.3 https://www.bing.com/ curl: (35) Recv failure: Connection reset by peer ``` On a...
Sorry I should have said why I reopened this. I wonder if your system is using libsoup 3 and if so how come you're able to fetch from `www.bing.com` at...
Ok well while experimenting with various things I decided to upgrade GLib-Networking from 2.66 to 2.74 and now libsoup 3 is able to fetch stuff from `www.bing.com`! I'll have to...
That would work for me!
The following syntax would match the syntax used by unbound and systemd-resolved: `tls://8.8.8.8#dns.google.com`
I stumbled down this rabbit hole while experimenting with using rsyslog to receive log messages and using systemd-journald for storage. I think it makes sense to define a `HOSTNAME` field...
Today the only expected way to ingest remote messages into the journal appears to be via `systemd-journal-remote`. So `rsyslog` would need to [send messages to `systemd-journal-remote` in the journal export...
In bash: $ echo '$'\317\203\317\207\316\265\316\264\316\271\316\277'''$'\317\207\317\211\317\201\316\271\317\202'''$'\317\204\316\271\317\204\316\273\316\277''_-_2022-03-12t100557_115.png' σχεδιοχωριςτιτλο_-_2022-03-12t100557_115.png So the filenames exposed by `cifs` are valid UTF-8 strings. The problem is probably with your application which is expecting a different encoding for...
Original issue on GitHub is #2284