search for: 87b0e13

Displaying 8 results from an estimated 8 matches for "87b0e13".

Did you mean: 870,13
2016 Jul 18
0
[PATCH v1 INCOMPLETE] tests: Implement script to check documented tool options match actual options.
.../../pod-arg-check.pl virt-filesystems.pod virt-filesystems +$srcdir/../pod-arg-check.pl virt-log.pod virt-log +$srcdir/../pod-arg-check.pl virt-ls.pod virt-ls \ + -ignore=--checksums,--extra-stat,--time,--uid diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index acd43e0..87b0e13 100644 --- a/cat/virt-cat.pod +++ b/cat/virt-cat.pod @@ -126,9 +126,9 @@ security problem with malicious guests (CVE-2010-3851). Read key or passphrase parameters from stdin. The default is to try to read passphrases from the user by opening F</dev/tty>. -=item B<-m dev[:mountpoint[:o...
2016 Oct 03
3
[PATCH v2 0/2] New tool: virt-tail.
Nothing new in the virt-tail command itself, but the second commit includes a simple test. Rich.
2016 Oct 03
0
[PATCH v2 1/2] New tool: virt-tail.
...-filesystems.pod virt-filesystems $srcdir/../podcheck.pl virt-log.pod virt-log $srcdir/../podcheck.pl virt-ls.pod virt-ls \ --ignore=--checksums,--extra-stat,--time,--uid +$srcdir/../podcheck.pl virt-tail.pod virt-tail diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index 87b0e13..a81f4f4 100644 --- a/cat/virt-cat.pod +++ b/cat/virt-cat.pod @@ -202,6 +202,8 @@ To list out the log files from guests, see the related tool L<virt-log(1)>. It understands binary log formats such as the systemd journal. +To follow (tail) text log files, use L<virt-tail(1)>. + =he...
2016 Oct 01
1
[PATCH] New tool: virt-tail.
This adds a new tool which does a follow operation (ie. tail -f) on one or more log/text files inside the guest. I've only done limited testing, but it works for me for tailing various long-running builds inside guests which I'm doing at the moment. There are no tests at present. Rich.
2016 Oct 03
0
[PATCH v3 1/2] New tool: virt-tail.
...-filesystems.pod virt-filesystems $srcdir/../podcheck.pl virt-log.pod virt-log $srcdir/../podcheck.pl virt-ls.pod virt-ls \ --ignore=--checksums,--extra-stat,--time,--uid +$srcdir/../podcheck.pl virt-tail.pod virt-tail diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index 87b0e13..a81f4f4 100644 --- a/cat/virt-cat.pod +++ b/cat/virt-cat.pod @@ -202,6 +202,8 @@ To list out the log files from guests, see the related tool L<virt-log(1)>. It understands binary log formats such as the systemd journal. +To follow (tail) text log files, use L<virt-tail(1)>. + =he...
2016 Oct 03
1
Re: [PATCH v2 1/2] New tool: virt-tail.
...ems > $srcdir/../podcheck.pl virt-log.pod virt-log > $srcdir/../podcheck.pl virt-ls.pod virt-ls \ > --ignore=--checksums,--extra-stat,--time,--uid > +$srcdir/../podcheck.pl virt-tail.pod virt-tail > diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod > index 87b0e13..a81f4f4 100644 > --- a/cat/virt-cat.pod > +++ b/cat/virt-cat.pod > @@ -202,6 +202,8 @@ To list out the log files from guests, see the related tool > L<virt-log(1)>. It understands binary log formats such as the systemd > journal. > > +To follow (tail) text log files...
2016 Oct 03
3
[PATCH v3 0/2] New tool: virt-tail.
Since v2: - Fix the things that Pino mentioned, except the recursion. - Implement Windows support. For Windows support to be sane, I had to inline the add_and_mount code. Rich.
2016 Jul 18
2
[PATCH] tests: Implement script to check documented tool options match actual options.
...d virt-cat +$srcdir/../podcheck.pl virt-filesystems.pod virt-filesystems +$srcdir/../podcheck.pl virt-log.pod virt-log +$srcdir/../podcheck.pl virt-ls.pod virt-ls \ + --ignore=--checksums,--extra-stat,--time,--uid diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index acd43e0..87b0e13 100644 --- a/cat/virt-cat.pod +++ b/cat/virt-cat.pod @@ -126,9 +126,9 @@ security problem with malicious guests (CVE-2010-3851). Read key or passphrase parameters from stdin. The default is to try to read passphrases from the user by opening F</dev/tty>. -=item B<-m dev[:mountpoint[:o...