Support mainnet eth deployment #457

Closed
opened 2023-07-19 14:12:39 +00:00 by dboreham · 3 comments
Owner
No description provided.
Owner

everything seems to be working but I have some odd permissions and I'm wondering if it's my configuration or expected behavior:

rix@night2:~/code/laconic-so/mainnet-eth-deployment/data/mainnet-eth/geth$ ls -lah
total 3.5K
drwxr-xr-x 4 rix root 5 Jul 25 13:24 .
drwxr-xr-x 5 rix root 5 Jul 25 13:08 ..
drwx------ 4 root root 7 Jul 25 13:24 geth
srw------- 1 root root 0 Jul 25 13:24 geth.ipc
drwx------ 2 root root 2 Jul 25 13:11 keystore

everything seems to be working but I have some odd permissions and I'm wondering if it's my configuration or expected behavior: > rix@night2:~/code/laconic-so/mainnet-eth-deployment/data/mainnet-eth/geth$ ls -lah >total 3.5K >drwxr-xr-x 4 rix root 5 Jul 25 13:24 . >drwxr-xr-x 5 rix root 5 Jul 25 13:08 .. >drwx------ 4 root root 7 Jul 25 13:24 geth >srw------- 1 root root 0 Jul 25 13:24 geth.ipc >drwx------ 2 root root 2 Jul 25 13:11 keystore
Author
Owner

It's a docker weird thing related to bind mounts. We have a trick to avoid the root ownership but I haven't implemented it yet in this stack.

It's a docker weird thing related to bind mounts. We have a trick to avoid the root ownership but I haven't implemented it yet in this stack.
Author
Owner

Done

Done
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#457
No description provided.