BB Unix Network Monitor - Message

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

Re: {bb} Bogus disk full messages?



On Thu, 2006-10-05 at 21:39, Ramesh Patel wrote:
> hello.
> 
> 
> I am getting the same message on a FC5 box after upgrading from FC2,
> Filesystem of /home/bb/bbc1.9g-btf/tmp is FULL.  It was working for a
> while under FC2 then this error started occuring after the upgrade.
> I have another 3 boxes with FC2 and they have never displayed this
> error message. Here is what i have done and what i have found,
> 
> 1) deleted everything /home/bb/bbc1.9g-btf/tmp
> 2) restarted the machine
> 3) restarted bb
> 4) like the thread says i checked the path of awk and egrep in  bbsys.sh
> and they point to /usr/bin/ but they were found under /bin/ so i changed
> the path
> 
> None of the above seems to help please let me know if you have any other
> suggestions..


As a test, change to the BB user, source the environment and run the
command manually.

  export BBHOME=/path_to_bb_client/bbc1.9i-btf
  . etc/bbdef.sh
  eval "$DFCMD | $EGREP \"$DFUSE\" | $EGREP -v \"$DFEXCLUDE\" | $SORT
  \"+${DFSORT}\" > $BBTMP/DFOUT.$$"

Then, check that the output file was actually created and contains
valid information.

  ls -l $BBTMP/DFOUT.$$
  cat $BBTMP/DFOUT.$$
  rm $BBTMP/DFOUT.$$

The error message indicates that, when the client was running, the
output file was not created for some reason.

Cheers, Phil.



-- 
Cabbage, n.: A familiar kitchen-garden vegetable about as large
and wise as a man's head.
(Ambrose Bierce, "The Devil's Dictionary")

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index