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

"No such device" when the aufs module is not loaded (or absent) #183

Closed
shykes opened this issue Mar 26, 2013 · 1 comment · Fixed by #408
Closed

"No such device" when the aufs module is not loaded (or absent) #183

shykes opened this issue Mar 26, 2013 · 1 comment · Fixed by #408
Assignees

Comments

@shykes
Copy link
Contributor

shykes commented Mar 26, 2013

This is a known issue when the aufs module is not loaded. This usually means you don't have the right version of the ubuntu linux kernel package installed.

See this discussion thread for details: https://groups.google.com/forum/?fromgroups=#!topic/docker-club/6kkEOIZmPfA

@jpetazzo
Copy link
Contributor

Suggestions:

  • look for aufs in /proc/filesystems
  • if not found, try modprobe aufs (after all, we're root)
  • if after that, we still don't have aufs in /proc/filesystems, abort, or at least issue an obnoxious warning

@shykes shykes mentioned this issue Apr 4, 2013
@ghost ghost assigned vieux Apr 12, 2013
shishir-a412ed pushed a commit to shishir-a412ed/docker that referenced this issue Aug 31, 2016
…loads

Stat blob in target repository before a push
liusdu pushed a commit to liusdu/moby that referenced this issue Oct 30, 2017
Fix flaky test: TestBuildApiDockerFileRemote

TestBuildApiDockerFileRemote has been consistently failing (EPERM) on the host
with moby#26618, which prohibits /sys/firmware from being accessed using apparmor.

Cherry-pick from moby#26720

fix issue moby#183 

Issues info:
Issue ID: 183
Title: flaky test: TestBuildApiDockerFileRemote
Issue url: moby#183

See merge request docker/docker!294
rtyler pushed a commit to rtyler/docker that referenced this issue Feb 23, 2018
thaJeztah added a commit to thaJeztah/docker that referenced this issue Mar 28, 2019
[18.09 backport] gitutils: add validation for ref
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants