-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
bugSomething isn't workingSomething isn't working
Description
It appears that if we run storage server and pass the testnet flag via a config file such as done in the deb packages then it fails to detect that we are in testnet. This causes issues as it tries to connect to oxend via /var/lib/oxen/oxend.sock instead of /var/lib/oxen/testnet/oxend.sock
Error appears to be resulting from this search:
| for (int i = 1; i < argc; i++) { |
Where it specifically searches for --testnet
Workaround possible on debs by changing the systemd service file to use storage-server --testnet --config-file /etc/oxen/storage-testnet.conf and specify testnet there instead of the config file
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working