X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po-docs%2Fuk.po;h=51491ae98200bcb909072aa0db9801cf1f576494;hb=33fe14b42f4977740ef12c4d6fc08873b8eef676;hp=bf296aaba6204d763b8508ada5108815ff5aba80;hpb=6e635ac015d94e1d3c624579984eca9ebd8a4662;p=libguestfs.git diff --git a/po-docs/uk.po b/po-docs/uk.po index bf296aa..51491ae 100644 --- a/po-docs/uk.po +++ b/po-docs/uk.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Red Hat Inc. # This file is distributed under the same license as the libguestfs package. -# FIRST AUTHOR , YEAR. -# +# +# Yuri Chornoivan , 2011. msgid "" msgstr "" "Project-Id-Version: libguestfs\n" -"Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-04-12 20:14+0200\n" -"PO-Revision-Date: 2011-04-01 15:39+0000\n" -"Last-Translator: yurchor \n" +"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/\n" +"POT-Creation-Date: 2011-07-15 17:18+0200\n" +"PO-Revision-Date: 2011-07-17 20:50+0000\n" +"Last-Translator: rjones \n" "Language-Team: Ukrainian \n" -"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #. type: =head1 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 -#: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 -#: ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 -#: ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30 +#: ../tools/virt-win-reg.pl:35 ../tools/virt-list-filesystems.pl:30 +#: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 +#: ../tools/virt-list-partitions.pl:30 msgid "NAME" msgstr "НАЗВА" @@ -37,9 +36,9 @@ msgstr "" #. type: =head1 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 -#: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 -#: ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 -#: ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34 +#: ../tools/virt-win-reg.pl:39 ../tools/virt-list-filesystems.pl:34 +#: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 +#: ../tools/virt-list-partitions.pl:34 msgid "SYNOPSIS" msgstr "КОРОТКИЙ ОПИС" @@ -92,9 +91,9 @@ msgstr "" #. type: =head1 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 -#: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 -#: ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 -#: ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40 +#: ../tools/virt-win-reg.pl:63 ../tools/virt-list-filesystems.pl:40 +#: ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 +#: ../tools/virt-list-partitions.pl:40 msgid "DESCRIPTION" msgstr "ОПИС" @@ -112,9 +111,9 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:33 msgid "" -"Libguestfs uses Linux kernel and qemu code, and can access any type of guest " -"filesystem that Linux and qemu can, including but not limited to: ext2/3/4, " -"btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, " +"Libguestfs uses Linux kernel and qemu code, and can access any type of guest" +" filesystem that Linux and qemu can, including but not limited to: ext2/3/4," +" btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, " "qcow2, vmdk." msgstr "" @@ -130,9 +129,9 @@ msgstr "" #: ../src/guestfs.pod:43 msgid "" "Libguestfs is a library that can be linked with C and C++ management " -"programs (or management programs written in OCaml, Perl, Python, Ruby, Java, " -"PHP, Haskell or C#). You can also use it from shell scripts or the command " -"line." +"programs (or management programs written in OCaml, Perl, Python, Ruby, Java," +" PHP, Haskell or C#). You can also use it from shell scripts or the command" +" line." msgstr "" #. type: textblock @@ -164,8 +163,8 @@ msgstr "ОГЛЯД API" #. type: textblock #: ../src/guestfs.pod:59 msgid "" -"This section provides a gentler overview of the libguestfs API. We also try " -"to group API calls together, where that may not be obvious from reading " +"This section provides a gentler overview of the libguestfs API. We also try" +" to group API calls together, where that may not be obvious from reading " "about the individual calls in the main section of this manual." msgstr "" @@ -180,13 +179,14 @@ msgid "" "Before you can use libguestfs calls, you have to create a handle. Then you " "must add at least one disk image to the handle, followed by launching the " "handle, then performing whatever operations you want, and finally closing " -"the handle. By convention we use the single letter C for the name of the " -"handle variable, although of course you can use any name you want." +"the handle. By convention we use the single letter C for the name of the" +" handle variable, although of course you can use any name you want." msgstr "" #. type: textblock #: ../src/guestfs.pod:73 -msgid "The general structure of all libguestfs-using programs looks like this:" +msgid "" +"The general structure of all libguestfs-using programs looks like this:" msgstr "" #. type: verbatim @@ -232,6 +232,11 @@ msgid "" " char **logvols = guestfs_lvs (g);\n" " \n" msgstr "" +" /* Тепер можна перевірити, які розділи, логічні томи тощо доступні.\n" +" */\n" +" char **partitions = guestfs_list_partitions (g);\n" +" char **logvols = guestfs_lvs (g);\n" +" \n" #. type: verbatim #: ../src/guestfs.pod:94 @@ -249,13 +254,7 @@ msgstr "" #. type: verbatim #: ../src/guestfs.pod:98 -#, fuzzy, no-wrap -#| msgid "" -#| " /* Now you can perform filesystem actions on the guest\n" -#| " * disk image.\n" -#| " */\n" -#| " guestfs_touch (g, \"/hello\");\n" -#| "\n" +#, no-wrap msgid "" " /* Now you can perform filesystem actions on the guest\n" " * disk image.\n" @@ -263,11 +262,6 @@ msgid "" " guestfs_touch (g, \"/hello\");\n" " \n" msgstr "" -" /* Тепер ви можете виконувати дії з файловою системою на\n" -" * образі диска операційної системи.\n" -" */\n" -" guestfs_touch (g, \"/hello\");\n" -"\n" #. type: verbatim #: ../src/guestfs.pod:103 @@ -289,6 +283,9 @@ msgid "" " guestfs_close (g);\n" "\n" msgstr "" +" /* Закрити дескриптор 'g'. */\n" +" guestfs_close (g);\n" +"\n" #. type: textblock #: ../src/guestfs.pod:112 @@ -305,23 +302,23 @@ msgstr "" #. type: =head2 #: ../src/guestfs.pod:121 msgid "DISK IMAGES" -msgstr "" +msgstr "ОБРАЗИ ДИСКІВ" #. type: textblock #: ../src/guestfs.pod:123 msgid "" "The image filename (C<\"guest.img\"> in the example above) could be a disk " "image from a virtual machine, a L copy of a physical hard disk, an " -"actual block device, or simply an empty file of zeroes that you have created " -"through L. Libguestfs lets you do useful things to all " -"of these." +"actual block device, or simply an empty file of zeroes that you have created" +" through L. Libguestfs lets you do useful things to all" +" of these." msgstr "" #. type: textblock #: ../src/guestfs.pod:129 msgid "" -"The call you should use in modern code for adding drives is L. To add a disk image, allowing writes, and " +"The call you should use in modern code for adding drives is " +"L. To add a disk image, allowing writes, and " "specifying that the format is raw, do:" msgstr "" @@ -334,11 +331,15 @@ msgid "" " -1);\n" "\n" msgstr "" +" guestfs_add_drive_opts (g, filename,\n" +" GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n" +" -1);\n" +"\n" #. type: textblock #: ../src/guestfs.pod:137 msgid "You can add a disk read-only using:" -msgstr "" +msgstr "Ви можете додати диск у режимі лише читання:" #. type: verbatim #: ../src/guestfs.pod:139 @@ -350,6 +351,11 @@ msgid "" " -1);\n" "\n" msgstr "" +" guestfs_add_drive_opts (g, filename,\n" +" GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n" +" GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n" +" -1);\n" +"\n" #. type: textblock #: ../src/guestfs.pod:144 @@ -362,24 +368,24 @@ msgstr "" #: ../src/guestfs.pod:147 msgid "" "Be extremely cautious if the disk image is in use, eg. if it is being used " -"by a virtual machine. Adding it read-write will almost certainly cause disk " -"corruption, but adding it read-only is safe." +"by a virtual machine. Adding it read-write will almost certainly cause disk" +" corruption, but adding it read-only is safe." msgstr "" #. type: textblock #: ../src/guestfs.pod:151 msgid "" -"You must add at least one disk image, and you may add multiple disk images. " -"In the API, the disk images are usually referred to as C (for the " -"first one you added), C (for the second one you added), etc." +"You must add at least one disk image, and you may add multiple disk images." +" In the API, the disk images are usually referred to as C (for " +"the first one you added), C (for the second one you added), etc." msgstr "" #. type: textblock #: ../src/guestfs.pod:156 msgid "" -"Once L has been called you cannot add any more images. You " -"can call L to get a list of the device names, in the " -"order that you added them. See also L below." +"Once L has been called you cannot add any more images. You" +" can call L to get a list of the device names, in the" +" order that you added them. See also L below." msgstr "" #. type: =head2 @@ -392,9 +398,9 @@ msgstr "МОНТУВАННЯ" msgid "" "Before you can read or write files, create directories and so on in a disk " "image that contains filesystems, you have to mount those filesystems using " -"L or L. If you already know that " -"a disk image contains (for example) one partition with a filesystem on that " -"partition, then you can mount it directly:" +"L or L. If you already know that" +" a disk image contains (for example) one partition with a filesystem on that" +" partition, then you can mount it directly:" msgstr "" #. type: verbatim @@ -404,6 +410,8 @@ msgid "" " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n" "\n" msgstr "" +" guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n" +"\n" #. type: textblock #: ../src/guestfs.pod:172 @@ -419,19 +427,20 @@ msgstr "" #: ../src/guestfs.pod:178 msgid "" "If you are given a disk image and you don't know what it contains then you " -"have to find out. Libguestfs can do that too: use L and L to list possible partitions and " -"LVs, and either try mounting each to see what is mountable, or else examine " -"them with L or L. To list just " +"have to find out. Libguestfs can do that too: use " +"L and L to list possible partitions " +"and LVs, and either try mounting each to see what is mountable, or else " +"examine them with L or L. To list just " "filesystems, use L." msgstr "" #. type: textblock #: ../src/guestfs.pod:186 msgid "" -"Libguestfs also has a set of APIs for inspection of unknown disk images (see " -"L below). But you might find it easier to look at higher level " -"programs built on top of libguestfs, in particular L." +"Libguestfs also has a set of APIs for inspection of unknown disk images (see" +" L below). But you might find it easier to look at higher " +"level programs built on top of libguestfs, in particular L." msgstr "" #. type: textblock @@ -444,7 +453,7 @@ msgstr "" #. type: =head2 #: ../src/guestfs.pod:194 msgid "FILESYSTEM ACCESS AND MODIFICATION" -msgstr "" +msgstr "ДОСТУП ТА ВНЕСЕННЯ ЗМІН ДО ФАЙЛОВИХ СИСТЕМ" #. type: textblock #: ../src/guestfs.pod:196 @@ -462,6 +471,8 @@ msgid "" "Specify filenames as full paths, starting with C<\"/\"> and including the " "mount point." msgstr "" +"Вказуйте адреси і назви файлів повністю, починаючи з C<\"/\">, разом з " +"точкою монтування." #. type: textblock #: ../src/guestfs.pod:205 @@ -469,6 +480,9 @@ msgid "" "For example, if you mounted a filesystem at C<\"/\"> and you want to read " "the file called C<\"etc/passwd\"> then you could do:" msgstr "" +"Наприклад, якщо вами змонтовано файлову систему до C<\"/\">, і ви бажаєте " +"виконати читання файла з назвою C<\"etc/passwd\">, ви можете скористатися " +"таким кодом:" #. type: verbatim #: ../src/guestfs.pod:208 @@ -477,13 +491,15 @@ msgid "" " char *data = guestfs_cat (g, \"/etc/passwd\");\n" "\n" msgstr "" +" char *data = guestfs_cat (g, \"/etc/passwd\");\n" +"\n" #. type: textblock #: ../src/guestfs.pod:210 msgid "" "This would return C as a newly allocated buffer containing the full " -"content of that file (with some conditions: see also L below), " -"or C if there was an error." +"content of that file (with some conditions: see also L below)," +" or C if there was an error." msgstr "" #. type: textblock @@ -500,11 +516,14 @@ msgid "" " guestfs_mkdir (g, \"/var\");\n" "\n" msgstr "" +" guestfs_mkdir (g, \"/var\");\n" +"\n" #. type: textblock #: ../src/guestfs.pod:219 msgid "To create a symlink you could do:" msgstr "" +"Щоб створити символічне посилання, ви можете скористатися таким кодом:" #. type: verbatim #: ../src/guestfs.pod:221 @@ -514,6 +533,9 @@ msgid "" " \"/etc/rc3.d/S30portmap\");\n" "\n" msgstr "" +" guestfs_ln_s (g, \"/etc/init.d/portmap\",\n" +" \"/etc/rc3.d/S30portmap\");\n" +"\n" #. type: textblock #: ../src/guestfs.pod:224 @@ -535,8 +557,8 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:233 msgid "" -"File writes are affected by the per-handle umask, set by calling L and defaulting to 022. See L." +"File writes are affected by the per-handle umask, set by calling " +"L and defaulting to 022. See L." msgstr "" #. type: =head2 @@ -547,8 +569,8 @@ msgstr "ПОДІЛ НА РОЗДІЛИ" #. type: textblock #: ../src/guestfs.pod:238 msgid "" -"Libguestfs contains API calls to read, create and modify partition tables on " -"disk images." +"Libguestfs contains API calls to read, create and modify partition tables on" +" disk images." msgstr "" #. type: textblock @@ -568,11 +590,17 @@ msgid "" " guestfs_part_disk (g, \"/dev/sda\", parttype);\n" "\n" msgstr "" +" const char *parttype = \"mbr\";\n" +" if (disk_is_larger_than_2TB)\n" +" parttype = \"gpt\";\n" +" guestfs_part_disk (g, \"/dev/sda\", parttype);\n" +"\n" #. type: textblock #: ../src/guestfs.pod:250 msgid "" -"Obviously this effectively wipes anything that was on that disk image before." +"Obviously this effectively wipes anything that was on that disk image " +"before." msgstr "" #. type: =head2 @@ -583,30 +611,30 @@ msgstr "LVM2" #. type: textblock #: ../src/guestfs.pod:255 msgid "" -"Libguestfs provides access to a large part of the LVM2 API, such as L and L. It won't make much sense unless " -"you familiarize yourself with the concepts of physical volumes, volume " -"groups and logical volumes." +"Libguestfs provides access to a large part of the LVM2 API, such as " +"L and L. It won't make much sense " +"unless you familiarize yourself with the concepts of physical volumes, " +"volume groups and logical volumes." msgstr "" #. type: textblock #: ../src/guestfs.pod:260 msgid "" -"This author strongly recommends reading the LVM HOWTO, online at L." +"This author strongly recommends reading the LVM HOWTO, online at " +"L." msgstr "" #. type: =head2 #: ../src/guestfs.pod:263 msgid "DOWNLOADING" -msgstr "" +msgstr "ОТРИМАННЯ ДАНИХ" #. type: textblock #: ../src/guestfs.pod:265 msgid "" "Use L to download small, text only files. This call is " -"limited to files which are less than 2 MB and which cannot contain any ASCII " -"NUL (C<\\0>) characters. However the API is very simple to use." +"limited to files which are less than 2 MB and which cannot contain any ASCII" +" NUL (C<\\0>) characters. However the API is very simple to use." msgstr "" #. type: textblock @@ -638,24 +666,25 @@ msgstr "ВИВАНТАЖЕННЯ" #. type: textblock #: ../src/guestfs.pod:281 msgid "" -"It's often the case that you want to write a file or files to the disk image." +"It's often the case that you want to write a file or files to the disk " +"image." msgstr "" #. type: textblock #: ../src/guestfs.pod:284 msgid "" "To write a small file with fixed content, use L. To create " -"a file of all zeroes, use L (sparse) or L (with all disk blocks allocated). There are a variety " -"of other functions for creating test files, for example L and " -"L." +"a file of all zeroes, use L (sparse) or " +"L (with all disk blocks allocated). There are a " +"variety of other functions for creating test files, for example " +"L and L." msgstr "" #. type: textblock #: ../src/guestfs.pod:290 msgid "" -"To upload a single file, use L. This call has no limits on " -"file content or size (even files larger than 4 GB)." +"To upload a single file, use L. This call has no limits on" +" file content or size (even files larger than 4 GB)." msgstr "" #. type: textblock @@ -668,14 +697,14 @@ msgstr "" #: ../src/guestfs.pod:295 msgid "" "However the fastest way to upload I is to " -"turn them into a squashfs or CD ISO (see L and L), then attach this using L. If you add the drive " -"in a predictable way (eg. adding it last after all other drives) then you " -"can get the device name from L and mount it directly " -"using L. Note that squashfs images are sometimes non-" -"portable between kernel versions, and they don't support labels or UUIDs. " -"If you want to pre-build an image or you need to mount it using a label or " -"UUID, use an ISO image instead." +"turn them into a squashfs or CD ISO (see L and " +"L), then attach this using L. If you add" +" the drive in a predictable way (eg. adding it last after all other drives) " +"then you can get the device name from L and mount it " +"directly using L. Note that squashfs images are " +"sometimes non-portable between kernel versions, and they don't support " +"labels or UUIDs. If you want to pre-build an image or you need to mount it " +"using a label or UUID, use an ISO image instead." msgstr "" #. type: =head2 @@ -694,7 +723,7 @@ msgstr "" #. type: =item #: ../src/guestfs.pod:314 msgid "B to B" -msgstr "" +msgstr "B<файл> у B<файл>" #. type: textblock #: ../src/guestfs.pod:316 @@ -706,13 +735,13 @@ msgstr "" #. type: =item #: ../src/guestfs.pod:319 msgid "B to B" -msgstr "" +msgstr "B<файл або пристрій> у B<файл або пристрій>" #. type: textblock #: ../src/guestfs.pod:321 msgid "" -"Use L which efficiently uses L to copy between files and " -"devices in the guest." +"Use L which efficiently uses L to copy between files and" +" devices in the guest." msgstr "" #. type: textblock @@ -727,13 +756,15 @@ msgid "" " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n" "\n" msgstr "" +" guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n" +"\n" #. type: textblock #: ../src/guestfs.pod:328 msgid "" "The destination (C) must be at least as large as the source " -"(C). To copy less than the whole source device, use L." +"(C). To copy less than the whole source device, use " +"L." msgstr "" #. type: =item @@ -764,12 +795,12 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:344 msgid "" -"Calls like L, L, L, L etc appear to only take filenames as arguments, so it " +"Calls like L, L, L, " +"L etc appear to only take filenames as arguments, so it " "appears you can only upload and download to files. However many Un*x-like " -"hosts let you use the special device files C, C, C and C to read and write from stdin, stdout, stderr, " -"and arbitrary file descriptor N." +"hosts let you use the special device files C, C, " +"C and C to read and write from stdin, stdout, " +"stderr, and arbitrary file descriptor N." msgstr "" #. type: textblock @@ -784,10 +815,12 @@ msgid "" " guestfs_download (g, filename, \"/dev/stdout\");\n" "\n" msgstr "" +" guestfs_download (g, filename, \"/dev/stdout\");\n" +"\n" #. type: textblock #: ../src/guestfs.pod:357 -msgid "and you can write tar output to a pipe C by doing:" +msgid "and you can write tar output to a file descriptor C by doing:" msgstr "" #. type: verbatim @@ -799,11 +832,15 @@ msgid "" " guestfs_tar_out (g, \"/\", devfd);\n" "\n" msgstr "" +" char devfd[64];\n" +" snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n" +" guestfs_tar_out (g, \"/\", devfd);\n" +"\n" #. type: =head2 #: ../src/guestfs.pod:363 msgid "LISTING FILES" -msgstr "" +msgstr "СПИСКИ ФАЙЛІВ" #. type: textblock #: ../src/guestfs.pod:365 @@ -830,13 +867,14 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:375 msgid "" -"L and L can be used to recursively list files." +"L and L can be used to recursively list " +"files." msgstr "" #. type: =head2 #: ../src/guestfs.pod:378 msgid "RUNNING COMMANDS" -msgstr "" +msgstr "ВИКОНАННЯ КОМАНД" #. type: textblock #: ../src/guestfs.pod:380 @@ -854,49 +892,53 @@ msgstr "" #. type: =item #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 -#: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1087 -#: ../src/guestfs.pod:1091 ../src/guestfs.pod:1095 ../src/guestfs.pod:1100 -#: ../src/guestfs.pod:1108 ../src/guestfs.pod:1127 ../src/guestfs.pod:1135 -#: ../src/guestfs.pod:1157 ../src/guestfs.pod:1161 ../src/guestfs.pod:1165 -#: ../src/guestfs.pod:1169 ../src/guestfs.pod:1173 ../src/guestfs.pod:1177 -#: ../src/guestfs.pod:1659 ../src/guestfs.pod:1664 ../src/guestfs.pod:1668 -#: ../src/guestfs.pod:1769 ../src/guestfs.pod:1774 ../src/guestfs.pod:1778 -#: ../src/guestfs.pod:1788 ../src/guestfs.pod:2022 ../src/guestfs.pod:2027 -#: ../src/guestfs.pod:2033 ../src/guestfs.pod:2041 ../src/guestfs.pod:2395 -#: ../src/guestfs.pod:2401 ../src/guestfs.pod:2406 ../src/guestfs.pod:2412 -#: ../src/guestfs.pod:2877 ../src/guestfs.pod:2881 ../src/guestfs.pod:2885 -#: ../src/guestfs.pod:2889 ../src/guestfs-actions.pod:15 -#: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577 -#: ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592 -#: ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1600 -#: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608 -#: ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1620 -#: ../src/guestfs-actions.pod:1624 ../src/guestfs-actions.pod:1628 -#: ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1642 -#: ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1784 -#: ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793 -#: ../src/guestfs-actions.pod:1798 ../src/guestfs-actions.pod:1859 -#: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:1868 -#: ../fish/guestfish.pod:443 ../fish/guestfish.pod:447 -#: ../fish/guestfish.pod:451 ../fish/guestfish.pod:455 -#: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 -#: ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388 -#: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402 -#: ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076 -#: ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084 -#: ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096 -#: ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110 -#: ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118 -#: ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212 -#: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222 -#: ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268 -#: ../fish/guestfish-actions.pod:1273 ../tools/virt-edit.pl:351 -#: ../tools/virt-edit.pl:356 ../tools/virt-edit.pl:361 -#: ../tools/virt-edit.pl:372 ../tools/virt-edit.pl:376 -#: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 -#: ../tools/virt-win-reg.pl:548 +#: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1064 +#: ../src/guestfs.pod:1068 ../src/guestfs.pod:1072 ../src/guestfs.pod:1077 +#: ../src/guestfs.pod:1085 ../src/guestfs.pod:1104 ../src/guestfs.pod:1112 +#: ../src/guestfs.pod:1134 ../src/guestfs.pod:1138 ../src/guestfs.pod:1142 +#: ../src/guestfs.pod:1146 ../src/guestfs.pod:1150 ../src/guestfs.pod:1154 +#: ../src/guestfs.pod:1643 ../src/guestfs.pod:1648 ../src/guestfs.pod:1652 +#: ../src/guestfs.pod:1754 ../src/guestfs.pod:1759 ../src/guestfs.pod:1763 +#: ../src/guestfs.pod:1773 ../src/guestfs.pod:2047 ../src/guestfs.pod:2052 +#: ../src/guestfs.pod:2058 ../src/guestfs.pod:2066 ../src/guestfs.pod:2420 +#: ../src/guestfs.pod:2426 ../src/guestfs.pod:2431 ../src/guestfs.pod:2437 +#: ../src/guestfs.pod:3011 ../src/guestfs.pod:3015 ../src/guestfs.pod:3019 +#: ../src/guestfs.pod:3023 ../src/guestfs-actions.pod:15 +#: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:583 +#: ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:598 +#: ../src/guestfs-actions.pod:605 ../src/guestfs-actions.pod:1662 +#: ../src/guestfs-actions.pod:1666 ../src/guestfs-actions.pod:1670 +#: ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1682 +#: ../src/guestfs-actions.pod:1686 ../src/guestfs-actions.pod:1690 +#: ../src/guestfs-actions.pod:1700 ../src/guestfs-actions.pod:1704 +#: ../src/guestfs-actions.pod:1708 ../src/guestfs-actions.pod:1846 +#: ../src/guestfs-actions.pod:1850 ../src/guestfs-actions.pod:1855 +#: ../src/guestfs-actions.pod:1860 ../src/guestfs-actions.pod:1921 +#: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1930 +#: ../src/guestfs-actions.pod:2857 ../src/guestfs-actions.pod:2863 +#: ../src/guestfs-actions.pod:2871 ../src/guestfs-actions.pod:2878 +#: ../src/guestfs-actions.pod:2885 ../fish/guestfish.pod:445 +#: ../fish/guestfish.pod:449 ../fish/guestfish.pod:453 +#: ../fish/guestfish.pod:457 ../fish/guestfish-actions.pod:13 +#: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:385 +#: ../fish/guestfish-actions.pod:393 ../fish/guestfish-actions.pod:400 +#: ../fish/guestfish-actions.pod:407 ../fish/guestfish-actions.pod:1099 +#: ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1107 +#: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1119 +#: ../fish/guestfish-actions.pod:1123 ../fish/guestfish-actions.pod:1127 +#: ../fish/guestfish-actions.pod:1137 ../fish/guestfish-actions.pod:1141 +#: ../fish/guestfish-actions.pod:1145 ../fish/guestfish-actions.pod:1235 +#: ../fish/guestfish-actions.pod:1239 ../fish/guestfish-actions.pod:1244 +#: ../fish/guestfish-actions.pod:1249 ../fish/guestfish-actions.pod:1291 +#: ../fish/guestfish-actions.pod:1295 ../fish/guestfish-actions.pod:1300 +#: ../fish/guestfish-actions.pod:1933 ../fish/guestfish-actions.pod:1939 +#: ../fish/guestfish-actions.pod:1947 ../fish/guestfish-actions.pod:1954 +#: ../fish/guestfish-actions.pod:1961 ../tools/virt-win-reg.pl:195 +#: ../tools/virt-win-reg.pl:200 ../tools/virt-win-reg.pl:206 +#: ../tools/virt-win-reg.pl:708 ../tools/virt-win-reg.pl:714 +#: ../tools/virt-win-reg.pl:720 msgid "*" -msgstr "" +msgstr "*" #. type: textblock #: ../src/guestfs.pod:390 @@ -920,8 +962,8 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:404 msgid "" -"The network may not be available unless you enable it (see L)." +"The network may not be available unless you enable it (see " +"L)." msgstr "" #. type: textblock @@ -959,16 +1001,16 @@ msgstr "" 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. For information about other security issues, " +"script run the commands you want in the normal context of the running guest," +" network security and so on. For information about other security issues, " "see L." msgstr "" #. type: textblock #: ../src/guestfs.pod:440 msgid "" -"The two main API calls to run commands are L and L (there are also variations)." +"The two main API calls to run commands are L and " +"L (there are also variations)." msgstr "" #. type: textblock @@ -995,17 +1037,17 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:453 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 " -"L website." +"The main Augeas calls are bound through the C APIs. We don't" +" document Augeas itself here because there is excellent documentation on the" +" L website." msgstr "" #. type: textblock #: ../src/guestfs.pod:457 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 " -"over." +"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 over." msgstr "" #. type: =head2 @@ -1021,10 +1063,10 @@ msgid "" msgstr "" #. type: =item -#: ../src/guestfs.pod:469 ../src/guestfs.pod:1280 ../src/guestfs.pod:1411 -#: ../src/guestfs.pod:2440 +#: ../src/guestfs.pod:469 ../src/guestfs.pod:1257 ../src/guestfs.pod:1395 +#: ../src/guestfs.pod:2465 msgid "1." -msgstr "" +msgstr "1." #. type: textblock #: ../src/guestfs.pod:471 @@ -1038,12 +1080,14 @@ msgid "" " guestfs_set_selinux (g, 1);\n" "\n" msgstr "" +" guestfs_set_selinux (g, 1);\n" +"\n" #. type: =item -#: ../src/guestfs.pod:475 ../src/guestfs.pod:1284 ../src/guestfs.pod:1415 -#: ../src/guestfs.pod:2465 +#: ../src/guestfs.pod:475 ../src/guestfs.pod:1261 ../src/guestfs.pod:1399 +#: ../src/guestfs.pod:2490 msgid "2." -msgstr "" +msgstr "2." #. type: textblock #: ../src/guestfs.pod:477 @@ -1059,6 +1103,8 @@ msgid "" " guestfs_sh (g, \"/usr/sbin/load_policy\");\n" "\n" msgstr "" +" guestfs_sh (g, \"/usr/sbin/load_policy\");\n" +"\n" #. type: textblock #: ../src/guestfs.pod:483 @@ -1068,9 +1114,9 @@ msgid "" msgstr "" #. type: =item -#: ../src/guestfs.pod:486 ../src/guestfs.pod:1421 +#: ../src/guestfs.pod:486 ../src/guestfs.pod:1405 msgid "3." -msgstr "" +msgstr "3." #. type: textblock #: ../src/guestfs.pod:488 @@ -1086,6 +1132,8 @@ msgid "" " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n" "\n" msgstr "" +" guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n" +"\n" #. type: textblock #: ../src/guestfs.pod:496 @@ -1102,7 +1150,7 @@ msgstr "" #. type: =head2 #: ../src/guestfs.pod:502 msgid "UMASK" -msgstr "" +msgstr "UMASK" #. type: textblock #: ../src/guestfs.pod:504 @@ -1117,16 +1165,16 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:510 msgid "" -"The default umask is C<022>, so files are created with modes such as C<0644> " -"and directories with C<0755>." +"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:513 msgid "" "There are two ways to avoid being affected by umask. Either set umask to 0 " -"(call C early after launching). Or call L after creating each file or directory." +"(call C early after launching). Or call " +"L after creating each file or directory." msgstr "" #. type: textblock @@ -1135,15 +1183,15 @@ msgid "For more information about umask, see L." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:519 ../fish/guestfish.pod:765 +#: ../src/guestfs.pod:519 ../fish/guestfish.pod:825 msgid "ENCRYPTED DISKS" -msgstr "" +msgstr "ЗАШИФРОВАНІ ДИСКИ" #. type: textblock #: ../src/guestfs.pod:521 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) " +"Libguestfs allows you to access Linux guests which have been encrypted using" +" whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) " "standard. This includes nearly all whole disk encryption systems used by " "modern Linux guests." msgstr "" @@ -1165,27 +1213,27 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:533 msgid "" -"Opening a LUKS device creates a new device mapper device called C (where C is the string you supply to L). Reads and writes to this mapper device are decrypted " -"from and encrypted to the underlying block device respectively." +"Opening a LUKS device creates a new device mapper device called " +"C (where C is the string you supply to " +"L). Reads and writes to this mapper device are " +"decrypted from and encrypted to the underlying block device respectively." msgstr "" #. type: textblock #: ../src/guestfs.pod:539 msgid "" -"LVM volume groups on the device can be made visible by calling L followed by L. The logical volume" -"(s) can now be mounted in the usual way." +"LVM volume groups on the device can be made visible by calling " +"L followed by L. The logical " +"volume(s) can now be mounted in the usual way." msgstr "" #. type: textblock #: ../src/guestfs.pod:543 msgid "" -"Use the reverse process to close a LUKS device. Unmount any logical volumes " -"on it, deactivate the volume groups by caling C. Then close the mapper device by calling L on the C device (I the " +"Use the reverse process to close a LUKS device. Unmount any logical volumes" +" on it, deactivate the volume groups by caling C. Then close the mapper device by calling " +"L on the C device (I the " "underlying encrypted block device)." msgstr "" @@ -1198,24 +1246,24 @@ msgstr "ПЕРЕВІРКА" #: ../src/guestfs.pod:552 msgid "" "Libguestfs has APIs for inspecting an unknown disk image to find out if it " -"contains operating systems, an install CD or a live CD. (These APIs used to " -"be in a separate Perl-only library called L but since " -"version 1.5.3 the most frequently used part of this library has been " +"contains operating systems, an install CD or a live CD. (These APIs used to" +" be in a separate Perl-only library called L but since" +" version 1.5.3 the most frequently used part of this library has been " "rewritten in C and moved into the core code)." msgstr "" #. type: textblock #: ../src/guestfs.pod:559 msgid "" -"Add all disks belonging to the unknown virtual machine and call L in the usual way." +"Add all disks belonging to the unknown virtual machine and call " +"L in the usual way." msgstr "" #. type: textblock #: ../src/guestfs.pod:562 msgid "" -"Then call L. This function uses other libguestfs calls " -"and certain heuristics, and returns a list of operating systems that were " +"Then call L. This function uses other libguestfs calls" +" and certain heuristics, and returns a list of operating systems that were " "found. An empty list means none were found. A single element is the root " "filesystem of the operating system. For dual- or multi-boot guests, " "multiple roots can be returned, each one corresponding to a separate " @@ -1228,9 +1276,9 @@ msgstr "" #: ../src/guestfs.pod:571 msgid "" "For each root, you can then call various C functions " -"to get additional details about that operating system. For example, call L to return the string C or C for " -"Windows and Linux-based operating systems respectively." +"to get additional details about that operating system. For example, call " +"L to return the string C or C for" +" Windows and Linux-based operating systems respectively." msgstr "" #. type: textblock @@ -1238,8 +1286,8 @@ msgstr "" msgid "" "Un*x-like and Linux-based operating systems usually consist of several " "filesystems which are mounted at boot time (for example, a separate boot " -"partition mounted on C). The inspection rules are able to detect how " -"filesystems correspond to mount points. Call " +"partition mounted on C). The inspection rules are able to detect how" +" filesystems correspond to mount points. Call " "C to get this mapping. It might return a " "hash table like this example:" msgstr "" @@ -1253,6 +1301,10 @@ msgid "" " /usr => /dev/vg_guest/lv_usr\n" "\n" msgstr "" +" /boot => /dev/sda1\n" +" / => /dev/vg_guest/lv_root\n" +" /usr => /dev/vg_guest/lv_usr\n" +"\n" #. type: textblock #: ../src/guestfs.pod:588 @@ -1264,16 +1316,17 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:591 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." +"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:595 msgid "" "Inspection currently only works for some common operating systems. " -"Contributors are welcome to send patches for other operating systems that we " -"currently cannot detect." +"Contributors are welcome to send patches for other operating systems that we" +" currently cannot detect." msgstr "" #. type: textblock @@ -1291,10 +1344,10 @@ msgid "" "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. (L works a little differently from the other " -"calls and does read the disks. See documentation for that function for " -"details)." +"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: =head3 @@ -1321,16 +1374,17 @@ msgstr "" #: ../src/guestfs.pod:621 msgid "" "Further information is available about the operating system that can be " -"installed using the regular inspection APIs like L, L etc." +"installed using the regular inspection APIs like " +"L, L " +"etc." msgstr "" #. type: textblock #: ../src/guestfs.pod:626 msgid "" "Some additional information specific to installer disks is also available " -"from the L, L and L calls." +"from the L, L and " +"L calls." msgstr "" #. type: =head2 @@ -1341,23 +1395,23 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:633 msgid "" -"Libguestfs can mount NTFS partitions. It does this using the L driver." +"Libguestfs can mount NTFS partitions. It does this using the L driver." msgstr "" #. type: =head3 #: ../src/guestfs.pod:636 msgid "DRIVE LETTERS AND PATHS" -msgstr "" +msgstr "ЛІТЕРИ ДИСКІВ ТА ШЛЯХИ" #. type: textblock #: ../src/guestfs.pod:638 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 " -"a Windows configuration file referring to a path like C. When the filesystem is mounted in libguestfs, that directory " -"might be referred to as C." +"a Windows configuration file referring to a path like " +"C. When the filesystem is mounted in libguestfs, " +"that directory might be referred to as C." msgstr "" #. type: textblock @@ -1378,14 +1432,14 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:651 msgid "" -"To resolve the case insensitivity of paths, call L." +"To resolve the case insensitivity of paths, call " +"L." msgstr "" #. type: =head3 #: ../src/guestfs.pod:654 msgid "ACCESSING THE WINDOWS REGISTRY" -msgstr "" +msgstr "ДОСТУП ДО РЕГІСТРУ WINDOWS" #. type: textblock #: ../src/guestfs.pod:656 @@ -1394,14 +1448,14 @@ msgid "" "files, through the library C which is part of the libguestfs project " "although ships as a separate tarball. You have to locate and download the " "hive file(s) yourself, and then pass them to C functions. See also " -"the programs L, L, L and L for more help on this issue." +"the programs L, L, L and L for more help on this issue." msgstr "" #. type: =head3 #: ../src/guestfs.pod:664 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS" -msgstr "" +msgstr "СИМВОЛІЧНІ ПОСИЛАННЯ У ФАЙЛОВИХ СИСТЕМАХ NTFS-3G" #. type: textblock #: ../src/guestfs.pod:666 @@ -1433,8 +1487,8 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:679 msgid "" -"Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L to read the C extended " +"Instead if you encounter a symbolic link on an ntfs-3g filesystem, use " +"L to read the C extended " "attribute, and read the raw reparse data from that (you can find the format " "documented in various places around the web)." msgstr "" @@ -1461,7 +1515,7 @@ msgstr "" #. type: =head2 #: ../src/guestfs.pod:691 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES" -msgstr "" +msgstr "ВИКОРИСТАННЯ LIBGUESTFS ЗА ДОПОМОГОЮ ІНШИХ МОВ ПРОГРАМУВАННЯ" #. type: textblock #: ../src/guestfs.pod:693 @@ -1474,8 +1528,8 @@ msgstr "" #: ../src/guestfs.pod:696 msgid "" "The API is broadly identical in all supported languages. This means that " -"the C call C is C<$g-Eadd_drive_ro($file)> " -"in Perl, C in Python, and C in " +"the C call C is C<$g-Eadd_drive_ro($file)>" +" in Perl, C in Python, and C in " "OCaml. In other words, a straightforward, predictable isomorphism between " "each language." msgstr "" @@ -1483,8 +1537,8 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:702 msgid "" -"Error messages are automatically transformed into exceptions if the language " -"supports it." +"Error messages are automatically transformed into exceptions if the language" +" supports it." msgstr "" #. type: textblock @@ -1629,8 +1683,8 @@ msgstr "" msgid "" "Since we developed libguestfs and the associated tools, there are several " "things we would have designed differently, but are now stuck with for " -"backwards compatibility or other reasons. If there is ever a libguestfs 2.0 " -"release, you can expect these to change. Beware of them." +"backwards compatibility or other reasons. If there is ever a libguestfs 2.0" +" release, you can expect these to change. Beware of them." msgstr "" #. type: =item @@ -1641,28 +1695,38 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:778 msgid "" +"I Autosync is enabled by default for all API users starting from " +"libguestfs 1.5.24. This section only applies to older versions." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:781 +msgid "" "When modifying a filesystem from C or another language, you B unmount " "all filesystems and call L explicitly before you close the " "libguestfs handle. You can also call:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:782 +#: ../src/guestfs.pod:785 #, no-wrap msgid "" " guestfs_set_autosync (g, 1);\n" "\n" msgstr "" +" guestfs_set_autosync (g, 1);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:784 +#: ../src/guestfs.pod:787 msgid "" "to have the unmount/sync done automatically for you when the handle 'g' is " -"closed. (This feature is called \"autosync\", L q.v.)" +"closed. (This feature is called \"autosync\", L " +"q.v.)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:788 +#: ../src/guestfs.pod:791 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 " @@ -1670,20 +1734,13 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:792 +#: ../src/guestfs.pod:795 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 " "this very puzzling if you are trying to debug a problem." msgstr "" -#. type: textblock -#: ../src/guestfs.pod:796 -msgid "" -"Update: Autosync is enabled by default for all API users starting from " -"libguestfs 1.5.24." -msgstr "" - #. type: =item #: ../src/guestfs.pod:799 msgid "Mount option C<-o sync> should not be the default." @@ -1692,8 +1749,8 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:801 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 " +"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 " "very large performance impact." msgstr "" @@ -1725,8 +1782,8 @@ msgstr "" #: ../src/guestfs.pod:815 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 to guarantee that the disk is not changed." +"even if you didn't perform any writes. You need to use " +"L to guarantee that the disk is not changed." msgstr "" #. type: =item @@ -1738,10 +1795,10 @@ msgstr "" #: ../src/guestfs.pod:821 msgid "" "C doesn't do what people expect (open C for " -"examination). It tries to run a guestfish command C which doesn't " -"exist, so it fails. In earlier versions of guestfish the error message was " -"also unintuitive, but we have corrected this since. Like the Bourne shell, " -"we should have used C to run commands." +"examination). It tries to run a guestfish command C which doesn't" +" exist, so it fails. In earlier versions of guestfish the error message was" +" also unintuitive, but we have corrected this since. Like the Bourne shell," +" we should have used C to run commands." msgstr "" #. type: =item @@ -1771,6 +1828,8 @@ msgid "" " lvcreate LV VG 100M\n" "\n" msgstr "" +" lvcreate LV VG 100M\n" +"\n" #. type: textblock #: ../src/guestfs.pod:841 @@ -1796,9 +1855,9 @@ msgstr "" #. type: textblock #: ../src/guestfs.pod:851 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 " -"C in the directory C (consider some non-Unix VM image)." +"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" +" C in the directory C (consider some non-Unix VM image)." msgstr "" #. type: textblock @@ -1853,58 +1912,18 @@ msgstr "" #. type: =head2 #: ../src/guestfs.pod:882 -msgid "PROTOCOL LIMITS" -msgstr "" - -#. type: textblock -#: ../src/guestfs.pod:884 -msgid "" -"Internally libguestfs uses a message-based protocol to pass API calls and " -"their responses to and from a small \"appliance\" (see L for " -"plenty more detail about this). The maximum message size used by the " -"protocol is slightly less than 4 MB. For some API calls you may need to be " -"aware of this limit. The API calls which may be affected are individually " -"documented, with a link back to this section of the documentation." -msgstr "" - -#. type: textblock -#: ../src/guestfs.pod:892 -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 " -"a message, the maximum size that it can return is slightly under 4 MB. If " -"the requested file is larger than this then you will get an error." -msgstr "" - -#. type: textblock -#: ../src/guestfs.pod:898 -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 " -"and L document how to do this." -msgstr "" - -#. type: textblock -#: ../src/guestfs.pod:902 -msgid "" -"You might also consider mounting the disk image using our FUSE filesystem " -"support (L)." -msgstr "" - -#. type: =head2 -#: ../src/guestfs.pod:905 msgid "KEYS AND PASSPHRASES" -msgstr "" +msgstr "КЛЮЧІ І ПАРОЛІ" #. type: textblock -#: ../src/guestfs.pod:907 +#: ../src/guestfs.pod:884 msgid "" "Certain libguestfs calls take a parameter that contains sensitive key " "material, passed in as a C string." msgstr "" #. type: textblock -#: ../src/guestfs.pod:910 +#: ../src/guestfs.pod:887 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 " @@ -1913,64 +1932,64 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:915 +#: ../src/guestfs.pod:892 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, " -"scrub the swap partition or don't use libguestfs on encrypted devices." +"might end up being written out to the swap partition. If this is a concern," +" scrub the swap partition or don't use libguestfs on encrypted devices." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:920 +#: ../src/guestfs.pod:897 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:922 +#: ../src/guestfs.pod:899 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:925 +#: ../src/guestfs.pod:902 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." +"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:929 +#: ../src/guestfs.pod:906 msgid "" "See the graphical program guestfs-browser for one possible architecture for " "multithreaded programs using libvirt and libguestfs." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:932 +#: ../src/guestfs.pod:909 msgid "PATH" msgstr "ШЛЯХ" #. type: textblock -#: ../src/guestfs.pod:934 +#: ../src/guestfs.pod:911 msgid "" "Libguestfs needs a supermin appliance, which it finds by looking along an " "internal path." msgstr "" #. type: textblock -#: ../src/guestfs.pod:937 +#: ../src/guestfs.pod:914 msgid "" -"By default it looks for these in the directory C<$libdir/guestfs> (eg. C or C)." +"By default it looks for these in the directory C<$libdir/guestfs> (eg. " +"C or C)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:940 +#: ../src/guestfs.pod:917 msgid "" -"Use L or set the environment variable L " -"to change the directories that libguestfs will search in. The value is a " +"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 " @@ -1978,20 +1997,20 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:947 +#: ../src/guestfs.pod:924 msgid "QEMU WRAPPERS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:949 +#: ../src/guestfs.pod:926 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 " +"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:953 +#: ../src/guestfs.pod:930 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 " @@ -2000,14 +2019,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:958 +#: ../src/guestfs.pod:935 msgid "" -"Here is an example of a wrapper, where I have built my own copy of qemu from " -"source:" +"Here is an example of a wrapper, where I have built my own copy of qemu from" +" source:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:961 +#: ../src/guestfs.pod:938 #, no-wrap msgid "" " #!/bin/sh -\n" @@ -2015,9 +2034,13 @@ msgid "" " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n" "\n" msgstr "" +" #!/bin/sh -\n" +" qemudir=/home/rjones/d/qemu\n" +" exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:965 +#: ../src/guestfs.pod:942 msgid "" "Save this script as C (or wherever), C, and " "then use it by setting the LIBGUESTFS_QEMU environment variable. For " @@ -2025,34 +2048,36 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:969 +#: ../src/guestfs.pod:946 #, no-wrap msgid "" " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n" "\n" msgstr "" +" LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:971 +#: ../src/guestfs.pod:948 msgid "" "Note that libguestfs also calls qemu with the -help and -version options in " "order to determine features." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:974 +#: ../src/guestfs.pod:951 msgid "ATTACHING TO RUNNING DAEMONS" -msgstr "" +msgstr "ДОЛУЧЕННЯ ДО ЗАПУЩЕНИХ ФОНОВИХ СЛУЖБ" #. type: textblock -#: ../src/guestfs.pod:976 +#: ../src/guestfs.pod:953 msgid "" "I This is B and has a tendency to eat " "babies. Use with caution." msgstr "" #. type: textblock -#: ../src/guestfs.pod:979 +#: ../src/guestfs.pod:956 msgid "" "I This section explains how to attach to a running daemon from a " "low level perspective. For most users, simply using virt tools such as " @@ -2060,27 +2085,27 @@ msgid "" msgstr "" #. type: =head3 -#: ../src/guestfs.pod:983 +#: ../src/guestfs.pod:960 msgid "Using guestfs_set_attach_method" -msgstr "" +msgstr "За допомогою guestfs_set_attach_method" #. type: textblock -#: ../src/guestfs.pod:985 +#: ../src/guestfs.pod:962 msgid "" "By calling L you can change how the library " -"connects to the C daemon in L (read L for some background)." +"connects to the C daemon in L (read " +"L for some background)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:989 +#: ../src/guestfs.pod:966 msgid "" -"The normal attach method is C, where a small appliance is created " -"containing the daemon, and then the library connects to this." +"The normal attach method is C, where a small appliance is created" +" containing the daemon, and then the library connects to this." msgstr "" #. type: textblock -#: ../src/guestfs.pod:992 +#: ../src/guestfs.pod:969 msgid "" "Setting attach method to C> (where I is the path of a " "Unix domain socket) causes L to connect to an existing " @@ -2088,7 +2113,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:996 +#: ../src/guestfs.pod:973 msgid "" "The normal use for this is to connect to a running virtual machine that " "contains a C daemon, and send commands so you can read and write " @@ -2096,12 +2121,12 @@ msgid "" msgstr "" #. type: =head3 -#: ../src/guestfs.pod:1000 +#: ../src/guestfs.pod:977 msgid "Using guestfs_add_domain with live flag" -msgstr "" +msgstr "За допомогою guestfs_add_domain з прапорцем live" #. type: textblock -#: ../src/guestfs.pod:1002 +#: ../src/guestfs.pod:979 msgid "" "L provides some help for getting the correct attach " "method. If you pass the C option to this function, then (if the " @@ -2110,7 +2135,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1008 +#: ../src/guestfs.pod:985 #, no-wrap msgid "" " \n" @@ -2126,16 +2151,28 @@ msgid "" " \n" "\n" msgstr "" +" \n" +" ...\n" +" \n" +" ...\n" +" \n" +" \n" +" \n" +" \n" +" ...\n" +" \n" +" \n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1020 +#: ../src/guestfs.pod:997 msgid "" "L extracts C and sets the attach " "method to C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1023 +#: ../src/guestfs.pod:1000 msgid "" "Some of the libguestfs tools (including guestfish) support a I<--live> " "option which is passed through to L thus allowing you " @@ -2143,48 +2180,49 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1027 +#: ../src/guestfs.pod:1004 msgid "" "The virtual machine needs to have been set up beforehand so that it has the " "virtio-serial channel and so that guestfsd is running inside it." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1031 +#: ../src/guestfs.pod:1008 msgid "ABI GUARANTEE" -msgstr "" +msgstr "ГАРАНТІЯ ЩОДО ABI" #. type: textblock -#: ../src/guestfs.pod:1033 +#: ../src/guestfs.pod:1010 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." +"old actions forever. This allows you the developer to program in confidence" +" against the libguestfs API." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1039 +#: ../src/guestfs.pod:1016 msgid "BLOCK DEVICE NAMING" -msgstr "" +msgstr "ІМЕНУВАННЯ БЛОКОВИХ ПРИСТРОЇВ" #. type: textblock -#: ../src/guestfs.pod:1041 +#: ../src/guestfs.pod:1018 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." +"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:1053 +#: ../src/guestfs.pod:1030 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 " @@ -2192,7 +2230,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1057 +#: ../src/guestfs.pod:1034 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 " @@ -2200,145 +2238,145 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1062 +#: ../src/guestfs.pod:1039 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." +"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:1068 +#: ../src/guestfs.pod:1045 msgid "" -"Note that this I applies to parameters. The L, " -"L and similar calls return the true names of the " +"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: =head3 -#: ../src/guestfs.pod:1073 +#: ../src/guestfs.pod:1050 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1075 +#: ../src/guestfs.pod:1052 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-" +"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:1081 +#: ../src/guestfs.pod:1058 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." +"device or partition names. Return values from functions such as " +"L are never changed." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1089 +#: ../src/guestfs.pod:1066 msgid "Is the string a parameter which is a device or partition name?" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1093 +#: ../src/guestfs.pod:1070 msgid "Does the string begin with C?" -msgstr "" +msgstr "Чи починається рядок з C?" #. type: textblock -#: ../src/guestfs.pod:1097 +#: ../src/guestfs.pod:1074 msgid "" "Does the named device exist? If so, we use that device. However if I " "then we continue with this algorithm." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1102 +#: ../src/guestfs.pod:1079 msgid "Replace initial C string with C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1104 +#: ../src/guestfs.pod:1081 msgid "For example, change C to C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1106 +#: ../src/guestfs.pod:1083 msgid "If that named device exists, use it. If not, continue." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1110 +#: ../src/guestfs.pod:1087 msgid "Replace initial C string with C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1112 +#: ../src/guestfs.pod:1089 msgid "If that named device exists, use it. If not, return an error." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:1116 +#: ../src/guestfs.pod:1093 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1118 +#: ../src/guestfs.pod:1095 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." +"simple programs and guestfish scripts, for larger programs it is best not to" +" rely on this mechanism." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1122 +#: ../src/guestfs.pod:1099 msgid "" "Where possible for maximum future portability programs using libguestfs " "should use these future-proof techniques:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1129 +#: ../src/guestfs.pod:1106 msgid "" "Use L or L to list actual " "device names, and then use those names directly." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1132 +#: ../src/guestfs.pod:1109 msgid "" "Since those device names exist by definition, they will never be translated." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1137 +#: ../src/guestfs.pod:1114 msgid "" "Use higher level ways to identify filesystems, such as LVM names, UUIDs and " "filesystem labels." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:1142 +#: ../src/guestfs.pod:1119 msgid "SECURITY" msgstr "БЕЗПЕКА" #. type: textblock -#: ../src/guestfs.pod:1144 +#: ../src/guestfs.pod:1121 msgid "" "This section discusses security implications of using libguestfs, " "particularly with untrusted or malicious guests or disk images." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1147 +#: ../src/guestfs.pod:1124 msgid "GENERAL SECURITY CONSIDERATIONS" -msgstr "" +msgstr "ЗАГАЛЬНІ ЗАУВАЖЕННЯ ЩОДО ЗАХИСТУ" #. type: textblock -#: ../src/guestfs.pod:1149 +#: ../src/guestfs.pod:1126 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 " @@ -2348,42 +2386,42 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1159 +#: ../src/guestfs.pod:1136 msgid "the data (file etc) not being present" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1163 +#: ../src/guestfs.pod:1140 msgid "being present but empty" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1167 +#: ../src/guestfs.pod:1144 msgid "being much larger than normal" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1171 +#: ../src/guestfs.pod:1148 msgid "containing arbitrary 8 bit data" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1175 +#: ../src/guestfs.pod:1152 msgid "being in an unexpected character encoding" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1179 +#: ../src/guestfs.pod:1156 msgid "containing homoglyphs." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1183 +#: ../src/guestfs.pod:1160 msgid "SECURITY OF MOUNTING FILESYSTEMS" -msgstr "" +msgstr "ЗАХИСТ ФАЙЛОВИХ СИСТЕМ МОНТУВАННЯ" #. type: textblock -#: ../src/guestfs.pod:1185 +#: ../src/guestfs.pod:1162 msgid "" "When you mount a filesystem under Linux, mistakes in the kernel filesystem " "(VFS) module can sometimes be escalated into exploits by deliberately " @@ -2399,7 +2437,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1198 +#: ../src/guestfs.pod:1175 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 " @@ -2413,34 +2451,34 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1209 +#: ../src/guestfs.pod:1186 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:1212 +#: ../src/guestfs.pod:1189 msgid "PROTOCOL SECURITY" -msgstr "" +msgstr "ЗАХИСТ ПРОТОКОЛУ" #. type: textblock -#: ../src/guestfs.pod:1214 +#: ../src/guestfs.pod:1191 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 " +"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:1220 +#: ../src/guestfs.pod:1197 msgid "INSPECTION SECURITY" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1222 +#: ../src/guestfs.pod:1199 msgid "" "Parts of the inspection API (see L) return untrusted strings " "directly from the guest, and these could contain any 8 bit data. Callers " @@ -2449,33 +2487,33 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1228 +#: ../src/guestfs.pod:1205 msgid "" "Guest configuration may be altered in unusual ways by the administrator of " -"the virtual machine, and may not reflect reality (particularly for untrusted " -"or actively malicious guests). For example we parse the hostname from " +"the virtual machine, and may not reflect reality (particularly for untrusted" +" or actively malicious guests). For example we parse the hostname from " "configuration files like C that we find in the " "guest, but the guest administrator can easily manipulate these files to " "provide the wrong hostname." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1236 +#: ../src/guestfs.pod:1213 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." +"service attacks are still possible, for example with oversized configuration" +" files." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1242 +#: ../src/guestfs.pod:1219 msgid "RUNNING UNTRUSTED GUEST COMMANDS" -msgstr "" +msgstr "ЗАПУСК НЕЗАХИЩЕНИХ КОМАНД ГОСТЬОВОЇ СИСТЕМИ" #. type: textblock -#: ../src/guestfs.pod:1244 +#: ../src/guestfs.pod:1221 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 " @@ -2485,42 +2523,42 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1250 +#: ../src/guestfs.pod:1227 msgid "CVE-2010-3851" msgstr "CVE-2010-3851" #. type: textblock -#: ../src/guestfs.pod:1252 +#: ../src/guestfs.pod:1229 msgid "https://bugzilla.redhat.com/642934" msgstr "https://bugzilla.redhat.com/642934" #. type: textblock -#: ../src/guestfs.pod:1254 +#: ../src/guestfs.pod:1231 msgid "" "This security bug concerns the automatic disk format detection that qemu " "does on disk images." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1257 +#: ../src/guestfs.pod:1234 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 " +"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:1262 +#: ../src/guestfs.pod:1239 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." +"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:1267 +#: ../src/guestfs.pod:1244 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 " @@ -2532,25 +2570,25 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1275 +#: ../src/guestfs.pod:1252 msgid "" "In libguestfs this is rather hard to exploit except under two circumstances:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1282 +#: ../src/guestfs.pod:1259 msgid "You have enabled the network or have opened the disk in write mode." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1286 +#: ../src/guestfs.pod:1263 msgid "" "You are also running untrusted code from the guest (see L)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1291 +#: ../src/guestfs.pod:1268 msgid "" "The way to avoid this is to specify the expected disk format when adding " "disks (the optional C option to L). You " @@ -2559,31 +2597,31 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1296 +#: ../src/guestfs.pod:1273 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:1299 +#: ../src/guestfs.pod:1276 msgid "" "For libguestfs tools, use the I<--format> command line parameter as " "appropriate." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:1302 +#: ../src/guestfs.pod:1279 msgid "CONNECTION MANAGEMENT" -msgstr "" +msgstr "КЕРУВАННЯ З’ЄДНАННЯМ" #. type: =head2 -#: ../src/guestfs.pod:1304 +#: ../src/guestfs.pod:1281 msgid "guestfs_h *" -msgstr "" +msgstr "guestfs_h *" #. type: textblock -#: ../src/guestfs.pod:1306 +#: ../src/guestfs.pod:1283 msgid "" "C is the opaque type representing a connection handle. Create a " "handle by calling L. Call L to free the " @@ -2591,88 +2629,106 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1310 +#: ../src/guestfs.pod:1287 msgid "" -"For information on using multiple handles and threads, see the section L below." +"For information on using multiple handles and threads, see the section " +"L above." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1313 +#: ../src/guestfs.pod:1290 msgid "guestfs_create" -msgstr "" +msgstr "guestfs_create" #. type: verbatim -#: ../src/guestfs.pod:1315 +#: ../src/guestfs.pod:1292 #, no-wrap msgid "" " guestfs_h *guestfs_create (void);\n" "\n" msgstr "" +" guestfs_h *guestfs_create (void);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1317 +#: ../src/guestfs.pod:1294 msgid "Create a connection handle." -msgstr "" +msgstr "Створити дескриптор з’єднання." #. type: textblock -#: ../src/guestfs.pod:1319 +#: ../src/guestfs.pod:1296 msgid "" -"You have to call L (or one of the equivalent calls) " -"on the handle at least once." +"On success this returns a non-NULL pointer to a handle. On error it returns" +" NULL." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1322 +#: ../src/guestfs.pod:1299 msgid "" -"This function returns a non-NULL pointer to a handle on success or NULL on " -"error." +"You have to \"configure\" the handle after creating it. This includes " +"calling L (or one of the equivalent calls) on the " +"handle at least once." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1325 +#: ../src/guestfs.pod:1303 msgid "After configuring the handle, you have to call L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1327 +#: ../src/guestfs.pod:1305 msgid "" -"You may also want to configure error handling for the handle. See L section below." +"You may also want to configure error handling for the handle. See the " +"L section below." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1330 +#: ../src/guestfs.pod:1308 msgid "guestfs_close" -msgstr "" +msgstr "guestfs_close" #. type: verbatim -#: ../src/guestfs.pod:1332 +#: ../src/guestfs.pod:1310 #, no-wrap msgid "" " void guestfs_close (guestfs_h *g);\n" "\n" msgstr "" +" void guestfs_close (guestfs_h *g);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1334 +#: ../src/guestfs.pod:1312 msgid "This closes the connection handle and frees up all resources used." msgstr "" +#. type: textblock +#: ../src/guestfs.pod:1314 +msgid "" +"If autosync was set on the handle and the handle was launched, then this " +"implicitly calls various functions to unmount filesystems and sync the disk." +" See L for more details." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1318 +msgid "If a close callback was set on the handle, then it is called." +msgstr "" + #. type: =head1 -#: ../src/guestfs.pod:1336 +#: ../src/guestfs.pod:1320 msgid "ERROR HANDLING" msgstr "ОБРОБКА ПОМИЛОК" #. type: textblock -#: ../src/guestfs.pod:1338 +#: ../src/guestfs.pod:1322 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:1341 +#: ../src/guestfs.pod:1325 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 " @@ -2680,15 +2736,15 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1345 +#: ../src/guestfs.pod:1329 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." +"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:1350 +#: ../src/guestfs.pod:1334 msgid "" "When the handle is created, a default error handler is installed which " "prints the error message string to C. For small short-running " @@ -2696,38 +2752,43 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1354 +#: ../src/guestfs.pod:1338 #, no-wrap msgid "" " if (guestfs_launch (g) == -1)\n" " exit (EXIT_FAILURE);\n" "\n" msgstr "" +" if (guestfs_launch (g) == -1)\n" +" exit (EXIT_FAILURE);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1357 +#: ../src/guestfs.pod:1341 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:1360 +#: ../src/guestfs.pod:1344 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:1363 +#: ../src/guestfs.pod:1347 #, no-wrap msgid "" " g = guestfs_create ();\n" " \n" msgstr "" +" g = guestfs_create ();\n" +" \n" #. type: verbatim -#: ../src/guestfs.pod:1365 +#: ../src/guestfs.pod:1349 #, no-wrap msgid "" " /* This disables the default behaviour of printing errors\n" @@ -2737,7 +2798,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1369 +#: ../src/guestfs.pod:1353 #, no-wrap msgid "" " if (guestfs_launch (g) == -1) {\n" @@ -2749,88 +2810,100 @@ msgid "" " }\n" "\n" msgstr "" +" if (guestfs_launch (g) == -1) {\n" +" /* Вивчити повідомлення про помилку і вивести його тощо. */\n" +" char *msg = guestfs_last_error (g);\n" +" int errnum = guestfs_last_errno (g);\n" +" fprintf (stderr, \"%s\\n\", msg);\n" +" /* ... */\n" +" }\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1377 +#: ../src/guestfs.pod:1361 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." +"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:1381 +#: ../src/guestfs.pod:1365 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)." +"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:1387 +#: ../src/guestfs.pod:1371 msgid "guestfs_last_error" -msgstr "" +msgstr "guestfs_last_error" #. type: verbatim -#: ../src/guestfs.pod:1389 +#: ../src/guestfs.pod:1373 #, no-wrap msgid "" " const char *guestfs_last_error (guestfs_h *g);\n" "\n" msgstr "" +" const char *guestfs_last_error (guestfs_h *g);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1391 +#: ../src/guestfs.pod:1375 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." +"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:1395 +#: ../src/guestfs.pod:1379 msgid "" -"The lifetime of the returned string is until the next error occurs, or L is called." +"The lifetime of the returned string is until the next error occurs, or " +"L is called." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1398 +#: ../src/guestfs.pod:1382 msgid "guestfs_last_errno" -msgstr "" +msgstr "guestfs_last_errno" #. type: verbatim -#: ../src/guestfs.pod:1400 +#: ../src/guestfs.pod:1384 #, no-wrap msgid "" " int guestfs_last_errno (guestfs_h *g);\n" "\n" msgstr "" +" int guestfs_last_errno (guestfs_h *g);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1402 +#: ../src/guestfs.pod:1386 msgid "This returns the last error number (errno) that happened on C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1404 +#: ../src/guestfs.pod:1388 msgid "If successful, an errno integer not equal to zero is returned." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1406 +#: ../src/guestfs.pod:1390 msgid "" "If no error, this returns 0. This call can return 0 in three situations:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1413 +#: ../src/guestfs.pod:1397 msgid "There has not been any error on the handle." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1417 +#: ../src/guestfs.pod:1401 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 " @@ -2838,30 +2911,30 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1423 +#: ../src/guestfs.pod:1407 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:1429 +#: ../src/guestfs.pod:1413 msgid "" "Libguestfs tries to convert the errno from inside the applicance into a " "corresponding errno for the caller (not entirely trivial: the appliance " "might be running a completely different operating system from the library " -"and error numbers are not standardized across Un*xen). If this could not be " -"done, then the error is translated to C. In practice this should " +"and error numbers are not standardized across Un*xen). If this could not be" +" done, then the error is translated to C. In practice this should " "only happen in very rare circumstances." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1437 +#: ../src/guestfs.pod:1421 msgid "guestfs_set_error_handler" -msgstr "" +msgstr "guestfs_set_error_handler" #. type: verbatim -#: ../src/guestfs.pod:1439 +#: ../src/guestfs.pod:1423 #, no-wrap msgid "" " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n" @@ -2872,9 +2945,16 @@ msgid "" " void *opaque);\n" "\n" msgstr "" +" typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n" +" void *opaque,\n" +" const char *msg);\n" +" void guestfs_set_error_handler (guestfs_h *g,\n" +" guestfs_error_handler_cb cb,\n" +" void *opaque);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1446 +#: ../src/guestfs.pod:1430 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 " @@ -2882,14 +2962,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1450 +#: ../src/guestfs.pod:1434 msgid "" "C is not passed to the callback. To get that the callback must call " "L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1453 +#: ../src/guestfs.pod:1437 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 " @@ -2897,41 +2977,44 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1457 +#: ../src/guestfs.pod:1441 msgid "The default handler prints messages on C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1459 +#: ../src/guestfs.pod:1443 msgid "If you set C to C then I handler is called." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1461 +#: ../src/guestfs.pod:1445 msgid "guestfs_get_error_handler" -msgstr "" +msgstr "guestfs_get_error_handler" #. type: verbatim -#: ../src/guestfs.pod:1463 +#: ../src/guestfs.pod:1447 #, no-wrap msgid "" " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n" " void **opaque_rtn);\n" "\n" msgstr "" +" guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n" +" void **opaque_rtn);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1466 +#: ../src/guestfs.pod:1450 msgid "Returns the current error handler callback." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1468 +#: ../src/guestfs.pod:1452 msgid "guestfs_set_out_of_memory_handler" -msgstr "" +msgstr "guestfs_set_out_of_memory_handler" #. type: verbatim -#: ../src/guestfs.pod:1470 +#: ../src/guestfs.pod:1454 #, no-wrap msgid "" " typedef void (*guestfs_abort_cb) (void);\n" @@ -2939,75 +3022,81 @@ msgid "" " guestfs_abort_cb);\n" "\n" msgstr "" +" typedef void (*guestfs_abort_cb) (void);\n" +" int guestfs_set_out_of_memory_handler (guestfs_h *g,\n" +" guestfs_abort_cb);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1474 +#: ../src/guestfs.pod:1458 msgid "" "The callback C will be called if there is an out of memory situation. " "I." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1477 +#: ../src/guestfs.pod:1461 msgid "The default is to call L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1479 +#: ../src/guestfs.pod:1463 msgid "" "You cannot set C to C. You can't ignore out of memory situations." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1482 +#: ../src/guestfs.pod:1466 msgid "guestfs_get_out_of_memory_handler" -msgstr "" +msgstr "guestfs_get_out_of_memory_handler" #. type: verbatim -#: ../src/guestfs.pod:1484 +#: ../src/guestfs.pod:1468 #, no-wrap msgid "" " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n" "\n" msgstr "" +" guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1486 +#: ../src/guestfs.pod:1470 msgid "This returns the current out of memory handler." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:1488 +#: ../src/guestfs.pod:1472 msgid "API CALLS" -msgstr "" +msgstr "ВИКЛИКИ API" #. type: textblock -#: ../src/guestfs.pod:1490 ../fish/guestfish.pod:1008 +#: ../src/guestfs.pod:1474 ../fish/guestfish.pod:1068 msgid "@ACTIONS@" msgstr "@ACTIONS@" #. type: =head1 -#: ../src/guestfs.pod:1492 +#: ../src/guestfs.pod:1476 msgid "STRUCTURES" msgstr "СТРУКТУРИ" #. type: textblock -#: ../src/guestfs.pod:1494 +#: ../src/guestfs.pod:1478 msgid "@STRUCTS@" msgstr "@STRUCTS@" #. type: =head1 -#: ../src/guestfs.pod:1496 +#: ../src/guestfs.pod:1480 msgid "AVAILABILITY" -msgstr "" +msgstr "ДОСТУПНІСТЬ" #. type: =head2 -#: ../src/guestfs.pod:1498 +#: ../src/guestfs.pod:1482 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE" -msgstr "" +msgstr "ГРУПИ ФУНКЦІОНАЛЬНИХ МОЖЛИВОСТЕЙ У ОБРАЗІ ОСНОВНОЇ СИСТЕМИ" #. type: textblock -#: ../src/guestfs.pod:1500 +#: ../src/guestfs.pod:1484 msgid "" "Using L you can test availability of the following " "groups of functions. This test queries the appliance to see if the " @@ -3015,79 +3104,84 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1505 +#: ../src/guestfs.pod:1489 msgid "@AVAILABILITY@" -msgstr "" +msgstr "@AVAILABILITY@" #. type: =head2 -#: ../src/guestfs.pod:1507 +#: ../src/guestfs.pod:1491 msgid "GUESTFISH supported COMMAND" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1509 +#: ../src/guestfs.pod:1493 msgid "" "In L there is a handy interactive command C which " -"prints out the available groups and whether they are supported by this build " -"of libguestfs. Note however that you have to do C first." +"prints out the available groups and whether they are supported by this build" +" of libguestfs. Note however that you have to do C first." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1514 +#: ../src/guestfs.pod:1498 msgid "SINGLE CALLS AT COMPILE TIME" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1516 +#: ../src/guestfs.pod:1500 msgid "" "Since version 1.5.8, Cguestfs.hE> defines symbols for each C API " "function, such as:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1519 +#: ../src/guestfs.pod:1503 #, no-wrap msgid "" " #define LIBGUESTFS_HAVE_DD 1\n" "\n" msgstr "" +" #define LIBGUESTFS_HAVE_DD 1\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1521 +#: ../src/guestfs.pod:1505 msgid "if L is available." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1523 +#: ../src/guestfs.pod:1507 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 " -"as autoconf or cmake. For example in autotools you could use:" +"function is available at compile time, we recommended using build tools such" +" as autoconf or cmake. For example in autotools you could use:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1528 +#: ../src/guestfs.pod:1512 #, no-wrap msgid "" " AC_CHECK_LIB([guestfs],[guestfs_create])\n" " AC_CHECK_FUNCS([guestfs_dd])\n" "\n" msgstr "" +" AC_CHECK_LIB([guestfs],[guestfs_create])\n" +" AC_CHECK_FUNCS([guestfs_dd])\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1531 +#: ../src/guestfs.pod:1515 msgid "" -"which would result in C being either defined or not defined " -"in your program." +"which would result in C being either defined or not defined" +" in your program." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1534 +#: ../src/guestfs.pod:1518 msgid "SINGLE CALLS AT RUN TIME" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1536 +#: ../src/guestfs.pod:1520 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 " @@ -3097,7 +3191,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1543 +#: ../src/guestfs.pod:1527 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 " @@ -3105,7 +3199,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1547 +#: ../src/guestfs.pod:1531 #, no-wrap msgid "" " #include \n" @@ -3115,9 +3209,15 @@ msgid "" " #include \n" " \n" msgstr "" +" #include \n" +" #include \n" +" #include \n" +" #include \n" +" #include \n" +" \n" #. type: verbatim -#: ../src/guestfs.pod:1553 +#: ../src/guestfs.pod:1537 #, no-wrap msgid "" " main ()\n" @@ -3127,9 +3227,15 @@ msgid "" " int has_function;\n" " \n" msgstr "" +" main ()\n" +" {\n" +" #ifdef LIBGUESTFS_HAVE_DD\n" +" void *dl;\n" +" int has_function;\n" +" \n" #. type: verbatim -#: ../src/guestfs.pod:1559 +#: ../src/guestfs.pod:1543 #, no-wrap msgid "" " /* Test if the function guestfs_dd is really available. */\n" @@ -3144,7 +3250,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1568 +#: ../src/guestfs.pod:1552 #, no-wrap msgid "" " if (!has_function)\n" @@ -3163,7 +3269,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1581 +#: ../src/guestfs.pod:1565 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 " @@ -3171,7 +3277,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1586 +#: ../src/guestfs.pod:1570 #, no-wrap msgid "" " Requires: libguestfs >= 1.0.80\n" @@ -3179,48 +3285,52 @@ msgid "" msgstr "" #. type: =head1 -#: ../src/guestfs.pod:1588 +#: ../src/guestfs.pod:1572 msgid "CALLS WITH OPTIONAL ARGUMENTS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1590 +#: ../src/guestfs.pod:1574 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 " -"takes variable arguments (ie. C<...>), as in this example:" +"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 takes variable arguments (ie. C<...>), as in this example:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1595 +#: ../src/guestfs.pod:1579 #, no-wrap msgid "" " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n" "\n" msgstr "" +" int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1597 +#: ../src/guestfs.pod:1581 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:1600 +#: ../src/guestfs.pod:1584 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename, -1);\n" "\n" msgstr "" +" guestfs_add_drive_opts (g, filename, -1);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1602 +#: ../src/guestfs.pod:1586 msgid "With a single optional argument:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1604 +#: ../src/guestfs.pod:1588 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename,\n" @@ -3228,14 +3338,18 @@ msgid "" " -1);\n" "\n" msgstr "" +" guestfs_add_drive_opts (g, filename,\n" +" GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n" +" -1);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1608 +#: ../src/guestfs.pod:1592 msgid "With two:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1610 +#: ../src/guestfs.pod:1594 #, no-wrap msgid "" " guestfs_add_drive_opts (g, filename,\n" @@ -3244,43 +3358,51 @@ msgid "" " -1);\n" "\n" msgstr "" +" guestfs_add_drive_opts (g, filename,\n" +" GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n" +" GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n" +" -1);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1615 +#: ../src/guestfs.pod:1599 msgid "" "and so forth. Don't forget the terminating C<-1> otherwise Bad Things will " "happen!" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1618 +#: ../src/guestfs.pod:1602 msgid "USING va_list FOR OPTIONAL ARGUMENTS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1620 +#: ../src/guestfs.pod:1604 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 " +"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 " "example function, this is declared:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1624 +#: ../src/guestfs.pod:1608 #, no-wrap msgid "" " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n" " va_list args);\n" "\n" msgstr "" +" int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n" +" va_list args);\n" +"\n" #. type: =head2 -#: ../src/guestfs.pod:1627 +#: ../src/guestfs.pod:1611 msgid "CONSTRUCTING OPTIONAL ARGUMENTS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1629 +#: ../src/guestfs.pod:1613 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 " @@ -3290,7 +3412,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1635 +#: ../src/guestfs.pod:1619 #, no-wrap msgid "" " struct guestfs_add_drive_opts_argv {\n" @@ -3303,14 +3425,23 @@ msgid "" " const struct guestfs_add_drive_opts_argv *optargs);\n" "\n" msgstr "" +" struct guestfs_add_drive_opts_argv {\n" +" uint64_t bitmask;\n" +" int readonly;\n" +" const char *format;\n" +" /* ... */\n" +" };\n" +" int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n" +" const struct guestfs_add_drive_opts_argv *optargs);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1644 +#: ../src/guestfs.pod:1628 msgid "You could call it like this:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1646 +#: ../src/guestfs.pod:1630 #, no-wrap msgid "" " struct guestfs_add_drive_opts_argv optargs = {\n" @@ -3321,46 +3452,57 @@ msgid "" " };\n" " \n" msgstr "" +" struct guestfs_add_drive_opts_argv optargs = {\n" +" .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n" +" GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n" +" .readonly = 1,\n" +" .format = \"qcow2\"\n" +" };\n" +" \n" #. type: verbatim -#: ../src/guestfs.pod:1653 +#: ../src/guestfs.pod:1637 #, no-wrap msgid "" " guestfs_add_drive_opts_argv (g, filename, &optargs);\n" "\n" msgstr "" +" guestfs_add_drive_opts_argv (g, filename, &optargs);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1655 ../src/guestfs-actions.pod:11 -#: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:9 -#: ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532 +#: ../src/guestfs.pod:1639 ../src/guestfs-actions.pod:11 +#: ../src/guestfs-actions.pod:1917 ../src/guestfs-actions.pod:2853 +#: ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1287 +#: ../fish/guestfish-actions.pod:1929 ../tools/virt-win-reg.pl:704 msgid "Notes:" msgstr "Нотатки:" #. type: textblock -#: ../src/guestfs.pod:1661 -msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask." +#: ../src/guestfs.pod:1645 +msgid "" +"The C<_BITMASK> suffix on each option name when specifying the bitmask." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1666 +#: ../src/guestfs.pod:1650 msgid "You do not need to fill in all fields of the structure." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1670 +#: ../src/guestfs.pod:1654 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:1675 +#: ../src/guestfs.pod:1659 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1677 +#: ../src/guestfs.pod:1661 msgid "" "In other languages, optional arguments are expressed in the way that is " "natural for that language. We refer you to the language-specific " @@ -3368,17 +3510,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1681 +#: ../src/guestfs.pod:1665 msgid "For guestfish, see L." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:1683 +#: ../src/guestfs.pod:1667 msgid "SETTING CALLBACKS TO HANDLE EVENTS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1685 +#: ../src/guestfs.pod:1669 msgid "" "B This section documents the generic event mechanism introduced in " "libguestfs 1.10, which you should use in new code if possible. The old " @@ -3386,11 +3528,11 @@ msgid "" "C, " "C, C and " "C are no longer documented in this manual " -"page." +"page. Because of the ABI guarantee, the old functions continue to work." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1693 +#: ../src/guestfs.pod:1678 msgid "" "Handles generate events when certain things happen, such as log messages " "being generated, progress messages during long-running operations, or the " @@ -3402,63 +3544,63 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1701 +#: ../src/guestfs.pod:1686 msgid "" -"In the current implementation, events are only generated synchronously: that " -"means that events (and hence callbacks) can only happen while you are in the " -"middle of making another libguestfs call. The callback is called in the " -"same thread." +"In the current implementation, events are only generated synchronously: that" +" means that events (and hence callbacks) can only happen while you are in " +"the middle of making another libguestfs call. The callback is called in the" +" same thread." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1706 +#: ../src/guestfs.pod:1691 msgid "" "Events may contain a payload, usually nothing (void), an array of 64 bit " "unsigned integers, or a message buffer. Payloads are discussed later on." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:1710 +#: ../src/guestfs.pod:1695 msgid "CLASSES OF EVENTS" msgstr "" #. type: =item -#: ../src/guestfs.pod:1714 +#: ../src/guestfs.pod:1699 msgid "GUESTFS_EVENT_CLOSE (payload type: void)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1717 +#: ../src/guestfs.pod:1702 msgid "" "The callback function will be called while the handle is being closed " "(synchronously from L)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1720 +#: ../src/guestfs.pod:1705 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 " -"might be called indirectly from L, which can cause unexpected " +"handles that are open when the program exits. This means that this callback" +" might be called indirectly from L, which can cause unexpected " "problems in higher-level languages (eg. if your HLL interpreter has already " "been cleaned up by the time this is called, and if your callback then jumps " "into some HLL function)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1727 +#: ../src/guestfs.pod:1712 msgid "" "If no callback is registered: the handle is closed without any callback " "being invoked." msgstr "" #. type: =item -#: ../src/guestfs.pod:1730 +#: ../src/guestfs.pod:1715 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1733 +#: ../src/guestfs.pod:1718 msgid "" "The callback function will be called when the child process quits, either " "asynchronously or if killed by L. (This " @@ -3466,17 +3608,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1737 ../src/guestfs.pod:1746 +#: ../src/guestfs.pod:1722 ../src/guestfs.pod:1731 msgid "If no callback is registered: the event is ignored." msgstr "" #. type: =item -#: ../src/guestfs.pod:1739 +#: ../src/guestfs.pod:1724 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1742 +#: ../src/guestfs.pod:1727 msgid "" "The callback function will be called when the child process becomes ready " "first time after it has been launched. (This corresponds to a transition " @@ -3484,12 +3626,12 @@ msgid "" msgstr "" #. type: =item -#: ../src/guestfs.pod:1748 +#: ../src/guestfs.pod:1733 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1751 +#: ../src/guestfs.pod:1736 msgid "" "Some long-running operations can generate progress messages. If this " "callback is registered, then it will be called each time a progress message " @@ -3499,39 +3641,40 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1757 +#: ../src/guestfs.pod:1742 msgid "" "The callback receives in the payload four unsigned 64 bit numbers which are " "(in order): C, C, C, C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1760 +#: ../src/guestfs.pod:1745 msgid "" -"The units of C are not defined, although for some operations C " -"may relate in some way to the amount of data to be transferred (eg. in bytes " -"or megabytes), and C may be the portion which has been transferred." +"The units of C are not defined, although for some operations C" +" may relate in some way to the amount of data to be transferred (eg. in " +"bytes or megabytes), and C may be the portion which has been " +"transferred." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1765 +#: ../src/guestfs.pod:1750 msgid "The only defined and stable parts of the API are:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1771 +#: ../src/guestfs.pod:1756 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:1776 +#: ../src/guestfs.pod:1761 msgid "0 E= C E= C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1780 +#: ../src/guestfs.pod:1765 msgid "" "If any progress notification is sent during a call, then a final progress " "notification is always sent when C = C (I the call " @@ -3539,24 +3682,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1784 +#: ../src/guestfs.pod:1769 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 " -"code to detect this case." +"indicator to \"100%\" at the end of the operation, without requiring special" +" code to detect this case." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1790 +#: ../src/guestfs.pod:1775 msgid "" "For some calls we are unable to estimate the progress of the call, but we " -"can still generate progress messages to indicate activity. This is known as " -"\"pulse mode\", and is directly supported by certain progress bar " +"can still generate progress messages to indicate activity. This is known as" +" \"pulse mode\", and is directly supported by certain progress bar " "implementations (eg. GtkProgressBar)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1795 +#: ../src/guestfs.pod:1780 msgid "" "For these calls, zero or more progress messages are generated with " "C and C, followed by a final message with " @@ -3564,14 +3707,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1799 +#: ../src/guestfs.pod:1784 msgid "" "As noted above, if the call fails with an error then the final message may " "not be generated." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1804 +#: ../src/guestfs.pod:1789 msgid "" "The callback also receives the procedure number (C) and serial " "number (C) of the call. These are only useful for debugging " @@ -3580,31 +3723,31 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1810 +#: ../src/guestfs.pod:1795 msgid "If no callback is registered: progress messages are discarded." msgstr "" #. type: =item -#: ../src/guestfs.pod:1812 +#: ../src/guestfs.pod:1797 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1815 +#: ../src/guestfs.pod:1800 msgid "" -"The callback function is called whenever a log message is generated by qemu, " -"the appliance kernel, guestfsd (daemon), or utility programs." +"The callback function is called whenever a log message is generated by qemu," +" the appliance kernel, guestfsd (daemon), or utility programs." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1818 +#: ../src/guestfs.pod:1803 msgid "" -"If the verbose flag (L) is set before launch (L) then additional debug messages are generated." +"If the verbose flag (L) is set before launch " +"(L) then additional debug messages are generated." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1821 ../src/guestfs.pod:1835 +#: ../src/guestfs.pod:1806 ../src/guestfs.pod:1820 msgid "" "If no callback is registered: the messages are discarded unless the verbose " "flag is set in which case they are sent to stderr. You can override the " @@ -3612,50 +3755,50 @@ msgid "" msgstr "" #. type: =item -#: ../src/guestfs.pod:1826 +#: ../src/guestfs.pod:1811 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1829 +#: ../src/guestfs.pod:1814 msgid "" "The callback function is called whenever a log message is generated by the " "library part of libguestfs." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1832 +#: ../src/guestfs.pod:1817 msgid "" "If the verbose flag (L) is set then additional debug " "messages are generated." msgstr "" #. type: =item -#: ../src/guestfs.pod:1840 +#: ../src/guestfs.pod:1825 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1843 +#: ../src/guestfs.pod:1828 msgid "" -"The callback function is called whenever a trace message is generated. This " -"only applies if the trace flag (L) is set." +"The callback function is called whenever a trace message is generated. This" +" only applies if the trace flag (L) is set." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1846 +#: ../src/guestfs.pod:1831 msgid "" "If no callback is registered: the messages are sent to stderr. You can " "override the printing of trace messages to stderr by setting up a callback." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:1852 +#: ../src/guestfs.pod:1837 msgid "guestfs_set_event_callback" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1854 +#: ../src/guestfs.pod:1839 #, no-wrap msgid "" " int guestfs_set_event_callback (guestfs_h *g,\n" @@ -3667,56 +3810,56 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1860 +#: ../src/guestfs.pod:1845 msgid "" "This function registers a callback (C) for all event classes in the " "C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1863 +#: ../src/guestfs.pod:1848 msgid "" "For example, to register for all log message events, you could call this " -"function with the bitmask C. " -"To register a single callback for all possible classes of events, use " +"function with the bitmask C." +" To register a single callback for all possible classes of events, use " "C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1869 +#: ../src/guestfs.pod:1854 msgid "C should always be passed as 0." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1871 +#: ../src/guestfs.pod:1856 msgid "" -"C is an opaque pointer which is passed to the callback. You can use " -"it for any purpose." +"C is an opaque pointer which is passed to the callback. You can use" +" it for any purpose." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1874 +#: ../src/guestfs.pod:1859 msgid "" "The return value is the event handle (an integer) which you can use to " "delete the callback (see below)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1877 +#: ../src/guestfs.pod:1862 msgid "" -"If there is an error, this function returns C<-1>, and sets the error in the " -"handle in the usual way (see L etc.)" +"If there is an error, this function returns C<-1>, and sets the error in the" +" handle in the usual way (see L etc.)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1880 +#: ../src/guestfs.pod:1865 msgid "" "Callbacks remain in effect until they are deleted, or until the handle is " "closed." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1883 +#: ../src/guestfs.pod:1868 msgid "" "In the case where multiple callbacks are registered for a particular event " "class, all of the callbacks are called. The order in which multiple " @@ -3724,12 +3867,12 @@ msgid "" msgstr "" #. type: =head3 -#: ../src/guestfs.pod:1887 +#: ../src/guestfs.pod:1872 msgid "guestfs_delete_event_callback" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1889 +#: ../src/guestfs.pod:1874 #, no-wrap msgid "" " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n" @@ -3737,20 +3880,20 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1891 +#: ../src/guestfs.pod:1876 msgid "" -"Delete a callback that was previously registered. C should be " -"the integer that was returned by a previous call to " +"Delete a callback that was previously registered. C should be" +" the integer that was returned by a previous call to " "C on the same handle." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:1895 +#: ../src/guestfs.pod:1880 msgid "guestfs_event_callback" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1897 +#: ../src/guestfs.pod:1882 #, no-wrap msgid "" " typedef void (*guestfs_event_callback) (\n" @@ -3765,13 +3908,13 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1906 +#: ../src/guestfs.pod:1891 msgid "" "This is the type of the event callback function that you have to provide." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1909 +#: ../src/guestfs.pod:1894 msgid "" "The basic parameters are: the handle (C), the opaque user pointer " "(C), the event class (eg. C), the event " @@ -3779,16 +3922,16 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1913 +#: ../src/guestfs.pod:1898 msgid "" -"The remaining parameters contain the event payload (if any). Each event may " -"contain a payload, which usually relates to the event class, but for future " -"proofing your code should be written to handle any payload for any event " +"The remaining parameters contain the event payload (if any). Each event may" +" contain a payload, which usually relates to the event class, but for future" +" proofing your code should be written to handle any payload for any event " "class." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1918 +#: ../src/guestfs.pod:1903 msgid "" "C and C contain a message buffer (if C, then " "there is no message buffer). Note that this message buffer can contain " @@ -3796,19 +3939,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1922 +#: ../src/guestfs.pod:1907 msgid "" "C and C is an array of 64 bit unsigned integers. At the " "moment this is only used for progress messages." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:1925 +#: ../src/guestfs.pod:1910 msgid "EXAMPLE: CAPTURING LOG MESSAGES" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1927 +#: ../src/guestfs.pod:1912 msgid "" "One motivation for the generic event API was to allow GUI programs to " "capture debug and other messages. In libguestfs E 1.8 these were sent " @@ -3816,7 +3959,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1931 +#: ../src/guestfs.pod:1916 msgid "" "Events associated with log messages are: C, " "C and C. (Note that error " @@ -3824,14 +3967,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1936 +#: ../src/guestfs.pod:1921 msgid "" "Programs have to set up a callback to capture the classes of events of " "interest:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1939 +#: ../src/guestfs.pod:1924 #, no-wrap msgid "" " int eh =\n" @@ -3847,14 +3990,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1949 +#: ../src/guestfs.pod:1934 msgid "" "The callback can then direct messages to the appropriate place. In this " "example, messages are directed to syslog:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1952 +#: ../src/guestfs.pod:1937 #, no-wrap msgid "" " static void\n" @@ -3875,12 +4018,92 @@ msgid "" msgstr "" #. type: =head1 -#: ../src/guestfs.pod:1967 +#: ../src/guestfs.pod:1952 +msgid "CANCELLING LONG TRANSFERS" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1954 +msgid "" +"Some operations can be cancelled by the caller while they are in progress. " +"Currently only operations that involve uploading or downloading data can be " +"cancelled (technically: operations that have C or C " +"parameters in the generator)." +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:1959 +msgid "guestfs_user_cancel" +msgstr "" + +#. type: verbatim +#: ../src/guestfs.pod:1961 +#, no-wrap +msgid "" +" void guestfs_user_cancel (guestfs_h *g);\n" +"\n" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1963 +msgid "" +"C cancels the current upload or download operation." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1966 +msgid "" +"Unlike most other libguestfs calls, this function is signal safe and thread " +"safe. You can call it from a signal handler or from another thread, without" +" needing to do any locking." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1970 +msgid "" +"The transfer that was in progress (if there is one) will stop shortly " +"afterwards, and will return an error. The errno (see " +"L) is set to C, so you can test for this to find" +" out if the operation was cancelled or failed because of another error." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1976 +msgid "" +"No cleanup is performed: for example, if a file was being uploaded then " +"after cancellation there may be a partially uploaded file. It is the " +"caller's responsibility to clean up if necessary." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1980 +msgid "" +"There are two common places that you might call C." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1982 +msgid "" +"In an interactive text-based program, you might call it from a C " +"signal handler so that pressing C<^C> cancels the current operation. (You " +"also need to call L so that child processes don't " +"receive the C<^C> signal)." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:1987 +msgid "" +"In a graphical program, when the main thread is displaying a progress bar " +"with a cancel button, wire up the cancel button to call this function." +msgstr "" + +#. type: =head1 +#: ../src/guestfs.pod:1991 msgid "PRIVATE DATA AREA" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1969 +#: ../src/guestfs.pod:1993 msgid "" "You can attach named pieces of private data to the libguestfs handle, fetch " "them by name, and walk over them, for the lifetime of the handle. This is " @@ -3888,50 +4111,55 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1974 +#: ../src/guestfs.pod:1998 msgid "To attach a named piece of data, use the following call:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1976 +#: ../src/guestfs.pod:2000 #, no-wrap msgid "" " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n" "\n" msgstr "" +" void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1978 +#: ../src/guestfs.pod:2002 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 " +"pointer (which can be C). Any previous item with the same key is " "overwritten." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1982 +#: ../src/guestfs.pod:2006 msgid "" -"You can use any C you want, but names beginning with an underscore " -"character are reserved for internal libguestfs purposes (for implementing " -"language bindings). It is recommended to prefix the name with some unique " +"You can use any C you want, but your key should I start with an " +"underscore character. Keys beginning with an underscore character are " +"reserved for internal libguestfs purposes (eg. for implementing language " +"bindings). It is recommended that you prefix the key with some unique " "string to avoid collisions with other users." msgstr "" #. type: textblock -#: ../src/guestfs.pod:1987 +#: ../src/guestfs.pod:2012 msgid "To retrieve the pointer, use:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:1989 +#: ../src/guestfs.pod:2014 #, no-wrap msgid "" " void *guestfs_get_private (guestfs_h *g, const char *key);\n" "\n" msgstr "" +" void *guestfs_get_private (guestfs_h *g, const char *key);\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:1991 +#: ../src/guestfs.pod:2016 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 " @@ -3939,7 +4167,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:1995 +#: ../src/guestfs.pod:2020 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 " @@ -3950,12 +4178,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2002 +#: ../src/guestfs.pod:2027 msgid "To walk over all entries, use these two functions:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2004 +#: ../src/guestfs.pod:2029 #, no-wrap msgid "" " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n" @@ -3963,7 +4191,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2006 +#: ../src/guestfs.pod:2031 #, no-wrap msgid "" " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n" @@ -3971,17 +4199,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2008 +#: ../src/guestfs.pod:2033 msgid "" -"C returns the first key, pointer pair (\"first\" does " -"not have any particular meaning -- keys are not returned in any defined " +"C returns the first key, pointer pair (\"first\" does" +" not have any particular meaning -- keys are not returned in any defined " "order). A pointer to the key is returned in C<*key_rtn> and the " "corresponding data pointer is returned from the function. C is " "returned if there are no keys stored in the handle." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2014 +#: ../src/guestfs.pod:2039 msgid "" "C returns the next key, pointer pair. The return " "value of this function is also C is there are no further entries to " @@ -3989,18 +4217,18 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2018 +#: ../src/guestfs.pod:2043 msgid "Notes about walking over entries:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2024 +#: ../src/guestfs.pod:2049 msgid "" "You must not call C while walking over the entries." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2029 +#: ../src/guestfs.pod:2054 msgid "" "The handle maintains an internal iterator which is reset when you call " "C. This internal iterator is invalidated when you " @@ -4008,12 +4236,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2035 +#: ../src/guestfs.pod:2060 msgid "If you have set the data pointer associated with a key to C, ie:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2037 +#: ../src/guestfs.pod:2062 #, no-wrap msgid "" " guestfs_set_private (g, key, NULL);\n" @@ -4021,26 +4249,26 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2039 +#: ../src/guestfs.pod:2064 msgid "then that C is not returned when walking." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2043 +#: ../src/guestfs.pod:2068 msgid "" "C<*key_rtn> is only valid until the next call to C, " "C or C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2049 +#: ../src/guestfs.pod:2074 msgid "" "The following example code shows how to print all keys and data pointers " "that are associated with the handle C:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2052 +#: ../src/guestfs.pod:2077 #, no-wrap msgid "" " const char *key;\n" @@ -4054,14 +4282,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2060 +#: ../src/guestfs.pod:2085 msgid "" -"More commonly you are only interested in keys that begin with an application-" -"specific prefix C. Modify the loop like so:" +"More commonly you are only interested in keys that begin with an " +"application-specific prefix C. Modify the loop like so:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2063 +#: ../src/guestfs.pod:2088 #, no-wrap msgid "" " const char *key;\n" @@ -4076,7 +4304,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2072 +#: ../src/guestfs.pod:2097 msgid "" "If you need to modify keys while walking, then you have to jump back to the " "beginning of the loop. For example, to delete all keys prefixed with " @@ -4084,7 +4312,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2076 +#: ../src/guestfs.pod:2101 #, no-wrap msgid "" " const char *key;\n" @@ -4106,7 +4334,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2092 +#: ../src/guestfs.pod:2117 msgid "" "Note that the above loop is guaranteed to terminate because the keys are " "being deleted, but other manipulations of keys within the loop might not " @@ -4115,26 +4343,26 @@ msgid "" msgstr "" #. type: =end -#: ../src/guestfs.pod:2097 ../src/guestfs.pod:2102 +#: ../src/guestfs.pod:2122 ../src/guestfs.pod:2127 msgid "html" msgstr "html" #. type: textblock -#: ../src/guestfs.pod:2099 +#: ../src/guestfs.pod:2124 msgid "" -" " +" " msgstr "" -" " +" " #. type: =head1 -#: ../src/guestfs.pod:2104 +#: ../src/guestfs.pod:2129 msgid "ARCHITECTURE" msgstr "АРХІТЕКТУРА" #. type: textblock -#: ../src/guestfs.pod:2106 +#: ../src/guestfs.pod:2131 msgid "" "Internally, libguestfs is implemented by running an appliance (a special " "type of small virtual machine) using L. Qemu runs as a child " @@ -4142,7 +4370,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2110 +#: ../src/guestfs.pod:2135 #, no-wrap msgid "" " ___________________\n" @@ -4168,29 +4396,29 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2130 +#: ../src/guestfs.pod:2155 msgid "" -"The library, linked to the main program, creates the child process and hence " -"the appliance in the L function." +"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:2133 +#: ../src/guestfs.pod:2158 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 " +"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:2142 +#: ../src/guestfs.pod:2167 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 " +"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 " @@ -4198,17 +4426,17 @@ msgid "" msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2149 +#: ../src/guestfs.pod:2174 msgid "STATE MACHINE" msgstr "СКІНЧЕННИЙ АВТОМАТ" #. type: textblock -#: ../src/guestfs.pod:2151 +#: ../src/guestfs.pod:2176 msgid "libguestfs uses a state machine to model the child process:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2153 +#: ../src/guestfs.pod:2178 #, no-wrap msgid "" " |\n" @@ -4236,31 +4464,31 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2175 +#: ../src/guestfs.pod:2200 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 " +"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:2180 +#: ../src/guestfs.pod:2205 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." +"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:2184 +#: ../src/guestfs.pod:2209 msgid "" "Configuration commands for qemu such as L can only be " "issued when in the CONFIG state." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2187 +#: ../src/guestfs.pod:2212 msgid "" "The API offers one call that goes from CONFIG through LAUNCHING to READY. " "L blocks until the child process is READY to accept " @@ -4269,17 +4497,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2193 +#: ../src/guestfs.pod:2218 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-" +"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:2199 +#: ../src/guestfs.pod:2224 msgid "" "Finally, the child process sends asynchronous messages back to the main " "program, such as kernel log messages. You can register a callback to " @@ -4287,24 +4515,24 @@ msgid "" msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2203 +#: ../src/guestfs.pod:2228 msgid "INTERNALS" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2205 +#: ../src/guestfs.pod:2230 msgid "COMMUNICATION PROTOCOL" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2207 +#: ../src/guestfs.pod:2232 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:2210 +#: ../src/guestfs.pod:2235 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 " @@ -4312,34 +4540,34 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2214 +#: ../src/guestfs.pod:2239 msgid "" "The detailed format of structures is in C (note: " "this file is automatically generated)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2217 +#: ../src/guestfs.pod:2242 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 " "messages. Then there are functions that have any C or C " -"parameters, which use the same request and reply messages, but they may also " -"be followed by files sent using a chunked encoding." +"parameters, which use the same request and reply messages, but they may also" +" be followed by files sent using a chunked encoding." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:2224 +#: ../src/guestfs.pod:2249 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2226 +#: ../src/guestfs.pod:2251 msgid "For ordinary functions, the request message is:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2228 +#: ../src/guestfs.pod:2253 #, no-wrap msgid "" " total length (header + arguments,\n" @@ -4350,30 +4578,30 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2233 +#: ../src/guestfs.pod:2258 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 " -"is limited to C bytes (currently 4MB), which means the " -"effective size of any request is limited to somewhere under this size." +"into which it slurps the rest of the message. As a result, the total length" +" is limited to C bytes (currently 4MB), which means the" +" effective size of any request is limited to somewhere under this size." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2239 +#: ../src/guestfs.pod:2264 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:2242 +#: ../src/guestfs.pod:2267 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:2246 +#: ../src/guestfs.pod:2271 msgid "" "For functions that take optional arguments, the optional arguments are " "encoded in the C_args> structure in the same way as ordinary " @@ -4385,12 +4613,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2254 +#: ../src/guestfs.pod:2279 msgid "The reply message for ordinary functions is:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2256 +#: ../src/guestfs.pod:2281 #, no-wrap msgid "" " total length (header + ret,\n" @@ -4401,27 +4629,27 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2261 +#: ../src/guestfs.pod:2286 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:2264 +#: ../src/guestfs.pod:2289 msgid "" "As above the total length of the reply is limited to C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2267 +#: ../src/guestfs.pod:2292 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:2270 +#: ../src/guestfs.pod:2295 #, no-wrap msgid "" " total length (header + error,\n" @@ -4432,27 +4660,27 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2275 +#: ../src/guestfs.pod:2300 msgid "" "The C structure contains the error message as a " "string." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:2278 +#: ../src/guestfs.pod:2303 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2280 +#: ../src/guestfs.pod:2305 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 " -"a sequence of file chunks." +"The normal request message is sent (see above). However this is followed by" +" a sequence of file chunks." msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2284 +#: ../src/guestfs.pod:2309 #, no-wrap msgid "" " total length (header + arguments,\n" @@ -4466,12 +4694,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2292 +#: ../src/guestfs.pod:2317 msgid "The \"sequence of chunks\" is:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2294 +#: ../src/guestfs.pod:2319 #, no-wrap msgid "" " length of chunk (not including length word itself)\n" @@ -4485,7 +4713,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2302 +#: ../src/guestfs.pod:2327 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 " @@ -4493,16 +4721,16 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2306 +#: ../src/guestfs.pod:2331 msgid "" "At time of writing there are no functions that have more than one FileIn " "parameter. However this is (theoretically) supported, by sending the " -"sequence of chunks for each FileIn parameter one after another (from left to " -"right)." +"sequence of chunks for each FileIn parameter one after another (from left to" +" right)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2311 +#: ../src/guestfs.pod:2336 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 " @@ -4511,7 +4739,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2317 +#: ../src/guestfs.pod:2342 msgid "" "The daemon may also cancel. It does this by writing a special word " "C to the socket. The library listens for this during " @@ -4523,29 +4751,29 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2326 +#: ../src/guestfs.pod:2351 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 " "pipes or sockets). However the chunks are rather small " -"(C), so that neither the library nor the daemon need " -"to keep much in memory." +"(C), so that neither the library nor the daemon need" +" to keep much in memory." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:2332 +#: ../src/guestfs.pod:2357 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2334 +#: ../src/guestfs.pod:2359 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:2337 +#: ../src/guestfs.pod:2362 #, no-wrap msgid "" " total length (header + ret,\n" @@ -4559,25 +4787,25 @@ msgid "" msgstr "" #. type: =head3 -#: ../src/guestfs.pod:2345 +#: ../src/guestfs.pod:2370 msgid "INITIAL MESSAGE" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2347 +#: ../src/guestfs.pod:2372 msgid "" "When the daemon launches it sends an initial word (C) " -"which indicates that the guest and daemon is alive. This is what L waits for." +"which indicates that the guest and daemon is alive. This is what " +"L waits for." msgstr "" #. type: =head3 -#: ../src/guestfs.pod:2351 +#: ../src/guestfs.pod:2376 msgid "PROGRESS NOTIFICATION MESSAGES" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2353 +#: ../src/guestfs.pod:2378 msgid "" "The daemon may send progress notification messages at any time. These are " "distinguished by the normal length word being replaced by " @@ -4585,15 +4813,15 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2357 +#: ../src/guestfs.pod:2382 msgid "" -"The library turns them into progress callbacks (see L) if there is a callback registered, or discards them " -"if not." +"The library turns them into progress callbacks (see " +"L) if there is a callback registered, or discards " +"them if not." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2361 +#: ../src/guestfs.pod:2386 msgid "" "The daemon self-limits the frequency of progress messages it sends (see " "C). Not all calls generate progress " @@ -4601,12 +4829,12 @@ msgid "" msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2365 +#: ../src/guestfs.pod:2390 msgid "LIBGUESTFS VERSION NUMBERS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2367 +#: ../src/guestfs.pod:2392 msgid "" "Since April 2010, libguestfs has started to make separate development and " "stable releases, along with corresponding branches in our git repository. " @@ -4614,7 +4842,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2372 +#: ../src/guestfs.pod:2397 #, no-wrap msgid "" " even numbers for stable: 1.2.x, 1.4.x, ...\n" @@ -4631,41 +4859,41 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2383 +#: ../src/guestfs.pod:2408 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2385 +#: ../src/guestfs.pod:2410 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 " -"get more stable and less buggy over time. So the stable releases are ideal " -"for people who don't need new features but would just like the software to " -"work." +"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 get more stable and less buggy over time. So the stable releases are" +" ideal for people who don't need new features but would just like the " +"software to work." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2391 +#: ../src/guestfs.pod:2416 msgid "Our criteria for backporting changes are:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2397 +#: ../src/guestfs.pod:2422 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:2403 +#: ../src/guestfs.pod:2428 msgid "" "Bug fixes which are not controversial, fix obvious problems, and have been " "well tested are backported." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2408 +#: ../src/guestfs.pod:2433 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 " @@ -4673,7 +4901,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2414 +#: ../src/guestfs.pod:2439 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 " @@ -4681,28 +4909,28 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2420 +#: ../src/guestfs.pod:2445 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 " -"it. When that happens we create new stable and development versions 1.N.0 " +"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" +" it. When that happens we create new stable and development versions 1.N.0 " "and 1.(N+1).0 [N is even]. The new dot-oh release won't necessarily be so " -"stable at this point, but by backporting fixes from development, that branch " -"will stabilize over time." +"stable at this point, but by backporting fixes from development, that branch" +" will stabilize over time." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2428 +#: ../src/guestfs.pod:2453 msgid "EXTENDING LIBGUESTFS" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2430 +#: ../src/guestfs.pod:2455 msgid "ADDING A NEW API ACTION" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2432 +#: ../src/guestfs.pod:2457 msgid "" "Large amounts of boilerplate code in libguestfs (RPC, bindings, " "documentation) are generated, and this makes it easy to extend the " @@ -4710,30 +4938,30 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2436 +#: ../src/guestfs.pod:2461 msgid "To add a new API action there are two changes:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2442 +#: ../src/guestfs.pod:2467 msgid "" "You need to add a description of the call (name, parameters, return type, " "tests, documentation) to C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2445 +#: ../src/guestfs.pod:2470 msgid "" "There are two sorts of API action, depending on whether the call goes " "through to the daemon in the appliance, or is serviced entirely by the " -"library (see L above). L is an example of the " -"former, since the sync is done in the appliance. L is " -"an example of the latter, since a trace flag is maintained in the handle and " -"all tracing is done on the library side." +"library (see L above). L is an example of the" +" former, since the sync is done in the appliance. L is " +"an example of the latter, since a trace flag is maintained in the handle and" +" all tracing is done on the library side." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2453 +#: ../src/guestfs.pod:2478 msgid "" "Most new actions are of the first type, and get added to the " "C list. Each function has a unique procedure number used " @@ -4743,46 +4971,46 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2459 +#: ../src/guestfs.pod:2484 msgid "" "For library-only actions of the second type, add to the " "C list. Since these functions are serviced by the " "library and do not travel over the RPC mechanism to the daemon, these " -"functions do not need a procedure number, and so the procedure number is set " -"to C<-1>." +"functions do not need a procedure number, and so the procedure number is set" +" to C<-1>." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2467 +#: ../src/guestfs.pod:2492 msgid "Implement the action (in C):" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2469 +#: ../src/guestfs.pod:2494 msgid "" "For daemon actions, implement the function CnameE> in the " "C directory." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2472 +#: ../src/guestfs.pod:2497 msgid "" "For library actions, implement the function CnameE> " "(note: double underscore) in the C directory." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2475 +#: ../src/guestfs.pod:2500 msgid "In either case, use another function as an example of what to do." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2479 +#: ../src/guestfs.pod:2504 msgid "After making these changes, use C to compile." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2481 +#: ../src/guestfs.pod:2506 msgid "" "Note that you don't need to implement the RPC, language bindings, manual " "pages or anything else. It's all automatically generated from the OCaml " @@ -4790,76 +5018,76 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2485 +#: ../src/guestfs.pod:2510 msgid "ADDING TESTS FOR AN API ACTION" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2487 +#: ../src/guestfs.pod:2512 msgid "" "You can supply zero or as many tests as you want per API call. The tests " -"can either be added as part of the API description (C), or in some rarer cases you may want to drop a script " -"into C. Note that adding a script to C is " -"slower, so if possible use the first method." +"can either be added as part of the API description " +"(C), or in some rarer cases you may want to " +"drop a script into C. Note that adding a script to " +"C is slower, so if possible use the first method." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2493 +#: ../src/guestfs.pod:2518 msgid "" "The following describes the test environment used when you add an API test " "in C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2496 +#: ../src/guestfs.pod:2521 msgid "The test environment has 4 block devices:" msgstr "" #. type: =item -#: ../src/guestfs.pod:2500 +#: ../src/guestfs.pod:2525 msgid "C 500MB" -msgstr "" +msgstr "C 500 МБ" #. type: textblock -#: ../src/guestfs.pod:2502 +#: ../src/guestfs.pod:2527 msgid "General block device for testing." msgstr "" #. type: =item -#: ../src/guestfs.pod:2504 +#: ../src/guestfs.pod:2529 msgid "C 50MB" -msgstr "" +msgstr "C 50 МБ" #. type: textblock -#: ../src/guestfs.pod:2506 +#: ../src/guestfs.pod:2531 msgid "" "C is an ext2 filesystem used for testing filesystem write " "operations." msgstr "" #. type: =item -#: ../src/guestfs.pod:2509 +#: ../src/guestfs.pod:2534 msgid "C 10MB" -msgstr "" +msgstr "C 10 МБ" #. type: textblock -#: ../src/guestfs.pod:2511 +#: ../src/guestfs.pod:2536 msgid "Used in a few tests where two block devices are needed." msgstr "" #. type: =item -#: ../src/guestfs.pod:2513 +#: ../src/guestfs.pod:2538 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2515 +#: ../src/guestfs.pod:2540 msgid "ISO with fixed content (see C)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2519 +#: ../src/guestfs.pod:2544 msgid "" "To be able to run the tests in a reasonable amount of time, the libguestfs " "appliance and block devices are reused between tests. So don't try testing " @@ -4867,7 +5095,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2523 +#: ../src/guestfs.pod:2548 msgid "" "Each test starts with an initial scenario, selected using one of the " "C expressions, described in C. These " @@ -4877,7 +5105,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2529 +#: ../src/guestfs.pod:2554 msgid "" "You can add a prerequisite clause to any individual test. This is a run-" "time check, which, if it fails, causes the test to be skipped. Useful if " @@ -4887,14 +5115,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2535 +#: ../src/guestfs.pod:2560 msgid "" "In addition, packagers can skip individual tests by setting environment " "variables before running C." msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2538 +#: ../src/guestfs.pod:2563 #, no-wrap msgid "" " SKIP_TEST__=1\n" @@ -4902,17 +5130,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2540 +#: ../src/guestfs.pod:2565 msgid "eg: C skips test #3 of L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2542 +#: ../src/guestfs.pod:2567 msgid "or:" msgstr "або:" #. type: verbatim -#: ../src/guestfs.pod:2544 +#: ../src/guestfs.pod:2569 #, no-wrap msgid "" " SKIP_TEST_=1\n" @@ -4920,17 +5148,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2546 +#: ../src/guestfs.pod:2571 msgid "eg: C skips all L tests." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2548 +#: ../src/guestfs.pod:2573 msgid "Packagers can run only certain tests by setting for example:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2550 +#: ../src/guestfs.pod:2575 #, no-wrap msgid "" " TEST_ONLY=\"vfs_type zerofree\"\n" @@ -4938,29 +5166,29 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2552 +#: ../src/guestfs.pod:2577 msgid "" -"See C for more details of how these environment variables " -"work." +"See C for more details of how these environment variables" +" work." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2555 +#: ../src/guestfs.pod:2580 msgid "DEBUGGING NEW API ACTIONS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2557 +#: ../src/guestfs.pod:2582 msgid "Test new actions work before submitting them." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2559 +#: ../src/guestfs.pod:2584 msgid "You can use guestfish to try out new commands." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2561 +#: ../src/guestfs.pod:2586 msgid "" "Debugging the daemon is a problem because it runs inside a minimal " "environment. However you can fprintf messages in the daemon to stderr, and " @@ -4968,12 +5196,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2565 +#: ../src/guestfs.pod:2590 msgid "FORMATTING CODE AND OTHER CONVENTIONS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2567 +#: ../src/guestfs.pod:2592 msgid "" "Our C source code generally adheres to some basic code-formatting " "conventions. The existing code base is not totally consistent on this " @@ -4983,14 +5211,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2573 +#: ../src/guestfs.pod:2598 msgid "" -"If you use Emacs, add the following to one of one of your start-up files (e." -"g., ~/.emacs), to help ensure that you get indentation right:" +"If you use Emacs, add the following to one of one of your start-up files " +"(e.g., ~/.emacs), to help ensure that you get indentation right:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2576 +#: ../src/guestfs.pod:2601 #, no-wrap msgid "" " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n" @@ -5006,7 +5234,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2586 +#: ../src/guestfs.pod:2611 #, no-wrap msgid "" " ;;; When editing C sources in libguestfs, use this style.\n" @@ -5024,25 +5252,27 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2598 +#: ../src/guestfs.pod:2623 msgid "Enable warnings when compiling (and fix any problems this finds):" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2601 +#: ../src/guestfs.pod:2626 #, no-wrap msgid "" " ./configure --enable-gcc-warnings\n" "\n" msgstr "" +" ./configure --enable-gcc-warnings\n" +"\n" #. type: textblock -#: ../src/guestfs.pod:2603 +#: ../src/guestfs.pod:2628 msgid "Useful targets are:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2605 +#: ../src/guestfs.pod:2630 #, no-wrap msgid "" " make syntax-check # checks the syntax of the C code\n" @@ -5051,48 +5281,48 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2608 +#: ../src/guestfs.pod:2633 msgid "DAEMON CUSTOM PRINTF FORMATTERS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2610 +#: ../src/guestfs.pod:2635 msgid "" -"In the daemon code we have created custom printf formatters C<%Q> and C<%R>, " -"which are used to do shell quoting." +"In the daemon code we have created custom printf formatters C<%Q> and C<%R>," +" which are used to do shell quoting." msgstr "" #. type: =item -#: ../src/guestfs.pod:2615 +#: ../src/guestfs.pod:2640 msgid "%Q" msgstr "%Q" #. type: textblock -#: ../src/guestfs.pod:2617 +#: ../src/guestfs.pod:2642 msgid "" "Simple shell quoted string. Any spaces or other shell characters are " "escaped for you." msgstr "" #. type: =item -#: ../src/guestfs.pod:2620 +#: ../src/guestfs.pod:2645 msgid "%R" msgstr "%R" #. type: textblock -#: ../src/guestfs.pod:2622 +#: ../src/guestfs.pod:2647 msgid "" "Same as C<%Q> except the string is treated as a path which is prefixed by " "the sysroot." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2627 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613 +#: ../src/guestfs.pod:2652 ../fish/guestfish.pod:242 ../fish/guestfish.pod:673 msgid "For example:" msgstr "Приклад:" #. type: verbatim -#: ../src/guestfs.pod:2629 +#: ../src/guestfs.pod:2654 #, no-wrap msgid "" " asprintf (&cmd, \"cat %R\", path);\n" @@ -5100,234 +5330,258 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2631 +#: ../src/guestfs.pod:2656 msgid "would produce C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2633 +#: ../src/guestfs.pod:2658 msgid "" -"I Do I use these when you are passing parameters to the C functions. These parameters do NOT need to be quoted because " -"they are not passed via the shell (instead, straight to exec). You probably " -"want to use the C function however." +"I Do I use these when you are passing parameters to the " +"C functions. These parameters do NOT need to be quoted " +"because they are not passed via the shell (instead, straight to exec). You " +"probably want to use the C function however." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2639 +#: ../src/guestfs.pod:2664 msgid "SUBMITTING YOUR NEW API ACTIONS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2641 +#: ../src/guestfs.pod:2666 msgid "" -"Submit patches to the mailing list: L and CC to L." +"Submit patches to the mailing list: " +"L and CC to " +"L." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2645 +#: ../src/guestfs.pod:2670 msgid "INTERNATIONALIZATION (I18N) SUPPORT" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2647 +#: ../src/guestfs.pod:2672 msgid "We support i18n (gettext anyhow) in the library." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2649 +#: ../src/guestfs.pod:2674 msgid "" "However many messages come from the daemon, and we don't translate those at " -"the moment. One reason is that the appliance generally has all locale files " -"removed from it, because they take up a lot of space. So we'd have to readd " -"some of those, as well as copying our PO files into the appliance." +"the moment. One reason is that the appliance generally has all locale files" +" removed from it, because they take up a lot of space. So we'd have to " +"readd some of those, as well as copying our PO files into the appliance." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2655 +#: ../src/guestfs.pod:2680 msgid "" "Debugging messages are never translated, since they are intended for the " "programmers." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2658 +#: ../src/guestfs.pod:2683 msgid "SOURCE CODE SUBDIRECTORIES" msgstr "" #. type: =item -#: ../src/guestfs.pod:2662 ../src/guestfs-actions.pod:5806 -#: ../fish/guestfish-actions.pod:3900 +#: ../src/guestfs.pod:2687 ../src/guestfs-actions.pod:6174 +#: ../fish/guestfish-actions.pod:4072 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2664 +#: ../src/guestfs.pod:2689 msgid "The libguestfs appliance, build scripts and so on." msgstr "" #. type: =item -#: ../src/guestfs.pod:2666 +#: ../src/guestfs.pod:2691 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2668 +#: ../src/guestfs.pod:2693 msgid "Automated tests of the C API." msgstr "" #. type: =item -#: ../src/guestfs.pod:2670 +#: ../src/guestfs.pod:2695 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2672 +#: ../src/guestfs.pod:2697 msgid "" "The L, L and L commands and " "documentation." msgstr "" #. type: =item -#: ../src/guestfs.pod:2675 +#: ../src/guestfs.pod:2700 +msgid "C" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2702 +msgid "" +"Safety and liveness tests of components that libguestfs depends upon (not of" +" libguestfs itself). Mainly this is for qemu and the kernel." +msgstr "" + +#. type: =item +#: ../src/guestfs.pod:2705 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2677 +#: ../src/guestfs.pod:2707 msgid "Outside contributions, experimental parts." msgstr "" #. type: =item -#: ../src/guestfs.pod:2679 +#: ../src/guestfs.pod:2709 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2681 +#: ../src/guestfs.pod:2711 msgid "" -"The daemon that runs inside the libguestfs appliance and carries out actions." +"The daemon that runs inside the libguestfs appliance and carries out " +"actions." msgstr "" #. type: =item -#: ../src/guestfs.pod:2684 +#: ../src/guestfs.pod:2714 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2686 +#: ../src/guestfs.pod:2716 msgid "L command and documentation." msgstr "" #. type: =item -#: ../src/guestfs.pod:2688 +#: ../src/guestfs.pod:2718 +msgid "C" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2720 +msgid "L command and documentation." +msgstr "" + +#. type: =item +#: ../src/guestfs.pod:2722 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2690 +#: ../src/guestfs.pod:2724 msgid "C API example code." msgstr "Код прикладів використання програмного інтерфейсу мовою C." #. type: =item -#: ../src/guestfs.pod:2692 +#: ../src/guestfs.pod:2726 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2694 +#: ../src/guestfs.pod:2728 msgid "" "L, the command-line shell, and various shell scripts built on " -"top such as L, L, L, " -"L." +"top such as L, L, L, L" +"." msgstr "" #. type: =item -#: ../src/guestfs.pod:2698 +#: ../src/guestfs.pod:2732 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2700 +#: ../src/guestfs.pod:2734 msgid "" "L, FUSE (userspace filesystem) built on top of libguestfs." msgstr "" #. type: =item -#: ../src/guestfs.pod:2702 +#: ../src/guestfs.pod:2736 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2704 +#: ../src/guestfs.pod:2738 msgid "" "The crucially important generator, used to automatically generate large " "amounts of boilerplate C code for things like RPC and bindings." msgstr "" #. type: =item -#: ../src/guestfs.pod:2707 +#: ../src/guestfs.pod:2741 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2709 +#: ../src/guestfs.pod:2743 msgid "Files used by the test suite." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2711 +#: ../src/guestfs.pod:2745 msgid "Some \"phony\" guest images which we test against." msgstr "" #. type: =item -#: ../src/guestfs.pod:2713 +#: ../src/guestfs.pod:2747 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2715 +#: ../src/guestfs.pod:2749 msgid "L, the virtual machine image inspector." msgstr "" #. type: =item -#: ../src/guestfs.pod:2717 +#: ../src/guestfs.pod:2751 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2719 +#: ../src/guestfs.pod:2753 msgid "Logo used on the website. The fish is called Arthur by the way." msgstr "" #. type: =item -#: ../src/guestfs.pod:2721 +#: ../src/guestfs.pod:2755 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2723 +#: ../src/guestfs.pod:2757 msgid "M4 macros used by autoconf." msgstr "" #. type: =item -#: ../src/guestfs.pod:2725 +#: ../src/guestfs.pod:2759 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2727 +#: ../src/guestfs.pod:2761 msgid "Translations of simple gettext strings." msgstr "Переклади простих рядків gettext." #. type: =item -#: ../src/guestfs.pod:2729 +#: ../src/guestfs.pod:2763 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2731 +#: ../src/guestfs.pod:2765 msgid "" "The build infrastructure and PO files for translations of manpages and POD " "files. Eventually this will be combined with the C directory, but that " @@ -5335,204 +5589,408 @@ msgid "" msgstr "" #. type: =item -#: ../src/guestfs.pod:2735 +#: ../src/guestfs.pod:2769 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2737 +#: ../src/guestfs.pod:2771 msgid "Regression tests." msgstr "Тести на регресії." #. type: =item -#: ../src/guestfs.pod:2739 +#: ../src/guestfs.pod:2773 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2741 +#: ../src/guestfs.pod:2775 msgid "L command and documentation." msgstr "" #. type: =item -#: ../src/guestfs.pod:2743 +#: ../src/guestfs.pod:2777 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2745 +#: ../src/guestfs.pod:2779 msgid "Source code to the C library." msgstr "" #. type: =item -#: ../src/guestfs.pod:2747 +#: ../src/guestfs.pod:2781 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2749 -msgid "Command line tools written in Perl (L and many others)." +#: ../src/guestfs.pod:2783 +msgid "" +"Command line tools written in Perl (L and many others)." msgstr "" #. type: =item -#: ../src/guestfs.pod:2751 +#: ../src/guestfs.pod:2785 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2753 +#: ../src/guestfs.pod:2787 msgid "" "Test tool for end users to test if their qemu/kernel combination will work " "with libguestfs." msgstr "" #. type: =item -#: ../src/guestfs.pod:2756 +#: ../src/guestfs.pod:2790 msgid "C" msgstr "C" #. type: =item -#: ../src/guestfs.pod:2758 +#: ../src/guestfs.pod:2792 msgid "C" msgstr "C" #. type: =item -#: ../src/guestfs.pod:2760 +#: ../src/guestfs.pod:2794 msgid "C" msgstr "C" #. type: =item -#: ../src/guestfs.pod:2762 +#: ../src/guestfs.pod:2796 msgid "C" msgstr "C" #. type: =item -#: ../src/guestfs.pod:2764 +#: ../src/guestfs.pod:2798 msgid "C" msgstr "C" #. type: =item -#: ../src/guestfs.pod:2766 +#: ../src/guestfs.pod:2800 msgid "C" msgstr "C" #. type: =item -#: ../src/guestfs.pod:2768 +#: ../src/guestfs.pod:2802 msgid "C" msgstr "C" #. type: =item -#: ../src/guestfs.pod:2770 +#: ../src/guestfs.pod:2804 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs.pod:2772 +#: ../src/guestfs.pod:2806 msgid "Language bindings." msgstr "Прив’язки до мов програмування." #. type: =head1 -#: ../src/guestfs.pod:2776 ../fish/guestfish.pod:1015 -#: ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476 +#: ../src/guestfs.pod:2810 +msgid "LIMITS" +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:2812 +msgid "PROTOCOL LIMITS" +msgstr "ОБМЕЖЕННЯ ПРОТОКОЛУ" + +#. type: textblock +#: ../src/guestfs.pod:2814 +msgid "" +"Internally libguestfs uses a message-based protocol to pass API calls and " +"their responses to and from a small \"appliance\" (see L for " +"plenty more detail about this). The maximum message size used by the " +"protocol is slightly less than 4 MB. For some API calls you may need to be " +"aware of this limit. The API calls which may be affected are individually " +"documented, with a link back to this section of the documentation." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2822 +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" +" a message, the maximum size that it can return is slightly under 4 MB. If " +"the requested file is larger than this then you will get an error." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2828 +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 " +"and L document how to do this." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2832 +msgid "" +"You might also consider mounting the disk image using our FUSE filesystem " +"support (L)." +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:2835 +msgid "MAXIMUM NUMBER OF DISKS" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2837 +msgid "" +"When using virtio disks (the default) the current limit is B<25> disks." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2840 +msgid "" +"Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31" +" slots. However febootstrap only understands disks with names C " +"through C (26 letters) and it reserves one disk for its own " +"purposes." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2845 +msgid "" +"We are working to substantially raise this limit in future versions but it " +"requires complex changes to qemu." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2848 +msgid "" +"In future versions of libguestfs it should also be possible to \"hot plug\" " +"disks (add and remove disks after calling L). This also " +"requires changes to qemu." +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:2852 +msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2854 +msgid "Virtio limits the maximum number of partitions per disk to B<15>." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2856 +msgid "" +"This is because it reserves 4 bits for the minor device number (thus " +"C, and C through C)." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2859 +msgid "" +"If you attach a disk with more than 15 partitions, the extra partitions are " +"ignored by libguestfs." +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:2862 +msgid "MAXIMUM SIZE OF A DISK" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2864 +msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2866 +msgid "" +"We have tested block devices up to 1 exabyte (2**60 or " +"1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host " +"filesystem." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2870 +msgid "" +"Although libguestfs probably does not impose any limit, the underlying host " +"storage will. If you store disk images on a host ext4 filesystem, then the " +"maximum size will be limited by the maximum ext4 file size (currently 16 " +"TB). If you store disk images as host logical volumes then you are limited " +"by the maximum size of an LV." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2876 +msgid "" +"For the hugest disk image files, we recommend using XFS on the host for " +"storage." +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:2879 +msgid "MAXIMUM SIZE OF A PARTITION" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2881 +msgid "" +"The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector numbers." +" Assuming a 512 byte sector size, this means that MBR cannot address a " +"partition located beyond 2 TB on the disk." +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2885 +msgid "" +"It is recommended that you use GPT partitions on disks which are larger than" +" this size. GPT uses 64 bit sector numbers and so can address partitions " +"which are theoretically larger than the largest disk we could support." +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:2890 +msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2892 +msgid "" +"This depends on the filesystem type. libguestfs itself does not impose any " +"known limit. Consult Wikipedia or the filesystem documentation to find out " +"what these limits are." +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:2896 +msgid "MAXIMUM UPLOAD AND DOWNLOAD" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2898 +msgid "" +"The API functions L, L, " +"L, L and the like allow unlimited sized " +"uploads and downloads." +msgstr "" + +#. type: =head2 +#: ../src/guestfs.pod:2902 +msgid "INSPECTION LIMITS" +msgstr "" + +#. type: textblock +#: ../src/guestfs.pod:2904 +msgid "" +"The inspection code has several arbitrary limits on things like the size of " +"Windows Registry hive it will read, and the length of product name. These " +"are intended to stop a malicious guest from consuming arbitrary amounts of " +"memory and disk space on the host, and should not be reached in practice. " +"See the source code for more information." +msgstr "" + +#. type: =head1 +#: ../src/guestfs.pod:2910 ../fish/guestfish.pod:1075 +#: ../test-tool/libguestfs-test-tool.pod:82 msgid "ENVIRONMENT VARIABLES" msgstr "ЗМІННІ СЕРЕДОВИЩА" #. type: =item -#: ../src/guestfs.pod:2780 ../fish/guestfish.pod:1041 +#: ../src/guestfs.pod:2914 ../fish/guestfish.pod:1106 msgid "LIBGUESTFS_APPEND" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2782 ../fish/guestfish.pod:1043 +#: ../src/guestfs.pod:2916 ../fish/guestfish.pod:1108 msgid "Pass additional options to the guest kernel." msgstr "" #. type: =item -#: ../src/guestfs.pod:2784 ../fish/guestfish.pod:1045 +#: ../src/guestfs.pod:2918 ../fish/guestfish.pod:1110 msgid "LIBGUESTFS_DEBUG" -msgstr "" +msgstr "LIBGUESTFS_DEBUG" #. type: textblock -#: ../src/guestfs.pod:2786 +#: ../src/guestfs.pod:2920 msgid "" "Set C to enable verbose messages. This has the same " "effect as calling C." msgstr "" #. type: =item -#: ../src/guestfs.pod:2789 ../fish/guestfish.pod:1050 +#: ../src/guestfs.pod:2923 ../fish/guestfish.pod:1115 msgid "LIBGUESTFS_MEMSIZE" -msgstr "" +msgstr "LIBGUESTFS_MEMSIZE" #. type: textblock -#: ../src/guestfs.pod:2791 ../fish/guestfish.pod:1052 +#: ../src/guestfs.pod:2925 ../fish/guestfish.pod:1117 msgid "" "Set the memory allocated to the qemu process, in megabytes. For example:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2794 ../fish/guestfish.pod:1055 +#: ../src/guestfs.pod:2928 ../fish/guestfish.pod:1120 #, no-wrap msgid "" " LIBGUESTFS_MEMSIZE=700\n" "\n" msgstr "" +" LIBGUESTFS_MEMSIZE=700\n" +"\n" #. type: =item -#: ../src/guestfs.pod:2796 ../fish/guestfish.pod:1057 +#: ../src/guestfs.pod:2930 ../fish/guestfish.pod:1122 msgid "LIBGUESTFS_PATH" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2798 +#: ../src/guestfs.pod:2932 msgid "" "Set the path that libguestfs uses to search for a supermin appliance. See " "the discussion of paths in section L above." msgstr "" #. type: =item -#: ../src/guestfs.pod:2801 ../fish/guestfish.pod:1062 +#: ../src/guestfs.pod:2935 ../fish/guestfish.pod:1127 msgid "LIBGUESTFS_QEMU" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2803 ../fish/guestfish.pod:1064 +#: ../src/guestfs.pod:2937 ../fish/guestfish.pod:1129 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." +"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:2807 +#: ../src/guestfs.pod:2941 msgid "See also L above." msgstr "" #. type: =item -#: ../src/guestfs.pod:2809 ../fish/guestfish.pod:1068 +#: ../src/guestfs.pod:2943 ../fish/guestfish.pod:1133 msgid "LIBGUESTFS_TRACE" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2811 +#: ../src/guestfs.pod:2945 msgid "" "Set C to enable command traces. This has the same " "effect as calling C." msgstr "" #. type: =item -#: ../src/guestfs.pod:2814 ../fish/guestfish.pod:1077 +#: ../src/guestfs.pod:2948 ../fish/guestfish.pod:1142 msgid "TMPDIR" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2816 ../fish/guestfish.pod:1079 +#: ../src/guestfs.pod:2950 ../fish/guestfish.pod:1144 msgid "" "Location of temporary directory, defaults to C except for the cached " "supermin appliance which defaults to C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2819 ../fish/guestfish.pod:1082 +#: ../src/guestfs.pod:2953 ../fish/guestfish.pod:1147 msgid "" "If libguestfs was compiled to use the supermin appliance then the real " "appliance is cached in this directory, shared between all handles belonging " @@ -5541,143 +5999,140 @@ msgid "" msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2827 ../fish/guestfish.pod:1149 -#: ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:267 -#: ../tools/virt-edit.pl:496 ../tools/virt-win-reg.pl:572 -#: ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286 -#: ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257 +#: ../src/guestfs.pod:2961 ../fish/guestfish.pod:1214 +#: ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:279 +#: ../tools/virt-win-reg.pl:744 ../tools/virt-list-filesystems.pl:189 +#: ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539 +#: ../tools/virt-list-partitions.pl:257 msgid "SEE ALSO" msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ" #. type: textblock -#: ../src/guestfs.pod:2829 +#: ../src/guestfs.pod:2963 msgid "" -"L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L." +"L, L, L, L" +", L, L, L, L" +", L, L, L, L" +", L, L, L" +", L, L, L, L, L, L, L, L, L, L, " +"L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2856 +#: ../src/guestfs.pod:2990 msgid "" -"Tools with a similar purpose: L, L, L, L, L." +"Tools with a similar purpose: L, L, L, " +"L, L." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2863 ../tools/virt-win-reg.pl:587 +#: ../src/guestfs.pod:2997 ../tools/virt-win-reg.pl:759 #: ../tools/virt-make-fs.pl:553 msgid "BUGS" msgstr "ВАДИ" #. type: textblock -#: ../src/guestfs.pod:2865 +#: ../src/guestfs.pod:2999 msgid "To get a list of bugs against libguestfs use this link:" msgstr "" "Щоб переглянути список відомих вад у libguestfs, скористайтеся таким " "посиланням:" #. type: textblock -#: ../src/guestfs.pod:2867 +#: ../src/guestfs.pod:3001 msgid "" -"L" +"L" msgstr "" -"L" +"L" #. type: textblock -#: ../src/guestfs.pod:2869 +#: ../src/guestfs.pod:3003 msgid "To report a new bug against libguestfs use this link:" msgstr "Для звітування щодо вад у libguestfs скористайтеся цим посиланням:" #. type: textblock -#: ../src/guestfs.pod:2871 +#: ../src/guestfs.pod:3005 msgid "" -"L" +"L" msgstr "" -"L" +"L" #. type: textblock -#: ../src/guestfs.pod:2873 +#: ../src/guestfs.pod:3007 msgid "When reporting a bug, please check:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2879 +#: ../src/guestfs.pod:3013 msgid "That the bug hasn't been reported already." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2883 +#: ../src/guestfs.pod:3017 msgid "That you are testing a recent version." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2887 +#: ../src/guestfs.pod:3021 msgid "Describe the bug accurately, and give a way to reproduce it." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2891 +#: ../src/guestfs.pod:3025 msgid "" -"Run libguestfs-test-tool and paste the B output into the " -"bug report." +"Run libguestfs-test-tool and paste the B output into the" +" bug report." msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2896 ../fish/guestfish.pod:1172 -#: ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:278 +#: ../src/guestfs.pod:3030 ../fish/guestfish.pod:1238 +#: ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:290 msgid "AUTHORS" msgstr "АВТОРИ" #. type: textblock -#: ../src/guestfs.pod:2898 ../fish/guestfish.pod:1174 -#: ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:280 +#: ../src/guestfs.pod:3032 ../fish/guestfish.pod:1240 +#: ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:292 msgid "Richard W.M. Jones (C)" msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2900 ../fish/guestfish.pod:1176 -#: ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:282 -#: ../tools/virt-edit.pl:514 ../tools/virt-win-reg.pl:602 -#: ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 -#: ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273 +#: ../src/guestfs.pod:3034 ../fish/guestfish.pod:1242 +#: ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:294 +#: ../tools/virt-win-reg.pl:774 ../tools/virt-list-filesystems.pl:206 +#: ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568 +#: ../tools/virt-list-partitions.pl:273 msgid "COPYRIGHT" msgstr "АВТОРСЬКІ ПРАВА" #. type: textblock -#: ../src/guestfs.pod:2902 ../fish/guestfish.pod:1178 +#: ../src/guestfs.pod:3036 ../fish/guestfish.pod:1244 #: ../test-tool/libguestfs-test-tool.pod:99 msgid "Copyright (C) 2009-2011 Red Hat Inc. L" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2905 +#: ../src/guestfs.pod:3039 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 " -"Free Software Foundation; either version 2 of the License, or (at your " +"under the terms of the GNU Lesser General Public License as published by the" +" Free Software Foundation; either version 2 of the License, or (at your " "option) any later version." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2910 +#: ../src/guestfs.pod:3044 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 " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License " -"for more details." +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License" +" for more details." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2915 +#: ../src/guestfs.pod:3049 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, " @@ -5706,7 +6161,7 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7 -msgid "This is equivalent to the qemu parameter C<-cdrom filename>." +msgid "This is equivalent to the qemu parameter I<-cdrom filename>." msgstr "" #. type: textblock @@ -5714,8 +6169,8 @@ msgstr "" msgid "" "This call checks for the existence of C. This stops you from " "specifying other types of drive which are supported by qemu such as C " -"and C URLs. To specify those, use the general C call " -"instead." +"and C URLs. To specify those, use the general C call" +" instead." msgstr "" #. type: textblock @@ -5727,116 +6182,126 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134 -#: ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232 -#: ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267 -#: ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301 -#: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436 -#: ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495 -#: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541 -#: ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641 -#: ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670 -#: ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787 -#: ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815 -#: ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996 -#: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098 -#: ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135 -#: ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169 -#: ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270 -#: ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337 -#: ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477 -#: ../src/guestfs-actions.pod:1695 ../src/guestfs-actions.pod:1717 -#: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2266 -#: ../src/guestfs-actions.pod:2410 ../src/guestfs-actions.pod:2471 -#: ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:3451 -#: ../src/guestfs-actions.pod:3466 ../src/guestfs-actions.pod:3491 -#: ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3660 -#: ../src/guestfs-actions.pod:3673 ../src/guestfs-actions.pod:3687 -#: ../src/guestfs-actions.pod:3702 ../src/guestfs-actions.pod:3738 -#: ../src/guestfs-actions.pod:3810 ../src/guestfs-actions.pod:3830 -#: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:3870 -#: ../src/guestfs-actions.pod:3893 ../src/guestfs-actions.pod:3925 -#: ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:3963 -#: ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4010 -#: ../src/guestfs-actions.pod:4046 ../src/guestfs-actions.pod:4062 -#: ../src/guestfs-actions.pod:4075 ../src/guestfs-actions.pod:4090 -#: ../src/guestfs-actions.pod:4107 ../src/guestfs-actions.pod:4200 -#: ../src/guestfs-actions.pod:4220 ../src/guestfs-actions.pod:4233 -#: ../src/guestfs-actions.pod:4284 ../src/guestfs-actions.pod:4302 -#: ../src/guestfs-actions.pod:4320 ../src/guestfs-actions.pod:4336 -#: ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:4364 -#: ../src/guestfs-actions.pod:4381 ../src/guestfs-actions.pod:4396 -#: ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4474 -#: ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4578 -#: ../src/guestfs-actions.pod:4597 ../src/guestfs-actions.pod:4616 -#: ../src/guestfs-actions.pod:4628 ../src/guestfs-actions.pod:4645 -#: ../src/guestfs-actions.pod:4658 ../src/guestfs-actions.pod:4673 -#: ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4723 -#: ../src/guestfs-actions.pod:4738 ../src/guestfs-actions.pod:4758 -#: ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4789 -#: ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4875 -#: ../src/guestfs-actions.pod:4889 ../src/guestfs-actions.pod:4917 -#: ../src/guestfs-actions.pod:4934 ../src/guestfs-actions.pod:4952 -#: ../src/guestfs-actions.pod:5086 ../src/guestfs-actions.pod:5143 -#: ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5183 -#: ../src/guestfs-actions.pod:5215 ../src/guestfs-actions.pod:5281 -#: ../src/guestfs-actions.pod:5298 ../src/guestfs-actions.pod:5311 -#: ../src/guestfs-actions.pod:5325 ../src/guestfs-actions.pod:5614 -#: ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:5652 -#: ../src/guestfs-actions.pod:5664 ../src/guestfs-actions.pod:5676 -#: ../src/guestfs-actions.pod:5690 ../src/guestfs-actions.pod:5702 -#: ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5732 -#: ../src/guestfs-actions.pod:5753 ../src/guestfs-actions.pod:5772 -#: ../src/guestfs-actions.pod:5791 ../src/guestfs-actions.pod:5821 -#: ../src/guestfs-actions.pod:5837 ../src/guestfs-actions.pod:5860 -#: ../src/guestfs-actions.pod:5878 ../src/guestfs-actions.pod:5897 -#: ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5937 -#: ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:5982 -#: ../src/guestfs-actions.pod:6006 ../src/guestfs-actions.pod:6025 -#: ../src/guestfs-actions.pod:6049 ../src/guestfs-actions.pod:6068 -#: ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6102 -#: ../src/guestfs-actions.pod:6139 ../src/guestfs-actions.pod:6162 -#: ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6296 -#: ../src/guestfs-actions.pod:6417 ../src/guestfs-actions.pod:6429 -#: ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6455 -#: ../src/guestfs-actions.pod:6477 ../src/guestfs-actions.pod:6490 -#: ../src/guestfs-actions.pod:6503 ../src/guestfs-actions.pod:6516 -#: ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6590 -#: ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6623 -#: ../src/guestfs-actions.pod:6639 ../src/guestfs-actions.pod:6656 -#: ../src/guestfs-actions.pod:6669 ../src/guestfs-actions.pod:6689 -#: ../src/guestfs-actions.pod:6725 ../src/guestfs-actions.pod:6739 -#: ../src/guestfs-actions.pod:6780 ../src/guestfs-actions.pod:6793 -#: ../src/guestfs-actions.pod:6811 ../src/guestfs-actions.pod:6845 -#: ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:7000 -#: ../src/guestfs-actions.pod:7018 ../src/guestfs-actions.pod:7032 -#: ../src/guestfs-actions.pod:7087 ../src/guestfs-actions.pod:7100 -#: ../src/guestfs-actions.pod:7145 ../src/guestfs-actions.pod:7178 -#: ../src/guestfs-actions.pod:7232 ../src/guestfs-actions.pod:7258 -#: ../src/guestfs-actions.pod:7324 ../src/guestfs-actions.pod:7343 -#: ../src/guestfs-actions.pod:7372 +#: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:140 +#: ../src/guestfs-actions.pod:201 ../src/guestfs-actions.pod:238 +#: ../src/guestfs-actions.pod:252 ../src/guestfs-actions.pod:273 +#: ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:307 +#: ../src/guestfs-actions.pod:422 ../src/guestfs-actions.pod:442 +#: ../src/guestfs-actions.pod:456 ../src/guestfs-actions.pod:501 +#: ../src/guestfs-actions.pod:529 ../src/guestfs-actions.pod:547 +#: ../src/guestfs-actions.pod:614 ../src/guestfs-actions.pod:647 +#: ../src/guestfs-actions.pod:661 ../src/guestfs-actions.pod:676 +#: ../src/guestfs-actions.pod:775 ../src/guestfs-actions.pod:793 +#: ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:821 +#: ../src/guestfs-actions.pod:858 ../src/guestfs-actions.pod:1041 +#: ../src/guestfs-actions.pod:1061 ../src/guestfs-actions.pod:1079 +#: ../src/guestfs-actions.pod:1163 ../src/guestfs-actions.pod:1181 +#: ../src/guestfs-actions.pod:1200 ../src/guestfs-actions.pod:1214 +#: ../src/guestfs-actions.pod:1234 ../src/guestfs-actions.pod:1304 +#: ../src/guestfs-actions.pod:1335 ../src/guestfs-actions.pod:1360 +#: ../src/guestfs-actions.pod:1402 ../src/guestfs-actions.pod:1508 +#: ../src/guestfs-actions.pod:1542 ../src/guestfs-actions.pod:1757 +#: ../src/guestfs-actions.pod:1779 ../src/guestfs-actions.pod:1866 +#: ../src/guestfs-actions.pod:2339 ../src/guestfs-actions.pod:2483 +#: ../src/guestfs-actions.pod:2544 ../src/guestfs-actions.pod:2579 +#: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3634 +#: ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:3848 +#: ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:3875 +#: ../src/guestfs-actions.pod:3889 ../src/guestfs-actions.pod:3904 +#: ../src/guestfs-actions.pod:3940 ../src/guestfs-actions.pod:4012 +#: ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4049 +#: ../src/guestfs-actions.pod:4072 ../src/guestfs-actions.pod:4095 +#: ../src/guestfs-actions.pod:4130 ../src/guestfs-actions.pod:4149 +#: ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4203 +#: ../src/guestfs-actions.pod:4215 ../src/guestfs-actions.pod:4251 +#: ../src/guestfs-actions.pod:4267 ../src/guestfs-actions.pod:4280 +#: ../src/guestfs-actions.pod:4295 ../src/guestfs-actions.pod:4312 +#: ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4425 +#: ../src/guestfs-actions.pod:4438 ../src/guestfs-actions.pod:4489 +#: ../src/guestfs-actions.pod:4507 ../src/guestfs-actions.pod:4525 +#: ../src/guestfs-actions.pod:4541 ../src/guestfs-actions.pod:4555 +#: ../src/guestfs-actions.pod:4569 ../src/guestfs-actions.pod:4586 +#: ../src/guestfs-actions.pod:4601 ../src/guestfs-actions.pod:4621 +#: ../src/guestfs-actions.pod:4691 ../src/guestfs-actions.pod:4764 +#: ../src/guestfs-actions.pod:4795 ../src/guestfs-actions.pod:4814 +#: ../src/guestfs-actions.pod:4833 ../src/guestfs-actions.pod:4845 +#: ../src/guestfs-actions.pod:4862 ../src/guestfs-actions.pod:4875 +#: ../src/guestfs-actions.pod:4890 ../src/guestfs-actions.pod:4905 +#: ../src/guestfs-actions.pod:4940 ../src/guestfs-actions.pod:4973 +#: ../src/guestfs-actions.pod:5012 ../src/guestfs-actions.pod:5032 +#: ../src/guestfs-actions.pod:5046 ../src/guestfs-actions.pod:5063 +#: ../src/guestfs-actions.pod:5112 ../src/guestfs-actions.pod:5158 +#: ../src/guestfs-actions.pod:5212 ../src/guestfs-actions.pod:5248 +#: ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5300 +#: ../src/guestfs-actions.pod:5318 ../src/guestfs-actions.pod:5452 +#: ../src/guestfs-actions.pod:5509 ../src/guestfs-actions.pod:5531 +#: ../src/guestfs-actions.pod:5549 ../src/guestfs-actions.pod:5581 +#: ../src/guestfs-actions.pod:5647 ../src/guestfs-actions.pod:5664 +#: ../src/guestfs-actions.pod:5677 ../src/guestfs-actions.pod:5691 +#: ../src/guestfs-actions.pod:5980 ../src/guestfs-actions.pod:5999 +#: ../src/guestfs-actions.pod:6018 ../src/guestfs-actions.pod:6032 +#: ../src/guestfs-actions.pod:6044 ../src/guestfs-actions.pod:6058 +#: ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6084 +#: ../src/guestfs-actions.pod:6100 ../src/guestfs-actions.pod:6121 +#: ../src/guestfs-actions.pod:6140 ../src/guestfs-actions.pod:6159 +#: ../src/guestfs-actions.pod:6189 ../src/guestfs-actions.pod:6207 +#: ../src/guestfs-actions.pod:6230 ../src/guestfs-actions.pod:6248 +#: ../src/guestfs-actions.pod:6267 ../src/guestfs-actions.pod:6288 +#: ../src/guestfs-actions.pod:6307 ../src/guestfs-actions.pod:6324 +#: ../src/guestfs-actions.pod:6343 ../src/guestfs-actions.pod:6369 +#: ../src/guestfs-actions.pod:6393 ../src/guestfs-actions.pod:6412 +#: ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6455 +#: ../src/guestfs-actions.pod:6470 ../src/guestfs-actions.pod:6489 +#: ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6556 +#: ../src/guestfs-actions.pod:6589 ../src/guestfs-actions.pod:6711 +#: ../src/guestfs-actions.pod:6832 ../src/guestfs-actions.pod:6844 +#: ../src/guestfs-actions.pod:6857 ../src/guestfs-actions.pod:6870 +#: ../src/guestfs-actions.pod:6892 ../src/guestfs-actions.pod:6905 +#: ../src/guestfs-actions.pod:6918 ../src/guestfs-actions.pod:6931 +#: ../src/guestfs-actions.pod:6946 ../src/guestfs-actions.pod:7005 +#: ../src/guestfs-actions.pod:7022 ../src/guestfs-actions.pod:7038 +#: ../src/guestfs-actions.pod:7054 ../src/guestfs-actions.pod:7071 +#: ../src/guestfs-actions.pod:7084 ../src/guestfs-actions.pod:7104 +#: ../src/guestfs-actions.pod:7140 ../src/guestfs-actions.pod:7154 +#: ../src/guestfs-actions.pod:7195 ../src/guestfs-actions.pod:7208 +#: ../src/guestfs-actions.pod:7226 ../src/guestfs-actions.pod:7260 +#: ../src/guestfs-actions.pod:7296 ../src/guestfs-actions.pod:7412 +#: ../src/guestfs-actions.pod:7427 ../src/guestfs-actions.pod:7441 +#: ../src/guestfs-actions.pod:7496 ../src/guestfs-actions.pod:7509 +#: ../src/guestfs-actions.pod:7554 ../src/guestfs-actions.pod:7587 +#: ../src/guestfs-actions.pod:7650 ../src/guestfs-actions.pod:7670 +#: ../src/guestfs-actions.pod:7694 ../src/guestfs-actions.pod:7761 +#: ../src/guestfs-actions.pod:7780 ../src/guestfs-actions.pod:7809 msgid "This function returns 0 on success or -1 on error." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 -#: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 -#: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172 +#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:254 +#: ../src/guestfs-actions.pod:275 ../fish/guestfish-actions.pod:28 +#: ../fish/guestfish-actions.pod:163 ../fish/guestfish-actions.pod:177 msgid "" "This function is deprecated. In new code, use the C call " "instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251 -#: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448 -#: ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965 -#: ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:7266 -#: ../src/guestfs-actions.pod:7435 ../fish/guestfish-actions.pod:31 -#: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175 -#: ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319 -#: ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:3000 -#: ../fish/guestfish-actions.pod:4858 ../fish/guestfish-actions.pod:4955 +#: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:257 +#: ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:1513 +#: ../src/guestfs-actions.pod:2008 ../src/guestfs-actions.pod:2029 +#: ../src/guestfs-actions.pod:4626 ../src/guestfs-actions.pod:4945 +#: ../src/guestfs-actions.pod:5163 ../src/guestfs-actions.pod:5253 +#: ../src/guestfs-actions.pod:6534 ../src/guestfs-actions.pod:6564 +#: ../src/guestfs-actions.pod:6597 ../src/guestfs-actions.pod:6656 +#: ../src/guestfs-actions.pod:7592 ../src/guestfs-actions.pod:7702 +#: ../src/guestfs-actions.pod:7872 ../fish/guestfish-actions.pod:31 +#: ../fish/guestfish-actions.pod:166 ../fish/guestfish-actions.pod:180 +#: ../fish/guestfish-actions.pod:986 ../fish/guestfish-actions.pod:1346 +#: ../fish/guestfish-actions.pod:1360 ../fish/guestfish-actions.pod:3085 +#: ../fish/guestfish-actions.pod:3292 ../fish/guestfish-actions.pod:3406 +#: ../fish/guestfish-actions.pod:3454 ../fish/guestfish-actions.pod:4349 +#: ../fish/guestfish-actions.pod:4372 ../fish/guestfish-actions.pod:4394 +#: ../fish/guestfish-actions.pod:4432 ../fish/guestfish-actions.pod:5081 +#: ../fish/guestfish-actions.pod:5179 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 " @@ -5844,14 +6309,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136 -#: ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1916 -#: ../src/guestfs-actions.pod:2014 ../src/guestfs-actions.pod:2117 -#: ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:3473 -#: ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:5839 -#: ../src/guestfs-actions.pod:5956 ../src/guestfs-actions.pod:6070 -#: ../src/guestfs-actions.pod:6533 ../src/guestfs-actions.pod:6658 -#: ../src/guestfs-actions.pod:7180 +#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:142 +#: ../src/guestfs-actions.pod:1165 ../src/guestfs-actions.pod:1980 +#: ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:2190 +#: ../src/guestfs-actions.pod:3621 ../src/guestfs-actions.pod:3641 +#: ../src/guestfs-actions.pod:4949 ../src/guestfs-actions.pod:6209 +#: ../src/guestfs-actions.pod:6326 ../src/guestfs-actions.pod:6457 +#: ../src/guestfs-actions.pod:6948 ../src/guestfs-actions.pod:7073 +#: ../src/guestfs-actions.pod:7596 msgid "(Added in 0.3)" msgstr "" @@ -5872,8 +6337,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 -#: ../src/guestfs-actions.pod:4435 +#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:151 +#: ../src/guestfs-actions.pod:832 ../src/guestfs-actions.pod:2824 +#: ../src/guestfs-actions.pod:4640 ../src/guestfs-actions.pod:4959 +#: ../src/guestfs-actions.pod:5176 msgid "" "You may supply a list of optional arguments to this call. Use zero or more " "of the following pairs of parameters, and terminate the list with C<-1> on " @@ -5888,27 +6355,28 @@ msgid "" " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n" " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n" " GUESTFS_ADD_DOMAIN_LIVE, int live,\n" +" GUESTFS_ADD_DOMAIN_ALLOWUUID, int allowuuid,\n" "\n" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:58 +#: ../src/guestfs-actions.pod:59 msgid "" -"This function adds the disk(s) attached to the named libvirt domain C. " -"It works by connecting to libvirt, requesting the domain and domain XML from " -"libvirt, parsing it for disks, and calling C on each " -"one." +"This function adds the disk(s) attached to the named libvirt domain C." +" It works by connecting to libvirt, requesting the domain and domain XML " +"from libvirt, parsing it for disks, and calling C on" +" each one." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46 +#: ../src/guestfs-actions.pod:64 ../fish/guestfish-actions.pod:46 msgid "" "The number of disks added is returned. This operation is atomic: if an " "error is returned, then no disks are added." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49 +#: ../src/guestfs-actions.pod:67 ../fish/guestfish-actions.pod:49 msgid "" "This function does some minimal checks to make sure the libvirt domain is " "not running (unless C is true). In a future version we will try " @@ -5916,68 +6384,77 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53 +#: ../src/guestfs-actions.pod:71 ../fish/guestfish-actions.pod:53 msgid "" -"Disks must be accessible locally. This often means that adding disks from a " -"remote libvirt connection (see L) will fail " -"unless those disks are accessible via the same device path locally too." +"Disks must be accessible locally. This often means that adding disks from a" +" remote libvirt connection (see L) will " +"fail unless those disks are accessible via the same device path locally too." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58 +#: ../src/guestfs-actions.pod:76 ../fish/guestfish-actions.pod:58 msgid "" -"The optional C parameter sets the libvirt URI (see L). If this is not set then we connect to the default " -"libvirt URI (or one set through an environment variable, see the libvirt " -"documentation for full details)." +"The optional C parameter sets the libvirt URI (see " +"L). If this is not set then we connect to the " +"default libvirt URI (or one set through an environment variable, see the " +"libvirt documentation for full details)." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64 +#: ../src/guestfs-actions.pod:82 ../fish/guestfish-actions.pod:64 msgid "" "The optional C flag controls whether this call will try to connect to " "a running virtual machine C process if it sees a suitable " "EchannelE element in the libvirt XML definition. The default (if " -"the flag is omitted) is never to try. See L for more information." +"the flag is omitted) is never to try. See L for more information." +msgstr "" + +#. type: textblock +#: ../src/guestfs-actions.pod:89 ../fish/guestfish-actions.pod:71 +msgid "" +"If the C flag is true (default is false) then a UUID I be " +"passed instead of the domain name. The C string is treated as a UUID " +"first and looked up, and if that lookup fails then we treat C as a name" +" as usual." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:88 +#: ../src/guestfs-actions.pod:94 msgid "" "The other optional parameters are passed directly through to " "C." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344 -#: ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687 -#: ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736 -#: ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315 -#: ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1877 -#: ../src/guestfs-actions.pod:1986 ../src/guestfs-actions.pod:2026 -#: ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2104 -#: ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2772 -#: ../src/guestfs-actions.pod:2793 ../src/guestfs-actions.pod:4861 -#: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5395 -#: ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:6766 -#: ../src/guestfs-actions.pod:7191 ../src/guestfs-actions.pod:7204 -#: ../src/guestfs-actions.pod:7217 +#: ../src/guestfs-actions.pod:97 ../src/guestfs-actions.pod:350 +#: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:693 +#: ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:742 +#: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:1380 +#: ../src/guestfs-actions.pod:1736 ../src/guestfs-actions.pod:1939 +#: ../src/guestfs-actions.pod:2050 ../src/guestfs-actions.pod:2099 +#: ../src/guestfs-actions.pod:2154 ../src/guestfs-actions.pod:2177 +#: ../src/guestfs-actions.pod:2470 ../src/guestfs-actions.pod:2942 +#: ../src/guestfs-actions.pod:2960 ../src/guestfs-actions.pod:5135 +#: ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5761 +#: ../src/guestfs-actions.pod:5787 ../src/guestfs-actions.pod:7181 +#: ../src/guestfs-actions.pod:7607 ../src/guestfs-actions.pod:7620 +#: ../src/guestfs-actions.pod:7633 msgid "On error this function returns -1." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:93 +#: ../src/guestfs-actions.pod:99 msgid "(Added in 1.7.4)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:95 +#: ../src/guestfs-actions.pod:101 msgid "guestfs_add_domain_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:97 +#: ../src/guestfs-actions.pod:103 #, no-wrap msgid "" " int\n" @@ -5988,24 +6465,28 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:102 +#: ../src/guestfs-actions.pod:108 msgid "This is the \"va_list variant\" of L." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115 -#: ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219 -#: ../src/guestfs-actions.pod:4488 ../src/guestfs-actions.pod:4500 +#: ../src/guestfs-actions.pod:110 ../src/guestfs-actions.pod:121 +#: ../src/guestfs-actions.pod:214 ../src/guestfs-actions.pod:225 +#: ../src/guestfs-actions.pod:871 ../src/guestfs-actions.pod:882 +#: ../src/guestfs-actions.pod:2908 ../src/guestfs-actions.pod:2920 +#: ../src/guestfs-actions.pod:4705 ../src/guestfs-actions.pod:4717 +#: ../src/guestfs-actions.pod:4987 ../src/guestfs-actions.pod:4999 +#: ../src/guestfs-actions.pod:5225 ../src/guestfs-actions.pod:5236 msgid "See L." -msgstr "" +msgstr "Див. L." #. type: =head2 -#: ../src/guestfs-actions.pod:106 +#: ../src/guestfs-actions.pod:112 msgid "guestfs_add_domain_argv" -msgstr "" +msgstr "guestfs_add_domain_argv" #. type: verbatim -#: ../src/guestfs-actions.pod:108 +#: ../src/guestfs-actions.pod:114 #, no-wrap msgid "" " int\n" @@ -6016,17 +6497,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:113 +#: ../src/guestfs-actions.pod:119 msgid "This is the \"argv variant\" of L." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:117 +#: ../src/guestfs-actions.pod:123 msgid "guestfs_add_drive" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:119 +#: ../src/guestfs-actions.pod:125 #, no-wrap msgid "" " int\n" @@ -6036,15 +6517,15 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:123 +#: ../src/guestfs-actions.pod:129 msgid "" -"This function is the equivalent of calling C with no " -"optional parameters, so the disk is added writable, with the format being " +"This function is the equivalent of calling C with no" +" optional parameters, so the disk is added writable, with the format being " "detected automatically." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:127 +#: ../src/guestfs-actions.pod:133 msgid "" "Automatic detection of the format opens you up to a potential security hole " "when dealing with untrusted raw-format images. See CVE-2010-3851 and " @@ -6054,12 +6535,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:138 +#: ../src/guestfs-actions.pod:144 msgid "guestfs_add_drive_opts" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:140 +#: ../src/guestfs-actions.pod:146 #, no-wrap msgid "" " int\n" @@ -6070,7 +6551,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:150 +#: ../src/guestfs-actions.pod:156 #, no-wrap msgid "" " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n" @@ -6080,7 +6561,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97 +#: ../src/guestfs-actions.pod:160 ../fish/guestfish-actions.pod:102 msgid "" "This function adds a virtual machine disk image C to libguestfs. " "The first time you call this function, the disk appears as C, the " @@ -6088,32 +6569,32 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102 +#: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:107 msgid "" "You don't necessarily need to be root when using libguestfs. However you " -"obviously do need sufficient permissions to access the filename for whatever " -"operations you want to perform (ie. read access if you just want to read the " -"image or write access if you want to modify the image)." +"obviously do need sufficient permissions to access the filename for whatever" +" operations you want to perform (ie. read access if you just want to read " +"the image or write access if you want to modify the image)." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108 +#: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:113 msgid "This call checks that C exists." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4446 -#: ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3011 +#: ../src/guestfs-actions.pod:173 ../src/guestfs-actions.pod:4653 +#: ../fish/guestfish-actions.pod:115 ../fish/guestfish-actions.pod:3096 msgid "The optional arguments are:" msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114 +#: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:119 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116 +#: ../src/guestfs-actions.pod:179 ../fish/guestfish-actions.pod:121 msgid "" "If true then the image is treated as read-only. Writes are still allowed, " "but they are stored in a temporary snapshot overlay which is discarded at " @@ -6121,20 +6602,20 @@ msgid "" msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120 +#: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:125 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs-actions.pod:179 +#: ../src/guestfs-actions.pod:185 msgid "" -"This forces the image format. If you omit this (or use C " -"or C) then the format is automatically detected. " +"This forces the image format. If you omit this (or use C" +" or C) then the format is automatically detected. " "Possible formats include C and C." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126 +#: ../src/guestfs-actions.pod:189 ../fish/guestfish-actions.pod:131 msgid "" "Automatic detection of the format opens you up to a potential security hole " "when dealing with untrusted raw-format images. See CVE-2010-3851 and " @@ -6142,29 +6623,29 @@ msgid "" msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131 +#: ../src/guestfs-actions.pod:194 ../fish/guestfish-actions.pod:136 msgid "C" msgstr "C" #. type: textblock -#: ../src/guestfs-actions.pod:190 +#: ../src/guestfs-actions.pod:196 msgid "" "This rarely-used option lets you emulate the behaviour of the deprecated " "C call (q.v.)" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:197 +#: ../src/guestfs-actions.pod:203 msgid "(Added in 1.5.23)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:199 +#: ../src/guestfs-actions.pod:205 msgid "guestfs_add_drive_opts_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:201 +#: ../src/guestfs-actions.pod:207 #, no-wrap msgid "" " int\n" @@ -6175,17 +6656,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:206 +#: ../src/guestfs-actions.pod:212 msgid "This is the \"va_list variant\" of L." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:210 +#: ../src/guestfs-actions.pod:216 msgid "guestfs_add_drive_opts_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:212 +#: ../src/guestfs-actions.pod:218 #, no-wrap msgid "" " int\n" @@ -6196,17 +6677,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:217 +#: ../src/guestfs-actions.pod:223 msgid "This is the \"argv variant\" of L." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:221 +#: ../src/guestfs-actions.pod:227 msgid "guestfs_add_drive_ro" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:223 +#: ../src/guestfs-actions.pod:229 #, no-wrap msgid "" " int\n" @@ -6216,7 +6697,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:227 +#: ../src/guestfs-actions.pod:233 msgid "" "This function is the equivalent of calling C with " "the optional parameter C set to 1, so the " @@ -6224,17 +6705,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:234 +#: ../src/guestfs-actions.pod:240 msgid "(Added in 1.0.38)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:236 +#: ../src/guestfs-actions.pod:242 msgid "guestfs_add_drive_ro_with_if" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:238 +#: ../src/guestfs-actions.pod:244 #, no-wrap msgid "" " int\n" @@ -6245,25 +6726,25 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:243 +#: ../src/guestfs-actions.pod:249 msgid "" -"This is the same as C but it allows you to specify the " -"QEMU interface emulation to use at run time." +"This is the same as C but it allows you to specify the" +" QEMU interface emulation to use at run time." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 -#: ../src/guestfs-actions.pod:2356 +#: ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:282 +#: ../src/guestfs-actions.pod:2429 msgid "(Added in 1.0.84)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:257 +#: ../src/guestfs-actions.pod:263 msgid "guestfs_add_drive_with_if" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:259 +#: ../src/guestfs-actions.pod:265 #, no-wrap msgid "" " int\n" @@ -6274,19 +6755,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:264 +#: ../src/guestfs-actions.pod:270 msgid "" "This is the same as C but it allows you to specify the " "QEMU interface emulation to use at run time." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:278 +#: ../src/guestfs-actions.pod:284 msgid "guestfs_aug_clear" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:280 +#: ../src/guestfs-actions.pod:286 #, no-wrap msgid "" " int\n" @@ -6296,24 +6777,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183 +#: ../src/guestfs-actions.pod:290 ../fish/guestfish-actions.pod:188 msgid "" "Set the value associated with C to C. This is the same as the " "L C command." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106 +#: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:2179 msgid "(Added in 1.3.4)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:291 +#: ../src/guestfs-actions.pod:297 msgid "guestfs_aug_close" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:293 +#: ../src/guestfs-actions.pod:299 #, no-wrap msgid "" " int\n" @@ -6322,31 +6803,31 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:296 +#: ../src/guestfs-actions.pod:302 msgid "" -"Close the current Augeas handle and free up any resources used by it. After " -"calling this, you have to call C again before you can use " -"any other Augeas functions." +"Close the current Augeas handle and free up any resources used by it. After" +" calling this, you have to call C again before you can use" +" any other Augeas functions." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328 -#: ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 -#: ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438 -#: ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483 -#: ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511 -#: ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543 -#: ../src/guestfs-actions.pod:5472 +#: ../src/guestfs-actions.pod:309 ../src/guestfs-actions.pod:334 +#: ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:366 +#: ../src/guestfs-actions.pod:424 ../src/guestfs-actions.pod:444 +#: ../src/guestfs-actions.pod:458 ../src/guestfs-actions.pod:489 +#: ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517 +#: ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:549 +#: ../src/guestfs-actions.pod:5838 msgid "(Added in 0.7)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:305 +#: ../src/guestfs-actions.pod:311 msgid "guestfs_aug_defnode" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:307 +#: ../src/guestfs-actions.pod:313 #, no-wrap msgid "" " struct guestfs_int_bool *\n" @@ -6358,13 +6839,13 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199 +#: ../src/guestfs-actions.pod:319 ../fish/guestfish-actions.pod:204 msgid "" "Defines a variable C whose value is the result of evaluating C." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:316 +#: ../src/guestfs-actions.pod:322 msgid "" "If C evaluates to an empty nodeset, a node is created, equivalent to " "calling C C, C. C will be the nodeset " @@ -6372,26 +6853,26 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206 +#: ../src/guestfs-actions.pod:326 ../fish/guestfish-actions.pod:211 msgid "" "On success this returns a pair containing the number of nodes in the " "nodeset, and a boolean flag if a node was created." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:324 +#: ../src/guestfs-actions.pod:330 msgid "" "This function returns a C, or NULL if there was " "an error. I after use>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:330 +#: ../src/guestfs-actions.pod:336 msgid "guestfs_aug_defvar" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:332 +#: ../src/guestfs-actions.pod:338 #, no-wrap msgid "" " int\n" @@ -6402,26 +6883,26 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214 +#: ../src/guestfs-actions.pod:343 ../fish/guestfish-actions.pod:219 msgid "" "Defines an Augeas variable C whose value is the result of evaluating " "C. If C is NULL, then C is undefined." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218 +#: ../src/guestfs-actions.pod:347 ../fish/guestfish-actions.pod:223 msgid "" "On success this returns the number of nodes in C, or C<0> if C " "evaluates to something which is not a nodeset." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:348 +#: ../src/guestfs-actions.pod:354 msgid "guestfs_aug_get" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:350 +#: ../src/guestfs-actions.pod:356 #, no-wrap msgid "" " char *\n" @@ -6431,49 +6912,49 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225 +#: ../src/guestfs-actions.pod:360 ../fish/guestfish-actions.pod:230 msgid "" "Look up the value associated with C. If C matches exactly one " "node, the C is returned." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857 -#: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935 -#: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054 -#: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201 -#: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354 -#: ../src/guestfs-actions.pod:1545 ../src/guestfs-actions.pod:1657 -#: ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837 -#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1938 -#: ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2129 -#: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2528 -#: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2724 -#: ../src/guestfs-actions.pod:2744 ../src/guestfs-actions.pod:2864 -#: ../src/guestfs-actions.pod:2895 ../src/guestfs-actions.pod:2919 -#: ../src/guestfs-actions.pod:2956 ../src/guestfs-actions.pod:3016 -#: ../src/guestfs-actions.pod:3039 ../src/guestfs-actions.pod:3060 -#: ../src/guestfs-actions.pod:3632 ../src/guestfs-actions.pod:3982 -#: ../src/guestfs-actions.pod:4152 ../src/guestfs-actions.pod:4262 -#: ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5200 -#: ../src/guestfs-actions.pod:5370 ../src/guestfs-actions.pod:5548 -#: ../src/guestfs-actions.pod:5597 ../src/guestfs-actions.pod:6209 -#: ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6242 -#: ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6940 -#: ../src/guestfs-actions.pod:6959 ../src/guestfs-actions.pod:6977 -#: ../src/guestfs-actions.pod:7157 ../src/guestfs-actions.pod:7429 +#: ../src/guestfs-actions.pod:363 ../src/guestfs-actions.pod:922 +#: ../src/guestfs-actions.pod:940 ../src/guestfs-actions.pod:1000 +#: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1119 +#: ../src/guestfs-actions.pod:1249 ../src/guestfs-actions.pod:1266 +#: ../src/guestfs-actions.pod:1285 ../src/guestfs-actions.pod:1419 +#: ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1719 +#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:1899 +#: ../src/guestfs-actions.pod:1966 ../src/guestfs-actions.pod:2002 +#: ../src/guestfs-actions.pod:2023 ../src/guestfs-actions.pod:2202 +#: ../src/guestfs-actions.pod:2394 ../src/guestfs-actions.pod:2598 +#: ../src/guestfs-actions.pod:2688 ../src/guestfs-actions.pod:2792 +#: ../src/guestfs-actions.pod:2811 ../src/guestfs-actions.pod:3025 +#: ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3074 +#: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:3167 +#: ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:3207 +#: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:4187 +#: ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4467 +#: ../src/guestfs-actions.pod:5373 ../src/guestfs-actions.pod:5566 +#: ../src/guestfs-actions.pod:5736 ../src/guestfs-actions.pod:5914 +#: ../src/guestfs-actions.pod:5963 ../src/guestfs-actions.pod:6617 +#: ../src/guestfs-actions.pod:6633 ../src/guestfs-actions.pod:6650 +#: ../src/guestfs-actions.pod:6681 ../src/guestfs-actions.pod:7355 +#: ../src/guestfs-actions.pod:7374 ../src/guestfs-actions.pod:7392 +#: ../src/guestfs-actions.pod:7566 ../src/guestfs-actions.pod:7866 msgid "" "This function returns a string, or NULL on error. I." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:362 +#: ../src/guestfs-actions.pod:368 msgid "guestfs_aug_init" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:364 +#: ../src/guestfs-actions.pod:370 #, no-wrap msgid "" " int\n" @@ -6484,7 +6965,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232 +#: ../src/guestfs-actions.pod:375 ../fish/guestfish-actions.pod:237 msgid "" "Create a new Augeas handle for editing configuration files. If there was " "any previous Augeas handle associated with this guestfs session, then it is " @@ -6492,102 +6973,102 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:373 +#: ../src/guestfs-actions.pod:379 msgid "You must call this before using any other C commands." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239 +#: ../src/guestfs-actions.pod:382 ../fish/guestfish-actions.pod:244 msgid "" "C is the filesystem root. C must not be NULL, use C instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242 +#: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:247 msgid "" "The flags are the same as the flags defined in Eaugeas.hE, the " "logical I of the following integers:" msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248 +#: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:253 msgid "C = 1" msgstr "C = 1" #. type: textblock -#: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250 +#: ../src/guestfs-actions.pod:393 ../fish/guestfish-actions.pod:255 msgid "Keep the original file with a C<.augsave> extension." msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252 +#: ../src/guestfs-actions.pod:395 ../fish/guestfish-actions.pod:257 msgid "C = 2" msgstr "C = 2" #. type: textblock -#: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254 +#: ../src/guestfs-actions.pod:397 ../fish/guestfish-actions.pod:259 msgid "" "Save changes into a file with extension C<.augnew>, and do not overwrite " "original. Overrides C." msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257 +#: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:262 msgid "C = 4" msgstr "C = 4" #. type: textblock -#: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259 +#: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:264 msgid "Typecheck lenses (can be expensive)." msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261 +#: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:266 msgid "C = 8" msgstr "C = 8" #. type: textblock -#: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263 +#: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:268 msgid "Do not use standard load path for modules." msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265 +#: ../src/guestfs-actions.pod:408 ../fish/guestfish-actions.pod:270 msgid "C = 16" msgstr "C = 16" #. type: textblock -#: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267 +#: ../src/guestfs-actions.pod:410 ../fish/guestfish-actions.pod:272 msgid "Make save a no-op, just record what would have been changed." msgstr "" #. type: =item -#: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269 +#: ../src/guestfs-actions.pod:412 ../fish/guestfish-actions.pod:274 msgid "C = 32" msgstr "C = 32" #. type: textblock -#: ../src/guestfs-actions.pod:408 +#: ../src/guestfs-actions.pod:414 msgid "Do not load the tree in C." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:412 +#: ../src/guestfs-actions.pod:418 msgid "To close the handle, you can call C." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277 +#: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:282 msgid "To find out more about Augeas, see L." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:420 +#: ../src/guestfs-actions.pod:426 msgid "guestfs_aug_insert" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:422 +#: ../src/guestfs-actions.pod:428 #, no-wrap msgid "" " int\n" @@ -6599,26 +7080,26 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283 +#: ../src/guestfs-actions.pod:434 ../fish/guestfish-actions.pod:288 msgid "" -"Create a new sibling C