Displaying 20 results from an estimated 347 matches for "gunzipping".
Did you mean:
unzipping
2006 Jun 29
3
hotuser and hotkernel
G''Day Folks,
While I have a few minutes online (which is rare at the moment - travel),
let me post about a couple 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
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
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 peut
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
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
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.
I've been having an exchange of e-mails with Bryan O'Sullivan regarding
this problem. I thought 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
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
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 kinda worried
2005 Jul 31
0
[patch] kbuild: build all targets in gzip
The gzip program had a few aliases - using ln to reach them.
Build these.
Also introduce gzip.stripped since it was present in the original
Makefile.
To support this a few new rules was added to scripts/Kbuild.klibc
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
commit e7daa9d72c3c7ea2cf23ff34bf601989ced7c6e1
tree 15adb0ed586e264a41fc4b419a71d903faa1a9ca
parent
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-*
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
Saving Rdata files in a zip archive form can in some cases save a
considerable amount of disk space. R has the zip.file.extract function to
extract files from zip archives, but appears not to have any corresponding
function to save in zipped form. (At least I have not been able to find
anything in the help files or through searching the mail archives.) The
system function can be used to call gzip
2010 Jul 19
22
zfs send to remote any ideas for a faster way than ssh?
I''ve tried ssh blowfish and scp arcfour. both are CPU limited long before the 10g link is.
I''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
2016 Feb 17
0
[PATCH supermin v2 1/4] init: Uncompress modules before adding them to the mini initrd.
When building the mini initrd, previously we copied the modules into
the initrd as-is, so for example if the module was xz-compressed, we
copied the foo.ko.xz file to the initrd. This requires that the mini
init binary is linked to zlib & lzma, so that it knows how to
uncompress these modules when insmoding them at boot time. Also since
the init is statically linked, it required _static_
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.SIZE) :
negative length vectors are not allowed
A simple