BB Unix Network Monitor - Message

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

Re: {bb} BB and fedora core 5 disk full reports?



>  eval "$DFCMD | $EGREP \"$DFUSE\" | $EGREP -v \"$DFEXCLUDE\" |
>$SORT \"+${DFSORT}\""
>
>If that fails, youy could try an alternative:
>
>  eval "$DFCMD | $EGREP \"$DFUSE\" | $EGREP -v \"$DFEXCLUDE\" |
>$SORT --key=${DFSORT} -"
>
>What I think is going on here is that the client is using a command
>of the form 'sort "+4"' to get the 5th column of input. It appears
>that your version of sort interprets the "+4" as an input file.
>
>If the alternative works, there are two lines in bin/bb-disk.sh
>which you should modify.

The alt did work. What should be I modify in bb-disk.sh?

 I tried commenting out the first eval statement and replacing it with the alt but now I'm getting error messages because of that

Wed Mar 29 23:00:05 2006 bb-local.sh /home/bb/bbc1.9e-btf/bin/bb-disk.sh: line 64: syntax error near unexpected token `('

-paul

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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