Cacti 0.8.6b Out

Important information about Cacti developments that all users should be interested in.

Moderators: Developers, Moderators

Post Reply
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Cacti 0.8.6b Out

Post by raX »

Cacti version 0.8.6b has been released after a few major bugs have been discovered in 0.8.6a. I apologize for the recurring bugs, hopefully this is the end of poller and RRD-related bugs for a while. Sometimes these problems are difficult to identify during testing since many poller related problems only manifest themselves under certain very specific conditions.

Below is the changelog:

Code: Select all

-bug#0000318: Only delete the Cacti system user when uninstalling the RPM package
rather than during each upgrade.
-bug: Problems with the 95th percentile and bandwidth summation graph variables.
-bug: Problem with random gaps in some or all graphs caused by staggered RRDTool
update times.
-Ian
TPC
Posts: 29
Joined: Wed Oct 06, 2004 12:14 pm

Alright!!! :)

Post by TPC »

Thanks for the bugfix!

I just installed it over my 0.8.6a.. will report in for any problems.

Just one minor thing. When I check the about box. it still says I am running 0.8.6a... i donno if i upgraded properly or not. win2k3 box, copy over rrd/rra files, copy over scripts, replace entire cacti directory completely with the new version, change the config.php.. am i missing something else ? (and of course, backup the sql database to the new one)
(and my PHP SNMP Support stills say No .. but so far still okay!)

Thanks Cacti Team!
User avatar
monideth
Cacti User
Posts: 95
Joined: Thu Apr 03, 2003 3:29 am
Contact:

Post by monideth »

raX,

I tried out the 0.8.6b cacti and cactid RPMs over my existing 0.8.6a RPM install.

However, for some reason it deleted the existing 'cacti' user and group!

I had to manually create this user and group.

I also had a problem with cron not working and the following error showed up in /var/log/cron:

Oct 7 08:06:00 cacti-unl crond[1514]: (tmp.28195) ORPHAN (no passwd entry)

The following link describe how to resolve this cron issue:

http://www.redhat.com/archives/fedora-l ... 02716.html

I deleted the tmp.28195 file from /var/spool/cron and restarted the cron daemon and everything is back to normal.

I assume this release was meant to fix the first issue (-bug#0000318) - starting from this version - and not just for subsequent versions!

Do you have any idea why the second issue came about? How does the RMP install the cacti cron job? From what I understand it should be creating a file called /etc/crond.d/cacti - but the above cron problem suggest a problem with cron for a particular user.

Regards,

Mon
'They'll be sorry. They'll be sorry if I die - except that I can't. Whatever you do it ends up raining. What's it all for? What's the point of it all? And if it hasn't got a point, what's the point of that?'
Monkey (2:2)
Ropeguru
Posts: 21
Joined: Tue Oct 05, 2004 9:43 am
Contact:

Thanks...

Post by Ropeguru »

I just wanted to give a quick thanks for the speedy fix for the problem with gaps in graphs. I just upgraded to 0.8.6b and all seems to be working. I will keep you informed.

Great work here guys.. Now if I can just get my boss to let me implement it company wide and not having to do it on my own here in the branch office.
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

monideth wrote:I assume this release was meant to fix the first issue (-bug#0000318) - starting from this version - and not just for subsequent versions!
Actually I have a feeling that this fix won't take effect until upgrading from 0.8.6b or higher. When you do an upgrade, RPM probably executes the %postun section of the older version before installing the new version.
monideth wrote:Do you have any idea why the second issue came about? How does the RMP install the cacti cron job? From what I understand it should be creating a file called /etc/crond.d/cacti - but the above cron problem suggest a problem with cron for a particular user.
This problem is probably an after effect of the first. Once the rpm deleted your 'cacti' user, the reference to this user in /etc/cron.d/cacti became invalid.

Hopefully both of these issues go away starting with the next release.

-Ian
TPC
Posts: 29
Joined: Wed Oct 06, 2004 12:14 pm

heh

Post by TPC »

I did a complete 'fresh' reinstall of cacti 0.8.6b :P everything seems to go well ( i sorta messed up my previous installation ) - my about box shows the proper version(maybe the upgrading manual steps needs to add something?), i can see "PHP SNMP : YES" now, no more ugly gaps in graphs (hooray!!!)...everything's fine and dandy so far :)

anyhow.. does anyone have this problem I am having?
whenever the 'query' list of interfaces go *way* too long.. I am not able to click on the row and have it selected and highlighted as yellow.. like what I am doing now here (here it is possible because the snmp interfaces I have is just a short list. I realise that when the list is way longer.. i can't do that anymore. is that a bug?)
Attachments
Snap1.png
Snap1.png (10.88 KiB) Viewed 12182 times
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

Not a bug, but a feature to prevent this feature from killing your browser ;-). The default maximum number of rows to use this feature for is '96'. You can change it by going to "Settings" -> "Visual" and changing the value of "Maximum JavaScript Rows".

-Ian
TPC
Posts: 29
Joined: Wed Oct 06, 2004 12:14 pm

Post by TPC »

Ahh.. mucho gracias Ian :)
Thanks! Can't believe i missed that in visual. will explore a bit more before posting nonsensical questions like these :P
User avatar
cdukes
Cacti User
Posts: 61
Joined: Tue Mar 26, 2002 1:25 pm
Location: Morrisville, NC
Contact:

Re: Cacti 0.8.6b Out

Post by cdukes »

Any idea when 0.8.6b will be available for Gentoo?

raX wrote:Cacti version 0.8.6b has been released after a few major bugs have been discovered in 0.8.6a. I apologize for the recurring bugs, hopefully this is the end of poller and RRD-related bugs for a while. Sometimes these problems are difficult to identify during testing since many poller related problems only manifest themselves under certain very specific conditions.

Below is the changelog:

Code: Select all

-bug#0000318: Only delete the Cacti system user when uninstalling the RPM package
rather than during each upgrade.
-bug: Problems with the 95th percentile and bandwidth summation graph variables.
-bug: Problem with random gaps in some or all graphs caused by staggered RRDTool
update times.
-Ian
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Re: Cacti 0.8.6b Out

Post by raX »

cdukes wrote:Any idea when 0.8.6b will be available for Gentoo?
According to the online package database, the 0.8.6b build is still masked for x86. Guess you'll either have to wait for them to mark it stable or install the masked ebuild...

-Ian
User avatar
cdukes
Cacti User
Posts: 61
Joined: Tue Mar 26, 2002 1:25 pm
Location: Morrisville, NC
Contact:

Re: Cacti 0.8.6b Out

Post by cdukes »

O well, couldn't wait, I compiled from src (and I'm running gentoo sparc) :-)

raX wrote:
cdukes wrote:Any idea when 0.8.6b will be available for Gentoo?
According to the online package database, the 0.8.6b build is still masked for x86. Guess you'll either have to wait for them to mark it stable or install the masked ebuild...

-Ian
User avatar
ablyler
Posts: 40
Joined: Tue Mar 19, 2002 7:00 pm
Location: Ann Arbor, MI
Contact:

Post by ablyler »

The 0.8.6d ebuild is now in Gentoo CVS and it is marked stable for x86 and sparc. :) It should soon be on the mirrors.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest