alkazap
alkazap
I have tried installing `libreswan` but it does not seem to resolve the issue, is there any additional setup needed? ``` 7월 27 21:09:31 NetworkManager[885]: [1627387771.2613] audit: op="connection-activate" uuid="3795692a-8468-49c3-9fde-c0c59c213d16" name="..."...
Still same issue and same output, could a special character `&` in PSK cause it? [Edit: it should be fine] By the way, thank you for replying so fast When...
Thank you for explaining... and ugh it matches... lol hmmm could it be NT Domain problem or do I need to enter Remote ID (not sure what either one should...
Thank you. Since the PSK is correct I have no idea what could cause a mismatch error...
Thank you once again, just tried but still no luck
`sudo ipsec verify` gives me this output: ``` Verifying installed system and configuration files Version check and ipsec on-path [OK] Libreswan 3.29 (netkey) on 5.8.0-63-generic Checking for IPsec support in...
This helped me https://github.com/microsoft/vcpkg/issues/18361#issuecomment-858505554 Modify `vcpkg/ports/flashlight-cuda/portfile.cmake` Remove line 22 ``` -DFL_INSTALL_CMAKE_DIR=${CURRENT_PACKAGES_DIR}/share/${PORT} # for CMake configs/targets ``` Modify line 46 from ``` vcpkg_fixup_cmake_targets(CONFIG_PATH share/flashlight-cuda TARGET_PATH share/flashlight) ``` to ``` vcpkg_fixup_cmake_targets(CONFIG_PATH share/flashlight...
~right there are XADD operations being performed. Does it mean that RedisShake can't sync those?~
my bad, I did not read your question carefully. XADD operations are only performed on the source Redis, not destination. I found that you create Redis Stream with "0-1" https://github.com/tair-opensource/RedisShake/pull/808....
I am first performing XREAD command with "0-0" and then XADD uses appended ID "0-1" (not set by default) Sometimes XADD happens before XREAD