Challenge error on acme.sh and own boulder server - nginx

I try to install my own boulder server to issue internal authority certificates.
I set up the boulder server from https://github.com/letsencrypt/boulder in docker.
Also acme.sh on the another server for issue certificates.
Unfortunately, acme.sh gives me this error, and I don't know what could be wrong:
Debug from acme.sh:
letsencrypt#boulderacme:~$ .acme.sh/acme.sh --issue -d suitecrm.office.mojeip.cz --home /home/letsencrypt/.acme.sh -w /home/letsencrypt/webroot --server http://boulder.office.mojeip.cz:4000/directory --renew --force --log --debug 2
[Thu Nov 9 13:07:42 UTC 2017] Lets find script dir.
[Thu Nov 9 13:07:42 UTC 2017] _SCRIPT_='.acme.sh/acme.sh'
[Thu Nov 9 13:07:42 UTC 2017] _script='/home/letsencrypt/.acme.sh/acme.sh'
[Thu Nov 9 13:07:42 UTC 2017] _script_home='/home/letsencrypt/.acme.sh'
[Thu Nov 9 13:07:42 UTC 2017] Using config home:/home/letsencrypt/.acme.sh
[Thu Nov 9 13:07:42 UTC 2017] LE_WORKING_DIR='/home/letsencrypt/.acme.sh'
https://github.com/Neilpang/acme.sh
v2.7.4
[Thu Nov 9 13:07:42 UTC 2017] Using server: http://boulder.office.mojeip.cz:4000/directory
[Thu Nov 9 13:07:42 UTC 2017] Using config home:/home/letsencrypt/.acme.sh
[Thu Nov 9 13:07:42 UTC 2017] ACME_DIRECTORY='http://boulder.office.mojeip.cz:4000/directory'
[Thu Nov 9 13:07:42 UTC 2017] _ACME_SERVER_HOST='boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] DOMAIN_PATH='/home/letsencrypt/.acme.sh/suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] Renew: 'suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] Using config home:/home/letsencrypt/.acme.sh
[Thu Nov 9 13:07:42 UTC 2017] ACME_DIRECTORY='http://boulder.office.mojeip.cz:4000/directory'
[Thu Nov 9 13:07:42 UTC 2017] _ACME_SERVER_HOST='boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] Using ACME_DIRECTORY: http://boulder.office.mojeip.cz:4000/directory
[Thu Nov 9 13:07:42 UTC 2017] _init api for server: http://boulder.office.mojeip.cz:4000/directory
[Thu Nov 9 13:07:42 UTC 2017] GET
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz:4000/directory'
[Thu Nov 9 13:07:42 UTC 2017] timeout
[Thu Nov 9 13:07:42 UTC 2017] _CURL='curl -L --silent --dump-header /home/letsencrypt/.acme.sh/http.header --trace-ascii /tmp/tmp.O7gBfsu6LG '
[Thu Nov 9 13:07:42 UTC 2017] ret='0'
[Thu Nov 9 13:07:42 UTC 2017] response='{
"36iqcXcTwfE": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"key-change": "http://boulder.office.mojeip.cz:4000/acme/key-change",
"meta": {
"terms-of-service": "http://boulder:4000/terms/v1"
},
"new-authz": "http://boulder.office.mojeip.cz:4000/acme/new-authz",
"new-cert": "http://boulder.office.mojeip.cz:4000/acme/new-cert",
"new-reg": "http://boulder.office.mojeip.cz:4000/acme/new-reg",
"revoke-cert": "http://boulder.office.mojeip.cz:4000/acme/revoke-cert"
}'
[Thu Nov 9 13:07:42 UTC 2017] ACME_KEY_CHANGE='http://boulder.office.mojeip.cz:4000/acme/key-change'
[Thu Nov 9 13:07:42 UTC 2017] ACME_NEW_AUTHZ='http://boulder.office.mojeip.cz:4000/acme/new-authz'
[Thu Nov 9 13:07:42 UTC 2017] ACME_NEW_ORDER='http://boulder.office.mojeip.cz:4000/acme/new-cert'
[Thu Nov 9 13:07:42 UTC 2017] ACME_NEW_ACCOUNT='http://boulder.office.mojeip.cz:4000/acme/new-reg'
[Thu Nov 9 13:07:42 UTC 2017] ACME_REVOKE_CERT='http://boulder.office.mojeip.cz:4000/acme/revoke-cert'
[Thu Nov 9 13:07:42 UTC 2017] Le_NextRenewTime
[Thu Nov 9 13:07:42 UTC 2017] _on_before_issue
[Thu Nov 9 13:07:42 UTC 2017] '/home/letsencrypt/webroot' does not contain 'no'
[Thu Nov 9 13:07:42 UTC 2017] Le_LocalAddress
[Thu Nov 9 13:07:42 UTC 2017] Check for domain='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _currentRoot='/home/letsencrypt/webroot'
[Thu Nov 9 13:07:42 UTC 2017] '/home/letsencrypt/webroot' does not contain 'apache'
[Thu Nov 9 13:07:42 UTC 2017] _saved_account_key_hash='6sRegKo+srPDgaOnCejKyf7wkccpEtngrddGwl0xyho='
[Thu Nov 9 13:07:42 UTC 2017] _saved_account_key_hash is not changed, skip register account.
[Thu Nov 9 13:07:42 UTC 2017] Read key length:
[Thu Nov 9 13:07:42 UTC 2017] _createcsr
[Thu Nov 9 13:07:42 UTC 2017] domain='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] domainlist
[Thu Nov 9 13:07:42 UTC 2017] csrkey='/home/letsencrypt/.acme.sh/suitecrm.office.mojeip.cz/suitecrm.office.mojeip.cz.key'
[Thu Nov 9 13:07:42 UTC 2017] csr='/home/letsencrypt/.acme.sh/suitecrm.office.mojeip.cz/suitecrm.office.mojeip.cz.csr'
[Thu Nov 9 13:07:42 UTC 2017] csrconf='/home/letsencrypt/.acme.sh/suitecrm.office.mojeip.cz/suitecrm.office.mojeip.cz.csr.conf'
[Thu Nov 9 13:07:42 UTC 2017] Single domain='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _is_idn_d='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _idn_temp
[Thu Nov 9 13:07:42 UTC 2017] _csr_cn='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] Getting domain auth token for each domain
[Thu Nov 9 13:07:42 UTC 2017] Getting webroot for domain='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _w='/home/letsencrypt/webroot'
[Thu Nov 9 13:07:42 UTC 2017] _currentRoot='/home/letsencrypt/webroot'
[Thu Nov 9 13:07:42 UTC 2017] Getting new-authz for domain='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _init api for server: http://boulder.office.mojeip.cz:4000/directory
[Thu Nov 9 13:07:42 UTC 2017] ACME_KEY_CHANGE='http://boulder.office.mojeip.cz:4000/acme/key-change'
[Thu Nov 9 13:07:42 UTC 2017] ACME_NEW_AUTHZ='http://boulder.office.mojeip.cz:4000/acme/new-authz'
[Thu Nov 9 13:07:42 UTC 2017] ACME_NEW_ORDER='http://boulder.office.mojeip.cz:4000/acme/new-cert'
[Thu Nov 9 13:07:42 UTC 2017] ACME_NEW_ACCOUNT='http://boulder.office.mojeip.cz:4000/acme/new-reg'
[Thu Nov 9 13:07:42 UTC 2017] ACME_REVOKE_CERT='http://boulder.office.mojeip.cz:4000/acme/revoke-cert'
[Thu Nov 9 13:07:42 UTC 2017] Try new-authz for the 0 time.
[Thu Nov 9 13:07:42 UTC 2017] _is_idn_d='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _idn_temp
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz:4000/acme/new-authz'
[Thu Nov 9 13:07:42 UTC 2017] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "suitecrm.office.mojeip.cz"}}'
[Thu Nov 9 13:07:42 UTC 2017] RSA key
[Thu Nov 9 13:07:42 UTC 2017] Get nonce. ACME_DIRECTORY='http://boulder.office.mojeip.cz:4000/directory'
[Thu Nov 9 13:07:42 UTC 2017] GET
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz:4000/directory'
[Thu Nov 9 13:07:42 UTC 2017] timeout
[Thu Nov 9 13:07:42 UTC 2017] _CURL='curl -L --silent --dump-header /home/letsencrypt/.acme.sh/http.header --trace-ascii /tmp/tmp.g5Cb3ROx3f '
[Thu Nov 9 13:07:42 UTC 2017] ret='0'
[Thu Nov 9 13:07:42 UTC 2017] _headers='HTTP/1.1 200 OK
Cache-Control: public, max-age=0, no-cache
Content-Type: application/json
Replay-Nonce: OrPVpfcC3bi2zbnIhpJYWL9g7GBiYs2k76RLlnSeakM
Date: Thu, 09 Nov 2017 13:07:42 GMT
Content-Length: 510
'
[Thu Nov 9 13:07:42 UTC 2017] _CACHED_NONCE='OrPVpfcC3bi2zbnIhpJYWL9g7GBiYs2k76RLlnSeakM'
[Thu Nov 9 13:07:42 UTC 2017] nonce='OrPVpfcC3bi2zbnIhpJYWL9g7GBiYs2k76RLlnSeakM'
[Thu Nov 9 13:07:42 UTC 2017] POST
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz:4000/acme/new-authz'
[Thu Nov 9 13:07:42 UTC 2017] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uKV5BlCeMeXa69r3leWJkO3-_XsbnkK87DRh_qPFjJOm4jYXTObgMt4FtCqwQl8cgcYoYmXm7zDLaK-zP2tgykVV_5CrzVpgbpZxVo9lmE_DXujdfNb24yIPQi34NEzTUQIrtghPIxIHPw9Tdq0faWNjQztN0c69as2XolTO1TyQ949SOl8GT4eU6wbWyg14vQGL2linu7bE9Gnmws7kXL6ABeK4BwxzHU4lrjZ7ZoDPVRzWIpazcoHlBMcOEj8C7dhmIvduP_slB2GzYi-hwhtVvao8FDJmQNGhMyohnYk_v7PjJgxNMKz1H7-KgDpvEBpwKC98Ot34B83mK5wvxw"}}, "protected": "eyJub25jZSI6ICJPclBWcGZjQzNiaTJ6Ym5JaHBKWVdMOWc3R0JpWXMyazc2UkxsblNlYWtNIiwgInVybCI6ICJodHRwOi8vYm91bGRlci5vZmZpY2UubmljLmN6OjQwMDAvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ1S1Y1QmxDZU1lWGE2OXIzbGVXSmtPMy1fWHNibmtLODdEUmhfcVBGakpPbTRqWVhUT2JnTXQ0RnRDcXdRbDhjZ2NZb1ltWG03ekRMYUstelAydGd5a1ZWXzVDcnpWcGdicFp4Vm85bG1FX0RYdWpkZk5iMjR5SVBRaTM0TkV6VFVRSXJ0Z2hQSXhJSFB3OVRkcTBmYVdOalF6dE4wYzY5YXMyWG9sVE8xVHlROTQ5U09sOEdUNGVVNndiV3lnMTR2UUdMMmxpbnU3YkU5R25td3M3a1hMNkFCZUs0Qnd4ekhVNGxyalo3Wm9EUFZSeldJcGF6Y29IbEJNY09FajhDN2RobUl2ZHVQX3NsQjJHellpLWh3aHRWdmFvOEZESm1RTkdoTXlvaG5Za192N1BqSmd4Tk1LejFINy1LZ0RwdkVCcHdLQzk4T3QzNEI4M21LNXd2eHcifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAic3VpdGVjcm0ub2ZmaWNlLm5pYy5jeiJ9fQ", "signature": "TTb0-ghjFif0Up03XNilRA3KR49TSCongQSBw2ewFUucXipah9Pa5RI_kDD0sE0rYiiCW75Og7fpzwOX6rRn6TAJeYrY_hmyOhaqW3szQjeocH365WxdmFTJbmV9M9LgAVRubB2rQcLFxAwg0IGbbEhOKTVV-zvmS39ZA_2XvcmJR6nkrPgzfxzGcSTz1aFlTZH8GKCwBXBy6K8FULZ4wUnOb7C2LV_oqpAyDwEez1oj4s_nCmGM-CxCopgeNgcpY_yZymz7WVvHQLo082iUTBzzoZrbipQiDGUIjVio29io93b-ZDzFPZu-3nqq__TdYh20ZupCyK952A9629aMOg"}'
[Thu Nov 9 13:07:42 UTC 2017] _CURL='curl -L --silent --dump-header /home/letsencrypt/.acme.sh/http.header --trace-ascii /tmp/tmp.2WomWqkuZB '
[Thu Nov 9 13:07:42 UTC 2017] _ret='0'
[Thu Nov 9 13:07:42 UTC 2017] original='{
"identifier": {
"type": "dns",
"value": "suitecrm.office.mojeip.cz"
},
"status": "pending",
"expires": "2017-11-16T09:38:04Z",
"challenges": [
{
"type": "dns-01",
"status": "pending",
"uri": "http://boulder.office.mojeip.cz:4000/acme/challenge/g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs/7",
"token": "Ac_6ziNyuvskTZn_kqNC6hpYW_KBE34adHt2QmGQyYo"
},
{
"type": "http-01",
"status": "pending",
"uri": "http://boulder.office.mojeip.cz:4000/acme/challenge/g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs/8",
"token": "lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk"
},
{
"type": "tls-sni-01",
"status": "pending",
"uri": "http://boulder.office.mojeip.cz:4000/acme/challenge/g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs/9",
"token": "ckfZdVql-_SAX7zF5JkEoRqYbkGDy12pwBe2gj066aE"
}
],
"combinations": [
[
1
],
[
0
],
[
2
]
]
}'
[Thu Nov 9 13:07:42 UTC 2017] responseHeaders='HTTP/1.1 100 Continue
HTTP/1.1 201 Created
Boulder-Requester: 2
Cache-Control: public, max-age=0, no-cache
Content-Type: application/json
Link: <http://boulder.office.mojeip.cz:4000/acme/new-cert>;rel="next"
Location: http://boulder.office.mojeip.cz:4000/acme/authz/g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs
Replay-Nonce: sheBkr-biOxnzow70bnB8rMgEwxdh9gtTxpo8Vtdruk
Date: Thu, 09 Nov 2017 13:07:42 GMT
Content-Length: 964
'
[Thu Nov 9 13:07:42 UTC 2017] response='{"identifier":{"type":"dns","value":"suitecrm.office.mojeip.cz"},"status":"pending","expires":"2017-11-16T09:38:04Z","challenges":[{"type":"dns-01","status":"pending","uri":"http://boulder.office.mojeip.cz:4000/acme/challenge/g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs/7","token":"Ac_6ziNyuvskTZn_kqNC6hpYW_KBE34adHt2QmGQyYo"},{"type":"http-01","status":"pending","uri":"http://boulder.office.mojeip.cz:4000/acme/challenge/g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs/8","token":"lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk"},{"type":"tls-sni-01","status":"pending","uri":"http://boulder.office.mojeip.cz:4000/acme/challenge/g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs/9","token":"ckfZdVql-_SAX7zF5JkEoRqYbkGDy12pwBe2gj066aE"}],"combinations":[[1],[0],[2]]}'
[Thu Nov 9 13:07:42 UTC 2017] code='201'
[Thu Nov 9 13:07:42 UTC 2017] The new-authz request is ok.
[Thu Nov 9 13:07:42 UTC 2017] entry='"type":"http-01","status":"pending","uri":"http://boulder.office.mojeip.cz:4000/acme/challenge/g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs/8","token":"lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk"'
[Thu Nov 9 13:07:42 UTC 2017] token='lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk'
[Thu Nov 9 13:07:42 UTC 2017] uri='http://boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] keyauthorization='lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM'
[Thu Nov 9 13:07:42 UTC 2017] dvlist='suitecrm.office.mojeip.cz#lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM#http://boulder.office.mojeip.cz#http-01#/home/letsencrypt/webroot'
[Thu Nov 9 13:07:42 UTC 2017] vlist='suitecrm.office.mojeip.cz#lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM#http://boulder.office.mojeip.cz#http-01#/home/letsencrypt/webroot,'
[Thu Nov 9 13:07:42 UTC 2017] ok, let's start to verify
[Thu Nov 9 13:07:42 UTC 2017] Verifying:suitecrm.office.mojeip.cz
[Thu Nov 9 13:07:42 UTC 2017] d='suitecrm.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] keyauthorization='lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM'
[Thu Nov 9 13:07:42 UTC 2017] uri='http://boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _currentRoot='/home/letsencrypt/webroot'
[Thu Nov 9 13:07:42 UTC 2017] wellknown_path='/home/letsencrypt/webroot/.well-known/acme-challenge'
[Thu Nov 9 13:07:42 UTC 2017] writing token:lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk to /home/letsencrypt/webroot/.well-known/acme-challenge/lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk
[Thu Nov 9 13:07:42 UTC 2017] Changing owner/group of .well-known to letsencrypt:letsencrypt
[Thu Nov 9 13:07:42 UTC 2017] tigger domain validation.
[Thu Nov 9 13:07:42 UTC 2017] _t_url='http://boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _t_key_authz='lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM'
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] payload='{"resource": "challenge", "keyAuthorization": "lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM"}'
[Thu Nov 9 13:07:42 UTC 2017] Use cached jwk for file: /home/letsencrypt/.acme.sh/ca/boulder.office.mojeip.cz/account.key
[Thu Nov 9 13:07:42 UTC 2017] Use _CACHED_NONCE='sheBkr-biOxnzow70bnB8rMgEwxdh9gtTxpo8Vtdruk'
[Thu Nov 9 13:07:42 UTC 2017] nonce='sheBkr-biOxnzow70bnB8rMgEwxdh9gtTxpo8Vtdruk'
[Thu Nov 9 13:07:42 UTC 2017] POST
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uKV5BlCeMeXa69r3leWJkO3-_XsbnkK87DRh_qPFjJOm4jYXTObgMt4FtCqwQl8cgcYoYmXm7zDLaK-zP2tgykVV_5CrzVpgbpZxVo9lmE_DXujdfNb24yIPQi34NEzTUQIrtghPIxIHPw9Tdq0faWNjQztN0c69as2XolTO1TyQ949SOl8GT4eU6wbWyg14vQGL2linu7bE9Gnmws7kXL6ABeK4BwxzHU4lrjZ7ZoDPVRzWIpazcoHlBMcOEj8C7dhmIvduP_slB2GzYi-hwhtVvao8FDJmQNGhMyohnYk_v7PjJgxNMKz1H7-KgDpvEBpwKC98Ot34B83mK5wvxw"}}, "protected": "eyJub25jZSI6ICJzaGVCa3ItYmlPeG56b3c3MGJuQjhyTWdFd3hkaDlndFR4cG84VnRkcnVrIiwgInVybCI6ICJodHRwOi8vYm91bGRlci5vZmZpY2UubmljLmN6IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAidUtWNUJsQ2VNZVhhNjlyM2xlV0prTzMtX1hzYm5rSzg3RFJoX3FQRmpKT200allYVE9iZ010NEZ0Q3F3UWw4Y2djWW9ZbVhtN3pETGFLLXpQMnRneWtWVl81Q3J6VnBnYnBaeFZvOWxtRV9EWHVqZGZOYjI0eUlQUWkzNE5FelRVUUlydGdoUEl4SUhQdzlUZHEwZmFXTmpRenROMGM2OWFzMlhvbFRPMVR5UTk0OVNPbDhHVDRlVTZ3Yld5ZzE0dlFHTDJsaW51N2JFOUdubXdzN2tYTDZBQmVLNEJ3eHpIVTRscmpaN1pvRFBWUnpXSXBhemNvSGxCTWNPRWo4QzdkaG1JdmR1UF9zbEIyR3pZaS1od2h0VnZhbzhGREptUU5HaE15b2huWWtfdjdQakpneE5NS3oxSDctS2dEcHZFQnB3S0M5OE90MzRCODNtSzV3dnh3In19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJsVmhfRmFVcEJEbC01T2pySmFFMnNtOE1MNUJvWmZlSmJOeTdfMWlhQ0ZrLnB1WW9saW5FOGhZenItRThZM2Rwckg5ZWVJUEE1SnkwMFB0dTBkRUdQck0ifQ", "signature": "L3en-T8m3jGU2JKvm1Kks7KKdRkhf1fD-rOy_grtbZBmhb_gPHBvjadV4wlbDJxkVKIiczHEykfx50LhLIs6vYcUMRo52c6lGITEwRTGBeBgGl30umh7FC1iUVnRh4sqoJeQfI3DkO07bB4qdQaqstefI5MgRLsOJs82AkuQ0iv8P6s7AV5gq9yfDSaUtTrzIR_7BaCFEUbefzZc6ZXmaBQsdX0YRWGwGh0IPQKpzNEmgjpA_G_ZKMHZTXUzGAZ61TBl2iW7R6AMEI75JAkJkXxLhJPg_Xz7WrKy_CJ1EB0uNuAiVHZwc1w8XvXUw19o5T9fErT99QZBHVdLdwzT3g"}'
[Thu Nov 9 13:07:42 UTC 2017] _CURL='curl -L --silent --dump-header /home/letsencrypt/.acme.sh/http.header --trace-ascii /tmp/tmp.sTCSOrbo8o '
[Thu Nov 9 13:07:42 UTC 2017] _ret='0'
[Thu Nov 9 13:07:42 UTC 2017] original='<h1>This is server: boulder.office.mojeip.cz </h1>'
[Thu Nov 9 13:07:42 UTC 2017] responseHeaders='HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Server: nginx/1.10.3
Date: Thu, 09 Nov 2017 13:07:42 GMT
Content-Type: text/html
Content-Length: 48
Last-Modified: Thu, 09 Nov 2017 09:28:34 GMT
Connection: keep-alive
ETag: "5a041fc2-30"
Accept-Ranges: bytes
'
[Thu Nov 9 13:07:42 UTC 2017] response='<h1>This is server: boulder.office.mojeip.cz </h1>'
[Thu Nov 9 13:07:42 UTC 2017] code='200'
[Thu Nov 9 13:07:42 UTC 2017] suitecrm.office.mojeip.cz:Challenge error: <h1>This is server: boulder.office.mojeip.cz </h1>
[Thu Nov 9 13:07:42 UTC 2017] Debugging, skip removing: /home/letsencrypt/webroot/.well-known/acme-challenge/lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk
[Thu Nov 9 13:07:42 UTC 2017] pid
[Thu Nov 9 13:07:42 UTC 2017] No need to restore nginx, skip.
[Thu Nov 9 13:07:42 UTC 2017] _clearupdns
[Thu Nov 9 13:07:42 UTC 2017] skip dns.
[Thu Nov 9 13:07:42 UTC 2017] _on_issue_err
[Thu Nov 9 13:07:42 UTC 2017] Please check log file for more details: /home/letsencrypt/.acme.sh/acme.sh.log
[Thu Nov 9 13:07:42 UTC 2017] _chk_vlist='suitecrm.office.mojeip.cz#lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM#http://boulder.office.mojeip.cz#http-01#/home/letsencrypt/webroot,'
[Thu Nov 9 13:07:42 UTC 2017] start to deactivate authz
[Thu Nov 9 13:07:42 UTC 2017] tigger domain validation.
[Thu Nov 9 13:07:42 UTC 2017] _t_url='http://boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] _t_key_authz='lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM'
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] payload='{"resource": "challenge", "keyAuthorization": "lVh_FaUpBDl-5OjrJaE2sm8ML5BoZfeJbNy7_1iaCFk.puYolinE8hYzr-E8Y3dprH9eeIPA5Jy00Ptu0dEGPrM"}'
[Thu Nov 9 13:07:42 UTC 2017] Use cached jwk for file: /home/letsencrypt/.acme.sh/ca/boulder.office.mojeip.cz/account.key
[Thu Nov 9 13:07:42 UTC 2017] Get nonce. ACME_DIRECTORY='http://boulder.office.mojeip.cz:4000/directory'
[Thu Nov 9 13:07:42 UTC 2017] GET
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz:4000/directory'
[Thu Nov 9 13:07:42 UTC 2017] timeout
[Thu Nov 9 13:07:42 UTC 2017] _CURL='curl -L --silent --dump-header /home/letsencrypt/.acme.sh/http.header --trace-ascii /tmp/tmp.wFz2IqISdA '
[Thu Nov 9 13:07:42 UTC 2017] ret='0'
[Thu Nov 9 13:07:42 UTC 2017] _headers='HTTP/1.1 200 OK
Cache-Control: public, max-age=0, no-cache
Content-Type: application/json
Replay-Nonce: lcwvWZqCg5QiOFij_0U5mf430ZSYXTy1VqNl6BF11GM
Date: Thu, 09 Nov 2017 13:07:42 GMT
Content-Length: 510
'
[Thu Nov 9 13:07:42 UTC 2017] _CACHED_NONCE='lcwvWZqCg5QiOFij_0U5mf430ZSYXTy1VqNl6BF11GM'
[Thu Nov 9 13:07:42 UTC 2017] nonce='lcwvWZqCg5QiOFij_0U5mf430ZSYXTy1VqNl6BF11GM'
[Thu Nov 9 13:07:42 UTC 2017] POST
[Thu Nov 9 13:07:42 UTC 2017] url='http://boulder.office.mojeip.cz'
[Thu Nov 9 13:07:42 UTC 2017] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uKV5BlCeMeXa69r3leWJkO3-_XsbnkK87DRh_qPFjJOm4jYXTObgMt4FtCqwQl8cgcYoYmXm7zDLaK-zP2tgykVV_5CrzVpgbpZxVo9lmE_DXujdfNb24yIPQi34NEzTUQIrtghPIxIHPw9Tdq0faWNjQztN0c69as2XolTO1TyQ949SOl8GT4eU6wbWyg14vQGL2linu7bE9Gnmws7kXL6ABeK4BwxzHU4lrjZ7ZoDPVRzWIpazcoHlBMcOEj8C7dhmIvduP_slB2GzYi-hwhtVvao8FDJmQNGhMyohnYk_v7PjJgxNMKz1H7-KgDpvEBpwKC98Ot34B83mK5wvxw"}}, "protected": "eyJub25jZSI6ICJsY3d2V1pxQ2c1UWlPRmlqXzBVNW1mNDMwWlNZWFR5MVZxTmw2QkYxMUdNIiwgInVybCI6ICJodHRwOi8vYm91bGRlci5vZmZpY2UubmljLmN6IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAidUtWNUJsQ2VNZVhhNjlyM2xlV0prTzMtX1hzYm5rSzg3RFJoX3FQRmpKT200allYVE9iZ010NEZ0Q3F3UWw4Y2djWW9ZbVhtN3pETGFLLXpQMnRneWtWVl81Q3J6VnBnYnBaeFZvOWxtRV9EWHVqZGZOYjI0eUlQUWkzNE5FelRVUUlydGdoUEl4SUhQdzlUZHEwZmFXTmpRenROMGM2OWFzMlhvbFRPMVR5UTk0OVNPbDhHVDRlVTZ3Yld5ZzE0dlFHTDJsaW51N2JFOUdubXdzN2tYTDZBQmVLNEJ3eHpIVTRscmpaN1pvRFBWUnpXSXBhemNvSGxCTWNPRWo4QzdkaG1JdmR1UF9zbEIyR3pZaS1od2h0VnZhbzhGREptUU5HaE15b2huWWtfdjdQakpneE5NS3oxSDctS2dEcHZFQnB3S0M5OE90MzRCODNtSzV3dnh3In19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJsVmhfRmFVcEJEbC01T2pySmFFMnNtOE1MNUJvWmZlSmJOeTdfMWlhQ0ZrLnB1WW9saW5FOGhZenItRThZM2Rwckg5ZWVJUEE1SnkwMFB0dTBkRUdQck0ifQ", "signature": "mPhsVHif7ClJptITMmIv7fgLk09cx6nvG4xiLv5LCH3te2C6NCxf6WjhzqCPoEu8LqXThb0wlY8FDYlfr87R8JW4K7dcV18vlqNbXmfUa7Ahu8aFGtIx_sAn_5pQ50r8MKI6R0snWRKRG7r0Lgx4w0UyrhcT1z7P4bWF4QAyZc1HMVRwHdVf5TRBx9I1C-2qwInsFUfSWyHOICWzQ3nBSHXGfTIa9h7rItstHOGnxf3s8OUvkxtaBjgXkvqHAOGIs6URg8dW5wvMrDNufmOa_zSkkriL8lnl9CfAnMCFULHYqU5_eZ_mN_xIJZMVJFfIywWuRxEj3JKX73CF78OtnQ"}'
[Thu Nov 9 13:07:42 UTC 2017] _CURL='curl -L --silent --dump-header /home/letsencrypt/.acme.sh/http.header --trace-ascii /tmp/tmp.SOBuN1Ym4O '
[Thu Nov 9 13:07:42 UTC 2017] _ret='0'
[Thu Nov 9 13:07:42 UTC 2017] original='<h1>This is server: boulder.office.mojeip.cz </h1>'
[Thu Nov 9 13:07:42 UTC 2017] responseHeaders='HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Server: nginx/1.10.3
Date: Thu, 09 Nov 2017 13:07:42 GMT
Content-Type: text/html
Content-Length: 48
Last-Modified: Thu, 09 Nov 2017 09:28:34 GMT
Connection: keep-alive
ETag: "5a041fc2-30"
Accept-Ranges: bytes
'
[Thu Nov 9 13:07:42 UTC 2017] response='<h1>This is server: boulder.office.mojeip.cz </h1>'
[Thu Nov 9 13:07:42 UTC 2017] code='200'
[Thu Nov 9 13:07:42 UTC 2017] '/home/letsencrypt/webroot' does not contain 'dns'
[Thu Nov 9 13:07:42 UTC 2017] Diagnosis versions:
openssl:openssl
OpenSSL 1.1.0f 25 May 2017
apache:
apache doesn't exists.
nginx:
nginx doesn't exists.
socat:
socat by Gerhard Rieger - see www.dest-unreach.org
Usage:
socat [options] <bi-address> <bi-address>
options:
-V print version and feature information to stdout, and exit
-h|-? print a help text describing command line options and addresses
-hh like -h, plus a list of all common address option names
-hhh like -hh, plus a list of all available address option names
-d increase verbosity (use up to 4 times; 2 are recommended)
-D analyze file descriptors before loop
-ly[facility] log to syslog, using facility (default is daemon)
-lf<logfile> log to file
-ls log to stderr (default if no other log)
-lm[facility] mixed log mode (stderr during initialization, then syslog)
-lp<progname> set the program name used for logging
-lu use microseconds for logging timestamps
-lh add hostname to log messages
-v verbose data traffic, text
-x verbose data traffic, hexadecimal
-b<size_t> set data buffer size (8192)
-s sloppy (continue on error)
-t<timeout> wait seconds before closing second channel
-T<timeout> total inactivity timeout in seconds
-u unidirectional mode (left to right)
-U unidirectional mode (right to left)
-g do not check option groups
-L <lockfile> try to obtain lock, or fail
-W <lockfile> try to obtain lock, or wait
-4 prefer IPv4 if version is not explicitly specified
-6 prefer IPv6 if version is not explicitly specified
console on boulder server:
boulder_1 | I131626 boulder-wfe Successful request JSON={"Endpoint":"/directory","Method":"GET","ResponseNonce":"Zg32kE2Vnh1k_YNbDMf7z-EN_9xMSCwEI8QxHsGf25g","UserAgent":"acme.sh/2.7.4 (https://github.com/Neilpang/acme.sh)","Code":0}
boulder_1 | I131626 boulder-wfe Successful request JSON={"Endpoint":"/directory","Method":"HEAD","ResponseNonce":"nNQzqnkdfxiuh4qBnUq1kfgGvagj4z6mf19FZ96knnQ","UserAgent":"acme.sh/2.7.4 (https://github.com/Neilpang/acme.sh)","Code":0}
boulder_1 | I131626 boulder-wfe Successful request JSON={"Endpoint":"/acme/new-authz","Method":"POST","Requester":2,"Contacts":[],"RequestNonce":"nNQzqnkdfxiuh4qBnUq1kfgGvagj4z6mf19FZ96knnQ","ResponseNonce":"NQlEruE9KRKv6wDKlw3sMFI_rqGozSR1WbXGYX4zMPk","UserAgent":"acme.sh/2.7.4 (https://github.com/Neilpang/acme.sh)","Code":0,"Payload":"{\"resource\": \"new-authz\", \"identifier\": {\"type\": \"dns\", \"value\": \"suitecrm.office.nic.cz\"}}","Extra":{"AuthzID":"g_p52tFzTlJdur_jxKu8H3z0nZFFxlXDDXDnpISYOWs","Identifier":{"type":"dns","value":"suitecrm.office.nic.cz"}}}
boulder_1 | I131626 boulder-wfe Successful request JSON={"Endpoint":"/directory","Method":"HEAD","ResponseNonce":"BQ6DpsteiiKgadQ0SxjgWudtjT13X3EIMVksyxvG-e4","UserAgent":"acme.sh/2.7.4 (https://github.com/Neilpang/acme.sh)","Code":0}
Edit:
Hello again,
i just also run for test acmetiny, and I got these error:
letsencrypt#boulderacme:~/acmetiny/acme-tiny$ ./acme_tiny.py --account-key /home/letsencrypt/.acme.sh/suitecrm.office.mojeip.cz/suitecrm.office.mojeip.cz.key --csr /home/letsencrypt/.acme.sh/suitecrm.office.mojeip.cz/suitecrm.office.mojeip.cz.csr --acme-dir /home/letsencrypt/webroot/.well-known/acme-challenge/ --ca http://boulder.office.mojeip.cz:4000
Parsing account key...
Parsing CSR...
Registering account...
Registered!
Verifying suitecrm.office.mojeip.cz...
Traceback (most recent call last):
File "./acme_tiny.py", line 199, in <module>
main(sys.argv[1:])
File "./acme_tiny.py", line 195, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca)
File "./acme_tiny.py", line 150, in get_crt
domain, challenge_status))
ValueError: suitecrm.office.mojeip.cz challenge did not pass: {u'status': u'invalid', u'validationRecord': [{u'addressesResolved': [u'172.17.0.1'], u'url': u'http://suitecrm.office.mojeip.cz:5002/.well-known/acme-challenge/F6p-IafxaP_QYj6Ve_NMVIZr7vev8wpHvjXtJ3qunpM', u'hostname': u'suitecrm.office.mojeip.cz', u'addressesTried': [], u'addressUsed': u'172.17.0.1', u'port': u'5002'}], u'keyAuthorization': u'F6p-IafxaP_QYj6Ve_NMVIZr7vev8wpHvjXtJ3qunpM.zuwKtqMhCyrE0K9UDAVN1xiHewv-ztzFgwUpUdttZtY', u'uri': u'http://boulder.office.mojeip.cz:4000/acme/challenge/Bnk3Lc9o44ZmYeqBBHBTRgm8q3vEaDthFmFq0ck1vfw/27', u'token': u'F6p-IafxaP_QYj6Ve_NMVIZr7vev8wpHvjXtJ3qunpM', u'error': {u'status': 400, u'type': u'urn:acme:error:connection', u'detail': u'Fetching http://suitecrm.office.mojeip.cz:5002/.well-known/acme-challenge/F6p-IafxaP_QYj6Ve_NMVIZr7vev8wpHvjXtJ3qunpM: Connection refused'}, u'type': u'http-01'}
So maybe is some problem on boulder side. But I still haven't close to right function with it.

It seems like a bug of acme.sh, please report an issue on github.
I will fix it soon.
Thanks.

Related

when I boot up mariadb service a problem appears

When I execute the command "systemctl status mariadb.service" the following error message appears:
mariadb.service - MariaDB 10.5.15 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/mariadb.service.d
└─migrated-from-my.cnf-settings.conf
Active: failed (Result: exit-code) since Mon 2022-03-14 10:25:00 CET; 1min 30s ago
Docs: man:mariadbd(8)
https://mariadb.com/kb/en/library/systemd/
Process: 22078 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
Process: 22079 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 22081 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $>
Process: 22111 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=1/FAILURE)
Main PID: 22111 (code=exited, status=1/FAILURE)
Status: "MariaDB server is down"
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [Note] InnoDB: 10.5.15 started; log sequence number 45310; transaction id 20
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [Note] Plugin 'FEEDBACK' is disabled.
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [ERROR] Could not open mysql.plugin table: "Unknown storage engine 'Aria'". Some>
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [ERROR] Failed to initialize plugins.
mar 14 10:25:00 mendo mariadbd[22111]: 2022-03-14 10:25:00 0 [ERROR] Aborting
mar 14 10:25:00 mendo systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
mar 14 10:25:00 mendo systemd[1]: mariadb.service: Failed with result 'exit-code'.
mar 14 10:25:00 mendo systemd[1]: Failed to start MariaDB 10.5.15 database server.
Could you help me?
Thanks in advace!!!

No plugin found for prefix 'gluonfx' + causing gluon mobile and javafx code to not be recognized

I have been following https://foojay.io/today/creating-mobile-apps-with-javafx-part-2/, but when I got to the step with $ mvn -Pios gluonfx:build, Unfortunately, that does not work for me because as soon as I delete the .m2 file, it reappears.
Edit: help! Any line of code on my Gluon-Mobile project (on Netbeans) relating to JavaFx or Gluon (I.e. label nodes, import statements, and almost everything) has errors now! I do not know what I did because it was working perfectly earlier today. I am very concerned. please help!
Errors when creating an account/logging in (I had to put them on a Google Doc since the question was too long)
https://docs.google.com/document/d/1rqe8jEMNQY9gUvzwuqwHnzDoyTEVMbVPia8sWOyYLww/edit?usp=sharing
new(?) error:
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] determineCpuFeaures
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] Aug 07, 2021 5:01:49 PM com.sun.javafx.application.PlatformImpl startup
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module #18b7c82f'
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] IOSWindowSystemInterface : share 0 view 0 pf otready
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] GL_VERSION string = OpenGL ES 2.0 Metal - 68.8
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] GL_VERSION (major.minor) = 0.0
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] initialize() returns 4557157648
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] IOSWindowSystemInterface : share 812ce820 view 0 pf otready
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] GL_VERSION string = OpenGL ES 2.0 Metal - 68.8
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] GL_VERSION (major.minor) = 0.0
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO vendor
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO renderer
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO glExtensions
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO GL_ARB_pixel_buffer_object
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO allocate the structure
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO set function pointers
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] IOSWindowSystemInterface : share 812ce820 view 0 pf otready
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] GL_VERSION string = OpenGL ES 2.0 Metal - 68.8
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] GL_VERSION (major.minor) = 0.0
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO vendor
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO renderer
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO glExtensions
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO GL_ARB_pixel_buffer_object
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO allocate the structure
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] CTXINFO set function pointers
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] 414.000000 896.000000
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] 2021-08-07 17:01:50.048625-0700 Therabot[17616:1514744] [AttachLog] Notch is UNKNOWN
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] [AttachLog] 2021-08-07 17:01:50.049 void sendNotch():149 Notch is UNKNOWN
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] Aug 07, 2021 5:01:50 PM com.gluonhq.impl.charm.glisten.license.LicenseManager validateLicense
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] INFO: Validation of license key XXXXXXXXXXXXXXX completed, Valid license.file exists.
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] Aug 07, 2021 5:01:53 PM com.mysecondapplication.views.PrimaryView <init>
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] SEVERE: null
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] java.io.FileNotFoundException: src/main/resources/newbackground.png (No such file or directory)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_io_FileNotFoundException_2_0002e_0003cinit_0003e_00028Ljava_lang_String_2Ljava_lang_String_2_00029V(JNIJavaCallWrappers.java:0)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at java.io.FileInputStream.open0(FileInputStream.java)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at java.io.FileInputStream.open(FileInputStream.java:219)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at java.io.FileInputStream.<init>(FileInputStream.java:157)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at java.io.FileInputStream.<init>(FileInputStream.java:112)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.mysecondapplication.views.PrimaryView.<init>(PrimaryView.java:73)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.gluonhq.impl.charm.glisten.util.CachedFactory.get(CachedFactory.java:32)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.gluonhq.charm.glisten.application.MobileApplication.doSwitchView(MobileApplication.java:723)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.gluonhq.charm.glisten.application.MobileApplication.switchView(MobileApplication.java:477)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.gluonhq.charm.glisten.application.MobileApplication.switchView(MobileApplication.java:452)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.gluonhq.charm.glisten.mvc.SplashView.hideSplashView(SplashView.java:215)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.gluonhq.charm.glisten.mvc.SplashView.lambda$defaultTransitionEventHandler$2(SplashView.java:234)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.animation.Animation.runHandler(Animation.java:1102)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.animation.Animation.finished(Animation.java:1096)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.animation.AnimationAccessorImpl.finished(AnimationAccessorImpl.java:49)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.scenario.animation.shared.SingleLoopClipEnvelope.timePulse(SingleLoopClipEnvelope.java:107)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.animation.Animation.doTimePulse(Animation.java:1189)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.animation.Animation$1.lambda$timePulse$0(Animation.java:207)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at java.security.AccessController.doPrivileged(AccessController.java:100)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.animation.Animation$1.timePulse(Animation.java:206)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.scenario.animation.AbstractPrimaryTimer.timePulseImpl(AbstractPrimaryTimer.java:343)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.scenario.animation.AbstractPrimaryTimer$MainLoop.run(AbstractPrimaryTimer.java:266)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:570)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:554)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.QuantumToolkit.pulseFromQueue(QuantumToolkit.java:547)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$11(QuantumToolkit.java:353)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VARARGS:Ljava_lang_Runnable_2_0002erun_00028_00029V(JNIJavaCallWrappers.java:0)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB]
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] 2021-08-07 17:01:56.119584-0700 Therabot[17616:1514744] [AttachLog] Notch is TOP
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] [AttachLog] 2021-08-07 17:01:56.120 void sendNotch():149 Notch is TOP
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] Creating file: ./hi-470529521.dat
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] IOException in btn; log in
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.mysecondapplication.views.PrimaryView.lambda$new$1(PrimaryView.java:228)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.event.Event.fireEvent(Event.java:198)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.scene.Node.fireEvent(Node.java:8792)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.scene.control.Button.fire(Button.java:203)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:208)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.event.Event.fireEvent(Event.java:198)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.scene.Scene$MouseHandler.process(Scene.java:3880)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.scene.Scene.processMouseEvent(Scene.java:1873)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2606)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at java.security.AccessController.doPrivileged(AccessController.java:100)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:423)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449)
[Sat Aug 07 17:02:08 PDT 2021][INFO] [SUB] at com.sun.glass.ui.View.handleMouseEvent(View.java:557)

Converting output format of a time series forecast in R

I am working on a Timeseries data of 2 products - X1 & X2 starting from Jan-2016 to Dec-2019 and I am applying NNAR forecast model on it. The code is below:
nnar.Accounts_ts = ts(df, start = c(2016, 1), frequency = 12)
nnar.Accounts_ts
V1 V2
Jan 2016 2792 8882
Feb 2016 3317 10803
Mar 2016 4292 14059
Apr 2016 4500 15617
May 2016 5234 19211
Jun 2016 6657 23632
Jul 2016 6329 25435
Aug 2016 7208 30671
Sep 2016 7046 32429
Oct 2016 7242 35794
Nov 2016 7692 39138
Dec 2016 7860 43767
Jan 2017 6941 42172
Feb 2017 7076 40690
Mar 2017 8943 50362
Apr 2017 8435 50890
May 2017 9757 59852
Jun 2017 9510 62762
Jul 2017 8665 64176
Aug 2017 9538 70739
Sep 2017 8832 69643
Oct 2017 9983 77886
Nov 2017 9541 79059
Dec 2017 9397 82658
Jan 2018 10350 90879
Feb 2018 9853 84161
Mar 2018 12472 98436
Apr 2018 11942 101095
May 2018 12706 109782
Jun 2018 11733 108488
Jul 2018 11114 114713
Aug 2018 12731 122221
Sep 2018 10750 114816
Oct 2018 12319 129158
Nov 2018 12391 127707
Dec 2018 12442 132581
Jan 2019 14218 143658
Feb 2019 13628 131456
Mar 2019 15629 149794
Apr 2019 16457 157845
May 2019 16880 166019
Jun 2019 15362 160458
Jul 2019 15509 175690
Aug 2019 16195 178887
Sep 2019 14645 173253
Oct 2019 16930 189340
Nov 2019 16586 181478
Dec 2019 16520 199305
set.seed(54321)
Brand_nnar_Accounts_forecast <- lapply(nnar.Accounts_ts, function(x) forecast(nnetar(x, PI = TRUE),h = 30))
The output of the forecast model is of the format:
$X1
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2020 17055.65 16935.27 17235.31 17290.44 17310.37 17215.72 17227.75 17276.04 17134.86 17311.74 17297.26 17293.96
2021 17317.46 17312.78 17324.23 17326.22 17326.92 17323.58 17324.00 17325.72 17320.61 17326.95 17326.47 17326.35
2022 17327.17 17327.01 17327.40 17327.47 17327.50 17327.38
$X2
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2020 208483.0 187984.3 220114.3 225257.3 235741.0 225815.4 248283.1 248211.2 241011.6 261533.2 249032.7 270361.6
2021 275791.9 254342.5 286256.4 286638.9 292843.6 286383.4 298840.4 298059.8 294739.4 303357.4 298140.3 305902.2
2022 307070.0 300128.1 309649.4 309460.6 310678.2 309377.8
which I want to convert it into the following format.
Jan 2020 Feb 2020 Mar 2020 Apr 2020 May 2020 Jun 2020 Jul 2020 Aug 2020 Sep 2020 Oct 2020 Nov 2020
X1 17055.65 16935.27 17235.31 17290.44 17310.37 17215.72 17227.75 17276.04 17134.86 17311.74 17297.26
X2 208483.04 187984.26 220114.30 225257.26 235741.04 225815.39 248283.10 248211.23 241011.62 261533.17 249032.70
Dec 2020 Jan 2021 Feb 2021 Mar 2021 Apr 2021 May 2021 Jun 2021 Jul 2021 Aug 2021 Sep 2021 Oct 2021 Nov 2021
X1 17293.96 17317.46 17312.78 17324.23 17326.22 17326.92 17323.58 17324.0 17325.72 17320.61 17326.95 17326.47
X2 270361.60 275791.92 254342.50 286256.43 286638.89 292843.56 286383.42 298840.4 298059.78 294739.42 303357.43 298140.34
Dec 2021 Jan 2022 Feb 2022 Mar 2022 Apr 2022 May 2022 Jun 2022
X1 17326.35 17327.17 17327.01 17327.4 17327.47 17327.5 17327.38
X2 305902.18 307070.02 300128.09 309649.4 309460.55 310678.2 309377.82
NNAR model has embedded lists which is creating problem when I am using proposed solution to convert the format
One option is to transpose the elements in the list after converting to xts and then do the rbind
library(xts)
`row.names<-`(do.call(rbind, lapply(lst1, function(x) t(as.xts(x)))), names(lst1))
# Jan 2020 Feb 2020 Mar 2020 Apr 2020 May 2020 Jun 2020 Jul 2020 Aug 2020 Sep 2020
#Product 1 41 56 2 16 78 60 89 31 68
#Product 2 52 23 57 48 80 53 63 36 10
# Oct 2020 Nov 2020 Dec 2020 Jan 2021 Feb 2021 Mar 2021 Apr 2021 May 2021 Jun 2021
#Product 1 73 2 40 45 11 43 63 58 29
#Product 2 24 24 39 4 56 85 6 20 69
# Jul 2021 Aug 2021 Sep 2021 Oct 2021 Nov 2021 Dec 2021
#Product 1 39 76 8 89 14 3
#Product 2 93 26 23 95 79 56
data
lst1 <- list(`Product 1` = ts(sample(100, 24, replace = TRUE), start = c(2020, 1),
frequency =12), `Product 2` = ts(sample(100, 24, replace = TRUE),
start = c(2020, 1), frequency =12))

OpenVPN client connects to server, but no internet. Ubuntu 18.04.2

OpenVPN client connects to server. But no internet. Nevertheless I can ping from terminal 8.8.8.8 unless i open any web page in browser. After opening any web page i can not also ping Google Public DNS.
I have Ubuntu 18.04.
We have tried also public openvpn configs. They also do not work from Ubuntu. But same config works nicely from Mac.
What could be the issue? Bellow i have posted logs:
vlad#vlad-ThinkPad:~/keys/vpn$ sudo openvpn --config vladv.ovpn
Thu Mar 14 15:52:01 2019 us=645618 Current Parameter Settings:
Thu Mar 14 15:52:01 2019 us=645644 config = 'vladv.ovpn'
Thu Mar 14 15:52:01 2019 us=645649 mode = 0
Thu Mar 14 15:52:01 2019 us=645652 persist_config = DISABLED
Thu Mar 14 15:52:01 2019 us=645656 persist_mode = 1
Thu Mar 14 15:52:01 2019 us=645659 show_ciphers = DISABLED
Thu Mar 14 15:52:01 2019 us=645663 show_digests = DISABLED
Thu Mar 14 15:52:01 2019 us=645666 show_engines = DISABLED
Thu Mar 14 15:52:01 2019 us=645669 genkey = DISABLED
Thu Mar 14 15:52:01 2019 us=645672 key_pass_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645676 show_tls_ciphers = DISABLED
Thu Mar 14 15:52:01 2019 us=645680 connect_retry_max = 0
Thu Mar 14 15:52:01 2019 us=645687 Connection profiles [0]:
Thu Mar 14 15:52:01 2019 us=645691 proto = udp
Thu Mar 14 15:52:01 2019 us=645695 local = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645699 local_port = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645703 remote = '52.204.183.105'
Thu Mar 14 15:52:01 2019 us=645707 remote_port = '1194'
Thu Mar 14 15:52:01 2019 us=645737 remote_float = DISABLED
Thu Mar 14 15:52:01 2019 us=645741 bind_defined = DISABLED
Thu Mar 14 15:52:01 2019 us=645745 bind_local = DISABLED
Thu Mar 14 15:52:01 2019 us=645750 bind_ipv6_only = DISABLED
Thu Mar 14 15:52:01 2019 us=645754 connect_retry_seconds = 5
Thu Mar 14 15:52:01 2019 us=645757 connect_timeout = 120
Thu Mar 14 15:52:01 2019 us=645774 socks_proxy_server = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645778 socks_proxy_port = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645801 tun_mtu = 1500
Thu Mar 14 15:52:01 2019 us=645806 tun_mtu_defined = ENABLED
Thu Mar 14 15:52:01 2019 us=645810 link_mtu = 1500
Thu Mar 14 15:52:01 2019 us=645815 link_mtu_defined = DISABLED
Thu Mar 14 15:52:01 2019 us=645819 tun_mtu_extra = 0
Thu Mar 14 15:52:01 2019 us=645823 tun_mtu_extra_defined = DISABLED
Thu Mar 14 15:52:01 2019 us=645827 mtu_discover_type = -1
Thu Mar 14 15:52:01 2019 us=645831 fragment = 0
Thu Mar 14 15:52:01 2019 us=645835 mssfix = 1450
Thu Mar 14 15:52:01 2019 us=645839 explicit_exit_notification = 0
Thu Mar 14 15:52:01 2019 us=645844 Connection profiles END
Thu Mar 14 15:52:01 2019 us=645848 remote_random = DISABLED
Thu Mar 14 15:52:01 2019 us=645852 ipchange = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645856 dev = 'tun'
Thu Mar 14 15:52:01 2019 us=645860 dev_type = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645864 dev_node = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645868 lladdr = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645872 topology = 1
Thu Mar 14 15:52:01 2019 us=645876 ifconfig_local = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645880 ifconfig_remote_netmask = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645884 ifconfig_noexec = DISABLED
Thu Mar 14 15:52:01 2019 us=645888 ifconfig_nowarn = DISABLED
Thu Mar 14 15:52:01 2019 us=645893 ifconfig_ipv6_local = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645897 ifconfig_ipv6_netbits = 0
Thu Mar 14 15:52:01 2019 us=645901 ifconfig_ipv6_remote = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645905 shaper = 0
Thu Mar 14 15:52:01 2019 us=645910 mtu_test = 0
Thu Mar 14 15:52:01 2019 us=645914 mlock = DISABLED
Thu Mar 14 15:52:01 2019 us=645918 keepalive_ping = 0
Thu Mar 14 15:52:01 2019 us=645922 keepalive_timeout = 0
Thu Mar 14 15:52:01 2019 us=645926 inactivity_timeout = 0
Thu Mar 14 15:52:01 2019 us=645930 ping_send_timeout = 0
Thu Mar 14 15:52:01 2019 us=645934 ping_rec_timeout = 0
Thu Mar 14 15:52:01 2019 us=645938 ping_rec_timeout_action = 0
Thu Mar 14 15:52:01 2019 us=645942 ping_timer_remote = DISABLED
Thu Mar 14 15:52:01 2019 us=645946 remap_sigusr1 = 0
Thu Mar 14 15:52:01 2019 us=645950 persist_tun = ENABLED
Thu Mar 14 15:52:01 2019 us=645954 persist_local_ip = DISABLED
Thu Mar 14 15:52:01 2019 us=645958 persist_remote_ip = DISABLED
Thu Mar 14 15:52:01 2019 us=645962 persist_key = ENABLED
Thu Mar 14 15:52:01 2019 us=645967 passtos = DISABLED
Thu Mar 14 15:52:01 2019 us=645971 resolve_retry_seconds = 1000000000
Thu Mar 14 15:52:01 2019 us=645975 resolve_in_advance = DISABLED
Thu Mar 14 15:52:01 2019 us=645979 username = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645983 groupname = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645987 chroot_dir = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645991 cd_dir = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645995 writepid = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=645999 up_script = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646003 down_script = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646007 down_pre = DISABLED
Thu Mar 14 15:52:01 2019 us=646011 up_restart = DISABLED
Thu Mar 14 15:52:01 2019 us=646015 up_delay = DISABLED
Thu Mar 14 15:52:01 2019 us=646019 daemon = DISABLED
Thu Mar 14 15:52:01 2019 us=646023 inetd = 0
Thu Mar 14 15:52:01 2019 us=646027 log = DISABLED
Thu Mar 14 15:52:01 2019 us=646031 suppress_timestamps = DISABLED
Thu Mar 14 15:52:01 2019 us=646035 machine_readable_output = DISABLED
Thu Mar 14 15:52:01 2019 us=646039 nice = 0
Thu Mar 14 15:52:01 2019 us=646043 verbosity = 4
Thu Mar 14 15:52:01 2019 us=646047 mute = 0
Thu Mar 14 15:52:01 2019 us=646051 gremlin = 0
Thu Mar 14 15:52:01 2019 us=646055 status_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646059 status_file_version = 1
Thu Mar 14 15:52:01 2019 us=646063 status_file_update_freq = 60
Thu Mar 14 15:52:01 2019 us=646067 occ = ENABLED
Thu Mar 14 15:52:01 2019 us=646071 rcvbuf = 0
Thu Mar 14 15:52:01 2019 us=646075 sndbuf = 0
Thu Mar 14 15:52:01 2019 us=646079 mark = 0
Thu Mar 14 15:52:01 2019 us=646083 sockflags = 0
Thu Mar 14 15:52:01 2019 us=646087 fast_io = DISABLED
Thu Mar 14 15:52:01 2019 us=646091 comp.alg = 0
Thu Mar 14 15:52:01 2019 us=646095 comp.flags = 0
Thu Mar 14 15:52:01 2019 us=646099 route_script = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646103 route_default_gateway = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646107 route_default_metric = 0
Thu Mar 14 15:52:01 2019 us=646112 route_noexec = DISABLED
Thu Mar 14 15:52:01 2019 us=646116 route_delay = 0
Thu Mar 14 15:52:01 2019 us=646120 route_delay_window = 30
Thu Mar 14 15:52:01 2019 us=646124 route_delay_defined = DISABLED
Thu Mar 14 15:52:01 2019 us=646128 route_nopull = DISABLED
Thu Mar 14 15:52:01 2019 us=646131 route_gateway_via_dhcp = DISABLED
Thu Mar 14 15:52:01 2019 us=646135 allow_pull_fqdn = DISABLED
Thu Mar 14 15:52:01 2019 us=646139 management_addr = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646144 management_port = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646148 management_user_pass = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646152 management_log_history_cache = 250
Thu Mar 14 15:52:01 2019 us=646156 management_echo_buffer_size = 100
Thu Mar 14 15:52:01 2019 us=646160 management_write_peer_info_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646164 management_client_user = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646168 management_client_group = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646173 management_flags = 0
Thu Mar 14 15:52:01 2019 us=646177 shared_secret_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646181 key_direction = 0
Thu Mar 14 15:52:01 2019 us=646185 ciphername = 'AES-128-GCM'
Thu Mar 14 15:52:01 2019 us=646189 ncp_enabled = ENABLED
Thu Mar 14 15:52:01 2019 us=646193 ncp_ciphers = 'AES-256-GCM:AES-128-GCM'
Thu Mar 14 15:52:01 2019 us=646198 authname = 'SHA256'
Thu Mar 14 15:52:01 2019 us=646202 prng_hash = 'SHA1'
Thu Mar 14 15:52:01 2019 us=646206 prng_nonce_secret_len = 16
Thu Mar 14 15:52:01 2019 us=646210 keysize = 0
Thu Mar 14 15:52:01 2019 us=646214 engine = DISABLED
Thu Mar 14 15:52:01 2019 us=646218 replay = ENABLED
Thu Mar 14 15:52:01 2019 us=646222 mute_replay_warnings = DISABLED
Thu Mar 14 15:52:01 2019 us=646226 replay_window = 64
Thu Mar 14 15:52:01 2019 us=646230 replay_time = 15
Thu Mar 14 15:52:01 2019 us=646235 packet_id_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646239 use_iv = ENABLED
Thu Mar 14 15:52:01 2019 us=646243 test_crypto = DISABLED
Thu Mar 14 15:52:01 2019 us=646247 tls_server = DISABLED
Thu Mar 14 15:52:01 2019 us=646251 tls_client = ENABLED
Thu Mar 14 15:52:01 2019 us=646255 key_method = 2
Thu Mar 14 15:52:01 2019 us=646259 ca_file = '[[INLINE]]'
Thu Mar 14 15:52:01 2019 us=646263 ca_path = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646267 dh_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646272 cert_file = '[[INLINE]]'
Thu Mar 14 15:52:01 2019 us=646276 extra_certs_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646280 priv_key_file = '[[INLINE]]'
Thu Mar 14 15:52:01 2019 us=646284 pkcs12_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646288 cipher_list = 'TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256'
Thu Mar 14 15:52:01 2019 us=646292 tls_verify = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646297 tls_export_cert = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646301 verify_x509_type = 2
Thu Mar 14 15:52:01 2019 us=646305 verify_x509_name = 'server_MFHCkWn6oZwnN5iF'
Thu Mar 14 15:52:01 2019 us=646309 crl_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646313 ns_cert_type = 0
Thu Mar 14 15:52:01 2019 us=646317 remote_cert_ku[i] = 65535
Thu Mar 14 15:52:01 2019 us=646321 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646326 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646330 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646334 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646338 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646342 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646346 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646350 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646354 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646358 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646362 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646366 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646370 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646374 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646378 remote_cert_ku[i] = 0
Thu Mar 14 15:52:01 2019 us=646382 remote_cert_eku = 'TLS Web Server Authentication'
Thu Mar 14 15:52:01 2019 us=646387 ssl_flags = 192
Thu Mar 14 15:52:01 2019 us=646391 tls_timeout = 2
Thu Mar 14 15:52:01 2019 us=646395 renegotiate_bytes = -1
Thu Mar 14 15:52:01 2019 us=646399 renegotiate_packets = 0
Thu Mar 14 15:52:01 2019 us=646403 renegotiate_seconds = 3600
Thu Mar 14 15:52:01 2019 us=646407 handshake_window = 60
Thu Mar 14 15:52:01 2019 us=646411 transition_window = 3600
Thu Mar 14 15:52:01 2019 us=646415 single_session = DISABLED
Thu Mar 14 15:52:01 2019 us=646420 push_peer_info = DISABLED
Thu Mar 14 15:52:01 2019 us=646424 tls_exit = DISABLED
Thu Mar 14 15:52:01 2019 us=646428 tls_auth_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646432 tls_crypt_file = '[[INLINE]]'
Thu Mar 14 15:52:01 2019 us=646436 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646440 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646444 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646448 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646453 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646457 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646461 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646465 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646469 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646473 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646477 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646481 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646485 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646490 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646494 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646498 pkcs11_protected_authentication = DISABLED
Thu Mar 14 15:52:01 2019 us=646502 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646507 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646511 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646515 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646519 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646523 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646527 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646531 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646535 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646539 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646543 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646547 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646551 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646555 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646559 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646563 pkcs11_private_mode = 00000000
Thu Mar 14 15:52:01 2019 us=646567 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646571 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646575 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646579 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646583 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646587 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646592 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646596 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646600 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646604 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646608 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646612 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646616 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646620 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646624 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646628 pkcs11_cert_private = DISABLED
Thu Mar 14 15:52:01 2019 us=646632 pkcs11_pin_cache_period = -1
Thu Mar 14 15:52:01 2019 us=646636 pkcs11_id = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646640 pkcs11_id_management = DISABLED
Thu Mar 14 15:52:01 2019 us=646647 server_network = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646653 server_netmask = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646657 server_network_ipv6 = ::
Thu Mar 14 15:52:01 2019 us=646661 server_netbits_ipv6 = 0
Thu Mar 14 15:52:01 2019 us=646666 server_bridge_ip = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646670 server_bridge_netmask = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646675 server_bridge_pool_start = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646679 server_bridge_pool_end = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646683 ifconfig_pool_defined = DISABLED
Thu Mar 14 15:52:01 2019 us=646688 ifconfig_pool_start = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646692 ifconfig_pool_end = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646697 ifconfig_pool_netmask = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646701 ifconfig_pool_persist_filename = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646705 ifconfig_pool_persist_refresh_freq = 600
Thu Mar 14 15:52:01 2019 us=646709 ifconfig_ipv6_pool_defined = DISABLED
Thu Mar 14 15:52:01 2019 us=646714 ifconfig_ipv6_pool_base = ::
Thu Mar 14 15:52:01 2019 us=646718 ifconfig_ipv6_pool_netbits = 0
Thu Mar 14 15:52:01 2019 us=646723 n_bcast_buf = 256
Thu Mar 14 15:52:01 2019 us=646727 tcp_queue_limit = 64
Thu Mar 14 15:52:01 2019 us=646732 real_hash_size = 256
Thu Mar 14 15:52:01 2019 us=646738 virtual_hash_size = 256
Thu Mar 14 15:52:01 2019 us=646743 client_connect_script = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646750 learn_address_script = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646757 client_disconnect_script = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646763 client_config_dir = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646770 ccd_exclusive = DISABLED
Thu Mar 14 15:52:01 2019 us=646776 tmp_dir = '/tmp'
Thu Mar 14 15:52:01 2019 us=646782 push_ifconfig_defined = DISABLED
Thu Mar 14 15:52:01 2019 us=646789 push_ifconfig_local = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646796 push_ifconfig_remote_netmask = 0.0.0.0
Thu Mar 14 15:52:01 2019 us=646802 push_ifconfig_ipv6_defined = DISABLED
Thu Mar 14 15:52:01 2019 us=646809 push_ifconfig_ipv6_local = ::/0
Thu Mar 14 15:52:01 2019 us=646815 push_ifconfig_ipv6_remote = ::
Thu Mar 14 15:52:01 2019 us=646822 enable_c2c = DISABLED
Thu Mar 14 15:52:01 2019 us=646828 duplicate_cn = DISABLED
Thu Mar 14 15:52:01 2019 us=646834 cf_max = 0
Thu Mar 14 15:52:01 2019 us=646840 cf_per = 0
Thu Mar 14 15:52:01 2019 us=646846 max_clients = 1024
Thu Mar 14 15:52:01 2019 us=646852 max_routes_per_client = 256
Thu Mar 14 15:52:01 2019 us=646859 auth_user_pass_verify_script = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646866 auth_user_pass_verify_script_via_file = DISABLED
Thu Mar 14 15:52:01 2019 us=646873 auth_token_generate = DISABLED
Thu Mar 14 15:52:01 2019 us=646879 auth_token_lifetime = 0
Thu Mar 14 15:52:01 2019 us=646885 port_share_host = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646890 port_share_port = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646894 client = ENABLED
Thu Mar 14 15:52:01 2019 us=646898 pull = ENABLED
Thu Mar 14 15:52:01 2019 us=646902 auth_user_pass_file = '[UNDEF]'
Thu Mar 14 15:52:01 2019 us=646908 OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep 5 2018
Thu Mar 14 15:52:01 2019 us=646916 library versions: OpenSSL 1.1.0g 2 Nov 2017, LZO 2.08
Thu Mar 14 15:52:01 2019 us=647323 Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
Thu Mar 14 15:52:01 2019 us=647338 Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Thu Mar 14 15:52:01 2019 us=647344 Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
Thu Mar 14 15:52:01 2019 us=647351 Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Thu Mar 14 15:52:01 2019 us=647400 Control Channel MTU parms [ L:1621 D:1156 EF:94 EB:0 ET:0 EL:3 ]
Thu Mar 14 15:52:01 2019 us=647415 Data Channel MTU parms [ L:1621 D:1450 EF:121 EB:406 ET:0 EL:3 ]
Thu Mar 14 15:52:01 2019 us=647428 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1549,tun-mtu 1500,proto UDPv4,cipher AES-128-GCM,auth [null-digest],keysize 128,key-method 2,tls-client'
Thu Mar 14 15:52:01 2019 us=647432 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1549,tun-mtu 1500,proto UDPv4,cipher AES-128-GCM,auth [null-digest],keysize 128,key-method 2,tls-server'
Thu Mar 14 15:52:01 2019 us=647440 TCP/UDP: Preserving recently used remote address: [AF_INET]52.204.183.105:1194
Thu Mar 14 15:52:01 2019 us=647453 Socket Buffers: R=[212992->212992] S=[212992->212992]
Thu Mar 14 15:52:01 2019 us=647458 UDP link local: (not bound)
Thu Mar 14 15:52:01 2019 us=647463 UDP link remote: [AF_INET]52.204.183.105:1194
Thu Mar 14 15:52:01 2019 us=767926 TLS: Initial packet from [AF_INET]52.204.183.105:1194, sid=7d35d5a3 0dd6547d
Thu Mar 14 15:52:01 2019 us=941133 VERIFY OK: depth=1, CN=cn_Sr53cvp1BEzBy5Xw
Thu Mar 14 15:52:01 2019 us=941839 VERIFY KU OK
Thu Mar 14 15:52:01 2019 us=941883 Validating certificate extended key usage
Thu Mar 14 15:52:01 2019 us=941915 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Thu Mar 14 15:52:01 2019 us=941942 VERIFY EKU OK
Thu Mar 14 15:52:01 2019 us=941966 VERIFY X509NAME OK: CN=server_MFHCkWn6oZwnN5iF
Thu Mar 14 15:52:01 2019 us=941991 VERIFY OK: depth=0, CN=server_MFHCkWn6oZwnN5iF
Thu Mar 14 15:52:02 2019 us=350393 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-ECDSA-AES128-GCM-SHA256, 256 bit EC, curve: prime256v1
Thu Mar 14 15:52:02 2019 us=350479 [server_MFHCkWn6oZwnN5iF] Peer Connection Initiated with [AF_INET]52.204.183.105:1194
Thu Mar 14 15:52:03 2019 us=487988 SENT CONTROL [server_MFHCkWn6oZwnN5iF]: 'PUSH_REQUEST' (status=1)
Thu Mar 14 15:52:03 2019 us=686005 PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 172.31.0.2,redirect-gateway def1 bypass-dhcp,route-gateway 10.8.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.8.0.3 255.255.255.0,peer-id 0,cipher AES-128-GCM'
Thu Mar 14 15:52:03 2019 us=686251 OPTIONS IMPORT: timers and/or timeouts modified
Thu Mar 14 15:52:03 2019 us=686285 OPTIONS IMPORT: --ifconfig/up options modified
Thu Mar 14 15:52:03 2019 us=686301 OPTIONS IMPORT: route options modified
Thu Mar 14 15:52:03 2019 us=686317 OPTIONS IMPORT: route-related options modified
Thu Mar 14 15:52:03 2019 us=686331 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Thu Mar 14 15:52:03 2019 us=686351 OPTIONS IMPORT: peer-id set
Thu Mar 14 15:52:03 2019 us=686371 OPTIONS IMPORT: adjusting link_mtu to 1624
Thu Mar 14 15:52:03 2019 us=686388 OPTIONS IMPORT: data channel crypto options modified
Thu Mar 14 15:52:03 2019 us=686424 Data Channel MTU parms [ L:1552 D:1450 EF:52 EB:406 ET:0 EL:3 ]
Thu Mar 14 15:52:03 2019 us=686622 Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key
Thu Mar 14 15:52:03 2019 us=686650 Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key
Thu Mar 14 15:52:03 2019 us=686896 ROUTE_GATEWAY 10.1.1.0/255.255.252.0 IFACE=wlp3s0 HWADDR=00:28:f8:68:b4:2e
Thu Mar 14 15:52:03 2019 us=687498 TUN/TAP device tun0 opened
Thu Mar 14 15:52:03 2019 us=687626 TUN/TAP TX queue length set to 100
Thu Mar 14 15:52:03 2019 us=687681 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Thu Mar 14 15:52:03 2019 us=687738 /sbin/ip link set dev tun0 up mtu 1500
Thu Mar 14 15:52:03 2019 us=690849 /sbin/ip addr add dev tun0 10.8.0.3/24 broadcast 10.8.0.255
Thu Mar 14 15:52:03 2019 us=693274 /sbin/ip route add 52.204.183.105/32 via 10.1.1.0
Thu Mar 14 15:52:03 2019 us=694206 /sbin/ip route add 0.0.0.0/1 via 10.8.0.1
Thu Mar 14 15:52:03 2019 us=695281 /sbin/ip route add 128.0.0.0/1 via 10.8.0.1
Thu Mar 14 15:52:03 2019 us=697189 Initialization Sequence Completed
I was facing a similar issue and the below solution helped me.
Open the below file using the following command
sudo vim /etc/resolvconf/resolv.conf.d/head
And, at the end add the below two lines and save exit the file:-
nameserver 208.67.222.222
nameserver 208.67.220.220
and then run the below command:-
sudo resolvconf -u
I hope this helps!!

extracting directory name and putting it on top of the list

Aug 1 2013 /home/s/tone/TONE/gong1
Aug 1 2013 /home/s/tone/TONE/gong1.x
Aug 1 2013 /home/s/tone/TONE/gong2
Aug 1 2013 /home/s/tone/TONE/gong1.kbd
Aug 1 2013 /home/s/tone/TONE/gong2.x
Aug 1 2013 /home/s/tone/TONE/gong2.kbd
Aug 1 2013 /home/s/tone/TONE/gong3.kbd
Oct 10 2013 /home/s/man/whatisSPEC
Oct 10 2013 /home/s/man/man3/ctx.3
Oct 10 2013 /home/s/man/man3/sos.3
Oct 10 2013 /home/s/man/man3/dt.3
Oct 10 2013 /home/s/man/man3/timexpr.3
Oct 10 2013 /home/s/man/man3/mpusw.3
Oct 10 2013 /home/s/man/man3/mpu.err.3
Oct 10 2013 /home/s/man/man3/dbr.3
Oct 10 2013 /home/s/man/man3/psi.err.3
Oct 10 2013 /home/s/man/man3/stapo.3
Hi guys,
I would like to know if there are any ways to insert the directory name to the top and reprint the list to make it look like this. Thanks so much.
TONE
Aug 1 2013 /home/s/tone/TONE/gong1
Aug 1 2013 /home/s/tone/TONE/gong1.x
Aug 1 2013 /home/s/tone/TONE/gong2
Aug 1 2013 /home/s/tone/TONE/gong1.kbd
Aug 1 2013 /home/s/tone/TONE/gong2.x
Aug 1 2013 /home/s/tone/TONE/gong2.kbd
Aug 1 2013 /home/s/tone/TONE/gong3.kbd
man
Oct 10 2013 /home/s/man/whatisSPEC
man3
Oct 10 2013 /home/s/man/man3/ctx.3
Oct 10 2013 /home/s/man/man3/sos.3
Oct 10 2013 /home/s/man/man3/dt.3
Oct 10 2013 /home/s/man/man3/timexpr.3
Oct 10 2013 /home/s/man/man3/mpusw.3
Oct 10 2013 /home/s/man/man3/mpu.err.3
Oct 10 2013 /home/s/man/man3/dbr.3
Oct 10 2013 /home/s/man/man3/psi.err.3
Oct 10 2013 /home/s/man/man3/stapo.3
It's not clear where you get your list from, so I make the same assumption as Mari
$ cat sample.txt
> Aug 1 2013 /home/s/tone/TONE/gong1
> Aug 1 2013 /home/s/tone/TONE/gong1.x
> Aug 1 2013 /home/s/tone/TONE/gong2
> Aug 1 2013 /home/s/tone/TONE/gong1.kbd
> Aug 1 2013 /home/s/tone/TONE/gong2.x
> Aug 1 2013 /home/s/tone/TONE/gong2.kbd
> Aug 1 2013 /home/s/tone/TONE/gong3.kbd
> Oct 10 2013 /home/s/man/whatisSPEC
> Oct 10 2013 /home/s/man/man3/ctx.3
> Oct 10 2013 /home/s/man/man3/sos.3
> Oct 10 2013 /home/s/man/man3/dt.3
> Oct 10 2013 /home/s/man/man3/timexpr.3
> Oct 10 2013 /home/s/man/man3/mpusw.3
> Oct 10 2013 /home/s/man/man3/mpu.err.3
> Oct 10 2013 /home/s/man/man3/dbr.3
> Oct 10 2013 /home/s/man/man3/psi.err.3
> Oct 10 2013 /home/s/man/man3/stapo.3
awk can handle this:
$ awk -f script.awk sample.txt
> TONE
> Aug 1 2013 /home/s/tone/TONE/gong1
> Aug 1 2013 /home/s/tone/TONE/gong1.x
> Aug 1 2013 /home/s/tone/TONE/gong2
> Aug 1 2013 /home/s/tone/TONE/gong1.kbd
> Aug 1 2013 /home/s/tone/TONE/gong2.x
> Aug 1 2013 /home/s/tone/TONE/gong2.kbd
> Aug 1 2013 /home/s/tone/TONE/gong3.kbd
> man
> Oct 10 2013 /home/s/man/whatisSPEC
> man3
> Oct 10 2013 /home/s/man/man3/ctx.3
> Oct 10 2013 /home/s/man/man3/sos.3
> Oct 10 2013 /home/s/man/man3/dt.3
> Oct 10 2013 /home/s/man/man3/timexpr.3
> Oct 10 2013 /home/s/man/man3/mpusw.3
> Oct 10 2013 /home/s/man/man3/mpu.err.3
> Oct 10 2013 /home/s/man/man3/dbr.3
> Oct 10 2013 /home/s/man/man3/psi.err.3
> Oct 10 2013 /home/s/man/man3/stapo.3
and the script.awk used in this example looks like:
BEGIN {
FS="/"
}
lastDir!=$(NF-1){
lastDir=$(NF-1)
print lastDir
}
{
print $0
}
At the beginning we set the field separator FS to /, this is the same as calling awk with awk -F "/" but for reasons of clarity I put everything in a script, instead of just an awk oneliner.
The NF variable gives you the number of fields per line, $(NF-1) is therefore the last field (separated by /) in every line and this is exactly the name of the directory. Now we compare, if the lastDir variable is not the same as the $(NF-1) (which is the current directory), then we overwrite the lastDir variable and print it. In any case, we print the whole line with $0. Note that the lastDir variable doesn't need to be initiated, it is simply set to an empty string.
I assume your input data is in a file. So I have created a file with your input data. So it comes like this in my server.
cat sample.txt
Aug 1 2013 /home/s/tone/TONE/gong1
Aug 1 2013 /home/s/tone/TONE/gong1.x
Aug 1 2013 /home/s/tone/TONE/gong2
Aug 1 2013 /home/s/tone/TONE/gong1.kbd
Aug 1 2013 /home/s/tone/TONE/gong2.x
Aug 1 2013 /home/s/tone/TONE/gong2.kbd
Aug 1 2013 /home/s/tone/TONE/gong3.kbd
Oct 10 2013 /home/s/man/whatisSPEC
Oct 10 2013 /home/s/man/man3/ctx.3
Oct 10 2013 /home/s/man/man3/sos.3
Oct 10 2013 /home/s/man/man3/dt.3
Oct 10 2013 /home/s/man/man3/timexpr.3
Oct 10 2013 /home/s/man/man3/mpusw.3
Oct 10 2013 /home/s/man/man3/mpu.err.3
Oct 10 2013 /home/s/man/man3/dbr.3
Oct 10 2013 /home/s/man/man3/psi.err.3
Oct 10 2013 /home/s/man/man3/stapo.3
So you can get the directory names from this command,
awk -F "/" '{print $(NF-1)}' sample.txt | uniq
output
TONE
man
man3
Here am helping you to get the directory name only. Am not sure how to print them at top of each group lines.

Resources