#Operation not permitted
6 messages · Page 1 of 1 (latest)
config.yml:
system:
root_directory: /docker/ptero_wings/pterodactyl/data
log_directory: /docker/ptero_wings/pterodactyl
data: /docker/ptero_wings/pterodactyl/data
archive_directory: /docker/ptero_wings/pterodactyl/archives
backup_directory: /docker/ptero_wings/pterodactyl/backups
tmp_directory: /docker/ptero_wings/pterodactyl/tmp
username: pterodactyl
compose file:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
#- "./docker/containers/:/var/lib/docker/containers/"
- "/home/empt/docker/ptero_wings/pterodactyl:/docker/ptero_wings/pterodactyl"
- "./pterodactyl/:/etc/pterodactyl/"
- "./pterodactyl/:/var/lib/pterodactyl/"
- "./pterodactyl/:/var/log/pterodactyl/"
- "/tmp/pterodactyl/:/tmp/pterodactyl/"
- "/etc/ssl/certs:/etc/ssl/certs:ro"
@brave mesa: It looks like Docker probably is not running on your machine. Use systemctl status docker to check the status of it, and systemctl restart docker to get it operational again.
When I try other version of the server I get this:
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from pterodactyl/yolks
Digest: sha256:50b9492465c08187d6a1cedbed5651d723ce9e35863cdfb8fd7fc8b9762ffd0d
Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_21
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ Server marked as offline...
container@pterodactyl~ Error Event [3ee3cabe-2bea-4bd7-b165-d45f3a102545]: environment/docker: failed to run pre-boot process: environment/docker: failed to create container: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /docker/ptero_wings/pterodactyl/data/a7ae2ace-d458-4a83-9ef9-de1ae75e83cc
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
You can't remap most of those paths. They need to be same inside the container as they are outside the container