- go to /home/bbuser/bb
- change SORT \"+${DFSORT} to SORT \" -k${DFSORT+1}\" like below ( 2 places to change)
- [bbuser@jephe bin]$ grep DFCMD bb-disk.sh
eval "$DFCMD | $EGREP \"$DFUSE\" | $EGREP -v \"$DFEXCLUDE\" | $SORT \"-k${DFSORT+1}\" > $BBTMP/DFOUT.$$"
wclen1=`eval "$DFCMD | $EGREP \"$DFUSE\" | $EGREP -v \"$DFEXCLUDE\" | $SORT \"-k${DFSORT+1}\" | $WC"`
[bbuser@jephe bin]$ pwd
/home/bbuser/bb/bin - starting up bb again by running : cd /home/bbuser/bb; sh runbb.sh
- check BBOUT output to see if you still encounter errors.
Thursday, January 10, 2008
bigbrother: Filesystem of /home/bbuser/bb/tmp is FULL
Subscribe to:
Post Comments (Atom)
3 comments:
Thanks it works like a charm
It worked fine
Thanks
Or just change line 59 of the bbsys.sh script in etc
DFSORT="-k5"
Post a Comment