If you are having DNS problems, ensure that the server has a list of functional resolvers. Resolvers allow the server to find IP addresses corresponding to domain names by communicating with DNS servers.
If you need to add resolvers to your server:
nano /etc/resolv.conf
If no resolvers have been entered into the configuration file:
nameserver $IP
*where $IP is meant to represent the IP address of the resolver.
You should be able to obtain at least 2 resolvers from your data center.
To make sure the resolver is working properly open a terminal session and type:
host example.com
If results are returned to the server, the resolvers have been properly configured.


![node[175421]: pthread_create: Resource temporarily unavailable 2023 08 28 12 15 - node[175421]: pthread_create: Resource temporarily unavailable](https://i0.wp.com/administrator.pejcic.rs/wp-content/uploads/2023/08/2023-08-28_12-15.png?resize=344%2C194&ssl=1)
