OpenSolaris

Printable Version Enter a New Search
Bug ID 6598081
Synopsis zonecfg (verify) fails for lx zone using SUNWlx
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:brandz
Keywords
Responsible Engineer Edward Pilatowicz
Reported Against snv_72
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_73
Fixed In snv_73
Release Fixed solaris_nevada(snv_73)
Related Bugs 6586078
Submit Date 28-August-2007
Last Update Date 15-September-2007
Description
During snv_72 testing in ON PIT Ireland we were unable to create lx branded zones using an xml template file due to the following error :

lx_support error: invalid value for zone attribute: kernel-version
this is a bug introduced by the fix for:
	6586078 Improved linux distribution support for lx brand

That fix introduced the ability to set a kernel-version attribute for lx
based zones, but the verify function doesn't work correctly if this variable
is not actually specified.
Work Around
add the following zone property to your lx zone via zonecfg.
	add attr
	set name="kernel-version"
	set type="string"
	set value="2.4"
	end
Comments
N/A