From 4d24dbcaa31d8b373470379ce1c379073db749c1 Mon Sep 17 00:00:00 2001 From: Max Illfelder Date: Fri, 12 Aug 2016 16:32:17 -0700 Subject: Update the README's troubleshooting instructions. (#321) --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 60fac12..14b7345 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ We build the following packages for the Linux guest environment. for the `google-compute-engine` Python package. Installing this package will configure the `google-compute-engine` package to run on system startup on sysvinit, upstart, or systemd init systems. -* `google-configs` is a package containing non-Python scripts and guest +* `google-config` is a package containing non-Python scripts and guest configuration. * Sets up udev rules and sysctl rules. * Configures the SysLog output that gets sent to serial port output. @@ -336,6 +336,17 @@ yum install -y google-compute-engine google-compute-engine-init google-config ## Troubleshooting +**An old CentOS 6 image fails to install the packages with an error on SCL** + +CentOS 6 images prior to `v20160526` may fail to install the package with +the error: +``` +http://mirror.centos.org/centos/6/SCL/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" +``` + +Remove the stale repository file: +`sudo rm -f /etc/yum.repos.d/CentOS-SCL.repo` + **Using boto with virtualenv** Specific to running `boto` inside of a Python -- cgit v1.2.1