`

gentoo 下Local time zone must be set--see zic manual page解决办法

阅读更多
今天升级sys-libs/timezone-data 结果发现提示
Local time zone must be set--see zic manual page 信息

###======================================
$ cat /etc/timezone
Asia/Shanghai

###======================================
$ cat /etc/conf.d/hwclock
# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time). If your clock is set to the local time, then
# set CLOCK to "local". Note that if you dual boot with Windows, then
# you should set it to "local".
#clock="UTC"
clock="local"

# If you want to set the Hardware Clock to the current System Time
# during shutdown, then say "YES" here.
# You normally don't need to do this if you run a ntp daemon.
clock_systohc="NO"

# If you wish to pass any other arguments to hwclock during bootup,
# you may do so here. Alpha users may wish to use --arc or --srm here.
clock_args=""

###======================================
~] $ ls /etc/localtime -lh 发现没有做链接,以前是
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7

Code Listing 1.1: Setting the timezone information

# ls /usr/share/zoneinfo
(Suppose you want to use GMT)
# cp /usr/share/zoneinfo/GMT /etc/localtime
所以更新的数据要拷过去,省事的话就ln -sv 算球了

~] $ ls /etc/localtime -lh
lrwxrwxrwx 1 root root 33 05-30 23:47 /etc/localtime -> /usr/share/zoneinfo/Asia/Shanghai
###======================================


$ grep TZ /home/axlrose/.bash_profile
export TZ='Asia/Shanghai'
###======================================

 

ntpdate命令安装:emerge ntp

更新了gentoo后发现系统时间回到2000年1月1号了,再一看硬件时间也是这样。笔记本是2002年买的吧,不知道是不是BIOS电池快没电了, 反正笔记本隔段时间不用就有可能出现这种情况,开机时也显示Low Battery。总结一下如何把时间改回来,以备日后参考。

0. 用date看系统时间,用hwclock --show看硬件时间。

1. 先用ntpdate找一个时间服务器把系统时间调整回来。www.pool.ntp.org提供了很多时间服务器,当然也包括中国的。命令如下,
sudo ntpdate 0.cn.pool.ntp.org

2. 用hwclock把系统时间写入到硬件时间(如果只修改系统时间,每次开机系统时间还会改回硬件时间),命令如下,
sudo hwclock --systohc

3. 让系统定期从时间服务器更新一下时间。配置/etc/ntpd.conf和/etc/conf.d/ntp-client,然后可以把ntp-client和ntpd加入default run level,命令如下,
sudo rc-update add ntpd default
sudo rc-update add ntp-client default

 

 

原文连接:http://hi.baidu.com/3444542/blog/item/e9f50beee5f1bc2c2cf534f1.html

分享到:
评论

相关推荐

    PyPI 官网下载 | binary_gentoo-5.0.0-py3-none-any.whl

    资源来自pypi官网。 资源全名:binary_gentoo-5.0.0-py3-none-any.whl

    virtualBox 安装X86_64 Gentoo_xfce系统(二)-- 系统安装

    - **设置时区**:使用 `eselect timezone set Asia/Shanghai` 设置时区。 - **配置地区**:通过 `eselect locale set zh_CN.UTF-8` 配置地区。 13. **内核配置与编译**: - **内核源代码下载**:使用 `emerge ...

    Python库 | binary_gentoo-5.0.1-py3-none-any.whl

    资源分类:Python库 所属语言:Python 资源全名:binary_gentoo-5.0.1-py3-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    gentoo下源码安装postfix+courier-imap+extmail

    在Linux世界中,Gentoo是一个著名的源代码型操作系统,以其高度定制性和Portage包管理系统闻名。本教程将深入探讨如何在Gentoo系统中通过源码编译安装Postfix邮件服务器、Courier-IMAP IMAP/POP3服务器以及Extmail ...

    funtoo-2-gentoo:使用此funtoo-2-gentoo填充程序在Gentoo中的OpenRC下运行GNOME-3.14(包括额外的live-USB!)

    funtoo-2-gentoo 使用此funtoo-2-gentoo填充程序在Gentoo中的OpenRC下运行GNOME-3.14(包括额外的live-USB!) 好消息-Dantrell B.现在给Gentoo用户。 因此,不再需要此项目提供的“填充”,这是一件好事! 非常感谢...

    安装gentoo详解

    1. **安装内核源码**:使用 `emerge gentoo-sources` 安装 Gentoo 内核源码。 2. **安装 genkernel**:使用 `emerge genkernel` 安装自动内核配置工具。 3. **编译内核**:通过 `genkernel all` 自动编译内核,通常...

    gentoo-portage-rsync-mirror, Gentoo库的镜像镜像,使用 https.zip

    gentoo-portage-rsync-mirror, Gentoo库的镜像镜像,使用 https 以前的Gentoo rsync-to-git镜像用于包含打包到git存储库中的Gentoo树的存储库。 然而,在 2015-08-09,Gentoo正式切换到了 git,这使得。新资源:cgit...

    Gentoo Linux文档 -- Gentoo Linux x86手册

    Gentoo Linux文档 -- Gentoo Linux x86手册

    Gentoo手册

    ### Gentoo手册知识点详解 #### 一、Gentoo概述 **Gentoo**是一个基于Linux的自由操作系统,它的设计理念围绕着高度定制化与优化展开。对于那些希望深入理解其系统内部运作机制,并且愿意投入时间和精力进行自定义...

    Gentoo for Unrooted and Rooted Android:Gentoo for All Android ARM,基于 EPREFIX-开源

    它处于测试阶段,因此仅当 (1) 您了解将存在错误 (2) 您准备报告完整错误报告时才使用(理想情况下,使用 bin/script 或 GooglePlay 的“终端 IDE”捕获完整的 shell 会话) , 文本格式) (3) 您有在 Gentoo Linux ...

    CHM_Maded_Myself---Gentoo resource

    《CHM_Maded_Myself---Gentoo resource》是一个集合了关于Gentoo Linux操作系统丰富资源的压缩包,包含了多个CHM( Compiled Help Manual)文件,这些文件是Windows平台下的帮助文档格式,通常用于组织和存储大量的...

    gentoo-vmware-modules-patch-kernel4.0.4:修补程序文件,用于在Linux内核4.0.4上构建Gentoo的vmware-modules-279.3-r1软件包

    修补程序文件,用于在Linux内核4.0.4上构建Gentoo的vmware-modules-279.3软件包。 使程序包编译无误,并允许vmware-player运行。 使用风险自负。 指示: 手动克隆存储库或单独下载文件。 在终端中,将补丁文件放在...

    Gentoo Linux 安装手册

    ### Gentoo Linux 安装手册知识点详述 #### 一、引言 - **Gentoo Linux**:Gentoo Linux 是一款高度可定制的 Linux 发行版,它以其灵活性和性能著称。用户可以根据自己的需求调整每一个细节,从内核配置到软件包的...

    在vmware上安装gentoo-上

    6. **设置主机名和时区**:修改 `/etc/hostname` 和 `/etc/timezone` 文件,指定主机名和时区。 7. **安装并配置引导加载器**:如 GRUB2,使用 `grub-install` 命令安装引导加载器到 MBR 或 ESP 分区,然后更新 `/...

    gentoo-ohmyzsh:oh-my-zsh框架的Gentoo插件

    gentoo-ohmyzsh 该插件添加了一些别名和功能,可用于Gentoo Linux 特征 出现 别名 命令 描述 同步 须藤涌现--sync 将本地存储库与远程存储库同步 升级 须藤新兴-aDuN世界 更新本地系统中的软件包 干净的 须藤新兴-...

    关于如何安装Gentoo Linux.pdf

    Gentoo Linux 安装指南 Gentoo Linux 是一个基于源代码的 Linux 发行版,它提供了高度的自定义和灵活性。为了帮助用户安装 Gentoo Linux,本文档提供了一个详细的安装指南。 硬件需求 在安装 Gentoo Linux 之前,...

    gentoo-overlay-dantrell-gnome-3-38

    【gentoo-overlay-dantrell-gnome-3-38】是一个专为 Gentoo Linux 设计的软件源代码库,主要用于提供 GNOME 3.38 的集成环境。Gentoo 是一个高度可定制的 Linux 发行版,其核心特性是基于 Portage 树的包管理系统,...

Global site tag (gtag.js) - Google Analytics