From a7740cb19a6991d21dc9395dffb87d69ee5986b5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 21 Nov 2011 13:25:36 +0000 Subject: [PATCH] Version 1.15.5. --- BUGS | 5 +- configure.ac | 2 +- po-docs/ja.po | 831 +++++++++++++++++++++++++++++++++++---- po-docs/libguestfs-docs.pot | 749 +++++++++++++++++++++++++++++++++--- po-docs/podfiles | 1 + po-docs/uk.po | 917 ++++++++++++++++++++++++++++++++++++++++---- po/en_GB.po | 2 +- po/es.po | 2 +- po/gu.po | 2 +- po/hi.po | 2 +- po/kn.po | 2 +- po/libguestfs.pot | 4 +- po/ml.po | 2 +- po/mr.po | 2 +- po/nl.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/uk.po | 2 +- 21 files changed, 2315 insertions(+), 222 deletions(-) diff --git a/BUGS b/BUGS index f611ed3..4c5cdb2 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2011-11-17 +Last updated: 2011-11-21 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -59,9 +59,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 745606 NEW https://bugzilla.redhat.com/show_bug.cgi?id=745606 libguestfs: error: part_list: could not parse row from output of parted print command -752916 NEW https://bugzilla.redhat.com/show_bug.cgi?id=752916 - hivex has implicit pointer conversions - 563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450 list-devices returns devices of different types out of order diff --git a/configure.ac b/configure.ac index 3003099..7b82ee1 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [15]) -m4_define([libguestfs_release], [4]) +m4_define([libguestfs_release], [5]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/po-docs/ja.po b/po-docs/ja.po index 22bf6d7..fc821a3 100644 --- a/po-docs/ja.po +++ b/po-docs/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-11-17 13:11+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:15+0000\n" "Last-Translator: rjones \n" "Language-Team: Japanese \n" @@ -24,15 +24,16 @@ msgstr "" #: ../cat/virt-filesystems.pod:3 ../cat/virt-ls.pod:3 #: ../clone/virt-sysprep.pod:3 ../df/virt-df.pod:3 ../edit/virt-edit.pod:3 #: ../erlang/examples/guestfs-erlang.pod:3 ../examples/guestfs-examples.pod:3 -#: ../examples/guestfs-recipes.pod:14 ../fish/guestfish.pod:3 -#: ../fish/virt-copy-in.pod:3 ../fish/virt-copy-out.pod:3 -#: ../fish/virt-tar-in.pod:3 ../fish/virt-tar-out.pod:3 -#: ../fuse/guestmount.pod:3 ../inspector/virt-inspector.pod:3 -#: ../java/examples/guestfs-java.pod:3 ../ocaml/examples/guestfs-ocaml.pod:3 -#: ../perl/examples/guestfs-perl.pod:3 ../python/examples/guestfs-python.pod:3 -#: ../rescue/virt-rescue.pod:3 ../resize/virt-resize.pod:3 -#: ../ruby/examples/guestfs-ruby.pod:3 ../sparsify/virt-sparsify.pod:3 -#: ../src/guestfs.pod:3 ../test-tool/libguestfs-test-tool.pod:3 +#: ../examples/guestfs-recipes.pod:14 ../examples/guestfs-testing.pod:3 +#: ../fish/guestfish.pod:3 ../fish/virt-copy-in.pod:3 +#: ../fish/virt-copy-out.pod:3 ../fish/virt-tar-in.pod:3 +#: ../fish/virt-tar-out.pod:3 ../fuse/guestmount.pod:3 +#: ../inspector/virt-inspector.pod:3 ../java/examples/guestfs-java.pod:3 +#: ../ocaml/examples/guestfs-ocaml.pod:3 ../perl/examples/guestfs-perl.pod:3 +#: ../python/examples/guestfs-python.pod:3 ../rescue/virt-rescue.pod:3 +#: ../resize/virt-resize.pod:3 ../ruby/examples/guestfs-ruby.pod:3 +#: ../sparsify/virt-sparsify.pod:3 ../src/guestfs.pod:3 +#: ../test-tool/libguestfs-test-tool.pod:3 #: ../tools/virt-list-filesystems.pl:30 ../tools/virt-list-partitions.pl:30 #: ../tools/virt-make-fs.pl:35 ../tools/virt-tar.pl:31 #: ../tools/virt-win-reg.pl:35 @@ -86,11 +87,12 @@ msgstr "" #: ../clone/virt-sysprep.pod:13 ../df/virt-df.pod:21 ../edit/virt-edit.pod:27 #: ../erlang/examples/guestfs-erlang.pod:16 #: ../examples/guestfs-examples.pod:19 ../examples/guestfs-recipes.pod:18 -#: ../fish/guestfish.pod:30 ../fish/virt-copy-in.pod:19 -#: ../fish/virt-copy-out.pod:13 ../fish/virt-tar-in.pod:21 -#: ../fish/virt-tar-out.pod:15 ../fuse/guestmount.pod:20 -#: ../inspector/virt-inspector.pod:19 ../java/examples/guestfs-java.pod:15 -#: ../ocaml/examples/guestfs-ocaml.pod:25 ../perl/examples/guestfs-perl.pod:18 +#: ../examples/guestfs-testing.pod:7 ../fish/guestfish.pod:30 +#: ../fish/virt-copy-in.pod:19 ../fish/virt-copy-out.pod:13 +#: ../fish/virt-tar-in.pod:21 ../fish/virt-tar-out.pod:15 +#: ../fuse/guestmount.pod:20 ../inspector/virt-inspector.pod:19 +#: ../java/examples/guestfs-java.pod:15 ../ocaml/examples/guestfs-ocaml.pod:25 +#: ../perl/examples/guestfs-perl.pod:18 #: ../python/examples/guestfs-python.pod:14 ../rescue/virt-rescue.pod:31 #: ../resize/virt-resize.pod:13 ../ruby/examples/guestfs-ruby.pod:15 #: ../sparsify/virt-sparsify.pod:11 ../src/guestfs.pod:23 @@ -973,8 +975,8 @@ msgstr "" #: ../src/guestfs.pod:2656 ../src/guestfs.pod:2662 ../src/guestfs.pod:3062 #: ../src/guestfs.pod:3067 ../src/guestfs.pod:3071 ../src/guestfs.pod:3075 #: ../src/guestfs.pod:3079 ../src/guestfs.pod:3093 ../src/guestfs.pod:3098 -#: ../src/guestfs.pod:3329 ../src/guestfs.pod:3333 ../src/guestfs.pod:3337 -#: ../src/guestfs.pod:3341 ../tools/virt-win-reg.pl:197 +#: ../src/guestfs.pod:3330 ../src/guestfs.pod:3334 ../src/guestfs.pod:3338 +#: ../src/guestfs.pod:3342 ../tools/virt-win-reg.pl:197 #: ../tools/virt-win-reg.pl:202 ../tools/virt-win-reg.pl:208 #: ../tools/virt-win-reg.pl:721 ../tools/virt-win-reg.pl:727 #: ../tools/virt-win-reg.pl:733 @@ -1032,11 +1034,12 @@ msgstr "" #: ../clone/virt-sysprep.pod:486 ../df/virt-df.pod:227 #: ../edit/virt-edit.pod:354 ../erlang/examples/guestfs-erlang.pod:97 #: ../examples/guestfs-examples.pod:33 ../examples/guestfs-recipes.pod:384 -#: ../fish/guestfish.pod:1268 ../fish/virt-copy-in.pod:50 -#: ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47 -#: ../fish/virt-tar-out.pod:41 ../fuse/guestmount.pod:317 -#: ../inspector/virt-inspector.pod:395 ../java/examples/guestfs-java.pod:45 -#: ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:39 +#: ../examples/guestfs-testing.pod:269 ../fish/guestfish.pod:1268 +#: ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 +#: ../fish/virt-tar-in.pod:47 ../fish/virt-tar-out.pod:41 +#: ../fuse/guestmount.pod:317 ../inspector/virt-inspector.pod:395 +#: ../java/examples/guestfs-java.pod:45 ../ocaml/examples/guestfs-ocaml.pod:78 +#: ../perl/examples/guestfs-perl.pod:39 #: ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:325 #: ../resize/virt-resize.pod:688 ../ruby/examples/guestfs-ruby.pod:36 #: ../sparsify/virt-sparsify.pod:251 ../src/guestfs.pod:3270 @@ -1084,14 +1087,15 @@ msgstr "" #: ../clone/virt-sysprep.pod:505 ../df/virt-df.pod:239 #: ../edit/virt-edit.pod:372 ../erlang/examples/guestfs-erlang.pod:114 #: ../examples/guestfs-examples.pod:49 ../examples/guestfs-recipes.pod:401 -#: ../fish/guestfish.pod:1300 ../fish/virt-copy-in.pod:64 -#: ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62 -#: ../fish/virt-tar-out.pod:55 ../fuse/guestmount.pod:332 -#: ../inspector/virt-inspector.pod:418 ../java/examples/guestfs-java.pod:62 -#: ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:56 +#: ../examples/guestfs-testing.pod:280 ../fish/guestfish.pod:1300 +#: ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 +#: ../fish/virt-tar-in.pod:62 ../fish/virt-tar-out.pod:55 +#: ../fuse/guestmount.pod:332 ../inspector/virt-inspector.pod:418 +#: ../java/examples/guestfs-java.pod:62 ../ocaml/examples/guestfs-ocaml.pod:95 +#: ../perl/examples/guestfs-perl.pod:56 #: ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:338 #: ../resize/virt-resize.pod:715 ../ruby/examples/guestfs-ruby.pod:52 -#: ../sparsify/virt-sparsify.pod:268 ../src/guestfs.pod:3352 +#: ../sparsify/virt-sparsify.pod:268 ../src/guestfs.pod:3353 #: ../test-tool/libguestfs-test-tool.pod:110 #: ../tools/virt-list-filesystems.pl:212 ../tools/virt-list-partitions.pl:281 #: ../tools/virt-make-fs.pl:586 ../tools/virt-tar.pl:315 @@ -2319,7 +2323,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:41 +#: ../cat/virt-ls.pod:41 ../examples/guestfs-testing.pod:160 msgid "List all setuid or setgid programs in a Linux virtual machine:" msgstr "" @@ -2332,7 +2336,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:45 +#: ../cat/virt-ls.pod:45 ../examples/guestfs-testing.pod:164 msgid "List all public-writable directories in a Linux virtual machine:" msgstr "" @@ -2345,7 +2349,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:49 +#: ../cat/virt-ls.pod:49 ../examples/guestfs-testing.pod:168 msgid "List all Unix domain sockets in a Linux virtual machine:" msgstr "" @@ -2358,7 +2362,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:53 +#: ../cat/virt-ls.pod:53 ../examples/guestfs-testing.pod:172 msgid "List all regular files with filenames ending in '.png':" msgstr "" @@ -2384,7 +2388,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:61 +#: ../cat/virt-ls.pod:61 ../examples/guestfs-testing.pod:180 msgid "Find everything modified in the last 7 days:" msgstr "" @@ -2397,7 +2401,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:65 +#: ../cat/virt-ls.pod:65 ../examples/guestfs-testing.pod:184 msgid "Find regular files modified in the last 24 hours:" msgstr "" @@ -4777,13 +4781,14 @@ msgstr "" #. type: =head1 #: ../erlang/examples/guestfs-erlang.pod:110 #: ../examples/guestfs-examples.pod:45 ../examples/guestfs-recipes.pod:397 -#: ../fish/guestfish.pod:1296 ../fish/virt-copy-in.pod:60 -#: ../fish/virt-copy-out.pod:49 ../fish/virt-tar-in.pod:58 -#: ../fish/virt-tar-out.pod:51 ../fuse/guestmount.pod:328 -#: ../inspector/virt-inspector.pod:404 ../java/examples/guestfs-java.pod:58 -#: ../ocaml/examples/guestfs-ocaml.pod:91 ../perl/examples/guestfs-perl.pod:52 +#: ../examples/guestfs-testing.pod:276 ../fish/guestfish.pod:1296 +#: ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49 +#: ../fish/virt-tar-in.pod:58 ../fish/virt-tar-out.pod:51 +#: ../fuse/guestmount.pod:328 ../inspector/virt-inspector.pod:404 +#: ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91 +#: ../perl/examples/guestfs-perl.pod:52 #: ../python/examples/guestfs-python.pod:54 -#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3348 +#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3349 #: ../test-tool/libguestfs-test-tool.pod:106 msgid "AUTHORS" msgstr "" @@ -4791,20 +4796,21 @@ msgstr "" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:112 #: ../examples/guestfs-examples.pod:47 ../examples/guestfs-recipes.pod:399 -#: ../fish/guestfish.pod:1298 ../fish/virt-copy-in.pod:62 -#: ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60 -#: ../fish/virt-tar-out.pod:53 ../fuse/guestmount.pod:330 -#: ../java/examples/guestfs-java.pod:60 ../ocaml/examples/guestfs-ocaml.pod:93 -#: ../perl/examples/guestfs-perl.pod:54 +#: ../examples/guestfs-testing.pod:278 ../fish/guestfish.pod:1298 +#: ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 +#: ../fish/virt-tar-in.pod:60 ../fish/virt-tar-out.pod:53 +#: ../fuse/guestmount.pod:330 ../java/examples/guestfs-java.pod:60 +#: ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:54 #: ../python/examples/guestfs-python.pod:56 -#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3350 +#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3351 #: ../test-tool/libguestfs-test-tool.pod:108 msgid "Richard W.M. Jones (C)" msgstr "" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:116 -#: ../java/examples/guestfs-java.pod:64 ../perl/examples/guestfs-perl.pod:58 +#: ../examples/guestfs-testing.pod:282 ../java/examples/guestfs-java.pod:64 +#: ../perl/examples/guestfs-perl.pod:58 msgid "Copyright (C) 2011 Red Hat Inc. L" msgstr "" @@ -4823,11 +4829,11 @@ msgstr "" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:121 #: ../examples/guestfs-examples.pod:56 ../examples/guestfs-recipes.pod:408 -#: ../java/examples/guestfs-java.pod:69 +#: ../examples/guestfs-testing.pod:284 ../java/examples/guestfs-java.pod:69 #: ../ocaml/examples/guestfs-ocaml.pod:102 #: ../perl/examples/guestfs-perl.pod:63 #: ../python/examples/guestfs-python.pod:65 -#: ../ruby/examples/guestfs-ruby.pod:59 ../src/guestfs.pod:3357 +#: ../ruby/examples/guestfs-ruby.pod:59 ../src/guestfs.pod:3358 msgid "" "This library is free software; you can redistribute it and/or modify it " "under the terms of the GNU Lesser General Public License as published by the " @@ -4838,11 +4844,11 @@ msgstr "" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:126 #: ../examples/guestfs-examples.pod:61 ../examples/guestfs-recipes.pod:413 -#: ../java/examples/guestfs-java.pod:74 +#: ../examples/guestfs-testing.pod:289 ../java/examples/guestfs-java.pod:74 #: ../ocaml/examples/guestfs-ocaml.pod:107 #: ../perl/examples/guestfs-perl.pod:68 #: ../python/examples/guestfs-python.pod:70 -#: ../ruby/examples/guestfs-ruby.pod:64 ../src/guestfs.pod:3362 +#: ../ruby/examples/guestfs-ruby.pod:64 ../src/guestfs.pod:3363 msgid "" "This library is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -4853,11 +4859,11 @@ msgstr "" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:131 #: ../examples/guestfs-examples.pod:66 ../examples/guestfs-recipes.pod:418 -#: ../java/examples/guestfs-java.pod:79 +#: ../examples/guestfs-testing.pod:294 ../java/examples/guestfs-java.pod:79 #: ../ocaml/examples/guestfs-ocaml.pod:112 #: ../perl/examples/guestfs-perl.pod:73 #: ../python/examples/guestfs-python.pod:75 -#: ../ruby/examples/guestfs-ruby.pod:69 ../src/guestfs.pod:3367 +#: ../ruby/examples/guestfs-ruby.pod:69 ../src/guestfs.pod:3368 msgid "" "You should have received a copy of the GNU Lesser General Public License " "along with this library; if not, write to the Free Software Foundation, " @@ -5197,7 +5203,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../examples/guestfs-recipes.pod:126 +#: ../examples/guestfs-recipes.pod:126 ../examples/guestfs-testing.pod:93 #, no-wrap msgid "" " virt-copy-out -d Guest /home .\n" @@ -5763,6 +5769,683 @@ msgstr "" msgid "Copyright (C) 2009-2011 Red Hat Inc. L" msgstr "" +#. type: textblock +#: ../examples/guestfs-testing.pod:5 +msgid "guestfs-testing - manual testing of libguestfs, you can help!" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:9 +msgid "" +"This page has manual tests you can try on libguestfs. Everyone has a " +"slightly different combination of platform, hardware and guests, so this " +"testing is very valuable. Thanks for helping out!" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:13 +msgid "These tests require libguestfs E 1.14." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:15 +msgid "" +"Tests marked with a B<*> (asterisk) can B if you're not " +"careful. The others are safe and won't modify anything." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:18 +msgid "You can report bugs you find through this link:" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:20 +msgid "" +"https://bugzilla.redhat.com/enter_bug.cgi?" +"component=libguestfs&product=Virtualization+Tools" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:22 +msgid "" +"or post on the mailing list (registration is B required, but if you're " +"not registered then you'll have to wait for a moderator to manually approve " +"your message):" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:26 +msgid "https://www.redhat.com/mailman/listinfo/libguestfs" +msgstr "" + +#. type: =head1 +#: ../examples/guestfs-testing.pod:28 +msgid "TESTS" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:30 +msgid "Check KVM acceleration is being used." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:32 +msgid "" +"If your host has hardware virt acceleration, then with a hot cache " +"libguestfs should be able to start up in a few seconds. Run the following " +"command a few times:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:36 +#, no-wrap +msgid "" +" time guestfish -a /dev/null run\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:38 +msgid "" +"After a few runs, the time should settle down to a few seconds (under 5 " +"seconds on fast 64 bit hardware)." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:41 +msgid "How to check for hardware virt:" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:43 +msgid "http://virt-tools.org/learning/check-hardware-virt/" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:45 +msgid "" +"If the command above does not work at all, use L." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:48 +msgid "Run virt-alignment-scan on all your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:50 +msgid "Run L on guests or disk images:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:52 +#, no-wrap +msgid "" +" virt-alignment-scan -a /path/to/disk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:54 ../examples/guestfs-testing.pod:139 +#: ../examples/guestfs-testing.pod:152 ../examples/guestfs-testing.pod:212 +#: ../src/guestfs.pod:2792 +msgid "or:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:56 +#, no-wrap +msgid "" +" virt-alignment-scan -d Guest\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:58 +msgid "Does the alignment report match how the guest partitions are aligned?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:60 +msgid "Run virt-cat on some files in guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:62 +msgid "L can display files from guests. For a Linux guest, try:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:64 +#, no-wrap +msgid "" +" virt-cat LinuxGuest /etc/passwd\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:66 +msgid "A recent feature is support for Windows paths, for example:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:68 +#, no-wrap +msgid "" +" virt-cat WindowsGuest 'c:\\windows\\win.ini'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:70 +msgid "" +"An even better test is if you have a Windows guest with multiple drives. Do " +"C, C etc paths work correctly?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:73 +msgid "B<*> Copy some files into a B guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:75 +msgid "" +"L can recursively copy files and directories into a guest " +"or disk image." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:78 +#, no-wrap +msgid "" +" virt-copy-in -d Guest /etc /tmp\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:80 +msgid "" +"This should copy local directory C to C in the guest " +"(recursively). If you boot the guest, can you see all of the copied files " +"and directories?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:84 +msgid "Shut the guest down and try copying multiple files and directories:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:86 +#, no-wrap +msgid "" +" virt-copy-in -d Guest /home /etc/issue /tmp\n" +"\n" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:88 +msgid "Copy some files out of a guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:90 +msgid "" +"L can recursively copy files and directories out of a " +"guest or disk image." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:95 +msgid "Note the final space and period in the command is not a typo." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:97 +msgid "This should copy C from the guest into the current directory." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:99 +msgid "Run virt-df." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:101 +msgid "L lists disk space. Run:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:103 +#, no-wrap +msgid "" +" virt-df\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:105 +msgid "Do the results match what's reported inside the guests?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:107 +msgid "Try importing virt-df CSV output into a spreadsheet or database." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:109 ../src/guestfs.pod:3083 +msgid "Run:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:111 +#, no-wrap +msgid "" +" virt-df --csv > /tmp/report.csv\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:113 +msgid "" +"Now try to load this into your favorite spreadsheet or database. Are the " +"results reproduced faithfully in the spreadsheet/database?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:116 +msgid "" +"http://www.postgresql.org/docs/8.1/static/sql-copy.html http://dev.mysql.com/" +"doc/refman/5.1/en/load-data.html" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:119 +msgid "B<*> Edit a file in a B guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:121 +msgid "" +"L can edit files in guests. Try this command on a RHEL or " +"Fedora guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:124 +#, no-wrap +msgid "" +" virt-edit LinuxGuest /etc/sysconfig/network\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:126 +msgid "On other Linux guests try editing other files such as:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:128 +#, no-wrap +msgid "" +" virt-edit LinuxGuest /etc/motd\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:130 +msgid "Are the changes seen inside the guest when it is booted?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:132 +msgid "Display the filesystems / partitions / LVs in a guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:134 +msgid "" +"L can be used to display filesystems in a guest. Try " +"this command on any disk image or guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:137 +#, no-wrap +msgid "" +" virt-filesystems -a /path/to/disk.img --all --long -h\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:141 +#, no-wrap +msgid "" +" virt-filesystems -d Guest --all --long -h\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:143 +msgid "Do the results match what is seen in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:145 +msgid "Run virt-inspector on all your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:147 +msgid "" +"Use L to get a report on all of your guests or disk " +"images:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:150 +#, no-wrap +msgid "" +" virt-inspector -a /path/to/disk.img | less\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:154 +#, no-wrap +msgid "" +" virt-inspector -d Guest | less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:156 +msgid "Do the results match what is actually in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:158 +msgid "Try the auditing features of virt-ls on all your guests." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:162 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep '^- [42]'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:166 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep '^d ...7'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:170 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep '^s'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:174 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep -i '^-.*\\.png$'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:176 +msgid "Display files larger than 10MB in home directories:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:178 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest /home | awk '$3 > 10*1024*1024'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:182 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest --time-days / | awk '$6 <= 7'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:186 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest --time-days / | grep '^-' | awk '$6 < 1'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:188 +msgid "Do the results match what is in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:190 +msgid "Create a disk image from a tarball." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:192 +msgid "" +"Use L to create a disk image from any tarball that you " +"happen to have:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:195 +#, no-wrap +msgid "" +" virt-make-fs --partition=mbr --type=vfat /any/tarball.tar.gz output.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:197 +msgid "" +"Add 'output.img' as a raw disk to an existing guest. Check the guest can " +"see the files. This test is particularly useful if you try it with a " +"Windows guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:201 +msgid "Try other partitioning schemes, eg. I<--partition=gpt>." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:203 +msgid "Try other filesystem formats, eg. I<--type=ntfs>, I<--type=ext2>." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:205 +msgid "B<*> Run virt-rescue on a B disk image or guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:207 +msgid "" +"Use L to examine, rescue or repair a B guest or " +"disk image:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:210 +#, no-wrap +msgid "" +" virt-rescue -a /path/to/disk.img\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:214 +#, no-wrap +msgid "" +" virt-rescue -d Guest\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:216 +msgid "Can you use ordinary shell commands to examine the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:218 +msgid "B<*> Resize your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:220 +msgid "" +"Use L to give a guest some more disk space. For example, if " +"you have a disk image that is smaller than 30G, increase it to 30G by doing:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:224 +#, no-wrap +msgid "" +" truncate -s 30G newdisk.img\n" +" virt-filesystems -a /path/to/olddisk.img --all --long -h\n" +" virt-resize /path/to/olddisk.img newdisk.img --expand /dev/sda1\n" +" qemu-kvm -m 1024 -hda newdisk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:229 +msgid "Does the guest still boot? Try expanding other partitions." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:231 +msgid "B<*> Sparsify a guest disk." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:233 +msgid "Using L, make a disk image more sparse:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:235 +#, no-wrap +msgid "" +" virt-sparsify /path/to/olddisk.img newdisk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:237 +msgid "" +"Is C still bootable after sparsifying? Is the resulting disk " +"image smaller (use C to check)?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:240 +msgid "B<*> \"sysprep\" a B Linux guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:242 +msgid "" +"Note that this really will mess up an existing guest, so it's better to " +"clone the guest before trying this." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:245 +#, no-wrap +msgid "" +" virt-sysprep --hostname newhost.example.com -a /path/to/disk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:247 +msgid "" +"Was the sysprep successful? After booting, what changes were made and were " +"they successful?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:250 +msgid "Dump the Windows Registry from your Windows guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:252 +msgid "" +"Use L to dump out the Windows Registry from any Windows " +"guests that you have." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:255 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKLM\\Software' |\n" +" less\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:258 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKLM\\System' |\n" +" less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:261 +msgid "Does the output match running C inside the guest?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:263 +msgid "" +"A recent feature is the ability to dump user registries, so try this, " +"replacing I with the name of a local user in the guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:266 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKEY_USERS\\username' |\n" +" less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:271 +msgid "" +"L, L, L, L." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:1 msgid "add-cdrom" @@ -21202,7 +21885,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3354 +#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3355 #: ../test-tool/libguestfs-test-tool.pod:112 msgid "Copyright (C) 2009-2011 Red Hat Inc. L" msgstr "" @@ -40139,11 +40822,6 @@ msgstr "" msgid "eg: C skips test #3 of L." msgstr "" -#. type: textblock -#: ../src/guestfs.pod:2792 -msgid "or:" -msgstr "" - #. type: verbatim #: ../src/guestfs.pod:2794 #, no-wrap @@ -40762,11 +41440,6 @@ msgstr "" msgid "Push and pull from Transifex." msgstr "" -#. type: textblock -#: ../src/guestfs.pod:3083 -msgid "Run:" -msgstr "" - #. type: verbatim #: ../src/guestfs.pod:3085 #, no-wrap @@ -41052,70 +41725,70 @@ msgid "" "L, L, L, " "L, L, L, L, L, L, L, L, L, L, L, L, " -"L, L, L, L, L." +"(1)>, L, L, L, L, L, L, L, L, L, L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3308 +#: ../src/guestfs.pod:3309 msgid "" "Tools with a similar purpose: L, L, L, L, L." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:3315 ../tools/virt-make-fs.pl:571 +#: ../src/guestfs.pod:3316 ../tools/virt-make-fs.pl:571 #: ../tools/virt-win-reg.pl:772 msgid "BUGS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3317 +#: ../src/guestfs.pod:3318 msgid "To get a list of bugs against libguestfs use this link:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3319 +#: ../src/guestfs.pod:3320 msgid "" "L" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3321 +#: ../src/guestfs.pod:3322 msgid "To report a new bug against libguestfs use this link:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3323 +#: ../src/guestfs.pod:3324 msgid "" "L" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3325 +#: ../src/guestfs.pod:3326 msgid "When reporting a bug, please check:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3331 +#: ../src/guestfs.pod:3332 msgid "That the bug hasn't been reported already." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3335 +#: ../src/guestfs.pod:3336 msgid "That you are testing a recent version." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3339 +#: ../src/guestfs.pod:3340 msgid "Describe the bug accurately, and give a way to reproduce it." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3343 +#: ../src/guestfs.pod:3344 msgid "" "Run libguestfs-test-tool and paste the B output into the " "bug report." diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index cd641d6..a65563d 100644 --- a/po-docs/libguestfs-docs.pot +++ b/po-docs/libguestfs-docs.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.15.4\n" +"Project-Id-Version: libguestfs 1.15.5\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-11-17 13:11+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. type: =head1 -#: ../align/virt-alignment-scan.pod:3 ../cat/virt-cat.pod:3 ../cat/virt-filesystems.pod:3 ../cat/virt-ls.pod:3 ../clone/virt-sysprep.pod:3 ../df/virt-df.pod:3 ../edit/virt-edit.pod:3 ../erlang/examples/guestfs-erlang.pod:3 ../examples/guestfs-examples.pod:3 ../examples/guestfs-recipes.pod:14 ../fish/guestfish.pod:3 ../fish/virt-copy-in.pod:3 ../fish/virt-copy-out.pod:3 ../fish/virt-tar-in.pod:3 ../fish/virt-tar-out.pod:3 ../fuse/guestmount.pod:3 ../inspector/virt-inspector.pod:3 ../java/examples/guestfs-java.pod:3 ../ocaml/examples/guestfs-ocaml.pod:3 ../perl/examples/guestfs-perl.pod:3 ../python/examples/guestfs-python.pod:3 ../rescue/virt-rescue.pod:3 ../resize/virt-resize.pod:3 ../ruby/examples/guestfs-ruby.pod:3 ../sparsify/virt-sparsify.pod:3 ../src/guestfs.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../tools/virt-list-filesystems.pl:30 ../tools/virt-list-partitions.pl:30 ../tools/virt-make-fs.pl:35 ../tools/virt-tar.pl:31 ../tools/virt-win-reg.pl:35 +#: ../align/virt-alignment-scan.pod:3 ../cat/virt-cat.pod:3 ../cat/virt-filesystems.pod:3 ../cat/virt-ls.pod:3 ../clone/virt-sysprep.pod:3 ../df/virt-df.pod:3 ../edit/virt-edit.pod:3 ../erlang/examples/guestfs-erlang.pod:3 ../examples/guestfs-examples.pod:3 ../examples/guestfs-recipes.pod:14 ../examples/guestfs-testing.pod:3 ../fish/guestfish.pod:3 ../fish/virt-copy-in.pod:3 ../fish/virt-copy-out.pod:3 ../fish/virt-tar-in.pod:3 ../fish/virt-tar-out.pod:3 ../fuse/guestmount.pod:3 ../inspector/virt-inspector.pod:3 ../java/examples/guestfs-java.pod:3 ../ocaml/examples/guestfs-ocaml.pod:3 ../perl/examples/guestfs-perl.pod:3 ../python/examples/guestfs-python.pod:3 ../rescue/virt-rescue.pod:3 ../resize/virt-resize.pod:3 ../ruby/examples/guestfs-ruby.pod:3 ../sparsify/virt-sparsify.pod:3 ../src/guestfs.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../tools/virt-list-filesystems.pl:30 ../tools/virt-list-partitions.pl:30 ../tools/virt-make-fs.pl:35 ../tools/virt-tar.pl:31 ../tools/virt-win-reg.pl:35 msgid "NAME" msgstr "" @@ -49,7 +49,7 @@ msgid "" msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:13 ../cat/virt-cat.pod:19 ../cat/virt-filesystems.pod:13 ../cat/virt-ls.pod:19 ../clone/virt-sysprep.pod:13 ../df/virt-df.pod:21 ../edit/virt-edit.pod:27 ../erlang/examples/guestfs-erlang.pod:16 ../examples/guestfs-examples.pod:19 ../examples/guestfs-recipes.pod:18 ../fish/guestfish.pod:30 ../fish/virt-copy-in.pod:19 ../fish/virt-copy-out.pod:13 ../fish/virt-tar-in.pod:21 ../fish/virt-tar-out.pod:15 ../fuse/guestmount.pod:20 ../inspector/virt-inspector.pod:19 ../java/examples/guestfs-java.pod:15 ../ocaml/examples/guestfs-ocaml.pod:25 ../perl/examples/guestfs-perl.pod:18 ../python/examples/guestfs-python.pod:14 ../rescue/virt-rescue.pod:31 ../resize/virt-resize.pod:13 ../ruby/examples/guestfs-ruby.pod:15 ../sparsify/virt-sparsify.pod:11 ../src/guestfs.pod:23 ../test-tool/libguestfs-test-tool.pod:11 ../tools/virt-list-filesystems.pl:40 ../tools/virt-list-partitions.pl:40 ../tools/virt-make-fs.pl:47 ../tools/virt-tar.pl:77 ../tools/virt-win-reg.pl:63 +#: ../align/virt-alignment-scan.pod:13 ../cat/virt-cat.pod:19 ../cat/virt-filesystems.pod:13 ../cat/virt-ls.pod:19 ../clone/virt-sysprep.pod:13 ../df/virt-df.pod:21 ../edit/virt-edit.pod:27 ../erlang/examples/guestfs-erlang.pod:16 ../examples/guestfs-examples.pod:19 ../examples/guestfs-recipes.pod:18 ../examples/guestfs-testing.pod:7 ../fish/guestfish.pod:30 ../fish/virt-copy-in.pod:19 ../fish/virt-copy-out.pod:13 ../fish/virt-tar-in.pod:21 ../fish/virt-tar-out.pod:15 ../fuse/guestmount.pod:20 ../inspector/virt-inspector.pod:19 ../java/examples/guestfs-java.pod:15 ../ocaml/examples/guestfs-ocaml.pod:25 ../perl/examples/guestfs-perl.pod:18 ../python/examples/guestfs-python.pod:14 ../rescue/virt-rescue.pod:31 ../resize/virt-resize.pod:13 ../ruby/examples/guestfs-ruby.pod:15 ../sparsify/virt-sparsify.pod:11 ../src/guestfs.pod:23 ../test-tool/libguestfs-test-tool.pod:11 ../tools/virt-list-filesystems.pl:40 ../tools/virt-list-partitions.pl:40 ../tools/virt-make-fs.pl:47 ../tools/virt-tar.pl:77 ../tools/virt-win-reg.pl:63 msgid "DESCRIPTION" msgstr "" @@ -697,7 +697,7 @@ msgid "This program returns:" msgstr "" #. type: =item -#: ../align/virt-alignment-scan.pod:324 ../align/virt-alignment-scan.pod:330 ../align/virt-alignment-scan.pod:336 ../align/virt-alignment-scan.pod:343 ../cat/virt-cat.pod:177 ../cat/virt-cat.pod:182 ../cat/virt-cat.pod:187 ../cat/virt-cat.pod:198 ../cat/virt-cat.pod:202 ../clone/virt-sysprep.pod:283 ../clone/virt-sysprep.pod:287 ../clone/virt-sysprep.pod:291 ../clone/virt-sysprep.pod:295 ../clone/virt-sysprep.pod:310 ../clone/virt-sysprep.pod:314 ../clone/virt-sysprep.pod:318 ../clone/virt-sysprep.pod:322 ../clone/virt-sysprep.pod:326 ../clone/virt-sysprep.pod:362 ../clone/virt-sysprep.pod:384 ../clone/virt-sysprep.pod:388 ../df/virt-df.pod:148 ../df/virt-df.pod:154 ../edit/virt-edit.pod:266 ../edit/virt-edit.pod:271 ../edit/virt-edit.pod:276 ../edit/virt-edit.pod:287 ../edit/virt-edit.pod:291 ../examples/guestfs-recipes.pod:98 ../examples/guestfs-recipes.pod:102 ../examples/guestfs-recipes.pod:106 ../examples/guestfs-recipes.pod:132 ../examples/guestfs-recipes.pod:137 ../examples/guestfs-recipes.pod:227 ../examples/guestfs-recipes.pod:231 ../examples/guestfs-recipes.pod:235 ../examples/guestfs-recipes.pod:239 ../examples/guestfs-recipes.pod:243 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:463 ../fish/guestfish-actions.pod:1262 ../fish/guestfish-actions.pod:1266 ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1274 ../fish/guestfish-actions.pod:1282 ../fish/guestfish-actions.pod:1286 ../fish/guestfish-actions.pod:1290 ../fish/guestfish-actions.pod:1300 ../fish/guestfish-actions.pod:1304 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1398 ../fish/guestfish-actions.pod:1402 ../fish/guestfish-actions.pod:1407 ../fish/guestfish-actions.pod:1412 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:1458 ../fish/guestfish-actions.pod:1463 ../fish/guestfish-actions.pod:1719 ../fish/guestfish-actions.pod:1726 ../fish/guestfish-actions.pod:1733 ../fish/guestfish-actions.pod:2136 ../fish/guestfish-actions.pod:2142 ../fish/guestfish-actions.pod:2150 ../fish/guestfish-actions.pod:2157 ../fish/guestfish-actions.pod:2164 ../fish/guestfish.pod:445 ../fish/guestfish.pod:449 ../fish/guestfish.pod:453 ../fish/guestfish.pod:457 ../inspector/virt-inspector.pod:408 ../inspector/virt-inspector.pod:412 ../resize/virt-resize.pod:359 ../resize/virt-resize.pod:363 ../resize/virt-resize.pod:372 ../resize/virt-resize.pod:378 ../sparsify/virt-sparsify.pod:32 ../sparsify/virt-sparsify.pod:39 ../sparsify/virt-sparsify.pod:43 ../sparsify/virt-sparsify.pod:49 ../sparsify/virt-sparsify.pod:54 ../sparsify/virt-sparsify.pod:58 ../sparsify/virt-sparsify.pod:64 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:656 ../src/guestfs-actions.pod:663 ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2091 ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2103 ../src/guestfs-actions.pod:2107 ../src/guestfs-actions.pod:2117 ../src/guestfs-actions.pod:2121 ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:2263 ../src/guestfs-actions.pod:2267 ../src/guestfs-actions.pod:2272 ../src/guestfs-actions.pod:2277 ../src/guestfs-actions.pod:2338 ../src/guestfs-actions.pod:2342 ../src/guestfs-actions.pod:2347 ../src/guestfs-actions.pod:2762 ../src/guestfs-actions.pod:2769 ../src/guestfs-actions.pod:2776 ../src/guestfs-actions.pod:3321 ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3342 ../src/guestfs-actions.pod:3349 ../src/guestfs.pod:403 ../src/guestfs.pod:408 ../src/guestfs.pod:413 ../src/guestfs.pod:417 ../src/guestfs.pod:422 ../src/guestfs.pod:426 ../src/guestfs.pod:431 ../src/guestfs.pod:436 ../src/guestfs.pod:1109 ../src/guestfs.pod:1113 ../src/guestfs.pod:1117 ../src/guestfs.pod:1122 ../src/guestfs.pod:1130 ../src/guestfs.pod:1149 ../src/guestfs.pod:1157 ../src/guestfs.pod:1179 ../src/guestfs.pod:1183 ../src/guestfs.pod:1187 ../src/guestfs.pod:1191 ../src/guestfs.pod:1195 ../src/guestfs.pod:1199 ../src/guestfs.pod:1689 ../src/guestfs.pod:1694 ../src/guestfs.pod:1698 ../src/guestfs.pod:1800 ../src/guestfs.pod:1805 ../src/guestfs.pod:1809 ../src/guestfs.pod:1819 ../src/guestfs.pod:2108 ../src/guestfs.pod:2113 ../src/guestfs.pod:2119 ../src/guestfs.pod:2127 ../src/guestfs.pod:2645 ../src/guestfs.pod:2651 ../src/guestfs.pod:2656 ../src/guestfs.pod:2662 ../src/guestfs.pod:3062 ../src/guestfs.pod:3067 ../src/guestfs.pod:3071 ../src/guestfs.pod:3075 ../src/guestfs.pod:3079 ../src/guestfs.pod:3093 ../src/guestfs.pod:3098 ../src/guestfs.pod:3329 ../src/guestfs.pod:3333 ../src/guestfs.pod:3337 ../src/guestfs.pod:3341 ../tools/virt-win-reg.pl:197 ../tools/virt-win-reg.pl:202 ../tools/virt-win-reg.pl:208 ../tools/virt-win-reg.pl:721 ../tools/virt-win-reg.pl:727 ../tools/virt-win-reg.pl:733 +#: ../align/virt-alignment-scan.pod:324 ../align/virt-alignment-scan.pod:330 ../align/virt-alignment-scan.pod:336 ../align/virt-alignment-scan.pod:343 ../cat/virt-cat.pod:177 ../cat/virt-cat.pod:182 ../cat/virt-cat.pod:187 ../cat/virt-cat.pod:198 ../cat/virt-cat.pod:202 ../clone/virt-sysprep.pod:283 ../clone/virt-sysprep.pod:287 ../clone/virt-sysprep.pod:291 ../clone/virt-sysprep.pod:295 ../clone/virt-sysprep.pod:310 ../clone/virt-sysprep.pod:314 ../clone/virt-sysprep.pod:318 ../clone/virt-sysprep.pod:322 ../clone/virt-sysprep.pod:326 ../clone/virt-sysprep.pod:362 ../clone/virt-sysprep.pod:384 ../clone/virt-sysprep.pod:388 ../df/virt-df.pod:148 ../df/virt-df.pod:154 ../edit/virt-edit.pod:266 ../edit/virt-edit.pod:271 ../edit/virt-edit.pod:276 ../edit/virt-edit.pod:287 ../edit/virt-edit.pod:291 ../examples/guestfs-recipes.pod:98 ../examples/guestfs-recipes.pod:102 ../examples/guestfs-recipes.pod:106 ../examples/guestfs-recipes.pod:132 ../examples/guestfs-recipes.pod:137 ../examples/guestfs-recipes.pod:227 ../examples/guestfs-recipes.pod:231 ../examples/guestfs-recipes.pod:235 ../examples/guestfs-recipes.pod:239 ../examples/guestfs-recipes.pod:243 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:463 ../fish/guestfish-actions.pod:1262 ../fish/guestfish-actions.pod:1266 ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1274 ../fish/guestfish-actions.pod:1282 ../fish/guestfish-actions.pod:1286 ../fish/guestfish-actions.pod:1290 ../fish/guestfish-actions.pod:1300 ../fish/guestfish-actions.pod:1304 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1398 ../fish/guestfish-actions.pod:1402 ../fish/guestfish-actions.pod:1407 ../fish/guestfish-actions.pod:1412 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:1458 ../fish/guestfish-actions.pod:1463 ../fish/guestfish-actions.pod:1719 ../fish/guestfish-actions.pod:1726 ../fish/guestfish-actions.pod:1733 ../fish/guestfish-actions.pod:2136 ../fish/guestfish-actions.pod:2142 ../fish/guestfish-actions.pod:2150 ../fish/guestfish-actions.pod:2157 ../fish/guestfish-actions.pod:2164 ../fish/guestfish.pod:445 ../fish/guestfish.pod:449 ../fish/guestfish.pod:453 ../fish/guestfish.pod:457 ../inspector/virt-inspector.pod:408 ../inspector/virt-inspector.pod:412 ../resize/virt-resize.pod:359 ../resize/virt-resize.pod:363 ../resize/virt-resize.pod:372 ../resize/virt-resize.pod:378 ../sparsify/virt-sparsify.pod:32 ../sparsify/virt-sparsify.pod:39 ../sparsify/virt-sparsify.pod:43 ../sparsify/virt-sparsify.pod:49 ../sparsify/virt-sparsify.pod:54 ../sparsify/virt-sparsify.pod:58 ../sparsify/virt-sparsify.pod:64 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:656 ../src/guestfs-actions.pod:663 ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2091 ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2103 ../src/guestfs-actions.pod:2107 ../src/guestfs-actions.pod:2117 ../src/guestfs-actions.pod:2121 ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:2263 ../src/guestfs-actions.pod:2267 ../src/guestfs-actions.pod:2272 ../src/guestfs-actions.pod:2277 ../src/guestfs-actions.pod:2338 ../src/guestfs-actions.pod:2342 ../src/guestfs-actions.pod:2347 ../src/guestfs-actions.pod:2762 ../src/guestfs-actions.pod:2769 ../src/guestfs-actions.pod:2776 ../src/guestfs-actions.pod:3321 ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3342 ../src/guestfs-actions.pod:3349 ../src/guestfs.pod:403 ../src/guestfs.pod:408 ../src/guestfs.pod:413 ../src/guestfs.pod:417 ../src/guestfs.pod:422 ../src/guestfs.pod:426 ../src/guestfs.pod:431 ../src/guestfs.pod:436 ../src/guestfs.pod:1109 ../src/guestfs.pod:1113 ../src/guestfs.pod:1117 ../src/guestfs.pod:1122 ../src/guestfs.pod:1130 ../src/guestfs.pod:1149 ../src/guestfs.pod:1157 ../src/guestfs.pod:1179 ../src/guestfs.pod:1183 ../src/guestfs.pod:1187 ../src/guestfs.pod:1191 ../src/guestfs.pod:1195 ../src/guestfs.pod:1199 ../src/guestfs.pod:1689 ../src/guestfs.pod:1694 ../src/guestfs.pod:1698 ../src/guestfs.pod:1800 ../src/guestfs.pod:1805 ../src/guestfs.pod:1809 ../src/guestfs.pod:1819 ../src/guestfs.pod:2108 ../src/guestfs.pod:2113 ../src/guestfs.pod:2119 ../src/guestfs.pod:2127 ../src/guestfs.pod:2645 ../src/guestfs.pod:2651 ../src/guestfs.pod:2656 ../src/guestfs.pod:2662 ../src/guestfs.pod:3062 ../src/guestfs.pod:3067 ../src/guestfs.pod:3071 ../src/guestfs.pod:3075 ../src/guestfs.pod:3079 ../src/guestfs.pod:3093 ../src/guestfs.pod:3098 ../src/guestfs.pod:3330 ../src/guestfs.pod:3334 ../src/guestfs.pod:3338 ../src/guestfs.pod:3342 ../tools/virt-win-reg.pl:197 ../tools/virt-win-reg.pl:202 ../tools/virt-win-reg.pl:208 ../tools/virt-win-reg.pl:721 ../tools/virt-win-reg.pl:727 ../tools/virt-win-reg.pl:733 msgid "*" msgstr "" @@ -746,7 +746,7 @@ msgid "" msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:352 ../cat/virt-cat.pod:243 ../cat/virt-filesystems.pod:385 ../cat/virt-ls.pod:495 ../clone/virt-sysprep.pod:486 ../df/virt-df.pod:227 ../edit/virt-edit.pod:354 ../erlang/examples/guestfs-erlang.pod:97 ../examples/guestfs-examples.pod:33 ../examples/guestfs-recipes.pod:384 ../fish/guestfish.pod:1268 ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47 ../fish/virt-tar-out.pod:41 ../fuse/guestmount.pod:317 ../inspector/virt-inspector.pod:395 ../java/examples/guestfs-java.pod:45 ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:39 ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:325 ../resize/virt-resize.pod:688 ../ruby/examples/guestfs-ruby.pod:36 ../sparsify/virt-sparsify.pod:251 ../src/guestfs.pod:3270 ../test-tool/libguestfs-test-tool.pod:100 ../tools/virt-list-filesystems.pl:195 ../tools/virt-list-partitions.pl:265 ../tools/virt-make-fs.pl:557 ../tools/virt-tar.pl:296 ../tools/virt-win-reg.pl:757 +#: ../align/virt-alignment-scan.pod:352 ../cat/virt-cat.pod:243 ../cat/virt-filesystems.pod:385 ../cat/virt-ls.pod:495 ../clone/virt-sysprep.pod:486 ../df/virt-df.pod:227 ../edit/virt-edit.pod:354 ../erlang/examples/guestfs-erlang.pod:97 ../examples/guestfs-examples.pod:33 ../examples/guestfs-recipes.pod:384 ../examples/guestfs-testing.pod:269 ../fish/guestfish.pod:1268 ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47 ../fish/virt-tar-out.pod:41 ../fuse/guestmount.pod:317 ../inspector/virt-inspector.pod:395 ../java/examples/guestfs-java.pod:45 ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:39 ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:325 ../resize/virt-resize.pod:688 ../ruby/examples/guestfs-ruby.pod:36 ../sparsify/virt-sparsify.pod:251 ../src/guestfs.pod:3270 ../test-tool/libguestfs-test-tool.pod:100 ../tools/virt-list-filesystems.pl:195 ../tools/virt-list-partitions.pl:265 ../tools/virt-make-fs.pl:557 ../tools/virt-tar.pl:296 ../tools/virt-win-reg.pl:757 msgid "SEE ALSO" msgstr "" @@ -768,7 +768,7 @@ msgid "Richard W.M. Jones L" msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:365 ../cat/virt-cat.pod:256 ../cat/virt-filesystems.pod:400 ../cat/virt-ls.pod:511 ../clone/virt-sysprep.pod:505 ../df/virt-df.pod:239 ../edit/virt-edit.pod:372 ../erlang/examples/guestfs-erlang.pod:114 ../examples/guestfs-examples.pod:49 ../examples/guestfs-recipes.pod:401 ../fish/guestfish.pod:1300 ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62 ../fish/virt-tar-out.pod:55 ../fuse/guestmount.pod:332 ../inspector/virt-inspector.pod:418 ../java/examples/guestfs-java.pod:62 ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:56 ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:338 ../resize/virt-resize.pod:715 ../ruby/examples/guestfs-ruby.pod:52 ../sparsify/virt-sparsify.pod:268 ../src/guestfs.pod:3352 ../test-tool/libguestfs-test-tool.pod:110 ../tools/virt-list-filesystems.pl:212 ../tools/virt-list-partitions.pl:281 ../tools/virt-make-fs.pl:586 ../tools/virt-tar.pl:315 ../tools/virt-win-reg.pl:787 +#: ../align/virt-alignment-scan.pod:365 ../cat/virt-cat.pod:256 ../cat/virt-filesystems.pod:400 ../cat/virt-ls.pod:511 ../clone/virt-sysprep.pod:505 ../df/virt-df.pod:239 ../edit/virt-edit.pod:372 ../erlang/examples/guestfs-erlang.pod:114 ../examples/guestfs-examples.pod:49 ../examples/guestfs-recipes.pod:401 ../examples/guestfs-testing.pod:280 ../fish/guestfish.pod:1300 ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62 ../fish/virt-tar-out.pod:55 ../fuse/guestmount.pod:332 ../inspector/virt-inspector.pod:418 ../java/examples/guestfs-java.pod:62 ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:56 ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:338 ../resize/virt-resize.pod:715 ../ruby/examples/guestfs-ruby.pod:52 ../sparsify/virt-sparsify.pod:268 ../src/guestfs.pod:3353 ../test-tool/libguestfs-test-tool.pod:110 ../tools/virt-list-filesystems.pl:212 ../tools/virt-list-partitions.pl:281 ../tools/virt-make-fs.pl:586 ../tools/virt-tar.pl:315 ../tools/virt-win-reg.pl:787 msgid "COPYRIGHT" msgstr "" @@ -1917,7 +1917,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:41 +#: ../cat/virt-ls.pod:41 ../examples/guestfs-testing.pod:160 msgid "List all setuid or setgid programs in a Linux virtual machine:" msgstr "" @@ -1930,7 +1930,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:45 +#: ../cat/virt-ls.pod:45 ../examples/guestfs-testing.pod:164 msgid "List all public-writable directories in a Linux virtual machine:" msgstr "" @@ -1943,7 +1943,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:49 +#: ../cat/virt-ls.pod:49 ../examples/guestfs-testing.pod:168 msgid "List all Unix domain sockets in a Linux virtual machine:" msgstr "" @@ -1956,7 +1956,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:53 +#: ../cat/virt-ls.pod:53 ../examples/guestfs-testing.pod:172 msgid "List all regular files with filenames ending in '.png':" msgstr "" @@ -1982,7 +1982,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:61 +#: ../cat/virt-ls.pod:61 ../examples/guestfs-testing.pod:180 msgid "Find everything modified in the last 7 days:" msgstr "" @@ -1995,7 +1995,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:65 +#: ../cat/virt-ls.pod:65 ../examples/guestfs-testing.pod:184 msgid "Find regular files modified in the last 24 hours:" msgstr "" @@ -4343,17 +4343,17 @@ msgid "" msgstr "" #. type: =head1 -#: ../erlang/examples/guestfs-erlang.pod:110 ../examples/guestfs-examples.pod:45 ../examples/guestfs-recipes.pod:397 ../fish/guestfish.pod:1296 ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49 ../fish/virt-tar-in.pod:58 ../fish/virt-tar-out.pod:51 ../fuse/guestmount.pod:328 ../inspector/virt-inspector.pod:404 ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91 ../perl/examples/guestfs-perl.pod:52 ../python/examples/guestfs-python.pod:54 ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3348 ../test-tool/libguestfs-test-tool.pod:106 +#: ../erlang/examples/guestfs-erlang.pod:110 ../examples/guestfs-examples.pod:45 ../examples/guestfs-recipes.pod:397 ../examples/guestfs-testing.pod:276 ../fish/guestfish.pod:1296 ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49 ../fish/virt-tar-in.pod:58 ../fish/virt-tar-out.pod:51 ../fuse/guestmount.pod:328 ../inspector/virt-inspector.pod:404 ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91 ../perl/examples/guestfs-perl.pod:52 ../python/examples/guestfs-python.pod:54 ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3349 ../test-tool/libguestfs-test-tool.pod:106 msgid "AUTHORS" msgstr "" #. type: textblock -#: ../erlang/examples/guestfs-erlang.pod:112 ../examples/guestfs-examples.pod:47 ../examples/guestfs-recipes.pod:399 ../fish/guestfish.pod:1298 ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60 ../fish/virt-tar-out.pod:53 ../fuse/guestmount.pod:330 ../java/examples/guestfs-java.pod:60 ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:54 ../python/examples/guestfs-python.pod:56 ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3350 ../test-tool/libguestfs-test-tool.pod:108 +#: ../erlang/examples/guestfs-erlang.pod:112 ../examples/guestfs-examples.pod:47 ../examples/guestfs-recipes.pod:399 ../examples/guestfs-testing.pod:278 ../fish/guestfish.pod:1298 ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60 ../fish/virt-tar-out.pod:53 ../fuse/guestmount.pod:330 ../java/examples/guestfs-java.pod:60 ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:54 ../python/examples/guestfs-python.pod:56 ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3351 ../test-tool/libguestfs-test-tool.pod:108 msgid "Richard W.M. Jones (C)" msgstr "" #. type: textblock -#: ../erlang/examples/guestfs-erlang.pod:116 ../java/examples/guestfs-java.pod:64 ../perl/examples/guestfs-perl.pod:58 +#: ../erlang/examples/guestfs-erlang.pod:116 ../examples/guestfs-testing.pod:282 ../java/examples/guestfs-java.pod:64 ../perl/examples/guestfs-perl.pod:58 msgid "Copyright (C) 2011 Red Hat Inc. L" msgstr "" @@ -4365,7 +4365,7 @@ msgid "" msgstr "" #. type: textblock -#: ../erlang/examples/guestfs-erlang.pod:121 ../examples/guestfs-examples.pod:56 ../examples/guestfs-recipes.pod:408 ../java/examples/guestfs-java.pod:69 ../ocaml/examples/guestfs-ocaml.pod:102 ../perl/examples/guestfs-perl.pod:63 ../python/examples/guestfs-python.pod:65 ../ruby/examples/guestfs-ruby.pod:59 ../src/guestfs.pod:3357 +#: ../erlang/examples/guestfs-erlang.pod:121 ../examples/guestfs-examples.pod:56 ../examples/guestfs-recipes.pod:408 ../examples/guestfs-testing.pod:284 ../java/examples/guestfs-java.pod:69 ../ocaml/examples/guestfs-ocaml.pod:102 ../perl/examples/guestfs-perl.pod:63 ../python/examples/guestfs-python.pod:65 ../ruby/examples/guestfs-ruby.pod:59 ../src/guestfs.pod:3358 msgid "" "This library is free software; you can redistribute it and/or modify it " "under the terms of the GNU Lesser General Public License as published by the " @@ -4374,7 +4374,7 @@ msgid "" msgstr "" #. type: textblock -#: ../erlang/examples/guestfs-erlang.pod:126 ../examples/guestfs-examples.pod:61 ../examples/guestfs-recipes.pod:413 ../java/examples/guestfs-java.pod:74 ../ocaml/examples/guestfs-ocaml.pod:107 ../perl/examples/guestfs-perl.pod:68 ../python/examples/guestfs-python.pod:70 ../ruby/examples/guestfs-ruby.pod:64 ../src/guestfs.pod:3362 +#: ../erlang/examples/guestfs-erlang.pod:126 ../examples/guestfs-examples.pod:61 ../examples/guestfs-recipes.pod:413 ../examples/guestfs-testing.pod:289 ../java/examples/guestfs-java.pod:74 ../ocaml/examples/guestfs-ocaml.pod:107 ../perl/examples/guestfs-perl.pod:68 ../python/examples/guestfs-python.pod:70 ../ruby/examples/guestfs-ruby.pod:64 ../src/guestfs.pod:3363 msgid "" "This library is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -4383,7 +4383,7 @@ msgid "" msgstr "" #. type: textblock -#: ../erlang/examples/guestfs-erlang.pod:131 ../examples/guestfs-examples.pod:66 ../examples/guestfs-recipes.pod:418 ../java/examples/guestfs-java.pod:79 ../ocaml/examples/guestfs-ocaml.pod:112 ../perl/examples/guestfs-perl.pod:73 ../python/examples/guestfs-python.pod:75 ../ruby/examples/guestfs-ruby.pod:69 ../src/guestfs.pod:3367 +#: ../erlang/examples/guestfs-erlang.pod:131 ../examples/guestfs-examples.pod:66 ../examples/guestfs-recipes.pod:418 ../examples/guestfs-testing.pod:294 ../java/examples/guestfs-java.pod:79 ../ocaml/examples/guestfs-ocaml.pod:112 ../perl/examples/guestfs-perl.pod:73 ../python/examples/guestfs-python.pod:75 ../ruby/examples/guestfs-ruby.pod:69 ../src/guestfs.pod:3368 msgid "" "You should have received a copy of the GNU Lesser General Public License " "along with this library; if not, write to the Free Software Foundation, " @@ -4710,7 +4710,7 @@ msgid "To export C from a VM into a local directory use L" msgstr "" +#. type: textblock +#: ../examples/guestfs-testing.pod:5 +msgid "guestfs-testing - manual testing of libguestfs, you can help!" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:9 +msgid "" +"This page has manual tests you can try on libguestfs. Everyone has a " +"slightly different combination of platform, hardware and guests, so this " +"testing is very valuable. Thanks for helping out!" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:13 +msgid "These tests require libguestfs E 1.14." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:15 +msgid "" +"Tests marked with a B<*> (asterisk) can B if you're not " +"careful. The others are safe and won't modify anything." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:18 +msgid "You can report bugs you find through this link:" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:20 +msgid "https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:22 +msgid "" +"or post on the mailing list (registration is B required, but if you're " +"not registered then you'll have to wait for a moderator to manually approve " +"your message):" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:26 +msgid "https://www.redhat.com/mailman/listinfo/libguestfs" +msgstr "" + +#. type: =head1 +#: ../examples/guestfs-testing.pod:28 +msgid "TESTS" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:30 +msgid "Check KVM acceleration is being used." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:32 +msgid "" +"If your host has hardware virt acceleration, then with a hot cache " +"libguestfs should be able to start up in a few seconds. Run the following " +"command a few times:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:36 +#, no-wrap +msgid "" +" time guestfish -a /dev/null run\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:38 +msgid "" +"After a few runs, the time should settle down to a few seconds (under 5 " +"seconds on fast 64 bit hardware)." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:41 +msgid "How to check for hardware virt:" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:43 +msgid "http://virt-tools.org/learning/check-hardware-virt/" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:45 +msgid "If the command above does not work at all, use L." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:48 +msgid "Run virt-alignment-scan on all your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:50 +msgid "Run L on guests or disk images:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:52 +#, no-wrap +msgid "" +" virt-alignment-scan -a /path/to/disk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:54 ../examples/guestfs-testing.pod:139 ../examples/guestfs-testing.pod:152 ../examples/guestfs-testing.pod:212 ../src/guestfs.pod:2792 +msgid "or:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:56 +#, no-wrap +msgid "" +" virt-alignment-scan -d Guest\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:58 +msgid "Does the alignment report match how the guest partitions are aligned?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:60 +msgid "Run virt-cat on some files in guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:62 +msgid "L can display files from guests. For a Linux guest, try:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:64 +#, no-wrap +msgid "" +" virt-cat LinuxGuest /etc/passwd\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:66 +msgid "A recent feature is support for Windows paths, for example:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:68 +#, no-wrap +msgid "" +" virt-cat WindowsGuest 'c:\\windows\\win.ini'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:70 +msgid "" +"An even better test is if you have a Windows guest with multiple drives. Do " +"C, C etc paths work correctly?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:73 +msgid "B<*> Copy some files into a B guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:75 +msgid "" +"L can recursively copy files and directories into a guest " +"or disk image." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:78 +#, no-wrap +msgid "" +" virt-copy-in -d Guest /etc /tmp\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:80 +msgid "" +"This should copy local directory C to C in the guest " +"(recursively). If you boot the guest, can you see all of the copied files " +"and directories?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:84 +msgid "Shut the guest down and try copying multiple files and directories:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:86 +#, no-wrap +msgid "" +" virt-copy-in -d Guest /home /etc/issue /tmp\n" +"\n" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:88 +msgid "Copy some files out of a guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:90 +msgid "" +"L can recursively copy files and directories out of a " +"guest or disk image." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:95 +msgid "Note the final space and period in the command is not a typo." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:97 +msgid "This should copy C from the guest into the current directory." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:99 +msgid "Run virt-df." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:101 +msgid "L lists disk space. Run:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:103 +#, no-wrap +msgid "" +" virt-df\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:105 +msgid "Do the results match what's reported inside the guests?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:107 +msgid "Try importing virt-df CSV output into a spreadsheet or database." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:109 ../src/guestfs.pod:3083 +msgid "Run:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:111 +#, no-wrap +msgid "" +" virt-df --csv > /tmp/report.csv\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:113 +msgid "" +"Now try to load this into your favorite spreadsheet or database. Are the " +"results reproduced faithfully in the spreadsheet/database?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:116 +msgid "" +"http://www.postgresql.org/docs/8.1/static/sql-copy.html " +"http://dev.mysql.com/doc/refman/5.1/en/load-data.html" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:119 +msgid "B<*> Edit a file in a B guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:121 +msgid "" +"L can edit files in guests. Try this command on a RHEL or " +"Fedora guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:124 +#, no-wrap +msgid "" +" virt-edit LinuxGuest /etc/sysconfig/network\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:126 +msgid "On other Linux guests try editing other files such as:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:128 +#, no-wrap +msgid "" +" virt-edit LinuxGuest /etc/motd\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:130 +msgid "Are the changes seen inside the guest when it is booted?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:132 +msgid "Display the filesystems / partitions / LVs in a guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:134 +msgid "" +"L can be used to display filesystems in a guest. Try " +"this command on any disk image or guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:137 +#, no-wrap +msgid "" +" virt-filesystems -a /path/to/disk.img --all --long -h\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:141 +#, no-wrap +msgid "" +" virt-filesystems -d Guest --all --long -h\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:143 +msgid "Do the results match what is seen in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:145 +msgid "Run virt-inspector on all your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:147 +msgid "" +"Use L to get a report on all of your guests or disk " +"images:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:150 +#, no-wrap +msgid "" +" virt-inspector -a /path/to/disk.img | less\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:154 +#, no-wrap +msgid "" +" virt-inspector -d Guest | less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:156 +msgid "Do the results match what is actually in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:158 +msgid "Try the auditing features of virt-ls on all your guests." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:162 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep '^- [42]'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:166 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep '^d ...7'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:170 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep '^s'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:174 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep -i '^-.*\\.png$'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:176 +msgid "Display files larger than 10MB in home directories:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:178 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest /home | awk '$3 > 10*1024*1024'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:182 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest --time-days / | awk '$6 <= 7'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:186 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest --time-days / | grep '^-' | awk '$6 < 1'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:188 +msgid "Do the results match what is in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:190 +msgid "Create a disk image from a tarball." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:192 +msgid "" +"Use L to create a disk image from any tarball that you " +"happen to have:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:195 +#, no-wrap +msgid "" +" virt-make-fs --partition=mbr --type=vfat /any/tarball.tar.gz output.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:197 +msgid "" +"Add 'output.img' as a raw disk to an existing guest. Check the guest can " +"see the files. This test is particularly useful if you try it with a " +"Windows guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:201 +msgid "Try other partitioning schemes, eg. I<--partition=gpt>." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:203 +msgid "Try other filesystem formats, eg. I<--type=ntfs>, I<--type=ext2>." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:205 +msgid "B<*> Run virt-rescue on a B disk image or guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:207 +msgid "" +"Use L to examine, rescue or repair a B guest or " +"disk image:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:210 +#, no-wrap +msgid "" +" virt-rescue -a /path/to/disk.img\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:214 +#, no-wrap +msgid "" +" virt-rescue -d Guest\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:216 +msgid "Can you use ordinary shell commands to examine the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:218 +msgid "B<*> Resize your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:220 +msgid "" +"Use L to give a guest some more disk space. For example, if " +"you have a disk image that is smaller than 30G, increase it to 30G by doing:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:224 +#, no-wrap +msgid "" +" truncate -s 30G newdisk.img\n" +" virt-filesystems -a /path/to/olddisk.img --all --long -h\n" +" virt-resize /path/to/olddisk.img newdisk.img --expand /dev/sda1\n" +" qemu-kvm -m 1024 -hda newdisk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:229 +msgid "Does the guest still boot? Try expanding other partitions." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:231 +msgid "B<*> Sparsify a guest disk." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:233 +msgid "Using L, make a disk image more sparse:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:235 +#, no-wrap +msgid "" +" virt-sparsify /path/to/olddisk.img newdisk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:237 +msgid "" +"Is C still bootable after sparsifying? Is the resulting disk " +"image smaller (use C to check)?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:240 +msgid "B<*> \"sysprep\" a B Linux guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:242 +msgid "" +"Note that this really will mess up an existing guest, so it's better to " +"clone the guest before trying this." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:245 +#, no-wrap +msgid "" +" virt-sysprep --hostname newhost.example.com -a /path/to/disk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:247 +msgid "" +"Was the sysprep successful? After booting, what changes were made and were " +"they successful?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:250 +msgid "Dump the Windows Registry from your Windows guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:252 +msgid "" +"Use L to dump out the Windows Registry from any Windows " +"guests that you have." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:255 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKLM\\Software' |\n" +" less\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:258 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKLM\\System' |\n" +" less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:261 +msgid "Does the output match running C inside the guest?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:263 +msgid "" +"A recent feature is the ability to dump user registries, so try this, " +"replacing I with the name of a local user in the guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:266 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKEY_USERS\\username' " +"|\n" +" less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:271 +msgid "" +"L, L, L, " +"L." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:1 msgid "add-cdrom" @@ -20509,7 +21182,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3354 ../test-tool/libguestfs-test-tool.pod:112 +#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3355 ../test-tool/libguestfs-test-tool.pod:112 msgid "Copyright (C) 2009-2011 Red Hat Inc. L" msgstr "" @@ -39091,11 +39764,6 @@ msgstr "" msgid "eg: C skips test #3 of L." msgstr "" -#. type: textblock -#: ../src/guestfs.pod:2792 -msgid "or:" -msgstr "" - #. type: verbatim #: ../src/guestfs.pod:2794 #, no-wrap @@ -39713,11 +40381,6 @@ msgstr "" msgid "Push and pull from Transifex." msgstr "" -#. type: textblock -#: ../src/guestfs.pod:3083 -msgid "Run:" -msgstr "" - #. type: verbatim #: ../src/guestfs.pod:3085 #, no-wrap @@ -40005,65 +40668,65 @@ msgid "" "L, L, L, " "L, L, L, " "L, L, L, L, " -"L, L, L, " +"L, L, L, L, " "L, L, L, " "L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3308 +#: ../src/guestfs.pod:3309 msgid "" "Tools with a similar purpose: L, L, L, " "L, L." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:3315 ../tools/virt-make-fs.pl:571 ../tools/virt-win-reg.pl:772 +#: ../src/guestfs.pod:3316 ../tools/virt-make-fs.pl:571 ../tools/virt-win-reg.pl:772 msgid "BUGS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3317 +#: ../src/guestfs.pod:3318 msgid "To get a list of bugs against libguestfs use this link:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3319 +#: ../src/guestfs.pod:3320 msgid "L" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3321 +#: ../src/guestfs.pod:3322 msgid "To report a new bug against libguestfs use this link:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3323 +#: ../src/guestfs.pod:3324 msgid "L" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3325 +#: ../src/guestfs.pod:3326 msgid "When reporting a bug, please check:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3331 +#: ../src/guestfs.pod:3332 msgid "That the bug hasn't been reported already." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3335 +#: ../src/guestfs.pod:3336 msgid "That you are testing a recent version." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3339 +#: ../src/guestfs.pod:3340 msgid "Describe the bug accurately, and give a way to reproduce it." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3343 +#: ../src/guestfs.pod:3344 msgid "" "Run libguestfs-test-tool and paste the B output into the " "bug report." diff --git a/po-docs/podfiles b/po-docs/podfiles index c4e4d6b..afcdea2 100644 --- a/po-docs/podfiles +++ b/po-docs/podfiles @@ -8,6 +8,7 @@ ../erlang/examples/guestfs-erlang.pod ../examples/guestfs-examples.pod ../examples/guestfs-recipes.pod +../examples/guestfs-testing.pod ../fish/guestfish-actions.pod ../fish/guestfish-commands.pod ../fish/guestfish.pod diff --git a/po-docs/uk.po b/po-docs/uk.po index 6b791d8..eca1bd0 100644 --- a/po-docs/uk.po +++ b/po-docs/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-11-17 13:11+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:15+0000\n" "Last-Translator: rjones \n" "Language-Team: Ukrainian \n" @@ -24,15 +24,16 @@ msgstr "" #: ../cat/virt-filesystems.pod:3 ../cat/virt-ls.pod:3 #: ../clone/virt-sysprep.pod:3 ../df/virt-df.pod:3 ../edit/virt-edit.pod:3 #: ../erlang/examples/guestfs-erlang.pod:3 ../examples/guestfs-examples.pod:3 -#: ../examples/guestfs-recipes.pod:14 ../fish/guestfish.pod:3 -#: ../fish/virt-copy-in.pod:3 ../fish/virt-copy-out.pod:3 -#: ../fish/virt-tar-in.pod:3 ../fish/virt-tar-out.pod:3 -#: ../fuse/guestmount.pod:3 ../inspector/virt-inspector.pod:3 -#: ../java/examples/guestfs-java.pod:3 ../ocaml/examples/guestfs-ocaml.pod:3 -#: ../perl/examples/guestfs-perl.pod:3 ../python/examples/guestfs-python.pod:3 -#: ../rescue/virt-rescue.pod:3 ../resize/virt-resize.pod:3 -#: ../ruby/examples/guestfs-ruby.pod:3 ../sparsify/virt-sparsify.pod:3 -#: ../src/guestfs.pod:3 ../test-tool/libguestfs-test-tool.pod:3 +#: ../examples/guestfs-recipes.pod:14 ../examples/guestfs-testing.pod:3 +#: ../fish/guestfish.pod:3 ../fish/virt-copy-in.pod:3 +#: ../fish/virt-copy-out.pod:3 ../fish/virt-tar-in.pod:3 +#: ../fish/virt-tar-out.pod:3 ../fuse/guestmount.pod:3 +#: ../inspector/virt-inspector.pod:3 ../java/examples/guestfs-java.pod:3 +#: ../ocaml/examples/guestfs-ocaml.pod:3 ../perl/examples/guestfs-perl.pod:3 +#: ../python/examples/guestfs-python.pod:3 ../rescue/virt-rescue.pod:3 +#: ../resize/virt-resize.pod:3 ../ruby/examples/guestfs-ruby.pod:3 +#: ../sparsify/virt-sparsify.pod:3 ../src/guestfs.pod:3 +#: ../test-tool/libguestfs-test-tool.pod:3 #: ../tools/virt-list-filesystems.pl:30 ../tools/virt-list-partitions.pl:30 #: ../tools/virt-make-fs.pl:35 ../tools/virt-tar.pl:31 #: ../tools/virt-win-reg.pl:35 @@ -86,11 +87,12 @@ msgstr "" #: ../clone/virt-sysprep.pod:13 ../df/virt-df.pod:21 ../edit/virt-edit.pod:27 #: ../erlang/examples/guestfs-erlang.pod:16 #: ../examples/guestfs-examples.pod:19 ../examples/guestfs-recipes.pod:18 -#: ../fish/guestfish.pod:30 ../fish/virt-copy-in.pod:19 -#: ../fish/virt-copy-out.pod:13 ../fish/virt-tar-in.pod:21 -#: ../fish/virt-tar-out.pod:15 ../fuse/guestmount.pod:20 -#: ../inspector/virt-inspector.pod:19 ../java/examples/guestfs-java.pod:15 -#: ../ocaml/examples/guestfs-ocaml.pod:25 ../perl/examples/guestfs-perl.pod:18 +#: ../examples/guestfs-testing.pod:7 ../fish/guestfish.pod:30 +#: ../fish/virt-copy-in.pod:19 ../fish/virt-copy-out.pod:13 +#: ../fish/virt-tar-in.pod:21 ../fish/virt-tar-out.pod:15 +#: ../fuse/guestmount.pod:20 ../inspector/virt-inspector.pod:19 +#: ../java/examples/guestfs-java.pod:15 ../ocaml/examples/guestfs-ocaml.pod:25 +#: ../perl/examples/guestfs-perl.pod:18 #: ../python/examples/guestfs-python.pod:14 ../rescue/virt-rescue.pod:31 #: ../resize/virt-resize.pod:13 ../ruby/examples/guestfs-ruby.pod:15 #: ../sparsify/virt-sparsify.pod:11 ../src/guestfs.pod:23 @@ -973,8 +975,8 @@ msgstr "" #: ../src/guestfs.pod:2656 ../src/guestfs.pod:2662 ../src/guestfs.pod:3062 #: ../src/guestfs.pod:3067 ../src/guestfs.pod:3071 ../src/guestfs.pod:3075 #: ../src/guestfs.pod:3079 ../src/guestfs.pod:3093 ../src/guestfs.pod:3098 -#: ../src/guestfs.pod:3329 ../src/guestfs.pod:3333 ../src/guestfs.pod:3337 -#: ../src/guestfs.pod:3341 ../tools/virt-win-reg.pl:197 +#: ../src/guestfs.pod:3330 ../src/guestfs.pod:3334 ../src/guestfs.pod:3338 +#: ../src/guestfs.pod:3342 ../tools/virt-win-reg.pl:197 #: ../tools/virt-win-reg.pl:202 ../tools/virt-win-reg.pl:208 #: ../tools/virt-win-reg.pl:721 ../tools/virt-win-reg.pl:727 #: ../tools/virt-win-reg.pl:733 @@ -1032,11 +1034,12 @@ msgstr "" #: ../clone/virt-sysprep.pod:486 ../df/virt-df.pod:227 #: ../edit/virt-edit.pod:354 ../erlang/examples/guestfs-erlang.pod:97 #: ../examples/guestfs-examples.pod:33 ../examples/guestfs-recipes.pod:384 -#: ../fish/guestfish.pod:1268 ../fish/virt-copy-in.pod:50 -#: ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47 -#: ../fish/virt-tar-out.pod:41 ../fuse/guestmount.pod:317 -#: ../inspector/virt-inspector.pod:395 ../java/examples/guestfs-java.pod:45 -#: ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:39 +#: ../examples/guestfs-testing.pod:269 ../fish/guestfish.pod:1268 +#: ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 +#: ../fish/virt-tar-in.pod:47 ../fish/virt-tar-out.pod:41 +#: ../fuse/guestmount.pod:317 ../inspector/virt-inspector.pod:395 +#: ../java/examples/guestfs-java.pod:45 ../ocaml/examples/guestfs-ocaml.pod:78 +#: ../perl/examples/guestfs-perl.pod:39 #: ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:325 #: ../resize/virt-resize.pod:688 ../ruby/examples/guestfs-ruby.pod:36 #: ../sparsify/virt-sparsify.pod:251 ../src/guestfs.pod:3270 @@ -1084,14 +1087,15 @@ msgstr "Richard W.M. Jones L" #: ../clone/virt-sysprep.pod:505 ../df/virt-df.pod:239 #: ../edit/virt-edit.pod:372 ../erlang/examples/guestfs-erlang.pod:114 #: ../examples/guestfs-examples.pod:49 ../examples/guestfs-recipes.pod:401 -#: ../fish/guestfish.pod:1300 ../fish/virt-copy-in.pod:64 -#: ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62 -#: ../fish/virt-tar-out.pod:55 ../fuse/guestmount.pod:332 -#: ../inspector/virt-inspector.pod:418 ../java/examples/guestfs-java.pod:62 -#: ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:56 +#: ../examples/guestfs-testing.pod:280 ../fish/guestfish.pod:1300 +#: ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 +#: ../fish/virt-tar-in.pod:62 ../fish/virt-tar-out.pod:55 +#: ../fuse/guestmount.pod:332 ../inspector/virt-inspector.pod:418 +#: ../java/examples/guestfs-java.pod:62 ../ocaml/examples/guestfs-ocaml.pod:95 +#: ../perl/examples/guestfs-perl.pod:56 #: ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:338 #: ../resize/virt-resize.pod:715 ../ruby/examples/guestfs-ruby.pod:52 -#: ../sparsify/virt-sparsify.pod:268 ../src/guestfs.pod:3352 +#: ../sparsify/virt-sparsify.pod:268 ../src/guestfs.pod:3353 #: ../test-tool/libguestfs-test-tool.pod:110 #: ../tools/virt-list-filesystems.pl:212 ../tools/virt-list-partitions.pl:281 #: ../tools/virt-make-fs.pl:586 ../tools/virt-tar.pl:315 @@ -2391,7 +2395,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:41 +#: ../cat/virt-ls.pod:41 ../examples/guestfs-testing.pod:160 msgid "List all setuid or setgid programs in a Linux virtual machine:" msgstr "" @@ -2404,7 +2408,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:45 +#: ../cat/virt-ls.pod:45 ../examples/guestfs-testing.pod:164 msgid "List all public-writable directories in a Linux virtual machine:" msgstr "" @@ -2417,7 +2421,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:49 +#: ../cat/virt-ls.pod:49 ../examples/guestfs-testing.pod:168 msgid "List all Unix domain sockets in a Linux virtual machine:" msgstr "" @@ -2430,7 +2434,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:53 +#: ../cat/virt-ls.pod:53 ../examples/guestfs-testing.pod:172 msgid "List all regular files with filenames ending in '.png':" msgstr "" @@ -2456,7 +2460,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:61 +#: ../cat/virt-ls.pod:61 ../examples/guestfs-testing.pod:180 msgid "Find everything modified in the last 7 days:" msgstr "" @@ -2469,7 +2473,7 @@ msgid "" msgstr "" #. type: textblock -#: ../cat/virt-ls.pod:65 +#: ../cat/virt-ls.pod:65 ../examples/guestfs-testing.pod:184 msgid "Find regular files modified in the last 24 hours:" msgstr "" @@ -4890,13 +4894,14 @@ msgstr "" #. type: =head1 #: ../erlang/examples/guestfs-erlang.pod:110 #: ../examples/guestfs-examples.pod:45 ../examples/guestfs-recipes.pod:397 -#: ../fish/guestfish.pod:1296 ../fish/virt-copy-in.pod:60 -#: ../fish/virt-copy-out.pod:49 ../fish/virt-tar-in.pod:58 -#: ../fish/virt-tar-out.pod:51 ../fuse/guestmount.pod:328 -#: ../inspector/virt-inspector.pod:404 ../java/examples/guestfs-java.pod:58 -#: ../ocaml/examples/guestfs-ocaml.pod:91 ../perl/examples/guestfs-perl.pod:52 +#: ../examples/guestfs-testing.pod:276 ../fish/guestfish.pod:1296 +#: ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49 +#: ../fish/virt-tar-in.pod:58 ../fish/virt-tar-out.pod:51 +#: ../fuse/guestmount.pod:328 ../inspector/virt-inspector.pod:404 +#: ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91 +#: ../perl/examples/guestfs-perl.pod:52 #: ../python/examples/guestfs-python.pod:54 -#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3348 +#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3349 #: ../test-tool/libguestfs-test-tool.pod:106 msgid "AUTHORS" msgstr "АВТОРИ" @@ -4904,20 +4909,21 @@ msgstr "АВТОРИ" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:112 #: ../examples/guestfs-examples.pod:47 ../examples/guestfs-recipes.pod:399 -#: ../fish/guestfish.pod:1298 ../fish/virt-copy-in.pod:62 -#: ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60 -#: ../fish/virt-tar-out.pod:53 ../fuse/guestmount.pod:330 -#: ../java/examples/guestfs-java.pod:60 ../ocaml/examples/guestfs-ocaml.pod:93 -#: ../perl/examples/guestfs-perl.pod:54 +#: ../examples/guestfs-testing.pod:278 ../fish/guestfish.pod:1298 +#: ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 +#: ../fish/virt-tar-in.pod:60 ../fish/virt-tar-out.pod:53 +#: ../fuse/guestmount.pod:330 ../java/examples/guestfs-java.pod:60 +#: ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:54 #: ../python/examples/guestfs-python.pod:56 -#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3350 +#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3351 #: ../test-tool/libguestfs-test-tool.pod:108 msgid "Richard W.M. Jones (C)" msgstr "Richard W.M. Jones (C)" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:116 -#: ../java/examples/guestfs-java.pod:64 ../perl/examples/guestfs-perl.pod:58 +#: ../examples/guestfs-testing.pod:282 ../java/examples/guestfs-java.pod:64 +#: ../perl/examples/guestfs-perl.pod:58 msgid "Copyright (C) 2011 Red Hat Inc. L" msgstr "" @@ -4936,11 +4942,11 @@ msgstr "" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:121 #: ../examples/guestfs-examples.pod:56 ../examples/guestfs-recipes.pod:408 -#: ../java/examples/guestfs-java.pod:69 +#: ../examples/guestfs-testing.pod:284 ../java/examples/guestfs-java.pod:69 #: ../ocaml/examples/guestfs-ocaml.pod:102 #: ../perl/examples/guestfs-perl.pod:63 #: ../python/examples/guestfs-python.pod:65 -#: ../ruby/examples/guestfs-ruby.pod:59 ../src/guestfs.pod:3357 +#: ../ruby/examples/guestfs-ruby.pod:59 ../src/guestfs.pod:3358 msgid "" "This library is free software; you can redistribute it and/or modify it " "under the terms of the GNU Lesser General Public License as published by the " @@ -4951,11 +4957,11 @@ msgstr "" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:126 #: ../examples/guestfs-examples.pod:61 ../examples/guestfs-recipes.pod:413 -#: ../java/examples/guestfs-java.pod:74 +#: ../examples/guestfs-testing.pod:289 ../java/examples/guestfs-java.pod:74 #: ../ocaml/examples/guestfs-ocaml.pod:107 #: ../perl/examples/guestfs-perl.pod:68 #: ../python/examples/guestfs-python.pod:70 -#: ../ruby/examples/guestfs-ruby.pod:64 ../src/guestfs.pod:3362 +#: ../ruby/examples/guestfs-ruby.pod:64 ../src/guestfs.pod:3363 msgid "" "This library is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -4966,11 +4972,11 @@ msgstr "" #. type: textblock #: ../erlang/examples/guestfs-erlang.pod:131 #: ../examples/guestfs-examples.pod:66 ../examples/guestfs-recipes.pod:418 -#: ../java/examples/guestfs-java.pod:79 +#: ../examples/guestfs-testing.pod:294 ../java/examples/guestfs-java.pod:79 #: ../ocaml/examples/guestfs-ocaml.pod:112 #: ../perl/examples/guestfs-perl.pod:73 #: ../python/examples/guestfs-python.pod:75 -#: ../ruby/examples/guestfs-ruby.pod:69 ../src/guestfs.pod:3367 +#: ../ruby/examples/guestfs-ruby.pod:69 ../src/guestfs.pod:3368 msgid "" "You should have received a copy of the GNU Lesser General Public License " "along with this library; if not, write to the Free Software Foundation, " @@ -5316,7 +5322,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../examples/guestfs-recipes.pod:126 +#: ../examples/guestfs-recipes.pod:126 ../examples/guestfs-testing.pod:93 #, no-wrap msgid "" " virt-copy-out -d Guest /home .\n" @@ -5882,6 +5888,769 @@ msgstr "" msgid "Copyright (C) 2009-2011 Red Hat Inc. L" msgstr "" +#. type: textblock +#: ../examples/guestfs-testing.pod:5 +msgid "guestfs-testing - manual testing of libguestfs, you can help!" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:9 +msgid "" +"This page has manual tests you can try on libguestfs. Everyone has a " +"slightly different combination of platform, hardware and guests, so this " +"testing is very valuable. Thanks for helping out!" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:13 +msgid "These tests require libguestfs E 1.14." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:15 +msgid "" +"Tests marked with a B<*> (asterisk) can B if you're not " +"careful. The others are safe and won't modify anything." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:18 +msgid "You can report bugs you find through this link:" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:20 +#, fuzzy +#| msgid "" +#| "L" +msgid "" +"https://bugzilla.redhat.com/enter_bug.cgi?" +"component=libguestfs&product=Virtualization+Tools" +msgstr "" +"L" + +#. type: textblock +#: ../examples/guestfs-testing.pod:22 +msgid "" +"or post on the mailing list (registration is B required, but if you're " +"not registered then you'll have to wait for a moderator to manually approve " +"your message):" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:26 +msgid "https://www.redhat.com/mailman/listinfo/libguestfs" +msgstr "" + +#. type: =head1 +#: ../examples/guestfs-testing.pod:28 +msgid "TESTS" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:30 +msgid "Check KVM acceleration is being used." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:32 +msgid "" +"If your host has hardware virt acceleration, then with a hot cache " +"libguestfs should be able to start up in a few seconds. Run the following " +"command a few times:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:36 +#, no-wrap +msgid "" +" time guestfish -a /dev/null run\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:38 +msgid "" +"After a few runs, the time should settle down to a few seconds (under 5 " +"seconds on fast 64 bit hardware)." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:41 +msgid "How to check for hardware virt:" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:43 +msgid "http://virt-tools.org/learning/check-hardware-virt/" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:45 +msgid "" +"If the command above does not work at all, use L." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:48 +msgid "Run virt-alignment-scan on all your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:50 +msgid "Run L on guests or disk images:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:52 +#, no-wrap +msgid "" +" virt-alignment-scan -a /path/to/disk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:54 ../examples/guestfs-testing.pod:139 +#: ../examples/guestfs-testing.pod:152 ../examples/guestfs-testing.pod:212 +#: ../src/guestfs.pod:2792 +msgid "or:" +msgstr "або:" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:56 +#, no-wrap +msgid "" +" virt-alignment-scan -d Guest\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:58 +msgid "Does the alignment report match how the guest partitions are aligned?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:60 +#, fuzzy +#| msgid "" +#| " virt-cat domname file\n" +#| "\n" +msgid "Run virt-cat on some files in guests." +msgstr "" +" virt-cat назва_домену файл\n" +"\n" + +#. type: textblock +#: ../examples/guestfs-testing.pod:62 +msgid "L can display files from guests. For a Linux guest, try:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:64 +#, fuzzy, no-wrap +#| msgid "" +#| " virt-cat -d mydomain /etc/fstab\n" +#| "\n" +msgid "" +" virt-cat LinuxGuest /etc/passwd\n" +"\n" +msgstr "" +" virt-cat -d mydomain /etc/fstab\n" +"\n" + +#. type: textblock +#: ../examples/guestfs-testing.pod:66 +msgid "A recent feature is support for Windows paths, for example:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:68 +#, no-wrap +msgid "" +" virt-cat WindowsGuest 'c:\\windows\\win.ini'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:70 +msgid "" +"An even better test is if you have a Windows guest with multiple drives. Do " +"C, C etc paths work correctly?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:73 +msgid "B<*> Copy some files into a B guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:75 +msgid "" +"L can recursively copy files and directories into a guest " +"or disk image." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:78 +#, no-wrap +msgid "" +" virt-copy-in -d Guest /etc /tmp\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:80 +msgid "" +"This should copy local directory C to C in the guest " +"(recursively). If you boot the guest, can you see all of the copied files " +"and directories?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:84 +msgid "Shut the guest down and try copying multiple files and directories:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:86 +#, no-wrap +msgid "" +" virt-copy-in -d Guest /home /etc/issue /tmp\n" +"\n" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:88 +msgid "Copy some files out of a guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:90 +msgid "" +"L can recursively copy files and directories out of a " +"guest or disk image." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:95 +msgid "Note the final space and period in the command is not a typo." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:97 +msgid "This should copy C from the guest into the current directory." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:99 +msgid "Run virt-df." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:101 +msgid "L lists disk space. Run:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:103 +#, fuzzy, no-wrap +#| msgid "" +#| " df\n" +#| "\n" +msgid "" +" virt-df\n" +"\n" +msgstr "" +" df\n" +"\n" + +#. type: textblock +#: ../examples/guestfs-testing.pod:105 +msgid "Do the results match what's reported inside the guests?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:107 +msgid "Try importing virt-df CSV output into a spreadsheet or database." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:109 ../src/guestfs.pod:3083 +msgid "Run:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:111 +#, no-wrap +msgid "" +" virt-df --csv > /tmp/report.csv\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:113 +msgid "" +"Now try to load this into your favorite spreadsheet or database. Are the " +"results reproduced faithfully in the spreadsheet/database?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:116 +msgid "" +"http://www.postgresql.org/docs/8.1/static/sql-copy.html http://dev.mysql.com/" +"doc/refman/5.1/en/load-data.html" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:119 +msgid "B<*> Edit a file in a B guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:121 +msgid "" +"L can edit files in guests. Try this command on a RHEL or " +"Fedora guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:124 +#, no-wrap +msgid "" +" virt-edit LinuxGuest /etc/sysconfig/network\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:126 +msgid "On other Linux guests try editing other files such as:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:128 +#, no-wrap +msgid "" +" virt-edit LinuxGuest /etc/motd\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:130 +msgid "Are the changes seen inside the guest when it is booted?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:132 +msgid "Display the filesystems / partitions / LVs in a guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:134 +msgid "" +"L can be used to display filesystems in a guest. Try " +"this command on any disk image or guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:137 +#, fuzzy, no-wrap +#| msgid "" +#| " virt-filesystems --format=raw -a disk.img\n" +#| "\n" +msgid "" +" virt-filesystems -a /path/to/disk.img --all --long -h\n" +"\n" +msgstr "" +" virt-filesystems --format=raw -a диск.img\n" +"\n" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:141 +#, fuzzy, no-wrap +#| msgid "" +#| " virt-filesystems [--options] -d domname\n" +#| "\n" +msgid "" +" virt-filesystems -d Guest --all --long -h\n" +"\n" +msgstr "" +" virt-filesystems [--параметри] -d назва_домену\n" +"\n" + +#. type: textblock +#: ../examples/guestfs-testing.pod:143 +msgid "Do the results match what is seen in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:145 +msgid "Run virt-inspector on all your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:147 +msgid "" +"Use L to get a report on all of your guests or disk " +"images:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:150 +#, fuzzy, no-wrap +#| msgid "" +#| " virt-cat disk.img file\n" +#| "\n" +msgid "" +" virt-inspector -a /path/to/disk.img | less\n" +"\n" +msgstr "" +" virt-cat диск.img файл\n" +"\n" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:154 +#, no-wrap +msgid "" +" virt-inspector -d Guest | less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:156 +msgid "Do the results match what is actually in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:158 +msgid "Try the auditing features of virt-ls on all your guests." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:162 +#, fuzzy, no-wrap +#| msgid "" +#| " $ virt-ls -R -d guest /tmp\n" +#| " foo\n" +#| " foo/bar\n" +#| " [etc.]\n" +#| "\n" +msgid "" +" virt-ls -lR -d Guest / | grep '^- [42]'\n" +"\n" +msgstr "" +" $ virt-ls -R -d guest /tmp\n" +" foo\n" +" foo/bar\n" +" [тощо]\n" +"\n" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:166 +#, fuzzy, no-wrap +#| msgid "" +#| " $ virt-ls -R -d guest /tmp\n" +#| " foo\n" +#| " foo/bar\n" +#| " [etc.]\n" +#| "\n" +msgid "" +" virt-ls -lR -d Guest / | grep '^d ...7'\n" +"\n" +msgstr "" +" $ virt-ls -R -d guest /tmp\n" +" foo\n" +" foo/bar\n" +" [тощо]\n" +"\n" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:170 +#, fuzzy, no-wrap +#| msgid "" +#| " $ virt-ls -R -d guest /tmp\n" +#| " foo\n" +#| " foo/bar\n" +#| " [etc.]\n" +#| "\n" +msgid "" +" virt-ls -lR -d Guest / | grep '^s'\n" +"\n" +msgstr "" +" $ virt-ls -R -d guest /tmp\n" +" foo\n" +" foo/bar\n" +" [тощо]\n" +"\n" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:174 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest / | grep -i '^-.*\\.png$'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:176 +msgid "Display files larger than 10MB in home directories:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:178 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest /home | awk '$3 > 10*1024*1024'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:182 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest --time-days / | awk '$6 <= 7'\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:186 +#, no-wrap +msgid "" +" virt-ls -lR -d Guest --time-days / | grep '^-' | awk '$6 < 1'\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:188 +msgid "Do the results match what is in the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:190 +msgid "Create a disk image from a tarball." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:192 +msgid "" +"Use L to create a disk image from any tarball that you " +"happen to have:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:195 +#, no-wrap +msgid "" +" virt-make-fs --partition=mbr --type=vfat /any/tarball.tar.gz output.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:197 +msgid "" +"Add 'output.img' as a raw disk to an existing guest. Check the guest can " +"see the files. This test is particularly useful if you try it with a " +"Windows guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:201 +msgid "Try other partitioning schemes, eg. I<--partition=gpt>." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:203 +msgid "Try other filesystem formats, eg. I<--type=ntfs>, I<--type=ext2>." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:205 +msgid "B<*> Run virt-rescue on a B disk image or guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:207 +msgid "" +"Use L to examine, rescue or repair a B guest or " +"disk image:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:210 +#, fuzzy, no-wrap +#| msgid "" +#| " virt-cat disk.img file\n" +#| "\n" +msgid "" +" virt-rescue -a /path/to/disk.img\n" +"\n" +msgstr "" +" virt-cat диск.img файл\n" +"\n" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:214 +#, no-wrap +msgid "" +" virt-rescue -d Guest\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:216 +msgid "Can you use ordinary shell commands to examine the guest?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:218 +msgid "B<*> Resize your guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:220 +msgid "" +"Use L to give a guest some more disk space. For example, if " +"you have a disk image that is smaller than 30G, increase it to 30G by doing:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:224 +#, no-wrap +msgid "" +" truncate -s 30G newdisk.img\n" +" virt-filesystems -a /path/to/olddisk.img --all --long -h\n" +" virt-resize /path/to/olddisk.img newdisk.img --expand /dev/sda1\n" +" qemu-kvm -m 1024 -hda newdisk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:229 +msgid "Does the guest still boot? Try expanding other partitions." +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:231 +msgid "B<*> Sparsify a guest disk." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:233 +msgid "Using L, make a disk image more sparse:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:235 +#, fuzzy, no-wrap +#| msgid "" +#| " virt-list-partitions [--options] disk.img [disk.img ...]\n" +#| "\n" +msgid "" +" virt-sparsify /path/to/olddisk.img newdisk.img\n" +"\n" +msgstr "" +" virt-list-partitions [--параметри] диск.img [диск.img ...]\n" +"\n" + +#. type: textblock +#: ../examples/guestfs-testing.pod:237 +msgid "" +"Is C still bootable after sparsifying? Is the resulting disk " +"image smaller (use C to check)?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:240 +msgid "B<*> \"sysprep\" a B Linux guest." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:242 +msgid "" +"Note that this really will mess up an existing guest, so it's better to " +"clone the guest before trying this." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:245 +#, no-wrap +msgid "" +" virt-sysprep --hostname newhost.example.com -a /path/to/disk.img\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:247 +msgid "" +"Was the sysprep successful? After booting, what changes were made and were " +"they successful?" +msgstr "" + +#. type: =head2 +#: ../examples/guestfs-testing.pod:250 +msgid "Dump the Windows Registry from your Windows guests." +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:252 +msgid "" +"Use L to dump out the Windows Registry from any Windows " +"guests that you have." +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:255 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKLM\\Software' |\n" +" less\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:258 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKLM\\System' |\n" +" less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:261 +msgid "Does the output match running C inside the guest?" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:263 +msgid "" +"A recent feature is the ability to dump user registries, so try this, " +"replacing I with the name of a local user in the guest:" +msgstr "" + +#. type: verbatim +#: ../examples/guestfs-testing.pod:266 +#, no-wrap +msgid "" +" virt-win-reg --unsafe-printable-strings WindowsGuest 'HKEY_USERS\\username' |\n" +" less\n" +"\n" +msgstr "" + +#. type: textblock +#: ../examples/guestfs-testing.pod:271 +#, fuzzy +#| msgid "" +#| "L, L, L, L, " +#| "L, L." +msgid "" +"L, L, L, L." +msgstr "" +"L, L, L, L, L, L." + #. type: =head2 #: ../fish/guestfish-actions.pod:1 msgid "add-cdrom" @@ -21836,7 +22605,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3354 +#: ../fish/guestfish.pod:1302 ../src/guestfs.pod:3355 #: ../test-tool/libguestfs-test-tool.pod:112 msgid "Copyright (C) 2009-2011 Red Hat Inc. L" msgstr "" @@ -41494,11 +42263,6 @@ msgstr "" msgid "eg: C skips test #3 of L." msgstr "" -#. type: textblock -#: ../src/guestfs.pod:2792 -msgid "or:" -msgstr "або:" - #. type: verbatim #: ../src/guestfs.pod:2794 #, no-wrap @@ -42121,11 +42885,6 @@ msgstr "" msgid "Push and pull from Transifex." msgstr "" -#. type: textblock -#: ../src/guestfs.pod:3083 -msgid "Run:" -msgstr "" - #. type: verbatim #: ../src/guestfs.pod:3085 #, no-wrap @@ -42411,33 +43170,33 @@ msgid "" "L, L, L, " "L, L, L, L, L, L, L, L, L, L, L, L, " -"L, L, L, L, L." +"(1)>, L, L, L, L, L, L, L, L, L, L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3308 +#: ../src/guestfs.pod:3309 msgid "" "Tools with a similar purpose: L, L, L, L, L." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:3315 ../tools/virt-make-fs.pl:571 +#: ../src/guestfs.pod:3316 ../tools/virt-make-fs.pl:571 #: ../tools/virt-win-reg.pl:772 msgid "BUGS" msgstr "ВАДИ" #. type: textblock -#: ../src/guestfs.pod:3317 +#: ../src/guestfs.pod:3318 msgid "To get a list of bugs against libguestfs use this link:" msgstr "" "Щоб переглянути список відомих вад у libguestfs, скористайтеся таким " "посиланням:" #. type: textblock -#: ../src/guestfs.pod:3319 +#: ../src/guestfs.pod:3320 msgid "" "L" @@ -42446,12 +43205,12 @@ msgstr "" "component=libguestfs&product=Virtualization+Tools>" #. type: textblock -#: ../src/guestfs.pod:3321 +#: ../src/guestfs.pod:3322 msgid "To report a new bug against libguestfs use this link:" msgstr "Для звітування щодо вад у libguestfs скористайтеся цим посиланням:" #. type: textblock -#: ../src/guestfs.pod:3323 +#: ../src/guestfs.pod:3324 msgid "" "L" @@ -42460,27 +43219,27 @@ msgstr "" "component=libguestfs&product=Virtualization+Tools>" #. type: textblock -#: ../src/guestfs.pod:3325 +#: ../src/guestfs.pod:3326 msgid "When reporting a bug, please check:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3331 +#: ../src/guestfs.pod:3332 msgid "That the bug hasn't been reported already." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3335 +#: ../src/guestfs.pod:3336 msgid "That you are testing a recent version." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3339 +#: ../src/guestfs.pod:3340 msgid "Describe the bug accurately, and give a way to reproduce it." msgstr "" #. type: textblock -#: ../src/guestfs.pod:3343 +#: ../src/guestfs.pod:3344 msgid "" "Run libguestfs-test-tool and paste the B output into the " "bug report." diff --git a/po/en_GB.po b/po/en_GB.po index f265015..3846ab4 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" diff --git a/po/es.po b/po/es.po index 7197780..b13c0e5 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Spanish (Castilian) \n" diff --git a/po/gu.po b/po/gu.po index bf7ed1a..465f47b 100644 --- a/po/gu.po +++ b/po/gu.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Gujarati \n" diff --git a/po/hi.po b/po/hi.po index d68bd27..2ced6a5 100644 --- a/po/hi.po +++ b/po/hi.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Hindi \n" diff --git a/po/kn.po b/po/kn.po index c884ed3..cbc5d19 100644 --- a/po/kn.po +++ b/po/kn.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Kannada (http://www.transifex.net/projects/p/fedora/team/" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index ba345f9..9e10862 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.15.4\n" +"Project-Id-Version: libguestfs 1.15.5\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/ml.po b/po/ml.po index 4de9f42..e074943 100644 --- a/po/ml.po +++ b/po/ml.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Malayalam \n" diff --git a/po/mr.po b/po/mr.po index cd13531..56eccb8 100644 --- a/po/mr.po +++ b/po/mr.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Marathi (http://www.transifex.net/projects/p/fedora/team/" diff --git a/po/nl.po b/po/nl.po index c3e465d..267bd77 100644 --- a/po/nl.po +++ b/po/nl.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Dutch (http://www.transifex.net/projects/p/fedora/team/nl/)\n" diff --git a/po/or.po b/po/or.po index e2e8b0b..ae4bfcb 100644 --- a/po/or.po +++ b/po/or.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Oriya (http://www.transifex.net/projects/p/fedora/team/or/)\n" diff --git a/po/pa.po b/po/pa.po index 46e2072..6d65092 100644 --- a/po/pa.po +++ b/po/pa.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Panjabi (Punjabi) \n" diff --git a/po/pl.po b/po/pl.po index df71594..540b8ba 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Polish (http://www.transifex.net/projects/p/fedora/team/pl/)\n" diff --git a/po/ta.po b/po/ta.po index ce32026..2053119 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Tamil \n" diff --git a/po/te.po b/po/te.po index c1237f1..b1f16ce 100644 --- a/po/te.po +++ b/po/te.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Telugu (http://www.transifex.net/projects/p/fedora/team/te/)\n" diff --git a/po/uk.po b/po/uk.po index 70675c7..96164a1 100644 --- a/po/uk.po +++ b/po/uk.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-11-17 13:10+0000\n" +"POT-Creation-Date: 2011-11-21 13:23+0000\n" "PO-Revision-Date: 2011-10-27 09:11+0000\n" "Last-Translator: rjones \n" "Language-Team: Ukrainian \n" -- 1.8.3.1