search for: tvf

Displaying 20 results from an estimated 24 matches for "tvf".

Did you mean: tv
2018 Nov 03
5
reading old dump backups from 2009
...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 file/pipe Checksum error 20311110402, inode 0 file (null) restore: Tape is not a dump tape I have another copy of the backup on another disk with the same checksum and it gets the same error as well. Here's a log f...
2018 Nov 03
1
reading old dump backups from 2009
On 11/3/18 3:26 AM, Pete Biggs wrote: >> restore tvf u1_l0_04-29-09_md1.dump Verify tape and initialize maps >> Input is from a local 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.d...
1998 Nov 15
0
smbtar: stdout & gzip
...9;m trying to pipe the output of smbclient/smbtar to gzip. Basically something like: smbclient '\server\share' -E -N -Tc - | gzip > test.tar.gz However I have a problem with smbclient tarring to standard output: doing smbclient '\server\share' -E -N -Tc test.tar and then tar tvf test.tar ---> all is ok doing smbclient '\server\share' -E -N -Tc - > test.tar and then tar tvf test.tar -----> shows something like: ..... filename filename :tar: Skipping to next file header <<<--------- problem flename filename .......... I can untar...
2012 Dec 07
1
smbclient 3.5.6 potential bug: 100-character filenames not extracted properly from tar
Hello Samba folks, I have come across a problem with smbclient 3.5.6 when I use the tar 'x' feature. Pathnames that work out to be 100 characters long are extracted incorrectly: bash-3.2$ tar tvf ugh.tar -rw-r--r-- bdavis/Domain Users 137 2012-12-07 13:36:40 a50characterpathnameABCDEFGHIJKLMNOPQRSTUVWXYZABCD/a49characterpathnameABCDEFGHIJKLMNOPQRSTUVWXYZABC -rw-r--r-- bdavis/Domain Users 138 2012-12-07 13:37:11 a50characterpathnameABCDEFGHIJKLMNOPQRSTUVWXYZABCD/a50characterpathnameABCDEFGHI...
1998 Oct 21
3
smbtar question?
...I then use smbtar to extract the tar file I create with smbtar, or, can I use gnutar? Does it matter? Am I safer sticking with smbtar? I'm guessing that since smbtar is a wrapper around smbclient, that there might be some magic in the smbclient portion of it. Though, just doing a quick tar tvf of the tar.out file appears to work properly. Thanks, -- Seeya, Paul ---- plussier@baynetworks.com Broadband Technology Division - Bay Networks (now a Nortel Company, Eh! :) If you're not having fun, you're not doing it right! -- Seeya, Paul
2009 Nov 11
4
About the tar extract signal directory~~
Hi,all: I've couple of large tarballs such as www.tar and images.tar. Is it possible to extract a single file or a list of files from a large tarball such as images.tar instead of extracting the entire tarball? How do I extract specific files under Linux / UNIX operating systems? Thanks in advance ~~ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Nov 15
10
Re: [Qemu-devel] [qemu-img] support for XVA
2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: > Gandalf, is there an XVA file publically available (pref. not > too big) that we can look at? I can try to provide one, but it's simple: # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 ---------- 0/0 42353 1970-01-01 01:00 ova.xml ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000 ---------- 0/0 40 1970-01-01 01:00 Ref:175/00000000.checksum ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/000000...
2013 Jun 16
3
Backend for Lucene format indexes-How to get doclength
Hi, all: I have wrote a demo patch for Backend for Lucene format indexes, Lucene version is 3.6.2. http://lucene.apache.org/core/3_6_2/fileformats.html Now, this demo patch just support the basic features in Lucene. Compound File(.cfs/.cfe)?term vector(.tvx/.tvd/.tvf) delete document(.del) are not supported, skip list in .fdx is not supported too example/quest.cc is used to test this demo. query like this: field_name:term, or file_name:term1 AND field_name:term2 Until now, I found some data needed for BM25 in Xapian are not existed in Lucene: 1. doclength_lo...
2017 Nov 15
4
Re: [Qemu-devel] [qemu-img] support for XVA
...te: > > 2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: > >> Gandalf, is there an XVA file publically available (pref. not > >> too big) that we can look at? > > > > I can try to provide one, but it's simple: > > > > # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 > > ---------- 0/0 42353 1970-01-01 01:00 ova.xml > > ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000 > > ---------- 0/0 40 1970-01-01 01:00 Ref:175/00000000.checksum > > ---------- 0/0...
2018 Nov 03
0
reading old dump backups from 2009
> > restore tvf u1_l0_04-29-09_md1.dump Verify tape and initialize maps > Input is from a local 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 say? > > &gt...
2008 Nov 09
1
only backup selected files
Hi I have number of selected files to backup and it is also in different folders How can I make it easy? eg: tar zcvf select-file.tar.gz from selected file or tar zcvf select-file.tar.gz (from selected files in file.txt)? Thank you for your help --------------------------------- Now with a new friend-happy design! Try the new Yahoo! Canada Messenger
2000 Jan 21
0
Having problems with large files using smbclient
...263212416 ( 529.3 kb/s) \plat_dump4.DAT tar: dumped 4 files and directories First of all when I do an ls, the file sizes come up correctly except for plat_dump4.DAT which is in fact 7326722176 bytes long. When I try to do a test on the tar file that was created, I get the following: > tar -tvf plat.tar -rw-r--r-- 0/0 13070464 Dec 30 03:08 1999 ./master_backup.DAT -rw-r--r-- 0/0 123008 Dec 30 03:08 1999 ./model_backup.DAT -rw-r--r-- 0/0 1308800 Dec 30 04:16 1999 ./msdb2_backup.DAT -rw-r--r-- 0/0 -1263212416 Jan 21 04:15 2000 ./plat_dump4.DAT tar: Skipping to n...
2002 Aug 27
0
Rsync question.
...trouble and no need, but, I think the problem is the embedded colon in the path. Administrator@USB-FLATUS ~ $ touch abc:def Administrator@USB-FLATUS ~ $ ls -l abc* -rw-r--r-- 1 Administ None 0 Aug 27 12:34 abc Administrator@USB-FLATUS ~ $ rm abc:def Administrator@USB-FLATUS ~ $ tar -tvf /n/a.tar -rw-r--r-- tconway/Vlsieng 29 2002-08-27 12:32:28 abc:def Administrator@USB-FLATUS ~ $ tar -xvf /n/a.tar abc:def Administrator@USB-FLATUS ~ $ ls -l abc* -rw-r--r-- 1 Administ None 0 Aug 27 12:32 abc Administrator@USB-FLATUS ~ $ rm abc* Administrator@USB-FLATUS ~ $ It exists...
2017 Nov 15
0
Re: [Qemu-devel] [qemu-img] support for XVA
...21:41, Gandalf Corvotempesta wrote: > 2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: >> Gandalf, is there an XVA file publically available (pref. not >> too big) that we can look at? > > I can try to provide one, but it's simple: > > # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 > ---------- 0/0 42353 1970-01-01 01:00 ova.xml > ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000 > ---------- 0/0 40 1970-01-01 01:00 Ref:175/00000000.checksum > ---------- 0/0 1048576 1970-01-01...
2017 Nov 16
0
Re: [Qemu-devel] [qemu-img] support for XVA
...orvotempesta@gmail.com> wrote: > 2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: > > Gandalf, is there an XVA file publically available (pref. not > > too big) that we can look at? > > I can try to provide one, but it's simple: > > # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 > ---------- 0/0 42353 1970-01-01 01:00 ova.xml > ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000 > ---------- 0/0 40 1970-01-01 01:00 Ref:175/00000000.checksum > ---------- 0/0 1048576 1970-01-01...
2017 Nov 15
0
Re: [Qemu-devel] [qemu-img] support for XVA
...21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: >> >> Gandalf, is there an XVA file publically available (pref. not >> >> too big) that we can look at? >> > >> > I can try to provide one, but it's simple: >> > >> > # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 >> > ---------- 0/0 42353 1970-01-01 01:00 ova.xml >> > ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000 >> > ---------- 0/0 40 1970-01-01 01:00 >> Ref:175/00000000.checksum >> &g...
2017 Nov 15
0
Re: [Qemu-devel] [qemu-img] support for XVA
...0100, Gandalf Corvotempesta wrote: > 2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: > > Gandalf, is there an XVA file publically available (pref. not > > too big) that we can look at? > > I can try to provide one, but it's simple: > > # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 > ---------- 0/0 42353 1970-01-01 01:00 ova.xml > ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000 > ---------- 0/0 40 1970-01-01 01:00 Ref:175/00000000.checksum > ---------- 0/0 1048576 1970-01-01...
2000 Apr 06
0
Testcase to show the bug in smbclient with tar,ls,mget
...with level 10. 6/ I think it is a problem of timing when smbclient parses the directory entries but i have no solution... 7/ I can provide a tgz file containing: ltestparm:result of testparm on SGI machine script:the original script in point 1/ linst4:the good list of the share obtained by tar tvf inst4.tar > linst4 diff-linst4_linst1 diff-linst4_linst2:diff between good tar and bad ones tar1trunc:Truncape script of good tar debug level 5 tar2trunc:Truncape script of bad tar debug level 5 Now, I put this bottle in the sea and i hope... Whatever you consider this message, thank you for a...
2017 Nov 15
2
Re: [Qemu-devel] [qemu-img] support for XVA
On 2017-11-15 21:24, Richard W.M. Jones wrote: > On Wed, Nov 15, 2017 at 09:07:12PM +0100, Max Reitz wrote: >> On 2017-11-15 21:06, Gandalf Corvotempesta wrote: >>> 2017-11-15 20:59 GMT+01:00 Max Reitz <mreitz@redhat.com>: >>>> Well, you can't just add support to qemu-img alone either. Every image >>>> format supported by qemu-img is one
2007 Mar 20
3
A few issues
1) Is this the right place for kernel internals questions and if not, what is? (Refresher: I am relatively new to Linux kernel internals, but not kernels in general. I've work on Unix and proprietary kernels, including my first seven years as a professional developing a whole system from the ground up.) 2) I noticed this morning that my GLMatrix screensaver is not working any