Leonardo

Results 10 comments of Leonardo

Really? Nothing going on here besides a bunch of people crying for this feature (myself included)? :smile:

> Hi cquike, > > according to the [LXD API](https://github.com/lxc/lxd/blob/master/doc/rest-api.md#post-optional-targetmember) you should be able to add a PEM certificate in the `source` dict using the key `certificate`. Same problem here....

@EchoBowfy the configuration parameter you are referring to I believe is `queue.timeoutenqueue`, right? I've experienced the same problem. I have a PGSQL cluster and under load the entire cluster went...

I second the request. Packaging without tagging isn't fun. Thanks!

Same problem with "usessl" ``` ~ # cat /etc/homer/webapp_config.json | jq '.database_data, .database_config' { "LocalNode": { "help": "Settings for PGSQL Database (data)", "node": "LocalNode", "user": "homer_user", "pass": "password", "name": "homer_data",...

``` homer:~# cat /etc/homer/webapp_config.json | jq '.database_data, .database_config, .system_settings' { "LocalNode": { "help": "Settings for PGSQL Database (data)", "node": "LocalNode", "user": "homer_user", "pass": "password", "name": "homer_data", "keepalive": true, "host": "homer-db",...

my pg_hba.conf does not allow non-SSL connections, that is why there's the error with "no encryption": ``` {"level":"error","msg":"pq: no pg_hba.conf entry for host \"dead:beef::1016::169\", user \"postgres\", database \"postgres\", no encryption","time":"2024-05-08T06:35:22Z"}...

ansible plugin is not working for me. Same problem when building LXC or LXD images using LXC and LXD ansible connection respectively. ``` 2022/07/08 10:49:54 ui: ==> lxd.alpine-base: Provisioning with...

Here there is a log example: ``` heplify2:~# /usr/bin/heplify-server -config /etc/heplify-server/heplify-server.toml -logstd true -loglvl dbg -logdbg sql,help,loki 2024/05/07 08:22:16.465893 server.go:93: INFO start heplify-server 1.59.7 with config.HeplifyServer{HEPAddr:"0.0.0.0:9060", HEPTCPAddr:"", HEPTLSAddr:"0.0.0.0:9061", HEPWSAddr:"0.0.0.0:3000", ESAddr:"",...

Thank you. I'm not seeing anything here that shows the status of the DB connection, am I missing something? ``` heplify:~# curl http://localhost:8999/metrics # HELP go_gc_duration_seconds A summary of the...