<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Anybody have any clues on how this could be fixed?<br>
<br>
Thanks<br>
<br>
<br>
Brett Morrow wrote:
<blockquote cite="mid46113761.8080009@noaa.gov" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
I am seeing the same thing on the LFS support (did not try the MTIME
stuff).<br>
  <br>
I did check the lfs test programs, and the output I get are:<br>
  <br>
voldemort/root/hobbit-4.2.0/build> ./test-lfs-std 4<br>
4:1:176093659136<br>
voldemort/root/hobbit-4.2.0/build> ./test-lfs-std 8<br>
4:0:176093659136<br>
  <br>
  <br>
These are compiled with the options:<br>
  <br>
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 <br>
  <br>
  <br>
Alan Davis wrote:
  <blockquote cite="mid013674f6e31d0140b670c2c316f2054d@mail.ruckus.com"
 type="cite">
    <pre wrap="">I'm trying to diagnose an error when using the FILE MTIME feature. I've
searched the mail archives and googled but haven't found much relevant.

Any suggestions would be appreciated.

Error from file service

[<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="file:/dbbackup/exp/RPRL1/exp.RPRL1.20070228.dmp">file:/dbbackup/exp/RPRL1/exp.RPRL1.20070228.dmp</a>]
ERROR: Value too large for defined data type

The specific error is being generated from the FILE test from
hobbit-client.cfg


HOST=db05
        FILE %^/dbbackup/exp/RPRL1/*.dmp YELLOW "MTIME>86400"

client-local.cfg entry is : 

[sunos]
file:`/bin/ls -1 /dbbackup/exp/RPRL1/*.dmp 2>/dev/null`

Indications from the mailing list are that this error, when generated by
the SIZE checks has been fixed but I didn't find anything relating to
MTIME.

This system also fails the LFS check - even though as a 64bit system it
shouldn't - possibly due to the lfs check not dealing with Solaris 10
64bit Sparc data types properly or (more likely) something I missed
setting in the
original build.

The build/lfs.sh script :

  </pre>
    <blockquote type="cite">
      <pre wrap="">sh -vx build/lfsacd.sh
    </pre>
    </blockquote>
    <pre wrap=""><!---->        echo "Checking for Large File Support ..."
+ echo Checking for Large File Support ... 
Checking for Large File Support ...

        cd build
+ cd build 
        OS=`uname -s` $MAKE -f Makefile.test-lfs clean
+ /usr/local/bin/make -f Makefile.test-lfs clean 
+ uname -s 
OS=SunOS
        OS=`uname -s` $MAKE -f Makefile.test-lfs 2>/dev/null
+ /usr/local/bin/make -f Makefile.test-lfs 
        if [ $? -ne 0 ]; then
                echo "ERROR: Compiler doesnt recognize the off_t C
type."
                exit 1
        fi
+ [ 0 -ne 0 ] 

        STDRES="`./test-lfs-std 4`"
+ ./test-lfs-std 4 
STDRES=4:1:32
        if test "$STDRES" != "4:1:0" -a "$STDRES" != "8:1:0"; then
                echo "ERROR: LFS support check failed for standard file
support"
                exit 1
        fi
+ test 4:1:32 != 4:1:0 -a 4:1:32 != 8:1:0 
+ echo ERROR: LFS support check failed for standard file support 
ERROR: LFS support check failed for standard file support
+ exit 1


----
Alan Davis
Senior Architect
Ruckus Network, Inc.
703.464.6578 (o)
410.365.7175 (m)
<a class="moz-txt-link-abbreviated" href="mailto:adavis@ruckus.com">adavis@ruckus.com</a>
alancdavis AIM
 




To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated"
 href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>



  </pre>
  </blockquote>
  <br>
  <pre class="moz-signature" cols="72">-- 
Brett Morrow, NSSL Senior Systems and Storage Adminstrator
INDUS Corporation
National Severe Storms Laboratory
(405) 325-6995
<a class="moz-txt-link-abbreviated" href="mailto:Brett.Morrow@noaa.gov">Brett.Morrow@noaa.gov</a>
<a class="moz-txt-link-freetext" href="http://www.induscorp.com">http://www.induscorp.com</a>
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Brett Morrow, NSSL Senior Systems and Storage Adminstrator
INDUS Corporation
National Severe Storms Laboratory
(405) 325-6995
<a class="moz-txt-link-abbreviated" href="mailto:Brett.Morrow@noaa.gov">Brett.Morrow@noaa.gov</a>
<a class="moz-txt-link-freetext" href="http://www.induscorp.com">http://www.induscorp.com</a>
</pre>
</body>
</html>