Erwin Müller

Results 19 comments of Erwin Müller

Hello, I was using the multiValues attribute, too. I guess I could use just a single value argument and pass multiple values separated by a comma. In example, instead: -in...

Just a comment, probably not related to your problem. Why do you have `- OVERWRITEWEBROOT=cloud.mydomain.ovh`? https://docs.nextcloud.com/server/22/admin_manual/configuration_server/config_sample_php_parameters.html#proxy-configurations > For example, if www.example.com/nextcloud is the URL pointing to the Nextcloud instance, the...

I have the same issue in 1.5.0. Here is the log. I have `DISABLE_CHOWN` set to `true`. I have also no clue from where this `chown: changing ownership of '/var/lib/ldap':...

After testing, the error comes from `dpkg-reconfigure -f noninteractive slapd` ``` root@openldap-stack-ha-0:/container/service/slapd# dpkg-reconfigure -f noninteractive slapd Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.57+dfsg-1~bpo10+1... done. chown: changing ownership of '/var/lib/ldap': Operation not permitted...

Yes. I configured Jenkins manually and then I exported the config. Now I just changed the pod template and loaded the whole configuration into Jenkins. Specifically I just updated the...

No I haven't. Here is the full config: https://gist.github.com/devent/895973134052bb45365f88200d66ba24

I think the issue is somewhere else. I just re-applied the configuration and now everything is correct setup. I pressed the button "Reload existing configuration" But why wasn't the LDAP...

It works with a regular user. Are robot users not supported?

Same issue in this code: ``` void "parse piwik INI-file"() { def attributes = attributesFactory.create() attributes.comment = ';' def parser = parserFactory.create(inifilePiwikConfig, attributes)() List sections = parser.inject([]) { acc, val...

Same issue in this code: ``` @Test void "standard value"() { List data = new StandardValueData().create(createValueFormat(), standardValueFactory) data.each { epsilon = it.epsilon def x = it.x def y = it.y...