Replies: 1 comment 2 replies
-
|
Hi @maxnbk , thanks for reporting! I don't have a really good answer, but I've got some pointers for those who I was able to reproduce the issue on master (6.x, At first, I thought that maybe the version of Attaching which ... seem to be very reasonable, and I'm not sure why that'd fail like which yeah, is quite weird While on it, I was curious to see if containers would even run in a 3.10 kernel |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Due to limitations of living behind a corporate firewall, I'm trying to homeroll a concourse setup, simple to start, with just one DB host and 1 webnode+worker host.
The deployment appears to be all complete, albeit I have some unrelated trouble using systemctl stop on the worker service, probably due to handwritten systemd files. Something for later.
In any case, I can't get a simple hello_world task to execute, but don't know nearly enough about baggageclaim / garden / guardian to know where to look.
I'm on CentOS-7.6, concourse-6.0.0, with an OS kernel version which my engineering department assures me supports user namespaces, SELinux is disabled, and we have an internal docker registry I am configured to pull from, with docker installed on the host and able to pull images.
CONCOURSE_BAGGAGECLAIM_DRIVER is set to naive, but I experienced the same results with any other setting I knew to try, only landing on that after seeing it fixed other volume creation issues for CentOS users.
When I try to do an
echo hello worldtype of job, with a :fly -t staging-ny execute -c task_hello_world.yml, I get a simple 500, and this specific set of logs, where, near as I can tell, everything else is normal, but this appears not to be:Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions