When running with local mode enabled, the targets_modified directory can't be created in plugins inside the cosmos-init container. The error I'm seeing is:
The plugins directory on my host machine has permissions drwxrwxr-x and there's also a line in openc3.sh that sets permssions on the host to 775. However, when I take a look inside the container I'm finding the plugins directory has permissions 755 instead, and I suspect that is the source of my issue, but I'm not sure of the cause.
Note: the demo comes up fine without local mode enabled.
When running with local mode enabled, the
targets_modified
directory can't be created inplugins
inside the cosmos-init container. The error I'm seeing is:The plugins directory on my host machine has permissions drwxrwxr-x and there's also a line in
openc3.sh
that sets permssions on the host to 775. However, when I take a look inside the container I'm finding the plugins directory has permissions 755 instead, and I suspect that is the source of my issue, but I'm not sure of the cause.Note: the demo comes up fine without local mode enabled.
Here's my .env:
I'm running on Rocky 8.6