- /dev/rtc 有问题
# hwclock --utc --systohc select() to /dev/rtc to wait for clock tick timed out
经 Google 发现是系统使用的 rtc.ko 内核模块的问题,使用 genrtc.ko 就没有问题,于是修改 /etc/modprobe.d/pnp-hotplug 中的 alias pnp:dPNP0b00 rtc 为 alias pnp:dPNP0b00 genrtc,解决问题。 - Gnome Terminal 的标题不能随着当前目录的路径动态变化了
经检查是 Debian 没有设置 PROMPT_COMMAND 这个环境变量造成的,在 /etc/profile 中设置即可
export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
新装 Debain unstable 遇到的一些问题
出于学习的需要,安装了 Debian etch,并升级到了 unstable,使用中遇到了几个小问题: