From: Richard W.M. Jones Date: Sat, 13 Nov 2010 18:06:28 +0000 (+0000) Subject: Version 1.7.6. X-Git-Tag: 1.7.6^0 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=d8346d5d6428c7293d1ddf58e4f9ec4b7de25380 Version 1.7.6. --- diff --git a/BUGS b/BUGS index 3a2b806..a9e994c 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs". -Last updated: 2010-11-12 22:56:07 +Last updated: 2010-11-13 16:19:26 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -152,9 +152,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 652587 NEW https://bugzilla.redhat.com/show_bug.cgi?id=652587 perl-libguestfs is incorrect sub-package -652796 NEW https://bugzilla.redhat.com/show_bug.cgi?id=652796 - ruby bindings not installed by 'make install', hence omitted from the binary distribution - 501882 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=501882 /tmp/libguestfs temporary directory is not cleaned up @@ -309,6 +306,9 @@ You can help by testing the fixes. 646822 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=646822 libguestfs trace mode should not print long binary strings +652796 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=652796 + ruby bindings not installed by 'make install', hence omitted from the binary distribution + -------------------------------------------------- These bugs are in the VERIFIED state. diff --git a/configure.ac b/configure.ac index 1fe0445..6f2281e 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [7]) -m4_define([libguestfs_release], [5]) +m4_define([libguestfs_release], [6]) # extra can be any string m4_define([libguestfs_extra], []) diff --git a/po-docs/ja.po b/po-docs/ja.po index 4c9920a..6e7b0d0 100644 --- a/po-docs/ja.po +++ b/po-docs/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2010-11-12 22:55+0000\n" +"POT-Creation-Date: 2010-11-13 16:19+0000\n" "PO-Revision-Date: 2010-09-02 14:46+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -778,14 +778,16 @@ msgstr "" # type: =item #: ../src/guestfs.pod:360 ../src/guestfs.pod:365 ../src/guestfs.pod:370 #: ../src/guestfs.pod:374 ../src/guestfs.pod:379 ../src/guestfs.pod:383 -#: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:1224 -#: ../src/guestfs.pod:1229 ../src/guestfs.pod:1233 ../src/guestfs.pod:1449 -#: ../src/guestfs.pod:1454 ../src/guestfs.pod:1458 ../src/guestfs.pod:1560 -#: ../src/guestfs.pod:1564 ../src/guestfs.pod:1568 ../src/guestfs.pod:1573 -#: ../src/guestfs.pod:1581 ../src/guestfs.pod:1600 ../src/guestfs.pod:1608 -#: ../src/guestfs.pod:1838 ../src/guestfs.pod:1844 ../src/guestfs.pod:1849 -#: ../src/guestfs.pod:1855 ../src/guestfs.pod:1962 ../src/guestfs.pod:1966 -#: ../src/guestfs.pod:1970 ../src/guestfs.pod:1974 +#: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:955 +#: ../src/guestfs.pod:959 ../src/guestfs.pod:963 ../src/guestfs.pod:968 +#: ../src/guestfs.pod:976 ../src/guestfs.pod:995 ../src/guestfs.pod:1003 +#: ../src/guestfs.pod:1025 ../src/guestfs.pod:1029 ../src/guestfs.pod:1033 +#: ../src/guestfs.pod:1037 ../src/guestfs.pod:1041 ../src/guestfs.pod:1045 +#: ../src/guestfs.pod:1519 ../src/guestfs.pod:1524 ../src/guestfs.pod:1528 +#: ../src/guestfs.pod:1638 ../src/guestfs.pod:1643 ../src/guestfs.pod:1647 +#: ../src/guestfs.pod:1991 ../src/guestfs.pod:1997 ../src/guestfs.pod:2002 +#: ../src/guestfs.pod:2008 ../src/guestfs.pod:2115 ../src/guestfs.pod:2119 +#: ../src/guestfs.pod:2123 ../src/guestfs.pod:2127 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 #: ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577 #: ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591 @@ -879,30 +881,31 @@ msgid "" "A secure alternative is to use libguestfs to install a \"firstboot\" script " "(a script which runs when the guest next boots normally), and to have this " "script run the commands you want in the normal context of the running guest, " -"network security and so on." +"network security and so on. For information about other security issues, " +"see L." msgstr "" # type: textblock -#: ../src/guestfs.pod:411 +#: ../src/guestfs.pod:412 msgid "" "The two main API calls to run commands are L and L (there are also variations)." msgstr "" # type: textblock -#: ../src/guestfs.pod:414 +#: ../src/guestfs.pod:415 msgid "" "The difference is that L runs commands using the shell, so any " "shell globs, redirections, etc will work." msgstr "" # type: =head2 -#: ../src/guestfs.pod:417 +#: ../src/guestfs.pod:418 msgid "CONFIGURATION FILES" msgstr "" # type: textblock -#: ../src/guestfs.pod:419 +#: ../src/guestfs.pod:420 msgid "" "To read and write configuration files in Linux guest filesystems, we " "strongly recommend using Augeas. For example, Augeas understands how to " @@ -911,7 +914,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:424 +#: ../src/guestfs.pod:425 msgid "" "The main Augeas calls are bound through the C APIs. We don't " "document Augeas itself here because there is excellent documentation on the " @@ -919,7 +922,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:428 +#: ../src/guestfs.pod:429 msgid "" "If you don't want to use Augeas (you fool!) then try calling L to get the file as a list of lines which you can iterate " @@ -927,29 +930,29 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:432 +#: ../src/guestfs.pod:433 msgid "SELINUX" msgstr "" # type: textblock -#: ../src/guestfs.pod:434 +#: ../src/guestfs.pod:435 msgid "" "We support SELinux guests. To ensure that labeling happens correctly in " "SELinux guests, you need to enable SELinux and load the guest's policy:" msgstr "" # type: =item -#: ../src/guestfs.pod:440 ../src/guestfs.pod:953 +#: ../src/guestfs.pod:441 ../src/guestfs.pod:1140 ../src/guestfs.pod:1271 msgid "1." msgstr "" # type: textblock -#: ../src/guestfs.pod:442 +#: ../src/guestfs.pod:443 msgid "Before launching, do:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:444 +#: ../src/guestfs.pod:445 #, no-wrap msgid "" " guestfs_set_selinux (g, 1);\n" @@ -957,19 +960,19 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:446 ../src/guestfs.pod:957 +#: ../src/guestfs.pod:447 ../src/guestfs.pod:1144 ../src/guestfs.pod:1275 msgid "2." msgstr "" # type: textblock -#: ../src/guestfs.pod:448 +#: ../src/guestfs.pod:449 msgid "" "After mounting the guest's filesystem(s), load the policy. This is best " "done by running the L command in the guest itself:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:452 +#: ../src/guestfs.pod:453 #, no-wrap msgid "" " guestfs_sh (g, \"/usr/sbin/load_policy\");\n" @@ -977,26 +980,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:454 +#: ../src/guestfs.pod:455 msgid "" "(Older versions of C require you to specify the name of the " "policy file)." msgstr "" # type: =item -#: ../src/guestfs.pod:457 ../src/guestfs.pod:963 +#: ../src/guestfs.pod:458 ../src/guestfs.pod:1281 msgid "3." msgstr "" # type: textblock -#: ../src/guestfs.pod:459 +#: ../src/guestfs.pod:460 msgid "" "Optionally, set the security context for the API. The correct security " "context to use can only be known by inspecting the guest. As an example:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:463 +#: ../src/guestfs.pod:464 #, no-wrap msgid "" " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n" @@ -1004,24 +1007,24 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:467 +#: ../src/guestfs.pod:468 msgid "This will work for running commands and editing existing files." msgstr "" # type: textblock -#: ../src/guestfs.pod:469 +#: ../src/guestfs.pod:470 msgid "" "When new files are created, you may need to label them explicitly, for " "example by running the external command C." msgstr "" # type: =head2 -#: ../src/guestfs.pod:473 +#: ../src/guestfs.pod:474 msgid "UMASK" msgstr "" # type: textblock -#: ../src/guestfs.pod:475 +#: ../src/guestfs.pod:476 msgid "" "Certain calls are affected by the current file mode creation mask (the " "\"umask\"). In particular ones which create files or directories, such as " @@ -1031,14 +1034,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:481 +#: ../src/guestfs.pod:482 msgid "" "The default umask is C<022>, so files are created with modes such as C<0644> " "and directories with C<0755>." msgstr "" # type: textblock -#: ../src/guestfs.pod:484 +#: ../src/guestfs.pod:485 msgid "" "There are two ways to avoid being affected by umask. Either set umask to 0 " "(call C early after launching). Or call L." msgstr "" # type: =head1 -#: ../src/guestfs.pod:490 ../fish/guestfish.pod:669 +#: ../src/guestfs.pod:491 ../fish/guestfish.pod:669 msgid "ENCRYPTED DISKS" msgstr "" # type: textblock -#: ../src/guestfs.pod:492 +#: ../src/guestfs.pod:493 msgid "" "Libguestfs allows you to access Linux guests which have been encrypted using " "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) " @@ -1065,21 +1068,21 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:498 +#: ../src/guestfs.pod:499 msgid "" "Use L to identify LUKS-encrypted block devices (it " "returns the string C)." msgstr "" # type: textblock -#: ../src/guestfs.pod:501 +#: ../src/guestfs.pod:502 msgid "" "Then open these devices by calling L. Obviously you " "will require the passphrase!" msgstr "" # type: textblock -#: ../src/guestfs.pod:504 +#: ../src/guestfs.pod:505 msgid "" "Opening a LUKS device creates a new device mapper device called C (where C is the string you supply to L followed by L. The logical volume" @@ -1096,7 +1099,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:514 +#: ../src/guestfs.pod:515 msgid "" "Use the reverse process to close a LUKS device. Unmount any logical volumes " "on it, deactivate the volume groups by caling C in the usual way." msgstr "" # type: textblock -#: ../src/guestfs.pod:532 +#: ../src/guestfs.pod:533 msgid "" "Then call L. This function uses other libguestfs calls " "and certain heuristics, and returns a list of operating systems that were " @@ -1141,7 +1144,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:541 +#: ../src/guestfs.pod:542 msgid "" "For each root, you can then call various C functions " "to get additional details about that operating system. For example, call L /dev/sda1\n" @@ -1171,21 +1174,21 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:558 +#: ../src/guestfs.pod:559 msgid "" "The caller can then make calls to L to mount the " "filesystems as suggested." msgstr "" # type: textblock -#: ../src/guestfs.pod:561 +#: ../src/guestfs.pod:562 msgid "" "Be careful to mount filesystems in the right order (eg. C before C). Sorting the keys of the hash by length, shortest first, should work." msgstr "" # type: textblock -#: ../src/guestfs.pod:565 +#: ../src/guestfs.pod:566 msgid "" "Inspection currently only works for some common operating systems. " "Contributors are welcome to send patches for other operating systems that we " @@ -1193,7 +1196,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:569 +#: ../src/guestfs.pod:570 msgid "" "Encrypted disks must be opened before inspection. See L " "for more details. The L function just ignores any " @@ -1201,7 +1204,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:573 +#: ../src/guestfs.pod:574 msgid "" "A note on the implementation: The call L performs " "inspection and caches the results in the guest handle. Subsequent calls to " @@ -1211,19 +1214,19 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:580 +#: ../src/guestfs.pod:581 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:582 +#: ../src/guestfs.pod:583 msgid "" "Libguestfs can mount NTFS partitions. It does this using the L driver." msgstr "" # type: textblock -#: ../src/guestfs.pod:585 +#: ../src/guestfs.pod:586 msgid "" "DOS and Windows still use drive letters, and the filesystems are always " "treated as case insensitive by Windows itself, and therefore you might find " @@ -1233,7 +1236,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:591 +#: ../src/guestfs.pod:592 msgid "" "Drive letter mappings are outside the scope of libguestfs. You have to use " "libguestfs to read the appropriate Windows Registry and configuration files, " @@ -1242,21 +1245,21 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:596 +#: ../src/guestfs.pod:597 msgid "" "Replacing backslash characters with forward slash characters is also outside " "the scope of libguestfs, but something that you can easily do." msgstr "" # type: textblock -#: ../src/guestfs.pod:599 +#: ../src/guestfs.pod:600 msgid "" "Where we can help is in resolving the case insensitivity of paths. For " "this, call L." msgstr "" # type: textblock -#: ../src/guestfs.pod:602 +#: ../src/guestfs.pod:603 msgid "" "Libguestfs also provides some help for decoding Windows Registry \"hive\" " "files, through the library C which is part of the libguestfs project " @@ -1267,19 +1270,19 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:610 +#: ../src/guestfs.pod:611 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES" msgstr "" # type: textblock -#: ../src/guestfs.pod:612 +#: ../src/guestfs.pod:613 msgid "" "Although we don't want to discourage you from using the C API, we will " "mention here that the same API is also available in other languages." msgstr "" # type: textblock -#: ../src/guestfs.pod:615 +#: ../src/guestfs.pod:616 msgid "" "The API is broadly identical in all supported languages. This means that " "the C call C is C<$g-Emount($path)> in Perl, C" msgstr "" # type: textblock -#: ../src/guestfs.pod:632 +#: ../src/guestfs.pod:633 msgid "" "You can use the I header file from C++ programs. The C++ API is " "identical to the C API. C++ classes and exceptions are not used." msgstr "" # type: =item -#: ../src/guestfs.pod:636 +#: ../src/guestfs.pod:637 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:638 +#: ../src/guestfs.pod:639 msgid "" "The C# bindings are highly experimental. Please read the warnings at the " "top of C." msgstr "" # type: =item -#: ../src/guestfs.pod:641 +#: ../src/guestfs.pod:642 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:643 +#: ../src/guestfs.pod:644 msgid "" "This is the only language binding that is working but incomplete. Only " "calls which return simple integers have been bound in Haskell, and we are " @@ -1340,66 +1343,66 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:647 +#: ../src/guestfs.pod:648 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:649 +#: ../src/guestfs.pod:650 msgid "" "Full documentation is contained in the Javadoc which is distributed with " "libguestfs." msgstr "" # type: =item -#: ../src/guestfs.pod:652 +#: ../src/guestfs.pod:653 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:654 +#: ../src/guestfs.pod:655 msgid "For documentation see the file C." msgstr "" # type: =item -#: ../src/guestfs.pod:656 +#: ../src/guestfs.pod:657 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:658 +#: ../src/guestfs.pod:659 msgid "For documentation see L." msgstr "" # type: =item -#: ../src/guestfs.pod:660 +#: ../src/guestfs.pod:661 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:662 +#: ../src/guestfs.pod:663 msgid "" "For documentation see C supplied with libguestfs sources or in " "the php-libguestfs package for your distribution." msgstr "" # type: textblock -#: ../src/guestfs.pod:665 +#: ../src/guestfs.pod:666 msgid "The PHP binding only works correctly on 64 bit machines." msgstr "" # type: =item -#: ../src/guestfs.pod:667 +#: ../src/guestfs.pod:668 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:669 +#: ../src/guestfs.pod:670 msgid "For documentation do:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:671 +#: ../src/guestfs.pod:672 #, no-wrap msgid "" " $ python\n" @@ -1409,34 +1412,34 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:675 +#: ../src/guestfs.pod:676 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:677 +#: ../src/guestfs.pod:678 msgid "" "Use the Guestfs module. There is no Ruby-specific documentation, but you " "can find examples written in Ruby in the libguestfs source." msgstr "" # type: =item -#: ../src/guestfs.pod:680 +#: ../src/guestfs.pod:681 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:682 +#: ../src/guestfs.pod:683 msgid "For documentation see L." msgstr "" # type: =head2 -#: ../src/guestfs.pod:686 +#: ../src/guestfs.pod:687 msgid "LIBGUESTFS GOTCHAS" msgstr "" # type: textblock -#: ../src/guestfs.pod:688 +#: ../src/guestfs.pod:689 msgid "" "L: \"A feature of a " "system [...] that works in the way it is documented but is counterintuitive " @@ -1444,7 +1447,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:692 +#: ../src/guestfs.pod:693 msgid "" "Since we developed libguestfs and the associated tools, there are several " "things we would have designed differently, but are now stuck with for " @@ -1453,12 +1456,12 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:700 +#: ../src/guestfs.pod:701 msgid "Autosync / forgetting to sync." msgstr "" # type: textblock -#: ../src/guestfs.pod:702 +#: ../src/guestfs.pod:703 msgid "" "When modifying a filesystem from C or another language, you B unmount " "all filesystems and call L explicitly before you close the " @@ -1466,7 +1469,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:706 +#: ../src/guestfs.pod:707 #, no-wrap msgid "" " guestfs_set_autosync (g, 1);\n" @@ -1474,14 +1477,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:708 +#: ../src/guestfs.pod:709 msgid "" "to have the unmount/sync done automatically for you when the handle 'g' is " "closed. (This feature is called \"autosync\", L q.v.)" msgstr "" # type: textblock -#: ../src/guestfs.pod:712 +#: ../src/guestfs.pod:713 msgid "" "If you forget to do this, then it is entirely possible that your changes " "won't be written out, or will be partially written, or (very rarely) that " @@ -1489,7 +1492,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:716 +#: ../src/guestfs.pod:717 msgid "" "Note that in L autosync is the default. So quick and dirty " "guestfish scripts that forget to sync will work just fine, which can make " @@ -1497,19 +1500,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:720 +#: ../src/guestfs.pod:721 msgid "" "Update: Autosync is enabled by default for all API users starting from " "libguestfs 1.5.24." msgstr "" # type: =item -#: ../src/guestfs.pod:723 +#: ../src/guestfs.pod:724 msgid "Mount option C<-o sync> should not be the default." msgstr "" # type: textblock -#: ../src/guestfs.pod:725 +#: ../src/guestfs.pod:726 msgid "" "If you use L, then C<-o sync,noatime> are added implicitly. " "However C<-o sync> does not add any reliability benefit, but does have a " @@ -1517,31 +1520,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:729 +#: ../src/guestfs.pod:730 msgid "" "The work around is to use L and set the mount " "options that you actually want to use." msgstr "" # type: =item -#: ../src/guestfs.pod:732 +#: ../src/guestfs.pod:733 msgid "Read-only should be the default." msgstr "" # type: textblock -#: ../src/guestfs.pod:734 +#: ../src/guestfs.pod:735 msgid "" "In L, I<--ro> should be the default, and you should have to " "specify I<--rw> if you want to make changes to the image." msgstr "" # type: textblock -#: ../src/guestfs.pod:737 +#: ../src/guestfs.pod:738 msgid "This would reduce the potential to corrupt live VM images." msgstr "" # type: textblock -#: ../src/guestfs.pod:739 +#: ../src/guestfs.pod:740 msgid "" "Note that many filesystems change the disk when you just mount and unmount, " "even if you didn't perform any writes. You need to use L doesn't do what people expect (open C for " "examination). It tries to run a guestfish command C which doesn't " @@ -1564,12 +1567,12 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:752 +#: ../src/guestfs.pod:753 msgid "guestfish megabyte modifiers don't work right on all commands" msgstr "" # type: textblock -#: ../src/guestfs.pod:754 +#: ../src/guestfs.pod:755 msgid "" "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for " "other modifiers). What guestfish actually does is to multiply the number " @@ -1579,12 +1582,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:761 +#: ../src/guestfs.pod:762 msgid "The most common is L. The guestfish command:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:763 +#: ../src/guestfs.pod:764 #, no-wrap msgid "" " lvcreate LV VG 100M\n" @@ -1592,7 +1595,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:765 +#: ../src/guestfs.pod:766 msgid "" "does not do what you might expect. Instead because L is " "already expecting megabytes, this tries to create a 100 I (100 " @@ -1601,19 +1604,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:770 +#: ../src/guestfs.pod:771 msgid "" "This could be fixed in the generator by specially marking parameters and " "return values which take bytes or other units." msgstr "" # type: =item -#: ../src/guestfs.pod:773 +#: ../src/guestfs.pod:774 msgid "Ambiguity between devices and paths" msgstr "" # type: textblock -#: ../src/guestfs.pod:775 +#: ../src/guestfs.pod:776 msgid "" "There is a subtle ambiguity in the API between a device name (eg. C) and a similar pathname. A file might just happen to be called " @@ -1621,7 +1624,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:780 +#: ../src/guestfs.pod:781 msgid "" "In the current API we usually resolve this ambiguity by having two separate " "calls, for example L and L. " @@ -1630,7 +1633,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:786 +#: ../src/guestfs.pod:787 msgid "" "To avoid both the ambiguity and the need to duplicate some calls, we could " "make paths/devices into structured names. One way to do this would be to " @@ -1640,7 +1643,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:792 +#: ../src/guestfs.pod:793 #, no-wrap msgid "" " type path = Path of string | Device of int | Partition of int * int\n" @@ -1648,12 +1651,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:794 +#: ../src/guestfs.pod:795 msgid "which would allow you to pass arguments like:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:796 +#: ../src/guestfs.pod:797 #, no-wrap msgid "" " Path \"/foo/bar\"\n" @@ -1664,19 +1667,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:801 +#: ../src/guestfs.pod:802 msgid "" "As you can see there are still problems to resolve even with this " "representation. Also consider how it might work in guestfish." msgstr "" # type: =head2 -#: ../src/guestfs.pod:806 +#: ../src/guestfs.pod:807 msgid "PROTOCOL LIMITS" msgstr "" # type: textblock -#: ../src/guestfs.pod:808 +#: ../src/guestfs.pod:809 msgid "" "Internally libguestfs uses a message-based protocol to pass API calls and " "their responses to and from a small \"appliance\" (see L for " @@ -1687,7 +1690,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:816 +#: ../src/guestfs.pod:817 msgid "" "A simple call such as L returns its result (the file data) in " "a simple string. Because this string is at some point internally encoded as " @@ -1696,7 +1699,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:822 +#: ../src/guestfs.pod:823 msgid "" "In order to transfer large files into and out of the guest filesystem, you " "need to use particular calls that support this. The sections L " @@ -1704,26 +1707,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:826 +#: ../src/guestfs.pod:827 msgid "" "You might also consider mounting the disk image using our FUSE filesystem " "support (L)." msgstr "" # type: =head2 -#: ../src/guestfs.pod:829 +#: ../src/guestfs.pod:830 msgid "KEYS AND PASSPHRASES" msgstr "" # type: textblock -#: ../src/guestfs.pod:831 +#: ../src/guestfs.pod:832 msgid "" "Certain libguestfs calls take a parameter that contains sensitive key " "material, passed in as a C string." msgstr "" # type: textblock -#: ../src/guestfs.pod:834 +#: ../src/guestfs.pod:835 msgid "" "In the future we would hope to change the libguestfs implementation so that " "keys are L-ed into physical RAM, and thus can never end up in " @@ -1732,7 +1735,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:839 +#: ../src/guestfs.pod:840 msgid "" "Therefore you should be aware that any key parameter you pass to libguestfs " "might end up being written out to the swap partition. If this is a concern, " @@ -1740,17 +1743,548 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:844 +#: ../src/guestfs.pod:845 +msgid "MULTIPLE HANDLES AND MULTIPLE THREADS" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:847 +msgid "" +"All high-level libguestfs actions are synchronous. If you want to use " +"libguestfs asynchronously then you must create a thread." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:850 +msgid "" +"Only use the handle from a single thread. Either use the handle exclusively " +"from one thread, or provide your own mutex so that two threads cannot issue " +"calls on the same handle at the same time." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:854 +msgid "" +"See the graphical program guestfs-browser for one possible architecture for " +"multithreaded programs using libvirt and libguestfs." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:857 +msgid "PATH" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:859 +msgid "" +"Libguestfs needs a kernel and initrd.img, which it finds by looking along an " +"internal path." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:862 +msgid "" +"By default it looks for these in the directory C<$libdir/guestfs> (eg. C or C)." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:865 +msgid "" +"Use L or set the environment variable L " +"to change the directories that libguestfs will search in. The value is a " +"colon-separated list of paths. The current directory is I searched " +"unless the path contains an empty element or C<.>. For example " +"C would search the current directory and " +"then C." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:872 +msgid "QEMU WRAPPERS" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:874 +msgid "" +"If you want to compile your own qemu, run qemu from a non-standard location, " +"or pass extra arguments to qemu, then you can write a shell-script wrapper " +"around qemu." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:878 +msgid "" +"There is one important rule to remember: you I> as the " +"last command in the shell script (so that qemu replaces the shell and " +"becomes the direct child of the libguestfs-using program). If you don't do " +"this, then the qemu process won't be cleaned up correctly." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:883 +msgid "" +"Here is an example of a wrapper, where I have built my own copy of qemu from " +"source:" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:886 +#, no-wrap +msgid "" +" #!/bin/sh -\n" +" qemudir=/home/rjones/d/qemu\n" +" exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:890 +msgid "" +"Save this script as C (or wherever), C, and " +"then use it by setting the LIBGUESTFS_QEMU environment variable. For " +"example:" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:894 +#, no-wrap +msgid "" +" LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:896 +msgid "" +"Note that libguestfs also calls qemu with the -help and -version options in " +"order to determine features." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:899 +msgid "ABI GUARANTEE" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:901 +msgid "" +"We guarantee the libguestfs ABI (binary interface), for public, high-level " +"actions as outlined in this section. Although we will deprecate some " +"actions, for example if they get replaced by newer calls, we will keep the " +"old actions forever. This allows you the developer to program in confidence " +"against the libguestfs API." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:907 +msgid "BLOCK DEVICE NAMING" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:909 +msgid "" +"In the kernel there is now quite a profusion of schemata for naming block " +"devices (in this context, by I I mean a physical or virtual " +"hard drive). The original Linux IDE driver used names starting with C. SCSI devices have historically used a different naming scheme, C. When the Linux kernel I driver became a popular replacement " +"for the old IDE driver (particularly for SATA devices) those devices also " +"used the C scheme. Additionally we now have virtual machines with " +"paravirtualized drivers. This has created several different naming systems, " +"such as C for virtio disks and C for Xen PV disks." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:921 +msgid "" +"As discussed above, libguestfs uses a qemu appliance running an embedded " +"Linux kernel to access block devices. We can run a variety of appliances " +"based on a variety of Linux kernels." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:925 +msgid "" +"This causes a problem for libguestfs because many API calls use device or " +"partition names. Working scripts and the recipe (example) scripts that we " +"make available over the internet could fail if the naming scheme changes." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:930 +msgid "" +"Therefore libguestfs defines C as the I. " +"Internally C names are translated, if necessary, to other names as " +"required. For example, under RHEL 5 which uses the C scheme, any " +"device parameter C is translated to C transparently." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:936 +msgid "" +"Note that this I applies to parameters. The L, " +"L and similar calls return the true names of the " +"devices and partitions as known to the appliance." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:941 +msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:943 +msgid "" +"Usually this translation is transparent. However in some (very rare) cases " +"you may need to know the exact algorithm. Such cases include where you use " +"L to add a mixture of virtio and IDE devices to the qemu-" +"based appliance, so have a mixture of C and C devices." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:949 +msgid "" +"The algorithm is applied only to I which are known to be either " +"device or partition names. Return values from functions such as L are never changed." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:957 +msgid "Is the string a parameter which is a device or partition name?" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:961 +msgid "Does the string begin with C?" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:965 +msgid "" +"Does the named device exist? If so, we use that device. However if I " +"then we continue with this algorithm." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:970 +msgid "Replace initial C string with C." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:972 +msgid "For example, change C to C." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:974 +msgid "If that named device exists, use it. If not, continue." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:978 +msgid "Replace initial C string with C." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:980 +msgid "If that named device exists, use it. If not, return an error." +msgstr "" + +# type: =head3 +#: ../src/guestfs.pod:984 +msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:986 +msgid "" +"Although the standard naming scheme and automatic translation is useful for " +"simple programs and guestfish scripts, for larger programs it is best not to " +"rely on this mechanism." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:990 +msgid "" +"Where possible for maximum future portability programs using libguestfs " +"should use these future-proof techniques:" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:997 +msgid "" +"Use L or L to list actual " +"device names, and then use those names directly." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1000 +msgid "" +"Since those device names exist by definition, they will never be translated." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1005 +msgid "" +"Use higher level ways to identify filesystems, such as LVM names, UUIDs and " +"filesystem labels." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:1010 +msgid "SECURITY" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1012 +msgid "" +"This section discusses security implications of using libguestfs, " +"particularly with untrusted or malicious guests or disk images." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1015 +msgid "GENERAL SECURITY CONSIDERATIONS" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1017 +msgid "" +"Be careful with any files or data that you download from a guest (by " +"\"download\" we mean not just the L command but any " +"command that reads files, filenames, directories or anything else from a " +"disk image). An attacker could manipulate the data to fool your program " +"into doing the wrong thing. Consider cases such as:" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1027 +msgid "the data (file etc) not being present" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1031 +msgid "being present but empty" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1035 +msgid "being much larger than normal" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1039 +msgid "containing arbitrary 8 bit data" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1043 +msgid "being in an unexpected character encoding" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1047 +msgid "containing homoglyphs." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1051 +msgid "SECURITY OF MOUNTING FILESYSTEMS" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1053 +msgid "" +"When you mount a filesystem under Linux, mistakes in the kernel filesystem " +"(VFS) module can sometimes be escalated into exploits by deliberately " +"creating a malicious, malformed filesystem. These exploits are very severe " +"for two reasons. Firstly there are very many filesystem drivers in the " +"kernel, and many of them are infrequently used and not much developer " +"attention has been paid to the code. Linux userspace helps potential " +"crackers by detecting the filesystem type and automatically choosing the " +"right VFS driver, even if that filesystem type is obscure or unexpected for " +"the administrator. Secondly, a kernel-level exploit is like a local root " +"exploit (worse in some ways), giving immediate and total access to the " +"system right down to the hardware level." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1066 +msgid "" +"That explains why you should never mount a filesystem from an untrusted " +"guest on your host kernel. How about libguestfs? We run a Linux kernel " +"inside a qemu virtual machine, usually running as a non-root user. The " +"attacker would need to write a filesystem which first exploited the kernel, " +"and then exploited either qemu virtualization (eg. a faulty qemu driver) or " +"the libguestfs protocol, and finally to be as serious as the host kernel " +"exploit it would need to escalate its privileges to root. This multi-step " +"escalation, performed by a static piece of data, is thought to be extremely " +"hard to do, although we never say 'never' about security issues." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1077 +msgid "" +"In any case callers can reduce the attack surface by forcing the filesystem " +"type when mounting (use L)." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1080 +msgid "PROTOCOL SECURITY" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1082 +msgid "" +"The protocol is designed to be secure, being based on RFC 4506 (XDR) with a " +"defined upper message size. However a program that uses libguestfs must " +"also take care - for example you can write a program that downloads a binary " +"from a disk image and executes it locally, and no amount of protocol " +"security will save you from the consequences." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1088 +msgid "INSPECTION SECURITY" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1090 +msgid "" +"Parts of the inspection API (see L) return untrusted strings " +"directly from the guest, and these could contain any 8 bit data. Callers " +"should be careful to escape these before printing them to a structured file " +"(for example, use HTML escaping if creating a web page)." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1096 +msgid "" +"The inspection API parses guest configuration using two external libraries: " +"Augeas (Linux configuration) and hivex (Windows Registry). Both are " +"designed to be robust in the face of malicious data, although denial of " +"service attacks are still possible, for example with oversized configuration " +"files." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1102 +msgid "RUNNING UNTRUSTED GUEST COMMANDS" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1104 +msgid "" +"Be very cautious about running commands from the guest. By running a " +"command in the guest, you are giving CPU time to a binary that you do not " +"control, under the same user account as the library, albeit wrapped in qemu " +"virtualization. More information and alternatives can be found in the " +"section L." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1110 +msgid "CVE-2010-3851" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1112 +msgid "https://bugzilla.redhat.com/642934" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1114 +msgid "" +"This security bug concerns the automatic disk format detection that qemu " +"does on disk images." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1117 +msgid "" +"A raw disk image is just the raw bytes, there is no header. Other disk " +"images like qcow2 contain a special header. Qemu deals with this by looking " +"for one of the known headers, and if none is found then assuming the disk " +"image must be raw." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1122 +msgid "" +"This allows a guest which has been given a raw disk image to write some " +"other header. At next boot (or when the disk image is accessed by " +"libguestfs) qemu would do autodetection and think the disk image format was, " +"say, qcow2 based on the header written by the guest." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1127 +msgid "" +"This in itself would not be a problem, but qcow2 offers many features, one " +"of which is to allow a disk image to refer to another image (called the " +"\"backing disk\"). It does this by placing the path to the backing disk " +"into the qcow2 header. This path is not validated and could point to any " +"host file (eg. \"/etc/passwd\"). The backing disk is then exposed through " +"\"holes\" in the qcow2 disk image, which of course is completely under the " +"control of the attacker." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1135 +msgid "" +"In libguestfs this is rather hard to exploit except under two circumstances:" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1142 +msgid "You have enabled the network or have opened the disk in write mode." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1146 +msgid "" +"You are also running untrusted code from the guest (see L)." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1151 +msgid "" +"The way to avoid this is to specify the expected disk format when adding " +"disks (the optional C option to L). You " +"should always do this if the disk is raw format, and it's a good idea for " +"other cases too." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1156 +msgid "" +"For disks added from libvirt using calls like L, the " +"format is fetched from libvirt and passed through." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1159 +msgid "" +"For libguestfs tools, use the I<--format> command line parameter as " +"appropriate." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:1162 msgid "CONNECTION MANAGEMENT" msgstr "" # type: =head2 -#: ../src/guestfs.pod:846 +#: ../src/guestfs.pod:1164 msgid "guestfs_h *" msgstr "" # type: textblock -#: ../src/guestfs.pod:848 +#: ../src/guestfs.pod:1166 msgid "" "C is the opaque type representing a connection handle. Create a " "handle by calling L. Call L to free the " @@ -1758,19 +2292,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:852 +#: ../src/guestfs.pod:1170 msgid "" "For information on using multiple handles and threads, see the section L below." msgstr "" # type: =head2 -#: ../src/guestfs.pod:855 +#: ../src/guestfs.pod:1173 msgid "guestfs_create" msgstr "" # type: verbatim -#: ../src/guestfs.pod:857 +#: ../src/guestfs.pod:1175 #, no-wrap msgid "" " guestfs_h *guestfs_create (void);\n" @@ -1778,43 +2312,43 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:859 +#: ../src/guestfs.pod:1177 msgid "Create a connection handle." msgstr "" # type: textblock -#: ../src/guestfs.pod:861 +#: ../src/guestfs.pod:1179 msgid "" "You have to call L (or one of the equivalent calls) " "on the handle at least once." msgstr "" # type: textblock -#: ../src/guestfs.pod:864 +#: ../src/guestfs.pod:1182 msgid "" "This function returns a non-NULL pointer to a handle on success or NULL on " "error." msgstr "" # type: textblock -#: ../src/guestfs.pod:867 +#: ../src/guestfs.pod:1185 msgid "After configuring the handle, you have to call L." msgstr "" # type: textblock -#: ../src/guestfs.pod:869 +#: ../src/guestfs.pod:1187 msgid "" "You may also want to configure error handling for the handle. See L section below." msgstr "" # type: =head2 -#: ../src/guestfs.pod:872 +#: ../src/guestfs.pod:1190 msgid "guestfs_close" msgstr "" # type: verbatim -#: ../src/guestfs.pod:874 +#: ../src/guestfs.pod:1192 #, no-wrap msgid "" " void guestfs_close (guestfs_h *g);\n" @@ -1822,24 +2356,24 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:876 +#: ../src/guestfs.pod:1194 msgid "This closes the connection handle and frees up all resources used." msgstr "" # type: =head1 -#: ../src/guestfs.pod:878 +#: ../src/guestfs.pod:1196 msgid "ERROR HANDLING" msgstr "" # type: textblock -#: ../src/guestfs.pod:880 +#: ../src/guestfs.pod:1198 msgid "" "API functions can return errors. For example, almost all functions that " "return C will return C<-1> to indicate an error." msgstr "" # type: textblock -#: ../src/guestfs.pod:883 +#: ../src/guestfs.pod:1201 msgid "" "Additional information is available for errors: an error message string and " "optionally an error number (errno) if the thing that failed was a system " @@ -1847,7 +2381,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:887 +#: ../src/guestfs.pod:1205 msgid "" "You can get at the additional information about the last error on the handle " "by calling L, L, and/or by setting " @@ -1855,7 +2389,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:892 +#: ../src/guestfs.pod:1210 msgid "" "When the handle is created, a default error handler is installed which " "prints the error message string to C. For small short-running " @@ -1863,7 +2397,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:896 +#: ../src/guestfs.pod:1214 #, no-wrap msgid "" " if (guestfs_launch (g) == -1)\n" @@ -1872,21 +2406,21 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:899 +#: ../src/guestfs.pod:1217 msgid "" "since the default error handler will ensure that an error message has been " "printed to C before the program exits." msgstr "" # type: textblock -#: ../src/guestfs.pod:902 +#: ../src/guestfs.pod:1220 msgid "" "For other programs the caller will almost certainly want to install an " "alternate error handler or do error handling in-line like this:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:905 +#: ../src/guestfs.pod:1223 #, no-wrap msgid "" " g = guestfs_create ();\n" @@ -1894,7 +2428,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:907 +#: ../src/guestfs.pod:1225 #, no-wrap msgid "" " /* This disables the default behaviour of printing errors\n" @@ -1904,7 +2438,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:911 +#: ../src/guestfs.pod:1229 #, no-wrap msgid "" " if (guestfs_launch (g) == -1) {\n" @@ -1918,7 +2452,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:919 +#: ../src/guestfs.pod:1237 msgid "" "Out of memory errors are handled differently. The default action is to call " "L. If this is undesirable, then you can set a handler using L returns C if the handle cannot be created, and " "because there is no handle if this happens there is no way to get additional " @@ -1936,12 +2470,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:929 +#: ../src/guestfs.pod:1247 msgid "guestfs_last_error" msgstr "" # type: verbatim -#: ../src/guestfs.pod:931 +#: ../src/guestfs.pod:1249 #, no-wrap msgid "" " const char *guestfs_last_error (guestfs_h *g);\n" @@ -1949,26 +2483,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:933 +#: ../src/guestfs.pod:1251 msgid "" "This returns the last error message that happened on C. If there has not " "been an error since the handle was created, then this returns C." msgstr "" # type: textblock -#: ../src/guestfs.pod:937 +#: ../src/guestfs.pod:1255 msgid "" "The lifetime of the returned string is until the next error occurs, or L is called." msgstr "" # type: =head2 -#: ../src/guestfs.pod:940 +#: ../src/guestfs.pod:1258 msgid "guestfs_last_errno" msgstr "" # type: verbatim -#: ../src/guestfs.pod:942 +#: ../src/guestfs.pod:1260 #, no-wrap msgid "" " int guestfs_last_errno (guestfs_h *g);\n" @@ -1976,28 +2510,28 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:944 +#: ../src/guestfs.pod:1262 msgid "This returns the last error number (errno) that happened on C." msgstr "" # type: textblock -#: ../src/guestfs.pod:946 +#: ../src/guestfs.pod:1264 msgid "If successful, an errno integer not equal to zero is returned." msgstr "" # type: textblock -#: ../src/guestfs.pod:948 +#: ../src/guestfs.pod:1266 msgid "" "If no error, this returns 0. This call can return 0 in three situations:" msgstr "" # type: textblock -#: ../src/guestfs.pod:955 +#: ../src/guestfs.pod:1273 msgid "There has not been any error on the handle." msgstr "" # type: textblock -#: ../src/guestfs.pod:959 +#: ../src/guestfs.pod:1277 msgid "" "There has been an error but the errno was meaningless. This corresponds to " "the case where the error did not come from a failed system call, but for " @@ -2005,14 +2539,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:965 +#: ../src/guestfs.pod:1283 msgid "" "There was an error from a failed system call, but for some reason the errno " "was not captured and returned. This usually indicates a bug in libguestfs." msgstr "" # type: textblock -#: ../src/guestfs.pod:971 +#: ../src/guestfs.pod:1289 msgid "" "Libguestfs tries to convert the errno from inside the applicance into a " "corresponding errno for the caller (not entirely trivial: the appliance " @@ -2023,12 +2557,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:979 +#: ../src/guestfs.pod:1297 msgid "guestfs_set_error_handler" msgstr "" # type: verbatim -#: ../src/guestfs.pod:981 +#: ../src/guestfs.pod:1299 #, no-wrap msgid "" " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n" @@ -2041,7 +2575,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:988 +#: ../src/guestfs.pod:1306 msgid "" "The callback C will be called if there is an error. The parameters " "passed to the callback are an opaque data pointer and the error message " @@ -2049,14 +2583,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:992 +#: ../src/guestfs.pod:1310 msgid "" "C is not passed to the callback. To get that the callback must call " "L." msgstr "" # type: textblock -#: ../src/guestfs.pod:995 +#: ../src/guestfs.pod:1313 msgid "" "Note that the message string C is freed as soon as the callback " "function returns, so if you want to stash it somewhere you must make your " @@ -2064,22 +2598,22 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:999 +#: ../src/guestfs.pod:1317 msgid "The default handler prints messages on C." msgstr "" # type: textblock -#: ../src/guestfs.pod:1001 +#: ../src/guestfs.pod:1319 msgid "If you set C to C then I handler is called." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1003 +#: ../src/guestfs.pod:1321 msgid "guestfs_get_error_handler" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1005 +#: ../src/guestfs.pod:1323 #, no-wrap msgid "" " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n" @@ -2088,17 +2622,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1008 +#: ../src/guestfs.pod:1326 msgid "Returns the current error handler callback." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1010 +#: ../src/guestfs.pod:1328 msgid "guestfs_set_out_of_memory_handler" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1012 +#: ../src/guestfs.pod:1330 #, no-wrap msgid "" " typedef void (*guestfs_abort_cb) (void);\n" @@ -2108,30 +2642,30 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1016 +#: ../src/guestfs.pod:1334 msgid "" "The callback C will be called if there is an out of memory situation. " "I." msgstr "" # type: textblock -#: ../src/guestfs.pod:1019 +#: ../src/guestfs.pod:1337 msgid "The default is to call L." msgstr "" # type: textblock -#: ../src/guestfs.pod:1021 +#: ../src/guestfs.pod:1339 msgid "" "You cannot set C to C. You can't ignore out of memory situations." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1024 +#: ../src/guestfs.pod:1342 msgid "guestfs_get_out_of_memory_handler" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1026 +#: ../src/guestfs.pod:1344 #, no-wrap msgid "" " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n" @@ -2139,87 +2673,42 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1028 +#: ../src/guestfs.pod:1346 msgid "This returns the current out of memory handler." msgstr "" # type: =head1 -#: ../src/guestfs.pod:1030 -msgid "PATH" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1032 -msgid "" -"Libguestfs needs a kernel and initrd.img, which it finds by looking along an " -"internal path." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1035 -msgid "" -"By default it looks for these in the directory C<$libdir/guestfs> (eg. C or C)." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1038 -msgid "" -"Use L or set the environment variable L " -"to change the directories that libguestfs will search in. The value is a " -"colon-separated list of paths. The current directory is I searched " -"unless the path contains an empty element or C<.>. For example " -"C would search the current directory and " -"then C." -msgstr "" - -# type: =head1 -#: ../src/guestfs.pod:1045 -msgid "HIGH-LEVEL API ACTIONS" -msgstr "" - -# type: =head2 -#: ../src/guestfs.pod:1047 -msgid "ABI GUARANTEE" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1049 -msgid "" -"We guarantee the libguestfs ABI (binary interface), for public, high-level " -"actions as outlined in this section. Although we will deprecate some " -"actions, for example if they get replaced by newer calls, we will keep the " -"old actions forever. This allows you the developer to program in confidence " -"against the libguestfs API." +#: ../src/guestfs.pod:1348 +msgid "API CALLS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1055 ../fish/guestfish.pod:907 +#: ../src/guestfs.pod:1350 ../fish/guestfish.pod:907 msgid "@ACTIONS@" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1057 +#: ../src/guestfs.pod:1352 msgid "STRUCTURES" msgstr "" # type: textblock -#: ../src/guestfs.pod:1059 +#: ../src/guestfs.pod:1354 msgid "@STRUCTS@" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1061 +#: ../src/guestfs.pod:1356 msgid "AVAILABILITY" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1063 +#: ../src/guestfs.pod:1358 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1065 +#: ../src/guestfs.pod:1360 msgid "" "Using L you can test availability of the following " "groups of functions. This test queries the appliance to see if the " @@ -2227,17 +2716,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1070 +#: ../src/guestfs.pod:1365 msgid "@AVAILABILITY@" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1072 +#: ../src/guestfs.pod:1367 msgid "GUESTFISH supported COMMAND" msgstr "" # type: textblock -#: ../src/guestfs.pod:1074 +#: ../src/guestfs.pod:1369 msgid "" "In L there is a handy interactive command C which " "prints out the available groups and whether they are supported by this build " @@ -2245,19 +2734,19 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1079 +#: ../src/guestfs.pod:1374 msgid "SINGLE CALLS AT COMPILE TIME" msgstr "" # type: textblock -#: ../src/guestfs.pod:1081 +#: ../src/guestfs.pod:1376 msgid "" "Since version 1.5.8, Cguestfs.hE> defines symbols for each C API " "function, such as:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1084 +#: ../src/guestfs.pod:1379 #, no-wrap msgid "" " #define LIBGUESTFS_HAVE_DD 1\n" @@ -2265,12 +2754,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1086 +#: ../src/guestfs.pod:1381 msgid "if L is available." msgstr "" # type: textblock -#: ../src/guestfs.pod:1088 +#: ../src/guestfs.pod:1383 msgid "" "Before version 1.5.8, if you needed to test whether a single libguestfs " "function is available at compile time, we recommended using build tools such " @@ -2278,7 +2767,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1093 +#: ../src/guestfs.pod:1388 #, no-wrap msgid "" " AC_CHECK_LIB([guestfs],[guestfs_create])\n" @@ -2287,19 +2776,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1096 +#: ../src/guestfs.pod:1391 msgid "" "which would result in C being either defined or not defined " "in your program." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1099 +#: ../src/guestfs.pod:1394 msgid "SINGLE CALLS AT RUN TIME" msgstr "" # type: textblock -#: ../src/guestfs.pod:1101 +#: ../src/guestfs.pod:1396 msgid "" "Testing at compile time doesn't guarantee that a function really exists in " "the library. The reason is that you might be dynamically linked against a " @@ -2309,7 +2798,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1108 +#: ../src/guestfs.pod:1403 msgid "" "You can use L to test if a function is available at run time, as " "in this example program (note that you still need the compile time check as " @@ -2317,7 +2806,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1112 +#: ../src/guestfs.pod:1407 #, no-wrap msgid "" " #include \n" @@ -2329,7 +2818,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1118 +#: ../src/guestfs.pod:1413 #, no-wrap msgid "" " main ()\n" @@ -2341,7 +2830,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1124 +#: ../src/guestfs.pod:1419 #, no-wrap msgid "" " /* Test if the function guestfs_dd is really available. */\n" @@ -2356,7 +2845,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1133 +#: ../src/guestfs.pod:1428 #, no-wrap msgid "" " if (!has_function)\n" @@ -2375,7 +2864,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1146 +#: ../src/guestfs.pod:1441 msgid "" "You may think the above is an awful lot of hassle, and it is. There are " "other ways outside of the C linking system to ensure that this kind of " @@ -2383,7 +2872,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1151 +#: ../src/guestfs.pod:1446 #, no-wrap msgid "" " Requires: libguestfs >= 1.0.80\n" @@ -2391,12 +2880,12 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1153 +#: ../src/guestfs.pod:1448 msgid "CALLS WITH OPTIONAL ARGUMENTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1155 +#: ../src/guestfs.pod:1450 msgid "" "A recent feature of the API is the introduction of calls which take optional " "arguments. In C these are declared 3 ways. The main way is as a call which " @@ -2404,7 +2893,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1160 +#: ../src/guestfs.pod:1455 #, no-wrap msgid "" " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n" @@ -2412,14 +2901,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1162 +#: ../src/guestfs.pod:1457 msgid "" "Call this with a list of optional arguments, terminated by C<-1>. So to " "call with no optional arguments specified:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1165 +#: ../src/guestfs.pod:1460 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename, -1);\n" @@ -2427,12 +2916,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1167 +#: ../src/guestfs.pod:1462 msgid "With a single optional argument:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1169 +#: ../src/guestfs.pod:1464 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename,\n" @@ -2442,12 +2931,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1173 +#: ../src/guestfs.pod:1468 msgid "With two:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1175 +#: ../src/guestfs.pod:1470 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename,\n" @@ -2458,19 +2947,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1180 +#: ../src/guestfs.pod:1475 msgid "" "and so forth. Don't forget the terminating C<-1> otherwise Bad Things will " "happen!" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1183 +#: ../src/guestfs.pod:1478 msgid "USING va_list FOR OPTIONAL ARGUMENTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1185 +#: ../src/guestfs.pod:1480 msgid "" "The second variant has the same name with the suffix C<_va>, which works the " "same way but takes a C. See the C manual for details. For the " @@ -2478,7 +2967,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1189 +#: ../src/guestfs.pod:1484 #, no-wrap msgid "" " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n" @@ -2487,12 +2976,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1192 +#: ../src/guestfs.pod:1487 msgid "CONSTRUCTING OPTIONAL ARGUMENTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1194 +#: ../src/guestfs.pod:1489 msgid "" "The third variant is useful where you need to construct these calls. You " "pass in a structure where you fill in the optional fields. The structure " @@ -2502,7 +2991,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1200 +#: ../src/guestfs.pod:1495 #, no-wrap msgid "" " struct guestfs_add_drive_opts_argv {\n" @@ -2517,12 +3006,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1209 +#: ../src/guestfs.pod:1504 msgid "You could call it like this:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1211 +#: ../src/guestfs.pod:1506 #, no-wrap msgid "" " struct guestfs_add_drive_opts_argv optargs = {\n" @@ -2535,7 +3024,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1218 +#: ../src/guestfs.pod:1513 #, no-wrap msgid "" " guestfs_add_drive_opts_argv (g, filename, &optargs);\n" @@ -2543,36 +3032,36 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1220 ../src/guestfs-actions.pod:11 +#: ../src/guestfs.pod:1515 ../src/guestfs-actions.pod:11 #: ../src/guestfs-actions.pod:1842 ../fish/guestfish-actions.pod:9 #: ../fish/guestfish-actions.pod:1255 msgid "Notes:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1226 +#: ../src/guestfs.pod:1521 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask." msgstr "" # type: textblock -#: ../src/guestfs.pod:1231 +#: ../src/guestfs.pod:1526 msgid "You do not need to fill in all fields of the structure." msgstr "" # type: textblock -#: ../src/guestfs.pod:1235 +#: ../src/guestfs.pod:1530 msgid "" "There must be a one-to-one correspondence between fields of the structure " "that are filled in, and bits set in the bitmask." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1240 +#: ../src/guestfs.pod:1535 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES" msgstr "" # type: textblock -#: ../src/guestfs.pod:1242 +#: ../src/guestfs.pod:1537 msgid "" "In other languages, optional arguments are expressed in the way that is " "natural for that language. We refer you to the language-specific " @@ -2580,201 +3069,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1246 +#: ../src/guestfs.pod:1541 msgid "For guestfish, see L." msgstr "" -# type: =end -#: ../src/guestfs.pod:1248 ../src/guestfs.pod:1253 -msgid "html" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1250 -msgid "" -" " -msgstr "" - -# type: =head1 -#: ../src/guestfs.pod:1255 -msgid "ARCHITECTURE" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1257 -msgid "" -"Internally, libguestfs is implemented by running an appliance (a special " -"type of small virtual machine) using L. Qemu runs as a child " -"process of the main program." -msgstr "" - -# type: verbatim -#: ../src/guestfs.pod:1261 -#, no-wrap -msgid "" -" ___________________\n" -" / \\\n" -" | main program |\n" -" | |\n" -" | | child process / appliance\n" -" | | __________________________\n" -" | | / qemu \\\n" -" +-------------------+ RPC | +-----------------+ |\n" -" | libguestfs <--------------------> guestfsd | |\n" -" | | | +-----------------+ |\n" -" \\___________________/ | | Linux kernel | |\n" -" | +--^--------------+ |\n" -" \\_________|________________/\n" -" |\n" -" _______v______\n" -" / \\\n" -" | Device or |\n" -" | disk image |\n" -" \\______________/\n" -"\n" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1281 -msgid "" -"The library, linked to the main program, creates the child process and hence " -"the appliance in the L function." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1284 -msgid "" -"Inside the appliance is a Linux kernel and a complete stack of userspace " -"tools (such as LVM and ext2 programs) and a small controlling daemon called " -"L. The library talks to L using remote procedure " -"calls (RPC). There is a mostly one-to-one correspondence between libguestfs " -"API calls and RPC calls to the daemon. Lastly the disk image(s) are " -"attached to the qemu process which translates device access by the " -"appliance's Linux kernel into accesses to the image." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1293 -msgid "" -"A common misunderstanding is that the appliance \"is\" the virtual machine. " -"Although the disk image you are attached to might also be used by some " -"virtual machine, libguestfs doesn't know or care about this. (But you will " -"care if both libguestfs's qemu process and your virtual machine are trying " -"to update the disk image at the same time, since these usually results in " -"massive disk corruption)." -msgstr "" - -# type: =head1 -#: ../src/guestfs.pod:1300 -msgid "STATE MACHINE" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1302 -msgid "libguestfs uses a state machine to model the child process:" -msgstr "" - -# type: verbatim -#: ../src/guestfs.pod:1304 -#, no-wrap -msgid "" -" |\n" -" guestfs_create\n" -" |\n" -" |\n" -" ____V_____\n" -" / \\\n" -" | CONFIG |\n" -" \\__________/\n" -" ^ ^ ^ \\\n" -" / | \\ \\ guestfs_launch\n" -" / | _\\__V______\n" -" / | / \\\n" -" / | | LAUNCHING |\n" -" / | \\___________/\n" -" / | /\n" -" / | guestfs_launch\n" -" / | /\n" -" ______ / __|____V\n" -" / \\ ------> / \\\n" -" | BUSY | | READY |\n" -" \\______/ <------ \\________/\n" -"\n" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1326 -msgid "" -"The normal transitions are (1) CONFIG (when the handle is created, but there " -"is no child process), (2) LAUNCHING (when the child process is booting up), " -"(3) alternating between READY and BUSY as commands are issued to, and " -"carried out by, the child process." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1331 -msgid "" -"The guest may be killed by L, or may die " -"asynchronously at any time (eg. due to some internal error), and that causes " -"the state to transition back to CONFIG." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1335 -msgid "" -"Configuration commands for qemu such as L can only be " -"issued when in the CONFIG state." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1338 -msgid "" -"The API offers one call that goes from CONFIG through LAUNCHING to READY. " -"L blocks until the child process is READY to accept " -"commands (or until some failure or timeout). L internally " -"moves the state from CONFIG to LAUNCHING while it is running." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1344 -msgid "" -"API actions such as L can only be issued when in the READY " -"state. These API calls block waiting for the command to be carried out (ie. " -"the state to transition to BUSY and then back to READY). There are no non-" -"blocking versions, and no way to issue more than one command per handle at " -"the same time." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1350 -msgid "" -"Finally, the child process sends asynchronous messages back to the main " -"program, such as kernel log messages. You can register a callback to " -"receive these messages." -msgstr "" - # type: =head2 -#: ../src/guestfs.pod:1354 +#: ../src/guestfs.pod:1543 msgid "SETTING CALLBACKS TO HANDLE EVENTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1356 +#: ../src/guestfs.pod:1545 msgid "" "The child process generates events in some situations. Current events " "include: receiving a log message, the child process exits." msgstr "" # type: textblock -#: ../src/guestfs.pod:1359 +#: ../src/guestfs.pod:1548 msgid "" "Use the C functions to set a callback for different " "types of events." msgstr "" # type: textblock -#: ../src/guestfs.pod:1362 +#: ../src/guestfs.pod:1551 msgid "" "Only I can be registered for each handle. " "Calling C again overwrites the previous callback of " @@ -2783,12 +3102,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1367 +#: ../src/guestfs.pod:1556 msgid "guestfs_set_log_message_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1369 +#: ../src/guestfs.pod:1558 #, no-wrap msgid "" " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n" @@ -2800,31 +3119,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1375 +#: ../src/guestfs.pod:1564 msgid "" "The callback function C will be called whenever qemu or the guest writes " "anything to the console." msgstr "" # type: textblock -#: ../src/guestfs.pod:1378 +#: ../src/guestfs.pod:1567 msgid "Use this function to capture kernel messages and similar." msgstr "" # type: textblock -#: ../src/guestfs.pod:1380 +#: ../src/guestfs.pod:1569 msgid "" "Normally there is no log message handler, and log messages are just " "discarded." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1383 +#: ../src/guestfs.pod:1572 msgid "guestfs_set_subprocess_quit_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1385 +#: ../src/guestfs.pod:1574 #, no-wrap msgid "" " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n" @@ -2835,7 +3154,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1390 +#: ../src/guestfs.pod:1579 msgid "" "The callback function C will be called when the child process quits, " "either asynchronously or if killed by L. (This " @@ -2843,12 +3162,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1395 +#: ../src/guestfs.pod:1584 msgid "guestfs_set_launch_done_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1397 +#: ../src/guestfs.pod:1586 #, no-wrap msgid "" " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n" @@ -2859,7 +3178,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1402 +#: ../src/guestfs.pod:1591 msgid "" "The callback function C will be called when the child process becomes " "ready first time after it has been launched. (This corresponds to a " @@ -2867,12 +3186,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1406 +#: ../src/guestfs.pod:1595 msgid "guestfs_set_close_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1408 +#: ../src/guestfs.pod:1597 #, no-wrap msgid "" " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n" @@ -2883,14 +3202,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1413 +#: ../src/guestfs.pod:1602 msgid "" "The callback function C will be called while the handle is being closed " "(synchronously from L)." msgstr "" # type: textblock -#: ../src/guestfs.pod:1416 +#: ../src/guestfs.pod:1605 msgid "" "Note that libguestfs installs an L handler to try to clean up " "handles that are open when the program exits. This means that this callback " @@ -2901,12 +3220,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1424 +#: ../src/guestfs.pod:1613 msgid "guestfs_set_progress_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1426 +#: ../src/guestfs.pod:1615 #, no-wrap msgid "" " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n" @@ -2919,7 +3238,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1433 +#: ../src/guestfs.pod:1622 msgid "" "Some long-running operations can generate progress messages. If this " "callback is registered, then it will be called each time a progress message " @@ -2929,7 +3248,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1439 +#: ../src/guestfs.pod:1628 msgid "" "The callback receives two numbers: C and C. The units of " "C are not defined, although for some operations C may relate " @@ -2938,31 +3257,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1445 +#: ../src/guestfs.pod:1634 msgid "The only defined and stable parts of the API are:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1451 +#: ../src/guestfs.pod:1640 msgid "" "The callback can display to the user some type of progress bar or indicator " "which shows the ratio of C:C." msgstr "" # type: textblock -#: ../src/guestfs.pod:1456 +#: ../src/guestfs.pod:1645 msgid "0 E= C E= C" msgstr "" # type: textblock -#: ../src/guestfs.pod:1460 +#: ../src/guestfs.pod:1649 msgid "" "If any progress notification is sent during a call, then a final progress " "notification is always sent when C = C." msgstr "" # type: textblock -#: ../src/guestfs.pod:1463 +#: ../src/guestfs.pod:1652 msgid "" "This is to simplify caller code, so callers can easily set the progress " "indicator to \"100%\" at the end of the operation, without requiring special " @@ -2970,7 +3289,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1469 +#: ../src/guestfs.pod:1658 msgid "" "The callback also receives the procedure number and serial number of the " "call. These are only useful for debugging protocol issues, and the callback " @@ -2979,12 +3298,12 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1474 +#: ../src/guestfs.pod:1663 msgid "PRIVATE DATA AREA" msgstr "" # type: textblock -#: ../src/guestfs.pod:1476 +#: ../src/guestfs.pod:1665 msgid "" "You can attach named pieces of private data to the libguestfs handle, and " "fetch them by name for the lifetime of the handle. This is called the " @@ -2992,12 +3311,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1480 +#: ../src/guestfs.pod:1669 msgid "To attach a named piece of data, use the following call:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1482 +#: ../src/guestfs.pod:1671 #, no-wrap msgid "" " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n" @@ -3005,7 +3324,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1484 +#: ../src/guestfs.pod:1673 msgid "" "C is the name to associate with this data, and C is an arbitrary " "pointer (which can be C). Any previous item with the same name is " @@ -3013,7 +3332,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1488 +#: ../src/guestfs.pod:1677 msgid "" "You can use any C you want, but names beginning with an underscore " "character are reserved for internal libguestfs purposes (for implementing " @@ -3022,12 +3341,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1493 +#: ../src/guestfs.pod:1682 msgid "To retrieve the pointer, use:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1495 +#: ../src/guestfs.pod:1684 #, no-wrap msgid "" " void *guestfs_get_private (guestfs_h *g, const char *key);\n" @@ -3035,7 +3354,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1497 +#: ../src/guestfs.pod:1686 msgid "" "This function returns C if either no data is found associated with " "C, or if the user previously set the C's C pointer to " @@ -3043,199 +3362,213 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1501 +#: ../src/guestfs.pod:1690 msgid "" "Libguestfs does not try to look at or interpret the C pointer in any " "way. As far as libguestfs is concerned, it need not be a valid pointer at " "all. In particular, libguestfs does I try to free the data when the " "handle is closed. If the data must be freed, then the caller must either " -"free it before calling L or must set up a close callback to " -"do it (see L, and note that only one callback " -"can be registered for a handle)." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1509 -msgid "" -"The private data area is implemented using a hash table, and should be " -"reasonably efficient for moderate numbers of keys." -msgstr "" - -# type: =head1 -#: ../src/guestfs.pod:1512 -msgid "BLOCK DEVICE NAMING" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1514 -msgid "" -"In the kernel there is now quite a profusion of schemata for naming block " -"devices (in this context, by I I mean a physical or virtual " -"hard drive). The original Linux IDE driver used names starting with C. SCSI devices have historically used a different naming scheme, C. When the Linux kernel I driver became a popular replacement " -"for the old IDE driver (particularly for SATA devices) those devices also " -"used the C scheme. Additionally we now have virtual machines with " -"paravirtualized drivers. This has created several different naming systems, " -"such as C for virtio disks and C for Xen PV disks." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1526 -msgid "" -"As discussed above, libguestfs uses a qemu appliance running an embedded " -"Linux kernel to access block devices. We can run a variety of appliances " -"based on a variety of Linux kernels." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1530 -msgid "" -"This causes a problem for libguestfs because many API calls use device or " -"partition names. Working scripts and the recipe (example) scripts that we " -"make available over the internet could fail if the naming scheme changes." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1535 -msgid "" -"Therefore libguestfs defines C as the I. " -"Internally C names are translated, if necessary, to other names as " -"required. For example, under RHEL 5 which uses the C scheme, any " -"device parameter C is translated to C transparently." +"free it before calling L or must set up a close callback to " +"do it (see L, and note that only one callback " +"can be registered for a handle)." msgstr "" # type: textblock -#: ../src/guestfs.pod:1541 +#: ../src/guestfs.pod:1698 msgid "" -"Note that this I applies to parameters. The L, " -"L and similar calls return the true names of the " -"devices and partitions as known to the appliance." +"The private data area is implemented using a hash table, and should be " +"reasonably efficient for moderate numbers of keys." msgstr "" -# type: =head2 -#: ../src/guestfs.pod:1546 -msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION" +# type: =end +#: ../src/guestfs.pod:1701 ../src/guestfs.pod:1706 +msgid "html" msgstr "" # type: textblock -#: ../src/guestfs.pod:1548 +#: ../src/guestfs.pod:1703 msgid "" -"Usually this translation is transparent. However in some (very rare) cases " -"you may need to know the exact algorithm. Such cases include where you use " -"L to add a mixture of virtio and IDE devices to the qemu-" -"based appliance, so have a mixture of C and C devices." +" " msgstr "" -# type: textblock -#: ../src/guestfs.pod:1554 -msgid "" -"The algorithm is applied only to I which are known to be either " -"device or partition names. Return values from functions such as L are never changed." +# type: =head1 +#: ../src/guestfs.pod:1708 +msgid "ARCHITECTURE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1562 -msgid "Is the string a parameter which is a device or partition name?" +#: ../src/guestfs.pod:1710 +msgid "" +"Internally, libguestfs is implemented by running an appliance (a special " +"type of small virtual machine) using L. Qemu runs as a child " +"process of the main program." msgstr "" -# type: textblock -#: ../src/guestfs.pod:1566 -msgid "Does the string begin with C?" +# type: verbatim +#: ../src/guestfs.pod:1714 +#, no-wrap +msgid "" +" ___________________\n" +" / \\\n" +" | main program |\n" +" | |\n" +" | | child process / appliance\n" +" | | __________________________\n" +" | | / qemu \\\n" +" +-------------------+ RPC | +-----------------+ |\n" +" | libguestfs <--------------------> guestfsd | |\n" +" | | | +-----------------+ |\n" +" \\___________________/ | | Linux kernel | |\n" +" | +--^--------------+ |\n" +" \\_________|________________/\n" +" |\n" +" _______v______\n" +" / \\\n" +" | Device or |\n" +" | disk image |\n" +" \\______________/\n" +"\n" msgstr "" # type: textblock -#: ../src/guestfs.pod:1570 +#: ../src/guestfs.pod:1734 msgid "" -"Does the named device exist? If so, we use that device. However if I " -"then we continue with this algorithm." +"The library, linked to the main program, creates the child process and hence " +"the appliance in the L function." msgstr "" # type: textblock -#: ../src/guestfs.pod:1575 -msgid "Replace initial C string with C." +#: ../src/guestfs.pod:1737 +msgid "" +"Inside the appliance is a Linux kernel and a complete stack of userspace " +"tools (such as LVM and ext2 programs) and a small controlling daemon called " +"L. The library talks to L using remote procedure " +"calls (RPC). There is a mostly one-to-one correspondence between libguestfs " +"API calls and RPC calls to the daemon. Lastly the disk image(s) are " +"attached to the qemu process which translates device access by the " +"appliance's Linux kernel into accesses to the image." msgstr "" # type: textblock -#: ../src/guestfs.pod:1577 -msgid "For example, change C to C." +#: ../src/guestfs.pod:1746 +msgid "" +"A common misunderstanding is that the appliance \"is\" the virtual machine. " +"Although the disk image you are attached to might also be used by some " +"virtual machine, libguestfs doesn't know or care about this. (But you will " +"care if both libguestfs's qemu process and your virtual machine are trying " +"to update the disk image at the same time, since these usually results in " +"massive disk corruption)." msgstr "" -# type: textblock -#: ../src/guestfs.pod:1579 -msgid "If that named device exists, use it. If not, continue." +# type: =head1 +#: ../src/guestfs.pod:1753 +msgid "STATE MACHINE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1583 -msgid "Replace initial C string with C." +#: ../src/guestfs.pod:1755 +msgid "libguestfs uses a state machine to model the child process:" msgstr "" -# type: textblock -#: ../src/guestfs.pod:1585 -msgid "If that named device exists, use it. If not, return an error." +# type: verbatim +#: ../src/guestfs.pod:1757 +#, no-wrap +msgid "" +" |\n" +" guestfs_create\n" +" |\n" +" |\n" +" ____V_____\n" +" / \\\n" +" | CONFIG |\n" +" \\__________/\n" +" ^ ^ ^ \\\n" +" / | \\ \\ guestfs_launch\n" +" / | _\\__V______\n" +" / | / \\\n" +" / | | LAUNCHING |\n" +" / | \\___________/\n" +" / | /\n" +" / | guestfs_launch\n" +" / | /\n" +" ______ / __|____V\n" +" / \\ ------> / \\\n" +" | BUSY | | READY |\n" +" \\______/ <------ \\________/\n" +"\n" msgstr "" -# type: =head2 -#: ../src/guestfs.pod:1589 -msgid "PORTABILITY CONCERNS" +# type: textblock +#: ../src/guestfs.pod:1779 +msgid "" +"The normal transitions are (1) CONFIG (when the handle is created, but there " +"is no child process), (2) LAUNCHING (when the child process is booting up), " +"(3) alternating between READY and BUSY as commands are issued to, and " +"carried out by, the child process." msgstr "" # type: textblock -#: ../src/guestfs.pod:1591 +#: ../src/guestfs.pod:1784 msgid "" -"Although the standard naming scheme and automatic translation is useful for " -"simple programs and guestfish scripts, for larger programs it is best not to " -"rely on this mechanism." +"The guest may be killed by L, or may die " +"asynchronously at any time (eg. due to some internal error), and that causes " +"the state to transition back to CONFIG." msgstr "" # type: textblock -#: ../src/guestfs.pod:1595 +#: ../src/guestfs.pod:1788 msgid "" -"Where possible for maximum future portability programs using libguestfs " -"should use these future-proof techniques:" +"Configuration commands for qemu such as L can only be " +"issued when in the CONFIG state." msgstr "" # type: textblock -#: ../src/guestfs.pod:1602 +#: ../src/guestfs.pod:1791 msgid "" -"Use L or L to list actual " -"device names, and then use those names directly." +"The API offers one call that goes from CONFIG through LAUNCHING to READY. " +"L blocks until the child process is READY to accept " +"commands (or until some failure or timeout). L internally " +"moves the state from CONFIG to LAUNCHING while it is running." msgstr "" # type: textblock -#: ../src/guestfs.pod:1605 +#: ../src/guestfs.pod:1797 msgid "" -"Since those device names exist by definition, they will never be translated." +"API actions such as L can only be issued when in the READY " +"state. These API calls block waiting for the command to be carried out (ie. " +"the state to transition to BUSY and then back to READY). There are no non-" +"blocking versions, and no way to issue more than one command per handle at " +"the same time." msgstr "" # type: textblock -#: ../src/guestfs.pod:1610 +#: ../src/guestfs.pod:1803 msgid "" -"Use higher level ways to identify filesystems, such as LVM names, UUIDs and " -"filesystem labels." +"Finally, the child process sends asynchronous messages back to the main " +"program, such as kernel log messages. You can register a callback to " +"receive these messages." msgstr "" # type: =head1 -#: ../src/guestfs.pod:1615 +#: ../src/guestfs.pod:1807 msgid "INTERNALS" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1617 +#: ../src/guestfs.pod:1809 msgid "COMMUNICATION PROTOCOL" msgstr "" # type: textblock -#: ../src/guestfs.pod:1619 +#: ../src/guestfs.pod:1811 msgid "" "Don't rely on using this protocol directly. This section documents how it " "currently works, but it may change at any time." msgstr "" # type: textblock -#: ../src/guestfs.pod:1622 +#: ../src/guestfs.pod:1814 msgid "" "The protocol used to talk between the library and the daemon running inside " "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC " @@ -3243,14 +3576,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1626 +#: ../src/guestfs.pod:1818 msgid "" "The detailed format of structures is in C (note: " "this file is automatically generated)." msgstr "" # type: textblock -#: ../src/guestfs.pod:1629 +#: ../src/guestfs.pod:1821 msgid "" "There are two broad cases, ordinary functions that don't have any C " "and C parameters, which are handled with very simple request/reply " @@ -3260,17 +3593,17 @@ msgid "" msgstr "" # type: =head3 -#: ../src/guestfs.pod:1636 +#: ../src/guestfs.pod:1828 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)" msgstr "" # type: textblock -#: ../src/guestfs.pod:1638 +#: ../src/guestfs.pod:1830 msgid "For ordinary functions, the request message is:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1640 +#: ../src/guestfs.pod:1832 #, no-wrap msgid "" " total length (header + arguments,\n" @@ -3281,7 +3614,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1645 +#: ../src/guestfs.pod:1837 msgid "" "The total length field allows the daemon to allocate a fixed size buffer " "into which it slurps the rest of the message. As a result, the total length " @@ -3290,26 +3623,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1651 +#: ../src/guestfs.pod:1843 msgid "" "Note also that many functions don't take any arguments, in which case the " "C_args> is completely omitted." msgstr "" # type: textblock -#: ../src/guestfs.pod:1654 +#: ../src/guestfs.pod:1846 msgid "" "The header contains the procedure number (C) which is how the " "receiver knows what type of args structure to expect, or none at all." msgstr "" # type: textblock -#: ../src/guestfs.pod:1658 +#: ../src/guestfs.pod:1850 msgid "The reply message for ordinary functions is:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1660 +#: ../src/guestfs.pod:1852 #, no-wrap msgid "" " total length (header + ret,\n" @@ -3320,27 +3653,27 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1665 +#: ../src/guestfs.pod:1857 msgid "" "As above the C_ret> structure may be completely omitted for " "functions that return no formal return values." msgstr "" # type: textblock -#: ../src/guestfs.pod:1668 +#: ../src/guestfs.pod:1860 msgid "" "As above the total length of the reply is limited to C." msgstr "" # type: textblock -#: ../src/guestfs.pod:1671 +#: ../src/guestfs.pod:1863 msgid "" "In the case of an error, a flag is set in the header, and the reply message " "is slightly changed:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1674 +#: ../src/guestfs.pod:1866 #, no-wrap msgid "" " total length (header + error,\n" @@ -3351,19 +3684,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1679 +#: ../src/guestfs.pod:1871 msgid "" "The C structure contains the error message as a " "string." msgstr "" # type: =head3 -#: ../src/guestfs.pod:1682 +#: ../src/guestfs.pod:1874 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1684 +#: ../src/guestfs.pod:1876 msgid "" "A C parameter indicates that we transfer a file I the guest. " "The normal request message is sent (see above). However this is followed by " @@ -3371,7 +3704,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1688 +#: ../src/guestfs.pod:1880 #, no-wrap msgid "" " total length (header + arguments,\n" @@ -3385,12 +3718,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1696 +#: ../src/guestfs.pod:1888 msgid "The \"sequence of chunks\" is:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1698 +#: ../src/guestfs.pod:1890 #, no-wrap msgid "" " length of chunk (not including length word itself)\n" @@ -3404,7 +3737,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1706 +#: ../src/guestfs.pod:1898 msgid "" "The final chunk has the C field set to zero. Additionally a flag " "is set in the final chunk to indicate either successful completion or early " @@ -3412,7 +3745,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1710 +#: ../src/guestfs.pod:1902 msgid "" "At time of writing there are no functions that have more than one FileIn " "parameter. However this is (theoretically) supported, by sending the " @@ -3421,7 +3754,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1715 +#: ../src/guestfs.pod:1907 msgid "" "Both the library (sender) I the daemon (receiver) may cancel the " "transfer. The library does this by sending a chunk with a special flag set " @@ -3430,7 +3763,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1721 +#: ../src/guestfs.pod:1913 msgid "" "The daemon may also cancel. It does this by writing a special word " "C to the socket. The library listens for this during " @@ -3442,7 +3775,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1730 +#: ../src/guestfs.pod:1922 msgid "" "This protocol allows the transfer of arbitrary sized files (no 32 bit " "limit), and also files where the size is not known in advance (eg. from " @@ -3452,19 +3785,19 @@ msgid "" msgstr "" # type: =head3 -#: ../src/guestfs.pod:1736 +#: ../src/guestfs.pod:1928 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1738 +#: ../src/guestfs.pod:1930 msgid "" "The protocol for FileOut parameters is exactly the same as for FileIn " "parameters, but with the roles of daemon and library reversed." msgstr "" # type: verbatim -#: ../src/guestfs.pod:1741 +#: ../src/guestfs.pod:1933 #, no-wrap msgid "" " total length (header + ret,\n" @@ -3478,143 +3811,54 @@ msgid "" msgstr "" # type: =head3 -#: ../src/guestfs.pod:1749 +#: ../src/guestfs.pod:1941 msgid "INITIAL MESSAGE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1751 +#: ../src/guestfs.pod:1943 msgid "" "When the daemon launches it sends an initial word (C) " "which indicates that the guest and daemon is alive. This is what L waits for." msgstr "" -# type: =head3 -#: ../src/guestfs.pod:1755 -msgid "PROGRESS NOTIFICATION MESSAGES" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1757 -msgid "" -"The daemon may send progress notification messages at any time. These are " -"distinguished by the normal length word being replaced by " -"C, followed by a fixed size progress message." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1761 -msgid "" -"The library turns them into progress callbacks (see " -"C) if there is a callback registered, or " -"discards them if not." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1765 -msgid "" -"The daemon self-limits the frequency of progress messages it sends (see " -"C). Not all calls generate progress " -"messages." -msgstr "" - -# type: =head1 -#: ../src/guestfs.pod:1769 -msgid "MULTIPLE HANDLES AND MULTIPLE THREADS" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1771 -msgid "" -"All high-level libguestfs actions are synchronous. If you want to use " -"libguestfs asynchronously then you must create a thread." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1774 -msgid "" -"Only use the handle from a single thread. Either use the handle exclusively " -"from one thread, or provide your own mutex so that two threads cannot issue " -"calls on the same handle at the same time." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1778 -msgid "" -"See the graphical program guestfs-browser for one possible architecture for " -"multithreaded programs using libvirt and libguestfs." -msgstr "" - -# type: =head1 -#: ../src/guestfs.pod:1781 -msgid "QEMU WRAPPERS" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1783 -msgid "" -"If you want to compile your own qemu, run qemu from a non-standard location, " -"or pass extra arguments to qemu, then you can write a shell-script wrapper " -"around qemu." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1787 -msgid "" -"There is one important rule to remember: you I> as the " -"last command in the shell script (so that qemu replaces the shell and " -"becomes the direct child of the libguestfs-using program). If you don't do " -"this, then the qemu process won't be cleaned up correctly." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1792 -msgid "" -"Here is an example of a wrapper, where I have built my own copy of qemu from " -"source:" -msgstr "" - -# type: verbatim -#: ../src/guestfs.pod:1795 -#, no-wrap -msgid "" -" #!/bin/sh -\n" -" qemudir=/home/rjones/d/qemu\n" -" exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n" -"\n" -msgstr "" - +# type: =head3 +#: ../src/guestfs.pod:1947 +msgid "PROGRESS NOTIFICATION MESSAGES" +msgstr "" + # type: textblock -#: ../src/guestfs.pod:1799 +#: ../src/guestfs.pod:1949 msgid "" -"Save this script as C (or wherever), C, and " -"then use it by setting the LIBGUESTFS_QEMU environment variable. For " -"example:" +"The daemon may send progress notification messages at any time. These are " +"distinguished by the normal length word being replaced by " +"C, followed by a fixed size progress message." msgstr "" -# type: verbatim -#: ../src/guestfs.pod:1803 -#, no-wrap +# type: textblock +#: ../src/guestfs.pod:1953 msgid "" -" LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n" -"\n" +"The library turns them into progress callbacks (see " +"C) if there is a callback registered, or " +"discards them if not." msgstr "" # type: textblock -#: ../src/guestfs.pod:1805 +#: ../src/guestfs.pod:1957 msgid "" -"Note that libguestfs also calls qemu with the -help and -version options in " -"order to determine features." +"The daemon self-limits the frequency of progress messages it sends (see " +"C). Not all calls generate progress " +"messages." msgstr "" # type: =head1 -#: ../src/guestfs.pod:1808 +#: ../src/guestfs.pod:1961 msgid "LIBGUESTFS VERSION NUMBERS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1810 +#: ../src/guestfs.pod:1963 msgid "" "Since April 2010, libguestfs has started to make separate development and " "stable releases, along with corresponding branches in our git repository. " @@ -3622,7 +3866,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1815 +#: ../src/guestfs.pod:1968 #, no-wrap msgid "" " even numbers for stable: 1.2.x, 1.4.x, ...\n" @@ -3639,12 +3883,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1826 +#: ../src/guestfs.pod:1979 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"." msgstr "" # type: textblock -#: ../src/guestfs.pod:1828 +#: ../src/guestfs.pod:1981 msgid "" "As time passes we cherry pick fixes from the development branch and backport " "those into the stable branch, the effect being that the stable branch should " @@ -3654,26 +3898,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1834 +#: ../src/guestfs.pod:1987 msgid "Our criteria for backporting changes are:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1840 +#: ../src/guestfs.pod:1993 msgid "" "Documentation changes which don't affect any code are backported unless the " "documentation refers to a future feature which is not in stable." msgstr "" # type: textblock -#: ../src/guestfs.pod:1846 +#: ../src/guestfs.pod:1999 msgid "" "Bug fixes which are not controversial, fix obvious problems, and have been " "well tested are backported." msgstr "" # type: textblock -#: ../src/guestfs.pod:1851 +#: ../src/guestfs.pod:2004 msgid "" "Simple rearrangements of code which shouldn't affect how it works get " "backported. This is so that the code in the two branches doesn't get too " @@ -3681,7 +3925,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1857 +#: ../src/guestfs.pod:2010 msgid "" "We I backport new features, new APIs, new tools etc, except in one " "exceptional case: the new feature is required in order to implement an " @@ -3689,7 +3933,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1863 +#: ../src/guestfs.pod:2016 msgid "" "A new stable branch starts when we think the new features in development are " "substantial and compelling enough over the current stable branch to warrant " @@ -3700,47 +3944,47 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1871 ../fish/guestfish.pod:914 +#: ../src/guestfs.pod:2024 ../fish/guestfish.pod:914 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330 #: ../tools/virt-rescue.pl:255 msgid "ENVIRONMENT VARIABLES" msgstr "" # type: =item -#: ../src/guestfs.pod:1875 ../fish/guestfish.pod:940 +#: ../src/guestfs.pod:2028 ../fish/guestfish.pod:940 msgid "LIBGUESTFS_APPEND" msgstr "" # type: textblock -#: ../src/guestfs.pod:1877 ../fish/guestfish.pod:942 +#: ../src/guestfs.pod:2030 ../fish/guestfish.pod:942 msgid "Pass additional options to the guest kernel." msgstr "" # type: =item -#: ../src/guestfs.pod:1879 ../fish/guestfish.pod:944 +#: ../src/guestfs.pod:2032 ../fish/guestfish.pod:944 msgid "LIBGUESTFS_DEBUG" msgstr "" # type: textblock -#: ../src/guestfs.pod:1881 +#: ../src/guestfs.pod:2034 msgid "" "Set C to enable verbose messages. This has the same " "effect as calling C." msgstr "" # type: =item -#: ../src/guestfs.pod:1884 ../fish/guestfish.pod:949 +#: ../src/guestfs.pod:2037 ../fish/guestfish.pod:949 msgid "LIBGUESTFS_MEMSIZE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1886 ../fish/guestfish.pod:951 +#: ../src/guestfs.pod:2039 ../fish/guestfish.pod:951 msgid "" "Set the memory allocated to the qemu process, in megabytes. For example:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1889 ../fish/guestfish.pod:954 +#: ../src/guestfs.pod:2042 ../fish/guestfish.pod:954 #, no-wrap msgid "" " LIBGUESTFS_MEMSIZE=700\n" @@ -3748,58 +3992,58 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:1891 ../fish/guestfish.pod:956 +#: ../src/guestfs.pod:2044 ../fish/guestfish.pod:956 msgid "LIBGUESTFS_PATH" msgstr "" # type: textblock -#: ../src/guestfs.pod:1893 +#: ../src/guestfs.pod:2046 msgid "" "Set the path that libguestfs uses to search for kernel and initrd.img. See " "the discussion of paths in section PATH above." msgstr "" # type: =item -#: ../src/guestfs.pod:1896 ../fish/guestfish.pod:961 +#: ../src/guestfs.pod:2049 ../fish/guestfish.pod:961 msgid "LIBGUESTFS_QEMU" msgstr "" # type: textblock -#: ../src/guestfs.pod:1898 ../fish/guestfish.pod:963 +#: ../src/guestfs.pod:2051 ../fish/guestfish.pod:963 msgid "" "Set the default qemu binary that libguestfs uses. If not set, then the qemu " "which was found at compile time by the configure script is used." msgstr "" # type: textblock -#: ../src/guestfs.pod:1902 +#: ../src/guestfs.pod:2055 msgid "See also L above." msgstr "" # type: =item -#: ../src/guestfs.pod:1904 ../fish/guestfish.pod:967 +#: ../src/guestfs.pod:2057 ../fish/guestfish.pod:967 msgid "LIBGUESTFS_TRACE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1906 +#: ../src/guestfs.pod:2059 msgid "" "Set C to enable command traces. This has the same " "effect as calling C." msgstr "" # type: =item -#: ../src/guestfs.pod:1909 ../fish/guestfish.pod:976 +#: ../src/guestfs.pod:2062 ../fish/guestfish.pod:976 msgid "TMPDIR" msgstr "" # type: textblock -#: ../src/guestfs.pod:1911 ../fish/guestfish.pod:978 +#: ../src/guestfs.pod:2064 ../fish/guestfish.pod:978 msgid "Location of temporary directory, defaults to C." msgstr "" # type: textblock -#: ../src/guestfs.pod:1913 ../fish/guestfish.pod:980 +#: ../src/guestfs.pod:2066 ../fish/guestfish.pod:980 msgid "" "If libguestfs was compiled to use the supermin appliance then the real " "appliance is cached in this directory, shared between all handles belonging " @@ -3808,7 +4052,7 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1921 ../fish/guestfish.pod:1038 +#: ../src/guestfs.pod:2074 ../fish/guestfish.pod:1038 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 #: ../inspector/virt-inspector.pl:536 ../tools/virt-edit.pl:350 #: ../tools/virt-win-reg.pl:484 ../tools/virt-df.pl:640 @@ -3820,7 +4064,7 @@ msgid "SEE ALSO" msgstr "" # type: textblock -#: ../src/guestfs.pod:1923 +#: ../src/guestfs.pod:2076 msgid "" "L, L, L, L, L, L, L, L, L, L, L, L." msgstr "" # type: =head1 -#: ../src/guestfs.pod:1948 ../tools/virt-win-reg.pl:499 +#: ../src/guestfs.pod:2101 ../tools/virt-win-reg.pl:499 #: ../tools/virt-make-fs.pl:548 msgid "BUGS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1950 +#: ../src/guestfs.pod:2103 msgid "To get a list of bugs against libguestfs use this link:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1952 +#: ../src/guestfs.pod:2105 msgid "" "L" msgstr "" # type: textblock -#: ../src/guestfs.pod:1954 +#: ../src/guestfs.pod:2107 msgid "To report a new bug against libguestfs use this link:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1956 +#: ../src/guestfs.pod:2109 msgid "" "L" msgstr "" # type: textblock -#: ../src/guestfs.pod:1958 +#: ../src/guestfs.pod:2111 msgid "When reporting a bug, please check:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1964 +#: ../src/guestfs.pod:2117 msgid "That the bug hasn't been reported already." msgstr "" # type: textblock -#: ../src/guestfs.pod:1968 +#: ../src/guestfs.pod:2121 msgid "That you are testing a recent version." msgstr "" # type: textblock -#: ../src/guestfs.pod:1972 +#: ../src/guestfs.pod:2125 msgid "Describe the bug accurately, and give a way to reproduce it." msgstr "" # type: textblock -#: ../src/guestfs.pod:1976 +#: ../src/guestfs.pod:2129 msgid "" "Run libguestfs-test-tool and paste the B output into the " "bug report." msgstr "" # type: =head1 -#: ../src/guestfs.pod:1981 ../fish/guestfish.pod:1055 +#: ../src/guestfs.pod:2134 ../fish/guestfish.pod:1055 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244 #: ../inspector/virt-inspector.pl:546 msgid "AUTHORS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1983 ../fish/guestfish.pod:1057 +#: ../src/guestfs.pod:2136 ../fish/guestfish.pod:1057 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246 msgid "Richard W.M. Jones (C)" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1985 ../fish/guestfish.pod:1059 +#: ../src/guestfs.pod:2138 ../fish/guestfish.pod:1059 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 #: ../inspector/virt-inspector.pl:560 ../tools/virt-edit.pl:366 #: ../tools/virt-win-reg.pl:514 ../tools/virt-df.pl:653 @@ -3919,13 +4163,13 @@ msgid "COPYRIGHT" msgstr "" # type: textblock -#: ../src/guestfs.pod:1987 ../fish/guestfish.pod:1061 +#: ../src/guestfs.pod:2140 ../fish/guestfish.pod:1061 #: ../fuse/guestmount.pod:250 msgid "Copyright (C) 2009-2010 Red Hat Inc. L" msgstr "" # type: textblock -#: ../src/guestfs.pod:1990 +#: ../src/guestfs.pod:2143 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 " @@ -3934,7 +4178,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1995 +#: ../src/guestfs.pod:2148 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 " @@ -3943,7 +4187,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:2000 +#: ../src/guestfs.pod:2153 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, " @@ -4014,71 +4258,71 @@ msgstr "" #: ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2213 #: ../src/guestfs-actions.pod:2357 ../src/guestfs-actions.pod:2418 -#: ../src/guestfs-actions.pod:2453 ../src/guestfs-actions.pod:3045 -#: ../src/guestfs-actions.pod:3060 ../src/guestfs-actions.pod:3080 -#: ../src/guestfs-actions.pod:3205 ../src/guestfs-actions.pod:3219 -#: ../src/guestfs-actions.pod:3232 ../src/guestfs-actions.pod:3246 -#: ../src/guestfs-actions.pod:3261 ../src/guestfs-actions.pod:3297 -#: ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:3389 -#: ../src/guestfs-actions.pod:3406 ../src/guestfs-actions.pod:3429 -#: ../src/guestfs-actions.pod:3452 ../src/guestfs-actions.pod:3484 -#: ../src/guestfs-actions.pod:3503 ../src/guestfs-actions.pod:3522 -#: ../src/guestfs-actions.pod:3557 ../src/guestfs-actions.pod:3569 -#: ../src/guestfs-actions.pod:3605 ../src/guestfs-actions.pod:3621 -#: ../src/guestfs-actions.pod:3634 ../src/guestfs-actions.pod:3649 -#: ../src/guestfs-actions.pod:3666 ../src/guestfs-actions.pod:3759 -#: ../src/guestfs-actions.pod:3779 ../src/guestfs-actions.pod:3792 -#: ../src/guestfs-actions.pod:3843 ../src/guestfs-actions.pod:3861 -#: ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3895 -#: ../src/guestfs-actions.pod:3909 ../src/guestfs-actions.pod:3923 -#: ../src/guestfs-actions.pod:3940 ../src/guestfs-actions.pod:3955 -#: ../src/guestfs-actions.pod:3975 ../src/guestfs-actions.pod:4024 -#: ../src/guestfs-actions.pod:4055 ../src/guestfs-actions.pod:4074 -#: ../src/guestfs-actions.pod:4093 ../src/guestfs-actions.pod:4105 -#: ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4135 -#: ../src/guestfs-actions.pod:4150 ../src/guestfs-actions.pod:4165 -#: ../src/guestfs-actions.pod:4200 ../src/guestfs-actions.pod:4215 -#: ../src/guestfs-actions.pod:4235 ../src/guestfs-actions.pod:4249 -#: ../src/guestfs-actions.pod:4266 ../src/guestfs-actions.pod:4315 -#: ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4366 -#: ../src/guestfs-actions.pod:4394 ../src/guestfs-actions.pod:4411 -#: ../src/guestfs-actions.pod:4429 ../src/guestfs-actions.pod:4563 -#: ../src/guestfs-actions.pod:4620 ../src/guestfs-actions.pod:4642 -#: ../src/guestfs-actions.pod:4660 ../src/guestfs-actions.pod:4692 -#: ../src/guestfs-actions.pod:4758 ../src/guestfs-actions.pod:4775 -#: ../src/guestfs-actions.pod:4788 ../src/guestfs-actions.pod:4802 -#: ../src/guestfs-actions.pod:5091 ../src/guestfs-actions.pod:5110 -#: ../src/guestfs-actions.pod:5124 ../src/guestfs-actions.pod:5136 -#: ../src/guestfs-actions.pod:5150 ../src/guestfs-actions.pod:5162 -#: ../src/guestfs-actions.pod:5176 ../src/guestfs-actions.pod:5192 -#: ../src/guestfs-actions.pod:5213 ../src/guestfs-actions.pod:5232 -#: ../src/guestfs-actions.pod:5251 ../src/guestfs-actions.pod:5269 -#: ../src/guestfs-actions.pod:5292 ../src/guestfs-actions.pod:5310 -#: ../src/guestfs-actions.pod:5329 ../src/guestfs-actions.pod:5350 -#: ../src/guestfs-actions.pod:5369 ../src/guestfs-actions.pod:5386 -#: ../src/guestfs-actions.pod:5414 ../src/guestfs-actions.pod:5438 -#: ../src/guestfs-actions.pod:5457 ../src/guestfs-actions.pod:5481 -#: ../src/guestfs-actions.pod:5496 ../src/guestfs-actions.pod:5511 -#: ../src/guestfs-actions.pod:5530 ../src/guestfs-actions.pod:5567 -#: ../src/guestfs-actions.pod:5590 ../src/guestfs-actions.pod:5616 -#: ../src/guestfs-actions.pod:5724 ../src/guestfs-actions.pod:5845 -#: ../src/guestfs-actions.pod:5857 ../src/guestfs-actions.pod:5870 -#: ../src/guestfs-actions.pod:5883 ../src/guestfs-actions.pod:5905 -#: ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5931 -#: ../src/guestfs-actions.pod:5944 ../src/guestfs-actions.pod:5959 -#: ../src/guestfs-actions.pod:6018 ../src/guestfs-actions.pod:6035 -#: ../src/guestfs-actions.pod:6051 ../src/guestfs-actions.pod:6067 -#: ../src/guestfs-actions.pod:6084 ../src/guestfs-actions.pod:6097 -#: ../src/guestfs-actions.pod:6117 ../src/guestfs-actions.pod:6153 -#: ../src/guestfs-actions.pod:6167 ../src/guestfs-actions.pod:6208 -#: ../src/guestfs-actions.pod:6221 ../src/guestfs-actions.pod:6239 -#: ../src/guestfs-actions.pod:6268 ../src/guestfs-actions.pod:6299 -#: ../src/guestfs-actions.pod:6418 ../src/guestfs-actions.pod:6436 -#: ../src/guestfs-actions.pod:6450 ../src/guestfs-actions.pod:6505 -#: ../src/guestfs-actions.pod:6518 ../src/guestfs-actions.pod:6563 -#: ../src/guestfs-actions.pod:6596 ../src/guestfs-actions.pod:6650 -#: ../src/guestfs-actions.pod:6676 ../src/guestfs-actions.pod:6742 -#: ../src/guestfs-actions.pod:6761 ../src/guestfs-actions.pod:6790 +#: ../src/guestfs-actions.pod:2453 ../src/guestfs-actions.pod:3049 +#: ../src/guestfs-actions.pod:3064 ../src/guestfs-actions.pod:3084 +#: ../src/guestfs-actions.pod:3209 ../src/guestfs-actions.pod:3223 +#: ../src/guestfs-actions.pod:3236 ../src/guestfs-actions.pod:3250 +#: ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3301 +#: ../src/guestfs-actions.pod:3373 ../src/guestfs-actions.pod:3393 +#: ../src/guestfs-actions.pod:3410 ../src/guestfs-actions.pod:3433 +#: ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:3488 +#: ../src/guestfs-actions.pod:3507 ../src/guestfs-actions.pod:3526 +#: ../src/guestfs-actions.pod:3561 ../src/guestfs-actions.pod:3573 +#: ../src/guestfs-actions.pod:3609 ../src/guestfs-actions.pod:3625 +#: ../src/guestfs-actions.pod:3638 ../src/guestfs-actions.pod:3653 +#: ../src/guestfs-actions.pod:3670 ../src/guestfs-actions.pod:3763 +#: ../src/guestfs-actions.pod:3783 ../src/guestfs-actions.pod:3796 +#: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:3865 +#: ../src/guestfs-actions.pod:3883 ../src/guestfs-actions.pod:3899 +#: ../src/guestfs-actions.pod:3913 ../src/guestfs-actions.pod:3927 +#: ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:3959 +#: ../src/guestfs-actions.pod:3979 ../src/guestfs-actions.pod:4028 +#: ../src/guestfs-actions.pod:4059 ../src/guestfs-actions.pod:4078 +#: ../src/guestfs-actions.pod:4097 ../src/guestfs-actions.pod:4109 +#: ../src/guestfs-actions.pod:4126 ../src/guestfs-actions.pod:4139 +#: ../src/guestfs-actions.pod:4154 ../src/guestfs-actions.pod:4169 +#: ../src/guestfs-actions.pod:4204 ../src/guestfs-actions.pod:4219 +#: ../src/guestfs-actions.pod:4239 ../src/guestfs-actions.pod:4253 +#: ../src/guestfs-actions.pod:4270 ../src/guestfs-actions.pod:4319 +#: ../src/guestfs-actions.pod:4356 ../src/guestfs-actions.pod:4370 +#: ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4415 +#: ../src/guestfs-actions.pod:4433 ../src/guestfs-actions.pod:4567 +#: ../src/guestfs-actions.pod:4624 ../src/guestfs-actions.pod:4646 +#: ../src/guestfs-actions.pod:4664 ../src/guestfs-actions.pod:4696 +#: ../src/guestfs-actions.pod:4762 ../src/guestfs-actions.pod:4779 +#: ../src/guestfs-actions.pod:4792 ../src/guestfs-actions.pod:4806 +#: ../src/guestfs-actions.pod:5095 ../src/guestfs-actions.pod:5114 +#: ../src/guestfs-actions.pod:5128 ../src/guestfs-actions.pod:5140 +#: ../src/guestfs-actions.pod:5154 ../src/guestfs-actions.pod:5166 +#: ../src/guestfs-actions.pod:5180 ../src/guestfs-actions.pod:5196 +#: ../src/guestfs-actions.pod:5217 ../src/guestfs-actions.pod:5236 +#: ../src/guestfs-actions.pod:5255 ../src/guestfs-actions.pod:5273 +#: ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5314 +#: ../src/guestfs-actions.pod:5333 ../src/guestfs-actions.pod:5354 +#: ../src/guestfs-actions.pod:5373 ../src/guestfs-actions.pod:5390 +#: ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5442 +#: ../src/guestfs-actions.pod:5461 ../src/guestfs-actions.pod:5485 +#: ../src/guestfs-actions.pod:5500 ../src/guestfs-actions.pod:5515 +#: ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5571 +#: ../src/guestfs-actions.pod:5594 ../src/guestfs-actions.pod:5620 +#: ../src/guestfs-actions.pod:5728 ../src/guestfs-actions.pod:5849 +#: ../src/guestfs-actions.pod:5861 ../src/guestfs-actions.pod:5874 +#: ../src/guestfs-actions.pod:5887 ../src/guestfs-actions.pod:5909 +#: ../src/guestfs-actions.pod:5922 ../src/guestfs-actions.pod:5935 +#: ../src/guestfs-actions.pod:5948 ../src/guestfs-actions.pod:5963 +#: ../src/guestfs-actions.pod:6022 ../src/guestfs-actions.pod:6039 +#: ../src/guestfs-actions.pod:6055 ../src/guestfs-actions.pod:6071 +#: ../src/guestfs-actions.pod:6088 ../src/guestfs-actions.pod:6101 +#: ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6157 +#: ../src/guestfs-actions.pod:6171 ../src/guestfs-actions.pod:6212 +#: ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6243 +#: ../src/guestfs-actions.pod:6272 ../src/guestfs-actions.pod:6303 +#: ../src/guestfs-actions.pod:6422 ../src/guestfs-actions.pod:6440 +#: ../src/guestfs-actions.pod:6454 ../src/guestfs-actions.pod:6509 +#: ../src/guestfs-actions.pod:6522 ../src/guestfs-actions.pod:6567 +#: ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6654 +#: ../src/guestfs-actions.pod:6680 ../src/guestfs-actions.pod:6746 +#: ../src/guestfs-actions.pod:6765 ../src/guestfs-actions.pod:6794 msgid "This function returns 0 on success or -1 on error." msgstr "" @@ -4095,11 +4339,11 @@ msgstr "" #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435 #: ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942 -#: ../src/guestfs-actions.pod:6684 ../src/guestfs-actions.pod:6853 +#: ../src/guestfs-actions.pod:6688 ../src/guestfs-actions.pod:6857 #: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:156 #: ../fish/guestfish-actions.pod:170 ../fish/guestfish-actions.pod:951 #: ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1322 -#: ../fish/guestfish-actions.pod:4423 ../fish/guestfish-actions.pod:4520 +#: ../fish/guestfish-actions.pod:4427 ../fish/guestfish-actions.pod:4524 msgid "" "Deprecated functions will not be removed from the API, but the fact that " "they are deprecated indicates that there are problems with correct use of " @@ -4110,11 +4354,11 @@ msgstr "" #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128 #: ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094 -#: ../src/guestfs-actions.pod:3047 ../src/guestfs-actions.pod:3062 -#: ../src/guestfs-actions.pod:4202 ../src/guestfs-actions.pod:5271 -#: ../src/guestfs-actions.pod:5388 ../src/guestfs-actions.pod:5498 -#: ../src/guestfs-actions.pod:5961 ../src/guestfs-actions.pod:6086 -#: ../src/guestfs-actions.pod:6598 +#: ../src/guestfs-actions.pod:3051 ../src/guestfs-actions.pod:3066 +#: ../src/guestfs-actions.pod:4206 ../src/guestfs-actions.pod:5275 +#: ../src/guestfs-actions.pod:5392 ../src/guestfs-actions.pod:5502 +#: ../src/guestfs-actions.pod:5965 ../src/guestfs-actions.pod:6090 +#: ../src/guestfs-actions.pod:6602 msgid "(Added in 0.3)" msgstr "" @@ -4211,11 +4455,11 @@ msgstr "" #: ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081 #: ../src/guestfs-actions.pod:2344 ../src/guestfs-actions.pod:2602 -#: ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:4338 -#: ../src/guestfs-actions.pod:4466 ../src/guestfs-actions.pod:4872 -#: ../src/guestfs-actions.pod:4898 ../src/guestfs-actions.pod:6194 -#: ../src/guestfs-actions.pod:6609 ../src/guestfs-actions.pod:6622 -#: ../src/guestfs-actions.pod:6635 +#: ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:4342 +#: ../src/guestfs-actions.pod:4470 ../src/guestfs-actions.pod:4876 +#: ../src/guestfs-actions.pod:4902 ../src/guestfs-actions.pod:6198 +#: ../src/guestfs-actions.pod:6613 ../src/guestfs-actions.pod:6626 +#: ../src/guestfs-actions.pod:6639 msgid "On error this function returns -1." msgstr "" @@ -4582,7 +4826,7 @@ msgstr "" #: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475 #: ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503 #: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535 -#: ../src/guestfs-actions.pod:4949 +#: ../src/guestfs-actions.pod:4953 msgid "(Added in 0.7)" msgstr "" @@ -4695,17 +4939,17 @@ msgstr "" #: ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2268 #: ../src/guestfs-actions.pod:2475 ../src/guestfs-actions.pod:2548 #: ../src/guestfs-actions.pod:2684 ../src/guestfs-actions.pod:2713 -#: ../src/guestfs-actions.pod:2735 ../src/guestfs-actions.pod:2791 -#: ../src/guestfs-actions.pod:2814 ../src/guestfs-actions.pod:3191 -#: ../src/guestfs-actions.pod:3541 ../src/guestfs-actions.pod:3711 -#: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:4484 -#: ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:4847 -#: ../src/guestfs-actions.pod:5025 ../src/guestfs-actions.pod:5074 -#: ../src/guestfs-actions.pod:5637 ../src/guestfs-actions.pod:5653 -#: ../src/guestfs-actions.pod:5670 ../src/guestfs-actions.pod:5694 -#: ../src/guestfs-actions.pod:6358 ../src/guestfs-actions.pod:6377 -#: ../src/guestfs-actions.pod:6395 ../src/guestfs-actions.pod:6575 -#: ../src/guestfs-actions.pod:6847 +#: ../src/guestfs-actions.pod:2735 ../src/guestfs-actions.pod:2795 +#: ../src/guestfs-actions.pod:2818 ../src/guestfs-actions.pod:3195 +#: ../src/guestfs-actions.pod:3545 ../src/guestfs-actions.pod:3715 +#: ../src/guestfs-actions.pod:3825 ../src/guestfs-actions.pod:4488 +#: ../src/guestfs-actions.pod:4681 ../src/guestfs-actions.pod:4851 +#: ../src/guestfs-actions.pod:5029 ../src/guestfs-actions.pod:5078 +#: ../src/guestfs-actions.pod:5641 ../src/guestfs-actions.pod:5657 +#: ../src/guestfs-actions.pod:5674 ../src/guestfs-actions.pod:5698 +#: ../src/guestfs-actions.pod:6362 ../src/guestfs-actions.pod:6381 +#: ../src/guestfs-actions.pod:6399 ../src/guestfs-actions.pod:6579 +#: ../src/guestfs-actions.pod:6851 msgid "" "This function returns a string, or NULL on error. I." @@ -4912,18 +5156,18 @@ msgstr "" #: ../src/guestfs-actions.pod:2226 ../src/guestfs-actions.pod:2250 #: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2370 #: ../src/guestfs-actions.pod:2573 ../src/guestfs-actions.pod:2754 -#: ../src/guestfs-actions.pod:2856 ../src/guestfs-actions.pod:3111 -#: ../src/guestfs-actions.pod:3173 ../src/guestfs-actions.pod:3278 -#: ../src/guestfs-actions.pod:3683 ../src/guestfs-actions.pod:4299 -#: ../src/guestfs-actions.pod:4819 ../src/guestfs-actions.pod:4945 -#: ../src/guestfs-actions.pod:5059 ../src/guestfs-actions.pod:5710 -#: ../src/guestfs-actions.pod:5771 ../src/guestfs-actions.pod:5826 -#: ../src/guestfs-actions.pod:5972 ../src/guestfs-actions.pod:5996 -#: ../src/guestfs-actions.pod:6468 ../src/guestfs-actions.pod:6488 -#: ../src/guestfs-actions.pod:6535 ../src/guestfs-actions.pod:6700 -#: ../src/guestfs-actions.pod:6719 ../src/guestfs-actions.pod:6804 -#: ../src/guestfs-actions.pod:6823 ../src/guestfs-actions.pod:6869 -#: ../src/guestfs-actions.pod:6888 +#: ../src/guestfs-actions.pod:2860 ../src/guestfs-actions.pod:3115 +#: ../src/guestfs-actions.pod:3177 ../src/guestfs-actions.pod:3282 +#: ../src/guestfs-actions.pod:3687 ../src/guestfs-actions.pod:4303 +#: ../src/guestfs-actions.pod:4823 ../src/guestfs-actions.pod:4949 +#: ../src/guestfs-actions.pod:5063 ../src/guestfs-actions.pod:5714 +#: ../src/guestfs-actions.pod:5775 ../src/guestfs-actions.pod:5830 +#: ../src/guestfs-actions.pod:5976 ../src/guestfs-actions.pod:6000 +#: ../src/guestfs-actions.pod:6472 ../src/guestfs-actions.pod:6492 +#: ../src/guestfs-actions.pod:6539 ../src/guestfs-actions.pod:6704 +#: ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6808 +#: ../src/guestfs-actions.pod:6827 ../src/guestfs-actions.pod:6873 +#: ../src/guestfs-actions.pod:6892 msgid "" "This function returns a NULL-terminated array of strings (like L), or NULL if there was an error. I." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6380 +#: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6384 msgid "(Added in 1.0.75)" msgstr "" @@ -5626,8 +5870,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:4935 -#: ../fish/guestfish-actions.pod:575 ../fish/guestfish-actions.pod:3267 +#: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:4939 +#: ../fish/guestfish-actions.pod:575 ../fish/guestfish-actions.pod:3271 msgid "Return the contents of the file named C." msgstr "" @@ -5648,42 +5892,42 @@ msgstr "" #: ../src/guestfs-actions.pod:2168 ../src/guestfs-actions.pod:2187 #: ../src/guestfs-actions.pod:2230 ../src/guestfs-actions.pod:2254 #: ../src/guestfs-actions.pod:2271 ../src/guestfs-actions.pod:2300 -#: ../src/guestfs-actions.pod:4717 ../src/guestfs-actions.pod:4743 -#: ../src/guestfs-actions.pod:4874 ../src/guestfs-actions.pod:4900 -#: ../src/guestfs-actions.pod:4924 ../src/guestfs-actions.pod:5775 -#: ../src/guestfs-actions.pod:5830 ../src/guestfs-actions.pod:5976 -#: ../src/guestfs-actions.pod:6000 ../src/guestfs-actions.pod:6652 -#: ../src/guestfs-actions.pod:6678 ../src/guestfs-actions.pod:6704 -#: ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6808 -#: ../src/guestfs-actions.pod:6827 ../src/guestfs-actions.pod:6873 -#: ../src/guestfs-actions.pod:6892 ../fish/guestfish-actions.pod:582 +#: ../src/guestfs-actions.pod:4721 ../src/guestfs-actions.pod:4747 +#: ../src/guestfs-actions.pod:4878 ../src/guestfs-actions.pod:4904 +#: ../src/guestfs-actions.pod:4928 ../src/guestfs-actions.pod:5779 +#: ../src/guestfs-actions.pod:5834 ../src/guestfs-actions.pod:5980 +#: ../src/guestfs-actions.pod:6004 ../src/guestfs-actions.pod:6656 +#: ../src/guestfs-actions.pod:6682 ../src/guestfs-actions.pod:6708 +#: ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6812 +#: ../src/guestfs-actions.pod:6831 ../src/guestfs-actions.pod:6877 +#: ../src/guestfs-actions.pod:6896 ../fish/guestfish-actions.pod:582 #: ../fish/guestfish-actions.pod:717 ../fish/guestfish-actions.pod:729 #: ../fish/guestfish-actions.pod:905 ../fish/guestfish-actions.pod:915 #: ../fish/guestfish-actions.pod:982 ../fish/guestfish-actions.pod:992 #: ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1462 #: ../fish/guestfish-actions.pod:1472 ../fish/guestfish-actions.pod:1500 #: ../fish/guestfish-actions.pod:1515 ../fish/guestfish-actions.pod:1525 -#: ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:3137 -#: ../fish/guestfish-actions.pod:3152 ../fish/guestfish-actions.pod:3228 -#: ../fish/guestfish-actions.pod:3245 ../fish/guestfish-actions.pod:3260 -#: ../fish/guestfish-actions.pod:3843 ../fish/guestfish-actions.pod:3889 -#: ../fish/guestfish-actions.pod:3974 ../fish/guestfish-actions.pod:3989 -#: ../fish/guestfish-actions.pod:4399 ../fish/guestfish-actions.pod:4417 -#: ../fish/guestfish-actions.pod:4434 ../fish/guestfish-actions.pod:4444 -#: ../fish/guestfish-actions.pod:4492 ../fish/guestfish-actions.pod:4502 -#: ../fish/guestfish-actions.pod:4531 ../fish/guestfish-actions.pod:4541 +#: ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:3141 +#: ../fish/guestfish-actions.pod:3156 ../fish/guestfish-actions.pod:3232 +#: ../fish/guestfish-actions.pod:3249 ../fish/guestfish-actions.pod:3264 +#: ../fish/guestfish-actions.pod:3847 ../fish/guestfish-actions.pod:3893 +#: ../fish/guestfish-actions.pod:3978 ../fish/guestfish-actions.pod:3993 +#: ../fish/guestfish-actions.pod:4403 ../fish/guestfish-actions.pod:4421 +#: ../fish/guestfish-actions.pod:4438 ../fish/guestfish-actions.pod:4448 +#: ../fish/guestfish-actions.pod:4496 ../fish/guestfish-actions.pod:4506 +#: ../fish/guestfish-actions.pod:4535 ../fish/guestfish-actions.pod:4545 msgid "" "Because of the message protocol, there is a transfer limit of somewhere " "between 2MB and 4MB. See L." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3115 -#: ../src/guestfs-actions.pod:3177 ../src/guestfs-actions.pod:3194 -#: ../src/guestfs-actions.pod:3282 ../src/guestfs-actions.pod:3687 -#: ../src/guestfs-actions.pod:3701 ../src/guestfs-actions.pod:4823 -#: ../src/guestfs-actions.pod:4837 ../src/guestfs-actions.pod:6539 -#: ../src/guestfs-actions.pod:6553 +#: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3119 +#: ../src/guestfs-actions.pod:3181 ../src/guestfs-actions.pod:3198 +#: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3691 +#: ../src/guestfs-actions.pod:3705 ../src/guestfs-actions.pod:4827 +#: ../src/guestfs-actions.pod:4841 ../src/guestfs-actions.pod:6543 +#: ../src/guestfs-actions.pod:6557 msgid "(Added in 0.4)" msgstr "" @@ -5805,9 +6049,9 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 -#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2889 -#: ../src/guestfs-actions.pod:2918 ../src/guestfs-actions.pod:2979 -#: ../src/guestfs-actions.pod:3006 ../src/guestfs-actions.pod:6241 +#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2893 +#: ../src/guestfs-actions.pod:2922 ../src/guestfs-actions.pod:2983 +#: ../src/guestfs-actions.pod:3010 ../src/guestfs-actions.pod:6245 msgid "(Added in 1.0.2)" msgstr "" @@ -5836,11 +6080,11 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4354 -#: ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4450 -#: ../src/guestfs-actions.pod:4468 ../src/guestfs-actions.pod:4644 -#: ../src/guestfs-actions.pod:6155 ../src/guestfs-actions.pod:6169 -#: ../src/guestfs-actions.pod:6565 +#: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4358 +#: ../src/guestfs-actions.pod:4417 ../src/guestfs-actions.pod:4454 +#: ../src/guestfs-actions.pod:4472 ../src/guestfs-actions.pod:4648 +#: ../src/guestfs-actions.pod:6159 ../src/guestfs-actions.pod:6173 +#: ../src/guestfs-actions.pod:6569 msgid "(Added in 1.3.2)" msgstr "" @@ -5915,11 +6159,11 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:3938 -#: ../src/guestfs-actions.pod:4053 ../src/guestfs-actions.pod:4072 -#: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:671 -#: ../fish/guestfish-actions.pod:2627 ../fish/guestfish-actions.pod:2712 -#: ../fish/guestfish-actions.pod:2722 ../fish/guestfish-actions.pod:2732 +#: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:3942 +#: ../src/guestfs-actions.pod:4057 ../src/guestfs-actions.pod:4076 +#: ../src/guestfs-actions.pod:4095 ../fish/guestfish-actions.pod:671 +#: ../fish/guestfish-actions.pod:2631 ../fish/guestfish-actions.pod:2716 +#: ../fish/guestfish-actions.pod:2726 ../fish/guestfish-actions.pod:2736 msgid "The mode actually set is affected by the umask." msgstr "" @@ -5946,8 +6190,8 @@ msgid "Change the file owner to C and group to C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3076 -#: ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:2105 +#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3080 +#: ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:2109 msgid "" "Only numeric uid and gid are supported. If you want to use names, you will " "need to locate and parse the password file yourself (Augeas support makes " @@ -6118,8 +6362,8 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233 #: ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684 -#: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6744 -#: ../src/guestfs-actions.pod:6763 +#: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6748 +#: ../src/guestfs-actions.pod:6767 msgid "" "This long-running command can generate progress notification messages so " "that the caller can display a progress bar or indicator. To receive these " @@ -6128,9 +6372,9 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3714 -#: ../src/guestfs-actions.pod:4850 ../src/guestfs-actions.pod:6472 -#: ../src/guestfs-actions.pod:6492 ../src/guestfs-actions.pod:6578 +#: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3718 +#: ../src/guestfs-actions.pod:4854 ../src/guestfs-actions.pod:6476 +#: ../src/guestfs-actions.pod:6496 ../src/guestfs-actions.pod:6582 msgid "(Added in 1.0.87)" msgstr "" @@ -6160,8 +6404,8 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143 #: ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289 -#: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4317 -#: ../src/guestfs-actions.pod:4694 +#: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4321 +#: ../src/guestfs-actions.pod:4698 msgid "(Added in 1.0.18)" msgstr "" @@ -6252,10 +6496,10 @@ msgstr "" #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196 #: ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2233 #: ../src/guestfs-actions.pod:2257 ../src/guestfs-actions.pod:2325 -#: ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:4217 -#: ../src/guestfs-actions.pod:5979 ../src/guestfs-actions.pod:6003 -#: ../src/guestfs-actions.pod:6611 ../src/guestfs-actions.pod:6624 -#: ../src/guestfs-actions.pod:6637 +#: ../src/guestfs-actions.pod:3828 ../src/guestfs-actions.pod:4221 +#: ../src/guestfs-actions.pod:5983 ../src/guestfs-actions.pod:6007 +#: ../src/guestfs-actions.pod:6615 ../src/guestfs-actions.pod:6628 +#: ../src/guestfs-actions.pod:6641 msgid "(Added in 1.0.54)" msgstr "" @@ -6334,8 +6578,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6235 -#: ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:4147 +#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6239 +#: ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:4151 msgid "C can also be a named pipe." msgstr "" @@ -6383,7 +6627,7 @@ msgid "See also C, C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6270 +#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6274 msgid "(Added in 1.5.17)" msgstr "" @@ -6527,7 +6771,7 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 -#: ../src/guestfs-actions.pod:5483 +#: ../src/guestfs-actions.pod:5487 msgid "(Added in 1.0.69)" msgstr "" @@ -6560,17 +6804,17 @@ msgstr "" #: ../src/guestfs-actions.pod:2190 ../src/guestfs-actions.pod:2346 #: ../src/guestfs-actions.pod:2359 ../src/guestfs-actions.pod:2374 #: ../src/guestfs-actions.pod:2420 ../src/guestfs-actions.pod:2442 -#: ../src/guestfs-actions.pod:2455 ../src/guestfs-actions.pod:3207 -#: ../src/guestfs-actions.pod:3221 ../src/guestfs-actions.pod:3234 -#: ../src/guestfs-actions.pod:3248 ../src/guestfs-actions.pod:4152 -#: ../src/guestfs-actions.pod:5028 ../src/guestfs-actions.pod:5077 -#: ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:5859 -#: ../src/guestfs-actions.pod:5872 ../src/guestfs-actions.pod:5885 -#: ../src/guestfs-actions.pod:5907 ../src/guestfs-actions.pod:5920 -#: ../src/guestfs-actions.pod:5933 ../src/guestfs-actions.pod:5946 -#: ../src/guestfs-actions.pod:6707 ../src/guestfs-actions.pod:6726 -#: ../src/guestfs-actions.pod:6811 ../src/guestfs-actions.pod:6830 -#: ../src/guestfs-actions.pod:6876 ../src/guestfs-actions.pod:6895 +#: ../src/guestfs-actions.pod:2455 ../src/guestfs-actions.pod:3211 +#: ../src/guestfs-actions.pod:3225 ../src/guestfs-actions.pod:3238 +#: ../src/guestfs-actions.pod:3252 ../src/guestfs-actions.pod:4156 +#: ../src/guestfs-actions.pod:5032 ../src/guestfs-actions.pod:5081 +#: ../src/guestfs-actions.pod:5851 ../src/guestfs-actions.pod:5863 +#: ../src/guestfs-actions.pod:5876 ../src/guestfs-actions.pod:5889 +#: ../src/guestfs-actions.pod:5911 ../src/guestfs-actions.pod:5924 +#: ../src/guestfs-actions.pod:5937 ../src/guestfs-actions.pod:5950 +#: ../src/guestfs-actions.pod:6711 ../src/guestfs-actions.pod:6730 +#: ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:6834 +#: ../src/guestfs-actions.pod:6880 ../src/guestfs-actions.pod:6899 msgid "(Added in 1.0.66)" msgstr "" @@ -7017,8 +7261,8 @@ msgstr "" #: ../src/guestfs-actions.pod:2551 ../src/guestfs-actions.pod:2577 #: ../src/guestfs-actions.pod:2604 ../src/guestfs-actions.pod:2625 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2738 -#: ../src/guestfs-actions.pod:2794 ../src/guestfs-actions.pod:2860 -#: ../src/guestfs-actions.pod:2992 +#: ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:2864 +#: ../src/guestfs-actions.pod:2996 msgid "(Added in 1.5.3)" msgstr "" @@ -7198,8 +7442,8 @@ msgid "See also C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3651 -#: ../src/guestfs-actions.pod:5112 +#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3655 +#: ../src/guestfs-actions.pod:5116 msgid "(Added in 1.0.27)" msgstr "" @@ -7369,7 +7613,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:6749 +#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:6753 msgid "(Added in 1.0.16)" msgstr "" @@ -7408,11 +7652,11 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:4790 -#: ../src/guestfs-actions.pod:5253 ../src/guestfs-actions.pod:5621 -#: ../src/guestfs-actions.pod:5640 ../src/guestfs-actions.pod:5656 -#: ../src/guestfs-actions.pod:5673 ../src/guestfs-actions.pod:6420 -#: ../src/guestfs-actions.pod:6438 ../src/guestfs-actions.pod:6792 +#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:4794 +#: ../src/guestfs-actions.pod:5257 ../src/guestfs-actions.pod:5625 +#: ../src/guestfs-actions.pod:5644 ../src/guestfs-actions.pod:5660 +#: ../src/guestfs-actions.pod:5677 ../src/guestfs-actions.pod:6424 +#: ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6796 msgid "(Added in 1.0.26)" msgstr "" @@ -7455,7 +7699,7 @@ msgid "Return the direct appliance mode flag." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5294 +#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5298 msgid "(Added in 1.0.72)" msgstr "" @@ -7488,7 +7732,7 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 -#: ../src/guestfs-actions.pod:5312 ../src/guestfs-actions.pod:5331 +#: ../src/guestfs-actions.pod:5316 ../src/guestfs-actions.pod:5335 msgid "(Added in 1.0.15)" msgstr "" @@ -7549,20 +7793,20 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 -#: ../src/guestfs-actions.pod:5347 ../src/guestfs-actions.pod:5454 +#: ../src/guestfs-actions.pod:5351 ../src/guestfs-actions.pod:5458 #: ../fish/guestfish-actions.pod:1337 ../fish/guestfish-actions.pod:1388 -#: ../fish/guestfish-actions.pod:3554 ../fish/guestfish-actions.pod:3641 +#: ../fish/guestfish-actions.pod:3558 ../fish/guestfish-actions.pod:3645 msgid "" "For more information on the architecture of libguestfs, see L." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:3942 -#: ../src/guestfs-actions.pod:4057 ../src/guestfs-actions.pod:4076 -#: ../src/guestfs-actions.pod:4095 ../src/guestfs-actions.pod:4107 -#: ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:4137 -#: ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5352 -#: ../src/guestfs-actions.pod:5595 ../src/guestfs-actions.pod:6196 +#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:3946 +#: ../src/guestfs-actions.pod:4061 ../src/guestfs-actions.pod:4080 +#: ../src/guestfs-actions.pod:4099 ../src/guestfs-actions.pod:4111 +#: ../src/guestfs-actions.pod:4128 ../src/guestfs-actions.pod:4141 +#: ../src/guestfs-actions.pod:5019 ../src/guestfs-actions.pod:5356 +#: ../src/guestfs-actions.pod:5599 ../src/guestfs-actions.pod:6200 msgid "(Added in 1.0.55)" msgstr "" @@ -7586,7 +7830,7 @@ msgid "This returns the enable network flag." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5371 +#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5375 msgid "(Added in 1.5.4)" msgstr "" @@ -7681,7 +7925,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5416 +#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5420 msgid "(Added in 1.0.6)" msgstr "" @@ -7705,12 +7949,12 @@ msgid "Return the recovery process enabled flag." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3082 -#: ../src/guestfs-actions.pod:3349 ../src/guestfs-actions.pod:3749 -#: ../src/guestfs-actions.pod:3781 ../src/guestfs-actions.pod:4720 -#: ../src/guestfs-actions.pod:5063 ../src/guestfs-actions.pod:5440 -#: ../src/guestfs-actions.pod:6099 ../src/guestfs-actions.pod:6119 -#: ../src/guestfs-actions.pod:6301 +#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3086 +#: ../src/guestfs-actions.pod:3353 ../src/guestfs-actions.pod:3753 +#: ../src/guestfs-actions.pod:3785 ../src/guestfs-actions.pod:4724 +#: ../src/guestfs-actions.pod:5067 ../src/guestfs-actions.pod:5444 +#: ../src/guestfs-actions.pod:6103 ../src/guestfs-actions.pod:6123 +#: ../src/guestfs-actions.pod:6305 msgid "(Added in 1.0.77)" msgstr "" @@ -7737,7 +7981,7 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 -#: ../src/guestfs-actions.pod:5459 ../src/guestfs-actions.pod:5513 +#: ../src/guestfs-actions.pod:5463 ../src/guestfs-actions.pod:5517 msgid "(Added in 1.0.67)" msgstr "" @@ -7763,11 +8007,11 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:2885 -#: ../src/guestfs-actions.pod:2914 ../src/guestfs-actions.pod:2975 -#: ../src/guestfs-actions.pod:3002 ../fish/guestfish-actions.pod:1398 -#: ../fish/guestfish-actions.pod:1987 ../fish/guestfish-actions.pod:2005 -#: ../fish/guestfish-actions.pod:2043 ../fish/guestfish-actions.pod:2059 +#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:2889 +#: ../src/guestfs-actions.pod:2918 ../src/guestfs-actions.pod:2979 +#: ../src/guestfs-actions.pod:3006 ../fish/guestfish-actions.pod:1398 +#: ../fish/guestfish-actions.pod:1991 ../fish/guestfish-actions.pod:2009 +#: ../fish/guestfish-actions.pod:2047 ../fish/guestfish-actions.pod:2063 msgid "For more information on states, see L." msgstr "" @@ -7889,18 +8133,18 @@ msgid "See also: C, L." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3094 -#: ../src/guestfs-actions.pod:3745 +#: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3098 +#: ../src/guestfs-actions.pod:3749 msgid "" "This function returns a C, or NULL if there was " "an error. I after use>." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:3098 -#: ../src/guestfs-actions.pod:3263 ../src/guestfs-actions.pod:3299 -#: ../src/guestfs-actions.pod:5093 ../src/guestfs-actions.pod:5532 -#: ../src/guestfs-actions.pod:6857 +#: ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:3102 +#: ../src/guestfs-actions.pod:3267 ../src/guestfs-actions.pod:3303 +#: ../src/guestfs-actions.pod:5097 ../src/guestfs-actions.pod:5536 +#: ../src/guestfs-actions.pod:6861 msgid "(Added in 1.0.59)" msgstr "" @@ -7940,8 +8184,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:5697 -#: ../src/guestfs-actions.pod:5714 +#: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:5701 +#: ../src/guestfs-actions.pod:5718 msgid "(Added in 1.0.50)" msgstr "" @@ -8091,8 +8335,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:5994 -#: ../fish/guestfish-actions.pod:1513 ../fish/guestfish-actions.pod:3987 +#: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:5998 +#: ../fish/guestfish-actions.pod:1513 ../fish/guestfish-actions.pod:3991 msgid "If the parameter C is zero, this returns an empty list." msgstr "" @@ -8119,8 +8363,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:5778 -#: ../src/guestfs-actions.pod:5833 +#: ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:5782 +#: ../src/guestfs-actions.pod:5837 msgid "(Added in 1.0.22)" msgstr "" @@ -8171,8 +8415,8 @@ msgid "See also C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:4713 -#: ../src/guestfs-actions.pod:4739 ../src/guestfs-actions.pod:4920 +#: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:4717 +#: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4924 msgid "" "This function returns a buffer, or NULL on error. The size of the returned " "buffer is written to C<*size_r>. I." @@ -8469,13 +8713,13 @@ msgstr "" #: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2546 #: ../src/guestfs-actions.pod:2600 ../src/guestfs-actions.pod:2682 #: ../src/guestfs-actions.pod:2711 ../src/guestfs-actions.pod:2733 -#: ../src/guestfs-actions.pod:2752 ../src/guestfs-actions.pod:2789 -#: ../src/guestfs-actions.pod:2812 ../src/guestfs-actions.pod:2852 +#: ../src/guestfs-actions.pod:2752 ../src/guestfs-actions.pod:2793 +#: ../src/guestfs-actions.pod:2816 ../src/guestfs-actions.pod:2856 #: ../fish/guestfish-actions.pod:1667 ../fish/guestfish-actions.pod:1733 #: ../fish/guestfish-actions.pod:1772 ../fish/guestfish-actions.pod:1832 #: ../fish/guestfish-actions.pod:1856 ../fish/guestfish-actions.pod:1873 -#: ../fish/guestfish-actions.pod:1886 ../fish/guestfish-actions.pod:1917 -#: ../fish/guestfish-actions.pod:1933 ../fish/guestfish-actions.pod:1967 +#: ../fish/guestfish-actions.pod:1886 ../fish/guestfish-actions.pod:1921 +#: ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:1971 msgid "Please read L for more details." msgstr "" @@ -8609,8 +8853,8 @@ msgid "Ubuntu." msgstr "" # type: =item -#: ../src/guestfs-actions.pod:2537 ../src/guestfs-actions.pod:2780 -#: ../fish/guestfish-actions.pod:1724 ../fish/guestfish-actions.pod:1908 +#: ../src/guestfs-actions.pod:2537 ../src/guestfs-actions.pod:2784 +#: ../fish/guestfish-actions.pod:1724 ../fish/guestfish-actions.pod:1912 msgid "\"unknown\"" msgstr "" @@ -8620,8 +8864,8 @@ msgid "The distro could not be determined." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2543 ../src/guestfs-actions.pod:2786 -#: ../fish/guestfish-actions.pod:1730 ../fish/guestfish-actions.pod:1914 +#: ../src/guestfs-actions.pod:2543 ../src/guestfs-actions.pod:2790 +#: ../fish/guestfish-actions.pod:1730 ../fish/guestfish-actions.pod:1918 msgid "" "Future versions of libguestfs may return other strings here. The caller " "should be prepared to handle any string." @@ -8775,8 +9019,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2652 ../src/guestfs-actions.pod:3151 -#: ../src/guestfs-actions.pod:4279 ../src/guestfs-actions.pod:6135 +#: ../src/guestfs-actions.pod:2652 ../src/guestfs-actions.pod:3155 +#: ../src/guestfs-actions.pod:4283 ../src/guestfs-actions.pod:6139 msgid "" "This function returns a NULL-terminated array of strings, or NULL if there " "was an error. The array of strings will always have length C<2n+1>, where " @@ -8959,18 +9203,28 @@ msgstr "" msgid "Any Microsoft Windows operating system." msgstr "" +# type: =item +#: ../src/guestfs-actions.pod:2780 ../fish/guestfish-actions.pod:1908 +msgid "\"freebsd\"" +msgstr "" + # type: textblock #: ../src/guestfs-actions.pod:2782 ../fish/guestfish-actions.pod:1910 +msgid "FreeBSD." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2786 ../fish/guestfish-actions.pod:1914 msgid "The operating system type could not be determined." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2796 +#: ../src/guestfs-actions.pod:2800 msgid "guestfs_inspect_get_windows_systemroot" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2798 +#: ../src/guestfs-actions.pod:2802 #, no-wrap msgid "" " char *\n" @@ -8980,31 +9234,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2805 ../fish/guestfish-actions.pod:1926 +#: ../src/guestfs-actions.pod:2809 ../fish/guestfish-actions.pod:1930 msgid "" "This returns the Windows systemroot of the inspected guest. The systemroot " "is a directory path such as C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2808 ../fish/guestfish-actions.pod:1929 +#: ../src/guestfs-actions.pod:2812 ../fish/guestfish-actions.pod:1933 msgid "" "This call assumes that the guest is Windows and that the systemroot could be " "determined by inspection. If this is not the case then an error is returned." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2817 +#: ../src/guestfs-actions.pod:2821 msgid "(Added in 1.5.25)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2819 +#: ../src/guestfs-actions.pod:2823 msgid "guestfs_inspect_os" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2821 +#: ../src/guestfs-actions.pod:2825 #, no-wrap msgid "" " char **\n" @@ -9013,7 +9267,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2824 ../fish/guestfish-actions.pod:1939 +#: ../src/guestfs-actions.pod:2828 ../fish/guestfish-actions.pod:1943 msgid "" "This function uses other libguestfs functions and certain heuristics to " "inspect the disk(s) (usually disks belonging to a virtual machine), looking " @@ -9021,12 +9275,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2828 ../fish/guestfish-actions.pod:1943 +#: ../src/guestfs-actions.pod:2832 ../fish/guestfish-actions.pod:1947 msgid "The list returned is empty if no operating systems were found." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2830 ../fish/guestfish-actions.pod:1945 +#: ../src/guestfs-actions.pod:2834 ../fish/guestfish-actions.pod:1949 msgid "" "If one operating system was found, then this returns a list with a single " "element, which is the name of the root filesystem of this operating system. " @@ -9036,7 +9290,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2837 +#: ../src/guestfs-actions.pod:2841 msgid "" "You can pass the root string(s) returned to other C " "functions in order to query further information about each operating system, " @@ -9044,7 +9298,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2842 +#: ../src/guestfs-actions.pod:2846 msgid "" "This function uses other libguestfs features such as C and " "C in order to mount and unmount filesystems and look at " @@ -9053,25 +9307,25 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1963 +#: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1967 msgid "" "This function cannot decrypt encrypted disks. The caller must do that first " "(supplying the necessary keys) if the disk is encrypted." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2854 ../src/guestfs-actions.pod:3109 -#: ../src/guestfs-actions.pod:3171 +#: ../src/guestfs-actions.pod:2858 ../src/guestfs-actions.pod:3113 +#: ../src/guestfs-actions.pod:3175 msgid "See also C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2862 +#: ../src/guestfs-actions.pod:2866 msgid "guestfs_is_blockdev" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2864 +#: ../src/guestfs-actions.pod:2868 #, no-wrap msgid "" " int\n" @@ -9081,34 +9335,34 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2868 ../fish/guestfish-actions.pod:1975 +#: ../src/guestfs-actions.pod:2872 ../fish/guestfish-actions.pod:1979 msgid "" "This returns C if and only if there is a block device with the given " "C name." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2871 ../src/guestfs-actions.pod:2900 -#: ../src/guestfs-actions.pod:2930 ../src/guestfs-actions.pod:2945 -#: ../src/guestfs-actions.pod:2961 ../src/guestfs-actions.pod:3017 -#: ../src/guestfs-actions.pod:3032 +#: ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2904 +#: ../src/guestfs-actions.pod:2934 ../src/guestfs-actions.pod:2949 +#: ../src/guestfs-actions.pod:2965 ../src/guestfs-actions.pod:3021 +#: ../src/guestfs-actions.pod:3036 msgid "See also C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2904 -#: ../src/guestfs-actions.pod:2949 ../src/guestfs-actions.pod:3021 -#: ../src/guestfs-actions.pod:3036 +#: ../src/guestfs-actions.pod:2879 ../src/guestfs-actions.pod:2908 +#: ../src/guestfs-actions.pod:2953 ../src/guestfs-actions.pod:3025 +#: ../src/guestfs-actions.pod:3040 msgid "(Added in 1.5.10)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2877 +#: ../src/guestfs-actions.pod:2881 msgid "guestfs_is_busy" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2879 +#: ../src/guestfs-actions.pod:2883 #, no-wrap msgid "" " int\n" @@ -9117,19 +9371,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1984 +#: ../src/guestfs-actions.pod:2886 ../fish/guestfish-actions.pod:1988 msgid "" "This returns true iff this handle is busy processing a command (in the " "C state)." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2891 +#: ../src/guestfs-actions.pod:2895 msgid "guestfs_is_chardev" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2893 +#: ../src/guestfs-actions.pod:2897 #, no-wrap msgid "" " int\n" @@ -9139,19 +9393,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2897 ../fish/guestfish-actions.pod:1993 +#: ../src/guestfs-actions.pod:2901 ../fish/guestfish-actions.pod:1997 msgid "" "This returns C if and only if there is a character device with the " "given C name." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2906 +#: ../src/guestfs-actions.pod:2910 msgid "guestfs_is_config" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2908 +#: ../src/guestfs-actions.pod:2912 #, no-wrap msgid "" " int\n" @@ -9160,19 +9414,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2911 ../fish/guestfish-actions.pod:2002 +#: ../src/guestfs-actions.pod:2915 ../fish/guestfish-actions.pod:2006 msgid "" "This returns true iff this handle is being configured (in the C " "state)." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2920 +#: ../src/guestfs-actions.pod:2924 msgid "guestfs_is_dir" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2922 +#: ../src/guestfs-actions.pod:2926 #, no-wrap msgid "" " int\n" @@ -9182,19 +9436,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2926 ../fish/guestfish-actions.pod:2011 +#: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2015 msgid "" "This returns C if and only if there is a directory with the given " "C name. Note that it returns false for other objects like files." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2936 +#: ../src/guestfs-actions.pod:2940 msgid "guestfs_is_fifo" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2938 +#: ../src/guestfs-actions.pod:2942 #, no-wrap msgid "" " int\n" @@ -9204,19 +9458,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2942 ../fish/guestfish-actions.pod:2021 +#: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2025 msgid "" "This returns C if and only if there is a FIFO (named pipe) with the " "given C name." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2951 +#: ../src/guestfs-actions.pod:2955 msgid "guestfs_is_file" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2953 +#: ../src/guestfs-actions.pod:2957 #, no-wrap msgid "" " int\n" @@ -9226,19 +9480,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2030 +#: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2034 msgid "" "This returns C if and only if there is a regular file with the given " "C name. Note that it returns false for other objects like directories." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2967 +#: ../src/guestfs-actions.pod:2971 msgid "guestfs_is_launching" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2969 +#: ../src/guestfs-actions.pod:2973 #, no-wrap msgid "" " int\n" @@ -9247,19 +9501,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2040 +#: ../src/guestfs-actions.pod:2976 ../fish/guestfish-actions.pod:2044 msgid "" "This returns true iff this handle is launching the subprocess (in the " "C state)." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2981 +#: ../src/guestfs-actions.pod:2985 msgid "guestfs_is_lv" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2983 +#: ../src/guestfs-actions.pod:2987 #, no-wrap msgid "" " int\n" @@ -9269,19 +9523,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2049 +#: ../src/guestfs-actions.pod:2991 ../fish/guestfish-actions.pod:2053 msgid "" "This command tests whether C is a logical volume, and returns true " "iff this is the case." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2994 +#: ../src/guestfs-actions.pod:2998 msgid "guestfs_is_ready" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2996 +#: ../src/guestfs-actions.pod:3000 #, no-wrap msgid "" " int\n" @@ -9290,19 +9544,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2999 ../fish/guestfish-actions.pod:2056 +#: ../src/guestfs-actions.pod:3003 ../fish/guestfish-actions.pod:2060 msgid "" "This returns true iff this handle is ready to accept commands (in the " "C state)." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3008 +#: ../src/guestfs-actions.pod:3012 msgid "guestfs_is_socket" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3010 +#: ../src/guestfs-actions.pod:3014 #, no-wrap msgid "" " int\n" @@ -9312,19 +9566,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3014 ../fish/guestfish-actions.pod:2065 +#: ../src/guestfs-actions.pod:3018 ../fish/guestfish-actions.pod:2069 msgid "" "This returns C if and only if there is a Unix domain socket with the " "given C name." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3023 +#: ../src/guestfs-actions.pod:3027 msgid "guestfs_is_symlink" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3025 +#: ../src/guestfs-actions.pod:3029 #, no-wrap msgid "" " int\n" @@ -9334,19 +9588,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2074 +#: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2078 msgid "" "This returns C if and only if there is a symbolic link with the given " "C name." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3038 +#: ../src/guestfs-actions.pod:3042 msgid "guestfs_kill_subprocess" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3040 +#: ../src/guestfs-actions.pod:3044 #, no-wrap msgid "" " int\n" @@ -9355,17 +9609,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3043 ../fish/guestfish-actions.pod:2083 +#: ../src/guestfs-actions.pod:3047 ../fish/guestfish-actions.pod:2087 msgid "This kills the qemu subprocess. You should never need to call this." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3049 +#: ../src/guestfs-actions.pod:3053 msgid "guestfs_launch" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3051 +#: ../src/guestfs-actions.pod:3055 #, no-wrap msgid "" " int\n" @@ -9374,26 +9628,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3054 ../fish/guestfish-actions.pod:2091 +#: ../src/guestfs-actions.pod:3058 ../fish/guestfish-actions.pod:2095 msgid "" "Internally libguestfs is implemented by running a virtual machine using " "L." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3057 ../fish/guestfish-actions.pod:2094 +#: ../src/guestfs-actions.pod:3061 ../fish/guestfish-actions.pod:2098 msgid "" "You should call this after configuring the handle (eg. adding drives) but " "before performing any actions." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3064 +#: ../src/guestfs-actions.pod:3068 msgid "guestfs_lchown" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3066 +#: ../src/guestfs-actions.pod:3070 #, no-wrap msgid "" " int\n" @@ -9405,7 +9659,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3072 +#: ../src/guestfs-actions.pod:3076 msgid "" "Change the file owner to C and group to C. This is like " "C but if C is a symlink then the link itself is " @@ -9413,12 +9667,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3084 +#: ../src/guestfs-actions.pod:3088 msgid "guestfs_lgetxattrs" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3086 +#: ../src/guestfs-actions.pod:3090 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -9428,19 +9682,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3090 +#: ../src/guestfs-actions.pod:3094 msgid "" "This is the same as C, but if C is a symbolic link, " "then it returns the extended attributes of the link itself." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3100 +#: ../src/guestfs-actions.pod:3104 msgid "guestfs_list_devices" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3102 +#: ../src/guestfs-actions.pod:3106 #, no-wrap msgid "" " char **\n" @@ -9449,22 +9703,22 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3105 ../fish/guestfish-actions.pod:2121 +#: ../src/guestfs-actions.pod:3109 ../fish/guestfish-actions.pod:2125 msgid "List all the block devices." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3107 ../fish/guestfish-actions.pod:2123 +#: ../src/guestfs-actions.pod:3111 ../fish/guestfish-actions.pod:2127 msgid "The full block device names are returned, eg. C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3117 +#: ../src/guestfs-actions.pod:3121 msgid "guestfs_list_filesystems" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3119 +#: ../src/guestfs-actions.pod:3123 #, no-wrap msgid "" " char **\n" @@ -9473,7 +9727,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3122 ../fish/guestfish-actions.pod:2131 +#: ../src/guestfs-actions.pod:3126 ../fish/guestfish-actions.pod:2135 msgid "" "This inspection command looks for filesystems on partitions, block devices " "and logical volumes, returning a list of devices containing filesystems and " @@ -9481,14 +9735,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3126 ../fish/guestfish-actions.pod:2135 +#: ../src/guestfs-actions.pod:3130 ../fish/guestfish-actions.pod:2139 msgid "" "The return value is a hash, where the keys are the devices containing " "filesystems, and the values are the filesystem types. For example:" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3130 ../fish/guestfish-actions.pod:2139 +#: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2143 #, no-wrap msgid "" " \"/dev/sda1\" => \"ntfs\"\n" @@ -9499,14 +9753,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3135 ../fish/guestfish-actions.pod:2144 +#: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2148 msgid "" "The value can have the special value \"unknown\", meaning the content of the " "device is undetermined or empty. \"swap\" means a Linux swap partition." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3139 +#: ../src/guestfs-actions.pod:3143 msgid "" "This command runs other libguestfs commands, which might include " "C and C, and therefore you should use this " @@ -9514,7 +9768,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3143 +#: ../src/guestfs-actions.pod:3147 msgid "" "Not all of the filesystems returned will be mountable. In particular, swap " "partitions are returned in the list. Also this command does not check that " @@ -9524,17 +9778,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3157 ../src/guestfs-actions.pod:4680 +#: ../src/guestfs-actions.pod:3161 ../src/guestfs-actions.pod:4684 msgid "(Added in 1.5.15)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3159 +#: ../src/guestfs-actions.pod:3163 msgid "guestfs_list_partitions" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3161 +#: ../src/guestfs-actions.pod:3165 #, no-wrap msgid "" " char **\n" @@ -9543,29 +9797,29 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2164 +#: ../src/guestfs-actions.pod:3168 ../fish/guestfish-actions.pod:2168 msgid "List all the partitions detected on all block devices." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2166 +#: ../src/guestfs-actions.pod:3170 ../fish/guestfish-actions.pod:2170 msgid "The full partition device names are returned, eg. C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3168 +#: ../src/guestfs-actions.pod:3172 msgid "" "This does not return logical volumes. For that you will need to call " "C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3179 +#: ../src/guestfs-actions.pod:3183 msgid "guestfs_ll" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3181 +#: ../src/guestfs-actions.pod:3185 #, no-wrap msgid "" " char *\n" @@ -9575,26 +9829,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3185 ../fish/guestfish-actions.pod:2177 +#: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2181 msgid "" "List the files in C (relative to the root directory, there is no " "cwd) in the format of 'ls -la'." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3188 ../fish/guestfish-actions.pod:2180 +#: ../src/guestfs-actions.pod:3192 ../fish/guestfish-actions.pod:2184 msgid "" "This command is mostly useful for interactive sessions. It is I " "intended that you try to parse the output string." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3196 +#: ../src/guestfs-actions.pod:3200 msgid "guestfs_ln" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3198 +#: ../src/guestfs-actions.pod:3202 #, no-wrap msgid "" " int\n" @@ -9605,17 +9859,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3203 ../fish/guestfish-actions.pod:2187 +#: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2191 msgid "This command creates a hard link using the C command." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3209 +#: ../src/guestfs-actions.pod:3213 msgid "guestfs_ln_f" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3211 +#: ../src/guestfs-actions.pod:3215 #, no-wrap msgid "" " int\n" @@ -9626,19 +9880,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3216 ../fish/guestfish-actions.pod:2193 +#: ../src/guestfs-actions.pod:3220 ../fish/guestfish-actions.pod:2197 msgid "" "This command creates a hard link using the C command. The C<-f> " "option removes the link (C) if it exists already." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3223 +#: ../src/guestfs-actions.pod:3227 msgid "guestfs_ln_s" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3225 +#: ../src/guestfs-actions.pod:3229 #, no-wrap msgid "" " int\n" @@ -9649,17 +9903,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3230 ../fish/guestfish-actions.pod:2200 +#: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2204 msgid "This command creates a symbolic link using the C command." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3236 +#: ../src/guestfs-actions.pod:3240 msgid "guestfs_ln_sf" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3238 +#: ../src/guestfs-actions.pod:3242 #, no-wrap msgid "" " int\n" @@ -9670,19 +9924,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3243 ../fish/guestfish-actions.pod:2206 +#: ../src/guestfs-actions.pod:3247 ../fish/guestfish-actions.pod:2210 msgid "" "This command creates a symbolic link using the C command, The C<-f> " "option removes the link (C) if it exists already." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3250 +#: ../src/guestfs-actions.pod:3254 msgid "guestfs_lremovexattr" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3252 +#: ../src/guestfs-actions.pod:3256 #, no-wrap msgid "" " int\n" @@ -9693,19 +9947,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3257 +#: ../src/guestfs-actions.pod:3261 msgid "" "This is the same as C, but if C is a symbolic " "link, then it removes an extended attribute of the link itself." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3265 +#: ../src/guestfs-actions.pod:3269 msgid "guestfs_ls" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3267 +#: ../src/guestfs-actions.pod:3271 #, no-wrap msgid "" " char **\n" @@ -9715,26 +9969,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3271 ../fish/guestfish-actions.pod:2221 +#: ../src/guestfs-actions.pod:3275 ../fish/guestfish-actions.pod:2225 msgid "" "List the files in C (relative to the root directory, there is no " "cwd). The '.' and '..' entries are not returned, but hidden files are shown." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3275 +#: ../src/guestfs-actions.pod:3279 msgid "" "This command is mostly useful for interactive sessions. Programs should " "probably use C instead." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3284 +#: ../src/guestfs-actions.pod:3288 msgid "guestfs_lsetxattr" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3286 +#: ../src/guestfs-actions.pod:3290 #, no-wrap msgid "" " int\n" @@ -9747,19 +10001,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3293 +#: ../src/guestfs-actions.pod:3297 msgid "" "This is the same as C, but if C is a symbolic link, " "then it sets an extended attribute of the link itself." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3301 +#: ../src/guestfs-actions.pod:3305 msgid "guestfs_lstat" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3303 +#: ../src/guestfs-actions.pod:3307 #, no-wrap msgid "" " struct guestfs_stat *\n" @@ -9769,43 +10023,43 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3307 ../src/guestfs-actions.pod:5734 -#: ../fish/guestfish-actions.pod:2240 ../fish/guestfish-actions.pod:3822 +#: ../src/guestfs-actions.pod:3311 ../src/guestfs-actions.pod:5738 +#: ../fish/guestfish-actions.pod:2244 ../fish/guestfish-actions.pod:3826 msgid "Returns file information for the given C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3309 +#: ../src/guestfs-actions.pod:3313 msgid "" "This is the same as C except that if C is a symbolic " "link, then the link is stat-ed, not the file it refers to." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3313 ../fish/guestfish-actions.pod:2246 +#: ../src/guestfs-actions.pod:3317 ../fish/guestfish-actions.pod:2250 msgid "This is the same as the C system call." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3315 ../src/guestfs-actions.pod:5738 +#: ../src/guestfs-actions.pod:3319 ../src/guestfs-actions.pod:5742 msgid "" "This function returns a C, or NULL if there was an " "error. I after use>." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3319 ../src/guestfs-actions.pod:5742 -#: ../src/guestfs-actions.pod:5760 ../src/guestfs-actions.pod:6141 +#: ../src/guestfs-actions.pod:3323 ../src/guestfs-actions.pod:5746 +#: ../src/guestfs-actions.pod:5764 ../src/guestfs-actions.pod:6145 msgid "(Added in 0.9.2)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3321 +#: ../src/guestfs-actions.pod:3325 msgid "guestfs_lstatlist" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3323 +#: ../src/guestfs-actions.pod:3327 #, no-wrap msgid "" " struct guestfs_stat_list *\n" @@ -9816,7 +10070,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3328 +#: ../src/guestfs-actions.pod:3332 msgid "" "This call allows you to perform the C operation on multiple " "files, where all files are in the directory C. C is the list " @@ -9824,7 +10078,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3332 ../fish/guestfish-actions.pod:2256 +#: ../src/guestfs-actions.pod:3336 ../fish/guestfish-actions.pod:2260 msgid "" "On return you get a list of stat structs, with a one-to-one correspondence " "to the C list. If any name did not exist or could not be lstat'd, " @@ -9832,7 +10086,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3337 +#: ../src/guestfs-actions.pod:3341 msgid "" "This call is intended for programs that want to efficiently list a directory " "contents without making many round-trips. See also C " @@ -9843,19 +10097,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3345 +#: ../src/guestfs-actions.pod:3349 msgid "" "This function returns a C, or NULL if there was " "an error. I after use>." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3351 +#: ../src/guestfs-actions.pod:3355 msgid "guestfs_luks_add_key" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3353 +#: ../src/guestfs-actions.pod:3357 #, no-wrap msgid "" " int\n" @@ -9868,7 +10122,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3360 ../fish/guestfish-actions.pod:2273 +#: ../src/guestfs-actions.pod:3364 ../fish/guestfish-actions.pod:2277 msgid "" "This command adds a new key on LUKS device C. C is any " "existing key, and is used to access the device. C is the new key to " @@ -9876,16 +10130,16 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3365 +#: ../src/guestfs-actions.pod:3369 msgid "" "Note that if C already contains a key, then this command will " "fail. You have to use C first to remove that key." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3371 ../src/guestfs-actions.pod:3411 -#: ../src/guestfs-actions.pod:3434 ../src/guestfs-actions.pod:3454 -#: ../src/guestfs-actions.pod:3486 ../src/guestfs-actions.pod:3505 +#: ../src/guestfs-actions.pod:3375 ../src/guestfs-actions.pod:3415 +#: ../src/guestfs-actions.pod:3438 ../src/guestfs-actions.pod:3458 +#: ../src/guestfs-actions.pod:3490 ../src/guestfs-actions.pod:3509 msgid "" "This function takes a key or passphrase parameter which could contain " "sensitive material. Read the section L for more " @@ -9893,18 +10147,18 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3375 ../src/guestfs-actions.pod:3415 -#: ../src/guestfs-actions.pod:3438 ../src/guestfs-actions.pod:3458 +#: ../src/guestfs-actions.pod:3379 ../src/guestfs-actions.pod:3419 +#: ../src/guestfs-actions.pod:3442 ../src/guestfs-actions.pod:3462 msgid "(Added in 1.5.2)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3377 +#: ../src/guestfs-actions.pod:3381 msgid "guestfs_luks_close" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3379 +#: ../src/guestfs-actions.pod:3383 #, no-wrap msgid "" " int\n" @@ -9914,7 +10168,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3383 +#: ../src/guestfs-actions.pod:3387 msgid "" "This closes a LUKS device that was created earlier by C " "or C. The C parameter must be the name of the " @@ -9923,19 +10177,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3391 ../src/guestfs-actions.pod:3490 -#: ../src/guestfs-actions.pod:3509 ../src/guestfs-actions.pod:3559 -#: ../src/guestfs-actions.pod:3607 +#: ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3494 +#: ../src/guestfs-actions.pod:3513 ../src/guestfs-actions.pod:3563 +#: ../src/guestfs-actions.pod:3611 msgid "(Added in 1.5.1)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3393 +#: ../src/guestfs-actions.pod:3397 msgid "guestfs_luks_format" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3395 +#: ../src/guestfs-actions.pod:3399 #, no-wrap msgid "" " int\n" @@ -9947,7 +10201,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3401 ../fish/guestfish-actions.pod:2299 +#: ../src/guestfs-actions.pod:3405 ../fish/guestfish-actions.pod:2303 msgid "" "This command erases existing data on C and formats the device as a " "LUKS encrypted device. C is the initial key, which is added to key " @@ -9955,27 +10209,27 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3408 ../src/guestfs-actions.pod:3431 -#: ../src/guestfs-actions.pod:3571 ../src/guestfs-actions.pod:4431 -#: ../src/guestfs-actions.pod:5194 ../src/guestfs-actions.pod:5569 -#: ../src/guestfs-actions.pod:5592 ../src/guestfs-actions.pod:5618 -#: ../src/guestfs-actions.pod:6768 ../fish/guestfish-actions.pod:2307 -#: ../fish/guestfish-actions.pod:2320 ../fish/guestfish-actions.pod:2404 -#: ../fish/guestfish-actions.pod:2934 ../fish/guestfish-actions.pod:3441 -#: ../fish/guestfish-actions.pod:3721 ../fish/guestfish-actions.pod:3737 -#: ../fish/guestfish-actions.pod:3752 ../fish/guestfish-actions.pod:4467 +#: ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3435 +#: ../src/guestfs-actions.pod:3575 ../src/guestfs-actions.pod:4435 +#: ../src/guestfs-actions.pod:5198 ../src/guestfs-actions.pod:5573 +#: ../src/guestfs-actions.pod:5596 ../src/guestfs-actions.pod:5622 +#: ../src/guestfs-actions.pod:6772 ../fish/guestfish-actions.pod:2311 +#: ../fish/guestfish-actions.pod:2324 ../fish/guestfish-actions.pod:2408 +#: ../fish/guestfish-actions.pod:2938 ../fish/guestfish-actions.pod:3445 +#: ../fish/guestfish-actions.pod:3725 ../fish/guestfish-actions.pod:3741 +#: ../fish/guestfish-actions.pod:3756 ../fish/guestfish-actions.pod:4471 msgid "" "B." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3417 +#: ../src/guestfs-actions.pod:3421 msgid "guestfs_luks_format_cipher" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3419 +#: ../src/guestfs-actions.pod:3423 #, no-wrap msgid "" " int\n" @@ -9988,19 +10242,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3426 +#: ../src/guestfs-actions.pod:3430 msgid "" "This command is the same as C but it also allows you to " "set the C used." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3440 +#: ../src/guestfs-actions.pod:3444 msgid "guestfs_luks_kill_slot" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3442 +#: ../src/guestfs-actions.pod:3446 #, no-wrap msgid "" " int\n" @@ -10012,19 +10266,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3448 ../fish/guestfish-actions.pod:2327 +#: ../src/guestfs-actions.pod:3452 ../fish/guestfish-actions.pod:2331 msgid "" "This command deletes the key in key slot C from the encrypted LUKS " "device C. C must be one of the I keys." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3460 +#: ../src/guestfs-actions.pod:3464 msgid "guestfs_luks_open" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3462 +#: ../src/guestfs-actions.pod:3466 #, no-wrap msgid "" " int\n" @@ -10036,26 +10290,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3468 ../fish/guestfish-actions.pod:2338 +#: ../src/guestfs-actions.pod:3472 ../fish/guestfish-actions.pod:2342 msgid "" "This command opens a block device which has been encrypted according to the " "Linux Unified Key Setup (LUKS) standard." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3471 ../fish/guestfish-actions.pod:2341 +#: ../src/guestfs-actions.pod:3475 ../fish/guestfish-actions.pod:2345 msgid "C is the encrypted block device or partition." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3473 ../fish/guestfish-actions.pod:2343 +#: ../src/guestfs-actions.pod:3477 ../fish/guestfish-actions.pod:2347 msgid "" "The caller must supply one of the keys associated with the LUKS block " "device, in the C parameter." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3476 ../fish/guestfish-actions.pod:2346 +#: ../src/guestfs-actions.pod:3480 ../fish/guestfish-actions.pod:2350 msgid "" "This creates a new block device called C. Reads and " "writes to this block device are decrypted from and encrypted to the " @@ -10063,7 +10317,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3480 +#: ../src/guestfs-actions.pod:3484 msgid "" "If this block device contains LVM volume groups, then calling " "C followed by C will make them " @@ -10071,12 +10325,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3492 +#: ../src/guestfs-actions.pod:3496 msgid "guestfs_luks_open_ro" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3494 +#: ../src/guestfs-actions.pod:3498 #, no-wrap msgid "" " int\n" @@ -10088,19 +10342,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3500 +#: ../src/guestfs-actions.pod:3504 msgid "" "This is the same as C except that a read-only mapping is " "created." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3511 +#: ../src/guestfs-actions.pod:3515 msgid "guestfs_lvcreate" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3513 +#: ../src/guestfs-actions.pod:3517 #, no-wrap msgid "" " int\n" @@ -10112,19 +10366,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3519 ../fish/guestfish-actions.pod:2371 +#: ../src/guestfs-actions.pod:3523 ../fish/guestfish-actions.pod:2375 msgid "" "This creates an LVM logical volume called C on the volume group " "C, with C megabytes." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3526 +#: ../src/guestfs-actions.pod:3530 msgid "guestfs_lvm_canonical_lv_name" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3528 +#: ../src/guestfs-actions.pod:3532 #, no-wrap msgid "" " char *\n" @@ -10134,7 +10388,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3532 ../fish/guestfish-actions.pod:2378 +#: ../src/guestfs-actions.pod:3536 ../fish/guestfish-actions.pod:2382 msgid "" "This converts alternative naming schemes for LVs that you might find to the " "canonical name. For example, C is converted to C parameter does not refer to a " "logical volume." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3539 +#: ../src/guestfs-actions.pod:3543 msgid "See also C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3544 +#: ../src/guestfs-actions.pod:3548 msgid "(Added in 1.5.24)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3546 +#: ../src/guestfs-actions.pod:3550 msgid "guestfs_lvm_clear_filter" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3548 +#: ../src/guestfs-actions.pod:3552 #, no-wrap msgid "" " int\n" @@ -10173,26 +10427,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3551 +#: ../src/guestfs-actions.pod:3555 msgid "" "This undoes the effect of C. LVM will be able to " "see every block device." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3554 ../src/guestfs-actions.pod:3596 -#: ../fish/guestfish-actions.pod:2394 ../fish/guestfish-actions.pod:2425 +#: ../src/guestfs-actions.pod:3558 ../src/guestfs-actions.pod:3600 +#: ../fish/guestfish-actions.pod:2398 ../fish/guestfish-actions.pod:2429 msgid "" "This command also clears the LVM cache and performs a volume group scan." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3561 +#: ../src/guestfs-actions.pod:3565 msgid "guestfs_lvm_remove_all" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3563 +#: ../src/guestfs-actions.pod:3567 #, no-wrap msgid "" " int\n" @@ -10201,19 +10455,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3566 ../fish/guestfish-actions.pod:2401 +#: ../src/guestfs-actions.pod:3570 ../fish/guestfish-actions.pod:2405 msgid "" "This command removes all LVM logical volumes, volume groups and physical " "volumes." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3576 +#: ../src/guestfs-actions.pod:3580 msgid "guestfs_lvm_set_filter" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3578 +#: ../src/guestfs-actions.pod:3582 #, no-wrap msgid "" " int\n" @@ -10223,7 +10477,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3582 ../fish/guestfish-actions.pod:2411 +#: ../src/guestfs-actions.pod:3586 ../fish/guestfish-actions.pod:2415 msgid "" "This sets the LVM device filter so that LVM will only be able to \"see\" the " "block devices in the list C, and will ignore all other attached " @@ -10231,7 +10485,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3586 ../fish/guestfish-actions.pod:2415 +#: ../src/guestfs-actions.pod:3590 ../fish/guestfish-actions.pod:2419 msgid "" "Where disk image(s) contain duplicate PVs or VGs, this command is useful to " "get LVM to ignore the duplicates, otherwise LVM can get confused. Note also " @@ -10243,24 +10497,24 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3599 ../fish/guestfish-actions.pod:2428 +#: ../src/guestfs-actions.pod:3603 ../fish/guestfish-actions.pod:2432 msgid "You can filter whole block devices or individual partitions." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3601 ../fish/guestfish-actions.pod:2430 +#: ../src/guestfs-actions.pod:3605 ../fish/guestfish-actions.pod:2434 msgid "" "You cannot use this if any VG is currently in use (eg. contains a mounted " "filesystem), even if you are not filtering out that VG." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3609 +#: ../src/guestfs-actions.pod:3613 msgid "guestfs_lvremove" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3611 +#: ../src/guestfs-actions.pod:3615 #, no-wrap msgid "" " int\n" @@ -10270,32 +10524,32 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3615 ../fish/guestfish-actions.pod:2438 +#: ../src/guestfs-actions.pod:3619 ../fish/guestfish-actions.pod:2442 msgid "" "Remove an LVM logical volume C, where C is the path to the " "LV, such as C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3618 ../fish/guestfish-actions.pod:2441 +#: ../src/guestfs-actions.pod:3622 ../fish/guestfish-actions.pod:2445 msgid "" "You can also remove all LVs in a volume group by specifying the VG name, C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:4777 -#: ../src/guestfs-actions.pod:6507 +#: ../src/guestfs-actions.pod:3627 ../src/guestfs-actions.pod:4781 +#: ../src/guestfs-actions.pod:6511 msgid "(Added in 1.0.13)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3625 +#: ../src/guestfs-actions.pod:3629 msgid "guestfs_lvrename" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3627 +#: ../src/guestfs-actions.pod:3631 #, no-wrap msgid "" " int\n" @@ -10306,22 +10560,22 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3632 ../fish/guestfish-actions.pod:2448 +#: ../src/guestfs-actions.pod:3636 ../fish/guestfish-actions.pod:2452 msgid "Rename a logical volume C with the new name C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3636 ../src/guestfs-actions.pod:6520 +#: ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:6524 msgid "(Added in 1.0.83)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3638 +#: ../src/guestfs-actions.pod:3642 msgid "guestfs_lvresize" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3640 +#: ../src/guestfs-actions.pod:3644 #, no-wrap msgid "" " int\n" @@ -10332,19 +10586,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3645 ../fish/guestfish-actions.pod:2454 +#: ../src/guestfs-actions.pod:3649 ../fish/guestfish-actions.pod:2458 msgid "" "This resizes (expands or shrinks) an existing LVM logical volume to " "C. When reducing, data in the reduced part is lost." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3653 +#: ../src/guestfs-actions.pod:3657 msgid "guestfs_lvresize_free" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3655 +#: ../src/guestfs-actions.pod:3659 #, no-wrap msgid "" " int\n" @@ -10355,7 +10609,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3660 ../fish/guestfish-actions.pod:2462 +#: ../src/guestfs-actions.pod:3664 ../fish/guestfish-actions.pod:2466 msgid "" "This expands an existing logical volume C so that it fills C% of the " "remaining free space in the volume group. Commonly you would call this with " @@ -10364,17 +10618,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3668 +#: ../src/guestfs-actions.pod:3672 msgid "(Added in 1.3.3)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3670 +#: ../src/guestfs-actions.pod:3674 msgid "guestfs_lvs" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3672 +#: ../src/guestfs-actions.pod:3676 #, no-wrap msgid "" " char **\n" @@ -10383,31 +10637,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3675 ../fish/guestfish-actions.pod:2472 +#: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2476 msgid "" "List all the logical volumes detected. This is the equivalent of the L command." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3678 ../fish/guestfish-actions.pod:2475 +#: ../src/guestfs-actions.pod:3682 ../fish/guestfish-actions.pod:2479 msgid "" "This returns a list of the logical volume device names (eg. C)." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3681 +#: ../src/guestfs-actions.pod:3685 msgid "See also C, C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3689 +#: ../src/guestfs-actions.pod:3693 msgid "guestfs_lvs_full" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3691 +#: ../src/guestfs-actions.pod:3695 #, no-wrap msgid "" " struct guestfs_lvm_lv_list *\n" @@ -10416,26 +10670,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3694 ../fish/guestfish-actions.pod:2484 +#: ../src/guestfs-actions.pod:3698 ../fish/guestfish-actions.pod:2488 msgid "" "List all the logical volumes detected. This is the equivalent of the L command. The \"full\" version includes all fields." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3697 +#: ../src/guestfs-actions.pod:3701 msgid "" "This function returns a C, or NULL if there " "was an error. I after use>." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3703 +#: ../src/guestfs-actions.pod:3707 msgid "guestfs_lvuuid" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3705 +#: ../src/guestfs-actions.pod:3709 #, no-wrap msgid "" " char *\n" @@ -10445,17 +10699,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3709 ../fish/guestfish-actions.pod:2491 +#: ../src/guestfs-actions.pod:3713 ../fish/guestfish-actions.pod:2495 msgid "This command returns the UUID of the LVM LV C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3716 +#: ../src/guestfs-actions.pod:3720 msgid "guestfs_lxattrlist" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3718 +#: ../src/guestfs-actions.pod:3722 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -10466,7 +10720,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3723 ../fish/guestfish-actions.pod:2497 +#: ../src/guestfs-actions.pod:3727 ../fish/guestfish-actions.pod:2501 msgid "" "This call allows you to get the extended attributes of multiple files, where " "all files are in the directory C. C is the list of files from " @@ -10474,7 +10728,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3727 ../fish/guestfish-actions.pod:2501 +#: ../src/guestfs-actions.pod:3731 ../fish/guestfish-actions.pod:2505 msgid "" "On return you get a flat list of xattr structs which must be interpreted " "sequentially. The first xattr struct always has a zero-length C. " @@ -10486,7 +10740,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3737 +#: ../src/guestfs-actions.pod:3741 msgid "" "This call is intended for programs that want to efficiently list a directory " "contents without making many round-trips. See also C for " @@ -10497,12 +10751,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3751 +#: ../src/guestfs-actions.pod:3755 msgid "guestfs_mkdir" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3753 +#: ../src/guestfs-actions.pod:3757 #, no-wrap msgid "" " int\n" @@ -10512,17 +10766,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3757 ../fish/guestfish-actions.pod:2523 +#: ../src/guestfs-actions.pod:3761 ../fish/guestfish-actions.pod:2527 msgid "Create a directory named C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3763 +#: ../src/guestfs-actions.pod:3767 msgid "guestfs_mkdir_mode" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3765 +#: ../src/guestfs-actions.pod:3769 #, no-wrap msgid "" " int\n" @@ -10533,14 +10787,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3770 ../fish/guestfish-actions.pod:2529 +#: ../src/guestfs-actions.pod:3774 ../fish/guestfish-actions.pod:2533 msgid "" "This command creates a directory, setting the initial permissions of the " "directory to C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2532 +#: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2536 msgid "" "For common Linux filesystems, the actual mode which is set will be C. Non-native-Linux filesystems may interpret the mode in " @@ -10548,17 +10802,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3777 +#: ../src/guestfs-actions.pod:3781 msgid "See also C, C" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3783 +#: ../src/guestfs-actions.pod:3787 msgid "guestfs_mkdir_p" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3785 +#: ../src/guestfs-actions.pod:3789 #, no-wrap msgid "" " int\n" @@ -10568,19 +10822,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2542 +#: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2546 msgid "" "Create a directory named C, creating any parent directories as " "necessary. This is like the C shell command." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3796 +#: ../src/guestfs-actions.pod:3800 msgid "guestfs_mkdtemp" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3798 +#: ../src/guestfs-actions.pod:3802 #, no-wrap msgid "" " char *\n" @@ -10590,7 +10844,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3802 ../fish/guestfish-actions.pod:2549 +#: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2553 msgid "" "This command creates a temporary directory. The C