Aleksander Grzybowski

Results 6 comments of Aleksander Grzybowski

I have the same problem on OpenShift, cron daemon dies with "seteuid: Operation not permitted" (probably because file systems are mounted with nosuid option) and the provider I use will...

For the record, on OpenShift I ended up with replacing our old cron-powered scripts with Kubernetes CronJobs and rewrote some parts of initialization script code to work when invoked via...

I just hit this today, I tried to use httpie to directly hit /console/execute, but some problems with CSRF tokens appeared, anyway I worked around the problem this way: I...

Wow, I've spent half an hour looking all around grails docs for this! Should have looked here first. Thanks, will try it.

Hi, I just got the same error when using this image. I'm not a Ruby programmer, but I've read somewhere that Fixnum class is deprecated. Maybe there is some Ruby...

I've managed to work around this issue via the following Dockerfile + setting `LD_PRELOAD=""` to fix some other issue. This works for me: `RUN gem install gelf RUN gem install...