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

Add /dev/loop0-9 nodes #12

Open
stuckless opened this issue Jun 6, 2017 · 0 comments
Open

Add /dev/loop0-9 nodes #12

stuckless opened this issue Jun 6, 2017 · 0 comments

Comments

@stuckless
Copy link
Owner

From SageTV User

I noticed one bug, and have a fix I wanted to share:

The current version of the docker image has no '/dev/loop0' through '/dev/loop9' device nodes. This causes ISO mounting to fail with 'file not found' within the docker container, and the failure of any ISO format videos to import into the Media library.

The solution is to create the device nodes:

mknod /dev/loop0 b 7 0
mknod /dev/loop1 b 7 1
...
mknod /dev/loop9 b 7 9

...within a shell in the Sagetv environment after which everything worked on my system.

I suggest a test be added to the startup scripts to see if these files exist and create them if they do not.

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

1 participant