Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies for ubuntu 20.04 #12

Open
sharksforarms opened this issue Jan 27, 2022 · 4 comments
Open

Missing dependencies for ubuntu 20.04 #12

sharksforarms opened this issue Jan 27, 2022 · 4 comments

Comments

@sharksforarms
Copy link

I had to do the following to get to a working state (mostly due to pip dependency build errors)

sudo apt install libcairo2-dev libjpeg-dev libgif-dev
sudo apt install libgirepository1.0-dev
sudo apt install libcups2-dev
sudo apt install xvfb
pip3 install xvfbwrapper

I also needed to add --xvfb in agent.sh to make sure xprop wasn't getting called, or else I would hit this error: catchpoint/WebPageTest.agent#458

@PetrHar
Copy link

PetrHar commented Feb 9, 2022

I currently have an error:

12:53:52.798 - Default interface: venet0
RTNETLINK answers: File exists
Error: Exclusivity flag on, cannot modify.
Error: Cannot delete qdisc with handle of zero.

Command:
sudo /usr/bin/python3 /home/agent/wptagent-master/wptagent.py --server "https://domain.com/work/" --location "Test" -vvvv --dockerized --xvbf

@sharksforarms
Copy link
Author

I currently have an error:

12:53:52.798 - Default interface: venet0
RTNETLINK answers: File exists
Error: Exclusivity flag on, cannot modify.
Error: Cannot delete qdisc with handle of zero.

Command:
sudo /usr/bin/python3 /home/agent/wptagent-master/wptagent.py --server "https://domain.com/work/" --location "Test" -vvvv --dockerized --xvbf

Does it give a backtrace or any more information? Does it run?

@PetrHar
Copy link

PetrHar commented Feb 14, 2022

Operating system Debian 11 and not running. What other information would you need?

@afilbert
Copy link

This helped me today, thanks for opening and for the detail!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants