Thanks. Readying the zone was the trick.

My last remaining issue is the root_password keyword, which doesn't seem to 
like /etc/shadow values from 2009.06. For example, using:

cat /etc/shadow
zoneroot:$5$0f0chTkD$HoqIcn3fO0VWUHhKYXqObtArfO7e1TiSLovfHsd70M0:14433::::::

So:

root_password=$5$0f0chTkD$HoqIcn3fO0VWUHhKYXqObtArfO7e1TiSLovfHsd70M0

Results in:

bleon...@opensolaris:~$ pfexec zlogin -C myzone
[Connected to zone 'myzone' console]
69/69
Reading ZFS config: done.
Mounting ZFS filesystems: (5/5)
 root_password=$5$0f0chTkD$HoqIcn3fO0VWUHhKYXqObtArfO7e1TiSLovfHsd70M0
syntax error  line 8 position 15
Creating new rsa public/private host key pair
Creating new dsa public/private host key pair
Configuring network interface addresses: e1000g0.
 root_password=$5$0f0chTkD$HoqIcn3fO0VWUHhKYXqObtArfO7e1TiSLovfHsd70M0
syntax error  line 8 position 15
 root_password=$5$0f0chTkD$HoqIcn3fO0VWUHhKYXqObtArfO7e1TiSLovfHsd70M0
syntax error  line 8 position 15
 root_password=$5$0f0chTkD$HoqIcn3fO0VWUHhKYXqObtArfO7e1TiSLovfHsd70M0
syntax error  line 8 position 15
 root_password=$5$0f0chTkD$HoqIcn3fO0VWUHhKYXqObtArfO7e1TiSLovfHsd70M0
syntax error  line 8 position 15
 root_password=$5$0f0chTkD$HoqIcn3fO0VWUHhKYXqObtArfO7e1TiSLovfHsd70M0
syntax error  line 8 position 15
System identification is completed.

As noted by Bernd Finger ( 
http://opensolaris.org/jive/message.jspa?messageID=319318 ), the workaround is 
to use an /etc/shadow value from Solaris 10 (or SXCE is assume).

Is there a solution to this as well or should I file an issue?

Thanks,
Brian
-- 
This message posted from opensolaris.org
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to