On 6/2/10, [email protected] <[email protected]> wrote: > One minor issue that is bugging me, is that there is something wrong > about the sda1 and ext3 filesystem about the dates, since each time that > I turn on the virtual machine the system stop at booting telling me that > the check date on the filesystem is in the future and it have to stop > the booting, so, next boot I enter into the Vmware BIOS and change the
I had a similar problem on a real system system. ISTR the problem was that I always use localtime, but when I built the system, /etc/sysconfig/clock had UTC=1. As a consequence, timestamps were "in the past". So I changed it to UTC=0. I think that is what happened. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
