search for: 269746

Displaying 2 results from an estimated 2 matches for "269746".

2010 Sep 25
3
LUKS create_encrypted_fs
...FREE_SPACE=$(df -m $SECRET_PATH |grep / | awk '{ print $4 }') gave me a problem due to line wrapping in df. For example: $ df -m /home/ja/verify/ Filesystem 1M-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 589333 289168 269746 52% / So, $4 is 52% rather than 269746. The '/dev/mapper/VolGroup00-LogVol00' term is from a fresh install, so, perhaps others have this same name. This change worked for me: FREE_SPACE=$(${DF} -m ${PATH} | ${GREP} / \ | ${TR} "\n" ' ' | ${TR} -s ' ' | ${CUT...
2002 Apr 29
1
masking functions
Dear all I was writing some code that needed functions from packages 'MASS' and 'CircStats', and I received a warning saying that the function 'eqscplot' in one of the packages was masked by another 'eqscplot' from the other package (in fact 'eqscplot' from 'CircStats' seems a short version of 'eqscplot' from 'MASS'). This masking of