installworld touch: not found
kent
kstewart at owt.com
Wed Sep 29 14:30:51 PDT 2004
On Wednesday 29 September 2004 02:15 pm, Markie wrote:
> ----- Original Message -----
> From: "kent" <kstewart at owt.com>
> To: <freebsd-questions at freebsd.org>
> Cc: "Markie" <mark.cullen at dsl.pipex.com>
> Sent: Wednesday, September 29, 2004 9:48 PM
> Subject: Re: installworld touch: not found
>
> | On Wednesday 29 September 2004 01:35 pm, Markie wrote:
> | > Hi,
> | >
> | > I just got this error when I went to installworld on my laptop. Google
>
> came
>
> | > up with an incorrect time/date and unmounted NFS, but my date and time
>
> are
>
> | > correct and I am not using NFS. I changed newvers.sh to /usr/bin/touch
> | > instead and it's working, is this safe to do? Will I encounter any
>
> weird
>
> | > problems? Never had this problem before...
> |
> | I won't comment on what you did as a fix.
>
> Oops! I guess it wasn't the greatest idea in the world then? You can call
> me stupid, I don't mind :) It seems to be running fine... but if I really
> shouldn't have done that can I just do another buildworld?
Touch is important to the system and you really don't want to run newver.sh
instead of it.
>
> | Another possibility is that you are running a cmos clock with local time.
>
> You
>
> | need to run "adjkerntz -i" before you do anything. See /usr/src/UPDATING
>
> What am I looking at in UPDATING? I don't see anything recent related to
> adjkerntz... but I just ran it anyway. Should it have changed my time or
> date? It didn't seem to do much?
If you are running wall clock time, it sets your timezone so that the system
knows the UTC creation time of the src. The touch problem usually occurs
because something you have created appears to be older than code you imported
using cvsup. When you set the timezone, the imported source code is now older
than the created file and make is happy.
Look at UPDATING and do a search on adjkerntz. You will find it in 1 or 2
attempts.
Kent
>
> | Kent
> |
> | --
> | Kent Stewart
> | Richland, WA
> |
> | http://users.owt.com/kstewart/index.html
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
More information about the freebsd-questions
mailing list