Luc Stroobant

Results 10 comments of Luc Stroobant

The problem stays the same when I add the share_name (and I can write in /tmp): ``` > touch /tmp/brol > echo $? 0 ```

@anupamaloke Still exactly the same error. Maybe I end up on the same message at line 417?

I'm on that omsdk version: omsdk==1.2.478. Only started testing recently with these modules. I'll try a new virtualenv, but I don't expect it to help... Could it be related to...

Thanks for the info, I'll give that a try. I was not aware that I could use that redfish module for bios configuration (I already found out about the redfish...

I have the same issue with a Robin SmartView SIP 5MP IP Camera. I suspect something goes wrong during the initialization of the stream and then the container enters a...

Old issue, but I still had this problem with the latest version of kerberios.io, so I started looking into this and in my case the problem got resolved by replacing...

@m3nu The problem is exactly the fact that no empty array [] is configured when nothing is defined. I've been testing a few things, but forgot about this. I'll open...

I don't think it's possible to access the config.yaml.j2 template included in the role from a post_task in the playbook in an elegant way?

In our setup (Apache 2.4.25 on Debian Stretch) I was able to fix this error by switching Apache from mpm_event to mpm_worker. So without @peternewman 's fix.

We have a similar issue on Debian Jessie. This might help: http://stackoverflow.com/questions/17018586/apache-2-4-php-fpm-and-authorization-headers Still testing some config options. (The Apache version in Jessie is too low to use CGIPassAuth on)