mafintosh / torrent-docker

MAD SCIENCE realtime boot of remote docker images using bittorrent
MIT License
314 stars 25 forks source link

"not a directory" error on boot #5

Open rhardih opened 8 years ago

rhardih commented 8 years ago

Having already started a seed in a separate terminal, I get this error when trying to start up the torrent.

$ torrent-docker boot test-image.torrent my-containermounting container drive here: /Users/rene/Code/torrent-docker/my-container/mnt
access log server by doing: nc localhost 10000
downloading filesystem index...
engine is listening on port 53476
filesystem index loaded. booting vm...
Timestamp: 2015-10-05 19:30:59.045403515 +0000 UTC
Code: System error

Message: not a directory

Frames:

---
0: setupRootfs
Package: Error response from daemon: Cannot start container 0bf559e4ddf47f9d1ed45204834522eaceff38e84866418084be9c60ab147ae7: [8] System error: not a directory
mafintosh commented 8 years ago

Haven't seen that error before. This seems fuse related. Is it reproducible?

rhardih commented 8 years ago

It might be the bottle I got from brew:

$ brew info osxfuse
osxfuse: stable 2.8.0, HEAD
FUSE for OS X: extend native file handling via 3rd-party file systems
https://osxfuse.github.io/
Not installed
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/osxfuse.rb
==> Dependencies
Build: autoconf ✔, automake ✘, libtool ✔, gettext ✘
==> Caveats
....<skipped>...

It does happen consistently yes. I haven't been able to fully boot a container yet. What version of fuse have you've had success with?

mafintosh commented 8 years ago

Just the downloadable installer from OSXFuse.