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

Repeatr fails without modprobe but doesn't need it #85

Closed
tazjin opened this issue Mar 17, 2017 · 1 comment
Closed

Repeatr fails without modprobe but doesn't need it #85

tazjin opened this issue Mar 17, 2017 · 1 comment

Comments

@tazjin
Copy link

tazjin commented Mar 17, 2017

Basically this:

INFO[03-17|13:47:05] Input 3/3 ready 
panic: gosh: command not found: "modprobe" [recovered]
	panic: gosh: command not found: "modprobe" [recovered]
	panic: gosh: command not found: "modprobe"

It seems that repeatr attempts to load the AUFS kernel module, but if modprobe is present and AUFS isn't it falls back to to "slow fs assembly system" anyways. That fallback should probably also happen if modprobe isn't there.

WARN: using slow fs assembly system: install AUFS to use faster systems.
@warpfork
Copy link
Member

Fixed in 4d4cb1e !

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

No branches or pull requests

2 participants