Paulius Bulotas
Paulius Bulotas
Interesting as this bug is still present 2.5 years later in 1.16... :) Only with different err message: error An unexpected error occurred: "https://our_repo_host/repository/npm-components/@.../aaa/-/aaa-1.2.3.tgz: Request failed \"401 Unauthorized\"". When connecting...
Given that it does readonly bind mount (bind,ro), chown/chmod should fail afterwards. I changed code - removed 'ro' from mount options, and cert issuance succeeded, ```/ # ls -l /tls/...
pkg/util/mount.go:102: options = append(options, "bind", "ro") remove "ro" and it will work, as you cannot chmod/chown read only filesystem. But I'm not sure if that is what authors intended.
last lines in openhab2 stdout are: ``` IN (tinyxmppd152410): OUT (tinyxmppd152410): 2kCKFS1BrMhAjDtdvz4JH9rbHtehoPubppQ4HtNrLm0= OUT (tinyxmppd152410): ```
also doesn't work with 2.3.0...