* Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
@ 2009-03-21 20:34 Jaswinder Singh Rajput
2009-03-22 6:03 ` Jaswinder Singh Rajput
2009-03-22 19:06 ` Sam Ravnborg
0 siblings, 2 replies; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-03-21 20:34 UTC (permalink / raw)
To: Sam Ravnborg, Ingo Molnar, LKML
Hello Sam, Ingo:
On latest -tip I am getting following warnings:
LD arch/x86/pci/built-in.o
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
CC arch/x86/power/cpu_64.o
LD arch/x86/power/built-in.o
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
CC net/socket.o
make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
CC net/core/sock.o
[jaswinder@hpdv5 linux-2.6-tip]$ ls -l include/config/auto.conf
-rw-rw-r-- 1 jaswinder jaswinder 18788 2009-03-22 07:14 include/config/auto.conf
[jaswinder@hpdv5 linux-2.6-tip]$ date
Sun Mar 22 02:02:44 IST 2009
[jaswinder@hpdv5 linux-2.6-tip]$
Thanks,
--
JSR
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
2009-03-21 20:34 Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future Jaswinder Singh Rajput
@ 2009-03-22 6:03 ` Jaswinder Singh Rajput
2009-03-22 6:20 ` Jaswinder Singh Rajput
2009-03-22 19:06 ` Sam Ravnborg
1 sibling, 1 reply; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-03-22 6:03 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Ingo Molnar, LKML
On Sun, 2009-03-22 at 02:04 +0530, Jaswinder Singh Rajput wrote:
> Hello Sam, Ingo:
>
> On latest -tip I am getting following warnings:
>
> LD arch/x86/pci/built-in.o
> make[1]: warning: Clock skew detected. Your build may be incomplete.
> make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> CC arch/x86/power/cpu_64.o
> LD arch/x86/power/built-in.o
> make[1]: warning: Clock skew detected. Your build may be incomplete.
> make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> CC net/socket.o
> make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> make[2]: warning: Clock skew detected. Your build may be incomplete.
> make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> CC net/core/sock.o
>
> [jaswinder@hpdv5 linux-2.6-tip]$ ls -l include/config/auto.conf
> -rw-rw-r-- 1 jaswinder jaswinder 18788 2009-03-22 07:14 include/config/auto.conf
>
> [jaswinder@hpdv5 linux-2.6-tip]$ date
> Sun Mar 22 02:02:44 IST 2009
> [jaswinder@hpdv5 linux-2.6-tip]$
>
In the morning when I again tried it then it becomes OK :
[jaswinder@hpdv5 linux-2.6-tip]$ ls -l include/config/auto.conf
-rw-rw-r-- 1 jaswinder jaswinder 18788 2009-03-22 10:53 include/config/auto.conf
why it behaves differently last night and showing 5:30 hours ahead of my
time. BTW, my timezone IST is also +0530.
Thanks,
--
JSR
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
2009-03-22 6:03 ` Jaswinder Singh Rajput
@ 2009-03-22 6:20 ` Jaswinder Singh Rajput
0 siblings, 0 replies; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-03-22 6:20 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Ingo Molnar, LKML
On Sun, 2009-03-22 at 11:33 +0530, Jaswinder Singh Rajput wrote:
> On Sun, 2009-03-22 at 02:04 +0530, Jaswinder Singh Rajput wrote:
> > Hello Sam, Ingo:
> >
> > On latest -tip I am getting following warnings:
> >
> > LD arch/x86/pci/built-in.o
> > make[1]: warning: Clock skew detected. Your build may be incomplete.
> > make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> > CC arch/x86/power/cpu_64.o
> > LD arch/x86/power/built-in.o
> > make[1]: warning: Clock skew detected. Your build may be incomplete.
> > make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> > CC net/socket.o
> > make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> > make[2]: warning: Clock skew detected. Your build may be incomplete.
> > make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> > CC net/core/sock.o
> >
> > [jaswinder@hpdv5 linux-2.6-tip]$ ls -l include/config/auto.conf
> > -rw-rw-r-- 1 jaswinder jaswinder 18788 2009-03-22 07:14 include/config/auto.conf
> >
> > [jaswinder@hpdv5 linux-2.6-tip]$ date
> > Sun Mar 22 02:02:44 IST 2009
> > [jaswinder@hpdv5 linux-2.6-tip]$
> >
>
> In the morning when I again tried it then it becomes OK :
>
> [jaswinder@hpdv5 linux-2.6-tip]$ ls -l include/config/auto.conf
> -rw-rw-r-- 1 jaswinder jaswinder 18788 2009-03-22 10:53 include/config/auto.conf
>
> why it behaves differently last night and showing 5:30 hours ahead of my
> time. BTW, my timezone IST is also +0530.
Sorry, difference was 4:30.
--
JSR
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
2009-03-21 20:34 Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future Jaswinder Singh Rajput
2009-03-22 6:03 ` Jaswinder Singh Rajput
@ 2009-03-22 19:06 ` Sam Ravnborg
2009-03-22 19:28 ` Jaswinder Singh Rajput
1 sibling, 1 reply; 5+ messages in thread
From: Sam Ravnborg @ 2009-03-22 19:06 UTC (permalink / raw)
To: Jaswinder Singh Rajput; +Cc: Ingo Molnar, LKML
On Sun, Mar 22, 2009 at 02:04:36AM +0530, Jaswinder Singh Rajput wrote:
> Hello Sam, Ingo:
>
> On latest -tip I am getting following warnings:
>
> LD arch/x86/pci/built-in.o
> make[1]: warning: Clock skew detected. Your build may be incomplete.
> make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> CC arch/x86/power/cpu_64.o
> LD arch/x86/power/built-in.o
> make[1]: warning: Clock skew detected. Your build may be incomplete.
> make[1]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> CC net/socket.o
> make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> make[2]: warning: Clock skew detected. Your build may be incomplete.
> make[2]: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
> CC net/core/sock.o
>
> [jaswinder@hpdv5 linux-2.6-tip]$ ls -l include/config/auto.conf
> -rw-rw-r-- 1 jaswinder jaswinder 18788 2009-03-22 07:14 include/config/auto.conf
>
> [jaswinder@hpdv5 linux-2.6-tip]$ date
> Sun Mar 22 02:02:44 IST 2009
> [jaswinder@hpdv5 linux-2.6-tip]$
I have checked the source code in kconfig where we minupulate auto.conf.
We do a simple
fopen(".tmpconfig", "w");
write a lot
fclose()
rename(".tmpconfig", "auto.conf");
So nothing suspicious that involves changing the date of the file.
I expect you have to locate the issue locally if it happens again.
I wonder if we save filetime in UTC or in local time.
If it is the latter then if logged in as different users
with different timezone could maybe explain it.
You are UTC+5,5 hours in IST IIRC and the clock skew is 5,2 hours.
[And it was late in night too :-) ]
Sam
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future
2009-03-22 19:06 ` Sam Ravnborg
@ 2009-03-22 19:28 ` Jaswinder Singh Rajput
0 siblings, 0 replies; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-03-22 19:28 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Ingo Molnar, LKML
Hello Sam,
On Sun, 2009-03-22 at 20:06 +0100, Sam Ravnborg wrote:
> I have checked the source code in kconfig where we minupulate auto.conf.
> We do a simple
>
> fopen(".tmpconfig", "w");
> write a lot
> fclose()
> rename(".tmpconfig", "auto.conf");
>
> So nothing suspicious that involves changing the date of the file.
>
> I expect you have to locate the issue locally if it happens again.
>
OK, it is a dual boot machine may be Windows screws it, if I face
similar problem again I will let you know.
> [And it was late in night too :-) ]
>
hehe :-)
Thanks,
--
JSR
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-03-22 19:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-21 20:34 Warning: File `include/config/auto.conf' has modification time 1.9e+04 s in the future Jaswinder Singh Rajput
2009-03-22 6:03 ` Jaswinder Singh Rajput
2009-03-22 6:20 ` Jaswinder Singh Rajput
2009-03-22 19:06 ` Sam Ravnborg
2009-03-22 19:28 ` Jaswinder Singh Rajput
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox