Elliott Saille
Elliott Saille
@RanchoHam I ran into this as well. The proper way to do this in Vagrant is to use `v.cpus = 2` in the `config.vm.provider` loop.
Yep I just ran into this as well, same issue as gupascal and janthefactor. I was going to use this as an easy solution for a user that needs to...
We are also experiencing this issue on 5.0.4.
Same issue on my DigitalOcean VPS. (Running Ubuntu 14.04) I've tried with `libdb5.3-dev` and `libdb6.0-dev` from the ubuntu repos.
The service is not connect enabled unfortunately. Here is a dump of the config: https://gist.github.com/ellisgeek/665b1bb02f5a505afac1d453a2afe6c0 The cluster in question is "onlyoffice-communityserver" I can look into disabling HTTPs for this endpoint...
I can confirm that the output of that query matches the cloud that we are in. But making a http request for that seems like overkill to me, we just...
I think option 3 is ideal but there might be pushback due to the breaking nature of the change, so option 2 might be the best solution in the short...
This is effecting me on `netbox` `3.7.4` with `netbox.netbox` `1.17.0`. I believe this is caused by missing values in the [`API_APPS_ENDPOINTS`](https://github.com/netbox-community/ansible_modules/blob/master/plugins/module_utils/netbox_utils.py#L53) and [`ENDPOINT_NAME_MAPPING`](https://github.com/netbox-community/ansible_modules/blob/master/plugins/module_utils/netbox_utils.py#L350) dictionaries in `plugins/module_utils/netbox_utils.py` In my case I...