Created attachment 639628 [details] mcollective Description of problem: When trying to create an app with the latest clone of orign codes, I get Node execution failure (invalid exit code from node). If the problem persists please contact Red Hat support. Please refer to attached mollective.log Version-Release number of selected component (if applicable): current origin github code How reproducible: always Steps to Reproduce: 1. build origin from a F16 LiveCD image 2. try to create app 'rch app create app1 php-5.3 -padmin' 3. Actual results: invalid exit code from node. Expected results: app created successfully Additional info:
The mcollective log contains cgroups errors that indicate a really old kernel version. That likely caused the gear configuration to fail which lead to the successive errors. cat: /cgroup/all/openshift/3ace534b678343d99fd5516b3df14ffc/cpu.cfs_quota_us: No such file or directory /usr/libexec/openshift/cartridges/abstract/info/lib/util: line 992: /cgroup/all/openshift/3ace534b678343d99fd5516b3df14ffc/cpu.cfs_quota_us: Permission denied What kernel version does the F16 instance have?
my origin kernel violated the minimum kernel version > 3.6.x. I am able to create apps now after updating the kernel.