ディレクトリ/tmp/.ICE-unixがルート+1777かどうかチェックしてください

20041229:

AFFECTS
users of x11/kdebase3, x11-servers/xorg-server
AUTHOR
lofi@freebsd.org

If KDE does not start anymore after upgrading Xorg to version 6.8.1 (X restarts when the KDE splash screen has reached the third icon), please check whether the directory /tmp/.ICE-unix exists, is owned by root and has permissions 1777 (read/write/access for everybody + sticky bit).
Xorgをバージョン6.8.1へアップグレードした後に、KDEがスタートしない(KDEスプラッシュスクリーンが3番目のアイコンに達した時、Xが再起動する)場合は、ディレクトリ/tmp/.ICE-unixが存在し、ルートが所有し、パーミッションが1777(全員に対する読み/書き/検索+スティッキービット)かどうかチェックしてください。
To make sure everything is in working order, do (as root):
すべてが正常であることを確かめるには、以下を(ルートで)行ってください:

mkdir -p /tmp/.ICE-unix && chmod 1777 /tmp/.ICE-unix && chown root:wheel /tmp/.ICE-unix

Also, make sure you do NOT have clear_tmp_enable="YES" set in /etc/rc.conf, as it will remove the directory on every reboot and applications will recreate it with the wrong ownership.
さらに、/etc/rc.confでclear_tmp_enable="YES"がセットされてないことを確かめてください。それが毎回のリブート中にディレクトリを削除し、アプリケーションが間違っている所有権でそれを再作成するので。
Users of daily_clean_tmps_enable in /etc/periodic.conf should make sure daily_clean_tmps_ignore contains /tmp/.ICE-unix.
/etc/periodic.confでdaily_clean_tmps_enableを使用しているユーザは、daily_clean_tmps_ignoreに/tmp/.ICE-unixが含まれていることを確かめてください。
$FreeBSD: ports/UPDATING,v 1.125 2004/12/29 20:01:19 lofi Exp $
$FreeBSD: ports/UPDATING,v 1.126 2004/12/29 21:41:48 lofi Exp $
$FreeBSD: ports/UPDATING,v 1.129 2005/01/03 02:24:19 lofi Exp $
$FreeBSD: ports/UPDATING,v 1.131 2005/01/08 14:22:50 lofi Exp $