Archive for the tag 'Cannot'

Error: Cannot open/read repomd.xml file for repository … No more mirrors to try

This error typically indicates that the mirrors listed in your /etc/yum.repos.d/ are out of date or temporarily unavailable.

If the mirrors are in the process of syncing, this issue may correct itself after a short time. If not, you may need to update the list of mirrors Yum is using.

To resolve this issue, check that the vacation binary file has proper permissions, the executable bit should be set.

# ls -l /home/virtual/FILESYSTEMTEMPLATE/vacation/usr/bin/vacation
-rwxr-xr-x 8 root root 18609 Apr 9 2009 /home/virtual/FILESYSTEMTEMPLATE/vacation/usr/bin/vacation

If the executable bit is not set, change the permissions:

# chmod ugo+x /home/virtual/FILESYSTEMTEMPLATE/vacation/usr/bin/vacation

Reference: http://parallels.com