This repository was archived by the owner on Aug 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
FUSE should not require --ipcpath #795
Labels
Comments
1 task
can i close this? @homotopycolimit @justelad ? |
this was not yet merged to upstream. @frncmx? |
it was merged to ethersphere but not to upstream.. so what needs to happen now? |
@homotopycolimit it wasn't merged to ethersphere. there was just a PR that was reviewed and @frncmx said he will reopen on upstream |
so we can close it here? |
hab geduld |
Picking this one up now. There was some missing doc updates, that's why it was not ready for a merge. |
frncmx
pushed a commit
that referenced
this issue
Nov 20, 2018
- Have `${DataDir}/bzzd.ipc` as IPC path default. - Respect the `--datadir` flag. - Keep only the global `--ipcpath` flag and drop the local `--ipcpath` flag as flags might overwrite each other. (Note: before global `--ipcpath` was ignored even if it was set) fixes #795
zelig
referenced
this issue
in ethereum/go-ethereum
Nov 23, 2018
- Have `${DataDir}/bzzd.ipc` as IPC path default. - Respect the `--datadir` flag. - Keep only the global `--ipcpath` flag and drop the local `--ipcpath` flag as flags might overwrite each other. (Note: before global `--ipcpath` was ignored even if it was set) fixes ethersphere#795
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Currently the command
swarm fs mount theswarm.eth mountpoint
will fail becauseswarm fs
requires(!) the--ipcpath
cli flag.This should not be the case if swarm is running with the default ipc endpoint. If
--ipcpath
is not specified, it should simply be assumed the the ipcpath is DATDIR/bzzd.ipcThe text was updated successfully, but these errors were encountered: