Error libseccomp iglu shutdown

Hi there,
I am currently trying to deploy snowplow community on AWS with terraform.
I started with the Iglu-Server and followed the quick-start guide by the letter. Terraform init, plan and apply work. The Iglu EC2 starts but fails and shuts down each time.
Here are the logs of the error:

<13>Jan 16 06:57:27 user-data: --> Processing Conflict: libseccomp-2.5.2-1.amzn2.0.1.x86_64 conflicts docker < 20.10.25
<13>Jan 16 06:57:27 user-data: --> Finished Dependency Resolution
<13>Jan 16 06:57:27 user-data: Error: libseccomp conflicts with docker-20.10.4-1.amzn2.x86_64
<13>Jan 16 06:57:27 user-data:  You could try using --skip-broken to work around the problem
<13>Jan 16 06:57:27 user-data:  You could try running: rpm -Va --nofiles --nodigest
[   18.406633] cloud-init[2375]: Jan 16 06:57:27 cloud-init[2375]: util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]
[   18.410877] cloud-init[2375]: Jan 16 06:57:27 cloud-init[2375]: cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)
[   18.414766] cloud-init[2375]: Jan 16 06:57:27 cloud-init[2375]: util.py[WARNING]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/lib/python2.7/site-packages/cloudinit/config/cc_scripts_user.pyc'>) failed

I tried to redeploy it but I have no idea why this fails. If I ignore the error, the deployment of the pipeline works as well but the instance crashes.

Thanks for any help

Hi @ebnermic I believe that’s the same issue as this thread. We’ll have a fix released v soon - in the meantime there’s a workaround described in that thread. :slight_smile:

1 Like

Hi @Colm,
Thanks for the info. Seems to be the same issue as you mentioned. I will close this one and try the workaround :slight_smile:

Hi @ebnermic just updating that the modules have now all been patched to resolve this issue in this release: Release 23.10 (Patch.1) · snowplow/quickstart-examples · GitHub

1 Like