|
From: Kemp, D. <Dar...@xe...> - 2004-07-09 18:35:48
|
=20
I am having the same seg fault issue as Tim did (in the list archives)
However my mysql server and the server running perfparse are one and the
same. I have looked around and see no old versions of mysql laying
about, just the one I installed last week.
=20
bash-2.03# ./perfparse
Segmentation Fault (core dumped)
bash-2.03# mysql --version
mysql Ver 12.22 Distrib 4.0.20, for sun-solaris2.8 (sparc)
bash-2.03#
=20
bash-2.03# uname -a
SunOS 5.8 un4u sparc SUNW,Sun-Fire-480R
=20
=20
=20
Wondering if anyone else has hit this issue without the differing SQL
versions in the list archives.
=20
Also I notice in the documentation code for updating side.html:
=20
=20
<tr>
<td width=3D13>
<img src=3D"images/greendot.gif" width=3D"13" height=3D"14"
name=3D"performance-dot">
</td>
<td nowrap>
<a href=3D"/nagios/cgi-bin/extinfo.cgi?&type=3D4" =
target=3D"main"
onMouseOver=3D"switchdot('performance-dot',1)"
onMouseOut=3D"switchdot('performance-dot',0)"
class=3D"NavBarItem">Performance Info</a>
</td>
</tr>
=20
=20
Correct me if I'm off but shouldn't this be pointing at the
perfgraph.cgi?
=20
The above just gives you another link to the Performance Info
statistics.
=20
Any help anyone can give would be appreciated. I'll keep fumbling with
it in the meantime.
=20
Cheers
=20
-dkk
=20
|