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
System Information
• Fedora Server 41
• Hosted on Raspberry Pi
Every time I go to run code, it just errors out. I check the logs for the piston container and I get the following:
2025-04-02T08:46:01.888Z [INFO] job/e67e4393-d5a8-4483-bd65-f84a7bdd1340: Cleaning up job
2025-04-02T08:46:02.067Z [ERROR] job/e67e4393-d5a8-4483-bd65-f84a7bdd1340: Failed to remove the metadata directory of box #1. Error: ENOENT: no such file or directory, stat '/tmp/1-metadata.txt'
2025-04-02T08:46:02.211Z [ERROR] job/e67e4393-d5a8-4483-bd65-f84a7bdd1340: Failed to run isolate --cleanup: Command failed: isolate --cleanup --cg -b1
Must be started as root
on box #1
stdout:
stderr: Must be started as root
System Information
• Fedora Server 41
• Hosted on Raspberry Pi
Every time I go to run code, it just errors out. I check the logs for the piston container and I get the following:
This is the docker-compose for the API:
Adding
command: whoami
to the docker-compose, I get the following output:This shows that it is running as root which makes no sense to why it has
Must be started as root
.Entering the
isolate
command within the container doesn't have any problem:The text was updated successfully, but these errors were encountered: