Jump to content

Jensenstation

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Jensenstation

  1. i am Having an issue with pterodactyl/wings after i copy over the yml file from the panel i get the issue below. Please can someone help. i have tried custom br0 network, i have tried my nginx reverse proxy network and they all keep coming up with the same error

     

    __ [34m[1mPterodactyl[0m _____/___/_______ _______ ______
    \_____\ \/\/ / / / __ / ___/
    \___\ / / / / /_/ /___ /
    \___/\___/___/___/___/___ /______/
    /_______/ [1m1.6.1[0m

    Copyright © 2018 - 2022 Dane Everitt & Contributors

    Website: https://pterodactyl.io
    Source: https://github.com/pterodactyl/wings
    License: https://github.com/pterodactyl/wings/blob/develop/LICENSE

    This software is made available under the terms of the MIT license.
    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.

    INFO: [May 22 12:56:19.390] loading configuration from file config_file=/etc/pterodactyl/config.yml
    INFO: [May 22 12:56:19.405] configured wings with system timezone timezone=America/Denver
    INFO: [May 22 12:56:19.416] checking for pterodactyl system user username={0 0}
    INFO: [May 22 12:56:19.425] configured system user successfully gid=988 uid=988 username=pterodactyl
    INFO: [May 22 12:56:19.442] fetching list of servers from API
    INFO: [May 22 12:56:19.615] processing servers returned by the API total_configs=0
    INFO: [May 22 12:56:19.627] finished processing server configurations duration=11.051733ms
    INFO: [May 22 12:56:19.639] creating missing pterodactyl0 interface, this could take a few seconds...
    FATAL: [May 22 12:56:19.655] failed to configure docker environment error=Error response from daemon: Pool overlaps with other one on this address space

    Stacktrace:
    Error response from daemon: Pool overlaps with other one on this address space

     

    Below is copied from my yml file

    debug: false
    uuid: ea5c988b-73b1-44d7-b9b0-41a96c5fd63b
    token_id: OX2Iwv0DYKjZtGDc
    token: i9V8zuprPvO4QTaJfqfXwmQEYuFdxYeKDL01goikZ1yDXBmzsKc0DY3b8onujOQM
    api:
      host: 0.0.0.0
      port: 8484
      ssl:
        enabled: false
        cert: /etc/letsencrypt/live/10.0.0.200/fullchain.pem
        key: /etc/letsencrypt/live/10.0.0.200/privkey.pem
      upload_limit: 100
    system:
      data: /var/lib/pterodactyl/volumes
      sftp:
        bind_port: 2022
    allowed_mounts: []
    remote: 'http://10.20.30.3:8585'

     

    I Fixed this issue by making a new network but now my issue is below with any server i try to make

     

    Stacktrace:
    Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /var/lib/pterodactyl/volumes/e4f61eca-838e-4101-88ab-8f31df8c9e58
    environment/docker: failed to create container
    github.com/pterodactyl/wings/environment/docker.(*Environment).Create
        github.com/pterodactyl/wings/environment/docker/container.go:238
    github.com/pterodactyl/wings/server.(*Server).CreateEnvironment
        github.com/pterodactyl/wings/server/server.go:250
    github.com/pterodactyl/wings/router.postCreateServer.func1
        github.com/pterodactyl/wings/router/router_system.go:73
    runtime.goexit
        runtime/asm_amd64.s:1581

     

×
×
  • Create New...