hyperdrive-daemon
hyperdrive-daemon copied to clipboard
Hyperdrive, batteries included.
Somehow or other I seem to have accidentally created a mount with a bad key. This causes hyperdrive-daemon to crash with the following error: ``` Error: key must be a...
So this is happening (`@beta`, clean `~/.hyperdrive`): ``` ❯ cd ~/Hyperdrive/home ❯ hyperdrive fs mount how-to-dweb 3e2b381627df0d670bdb2c5e45ac851225266836aba0c5f727261669f47c91dc Could not mount the drive: Error: You can only mount drives underneath the...
Mount silently succeeds with no daemon, resulting in an empty mount point. I wasn't sure if this were a bug, or a placeholder for eventually supporting out-of-order startup. The fact...
The `value.stat` is populating but `value.mount` is not.
Currently the daemon shuts itself down on an uncaught exception or unhandled rejection. That makes sense for ensuring a working state (manager processes can detect the close and restart) but...
I think what happened here is that I called mount() with an invalid key (it had 'dat://' in it) and now this error throws during load of the parent, crashing...
I visited an old Dat and this got thrown: ``` Uncaught exception: TypeError: Cannot read property 'feed' of undefined at NanoIterator.next [as _next] (/Users/paulfrazee/work/beaker-core/node_modules/hyperdrive/lib/iterator.js:79:48) at update (/Users/paulfrazee/work/beaker-core/node_modules/nanoiterator/index.js:106:13) at openDone (/Users/paulfrazee/work/beaker-core/node_modules/nanoiterator/index.js:82:3)...
Port `3101` is not usable in ChromeOS. Available are: - 3000 - 4200 - 5000 - 8000 - 8008 - 8080 - 8085 - 8888 - 9005 Source: https://www.reddit.com/r/Crostini/comments/99s3t9/wellknown_ports_are_now_autoforwarded_to_the/
The user on my system does not have sudo permissions, which means that following lines certainly don't work: https://github.com/andrewosh/hyperdrive-daemon/blob/2aced54a85d3ca19e3c5fe75759d00bacde3b349/bin/setup.js#L48-L54 I try to keep the users on my system separate and...
As the title says. Here's the logs: ```sh ~/Code/node/hyperdrive-daemon master* ⇣ ❯ ./cli.js start Daemon started at localhost:3101 ~/Code/node/hyperdrive-daemon master* ⇣ ❯ ./cli.js fs mount /hyperdrive/home/xtestx Mounted a drive with...