Xvfb Failed Start Error

xvfb failed to start in ubuntu

It works when I remove "-server-args". Try doing that.

xvfb-run --auto-servernum --server-num=1 python webkit2png.py --url=http://google.com --out=test.png

This is the command you're looking for.

xvfb run error in ubuntu 11.04

You need to add --auto-servernum parameter for xvfb-run. Otherwise, it tries to spawn Xvfb on the same display (by default :99), which will fail if you already have one running.

Jenkins - Xvfb Plugin - Start socket error

Ok, never mind.

The following did the trick. Now, Xvfb instance is getting created successfully.

/etc/init.d/xvfb stop; echo hola!; /etc/init.d/xvfb start; ps -eAf|grep -i xvfb


Related Topics



Leave a reply



Submit