search for: gzcat

Displaying 16 results from an estimated 16 matches for "gzcat".

Did you mean: zcat
2004 Jan 19
1
patching 3.0.0 to 3.0.1
...0 on Solaris 9. I'm hoping that the new release will help me with some problems I've been having with character conversions using smbprint.sysv (you will hear more form me if it doesn't). I do this: # cd samba-3.0.0/source # make distclean # ls patch* patch-3.0.0-3.0.1.gz # gzcat patch* | patch -p0 ## GNU patch 2.5.4 can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -u -r --new-file samba-3.0.0/WHATSNEW.txt samba-3.0.1/WHATSNEW.txt |--- samba-3.0.0/WHATS...
2002 Mar 02
1
GNU tar does not ignore files in .Rbuildignore (PR#1339)
...t;foo" >mypkg/.Rbuildignore bimini.jgi-psf.org% R CMD build mypkg * checking for file `mypkg/DESCRIPTION' ... OK * preparing `mypkg': * checking whether `INDEX' is up-to-date ... NO * creating new INDEX * removing junk files * building `mypkg_0.1.tar.gz' bimini.jgi-psf.org% gzcat mypkg_0.1.tar.gz |tar tf - mypkg/ mypkg/DESCRIPTION mypkg/R/ mypkg/R/First.lib.R mypkg/INDEX mypkg/man/ mypkg/man/First.lib.Rd bimini.jgi-psf.org% setenv PATH /usr/local/bin:$PATH bimini.jgi-psf.org% tar --version tar (GNU tar) 1.13 Copyright (C) 1988, 92,93,94,95,96,97,98, 1999 Free Software Foun...
2002 Aug 06
0
pipe and binary i/o (on Linux)
...: > zz <- gzfile("testbin.gz", "wb") > writeBin(1:10, zz) > close(zz) > zz <- gzfile("testbin.gz", "rb") > readBin(zz, integer(), 4) [1] 1 2 3 4 > readBin(zz, integer(), 6) [1] 5 6 7 8 9 10 > close(zz) > zz <- pipe("gzcat testbin.gz", "rb") Error in pipe("gzcat testbin.gz", "rb") : unable to open connection In addition: Warning message: cannot open cmd `gzcat testbin.gz' so pipe has problems, as on Linux popen does not respect "rb" (although on other platforms it see...
2016 Jan 06
0
[PATCH klibc] gzip: Fix silent fallback to decompression
...ncmp(progname, "un", 2) == 0 /* ungzip, uncompress */ || strncmp(progname, "gun", 3) == 0) { /* gunzip */ - decompress = 1; + decompress_wanted = 1; } -#endif if (strequ(progname+1, "cat") /* zcat, pcat, gcat */ || strequ(progname, "gzcat")) { /* gzcat */ -#ifndef decompress - decompress = 1; -#endif + decompress_wanted = 1; to_stdout = 1; } #endif @@ -282,9 +281,7 @@ int main (argc, argv) case 'c': to_stdout = 1; break; case 'd': -#ifndef decompress - decompress = 1; -#endif + decom...
2016 Jan 06
0
[klibc:master] gzip: Fix silent fallback to decompression
...ncmp(progname, "un", 2) == 0 /* ungzip, uncompress */ || strncmp(progname, "gun", 3) == 0) { /* gunzip */ - decompress = 1; + decompress_wanted = 1; } -#endif if (strequ(progname+1, "cat") /* zcat, pcat, gcat */ || strequ(progname, "gzcat")) { /* gzcat */ -#ifndef decompress - decompress = 1; -#endif + decompress_wanted = 1; to_stdout = 1; } #endif @@ -282,9 +281,7 @@ int main (argc, argv) case 'c': to_stdout = 1; break; case 'd': -#ifndef decompress - decompress = 1; -#endif + decom...
2002 Feb 28
0
Can't untar snapshot.. scard missing from CVS?
...a clean copy from the CVS. Configure fails when it hits the "/scard" directory, which is empty. I touched "/scard/Makefile.in", and configure then ran to completion. So, two things... 1. Is there a blocksize option on tar when the snapshots were created? My extract command is: gzcat openssh-SNAP-20020228.tar.gz | tar xvof - Separately unzipping and untarring gives the same error. 2. Is the /scard stuff missing from the CVS? I think I saw something about this on the list previously, so forgive my faulty memory. I'm very pleased with OpenSSH 3.0.2, and am glad to contribut...
2012 Nov 27
6
How to clean up /
...5M /rescue/zfs 5M /rescue/zpool 5M /rescue/bsdlabel 5M /rescue/disklabel 5M /rescue/fdisk 5M /rescue/dhclient 5M /rescue/head 5M /rescue/mt 5M /rescue/sed 5M /rescue/tail 5M /rescue/tee 5M /rescue/gzip 5M /rescue/gunzip 5M /rescue/gzcat 5M /rescue/zcat 5M /rescue/bzip2 5M /rescue/bunzip2 5M /rescue/bzcat 5M /rescue/xz 5M /rescue/unxz 5M /rescue/lzma 5M /rescue/unlzma 5M /rescue/xzcat 5M /rescue/lzcat 5M /rescue/tar 5M /rescue/vi 5M /rescue/ex 5M /rescue/id 5M...
2001 Dec 08
5
No "seteuid" method available
Hey Everyone: "No seteuid method available" is the error I get when trying to configure Samba 2.2.2 on an HP-UX 11.0 system. This system is part of a test network and has tcp/ip but no DNS. There are only 3 articles on the Samba site about this and the only fix requires changing and recompiling "C" libraries. Is there another, simpler fix? Thanks. ~ Gary Zawilinski ~
2003 Sep 19
7
[Bug 686] sshd dies by non-root account session
http://bugzilla.mindrot.org/show_bug.cgi?id=686 Summary: sshd dies by non-root account session Product: Portable OpenSSH Version: 3.7.1p1 Platform: MIPS OS/Version: IRIX Status: NEW Severity: normal Priority: P3 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: yuki at
2003 Apr 30
1
IPv6 Resolver (or: Slow rendering of Webpages using Konqueror)
...or. This seems to be an application enabled behavior. For example, installing the bind9 port version of the 'host' command (even with an INET6-kernel) does not expose the behavior. When we look at the wget port __without__ ipv6, the ports' patch explicetely enables ipv6 in configure: # gzcat /var/ports/distfiles/wget_1.8.2-10.diff.gz |grep -A1 'echo enable' +echo enable IPv6 1>&6 +CFLAGS="$CFLAGS -DINET6 " (most of the patch is ipv6 related anyhow) When you use `make patch` and then edit configure, stripping the above 2 lines, then use `make install`, wget i...
1999 Mar 15
0
R 68.3 on OSF V4.0 problems SOLVED
...h gcc; I do not have g77 to try.) Below is a set of instructions which happily builds R on my Alphas. Paul Szabo - System Manager // School of Mathematics and Statistics psz at maths.usyd.edu.au // University of Sydney, NSW 2006, Australia --- #!/bin/ksh - set -x V=R-0.63.3 gzcat $V.tgz | tar xf - cd $V : 'Versions (for the record):' : '% uname -a' : 'OSF1 turin.maths.usyd.edu.au V4.0 878 alpha' : '% sizer -v ' : 'Digital UNIX V4.0D (Rev. 878); Tue Dec 15 07:43:31 EST 1998 ' : : 'Set values in config.site:' : 'use DEC C...
1999 Mar 12
1
R 68.3 on OSF V4.0 problems
...used to build R so you can see exactly what I done. Thanks in advance for any help with my problem. Paul Szabo - System Manager // School of Mathematics and Statistics psz at maths.usyd.edu.au // University of Sydney, NSW 2006, Australia --- #!/bin/ksh - set -x V=R-0.63.3 gzcat $V.tgz | tar xf - cd $V rm -f config.cache ./configure : 'Versions (for the record):' : '% uname -a' : 'OSF1 turin.maths.usyd.edu.au V4.0 878 alpha' : '% sizer -v ' : 'Digital UNIX V4.0D (Rev. 878); Tue Dec 15 07:43:31 EST 1998 ' : '% gcc -v' : ...
2006 Sep 11
7
installing a pseudo driver in a Solaris DOM U and DOM U reboot
Hello, on a v20z, we have as DOM 0 a Solaris XEN on snv44 64bits and we have as DOM U a Solaris XEN on snv44 64 bits. We then install a pseudo driver in the Solaris DOM 1 XEN snv44: installation is ok and driver works as expected. But on reboot of DOM 1, the driver is no more there (in modinfo, driver not found). Is there something special to do after a pseudo driver installation in a Solaris
2008 Jan 10
2
FreeBSD tar errors on valid empty tar.gz
Seems our current libarchive? That support FreeBSD's tar implementation has a bug where it can create archives it cant read back. This can be seen by simply creating an empty tar.gz file and then trying to expand or list it. In doing the above you get the following error: tar: Unrecognized archive format: Inappropriate file type or format N.B. gtar can list and expand the created file
2007 Jan 15
1
Bug#406973: logtail misses lines in rotated file
Package: logtail Version: 1.2.52 Severity: normal Tags: patch Hi, When a logfile is rotated, logtail misses the lines logged between the last logtail run and the logfile rotation. The attached patch allows to set an alternate logfile that logtail tries to use as the old logfile if the inode has changed. It can be used as: logtail -f /var/log/syslog -a /var/log/syslog.1 (Please note that this
2012 Oct 05
24
Building an On-Site and Off-Size ZFS server, replication question
Good morning. I am in the process of planning a system which will have 2 ZFS servers, one on site, one off site. The on site server will be used by workstations and servers in house, and most of that will stay in house. There will, however, be data i want backed up somewhere else, which is where the offsite server comes in... This server will be sitting in a Data Center and will have some storage