Re: [Monitorix-general] libpng error: Write Error

2014-12-03 Thread Jordi Sanfeliu
Bertrand, I'll do. Let me know when you have finished your OpenBSD Howto. Regards. On 12/02/2014 06:46 PM, Bertrand Caplet wrote: >> 1. >> # cpan >> (optional) cpan> install Bundle::CPAN >> cpan> install HTTP::Server::Simple::CGI >> cpan> install Config::General >> >> 2. Install packages: >> a.

Re: [Monitorix-general] libpng error: Write Error

2014-12-03 Thread Jordi Sanfeliu
Czezz, Thanks for sharing this information. I'll put as is in the Monitorix web site. Regards. On 12/02/2014 06:22 PM, czezz wrote: > Hi, > decided to erase it all and start from scratch. > Now it works all OK. > > By the way - I want to post here a short guide how to install monitorix > on Sla

Re: [Monitorix-general] libpng error: Write Error

2014-12-02 Thread czezz
Hi, decided to erase it all and start from scratch. Now it works all OK. By the way - I want to post here a short guide how to install monitorix on Slackware 12. (It should work also for any newer Slackware release). 1. # cpan (optional) cpan> install Bundle::CPAN cpan> install HTTP::Server::Simpl

Re: [Monitorix-general] libpng error: Write Error

2014-12-02 Thread Bertrand Caplet
> 1. > # cpan > (optional) cpan> install Bundle::CPAN > cpan> install HTTP::Server::Simple::CGI > cpan> install Config::General > > 2. Install packages: > a. download from Slackware 12 repository: > # installpkg libart_lgpl-2.3.19-i486-1.tgz > b. compile using slackbuild: > # installpkg rrdtool-1.

Re: [Monitorix-general] libpng error: Write Error

2014-11-27 Thread Bertrand Caplet
> I changed owner to root and added permissions to 777 and now it works. > I need to look closer how fix it. > > Thank you for your help. > > BR, > czezz Well now do chmod -R a-r-w-x-s-t,a+r+X,u+w /var/lib/monitorix/www then chown -R nobody:nobody /var/lib/monitorix/www and this would get fixed

Re: [Monitorix-general] libpng error: Write Error

2014-11-27 Thread Jordi Sanfeliu
Czezz, Perhaps you ran Monitorix in the first instance with a different user name, and then you changed it to 'nobody:nobody'. But some graphs were already created into the 'imgs/' directory with the old permissions set. Now, when running under 'nobody:nobody' it attempts to overwrite such fil

Re: [Monitorix-general] libpng error: Write Error

2014-11-27 Thread czezz
I changed owner to root and added permissions to 777 and now it works. I need to look closer how fix it. Thank you for your help. BR, czezz   Dnia 27 listopada 2014 21:22 Bertrand Caplet napisał(a): > Additionally listing from /etc/monitorix/monitorix.conf: > > base_d

Re: [Monitorix-general] libpng error: Write Error

2014-11-27 Thread Bertrand Caplet
> Additionally listing from /etc/monitorix/monitorix.conf: > > base_dir = /var/lib/monitorix/www/ > base_lib = /var/lib/monitorix/ > base_url = / > base_cgi = /cgi > > > enabled = y > host = > port = 18080 > user = nobody > group = nobody > log_fil

Re: [Monitorix-general] libpng error: Write Error

2014-11-27 Thread czezz
Additionally listing from /etc/monitorix/monitorix.conf: base_dir = /var/lib/monitorix/www/ base_lib = /var/lib/monitorix/ base_url = / base_cgi = /cgi     enabled = y     host =     port = 18080     user = nobody     group = nobody     log_file = /var/log/mo

Re: [Monitorix-general] libpng error: Write Error

2014-11-27 Thread czezz
Hi, thanks for quick reply I was thinking this same but it seems to be OK with permissions. Here is WWW dir: root@proxy:/var/lib/monitorix/www# pwd /var/lib/monitorix/www root@proxy:/var/lib/monitorix/www# ls -al total 44 drwxr-xr-x 6 root root   4096 2014-11-27 00:07 ./ drwxr-xr-x 3 root root   40

Re: [Monitorix-general] libpng error: Write Error

2014-11-27 Thread Bertrand Caplet
> I have installed Monitorix 3.6 on my old Slackware 12 box. > I have compiled it using SlackBuilds. > For some reason when I start monitorix and access over web browser, no > pictures are displayed and I get following error in /var/log/monitorix > - libpng error: Write Error. > libpng is installe

[Monitorix-general] libpng error: Write Error

2014-11-27 Thread czezz
I have installed Monitorix 3.6 on my old Slackware 12 box. I have compiled it using SlackBuilds. For some reason when I start monitorix and access over web browser, no pictures are displayed and I get following error in /var/log/monitorix -  libpng error: Write Error. libpng is installed with fol