<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: file access time in the future in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187480#M796471</link>
    <description>This a complete guess but I would suggest that inodes with a 34 bit access time are being used to store the acess times from something that had 64 bit ones.  I believe that the maximum number of seconds you can fit into a 32 bit access time is around the date you mention.  I would suspect your restores or somebody getting a bit to enthusiastic with "touch".&lt;BR /&gt; &lt;BR /&gt;Of course, this IS just a guess.&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Tue, 10 Feb 2004 07:36:15 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2004-02-10T07:36:15Z</dc:date>
    <item>
      <title>file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187479#M796470</link>
      <description>I am seeing file access time on some files with future dates, most commonly Nov 8, 2032. Could this be something going on during backups or possibly a setting in HP/UX that maybe forcing recently accessed files to this date? Can someone do that with commands like touch(1)?</description>
      <pubDate>Tue, 10 Feb 2004 07:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187479#M796470</guid>
      <dc:creator>Tony Coor</dc:creator>
      <dc:date>2004-02-10T07:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187480#M796471</link>
      <description>This a complete guess but I would suggest that inodes with a 34 bit access time are being used to store the acess times from something that had 64 bit ones.  I believe that the maximum number of seconds you can fit into a 32 bit access time is around the date you mention.  I would suspect your restores or somebody getting a bit to enthusiastic with "touch".&lt;BR /&gt; &lt;BR /&gt;Of course, this IS just a guess.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 07:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187480#M796471</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-10T07:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187481#M796472</link>
      <description>Hi Tony,&lt;BR /&gt;&lt;BR /&gt;I've seen this type behavior from Winblows NT systems with NFS mount or ftp access to an HP server.&lt;BR /&gt;Are these files coming from an NT system?&lt;BR /&gt;If so there's a patch available from M$ to solve the problem on the NT system.&lt;BR /&gt;&lt;BR /&gt;The *only* way this can be done by the HP system itself is either:&lt;BR /&gt;A) System date set improperly&lt;BR /&gt;B) the touch -t command.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 10 Feb 2004 07:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187481#M796472</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-10T07:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187482#M796473</link>
      <description>with touch command you can do that. What is this file? Who owns that? What is the TZ setting for that user?&lt;BR /&gt;&lt;BR /&gt;What is the output of&lt;BR /&gt;ls -u "filename"&lt;BR /&gt;ls -t "filename"&lt;BR /&gt;ls -c "filename"&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 07:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187482#M796473</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-02-10T07:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187483#M796474</link>
      <description>Output from ls shows as an example:&lt;BR /&gt;# ls -al ./kzfn5x/.jwin/iihs_side_defaults.txt&lt;BR /&gt;-rw-r-----    1 33140    1701            0 Aug  2  1940 ./kzfn5x/.jwin/iihs_side_defaults.txt&lt;BR /&gt;# ls -cl ./kzfn5x/.jwin/iihs_side_defaults.txt&lt;BR /&gt;-rw-r-----    1 33140    1701            0 Jul 24  2003 ./kzfn5x/.jwin/iihs_side_defaults.txt&lt;BR /&gt;&lt;BR /&gt;# ls -ul ./kzfn5x/.jwin/iihs_side_defaults.txt&lt;BR /&gt;-rw-r-----    1 33140    1701            0 Nov  8  2032 ./kzfn5x/.jwin/iihs_side_defaults.txt&lt;BR /&gt;&lt;BR /&gt;Files are accessed from various clients including Windows and are stored on a networked server, not the HP box. So files could be accessed via CIFS or NFS from a number of clients but so far the problem seems to occur with files that have recently been access by the HPUX system through its NFS mount of the networked server file system.</description>
      <pubDate>Tue, 10 Feb 2004 07:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187483#M796474</guid>
      <dc:creator>Tony Coor</dc:creator>
      <dc:date>2004-02-10T07:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187484#M796475</link>
      <description>Well, the times are set by the local system - not the clients - *unless* the clients are placing the files on the server. Then the server will inherit the timestamp from the client.&lt;BR /&gt;What OS is this networked server running?&lt;BR /&gt;$ to doughnuts it's probably M$ crap.&lt;BR /&gt;Take a look at the M$ tech support site &amp;amp; search for date issue or such - you'll find the bulletin/patch I'm referring to.&lt;BR /&gt;But there's no way the HP system is giving that timestamp to the server. At best it's being misinterpreted by it.&lt;BR /&gt;&lt;BR /&gt;My $0.02,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 10 Feb 2004 08:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187484#M796475</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-10T08:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187485#M796476</link>
      <description>Could someone have rolled the date forward to do testing?  Most recently, people were testing for a feared date issue that was to hit 01/10/2004 or 2^30 seconds.   The next date issue may occur in 2038 where 32-bit applications may have a problem calculating the 2-billion-second mark or 2^31 seconds.</description>
      <pubDate>Tue, 10 Feb 2004 08:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187485#M796476</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-02-10T08:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187486#M796477</link>
      <description>Good suggestion on the Y2Kx testing, we did think of that and it turned out not to be the case. I think the M$ leads are going to be fruitful and I thank everyone for their postings and comments.</description>
      <pubDate>Tue, 10 Feb 2004 09:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187486#M796477</guid>
      <dc:creator>Tony Coor</dc:creator>
      <dc:date>2004-02-10T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: file access time in the future</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187487#M796478</link>
      <description>Looks like it may be a NFSv3 problem in the HPUX client implementation. Looking at a network trace it appears that other Unix clients upon using an Open Exclusive would later setnd a SetAttr command specifying the atime value in the packet specifically. The HPUX sends its request specifying that the current date/time values should not be changed, i.e. it takes a default initialization of the packet. Others have had this problem and patched for it so that the value is set to specific client setting on the follow-up SetAttr call. I expect that HPUX will probably do this in a later patch to R11 as well. Thanks everyone for their helpful suggestions as they did provide a lot of assistance in ruling out possibilities.</description>
      <pubDate>Wed, 11 Feb 2004 09:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-time-in-the-future/m-p/3187487#M796478</guid>
      <dc:creator>Tony Coor</dc:creator>
      <dc:date>2004-02-11T09:30:28Z</dc:date>
    </item>
  </channel>
</rss>

