You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issues running a Dockerized Cardano Node where I'm integrating ratarmount to handle compressed immutable DB files. The container keeps crashing due to permission errors
The text was updated successfully, but these errors were encountered:
Ishannaik
changed the title
Permission Denied and /usr/local/bin/env Issues in Dockerized Cardano Node with Ratarmount Integration
Permission Denied Issues in Dockerized Cardano Node with Ratarmount Integration
Jan 27, 2025
I am facing issues running a Dockerized Cardano Node where I'm integrating
ratarmount
to handle compressed immutable DB files. The container keeps crashing due to permission errorsDocker Compose Configuration:
Ratarmount Command Used:
ratarmount --write-overlay /home/pixashield/cardano-node/db/ratar/writeoverlay \ /home/pixashield/cardano-node/db/ratar/archive/*.tar.xz \ /home/pixashield/cardano-node/db/immutable
Key Issues:
FsInsufficientPermissions
for/db/immutable
.Environment:
Steps Tried:
chown -R 1000:1001 ./db
).privileged: true
for the container.Error Logs:
Expected Behavior:
Request:
ratarmount
and Docker to avoid these permission issues?ratarmount
into Docker?reference url: https://forum.cardano.org/t/proof-of-concept-compressed-chain-database/119263/
The text was updated successfully, but these errors were encountered: