[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20030910: ldm-6.0.14 compiler errors: missing ssize_t definition



Fred,

>Date: Fri, 5 Sep 2003 12:15:22 -0600 
>From: "Kopp, Fred" <address@hidden>
>Organization: South Dakota School of Mines
>To: "'Steve Emmerson'" <address@hidden>
>Subject: RE: 20030820: ldm-6.0.14 compiler errors: missing ssize_t definit ion 

The above message contained the following:

> I have completed the ldm 6 installation and started it up. I deleted
> the queue and made a new one (just to make sure). It seems to be
> running OK.

Excellent!

> There was something about the stats. I have a line in ldmd.conf:
> 
> exec "pqbinstats"
> 
> I will assume this works unless I hear otherwise.

The pqbinstats(1) utility creates files in the data/ directory that
are used by the rtstats(1) utility to initialize itself if they are
available (strictly speaking, the files are not necessary, they merely
improve the statistics reporting after an LDM restart).

If you use pqbinstats(1), then you should have an "ldmadmin dostats"
entry in your crontab(1) file to prevent the pqbinstats(1) output files
from increasing in number without bound.  A typical entry is

    35 * * * * bin/ldmadmin dostats

Regards,
Steve Emmerson