« Debian(etch) Mplayer CODEC インストールメモ | メイン | Gentoo Gnome wmv(divx.xvid)サムネイル表示メモ »
2007年09月18日
gentoo起動時エラー修復メモ "* One of the files in /etc/{conf.d,init.d} or /etc/rc.conf"
作業していたら起動時に以下のメッセージを出力するようになったので
修復した時のメモ。
# ls -l /etc/conf.d/* /etc/init.d/* /etc/rc.conf
# touch -m /etc/init.d/* /etc/conf.d/*
実行前
localhost ~ # /etc/init.d/hdparm restart
* One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
* has a modification time in the future!
* Running hdparm on /dev/hda ... [ ok ]
* Running hdparm on /dev/hdc ... [ ok ]
実行後
localhost ~ # /etc/init.d/hdparm restart
* Running hdparm on /dev/hda ... [ ok ]
* Running hdparm on /dev/hdc ... [ ok ]
投稿者 takayuki : 2007年09月18日 12:33