X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=po-docs%2Fja.po;h=42fece3aac638601097c718aa80ca3aa6d0c18de;hp=9286aee4c94e96a391788a2b6c2b82a15710091a;hb=fab75c0337d7897d10ea5e95e47ac05eab81ace9;hpb=f614a6dde922a9bd7351138ed6ebd524634bbd16;ds=sidebyside diff --git a/po-docs/ja.po b/po-docs/ja.po index 9286aee..42fece3 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-11 18:35+0000\n" +"POT-Creation-Date: 2010-11-15 23:02+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:957 +#: ../src/guestfs.pod:961 ../src/guestfs.pod:965 ../src/guestfs.pod:970 +#: ../src/guestfs.pod:978 ../src/guestfs.pod:997 ../src/guestfs.pod:1005 +#: ../src/guestfs.pod:1027 ../src/guestfs.pod:1031 ../src/guestfs.pod:1035 +#: ../src/guestfs.pod:1039 ../src/guestfs.pod:1043 ../src/guestfs.pod:1047 +#: ../src/guestfs.pod:1521 ../src/guestfs.pod:1526 ../src/guestfs.pod:1530 +#: ../src/guestfs.pod:1640 ../src/guestfs.pod:1645 ../src/guestfs.pod:1649 +#: ../src/guestfs.pod:1993 ../src/guestfs.pod:1999 ../src/guestfs.pod:2004 +#: ../src/guestfs.pod:2010 ../src/guestfs.pod:2117 ../src/guestfs.pod:2121 +#: ../src/guestfs.pod:2125 ../src/guestfs.pod:2129 #: ../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 @@ -811,7 +813,7 @@ msgstr "" #: ../fish/guestfish-actions.pod:1207 ../fish/guestfish-actions.pod:1212 #: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1259 #: ../fish/guestfish-actions.pod:1263 ../fish/guestfish-actions.pod:1268 -#: ../inspector/virt-inspector.pl:584 ../inspector/virt-inspector.pl:588 +#: ../inspector/virt-inspector.pl:466 ../inspector/virt-inspector.pl:470 #: ../tools/virt-df.pl:161 ../tools/virt-df.pl:167 ../tools/virt-resize.pl:348 #: ../tools/virt-resize.pl:353 ../tools/virt-resize.pl:363 msgid "*" @@ -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:1142 ../src/guestfs.pod:1273 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:1146 ../src/guestfs.pod:1277 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:1283 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,29 +1204,32 @@ 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 " "C return this cached information, but I re-" "read the disks. If you change the content of the guest disks, you can redo " -"inspection by calling L again." +"inspection by calling L again. (L works a little differently from the other " +"calls and does read the disks. See documentation for that function for " +"details)." msgstr "" # type: =head2 -#: ../src/guestfs.pod:580 +#: ../src/guestfs.pod:583 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:582 +#: ../src/guestfs.pod:585 msgid "" "Libguestfs can mount NTFS partitions. It does this using the L driver." msgstr "" # type: textblock -#: ../src/guestfs.pod:585 +#: ../src/guestfs.pod:588 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 +1239,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:591 +#: ../src/guestfs.pod:594 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 +1248,21 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:596 +#: ../src/guestfs.pod:599 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:602 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:605 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 +1273,19 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:610 +#: ../src/guestfs.pod:613 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES" msgstr "" # type: textblock -#: ../src/guestfs.pod:612 +#: ../src/guestfs.pod:615 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:618 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:635 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:639 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:638 +#: ../src/guestfs.pod:641 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:644 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:643 +#: ../src/guestfs.pod:646 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 +1346,66 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:647 +#: ../src/guestfs.pod:650 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:649 +#: ../src/guestfs.pod:652 msgid "" "Full documentation is contained in the Javadoc which is distributed with " "libguestfs." msgstr "" # type: =item -#: ../src/guestfs.pod:652 +#: ../src/guestfs.pod:655 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:654 +#: ../src/guestfs.pod:657 msgid "For documentation see the file C." msgstr "" # type: =item -#: ../src/guestfs.pod:656 +#: ../src/guestfs.pod:659 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:658 +#: ../src/guestfs.pod:661 msgid "For documentation see L." msgstr "" # type: =item -#: ../src/guestfs.pod:660 +#: ../src/guestfs.pod:663 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:662 +#: ../src/guestfs.pod:665 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:668 msgid "The PHP binding only works correctly on 64 bit machines." msgstr "" # type: =item -#: ../src/guestfs.pod:667 +#: ../src/guestfs.pod:670 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:669 +#: ../src/guestfs.pod:672 msgid "For documentation do:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:671 +#: ../src/guestfs.pod:674 #, no-wrap msgid "" " $ python\n" @@ -1409,34 +1415,34 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:675 +#: ../src/guestfs.pod:678 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:677 +#: ../src/guestfs.pod:680 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:683 msgid "B" msgstr "" # type: textblock -#: ../src/guestfs.pod:682 +#: ../src/guestfs.pod:685 msgid "For documentation see L." msgstr "" # type: =head2 -#: ../src/guestfs.pod:686 +#: ../src/guestfs.pod:689 msgid "LIBGUESTFS GOTCHAS" msgstr "" # type: textblock -#: ../src/guestfs.pod:688 +#: ../src/guestfs.pod:691 msgid "" "L: \"A feature of a " "system [...] that works in the way it is documented but is counterintuitive " @@ -1444,7 +1450,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:692 +#: ../src/guestfs.pod:695 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 +1459,12 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:700 +#: ../src/guestfs.pod:703 msgid "Autosync / forgetting to sync." msgstr "" # type: textblock -#: ../src/guestfs.pod:702 +#: ../src/guestfs.pod:705 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 +1472,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:706 +#: ../src/guestfs.pod:709 #, no-wrap msgid "" " guestfs_set_autosync (g, 1);\n" @@ -1474,14 +1480,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:708 +#: ../src/guestfs.pod:711 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:715 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 +1495,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:716 +#: ../src/guestfs.pod:719 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 +1503,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:720 +#: ../src/guestfs.pod:723 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:726 msgid "Mount option C<-o sync> should not be the default." msgstr "" # type: textblock -#: ../src/guestfs.pod:725 +#: ../src/guestfs.pod:728 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 +1523,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:729 +#: ../src/guestfs.pod:732 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:735 msgid "Read-only should be the default." msgstr "" # type: textblock -#: ../src/guestfs.pod:734 +#: ../src/guestfs.pod:737 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:740 msgid "This would reduce the potential to corrupt live VM images." msgstr "" # type: textblock -#: ../src/guestfs.pod:739 +#: ../src/guestfs.pod:742 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 +1570,12 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:752 +#: ../src/guestfs.pod:755 msgid "guestfish megabyte modifiers don't work right on all commands" msgstr "" # type: textblock -#: ../src/guestfs.pod:754 +#: ../src/guestfs.pod:757 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 +1585,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:761 +#: ../src/guestfs.pod:764 msgid "The most common is L. The guestfish command:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:763 +#: ../src/guestfs.pod:766 #, no-wrap msgid "" " lvcreate LV VG 100M\n" @@ -1592,7 +1598,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:765 +#: ../src/guestfs.pod:768 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 +1607,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:770 +#: ../src/guestfs.pod:773 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:776 msgid "Ambiguity between devices and paths" msgstr "" # type: textblock -#: ../src/guestfs.pod:775 +#: ../src/guestfs.pod:778 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 +1627,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:780 +#: ../src/guestfs.pod:783 msgid "" "In the current API we usually resolve this ambiguity by having two separate " "calls, for example L and L. " @@ -1630,7 +1636,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:786 +#: ../src/guestfs.pod:789 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 +1646,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:792 +#: ../src/guestfs.pod:795 #, no-wrap msgid "" " type path = Path of string | Device of int | Partition of int * int\n" @@ -1648,12 +1654,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:794 +#: ../src/guestfs.pod:797 msgid "which would allow you to pass arguments like:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:796 +#: ../src/guestfs.pod:799 #, no-wrap msgid "" " Path \"/foo/bar\"\n" @@ -1664,19 +1670,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:801 +#: ../src/guestfs.pod:804 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:809 msgid "PROTOCOL LIMITS" msgstr "" # type: textblock -#: ../src/guestfs.pod:808 +#: ../src/guestfs.pod:811 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 +1693,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:816 +#: ../src/guestfs.pod:819 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 +1702,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:822 +#: ../src/guestfs.pod:825 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 +1710,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:826 +#: ../src/guestfs.pod:829 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:832 msgid "KEYS AND PASSPHRASES" msgstr "" # type: textblock -#: ../src/guestfs.pod:831 +#: ../src/guestfs.pod:834 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:837 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 +1738,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:839 +#: ../src/guestfs.pod:842 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,279 +1746,810 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:844 -msgid "CONNECTION MANAGEMENT" -msgstr "" - -# type: =head2 -#: ../src/guestfs.pod:846 -msgid "guestfs_h *" +#: ../src/guestfs.pod:847 +msgid "MULTIPLE HANDLES AND MULTIPLE THREADS" msgstr "" # type: textblock -#: ../src/guestfs.pod:848 +#: ../src/guestfs.pod:849 msgid "" -"C is the opaque type representing a connection handle. Create a " -"handle by calling L. Call L to free the " -"handle and release all resources used." +"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:852 msgid "" -"For information on using multiple handles and threads, see the section L below." -msgstr "" - -# type: =head2 -#: ../src/guestfs.pod:855 -msgid "guestfs_create" +"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: verbatim -#: ../src/guestfs.pod:857 -#, no-wrap +# type: textblock +#: ../src/guestfs.pod:856 msgid "" -" guestfs_h *guestfs_create (void);\n" -"\n" +"See the graphical program guestfs-browser for one possible architecture for " +"multithreaded programs using libvirt and libguestfs." msgstr "" -# type: textblock +# type: =head1 #: ../src/guestfs.pod:859 -msgid "Create a connection handle." +msgid "PATH" msgstr "" # type: textblock #: ../src/guestfs.pod:861 msgid "" -"You have to call L (or one of the equivalent calls) " -"on the handle at least once." +"Libguestfs needs a kernel and initrd.img, which it finds by looking along an " +"internal path." msgstr "" # type: textblock #: ../src/guestfs.pod:864 msgid "" -"This function returns a non-NULL pointer to a handle on success or NULL on " -"error." +"By default it looks for these in the directory C<$libdir/guestfs> (eg. C or C)." msgstr "" # type: textblock #: ../src/guestfs.pod:867 -msgid "After configuring the handle, you have to call L." -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:869 msgid "" -"You may also want to configure error handling for the handle. See L section below." -msgstr "" - -# type: =head2 -#: ../src/guestfs.pod:872 -msgid "guestfs_close" +"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: verbatim +# type: =head1 #: ../src/guestfs.pod:874 -#, no-wrap -msgid "" -" void guestfs_close (guestfs_h *g);\n" -"\n" +msgid "QEMU WRAPPERS" msgstr "" # type: textblock #: ../src/guestfs.pod:876 -msgid "This closes the connection handle and frees up all resources used." -msgstr "" - -# type: =head1 -#: ../src/guestfs.pod:878 -msgid "ERROR HANDLING" +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:880 msgid "" -"API functions can return errors. For example, almost all functions that " -"return C will return C<-1> to indicate an error." +"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 +#: ../src/guestfs.pod:885 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 " -"call." +"Here is an example of a wrapper, where I have built my own copy of qemu from " +"source:" msgstr "" -# type: textblock -#: ../src/guestfs.pod:887 +# type: verbatim +#: ../src/guestfs.pod:888 +#, no-wrap msgid "" -"You can get at the additional information about the last error on the handle " -"by calling L, L, and/or by setting " -"up an error handler with L." +" #!/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:892 msgid "" -"When the handle is created, a default error handler is installed which " -"prints the error message string to C. For small short-running " -"command line programs it is sufficient to do:" +"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:896 #, no-wrap msgid "" -" if (guestfs_launch (g) == -1)\n" -" exit (EXIT_FAILURE);\n" +" LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n" "\n" msgstr "" # type: textblock -#: ../src/guestfs.pod:899 +#: ../src/guestfs.pod:898 msgid "" -"since the default error handler will ensure that an error message has been " -"printed to C before the program exits." +"Note that libguestfs also calls qemu with the -help and -version options in " +"order to determine features." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:901 +msgid "ABI GUARANTEE" msgstr "" # type: textblock -#: ../src/guestfs.pod:902 +#: ../src/guestfs.pod:903 msgid "" -"For other programs the caller will almost certainly want to install an " -"alternate error handler or do error handling in-line like this:" +"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: verbatim -#: ../src/guestfs.pod:905 -#, no-wrap +# type: =head1 +#: ../src/guestfs.pod:909 +msgid "BLOCK DEVICE NAMING" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:911 msgid "" -" g = guestfs_create ();\n" -" \n" +"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: verbatim -#: ../src/guestfs.pod:907 -#, no-wrap +# type: textblock +#: ../src/guestfs.pod:923 msgid "" -" /* This disables the default behaviour of printing errors\n" -" on stderr. */\n" -" guestfs_set_error_handler (g, NULL, NULL);\n" -" \n" +"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: verbatim -#: ../src/guestfs.pod:911 -#, no-wrap +# type: textblock +#: ../src/guestfs.pod:927 msgid "" -" if (guestfs_launch (g) == -1) {\n" -" /* Examine the error message and print it etc. */\n" -" char *msg = guestfs_last_error (g);\n" -" int errnum = guestfs_last_errno (g);\n" -" fprintf (stderr, \"%s\\n\", msg);\n" -" /* ... */\n" -" }\n" -"\n" +"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:919 +#: ../src/guestfs.pod:932 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." +"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:923 +#: ../src/guestfs.pod:938 msgid "" -"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 " -"error information. However L is supposed to be a " -"lightweight operation which can only fail because of insufficient memory (it " -"returns NULL in this case)." +"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:929 -msgid "guestfs_last_error" +#: ../src/guestfs.pod:943 +msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION" msgstr "" -# type: verbatim -#: ../src/guestfs.pod:931 -#, no-wrap +# type: textblock +#: ../src/guestfs.pod:945 msgid "" -" const char *guestfs_last_error (guestfs_h *g);\n" -"\n" +"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:933 +#: ../src/guestfs.pod:951 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." +"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:937 -msgid "" -"The lifetime of the returned string is until the next error occurs, or L is called." +#: ../src/guestfs.pod:959 +msgid "Is the string a parameter which is a device or partition name?" msgstr "" -# type: =head2 -#: ../src/guestfs.pod:940 -msgid "guestfs_last_errno" +# type: textblock +#: ../src/guestfs.pod:963 +msgid "Does the string begin with C?" msgstr "" -# type: verbatim -#: ../src/guestfs.pod:942 -#, no-wrap +# type: textblock +#: ../src/guestfs.pod:967 msgid "" -" int guestfs_last_errno (guestfs_h *g);\n" -"\n" +"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:944 -msgid "This returns the last error number (errno) that happened on C." +#: ../src/guestfs.pod:972 +msgid "Replace initial C string with C." msgstr "" # type: textblock -#: ../src/guestfs.pod:946 -msgid "If successful, an errno integer not equal to zero is returned." +#: ../src/guestfs.pod:974 +msgid "For example, change C to C." msgstr "" # type: textblock -#: ../src/guestfs.pod:948 -msgid "" -"If no error, this returns 0. This call can return 0 in three situations:" +#: ../src/guestfs.pod:976 +msgid "If that named device exists, use it. If not, continue." msgstr "" # type: textblock -#: ../src/guestfs.pod:955 -msgid "There has not been any error on the handle." +#: ../src/guestfs.pod:980 +msgid "Replace initial C string with C." msgstr "" # type: textblock -#: ../src/guestfs.pod:959 -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 " -"some other reason." +#: ../src/guestfs.pod:982 +msgid "If that named device exists, use it. If not, return an error." msgstr "" -# type: textblock -#: ../src/guestfs.pod:965 -msgid "" +# type: =head3 +#: ../src/guestfs.pod:986 +msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:988 +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:992 +msgid "" +"Where possible for maximum future portability programs using libguestfs " +"should use these future-proof techniques:" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:999 +msgid "" +"Use L or L to list actual " +"device names, and then use those names directly." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1002 +msgid "" +"Since those device names exist by definition, they will never be translated." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1007 +msgid "" +"Use higher level ways to identify filesystems, such as LVM names, UUIDs and " +"filesystem labels." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:1012 +msgid "SECURITY" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1014 +msgid "" +"This section discusses security implications of using libguestfs, " +"particularly with untrusted or malicious guests or disk images." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1017 +msgid "GENERAL SECURITY CONSIDERATIONS" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1019 +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:1029 +msgid "the data (file etc) not being present" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1033 +msgid "being present but empty" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1037 +msgid "being much larger than normal" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1041 +msgid "containing arbitrary 8 bit data" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1045 +msgid "being in an unexpected character encoding" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1049 +msgid "containing homoglyphs." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1053 +msgid "SECURITY OF MOUNTING FILESYSTEMS" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1055 +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:1068 +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:1079 +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:1082 +msgid "PROTOCOL SECURITY" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1084 +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:1090 +msgid "INSPECTION SECURITY" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1092 +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:1098 +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:1104 +msgid "RUNNING UNTRUSTED GUEST COMMANDS" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1106 +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:1112 +msgid "CVE-2010-3851" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1114 +msgid "https://bugzilla.redhat.com/642934" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1116 +msgid "" +"This security bug concerns the automatic disk format detection that qemu " +"does on disk images." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1119 +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:1124 +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:1129 +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:1137 +msgid "" +"In libguestfs this is rather hard to exploit except under two circumstances:" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1144 +msgid "You have enabled the network or have opened the disk in write mode." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1148 +msgid "" +"You are also running untrusted code from the guest (see L)." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1153 +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:1158 +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:1161 +msgid "" +"For libguestfs tools, use the I<--format> command line parameter as " +"appropriate." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:1164 +msgid "CONNECTION MANAGEMENT" +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1166 +msgid "guestfs_h *" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1168 +msgid "" +"C is the opaque type representing a connection handle. Create a " +"handle by calling L. Call L to free the " +"handle and release all resources used." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1172 +msgid "" +"For information on using multiple handles and threads, see the section L below." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1175 +msgid "guestfs_create" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:1177 +#, no-wrap +msgid "" +" guestfs_h *guestfs_create (void);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1179 +msgid "Create a connection handle." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1181 +msgid "" +"You have to call L (or one of the equivalent calls) " +"on the handle at least once." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1184 +msgid "" +"This function returns a non-NULL pointer to a handle on success or NULL on " +"error." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1187 +msgid "After configuring the handle, you have to call L." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1189 +msgid "" +"You may also want to configure error handling for the handle. See L section below." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1192 +msgid "guestfs_close" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:1194 +#, no-wrap +msgid "" +" void guestfs_close (guestfs_h *g);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1196 +msgid "This closes the connection handle and frees up all resources used." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:1198 +msgid "ERROR HANDLING" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1200 +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:1203 +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 " +"call." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1207 +msgid "" +"You can get at the additional information about the last error on the handle " +"by calling L, L, and/or by setting " +"up an error handler with L." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1212 +msgid "" +"When the handle is created, a default error handler is installed which " +"prints the error message string to C. For small short-running " +"command line programs it is sufficient to do:" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:1216 +#, no-wrap +msgid "" +" if (guestfs_launch (g) == -1)\n" +" exit (EXIT_FAILURE);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1219 +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:1222 +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:1225 +#, no-wrap +msgid "" +" g = guestfs_create ();\n" +" \n" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:1227 +#, no-wrap +msgid "" +" /* This disables the default behaviour of printing errors\n" +" on stderr. */\n" +" guestfs_set_error_handler (g, NULL, NULL);\n" +" \n" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:1231 +#, no-wrap +msgid "" +" if (guestfs_launch (g) == -1) {\n" +" /* Examine the error message and print it etc. */\n" +" char *msg = guestfs_last_error (g);\n" +" int errnum = guestfs_last_errno (g);\n" +" fprintf (stderr, \"%s\\n\", msg);\n" +" /* ... */\n" +" }\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1239 +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." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1243 +msgid "" +"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 " +"error information. However L is supposed to be a " +"lightweight operation which can only fail because of insufficient memory (it " +"returns NULL in this case)." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1249 +msgid "guestfs_last_error" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:1251 +#, no-wrap +msgid "" +" const char *guestfs_last_error (guestfs_h *g);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1253 +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:1257 +msgid "" +"The lifetime of the returned string is until the next error occurs, or L is called." +msgstr "" + +# type: =head2 +#: ../src/guestfs.pod:1260 +msgid "guestfs_last_errno" +msgstr "" + +# type: verbatim +#: ../src/guestfs.pod:1262 +#, no-wrap +msgid "" +" int guestfs_last_errno (guestfs_h *g);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1264 +msgid "This returns the last error number (errno) that happened on C." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1266 +msgid "If successful, an errno integer not equal to zero is returned." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1268 +msgid "" +"If no error, this returns 0. This call can return 0 in three situations:" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1275 +msgid "There has not been any error on the handle." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1279 +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 " +"some other reason." +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1285 +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:1291 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 +2560,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:979 +#: ../src/guestfs.pod:1299 msgid "guestfs_set_error_handler" msgstr "" # type: verbatim -#: ../src/guestfs.pod:981 +#: ../src/guestfs.pod:1301 #, no-wrap msgid "" " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n" @@ -2041,7 +2578,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:988 +#: ../src/guestfs.pod:1308 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 +2586,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:992 +#: ../src/guestfs.pod:1312 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:1315 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 +2601,22 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:999 +#: ../src/guestfs.pod:1319 msgid "The default handler prints messages on C." msgstr "" # type: textblock -#: ../src/guestfs.pod:1001 +#: ../src/guestfs.pod:1321 msgid "If you set C to C then I handler is called." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1003 +#: ../src/guestfs.pod:1323 msgid "guestfs_get_error_handler" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1005 +#: ../src/guestfs.pod:1325 #, no-wrap msgid "" " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n" @@ -2088,17 +2625,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1008 +#: ../src/guestfs.pod:1328 msgid "Returns the current error handler callback." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1010 +#: ../src/guestfs.pod:1330 msgid "guestfs_set_out_of_memory_handler" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1012 +#: ../src/guestfs.pod:1332 #, no-wrap msgid "" " typedef void (*guestfs_abort_cb) (void);\n" @@ -2108,118 +2645,73 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1016 +#: ../src/guestfs.pod:1336 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:1339 msgid "The default is to call L." msgstr "" # type: textblock -#: ../src/guestfs.pod:1021 -msgid "" -"You cannot set C to C. You can't ignore out of memory situations." -msgstr "" - -# type: =head2 -#: ../src/guestfs.pod:1024 -msgid "guestfs_get_out_of_memory_handler" -msgstr "" - -# type: verbatim -#: ../src/guestfs.pod:1026 -#, no-wrap -msgid "" -" guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n" -"\n" -msgstr "" - -# type: textblock -#: ../src/guestfs.pod:1028 -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 +#: ../src/guestfs.pod:1341 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" +"You cannot set C to C. You can't ignore out of memory situations." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1047 -msgid "ABI GUARANTEE" +#: ../src/guestfs.pod:1344 +msgid "guestfs_get_out_of_memory_handler" msgstr "" -# type: textblock -#: ../src/guestfs.pod:1049 +# type: verbatim +#: ../src/guestfs.pod:1346 +#, no-wrap 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." +" guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs.pod:1348 +msgid "This returns the current out of memory handler." +msgstr "" + +# type: =head1 +#: ../src/guestfs.pod:1350 +msgid "API CALLS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1055 ../fish/guestfish.pod:907 +#: ../src/guestfs.pod:1352 ../fish/guestfish.pod:907 msgid "@ACTIONS@" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1057 +#: ../src/guestfs.pod:1354 msgid "STRUCTURES" msgstr "" # type: textblock -#: ../src/guestfs.pod:1059 +#: ../src/guestfs.pod:1356 msgid "@STRUCTS@" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1061 +#: ../src/guestfs.pod:1358 msgid "AVAILABILITY" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1063 +#: ../src/guestfs.pod:1360 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1065 +#: ../src/guestfs.pod:1362 msgid "" "Using L you can test availability of the following " "groups of functions. This test queries the appliance to see if the " @@ -2227,17 +2719,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1070 +#: ../src/guestfs.pod:1367 msgid "@AVAILABILITY@" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1072 +#: ../src/guestfs.pod:1369 msgid "GUESTFISH supported COMMAND" msgstr "" # type: textblock -#: ../src/guestfs.pod:1074 +#: ../src/guestfs.pod:1371 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 +2737,19 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1079 +#: ../src/guestfs.pod:1376 msgid "SINGLE CALLS AT COMPILE TIME" msgstr "" # type: textblock -#: ../src/guestfs.pod:1081 +#: ../src/guestfs.pod:1378 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:1381 #, no-wrap msgid "" " #define LIBGUESTFS_HAVE_DD 1\n" @@ -2265,12 +2757,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1086 +#: ../src/guestfs.pod:1383 msgid "if L is available." msgstr "" # type: textblock -#: ../src/guestfs.pod:1088 +#: ../src/guestfs.pod:1385 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 +2770,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1093 +#: ../src/guestfs.pod:1390 #, no-wrap msgid "" " AC_CHECK_LIB([guestfs],[guestfs_create])\n" @@ -2287,19 +2779,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1096 +#: ../src/guestfs.pod:1393 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:1396 msgid "SINGLE CALLS AT RUN TIME" msgstr "" # type: textblock -#: ../src/guestfs.pod:1101 +#: ../src/guestfs.pod:1398 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 +2801,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1108 +#: ../src/guestfs.pod:1405 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 +2809,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1112 +#: ../src/guestfs.pod:1409 #, no-wrap msgid "" " #include \n" @@ -2329,7 +2821,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1118 +#: ../src/guestfs.pod:1415 #, no-wrap msgid "" " main ()\n" @@ -2341,7 +2833,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1124 +#: ../src/guestfs.pod:1421 #, no-wrap msgid "" " /* Test if the function guestfs_dd is really available. */\n" @@ -2356,7 +2848,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1133 +#: ../src/guestfs.pod:1430 #, no-wrap msgid "" " if (!has_function)\n" @@ -2375,7 +2867,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1146 +#: ../src/guestfs.pod:1443 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 +2875,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1151 +#: ../src/guestfs.pod:1448 #, no-wrap msgid "" " Requires: libguestfs >= 1.0.80\n" @@ -2391,12 +2883,12 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1153 +#: ../src/guestfs.pod:1450 msgid "CALLS WITH OPTIONAL ARGUMENTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1155 +#: ../src/guestfs.pod:1452 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 +2896,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1160 +#: ../src/guestfs.pod:1457 #, no-wrap msgid "" " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n" @@ -2412,14 +2904,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1162 +#: ../src/guestfs.pod:1459 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:1462 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename, -1);\n" @@ -2427,12 +2919,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1167 +#: ../src/guestfs.pod:1464 msgid "With a single optional argument:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1169 +#: ../src/guestfs.pod:1466 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename,\n" @@ -2442,12 +2934,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1173 +#: ../src/guestfs.pod:1470 msgid "With two:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1175 +#: ../src/guestfs.pod:1472 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename,\n" @@ -2458,19 +2950,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1180 +#: ../src/guestfs.pod:1477 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:1480 msgid "USING va_list FOR OPTIONAL ARGUMENTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1185 +#: ../src/guestfs.pod:1482 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 +2970,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1189 +#: ../src/guestfs.pod:1486 #, no-wrap msgid "" " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n" @@ -2487,12 +2979,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1192 +#: ../src/guestfs.pod:1489 msgid "CONSTRUCTING OPTIONAL ARGUMENTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1194 +#: ../src/guestfs.pod:1491 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 +2994,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1200 +#: ../src/guestfs.pod:1497 #, no-wrap msgid "" " struct guestfs_add_drive_opts_argv {\n" @@ -2517,12 +3009,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1209 +#: ../src/guestfs.pod:1506 msgid "You could call it like this:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1211 +#: ../src/guestfs.pod:1508 #, no-wrap msgid "" " struct guestfs_add_drive_opts_argv optargs = {\n" @@ -2535,7 +3027,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1218 +#: ../src/guestfs.pod:1515 #, no-wrap msgid "" " guestfs_add_drive_opts_argv (g, filename, &optargs);\n" @@ -2543,36 +3035,36 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1220 ../src/guestfs-actions.pod:11 +#: ../src/guestfs.pod:1517 ../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:1523 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask." msgstr "" # type: textblock -#: ../src/guestfs.pod:1231 +#: ../src/guestfs.pod:1528 msgid "You do not need to fill in all fields of the structure." msgstr "" # type: textblock -#: ../src/guestfs.pod:1235 +#: ../src/guestfs.pod:1532 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:1537 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES" msgstr "" # type: textblock -#: ../src/guestfs.pod:1242 +#: ../src/guestfs.pod:1539 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 +3072,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1246 +#: ../src/guestfs.pod:1543 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:1545 msgid "SETTING CALLBACKS TO HANDLE EVENTS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1356 +#: ../src/guestfs.pod:1547 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:1550 msgid "" "Use the C functions to set a callback for different " "types of events." msgstr "" # type: textblock -#: ../src/guestfs.pod:1362 +#: ../src/guestfs.pod:1553 msgid "" "Only I can be registered for each handle. " "Calling C again overwrites the previous callback of " @@ -2783,12 +3105,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1367 +#: ../src/guestfs.pod:1558 msgid "guestfs_set_log_message_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1369 +#: ../src/guestfs.pod:1560 #, no-wrap msgid "" " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n" @@ -2800,31 +3122,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1375 +#: ../src/guestfs.pod:1566 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:1569 msgid "Use this function to capture kernel messages and similar." msgstr "" # type: textblock -#: ../src/guestfs.pod:1380 +#: ../src/guestfs.pod:1571 msgid "" "Normally there is no log message handler, and log messages are just " "discarded." msgstr "" # type: =head2 -#: ../src/guestfs.pod:1383 +#: ../src/guestfs.pod:1574 msgid "guestfs_set_subprocess_quit_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1385 +#: ../src/guestfs.pod:1576 #, no-wrap msgid "" " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n" @@ -2835,7 +3157,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1390 +#: ../src/guestfs.pod:1581 msgid "" "The callback function C will be called when the child process quits, " "either asynchronously or if killed by L. (This " @@ -2843,12 +3165,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1395 +#: ../src/guestfs.pod:1586 msgid "guestfs_set_launch_done_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1397 +#: ../src/guestfs.pod:1588 #, no-wrap msgid "" " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n" @@ -2859,7 +3181,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1402 +#: ../src/guestfs.pod:1593 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 +3189,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1406 +#: ../src/guestfs.pod:1597 msgid "guestfs_set_close_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1408 +#: ../src/guestfs.pod:1599 #, no-wrap msgid "" " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n" @@ -2883,14 +3205,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1413 +#: ../src/guestfs.pod:1604 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:1607 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 +3223,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1424 +#: ../src/guestfs.pod:1615 msgid "guestfs_set_progress_callback" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1426 +#: ../src/guestfs.pod:1617 #, no-wrap msgid "" " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n" @@ -2919,7 +3241,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1433 +#: ../src/guestfs.pod:1624 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 +3251,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1439 +#: ../src/guestfs.pod:1630 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 +3260,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1445 +#: ../src/guestfs.pod:1636 msgid "The only defined and stable parts of the API are:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1451 +#: ../src/guestfs.pod:1642 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:1647 msgid "0 E= C E= C" msgstr "" # type: textblock -#: ../src/guestfs.pod:1460 +#: ../src/guestfs.pod:1651 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:1654 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 +3292,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1469 +#: ../src/guestfs.pod:1660 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 +3301,12 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1474 +#: ../src/guestfs.pod:1665 msgid "PRIVATE DATA AREA" msgstr "" # type: textblock -#: ../src/guestfs.pod:1476 +#: ../src/guestfs.pod:1667 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 +3314,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1480 +#: ../src/guestfs.pod:1671 msgid "To attach a named piece of data, use the following call:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1482 +#: ../src/guestfs.pod:1673 #, no-wrap msgid "" " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n" @@ -3005,7 +3327,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1484 +#: ../src/guestfs.pod:1675 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 +3335,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1488 +#: ../src/guestfs.pod:1679 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 +3344,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1493 +#: ../src/guestfs.pod:1684 msgid "To retrieve the pointer, use:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1495 +#: ../src/guestfs.pod:1686 #, no-wrap msgid "" " void *guestfs_get_private (guestfs_h *g, const char *key);\n" @@ -3035,7 +3357,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1497 +#: ../src/guestfs.pod:1688 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,7 +3365,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1501 +#: ../src/guestfs.pod:1692 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 " @@ -3055,187 +3377,201 @@ msgid "" 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 +#: ../src/guestfs.pod:1700 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." +"The private data area is implemented using a hash table, and should be " +"reasonably efficient for moderate numbers of keys." 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." +# type: =end +#: ../src/guestfs.pod:1703 ../src/guestfs.pod:1708 +msgid "html" msgstr "" # type: textblock -#: ../src/guestfs.pod:1541 +#: ../src/guestfs.pod:1705 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:1546 -msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION" +# type: =head1 +#: ../src/guestfs.pod:1710 +msgid "ARCHITECTURE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1548 +#: ../src/guestfs.pod:1712 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." +"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:1554 +# type: verbatim +#: ../src/guestfs.pod:1716 +#, no-wrap 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:1562 -msgid "Is the string a parameter which is a device or partition name?" +" ___________________\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:1566 -msgid "Does the string begin with C?" +#: ../src/guestfs.pod:1736 +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:1570 +#: ../src/guestfs.pod:1739 msgid "" -"Does the named device exist? If so, we use that device. However if I " -"then we continue with this algorithm." +"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:1575 -msgid "Replace initial C string with C." +#: ../src/guestfs.pod:1748 +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:1577 -msgid "For example, change C to C." +# type: =head1 +#: ../src/guestfs.pod:1755 +msgid "STATE MACHINE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1579 -msgid "If that named device exists, use it. If not, continue." +#: ../src/guestfs.pod:1757 +msgid "libguestfs uses a state machine to model the child process:" msgstr "" -# type: textblock -#: ../src/guestfs.pod:1583 -msgid "Replace initial C string with C." +# type: verbatim +#: ../src/guestfs.pod:1759 +#, 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:1585 -msgid "If that named device exists, use it. If not, return an error." -msgstr "" - -# type: =head2 -#: ../src/guestfs.pod:1589 -msgid "PORTABILITY CONCERNS" +#: ../src/guestfs.pod:1781 +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:1786 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:1790 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:1793 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:1799 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:1805 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:1809 msgid "INTERNALS" msgstr "" # type: =head2 -#: ../src/guestfs.pod:1617 +#: ../src/guestfs.pod:1811 msgid "COMMUNICATION PROTOCOL" msgstr "" # type: textblock -#: ../src/guestfs.pod:1619 +#: ../src/guestfs.pod:1813 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:1816 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 +3579,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1626 +#: ../src/guestfs.pod:1820 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:1823 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 +3596,17 @@ msgid "" msgstr "" # type: =head3 -#: ../src/guestfs.pod:1636 +#: ../src/guestfs.pod:1830 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)" msgstr "" # type: textblock -#: ../src/guestfs.pod:1638 +#: ../src/guestfs.pod:1832 msgid "For ordinary functions, the request message is:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1640 +#: ../src/guestfs.pod:1834 #, no-wrap msgid "" " total length (header + arguments,\n" @@ -3281,7 +3617,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1645 +#: ../src/guestfs.pod:1839 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 +3626,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1651 +#: ../src/guestfs.pod:1845 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:1848 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:1852 msgid "The reply message for ordinary functions is:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1660 +#: ../src/guestfs.pod:1854 #, no-wrap msgid "" " total length (header + ret,\n" @@ -3320,27 +3656,27 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1665 +#: ../src/guestfs.pod:1859 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:1862 msgid "" "As above the total length of the reply is limited to C." msgstr "" # type: textblock -#: ../src/guestfs.pod:1671 +#: ../src/guestfs.pod:1865 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:1868 #, no-wrap msgid "" " total length (header + error,\n" @@ -3351,19 +3687,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1679 +#: ../src/guestfs.pod:1873 msgid "" "The C structure contains the error message as a " "string." msgstr "" # type: =head3 -#: ../src/guestfs.pod:1682 +#: ../src/guestfs.pod:1876 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1684 +#: ../src/guestfs.pod:1878 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 +3707,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1688 +#: ../src/guestfs.pod:1882 #, no-wrap msgid "" " total length (header + arguments,\n" @@ -3385,12 +3721,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1696 +#: ../src/guestfs.pod:1890 msgid "The \"sequence of chunks\" is:" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1698 +#: ../src/guestfs.pod:1892 #, no-wrap msgid "" " length of chunk (not including length word itself)\n" @@ -3404,7 +3740,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1706 +#: ../src/guestfs.pod:1900 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 +3748,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1710 +#: ../src/guestfs.pod:1904 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 +3757,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1715 +#: ../src/guestfs.pod:1909 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 +3766,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1721 +#: ../src/guestfs.pod:1915 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 +3778,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1730 +#: ../src/guestfs.pod:1924 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 +3788,19 @@ msgid "" msgstr "" # type: =head3 -#: ../src/guestfs.pod:1736 +#: ../src/guestfs.pod:1930 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1738 +#: ../src/guestfs.pod:1932 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:1935 #, no-wrap msgid "" " total length (header + ret,\n" @@ -3478,12 +3814,12 @@ msgid "" msgstr "" # type: =head3 -#: ../src/guestfs.pod:1749 +#: ../src/guestfs.pod:1943 msgid "INITIAL MESSAGE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1751 +#: ../src/guestfs.pod:1945 msgid "" "When the daemon launches it sends an initial word (C) " "which indicates that the guest and daemon is alive. This is what L, 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: textblock -#: ../src/guestfs.pod:1799 -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:1803 -#, no-wrap + +# type: textblock +#: ../src/guestfs.pod:1955 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:1959 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:1963 msgid "LIBGUESTFS VERSION NUMBERS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1810 +#: ../src/guestfs.pod:1965 msgid "" "Since April 2010, libguestfs has started to make separate development and " "stable releases, along with corresponding branches in our git repository. " @@ -3622,7 +3869,7 @@ msgid "" msgstr "" # type: verbatim -#: ../src/guestfs.pod:1815 +#: ../src/guestfs.pod:1970 #, no-wrap msgid "" " even numbers for stable: 1.2.x, 1.4.x, ...\n" @@ -3639,12 +3886,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1826 +#: ../src/guestfs.pod:1981 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:1983 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 +3901,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1834 +#: ../src/guestfs.pod:1989 msgid "Our criteria for backporting changes are:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1840 +#: ../src/guestfs.pod:1995 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:2001 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:2006 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 +3928,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1857 +#: ../src/guestfs.pod:2012 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 +3936,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1863 +#: ../src/guestfs.pod:2018 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 +3947,47 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1871 ../fish/guestfish.pod:914 +#: ../src/guestfs.pod:2026 ../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:2030 ../fish/guestfish.pod:940 msgid "LIBGUESTFS_APPEND" msgstr "" # type: textblock -#: ../src/guestfs.pod:1877 ../fish/guestfish.pod:942 +#: ../src/guestfs.pod:2032 ../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:2034 ../fish/guestfish.pod:944 msgid "LIBGUESTFS_DEBUG" msgstr "" # type: textblock -#: ../src/guestfs.pod:1881 +#: ../src/guestfs.pod:2036 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:2039 ../fish/guestfish.pod:949 msgid "LIBGUESTFS_MEMSIZE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1886 ../fish/guestfish.pod:951 +#: ../src/guestfs.pod:2041 ../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:2044 ../fish/guestfish.pod:954 #, no-wrap msgid "" " LIBGUESTFS_MEMSIZE=700\n" @@ -3748,58 +3995,58 @@ msgid "" msgstr "" # type: =item -#: ../src/guestfs.pod:1891 ../fish/guestfish.pod:956 +#: ../src/guestfs.pod:2046 ../fish/guestfish.pod:956 msgid "LIBGUESTFS_PATH" msgstr "" # type: textblock -#: ../src/guestfs.pod:1893 +#: ../src/guestfs.pod:2048 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:2051 ../fish/guestfish.pod:961 msgid "LIBGUESTFS_QEMU" msgstr "" # type: textblock -#: ../src/guestfs.pod:1898 ../fish/guestfish.pod:963 +#: ../src/guestfs.pod:2053 ../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:2057 msgid "See also L above." msgstr "" # type: =item -#: ../src/guestfs.pod:1904 ../fish/guestfish.pod:967 +#: ../src/guestfs.pod:2059 ../fish/guestfish.pod:967 msgid "LIBGUESTFS_TRACE" msgstr "" # type: textblock -#: ../src/guestfs.pod:1906 +#: ../src/guestfs.pod:2061 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:2064 ../fish/guestfish.pod:976 msgid "TMPDIR" msgstr "" # type: textblock -#: ../src/guestfs.pod:1911 ../fish/guestfish.pod:978 +#: ../src/guestfs.pod:2066 ../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:2068 ../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,9 +4055,9 @@ msgid "" msgstr "" # type: =head1 -#: ../src/guestfs.pod:1921 ../fish/guestfish.pod:1038 +#: ../src/guestfs.pod:2076 ../fish/guestfish.pod:1038 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 -#: ../inspector/virt-inspector.pl:570 ../tools/virt-edit.pl:350 +#: ../inspector/virt-inspector.pl:452 ../tools/virt-edit.pl:350 #: ../tools/virt-win-reg.pl:484 ../tools/virt-df.pl:640 #: ../tools/virt-ls.pl:232 ../tools/virt-resize.pl:1486 #: ../tools/virt-list-filesystems.pl:186 ../tools/virt-tar.pl:281 @@ -3820,7 +4067,7 @@ msgid "SEE ALSO" msgstr "" # type: textblock -#: ../src/guestfs.pod:1923 +#: ../src/guestfs.pod:2078 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:2103 ../tools/virt-win-reg.pl:499 #: ../tools/virt-make-fs.pl:548 msgid "BUGS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1950 +#: ../src/guestfs.pod:2105 msgid "To get a list of bugs against libguestfs use this link:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1952 +#: ../src/guestfs.pod:2107 msgid "" "L" msgstr "" # type: textblock -#: ../src/guestfs.pod:1954 +#: ../src/guestfs.pod:2109 msgid "To report a new bug against libguestfs use this link:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1956 +#: ../src/guestfs.pod:2111 msgid "" "L" msgstr "" # type: textblock -#: ../src/guestfs.pod:1958 +#: ../src/guestfs.pod:2113 msgid "When reporting a bug, please check:" msgstr "" # type: textblock -#: ../src/guestfs.pod:1964 +#: ../src/guestfs.pod:2119 msgid "That the bug hasn't been reported already." msgstr "" # type: textblock -#: ../src/guestfs.pod:1968 +#: ../src/guestfs.pod:2123 msgid "That you are testing a recent version." msgstr "" # type: textblock -#: ../src/guestfs.pod:1972 +#: ../src/guestfs.pod:2127 msgid "Describe the bug accurately, and give a way to reproduce it." msgstr "" # type: textblock -#: ../src/guestfs.pod:1976 +#: ../src/guestfs.pod:2131 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:2136 ../fish/guestfish.pod:1055 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244 -#: ../inspector/virt-inspector.pl:580 +#: ../inspector/virt-inspector.pl:462 msgid "AUTHORS" msgstr "" # type: textblock -#: ../src/guestfs.pod:1983 ../fish/guestfish.pod:1057 +#: ../src/guestfs.pod:2138 ../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:2140 ../fish/guestfish.pod:1059 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 -#: ../inspector/virt-inspector.pl:594 ../tools/virt-edit.pl:366 +#: ../inspector/virt-inspector.pl:476 ../tools/virt-edit.pl:366 #: ../tools/virt-win-reg.pl:514 ../tools/virt-df.pl:653 #: ../tools/virt-ls.pl:247 ../tools/virt-resize.pl:1512 #: ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:296 @@ -3919,13 +4166,13 @@ msgid "COPYRIGHT" msgstr "" # type: textblock -#: ../src/guestfs.pod:1987 ../fish/guestfish.pod:1061 +#: ../src/guestfs.pod:2142 ../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:2145 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 +4181,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:1995 +#: ../src/guestfs.pod:2150 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 +4190,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs.pod:2000 +#: ../src/guestfs.pod:2155 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 +4261,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:2989 -#: ../src/guestfs-actions.pod:3004 ../src/guestfs-actions.pod:3024 -#: ../src/guestfs-actions.pod:3149 ../src/guestfs-actions.pod:3163 -#: ../src/guestfs-actions.pod:3176 ../src/guestfs-actions.pod:3190 -#: ../src/guestfs-actions.pod:3205 ../src/guestfs-actions.pod:3241 -#: ../src/guestfs-actions.pod:3313 ../src/guestfs-actions.pod:3333 -#: ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3373 -#: ../src/guestfs-actions.pod:3396 ../src/guestfs-actions.pod:3428 -#: ../src/guestfs-actions.pod:3447 ../src/guestfs-actions.pod:3466 -#: ../src/guestfs-actions.pod:3501 ../src/guestfs-actions.pod:3513 -#: ../src/guestfs-actions.pod:3549 ../src/guestfs-actions.pod:3565 -#: ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3593 -#: ../src/guestfs-actions.pod:3610 ../src/guestfs-actions.pod:3703 -#: ../src/guestfs-actions.pod:3723 ../src/guestfs-actions.pod:3736 -#: ../src/guestfs-actions.pod:3787 ../src/guestfs-actions.pod:3805 -#: ../src/guestfs-actions.pod:3823 ../src/guestfs-actions.pod:3839 -#: ../src/guestfs-actions.pod:3853 ../src/guestfs-actions.pod:3867 -#: ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3899 -#: ../src/guestfs-actions.pod:3919 ../src/guestfs-actions.pod:3968 -#: ../src/guestfs-actions.pod:3999 ../src/guestfs-actions.pod:4018 -#: ../src/guestfs-actions.pod:4037 ../src/guestfs-actions.pod:4049 -#: ../src/guestfs-actions.pod:4066 ../src/guestfs-actions.pod:4079 -#: ../src/guestfs-actions.pod:4094 ../src/guestfs-actions.pod:4109 -#: ../src/guestfs-actions.pod:4144 ../src/guestfs-actions.pod:4159 -#: ../src/guestfs-actions.pod:4179 ../src/guestfs-actions.pod:4193 -#: ../src/guestfs-actions.pod:4210 ../src/guestfs-actions.pod:4259 -#: ../src/guestfs-actions.pod:4296 ../src/guestfs-actions.pod:4310 -#: ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4355 -#: ../src/guestfs-actions.pod:4373 ../src/guestfs-actions.pod:4507 -#: ../src/guestfs-actions.pod:4564 ../src/guestfs-actions.pod:4586 -#: ../src/guestfs-actions.pod:4604 ../src/guestfs-actions.pod:4636 -#: ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:4719 -#: ../src/guestfs-actions.pod:4732 ../src/guestfs-actions.pod:4746 -#: ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5054 -#: ../src/guestfs-actions.pod:5068 ../src/guestfs-actions.pod:5080 -#: ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5106 -#: ../src/guestfs-actions.pod:5120 ../src/guestfs-actions.pod:5136 -#: ../src/guestfs-actions.pod:5157 ../src/guestfs-actions.pod:5176 -#: ../src/guestfs-actions.pod:5195 ../src/guestfs-actions.pod:5213 -#: ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5254 -#: ../src/guestfs-actions.pod:5273 ../src/guestfs-actions.pod:5294 -#: ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5330 -#: ../src/guestfs-actions.pod:5358 ../src/guestfs-actions.pod:5382 -#: ../src/guestfs-actions.pod:5401 ../src/guestfs-actions.pod:5425 -#: ../src/guestfs-actions.pod:5440 ../src/guestfs-actions.pod:5455 -#: ../src/guestfs-actions.pod:5474 ../src/guestfs-actions.pod:5511 -#: ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5560 -#: ../src/guestfs-actions.pod:5668 ../src/guestfs-actions.pod:5789 -#: ../src/guestfs-actions.pod:5801 ../src/guestfs-actions.pod:5814 -#: ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:5849 -#: ../src/guestfs-actions.pod:5862 ../src/guestfs-actions.pod:5875 -#: ../src/guestfs-actions.pod:5888 ../src/guestfs-actions.pod:5903 -#: ../src/guestfs-actions.pod:5962 ../src/guestfs-actions.pod:5979 -#: ../src/guestfs-actions.pod:5995 ../src/guestfs-actions.pod:6011 -#: ../src/guestfs-actions.pod:6028 ../src/guestfs-actions.pod:6041 -#: ../src/guestfs-actions.pod:6061 ../src/guestfs-actions.pod:6097 -#: ../src/guestfs-actions.pod:6111 ../src/guestfs-actions.pod:6152 -#: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6183 -#: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6243 -#: ../src/guestfs-actions.pod:6362 ../src/guestfs-actions.pod:6380 -#: ../src/guestfs-actions.pod:6394 ../src/guestfs-actions.pod:6449 -#: ../src/guestfs-actions.pod:6462 ../src/guestfs-actions.pod:6507 -#: ../src/guestfs-actions.pod:6540 ../src/guestfs-actions.pod:6594 -#: ../src/guestfs-actions.pod:6620 ../src/guestfs-actions.pod:6686 -#: ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6734 +#: ../src/guestfs-actions.pod:2453 ../src/guestfs-actions.pod:3162 +#: ../src/guestfs-actions.pod:3177 ../src/guestfs-actions.pod:3197 +#: ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3336 +#: ../src/guestfs-actions.pod:3349 ../src/guestfs-actions.pod:3363 +#: ../src/guestfs-actions.pod:3378 ../src/guestfs-actions.pod:3414 +#: ../src/guestfs-actions.pod:3486 ../src/guestfs-actions.pod:3506 +#: ../src/guestfs-actions.pod:3523 ../src/guestfs-actions.pod:3546 +#: ../src/guestfs-actions.pod:3569 ../src/guestfs-actions.pod:3601 +#: ../src/guestfs-actions.pod:3620 ../src/guestfs-actions.pod:3639 +#: ../src/guestfs-actions.pod:3674 ../src/guestfs-actions.pod:3686 +#: ../src/guestfs-actions.pod:3722 ../src/guestfs-actions.pod:3738 +#: ../src/guestfs-actions.pod:3751 ../src/guestfs-actions.pod:3766 +#: ../src/guestfs-actions.pod:3783 ../src/guestfs-actions.pod:3876 +#: ../src/guestfs-actions.pod:3896 ../src/guestfs-actions.pod:3909 +#: ../src/guestfs-actions.pod:3960 ../src/guestfs-actions.pod:3978 +#: ../src/guestfs-actions.pod:3996 ../src/guestfs-actions.pod:4012 +#: ../src/guestfs-actions.pod:4026 ../src/guestfs-actions.pod:4040 +#: ../src/guestfs-actions.pod:4057 ../src/guestfs-actions.pod:4072 +#: ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4141 +#: ../src/guestfs-actions.pod:4172 ../src/guestfs-actions.pod:4191 +#: ../src/guestfs-actions.pod:4210 ../src/guestfs-actions.pod:4222 +#: ../src/guestfs-actions.pod:4239 ../src/guestfs-actions.pod:4252 +#: ../src/guestfs-actions.pod:4267 ../src/guestfs-actions.pod:4282 +#: ../src/guestfs-actions.pod:4317 ../src/guestfs-actions.pod:4332 +#: ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4366 +#: ../src/guestfs-actions.pod:4383 ../src/guestfs-actions.pod:4432 +#: ../src/guestfs-actions.pod:4469 ../src/guestfs-actions.pod:4483 +#: ../src/guestfs-actions.pod:4511 ../src/guestfs-actions.pod:4528 +#: ../src/guestfs-actions.pod:4546 ../src/guestfs-actions.pod:4680 +#: ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:4759 +#: ../src/guestfs-actions.pod:4777 ../src/guestfs-actions.pod:4809 +#: ../src/guestfs-actions.pod:4875 ../src/guestfs-actions.pod:4892 +#: ../src/guestfs-actions.pod:4905 ../src/guestfs-actions.pod:4919 +#: ../src/guestfs-actions.pod:5208 ../src/guestfs-actions.pod:5227 +#: ../src/guestfs-actions.pod:5241 ../src/guestfs-actions.pod:5253 +#: ../src/guestfs-actions.pod:5267 ../src/guestfs-actions.pod:5279 +#: ../src/guestfs-actions.pod:5293 ../src/guestfs-actions.pod:5309 +#: ../src/guestfs-actions.pod:5330 ../src/guestfs-actions.pod:5349 +#: ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5386 +#: ../src/guestfs-actions.pod:5409 ../src/guestfs-actions.pod:5427 +#: ../src/guestfs-actions.pod:5446 ../src/guestfs-actions.pod:5467 +#: ../src/guestfs-actions.pod:5486 ../src/guestfs-actions.pod:5503 +#: ../src/guestfs-actions.pod:5531 ../src/guestfs-actions.pod:5555 +#: ../src/guestfs-actions.pod:5574 ../src/guestfs-actions.pod:5598 +#: ../src/guestfs-actions.pod:5613 ../src/guestfs-actions.pod:5628 +#: ../src/guestfs-actions.pod:5647 ../src/guestfs-actions.pod:5684 +#: ../src/guestfs-actions.pod:5707 ../src/guestfs-actions.pod:5733 +#: ../src/guestfs-actions.pod:5841 ../src/guestfs-actions.pod:5962 +#: ../src/guestfs-actions.pod:5974 ../src/guestfs-actions.pod:5987 +#: ../src/guestfs-actions.pod:6000 ../src/guestfs-actions.pod:6022 +#: ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6048 +#: ../src/guestfs-actions.pod:6061 ../src/guestfs-actions.pod:6076 +#: ../src/guestfs-actions.pod:6135 ../src/guestfs-actions.pod:6152 +#: ../src/guestfs-actions.pod:6168 ../src/guestfs-actions.pod:6184 +#: ../src/guestfs-actions.pod:6201 ../src/guestfs-actions.pod:6214 +#: ../src/guestfs-actions.pod:6234 ../src/guestfs-actions.pod:6270 +#: ../src/guestfs-actions.pod:6284 ../src/guestfs-actions.pod:6325 +#: ../src/guestfs-actions.pod:6338 ../src/guestfs-actions.pod:6356 +#: ../src/guestfs-actions.pod:6385 ../src/guestfs-actions.pod:6416 +#: ../src/guestfs-actions.pod:6535 ../src/guestfs-actions.pod:6553 +#: ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:6622 +#: ../src/guestfs-actions.pod:6635 ../src/guestfs-actions.pod:6680 +#: ../src/guestfs-actions.pod:6713 ../src/guestfs-actions.pod:6767 +#: ../src/guestfs-actions.pod:6793 ../src/guestfs-actions.pod:6859 +#: ../src/guestfs-actions.pod:6878 ../src/guestfs-actions.pod:6907 msgid "This function returns 0 on success or -1 on error." msgstr "" @@ -4095,11 +4342,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:6628 ../src/guestfs-actions.pod:6797 +#: ../src/guestfs-actions.pod:6801 ../src/guestfs-actions.pod:6970 #: ../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:4377 ../fish/guestfish-actions.pod:4474 +#: ../fish/guestfish-actions.pod:4534 ../fish/guestfish-actions.pod:4631 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 +4357,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:2991 ../src/guestfs-actions.pod:3006 -#: ../src/guestfs-actions.pod:4146 ../src/guestfs-actions.pod:5215 -#: ../src/guestfs-actions.pod:5332 ../src/guestfs-actions.pod:5442 -#: ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:6030 -#: ../src/guestfs-actions.pod:6542 +#: ../src/guestfs-actions.pod:3164 ../src/guestfs-actions.pod:3179 +#: ../src/guestfs-actions.pod:4319 ../src/guestfs-actions.pod:5388 +#: ../src/guestfs-actions.pod:5505 ../src/guestfs-actions.pod:5615 +#: ../src/guestfs-actions.pod:6078 ../src/guestfs-actions.pod:6203 +#: ../src/guestfs-actions.pod:6715 msgid "(Added in 0.3)" msgstr "" @@ -4210,12 +4457,12 @@ msgstr "" #: ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1864 #: ../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:4282 -#: ../src/guestfs-actions.pod:4410 ../src/guestfs-actions.pod:4816 -#: ../src/guestfs-actions.pod:4842 ../src/guestfs-actions.pod:6138 -#: ../src/guestfs-actions.pod:6553 ../src/guestfs-actions.pod:6566 -#: ../src/guestfs-actions.pod:6579 +#: ../src/guestfs-actions.pod:2344 ../src/guestfs-actions.pod:2610 +#: ../src/guestfs-actions.pod:2631 ../src/guestfs-actions.pod:4455 +#: ../src/guestfs-actions.pod:4583 ../src/guestfs-actions.pod:4989 +#: ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:6311 +#: ../src/guestfs-actions.pod:6726 ../src/guestfs-actions.pod:6739 +#: ../src/guestfs-actions.pod:6752 msgid "On error this function returns -1." msgstr "" @@ -4582,7 +4829,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:4893 +#: ../src/guestfs-actions.pod:5066 msgid "(Added in 0.7)" msgstr "" @@ -4693,18 +4940,19 @@ msgstr "" #: ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824 #: ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936 #: ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2268 -#: ../src/guestfs-actions.pod:2475 ../src/guestfs-actions.pod:2548 -#: ../src/guestfs-actions.pod:2679 ../src/guestfs-actions.pod:2735 -#: ../src/guestfs-actions.pod:2758 ../src/guestfs-actions.pod:3135 -#: ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:3655 -#: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:4428 -#: ../src/guestfs-actions.pod:4621 ../src/guestfs-actions.pod:4791 -#: ../src/guestfs-actions.pod:4969 ../src/guestfs-actions.pod:5018 -#: ../src/guestfs-actions.pod:5581 ../src/guestfs-actions.pod:5597 -#: ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:5638 -#: ../src/guestfs-actions.pod:6302 ../src/guestfs-actions.pod:6321 -#: ../src/guestfs-actions.pod:6339 ../src/guestfs-actions.pod:6519 -#: ../src/guestfs-actions.pod:6791 +#: ../src/guestfs-actions.pod:2475 ../src/guestfs-actions.pod:2556 +#: ../src/guestfs-actions.pod:2692 ../src/guestfs-actions.pod:2721 +#: ../src/guestfs-actions.pod:2743 ../src/guestfs-actions.pod:2803 +#: ../src/guestfs-actions.pod:2826 ../src/guestfs-actions.pod:3308 +#: ../src/guestfs-actions.pod:3658 ../src/guestfs-actions.pod:3828 +#: ../src/guestfs-actions.pod:3938 ../src/guestfs-actions.pod:4601 +#: ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:4964 +#: ../src/guestfs-actions.pod:5142 ../src/guestfs-actions.pod:5191 +#: ../src/guestfs-actions.pod:5754 ../src/guestfs-actions.pod:5770 +#: ../src/guestfs-actions.pod:5787 ../src/guestfs-actions.pod:5811 +#: ../src/guestfs-actions.pod:6475 ../src/guestfs-actions.pod:6494 +#: ../src/guestfs-actions.pod:6512 ../src/guestfs-actions.pod:6692 +#: ../src/guestfs-actions.pod:6964 msgid "" "This function returns a string, or NULL on error. I." @@ -4910,19 +5158,19 @@ msgstr "" #: ../src/guestfs-actions.pod:2164 ../src/guestfs-actions.pod:2183 #: ../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:2698 -#: ../src/guestfs-actions.pod:2800 ../src/guestfs-actions.pod:3055 -#: ../src/guestfs-actions.pod:3117 ../src/guestfs-actions.pod:3222 -#: ../src/guestfs-actions.pod:3627 ../src/guestfs-actions.pod:4243 -#: ../src/guestfs-actions.pod:4763 ../src/guestfs-actions.pod:4889 -#: ../src/guestfs-actions.pod:5003 ../src/guestfs-actions.pod:5654 -#: ../src/guestfs-actions.pod:5715 ../src/guestfs-actions.pod:5770 -#: ../src/guestfs-actions.pod:5916 ../src/guestfs-actions.pod:5940 -#: ../src/guestfs-actions.pod:6412 ../src/guestfs-actions.pod:6432 -#: ../src/guestfs-actions.pod:6479 ../src/guestfs-actions.pod:6644 -#: ../src/guestfs-actions.pod:6663 ../src/guestfs-actions.pod:6748 -#: ../src/guestfs-actions.pod:6767 ../src/guestfs-actions.pod:6813 -#: ../src/guestfs-actions.pod:6832 +#: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2762 +#: ../src/guestfs-actions.pod:2973 ../src/guestfs-actions.pod:3228 +#: ../src/guestfs-actions.pod:3290 ../src/guestfs-actions.pod:3395 +#: ../src/guestfs-actions.pod:3800 ../src/guestfs-actions.pod:4416 +#: ../src/guestfs-actions.pod:4936 ../src/guestfs-actions.pod:5062 +#: ../src/guestfs-actions.pod:5176 ../src/guestfs-actions.pod:5827 +#: ../src/guestfs-actions.pod:5888 ../src/guestfs-actions.pod:5943 +#: ../src/guestfs-actions.pod:6089 ../src/guestfs-actions.pod:6113 +#: ../src/guestfs-actions.pod:6585 ../src/guestfs-actions.pod:6605 +#: ../src/guestfs-actions.pod:6652 ../src/guestfs-actions.pod:6817 +#: ../src/guestfs-actions.pod:6836 ../src/guestfs-actions.pod:6921 +#: ../src/guestfs-actions.pod:6940 ../src/guestfs-actions.pod:6986 +#: ../src/guestfs-actions.pod:7005 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:6324 +#: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6497 msgid "(Added in 1.0.75)" msgstr "" @@ -5625,8 +5873,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:4879 -#: ../fish/guestfish-actions.pod:575 ../fish/guestfish-actions.pod:3221 +#: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5052 +#: ../fish/guestfish-actions.pod:575 ../fish/guestfish-actions.pod:3378 msgid "Return the contents of the file named C." msgstr "" @@ -5647,42 +5895,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:4661 ../src/guestfs-actions.pod:4687 -#: ../src/guestfs-actions.pod:4818 ../src/guestfs-actions.pod:4844 -#: ../src/guestfs-actions.pod:4868 ../src/guestfs-actions.pod:5719 -#: ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5920 -#: ../src/guestfs-actions.pod:5944 ../src/guestfs-actions.pod:6596 -#: ../src/guestfs-actions.pod:6622 ../src/guestfs-actions.pod:6648 -#: ../src/guestfs-actions.pod:6667 ../src/guestfs-actions.pod:6752 -#: ../src/guestfs-actions.pod:6771 ../src/guestfs-actions.pod:6817 -#: ../src/guestfs-actions.pod:6836 ../fish/guestfish-actions.pod:582 +#: ../src/guestfs-actions.pod:4834 ../src/guestfs-actions.pod:4860 +#: ../src/guestfs-actions.pod:4991 ../src/guestfs-actions.pod:5017 +#: ../src/guestfs-actions.pod:5041 ../src/guestfs-actions.pod:5892 +#: ../src/guestfs-actions.pod:5947 ../src/guestfs-actions.pod:6093 +#: ../src/guestfs-actions.pod:6117 ../src/guestfs-actions.pod:6769 +#: ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:6821 +#: ../src/guestfs-actions.pod:6840 ../src/guestfs-actions.pod:6925 +#: ../src/guestfs-actions.pod:6944 ../src/guestfs-actions.pod:6990 +#: ../src/guestfs-actions.pod:7009 ../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:3091 -#: ../fish/guestfish-actions.pod:3106 ../fish/guestfish-actions.pod:3182 -#: ../fish/guestfish-actions.pod:3199 ../fish/guestfish-actions.pod:3214 -#: ../fish/guestfish-actions.pod:3797 ../fish/guestfish-actions.pod:3843 -#: ../fish/guestfish-actions.pod:3928 ../fish/guestfish-actions.pod:3943 -#: ../fish/guestfish-actions.pod:4353 ../fish/guestfish-actions.pod:4371 -#: ../fish/guestfish-actions.pod:4388 ../fish/guestfish-actions.pod:4398 -#: ../fish/guestfish-actions.pod:4446 ../fish/guestfish-actions.pod:4456 -#: ../fish/guestfish-actions.pod:4485 ../fish/guestfish-actions.pod:4495 +#: ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:3248 +#: ../fish/guestfish-actions.pod:3263 ../fish/guestfish-actions.pod:3339 +#: ../fish/guestfish-actions.pod:3356 ../fish/guestfish-actions.pod:3371 +#: ../fish/guestfish-actions.pod:3954 ../fish/guestfish-actions.pod:4000 +#: ../fish/guestfish-actions.pod:4085 ../fish/guestfish-actions.pod:4100 +#: ../fish/guestfish-actions.pod:4510 ../fish/guestfish-actions.pod:4528 +#: ../fish/guestfish-actions.pod:4545 ../fish/guestfish-actions.pod:4555 +#: ../fish/guestfish-actions.pod:4603 ../fish/guestfish-actions.pod:4613 +#: ../fish/guestfish-actions.pod:4642 ../fish/guestfish-actions.pod:4652 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:3059 -#: ../src/guestfs-actions.pod:3121 ../src/guestfs-actions.pod:3138 -#: ../src/guestfs-actions.pod:3226 ../src/guestfs-actions.pod:3631 -#: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:4767 -#: ../src/guestfs-actions.pod:4781 ../src/guestfs-actions.pod:6483 -#: ../src/guestfs-actions.pod:6497 +#: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3232 +#: ../src/guestfs-actions.pod:3294 ../src/guestfs-actions.pod:3311 +#: ../src/guestfs-actions.pod:3399 ../src/guestfs-actions.pod:3804 +#: ../src/guestfs-actions.pod:3818 ../src/guestfs-actions.pod:4940 +#: ../src/guestfs-actions.pod:4954 ../src/guestfs-actions.pod:6656 +#: ../src/guestfs-actions.pod:6670 msgid "(Added in 0.4)" msgstr "" @@ -5804,9 +6052,9 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 -#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2833 -#: ../src/guestfs-actions.pod:2862 ../src/guestfs-actions.pod:2923 -#: ../src/guestfs-actions.pod:2950 ../src/guestfs-actions.pod:6185 +#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3006 +#: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3096 +#: ../src/guestfs-actions.pod:3123 ../src/guestfs-actions.pod:6358 msgid "(Added in 1.0.2)" msgstr "" @@ -5835,11 +6083,11 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4298 -#: ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4394 -#: ../src/guestfs-actions.pod:4412 ../src/guestfs-actions.pod:4588 -#: ../src/guestfs-actions.pod:6099 ../src/guestfs-actions.pod:6113 -#: ../src/guestfs-actions.pod:6509 +#: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4471 +#: ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4567 +#: ../src/guestfs-actions.pod:4585 ../src/guestfs-actions.pod:4761 +#: ../src/guestfs-actions.pod:6272 ../src/guestfs-actions.pod:6286 +#: ../src/guestfs-actions.pod:6682 msgid "(Added in 1.3.2)" msgstr "" @@ -5914,11 +6162,11 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:3882 -#: ../src/guestfs-actions.pod:3997 ../src/guestfs-actions.pod:4016 -#: ../src/guestfs-actions.pod:4035 ../fish/guestfish-actions.pod:671 -#: ../fish/guestfish-actions.pod:2581 ../fish/guestfish-actions.pod:2666 -#: ../fish/guestfish-actions.pod:2676 ../fish/guestfish-actions.pod:2686 +#: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4055 +#: ../src/guestfs-actions.pod:4170 ../src/guestfs-actions.pod:4189 +#: ../src/guestfs-actions.pod:4208 ../fish/guestfish-actions.pod:671 +#: ../fish/guestfish-actions.pod:2738 ../fish/guestfish-actions.pod:2823 +#: ../fish/guestfish-actions.pod:2833 ../fish/guestfish-actions.pod:2843 msgid "The mode actually set is affected by the umask." msgstr "" @@ -5945,8 +6193,8 @@ msgid "Change the file owner to C and group to C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3020 -#: ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:2059 +#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3193 +#: ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:2216 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 " @@ -6117,8 +6365,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:6688 -#: ../src/guestfs-actions.pod:6707 +#: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6861 +#: ../src/guestfs-actions.pod:6880 msgid "" "This long-running command can generate progress notification messages so " "that the caller can display a progress bar or indicator. To receive these " @@ -6127,9 +6375,9 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3658 -#: ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:6416 -#: ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6522 +#: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3831 +#: ../src/guestfs-actions.pod:4967 ../src/guestfs-actions.pod:6589 +#: ../src/guestfs-actions.pod:6609 ../src/guestfs-actions.pod:6695 msgid "(Added in 1.0.87)" msgstr "" @@ -6159,8 +6407,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:4261 -#: ../src/guestfs-actions.pod:4638 +#: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4434 +#: ../src/guestfs-actions.pod:4811 msgid "(Added in 1.0.18)" msgstr "" @@ -6251,10 +6499,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:3768 ../src/guestfs-actions.pod:4161 -#: ../src/guestfs-actions.pod:5923 ../src/guestfs-actions.pod:5947 -#: ../src/guestfs-actions.pod:6555 ../src/guestfs-actions.pod:6568 -#: ../src/guestfs-actions.pod:6581 +#: ../src/guestfs-actions.pod:3941 ../src/guestfs-actions.pod:4334 +#: ../src/guestfs-actions.pod:6096 ../src/guestfs-actions.pod:6120 +#: ../src/guestfs-actions.pod:6728 ../src/guestfs-actions.pod:6741 +#: ../src/guestfs-actions.pod:6754 msgid "(Added in 1.0.54)" msgstr "" @@ -6333,8 +6581,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6179 -#: ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:4101 +#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6352 +#: ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:4258 msgid "C can also be a named pipe." msgstr "" @@ -6382,7 +6630,7 @@ msgid "See also C, C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6214 +#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6387 msgid "(Added in 1.5.17)" msgstr "" @@ -6526,7 +6774,7 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 -#: ../src/guestfs-actions.pod:5427 +#: ../src/guestfs-actions.pod:5600 msgid "(Added in 1.0.69)" msgstr "" @@ -6559,17 +6807,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:3151 -#: ../src/guestfs-actions.pod:3165 ../src/guestfs-actions.pod:3178 -#: ../src/guestfs-actions.pod:3192 ../src/guestfs-actions.pod:4096 -#: ../src/guestfs-actions.pod:4972 ../src/guestfs-actions.pod:5021 -#: ../src/guestfs-actions.pod:5791 ../src/guestfs-actions.pod:5803 -#: ../src/guestfs-actions.pod:5816 ../src/guestfs-actions.pod:5829 -#: ../src/guestfs-actions.pod:5851 ../src/guestfs-actions.pod:5864 -#: ../src/guestfs-actions.pod:5877 ../src/guestfs-actions.pod:5890 -#: ../src/guestfs-actions.pod:6651 ../src/guestfs-actions.pod:6670 -#: ../src/guestfs-actions.pod:6755 ../src/guestfs-actions.pod:6774 -#: ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6839 +#: ../src/guestfs-actions.pod:2455 ../src/guestfs-actions.pod:3324 +#: ../src/guestfs-actions.pod:3338 ../src/guestfs-actions.pod:3351 +#: ../src/guestfs-actions.pod:3365 ../src/guestfs-actions.pod:4269 +#: ../src/guestfs-actions.pod:5145 ../src/guestfs-actions.pod:5194 +#: ../src/guestfs-actions.pod:5964 ../src/guestfs-actions.pod:5976 +#: ../src/guestfs-actions.pod:5989 ../src/guestfs-actions.pod:6002 +#: ../src/guestfs-actions.pod:6024 ../src/guestfs-actions.pod:6037 +#: ../src/guestfs-actions.pod:6050 ../src/guestfs-actions.pod:6063 +#: ../src/guestfs-actions.pod:6824 ../src/guestfs-actions.pod:6843 +#: ../src/guestfs-actions.pod:6928 ../src/guestfs-actions.pod:6947 +#: ../src/guestfs-actions.pod:6993 ../src/guestfs-actions.pod:7012 msgid "(Added in 1.0.66)" msgstr "" @@ -7013,11 +7261,11 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810 #: ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2478 -#: ../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:2682 -#: ../src/guestfs-actions.pod:2738 ../src/guestfs-actions.pod:2804 -#: ../src/guestfs-actions.pod:2936 +#: ../src/guestfs-actions.pod:2559 ../src/guestfs-actions.pod:2585 +#: ../src/guestfs-actions.pod:2612 ../src/guestfs-actions.pod:2633 +#: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2746 +#: ../src/guestfs-actions.pod:2806 ../src/guestfs-actions.pod:2977 +#: ../src/guestfs-actions.pod:3109 msgid "(Added in 1.5.3)" msgstr "" @@ -7197,8 +7445,8 @@ msgid "See also C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3595 -#: ../src/guestfs-actions.pod:5056 +#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3768 +#: ../src/guestfs-actions.pod:5229 msgid "(Added in 1.0.27)" msgstr "" @@ -7368,7 +7616,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:6693 +#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:6866 msgid "(Added in 1.0.16)" msgstr "" @@ -7407,11 +7655,11 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:4734 -#: ../src/guestfs-actions.pod:5197 ../src/guestfs-actions.pod:5565 -#: ../src/guestfs-actions.pod:5584 ../src/guestfs-actions.pod:5600 -#: ../src/guestfs-actions.pod:5617 ../src/guestfs-actions.pod:6364 -#: ../src/guestfs-actions.pod:6382 ../src/guestfs-actions.pod:6736 +#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:4907 +#: ../src/guestfs-actions.pod:5370 ../src/guestfs-actions.pod:5738 +#: ../src/guestfs-actions.pod:5757 ../src/guestfs-actions.pod:5773 +#: ../src/guestfs-actions.pod:5790 ../src/guestfs-actions.pod:6537 +#: ../src/guestfs-actions.pod:6555 ../src/guestfs-actions.pod:6909 msgid "(Added in 1.0.26)" msgstr "" @@ -7454,7 +7702,7 @@ msgid "Return the direct appliance mode flag." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5238 +#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5411 msgid "(Added in 1.0.72)" msgstr "" @@ -7487,7 +7735,7 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 -#: ../src/guestfs-actions.pod:5256 ../src/guestfs-actions.pod:5275 +#: ../src/guestfs-actions.pod:5429 ../src/guestfs-actions.pod:5448 msgid "(Added in 1.0.15)" msgstr "" @@ -7548,20 +7796,20 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 -#: ../src/guestfs-actions.pod:5291 ../src/guestfs-actions.pod:5398 +#: ../src/guestfs-actions.pod:5464 ../src/guestfs-actions.pod:5571 #: ../fish/guestfish-actions.pod:1337 ../fish/guestfish-actions.pod:1388 -#: ../fish/guestfish-actions.pod:3508 ../fish/guestfish-actions.pod:3595 +#: ../fish/guestfish-actions.pod:3665 ../fish/guestfish-actions.pod:3752 msgid "" "For more information on the architecture of libguestfs, see L." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:3886 -#: ../src/guestfs-actions.pod:4001 ../src/guestfs-actions.pod:4020 -#: ../src/guestfs-actions.pod:4039 ../src/guestfs-actions.pod:4051 -#: ../src/guestfs-actions.pod:4068 ../src/guestfs-actions.pod:4081 -#: ../src/guestfs-actions.pod:4959 ../src/guestfs-actions.pod:5296 -#: ../src/guestfs-actions.pod:5539 ../src/guestfs-actions.pod:6140 +#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4059 +#: ../src/guestfs-actions.pod:4174 ../src/guestfs-actions.pod:4193 +#: ../src/guestfs-actions.pod:4212 ../src/guestfs-actions.pod:4224 +#: ../src/guestfs-actions.pod:4241 ../src/guestfs-actions.pod:4254 +#: ../src/guestfs-actions.pod:5132 ../src/guestfs-actions.pod:5469 +#: ../src/guestfs-actions.pod:5712 ../src/guestfs-actions.pod:6313 msgid "(Added in 1.0.55)" msgstr "" @@ -7585,7 +7833,7 @@ msgid "This returns the enable network flag." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5315 +#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5488 msgid "(Added in 1.5.4)" msgstr "" @@ -7680,7 +7928,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5360 +#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5533 msgid "(Added in 1.0.6)" msgstr "" @@ -7704,12 +7952,12 @@ msgid "Return the recovery process enabled flag." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3026 -#: ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3693 -#: ../src/guestfs-actions.pod:3725 ../src/guestfs-actions.pod:4664 -#: ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5384 -#: ../src/guestfs-actions.pod:6043 ../src/guestfs-actions.pod:6063 -#: ../src/guestfs-actions.pod:6245 +#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3199 +#: ../src/guestfs-actions.pod:3466 ../src/guestfs-actions.pod:3866 +#: ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:4837 +#: ../src/guestfs-actions.pod:5180 ../src/guestfs-actions.pod:5557 +#: ../src/guestfs-actions.pod:6216 ../src/guestfs-actions.pod:6236 +#: ../src/guestfs-actions.pod:6418 msgid "(Added in 1.0.77)" msgstr "" @@ -7736,7 +7984,7 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 -#: ../src/guestfs-actions.pod:5403 ../src/guestfs-actions.pod:5457 +#: ../src/guestfs-actions.pod:5576 ../src/guestfs-actions.pod:5630 msgid "(Added in 1.0.67)" msgstr "" @@ -7762,11 +8010,11 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:2829 -#: ../src/guestfs-actions.pod:2858 ../src/guestfs-actions.pod:2919 -#: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:1398 -#: ../fish/guestfish-actions.pod:1941 ../fish/guestfish-actions.pod:1959 -#: ../fish/guestfish-actions.pod:1997 ../fish/guestfish-actions.pod:2013 +#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3002 +#: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:3092 +#: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:1398 +#: ../fish/guestfish-actions.pod:2098 ../fish/guestfish-actions.pod:2116 +#: ../fish/guestfish-actions.pod:2154 ../fish/guestfish-actions.pod:2170 msgid "For more information on states, see L." msgstr "" @@ -7888,18 +8136,18 @@ msgid "See also: C, L." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3038 -#: ../src/guestfs-actions.pod:3689 +#: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3211 +#: ../src/guestfs-actions.pod:3862 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:3042 -#: ../src/guestfs-actions.pod:3207 ../src/guestfs-actions.pod:3243 -#: ../src/guestfs-actions.pod:5037 ../src/guestfs-actions.pod:5476 -#: ../src/guestfs-actions.pod:6801 +#: ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:3215 +#: ../src/guestfs-actions.pod:3380 ../src/guestfs-actions.pod:3416 +#: ../src/guestfs-actions.pod:5210 ../src/guestfs-actions.pod:5649 +#: ../src/guestfs-actions.pod:6974 msgid "(Added in 1.0.59)" msgstr "" @@ -7939,8 +8187,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:5641 -#: ../src/guestfs-actions.pod:5658 +#: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:5814 +#: ../src/guestfs-actions.pod:5831 msgid "(Added in 1.0.50)" msgstr "" @@ -8090,8 +8338,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:5938 -#: ../fish/guestfish-actions.pod:1513 ../fish/guestfish-actions.pod:3941 +#: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:6111 +#: ../fish/guestfish-actions.pod:1513 ../fish/guestfish-actions.pod:4098 msgid "If the parameter C is zero, this returns an empty list." msgstr "" @@ -8118,8 +8366,8 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:5722 -#: ../src/guestfs-actions.pod:5777 +#: ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:5895 +#: ../src/guestfs-actions.pod:5950 msgid "(Added in 1.0.22)" msgstr "" @@ -8170,8 +8418,8 @@ msgid "See also C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:4657 -#: ../src/guestfs-actions.pod:4683 ../src/guestfs-actions.pod:4864 +#: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:4830 +#: ../src/guestfs-actions.pod:4856 ../src/guestfs-actions.pod:5037 msgid "" "This function returns a buffer, or NULL on error. The size of the returned " "buffer is written to C<*size_r>. I." @@ -8464,14 +8713,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2546 -#: ../src/guestfs-actions.pod:2600 ../src/guestfs-actions.pod:2677 -#: ../src/guestfs-actions.pod:2696 ../src/guestfs-actions.pod:2733 -#: ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:2796 -#: ../fish/guestfish-actions.pod:1667 ../fish/guestfish-actions.pod:1733 -#: ../fish/guestfish-actions.pod:1772 ../fish/guestfish-actions.pod:1827 -#: ../fish/guestfish-actions.pod:1840 ../fish/guestfish-actions.pod:1871 -#: ../fish/guestfish-actions.pod:1887 ../fish/guestfish-actions.pod:1921 +#: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2554 +#: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2690 +#: ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2741 +#: ../src/guestfs-actions.pod:2760 ../src/guestfs-actions.pod:2801 +#: ../src/guestfs-actions.pod:2824 ../src/guestfs-actions.pod:2930 +#: ../src/guestfs-actions.pod:2969 ../fish/guestfish-actions.pod:1667 +#: ../fish/guestfish-actions.pod:1741 ../fish/guestfish-actions.pod:1780 +#: ../fish/guestfish-actions.pod:1840 ../fish/guestfish-actions.pod:1864 +#: ../fish/guestfish-actions.pod:1881 ../fish/guestfish-actions.pod:1894 +#: ../fish/guestfish-actions.pod:1929 ../fish/guestfish-actions.pod:1945 +#: ../fish/guestfish-actions.pod:2044 ../fish/guestfish-actions.pod:2078 msgid "Please read L for more details." msgstr "" @@ -8518,7 +8770,7 @@ msgstr "" # type: textblock #: ../src/guestfs-actions.pod:2502 ../fish/guestfish-actions.pod:1689 -msgid "Debian or a Debian-derived distro such as Ubuntu." +msgid "Debian." msgstr "" # type: =item @@ -8543,93 +8795,113 @@ msgstr "" # type: =item #: ../src/guestfs-actions.pod:2512 ../fish/guestfish-actions.pod:1699 -msgid "\"meego\"" +msgid "\"linuxmint\"" msgstr "" # type: textblock #: ../src/guestfs-actions.pod:2514 ../fish/guestfish-actions.pod:1701 -msgid "MeeGo." +msgid "Linux Mint." msgstr "" # type: =item #: ../src/guestfs-actions.pod:2516 ../fish/guestfish-actions.pod:1703 -msgid "\"pardus\"" +msgid "\"mandriva\"" msgstr "" # type: textblock #: ../src/guestfs-actions.pod:2518 ../fish/guestfish-actions.pod:1705 -msgid "Pardus." +msgid "Mandriva." msgstr "" # type: =item #: ../src/guestfs-actions.pod:2520 ../fish/guestfish-actions.pod:1707 -msgid "\"redhat-based\"" +msgid "\"meego\"" msgstr "" # type: textblock #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1709 -msgid "Some Red Hat-derived distro." +msgid "MeeGo." msgstr "" # type: =item #: ../src/guestfs-actions.pod:2524 ../fish/guestfish-actions.pod:1711 -msgid "\"rhel\"" +msgid "\"pardus\"" msgstr "" # type: textblock #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1713 -msgid "Red Hat Enterprise Linux and some derivatives." +msgid "Pardus." msgstr "" # type: =item -#: ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2720 -#: ../fish/guestfish-actions.pod:1715 ../fish/guestfish-actions.pod:1858 -msgid "\"windows\"" +#: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1715 +msgid "\"redhat-based\"" msgstr "" # type: textblock #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1717 -msgid "" -"Windows does not have distributions. This string is returned if the OS type " -"is Windows." +msgid "Some Red Hat-derived distro." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1719 +msgid "\"rhel\"" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1721 +msgid "Red Hat Enterprise Linux and some derivatives." msgstr "" # type: =item -#: ../src/guestfs-actions.pod:2533 ../fish/guestfish-actions.pod:1720 +#: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1723 msgid "\"ubuntu\"" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2535 ../fish/guestfish-actions.pod:1722 +#: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1725 msgid "Ubuntu." msgstr "" # type: =item -#: ../src/guestfs-actions.pod:2537 ../src/guestfs-actions.pod:2724 -#: ../fish/guestfish-actions.pod:1724 ../fish/guestfish-actions.pod:1862 +#: ../src/guestfs-actions.pod:2540 ../src/guestfs-actions.pod:2792 +#: ../fish/guestfish-actions.pod:1727 ../fish/guestfish-actions.pod:1920 msgid "\"unknown\"" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1726 +#: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1729 msgid "The distro could not be determined." msgstr "" +# type: =item +#: ../src/guestfs-actions.pod:2544 ../src/guestfs-actions.pod:2784 +#: ../fish/guestfish-actions.pod:1731 ../fish/guestfish-actions.pod:1912 +msgid "\"windows\"" +msgstr "" + # type: textblock -#: ../src/guestfs-actions.pod:2543 ../src/guestfs-actions.pod:2730 -#: ../fish/guestfish-actions.pod:1730 ../fish/guestfish-actions.pod:1868 +#: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1733 +msgid "" +"Windows does not have distributions. This string is returned if the OS type " +"is Windows." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2551 ../src/guestfs-actions.pod:2798 +#: ../fish/guestfish-actions.pod:1738 ../fish/guestfish-actions.pod:1926 msgid "" "Future versions of libguestfs may return other strings here. The caller " "should be prepared to handle any string." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2553 +#: ../src/guestfs-actions.pod:2561 msgid "guestfs_inspect_get_filesystems" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2555 +#: ../src/guestfs-actions.pod:2563 #, no-wrap msgid "" " char **\n" @@ -8639,7 +8911,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1742 +#: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1750 msgid "" "This returns a list of all the filesystems that we think are associated with " "this operating system. This includes the root filesystem, other ordinary " @@ -8647,26 +8919,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1747 +#: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1755 msgid "" "In the case of a multi-boot virtual machine, it is possible for a filesystem " "to be shared between operating systems." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2570 +#: ../src/guestfs-actions.pod:2578 msgid "" "Please read L for more details. See also " "C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2579 +#: ../src/guestfs-actions.pod:2587 msgid "guestfs_inspect_get_major_version" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2581 +#: ../src/guestfs-actions.pod:2589 #, no-wrap msgid "" " int\n" @@ -8676,13 +8948,13 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1760 +#: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1768 msgid "" "This returns the major version number of the inspected operating system." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1763 +#: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1771 msgid "" "Windows uses a consistent versioning scheme which is I reflected in the " "popular public names used by the operating system. Notably the operating " @@ -8692,18 +8964,18 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2598 ../src/guestfs-actions.pod:2618 -#: ../fish/guestfish-actions.pod:1770 ../fish/guestfish-actions.pod:1784 +#: ../src/guestfs-actions.pod:2606 ../src/guestfs-actions.pod:2626 +#: ../fish/guestfish-actions.pod:1778 ../fish/guestfish-actions.pod:1792 msgid "If the version could not be determined, then C<0> is returned." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2606 +#: ../src/guestfs-actions.pod:2614 msgid "guestfs_inspect_get_minor_version" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2608 +#: ../src/guestfs-actions.pod:2616 #, no-wrap msgid "" " int\n" @@ -8713,25 +8985,25 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2615 ../fish/guestfish-actions.pod:1781 +#: ../src/guestfs-actions.pod:2623 ../fish/guestfish-actions.pod:1789 msgid "" "This returns the minor version number of the inspected operating system." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2620 +#: ../src/guestfs-actions.pod:2628 msgid "" "Please read L for more details. See also " "C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2627 +#: ../src/guestfs-actions.pod:2635 msgid "guestfs_inspect_get_mountpoints" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2629 +#: ../src/guestfs-actions.pod:2637 #, no-wrap msgid "" " char **\n" @@ -8741,7 +9013,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2636 ../fish/guestfish-actions.pod:1796 +#: ../src/guestfs-actions.pod:2644 ../fish/guestfish-actions.pod:1804 msgid "" "This returns a hash of where we think the filesystems associated with this " "operating system should be mounted. Callers should note that this is at " @@ -8750,7 +9022,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1801 +#: ../src/guestfs-actions.pod:2649 ../fish/guestfish-actions.pod:1809 msgid "" "Each element in the returned hashtable has a key which is the path of the " "mountpoint (eg. C) and a value which is the filesystem that would be " @@ -8758,21 +9030,21 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1806 +#: ../src/guestfs-actions.pod:2654 ../fish/guestfish-actions.pod:1814 msgid "" "Non-mounted devices such as swap devices are I returned in this list." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2649 +#: ../src/guestfs-actions.pod:2657 msgid "" "Please read L for more details. See also " "C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2652 ../src/guestfs-actions.pod:3095 -#: ../src/guestfs-actions.pod:4223 ../src/guestfs-actions.pod:6079 +#: ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:3268 +#: ../src/guestfs-actions.pod:4396 ../src/guestfs-actions.pod:6252 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 " @@ -8781,12 +9053,91 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2660 +#: ../src/guestfs-actions.pod:2668 +msgid "guestfs_inspect_get_package_format" +msgstr "" + +# type: verbatim +#: ../src/guestfs-actions.pod:2670 +#, no-wrap +msgid "" +" char *\n" +" guestfs_inspect_get_package_format (guestfs_h *g,\n" +" const char *root);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2677 +msgid "" +"This function and C return the " +"package format and package management tool used by the inspected operating " +"system. For example for Fedora these functions would return C (package " +"format) and C (package management)." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2683 ../fish/guestfish-actions.pod:1833 +msgid "" +"This returns the string C if we could not determine the package " +"format I if the operating system does not have a real packaging system " +"(eg. Windows)." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2687 ../fish/guestfish-actions.pod:1837 +msgid "" +"Possible strings include: C, C, C, C, C. " +"Future versions of libguestfs may return other strings." +msgstr "" + +# type: =head2 +#: ../src/guestfs-actions.pod:2695 +msgid "guestfs_inspect_get_package_management" +msgstr "" + +# type: verbatim +#: ../src/guestfs-actions.pod:2697 +#, no-wrap +msgid "" +" char *\n" +" guestfs_inspect_get_package_management (guestfs_h *g,\n" +" const char *root);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2704 +msgid "" +"C and this function return the package " +"format and package management tool used by the inspected operating system. " +"For example for Fedora these functions would return C (package format) " +"and C (package management)." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1855 +msgid "" +"This returns the string C if we could not determine the package " +"management tool I if the operating system does not have a real packaging " +"system (eg. Windows)." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2714 ../fish/guestfish-actions.pod:1859 +msgid "" +"Possible strings include: C, C, C (for all Debian " +"derivatives), C, C, C, C. Future versions of " +"libguestfs may return other strings." +msgstr "" + +# type: =head2 +#: ../src/guestfs-actions.pod:2724 msgid "guestfs_inspect_get_product_name" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2662 +#: ../src/guestfs-actions.pod:2726 #, no-wrap msgid "" " char *\n" @@ -8796,7 +9147,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2669 ../fish/guestfish-actions.pod:1819 +#: ../src/guestfs-actions.pod:2733 ../fish/guestfish-actions.pod:1873 msgid "" "This returns the product name of the inspected operating system. The " "product name is generally some freeform string which can be displayed to the " @@ -8804,124 +9155,344 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2674 ../fish/guestfish-actions.pod:1824 +#: ../src/guestfs-actions.pod:2738 ../fish/guestfish-actions.pod:1878 msgid "" "If the product name could not be determined, then the string C is " "returned." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2684 +#: ../src/guestfs-actions.pod:2748 msgid "guestfs_inspect_get_roots" msgstr "" -# type: verbatim -#: ../src/guestfs-actions.pod:2686 -#, no-wrap -msgid "" -" char **\n" -" guestfs_inspect_get_roots (guestfs_h *g);\n" -"\n" +# type: verbatim +#: ../src/guestfs-actions.pod:2750 +#, no-wrap +msgid "" +" char **\n" +" guestfs_inspect_get_roots (guestfs_h *g);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2753 +msgid "" +"This function is a convenient way to get the list of root devices, as " +"returned from a previous call to C, but without redoing " +"the whole inspection process." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2757 +msgid "" +"This returns an empty list if either no root devices were found or the " +"caller has not called C." +msgstr "" + +# type: =head2 +#: ../src/guestfs-actions.pod:2766 +msgid "guestfs_inspect_get_type" +msgstr "" + +# type: verbatim +#: ../src/guestfs-actions.pod:2768 +#, no-wrap +msgid "" +" char *\n" +" guestfs_inspect_get_type (guestfs_h *g,\n" +" const char *root);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2775 ../fish/guestfish-actions.pod:1903 +msgid "" +"This returns the type of the inspected operating system. Currently defined " +"types are:" +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2780 ../fish/guestfish-actions.pod:1908 +msgid "\"linux\"" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2782 ../fish/guestfish-actions.pod:1910 +msgid "Any Linux-based operating system." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2786 ../fish/guestfish-actions.pod:1914 +msgid "Any Microsoft Windows operating system." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2788 ../fish/guestfish-actions.pod:1916 +msgid "\"freebsd\"" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1918 +msgid "FreeBSD." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2794 ../fish/guestfish-actions.pod:1922 +msgid "The operating system type could not be determined." +msgstr "" + +# type: =head2 +#: ../src/guestfs-actions.pod:2808 +msgid "guestfs_inspect_get_windows_systemroot" +msgstr "" + +# type: verbatim +#: ../src/guestfs-actions.pod:2810 +#, no-wrap +msgid "" +" char *\n" +" guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n" +" const char *root);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2817 ../fish/guestfish-actions.pod:1938 +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:2820 ../fish/guestfish-actions.pod:1941 +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:2829 +msgid "(Added in 1.5.25)" +msgstr "" + +# type: =head2 +#: ../src/guestfs-actions.pod:2831 +msgid "guestfs_inspect_list_applications" +msgstr "" + +# type: verbatim +#: ../src/guestfs-actions.pod:2833 +#, no-wrap +msgid "" +" struct guestfs_application_list *\n" +" guestfs_inspect_list_applications (guestfs_h *g,\n" +" const char *root);\n" +"\n" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2840 ../fish/guestfish-actions.pod:1954 +msgid "Return the list of applications installed in the operating system." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2842 +msgid "" +"I This call works differently from other parts of the inspection " +"API. You have to call C, then " +"C, then mount up the disks, before calling " +"this. Listing applications is a significantly more difficult operation " +"which requires access to the full filesystem. Also note that unlike the " +"other C calls which are just returning data cached in " +"the libguestfs handle, this call actually reads parts of the mounted " +"filesystems during the call." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1966 +msgid "" +"This returns an empty list if the inspection code was not able to determine " +"the list of applications." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1969 +msgid "The application structure contains the following fields:" +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2859 ../fish/guestfish-actions.pod:1973 +msgid "C" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2861 ../fish/guestfish-actions.pod:1975 +msgid "" +"The name of the application. For Red Hat-derived and Debian-derived Linux " +"guests, this is the package name." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2864 ../fish/guestfish-actions.pod:1978 +msgid "C" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2866 ../fish/guestfish-actions.pod:1980 +msgid "" +"The display name of the application, sometimes localized to the install " +"language of the guest operating system." +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2869 ../fish/guestfish-actions.pod:1983 +msgid "" +"If unavailable this is returned as an empty string C<\"\">. Callers needing " +"to display something can use C instead." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2872 ../fish/guestfish-actions.pod:1986 +msgid "C" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2874 ../fish/guestfish-actions.pod:1988 +msgid "" +"For package managers which use epochs, this contains the epoch of the " +"package (an integer). If unavailable, this is returned as C<0>." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2877 ../fish/guestfish-actions.pod:1991 +msgid "C" +msgstr "" + +# type: textblock +#: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1993 +msgid "" +"The version string of the application or package. If unavailable this is " +"returned as an empty string C<\"\">." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1996 +msgid "C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2689 +#: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1998 msgid "" -"This function is a convenient way to get the list of root devices, as " -"returned from a previous call to C, but without redoing " -"the whole inspection process." +"The release string of the application or package, for package managers that " +"use this. If unavailable this is returned as an empty string C<\"\">." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2888 ../fish/guestfish-actions.pod:2002 +msgid "C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2693 +#: ../src/guestfs-actions.pod:2890 ../fish/guestfish-actions.pod:2004 msgid "" -"This returns an empty list if either no root devices were found or the " -"caller has not called C." +"The installation path of the application (on operating systems such as " +"Windows which use installation paths). This path is in the format used by " +"the guest operating system, it is not a libguestfs path." msgstr "" -# type: =head2 -#: ../src/guestfs-actions.pod:2702 -msgid "guestfs_inspect_get_type" +# type: textblock +#: ../src/guestfs-actions.pod:2895 ../fish/guestfish-actions.pod:2009 +msgid "If unavailable this is returned as an empty string C<\"\">." msgstr "" -# type: verbatim -#: ../src/guestfs-actions.pod:2704 -#, no-wrap -msgid "" -" char *\n" -" guestfs_inspect_get_type (guestfs_h *g,\n" -" const char *root);\n" -"\n" +# type: =item +#: ../src/guestfs-actions.pod:2897 ../fish/guestfish-actions.pod:2011 +msgid "C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2711 ../fish/guestfish-actions.pod:1849 +#: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:2013 msgid "" -"This returns the type of the inspected operating system. Currently defined " -"types are:" +"The install path translated into a libguestfs path. If unavailable this is " +"returned as an empty string C<\"\">." msgstr "" # type: =item -#: ../src/guestfs-actions.pod:2716 ../fish/guestfish-actions.pod:1854 -msgid "\"linux\"" +#: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:2016 +msgid "C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2718 ../fish/guestfish-actions.pod:1856 -msgid "Any Linux-based operating system." +#: ../src/guestfs-actions.pod:2904 ../fish/guestfish-actions.pod:2018 +msgid "" +"The name of the publisher of the application, for package managers that use " +"this. If unavailable this is returned as an empty string C<\"\">." msgstr "" -# type: textblock -#: ../src/guestfs-actions.pod:2722 ../fish/guestfish-actions.pod:1860 -msgid "Any Microsoft Windows operating system." +# type: =item +#: ../src/guestfs-actions.pod:2908 ../fish/guestfish-actions.pod:2022 +msgid "C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2726 ../fish/guestfish-actions.pod:1864 -msgid "The operating system type could not be determined." +#: ../src/guestfs-actions.pod:2910 ../fish/guestfish-actions.pod:2024 +msgid "" +"The URL (eg. upstream URL) of the application. If unavailable this is " +"returned as an empty string C<\"\">." msgstr "" -# type: =head2 -#: ../src/guestfs-actions.pod:2740 -msgid "guestfs_inspect_get_windows_systemroot" +# type: =item +#: ../src/guestfs-actions.pod:2913 ../fish/guestfish-actions.pod:2027 +msgid "C" msgstr "" -# type: verbatim -#: ../src/guestfs-actions.pod:2742 -#, no-wrap +# type: textblock +#: ../src/guestfs-actions.pod:2915 ../fish/guestfish-actions.pod:2029 msgid "" -" char *\n" -" guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n" -" const char *root);\n" -"\n" +"For packaging systems which support this, the name of the source package. " +"If unavailable this is returned as an empty string C<\"\">." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2918 ../fish/guestfish-actions.pod:2032 +msgid "C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2749 ../fish/guestfish-actions.pod:1880 +#: ../src/guestfs-actions.pod:2920 ../fish/guestfish-actions.pod:2034 msgid "" -"This returns the Windows systemroot of the inspected guest. The systemroot " -"is a directory path such as C." +"A short (usually one line) description of the application or package. If " +"unavailable this is returned as an empty string C<\"\">." +msgstr "" + +# type: =item +#: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2037 +msgid "C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2752 ../fish/guestfish-actions.pod:1883 +#: ../src/guestfs-actions.pod:2925 ../fish/guestfish-actions.pod:2039 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." +"A longer description of the application or package. If unavailable this is " +"returned as an empty string C<\"\">." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2761 -msgid "(Added in 1.5.25)" +#: ../src/guestfs-actions.pod:2932 +msgid "" +"This function returns a C, or NULL if " +"there was an error. I " +"after use>." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2763 +#: ../src/guestfs-actions.pod:2936 msgid "guestfs_inspect_os" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2765 +#: ../src/guestfs-actions.pod:2938 #, no-wrap msgid "" " char **\n" @@ -8930,7 +9501,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1893 +#: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2050 msgid "" "This function uses other libguestfs functions and certain heuristics to " "inspect the disk(s) (usually disks belonging to a virtual machine), looking " @@ -8938,12 +9509,12 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1897 +#: ../src/guestfs-actions.pod:2945 ../fish/guestfish-actions.pod:2054 msgid "The list returned is empty if no operating systems were found." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2774 ../fish/guestfish-actions.pod:1899 +#: ../src/guestfs-actions.pod:2947 ../fish/guestfish-actions.pod:2056 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. " @@ -8953,7 +9524,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2781 +#: ../src/guestfs-actions.pod:2954 msgid "" "You can pass the root string(s) returned to other C " "functions in order to query further information about each operating system, " @@ -8961,7 +9532,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2786 +#: ../src/guestfs-actions.pod:2959 msgid "" "This function uses other libguestfs features such as C and " "C in order to mount and unmount filesystems and look at " @@ -8970,25 +9541,25 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2792 ../fish/guestfish-actions.pod:1917 +#: ../src/guestfs-actions.pod:2965 ../fish/guestfish-actions.pod:2074 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:2798 ../src/guestfs-actions.pod:3053 -#: ../src/guestfs-actions.pod:3115 +#: ../src/guestfs-actions.pod:2971 ../src/guestfs-actions.pod:3226 +#: ../src/guestfs-actions.pod:3288 msgid "See also C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2806 +#: ../src/guestfs-actions.pod:2979 msgid "guestfs_is_blockdev" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2808 +#: ../src/guestfs-actions.pod:2981 #, no-wrap msgid "" " int\n" @@ -8998,34 +9569,34 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2812 ../fish/guestfish-actions.pod:1929 +#: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2086 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:2815 ../src/guestfs-actions.pod:2844 -#: ../src/guestfs-actions.pod:2874 ../src/guestfs-actions.pod:2889 -#: ../src/guestfs-actions.pod:2905 ../src/guestfs-actions.pod:2961 -#: ../src/guestfs-actions.pod:2976 +#: ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3017 +#: ../src/guestfs-actions.pod:3047 ../src/guestfs-actions.pod:3062 +#: ../src/guestfs-actions.pod:3078 ../src/guestfs-actions.pod:3134 +#: ../src/guestfs-actions.pod:3149 msgid "See also C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2819 ../src/guestfs-actions.pod:2848 -#: ../src/guestfs-actions.pod:2893 ../src/guestfs-actions.pod:2965 -#: ../src/guestfs-actions.pod:2980 +#: ../src/guestfs-actions.pod:2992 ../src/guestfs-actions.pod:3021 +#: ../src/guestfs-actions.pod:3066 ../src/guestfs-actions.pod:3138 +#: ../src/guestfs-actions.pod:3153 msgid "(Added in 1.5.10)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2821 +#: ../src/guestfs-actions.pod:2994 msgid "guestfs_is_busy" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2823 +#: ../src/guestfs-actions.pod:2996 #, no-wrap msgid "" " int\n" @@ -9034,19 +9605,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2826 ../fish/guestfish-actions.pod:1938 +#: ../src/guestfs-actions.pod:2999 ../fish/guestfish-actions.pod:2095 msgid "" "This returns true iff this handle is busy processing a command (in the " "C state)." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2835 +#: ../src/guestfs-actions.pod:3008 msgid "guestfs_is_chardev" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2837 +#: ../src/guestfs-actions.pod:3010 #, no-wrap msgid "" " int\n" @@ -9056,19 +9627,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2841 ../fish/guestfish-actions.pod:1947 +#: ../src/guestfs-actions.pod:3014 ../fish/guestfish-actions.pod:2104 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:2850 +#: ../src/guestfs-actions.pod:3023 msgid "guestfs_is_config" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2852 +#: ../src/guestfs-actions.pod:3025 #, no-wrap msgid "" " int\n" @@ -9077,19 +9648,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1956 +#: ../src/guestfs-actions.pod:3028 ../fish/guestfish-actions.pod:2113 msgid "" "This returns true iff this handle is being configured (in the C " "state)." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2864 +#: ../src/guestfs-actions.pod:3037 msgid "guestfs_is_dir" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2866 +#: ../src/guestfs-actions.pod:3039 #, no-wrap msgid "" " int\n" @@ -9099,19 +9670,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2870 ../fish/guestfish-actions.pod:1965 +#: ../src/guestfs-actions.pod:3043 ../fish/guestfish-actions.pod:2122 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:2880 +#: ../src/guestfs-actions.pod:3053 msgid "guestfs_is_fifo" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2882 +#: ../src/guestfs-actions.pod:3055 #, no-wrap msgid "" " int\n" @@ -9121,19 +9692,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2886 ../fish/guestfish-actions.pod:1975 +#: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2132 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:2895 +#: ../src/guestfs-actions.pod:3068 msgid "guestfs_is_file" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2897 +#: ../src/guestfs-actions.pod:3070 #, no-wrap msgid "" " int\n" @@ -9143,19 +9714,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2901 ../fish/guestfish-actions.pod:1984 +#: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2141 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:2911 +#: ../src/guestfs-actions.pod:3084 msgid "guestfs_is_launching" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2913 +#: ../src/guestfs-actions.pod:3086 #, no-wrap msgid "" " int\n" @@ -9164,19 +9735,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2916 ../fish/guestfish-actions.pod:1994 +#: ../src/guestfs-actions.pod:3089 ../fish/guestfish-actions.pod:2151 msgid "" "This returns true iff this handle is launching the subprocess (in the " "C state)." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2925 +#: ../src/guestfs-actions.pod:3098 msgid "guestfs_is_lv" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2927 +#: ../src/guestfs-actions.pod:3100 #, no-wrap msgid "" " int\n" @@ -9186,19 +9757,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2003 +#: ../src/guestfs-actions.pod:3104 ../fish/guestfish-actions.pod:2160 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:2938 +#: ../src/guestfs-actions.pod:3111 msgid "guestfs_is_ready" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2940 +#: ../src/guestfs-actions.pod:3113 #, no-wrap msgid "" " int\n" @@ -9207,19 +9778,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2010 +#: ../src/guestfs-actions.pod:3116 ../fish/guestfish-actions.pod:2167 msgid "" "This returns true iff this handle is ready to accept commands (in the " "C state)." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2952 +#: ../src/guestfs-actions.pod:3125 msgid "guestfs_is_socket" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2954 +#: ../src/guestfs-actions.pod:3127 #, no-wrap msgid "" " int\n" @@ -9229,19 +9800,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2958 ../fish/guestfish-actions.pod:2019 +#: ../src/guestfs-actions.pod:3131 ../fish/guestfish-actions.pod:2176 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:2967 +#: ../src/guestfs-actions.pod:3140 msgid "guestfs_is_symlink" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2969 +#: ../src/guestfs-actions.pod:3142 #, no-wrap msgid "" " int\n" @@ -9251,19 +9822,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2973 ../fish/guestfish-actions.pod:2028 +#: ../src/guestfs-actions.pod:3146 ../fish/guestfish-actions.pod:2185 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:2982 +#: ../src/guestfs-actions.pod:3155 msgid "guestfs_kill_subprocess" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2984 +#: ../src/guestfs-actions.pod:3157 #, no-wrap msgid "" " int\n" @@ -9272,17 +9843,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2037 +#: ../src/guestfs-actions.pod:3160 ../fish/guestfish-actions.pod:2194 msgid "This kills the qemu subprocess. You should never need to call this." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:2993 +#: ../src/guestfs-actions.pod:3166 msgid "guestfs_launch" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:2995 +#: ../src/guestfs-actions.pod:3168 #, no-wrap msgid "" " int\n" @@ -9291,26 +9862,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:2998 ../fish/guestfish-actions.pod:2045 +#: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2202 msgid "" "Internally libguestfs is implemented by running a virtual machine using " "L." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2048 +#: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2205 msgid "" "You should call this after configuring the handle (eg. adding drives) but " "before performing any actions." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3008 +#: ../src/guestfs-actions.pod:3181 msgid "guestfs_lchown" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3010 +#: ../src/guestfs-actions.pod:3183 #, no-wrap msgid "" " int\n" @@ -9322,7 +9893,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3016 +#: ../src/guestfs-actions.pod:3189 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 " @@ -9330,12 +9901,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3028 +#: ../src/guestfs-actions.pod:3201 msgid "guestfs_lgetxattrs" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3030 +#: ../src/guestfs-actions.pod:3203 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -9345,19 +9916,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3034 +#: ../src/guestfs-actions.pod:3207 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:3044 +#: ../src/guestfs-actions.pod:3217 msgid "guestfs_list_devices" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3046 +#: ../src/guestfs-actions.pod:3219 #, no-wrap msgid "" " char **\n" @@ -9366,22 +9937,22 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2075 +#: ../src/guestfs-actions.pod:3222 ../fish/guestfish-actions.pod:2232 msgid "List all the block devices." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2077 +#: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2234 msgid "The full block device names are returned, eg. C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3061 +#: ../src/guestfs-actions.pod:3234 msgid "guestfs_list_filesystems" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3063 +#: ../src/guestfs-actions.pod:3236 #, no-wrap msgid "" " char **\n" @@ -9390,7 +9961,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3066 ../fish/guestfish-actions.pod:2085 +#: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2242 msgid "" "This inspection command looks for filesystems on partitions, block devices " "and logical volumes, returning a list of devices containing filesystems and " @@ -9398,14 +9969,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3070 ../fish/guestfish-actions.pod:2089 +#: ../src/guestfs-actions.pod:3243 ../fish/guestfish-actions.pod:2246 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:3074 ../fish/guestfish-actions.pod:2093 +#: ../src/guestfs-actions.pod:3247 ../fish/guestfish-actions.pod:2250 #, no-wrap msgid "" " \"/dev/sda1\" => \"ntfs\"\n" @@ -9416,14 +9987,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3079 ../fish/guestfish-actions.pod:2098 +#: ../src/guestfs-actions.pod:3252 ../fish/guestfish-actions.pod:2255 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:3083 +#: ../src/guestfs-actions.pod:3256 msgid "" "This command runs other libguestfs commands, which might include " "C and C, and therefore you should use this " @@ -9431,7 +10002,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3087 +#: ../src/guestfs-actions.pod:3260 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 " @@ -9441,17 +10012,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3101 ../src/guestfs-actions.pod:4624 +#: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:4797 msgid "(Added in 1.5.15)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3103 +#: ../src/guestfs-actions.pod:3276 msgid "guestfs_list_partitions" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3105 +#: ../src/guestfs-actions.pod:3278 #, no-wrap msgid "" " char **\n" @@ -9460,29 +10031,29 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3108 ../fish/guestfish-actions.pod:2118 +#: ../src/guestfs-actions.pod:3281 ../fish/guestfish-actions.pod:2275 msgid "List all the partitions detected on all block devices." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3110 ../fish/guestfish-actions.pod:2120 +#: ../src/guestfs-actions.pod:3283 ../fish/guestfish-actions.pod:2277 msgid "The full partition device names are returned, eg. C" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3112 +#: ../src/guestfs-actions.pod:3285 msgid "" "This does not return logical volumes. For that you will need to call " "C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3123 +#: ../src/guestfs-actions.pod:3296 msgid "guestfs_ll" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3125 +#: ../src/guestfs-actions.pod:3298 #, no-wrap msgid "" " char *\n" @@ -9492,26 +10063,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3129 ../fish/guestfish-actions.pod:2131 +#: ../src/guestfs-actions.pod:3302 ../fish/guestfish-actions.pod:2288 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:3132 ../fish/guestfish-actions.pod:2134 +#: ../src/guestfs-actions.pod:3305 ../fish/guestfish-actions.pod:2291 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:3140 +#: ../src/guestfs-actions.pod:3313 msgid "guestfs_ln" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3142 +#: ../src/guestfs-actions.pod:3315 #, no-wrap msgid "" " int\n" @@ -9522,17 +10093,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3147 ../fish/guestfish-actions.pod:2141 +#: ../src/guestfs-actions.pod:3320 ../fish/guestfish-actions.pod:2298 msgid "This command creates a hard link using the C command." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3153 +#: ../src/guestfs-actions.pod:3326 msgid "guestfs_ln_f" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3155 +#: ../src/guestfs-actions.pod:3328 #, no-wrap msgid "" " int\n" @@ -9543,19 +10114,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3160 ../fish/guestfish-actions.pod:2147 +#: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2304 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:3167 +#: ../src/guestfs-actions.pod:3340 msgid "guestfs_ln_s" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3169 +#: ../src/guestfs-actions.pod:3342 #, no-wrap msgid "" " int\n" @@ -9566,17 +10137,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2154 +#: ../src/guestfs-actions.pod:3347 ../fish/guestfish-actions.pod:2311 msgid "This command creates a symbolic link using the C command." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3180 +#: ../src/guestfs-actions.pod:3353 msgid "guestfs_ln_sf" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3182 +#: ../src/guestfs-actions.pod:3355 #, no-wrap msgid "" " int\n" @@ -9587,19 +10158,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3187 ../fish/guestfish-actions.pod:2160 +#: ../src/guestfs-actions.pod:3360 ../fish/guestfish-actions.pod:2317 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:3194 +#: ../src/guestfs-actions.pod:3367 msgid "guestfs_lremovexattr" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3196 +#: ../src/guestfs-actions.pod:3369 #, no-wrap msgid "" " int\n" @@ -9610,19 +10181,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3201 +#: ../src/guestfs-actions.pod:3374 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:3209 +#: ../src/guestfs-actions.pod:3382 msgid "guestfs_ls" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3211 +#: ../src/guestfs-actions.pod:3384 #, no-wrap msgid "" " char **\n" @@ -9632,26 +10203,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2175 +#: ../src/guestfs-actions.pod:3388 ../fish/guestfish-actions.pod:2332 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:3219 +#: ../src/guestfs-actions.pod:3392 msgid "" "This command is mostly useful for interactive sessions. Programs should " "probably use C instead." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3228 +#: ../src/guestfs-actions.pod:3401 msgid "guestfs_lsetxattr" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3230 +#: ../src/guestfs-actions.pod:3403 #, no-wrap msgid "" " int\n" @@ -9664,19 +10235,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3237 +#: ../src/guestfs-actions.pod:3410 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:3245 +#: ../src/guestfs-actions.pod:3418 msgid "guestfs_lstat" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3247 +#: ../src/guestfs-actions.pod:3420 #, no-wrap msgid "" " struct guestfs_stat *\n" @@ -9686,43 +10257,43 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3251 ../src/guestfs-actions.pod:5678 -#: ../fish/guestfish-actions.pod:2194 ../fish/guestfish-actions.pod:3776 +#: ../src/guestfs-actions.pod:3424 ../src/guestfs-actions.pod:5851 +#: ../fish/guestfish-actions.pod:2351 ../fish/guestfish-actions.pod:3933 msgid "Returns file information for the given C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3253 +#: ../src/guestfs-actions.pod:3426 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:3257 ../fish/guestfish-actions.pod:2200 +#: ../src/guestfs-actions.pod:3430 ../fish/guestfish-actions.pod:2357 msgid "This is the same as the C system call." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3259 ../src/guestfs-actions.pod:5682 +#: ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:5855 msgid "" "This function returns a C, or NULL if there was an " "error. I after use>." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3263 ../src/guestfs-actions.pod:5686 -#: ../src/guestfs-actions.pod:5704 ../src/guestfs-actions.pod:6085 +#: ../src/guestfs-actions.pod:3436 ../src/guestfs-actions.pod:5859 +#: ../src/guestfs-actions.pod:5877 ../src/guestfs-actions.pod:6258 msgid "(Added in 0.9.2)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3265 +#: ../src/guestfs-actions.pod:3438 msgid "guestfs_lstatlist" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3267 +#: ../src/guestfs-actions.pod:3440 #, no-wrap msgid "" " struct guestfs_stat_list *\n" @@ -9733,7 +10304,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3272 +#: ../src/guestfs-actions.pod:3445 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 " @@ -9741,7 +10312,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3276 ../fish/guestfish-actions.pod:2210 +#: ../src/guestfs-actions.pod:3449 ../fish/guestfish-actions.pod:2367 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, " @@ -9749,7 +10320,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3281 +#: ../src/guestfs-actions.pod:3454 msgid "" "This call is intended for programs that want to efficiently list a directory " "contents without making many round-trips. See also C " @@ -9760,19 +10331,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3289 +#: ../src/guestfs-actions.pod:3462 msgid "" "This function returns a C, or NULL if there was " "an error. I after use>." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3295 +#: ../src/guestfs-actions.pod:3468 msgid "guestfs_luks_add_key" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3297 +#: ../src/guestfs-actions.pod:3470 #, no-wrap msgid "" " int\n" @@ -9785,7 +10356,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3304 ../fish/guestfish-actions.pod:2227 +#: ../src/guestfs-actions.pod:3477 ../fish/guestfish-actions.pod:2384 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 " @@ -9793,16 +10364,16 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3309 +#: ../src/guestfs-actions.pod:3482 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:3315 ../src/guestfs-actions.pod:3355 -#: ../src/guestfs-actions.pod:3378 ../src/guestfs-actions.pod:3398 -#: ../src/guestfs-actions.pod:3430 ../src/guestfs-actions.pod:3449 +#: ../src/guestfs-actions.pod:3488 ../src/guestfs-actions.pod:3528 +#: ../src/guestfs-actions.pod:3551 ../src/guestfs-actions.pod:3571 +#: ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:3622 msgid "" "This function takes a key or passphrase parameter which could contain " "sensitive material. Read the section L for more " @@ -9810,18 +10381,18 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3319 ../src/guestfs-actions.pod:3359 -#: ../src/guestfs-actions.pod:3382 ../src/guestfs-actions.pod:3402 +#: ../src/guestfs-actions.pod:3492 ../src/guestfs-actions.pod:3532 +#: ../src/guestfs-actions.pod:3555 ../src/guestfs-actions.pod:3575 msgid "(Added in 1.5.2)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3321 +#: ../src/guestfs-actions.pod:3494 msgid "guestfs_luks_close" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3323 +#: ../src/guestfs-actions.pod:3496 #, no-wrap msgid "" " int\n" @@ -9831,7 +10402,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3327 +#: ../src/guestfs-actions.pod:3500 msgid "" "This closes a LUKS device that was created earlier by C " "or C. The C parameter must be the name of the " @@ -9840,19 +10411,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3434 -#: ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:3503 -#: ../src/guestfs-actions.pod:3551 +#: ../src/guestfs-actions.pod:3508 ../src/guestfs-actions.pod:3607 +#: ../src/guestfs-actions.pod:3626 ../src/guestfs-actions.pod:3676 +#: ../src/guestfs-actions.pod:3724 msgid "(Added in 1.5.1)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3337 +#: ../src/guestfs-actions.pod:3510 msgid "guestfs_luks_format" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3339 +#: ../src/guestfs-actions.pod:3512 #, no-wrap msgid "" " int\n" @@ -9864,7 +10435,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3345 ../fish/guestfish-actions.pod:2253 +#: ../src/guestfs-actions.pod:3518 ../fish/guestfish-actions.pod:2410 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 " @@ -9872,27 +10443,27 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:3375 -#: ../src/guestfs-actions.pod:3515 ../src/guestfs-actions.pod:4375 -#: ../src/guestfs-actions.pod:5138 ../src/guestfs-actions.pod:5513 -#: ../src/guestfs-actions.pod:5536 ../src/guestfs-actions.pod:5562 -#: ../src/guestfs-actions.pod:6712 ../fish/guestfish-actions.pod:2261 -#: ../fish/guestfish-actions.pod:2274 ../fish/guestfish-actions.pod:2358 -#: ../fish/guestfish-actions.pod:2888 ../fish/guestfish-actions.pod:3395 -#: ../fish/guestfish-actions.pod:3675 ../fish/guestfish-actions.pod:3691 -#: ../fish/guestfish-actions.pod:3706 ../fish/guestfish-actions.pod:4421 +#: ../src/guestfs-actions.pod:3525 ../src/guestfs-actions.pod:3548 +#: ../src/guestfs-actions.pod:3688 ../src/guestfs-actions.pod:4548 +#: ../src/guestfs-actions.pod:5311 ../src/guestfs-actions.pod:5686 +#: ../src/guestfs-actions.pod:5709 ../src/guestfs-actions.pod:5735 +#: ../src/guestfs-actions.pod:6885 ../fish/guestfish-actions.pod:2418 +#: ../fish/guestfish-actions.pod:2431 ../fish/guestfish-actions.pod:2515 +#: ../fish/guestfish-actions.pod:3045 ../fish/guestfish-actions.pod:3552 +#: ../fish/guestfish-actions.pod:3832 ../fish/guestfish-actions.pod:3848 +#: ../fish/guestfish-actions.pod:3863 ../fish/guestfish-actions.pod:4578 msgid "" "B." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3361 +#: ../src/guestfs-actions.pod:3534 msgid "guestfs_luks_format_cipher" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3363 +#: ../src/guestfs-actions.pod:3536 #, no-wrap msgid "" " int\n" @@ -9905,19 +10476,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3370 +#: ../src/guestfs-actions.pod:3543 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:3384 +#: ../src/guestfs-actions.pod:3557 msgid "guestfs_luks_kill_slot" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3386 +#: ../src/guestfs-actions.pod:3559 #, no-wrap msgid "" " int\n" @@ -9929,19 +10500,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2281 +#: ../src/guestfs-actions.pod:3565 ../fish/guestfish-actions.pod:2438 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:3404 +#: ../src/guestfs-actions.pod:3577 msgid "guestfs_luks_open" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3406 +#: ../src/guestfs-actions.pod:3579 #, no-wrap msgid "" " int\n" @@ -9953,26 +10524,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3412 ../fish/guestfish-actions.pod:2292 +#: ../src/guestfs-actions.pod:3585 ../fish/guestfish-actions.pod:2449 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:3415 ../fish/guestfish-actions.pod:2295 +#: ../src/guestfs-actions.pod:3588 ../fish/guestfish-actions.pod:2452 msgid "C is the encrypted block device or partition." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3417 ../fish/guestfish-actions.pod:2297 +#: ../src/guestfs-actions.pod:3590 ../fish/guestfish-actions.pod:2454 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:3420 ../fish/guestfish-actions.pod:2300 +#: ../src/guestfs-actions.pod:3593 ../fish/guestfish-actions.pod:2457 msgid "" "This creates a new block device called C. Reads and " "writes to this block device are decrypted from and encrypted to the " @@ -9980,7 +10551,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3424 +#: ../src/guestfs-actions.pod:3597 msgid "" "If this block device contains LVM volume groups, then calling " "C followed by C will make them " @@ -9988,12 +10559,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3436 +#: ../src/guestfs-actions.pod:3609 msgid "guestfs_luks_open_ro" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3438 +#: ../src/guestfs-actions.pod:3611 #, no-wrap msgid "" " int\n" @@ -10005,19 +10576,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3444 +#: ../src/guestfs-actions.pod:3617 msgid "" "This is the same as C except that a read-only mapping is " "created." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3455 +#: ../src/guestfs-actions.pod:3628 msgid "guestfs_lvcreate" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3457 +#: ../src/guestfs-actions.pod:3630 #, no-wrap msgid "" " int\n" @@ -10029,19 +10600,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2325 +#: ../src/guestfs-actions.pod:3636 ../fish/guestfish-actions.pod:2482 msgid "" "This creates an LVM logical volume called C on the volume group " "C, with C megabytes." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3470 +#: ../src/guestfs-actions.pod:3643 msgid "guestfs_lvm_canonical_lv_name" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3472 +#: ../src/guestfs-actions.pod:3645 #, no-wrap msgid "" " char *\n" @@ -10051,7 +10622,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3476 ../fish/guestfish-actions.pod:2332 +#: ../src/guestfs-actions.pod:3649 ../fish/guestfish-actions.pod:2489 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:3483 +#: ../src/guestfs-actions.pod:3656 msgid "See also C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3488 +#: ../src/guestfs-actions.pod:3661 msgid "(Added in 1.5.24)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3490 +#: ../src/guestfs-actions.pod:3663 msgid "guestfs_lvm_clear_filter" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3492 +#: ../src/guestfs-actions.pod:3665 #, no-wrap msgid "" " int\n" @@ -10090,26 +10661,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3495 +#: ../src/guestfs-actions.pod:3668 msgid "" "This undoes the effect of C. LVM will be able to " "see every block device." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3540 -#: ../fish/guestfish-actions.pod:2348 ../fish/guestfish-actions.pod:2379 +#: ../src/guestfs-actions.pod:3671 ../src/guestfs-actions.pod:3713 +#: ../fish/guestfish-actions.pod:2505 ../fish/guestfish-actions.pod:2536 msgid "" "This command also clears the LVM cache and performs a volume group scan." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3505 +#: ../src/guestfs-actions.pod:3678 msgid "guestfs_lvm_remove_all" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3507 +#: ../src/guestfs-actions.pod:3680 #, no-wrap msgid "" " int\n" @@ -10118,19 +10689,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3510 ../fish/guestfish-actions.pod:2355 +#: ../src/guestfs-actions.pod:3683 ../fish/guestfish-actions.pod:2512 msgid "" "This command removes all LVM logical volumes, volume groups and physical " "volumes." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3520 +#: ../src/guestfs-actions.pod:3693 msgid "guestfs_lvm_set_filter" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3522 +#: ../src/guestfs-actions.pod:3695 #, no-wrap msgid "" " int\n" @@ -10140,7 +10711,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3526 ../fish/guestfish-actions.pod:2365 +#: ../src/guestfs-actions.pod:3699 ../fish/guestfish-actions.pod:2522 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 " @@ -10148,7 +10719,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3530 ../fish/guestfish-actions.pod:2369 +#: ../src/guestfs-actions.pod:3703 ../fish/guestfish-actions.pod:2526 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 " @@ -10160,24 +10731,24 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2382 +#: ../src/guestfs-actions.pod:3716 ../fish/guestfish-actions.pod:2539 msgid "You can filter whole block devices or individual partitions." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3545 ../fish/guestfish-actions.pod:2384 +#: ../src/guestfs-actions.pod:3718 ../fish/guestfish-actions.pod:2541 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:3553 +#: ../src/guestfs-actions.pod:3726 msgid "guestfs_lvremove" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3555 +#: ../src/guestfs-actions.pod:3728 #, no-wrap msgid "" " int\n" @@ -10187,32 +10758,32 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3559 ../fish/guestfish-actions.pod:2392 +#: ../src/guestfs-actions.pod:3732 ../fish/guestfish-actions.pod:2549 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:3562 ../fish/guestfish-actions.pod:2395 +#: ../src/guestfs-actions.pod:3735 ../fish/guestfish-actions.pod:2552 msgid "" "You can also remove all LVs in a volume group by specifying the VG name, C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3567 ../src/guestfs-actions.pod:4721 -#: ../src/guestfs-actions.pod:6451 +#: ../src/guestfs-actions.pod:3740 ../src/guestfs-actions.pod:4894 +#: ../src/guestfs-actions.pod:6624 msgid "(Added in 1.0.13)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3569 +#: ../src/guestfs-actions.pod:3742 msgid "guestfs_lvrename" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3571 +#: ../src/guestfs-actions.pod:3744 #, no-wrap msgid "" " int\n" @@ -10223,22 +10794,22 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2402 +#: ../src/guestfs-actions.pod:3749 ../fish/guestfish-actions.pod:2559 msgid "Rename a logical volume C with the new name C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:6464 +#: ../src/guestfs-actions.pod:3753 ../src/guestfs-actions.pod:6637 msgid "(Added in 1.0.83)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3582 +#: ../src/guestfs-actions.pod:3755 msgid "guestfs_lvresize" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3584 +#: ../src/guestfs-actions.pod:3757 #, no-wrap msgid "" " int\n" @@ -10249,19 +10820,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3589 ../fish/guestfish-actions.pod:2408 +#: ../src/guestfs-actions.pod:3762 ../fish/guestfish-actions.pod:2565 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:3597 +#: ../src/guestfs-actions.pod:3770 msgid "guestfs_lvresize_free" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3599 +#: ../src/guestfs-actions.pod:3772 #, no-wrap msgid "" " int\n" @@ -10272,7 +10843,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3604 ../fish/guestfish-actions.pod:2416 +#: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2573 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 " @@ -10281,17 +10852,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3612 +#: ../src/guestfs-actions.pod:3785 msgid "(Added in 1.3.3)" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3614 +#: ../src/guestfs-actions.pod:3787 msgid "guestfs_lvs" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3616 +#: ../src/guestfs-actions.pod:3789 #, no-wrap msgid "" " char **\n" @@ -10300,31 +10871,31 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3619 ../fish/guestfish-actions.pod:2426 +#: ../src/guestfs-actions.pod:3792 ../fish/guestfish-actions.pod:2583 msgid "" "List all the logical volumes detected. This is the equivalent of the L command." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3622 ../fish/guestfish-actions.pod:2429 +#: ../src/guestfs-actions.pod:3795 ../fish/guestfish-actions.pod:2586 msgid "" "This returns a list of the logical volume device names (eg. C)." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3625 +#: ../src/guestfs-actions.pod:3798 msgid "See also C, C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3633 +#: ../src/guestfs-actions.pod:3806 msgid "guestfs_lvs_full" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3635 +#: ../src/guestfs-actions.pod:3808 #, no-wrap msgid "" " struct guestfs_lvm_lv_list *\n" @@ -10333,26 +10904,26 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3638 ../fish/guestfish-actions.pod:2438 +#: ../src/guestfs-actions.pod:3811 ../fish/guestfish-actions.pod:2595 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:3641 +#: ../src/guestfs-actions.pod:3814 msgid "" "This function returns a C, or NULL if there " "was an error. I after use>." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3647 +#: ../src/guestfs-actions.pod:3820 msgid "guestfs_lvuuid" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3649 +#: ../src/guestfs-actions.pod:3822 #, no-wrap msgid "" " char *\n" @@ -10362,17 +10933,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3653 ../fish/guestfish-actions.pod:2445 +#: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2602 msgid "This command returns the UUID of the LVM LV C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3660 +#: ../src/guestfs-actions.pod:3833 msgid "guestfs_lxattrlist" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3662 +#: ../src/guestfs-actions.pod:3835 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -10383,7 +10954,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3667 ../fish/guestfish-actions.pod:2451 +#: ../src/guestfs-actions.pod:3840 ../fish/guestfish-actions.pod:2608 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 " @@ -10391,7 +10962,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3671 ../fish/guestfish-actions.pod:2455 +#: ../src/guestfs-actions.pod:3844 ../fish/guestfish-actions.pod:2612 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. " @@ -10403,7 +10974,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3681 +#: ../src/guestfs-actions.pod:3854 msgid "" "This call is intended for programs that want to efficiently list a directory " "contents without making many round-trips. See also C for " @@ -10414,12 +10985,12 @@ msgid "" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3695 +#: ../src/guestfs-actions.pod:3868 msgid "guestfs_mkdir" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3697 +#: ../src/guestfs-actions.pod:3870 #, no-wrap msgid "" " int\n" @@ -10429,17 +11000,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3701 ../fish/guestfish-actions.pod:2477 +#: ../src/guestfs-actions.pod:3874 ../fish/guestfish-actions.pod:2634 msgid "Create a directory named C." msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3707 +#: ../src/guestfs-actions.pod:3880 msgid "guestfs_mkdir_mode" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3709 +#: ../src/guestfs-actions.pod:3882 #, no-wrap msgid "" " int\n" @@ -10450,14 +11021,14 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3714 ../fish/guestfish-actions.pod:2483 +#: ../src/guestfs-actions.pod:3887 ../fish/guestfish-actions.pod:2640 msgid "" "This command creates a directory, setting the initial permissions of the " "directory to C." msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3717 ../fish/guestfish-actions.pod:2486 +#: ../src/guestfs-actions.pod:3890 ../fish/guestfish-actions.pod:2643 msgid "" "For common Linux filesystems, the actual mode which is set will be C. Non-native-Linux filesystems may interpret the mode in " @@ -10465,17 +11036,17 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3721 +#: ../src/guestfs-actions.pod:3894 msgid "See also C, C" msgstr "" # type: =head2 -#: ../src/guestfs-actions.pod:3727 +#: ../src/guestfs-actions.pod:3900 msgid "guestfs_mkdir_p" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3729 +#: ../src/guestfs-actions.pod:3902 #, no-wrap msgid "" " int\n" @@ -10485,19 +11056,19 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3733 ../fish/guestfish-actions.pod:2496 +#: ../src/guestfs-actions.pod:3906 ../fish/guestfish-actions.pod:2653 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:3740 +#: ../src/guestfs-actions.pod:3913 msgid "guestfs_mkdtemp" msgstr "" # type: verbatim -#: ../src/guestfs-actions.pod:3742 +#: ../src/guestfs-actions.pod:3915 #, no-wrap msgid "" " char *\n" @@ -10507,7 +11078,7 @@ msgid "" msgstr "" # type: textblock -#: ../src/guestfs-actions.pod:3746 ../fish/guestfish-actions.pod:2503 +#: ../src/guestfs-actions.pod:3919 ../fish/guestfish-actions.pod:2660 msgid "" "This command creates a temporary directory. The C