Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing tasks #2

Open
johanhaleby opened this issue Aug 25, 2015 · 1 comment
Open

Failing tasks #2

johanhaleby opened this issue Aug 25, 2015 · 1 comment
Assignees
Labels

Comments

@johanhaleby
Copy link

When running the role I can the following errors:

TASK: [ateoto.docker | filesystems] *******************************************
failed: [my-server] => {"changed": true, "cmd": ["grep", "-q", "aufs", "/proc/filesystems"], "delta": "0:00:00.002132", "end": "2015-08-25 09:12:56.191350", "rc": 1, "start": "2015-08-25 09:12:56.189218", "warnings": []}
...ignoring

TASK: [ateoto.docker | modprobe] **********************************************
failed: [my-server] => {"changed": true, "cmd": ["modprobe", "aufs"], "delta": "0:00:00.002233", "end": "2015-08-25 09:12:56.575039", "rc": 1, "start": "2015-08-25 09:12:56.572806", "warnings": []}
stderr: modprobe: ERROR: ../libkmod/libkmod.c:556 kmod_search_moddep() could not open moddep file '/lib/modules/4.1.0-x86_64-linode59/modules.dep.bin'
...ignoring

TASK: [ateoto.docker | Add kernel extras for AUFS] ****************************
failed: [my-server] => (item=linux-image-extra-4.1.0-x86_64-linode59,linux-image-extra-virtual) => {"failed": true, "item": "linux-image-extra-4.1.0-x86_64-linode59,linux-image-extra-virtual"}
msg: No package matching 'linux-image-extra-4.1.0-x86_64-linode59' is available

I'm running it on a Ubuntu 14.04.3 LTS machine (trusty).

@ateoto ateoto added the bug label Sep 10, 2015
@ateoto ateoto self-assigned this Sep 10, 2015
@ateoto
Copy link
Owner

ateoto commented Sep 10, 2015

Thank you for the report, looks like the custom kernel Linode is running needs some extra support. I'll do some testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants