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

missing config.json after setup #30

Closed
edrex opened this issue Jan 26, 2020 · 1 comment
Closed

missing config.json after setup #30

edrex opened this issue Jan 26, 2020 · 1 comment

Comments

@edrex
Copy link
Contributor

edrex commented Jan 26, 2020

Should setup create config.json?

hyperdrive-daemon git/master  
❯ rm -rf ~/.hyperdrive && rm -r ~/Hyperdrive  
                                                                                             
❯ ./cli.js setup      
Configuring FUSE...
Successfully configured FUSE:

  * FUSE is already configured.
  * Successfully created the root Hyperdrive directory.
                                                                                             
❯ ./cli.js start 

✔ Hyperdrive daemon listening on localhost:3101
                                                                                             
❯ ./cli.js status   
Could not get the daemon status:
Error: ENOENT: no such file or directory, open '/home/eric/.hyperdrive/config.json'

❯ ./cli.js fs mount   
Could not mount the drive:
Error: ENOENT: no such file or directory, open '/home/eric/.hyperdrive/config.json'

@edrex
Copy link
Contributor Author

edrex commented Jan 26, 2020

nm, symptom of error in start

@edrex edrex closed this as completed Jan 26, 2020
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