Bruno Gillet wrote: > Hi again mmkk, > > As previous mail, some insights... > mmkk a ?crit : > >> I installed TX, and I tried changing the label of workspace using >> /etc/security/tsol/label_encodings(default encoding file) in CDE >> environment. >> >> At first I tried changing to CNF : NEED TO KNOW in global zone, then >> an err("the label CNF NEED TO KNOW has no matching zone") was issued, >> and I cannot boot any applications such as dtmail. When I press >> right-click, any menu didnot pop up. >> >> So, I made 4 zones named "internal, need to know, restricted", and I >> configured each zone using smc. > > What do you mean by configuring zones using SMC ? AFAIK, SMC can't let > you do that... but perhaps > am I too much CLI addict and haven't checked for all new features...
The SMC is the supported way to assign labels to zones and to configure trusted networking. So that's probably not your problem. I suspect that the zones are not fully initialized. Try logging into to CDE as root, and then zlogin to the public zone. You could also use txzonemgr to this using the Zone Console menu. Verify that the zones are not waiting for sysidcfg to complete. Then verify your networking is OK. The hostname for each zone should be the same as the global zone hostname. Verify that you can set the DISPLAY variable to <your-global-zone-hostname>:0 and then bring up something like dtterm. If that works, try to run su - <your-username> and verify that a home directory was created for you in the zone. --Glenn