Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-22-2004, 12:15 PM
|
#1
|
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
timestamp in the future
Just installed debian sarge with the netinstall on a old pIII(450) and got everything working except I don't know how to fix these errors when I install stuff with apt;
tar: ./md5sums: time stamp 2004-04-03 07:28:05 is 24535403 s in the future
tar: ./control [almost same as above]
tar: .: [almost same as above]
thanks,how can I fix this?
|
|
|
|
06-22-2004, 01:10 PM
|
#2
|
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
I fixed it once I searched around some more,from root date 06-22-2004 and the time date 14:15:0 that seemed to fix it my hardware clock was in 2003.
|
|
|
|
01-21-2009, 03:26 PM
|
#3
|
|
LQ Newbie
Registered: Oct 2008
Posts: 4
Rep:
|
is it possible to modify or ignore the files time stamp? instead of changing the server time?
|
|
|
|
01-21-2009, 04:47 PM
|
#4
|
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Original Poster
Rep:
|
Wow this is an old post of mine  Why don't you want to correct the time?
as root
su
date
lets say you want to change the date to Jan 21 5:35pm 2009
date 012117352009
also if your box has a hard time keeping time you can use ntp-client
http://www.debian.org/doc/manuals/sy...dmin-time.html
HTH
|
|
|
|
03-12-2010, 02:35 PM
|
#5
|
|
LQ Newbie
Registered: Mar 2010
Posts: 3
Rep:
|
tar warns if the files you are extracting have modification time that are in the future (relative to the machine where tar is currently running, of course).
If you don't care about preserving the modification time of the extracted files. You can use the '-m' or '--touch' option of tar. tar will no longer warn because it will set the modification time to the current time touching the extracted files.
|
|
|
|
05-19-2011, 05:45 AM
|
#6
|
|
LQ Newbie
Registered: May 2011
Posts: 1
Rep: 
|
there is logical reason not to change hwclock
i just tried to copy a tar across the globe, from a windows machine to a unix server, and got this error message.
the clocks are just fine on both ends.
maybe i could create the tar using GMT time, i don't know.
but the solution was to skip date matching, and not to change clocks.
not working -
tar xzvf fname.tar.gz
working (extra "m") -
tar xmzvf fname.tar.gz
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:42 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|