mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
[docs] Add CentOS troubleshooting notes (#579)
This commit is contained in:
parent
225e880d15
commit
da85b4466e
@ -1,12 +1,11 @@
|
|||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
## Chrome headless doesn't start on Debian (e.g. Ubuntu)
|
## Chrome headless doesn't launch
|
||||||
|
|
||||||
- Make sure all the necessary dependencies are installed
|
- 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)
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Debian Dependencies</summary>
|
<summary>Debian (e.g. Ubuntu) Dependencies</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
gconf-service
|
gconf-service
|
||||||
@ -50,6 +49,39 @@ wget
|
|||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>CentOS Dependencies</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
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
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
- 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
|
## Chrome Headless fails due to sandbox issues
|
||||||
|
|
||||||
- make sure kernel version is up-to-date
|
- make sure kernel version is up-to-date
|
||||||
|
Loading…
Reference in New Issue
Block a user