PKGADD problem
807559Apr 4 2001 — edited Apr 4 2001Hello,
I created a package instantiation containing two packages. The first (my application) installs fine. The second one is the JRE which I have made into a Solaris package for installation convenience for the user. However, when pkgadd gets to this package, it seems to run out of disk space.
Is this due to temporary files used in the /var partition? Is there a way to specify the temporary directory or something? Any help would be greatly appreciated.
Here is an excerpt from the pkgadd command:
cpio: Cannot write "reloc/java/lib/sparc/server/libjvm.so", errno 28, No space left on device
cpio: Cannot write "reloc/java/lib/sunrsasign.jar", errno 28, No space left on device
cpio: Cannot write "reloc/java/lib/tzmappings", errno 28, No space left on device
cpio: Cannot write "reloc/java/man/man.1/java.1", errno 28, No space left on device
cpio: Cannot write "reloc/java/man/man.1/keytool.1", errno 28, No space left on device
cpio: Cannot write "reloc/java/man/man.1/rmid.1", errno 28, No space left on device
cpio: Cannot write "reloc/java/man/man.1/tnameserv.1", errno 28, No space left on device
cpio: Cannot write "reloc/java/plugin/sparc/ns4/javaplugin.so", errno 28, No space left on device
cpio: Cannot write "reloc/java/plugin/sparc/ns600/libjavaplugin_oji.so", errno 28, No space left on device
79766 blocks
9 error(s)
pkgadd: ERROR: attempt to process datastream failed
- process </usr/bin/cpio -icdumD -C 512> failed, exit code 9
pkgadd: ERROR: unable to unpack datastream
Jeff Schiller