Re: [zones-discuss] create New Zone error

2009-11-23 Thread Jordan Vaughan

On 11/21/09 15:26, Bryan Allen wrote:

+--
| On 2009-11-21 15:25:22, Hosam Al Ali wrote:
| 
| aho...@xx:~# zoneadm -z myzone install

| /mnt/zone/myzone must not be group readable.
| /mnt/zone/myzone must not be group executable.
| /mnt/zone/myzone must not be world readable.
| /mnt/zone/myzone must not be world executable.
| could not verify zonepath /mnt/zone/myzone because of the above errors.
| zoneadm: zone myzone failed to verify
| 
| I won't just to asq there is any special fs for the Directory or any think els 


chmod 700 /mnt/zone/myzone

As for why it's not doing it on creation, no idea...


zoneadm(1M) won't modify the zonepath directory's permissions if it 
already exists.  My guess is that he created /mnt/zone/myzone before he 
executed zoneadm(1M) install but forgot to change its permissions to 0700.


Jordan
___
zones-discuss mailing list
zones-discuss@opensolaris.org


[zones-discuss] create New Zone error

2009-11-21 Thread Hosam Al Ali
Dear All 

I create new Zone in my OpenSOlaris2009.06 b123 and there is error after I 
inter install command 

zonecfg -z myzone
   create 
   set zonepath=/mnt/zone/myzone
   set autoboot=false
   add net
 set physical=iwi0
 set address=192.168.0.x
 end
verify
commit
exit

-- zoneadm -z myzone install 

there is error message it's upper 

aho...@xx:~# zoneadm -z myzone install
/mnt/zone/myzone must not be group readable.
/mnt/zone/myzone must not be group executable.
/mnt/zone/myzone must not be world readable.
/mnt/zone/myzone must not be world executable.
could not verify zonepath /mnt/zone/myzone because of the above errors.
zoneadm: zone myzone failed to verify

I won't just to asq there is any special fs for the Directory or any think els 


please help me and Thanks for Advanced
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] create New Zone error

2009-11-21 Thread Bryan Allen
+--
| On 2009-11-21 15:25:22, Hosam Al Ali wrote:
| 
| aho...@xx:~# zoneadm -z myzone install
| /mnt/zone/myzone must not be group readable.
| /mnt/zone/myzone must not be group executable.
| /mnt/zone/myzone must not be world readable.
| /mnt/zone/myzone must not be world executable.
| could not verify zonepath /mnt/zone/myzone because of the above errors.
| zoneadm: zone myzone failed to verify
| 
| I won't just to asq there is any special fs for the Directory or any think 
els 

chmod 700 /mnt/zone/myzone

As for why it's not doing it on creation, no idea...
-- 
bda
cyberpunk is dead. long live cyberpunk.
___
zones-discuss mailing list
zones-discuss@opensolaris.org