Tag Archives: image

Provisioning Services (PVS) and Daylight-Saving Time

With daylight-saving time beginning at week’s end (March 8 at 2am), we got some issues that can occur with PVS delivered desktops and XenApp servers.

Some of the issues that occur as a result of the time change are:

Time not showing correctly in the Desktop or XenApp server,
Desktop failure to register with DDCs,
User inability to log on due to domain trust relationship issues caused by the VM/Domain time difference.

The Fix:

Open up your PVS delivered image(s) in read/write mode after the time change has occurred on Sunday.
Run “w32tm /resync /nowait” at the command prompt.
Set the image(s) back to read only, following your normal image preparation procedures.

Remember, you must reboot all PVS delivered desktops and servers after you make the above changes to ensure they receive the updated version.

Being proactive will help ensure a smooth Monday morning for all of your users!

More information on this issue can be viewed here: http://support.citrix.com/article/CTX200058

安装mt的可选组件

重新配置了系统。发现mt的缩略图功能不能用。
运行mt-check.cgi。发现HTML::Entities和Image::Magick以及XML::Atom没有安装。
 
配置了n长时间,自己也重新编译了n次。始终不成功。。。
 
后来偶然发现ubuntu有了包搜索引擎,搜索。
 
然后,发现安装
perlmagick
libxml-atom-perl
这2个包就可以了:)