在将系统升级至 Solaris 9 9/04 操作系统时,不升级以下 CDE 本地化软件包:
SUNWmeadt
SUNWnafdt
SUNWnamdt
SUNWneudt
SUNWseudt
SUNWweudt
要确定该问题是否影响您的系统,请在升级完系统后运行 pkgchk -n 命令。如果输出结果显示以下错误消息,则必须手动删除这些软件包并将 CDE 本地化软件包添加进系统。
Checking Package SUNWmeadt ERROR: /usr/dt/config/he/Xresources.d/Xresources.ow pathname does not exist Checking Package SUNWnafdt ERROR: /usr/dt/config/ar/Xresources.d/Xresources.ow pathname does not exist Checking Package SUNWnamdt ERROR: /usr/dt/config/en_US.ISO8859-15/Xresources.d/Xresources.ow pathname does not exist Checking Package SUNWneudt ERROR: /usr/dt/config/da_DK.ISO8859-15/Xresources.d/Xresources.ow pathname does not exist ERROR: /usr/dt/config/fi_FI.ISO8859-15/Xresources.d/Xresources.ow pathname does not exist Checking Package SUNWseudt ERROR: /usr/dt/config/el_GR.ISO8859-7/Xresources.d/Xresources.ow pathname does not exist ERROR: /usr/dt/config/pt_PT.ISO8859-15/Xresources.d/Xresources.ow pathname does not exist Checking Package SUNWweudt ERROR: /usr/dt/config/en_GB.ISO8859-15/Xresources.d/Xresources.ow pathname does not exist ERROR: /usr/dt/config/en_IE.ISO8859-15/Xresources.d/Xresources.ow pathname does not exist ERROR: /usr/dt/config/nl_BE.ISO8859-15/Xresources.d/Xresources.ow pathname does not exist ERROR: /usr/dt/config/nl_NL.ISO8859-15/Xresources.d/Xresources.ow pathname does not exist |
解决方法:升级完系统后,通过执行以下步骤升级这些本地化软件包:
成为超级用户。
删除软件包。
# pkgrm SUNWmeadt SUNWnafdt SUNWnamdt SUNWneudt \ SUNWseudt SUNWweudt |
转至 Solaris 9 9/04 版本的这些软件包所在的目录。
# cd path_to_image
例如,要访问 Solaris 9 9/04 Software 1 of 2 CD 上的这些软件包,请将 Solaris 9 9/04 Software 1 of 2 CD 插入介质驱动器。然后键入以下命令。
# cd /cdrom/cdrom0/Solaris_9/Product
将软件包添加进系统。
# pkgadd -d . SUNWmeadt SUNWnafdt SUNWnamdt SUNWneudt \ SUNWseudt SUNWweudt |