-
Notifications
You must be signed in to change notification settings - Fork 25
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
ferry server failed due to rootdir #15
Comments
Apologies, while I'm fixing this for real, can you try to the following?
Thanks! On Tue, Aug 12, 2014 at 5:41 AM, lijin850591109 [email protected]
|
Got the same error. The .ferry directory and .ferry/keydir are set up as ... Theo On 8/12/2014 9:55 AM, James Horey wrote:
Dr. E. Theodore L. Omtzigt |
Hey Theo, could you try copying the keydir file into rootdir and then On Tuesday, August 12, 2014, Theodore Omtzigt [email protected]
--James |
after the 'sudo ferry quit' I issued a 'sudo ferry server' and that gets On 8/12/2014 8:51 PM, James Horey wrote:
Dr. E. Theodore L. Omtzigt |
Ok it's probably easiest to start from scratch and try again. It involves On Wednesday, August 13, 2014, Theodore Omtzigt [email protected]
--James |
Hi
I followed the instruction in http://ferry.opencore.io/en/latest/install.html ,But it failed as follow:
root@test-VirtualBox:
# ferry server# ls /home/test/.ferry/[08/12/2014 08:30:44] [WARNING] checking for btrfs
[08/12/2014 08:30:44] [WARNING] using public dns
[08/12/2014 08:30:44] [WARNING] nohup docker-ferry -d -H=unix:////var/run/ferry.sock -g=/var/lib/ferry -p=/var/run/ferry.pid --dns 8.8.8.8 --dns 8.8.4.4 --icc=true 1>/var/lib/ferry/docker.log 2>&1 &
[08/12/2014 08:30:46] [WARNING] using key directory tmp:///usr/local/lib/python2.7/dist-packages/ferry/data/key
[08/12/2014 08:30:46] [WARNING] cleaning previous mongo resources
[08/12/2014 08:30:46] [WARNING] docker-ferry -H=unix:////var/run/ferry.sock ps | grep ferry/mongodb | awk '{print $1}' | xargs docker-ferry -H=unix:////var/run/ferry.sock stop
[08/12/2014 08:30:46] [WARNING] using key directory tmp:///usr/local/lib/python2.7/dist-packages/ferry/data/key
Traceback (most recent call last):
File "/usr/local/bin/ferry", line 9, in
load_entry_point('ferry==0.2.3.1', 'console_scripts', 'ferry')()
File "/usr/local/lib/python2.7/dist-packages/ferry/cli/cli.py", line 837, in main
msg = cli.dispatch_cmd(c, all_cmds[c], options)
File "/usr/local/lib/python2.7/dist-packages/ferry/cli/cli.py", line 769, in dispatch_cmd
self.installer.start_web(options)
File "/usr/local/lib/python2.7/dist-packages/ferry/install.py", line 417, in start_web
self.cli._check_ssh_key(root=True, server=True)
File "/usr/local/lib/python2.7/dist-packages/ferry/cli/cli.py", line 667, in _check_ssh_key
keydir, proto = self._read_key_dir(options=options, root=root)
File "/usr/local/lib/python2.7/dist-packages/ferry/cli/cli.py", line 612, in _read_key_dir
with open(keydir, 'r') as f:
IOError: [Errno 2] No such file or directory: '/home/test/.ferry/rootdir'
root@test-VirtualBox:
keydir
root@test-VirtualBox:~#
The text was updated successfully, but these errors were encountered: