From da85b4466eb601bed644db3eacb606d1c13447c2 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 28 Aug 2017 10:21:54 -0700 Subject: [PATCH] [docs] Add CentOS troubleshooting notes (#579) --- docs/troubleshooting.md | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 919db3f1236..8f0800878a9 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,12 +1,11 @@ # Troubleshooting -## Chrome headless doesn't start on Debian (e.g. Ubuntu) +## Chrome headless doesn't launch -- Make sure all the necessary dependencies are installed -- The broad discussion on the topic can be found in [#290](https://github.com/GoogleChrome/puppeteer/issues/290) +- Make sure all the necessary dependencies are installed:
-Debian Dependencies +Debian (e.g. Ubuntu) Dependencies ``` gconf-service @@ -50,6 +49,39 @@ wget ```
+
+CentOS Dependencies + +``` +pango.x86_64 +libXcomposite.x86_64 +libXcursor.x86_64 +libXdamage.x86_64 +libXext.x86_64 +libXi.x86_64 +libXtst.x86_64 +cups-libs.x86_64 +libXScrnSaver.x86_64 +libXrandr.x86_64 +GConf2.x86_64 +alsa-lib.x86_64 +atk.x86_64 +gtk3.x86_64 +ipa-gothic-fonts +xorg-x11-fonts-100dpi +xorg-x11-fonts-75dpi +xorg-x11-utils +xorg-x11-fonts-cyrillic +xorg-x11-fonts-Type1 +xorg-x11-fonts-misc +``` +
+ +- Check out discussions: + - [#290](https://github.com/GoogleChrome/puppeteer/issues/290) - Debian troubleshooting + - [#391](https://github.com/GoogleChrome/puppeteer/issues/391) - CentOS troubleshooting + + ## Chrome Headless fails due to sandbox issues - make sure kernel version is up-to-date