- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: summer of 69
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:21 AM
08-14-2002 05:21 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:23 AM
08-14-2002 05:23 AM
Re: summer of 69
If HP box time is ok then blame it / investigate the Wondoze machines.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:24 AM
08-14-2002 05:24 AM
SolutionIf a system in the UNIX world has no way to properly time-stamp something, you'll get one of 2 dates - either:
12/31/69 OR 1/1/70.
This is due to the fact that the very first UNIX system was fired up on New Years Eve 1969.
I suspect that an application or a misbehaving NFS connection is causing this.
I've seen it from some flaky unzip utilities.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:31 AM
08-14-2002 05:31 AM
Re: summer of 69
Where do these files actually reside? On the HP box or on the Windoze side?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:37 AM
08-14-2002 05:37 AM
Re: summer of 69
To answer Pete's question. They reside on the unix host, however I am not sure where they came from. Probably a windoze box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:41 AM
08-14-2002 05:41 AM
Re: summer of 69
Did you check the servers date and time? If it changes then check system clock settings.
Did you check the ASU configuration ? Is is configured to sync with any other time servers? Check the 'net time' command:
# net help time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:44 AM
08-14-2002 05:44 AM
Re: summer of 69
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:45 AM
08-14-2002 05:45 AM
Re: summer of 69
You said "not all" files. Can you identify anything in common amongst those that are from the "Summer of Love" vs the ones that are "current"?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:53 AM
08-14-2002 05:53 AM
Re: summer of 69
You said it's syncing with an outside time source. Then check that configuration. Check in any other server which does the same sync. Check the 'ntpq' and 'ntpdate' commands.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 05:54 AM
08-14-2002 05:54 AM
Re: summer of 69
I just remembered that sometime back (6-12 mos) M$ NT had a "feature" that was causing files to be timestamped with a date a decade or two in the future - 2018 or 2024 - something like that.
I think if UNIX gets handed a file stamped this way, you may get the "default" '69 date.
Check a couple of NT systems that share files w/the HP system for "oddball" dates like that & if seen I believe that M$ has a patch for this feature.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 09:07 AM
08-14-2002 09:07 AM
Re: summer of 69
since UN*X (all flavours of) counts the time in seconds since 1st jan 1970, and used to use a 32bit signed integer to store it, what has happened must be something like this:
somehow you've got a negative number or one bigger than 2^21 (which then would be treated as a negative one)...
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 09:15 AM
08-14-2002 09:15 AM
Re: summer of 69
Looks like the problem may be this.
winnt client running real time norton atnti-virus protection.
user creates a spread sheet today.
the client sends a Trans2 FSCTL request with all the FF's in the seconds field that should contain the #seconds since Jan 1 1970. This being interpereted by the server as a -1, so the the date that gets set for this file is Jan 1 1970 -1, which ends up being Dec 31 1969(specifically, one second before midnight on that date. I've opened a case to try and track and capture the failure through debugging and network monitoring.
Thanks again, lots of help,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 09:15 AM
08-14-2002 09:15 AM
Re: summer of 69
This may not be applicable, but the only time something similiar happened to me, was during a power outage. A system had a dead battery and the RTC was reset (1970).
The only files affected, were the ones accessed before the date change was noticed.
Doesn't sound exactly like your situation, but might be food for thought. (I think the system was a 9000/782.)
Good luck,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:09 AM
07-10-2003 07:09 AM
Re: summer of 69
I know it's some time ago since this was posted here, but I hope someone may still receive email notification abut new messages :-)
I am struggling with a similar problem where all of a sudden since a week or so files on a 10.20 ASU share are shown with 1/1/70 timestamp after they were touched by a windows client (and in windows explorer it shows no timestamp at all).
So I wonder if there was a solution to the problem posted above and of course I hope that it will apply for me as well :-)
Thanks and best Regards,
Carl Martell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 07:10 AM
12-08-2004 07:10 AM
Re: summer of 69
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 07:47 AM
12-08-2004 07:47 AM
Re: summer of 69
http://www.ntp.org/
The client refereneced here:
http://www.eecis.udel.edu/~mills/ntp/html/build/hints/winnt.html
Has worked for me on NT/2000/2000 Server and 2003 Server and XP Pro. Its very versatile.
If you pick a good time source you should be able to get valid time on all the servers. That should leave the Symmantic product no choice but to use real times.
Of course you have to open up port 123 on your firewall and my admins refused to do that. They provided me a barely compatible NT/2000 Server time source internally.
ntpq -p
On Unix.
Just wondering if things are messed up there.
I had some problems with Linux boxes because i pointed them at time servers that were not public. I'm surprised someone didn't get annoyed. ntpq -p showed valid information but the clocks didn't update.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:03 AM
12-08-2004 09:03 AM
Re: summer of 69
I'd like to help, but my memories of the summer of 1969 are very foggy...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:17 AM
12-08-2004 11:17 AM
Re: summer of 69
I know this wasn't helpful but I've been avoiding making a comment upon this all day....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 11:59 AM
12-08-2004 11:59 AM
Re: summer of 69
In 69 I was 8. Been working in IT since 21.
Boring I know, well the ASU date problem went away. Due to the fact we now run samba on Linux RH9 on an Intel System. Thats right Intel. I hate the hardware. But I have to admit, its been running Samba and Mondo Rescue for over a year without a reboot. Is it the hardware or windoze? Well, RH runs fine on intel.
Never figured out how to correct the original ASU problem. I was beaten like a rented mule.
4 points to all........
Chow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 12:03 PM
12-08-2004 12:03 PM
Re: summer of 69
After working with HP a while, we figured out that the problem is probably due to the date format on the windoze side. When it crosses over to UX we handle date conversion differently. Ux chokes and defaults to the day unix started, one day before new YEARS,69. at lease this is what I was told.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 03:37 PM
12-08-2004 03:37 PM
Re: summer of 69
i wonder what will happen if you zip the files on the NT, transfer the zip and unzip it on the UX...
quite strange!
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:22 PM
12-08-2004 09:22 PM
Re: summer of 69
A value of zero for a date is taken as 1/1/1970 on Unix machines, as stated by a couple of posters above. One difference between Unix and Windows is that Unix systems keep time according to GMT (aka UTC), and then use a variable to determine how to display that in local time.
So it may be that the value set is zero, meaning midnight, 1 Jan 1970, but because you are in the US, the value displayed is 7pm 31 December 1969 (assuming East Coast time).
I suspect that's more likely than getting a negative value passed for the time.
What actual dates were you seeing?
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:11 PM
12-08-2004 10:11 PM
Re: summer of 69
Normally I'm not a fan of closing threads but, if ever there was a candidate, this thread would be it!
Pete
Pete