Xvfb failed start error

前端 未结 4 1746
忘掉有多难
忘掉有多难 2021-01-30 12:41

I have Ubuntu 11.04 I am trying to install Xvfb and CutyCapt in order to take a snapshot of webpage I followed a instruction https://github.com/jaequery/cutycapt-installer-scri

4条回答
  •  我在风中等你
    2021-01-30 13:14

    Had the same issue, solved it by running this instead:

    xvfb-run --auto-servernum --server-num=1 [your script]
    

    --auto-servernum : Try to get a free server number, starting at 99, or the argument to --server-num

提交回复
热议问题