João Carlos Mendes Luís

Results 20 comments of João Carlos Mendes Luís

BTW: This is not a recent bug. The snapshot version also has this problem. At least I can see the first window with the host name, but it never asks...

> Okay so I did a simple modification that will allow you to compare 2 different notes. PERFECT! Just what I needed, and solved all my conflicts! > there's still...

Indeed, if you limit by array size, where will the `\0` for string end be? :joy:

Also, does not work while using rpmbuild.

Forgot to add compilation parameters: `./configure --enable-silent-rules --enable-dependency-tracking --config-cache --enable-linux-builtin --disable-nls --with-config=all --enable-asan --enable-ubsan --enable-debuginfo --enable-debug --enable-debug-kmem --enable-debug-kmem-tracking CFLAGS=-Wno-stringop-overflow` Also, temporarily: `sed -i '/ DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m4` As I could not...

`index 0 is out of range in ... vmx86.c:3652:38`? vmx86.c: ``` 3651 if (query->msrNum == msrNum) { 3652 return query->logicalCPUs[cpu].msrVal; 3653 } ``` `38` means index `[cpu]` Ok, index 0...

I'll test this patch at home: ``` diff --git i/vmmon-only/include/x86msr.h w/vmmon-only/include/x86msr.h index f67a0e1..74eaae0 100644 --- i/vmmon-only/include/x86msr.h +++ w/vmmon-only/include/x86msr.h @@ -67,7 +67,7 @@ typedef struct MSRReply { typedef struct MSRQuery {...

`compat-openssl10-devel` is not anymore released with fc34. I downloaded it from fc33 and installed locally, but had some problems. My next try will be to compile it specifically for fc34...

Please try this repo. If it works, we may request continuity from Fedora maintainers https://copr.fedorainfracloud.org/coprs/dioni21/compat-openssl10/ `sudo dnf copr enable dioni21/compat-openssl10` I cannot `bundle install` my needs...