Project

General

Profile

trying to install goautodial on centos 7 using wiki instructions but stuck

Added by abey kp almost 7 years ago

http://goautodial.org/projects/goautodialce/wiki/Centos7

[root@scw-7f2dfa yum.repos.d]# yum install -y epel-release
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
extras | 2.9 kB 00:00
http://downloads2.goautodial.org/centos/7/current/armhfp/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.


Replies (2)

RE: trying to install goautodial on centos 7 using wiki instructions but stuck - Added by Ravi T almost 7 years ago

Possibly you have already fixed the issue, but this may help others:

The issue is because yum is trying to fetch files for CentOS 5.10 (the distro Goautodial uses) from the regular CentOS site. Since the official support for 5.10 has ended, the files do not exist at the usual destination. You need to redirect yum to get files from the CentOS vault.

  • Use your favourite text editor (vi or nano) to edit \etc\yum\repos.d\CentOS-Base.repo
  • Comment all lines that start with "mirrorlist=" (there are five instances)
  • In all lines that start with "baseurl=", change "baseurl=http://mirror.centos.org/centos/$releasever/..." to "baseurl=http://vault.centos.org/5.10/..." (there are five instances)
  • Save and exit the editor

Now proceed with yum install -y epel-release and yum update -y and follow the other steps.

Post your feedback once you try these suggestions.

RE: trying to install goautodial on centos 7 using wiki instructions but stuck - Added by Ravi T almost 7 years ago

Oops... forgot to mention this--you need to uncomment the "baseurl" lines once you edit them...

    (1-2/2)
    Go to top