If you didn't modify your setup.php that shouldn't have failed.

try copying the original 0.8.2 codebase and then applying the 0.8.3-rc1 patch 
again.

Or you could just go back to RRDTool 1.0.x

Javier

Harding, Andy wrote:
> Craig Small [mailto:[EMAIL PROTECTED] wrote on 25 July 2006:
>> On Tue, Jul 25, 2006 at 12:03:11PM +0100, Harding, Andy wrote:
>>> "The RRDTool files for Interface ID XXXX (from Host ID YY), 
>> has not been
>>> created by the Poller Process yet"
>>>
>>> but the graphing for cpu, bgp, environmental, etc is all 
>> still working
>> Sounds like you have upgraded RRDtool, there are messages in 
>> the archive
>> how to fix this.
>> This is one of those emails
>> http://www.mail-archive.com/jffnms-users@lists.sourceforge.net/
> msg05018.html
> 
> 
> no luck with this unfortunately  :-(
> 
> we are/were on 0.8.2 though, so I tried upgrading to 0.8.3-rc1 but it, too,
> seems to be falling over on the rrdtool version:
> 
> [EMAIL PROTECTED] jffnms]# patch -p1 <
> /root/jffnms-upgrade-0.8.2-to-0.8.3-rc1/jffnms-0.8.2-to-0.8.3-rc1.patch
> <snip>
> patching file htdocs/admin/setup.php
> Hunk #1 FAILED at 82.
> Hunk #2 FAILED at 178.
> 2 out of 2 hunks FAILED -- saving rejects to file htdocs/admin/setup.php.rej
> 
> [EMAIL PROTECTED] jffnms]# more /opt/jffnms/htdocs/admin/setup.php.rej
> ***************
> *** 82,92 ****
>             case "logo_image":
>                 $value = $GLOBALS["jffnms_rel_path"]."images/jffnms.png";
>                 break;
>         }
> 
>         //TEST Fix for Windows Path \\\\\ escaping problem
>         if ($value) $value = str_replace("\\","/",$value);
> -
>         return $value;
>       }
> 
> --- 82,104 ----
>             case "logo_image":
>                 $value = $GLOBALS["jffnms_rel_path"]."images/jffnms.png";
>                 break;
> +
> +           case "rrdtool_version":
> +               if (file_exists($GLOBALS["rrdtool_executable"])) {
> +                   exec($GLOBALS["rrdtool_executable"]." -v",$output);
> +                   if (preg_match("/RRDtool
> (\d\.\d)\./i",$output[0],$parts))
> +                       $value = $parts[1];
> +               }
> +               break;
> +
> +           case "rrdtoo_font":
> +               $value = $GLOBALS["jffnms_real_path"] .
> "/engine/fonts/".basenam
> e($value);
> +               break;
>         }
> 
>         //TEST Fix for Windows Path \\\\\ escaping problem
>         if ($value) $value = str_replace("\\","/",$value);
> +
>         return $value;
>       }
> 
> ***************
> *** 166,172 ****
>                 $auto_config_value = autoConfig($key, $value);
>                 $result = call_user_func("check_".$type,
> $auto_config_value);
> 
> -               if($result || ($key=="os_type")) {
>                     $value = $auto_config_value;
>                     $state = 1;
>                 } else
> --- 178,184 ----
>                 $auto_config_value = autoConfig($key, $value);
>                 $result = call_user_func("check_".$type,
> $auto_config_value);
> 
> +               if ($result || ($key=="os_type") ||
> ($key=="rrdtool_version")) {
>                     $value = $auto_config_value;
>                     $state = 1;
>                 } else
> 
> 
> RRDTool version is:
> 
> [EMAIL PROTECTED] jffnms]# rrdtool -v
> RRDtool 1.2.15  Copyright 1997-2006 by Tobias Oetiker <[EMAIL PROTECTED]>
>                Compiled Jul 17 2006 10:05:11
> 
> any ideas please?
> 
> rgrds
> 
> ~andy
> 
> The information contained in this message is intended for
> the addressee only and may contain confidential and/or privileged information.
> If you are not the addressee, please delete this message and notify the 
> sender;
> you should not copy or distribute this message or disclose its contents to 
> anyone.
> 
> Any views or opinions expressed in this message are those of the author 
> and do not necessarily represent those of The Vital International Group or 
> any of its affiliates.
> No reliance may be placed on this message without written confirmation
> from an authorised representative of its contents. 
> 
> Registered in England @ Wilsons Corner, 1st Floor, 1-5 Ingrave Road, 
> Brentwood, Essex, CM15 8AP.
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> jffnms-users mailing list
> jffnms-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jffnms-users

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Javier Szyszlican, Project Leader, JFFNMS
[EMAIL PROTECTED]

I hope JFFNMS or I were helpful to you, if you
can, please donate at http://jffnms.org/donate


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to