diff --git a/docs/api_reference/classes/dispatcher.rst b/docs/api_reference/classes/dispatcher.rst index 6afb3b8..0a7027c 100644 --- a/docs/api_reference/classes/dispatcher.rst +++ b/docs/api_reference/classes/dispatcher.rst @@ -21,15 +21,14 @@ Every dispatcher class request contains several parameters: | namespace | rpc | | | | | | +---------------+------------+--------------------------------------+ -| action | | Actions include "list" and "kill". | -| | | | +| action | | Actions include "list", "kill", and | +| | | "run". | +---------------+------------+--------------------------------------+ The rest of this section provides examples of the available *actions* for each type of request, along with their responses. .. index:: list, dispatcher - .. _List Processes: List Processes @@ -131,4 +130,52 @@ running jobs within the dispatcher system. "id": "fooid", "name": "response", "namespace": "rpc" - } \ No newline at end of file + } + +.. index:: run, dispatcher +.. _Run Processes: + +Run Process(es) +=============== + +The "run" action allows a user with full access to create new jobs +within the dispatcher system. + +**REST Request** + +:: + + PUT /rpc/dispatcher + { + "action" : "run", + "job_id" : "", + "multi_job_id" : ["", "", ""] + } + +**WebSocket Request** + +.. code-block:: json + + { + "args" : { + "action" : "run", + "job_id" : "", + "multi_job_id" : ["", "", ""] + }, + "namespace" : "rpc", + "name" : "dispatcher", + "id" : "fooid" + } + +**Response** + +.. code-block:: json + + { + "args": { + "started": ["job_id", "multi-job_id"] + }, + "id": "fooid", + "name": "response", + "namespace": "rpc" + } diff --git a/docs/api_reference/getstarted.rst b/docs/api_reference/getstarted.rst index ec73b35..9df8af0 100644 --- a/docs/api_reference/getstarted.rst +++ b/docs/api_reference/getstarted.rst @@ -14,6 +14,13 @@ JSON (JavaScript Object Notation) format. For detailed descriptions of these items, please refer to their respective websites at http://www.websocket.org and http://json.org/. +The |sysadm| API Reference Guide is freely available for sharing and +redistribution under the terms of the +`Creative Commons Attribution License `_. +This means you have permission to copy, distribute, translate, and adapt +the work as long as you attribute the |lumina| Project as the original +source of the Handbook. + .. _Authentication: Authentication diff --git a/docs/api_reference/themes/trueos_style/static/css/trueos_style.css b/docs/api_reference/themes/trueos_style/static/css/trueos_style.css index f972c01..62b2787 100644 --- a/docs/api_reference/themes/trueos_style/static/css/trueos_style.css +++ b/docs/api_reference/themes/trueos_style/static/css/trueos_style.css @@ -2185,20 +2185,20 @@ p { margin-bottom: 24px } h1 { - font-size: 100% + font-size: 2em } -h2, -.rst-content p.caption { - font-size: 100% +h2 { + font-size: 1.75em } h3 { - font-size: 100% + font-size: 1.5em } -h4 { - font-size: 100% +h4, +.rst-content p.caption { + font-size: 1.25em } h5 { - font-size: 110% + font-size: 1.1em } h6 { font-size: 100% @@ -2890,6 +2890,25 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730000', end padding: 4px 6px; margin-bottom: 0.809em } +#wy-menu\ rst-imagebox2 { + margin-top: 15px; + margin-left: 20px; + margin-right: 20px; + border: 3px solid gray; + border-radius: 8px; + background: gray; + font-size: 75%; + margin-left: auto; + margin-right: auto; + } + + +#wy-menu\ rst-imagebox2 > a:nth-child(4) > img:nth-child(1) { + width: 75%; + margin: 0 auto; + display: block; +} + .wy-side-nav-search>a:hover, .wy-side-nav-search .wy-dropdown>a:hover { background: rgba(255,255,255,0.1) none repeat scroll 0 0; @@ -3682,10 +3701,9 @@ span[id*='MathJax-Span'] { .wy-nav-side, div.related { background: #28343b; -background: -moz-linear-gradient(top, #28343b 0%, #28343b 100%); -background: -webkit-linear-gradient(top, #28343b 0%,#28343b 100%); -background: linear-gradient(to bottom, #28343b 0%,#28343b 100%); -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#28343b',GradientType=0 ); + /*background-image:url("../transparentfireball.png"); + background-position: center center; + background-repeat: no-repeat;*/ } code.kbd, code.file, diff --git a/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css b/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css index f972c01..62b2787 100644 --- a/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css +++ b/docs/client_handbook/_static/trueos_style/static/css/trueos_style.css @@ -2185,20 +2185,20 @@ p { margin-bottom: 24px } h1 { - font-size: 100% + font-size: 2em } -h2, -.rst-content p.caption { - font-size: 100% +h2 { + font-size: 1.75em } h3 { - font-size: 100% + font-size: 1.5em } -h4 { - font-size: 100% +h4, +.rst-content p.caption { + font-size: 1.25em } h5 { - font-size: 110% + font-size: 1.1em } h6 { font-size: 100% @@ -2890,6 +2890,25 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730000', end padding: 4px 6px; margin-bottom: 0.809em } +#wy-menu\ rst-imagebox2 { + margin-top: 15px; + margin-left: 20px; + margin-right: 20px; + border: 3px solid gray; + border-radius: 8px; + background: gray; + font-size: 75%; + margin-left: auto; + margin-right: auto; + } + + +#wy-menu\ rst-imagebox2 > a:nth-child(4) > img:nth-child(1) { + width: 75%; + margin: 0 auto; + display: block; +} + .wy-side-nav-search>a:hover, .wy-side-nav-search .wy-dropdown>a:hover { background: rgba(255,255,255,0.1) none repeat scroll 0 0; @@ -3682,10 +3701,9 @@ span[id*='MathJax-Span'] { .wy-nav-side, div.related { background: #28343b; -background: -moz-linear-gradient(top, #28343b 0%, #28343b 100%); -background: -webkit-linear-gradient(top, #28343b 0%,#28343b 100%); -background: linear-gradient(to bottom, #28343b 0%,#28343b 100%); -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#28343b',GradientType=0 ); + /*background-image:url("../transparentfireball.png"); + background-position: center center; + background-repeat: no-repeat;*/ } code.kbd, code.file, diff --git a/docs/client_handbook/images/update4a.png b/docs/client_handbook/images/update4a.png new file mode 100644 index 0000000..84b9818 Binary files /dev/null and b/docs/client_handbook/images/update4a.png differ diff --git a/docs/client_handbook/images/upgrade1b.png b/docs/client_handbook/images/upgrade1b.png new file mode 100644 index 0000000..a2d7cda Binary files /dev/null and b/docs/client_handbook/images/upgrade1b.png differ diff --git a/docs/client_handbook/index.rst b/docs/client_handbook/index.rst index b3bca8b..e09c71c 100644 --- a/docs/client_handbook/index.rst +++ b/docs/client_handbook/index.rst @@ -15,3 +15,9 @@ Indices and tables * :ref:`modindex` * :ref:`search` +The |sysadm| Client Handbook is freely available for sharing and +redistribution under the terms of the +`Creative Commons Attribution License `_. +This means you have permission to copy, distribute, translate, and adapt +the work as long as you attribute the |lumina| Project as the original +source of the Handbook. \ No newline at end of file diff --git a/docs/client_handbook/po/ar/LC_MESSAGES/index.po b/docs/client_handbook/po/ar/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/ar/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/ar/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/ar/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/ar/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/ar/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/ar/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/bg/LC_MESSAGES/index.po b/docs/client_handbook/po/bg/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/bg/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/bg/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/bg/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/bg/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/bg/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/bg/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/da/LC_MESSAGES/index.po b/docs/client_handbook/po/da/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/da/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/da/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/da/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/da/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/da/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/da/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/de/LC_MESSAGES/index.po b/docs/client_handbook/po/de/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/de/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/de/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/de/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/de/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/de/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/de/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/es/LC_MESSAGES/index.po b/docs/client_handbook/po/es/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/es/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/es/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/es/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/es/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/es/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/es/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/fr/LC_MESSAGES/index.po b/docs/client_handbook/po/fr/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/fr/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/fr/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/fr/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/fr/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/fr/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/fr/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/id/LC_MESSAGES/index.po b/docs/client_handbook/po/id/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/id/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/id/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/id/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/id/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/id/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/id/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/it/LC_MESSAGES/index.po b/docs/client_handbook/po/it/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/it/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/it/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/it/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/it/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/it/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/it/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/pt_BR/LC_MESSAGES/index.po b/docs/client_handbook/po/pt_BR/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/pt_BR/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/pt_BR/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/pt_BR/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/pt_BR/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/pt_BR/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/pt_BR/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/tr/LC_MESSAGES/index.po b/docs/client_handbook/po/tr/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/tr/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/tr/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/tr/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/tr/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/tr/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/tr/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/uk/LC_MESSAGES/index.po b/docs/client_handbook/po/uk/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/uk/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/uk/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/uk/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/uk/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/uk/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/uk/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/zh_CN/LC_MESSAGES/index.po b/docs/client_handbook/po/zh_CN/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/zh_CN/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/zh_CN/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/zh_CN/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/zh_CN/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/zh_CN/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/zh_CN/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/po/zh_HK/LC_MESSAGES/index.po b/docs/client_handbook/po/zh_HK/LC_MESSAGES/index.po index 29a8d7d..56c1e09 100644 --- a/docs/client_handbook/po/zh_HK/LC_MESSAGES/index.po +++ b/docs/client_handbook/po/zh_HK/LC_MESSAGES/index.po @@ -34,3 +34,12 @@ msgstr "" #: ../../index.rst:25 msgid ":ref:`search`" msgstr "" + +#: ../../index.rst:27 +msgid "" +"The |sysadm| Client Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." +msgstr "" diff --git a/docs/client_handbook/po/zh_HK/LC_MESSAGES/sysadmclient.po b/docs/client_handbook/po/zh_HK/LC_MESSAGES/sysadmclient.po index e00b310..d2d6877 100644 --- a/docs/client_handbook/po/zh_HK/LC_MESSAGES/sysadmclient.po +++ b/docs/client_handbook/po/zh_HK/LC_MESSAGES/sysadmclient.po @@ -482,7 +482,7 @@ msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1309 +#: ../../sysadmclient.rst:1351 msgid "Settings Tab" msgstr "" @@ -490,59 +490,19 @@ msgstr "" msgid "This tab contains several configurable options:" msgstr "" -#: ../../sysadmclient.rst:399 -msgid "" -"**Max Boot Environments:** |trueos| automatically creates a boot environment" -" before updating any software, the operating system, or applying a system " -"update. Once the configured maximum number of boot environments is reached, " -"|trueos| will automatically prune (delete) the oldest automatically created " -"boot environment. However, it will not delete any boot environments created " -"manually using :ref:`Boot Environment Manager`. The default number of boot " -"environments is *5*, with an allowable range from *1* to *10*." -msgstr "" - -#: ../../sysadmclient.rst:426 +#: ../../sysadmclient.rst:443 msgid "Upgrading from |pcbsd| 10.x to |trueos|" msgstr "" -#: ../../sysadmclient.rst:464 -msgid "" -"To upgrade, select the existing pool to install into and press " -":guilabel:`OK`." -msgstr "" - -#: ../../sysadmclient.rst:467 -msgid "" -"If you instead press :guilabel:`Cancel`, the installation will continue as " -"usual and reformat the disks, destroying any existing data." -msgstr "" - -#: ../../sysadmclient.rst:471 -msgid "" -"If you press :guilabel:`OK` to proceed with an installation into a new boot " -"environment, the installer will skip the \"Disk Selection\" screen and " -"instead show a summary, seen in :numref:`Figure %s `." -msgstr "" - -#: ../../sysadmclient.rst:482 -msgid "" -"Press :guilabel:`Next` to start the installation. Once the installation is " -"complete, reboot the system and remove the installation media. The post-" -"installation screens will run as described in the `Post Installation " -"Configuration and Installation Troubleshooting " -"`_ section of the |trueos|" -" Handbook so you can configure the new installation." -msgstr "" - -#: ../../sysadmclient.rst:501 +#: ../../sysadmclient.rst:514 msgid "Manage SSL Keys" msgstr "" -#: ../../sysadmclient.rst:507 +#: ../../sysadmclient.rst:520 msgid "Boot Environment Manager" msgstr "" -#: ../../sysadmclient.rst:509 +#: ../../sysadmclient.rst:522 msgid "" "|trueos| supports a feature of ZFS known as multiple boot environments " "(BEs). With multiple boot environments, the process of updating software " @@ -551,32 +511,19 @@ msgid "" "environment. Other examples of using boot environments include:" msgstr "" -#: ../../sysadmclient.rst:515 -msgid "" -"When making software changes, you can take a snapshot of that boot " -"environment at any stage during the modifications." -msgstr "" - -#: ../../sysadmclient.rst:518 -msgid "" -"Save multiple boot environments on your system and perform various updates " -"on each of them as needed. Install, test, and update different software " -"packages on each." -msgstr "" - -#: ../../sysadmclient.rst:522 +#: ../../sysadmclient.rst:535 msgid "" "Mount a boot environment in order to :command:`chroot` into the mount point " "and update specific packages on the mounted environment." msgstr "" -#: ../../sysadmclient.rst:525 +#: ../../sysadmclient.rst:538 msgid "" "Move a boot environment to another machine, physical or virtual, in order to" " check hardware support." msgstr "" -#: ../../sysadmclient.rst:538 +#: ../../sysadmclient.rst:551 msgid "" "To ensure the files the operating system needs are included when the system " "boots, all boot environments on a |trueos| system include :file:`/usr`, " @@ -586,7 +533,7 @@ msgid "" "regardless of which boot environment is selected at system boot." msgstr "" -#: ../../sysadmclient.rst:546 +#: ../../sysadmclient.rst:559 msgid "" "To view, manage, and create boot environments using the |sysadm| graphical " "client, go to :menuselection:`System Management --> Boot Environment " @@ -594,22 +541,22 @@ msgid "" "entry named *initial* that represents the original |trueos| installation." msgstr "" -#: ../../sysadmclient.rst:558 +#: ../../sysadmclient.rst:571 msgid "Each entry contains the same information:" msgstr "" -#: ../../sysadmclient.rst:560 +#: ../../sysadmclient.rst:573 msgid "" "**Name:** The name of the boot entry as it will appear in the boot menu." msgstr "" -#: ../../sysadmclient.rst:563 +#: ../../sysadmclient.rst:576 msgid "" "**Nickname:** A description, which can be different from the " ":guilabel:`Name`." msgstr "" -#: ../../sysadmclient.rst:566 +#: ../../sysadmclient.rst:579 msgid "" "**Active:** The possible values of this field are :guilabel:`R` (active on " "reboot), :guilabel:`N` (active now), or :guilabel:`-` (inactive). In this " @@ -617,25 +564,25 @@ msgid "" ":guilabel:`initial` on the next boot." msgstr "" -#: ../../sysadmclient.rst:572 +#: ../../sysadmclient.rst:585 msgid "**Space:** The size of the boot environment." msgstr "" -#: ../../sysadmclient.rst:574 +#: ../../sysadmclient.rst:587 msgid "" "**Mountpoint:** Indicates whether or not the BE is mounted, and if so, " "where." msgstr "" -#: ../../sysadmclient.rst:577 +#: ../../sysadmclient.rst:590 msgid "**Date:** The date and time the BE was created." msgstr "" -#: ../../sysadmclient.rst:579 +#: ../../sysadmclient.rst:592 msgid "From left to right, the buttons on the top bar are used to:" msgstr "" -#: ../../sysadmclient.rst:581 +#: ../../sysadmclient.rst:594 msgid "" "**Create BE:** Creates a new boot environment. Do this before making any " "changes to the system that may impact on your current boot environment. You " @@ -644,170 +591,170 @@ msgid "" "the list of boot environments." msgstr "" -#: ../../sysadmclient.rst:587 +#: ../../sysadmclient.rst:600 msgid "**Clone BE:** Creates a copy of the highlighted boot environment." msgstr "" -#: ../../sysadmclient.rst:589 +#: ../../sysadmclient.rst:602 msgid "" "**Delete BE:** Deletes the highlighted boot environment. You can not delete " "the boot environment which is marked as *N* or as *R* in the " ":guilabel:`Active` column." msgstr "" -#: ../../sysadmclient.rst:593 +#: ../../sysadmclient.rst:606 msgid "" "**Rename BE:** Renames the highlighted boot environment. The name will " "appear in the boot menu when the system boots. You cannot rename the BE " "which is currently booted." msgstr "" -#: ../../sysadmclient.rst:597 +#: ../../sysadmclient.rst:610 msgid "" "**Mount BE:** Mounts the highlighted BE in :file:`/tmp` so its contents are " "browseable. Note this setting only applies to inactive BEs." msgstr "" -#: ../../sysadmclient.rst:600 +#: ../../sysadmclient.rst:613 msgid "**Unmount BE:** Unmounts the previously mounted BE." msgstr "" -#: ../../sysadmclient.rst:602 +#: ../../sysadmclient.rst:615 msgid "" "**Activate BE:** Notifies the system to boot into the highlighted boot " "environment next system boot. This will change the :guilabel:`Active` column" " to *R*." msgstr "" -#: ../../sysadmclient.rst:635 +#: ../../sysadmclient.rst:648 msgid "Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:690 +#: ../../sysadmclient.rst:703 msgid "Service Manager" msgstr "" -#: ../../sysadmclient.rst:692 +#: ../../sysadmclient.rst:705 msgid "" "The Service Manager offers a view of all the system's installed services, as" " seen in :numref:`Figure %s `. There are also several options to " "configure these services." msgstr "" -#: ../../sysadmclient.rst:702 +#: ../../sysadmclient.rst:715 msgid "Services are listed in a chart with four columns:" msgstr "" -#: ../../sysadmclient.rst:704 +#: ../../sysadmclient.rst:717 msgid "" "**Name:** The name of the service. All services are listed alphabetically by" " name." msgstr "" -#: ../../sysadmclient.rst:707 +#: ../../sysadmclient.rst:720 msgid "" "**Running:** Indicates if the service is active. \"True\" means the service " "is running, \"false\" means it is not." msgstr "" -#: ../../sysadmclient.rst:710 +#: ../../sysadmclient.rst:723 msgid "" "**Start on Boot:** Shows with \"true\" or \"false\" if the service will be " "automatically activated when the system is initialized." msgstr "" -#: ../../sysadmclient.rst:713 +#: ../../sysadmclient.rst:726 msgid "**Description:** If available, displays text describing the server." msgstr "" -#: ../../sysadmclient.rst:715 +#: ../../sysadmclient.rst:728 msgid "Underneath the chart is a row with multiple buttons:" msgstr "" -#: ../../sysadmclient.rst:717 +#: ../../sysadmclient.rst:730 msgid "**Play Icon:** Starts the selected service." msgstr "" -#: ../../sysadmclient.rst:719 +#: ../../sysadmclient.rst:732 msgid "**Pause Icon:** Stops the selected service." msgstr "" -#: ../../sysadmclient.rst:721 +#: ../../sysadmclient.rst:734 msgid "**Reload Icon:** Restarts the selected service." msgstr "" -#: ../../sysadmclient.rst:723 +#: ../../sysadmclient.rst:736 msgid "**Power On Icon:** Enables the service to automatically start on boot." msgstr "" -#: ../../sysadmclient.rst:725 +#: ../../sysadmclient.rst:738 msgid "**Power Off Icon:** Disables the service from starting on boot." msgstr "" -#: ../../sysadmclient.rst:727 +#: ../../sysadmclient.rst:740 msgid "" "Hovering over any of these icons will display a helpful description across " "the bottom of the window." msgstr "" -#: ../../sysadmclient.rst:734 +#: ../../sysadmclient.rst:747 msgid "Task Manager" msgstr "" -#: ../../sysadmclient.rst:736 +#: ../../sysadmclient.rst:749 msgid "" "Task Manager provides a graphical view of memory use, per-CPU use and a " "listing of currently running applications. An example is shown in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:746 +#: ../../sysadmclient.rst:759 msgid "" "The \"Running Programs:\" section provides a graphical front-end to `top(1) " "`_." msgstr "" -#: ../../sysadmclient.rst:749 +#: ../../sysadmclient.rst:762 msgid "" "The :guilabel:`Kill Selected Process` button can be used to terminate the " "selected process." msgstr "" -#: ../../sysadmclient.rst:756 +#: ../../sysadmclient.rst:769 msgid "User Manager" msgstr "" -#: ../../sysadmclient.rst:758 +#: ../../sysadmclient.rst:771 msgid "" "The |trueos| User Manager utility allows you to easily add, configure, and " "delete users and groups. To access this utility in |sysadm|, click " ":menuselection:`System Management --> User Manager`." msgstr "" -#: ../../sysadmclient.rst:762 +#: ../../sysadmclient.rst:775 msgid "" "In the example shown in :numref:`Figure %s `, the system has one user" " account that was created in the \"Create a User\" screen during " "installation." msgstr "" -#: ../../sysadmclient.rst:772 +#: ../../sysadmclient.rst:785 msgid "The :guilabel:`Standard` view allows you to configure the following:" msgstr "" -#: ../../sysadmclient.rst:774 +#: ../../sysadmclient.rst:787 msgid "" "**User Name:** The name the user will use when they log in to the system. It" " is case sensitive and can not contain any spaces." msgstr "" -#: ../../sysadmclient.rst:777 +#: ../../sysadmclient.rst:790 msgid "" "**Full Name:** This field provides a description of the account and can " "contain spaces." msgstr "" -#: ../../sysadmclient.rst:780 +#: ../../sysadmclient.rst:793 msgid "" "**Password:** This is where you can change the password for the user. The " "password is case-sensitive and can contain symbols. If you want to display " @@ -815,38 +762,38 @@ msgid "" "icon again to show dots in place of the actual password." msgstr "" -#: ../../sysadmclient.rst:786 +#: ../../sysadmclient.rst:799 msgid "" "**UID:** This value is greyed out as it is assigned by the operating system " "and cannot be changed after the user is created." msgstr "" -#: ../../sysadmclient.rst:789 +#: ../../sysadmclient.rst:802 msgid "" "**Home Dir Path:** If you change the user's home directory, input the full " "path." msgstr "" -#: ../../sysadmclient.rst:792 +#: ../../sysadmclient.rst:805 msgid "" "**Shell Path:** If you change the user's default shell, input the full path " "to an installed shell. The paths for each installed shell can be found in " ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:796 +#: ../../sysadmclient.rst:809 msgid "" "If you make any changes to a user's \"Details\", click the :guilabel:`Save` " "button to save them." msgstr "" -#: ../../sysadmclient.rst:799 +#: ../../sysadmclient.rst:812 msgid "" ":numref:`Figure %s ` demonstrates how this screen changes when " "clicking :guilabel:`New User`." msgstr "" -#: ../../sysadmclient.rst:808 +#: ../../sysadmclient.rst:821 msgid "" "Fields outlined in red are required when creating a user. The " ":guilabel:`User Name`, :guilabel:`Full Name`, and :guilabel:`Password` " @@ -854,7 +801,7 @@ msgid "" "several more available fields:" msgstr "" -#: ../../sysadmclient.rst:813 +#: ../../sysadmclient.rst:826 msgid "" "**UID:** By default, the user will be assigned the next available User ID " "(UID). If you need to force a specific UID, uncheck the :guilabel:`Auto` box" @@ -862,7 +809,7 @@ msgid "" "already in use by another account and those numbers will appear as red." msgstr "" -#: ../../sysadmclient.rst:819 +#: ../../sysadmclient.rst:832 msgid "" "**Home Dir Path:** By default, this is set to :file:`/nonexistent` which is " "the correct setting for a system account as it prevents unauthorized logins." @@ -870,7 +817,7 @@ msgid "" "to use for the user's home directory." msgstr "" -#: ../../sysadmclient.rst:824 +#: ../../sysadmclient.rst:837 msgid "" "**Shell:** By default, this is set to :file:`/usr/bin/nologin`, which is the" " correct setting for a system account as it prevents unauthorized logins. If" @@ -879,27 +826,27 @@ msgid "" ":file:`/etc/shells`." msgstr "" -#: ../../sysadmclient.rst:830 +#: ../../sysadmclient.rst:843 msgid "" "**Adminstrator Access:** Check this box if the user requires `su(1) " "`_ access. Note this setting " "requires the user to know the password of the *root* user." msgstr "" -#: ../../sysadmclient.rst:834 +#: ../../sysadmclient.rst:847 msgid "" "**Operator Access:** Check this box if the user requires :command:`sudo` " "access. This allows the user to precede an administrative command with " ":command:`sudo` and be prompted for their own password." msgstr "" -#: ../../sysadmclient.rst:838 +#: ../../sysadmclient.rst:851 msgid "" "Once you have made your selections, press :guilabel:`Save` to create the " "account." msgstr "" -#: ../../sysadmclient.rst:841 +#: ../../sysadmclient.rst:854 msgid "" "If you click :guilabel:`-` (remove) for a highlighted user, a pop-up menu " "will ask if you are sure you want to remove the user and a second pop-up " @@ -911,14 +858,14 @@ msgid "" "you need at least one user to login to the |trueos| system." msgstr "" -#: ../../sysadmclient.rst:851 +#: ../../sysadmclient.rst:864 msgid "" "Click :guilabel:`Advanced View` to show all of the accounts on the system, " "not just the user accounts you created. An example is seen in " ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:861 +#: ../../sysadmclient.rst:874 msgid "" "The accounts you did not create are known as system accounts and are needed " "by the operating system or installed applications. Do **not** delete any " @@ -931,24 +878,11 @@ msgid "" "account name." msgstr "" -#: ../../sysadmclient.rst:875 +#: ../../sysadmclient.rst:888 msgid "PersonaCrypt" msgstr "" -#: ../../sysadmclient.rst:877 -msgid "" -"|trueos| provides support for a security feature known as PersonaCrypt. A " -"PersonaCrypt device is a removable USB media, such as a USB stick, formatted" -" with ZFS and encrypted with GELI. This device is used to hold a specific " -"user's home directory, meaning they can securely transport and access their " -"personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " -"example, this can be used to securely access one's home directory from a " -"laptop, home computer, and work computer. The device is protected by an " -"encryption key and a password which is, and should be, separate from the " -"user's login password." -msgstr "" - -#: ../../sysadmclient.rst:887 +#: ../../sysadmclient.rst:901 msgid "" "When a user is configured to use a PersonaCrypt device, that user can not " "login using an unencrypted session on the same system. In other words, the " @@ -957,22 +891,13 @@ msgid "" "different user accounts, one for each type of session." msgstr "" -#: ../../sysadmclient.rst:894 -msgid "" -"PersonaCrypt uses GELI's ability to split the key into two parts: one being " -"your passphrase, and the other being a key stored on disk. Without both of " -"these parts, the media cannot be decrypted. This means if somebody steals " -"the key and manages to get your password, it is still worthless without the " -"system it was paired with." -msgstr "" - -#: ../../sysadmclient.rst:900 +#: ../../sysadmclient.rst:921 msgid "" "USB devices do eventually fail. Always backup any important files stored on " "the PersonaCrypt device to another device or system." msgstr "" -#: ../../sysadmclient.rst:903 +#: ../../sysadmclient.rst:924 msgid "" "The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt " "device for any login user, **except** for the currently logged in user. In " @@ -980,13 +905,13 @@ msgid "" "*dlavigne*, has been created and the entry for the user has been clicked." msgstr "" -#: ../../sysadmclient.rst:922 +#: ../../sysadmclient.rst:943 msgid "" "**Initialize Device:** Used to prepare the USB device which will be used as " "the user's home directory." msgstr "" -#: ../../sysadmclient.rst:925 +#: ../../sysadmclient.rst:946 msgid "" "**Import Key:** If the user has already created a PersonaCrypt device on " "another |trueos| system, click this button to import a previously saved copy" @@ -994,7 +919,7 @@ msgid "" "can now login to this computer using PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:933 +#: ../../sysadmclient.rst:954 msgid "" "Since the USB stick will hold the user's home directory and files, ensure " "the stick is large enough to meet the anticipated storage needs of the home " @@ -1004,7 +929,7 @@ msgid "" "logged in." msgstr "" -#: ../../sysadmclient.rst:982 +#: ../../sysadmclient.rst:978 msgid "" "When stealth sessions have been configured, PersonaCrypt users will still be" " displayed in the login menu, even if their USB device is not inserted. This" @@ -1012,47 +937,47 @@ msgid "" "session." msgstr "" -#: ../../sysadmclient.rst:987 +#: ../../sysadmclient.rst:983 msgid "" "In the field with the yellow padlock icon, input the password for the user " "account. In the field with the grey USB stick icon, input the password " "associated with the PersonaCrypt device." msgstr "" -#: ../../sysadmclient.rst:991 +#: ../../sysadmclient.rst:987 msgid "" "To prevent data corruption and freezing the system **DO NOT** remove the " "PersonaCrypt device while logged in! Always log out of your session before " "physically removing the device." msgstr "" -#: ../../sysadmclient.rst:999 +#: ../../sysadmclient.rst:1041 msgid "Managing Groups" msgstr "" -#: ../../sysadmclient.rst:1001 +#: ../../sysadmclient.rst:1043 msgid "" "Click the :guilabel:`Groups` tab to view and manage the groups on the " "system. The :guilabel:`Standard` tab, seen in :numref:`Figure %s `, " "shows the group membership for the *operator* and *wheel* groups:" msgstr "" -#: ../../sysadmclient.rst:1012 +#: ../../sysadmclient.rst:1054 msgid "This screen has 2 columns:" msgstr "" -#: ../../sysadmclient.rst:1014 +#: ../../sysadmclient.rst:1056 msgid "" "**Members:** Indicates if the highlighted group contains any user accounts." msgstr "" -#: ../../sysadmclient.rst:1017 +#: ../../sysadmclient.rst:1059 msgid "" "**Available:** Shows all of the system and user accounts on the system in " "alphabetical order." msgstr "" -#: ../../sysadmclient.rst:1020 +#: ../../sysadmclient.rst:1062 msgid "" "To add an account to a group, highlight the group name, then highlight the " "account name in the :guilabel:`Available` column. Click the left arrow and " @@ -1062,7 +987,7 @@ msgid "" "added to a group." msgstr "" -#: ../../sysadmclient.rst:1027 +#: ../../sysadmclient.rst:1069 msgid "" "If you add a user to the *operator* group, they will have permission to use " "commands requiring administrative access and will be prompted for their own " @@ -1071,15 +996,15 @@ msgid "" "will be prompted for the superuser password whenever they use the command." msgstr "" -#: ../../sysadmclient.rst:1034 +#: ../../sysadmclient.rst:1076 msgid "To view all of the groups on the system, click :guilabel:`Advanced`." msgstr "" -#: ../../sysadmclient.rst:1040 +#: ../../sysadmclient.rst:1082 msgid "Life Preserver" msgstr "" -#: ../../sysadmclient.rst:1042 +#: ../../sysadmclient.rst:1084 msgid "" "The Life Preserver utility is designed to take full advantage of the " "functionality provided by ZFS snapshots. This utility allows you to schedule" @@ -1088,25 +1013,25 @@ msgid "" "benefits:" msgstr "" -#: ../../sysadmclient.rst:1064 +#: ../../sysadmclient.rst:1106 msgid "" "Replication is an efficient way to keep the files on two systems in sync. " "With Life Preserver, the snapshots taken on the |trueos| system will be " "synchronized with their versions stored on the specified backup server." msgstr "" -#: ../../sysadmclient.rst:1069 +#: ../../sysadmclient.rst:1111 msgid "Snapshots are sent to the backup server over an encrypted connection." msgstr "" -#: ../../sysadmclient.rst:1071 +#: ../../sysadmclient.rst:1113 msgid "" "Having a copy of the snapshots on another system makes it possible to " "perform an operating system restore should the |trueos| system become " "unusable or to deploy an identical system to different hardware." msgstr "" -#: ../../sysadmclient.rst:1075 +#: ../../sysadmclient.rst:1117 msgid "" "To manage snapshots and replication using the |sysadm| graphical client, go " "to :menuselection:`Utilities --> Life Preserver`. The rest of this section " @@ -1114,16 +1039,16 @@ msgid "" "Preserver." msgstr "" -#: ../../sysadmclient.rst:1084 +#: ../../sysadmclient.rst:1126 msgid "Snapshots Tab" msgstr "" -#: ../../sysadmclient.rst:1095 +#: ../../sysadmclient.rst:1137 msgid "" "This screen will display any created snapshots and provides buttons to:" msgstr "" -#: ../../sysadmclient.rst:1097 +#: ../../sysadmclient.rst:1139 msgid "" "**Create:** Used to create a manual snapshot of the specified pool now. For " "example, you could create a snapshot before making changes to an important " @@ -1137,14 +1062,14 @@ msgid "" "snapshot was created." msgstr "" -#: ../../sysadmclient.rst:1108 +#: ../../sysadmclient.rst:1150 msgid "" "**Remove:** Used to delete a highlighted snapshot. **This is a permanent " "change that can not be reversed.** In other words, the versions of files at " "the point in time the snapshot was created will be lost." msgstr "" -#: ../../sysadmclient.rst:1113 +#: ../../sysadmclient.rst:1155 msgid "" "**Revert:** If you highlight a snapshot entry, this button and the drop-down" " menu next to it will activate. You can use the drop-down menu to specify " @@ -1154,11 +1079,11 @@ msgid "" " after the snapshot was taken will be lost." msgstr "" -#: ../../sysadmclient.rst:1125 +#: ../../sysadmclient.rst:1167 msgid "Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1127 +#: ../../sysadmclient.rst:1169 msgid "" "Life Preserver can be configured to replicate snapshots to another system " "over an encrypted SSH connection, though the backup itself is stored in an " @@ -1166,13 +1091,13 @@ msgid "" " another system." msgstr "" -#: ../../sysadmclient.rst:1132 +#: ../../sysadmclient.rst:1174 msgid "" "In order to configure replication, the remote system to hold a copy of the " "snapshots must first meet several requirements:" msgstr "" -#: ../../sysadmclient.rst:1139 +#: ../../sysadmclient.rst:1181 msgid "" "The backup server **must be formatted with the latest version of ZFS,** also" " known as ZFS feature flags or ZFSv5000. Operating systems that support this" @@ -1180,14 +1105,14 @@ msgid "" "FreeNAS 9.1.x or higher." msgstr "" -#: ../../sysadmclient.rst:1145 +#: ../../sysadmclient.rst:1187 msgid "" "The system must have SSH installed and the SSH service must be running. If " "the backup server is running |trueos|, |pcbsd|, |freenas| or FreeBSD, SSH is" " already installed, but you will need to start the SSH service." msgstr "" -#: ../../sysadmclient.rst:1150 +#: ../../sysadmclient.rst:1192 msgid "" "If the backup server is running |trueos| or |pcbsd|, you will need to open " "TCP port 22 (SSH) using the :guilabel:`Firewall Manager`. If the server is " @@ -1197,7 +1122,7 @@ msgid "" "backup system, make sure it has a rule to allow SSH." msgstr "" -#: ../../sysadmclient.rst:1158 +#: ../../sysadmclient.rst:1200 msgid "" ":numref:`Figure %s ` shows the initial :guilabel:`Replication` " "tab on a system that has not yet been configured for replication. This " @@ -1205,29 +1130,29 @@ msgid "" "schedule." msgstr "" -#: ../../sysadmclient.rst:1169 +#: ../../sysadmclient.rst:1211 msgid "" "To schedule the replication, click :guilabel:`+` to display the \"Setup " "Replication\" screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1179 +#: ../../sysadmclient.rst:1221 msgid "Input the following information:" msgstr "" -#: ../../sysadmclient.rst:1181 +#: ../../sysadmclient.rst:1223 msgid "" "**Host IP:** The IP address of the remote system to store the replicated " "snapshots." msgstr "" -#: ../../sysadmclient.rst:1184 +#: ../../sysadmclient.rst:1226 msgid "" "**SSH Port:** The port number, if the remote system is running SSH on a port" " other than the default of 22." msgstr "" -#: ../../sysadmclient.rst:1187 +#: ../../sysadmclient.rst:1229 msgid "" "**Dataset:** The name of the ZFS pool and optional dataset on the remote " "system. For example, \"remotetank\" will save the snapshots to a ZFS pool of" @@ -1235,7 +1160,7 @@ msgid "" "existing dataset named \"mybackups\" on the pool named \"remotetank\"." msgstr "" -#: ../../sysadmclient.rst:1193 +#: ../../sysadmclient.rst:1235 msgid "" "**Frequency:** Use the drop-down menu to select how often to initiate the " "replication. Available choices are :guilabel:`Sync with snapshot` (at the " @@ -1246,87 +1171,87 @@ msgid "" ":guilabel:`Start`) in this screen." msgstr "" -#: ../../sysadmclient.rst:1202 +#: ../../sysadmclient.rst:1244 msgid "" "**Username:** The username must already exist on the remote system, have " "write access to the specified \"Dataset\", and have permission to SSH into " "that system." msgstr "" -#: ../../sysadmclient.rst:1206 +#: ../../sysadmclient.rst:1248 msgid "**Password:** The password associated with the \"Username\"." msgstr "" -#: ../../sysadmclient.rst:1208 +#: ../../sysadmclient.rst:1250 msgid "" "**Local DS:** Use the drop-down menu to select the pool or dataset to " "replicate to the remote system." msgstr "" -#: ../../sysadmclient.rst:1211 +#: ../../sysadmclient.rst:1253 msgid "" "The buttons at the top of the \"Setup Replication\" screen have several " "uses:" msgstr "" -#: ../../sysadmclient.rst:1214 +#: ../../sysadmclient.rst:1256 msgid "" "**+ icon:** Sdd a replication schedule. Multiple schedules are supported, " "meaning you can replicate to multiple systems or replicate different \"Local" " DS\" datasets at different times." msgstr "" -#: ../../sysadmclient.rst:1218 +#: ../../sysadmclient.rst:1260 msgid "" "**- icon:** Remove an already created, and highlighted, replication " "schedule." msgstr "" -#: ../../sysadmclient.rst:1221 +#: ../../sysadmclient.rst:1263 msgid "**gear icon:** Modify the schedule for the highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1223 +#: ../../sysadmclient.rst:1265 msgid "" "**Start:** Manually starts a replication to the system specified in the " "highlighted replication." msgstr "" -#: ../../sysadmclient.rst:1226 +#: ../../sysadmclient.rst:1268 msgid "" "**Initialize:** Deletes the existing replicated snapshots on the remote " "system and starts a new replication. This is useful if a replication gets " "stuck and will not complete." msgstr "" -#: ../../sysadmclient.rst:1234 +#: ../../sysadmclient.rst:1276 msgid "Schedules Tab" msgstr "" -#: ../../sysadmclient.rst:1236 +#: ../../sysadmclient.rst:1278 msgid "" "This tab is used to manage when snapshots of the ZFS pool are created. " "Multiple snapshot schedules are supported if the system has multiple pools." msgstr "" -#: ../../sysadmclient.rst:1240 +#: ../../sysadmclient.rst:1282 msgid "" "Snapshots are created on the entire pool as they are needed when " ":ref:`Restoring the Operating System`." msgstr "" -#: ../../sysadmclient.rst:1243 +#: ../../sysadmclient.rst:1285 msgid "" "To create a snapshot schedule, click the :guilabel:`camera` icon in the " "lower left corner of this tab. This will activate the \"Setup Snapshot " "Schedule\" pane as seen in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1253 +#: ../../sysadmclient.rst:1295 msgid "This pane contains several options:" msgstr "" -#: ../../sysadmclient.rst:1258 +#: ../../sysadmclient.rst:1300 msgid "" "**Snapshots to keep:** Snapshots are automatically pruned after the " "specified number of snapshots to prevent snapshots from eventually using up " @@ -1337,7 +1262,7 @@ msgid "" "manually in the :guilabel:`Snapshots` tab." msgstr "" -#: ../../sysadmclient.rst:1267 +#: ../../sysadmclient.rst:1309 msgid "" "**Frequency:** Use the drop-down menu to select how often snapshots occur. " "Options include \"Daily\" (which will allow you to select the time of day), " @@ -1345,37 +1270,37 @@ msgid "" "Minutes\"." msgstr "" -#: ../../sysadmclient.rst:1272 +#: ../../sysadmclient.rst:1314 msgid "" "Once you have created a snapshot schedule, you can use the \"gear\" icon " "next to the \"camera\" icon to modify the highlighted schedule or the \"X\" " "icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1283 +#: ../../sysadmclient.rst:1325 msgid "" "To schedule when the scrub occurs, click the third icon from the right which" " will activate the \"Setup Scrub Schedule\" screen shown in :numref:`Figure " "%s `." msgstr "" -#: ../../sysadmclient.rst:1301 +#: ../../sysadmclient.rst:1343 msgid "" "Once you have created a scrub schedule, you can use the \"gear\" icon next " "to the \"schedule scrub\" icon to modify the highlighted schedule or the " "\"X\" icon to delete the highlighted schedule." msgstr "" -#: ../../sysadmclient.rst:1311 +#: ../../sysadmclient.rst:1353 msgid "" "The :guilabel:`Settings` tab is shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1320 +#: ../../sysadmclient.rst:1362 msgid "Many settings are configurable:" msgstr "" -#: ../../sysadmclient.rst:1322 +#: ../../sysadmclient.rst:1364 msgid "" "**Disk Usage Warning:** Enter a number up to 99 to indicate at which " "percentage of disk space Life Preserver will display an alert in the system " @@ -1383,41 +1308,41 @@ msgid "" "space." msgstr "" -#: ../../sysadmclient.rst:1327 +#: ../../sysadmclient.rst:1369 msgid "" "**Email:** To receive an email when disk usage reaches the percentage " "configured in the \"Disk Usage Warning\", enter an email address." msgstr "" -#: ../../sysadmclient.rst:1330 +#: ../../sysadmclient.rst:1372 msgid "" "**Email Trigger:** This setting can be set to \"All\", \"Warn\", or " "\"Error\" and indicates the type of condition which will trigger an email " "message." msgstr "" -#: ../../sysadmclient.rst:1333 +#: ../../sysadmclient.rst:1375 msgid "**Recursive Management:**" msgstr "" -#: ../../sysadmclient.rst:1335 +#: ../../sysadmclient.rst:1377 msgid "" "If you make any changes in this screen, press :guilabel:`Save Settings` to " "apply them." msgstr "" -#: ../../sysadmclient.rst:1342 +#: ../../sysadmclient.rst:1384 msgid "Using the lpreserver CLI" msgstr "" -#: ../../sysadmclient.rst:1344 +#: ../../sysadmclient.rst:1386 msgid "" "The :command:`lpreserver` command line utility can also be used to manage " "snapshots and replication. This command needs to be run as the superuser. To" " display its usage, type the command without any arguments:" msgstr "" -#: ../../sysadmclient.rst:1364 +#: ../../sysadmclient.rst:1406 msgid "" "Each command has its own help text that describes its parameters and " "provides a usage example. For example, to receive help on how to use the " @@ -1428,104 +1353,104 @@ msgstr "" msgid "Command Line and GUI Equivalents" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Command Line**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**GUI**" msgstr "" -#: ../../sysadmclient.rst:1433 +#: ../../sysadmclient.rst:1475 msgid "**Description**" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "**cronsnap**" msgstr "" -#: ../../sysadmclient.rst:1435 ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1477 ../../sysadmclient.rst:1495 msgid "\"Snapshots\" tab" msgstr "" -#: ../../sysadmclient.rst:1435 +#: ../../sysadmclient.rst:1477 msgid "" "schedule when snapshots occur and how long to keep them; the **stop** option" " can be used to disable snapshot creation" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "**cronscrub**" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "\"Schedules\" tab" msgstr "" -#: ../../sysadmclient.rst:1440 +#: ../../sysadmclient.rst:1482 msgid "schedule a ZFS scrub" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "**get**" msgstr "" -#: ../../sysadmclient.rst:1442 ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1484 ../../sysadmclient.rst:1491 msgid "\"Settings\" tab" msgstr "" -#: ../../sysadmclient.rst:1442 +#: ../../sysadmclient.rst:1484 msgid "list Life Preserver options" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "**replicate**" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "\"Replication\" tab" msgstr "" -#: ../../sysadmclient.rst:1444 +#: ../../sysadmclient.rst:1486 msgid "" "used to list, add, and remove backup server; read the **help** for this " "command for examples" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "**set**" msgstr "" -#: ../../sysadmclient.rst:1449 +#: ../../sysadmclient.rst:1491 msgid "" "configures Life Preserver options; read **help** for the list of " "configurable options" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "**snapshot**" msgstr "" -#: ../../sysadmclient.rst:1453 +#: ../../sysadmclient.rst:1495 msgid "" "create and replicate a new ZFS snapshot; by default, snapshots are " "recursive, meaning that a that a snapshot is taken of every dataset within a" " pool" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "**status**" msgstr "" -#: ../../sysadmclient.rst:1459 +#: ../../sysadmclient.rst:1501 msgid "lists the last snapshot name and replication status" msgstr "" -#: ../../sysadmclient.rst:1466 +#: ../../sysadmclient.rst:1508 msgid "Restoring the Operating System" msgstr "" -#: ../../sysadmclient.rst:1468 +#: ../../sysadmclient.rst:1510 msgid "" "If you have replicated the system's snapshots to a remote backup server, you" " can use a |trueos| installation media to perform an operating system " @@ -1533,7 +1458,7 @@ msgid "" "you get to the screen shown in :numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:1480 +#: ../../sysadmclient.rst:1522 msgid "" "Before you can perform a restore, the network interface must be configured. " "Click :guilabel:`Network Connectivity` (second icon from the left) in order " @@ -1544,7 +1469,7 @@ msgid "" "continuing." msgstr "" -#: ../../sysadmclient.rst:1488 +#: ../../sysadmclient.rst:1530 msgid "" "Once you are ready, click :guilabel:`Restore from Life-Preserver backup` and" " :guilabel:`Next`. This will start the Restore Wizard. In the screen shown " @@ -1554,7 +1479,7 @@ msgid "" "number." msgstr "" -#: ../../sysadmclient.rst:1502 +#: ../../sysadmclient.rst:1544 msgid "" "Click :guilabel:`Next` and the wizard will provide a summary of your " "selections. If correct, click :guilabel:`Finish`; otherwise, click " @@ -1569,14 +1494,14 @@ msgstr "" msgid ":ref:`Service Manager`" msgstr "" -#: ../../sysadmclient.rst:637 +#: ../../sysadmclient.rst:650 msgid "" "The Firewall Manager is a simple interface used to configure ports and " "firewalls. In :numref:`Figure %s `, the Multicast DNS service is " "active and using port 5353 is open, with the firewall started." msgstr "" -#: ../../sysadmclient.rst:647 +#: ../../sysadmclient.rst:660 msgid "" "The top row of the interface has options to configure the firewall. " ":guilabel:`Start` turns on the firewall, :guilabel:`Restart` will turn the " @@ -1585,14 +1510,14 @@ msgid "" ":guilabel:`Power Off`." msgstr "" -#: ../../sysadmclient.rst:653 +#: ../../sysadmclient.rst:666 msgid "" "In :numref:`Figure %s `, the :guilabel:`Start` option is greyed " "out, as the firewall is currently active. Additionally, :guilabel:`Power On`" " is also greyed out as the firewall is configured to start on bootup." msgstr "" -#: ../../sysadmclient.rst:658 +#: ../../sysadmclient.rst:671 msgid "" "The central window describes all added services. The list can be sorted by " "clicking :guilabel:`Open Ports`. Next, the :guilabel:`Used By` column " @@ -1601,27 +1526,27 @@ msgid "" "name in the same row." msgstr "" -#: ../../sysadmclient.rst:664 +#: ../../sysadmclient.rst:677 msgid "" "The bottom portion of the interface provides options to open and close " "ports. There are two options to open a port: :guilabel:`Find by Service` and" " :guilabel:`Number/Type`:" msgstr "" -#: ../../sysadmclient.rst:668 +#: ../../sysadmclient.rst:681 msgid "" "**Find by Service:** Click :guilabel:`Select a Service...` to open a drop " "down menu of alphabetized services. Click the desired service, and the " "Firewall Manager will automatically add it to the list of open ports." msgstr "" -#: ../../sysadmclient.rst:673 +#: ../../sysadmclient.rst:686 msgid "" "The services list can be navigated quickly by typing the name of the desired" " service while the list is open." msgstr "" -#: ../../sysadmclient.rst:676 +#: ../../sysadmclient.rst:689 msgid "" "**Number/Type:** Manually designate a port to open by typing the number in " "the :guilabel:`Number` field. The :guilabel:`Arrow` icons can be pressed to " @@ -1631,39 +1556,20 @@ msgid "" "selections and open the desired port." msgstr "" -#: ../../sysadmclient.rst:683 +#: ../../sysadmclient.rst:696 msgid "" "To close a port, select a port from the :guilabel:`Open Ports` column and " "press :guilabel:`Close Ports`." msgstr "" -#: ../../sysadmclient.rst:1135 +#: ../../sysadmclient.rst:1177 msgid "" "Snapshots occurring too frequently can introduce errors in replication. To " "avoid errors, ensure snapshots are configured to take place slower than the " "desired pace of replication." msgstr "" -#: ../../sysadmclient.rst:408 -msgid "" -"**Automatically perform updates:** When checked, the automatic updater " -"automatically keeps your system and packages up-to-date. An update has " -"completed when the pop-up menu indicates a reboot is needed to complete the " -"update process. If :guilabel:`Automatically perform updates` is unchecked, " -"an update will only occur at the user's discretion. Updates are not required" -" to be initiated manually. |trueos| uses an automated updater which " -"automatically checks for updates, no more than once per day, 20 minutes " -"after a reboot and then every 24 hours." -msgstr "" - -#: ../../sysadmclient.rst:418 -msgid "" -"**Custom Package Repository:** To use a custom package repository for " -"updates, check this box. This will activate the :guilabel:`URL` field so the" -" user can input the URL to the custom repository." -msgstr "" - -#: ../../sysadmclient.rst:428 +#: ../../sysadmclient.rst:445 msgid "" "If any user account uses PersonaCrypt, please be sure to save any encryption" " keys to a safe place (e.g. a thumb drive) before beginning the upgrade " @@ -1671,7 +1577,7 @@ msgid "" "home directory after the upgrade is complete." msgstr "" -#: ../../sysadmclient.rst:434 +#: ../../sysadmclient.rst:451 msgid "" "If the system is using |pcbsd| 10.x, the option to update to |trueos| will " "not appear in the Control Panel version of Update Manager. This is because a" @@ -1684,38 +1590,7 @@ msgid "" "the option to boot back into the previous |pcbsd| installation will remain." msgstr "" -#: ../../sysadmclient.rst:445 -msgid "" -"This option overwrites the contents of :file:`/etc`. If any custom " -"configurations exist, save them to a backup or the home directory first. " -"Alternately, use :ref:`Boot Environment Manager` post-installation to mount " -"the previous |pcbsd| boot environment to copy over any configuration files " -"which may not have been backed up." -msgstr "" - -#: ../../sysadmclient.rst:451 -msgid "" -"To perform the installation to a new boot environment, start the |trueos| " -"installation as described in the `TrueOS® Handbook " -"`_. In the `System Selection " -"Screen `_, choose to install either a desktop or a server. Press " -":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " -"`." -msgstr "" - -#: ../../sysadmclient.rst:489 -msgid "" -"During the `Create a User Screen " -"`_ " -"process, recreate the primary user account using the same name used on the " -"previous |pcbsd| system so |trueos| can associate the existing home " -"directory with that user. Once logged in, use :ref:`User Manager` to " -"recreate any other user accounts or to reassociate any PersonaCrypt " -"accounts." -msgstr "" - -#: ../../sysadmclient.rst:1048 +#: ../../sysadmclient.rst:1090 msgid "" "A snapshot provides a \"point-in-time\" image of the ZFS pool. This is " "similar to a full system backup as the snapshot contains the information for" @@ -1733,26 +1608,26 @@ msgid "" "snapshot." msgstr "" -#: ../../sysadmclient.rst:1255 +#: ../../sysadmclient.rst:1297 msgid "" "**Storage Pool:** Select the ZFS storage pool that contains the datasets " "that you wish to snapshot." msgstr "" -#: ../../sysadmclient.rst:1276 +#: ../../sysadmclient.rst:1318 msgid "" "This screen can also be used to manage the ZFS scrub schedule. Scrubs are " "recommended as they can provide an early indication of a potential disk " "failure. Scrubs can be scheduled on a per-pool basis." msgstr "" -#: ../../sysadmclient.rst:1280 +#: ../../sysadmclient.rst:1322 msgid "" "If you have multiple pools, be sure to create a scrub schedule for each " "pool." msgstr "" -#: ../../sysadmclient.rst:1293 +#: ../../sysadmclient.rst:1335 msgid "" "Select the pool from the :guilabel:`Storage Pool` drop-down menu, then " "select the :guilabel:`Frequency`. Supported frequencies are \"Daily\", " @@ -1778,19 +1653,7 @@ msgstr "" msgid ": Managing Updates" msgstr "" -#: ../../sysadmclient.rst:395 -msgid ": Settings Tab" -msgstr "" - -#: ../../sysadmclient.rst:462 -msgid ": Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:480 -msgid ": Start the Install to Boot Environment" -msgstr "" - -#: ../../sysadmclient.rst:528 +#: ../../sysadmclient.rst:541 msgid "" "For boot environments to work properly, **do not** delete the default ZFS " "mount points during installation. The default ZFS layout ensures when boot " @@ -1802,11 +1665,11 @@ msgid "" "additional mount points, just don't delete the default ones." msgstr "" -#: ../../sysadmclient.rst:556 +#: ../../sysadmclient.rst:569 msgid ": Managing Boot Environments" msgstr "" -#: ../../sysadmclient.rst:612 +#: ../../sysadmclient.rst:625 msgid "" "To boot into another boot environment, press :kbd:`7` at the :numref:`Figure" " %s ` to access the boot menu selection screen. In the example" @@ -1821,46 +1684,37 @@ msgid "" "boot environment." msgstr "" -#: ../../sysadmclient.rst:629 +#: ../../sysadmclient.rst:642 msgid ": Boot Environments Menu" msgstr "" -#: ../../sysadmclient.rst:645 +#: ../../sysadmclient.rst:658 msgid ": |sysadm| Firewall Manager" msgstr "" -#: ../../sysadmclient.rst:770 +#: ../../sysadmclient.rst:783 msgid ": Viewing User Accounts in User Manager" msgstr "" -#: ../../sysadmclient.rst:806 +#: ../../sysadmclient.rst:819 msgid ": Creating a New User Account" msgstr "" -#: ../../sysadmclient.rst:859 +#: ../../sysadmclient.rst:872 msgid ": Viewing All Accounts and Their Details" msgstr "" -#: ../../sysadmclient.rst:913 +#: ../../sysadmclient.rst:934 msgid ": Initialize PersonaCrypt Device" msgstr "" -#: ../../sysadmclient.rst:915 -msgid "" -"Before a user is configured to use PersonaCrypt on a |trueos| system, two " -"buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " -"Note this section is hidden if the currently logged in user is selected. " -"Also, if you have just created a user and do not see these options, click " -":guilabel:`Save` then re-highlight the user to display these options:" -msgstr "" - -#: ../../sysadmclient.rst:930 +#: ../../sysadmclient.rst:951 msgid "" "To prepare a PersonaCrypt device for this user, insert a USB stick and click" " :guilabel:`Initialize Device`." msgstr "" -#: ../../sysadmclient.rst:940 +#: ../../sysadmclient.rst:961 msgid "" "Type a password to associate with the device. Click :guilabel:`Save` to " "initialize the device. The User Manager may take a moment to prepare the " @@ -1868,49 +1722,49 @@ msgid "" " to allow removal of PersonaCrypt." msgstr "" -#: ../../sysadmclient.rst:1010 +#: ../../sysadmclient.rst:1052 msgid ": Managing Groups Using User Manager" msgstr "" -#: ../../sysadmclient.rst:1093 +#: ../../sysadmclient.rst:1135 msgid ": Snapshot Tab" msgstr "" -#: ../../sysadmclient.rst:1167 +#: ../../sysadmclient.rst:1209 msgid ": Replication Tab" msgstr "" -#: ../../sysadmclient.rst:1177 +#: ../../sysadmclient.rst:1219 msgid ": Scheduling a Replication" msgstr "" -#: ../../sysadmclient.rst:1251 +#: ../../sysadmclient.rst:1293 msgid ": Scheduling a Snapshot" msgstr "" -#: ../../sysadmclient.rst:1291 +#: ../../sysadmclient.rst:1333 msgid ": Scheduling a Scrub" msgstr "" -#: ../../sysadmclient.rst:1318 +#: ../../sysadmclient.rst:1360 msgid ": Life Preserver Settings" msgstr "" -#: ../../sysadmclient.rst:1425 +#: ../../sysadmclient.rst:1467 msgid "" ":numref:`Table %s ` shows the command line equivalents to the " "graphical options provided by the Life Preserver GUI." msgstr "" -#: ../../sysadmclient.rst:1478 +#: ../../sysadmclient.rst:1520 msgid ": Selecting to Restore/Clone From Backup" msgstr "" -#: ../../sysadmclient.rst:1500 +#: ../../sysadmclient.rst:1542 msgid ": Input the Information for a SSH Restore" msgstr "" -#: ../../sysadmclient.rst:1506 +#: ../../sysadmclient.rst:1548 msgid "" "Once the connection to the backup server succeeds, you will be able to " "select which host to restore. After making your selection, click " @@ -1926,7 +1780,7 @@ msgid "" ":guilabel:`Next` to perform the restore." msgstr "" -#: ../../sysadmclient.rst:970 +#: ../../sysadmclient.rst:966 msgid "" "Once a user has been initialized for PersonaCrypt on the system, their user " "account will no longer be displayed when logging in, **unless** their " @@ -1935,7 +1789,7 @@ msgid "" ":numref:`Figure %s `." msgstr "" -#: ../../sysadmclient.rst:980 +#: ../../sysadmclient.rst:976 msgid ": |trueos| Login Screen with PersonaCrypt" msgstr "" @@ -1971,24 +1825,390 @@ msgstr "" msgid ": |appcafe| - Viewing the Status of the Operation" msgstr "" -#: ../../sysadmclient.rst:610 +#: ../../sysadmclient.rst:623 msgid ": |trueos| Boot Menu" msgstr "" -#: ../../sysadmclient.rst:700 +#: ../../sysadmclient.rst:713 msgid ": |sysadm| Service Manager" msgstr "" -#: ../../sysadmclient.rst:744 +#: ../../sysadmclient.rst:757 msgid ": |sysadm| Task Manager" msgstr "" -#: ../../sysadmclient.rst:1086 +#: ../../sysadmclient.rst:1128 msgid "" ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " "system not yet configured. This system has a \"ZFS Pool\" named \"tank1\"." msgstr "" +#: ../../sysadmclient.rst:395 +msgid ": Update Manager Settings Tab" +msgstr "" + +#: ../../sysadmclient.rst:399 +msgid "" +"**Max Boot Environments:** |trueos| automatically creates a boot environment" +" before updating any software, the operating system, or applying a system " +"update. Once the configured maximum number of boot environments is reached, " +"|trueos| will automatically delete the oldest automatically created boot " +"environment. However, it will not delete any boot environments created " +"manually using the :ref:`Boot Environment Manager`. The default number of " +"boot environments is *5*, with an allowable range from *1* to *10*." +msgstr "" + +#: ../../sysadmclient.rst:408 +msgid "" +"**Automatically perform updates:** When checked, the automatic updater keeps" +" the system and packages up-to-date. An update has completed when the pop-up" +" menu indicates a reboot is needed to complete the update process. If " +":guilabel:`Automatically perform updates` is unchecked, an update will only " +"occur at the user's discretion. By default, updates will **not** be " +"automatic. |trueos| uses an automated updater which checks for updates no " +"more than once per day, 20 minutes after a reboot and then every 24 hours." +msgstr "" + +#: ../../sysadmclient.rst:418 +msgid "" +"**Automatically reboot to finish updates:** This selection initiates a " +"system reboot at a designated time in order to finish the update process. By" +" default, this selection is **unchecked**. Once checked, the reboot time can" +" be configured to a specific hour of the day. Highlight the hour number and " +"either type a new hour, or use the :guilabel:`arrows` to increase or " +"decrease the hour. Highlight :guilabel:`AM/PM` to adjust this value." +msgstr "" + +#: ../../sysadmclient.rst:426 +msgid "" +"**Repositories:** |trueos| uses two repositories for updates, " +":guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will only " +"update to formally released updates. :guilabel:`UNSTABLE` is the testing " +"location for upcoming updates. It is recommended only for advanced users or " +"those who wish to help test |trueos| and |lumina|." +msgstr "" + +#: ../../sysadmclient.rst:432 +msgid "" +"To use a custom package repository for updates, check :guilabel:`CUSTOM`. " +"This will activate the :guilabel:`URL` field so the user can input the URL " +"to the custom repository." +msgstr "" + +#: ../../sysadmclient.rst:436 +msgid "" +"Once all options are configured to their desired settings, click " +":guilabel:`Save Settings`." +msgstr "" + +#: ../../sysadmclient.rst:890 +msgid "" +"|trueos| provides support for a security feature known as PersonaCrypt. A " +"PersonaCrypt device is a removable USB media, such as a USB flash drive, " +"formatted with ZFS and encrypted with either GELI or PEFS. This device is " +"used to hold a specific user's home directory, meaning they can securely " +"transport and access their personal files on any |trueos| or |pcbsd| 10.1.2 " +"or higher system. For example, this can be used to securely access one's " +"home directory from a laptop, home computer, and work computer. The device " +"is protected by an encryption key and a different (recommended) password " +"separate from the user's login password." +msgstr "" + +#: ../../sysadmclient.rst:912 +msgid "GELI" +msgstr "" + +#: ../../sysadmclient.rst:914 +msgid "" +"PersonaCrypt uses GELI's ability to split the key into two parts: one being " +"your passphrase, and the other being a key stored on disk. Without both of " +"these parts, the media cannot be decrypted. This means if somebody steals " +"the key and manages to get your password, it is still worthless without the " +"system it was paired with. GELI is used by default in |trueos| as it is more" +" fully featured over PEFS." +msgstr "" + +#: ../../sysadmclient.rst:936 +msgid "" +"Before a user is configured to use PersonaCrypt on a |trueos| system, two " +"buttons are available in the :guilabel:`PersonaCrypt` tab of " +":guilabel:`Advanced Mode`. Note this section is hidden if the currently " +"logged in user is selected. Also, if you have just created a user and do not" +" see these options, click :guilabel:`Save`, then re-highlight the user to " +"display these options:" +msgstr "" + +#: ../../sysadmclient.rst:995 +msgid "PEFS" +msgstr "" + +#: ../../sysadmclient.rst:997 +msgid "" +"`PEFS `_ stands for Private Encrypted File System. It is " +"open source software freely available under the BSD license, and is included" +" in |trueos| by default. PEFS runs on top of any existing file system, " +"providing an encryption layer independent of the underlying file system. " +"PersonaCrypt can be configured to use PEFS in place of GELI, which " +"eliminates the need for external media, as the encrypted PEFS database is " +"stored on the local disk." +msgstr "" + +#: ../../sysadmclient.rst:1005 +msgid "" +"While PEFS does not use a USB drive, be sure to print or otherwise backup " +"the PEFS generated key fragment stored on the disk." +msgstr "" + +#: ../../sysadmclient.rst:1008 +msgid "**Initialize PEFS with the Command Line**" +msgstr "" + +#: ../../sysadmclient.rst:1010 +msgid "" +"Because PEFS does not use a USB drive with its encryption, the user will " +"need a password file (pfile) containing the desired password, **before** " +"initializing PEFS for a user account. Once this pfile is created, enabling " +"PEFS through PersonaCrypt is accomplished in a CLI with " +":command:`personacrypt init PEFS`." +msgstr "" + +#: ../../sysadmclient.rst:1016 +msgid "" +"For example, the user account **test** has a pfile named " +":file:`testpfile.txt`, which contains the single text string of **test's** " +"chosen password. Next, the administrator adds PEFS encryption to the " +"**test** acount by opening a CLI, logging in as root, and typing:" +msgstr "" + +#: ../../sysadmclient.rst:1025 +msgid "" +"PersonaCrypt will initialize the account **test** with PEFS, using the " +"string in :file:`testpfile.txt` as the new password." +msgstr "" + +#: ../../sysadmclient.rst:1028 +msgid "" +"The |sysadm| User Manager can also initialize a user account with PEFS by " +"choosing :guilabel:`on-disk encryption (PEFS)` in the :guilabel:`Device` " +"drop down menu of the :guilabel:`PersonaCrypt` tab." +msgstr "" + +#: ../../sysadmclient.rst:1032 +msgid "" +"In addition to initializing an account with PEFS, PersonaCrypt also supports" +" importing and exporting PEFS on-disk keyfiles with :command:`personacrypt " +"export ` and :command:`personacrypt import `, " +"respectively." +msgstr "" + +#: ../../sysadmclient.rst:462 +msgid "" +"This option overwrites the contents of :file:`/etc`. If any custom " +"configurations exist, save them to a backup or the home directory first. " +"Alternately, use the :ref:`Boot Environment Manager` post-installation to " +"mount the previous |pcbsd| boot environment to copy over any configuration " +"files which may not have been backed up." +msgstr "" + +#: ../../sysadmclient.rst:468 +msgid "" +"To perform the installation to a new boot environment, start the |trueos| " +"installation as described in the `TrueOS® Handbook " +"`_. In the `System Selection " +"Screen `_, choose to install either a desktop or a server. Press " +":guilabel:`Next` to view the :guilabel:`Disk Selection` screen, shown in " +":numref:`Figure %s `." +msgstr "" + +#: ../../sysadmclient.rst:480 +msgid ": Disk Selection" +msgstr "" + +#: ../../sysadmclient.rst:482 +msgid "" +"|trueos| automatically detects if the drive has an existing boot " +"environment, filling in the data as necessary. If no boot environments are " +"detected, :guilabel:`Install into Boot Environment` will be greyed out. To " +"upgrade, select :guilabel:`Install into Boot Environment` and choose which " +"existing pool to install into from the drop-down menu. In the :ref:`Disk " +"Selection Screen `, the user is installing into the existing " +"**tank** pool. Press :guilabel:`Next` when ready." +msgstr "" + +#: ../../sysadmclient.rst:490 +msgid "" +"Be sure :guilabel:`Install into Boot Environment` is checked before " +"proceeding, or data can be lost." +msgstr "" + +#: ../../sysadmclient.rst:493 +msgid "" +"A pop-up will appear, asking to start the default Full-Disk installation. " +"Click :guilabel:`Yes` to start the installation." +msgstr "" + +#: ../../sysadmclient.rst:496 +msgid "" +"Once the installation is complete, reboot the system and remove the " +"installation media. The post-installation screens will run as described in " +"the `Post Installation Configuration and Installation Troubleshooting " +"`_ section of the |trueos|" +" Handbook to configure the new installation." +msgstr "" + +#: ../../sysadmclient.rst:502 +msgid "" +"During the `Create a User Screen " +"`_ " +"process, recreate the primary user account using the same name user name and" +" user id (UID) from the previous |pcbsd| system. This allows |trueos| to " +"associate the existing home directory with that user. Once logged in, use " +":ref:`User Manager` to recreate any other user accounts or to reassociate " +"any PersonaCrypt accounts." +msgstr "" + +#: ../../sysadmclient.rst:528 +msgid "" +"When making software changes, it is possible to take a snapshot of the boot " +"environment at any stage during the modifications." +msgstr "" + +#: ../../sysadmclient.rst:531 +msgid "" +"Save multiple boot environments on the system and perform various updates on" +" each of them as needed. Install, test, and update different software " +"packages on each." +msgstr "" + +#~ msgid "" +#~ "To upgrade, select the existing pool to install into and press " +#~ ":guilabel:`OK`." +#~ msgstr "" + +#~ msgid "" +#~ "If you instead press :guilabel:`Cancel`, the installation will continue as " +#~ "usual and reformat the disks, destroying any existing data." +#~ msgstr "" + +#~ msgid "" +#~ "If you press :guilabel:`OK` to proceed with an installation into a new boot " +#~ "environment, the installer will skip the \"Disk Selection\" screen and " +#~ "instead show a summary, seen in :numref:`Figure %s `." +#~ msgstr "" + +#~ msgid "" +#~ "Press :guilabel:`Next` to start the installation. Once the installation is " +#~ "complete, reboot the system and remove the installation media. The post-" +#~ "installation screens will run as described in the `Post Installation " +#~ "Configuration and Installation Troubleshooting " +#~ "`_ section of the |trueos|" +#~ " Handbook so you can configure the new installation." +#~ msgstr "" + +#~ msgid "" +#~ "When making software changes, you can take a snapshot of that boot " +#~ "environment at any stage during the modifications." +#~ msgstr "" + +#~ msgid "" +#~ "Save multiple boot environments on your system and perform various updates " +#~ "on each of them as needed. Install, test, and update different software " +#~ "packages on each." +#~ msgstr "" + +#~ msgid "" +#~ "This option overwrites the contents of :file:`/etc`. If any custom " +#~ "configurations exist, save them to a backup or the home directory first. " +#~ "Alternately, use :ref:`Boot Environment Manager` post-installation to mount " +#~ "the previous |pcbsd| boot environment to copy over any configuration files " +#~ "which may not have been backed up." +#~ msgstr "" + +#~ msgid "" +#~ "To perform the installation to a new boot environment, start the |trueos| " +#~ "installation as described in the `TrueOS® Handbook " +#~ "`_. In the `System Selection " +#~ "Screen `_, choose to install either a desktop or a server. Press " +#~ ":guilabel:`Next` to view the pop-up screen shown in :numref:`Figure %s " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "During the `Create a User Screen " +#~ "`_ " +#~ "process, recreate the primary user account using the same name used on the " +#~ "previous |pcbsd| system so |trueos| can associate the existing home " +#~ "directory with that user. Once logged in, use :ref:`User Manager` to " +#~ "recreate any other user accounts or to reassociate any PersonaCrypt " +#~ "accounts." +#~ msgstr "" + +#~ msgid ": Install to Boot Environment" +#~ msgstr "" + +#~ msgid ": Start the Install to Boot Environment" +#~ msgstr "" + +#~ msgid "" +#~ "|trueos| provides support for a security feature known as PersonaCrypt. A " +#~ "PersonaCrypt device is a removable USB media, such as a USB stick, formatted" +#~ " with ZFS and encrypted with GELI. This device is used to hold a specific " +#~ "user's home directory, meaning they can securely transport and access their " +#~ "personal files on any |trueos| or |pcbsd| 10.1.2 or higher system. For " +#~ "example, this can be used to securely access one's home directory from a " +#~ "laptop, home computer, and work computer. The device is protected by an " +#~ "encryption key and a password which is, and should be, separate from the " +#~ "user's login password." +#~ msgstr "" + +#~ msgid "" +#~ "PersonaCrypt uses GELI's ability to split the key into two parts: one being " +#~ "your passphrase, and the other being a key stored on disk. Without both of " +#~ "these parts, the media cannot be decrypted. This means if somebody steals " +#~ "the key and manages to get your password, it is still worthless without the " +#~ "system it was paired with." +#~ msgstr "" + +#~ msgid "" +#~ "Before a user is configured to use PersonaCrypt on a |trueos| system, two " +#~ "buttons are available in the \"PersonaCrypt\" section of \"Advanced Mode\". " +#~ "Note this section is hidden if the currently logged in user is selected. " +#~ "Also, if you have just created a user and do not see these options, click " +#~ ":guilabel:`Save` then re-highlight the user to display these options:" +#~ msgstr "" + +#~ msgid "" +#~ "**Max Boot Environments:** |trueos| automatically creates a boot environment" +#~ " before updating any software, the operating system, or applying a system " +#~ "update. Once the configured maximum number of boot environments is reached, " +#~ "|trueos| will automatically prune (delete) the oldest automatically created " +#~ "boot environment. However, it will not delete any boot environments created " +#~ "manually using :ref:`Boot Environment Manager`. The default number of boot " +#~ "environments is *5*, with an allowable range from *1* to *10*." +#~ msgstr "" + +#~ msgid "" +#~ "**Automatically perform updates:** When checked, the automatic updater " +#~ "automatically keeps your system and packages up-to-date. An update has " +#~ "completed when the pop-up menu indicates a reboot is needed to complete the " +#~ "update process. If :guilabel:`Automatically perform updates` is unchecked, " +#~ "an update will only occur at the user's discretion. Updates are not required" +#~ " to be initiated manually. |trueos| uses an automated updater which " +#~ "automatically checks for updates, no more than once per day, 20 minutes " +#~ "after a reboot and then every 24 hours." +#~ msgstr "" + +#~ msgid "" +#~ "**Custom Package Repository:** To use a custom package repository for " +#~ "updates, check this box. This will activate the :guilabel:`URL` field so the" +#~ " user can input the URL to the custom repository." +#~ msgstr "" + +#~ msgid ": Settings Tab" +#~ msgstr "" + #~ msgid "" #~ ":numref:`Figure %s ` shows the :guilabel:`Snapshots` tab on a " #~ "system not yet configured. This system has a \"ZFS Pool\" named \"tank\"." diff --git a/docs/client_handbook/sysadmclient.rst b/docs/client_handbook/sysadmclient.rst index 6958ff8..92536ec 100644 --- a/docs/client_handbook/sysadmclient.rst +++ b/docs/client_handbook/sysadmclient.rst @@ -381,37 +381,54 @@ The :guilabel:`Settings` tab is shown in .. _update4: -.. figure:: images/update4.png +.. figure:: images/update4a.png - : Settings Tab + : Update Manager Settings Tab This tab contains several configurable options: * **Max Boot Environments:** |trueos| automatically creates a boot environment before updating any software, the operating system, or applying a system update. Once the configured maximum number of boot - environments is reached, |trueos| will automatically prune (delete) - the oldest automatically created boot environment. However, it will - not delete any boot environments created manually using + environments is reached, |trueos| will automatically delete the oldest + automatically created boot environment. However, it will not delete + any boot environments created manually using the :ref:`Boot Environment Manager`. The default number of boot environments is *5*, with an allowable range from *1* to *10*. * **Automatically perform updates:** When checked, the automatic - updater automatically keeps your system and packages up-to-date. - An update has completed when the pop-up menu indicates a reboot is - needed to complete the update process. If + updater keeps the system and packages up-to-date. An update has + completed when the pop-up menu indicates a reboot is needed to + complete the update process. If :guilabel:`Automatically perform updates` is unchecked, an update will - only occur at the user's discretion. Updates are not required to be - initiated manually. |trueos| uses an automated updater which - automatically checks for updates, no more than once per day, 20 - minutes after a reboot and then every 24 hours. + only occur at the user's discretion. By default, updates will **not** + be automatic. |trueos| uses an automated updater which checks for + updates no more than once per day, 20 minutes after a reboot and then + every 24 hours. -* **Custom Package Repository:** To use a custom package repository for - updates, check this box. This will activate the :guilabel:`URL` - field so the user can input the URL to the custom repository. +* **Automatically reboot to finish updates:** This selection initiates + a system reboot at a designated time in order to finish the update + process. By default, this selection is **unchecked**. Once checked, + the reboot time can be configured to a specific hour of the day. + Highlight the hour number and either type a new hour, or use the + :guilabel:`arrows` to increase or decrease the hour. Highlight + :guilabel:`AM/PM` to adjust this value. + +* **Repositories:** |trueos| uses two repositories for updates, + :guilabel:`STABLE` and :guilabel:`UNSTABLE`. :guilabel:`STABLE` will + only update to formally released updates. :guilabel:`UNSTABLE` is the + testing location for upcoming updates. It is recommended only for + advanced users or those who wish to help test |trueos| and |lumina|. + + To use a custom package repository for updates, check + :guilabel:`CUSTOM`. This will activate the :guilabel:`URL` field so + the user can input the URL to the custom repository. + +Once all options are configured to their desired settings, click +:guilabel:`Save Settings`. .. index:: updates -.. _Upgrading from PC-BSD® 10.x to TrueOS®: +.. _Upgrading from PCBSD 10.x to TrueOS: Upgrading from |pcbsd| 10.x to |trueos| --------------------------------------- @@ -435,7 +452,7 @@ previous |pcbsd| installation will remain. .. note:: This option overwrites the contents of :file:`/etc`. If any custom configurations exist, save them to a backup or the home - directory first. Alternately, use :ref:`Boot Environment Manager` + directory first. Alternately, use the :ref:`Boot Environment Manager` post-installation to mount the previous |pcbsd| boot environment to copy over any configuration files which may not have been backed up. @@ -444,46 +461,42 @@ To perform the installation to a new boot environment, start the `TrueOS® Handbook `_. In the `System Selection Screen `_, choose to install either a desktop or a server. Press :guilabel:`Next` -to view the pop-up screen shown in :numref:`Figure %s `. +to view the :guilabel:`Disk Selection` screen, shown in +:numref:`Figure %s `. -.. _upgrade1a: +.. _upgrade1: -.. figure:: images/upgrade1a.png +.. figure:: images/upgrade1b.png - : Install to Boot Environment + : Disk Selection -To upgrade, select the existing pool to install into and press -:guilabel:`OK`. +|trueos| automatically detects if the drive has an existing boot +environment, filling in the data as necessary. If no boot environments +are detected, :guilabel:`Install into Boot Environment` will be greyed +out. To upgrade, select :guilabel:`Install into Boot Environment` and +choose which existing pool to install into from the drop-down menu. In +the :ref:`Disk Selection Screen `, the user is installing into +the existing **tank** pool. Press :guilabel:`Next` when ready. -.. warning:: If you instead press :guilabel:`Cancel`, the installation - will continue as usual and reformat the disks, destroying any - existing data. +.. warning:: Be sure :guilabel:`Install into Boot Environment` is + checked before proceeding, or data can be lost. -If you press :guilabel:`OK` to proceed with an installation into a new -boot environment, the installer will skip the "Disk Selection" screen -and instead show a summary, seen in -:numref:`Figure %s `. +A pop-up will appear, asking to start the default Full-Disk +installation. Click :guilabel:`Yes` to start the installation. -.. _upgrade2: - -.. figure:: images/upgrade2.png - - : Start the Install to Boot Environment - -Press :guilabel:`Next` to start the installation. Once the installation -is complete, reboot the system and remove the installation media. The -post-installation screens will run as described in the +Once the installation is complete, reboot the system and remove the +installation media. The post-installation screens will run as described +in the `Post Installation Configuration and Installation Troubleshooting `_ -section of the |trueos| Handbook so you can configure the new -installation. +section of the |trueos| Handbook to configure the new installation. .. note:: During the `Create a User Screen `_ - process, recreate the primary user account using the same name used - on the previous |pcbsd| system so |trueos| can associate the - existing home directory with that user. Once logged in, use - :ref:`User Manager` to recreate any other user accounts or to - reassociate any PersonaCrypt accounts. + process, recreate the primary user account using the same name user + name and user id (UID) from the previous |pcbsd| system. This allows + |trueos| to associate the existing home directory with that user. + Once logged in, use :ref:`User Manager` to recreate any other user + accounts or to reassociate any PersonaCrypt accounts. .. index:: sysadm, configuration .. _Manage SSL Keys: @@ -503,10 +516,10 @@ becomes a low-risk operation as the updates are applied to a different boot environment. If needed, there is an option to reboot into a backup boot environment. Other examples of using boot environments include: -* When making software changes, you can take a snapshot of that +* When making software changes, it is possible to take a snapshot of the boot environment at any stage during the modifications. -* Save multiple boot environments on your system and perform various +* Save multiple boot environments on the system and perform various updates on each of them as needed. Install, test, and update different software packages on each. @@ -859,21 +872,22 @@ home directory, default shell, and primary group. System accounts usually have a shell of *nologin* for security reasons, indicating an attacker can not login to the system using that account name. -.. index:: users +.. index:: users, personacrypt .. _PersonaCrypt: PersonaCrypt ------------ |trueos| provides support for a security feature known as PersonaCrypt. -A PersonaCrypt device is a removable USB media, such as a USB stick, -formatted with ZFS and encrypted with GELI. This device is used to hold -a specific user's home directory, meaning they can securely transport -and access their personal files on any |trueos| or |pcbsd| 10.1.2 or -higher system. For example, this can be used to securely access one's -home directory from a laptop, home computer, and work computer. The -device is protected by an encryption key and a password which is, and -should be, separate from the user's login password. +A PersonaCrypt device is a removable USB media, such as a USB flash +drive, formatted with ZFS and encrypted with either GELI or PEFS. This +device is used to hold a specific user's home directory, meaning they +can securely transport and access their personal files on any |trueos| +or |pcbsd| 10.1.2 or higher system. For example, this can be used to +securely access one's home directory from a laptop, home computer, and +work computer. The device is protected by an encryption key and a +different (recommended) password separate from the user's login +password. .. note:: When a user is configured to use a PersonaCrypt device, that user can not login using an unencrypted session on the same system. @@ -882,14 +896,21 @@ should be, separate from the user's login password. unencrypted sessions on the same system, create two different user accounts, one for each type of session. +.. index:: users, personacrypt, geli +.. _GELI: + +GELI +^^^^ + PersonaCrypt uses GELI's ability to split the key into two parts: one being your passphrase, and the other being a key stored on disk. Without both of these parts, the media cannot be decrypted. This means if somebody steals the key and manages to get your password, it is still -worthless without the system it was paired with. +worthless without the system it was paired with. GELI is used by default +in |trueos| as it is more fully featured over PEFS. .. warning:: USB devices do eventually fail. Always backup any important - files stored on the PersonaCrypt device to another device or system. + files stored on the PersonaCrypt device to another device or system. The :guilabel:`PersonaCrypt` tab can be used to initialize a PersonaCrypt device for any login user, **except** for the currently @@ -904,11 +925,11 @@ created and the entry for the user has been clicked. : Initialize PersonaCrypt Device Before a user is configured to use PersonaCrypt on a |trueos| system, -two buttons are available in the "PersonaCrypt" section of "Advanced -Mode". Note this section is hidden if the currently logged in user is -selected. Also, if you have just created a user and do not see these -options, click :guilabel:`Save` then re-highlight the user to display -these options: +two buttons are available in the :guilabel:`PersonaCrypt` tab of +:guilabel:`Advanced Mode`. Note this section is hidden if the currently +logged in user is selected. Also, if you have just created a user and do +not see these options, click :guilabel:`Save`, then re-highlight the +user to display these options: * **Initialize Device:** Used to prepare the USB device which will be used as the user's home directory. @@ -933,31 +954,6 @@ initialize the device. The User Manager may take a moment to prepare the device. Once initialization is complete, the User Manager screen will change to allow removal of PersonaCrypt. -.. Leave this commented as the current development may use some of these - options from the old personacrypt initializer. - - display the device's key options, as seen in - :numref:`Figure %s `. - - .. _user6: - - .. figure:: images/user6.png - - PersonaCrypt Key Options - - Several options are now available: - - * **Export Key:** Used to create a copy of the encryption key so it can - be imported for use on another |trueos| system. - - * **Disable Key (No Data):** Used to uninitialize the PersonaCrypt - device on this system. Note the device can still be used to login to - other |trueos| systems. - - * **Disable Key (Import Data):** In addition to uninitializing the - PersonaCrypt device on this system, copy the contents of the user's - home directory to this system. - Once a user has been initialized for PersonaCrypt on the system, their user account will no longer be displayed when logging in, **unless** their PersonaCrypt device is inserted. Once the USB device is inserted, @@ -983,6 +979,52 @@ password associated with the PersonaCrypt device. **DO NOT** remove the PersonaCrypt device while logged in! Always log out of your session before physically removing the device. +.. index:: users, personacrypt, pefs +.. _PEFS Encryption: + +PEFS +^^^^ + +`PEFS `_ stands for Private Encrypted File System. It +is open source software freely available under the BSD license, and is +included in |trueos| by default. PEFS runs on top of any existing file +system, providing an encryption layer independent of the underlying file +system. PersonaCrypt can be configured to use PEFS in place of GELI, +which eliminates the need for external media, as the encrypted PEFS +database is stored on the local disk. + +.. warning:: While PEFS does not use a USB drive, be sure to print or + otherwise backup the PEFS generated key fragment stored on the disk. + +**Initialize PEFS with the Command Line** + +Because PEFS does not use a USB drive with its encryption, the user will +need a password file (pfile) containing the desired password, **before** +initializing PEFS for a user account. Once this pfile is created, +enabling PEFS through PersonaCrypt is accomplished in a CLI with +:command:`personacrypt init PEFS`. + +For example, the user account **test** has a pfile named +:file:`testpfile.txt`, which contains the single text string of **test's** +chosen password. Next, the administrator adds PEFS encryption to the +**test** acount by opening a CLI, logging in as root, and typing: + +.. code-block:: none + + # personacrypt init test testpfile.txt PEFS + +PersonaCrypt will initialize the account **test** with PEFS, using the +string in :file:`testpfile.txt` as the new password. + +The |sysadm| User Manager can also initialize a user account with PEFS +by choosing :guilabel:`on-disk encryption (PEFS)` in the +:guilabel:`Device` drop down menu of the :guilabel:`PersonaCrypt` tab. + +In addition to initializing an account with PEFS, PersonaCrypt also +supports importing and exporting PEFS on-disk keyfiles with +:command:`personacrypt export ` and +:command:`personacrypt import `, respectively. + .. index:: users .. _Managing Groups: diff --git a/docs/server_handbook/basics.rst b/docs/server_handbook/basics.rst index 1b0372c..d11eb9a 100644 --- a/docs/server_handbook/basics.rst +++ b/docs/server_handbook/basics.rst @@ -9,11 +9,11 @@ SysAdm™ files are currently available from the .. _building: -Building SysAdm™ ----------------- +Building |sysadm| +----------------- Several Qt Modules are required before attempting to build -SysAdm™: +|sysadm|: .. code-block:: none @@ -21,7 +21,7 @@ SysAdm™: Qt5 Concurrent (# pkg install qt5-concurrent) Qt5 Websockets (# pkg install qt5-websockets) -Building the prototype version of SysAdm™ assumes you have access to +Building the prototype version of |sysadm| assumes you have access to github.com. .. code-block:: none @@ -33,10 +33,10 @@ github.com. .. _starting: -Starting SysAdm™ ----------------- +Starting |sysadm| +----------------- -SysAdm™ can be started one of two ways: the traditional rc(8) +|sysadm| can be started one of two ways: the traditional rc(8) mechanism or using the new jobd(8) mechanism To run under rc(8) @@ -62,13 +62,13 @@ To run under jobd(8) % sudo jobctl org.pcbsd.sysadm-rest enable .. danger:: Several ports on the system firewall will need to be opened - for SysAdm™ to have remote access functionality: + for |sysadm| to have remote access functionality: * Port 12149 for WebSocket interaction. * Port 12150 for the REST interface. - * Port 12151 for the SysAdm™ bridge server. + * Port 12151 for the |sysadm| bridge server. - The user can also designate their own ports for SysAdm™. + The user can also designate their own ports for |sysadm|. .. _bridge init: @@ -77,7 +77,7 @@ Bridge Initialization Configuring and connecting to a bridge can be a complicated process. Thankfully, there are several steps that are done the first time a -server and bridge are configured with SysAdm™ but do not need to be +server and bridge are configured with |sysadm| but do not need to be repeated later. Once these steps are complete, it becomes a much simpler process for a new user to configure their client to communicate with the now configured server and bridge. @@ -125,7 +125,7 @@ Adding a Client to the Server/Bridge Connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. danger:: If you have an old SSL bundle from a pre-alpha version of - SysAdm™ created before June 2016, it will need to be removed prior to + |sysadm| created before June 2016, it will need to be removed prior to proceeding with the client initialization process. In the client UI, create or import an SSL key bundle as prompted by the diff --git a/docs/server_handbook/introduction.rst b/docs/server_handbook/introduction.rst index 941873a..93a0f5a 100644 --- a/docs/server_handbook/introduction.rst +++ b/docs/server_handbook/introduction.rst @@ -5,37 +5,44 @@ Introduction **Preface** -Written by users of the SysAdm™ management utility. +Written by users of the |sysadm| management utility. Version |version| Copyright © 2016 iXSystems®. -Welcome to SysAdm™! This documentation is intended to educate the user -on initializing and configuring the SysAdm™ remote management options. +The |sysadm| Server Handbook is freely available for sharing and +redistribution under the terms of the +`Creative Commons Attribution License `_. +This means you have permission to copy, distribute, translate, and adapt +the work as long as you attribute the |lumina| Project as the original +source of the Handbook. + +Welcome to |sysadm|! This documentation is intended to educate the user +on initializing and configuring the |sysadm| remote management options. Initialization and management will be documented in two separate chapters, :ref:`gettingstarted`, and :ref:`management`. -.. warning:: SysAdm™ is still under heavy development, and all +.. warning:: |sysadm| is still under heavy development, and all information contained in the documentation is subject to change. **What is SysAdm™?** -SysAdm™ is a middleware utility designed to streamline system management +|sysadm| is a middleware utility designed to streamline system management with options for both local and remote access. -.. note:: By default, SysAdm™ does **not** allow for remote access. +.. note:: By default, |sysadm| does **not** allow for remote access. The user must configure the system to allow this feature. -One unique element to SysAdm™ is how the middleware is designed to -modify the system directly. SysAdm™ has no middleware database, which -means all changes made with SysAdm™ modify the system configuration +One unique element to |sysadm| is how the middleware is designed to +modify the system directly. |sysadm| has no middleware database, which +means all changes made with |sysadm| modify the system configuration files directly, resulting in a system administrator no longer needing to -log into a system via SSH or relearn system management. SysAdm™ "speaks" +log into a system via SSH or relearn system management. |sysadm| "speaks" the same language, allowing for simple and effective system administration. -For remote access, SysAdm™ is being designed to route encrypted traffic +For remote access, |sysadm| is being designed to route encrypted traffic through a "bridge", a static announcement server which facilitates communication between the user's controlling device and the remote access system. @@ -47,14 +54,14 @@ record or alter critical information flow. **Would you like to know more?** -Documentation for the SysAdm™ project is split amongst three handbooks: +Documentation for the |sysadm| project is split amongst three handbooks: * **API Reference Guide**: A library of all API calls and WebSocket - requests for SysAdm™. This reference is constantly updated as new API + requests for |sysadm|. This reference is constantly updated as new API calls are written. It can be found at https://api.sysadm.us/. * **Client Handbook**: A detailed guide to all client side functions - of SysAdm™. + of |sysadm|. -* **Server Handbook**: A basic guide to initializing SysAdm™ with +* **Server Handbook**: A basic guide to initializing |sysadm| with a bridge and server connection. \ No newline at end of file diff --git a/docs/server_handbook/manage.rst b/docs/server_handbook/manage.rst index cf9de15..73ec436 100644 --- a/docs/server_handbook/manage.rst +++ b/docs/server_handbook/manage.rst @@ -1,14 +1,14 @@ .. _management: -Managing SysAdm™ -================ +Managing |sysadm| +================= -SysAdm™ comes with a standard configuration file located in +|sysadm| comes with a standard configuration file located in :file:`/usr/local/etc/sysadm.conf.dist`. It is possible to edit this file for a custom configuration, but the result will need to be saved as :file:`sysadm.conf`. Here are the -current default settings for SysAdm™: +current default settings for |sysadm|: .. code-block:: none @@ -36,5 +36,5 @@ This default configuration also has blacklist options: counter) BLACKLIST_AUTH_FAIL_RESET_MINUTES=10 -Please note these default options are subject to change as the SysAdm™ +Please note these default options are subject to change as the |sysadm| utility is developed. \ No newline at end of file diff --git a/docs/server_handbook/po/ar/LC_MESSAGES/basics.po b/docs/server_handbook/po/ar/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/ar/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/ar/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/ar/LC_MESSAGES/introduction.po b/docs/server_handbook/po/ar/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/ar/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/ar/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/ar/LC_MESSAGES/manage.po b/docs/server_handbook/po/ar/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/ar/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/ar/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/bg/LC_MESSAGES/basics.po b/docs/server_handbook/po/bg/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/bg/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/bg/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/bg/LC_MESSAGES/introduction.po b/docs/server_handbook/po/bg/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/bg/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/bg/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/bg/LC_MESSAGES/manage.po b/docs/server_handbook/po/bg/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/bg/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/bg/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/da/LC_MESSAGES/basics.po b/docs/server_handbook/po/da/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/da/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/da/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/da/LC_MESSAGES/introduction.po b/docs/server_handbook/po/da/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/da/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/da/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/da/LC_MESSAGES/manage.po b/docs/server_handbook/po/da/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/da/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/da/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/de/LC_MESSAGES/basics.po b/docs/server_handbook/po/de/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/de/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/de/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/de/LC_MESSAGES/introduction.po b/docs/server_handbook/po/de/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/de/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/de/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/de/LC_MESSAGES/manage.po b/docs/server_handbook/po/de/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/de/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/de/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/es/LC_MESSAGES/basics.po b/docs/server_handbook/po/es/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/es/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/es/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/es/LC_MESSAGES/introduction.po b/docs/server_handbook/po/es/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/es/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/es/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/es/LC_MESSAGES/manage.po b/docs/server_handbook/po/es/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/es/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/es/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/fr/LC_MESSAGES/basics.po b/docs/server_handbook/po/fr/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/fr/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/fr/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/fr/LC_MESSAGES/introduction.po b/docs/server_handbook/po/fr/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/fr/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/fr/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/fr/LC_MESSAGES/manage.po b/docs/server_handbook/po/fr/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/fr/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/fr/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/id/LC_MESSAGES/basics.po b/docs/server_handbook/po/id/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/id/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/id/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/id/LC_MESSAGES/introduction.po b/docs/server_handbook/po/id/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/id/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/id/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/id/LC_MESSAGES/manage.po b/docs/server_handbook/po/id/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/id/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/id/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/it/LC_MESSAGES/basics.po b/docs/server_handbook/po/it/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/it/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/it/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/it/LC_MESSAGES/introduction.po b/docs/server_handbook/po/it/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/it/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/it/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/it/LC_MESSAGES/manage.po b/docs/server_handbook/po/it/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/it/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/it/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/pt_BR/LC_MESSAGES/basics.po b/docs/server_handbook/po/pt_BR/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/pt_BR/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/pt_BR/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/pt_BR/LC_MESSAGES/introduction.po b/docs/server_handbook/po/pt_BR/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/pt_BR/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/pt_BR/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/pt_BR/LC_MESSAGES/manage.po b/docs/server_handbook/po/pt_BR/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/pt_BR/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/pt_BR/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/tr/LC_MESSAGES/basics.po b/docs/server_handbook/po/tr/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/tr/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/tr/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/tr/LC_MESSAGES/introduction.po b/docs/server_handbook/po/tr/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/tr/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/tr/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/tr/LC_MESSAGES/manage.po b/docs/server_handbook/po/tr/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/tr/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/tr/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/uk/LC_MESSAGES/basics.po b/docs/server_handbook/po/uk/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/uk/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/uk/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/uk/LC_MESSAGES/introduction.po b/docs/server_handbook/po/uk/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/uk/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/uk/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/uk/LC_MESSAGES/manage.po b/docs/server_handbook/po/uk/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/uk/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/uk/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/zh_CN/LC_MESSAGES/basics.po b/docs/server_handbook/po/zh_CN/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/zh_CN/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/zh_CN/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/zh_CN/LC_MESSAGES/introduction.po b/docs/server_handbook/po/zh_CN/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/zh_CN/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/zh_CN/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/zh_CN/LC_MESSAGES/manage.po b/docs/server_handbook/po/zh_CN/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/zh_CN/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/zh_CN/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/po/zh_HK/LC_MESSAGES/basics.po b/docs/server_handbook/po/zh_HK/LC_MESSAGES/basics.po index 7ba570c..fd2f47d 100644 --- a/docs/server_handbook/po/zh_HK/LC_MESSAGES/basics.po +++ b/docs/server_handbook/po/zh_HK/LC_MESSAGES/basics.po @@ -22,30 +22,6 @@ msgid "" "`_" msgstr "" -#: ../../basics.rst:22 -msgid "Building SysAdm™" -msgstr "" - -#: ../../basics.rst:24 -msgid "Several Qt Modules are required before attempting to build SysAdm™:" -msgstr "" - -#: ../../basics.rst:33 -msgid "" -"Building the prototype version of SysAdm™ assumes you have access to " -"github.com." -msgstr "" - -#: ../../basics.rst:46 -msgid "Starting SysAdm™" -msgstr "" - -#: ../../basics.rst:48 -msgid "" -"SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " -"using the new jobd(8) mechanism" -msgstr "" - #: ../../basics.rst:51 msgid "To run under rc(8)" msgstr "" @@ -54,12 +30,6 @@ msgstr "" msgid "To run under jobd(8)" msgstr "" -#: ../../basics.rst:73 -msgid "" -"Several ports on the system firewall will need to be opened for SysAdm™ to " -"have remote access functionality:" -msgstr "" - #: ../../basics.rst:76 msgid "Port 12149 for WebSocket interaction." msgstr "" @@ -68,28 +38,10 @@ msgstr "" msgid "Port 12150 for the REST interface." msgstr "" -#: ../../basics.rst:78 -msgid "Port 12151 for the SysAdm™ bridge server." -msgstr "" - -#: ../../basics.rst:80 -msgid "The user can also designate their own ports for SysAdm™." -msgstr "" - #: ../../basics.rst:85 msgid "Bridge Initialization" msgstr "" -#: ../../basics.rst:87 -msgid "" -"Configuring and connecting to a bridge can be a complicated process. " -"Thankfully, there are several steps that are done the first time a server " -"and bridge are configured with SysAdm™ but do not need to be repeated later." -" Once these steps are complete, it becomes a much simpler process for a new " -"user to configure their client to communicate with the now configured server" -" and bridge." -msgstr "" - #: ../../basics.rst:94 msgid "" "A list of current commands is available by typing :command:`-h` after the " @@ -146,13 +98,6 @@ msgstr "" msgid "Adding a Client to the Server/Bridge Connection" msgstr "" -#: ../../basics.rst:136 -msgid "" -"If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " -"before June 2016, it will need to be removed prior to proceeding with the " -"client initialization process." -msgstr "" - #: ../../basics.rst:140 msgid "" "In the client UI, create or import an SSL key bundle as prompted by the UI. " @@ -190,3 +135,103 @@ msgid "" " within it. Click on the bridged system to will open the standard UI, but " "note the connection is still being relayed through the bridge." msgstr "" + +#: ../../basics.rst:22 +msgid "Building |sysadm|" +msgstr "" + +#: ../../basics.rst:24 +msgid "Several Qt Modules are required before attempting to build |sysadm|:" +msgstr "" + +#: ../../basics.rst:33 +msgid "" +"Building the prototype version of |sysadm| assumes you have access to " +"github.com." +msgstr "" + +#: ../../basics.rst:46 +msgid "Starting |sysadm|" +msgstr "" + +#: ../../basics.rst:48 +msgid "" +"|sysadm| can be started one of two ways: the traditional rc(8) mechanism or " +"using the new jobd(8) mechanism" +msgstr "" + +#: ../../basics.rst:73 +msgid "" +"Several ports on the system firewall will need to be opened for |sysadm| to " +"have remote access functionality:" +msgstr "" + +#: ../../basics.rst:78 +msgid "Port 12151 for the |sysadm| bridge server." +msgstr "" + +#: ../../basics.rst:80 +msgid "The user can also designate their own ports for |sysadm|." +msgstr "" + +#: ../../basics.rst:87 +msgid "" +"Configuring and connecting to a bridge can be a complicated process. " +"Thankfully, there are several steps that are done the first time a server " +"and bridge are configured with |sysadm| but do not need to be repeated " +"later. Once these steps are complete, it becomes a much simpler process for " +"a new user to configure their client to communicate with the now configured " +"server and bridge." +msgstr "" + +#: ../../basics.rst:136 +msgid "" +"If you have an old SSL bundle from a pre-alpha version of |sysadm| created " +"before June 2016, it will need to be removed prior to proceeding with the " +"client initialization process." +msgstr "" + +#~ msgid "Building SysAdm™" +#~ msgstr "" + +#~ msgid "Several Qt Modules are required before attempting to build SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Building the prototype version of SysAdm™ assumes you have access to " +#~ "github.com." +#~ msgstr "" + +#~ msgid "Starting SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ can be started one of two ways: the traditional rc(8) mechanism or " +#~ "using the new jobd(8) mechanism" +#~ msgstr "" + +#~ msgid "" +#~ "Several ports on the system firewall will need to be opened for SysAdm™ to " +#~ "have remote access functionality:" +#~ msgstr "" + +#~ msgid "Port 12151 for the SysAdm™ bridge server." +#~ msgstr "" + +#~ msgid "The user can also designate their own ports for SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "Configuring and connecting to a bridge can be a complicated process. " +#~ "Thankfully, there are several steps that are done the first time a server " +#~ "and bridge are configured with SysAdm™ but do not need to be repeated later." +#~ " Once these steps are complete, it becomes a much simpler process for a new " +#~ "user to configure their client to communicate with the now configured server" +#~ " and bridge." +#~ msgstr "" + +#~ msgid "" +#~ "If you have an old SSL bundle from a pre-alpha version of SysAdm™ created " +#~ "before June 2016, it will need to be removed prior to proceeding with the " +#~ "client initialization process." +#~ msgstr "" diff --git a/docs/server_handbook/po/zh_HK/LC_MESSAGES/introduction.po b/docs/server_handbook/po/zh_HK/LC_MESSAGES/introduction.po index 3d5450c..c512cb5 100644 --- a/docs/server_handbook/po/zh_HK/LC_MESSAGES/introduction.po +++ b/docs/server_handbook/po/zh_HK/LC_MESSAGES/introduction.po @@ -19,10 +19,6 @@ msgstr "" msgid "**Preface**" msgstr "" -#: ../../introduction.rst:17 -msgid "Written by users of the SysAdm™ management utility." -msgstr "" - #: ../../introduction.rst:19 msgid "Version |version|" msgstr "" @@ -31,55 +27,11 @@ msgstr "" msgid "Copyright © 2016 iXSystems®." msgstr "" -#: ../../introduction.rst:23 -msgid "" -"Welcome to SysAdm™! This documentation is intended to educate the user on " -"initializing and configuring the SysAdm™ remote management options. " -"Initialization and management will be documented in two separate chapters, " -":ref:`gettingstarted`, and :ref:`management`." -msgstr "" - -#: ../../introduction.rst:28 -msgid "" -"SysAdm™ is still under heavy development, and all information contained in " -"the documentation is subject to change." -msgstr "" - -#: ../../introduction.rst:31 +#: ../../introduction.rst:38 msgid "**What is SysAdm™?**" msgstr "" -#: ../../introduction.rst:33 -msgid "" -"SysAdm™ is a middleware utility designed to streamline system management " -"with options for both local and remote access." -msgstr "" - -#: ../../introduction.rst:36 -msgid "" -"By default, SysAdm™ does **not** allow for remote access. The user must " -"configure the system to allow this feature." -msgstr "" - -#: ../../introduction.rst:39 -msgid "" -"One unique element to SysAdm™ is how the middleware is designed to modify " -"the system directly. SysAdm™ has no middleware database, which means all " -"changes made with SysAdm™ modify the system configuration files directly, " -"resulting in a system administrator no longer needing to log into a system " -"via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " -"allowing for simple and effective system administration." -msgstr "" - -#: ../../introduction.rst:47 -msgid "" -"For remote access, SysAdm™ is being designed to route encrypted traffic " -"through a \"bridge\", a static announcement server which facilitates " -"communication between the user's controlling device and the remote access " -"system." -msgstr "" - -#: ../../introduction.rst:52 +#: ../../introduction.rst:59 msgid "" "In order to address security concerns, the bridge device is always " "considered \"untrusted\" and several layers of encryption are added to all " @@ -87,30 +39,148 @@ msgid "" " alter critical information flow." msgstr "" -#: ../../introduction.rst:57 +#: ../../introduction.rst:64 msgid "**Would you like to know more?**" msgstr "" -#: ../../introduction.rst:59 -msgid "" -"Documentation for the SysAdm™ project is split amongst three handbooks:" +#: ../../introduction.rst:17 +msgid "Written by users of the |sysadm| management utility." msgstr "" -#: ../../introduction.rst:61 +#: ../../introduction.rst:23 msgid "" -"**API Reference Guide**: A library of all API calls and WebSocket requests " -"for SysAdm™. This reference is constantly updated as new API calls are " -"written. It can be found at https://api.sysadm.us/." +"The |sysadm| Server Handbook is freely available for sharing and " +"redistribution under the terms of the `Creative Commons Attribution License " +"`_. This means you have " +"permission to copy, distribute, translate, and adapt the work as long as you" +" attribute the |lumina| Project as the original source of the Handbook." msgstr "" -#: ../../introduction.rst:65 +#: ../../introduction.rst:30 msgid "" -"**Client Handbook**: A detailed guide to all client side functions of " -"SysAdm™." +"Welcome to |sysadm|! This documentation is intended to educate the user on " +"initializing and configuring the |sysadm| remote management options. " +"Initialization and management will be documented in two separate chapters, " +":ref:`gettingstarted`, and :ref:`management`." +msgstr "" + +#: ../../introduction.rst:35 +msgid "" +"|sysadm| is still under heavy development, and all information contained in " +"the documentation is subject to change." +msgstr "" + +#: ../../introduction.rst:40 +msgid "" +"|sysadm| is a middleware utility designed to streamline system management " +"with options for both local and remote access." +msgstr "" + +#: ../../introduction.rst:43 +msgid "" +"By default, |sysadm| does **not** allow for remote access. The user must " +"configure the system to allow this feature." +msgstr "" + +#: ../../introduction.rst:46 +msgid "" +"One unique element to |sysadm| is how the middleware is designed to modify " +"the system directly. |sysadm| has no middleware database, which means all " +"changes made with |sysadm| modify the system configuration files directly, " +"resulting in a system administrator no longer needing to log into a system " +"via SSH or relearn system management. |sysadm| \"speaks\" the same language," +" allowing for simple and effective system administration." +msgstr "" + +#: ../../introduction.rst:54 +msgid "" +"For remote access, |sysadm| is being designed to route encrypted traffic " +"through a \"bridge\", a static announcement server which facilitates " +"communication between the user's controlling device and the remote access " +"system." +msgstr "" + +#: ../../introduction.rst:66 +msgid "" +"Documentation for the |sysadm| project is split amongst three handbooks:" msgstr "" #: ../../introduction.rst:68 msgid "" -"**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" -" server connection." +"**API Reference Guide**: A library of all API calls and WebSocket requests " +"for |sysadm|. This reference is constantly updated as new API calls are " +"written. It can be found at https://api.sysadm.us/." msgstr "" + +#: ../../introduction.rst:72 +msgid "" +"**Client Handbook**: A detailed guide to all client side functions of " +"|sysadm|." +msgstr "" + +#: ../../introduction.rst:75 +msgid "" +"**Server Handbook**: A basic guide to initializing |sysadm| with a bridge " +"and server connection." +msgstr "" + +#~ msgid "Written by users of the SysAdm™ management utility." +#~ msgstr "" + +#~ msgid "" +#~ "Welcome to SysAdm™! This documentation is intended to educate the user on " +#~ "initializing and configuring the SysAdm™ remote management options. " +#~ "Initialization and management will be documented in two separate chapters, " +#~ ":ref:`gettingstarted`, and :ref:`management`." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is still under heavy development, and all information contained in " +#~ "the documentation is subject to change." +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ is a middleware utility designed to streamline system management " +#~ "with options for both local and remote access." +#~ msgstr "" + +#~ msgid "" +#~ "By default, SysAdm™ does **not** allow for remote access. The user must " +#~ "configure the system to allow this feature." +#~ msgstr "" + +#~ msgid "" +#~ "One unique element to SysAdm™ is how the middleware is designed to modify " +#~ "the system directly. SysAdm™ has no middleware database, which means all " +#~ "changes made with SysAdm™ modify the system configuration files directly, " +#~ "resulting in a system administrator no longer needing to log into a system " +#~ "via SSH or relearn system management. SysAdm™ \"speaks\" the same language, " +#~ "allowing for simple and effective system administration." +#~ msgstr "" + +#~ msgid "" +#~ "For remote access, SysAdm™ is being designed to route encrypted traffic " +#~ "through a \"bridge\", a static announcement server which facilitates " +#~ "communication between the user's controlling device and the remote access " +#~ "system." +#~ msgstr "" + +#~ msgid "" +#~ "Documentation for the SysAdm™ project is split amongst three handbooks:" +#~ msgstr "" + +#~ msgid "" +#~ "**API Reference Guide**: A library of all API calls and WebSocket requests " +#~ "for SysAdm™. This reference is constantly updated as new API calls are " +#~ "written. It can be found at https://api.sysadm.us/." +#~ msgstr "" + +#~ msgid "" +#~ "**Client Handbook**: A detailed guide to all client side functions of " +#~ "SysAdm™." +#~ msgstr "" + +#~ msgid "" +#~ "**Server Handbook**: A basic guide to initializing SysAdm™ with a bridge and" +#~ " server connection." +#~ msgstr "" diff --git a/docs/server_handbook/po/zh_HK/LC_MESSAGES/manage.po b/docs/server_handbook/po/zh_HK/LC_MESSAGES/manage.po index 27c9d50..87a2d61 100644 --- a/docs/server_handbook/po/zh_HK/LC_MESSAGES/manage.po +++ b/docs/server_handbook/po/zh_HK/LC_MESSAGES/manage.po @@ -11,13 +11,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../../manage.rst:32 +msgid "This default configuration also has blacklist options:" +msgstr "" + #: ../../manage.rst:13 -msgid "Managing SysAdm™" +msgid "Managing |sysadm|" msgstr "" #: ../../manage.rst:15 msgid "" -"SysAdm™ comes with a standard configuration file located in " +"|sysadm| comes with a standard configuration file located in " ":file:`/usr/local/etc/sysadm.conf.dist`." msgstr "" @@ -25,15 +29,30 @@ msgstr "" msgid "" "It is possible to edit this file for a custom configuration, but the result " "will need to be saved as :file:`sysadm.conf`. Here are the current default " -"settings for SysAdm™:" -msgstr "" - -#: ../../manage.rst:32 -msgid "This default configuration also has blacklist options:" +"settings for |sysadm|:" msgstr "" #: ../../manage.rst:48 msgid "" -"Please note these default options are subject to change as the SysAdm™ " +"Please note these default options are subject to change as the |sysadm| " "utility is developed." msgstr "" + +#~ msgid "Managing SysAdm™" +#~ msgstr "" + +#~ msgid "" +#~ "SysAdm™ comes with a standard configuration file located in " +#~ ":file:`/usr/local/etc/sysadm.conf.dist`." +#~ msgstr "" + +#~ msgid "" +#~ "It is possible to edit this file for a custom configuration, but the result " +#~ "will need to be saved as :file:`sysadm.conf`. Here are the current default " +#~ "settings for SysAdm™:" +#~ msgstr "" + +#~ msgid "" +#~ "Please note these default options are subject to change as the SysAdm™ " +#~ "utility is developed." +#~ msgstr "" diff --git a/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css b/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css index f972c01..62b2787 100644 --- a/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css +++ b/docs/server_handbook/themes/trueos_style/static/css/trueos_style.css @@ -2185,20 +2185,20 @@ p { margin-bottom: 24px } h1 { - font-size: 100% + font-size: 2em } -h2, -.rst-content p.caption { - font-size: 100% +h2 { + font-size: 1.75em } h3 { - font-size: 100% + font-size: 1.5em } -h4 { - font-size: 100% +h4, +.rst-content p.caption { + font-size: 1.25em } h5 { - font-size: 110% + font-size: 1.1em } h6 { font-size: 100% @@ -2890,6 +2890,25 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730000', end padding: 4px 6px; margin-bottom: 0.809em } +#wy-menu\ rst-imagebox2 { + margin-top: 15px; + margin-left: 20px; + margin-right: 20px; + border: 3px solid gray; + border-radius: 8px; + background: gray; + font-size: 75%; + margin-left: auto; + margin-right: auto; + } + + +#wy-menu\ rst-imagebox2 > a:nth-child(4) > img:nth-child(1) { + width: 75%; + margin: 0 auto; + display: block; +} + .wy-side-nav-search>a:hover, .wy-side-nav-search .wy-dropdown>a:hover { background: rgba(255,255,255,0.1) none repeat scroll 0 0; @@ -3682,10 +3701,9 @@ span[id*='MathJax-Span'] { .wy-nav-side, div.related { background: #28343b; -background: -moz-linear-gradient(top, #28343b 0%, #28343b 100%); -background: -webkit-linear-gradient(top, #28343b 0%,#28343b 100%); -background: linear-gradient(to bottom, #28343b 0%,#28343b 100%); -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#28343b',GradientType=0 ); + /*background-image:url("../transparentfireball.png"); + background-position: center center; + background-repeat: no-repeat;*/ } code.kbd, code.file, diff --git a/port-files/Makefile b/port-files/Makefile index 5e5e53a..5689286 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -15,6 +15,8 @@ USE_QT5= concurrent core network buildtools qmake gui websockets USES= pkgconfig tar:xz qmake MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} +USE_OPENRC_SUBR= sysadm sysadm-bridge sysadm-rest + USE_GITHUB= yes GH_ACCOUNT= pcbsd GH_PROJECT= sysadm diff --git a/port-files/files/sysadm-bridge.in b/port-files/files/sysadm-bridge.in new file mode 100755 index 0000000..d7244b1 --- /dev/null +++ b/port-files/files/sysadm-bridge.in @@ -0,0 +1,45 @@ +#!/sbin/openrc-run +# Copyright (c) 2016 Ken Moore +# Released under the 2-clause BSD license + +name="SysAdm Server (Bridge)" + +depend() { + need net + after bootmisc + keyword -shutdown +} + +start() +{ + ebegin "Starting $name" + start-stop-daemon --start -m -b -p /var/run/sysadm-bridge.pid \ + %%PREFIX%%/bin/sysadm-bridge + eend $? +} + +stop() +{ + ebegin "Stopping $name" + start-stop-daemon --stop --exec %%PREFIX%%/bin/sysadm-bridge \ + -p /var/run/sysadm-bridge.pid + eend $? +} + +ssl_keygen() +{ + if [ ! -d "%%PREFIX%%/etc/sysadm" ] ; then + mkdir -p %%PREFIX%%/etc/sysadm + fi + if [ ! -e "%%PREFIX%%/etc/sysadm/ws_bridge.key" ] ; then + openssl req -x509 -nodes -newkey rsa:2048 \ + -keyout %%PREFIX%%/etc/sysadm/ws_bridge.key \ + -out %%PREFIX%%/etc/sysadm/ws_bridge.crt -days 102400 \ + -subj "/C=US/ST=MY/L=NULL/O=SysAdm/OU=SysAdm/CN=SysAdm/emailAddress=none@example.org" 2>/dev/null + fi +} + +start_pre() +{ + ssl_keygen "$1" +} diff --git a/port-files/files/sysadm-rest.in b/port-files/files/sysadm-rest.in new file mode 100755 index 0000000..8414b07 --- /dev/null +++ b/port-files/files/sysadm-rest.in @@ -0,0 +1,43 @@ +#!/sbin/openrc-run +# Copyright (c) 2016 Ken Moore +# Released under the 2-clause BSD license + +name="SysAdm Server (REST)" + +depend() { + need net + after bootmisc + keyword -shutdown +} + +start() +{ + ebegin "Starting $name" + start-stop-daemon --start -m -b -p /var/run/sysadm-rest.pid \ + %%PREFIX%%/bin/sysadm-binary -- -rest + eend $? +} + +stop() +{ + ebegin "Stopping $name" + start-stop-daemon --stop --exec %%PREFIX%%/bin/sysadm-binary \ + -p /var/run/sysadm-rest.pid + eend $? +} + +ssl_keygen() +{ + if [ ! -d "%%PREFIX%%/etc/sysadm" ] ; then + mkdir -p %%PREFIX%%/etc/sysadm + fi + openssl req -x509 -nodes -newkey rsa:2048 \ + -keyout %%PREFIX%%/etc/sysadm/restserver.key \ + -out %%PREFIX%%/etc/sysadm/restserver.crt -days 1024 \ + -subj "/C=US/ST=MY/L=NULL/O=SysAdm/OU=SysAdm/CN=SysAdm/emailAddress=none@example.org" 2>/dev/null +} + +start_pre() +{ + ssl_keygen "$1" +} diff --git a/port-files/files/sysadm.in b/port-files/files/sysadm.in new file mode 100755 index 0000000..5136270 --- /dev/null +++ b/port-files/files/sysadm.in @@ -0,0 +1,43 @@ +#!/sbin/openrc-run +# Copyright (c) 2016 Ken Moore +# Released under the 2-clause BSD license + +name="SysAdm Server (WebSocket)" + +depend() { + need net + after bootmisc + keyword -shutdown +} + +start() +{ + ebegin "Starting $name" + start-stop-daemon --start -m -b -p /var/run/sysadm.pid \ + %%PREFIX%%/bin/sysadm-binary + eend $? +} + +stop() +{ + ebegin "Stopping $name" + start-stop-daemon --stop --exec %%PREFIX%%/bin/sysadm-binary \ + -p /var/run/sysadm.pid + eend $? +} + +ssl_keygen() +{ + if [ ! -d "%%PREFIX%%/etc/sysadm" ] ; then + mkdir -p %%PREFIX%%/etc/sysadm + fi + openssl req -x509 -nodes -newkey rsa:2048 \ + -keyout %%PREFIX%%/etc/sysadm/wsserver.key \ + -out %%PREFIX%%/etc/sysadm/wsserver.crt -days 1024 \ + -subj "/C=US/ST=MY/L=NULL/O=SysAdm/OU=SysAdm/CN=SysAdm/emailAddress=none@example.org" 2>/dev/null +} + +start_pre() +{ + ssl_keygen "$1" +} diff --git a/port-files/pkg-plist b/port-files/pkg-plist index f90269b..e4dcf27 100644 --- a/port-files/pkg-plist +++ b/port-files/pkg-plist @@ -3,9 +3,6 @@ bin/sysadm-server bin/sysadm-bridge bin/sysadm-bridge-start etc/sysadm.conf.dist -etc/init.d/sysadm -etc/init.d/sysadm-bridge -etc/init.d/sysadm-rest etc/rc.d/sysadm etc/rc.d/sysadm-bridge etc/rc.d/sysadm-rest diff --git a/src/init.d/sysadm b/src/init.d/sysadm deleted file mode 100755 index 49af3f4..0000000 --- a/src/init.d/sysadm +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright (c) 2016 Ken Moore -# Released under the 2-clause BSD license - -command="/usr/local/bin/sysadm-server" -command_args="" -pid=/var/run/sysadm.pid -name="SysAdm Server (WebSocket)" - -depend() { - need syscons network - after bootmisc -} diff --git a/src/init.d/sysadm-bridge b/src/init.d/sysadm-bridge deleted file mode 100755 index f3f3272..0000000 --- a/src/init.d/sysadm-bridge +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright (c) 2016 Ken Moore -# Released under the 2-clause BSD license - -command="/usr/local/bin/sysadm-bridge" -command_args="" -pid=/var/run/sysadm-bridge.pid -name="SysAdm Bridge" - -depend() { - need syscons network - after bootmisc -} diff --git a/src/init.d/sysadm-rest b/src/init.d/sysadm-rest deleted file mode 100755 index 84355f8..0000000 --- a/src/init.d/sysadm-rest +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright (c) 2016 Ken Moore -# Released under the 2-clause BSD license - -command="/usr/local/bin/sysadm-server" -command_args="-rest" -pid=/var/run/sysadm-rest.pid -name="SysAdm Server (REST)" - -depend() { - need syscons network - after bootmisc -} diff --git a/src/server/library/sysadm-pkg.cpp b/src/server/library/sysadm-pkg.cpp index 21cca54..c740034 100644 --- a/src/server/library/sysadm-pkg.cpp +++ b/src/server/library/sysadm-pkg.cpp @@ -331,11 +331,7 @@ QJsonArray PKG::list_categories(QString repo){ QJsonArray PKG::list_repos(bool updated){ QString dbdir = "/var/db/pkg/repo-%1.sqlite"; QDir confdir("/usr/local/etc/pkg/repos"); - QStringList confs = confdir.entryList(QStringList() << "*.conf", QDir::Files); - if(confs.isEmpty() && !updated){ - QProcess::execute("pkg update"); //need to update pkg configs - return list_repos(true); //try again recursively (will not try to update again) - } + QStringList confs = confdir.entryList(QStringList() << "*.conf", QDir::Files); QStringList found; found << "local"; //There is always a local database (for installed pkgs) for(int i=0; ichroot = chroot; this->ip = ip; + loadRCdata(); //loadServices(); } @@ -31,11 +32,12 @@ QList ServiceManager::GetServices() return services; } +// look at rcdata now QList ServiceManager::isRunning(QList services){ //return list in the same order as the input list QList out; for(int i=0; i ServiceManager::isEnabled(QList services){ //return list in the same order as the input list QList out; - loadRCdata(); //Now go through the list of services and report which ones are enabled for(int i=0; i services; Service loadServices(QString service = ""); //Return struct is optional - only used for a single service search - QHash rcdata; //rc.conf settings + QHash rcdata; //output of rc-status void loadRCdata(); + QHash unuseddata; + void loadUnusedData(); + + void loadRunlevels(); + + bool enableDisableService(QString name, bool enable=false); + QString chroot; QString ip; }; diff --git a/src/server/library/sysadm-users.cpp b/src/server/library/sysadm-users.cpp index 8a3d4a4..5b05bc9 100644 --- a/src/server/library/sysadm-users.cpp +++ b/src/server/library/sysadm-users.cpp @@ -92,10 +92,12 @@ bool UserManager::addUser(QJsonObject* out, QJsonObject obj){ QString dev = obj.value("personacrypt_init").toString(); if(dev.startsWith("/dev/")){ dev = dev.remove(0,5); } //Verify that the given device is valid - QStringList valid = getAvailablePersonaCryptDevices(); - for(int i=0; i