Confirmed users
2,177
edits
No edit summary |
|||
Line 121: | Line 121: | ||
mkdir /Volumes/public | mkdir /Volumes/public | ||
sudo mount -t smbfs //guest@fs02/public /Volumes/public | sudo mount -t smbfs //guest@fs02/public /Volumes/public | ||
== Jobs == | |||
=== General issues === | |||
Here are a few tips that could help to diagnose the cause of general issues: | |||
* Enable verbose PIP output in the [http://qa-selenium.mv.mozilla.com:8080/configure Configure System] page to determine if installation of Python packages is causing issues. | |||
=== PIP index is unavailable === | |||
We use an internal mirror of PyPI for installing Python packages. If this experiences issues then we can enable use of PIP mirrors in the [http://qa-selenium.mv.mozilla.com:8080/configure Configure System] page. Alternatively, temporarily change the PIP index URL. | |||
=== PIP installation is slow === | |||
If Python packages are slow to install you should check that PIP mirrors are not enabled in the [http://qa-selenium.mv.mozilla.com:8080/configure Configure System] page. If mirrors are not enabled, it may be that the internal PyPI mirror is slow to respond. In this case, try temporarily changing the PIP index URL. | |||
= References = | = References = | ||
Some content has been taken from [https://wiki.jenkins-ci.org/display/JENKINS/Thanks+for+using+OSX+Installer here]. | Some content has been taken from [https://wiki.jenkins-ci.org/display/JENKINS/Thanks+for+using+OSX+Installer here]. |