David Girón

Results 148 comments of David Girón

Checked full plugin config, and actually the fields exist: ``` "CINDER_AUTHURL=", "CINDER_USERID=", "CINDER_USERNAME=", "CINDER_PASSWORD=", "CINDER_TRUSTID=", ``` But when trying to enable the plugin, another error appears: ``` Error response from...

Just `docker plugin install rexray/cinder`, whether I specify settings or not, will display that and not install the plugin. Using Fedora Atomic 26 CloudImage 20171016.

I did the same search, but yes, other containers (httpd, ubuntu, centos) are working fine.

Right, plugins `kuryr/libnetwork2`and `vieux/sshfs` are giving the same error. So, is there any other way to setup this "plugin" as a container, for example?

When running the container, I'm getting the error: ``` error: service startup failed: libstorage: error authenticating ``` I should expect a Rexray error, but libstorage?

Ok, checked it, even I set the credentials in `/etc/rexray/config.yml`, I have to pass them as environment (`-e CINDER_AUTHURL, CINDER_USERID, CINDER_PASSWORD` In this case, `CINDER_TRUSTID` is empty). Now having the...

It seems it's passing beyond the original container error. ``` info msg=DockerLegacyMode enabled=false time=1509117755318 debug msg="trapped signals" time=1509117755319 debug msg="loading config" buildType="client+agent+controller" configFileName=rexray globalConfigFileExists=true globalConfigFilePath="/etc/rexray/rexray.yml" ignoreExists=false time=1509117755320 userConfigFileExists=false userConfigFilePath="/root/.rexray/rexray.yml" debug...

Still looking at this, I'll let you know if there is any progress. Btw, can you label this issue? Probably more users are affected with this.

https://github.com/librenms/librenms/blob/0bbcde12279491efc75c9b8c2ff3203ee4749903/includes/polling/applications/os-updates.inc.php#L13 So casting to `(string)` would be enough to fix this? ```php $osupdates = (string) snmp_get($device, $oid, $options, $mib); ```

**insertMulti** calls multiple times [**insert**](https://github.com/joshcam/PHP-MySQLi-Database-Class/blob/master/MysqliDb.php#L786), and thus leads to **reset**, losing the **setQueryOption** or **onDuplicate** options.