Aleksandr Mikhailov

Results 13 comments of Aleksandr Mikhailov

Hey! I've tried your plugin but received following error (i replaced my actual domain with "domain.net") I assume yandex cloud dns expexts full record name like "_acme-challenge.domain.net." ``` response='{ "code":...

I've changed line (added $_domain after $_subdomain) and it updated dns zone, so this was the issue > if _yc_rest POST "zones/$_domain_id:updateRecordSets" "{\"deletions\": [ { \"name\":\"$_sub_domain$_domain\",\"type\":\"TXT\",\"ttl\":\"120\",\"data\":$exists_txtvalue}]}"; then

I't a question to Dmitry about .reasync file - a "local" variable contain to absolute path to folder being synced. I'm looked in the source code and i think this...

а просто ssh на этот хост работает? Кроме того - там 20 тысяч папок, а например в дефолтной убунте > cat /proc/sys/fs/inotify/max_user_watches > 8192 Попробуйте зайти по ssh и посмотреть...

Нужно собрать rsync на сервере с --with-included-zlib=yes Во FreeBSD - при сборке порта net/rsync выключить опцию ZLIB_BASE Ну или попробовать добавить -zz в RSYNC_OPTIONS, вот в этом коммите добавили https://github.com/DmitryKoterov/dklab_realsync/commit/cc0c46509cd41f2c204a6a5611d03fd964cf51bd

Я предлагал не собираться без zlib а использовать при сборке реализацию zlib, поставляемую в исходниках rsync, а не системную. Проблема же в несовместимости zlib на клиенте и сервере.

I agree. I made my own formula https://github.com/hempalex/homebrew-formula but i will be easier to use official homebrew repository

Please update port to 1.4 I have been using it for a month without any problems