Markus Hubig

Results 17 comments of Markus Hubig

Can you give me some more details here (e.g. error msg)? Maybe we can fix this with some sort of [JVM_SUPPORT_RECOMMENDED_ARGS](https://github.com/mhubig/atlassian/blob/master/atlassian-jira/Dockerfile#L17) environment variable ...

If you try to interconnect the services you need to do it with DNS and via the nginx container: ``` jira.hostname -> nginx.hostname confluence.hostname -> nginx.hostname crowd.hostname -> nginx.hostname nginx.hostname...

Hmm, not sure whats the problem. Are you using the plain image or the compose file?

Hi @fenugrec, thanks for the succession. Yes it's better to run cron as `www-data` I'll give it a try or be happy to accept a PR. The interaction between the...

OK I'll could track down this error to `boto/glacier` which is trying to send the content of a file object as string via httplib. But this is only possible if...

Hi there, we are also looking forward to this feature, since we are required to use the [datadog-cloudfoundry-buildpack](https://github.com/DataDog/datadog-cloudfoundry-buildpack) supply buildpack. Are there any updates on this? Or is there a...

Hmm ok I see: The real problem seems to be some stuck browser pods ... the logs of this pods are containing an endless list of `Waiting X server...` entries.

> is the FEAT command necessary for pure-ftpwho to work? Nop, it's just good behavior ... > what's the reason for changing the password database and config filenames? I set...

> Um, you shouldn't need to supply paths to pure-pw, etc. as it checks the env variables (PURE_DBFILE and PURE_PASSWDFILE) ... This was the reason for defining them and making...