当我按照以下安装说明安装 xvfb 时,出现以下错误:
service xvfb does not support chkconfig
安装说明
Install Xvfb (via the RHEL Server Optional repository)
# yum -y install xorg-x11-server-Xvfb
# yum -y install mesa-dri-drivers
# yum -y install dbus-x11
# dbus-uuidgen --ensure
Setup Xvfb as a service
# useradd xvfb
# vim /etc/init.d/xvfb
# chkconfig --add xvfb
# chkconfig xvfb on