Install/Setting the Date/es

From Funtoo
< Install
Revision as of 20:18, October 11, 2018 by Johnnygarb (talk | contribs) (Created page with "{{Important|Si la fecha y hora del sistema están desfasados por mucho tiempo (típicamente por meses o años), puede impedir que Portage descargue correctamente las tarballs...")
Jump to navigation Jump to search
Other languages:
English • ‎español • ‎polski • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Guia de instalación: Configurando la fecha

Install Guide, Chapter 7 < Prev Next >
   Important

Si la fecha y hora del sistema están desfasados por mucho tiempo (típicamente por meses o años), puede impedir que Portage descargue correctamente las tarballs fuente. Esto se debe a que algunas de nuestras fuentes se descargan a través de HTTPS, las cuales utilizan certificados SSL y están marcadas con una fecha de activación y expiración. Sin embargo, si la hora del sistema está relativamente cercana a la hora correcta, probablemente puede saltarse este paso por ahora.

Now is a good time to verify the date and time are correctly set to UTC. Use the date command to verify the date and time:

root # date
Fri Jul 15 19:47:18 UTC 2011

If the date and/or time need to be corrected, do so using date MMDDhhmmYYYY, keeping in mind hhmm are in 24-hour format. The example below changes the date and time to "July 16th, 2011 @ 8:00PM" UTC:

root # date 071620002011
Fri Jul 16 20:00:00 UTC 2011

Once you have set the system clock, it's a very good idea to copy the time to the hardware clock, so it persists across reboots:

root # hwclock --systohc