- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TimeStamp problem
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
01-18-2005 01:30 AM
01-18-2005 01:30 AM
TimeStamp problem
i have a strange problem. When i connect to an unix server (hpux 11.11 installed) with internet explorer (version 6) and i browse to a certain file he gives me a date of 2004! When i look on the unix server to the same file the date is 2005. When i connect through ftp with mozilla firefox i also get a correct date! Is this a patch problem or is this a windows related problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 01:43 AM
01-18-2005 01:43 AM
Re: TimeStamp problem
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 01:45 AM
01-18-2005 01:45 AM
Re: TimeStamp problem
You have to ask if windoze is a related problem?
On your unix box record the following timestamps, then compare to what windoze returns and thats what IE is using:
[root@vpart1 /opt]# ls -l testfile
-rw-rw-rw- 1 root sys 0 Jan 18 09:08 testfile
[root@vpart1 /opt]# ls -lu testfile
-rw-rw-rw- 1 root sys 0 Jan 18 10:11 testfile
[root@vpart1 /opt]# ls -lc testfile
-rw-rw-rw- 1 root sys 0 Jan 18 09:43 testfile
[root@vpart1 /opt]#
to create testfile with different dates use the command touch.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 01:53 AM
01-18-2005 01:53 AM
Re: TimeStamp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 02:11 AM
01-18-2005 02:11 AM
Re: TimeStamp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 09:36 AM
01-21-2005 09:36 AM
Re: TimeStamp problem
I think the problem is related to LANG environment variable setting for the startup of you HP-UX system. This located at /etc/rc.config.d/LANG.
If LANG is set to some locale other than C, inetd will start with it and ftpd will follow leading to the problem you are facing.
The long term solution is to comment out the LANG variable in /etc/rc.config.d/LANG for the next reboot.
Meanwhile you do not need a rebbot, you can just try :
#inetd -k
#env LANG=C inetd -l
I hope this helps
Nourreddine