M
M
Michael2020-01-22 00:04:01
Perl
Michael, 2020-01-22 00:04:01

spawn-fcgi stopped working on Ubunru 18, why?

On ubuntu 16, Munin worked perfectly and drew all the graphs,
now I crawled to ubuntu 18
, Munin set it up, but as in ubuntu 16, spawn-fcgi did not start and crashes before it even starts, (it draws large pictures of graphs)
The team that worked on ubuntu 16

spawn-fcgi -s /var/run/munin/fcgi-graph.sock -U www-data -u www-data -g www-data /usr/lib/munin/cgi/munin-cgi-graph


Console output
:~# spawn-fcgi -s /var/run/munin/fcgi-graph.sock -U www-data -u www-data -g www-data /usr/lib/munin/cgi/munin-cgi-graph
spawn-fcgi: child exited with: 2


Tell me pliz where to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sergey, 2020-01-22
@happy-cat

https://stackoverflow.com/questions/16306210/spawn...
says
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */
check that /usr/lib/munin/ cgi/munin-cgi-graph is

file /usr/lib/munin/cgi/munin-cgi-graph
/usr/lib/munin/cgi/munin-cgi-graph: Perl script text executable

and run

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question