L. Pereira
L. Pereira
6.3? That's really odd. There's no need to send the ISO, I can download it from Debian. Thanks, though. (It's going to take a while for me to fix it...
Would you mind telling me the site where Lwan will be used at? I'm always curious to see what people are using it for.
For documentation sake: this is also a dupe of #294.
Nope. It only affects the "clock" sample, so if you're not using it, you're good. On Wed, Mar 31, 2021, 08:22 DagothDeer ***@***.***> wrote: > Hello, lpereira. Installation on last...
- Write logs to shared memory - Another process may save the logs or forward to another machine - If logs are not saved, they're discarded - Protected via seqlocks
The problem with pipes is that you need a syscall each time a request is logged -- whereas writing to a shared memory, you just write to the memory and...
That's a really detailed bug report, thanks! I did execute the test suite before pushing the commits, and it was not failing back then; it's failing now, so I guess...
Never seen those linking errors before. What compiler and version are you using?
@thefosk ^
I've tried building Lwan with gcc-4.8.4 (oldest I have available), and it works, albeit with a few warnings. Are you getting this error with a clean build?