Questo articolo è disponibile solo in inglese. Puoi cambiare la lingua facendo clic sulle bandierine in alto. QGIS Server note per l’installazione
Questo articolo è disponibile solo in inglese. Puoi cambiare la lingua facendo clic sulle bandierine in alto.
Paolo Cavallini
update-rc.d xvfb defaults
throws an error:
insserv: Script xvfb is broken: incomplete LSB comment.
insserv: missing `Provides:’ entry: please add.
insserv: missing `Required-Start:’ entry: please add even if empty.
insserv: missing `Required-Stop:’ entry: please add even if empty.
insserv: missing `Default-Start:’ entry: please add even if empty.
insserv: missing `Default-Stop:’ entry: please add even if empty.
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `xvfb’
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `xvfb’
service xvfb restart
is ok
Paolo Cavallini
NB: #!/bin/sh should be included at the beginning of the script
Alessandro Pasotti
@Paolo:
thanks! I’ll add it immediately
Alessandro Pasotti
@Paolo:
strange enough, on Ubuntu LTS this is not really necessary (it works without it)