Re: [zones-discuss] core dump during zone install

2006-07-21 Thread Enda o'Connor - Sun Microsystems Ireland - Software Engineer

Hi
Could you give us the sysidcfg that you use, also the zonecfg -z 
zone-name info

the stack from the core might also be useful.

thanks
regards
Enda

Fil wrote:


Hi,

I have a brand new install of Solaris 10, and every time a new zone is created, 
I get core dump file inside my new zone ( and global zone). From what I can 
tell  sysidnet is core dumping. I found some references to this problem in the 
earlier releases but I thought it was fixed in the latest release. I am 
currently running Solaris 10 6/06 s10s_u2wos_09a SPARC and it has all patches 
applied. Any ideas how to prevent this from happening.

thanks
fil


This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org
 




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


Re: [zones-discuss] Re: core dump during zone install

2006-07-21 Thread David . Comay

libc.so.1`realfree+0x68(2a3f0, 871, 93ac8, 3a4d8, 0, d)
libc.so.1`_free_unlocked+0xb0(ff1efa54, 0, 932f4, ff1efad4, ff1e8284, 2e460)
libc.so.1`free+0x24(2e460, 1084, 93334, 0, ff1e8284, 1000)
libcurses.so.1`delwin+0x80(0, 2df58, 2c068, fef03994, 0, 0)
libcurses.so.1`delscreen+0x5c(29748, ff1f09b0, 0, 9, 0, 0)
libcurses.so.1`initscr32+0x48(ff1ecc00, 1, ff1ecbc0, ff1efad4, 0, feefb240)
sysidtty`start_curses+0x38(0, 0, 0, fef35aa8, 188b0, fef37124)
sysidtty`form_create+0x24(fef20194, fef201b8, ff334104, 2, 5, 2)
sysidtty`form_common+0x10(fef20194, fef201b8, ff334104, 2, fef1aa48, f000)
sysidtty`do_get_password+0xb0(ff334104, 4, ffbfee98, 1c24c, ff3c5f94, fef35aa8)

.
.
.

You may be running into

6447019 sysident dumps core in _sply


As for sysidcfg, I don't have one in the newly creted zones I fill all
the info by hand on zlogin console


Can you provide details on what your answers are for some of these
questions?  For example, which naming service service did you choose?
Any particular locale?

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


[zones-discuss] Installing new zone

2006-07-21 Thread David Ryder
Hi,

My customer developed a package ISMepcm which installs a directory
/opt/CA.  After the ISMepcm package is installed in the global zone,
the customer adds a new sparse zone.  The directory /opt/CA
does not get created in the new zone.  They would like to know how
to get this working.

Here are the steps to recreate the problem:

1. Install Solaris 10 1/06 with no additional patches.
2. Create a whole root zone azone.
3. Create a sparse zone bzone.
4. pkgadd ISMepcm in the global zone (available at
   /net/cores/cores/65076501).

   Observe that the /opt/CA directory correcly gets created in the
   global zone, as well as in the existing whole root zone and the
   existing sparse zone:

   # cd /opt
   # ls
   CASUNWits   SUNWmlib  SUNWrtvc

   # cd /zones/azone/root/opt
   # ls
   CASUNWits   SUNWmlib  SUNWrtvc

   # cd /zones/bzone/root/opt
   # ls
   CASUNWits   SUNWmlib  SUNWrtvc

5. Now that the pkg ISMepcm is installed, create another sparse
   zone czone.  Observe that /opt/CA DOES NOT get created in czone:

   # cd /zones/czone/root/opt
   # ls
   SUNWits   SUNWmlib  SUNWrtvc


   There is no indication of a problem with the installation:
   /zones/czone/root/var/sadm/system/logs/install_log
   ...
   *** package ISMepcm successfully installed.
   ...

Thanks in advance for your advice!

David Ryder
PTS-OE

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