rowlap
rowlap
@hisnameishb the easyupload link has expired - do you still have the problematic image?
``` $ xrdp -v xrdp 0.9.17 A Remote Desktop Protocol Server. Copyright (C) 2004-2020 Jay Sorg, Neutrino Labs, and all contributors. See https://github.com/neutrinolabs/xrdp for more information. Configure options: --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu...
Looks like https://src.fedoraproject.org/rpms/xrdp already has the new release in testing (and it's easier to test with those packages).
Tested against 0.9.18-5 Fedora RPM, but the same output is seen from mstsc "Because of a protocol error, this session will be disconnected."
EPEL stands for Extra Packages for Enterprise Linux, i.e. it's a repo intended only for use on RHEL or derived distros. https://github.com/neutrinolabs/xrdp/blob/devel/README.md#redhat--centos--fedora is mildly confusing because the heading says "RedHat...
There's a table of scancodes with references at https://deskthority.net/wiki/Scancode#Media_keys AIUI the Fn key is special and not sent to the OS by itself, only in combination with other "functional" keys.
There was this [earlyoom PR 191](https://github.com/rfjakob/earlyoom/pull/191) for earlyoom, but it was closed due to lack of testing. [oomd](https://github.com/facebookincubator/oomd) makes use of PSI (pressure stall information). We make use of earlyoom...
The docs for OpenH264 MultipleThreadIdc aren't great; the best I can find is [this inline comment](https://github.com/cisco/openh264/blob/423eb2c3e47009f4e631b5e413123a003fdff1ed/codec/console/enc/src/welsenc.cpp#L306): ``` ... } else if (strTag[0].compare ("MultipleThreadIdc") == 0) { // # 0: auto(dynamic...
The bottleneck would be at the point that `threads=1` drives a single core to 100%, even though multiple cores are available. This may be difficult to reproduce without stress-test scenarios,...
Came to open a new issue, but this mostly covers it so let's just add this as a comment instead. In 2015 OpenSSL 1.0.2 added config file support. In 2015...