search for: bzcat

Displaying 20 results from an estimated 33 matches for "bzcat".

Did you mean: zcat
2018 Nov 03
1
reading old dump backups from 2009
...cal file/pipe >> Checksum error 20311110402, inode 0 file (null) >> restore: Tape is not a dump tape > what does 'file' think the file is - i.e. what does > > file u1_l0_04-29-09_md1.dump u1_l0_04-29-09_md1.dump:?? data Which I did think was odd.? I had also tried bzcat u1_l0_04-29-09_md1.dump bzcat: u1_l0_04-29-09_md1.dump is not a bzip2 file. but I didn't remember if dump might have it's own headers before the compressed data. > The dump is compressed. What was the command line you used to create > the dump file? > > Have you tried using...
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
...[extensions] hgext.mq= Have the following in your env == export EMAIL=username at youdomain dot com export EDITOR=vi export SOLARIS_BUILD_TOOLS=/opt xvm-gate ======== ** Grab/setup the b89 xvm sources -- mkdir xvm-gate cd xvm-gate wget http://dlc.sun.com/osol/on/downloads/b89/xvm-src.tar.bz2 bzcat xvm-src.tar.bz2 | tar xf - ** Update the sunos.hg bits -- cd sunos.hg rm .hg/hgrc echo "[paths]" > .hg/hgrc echo "default = ssh://anon@hg.opensolaris.org/hg/xen-gate/sunos-unstable" >> .hg/hgrc hg pull -uv ** Remove the xen source and clone xen-unstable.hg (up to...
2008 Dec 02
8
RELENG_7_1: bce driver change generating too much interrupts ?
Since last upgrade, I see much more CPU time "eated" by interrupts (at least 10% cpu in top) (see http://dgeo.perso.ec-marseille.fr/cpu-week.png) The server behave correctly (Or seems to?), and high interrupt number seems to come from bce cards (source: systat -vmstat) I just upgraded from "RELENG_7 Mon Sep 8 12:33:06 CEST 2008" to "RELENG_7_1 Sat Nov 29 16:20:35 CET
2018 Nov 03
5
reading old dump backups from 2009
I have and old dump format backup done under fedora 7 which is stored on disk and has an sha256sum file that indicates there are no data errors in the backup file.? When I try to read the file with restore under CentOS 6,? I get the following error: cat /etc/redhat-release CentOS release 6.10 (Final) restore tvf u1_l0_04-29-09_md1.dump Verify tape and initialize maps Input is from a local
2003 Jan 14
0
tcng version 9d
...rom 2.4.19 to 2.4.20 - configure is now compatible with 2.4.21 (pre-release, tested with pre3) - tcsim -V now also prints the versions of the kernel and iproute2 used to build it - make "upload-sf" now runs md5sum after uploading - README: changed tar xfI <file> to more compatible bzcat <file> | tar xf - - generalized argument-fetching mechanism of sprintf, and split it into sprintf.c and sprintf_generic.c - removed extra % from sprintf''s precision error message (updated tests/sprintf) - comtc''s second pass now invokes tcc with the -n option, because so...
2012 Nov 27
6
How to clean up /
...el 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 /rescue/groups 5M /rescue/whoami 5M /rescue/chroot 5M /rescue/chown 5...
2017 Jul 14
0
[PATCH 03/27] daemon: Reimplement ‘file’ API in OCaml.
...ml diff --git a/daemon/file.c b/daemon/file.c index 84874dc6f..ee79eb507 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -30,7 +30,6 @@ #include "actions.h" #include "optgroups.h" -GUESTFSD_EXT_CMD(str_file, file); GUESTFSD_EXT_CMD(str_zcat, zcat); GUESTFSD_EXT_CMD(str_bzcat, bzcat); @@ -449,85 +448,6 @@ do_pwrite_device (const char *device, const char *content, size_t size, return pwrite_fd (fd, content, size, offset, device, 1); } -/* This runs the 'file' command. */ -char * -do_file (const char *path) -{ - CLEANUP_FREE char *buf = NULL; - const cha...
2006 May 09
0
[PATCH] build: make linux download more flexible
...so that vpath is re-evaluated. This is important for the case +# where the files are dowloaded this time around, and they are downloaded +# into an alternate directory, as specified by DOWNLOAD_PATH + +unpack-pristine-%-X: % + tar -C $(UNPACK_DIR) -jxf $< + +patch-pristine-%-X: % + echo $< + bzcat $< | patch -d $(UNPACK_DIR) -p1 + +.PHONY: patch-pristine-dummy +patch-pristine-dummy-X: -pristine-%/.valid-pristine: %.tar.bz2 +pristine-%/.valid-pristine: $(LINUX_TARBALL) $(LINUX_PATCHES) rm -rf tmp-pristine-$* $(@D) mkdir -p tmp-pristine-$* - tar -C tmp-pristine-$* -jxf $< - -@rm -f...
2017 Jul 14
0
[PATCH 12/27] daemon: Reimplement ‘file_architecture’ API in OCaml.
...nknown S/390 bit size: %s" bits + ) + else + elf_arch + +and cpio_arch magic orig_path path = + let sysroot = Sysroot.sysroot () in + + let zcat = + if String.find magic "gzip" >= 0 then "zcat" + else if String.find magic "bzip2" >= 0 then "bzcat" + else if String.find magic "XZ compressed" >= 0 then "xzcat" + else "cat" in + + let tmpdir = sprintf "/tmp/%s" (String.random8 ()) in + mkdir tmpdir 0o700; + + (* Construct a command to extract named binaries from the initrd file. *) + le...
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine. I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15 Everything I have read says use the installer to load windows programs. Where is the installer? Thanks, -- Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA http://www.plansandprojects.com My hobby pages are here:
2018 Jan 10
1
guestmount fails after linux kernel update 01/10/2018
...more 100755 1910 0:0 366 l rbash 120777 4 0:0 -> \x11 338 - mkdir 100755 76848 0:0 402 - zcmp 100755 1777 0:0 322 - gzip 100755 98240 0:0 303 - cpio 100755 141472 0:0 278 - btrfs-image 100755 270136 0:0 286 - bzcat 100755 31288 0:0 276 - btrfs-debug-tree 100755 249464 0:0 307 - df 100755 97912 0:0 343 - mount 104755 40152 0:0 308 - dir 100755 126584 0:0 287 l bzcmp 120777 6 0:0 -> \x17\v 350 - ntfs-3g.secaudit 100755 67608 0:0 301 -...
2017 Jul 24
0
[PATCH 2/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
...0) { diff --git a/daemon/file.c b/daemon/file.c index 84874dc6f..794409eb4 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -30,9 +30,7 @@ #include "actions.h" #include "optgroups.h" -GUESTFSD_EXT_CMD(str_file, file); -GUESTFSD_EXT_CMD(str_zcat, zcat); -GUESTFSD_EXT_CMD(str_bzcat, bzcat); +DECLARE_EXTERNAL_COMMANDS ("file", "zcat", "bzcat") int do_touch (const char *path) @@ -505,7 +503,7 @@ do_file (const char *path) char *out; CLEANUP_FREE char *err = NULL; - int r = command (&out, &err, str_file, flags, path, NULL); + i...
2014 Dec 11
2
Re: virt-df error, help
...0 -> dash 1134 - chmod 100755 56032 0:0 1212 - setupcon 100755 12052 0:0 1236 - zforce 100755 2133 0:0 1229 - vdir 100755 110080 0:0 1238 - zless 100755 2039 0:0 1163 - less 100755 153664 0:0 1155 - grep 100755 191952 0:0 1138 - cpio 100755 137272 0:0 1137 - cp 100755 130304 0:0 1120 - bzcat 100755 31152 0:0 1227 - uncompress 100755 2303 0:0 1154 - getfacl 100755 23688 0:0 1226 - uname 100755 31360 0:0 1214 - sleep 100755 31296 0:0 1209 - sed 100755 73352 0:0 1160 - kbd_mode 100755 10480 0:0 1129 l bzless 120777 6 0:0 -> bzmore 1140 - date 100755 64256 0:0 1197 - ntfswipe 1...
2012 Aug 30
2
[PATCH v2] daemon: collect list of called external commands
...ame, err); diff --git a/daemon/file.c b/daemon/file.c index 2756755..a5b3e85 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -29,6 +29,10 @@ #include "daemon.h" #include "actions.h" +GUESTFSD_EXT_CMD(str_file, file); +GUESTFSD_EXT_CMD(str_zcat, zcat); +GUESTFSD_EXT_CMD(str_bzcat, bzcat); + int do_touch (const char *path) { @@ -473,7 +477,7 @@ do_file (const char *path) const char *flags = is_dev ? "-zbsL" : "-zb"; char *out, *err; - int r = command (&out, &err, "file", flags, path, NULL); + int r = command (&out, &...
2012 Aug 30
1
[PATCH] collect list of called external commands
...lename, err); diff --git a/daemon/file.c b/daemon/file.c index 2756755..8f86bec 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -29,6 +29,10 @@ #include "daemon.h" #include "actions.h" +GUESTFS_EXT_CMD(str_file, file); +GUESTFS_EXT_CMD(str_zcat, zcat); +GUESTFS_EXT_CMD(str_bzcat, bzcat); + int do_touch (const char *path) { @@ -473,7 +477,7 @@ do_file (const char *path) const char *flags = is_dev ? "-zbsL" : "-zb"; char *out, *err; - int r = command (&out, &err, "file", flags, path, NULL); + int r = command (&out, &...
2018 Jan 15
2
but report
...100755 140 0:0 395 - umount 104755 27608 0:0 287 l bzcmp 120777 6 0:0 -> \x17\v 303 - cpio 100755 141472 0:0 325 - kill 100755 23152 0:0 374 - sleep 100755 31408 0:0 343 - mount 104755 40152 0:0 286 - bzcat 100755 31288 0:0 315 - fsck.btrfs 100755 1185 0:0 282 - btrfs-zero-log 100755 245368 0:0 305 - date 100755 68464 0:0 384 - systemd-machine-id-setup 100755 47544 0:0 306 - dd 100755 72632 0:0 406 - zforce 100755 2131 0:0...
2013 Nov 07
2
Kernel panic with virt-builder etc.
...040755 4096 1001:1001 6442 - init 100775 4207 1001:1001 supermin: debug: listing directory /bin 12 d . 040755 4096 1001:1001 2 d .. 040755 4096 0:0 1157 - bash 100755 959168 0:0 1158 - bunzip2 100755 31152 0:0 1159 - bzcat 100755 31152 0:0 1160 l bzcmp 120777 6 0:0 -> bzdiff 1161 - bzdiff 100755 2140 0:0 1162 l bzegrep 120777 6 0:0 -> bzgrep 1163 - bzexe 100755 4877 0:0 1164 l bzfgrep 120777 6 0:0 -> bzgrep 1165 - bzgrep 100755 3642...
2014 Dec 06
4
Re: virt-df error, help
Thanks again, but when I run the command "sudo update-guestfs-appliance" the result is "unpacking /tmp/superminef3fb7da4d1971287149691a8361ae0d.tmp/syslinux_3%3a4.05+dfsg-6+deb8u1_amd64.deb ... unpacking /tmp/superminef3fb7da4d1971287149691a8361ae0d.tmp/sysv-rc_2.88dsf-41ubuntu6_all.deb ... unpacking
2017 Jul 27
0
[PATCH v2] daemon: Remove GUESTFSD_EXT_CMD.
...) { diff --git a/daemon/file.c b/daemon/file.c index 84874dc6f..da4218c45 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -30,10 +30,6 @@ #include "actions.h" #include "optgroups.h" -GUESTFSD_EXT_CMD(str_file, file); -GUESTFSD_EXT_CMD(str_zcat, zcat); -GUESTFSD_EXT_CMD(str_bzcat, bzcat); - int do_touch (const char *path) { @@ -505,7 +501,7 @@ do_file (const char *path) char *out; CLEANUP_FREE char *err = NULL; - int r = command (&out, &err, str_file, flags, path, NULL); + int r = command (&out, &err, "file", flags, path, NULL); i...
2017 Jun 03
3
[PATCH 0/3]: daemon: Reimplement ‘file’ API in OCaml.
This patch series is just FYI at the moment. However it does pass the tests. The daemon is a self-contained program. We don't need to write it all in C. Writing parts of it in OCaml would make it simpler and less error-prone. In particular if the daemon was written in a more sane programming language then we could move the inspection code to run entirely inside the appliance, which would