Difference between revisions of "Install/Setting the Date/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "<includeonly> == Настройка времени и даты == </includeonly><noinclude><languages/> = Руководство по установке: Настройка в...")
 
(Created page with "{{Important|Если дата и время вашей системы отличаются от реального времени (как правило отличие в ме...")
Line 6: Line 6:
{{InstallNavigation|num=7|prev=Mounting Filesystems|next=Download and Extract Stage3}}</noinclude>
{{InstallNavigation|num=7|prev=Mounting Filesystems|next=Download and Extract Stage3}}</noinclude>


{{Important|If your system's date and time are too far off (typically by months or years,) then it may prevent Portage from properly downloading source tarballs. This is because some of our sources are downloaded via HTTPS, which use SSL certificates and are marked with an activation and expiration date. However, if your system time is relatively close to correct, you can probably skip this step for now.}}
{{Important|Если дата и время вашей системы отличаются от реального времени (как правило отличие в месяцах или годах), это может помешать Portage правильно загрузить исходные файлы. Это связано с тем, что некоторые из наших источников загружаются через HTTPS, которые используют сертификаты SSL и отмечены датой активации и истечения срока действия. Однако, если ваше системное время относительно близко к правильному, вы можете, вероятно, пропустить этот шаг на данный момент.}}


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

Revision as of 08:16, September 27, 2018

Other languages:
English • ‎español • ‎polski • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Руководство по установке: Настройка времени и даты

Install Guide, Chapter 7 < Prev Next >
   Important

Если дата и время вашей системы отличаются от реального времени (как правило отличие в месяцах или годах), это может помешать Portage правильно загрузить исходные файлы. Это связано с тем, что некоторые из наших источников загружаются через HTTPS, которые используют сертификаты SSL и отмечены датой активации и истечения срока действия. Однако, если ваше системное время относительно близко к правильному, вы можете, вероятно, пропустить этот шаг на данный момент.

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