1835910 Members
2986 Online
110086 Solutions
New Discussion

Re: Ignite UX Gzip Error

 
Ganesh Balraman
Regular Advisor

Ignite UX Gzip Error

Hi All,

Pls find the error below,and suggestion please.
# ./make_sys_image -s local -d /image
* Preparing to create a system archive.
* Testing for necessary pax patch.
* Passed pax tests.

WARNING: CLEAN_LEVEL set to 2: (see -l option for make_sys_image(1M))
While this command is executing at clean level 2, the system
should be as quiet as possible. The host and/or networking
information on the system are temporarily set to newconfig
values. After the command is complete these files are
returned to their previous state.

Creating keepsafe archive with file /stand/system
Creating your system file in the file /var/tmp/make_sys_image.hwsys.a14178
Appending file /.profile to keepsafe archive
.Appending file /etc/rc.config.d/hpfcmsconf to keepsafe archive
.Appending file /etc/rc.config.d/netconf to keepsafe archive
.Appending file /etc/rc.config.d/netdaemons to keepsafe archive
.Appending file /etc/rc.config.d/namesvrs to keepsafe archive
.Appending file /etc/rc.config.d/mailservs to keepsafe archive
.Appending file /etc/rc.config.d/xfs to keepsafe archive
.Appending file /etc/hosts to keepsafe archive
.Appending file /etc/group to keepsafe archive
.Appending file /etc/mail/sendmail.cw to keepsafe archive
.Appending file /etc/netgroup to keepsafe archive
.Appending file /etc/ntp.conf to keepsafe archive
.Appending file /etc/vue/config/Xsession.d/0070.recs to keepsafe archive
.Appending file /var/adm/sw/security/_ACL to keepsafe archive
.Appending file /var/adm/sw/security/_OWNER to keepsafe archive
.Appending file /var/adm/sw/security/_PROD_DFLT_ACL to keepsafe archive
.Appending file /var/adm/sw/security/_SOC_DFLT_ACL to keepsafe archive
.Appending file /var/adm/sw/security/secrets to keepsafe archive
.Appending file /var/adm/sw/security/secrets.pag to keepsafe archive
Appending file /var/adm/sw/security/secrets.dir to keepsafe archive
Appending file /var/adm/sw/security/_LOCK_FILE to keepsafe archive

* Archiving contents of IGSRV11 via tar to
/image/IGSRV11.gz.

gzip: stdout: File too large
ERROR: The gzip command failed (exit status 1).
* Clean up: Do not interrupt; restoring files, kernel, and transition
links.

# gunzip -V
gzip 1.3.12
Copyright (C) 2007 Free Software Foundation, Inc.
Copyright (C) 1993 Jean-loup Gailly.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <>.
There is NO WARRANTY, to the extent permitted by law.

Written by Jean-loup Gailly.


Regds
Ganesh
9 REPLIES 9
Steven E. Protter
Exalted Contributor

Re: Ignite UX Gzip Error

Shalom,

http://www1.itrc.hp.com/service/patch/mainPage.do

Search for gzip patches. There is a gzip patch that permits files up to 8 GB to be gzipped.

Be cautious though because older versions of Ignite will not be able to unpack the images.

If your file exceeds 8 GB it needs to be excluded from the image.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ganesh Balraman
Regular Advisor

Re: Ignite UX Gzip Error

HI ,

I cannot not able to find any patches while searching for gzip patches .

Thanks
Ganesh
Mridul Shrivastava
Honored Contributor

Re: Ignite UX Gzip Error

Do we have enough space available in /images
gzip had issues of size limit but that has been fix in 1.3.x versions..
Time has a wonderful way of weeding out the trivial
Ganesh Balraman
Regular Advisor

Re: Ignite UX Gzip Error

Hi

I had 10Gb free space in /image .

Ganesh
Steven E. Protter
Exalted Contributor

Re: Ignite UX Gzip Error

Shalom,

You have replaced your gunzip version with the gnu gunzip version.

This itself may be a problem as Ignite was not written to work with this version of gzip.

gnu gzip/gunzip does not have an 2 GB limit but it does have a different and possbily incompatible set of command line options.

whence gzip
what

Please post.

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ganesh Balraman
Regular Advisor

Re: Ignite UX Gzip Error

# whence gzip
/usr/contrib/bin/gzip
# what /usr/contrib/bin/gzip
/usr/contrib/bin/gzip:
#
Sandy Chen
Honored Contributor

Re: Ignite UX Gzip Error

Hi,

Does your filesystem support largefiles?

regards,
Sandy
I never think of the future. It comes soon enough.
Steven Schweda
Honored Contributor

Re: Ignite UX Gzip Error

> # gunzip -V
> gzip 1.3.12

> # whence gzip
> /usr/contrib/bin/gzip

That's all nice, but how do you know that
make_sys_image is using _that_ gzip?
Rasheed Tamton
Honored Contributor

Re: Ignite UX Gzip Error

Hi Ganesh,

Please look this thread. It might help you.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=611148


Regards,
Rasheed Tamton.