bazuchan

Results 7 issues of bazuchan

For example hosts.yml would look like this: ``` - ip: 1.1.1.1 - srv1: secrets_addr: udp://2.2.2.1:1111 mac: 02:02:02:02:02:01 - srv2: secrets_addr: udp://2.2.2.2:1111 mac: 02:02:02:02:02:02 - srv3: secrets_addr: udp://2.2.2.3:1111 mac: 02:02:02:02:02:03 ```...

On version 223f292a288990877a5aba8a79b227a532878db4 and before syncookied was using about 40% cpu under 5Gbps syn flood. Next working version 73e1ac0ce12a2fd24a0d6596c6b16fbd2168b346 (and any newer version) utilizes 100% cpu under same load.

``` root@kadalu-csi-provisioner-0:/# bash -x /kadalu/heal-info.sh + MOUNT_DIR=/mnt + arr=() + declare -a arr + '[' 0 -eq 1 ']' + '[' 0 -gt 1 ']' ++ /bin/ls -d /mnt/g3 ++...

on-user

Was fine before commit 26a63d667c2a424eba12f587c91bc61f5980224a

bug

Only first 10 routes are shown. Example json is following: ``` { "project": { "id": "5d4e1609e3d93a0000e890fd", "privateId": "5200fedee3d93a0000e890fe", "name": "Route test", "description": "This is sample description", "layers": [ { "id":...

isPromiscuous implementation sets PreambleLen to 0 here https://github.com/rfquack/RadioLib/blob/master/src/modules/CC1101/CC1101.cpp#L828 which is considered as invalid value https://github.com/rfquack/RadioLib/blob/master/src/modules/CC1101/CC1101.cpp#L687

Setuptools uses .git metadata to detect data-files. When installing from releases tarball, there is no git metadata and only *.py files getting installed. https://setuptools.pypa.io/en/latest/userguide/datafiles.html