vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| After successfully building rrdtool 1.2.23 on AIX 5.3 with xlC v8 i have the problem that rrdtool stay in the process list after issueing the following rrdtool sub command: truss /usr/bin/rrdtool graph --start 1194882493 --end 1194886093 -- width 300 --height 75 \ --title weight --color BACK#ffffff \ - DEF:sum="/ganglia/rrds/p690/node1/ weight.rrd:sum:AVERAGE" \ AREA:sum#0000ff:"node1 last hour (now -1.00)" ....... sigprocmask(0, 0x00000000, 0x2000C2D4) = 0 close(3) = 0 _fp_fpscrx_sc(0x00000002, 0xA0000100, 0x0000000C, 0xD0D5C3A8, 0x00000000, 0x0000006B, 0xF0F768B8, 0x00000011) = 0xA0000100 The process does not continue. Does somebody knows what this _fp_fpscrx_sc means ? tia Hajo |
| |||
| On 12 Nov., 18:14, Hajo Ehlers <serv...@metamodul.com> wrote: > After successfully building rrdtool 1.2.23 on AIX 5.3 with xlC v8 i > have the problem that rrdtool stay in the process list after issueing > the following rrdtool sub command: > > truss /usr/bin/rrdtool graph --start 1194882493 --end 1194886093 -- > width 300 --height 75 \ > --title weight --color BACK#ffffff \ > - DEF:sum="/ganglia/rrds/p690/node1/ > weight.rrd:sum:AVERAGE" \ > AREA:sum#0000ff:"node1 last hour (now -1.00)" > > ...... > sigprocmask(0, 0x00000000, 0x2000C2D4) = 0 > close(3) = 0 > _fp_fpscrx_sc(0x00000002, 0xA0000100, 0x0000000C, 0xD0D5C3A8, > 0x00000000, 0x0000006B, 0xF0F768B8, 0x00000011) = 0xA0000100 > > The process does not continue. Does somebody knows what this > _fp_fpscrx_sc means ? > > tia > Hajo Hi Hajo, no answer to your original question, I am afraid, but do you get the same error with the binary from http://www.perzl.org/aix/index.php?n=Main.Rrdtool hth andreas |
| ||||
| Hi Andreas, the package from http://www.perzl.org/aix/index.php?n=Main.Rrdtool does not work in our environment. $ oslevel -s AIX 530-06-03-0732 thus i tried to build rrdtool v1.2.23 but run finaly into the _fp_fpscrx_sc problem. regards Hajo |