Yesterday evening I started getting errors like the one below
016-04-10 22:35:49:pywws.LiveLog:Command '['gnuplot', '/tmp/weather/plot.c
d']' returned non-zero exit status -11
raceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pywws/LiveLog.py", line 86,
in LiveLog
tasks.do_tasks()
File "/usr/local/lib/python2.7/dist-packages/pywws/Tasks.py", line 340, in
do_tasks
self._do_common(sections)
File "/usr/local/lib/python2.7/dist-packages/pywws/Tasks.py", line 246, in
_do_common
upload = self.do_plot(template)
File "/usr/local/lib/python2.7/dist-packages/pywws/Tasks.py", line 402, in
do_plot
self.plotter.DoPlot(input_xml, output_file) == 0):
File "/usr/local/lib/python2.7/dist-packages/pywws/Plot.py", line 727, in
DoPlot
subprocess.check_call(['gnuplot', cmd_file])
File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
calledProcessError: Command '['gnuplot', '/tmp/weather/plot.cmd']' returned
non-zero exit status -11
I've got pywws running at the moment my removing all plot lines from weather.ini, but obviously that isn't ideal.