dxb04
- Total activity 79
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by dxb04-
One more thing , At WHM : Home /DNS Functions /DNS Zone Manager I found a record of ( my-server-ip.cprapid.com ) Is it normal to be there ?!
-
Hello everyone, I would like to thank you all : ffeingol cPRex ffeingol For helping me figuring the problem which i face for months . Now almost every thing is working fine Thank you :-D
-
And there is your issue. The hosts file is overriding DNS for repo.mysql.com and yum.mariiadb.org. You'll have to ask your hosting provider why they are doing that, as that IP is obviously not p...
-
As a total guess, are there any entries in /etc /hosts for repo.mysql.com? Yes, there is .. i found 2 extra lines 168.119.126.94 repo.mysql.com yum.mariadb.org 104.21.90.187 data.easy...
-
have you tried adding some public DNS resolves to see if the one your host gave you has issues? You can try adding Google (8.8.4.4 and 8.8.8.8) or CloudFlare (1.1.1.1 and 1.0.0.1). /etc/resolv.c...
-
I retried to run those commands : yum clean all yum makecache yum update I got this result : [root@server ~]# yum clean all Loaded plugins: fastestmirror, universal-hooks Cleaning repos: EA4 c...
-
You can have only one nameserver in resolv.conf, at least one, max. three. After i add the nameserver , should i restart sshd ?
-
No it's not correct, it must be: nameserver 1stIP nameserver 2ndIP nameserver in both lines is the configuration option. So i have just to keep nameserver as it is and just add the ip ?! what ...
-
The output from that wget along with telling them you can't run "yum update" should be all they need to know. The host provider requested to check /etc/resolv.conf and add the right nameservers ...
-
The output from that wget along with telling them you can't run "yum update" should be all they need to know. Okay .. I am going to mail them now Thank you so much