search for: gunzip

Displaying 20 results from an estimated 343 matches for "gunzip".

Did you mean: unzip
2006 Jun 29
3
hotuser and hotkernel
...le of new scripts. I''ve just uploaded them to http://www.brendangregg.com/dtrace.html. They are to profile user-level functions and libaries; and kernel-level functions and modules. They sample, rather than trace (which can be both good and bad). Here is hotuser sampling functions from a gunzip command, # ./hotuser -c ''gunzip contents.gz'' Sampling... Hit Ctrl-C to end. FUNCTION COUNT PCNT libc.so.1`_free_unlocked 1 0.1% gunzip`unzip...
2001 Oct 30
6
ext3 patch does not want to gunzip
Hi, I seem to have a problem with compiling the kernel 2.4.13 on redhat 7.2? It would compile fine but have errors about ext3 support on reboot. I download ext3-2.4-0.9.13-2413.gz to my linux machine to enable it be useful with ext3 support but when I try to gunzip it with the instructions gunzip < ~/ext3-2.4-0.9.13-2413.gz | patch -p1 i get gunzip: stdin: not in gzip format I get an error. I wonder if you know a way to fix this problem or apply the patch to the kernel so I may use it. Thanks Will
2004 May 04
3
Unable to gunzip file
Hello all, I have downloaded samba-2.2.8a-1-sol8-suncc-32bit.pkg.gz and I am trying to gunzip it but I get gunzip: samba-2.2.8a-1-sol8-gcc295.pkg.gz: not in gzip format what could be the problem ? ********************************************************************************* Ce courriel ainsi que ses pieces jointes sont strictement reserves a l'usage de la ou du destinataire et p...
2001 Oct 30
1
ext3 patch doesn't want to gunzip
Hi, I seem to have a problem with compiling the kernel 2.4.13 on redhat 7.2? It would compile fine but have errors about ext3 on reboot. I download ext3-2.4-0.9.13-2413.gz to my linux machine to enable it be useful with ext3 but when I try to gunzip it with the instructions gunzip < ~/ext3-2.4-0.9.13-2413.gz | patch -p1 i get gunzip: stdin: not in gzip format I wonder if you know a way to fix this problem or apply the patch to the kernel so I may use it. Thanks Will
2003 Jan 28
2
Can't unzip package
I just upgraded to Solaris 8, and downloaded the the following binary package from www.samba.org <http://www.samba.org> : samba-2.2.7-sol8-suncc-64bit.pkg.gz When trying to gunzip it, here is my output: /home/ccampbell # gunzip samba-2.2.7-sol8-suncc-64bit.pkg.gz gunzip: samba-2.2.7-sol8-suncc-64bit.pkg.gz: not in gzip format /home/ccampbell # file samba-2.2.7-sol8-suncc-64bit.pkg.gz samba-2.2.7-sol8-suncc-64bit.pkg.gz: English text Yes...I did FTP in binary mode....
2001 Nov 03
1
gunzip error message
I downloaded the ext3-2.4-0.9.13-2413.gz file. When I issue the gunzip < ext3-2.4-0.9.13-2413.gz | patch -p1 command, I get an error message that states the file is not in gunzip format. I would appreciate any recommendations on this problem. Gerald
2003 Nov 14
1
initramfs gunzip problems.
...it time to bring it to the list. I've run into a problem where my initramfs archives get this during bootup: checking if image is initramfs...it isn't (ungzip failed); looks like an initrd The same .cpio archive works if I don't gzip it. I stuck a bunch of debug statements into the gunzip function to see what was happening. The core of the problem is in the init/initramfs.c, the populate_rootfs and unpack_to_rootfs functions. I see a 512byte image at &__initramfs_start being uncompressed. Then I see my image during the dry-run inside the "if (initrd_start)" block, w...
2006 Jan 16
1
problem unpacking R sources (PR#8492)
Full_Name: Steven L. Scott Version: 2.2.1 OS: Windows-Cygwin Submission from: (NULL) (128.125.60.50) I've had problems unpacking the R source coded downloaded from http://lib.stat.cmu.edu/R/CRAN/src/base/R-2/R-2.2.1.tar.gz Version info for tar and gunzip provided below (GNU legalese edited out), along with the error messages I get. Thanks. Steve /notcygwin[506] gunzip --version gunzip 1.3.5 (2002-09-30) Copyright 2002 Free Software Foundation Copyright 1992-1993 Jean-loup Gailly Compilation options: DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H HAVE_ME...
2018 May 27
2
List-Archives ...
Hi everybody, actually I wanted to search the list archive, before asking, but unfortunately I don't "get" it: $ gunzip 2018-May.txt.gz gunzip: 2018-May.txt.gz: not in gzip format It seems, that in every archive-file there is always one message in plaintext and then a big binary block. Any hint? Thanks a lot, -- kind regards, thg
2001 Nov 18
3
gunzipping the patch...
Hi, I'm sure this is a really stupid question, but when I type in the line: gunzip < ~/ext3-***extraStuffHere***.gz | patch -p1 as in the installation guide, it tells me that the patch is not a proper gzip file. What do I do??? Also, when it says "make menuconfig", does the menuconfig file appear once the patch is ungzipped, or should it be there already? I'm k...
2005 Jul 31
0
[patch] kbuild: build all targets in gzip
...t a/gzip/Kbuild b/gzip/Kbuild --- a/gzip/Kbuild +++ b/gzip/Kbuild @@ -1,49 +1,28 @@ +# +# Kbuild file for gzip +# +# The gzip executable user-progs := gzip -gzip-y := gzip.o util.o unzip.o inflate.o +gzip-y := gzip.o util.o unzip.o inflate.o -ifeq (a,b) +# Additional targets +always := gunzip zcat gzip.stripped -Kept for convinience -ZIPSRCS = zip.c deflate.c trees.c bits.c -UNZIPSRCS = unzip.c inflate.c +# Optional ZIP support +gzip-$(CONFIG_KLIB_ZIP) += zip.o deflate.o trees.o bits.o +cflags-$(CONFIG_KLIB_ZIP) += -DSUPPORT_ZIP +EXTRA_USERCFLAGS := $(cflags-y) -SRCS = gzip.c util...
2005 May 12
1
Samba & AIX
Does anyone have any experience installing/configuring the latest Samba on AIX 5.2?... If so, would you care to share your notes? Thanks all. Andy Speagle "Always remember that you are unique. Just like everybody else."
2006 Feb 08
2
RSYNC via pipe/socket ?
Hello ! I`m trying to find a way to use lzo compression for the data being transferred by rsync. rsync only supports gzip (or maybe ssh -c, which is also zlib), which gives cpu intensive workload - and this cannot be exchanged by a commandline param like we have with tar (--use-compress-program=....) i like to use lzo because it does much faster compression than gzip. I read the following in
2001 Feb 12
1
Compiled and running on NCR SVR4 UNIX (MP-RAS)
To whomever is interested, I have compiled and am running OpenSSH under NCR UNIX using the following procedure: 1. Compile and install zlib to the default location. gunzip zlib*.gz tar -xvfo zlib*tar cd zlib-* ./configure make make install 2. Compile and install openssl to the default location. gunzip openssl*.gz tar -xvfo openssl*tar cd openssl-* ./Configure -I/usr/include -lc89 ncr-scde make make test ma...
2005 May 13
1
samba problems on aix
Installed samba 3.0.4.0 and libiconv 1.9.1 (download from bullfreeware) on AIX 5.2. When I run smbclient, it says error: exec(): 0509-036 Cannot load program ./smbclient because of the following errors: 0509-150 Dependent module libreadline.a(libreadline.so) could not be loaded. 0509-022 Cannot load module libreadline.a(libreadline.so). 0509-026 System error: A file or directory in the path name
2005 Apr 07
2
Zipping Rdata Files
...ot;) > system("gzip trips.Rdata") # saves trips.Rdata in an archive named trips.Rdata.gz > load(zip.file.extract("trips.Rdata", "trips.Rdata.gz")) [1] "trips.Rdata" Warning message: error 1 in extracting from zip file Setting options(unzip="gunzip") or options(unzip="gunzip.exe") does not solve the error. > load(zip.file.extract("trips.Rdata", "trips.Rdata.gz")) Error in open.connection(con, "rb") : unable to open connection In addition: Warning message: cannot open compressed file `trips....
2010 Jul 19
22
zfs send to remote any ideas for a faster way than ssh?
...9;vw also tried mbuffer, but I get broken pipe errors part way through the transfer. I''m open to ideas for faster ways to to either zfs send directly or through a compressed file of the zfs send output. For the moment I; zfs send > pigz scp arcfour the file gz file to the remote host gunzip < to zfs receive This takes a very long time for 3 TB of data, and barely makes use the 10g connection between the machines due to the CPU limiting on the scp and gunzip processes. Thank you for your thoughts Richard J. -- This message posted from opensolaris.org
2016 Feb 17
0
[PATCH supermin v2 1/4] init: Uncompress modules before adding them to the mini initrd.
...--------------- 6 files changed, 34 insertions(+), 220 deletions(-) diff --git a/README b/README index 34949a2..56a28f6 100644 --- a/README +++ b/README @@ -97,9 +97,9 @@ are building: qemu >= 0.13 kernel >= 2.6.36 - zlib (statically linked) - if your kernel uses gzipped modules + gunzip (command) - if your kernel uses gzipped modules - xz (statically linked) - if your kernel uses xz-compressed modules + unxz (command) - if your kernel uses xz-compressed modules Building and installing ----------------------- diff --git a/configure.ac b/configure.ac index 126366b..0fe88c7 1...
2009 Aug 21
4
tar and gunzip help
HI All, I have a directory tree that when the user un-gzips/untars it does into /opt by default. The directory tree is like: ugui | |-- <misc files> |-- source |-----framework |------ <misc files> so when unzipped I want to end it with /opt/ugui and all the stuff below it. How do I do this? Can I also issue one command that will unzip and untar the archive at the same time?
2007 Dec 31
1
readBin differences on Windows and Linux/mac
I have been trying to use the gunzip function in the R.utils package. It opens a connection to a gzfile, uses readBin to read from that connection, and then uses writeBin to write out the raw data to a new file. This works as expected under linux/mac, but under Windows, I get: Error in readBin(inn, what= raw(0), size = 1, n=BFR.SIZ...