QGIS Server note per l’installazione 2014-03-13 by Alessandro Pasotti filed under GIS, Linux, QGIS, Tech. Questo articolo è disponibile solo in inglese. Puoi cambiare la lingua facendo clic sulle bandierine in alto.It's only fair to share...TwitterFacebookLinkedinPinterestRedditGoogle+
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 31 July 2014 — 12.11
Paolo Cavallini NB: #!/bin/sh should be included at the beginning of the script 29 October 2015 — 11.49
Alessandro Pasotti @Paolo: strange enough, on Ubuntu LTS this is not really necessary (it works without it) 29 October 2015 — 11.59
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)