• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

yum update errors

M

Michael neese

Guest
I have errors when using yum...
yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://www.atomicorp.com/mirrorlist/atomic/centos-5-x86_64 error was
[Errno 4] IOError: <urlopen error (113, 'No route to host')>
Error: Cannot find a valid baseurl for repo: atomic
ASL says i have network issues...
arp -n
Address HWtype HWaddress Flags Mask Iface
74.208.8.251 ether 00:00:5e:00:01:f0 C eth0
74.208.2.14 (incomplete) eth0
74.208.155.133 (incomplete) eth0
10.255.255.1 ether 00:00:0c:07:ac:00 C eth0
1and1 says it is because my ip needs to be changed to dchp instead of static...they cannot help me with this, nor can i find solution on the internet...

Can anyone guide me to some way to correct this networking issue?
 
Is this address accessible from your server?
Check it with something like:

$ host www.atomicorp.com
www.atomicorp.com is an alias for atomicorp.com.
atomicorp.com has address 74.208.155.133

$ ping 74.208.155.133
PING 74.208.155.133 (74.208.155.133) 56(84) bytes of data.
64 bytes from 74.208.155.133: icmp_seq=0 ttl=54 time=31.5 ms
64 bytes from 74.208.155.133: icmp_seq=1 ttl=54 time=31.5 ms
64 bytes from 74.208.155.133: icmp_seq=2 ttl=54 time=31.4 ms

$ ping www.atomicorp.com
PING atomicorp.com (74.208.155.133) 56(84) bytes of data.
64 bytes from www.atomicorp.com (74.208.155.133): icmp_seq=0 ttl=54 time=31.4 ms
64 bytes from www.atomicorp.com (74.208.155.133): icmp_seq=1 ttl=54 time=31.4 ms
64 bytes from www.atomicorp.com (74.208.155.133): icmp_seq=2 ttl=54 time=31.8 ms

Contact your system administrator for fixing this usual linux administrative task if you cant do it by yourself.
 
Thanks for your reply, Igor...

As it turns out, I had installed two new ip's to the server, and mis-configured one with incorrect sub-masking, this screwed up my networking in a big fashion...

It is now Okay and working fine...
 
Back
Top