<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[TU-4.0.0-457: Parallels Virtuozzo Containers for Linux 4.0 vztools update. ]]></title>
<link>http://kb.parallels.com/en/6182</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">TU-4.0.0-457: Parallels Virtuozzo Containers for Linux 4.0 vztools update. </h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 6182&nbsp;</div>
					<div>Last Review: Jun,1 2009</div>
					<tr>
						<td>Author: </td>
						<td>Kichigin Aleksey</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Kichigin Aleksey</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Virtuozzo Containers for Linux 4.0</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Resolution</h2>
					---------------------------------------------------------------------------<br />Synopsis:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; New Parallels Virtuozzo Containers 4.0 tools update provides fixes related to Container and EZ templates management functionality.<br />Issue date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2009-02-26<br />Product:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Parallels Virtuozzo Containers 4.0<br />Keywords:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'vzctl' 'swap' 'swap pages' 'vztt' 'vzpkg' 'EZ template'<br />---------------------------------------------------------------------------<br /><br />1. Topic:<br /><br />&nbsp;Updated packages for Parallels Virtuozzo Containers 4.0 provide the following<br />&nbsp;user-level tool fixes:<br />&nbsp;- managing Containers using the 'vzctl' utility<br />&nbsp;- managing EZ templates using the 'vzpkg' utility<br /><br />2. Problem description:<br /><br />&nbsp;- A Container may fail to start if its private area is mounted over NFS.<br />&nbsp;- It is impossible to specify the swap partition inside a Container.<br />&nbsp;- 'vzpkg' may not show the distribution information for OS template subsets.<br />&nbsp;- 'vzpkg' is not compatible with Expand repositories for Debian distributions.<br />&nbsp;- The process of cache creation may fail if the /vz directory is located on a GFS partition.<br /><br />&nbsp;All Virtuozzo Containers 4.0 users are advised to update their tools packages.<br /><br />3. Affected components description:<br /><br />&nbsp;- 'vzctl' is the primary tool for Container management. This tool is used to create new Containers, start and stop them, configure their parameters, etc.<br />&nbsp;- 'vztt' is a set of tools used to manage EZ templates. EZ templates introduced in Virtuozzo 3.0 for the first time are more flexible and easy to manage as compared to standard templates.<br /><br />4. Bug fixes:<br /><br />&nbsp;#271945 - 'vzctl start' fails with the following error: &quot;Unable to lock: bad file descriptor&quot;.<br />&nbsp;#119230 - 'vzpkg' fails to create cache on GFS.<br />&nbsp;#123530 - 'vzpkg' removes a trailing slash from the repository entry.<br />&nbsp;#422325 - 'vzpkg info' doesn't work for a template subset.<br />&nbsp;#423214 - 'vzpkg list' fails with the following error: &quot;Value too large for defined data type&quot;<br /><br />5. Obtaining:<br /><br />&nbsp;You can download and install this tools update using the 'vzup2date' utility<br />&nbsp;included in the Virtuozzo Containers 4.0 distribution.<br /><br />6. Installation:<br /><br />&nbsp;Use the 'vzup2date' command to install the new Parallels Virtuozzo tools packages.<br /><br />&nbsp;The update does not require Virtuozzo restart or system reboot.<br /><br />7. RPMs required:<br /><br />The following RPM packages are included in the tools update:<br /><br />&nbsp;virtuozzo-release-4.0.0-457.x86_64.rpm<br />&nbsp;vzctl-4.0.0-226.x86_64.rpm<br />&nbsp;vzctl-lib-4.0.0-226.x86_64.rpm<br />&nbsp;vztt-4.0.0-133.x86_64.rpm<br />&nbsp;vztt-build-4.0.0-133.x86_64.rpm<br />&nbsp;vztt-lib-4.0.0-133.x86_64.rpm<br />&nbsp;<br />8. Credits<br /><br />&nbsp;Special thanks to John Fairbairn, HostForWeb Inc. for help with resolving the NFS-related issues.<br />&nbsp;<br />--------------------------------------------------------------------------------<br />(c) 1999-2009 Parallels Holdings, Ltd. and its affiliates. All rights reserved.<br /><br /><br />
				</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=6182&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=6182&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '6182',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Kichigin Aleksey</author>
<guid isPermaLink="false">7562 LastUpdated: 2009-06-01 04:30:17</guid>
<pubDate>2009-03-23 07:58:34</pubDate>
</item>
</channel>
</rss>



