pelican-eggs / eggs

Service eggs for the pterodactyl panel
MIT License
2.78k stars 2.32k forks source link

Fivem eggs on seperate external node #905

Closed RadhwaneDZ closed 3 years ago

RadhwaneDZ commented 3 years ago

installed Pterodactyl on a vps ( panel and wings ) latest verion installed another wings on another seperate VPS ( OVH ) just to add more nodes ( latest version ) the main vps with panel and wings working good , but when i added new seperate node and trying to install fivem egg the following error appear on panel console even the node is working without any error

container@pterodactyl~ Starting installation process, this could take a few minutes...
                                                                    ]
Err:1 http://deb.debian.org/debian buster InRelease
  Temporary failure resolving 'deb.debian.org'

Err:2 http://security.debian.org/debian-security buster/updates InRelease
  Temporary failure resolving 'security.debian.org'

                                ]
Err:3 http://deb.debian.org/debian buster-updates InRelease
  Temporary failure resolving 'deb.debian.org'

           ]
Reading package lists... Done
Building dependency tree      %

Reading state information... Done
All packages are up to date.
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease  Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://security.debian.org/debian-security/dists/buster/updates/InRelease  Temporary failure resolving 'security.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease  Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree      %

Reading state information... Done
Package xz-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'xz-utils' has no installation candidate
E: Unable to locate package curl
E: Unable to locate package git
E: Unable to locate package file
updating citizenfx resource files
/mnt/install/install.sh: line 13: git: command not found
cp: cannot stat '/tmp/resources/*': No such file or directory
/mnt/install/install.sh: line 16: curl: command not found
/mnt/install/install.sh: line 31: curl: command not found
link is invalid closing out
VibeGAMESNL commented 3 years ago

This is a DNS issue not an egg issue.. Are you using OVH DNS servers?

If you enable permanent mitigation/firewall and use for example google dns servers, you will get these kind of issues with DNS resolving.

RadhwaneDZ commented 3 years ago

im using cloudflare dns but with a gray A record , i also activated firewall on ovh , should i stop it until i install the egg ?

VibeGAMESNL commented 3 years ago

im using cloudflare dns but with a gray A record , i also activated firewall on ovh , should i stop it until i install the egg ?

You should try OVH internal DNS servers. Data that is routed via the internal network will not be filtered or blocked by the OVH firewalls. I had the same problem as you. This fixed it for me.

You can also buy a small OVH VPS and create your own dns server on it.