summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2016-08-12 16:32:17 -0700
committerGitHub <noreply@github.com>2016-08-12 16:32:17 -0700
commit4d24dbcaa31d8b373470379ce1c379073db749c1 (patch)
treef78f79aaf9e0ee4b1da57f8da6e0bfb3aadb849c /README.md
parentde7bbea4b6741251a4c825ad172f8f62d79796c6 (diff)
downloadgoogle-compute-image-packages-4d24dbcaa31d8b373470379ce1c379073db749c1.tar.gz
Update the README's troubleshooting instructions. (#321)
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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