From 079b46391f3516012c33b3fac4f1a43bfaa531bf Mon Sep 17 00:00:00 2001 From: Brian (bex) Exelbierd Date: Jul 24 2017 20:26:40 +0000 Subject: Initial AsciiDoc/AsciiBinder Commit Based on F26 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..462d167 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +## AsciiBinder-specific ignores +_preview +_package +*.swp +diag-*.png +diag-*.png.cache + +## Project-specific ignores + diff --git a/Common_Content/Feedback.adoc b/Common_Content/Feedback.adoc new file mode 100644 index 0000000..d11787f --- /dev/null +++ b/Common_Content/Feedback.adoc @@ -0,0 +1,26 @@ + +:experimental: + +=== We want feedback +indexterm:[feedback,contact information for this manual] +If you find errors or have suggestions for improvement, we want your advice. Submit a report in Bugzilla against the product `{PRODUCT}` and the component `{BOOKID}`. The following link automatically loads this information for you: {BZURL}. + +In Bugzilla: + +. Provide a short summary of the error or your suggestion in the `Summary` field. + +. Copy the following template into the `Description` field and give us the details of the error or suggestion as specifically as you can. If possible, include some surrounding text so we know where the error occurs or the suggestion fits. ++ +[subs="quotes"] +---- +Document URL: + +Section number and name: + +Error or suggestion: + +Additional information: + +---- + +. Click the btn:[Submit Bug] button. diff --git a/Common_Content/Legal_Notice.adoc b/Common_Content/Legal_Notice.adoc new file mode 100644 index 0000000..b65d4a5 --- /dev/null +++ b/Common_Content/Legal_Notice.adoc @@ -0,0 +1,22 @@ + +:experimental: + +Copyright {YEAR} {HOLDER}. + +The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at link:++http://creativecommons.org/licenses/by-sa/3.0/++[]. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. + +Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. + +Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. + +For guidelines on the permitted uses of the Fedora trademarks, refer to link:++https://fedoraproject.org/wiki/Legal:Trademark_guidelines++[]. + +*Linux* (R) is the registered trademark of Linus Torvalds in the United States and other countries. + +*Java* (R) is a registered trademark of Oracle and/or its affiliates. + +*XFS* (R) is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. + +*MySQL* (R) is a registered trademark of MySQL AB in the United States, the European Union and other countries. + +All other trademarks are the property of their respective owners. diff --git a/Common_Content/images/title_logo.svg b/Common_Content/images/title_logo.svg new file mode 100644 index 0000000..e8fd52b --- /dev/null +++ b/Common_Content/images/title_logo.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..3b01bda --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,4 @@ +This work is licensed under the Creative Commons Attribution 4.0 International +License. To view a copy of this license, visit +http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative +Commons, PO Box 1866, Mountain View, CA 94042, USA. diff --git a/README.md b/README.md new file mode 100644 index 0000000..c41e238 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Fedora System Administrators Guide + +This is the content repository for the Fedora System Administrators Guide. + +Please report Issues and submit Pull Requests for **Content Fixes** here. General appearance issues and publishing issues should be reported against the [publisher](https://pagure.io/docs-reboot/docs-fp-o). + +## How to edit this document + +This document is coded in AsciiDoc. The content is in the en-US directory. There is a shared entity file in the en-US directory. Do not edit the content in the Common_Content directory. + +## Testing your changes locally + +To test your changes, first install `asciibinder` + +$ gem install ascii_binder + +To build your changes, from the root directory: + +``` +$ asciibinder package +$ firefox _package/main/index.html +``` diff --git a/_distro_map.yml b/_distro_map.yml new file mode 100644 index 0000000..ab89ff4 --- /dev/null +++ b/_distro_map.yml @@ -0,0 +1,14 @@ +--- +ascii_binder: + name: Fedora System Administrators Guide + author: Fedora Documentation Project + site: main + site_name: Home + site_url: https://docs.fedoraproject.org/ + branches: + master: + name: Rawhide + dir: rawhide + f26: + name: 26 + dir: f26 diff --git a/_images/favicon.ico b/_images/favicon.ico new file mode 100644 index 0000000..a912017 Binary files /dev/null and b/_images/favicon.ico differ diff --git a/_images/favicon32x32.png b/_images/favicon32x32.png new file mode 100644 index 0000000..d33bd5e Binary files /dev/null and b/_images/favicon32x32.png differ diff --git a/_images/fedora.svg b/_images/fedora.svg new file mode 100644 index 0000000..e8fd52b --- /dev/null +++ b/_images/fedora.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + diff --git a/_images/redhat-logo.png b/_images/redhat-logo.png new file mode 100644 index 0000000..f085f1a Binary files /dev/null and b/_images/redhat-logo.png differ diff --git a/_javascripts/.gitkeep b/_javascripts/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/_javascripts/.gitkeep diff --git a/_javascripts/bootstrap-offcanvas.js b/_javascripts/bootstrap-offcanvas.js new file mode 100644 index 0000000..62cf7b6 --- /dev/null +++ b/_javascripts/bootstrap-offcanvas.js @@ -0,0 +1,6 @@ +$(document).ready(function () { + $('[data-toggle="offcanvas"]').click(function () { + $('.sidebar').show(); + $('.row-offcanvas').toggleClass('active'); + }); +}); diff --git a/_stylesheets/asciibinder.css b/_stylesheets/asciibinder.css new file mode 100644 index 0000000..0e17a3d --- /dev/null +++ b/_stylesheets/asciibinder.css @@ -0,0 +1,568 @@ +@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css); +/* ------------------------------------------------------------ +Image: "Spin" https://www.flickr.com/photos/eflon/3655695161/ +Author: eflon https://www.flickr.com/photos/eflon/ +License: https://creativecommons.org/licenses/by/2.0/ +---------------------------------------------------------------*/ +.attribution { + text-align: center; + position: relative; + bottom: -20px; +} +.attribution .btn { + color: #808080; + color: rgba(175,175,175, .65); + font-size: 11px; +} +.attribution .btn:hover { + text-decoration: none; + color: #aaa; +} +.popover-content { + font-size: 12px; + line-height: 1.3; + font-weight: normal; +} + +@media screen and (max-width: 980px) { + body { + margin-bottom: 200px; + } + footer { + text-align: center; + } + footer .text-right { + text-align: center !important; + } + #footer_social .first { + margin-left: 0; + } + #footer_social > a { + top: 24px; + } +} + +.fa-inverse:hover { + color: #ccc; +} + +.collapse a.active { + background-color: #DEEAF4; + color: #000; + position: relative; +} + +.collapse a.active:hover { + text-decoration: none; +} + +.collapse a.active:before { + background-color: #A0C3E5; + content: ""; + display: inline-block; + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 3px; +} + +.main h2, .main .h2 { + border-top: 0px; + padding-top: 10px; +} + +.page-header { + height: 100% !important; +} + +.page-header h2{ + font-size: 28px; +} + +.navbar-brand { + padding: initial; + height: initial; +} + +.nav > li > a.hover{ + background-color: none; +} + +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { + position: relative; +} + +h2 > a.anchor, h3 > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { + display: block; + font-weight: normal; + margin-left: -1.5ex; + position: absolute; + text-align: center; + text-decoration: none !important; + visibility: hidden; + width: 1.5ex; + z-index: 1001; +} + +h2 > a.anchor:before, h3 > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { + content: "\f0c1"; + display: block; + font-family: FontAwesome; + font-size: 0.7em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + padding-top: 0.2em; +} + +h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { + font-size: 1em; +} + +h2:hover > a.anchor, +h2 > a.anchor:hover, +h3:hover > a.anchor, +h3 > a.anchor:hover, +h4:hover > a.anchor, +h4 > a.anchor:hover, +h5:hover > a.anchor, +h5 > a.anchor:hover, +h6:hover > a.anchor, +h6 > a.anchor:hover { + visibility: visible; +} + +.main { + border-left: 1px solid #e7e7e7; + margin-left: -1px; + padding-left: 25px; +} + + +@media (min-width: 768px) { + .main { + padding-left: 30px; + } +} + +/* + * Sidebar + */ + +.nav-header { + font-size: 16px; +} + +.nav-header ul { + font-size: 14px; +} + +.nav-header ul li a { + display: block; + padding: 5px 20px 5px 25px; + font-size: 13px; + font-weight: normal; +} + +.nav-sidebar .fa { + text-align: center; + top: -1px; + width: 14px; +} + +.nav-sidebar li a { + color: inherit; +} + +.nav-sidebar li a:hover { + color: #000; +} + +.nav-sidebar ul li ul.nav-tertiary li a { + padding-left: 50px; +} + +.nav-sidebar > li > a { + padding: 7px 0; +} + +.nav-sidebar > li > a:focus, .nav-sidebar > li > a:hover { + background: transparent; +} + +.sidebar { + font-weight: 300; + display: none; + padding-top: 13px; +} + +@media screen and (max-width: 767px) { + .sidebar { + padding-left: 30px; + padding-right: 0; + } +} + +@media screen and (min-width: 768px) { + .sidebar { + border-right: 1px solid #e7e7e7; + display: block; + } +} + +/* + * Off Canvas + * -------------------------------------------------- + */ + +body, html { + overflow-x: hidden; /* Prevent scroll on narrow devices */ +} + +.toggle-nav { + margin-right: 20px; +} + +@media screen and (max-width: 767px) { + .row-offcanvas { + position: relative; + -webkit-transition: all .25s ease-out; + -o-transition: all .25s ease-out; + transition: all .25s ease-out; + } + + .row-offcanvas-right { + right: 0; + } + + .row-offcanvas-left { + left: 0; + } + + .row-offcanvas-right + .sidebar-offcanvas { + right: -75%; /* 8 columns */ + } + + .row-offcanvas-left + .sidebar-offcanvas { + left: -75%; /* 8 columns */ + } + + .row-offcanvas-right.active { + right: 75%; /* 8 columns */ + } + + .row-offcanvas-left.active { + left: 75%; /* 8 columns */ + } + + .sidebar-offcanvas { + overflow: hidden; + position: absolute; + top: 0; + width: 75%; /* 8 columns */ + } +} + + p { + margin: 0 0 1.6em; + } + + /* Remnants of Asciidoctor default stylesheet - remove styles as needed */ + +#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } +.left { float: left !important; } +.right { float: right !important; } +.text-left { text-align: left !important; } +.text-right { text-align: right !important; } +.text-center { text-align: center !important; } +.text-justify { text-align: justify !important; } +.hide { display: none; } +.subheader, #content #toctitle, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.4; color: #7a2518; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; } +abbr, acronym { text-transform: uppercase; font-size: 90%; color: #333333; border-bottom: 1px dotted #dddddd; cursor: help; } +abbr { text-transform: none; } +blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 3px solid #487c58; } +blockquote cite { display: block; font-size: inherit; color: #454545; } +blockquote cite:before { content: "\2014 \0020"; } +blockquote cite a, blockquote cite a:visited { color: #454545; } +blockquote, blockquote p { line-height: 1.6; color: #6e6e6e; } +@media only screen and (min-width: 768px) { + #toctitle, .sidebarblock > .content > .title { line-height: 1.4; } + #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; } +} +table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; } +table thead, table tfoot { background: whitesmoke; font-weight: bold; } +table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #333333; text-align: left; } +table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #333333; } +table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; } +table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; } +.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; } +.clearfix:after, .float-group:after { clear: both; } +*:not(pre) > code { font-size: inherit; padding: 0; white-space: nowrap; background-color: inherit; border: 0 solid #dddddd; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; line-height: 1; } +.keyseq { color: #666666; } +kbd:not(.keyseq) { display: inline-block; color: #333333; font-size: 0.75em; line-height: 1.4; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; } +.keyseq kbd:first-child { margin-left: 0; } +.keyseq kbd:last-child { margin-right: 0; } +.menuseq, .menu { color: #1a1a1a; } +b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; } +b.button:before { content: "["; padding: 0 3px 0 2px; } +b.button:after { content: "]"; padding: 0 2px 0 3px; } +p a > code:hover { color: #561309; } +#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; } +#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; } +#header:after, #content:after, #footnotes:after, #footer:after { clear: both; } +#content:before { content: none; } +#header { margin-bottom: 2.5em; } +#header > h1 { color: black; font-weight: 300; border-bottom: 1px solid #d8d8d8; margin-bottom: -28px; padding-bottom: 32px; } +#header span { color: #6e6e6e; } +#header #revnumber { text-transform: capitalize; } +#header br { display: none; } +#header br + span { padding-left: 3px; } +#header br + span:before { content: "\2013 \0020"; } +#header br + span.author { padding-left: 0; } +#header br + span.author:before { content: ", "; } +#toc { border-bottom: 3px double #e5e5e5; padding-top: 1em; padding-bottom: 1.25em; } +#toc > ul { margin-left: 0.25em; } +#toc ul.sectlevel0 > li > a { font-style: italic; } +#toc ul.sectlevel0 ul.sectlevel1 { margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; } +#toc ul { font-family: "Open Sans", "DejaVu Sans", "Sans", sans-serif; list-style-type: none; } +#toc a { text-decoration: none; } +#toc a:active { text-decoration: underline; } +#toctitle { color: #7a2518; } +@media only screen and (min-width: 768px) { body.toc2 { padding-left: 15em; padding-right: 0; } + #toc.toc2 { background-color: #fafaf9; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #e5e5e5; border-bottom: 0; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; } + #toc.toc2 #toctitle { margin-top: 0; font-size: 1.2em; } + #toc.toc2 > ul { font-size: .90em; margin-bottom: 0; } + #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; } + #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; } + body.toc2.toc-right { padding-left: 0; padding-right: 15em; } + body.toc2.toc-right #toc.toc2 { border-right: 0; border-left: 1px solid #e5e5e5; left: auto; right: 0; } } +@media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; } + #toc.toc2 { width: 20em; } + #toc.toc2 #toctitle { font-size: 1.375em; } + #toc.toc2 > ul { font-size: 0.95em; } + #toc.toc2 ul ul { padding-left: 1.25em; } + body.toc2.toc-right { padding-left: 0; padding-right: 20em; } } +#content #toc { border-style: solid; border-width: 1px; border-color: #e3e3dd; margin-bottom: 1.25em; padding: 1.25em; background: #fafaf9; border-width: 0; -webkit-border-radius: 4px; border-radius: 4px; } +#content #toc > :first-child { margin-top: 0; } +#content #toc > :last-child { margin-bottom: 0; } +#content #toctitle { font-size: 1.375em; } +#footer { max-width: 100%; background-color: #333333; padding: 1.25em; } +#footer-text { color: #cccccc; line-height: 1.44; } +.audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .verseblock, .videoblock { margin-bottom: 2.5em; } +.admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; font-family: "Noto Serif", "DejaVu Serif", "Serif", serif; font-weight: normal; font-style: italic; } +table.tableblock > caption.title { white-space: nowrap; overflow: visible; max-width: 0; } +table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; } +.admonitionblock > table { border: 0; background: none; width: 100%; } +.admonitionblock > table td.icon { text-align: center; width: 80px; } +.admonitionblock > table td.icon img { max-width: none; } +.admonitionblock > table td.icon .title { font-weight: 300; text-transform: uppercase; } +.admonitionblock > table td.content { padding-left: 0; padding-right: 1.25em; color: #6e6e6e; } +.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; } +.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; } +.exampleblock > .content > :first-child { margin-top: 0; } +.exampleblock > .content > :last-child { margin-bottom: 0; } +.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; } +.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; } +.exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; } +.exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #e3e3dd; box-shadow: 0 1px 8px #e3e3dd; } +.sidebarblock { border-style: solid; border-width: 1px; border-color: #e3e3dd; margin-top: -1.0em; margin-bottom: 1.6em; padding: .5em; background: #F1F3F5; -webkit-border-radius: 4px; border-radius: 4px; overflow-x: auto; } +.sidebarblock > :first-child { margin-top: 0; } +.sidebarblock > :last-child { margin-bottom: 0; } +.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; } +.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; } +.sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; } +.sidebarblock > .content > .title { color: #7a2518; margin-top: 0; line-height: 1.6; } +.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; } +.literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { border: 0px; background-color: #F0F3F5; -webkit-border-radius: 5px; border-radius: 5px; padding: 1.5em 2.5em; word-wrap: break-word; } +.literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } +.literalblock pre > code, .literalblock pre[class] > code, .listingblock pre > code, .listingblock pre[class] > code { display: block; } +.listingblock > .content { position: relative; } +.listingblock:hover code[class*=" language-"]:before { text-transform: uppercase; font-size: 0.9em; color: #999; position: absolute; top: 0.375em; right: 0.375em; } +.listingblock:hover code.asciidoc:before { content: "asciidoc"; } +.listingblock:hover code.clojure:before { content: "clojure"; } +.listingblock:hover code.css:before { content: "css"; } +.listingblock:hover code.go:before { content: "go"; } +.listingblock:hover code.groovy:before { content: "groovy"; } +.listingblock:hover code.html:before { content: "html"; } +.listingblock:hover code.java:before { content: "java"; } +.listingblock:hover code.javascript:before { content: "javascript"; } +.listingblock:hover code.python:before { content: "python"; } +.listingblock:hover code.ruby:before { content: "ruby"; } +.listingblock:hover code.sass:before { content: "sass"; } +.listingblock:hover code.scss:before { content: "scss"; } +.listingblock:hover code.xml:before { content: "xml"; } +.listingblock:hover code.yaml:before { content: "yaml"; } +.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; } +.listingblock.terminal pre .command:not([data-prompt]):before { content: '$'; } +table.pyhltable { border: 0; margin-bottom: 0; } +table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; } +table.pyhltable td.code { padding-left: .75em; padding-right: 0; } +.highlight.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #d8d8d8; } +.highlight.pygments .lineno { display: inline-block; margin-right: .25em; } +table.pyhltable .linenodiv { background-color: transparent !important; padding-right: 0 !important; } +.quoteblock { margin: 0 0 1.25em 0; padding: 0.5625em 1.25em 0 1.1875em; border-left: 3px solid #487c58; } +.quoteblock blockquote { margin: 0 0 1.25em 0; padding: 0 0 0.625em 0; border: 0; } +.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; } +.quoteblock .attribution { margin-top: -0.625em; padding-bottom: 0.625em; font-size: inherit; color: #454545; line-height: 1.6; } +.quoteblock .attribution br { display: none; } +.quoteblock .attribution cite { display: block; } +table.tableblock { max-width: 100%; } +table.tableblock td .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0; } +table.spread { width: 100%; } +table.tableblock, th.tableblock, td.tableblock { border: 0 solid #dddddd; } +table.grid-all th.tableblock, table.grid-all td.tableblock { border-width: 0 1px 1px 0; } +table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock { border-width: 1px 1px 0 0; } +table.grid-cols th.tableblock, table.grid-cols td.tableblock { border-width: 0 1px 0 0; } +table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child { border-right-width: 0; } +table.grid-rows th.tableblock, table.grid-rows td.tableblock { border-width: 0 0 1px 0; } +table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock { border-bottom-width: 0; } +table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock { border-width: 1px 0 0 0; } +table.frame-all { border-width: 1px; } +table.frame-sides { border-width: 0 1px; } +table.frame-topbot { border-width: 1px 0; } +th.halign-left, td.halign-left { text-align: left; } +th.halign-right, td.halign-right { text-align: right; } +th.halign-center, td.halign-center { text-align: center; } +th.valign-top, td.valign-top { vertical-align: top; } +th.valign-bottom, td.valign-bottom { vertical-align: bottom; } +th.valign-middle, td.valign-middle { vertical-align: middle; } +table thead th, table tfoot th { font-weight: bold; } +tbody tr th { display: table-cell; line-height: 1.6; background: whitesmoke; } +tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: #333333; font-weight: bold; } +td > div.verse { white-space: pre; } +ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; } +ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; } +ul.checklist li > p:first-child > .fa-check-square-o:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; } +ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; } +ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } +ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; } +ul.inline > li > * { display: block; } +.unstyled dl dt { font-weight: normal; font-style: normal; } +ol.arabic { list-style-type: decimal; } +ol.decimal { list-style-type: decimal-leading-zero; } +ol.loweralpha { list-style-type: lower-alpha; } +ol.upperalpha { list-style-type: upper-alpha; } +ol.lowerroman { list-style-type: lower-roman; } +ol.upperroman { list-style-type: upper-roman; } +ol.lowergreek { list-style-type: lower-greek; } +.hdlist > table, .colist > table { border: 0; background: none; } +.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; } +td.hdlist1 { padding-right: .75em; font-weight: bold; } +td.hdlist1, td.hdlist2 { vertical-align: top; } +.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; } +.colist > table tr > td:first-of-type { padding: 0 .75em; line-height: 1; } +.colist > table tr > td:last-of-type { padding: 0.25em 0; } +.qanda > ol > li > p > em:only-child { color: #1d4b8f; } +.thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; } +.imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; } +.imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; } +.imageblock > .title { margin-bottom: 0; } +.imageblock.thumb, .imageblock.th { border-width: 6px; } +.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; } +.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; } +.image.left { margin-right: 0.625em; } +.image.right { margin-left: 0.625em; } +a.image { text-decoration: none; } +span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; } +span.footnote a, span.footnoteref a { text-decoration: none; } +span.footnote a:active, span.footnoteref a:active { text-decoration: underline; } +#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; } +#footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; } +#footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; } +#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; } +#footnotes .footnote:last-of-type { margin-bottom: 0; } +#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; } +.gist .file-data > table { border: none; background: #fff; width: 100%; margin-bottom: 0; } +.gist .file-data > table td.line-data { width: 99%; } +div.unbreakable { page-break-inside: avoid; } +.replaceable { font-style: italic; font-color: inherit; font-family: inherit; } +.parameter { font-style: italic; font-family: monospace; } +.userinput { font-weight: bold; font-family: monospace; } +.envar { font-weight: bold; font-family: monospace; font-size: 90%; } +.sysitem { font-weight: bold; font-size: 90%; } +.package { font-weight: bold; font-size: 90%; } +.filename { font-weight: bold; font-style: italic; font-size: 90%; } +.big { font-size: larger; } +.small { font-size: smaller; } +.underline { text-decoration: underline; } +.overline { text-decoration: overline; } +.line-through { text-decoration: line-through; } +.aqua { color: #00bfbf; } +.aqua-background { background-color: #00fafa; } +.black { color: black; } +.black-background { background-color: black; } +.blue { color: #0000bf; } +.blue-background { background-color: #0000fa; } +.fuchsia { color: #bf00bf; } +.fuchsia-background { background-color: #fa00fa; } +.gray { color: #606060; } +.gray-background { background-color: #7d7d7d; } +.green { color: #006000; } +.green-background { background-color: #007d00; } +.lime { color: #00bf00; } +.lime-background { background-color: #00fa00; } +.maroon { color: #600000; } +.maroon-background { background-color: #7d0000; } +.navy { color: #000060; } +.navy-background { background-color: #00007d; } +.olive { color: #606000; } +.olive-background { background-color: #7d7d00; } +.purple { color: #600060; } +.purple-background { background-color: #7d007d; } +.red { color: #bf0000; } +.red-background { background-color: #fa0000; } +.silver { color: #909090; } +.silver-background { background-color: #bcbcbc; } +.teal { color: #006060; } +.teal-background { background-color: #007d7d; } +.white { color: #bfbfbf; } +.white-background { background-color: #fafafa; } +.yellow { color: #bfbf00; } +.yellow-background { background-color: #fafa00; } +span.icon > .fa { cursor: default; } +.admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; cursor: default; } +.admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #4E9FDD; } +.admonitionblock td.icon .icon-tip:before { content: "\f0eb"; color: #2C8596; } +.admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #ec7a08; } +.admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #ec7a08; } +.admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #c00; } +.conum[data-value] { display: inline-block; color: white !important; background-color: #333333; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; width: 20px; height: 20px; font-size: 12px; line-height: 20px; font-family: "Open Sans", "Sans", sans-serif; font-style: normal; font-weight: bold; text-indent: -1px; } +.conum[data-value] * { color: white !important; } +.conum[data-value] + b { display: none; } +.conum[data-value]:after { content: attr(data-value); } +pre .conum[data-value] { position: relative; top: -2px; } +b.conum * { color: inherit !important; } +.conum:not([data-value]):empty { display: none; } +.print-only { display: none !important; } +@media print { @page { margin: 1.25cm 0.75cm; } + * { -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } + a, a:visited { color: inherit !important; text-decoration: underline !important; } + a[href^="http:"]:after, a[href^="https:"]:after { content: " (" attr(href) ")"; } + a[href^="#"], a[href^="#"]:visited, a[href^="mailto:"], a[href^="mailto:"]:visited { text-decoration: none !important; } + abbr[title]:after { content: " (" attr(title) ")"; } + pre, blockquote { page-break-inside: avoid; } + code { color: #191919; } + thead { display: table-header-group; } + tr, img { page-break-inside: avoid; } + img { max-width: 100% !important; } + p { orphans: 3; widows: 3; } + h2, h3, #toctitle, .sidebarblock > .content > .title, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; } + #toc, .sidebarblock { background: none !important; } + #toc { border-bottom: 1px solid #d8d8d8 !important; padding-bottom: 0 !important; } + .sect1 { padding-bottom: 0 !important; } + .sect1 + .sect1 { border: none !important; } + body.book #header { text-align: center; } + body.book #header > h1 { border: none !important; margin: 2.5em 0 1em 0; padding: 0; } + body.book #header span { line-height: 1.6; } + body.book #header br { display: block; } + body.book #header br + span { padding-left: 0; } + body.book #header br + span:before { content: none !important; } + body.book #toc { border: none !important; text-align: left !important; padding: 0 !important; } + #footer { background: none !important; } + #footer-text { color: #333333 !important; } + .hide-on-print { display: none !important; } + .print-only { display: block !important; } + .hide-for-print { display: none !important; } + .show-for-print { display: inherit !important; } } diff --git a/_templates/_css.html.erb b/_templates/_css.html.erb new file mode 100644 index 0000000..0fca7ae --- /dev/null +++ b/_templates/_css.html.erb @@ -0,0 +1,3 @@ +<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%> + +<%- end -%> diff --git a/_templates/_footer.html.erb b/_templates/_footer.html.erb new file mode 100644 index 0000000..88142fa --- /dev/null +++ b/_templates/_footer.html.erb @@ -0,0 +1,88 @@ +
+
+
+ + +
+
+
+ +
+
+
+
+ + +

© 2017 Red Hat, Inc. and others. Please send any comments or corrections to the websites team

+
+
+
+ +
+
+
diff --git a/_templates/_nav.html.erb b/_templates/_nav.html.erb new file mode 100644 index 0000000..95a7e5c --- /dev/null +++ b/_templates/_nav.html.erb @@ -0,0 +1,31 @@ + diff --git a/_templates/page.html.erb b/_templates/page.html.erb new file mode 100644 index 0000000..172a431 --- /dev/null +++ b/_templates/page.html.erb @@ -0,0 +1,93 @@ + + + + + + + <%= distro %> <%= version %> | <%= [group_title, subgroup_title, topic_title].compact.join(' | ') %> + + + + + + <%= render("_templates/_css.html.erb", :css_path => css_path) %> + + + + + + " rel="shortcut icon" type="text/css"> + + + + + +
+

+ +

+ +
+ +
+ + <%= content %> +
+
+
+ <%= render("_templates/_footer.html.erb") %> + + + + + + + diff --git a/_topic_map.yml b/_topic_map.yml new file mode 100644 index 0000000..39b743b --- /dev/null +++ b/_topic_map.yml @@ -0,0 +1,112 @@ +# This configuration file dictates the organization of the topic groups and +# topics on the main page of the doc site for this branch. Each record +# consists of the following: +# +# --- <= Record delimiter +# Name: Origin of the Species <= Display name of topic group +# Dir: origin_of_the_species <= Directory name of topic group +# Topics: +# - Name: The Majestic Marmoset <= Topic name +# File: the_majestic_marmoset <= Topic file under group dir +/- +# - Name: The Curious Crocodile <= Topic 2 name +# File: the_curious_crocodile <= Topic 2 file +# - Name: The Numerous Nematodes <= Sub-topic group name +# Dir: the_numerous_nematodes <= Sub-topic group dir +# Topics: +# - Name: The Wily Worm <= Sub-topic name +# File: the_wily_worm <= Sub-topic file under / +# - Name: The Acrobatic Ascarid <= Sub-topic 2 name +# File: the_acrobatic_ascarid <= Sub-topic 2 file under / +# +# The ordering of the records in this document determines the ordering of the +# topic groups and topics on the main page. +--- +Name: Fedora System Administration Guide +Dir: en-US +Topics: + - Name: Book Information + File: Book_Info + - Name: Preface + File: Preface + - Name: Basic System Configuration + Dir: basic-system-configuration + Topics: + - Name: Introduction + File: intro-basic-system-configuration + - Name: Opening Graphical Applications + File: Opening_GUI_Applications + - Name: System Locale and Keyboard Configuration + File: System_Locale_and_Keyboard_Configuration + - Name: Configuring the Date and Time + File: Configuring_the_Date_and_Time + - Name: Managing Users and Groups + File: Managing_Users_and_Groups + - Name: Gaining Privileges + File: Gaining_Privileges + - Name: Package Management + Dir: package-management + Topics: + - Name: Introduction + File: intro-package-management + - Name: DNF + File: DNF + - Name: Infrastructure Services + Dir: infrastructure-services + Topics: + - Name: Introduction + File: intro-infrastructure-services + - Name: Services and Daemons + File: Services_and_Daemons + - Name: OpenSSH + File: OpenSSH + - Name: TigerVNC + File: TigerVNC + - Name: Servers + Dir: servers + Topics: + - Name: Introduction + File: intro-servers + - Name: Web Servers + File: Web_Servers + - Name: Mail Servers + File: Mail_Servers + - Name: Directory Servers + File: Directory_Servers + - Name: File and Print Servers + File: File_and_Print_Servers + - Name: Configuring NTP Using the chrony Suite + File: Configuring_NTP_Using_the_chrony_Suite + - Name: Configuring NTP Using ntpd + File: Configuring_NTP_Using_ntpd + - Name: Configuring PTP Using ptp4l + File: Configuring_PTP_Using_ptp4l + - Name: Monitoring and Automation + Dir: monitoring-and-automation + Topics: + - Name: Introduction + File: intro-monitoring-and-automation + - Name: System Monitoring Tools + File: System_Monitoring_Tools + - Name: Viewing and Managing Log Files + File: Viewing_and_Managing_Log_Files + - Name: Automating System Tasks + File: Automating_System_Tasks + - Name: OProfile + File: OProfile + - Name: Kernel, Module and Driver Configuration + Dir: kernel-module-driver-configuration + Topics: + - Name: Introduction + File: intro-kernel-module-driver-configuration + - Name: Working with the GRUB 2 Boot Loader + File: Working_with_the_GRUB_2_Boot_Loader + - Name: Manually Upgrading the Kernel + File: Manually_Upgrading_the_Kernel + - Name: Working with Kernel Modules + File: Working_with_Kernel_Modules + - Name: RPM + File: RPM + - Name: The Wayland Display Server + File: Wayland + - Name: Revision History + File: Revision_History diff --git a/en-US/Author_Group.adoc b/en-US/Author_Group.adoc new file mode 100644 index 0000000..437ccf1 --- /dev/null +++ b/en-US/Author_Group.adoc @@ -0,0 +1,76 @@ +.Stephen Wadeley + +*Red Hat* +Customer Content Services + +swadeley@redhat.com + +.Jaromír Hradílek + +*Red Hat* +Customer Content Services + +jhradilek@redhat.com + +.Petr Bokoč + +*Red{nbsp}Hat* +Customer Content Services + +pbokoc@redhat.com + +.Petr Kovář + +*Red Hat* +Customer Content Services + +pkovar@redhat.com + +.Tomáš Čapek + +*Red Hat* +Customer Content Services + +tcapek@redhat.com + +.Douglas Silas + +*Red Hat* +Customer Content Services + +silas@redhat.com + +.Martin Prpič + +*Red Hat* +Customer Content Services + +.Eliška Slobodová + +*Red Hat* +Customer Content Services + +.Miroslav Svoboda + +*Red Hat* +Customer Content Services + +.John Ha + +*Red Hat* +Customer Content Services + +.David O'Brien + +*Red Hat* +Customer Content Services + +.Michael Hideo + +*Red Hat* +Customer Content Services + +.Don Domingo + +*Red Hat* +Customer Content Services diff --git a/en-US/Book_Info.adoc b/en-US/Book_Info.adoc new file mode 100644 index 0000000..fab08f5 --- /dev/null +++ b/en-US/Book_Info.adoc @@ -0,0 +1,18 @@ + +:experimental: +include::en-US/entities.adoc[] + += System Administrator's Guide + +Deployment, Configuration, and Administration of {MAJOROSVER} + +[abstract] +-- + +The [citetitle]_System Administrator's Guide_ documents relevant information regarding the deployment, configuration, and administration of {MAJOROSVER}. It is oriented towards system administrators with a basic understanding of the system. + +-- +image:../../Common_Content/images/title_logo.svg[Fedora Documentation Team] +include::Common_Content/Legal_Notice.adoc[] + +include::en-US/Author_Group.adoc[] diff --git a/en-US/Feedback.adoc b/en-US/Feedback.adoc new file mode 100644 index 0000000..26c5391 --- /dev/null +++ b/en-US/Feedback.adoc @@ -0,0 +1,8 @@ + +:experimental: + +=== We Need Feedback! +indexterm:[feedback,contact information for this manual] +If you find a typographical error in this manual, or if you have thought of a way to make this manual better, we would love to hear from you! Please submit a report in https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20Documentation&component=system-administrator's-guide[Bugzilla]. + +If you have a suggestion for improving the documentation, try to be as specific as possible when describing it. If you have found an error, please include the section number and some of the surrounding text so we can find it easily. diff --git a/en-US/Preface.adoc b/en-US/Preface.adoc new file mode 100644 index 0000000..66eec08 --- /dev/null +++ b/en-US/Preface.adoc @@ -0,0 +1,105 @@ + +:experimental: +include::en-US/entities.adoc[] + +== Preface + +The [citetitle]_System Administrator's Guide_ contains information on how to customize the {MAJOROSVER} system to fit your needs. If you are looking for a comprehensive, task-oriented guide for configuring and customizing your system, this is the manual for you. + +This manual discusses many intermediate topics such as the following: + +* Installing and managing packages using [application]*DNF* + +* Configuring [application]*Apache HTTP Server*, [application]*Postfix*, [application]*Sendmail* and other enterprise-class servers and software + +* Working with kernel modules and upgrading the kernel + +[NOTE] +==== + +Some of the graphical procedures and menu locations are specific to GNOME, but most command line instructions will be universally applicable. + +==== + +[[sect-Preface-Target_Audience]] +=== Target Audience + +The [citetitle]_System Administrator's Guide_ assumes you have a basic understanding of the {MAJOROS} operating system. If you need help with the installation of this system, refer to the link:++http://docs.fedoraproject.org/install-guide++[{MAJOROS} Installation Guide]. + +[[sect-Preface-Book_Organization]] +=== How to Read this Book + +This manual is divided into the following main categories: + +link:++basic-system-configuration/intro-basic-system-configuration.html++[Basic System Configuration]:: This part covers basic system administration tasks such as keyboard configuration, date and time configuration, managing users and groups, and gaining privileges. ++ +link:++basic-system-configuration/Opening_GUI_Applications.html++[Opening Graphical Applications] describes methods for opening `Graphical User Interface`, or _GUI_, applications in various environments. ++ +link:++basic-system-configuration/System_Locale_and_Keyboard_Configuration.html++[System Locale and Keyboard Configuration] covers basic language and keyboard setup. Read this chapter if you need to configure the language of your desktop, change the keyboard layout, or add the keyboard layout indicator to the panel. ++ +link:++basic-system-configuration/Configuring_the_Date_and_Time.html++[Configuring the Date and Time] covers the configuration of the system date and time. Read this chapter if you need to set or change the date and time. ++ +link:++basic-system-configuration/Managing_Users_and_Groups.html++[Managing Users and Groups] covers the management of users and groups in a graphical user interface and on the command line. Read this chapter if you need to manage users and groups on your system, or enable password aging. ++ +link:++basic-system-configuration/Gaining_Privileges.html++[Gaining Privileges] covers ways to gain administrative privileges using setuid programs such as [command]#su# and [command]#sudo#. + +link:++package-management/intro-package-management.html++[Package Management]:: This part describes how to manage software packages on {MAJOROS} using [application]*DNF*. ++ +link:++package-management/DNF.html++[DNF] describes the [application]*DNF* package manager. Read this chapter for information how to search, install, update, and uninstall packages on the command line. + +link:++infrastructure-services/intro-infrastructure-services.html++[Infrastructure Services]:: This part provides information on how to configure services and daemons, configure authentication, and enable remote logins. ++ +link:++infrastructure-services/Services_and_Daemons.html++[Services and Daemons] covers the configuration of the services to be run when a system is started, and provides information on how to start, stop, and restart the services on the command line using the [command]#systemctl# utility. ++ +link:++infrastructure-services/OpenSSH.html++[OpenSSH] describes how to enable a remote login via the SSH protocol. It covers the configuration of the `sshd` service, as well as a basic usage of the [command]#ssh#, [command]#scp#, [command]#sftp# client utilities. Read this chapter if you need a remote access to a machine. ++ +link:++infrastructure-services/TigerVNC.html++[TigerVNC] describes the _virtual network computing_ (*VNC*) method of graphical desktop sharing which allows you to remotely control other computers. + +link:++servers/intro-servers.html++[Servers]:: This part discusses various topics related to servers such as how to set up a Web server or share files and directories over the network. ++ +link:++servers/Web_Servers.html++[Web Servers] focuses on the [application]*Apache HTTP Server*, a robust, full-featured open source web server developed by the Apache Software Foundation. Read this chapter if you need to configure a web server on your system. ++ +link:++servers/Mail_Servers.html++[Mail Servers] reviews modern email protocols in use today, and some of the programs designed to send and receive email, including [application]*Postfix*, [application]*Sendmail*, [application]*Fetchmail*, and [application]*Procmail*. Read this chapter if you need to configure a mail server on your system. ++ +link:++servers/Directory_Servers.html++[Directory Servers] covers the installation and configuration of [application]*OpenLDAP*, an open source implementation of the LDAPv2 and LDAPv3 protocols. Read this chapter if you need to configure a directory server on your system. ++ +link:++servers/File_and_Print_Servers.html++[File and Print Servers] guides you through the installation and configuration of [application]*Samba*, an open source implementation of the Server Message Block (SMB) protocol, and [application]*vsftpd*, the primary FTP server shipped with {MAJOROS}. Additionally, it explains how to use the [application]*Printer Configuration* tool to configure printers. Read this chapter if you need to configure a file or print server on your system. ++ +link:++servers/Configuring_NTP_Using_the_chrony_Suite.html++[Configuring NTP Using the chrony Suite] covers the installation and configuration of the [application]*chrony* suite, a client and a server for the Network Time Protocol (`NTP`). Read this chapter if you need to configure the system to synchronize the clock with a remote `NTP` server, or set up an `NTP` server on this system. ++ +link:++servers/Configuring_NTP_Using_ntpd.html++[Configuring NTP Using ntpd] covers the installation and configuration of the `NTP` daemon, `ntpd`, for the Network Time Protocol (`NTP`). Read this chapter if you need to configure the system to synchronize the clock with a remote `NTP` server, or set up an `NTP` server on this system, and you prefer not to use the [application]*chrony* application. ++ +link:++servers/Configuring_PTP_Using_ptp4l.html++[Configuring PTP Using ptp4l] covers the installation and configuration of the Precision Time Protocol application, [application]*ptp4l*, an application for use with network drivers that support the Precision Network Time Protocol (`PTP`). Read this chapter if you need to configure the system to synchronize the system clock with a master `PTP` clock. + +link:++monitoring-and-automation/intro-monitoring-and-automation.html++[Monitoring and Automation]:: This part describes various tools that allow system administrators to monitor system performance, automate system tasks, and report bugs. ++ +link:++monitoring-and-automation/System_Monitoring_Tools.html++[System Monitoring Tools] discusses applications and commands that can be used to retrieve important information about the system. Read this chapter to learn how to gather essential system information. ++ +link:++monitoring-and-automation/Viewing_and_Managing_Log_Files.html++[Viewing and Managing Log Files] describes the configuration of the `rsyslog` daemon, and explains how to locate, view, and monitor log files. Read this chapter to learn how to work with log files. ++ +link:++monitoring-and-automation/Automating_System_Tasks.html++[Automating System Tasks] provides an overview of the [command]#cron#, [command]#at#, and [command]#batch# utilities. Read this chapter to learn how to use these utilities to perform automated tasks. ++ +link:++monitoring-and-automation/OProfile.html++[OProfile] covers [application]*OProfile*, a low overhead, system-wide performance monitoring tool. Read this chapter for information on how to use [application]*OProfile* on your system. + +link:++kernel-module-driver-configuration/intro-kernel-module-driver-configuration.html++[Kernel, Module and Driver Configuration]:: This part covers various tools that assist administrators with kernel customization. ++ +link:++kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.html++[Working with the GRUB 2 Boot Loader] der>> describes the GNU GRand Unified Boot loader (GRUB) version 2 boot loader, which enables selecting an operating system or kernel to be loaded at system boot time. ++ +link:++kernel-module-driver-configuration/Manually_Upgrading_the_Kernel.html++[Manually Upgrading the Kernel] provides important information on how to manually update a kernel package using the [command]#rpm# command instead of [command]#dnf#. Read this chapter if you cannot update a kernel package with the [application]*DNF* package manager. ++ +link:++kernel-module-driver-configuration/Working_with_Kernel_Modules.html++[Working with Kernel Modules] explains how to display, query, load, and unload kernel modules and their dependencies, and how to set module parameters. Additionally, it covers specific kernel module capabilities such as using multiple Ethernet cards and using channel bonding. Read this chapter if you need to work with kernel modules. + +link:++RPM.html++[RPM]:: This appendix concentrates on the RPM Package Manager (RPM), an open packaging system used by {MAJOROS}, and the use of the [command]#rpm# utility. Read this appendix if you need to use [command]#rpm# instead of [command]#dnf#. + +link:++Wayland.html++[The Wayland Display Server]:: This appendix looks at Wayland, a new display server used in GNOME for {MAJOROS} and how to troubleshoot issues with the Wayland display server. + +include::en-US/Feedback.adoc[] + +[[pref-Acknowledgments]] +=== Acknowledgments + +Certain portions of this text first appeared in the [citetitle]_Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 System Administrator's Guide_, copyright © 2014–{YEAR} Red{nbsp}Hat, Inc., available at link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/index.html++[]. + +link:++monitoring-and-automation/System_Monitoring_Tools.html#sect-System_Monitoring_Tools-Net-SNMP++[Monitoring Performance with Net-SNMP] is based on an article written by Michael Solberg. + +The authors of this book would like to thank the following people for their valuable contributions: Adam Tkáč, Andrew Fitzsimon, Andrius Benokraitis, Brian Cleary Edward Bailey, Garrett LeSage, Jeffrey Fearn, Joe Orton, Joshua Wulf, Karsten Wade, Lucy Ringland, Marcela Mašláňová, Mark Johnson, Michael Behm, Miroslav Lichvár, Radek Vokál, Rahul Kavalapara, Rahul Sundaram, Sandra Moore, Zbyšek Mráz, Jan Včelák, Peter Hutterer, T.C. Hollingsworth, and James Antill, among many others. diff --git a/en-US/RPM.adoc b/en-US/RPM.adoc new file mode 100644 index 0000000..4fad69e --- /dev/null +++ b/en-US/RPM.adoc @@ -0,0 +1,484 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-RPM]] +== RPM +indexterm:[RPM Package Manager,RPM]indexterm:[RPM]indexterm:[packages,RPM] +The _RPM Package Manager_ ([application]*RPM*) is an open packaging system that runs on {MAJOROS} as well as other Linux and UNIX systems. Red{nbsp}Hat and the Fedora Project encourage other vendors to use [application]*RPM* for their own products. [application]*RPM* is distributed under the terms of the _GPL_ (_GNU General Public License_). + +The [application]*RPM Package Manager* only works with packages built in the *RPM format*. [application]*RPM* itself is provided as the pre-installed [package]*rpm* package. For the end user, [application]*RPM* makes system updates easy. Installing, uninstalling, and upgrading [application]*RPM* packages can be accomplished with short commands. [application]*RPM* maintains a database of installed packages and their files, so you can make queries and verify installed files on your system. There are several applications, such as [application]*DNF* or [application]*PackageKit*, that can make working with packages in the [application]*RPM* format even easier. + +[[warning-Use_DNF_Instead_of_RPM_Whenever_Possible]] +.Use DNF Instead of RPM Whenever Possible +[WARNING] +==== +indexterm:[packages,DNF instead of RPM] +For most package-management tasks, the [application]*DNF* package manager offers equal and often greater capabilities and utility than [application]*RPM*. [application]*DNF* also performs and tracks complicated system-dependency resolutions. [application]*DNF* maintains the system integrity and forces a system integrity check if packages are installed or removed using another application, such as [application]*RPM*, instead of [application]*DNF*. For these reasons, it is highly recommended that you use [application]*DNF* instead of [application]*RPM* whenever possible to perform package-management tasks. See <>. + +If you prefer a graphical interface, you can use the [application]*PackageKit* GUI application, which uses [application]*DNF* as its back end, to manage your system's packages. + +==== + +During upgrades, [application]*RPM* handles configuration files carefully, so that you never lose your customizations — something that you cannot accomplish with regular `.tar.gz` files. +indexterm:[packages,RPM,source and binary packages] +For the developer, [application]*RPM* enables software source code to be packaged into source and binary packages for end users. This process is quite simple and is driven from a single file and optional patches that you create. This clear delineation between pristine sources and your patches along with build instructions eases the maintenance of the package as new versions of the software are released. + +[[note-Root_Permissions]] +.Note +[NOTE] +==== + +Because [application]*RPM* can make changes to the system itself, performing operations like installing, upgrading, downgrading, and uninstalling binary packages system-wide requires `root` privileges in most cases. + +==== + +[[s1-rpm-design]] +=== RPM Design Goals +indexterm:[RPM,design goals] +To understand how to use [application]*RPM*, it is helpful to understand the design goals of [application]*RPM*: + +indexterm:[RPM,design goals,upgradability] Upgradability:: With [application]*RPM*, you can upgrade individual components of your system without a complete reinstallation. When you get a new release of an operating system based on [application]*RPM*, such as {MAJOROS}, you do not need to reinstall a fresh copy of the operating system on your machine (as you might need to with operating systems based on other packaging systems). [application]*RPM* allows for intelligent, fully-automated, in-place upgrades of your system. In addition, configuration files in packages are preserved across upgrades, so you do not lose your customizations. There are no special upgrade files needed to upgrade a package because the same [application]*RPM* file is used to both install and upgrade the package on the system. + +indexterm:[RPM,design goals,powerful querying] Powerful Querying:: [application]*RPM* is designed to provide powerful querying options. You can perform searches on your copy of the database for packages or even just certain files. You can also easily find out what package a file belongs to and where the package came from. The files an [application]*RPM* package contains are in a compressed archive, with a custom binary header containing useful information about the package and its contents, allowing you to query individual packages quickly and easily. + +indexterm:[RPM,design goals,system verification] System Verification:: Another powerful [application]*RPM* feature is the ability to verify packages. It allows you to verify that the files installed on the system are the same as the ones supplied by a given package. If an inconsistency is detected, [application]*RPM* notifies you, and you can reinstall the package if necessary. Any configuration files that you modified are preserved during reinstallation. + +indexterm:[packages,RPM,pristine sources] Pristine Sources:: A crucial design goal was to allow the use of *pristine* software sources, as distributed by the original authors of the software. With [application]*RPM*, you have the pristine sources along with any patches that were used, plus complete build instructions. This is an important advantage for several reasons. For instance, if a new version of a program is released, you do not necessarily have to start from scratch to get it to compile. You can look at the patch to see what you *might* need to do. All the compiled-in defaults, and all of the changes that were made to get the software to build properly, are easily visible using this technique. + +The goal of keeping sources pristine may seem important only for developers, but it results in higher quality software for end users. + +[[s1-rpm-using]] +=== Using RPM + +[application]*RPM* has five basic modes of operationindexterm:[RPM,basic modes] (not counting package building): installing, uninstalling, upgrading, querying, and verifying. This section contains an overview of each mode. For complete details and options, try [command]#rpm --help# or see *rpm*(8). Also, see <> for more information on [application]*RPM*. + +[[sec-Installing_and_Upgrading]] +==== Installing and Upgrading Packages +indexterm:[RPM,installing]indexterm:[RPM,upgrading]indexterm:[packages,installing RPM]indexterm:[packages,upgrading RPM]indexterm:[RPM,file name] +[application]*RPM* packages typically have file names in the following form: + +---- +package_name-version-release-operating_system-CPU_architecture.rpm +---- + +For example the `tree-1.7.0-3.{PKGOS}.x86_64.rpm` file name includes the package name (`tree`), version (`1.7.0`), release (`3`), operating system major version (`{PKGOS}`) and *CPU* architecture (`x86_64`). + +.Important +[IMPORTANT] +==== + +When installing a package, ensure it is compatible with your operating system and processor architecture. This can usually be determined by checking the package name. For example, the file name of an [application]*RPM* package compiled for the AMD64/Intel{nbsp}64 computer architectures ends with `x86_64.rpm`. + +==== + +The [option]`-U` (or [option]`--upgrade`) option has two functions, it can be used to: + +* upgrade an existing package on the system to a newer version, or + +* install a package if an older version is not already installed. + +The [command]#rpm -U _package.rpm_pass:attributes[{blank}]# command is therefore able to either *upgrade* or *install*, depending on the presence of an older version of _package.rpm_ on the system. + +Assuming the `tree-1.7.0-3.{PKGOS}.x86_64.rpm` package is in the current directory, log in as `root` and type the following command at a shell prompt to either upgrade or install the [package]*tree* package: + +[subs="attributes"] +---- +~]#{nbsp}rpm -Uvh tree-1.7.0-3.{PKGOS}.x86_64.rpm +---- + +[[note-Use_-Uvh_for_nicely-formatted_RPM_installs]] +.Use -Uvh for nicely-formatted RPM installs +[NOTE] +==== + +The [option]`-v` and [option]`-h` options (which are combined with [option]`-U`) cause [application]*rpm* to print more verbose output and display a progress meter using hash signs. + +==== + +If the upgrade or installation is successful, the following output is displayed: + +---- +Preparing... ########################################### [100%] + 1:tree ########################################### [100%] +---- + +[[warning-Always_use_the_-i_install_option_to_install_new_kernel_packages]] +.Always use the -i (install) option to install new kernel packages! +[WARNING] +==== + +[command]#rpm# provides two different options for installing packages: the aforementioned [option]`-U` option (which historically stands for *upgrade*), and the [option]`-i` option (which historically stands for *install*). Because the [option]`-U` option includes both install and upgrade functions, the use of [command]#rpm -Uvh# with all packages, *except kernel packages*, is recommended. + +You should always use the [option]`-i` option to *install* a new kernel package instead of upgrading it. This is because using the [option]`-U` option to upgrade a kernel package removes the previous (older) kernel package, which could render the system unable to boot if there is a problem with the new kernel. Therefore, use the [command]#rpm -i _kernel_package_pass:attributes[{blank}]# command to install a new kernel *without replacing any older kernel packages*. For more information on installing [package]*kernel* packages, see <>. + +==== + +The signature of a package is checked automatically when installing or upgrading a package. The signature confirms that the package was signed by an authorized party. If the verification of the signature fails, an error message is displayed. + +If you do not have the appropriate key installed to verify the signature, the message contains the word `NOKEY`: + +[subs="attributes"] +---- +warning: tree-1.7.0-3.{PKGOS}.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 431d51: NOKEY +---- + +See <> for more information on checking package signatures. + +[[s3-rpm-errors]] +===== Replacing Already-Installed Packages +indexterm:[RPM,already installed]indexterm:[packages,RPM,already installed] +If a package of the same name and version is already installed, the following output is displayed: + +[subs="attributes"] +---- +Preparing... ########################################### [100%] + package tree-1.7.0-3.{PKGOS}.x86_64 is already installed +---- + +To install the package anyway, use the [option]`--replacepkgs` option, which tells [application]*RPM* to ignore the error: + +[subs="attributes"] +---- +~]#{nbsp}rpm -Uvh --replacepkgs tree-1.7.0-3.{PKGOS}.x86_64.rpm +---- + +This option is helpful if files installed from the package were deleted or if you want the original configuration files to be installed. + +If you attempt an upgrade to an *older* version of a package (that is, if a newer version of the package is already installed), [application]*RPM* informs you that a newer version is already installed. To force [application]*RPM* to perform the downgrade, use the [command]#--oldpackage# option: + +---- +rpm -Uvh --oldpackage older_package.rpm +---- + +[[s3-rpm-conflicting-files]] +===== Resolving File Conflicts +indexterm:[RPM,file conflicts,resolving]indexterm:[RPM,conflicts]indexterm:[packages,RPM,conflict] +If you attempt to install a package that contains a file that has already been installed by another package, a conflict message is displayed. To make [application]*RPM* ignore this error, use the [command]#--replacefiles# option: + +[subs="quotes, macros"] +---- +[command]#rpm -Uvh --replacefiles _package.rpm_pass:attributes[{blank}]# +---- + +[[s3-rpm-unresolved-dependency]] +===== Satisfying Unresolved Dependencies +indexterm:[RPM,dependencies]indexterm:[packages,dependencies]indexterm:[RPM,failed dependencies]indexterm:[packages,RPM,failed dependencies] +[application]*RPM* packages sometimes depend on other packages, which means that they require other packages to be installed to run properly. If you try to install a package that has an unresolved dependency, a message about a failed dependency is displayed. + +Find the suggested package(s) on the {MAJOROS} installation media or on one of the active {MAJOROS} mirrors and add it to the installation command. To determine which package contains the required file, use the [option]`--whatprovides` option: + +---- +rpm -q --whatprovides "required_file" +---- + +If the package that contains _required_file_ is in the [application]*RPM* database, the name of the package is displayed. + +[[warning-Forcing_Package_Installation]] +.Warning +[WARNING] +==== + +Although you can *force* [command]#rpm# to install a package that has an unresolved dependency (using the [option]`--nodeps` option), this is *not* recommended and will usually result in the installed software failing to run. Installing packages with [option]`--nodeps` can cause applications to misbehave or terminate unexpectedly. It can also cause serious package-management problems or system failure. For these reasons, heed the warnings about missing dependencies. The [application]*DNF* package manager performs automatic dependency resolution and fetches dependencies from on-line repositories. + +==== + +[[sec-Configuration_File_Changes]] +===== Preserving Changes in Configuration Files +indexterm:[RPM,configuration file changes]indexterm:[packages,RPM,configuration file changes]indexterm:[RPM,configuration file changes,conf.rpmsave] +Because [application]*RPM* performs intelligent upgrading of packages with configuration files, you may see the following message: + +[subs="macros"] +---- +saving pass:quotes[_/etc/configuration_file.conf_] as pass:quotes[_/etc/configuration_file.conf_].rpmsave +---- + +This message means that the changes you made to the configuration file may not be *forward-compatible* with the new configuration file in the package, so [application]*RPM* saved your original file and installed a new one. You should investigate the differences between the two configuration files and resolve them as soon as possible to ensure that your system continues to function properly. + +Alternatively, [application]*RPM* may save the package's *new* configuration file as, for example, `pass:attributes[{blank}]_configuration_file.conf_.rpmnew` and leave the configuration file you modified untouched. You should still resolve any conflicts between your modified configuration file and the new one, usually by merging changes from the old one to the new one, for example using the [command]#diff# program. + +[[s2-rpm-uninstalling]] +==== Uninstalling Packages +indexterm:[RPM,uninstalling]indexterm:[packages,removing]indexterm:[packages,RPM,uninstalling]indexterm:[packages,RPM,removing] +Uninstalling a package is just as simple as installing one. Type the following command at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#rpm -e _package_pass:attributes[{blank}]# +---- + +.rpm -e and package name errors +[NOTE] +==== + +Note that the command expects only the package *name*, not the name of the original package *file*. If you attempt to uninstall a package using the [command]#rpm{nbsp}-e# command and provide the original full file name, you receive a package-name error. + +==== + +You can encounter dependency errors when uninstalling a package if another installed package depends on the one you are trying to remove. For example: + +[subs="attributes"] +---- +~]#{nbsp}rpm -e ghostscript +error: Failed dependencies: + ghostscript is needed by (installed) ghostscript-cups-9.07-16.{PKGOS}.x86_64 + ghostscript is needed by (installed) foomatic-4.0.9-6.{PKGOS}.x86_64 + libgs.so.9()(64bit) is needed by (installed) libspectre-0.2.7-4.{PKGOS}.x86_64 + libijs-0.35.so()(64bit) is needed by (installed) gutenprint-5.2.9-15.{PKGOS}.x86_64 + libijs-0.35.so()(64bit) is needed by (installed) cups-filters-1.0.35-15.{PKGOS}.x86_64 +---- + +[[warning-uninstall-Warning-Forcing_Package_Installation]] +.Warning: Forcing Package Installation +[WARNING] +==== + +Although you can *force* [command]#rpm# to uninstall a package that has unresolved dependencies (using the [option]`--nodeps` option), this is *not* recommended. Removing packages with [option]`--nodeps` can cause applications from the packages whose dependencies are removed to misbehave or terminate unexpectedly. It can also cause serious package-management problems or system failure. For these reasons, heed the warnings about failed dependencies. + +==== + +[[s2-rpm-freshening]] +==== Freshening Packages +indexterm:[RPM,freshening]indexterm:[packages,RPM,freshening] +Freshening is similar to upgrading, except that only installed packages are upgraded. Type the following command at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#rpm -Fvh _package.rpm_pass:attributes[{blank}]# +---- + +The [option]`-F` (or [option]`--freshen`) option compares the versions of the packages specified on the command line with the versions of packages that are already installed on the system. When a newer version of an already-installed package is processed by the [option]`--freshen` option, it is upgraded to the newer version. However, the [option]`--freshen` option does not install a package if no previously-installed package of the same name exists. This differs from regular upgrading, as an upgrade installs all specified packages regardless of whether or not older versions of the packages are already installed. + +Freshening works for single packages or package groups. For example, freshening can help if you download a large number of different packages, and you only want to upgrade those packages that are already installed on the system. In this case, issue the following command with the `*.rpm` global expression: + +[subs="attributes"] +---- +~]#{nbsp}rpm -Fvh *.rpm +---- + +[application]*RPM* then automatically upgrades only those packages that are already installed. + +[[s2-rpm-querying]] +==== Querying Packages +indexterm:[RPM,querying]indexterm:[packages,RPM,querying] +The [application]*RPM* database stores information about all [application]*RPM* packages installed on the system. It is stored in the `/var/lib/rpm/` directory and is used for many things, including querying what packages are installed, what version each package is, and for calculating changes to files in packages since their installation. To query this database, use the [command]#rpm# command with the [option]`-q` (or [option]`--query`) option: + +---- +rpm -q package_name +---- + +This command displays the package name, version, and release number of the installed package _package_name_. For example: + +[subs="attributes"] +---- +~]${nbsp}rpm -q tree +tree-1.7.0-3.{PKGOS}.x86_64 +---- + +See the `Package Selection Options` subheading in the *rpm*(8) manual page for a list of options that can be used to further refine or qualify your query. Use options listed below the `Package Query Options` subheading to specify what information to display about the queried packages. + +[[s2-rpm-verifying]] +==== Verifying Packages +indexterm:[RPM,verifying]indexterm:[packages,RPM,verifying] +Verifying a package is comparing information about files on the system installed from a package with the same information from the original package. Among other parameters, verifying compares the file size, MD5 sum, permissions, type, owner, and the group of each file. + +Use the [command]#rpm# command with the [option]`-V` (or [option]`--verify`) option to verify packages. For example: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#rpm -V tree# +---- + +See the `Package Selection Options` subheading in the *rpm*(8) manual page for a list of options that can be used to further refine or qualify your query. Use options listed below the `Verify Options` subheading to specify what characteristics to verify in the queried packages. + +If everything verifies properly, there is no output. If there are any discrepancies, they are displayed. The output consists of lines similar to these: + +[subs="attributes"] +---- +~]#{nbsp}rpm -V abrt +S.5....T. c /etc/abrt/abrt.conf +.M....... /var/spool/abrt-upload +---- + +The format of the output is a string of nine characters followed by an optional attribute marker and the name of the processed file. + +The first nine characters are the results of tests performed on the file. Each test is the comparison of one attribute of the file to the value of that attribute as recorded in the [application]*RPM* database. A single period (`.`) means the test passed, and the question-mark character (`?`) signifies that the test could not be performed. The following table lists symbols that denote specific discrepancies: + +[[tab-rpm-verification-symbols]] +.RPM Verification Symbols +indexterm:[RPM,verification] +[options="header"] +|=== +|Symbol|Description +|`S`|file size differs +|`M`|mode differs (includes permissions and file type) +|`5`|digest (formerly MD5 sum) differs +|`D`|device major/minor number mismatch +|`L`|*readLink*(2) path mismatch +|`U`|user ownership differs +|`G`|group ownership differs +|`T`|mtime differs +|`P`|capabilities differ +|=== + +The attribute marker, if present, describes the purpose of the given file. The following table lists the available attribute markers: + +[[tab-rpm-verification-markers]] +.RPM Verification Symbols +indexterm:[RPM,verification] +[options="header"] +|=== +|Marker|Description +|`c`|configuration file +|`d`|documentation file +|`l`|license file +|`r`|readme file +|=== + +If you see any output, use your best judgment to determine if you should remove the package, reinstall it, or fix the problem in another way. + +[[s1-find-verify-rpm]] +=== Finding and Verifying RPM Packages +indexterm:[RPM,finding and verifying RPM packages] +Before using any [application]*RPM* packages, you must know where to find them and be able to verify if you can trust them. + +[[s2-rpm-finding]] +==== Finding RPM Packages +indexterm:[packages,finding Fedora RPM packages]indexterm:[RPM,finding Fedora RPM packages] +Although there are many [application]*RPM* repositories on the Internet, for security and compatibility reasons, you should consider installing only official Fedora-provided RPM packages. The following is a list of sources for [application]*RPM* packages: + +* indexterm:[{MAJOROS} installation media,installable packages] +indexterm:[packages,{MAJOROS} installation media] +Official {MAJOROS} installation media. + +* indexterm:[initial RPM repositories,installable packages] +indexterm:[packages,initial RPM repositories] +Official [application]*RPM* repositories provided with the [application]*DNF* package manager. See <> for details on how to use the official {MAJOROS} package repositories. + +* Unofficial, third-party repositories not affiliated with {OSORG} also provide RPM packages. + +.Important +[IMPORTANT] +==== + +When considering third-party repositories for use with your {MAJOROS} system, pay close attention to the repository's web site with regard to package compatibility before adding the repository as a package source. Alternate package repositories may offer different, incompatible versions of the same software, including packages already included in the {MAJOROS} repositories. + +==== + +[[s1-check-rpm-sig]] +==== Checking Package Signatures +indexterm:[RPM,GnuPG]indexterm:[RPM,checking package signatures]indexterm:[GnuPG,checking RPM package signatures] +[application]*RPM* packages can be signed using [application]*GNU Privacy Guard* (or [application]*GPG*), which helps you make certain that downloaded packages are trustworthy. [application]*GPG* is a tool for secure communication. With [application]*GPG*, you can authenticate the validity of documents and encrypt or decrypt data. + +To verify that a package has not been corrupted or tampered with, check its [application]*GPG* signature by using the [command]#rpmkeys# command with the [option]`-K` (or [option]`--checksig`) option: + +[subs="quotes, macros"] +---- +[command]#rpmkeys -K _package.rpm_pass:attributes[{blank}]# +---- + +Note that the [application]*DNF* package manager performs automatic checking of [application]*GPG* signatures during installations and upgrades. + +[application]*GPG* is installed by default, as well as a set of Red{nbsp}Hat keys for verifying packages. To import additional keys for use with [application]*RPM*, see <>. + +[[s2-keys-importing]] +===== Importing GPG Keys + +To verify Red Hat packages, a Red{nbsp}Hat [application]*GPG* key needs to be installed. A set of basic keys is installed by default. To view a list of installed keys, execute the following command at a shell prompt: + +[subs="attributes"] +---- +~]${nbsp}rpm -qa gpg-pubkey* +---- + +To display details about a specific key, use [command]#rpm{nbsp}-qi# followed by the output from the previous command. For example: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#rpm -qi gpg-pubkey-fd431d51-4ae0493b# +---- + +Use the [command]#rpmkeys# command with the [option]`--import` option to install a new key for use with [application]*RPM*. The default location for storing [application]*RPM* *GPG* keys is the `/etc/pki/rpm-gpg/` directory. To import new keys, use a command like the following as `root`: + +[subs="attributes"] +---- +~]#{nbsp}rpmkeys --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release +---- + +See the link:++https://access.redhat.com/security/team/key/++[Product Signing (GPG) Keys] article on the Red{nbsp}Hat Customer{nbsp}Portal for additional information about Red{nbsp}Hat package-signing practices. + +[[s1-rpm-usage-examples]] +=== Common Examples of RPM Usage +indexterm:[RPM,tips]indexterm:[packages,RPM,tips] +[application]*RPM* is a useful tool for both managing your system and diagnosing and fixing problems. See the following examples for an overview of some of the most-used options. + +* To verify your entire system and see what files are missing, issue the following command as `root`: +indexterm:[RPM,finding deleted files with]indexterm:[packages,finding deleted files from] +[subs="quotes, macros"] +---- +[command]#rpm -Va# +---- + +If some files are missing or appear corrupted, consider reinstalling relevant packages. + +* To determine which package owns a file, enter: +indexterm:[RPM,determining file ownership with]indexterm:[packages,determining file ownership with] +[subs="quotes, macros"] +---- +[command]#rpm -qf _file_pass:attributes[{blank}]# +---- + +* To verify the package that owns a particular file, enter as `root`: + +[subs="quotes, macros"] +---- +[command]#rpm -Vf _file_pass:attributes[{blank}]# +---- + +* To locate documentation files that are a part of a package to which a file belongs, enter: +indexterm:[RPM,documentation with]indexterm:[packages,locating documentation for]indexterm:[documentation,finding installed] +[subs="quotes, macros"] +---- +[command]#rpm -qdf _file_pass:attributes[{blank}]# +---- + +* To find information about a (non-installed) package file, use the following command: +indexterm:[RPM,querying uninstalled packages]indexterm:[packages,querying uninstalled] +[subs="quotes, macros"] +---- +[command]#rpm -qip _package.rpm_pass:attributes[{blank}]# +---- + +* To list files contained in a package, use: +indexterm:[RPM,querying for file list]indexterm:[packages,obtaining list of files] +[subs="quotes, macros"] +---- +[command]#rpm -qlp _package.rpm_pass:attributes[{blank}]# +---- + +See the *rpm*(8) manual page for more options. + +[[s1-rpm-additional-resources]] +=== Additional Resources +indexterm:[RPM,additional resources] +[application]*RPM* is a complex utility with many options and methods for querying, installing, upgrading, and removing packages. See the following resources to learn more about [application]*RPM*. + +.Installed Documentation + + * [command]#rpm --help# — This command displays a quick reference of [application]*RPM* parameters. + + * *rpm*(8) — The [application]*RPM* manual page offers an overview of all available [application]*RPM* parameters. + +.Online Documentation + +indexterm:[RPM,website]indexterm:[RPM,online documentation] + + * The [application]*RPM* website — link:++http://www.rpm.org/++[] + + * The [application]*RPM* mailing list — link:++http://lists.rpm.org/mailman/listinfo/rpm-list++[] + +.See Also + +indexterm:[RPM,see also] + + * <> describes how to use the [application]*DNF* package manager to search, install, update, and uninstall packages on the command line. diff --git a/en-US/Revision_History.adoc b/en-US/Revision_History.adoc new file mode 100644 index 0000000..cc0f9ce --- /dev/null +++ b/en-US/Revision_History.adoc @@ -0,0 +1,49 @@ + +:experimental: + +[[app-Revision_History]] +== Revision History + +`1-9`:: Sun Jun 25, 2017, Ryan (t3rm1n4l@fedoraproject.org) + +* Converted document to asciidocs, updated table refs, removed manual line breaks, fixed formatting and some grammar + +`1-8`:: Mon Nov 14 2016, Petr Bokoč (pbokoc@redhat.com) + +* Fedora 25 release of the [citetitle]_System Administrator's Guide_. + +`1-7`:: Tue June 21 2016, Stephen Wadeley (swadeley@redhat.com) + +* Fedora 24 release of the [citetitle]_System Administrator's Guide_. + +`1-5`:: Mon Nov 02 2015, Stephen Wadeley (swadeley@redhat.com) + +* Fedora 23 release of the [citetitle]_System Administrator's Guide_. + +`1-4.1`:: Tue Oct 27 2015, Stephen Wadeley (swadeley@redhat.com) + +* Added "Gaining Privileges" chapter, "Using OpenSSH Certificate Authentication" section, and made improvements to the GRUB 2 chapter. + +`1-4`:: Mon May 25 2015, Stephen Wadeley (swadeley@redhat.com) + +* Fedora 22 release of the [citetitle]_System Administrator's Guide_. + +`1-3`:: Mon Apr 4 2015, Stephen Wadeley (swadeley@redhat.com) + +* Replaced Yum chapter with DNF chapter. + +`1-2.1`:: Wed Mar 4 2015, Stephen Wadeley (swadeley@redhat.com) + +* Added "Working with the GRUB 2 Boot Loader" chapter. + +`1-2`:: Tue Dec 9 2014, Stephen Wadeley (swadeley@redhat.com) + +* Fedora 21 release of the [citetitle]_System Administrator's Guide_. + +`1-1`:: Thu Aug 9 2012, Jaromír Hradílek (jhradilek@redhat.com) + +* Updated Network Interfaces. + +`1-0`:: Tue May 29 2012, Jaromír Hradílek (jhradilek@redhat.com) + +* Fedora 17 release of the [citetitle]_System Administrator's Guide_. diff --git a/en-US/Wayland.adoc b/en-US/Wayland.adoc new file mode 100644 index 0000000..7fc1e0d --- /dev/null +++ b/en-US/Wayland.adoc @@ -0,0 +1,46 @@ +:hardbreaks: +:experimental: +include::en-US/entities.adoc[] + +[[ch-Wayland]] +== The Wayland Display Server +Wayland is a display server which was (at the time of writing) introduced as the default display server in GNOME. It is said that Wayland will eventually replace X11 as the default display server on Linux and many distributions have begun implementation of Wayland. Wayland is a more modern display server and has a smaller code base currently. Wayland is still under development, and there are still applications and behaviours that don't work as expected, you may find that some applications have not been updated to work properly in Wayland and currently the only way these applications will run is using Xorg instead of Wayland. This includes some legacy system applications and games. + +.Wayland in Fedora +Wayland is enabled by default in the GNOME Desktop. You can choose to run GNOME in X11 by choosing the Gnome on xorg option in the session chooser on the login screen. Currently KDE still uses X11 and although there is a plasma-wayland session available, it is not considered stable or bugfree at this time. + +.Determining whether you are using Wayland +One way to determine if you're running in Wayland, is to check the value of the variable $WAYLAND_DISPLAY. To do this type: + +[source,bash] +---- +$ echo $WAYLAND_DISPLAY +wayland-0 +---- + +If you are not running under Wayland the variable will not contain any values. You can also use loginctl to show you what tpe of session is running: + +[source,bash] +---- +$ loginctl show-session -p Type +---- + +To determine your session number, simply typing `loginctl` should provide your session details. + +There is also a legacy X11 server provided with Wayland for compatibility purposes. To determine what applications are running in this mode, you can run the following command: + +[source,bash] +---- +$ xlsclients +---- + +There is also the `lg` (looking glass) tool in GNOME that will allow you to determine what display server a window is using. To do this, you run the application by typing `lg` in the run dialog or at the command line, select "`Windows`" in the upper right corner of the tool, and click on the application name (or open window) you want to know about. If the window is running in wayland it will say "`MetaWindowWayland`" and if it is running in X11 it will say "`MetaWindowX11`". + +.Additional Resources +To find out more about Wayland, please see the following website: + +https://wayland.freedesktop.org/ + +If you need to determine if an issue you are experiencing is related to wayland, see the Fedora wiki at the link below: + +https://fedoraproject.org/wiki/How_to_debug_Wayland_problems diff --git a/en-US/basic-system-configuration/Configuring_the_Date_and_Time.adoc b/en-US/basic-system-configuration/Configuring_the_Date_and_Time.adoc new file mode 100644 index 0000000..082cd6d --- /dev/null +++ b/en-US/basic-system-configuration/Configuring_the_Date_and_Time.adoc @@ -0,0 +1,476 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Configuring_the_Date_and_Time]] +=== Configuring the Date and Time + +Modern operating systems distinguish between the following two types of clocks: + +* A _real-time clock_ (*RTC*), commonly referred to as a _hardware clock_, (typically an integrated circuit on the system board) that is completely independent of the current state of the operating system and runs even when the computer is shut down. + +* A _system clock_, also known as a _software clock_, that is maintained by the kernel and its initial value is based on the real-time clock. Once the system is booted and the system clock is initialized, the system clock is completely independent of the real-time clock. + +The system time is always kept in _Coordinated Universal Time_ (*UTC*) and converted in applications to local time as needed. _Local time_ is the actual time in your current time zone, taking into account _daylight saving time_ (*DST*). The real-time clock can use either UTC or local time. UTC is recommended. + +{MAJOROSVER} offers three command line tools that can be used to configure and display information about the system date and time: the [command]#timedatectl# utility, which is new in {MAJOROSVER} and is part of `systemd`pass:attributes[{blank}]; the traditional [command]#date# command; and the [command]#hwclock# utility for accessing the hardware clock. + +[[sect-Configuring_the_Date_and_Time-timedatectl]] +==== Using the timedatectl Command + +The [application]*timedatectl* utility is distributed as part of the `systemd` system and service manager and allows you to review and change the configuration of the system clock. You can use this tool to change the current date and time, set the time zone, or enable automatic synchronization of the system clock with a remote server. + +For information on how to display the current date and time in a custom format, see also <>. + +[[sect-Configuring_the_Date_and_Time-timedatectl-Display]] +===== Displaying the Current Date and Time + +To display the current date and time along with detailed information about the configuration of the system and hardware clock, run the [command]#timedatectl# command with no additional command line options: + +[subs="quotes, macros"] +---- +[command]#timedatectl# +---- + +This displays the local and universal time, the currently used time zone, the status of the Network Time Protocol (`NTP`) configuration, and additional information related to DST. + +[[exam-Configuring_the_Date_and_Time-timedatectl-Display]] +.Displaying the Current Date and Time +==== + +The following is an example output of the [command]#timedatectl# command on a system that does not use `NTP` to synchronize the system clock with a remote server: + +[subs="attributes"] +---- +~]${nbsp}timedatectl + Local time: Mon 2013-09-16 19:30:24 CEST + Universal time: Mon 2013-09-16 17:30:24 UTC + Timezone: Europe/Prague (CEST, +0200) + NTP enabled: no +NTP synchronized: no + RTC in local TZ: no + DST active: yes + Last DST change: DST began at + Sun 2013-03-31 01:59:59 CET + Sun 2013-03-31 03:00:00 CEST + Next DST change: DST ends (the clock jumps one hour backwards) at + Sun 2013-10-27 02:59:59 CEST + Sun 2013-10-27 02:00:00 CET +---- + +==== + +[[sect-Configuring_the_Date_and_Time-timedatectl-Time]] +===== Changing the Current Time + +To change the current time, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#timedatectl# [option]`set-time` _HH:MM:SS_ +---- + +Replace _HH_ with an hour, _MM_ with a minute, and _SS_ with a second, all typed in two-digit form. + +This command updates both the system time and the hardware clock. The result it is similar to using both the [command]#date --set# and [command]#hwclock --systohc# commands. + +The command will fail if an `NTP` service is enabled. See <> to temporally disable the service. + +[[exam-Configuring_the_Date_and_Time-timedatectl-Time]] +.Changing the Current Time +==== + +To change the current time to 11:26 p.m., run the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}timedatectl set-time 23:26:00 +---- + +==== + +By default, the system is configured to use UTC. To configure your system to maintain the clock in the local time, run the [command]#timedatectl# command with the [option]`set-local-rtc` option as `root`: + +[subs="quotes, macros"] +---- +[command]#timedatectl# [option]`set-local-rtc` _boolean_ +---- + +To configure your system to maintain the clock in the local time, replace _boolean_ with `yes` (or, alternatively, `y`, `true`, `t`, or `1`). To configure the system to use UTC, replace _boolean_ with `no` (or, alternatively, `n`, `false`, `f`, or `0`). The default option is `no`. + +[[sect-Configuring_the_Date_and_Time-timedatectl-Date]] +===== Changing the Current Date + +To change the current date, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#timedatectl# [option]`set-time` _YYYY-MM-DD_ +---- + +Replace _YYYY_ with a four-digit year, _MM_ with a two-digit month, and _DD_ with a two-digit day of the month. + +Note that changing the date without specifying the current time results in setting the time to 00:00:00. + +[[exam-Configuring_the_Date_and_Time-timedatectl-Date]] +.Changing the Current Date +==== + +To change the current date to 2 June 2013 and keep the current time (11:26 p.m.), run the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}timedatectl set-time "2013-06-02 23:26:00" +---- + +==== + +[[sect-Configuring_the_Date_and_Time-timedatectl-Time_Zone]] +===== Changing the Time Zone + +To list all available time zones, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#timedatectl# [option]`list-timezones` +---- + +To change the currently used time zone, type as `root`: + +[subs="macros"] +---- +timedatectl set-timezone pass:quotes[_time_zone_] +---- + +Replace _time_zone_ with any of the values listed by the [command]#timedatectl list-timezones# command. + +[[exam-Configuring_the_Date_and_Time-timedatectl-Time_Zone]] +.Changing the Time Zone +==== + +To identify which time zone is closest to your present location, use the [command]#timedatectl# command with the [option]`list-timezones` command line option. For example, to list all available time zones in Europe, type: + +[subs="macros, attributes"] +---- +~]#{nbsp}timedatectl list-timezones | grep Europe +Europe/Amsterdam +Europe/Andorra +Europe/Athens +Europe/Belgrade +Europe/Berlin +Europe/Bratislava +pass:quotes[_…_] +---- + +To change the time zone to `Europe/Prague`, type as `root`: + +[subs="attributes"] +---- +~]#{nbsp}timedatectl set-timezone Europe/Prague +---- + +==== + +[[sect-Configuring_the_Date_and_Time-timedatectl-NTP]] +===== Synchronizing the System Clock with a Remote Server + +As opposed to the manual adjustments described in the previous sections, the [command]#timedatectl# command also allows you to enable automatic synchronization of your system clock with a group of remote servers using the `NTP` protocol. Enabling NTP enables the `chronyd` or `ntpd` service, depending on which of them is installed. + +The `NTP` service can be enabled and disabled using a command as follows: + +[subs="quotes, macros"] +---- +[command]#timedatectl# [option]`set-ntp` _boolean_ +---- + +To enable your system to synchronize the system clock with a remote `NTP` server, replace _boolean_ with `yes` (the default option). To disable this feature, replace _boolean_ with `no`. + +[[exam-Configuring_the_Date_and_Time-timedatectl-NTP]] +.Synchronizing the System Clock with a Remote Server +==== + +To enable automatic synchronization of the system clock with a remote server, type: + +[subs="attributes"] +---- +~]#{nbsp}timedatectl set-ntp yes +---- + +The command will fail if an `NTP` service is not installed. See <> for more information. + +==== + +[[sect-Configuring_the_Date_and_Time-date]] +==== Using the date Command + +The [command]#date# utility is available on all Linux systems and allows you to display and configure the current date and time. It is frequently used in scripts to display detailed information about the system clock in a custom format. + +For information on how to change the time zone or enable automatic synchronization of the system clock with a remote server, see <>. + +[[sect-Configuring_the_Date_and_Time-date-Display]] +===== Displaying the Current Date and Time + +To display the current date and time, run the [command]#date# command with no additional command line options: + +[subs="quotes, macros"] +---- +[command]#date# +---- + +This displays the day of the week followed by the current date, local time, abbreviated time zone, and year. + +By default, the [command]#date# command displays the local time. To display the time in UTC, run the command with the [option]`--utc` or [option]`-u` command line option: + +[subs="quotes, macros"] +---- +[command]#date# [option]`--utc` +---- + +You can also customize the format of the displayed information by providing the [option]`+"pass:attributes[{blank}]_format_pass:attributes[{blank}]"` option on the command line: + +---- +date +"format" +---- + +Replace _format_ with one or more supported control sequences as illustrated in <>. See <> for a list of the most frequently used formatting options, or the `date`(1) manual page for a complete list of these options. + +[[tabl-Configuring_the_Date_and_Time-date-Format]] +.Commonly Used Control Sequences + +[options="header"] +|=== +|Control Sequence|Description +|[option]`%H`|The hour in the _HH_ format (for example, `17`). +|[option]`%M`|The minute in the _MM_ format (for example, `30`). +|[option]`%S`|The second in the _SS_ format (for example, `24`). +|[option]`%d`|The day of the month in the _DD_ format (for example, `16`). +|[option]`%m`|The month in the _MM_ format (for example, `09`). +|[option]`%Y`|The year in the _YYYY_ format (for example, `2013`). +|`%Z`|The time zone abbreviation (for example, `CEST`). +|[option]`%F`|The full date in the _YYYY-MM-DD_ format (for example, `2013-09-16`). This option is equal to [option]`%Y-%m-%d`. +|[option]`%T`|The full time in the _HH:MM:SS_ format (for example, 17:30:24). This option is equal to [option]`%H:%M:%S` +|=== + +[[exam-Configuring_the_Date_and_Time-date-Display]] +.Displaying the Current Date and Time +==== + +To display the current date and local time, type the following at a shell prompt: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#date# +Mon Sep 16 17:30:24 CEST 2013 +---- + +To display the current date and time in UTC, type the following at a shell prompt: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#date --utc# +Mon Sep 16 15:30:34 UTC 2013 +---- + +To customize the output of the [command]#date# command, type: + +[subs="attributes"] +---- +~]${nbsp}date +"%Y-%m-%d %H:%M" +2013-09-16 17:30 +---- + +==== + +[[sect-Configuring_the_Date_and_Time-date-Time]] +===== Changing the Current Time + +To change the current time, run the [command]#date# command with the [option]`--set` or [option]`-s` option as `root`: + +[subs="quotes, macros"] +---- +[command]#date# [option]`--set` _HH:MM:SS_ +---- + +Replace _HH_ with an hour, _MM_ with a minute, and _SS_ with a second, all typed in two-digit form. + +By default, the [command]#date# command sets the system clock to the local time. To set the system clock in UTC, run the command with the [option]`--utc` or [option]`-u` command line option: + +[subs="quotes, macros"] +---- +[command]#date# [option]`--set` _HH:MM:SS_ [option]`--utc` +---- + +[[exam-Configuring_the_Date_and_Time-date-Time]] +.Changing the Current Time +==== + +To change the current time to 11:26 p.m., run the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}date --set 23:26:00 +---- + +==== + +[[sect-Configuring_the_Date_and_Time-date-Date]] +===== Changing the Current Date + +To change the current date, run the [command]#date# command with the [option]`--set` or [option]`-s` option as `root`: + +[subs="quotes, macros"] +---- +[command]#date# [option]`--set` _YYYY-MM-DD_ +---- + +Replace _YYYY_ with a four-digit year, _MM_ with a two-digit month, and _DD_ with a two-digit day of the month. + +Note that changing the date without specifying the current time results in setting the time to 00:00:00. + +[[exam-Configuring_the_Date_and_Time-date-Date]] +.Changing the Current Date +==== + +To change the current date to 2 June 2013 and keep the current time (11:26 p.m.), run the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}date --set 2013-06-02 23:26:00 +---- + +==== + +[[sect-Configuring_the_Date_and_Time-hwclock]] +==== Using the hwclock Command + +`hwclock` is a utility for accessing the hardware clock, also referred to as the Real Time Clock (RTC). The hardware clock is independent of the operating system you use and works even when the machine is shut down. This utility is used for displaying the time from the hardware clock. `hwclock` also contains facilities for compensating for systematic drift in the hardware clock. + +The hardware clock stores the values of: year, month, day, hour, minute, and second. It is not able to store the time standard, local time or Coordinated Universal Time (UTC), nor set the Daylight Saving Time (DST). + +The `hwclock` utility saves its settings in the `/etc/adjtime` file, which is created with the first change you make, for example, when you set the time manually or synchronize the hardware clock with the system time. + +[NOTE] +==== + +In {MAJOROS}{nbsp}6, the [command]#hwclock# command was run automatically on every system shutdown or reboot, but it is not in {MAJOROSVER}. When the system clock is synchronized by the Network Time Protocol (NTP) or +Precision Time Protocol (PTP), the kernel automatically synchronizes the hardware clock to the system clock every 11 minutes. + +==== + +For details about NTP, see <> and <>. For information about PTP, see <>. For information about setting the hardware clock after executing [application]*ntpdate*, see <>. + +[[sect2-displaying-time-hwclock]] +===== Displaying the Current Date and Time + +Running [command]#hwclock# with no command line options as the `root` user returns the date and time in local time to standard output. + +[subs="quotes, macros"] +---- +[command]#hwclock# +---- + +Note that using the [option]`--utc` or [option]`--localtime` options with the [command]#hwclock# command does not mean you are displaying the hardware clock time in UTC or local time. These options are used for setting the hardware clock to keep time in either of them. The time is always displayed in local time. Additionally, using the [command]#hwclock --utc# or [command]#hwclock --local# commands does not change the record in the `/etc/adjtime` file. This command can be useful when you know that the setting saved in `/etc/adjtime` is incorrect but you do not want to change the setting. On the other hand, you may receive misleading information if you use the command an incorrect way. See the `hwclock`(8) manual page for more details. + +[[exam-sect3-displaying-time-hwclock]] +.Displaying the Current Date and Time +==== + +To display the current date and the current local time from the hardware clock, run as `root`: + +[subs="attributes"] +---- +~]#{nbsp}hwclock +Tue 15 Apr 2014 04:23:46 PM CEST -0.329272 seconds +---- + +CEST is a time zone abbreviation and stands for Central European Summer Time. + +==== + +For information on how to change the time zone, see <>. + +[[sect3-changing-date-time-hwclock]] +===== Setting the Date and Time + +Besides displaying the date and time, you can manually set the hardware clock to a specific time. + +When you need to change the hardware clock date and time, you can do so by appending the [option]`--set` and [option]`--date` options along with your specification: + +[subs="quotes, macros"] +---- +[command]#hwclock --set --date _"dd mmm yyyy HH:MM"_pass:attributes[{blank}]# +---- + +Replace _dd_ with a day (a two-digit number), _mmm_ with a month (a three-letter abbreviation), _yyyy_ with a year (a four-digit number), _HH_ with an hour (a two-digit number), _MM_ with a minute (a two-digit number). + +At the same time, you can also set the hardware clock to keep the time in either UTC or local time by adding the [option]`--utc` or [option]`--localtime` options, respectively. In this case, `UTC` or `LOCAL` is recorded in the `/etc/adjtime` file. + +[[exam6-sect3-setting-time-hwclock]] +.Setting the Hardware Clock to a Specific Date and Time +==== + +If you want to set the date and time to a specific value, for example, to "21:17, October 21, 2014", and keep the hardware clock in UTC, run the command as `root` in the following format: + +[subs="attributes"] +---- +~]#{nbsp}hwclock --set --date "21 Oct 2014 21:17" --utc +---- + +==== + +[[sect4-synchronizing-date-time-hwclock]] +===== Synchronizing the Date and Time + +You can synchronize the hardware clock and the current system time in both directions. + +* Either you can set the hardware clock to the current system time by using this command: ++ +[subs="quotes, macros"] +---- +[command]#hwclock --systohc# +---- ++ +Note that if you use NTP, the hardware clock is automatically synchronized to the system clock every 11 minutes, and this command is useful only at boot time to get a reasonable initial system time. + +* Or, you can set the system time from the hardware clock by using the following command: ++ +[subs="quotes, macros"] +---- +[command]#hwclock --hctosys# +---- + +When you synchronize the hardware clock and the system time, you can also specify whether you want to keep the hardware clock in local time or UTC by adding the [option]`--utc` or [option]`--localtime` option. Similarly to using [option]`--set`, `UTC` or `LOCAL` is recorded in the `/etc/adjtime` file. + +The [command]#hwclock --systohc --utc# command is functionally similar to [command]#timedatectl set-local-rtc false# and the [command]#hwclock --systohc --local# command is an alternative to [command]#timedatectl set-local-rtc true#. + +[[exam4-sect4-synchornizing-systohc-hwclock]] +.Synchronizing the Hardware Clock with System Time +==== + +To set the hardware clock to the current system time and keep the hardware clock in local time, run the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}hwclock --systohc --localtime +---- + +To avoid problems with time zone and DST switching, it is recommended to keep the hardware clock in UTC. The shown <> is useful, for example, in case of a multi boot with a Windows system, which assumes the hardware clock runs in local time by default, and all other systems need to accommodate to it by using local time as well. It may also be needed with a virtual machine; if the virtual hardware clock provided by the host is running in local time, the guest system needs to be configured to use local time, too. + +==== + +[[sect-Date_and_Time-Resources]] +==== Additional Resources + +For more information on how to configure the date and time in {MAJOROSVER}, see the resources listed below. + +.Installed Documentation + +* `timedatectl`(1) — The manual page for the [command]#timedatectl# command line utility documents how to use this tool to query and change the system clock and its settings. + +* `date`(1) — The manual page for the [command]#date# command provides a complete list of supported command line options. + +* `hwclock`(8) — The manual page for the [command]#hwclock# command provides a complete list of supported command line options. + +.See Also + +* <> documents how to configure the keyboard layout. diff --git a/en-US/basic-system-configuration/Gaining_Privileges.adoc b/en-US/basic-system-configuration/Gaining_Privileges.adoc new file mode 100644 index 0000000..c4e7214 --- /dev/null +++ b/en-US/basic-system-configuration/Gaining_Privileges.adoc @@ -0,0 +1,157 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[chap-Gaining_Privileges]] +=== Gaining Privileges + +System administrators, and in some cases users, need to perform certain tasks with administrative access. Accessing the system as the `root` user is potentially dangerous and can lead to widespread damage to the system and data. This chapter covers ways to gain administrative privileges using setuid programs such as [command]#su# and [command]#sudo#. These programs allow specific users to perform tasks which would normally be available only to the `root` user while maintaining a higher level of control and system security. + +See the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Security Guide] for more information on administrative controls, potential dangers, and ways to prevent data loss resulting from improper use of privileged access. + +[[sect-Gaining_Privileges-The_su_Command]] +==== The su Command + +When a user executes the [command]#su# command, they are prompted for the `root` password and, after authentication, are given a `root` shell prompt. + +Once logged in using the [command]#su# command, the user *is* the `root` user and has absolute administrative access to the system. Note that this access is still subject to the restrictions imposed by SELinux, if it is enabled. In addition, once a user has become `root`, it is possible for them to use the [command]#su# command to change to any other user on the system without being prompted for a password. + +Because this program is so powerful, administrators within an organization may want to limit who has access to the command. + +One of the simplest ways to do this is to add users to the special administrative group called _wheel_. To do this, type the following command as `root`: + +[subs="macros"] +---- +~]# usermod -a -G wheel pass:quotes[_username_] +---- + +In the previous command, replace _username_ with the user name you want to add to the `wheel` group. + +You can also use the [application]*Users* settings tool to modify group memberships, as follows. Note that you need administrator privileges to perform this procedure. + +. Press the kbd:[Super] key to enter the Activities Overview, type [command]#Users# and then press kbd:[Enter]. The [application]*Users* settings tool appears. The kbd:[Super] key appears in a variety of guises, depending on the keyboard and other hardware, but often as either the Windows or Command key, and typically to the left of the kbd:[Spacebar]. + +. To enable making changes, click the btn:[Unlock] button, and enter a valid administrator password. + +. Click a user icon in the left column to display the user's properties in the right-hand pane. + +. Change the Account Type from `Standard` to `Administrator`. This will add the user to the `wheel` group. + +See <> for more information about the [application]*Users* tool. + +After you add the desired users to the `wheel` group, it is advisable to only allow these specific users to use the [command]#su# command. To do this, edit the PAM configuration file for [command]#su#, `/etc/pam.d/su`. Open this file in a text editor and uncomment the following line by removing the `#` character: + +---- +#auth required pam_wheel.so use_uid +---- + +This change means that only members of the administrative group `wheel` can switch to another user using the [command]#su# command. + +.Note +[NOTE] +==== + +The `root` user is part of the `wheel` group by default. + +==== + +[[sect-Gaining_Privileges-The_sudo_Command]] +==== The sudo Command + +The [command]#sudo# command offers another approach to giving users administrative access. When trusted users precede an administrative command with [command]#sudo#, they are prompted for *their own* password. Then, when they have been authenticated and assuming that the command is permitted, the administrative command is executed as if they were the `root` user. + +The basic format of the [command]#sudo# command is as follows: + +[subs="quotes, macros"] +---- +[command]#sudo# _command_ +---- + +In the above example, _command_ would be replaced by a command normally reserved for the `root` user, such as [command]#mount#. + +The [command]#sudo# command allows for a high degree of flexibility. For instance, only users listed in the `/etc/sudoers` configuration file are allowed to use the [command]#sudo# command and the command is executed in *the user's* shell, not a `root` shell. This means the `root` shell can be completely disabled as shown in the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Security Guide]. + +Each successful authentication using the [command]#sudo# command is logged to the file `/var/log/messages` and the command issued along with the issuer's user name is logged to the file `/var/log/secure`. If additional logging is required, use the `pam_tty_audit` module to enable TTY auditing for specified users by adding the following line to your `/etc/pam.d/system-auth` file: + +[subs="macros"] +---- +session required pam_tty_audit.so disable=pass:quotes[_pattern_] enable=pass:quotes[_pattern_] + +---- + +where _pattern_ represents a comma-separated listing of users with an optional use of globs. For example, the following configuration will enable TTY auditing for the `root` user and disable it for all other users: + +---- +session required pam_tty_audit.so disable=* enable=root +---- + +Another advantage of the [command]#sudo# command is that an administrator can allow different users access to specific commands based on their needs. + +Administrators wanting to edit the [command]#sudo# configuration file, `/etc/sudoers`, should use the [command]#visudo# command. + +To give someone full administrative privileges, type [command]#visudo# and add a line similar to the following in the user privilege specification section: + +[subs="quotes"] +---- +juan ALL=(ALL) ALL +---- + +This example states that the user, `juan`, can use [command]#sudo# from any host and execute any command. + +The example below illustrates the granularity possible when configuring [command]#sudo#: + +[subs="quotes"] +---- +%users localhost=/sbin/shutdown -h now +---- + +This example states that any member of the `users` system group can issue the command [command]#/sbin/shutdown -h now# as long as it is issued from the console. + +The man page for `sudoers` has a detailed listing of options for this file. + +.Important +[IMPORTANT] +==== + +There are several potential risks to keep in mind when using the [command]#sudo# command. You can avoid them by editing the `/etc/sudoers` configuration file using [command]#visudo# as described above. Leaving the `/etc/sudoers` file in its default state gives every user in the `wheel` group unlimited `root` access. + +* By default, [command]#sudo# stores the sudoer's password for a five minute timeout period. Any subsequent uses of the command during this period will not prompt the user for a password. This could be exploited by an attacker if the user leaves their workstation unattended and unlocked while still being logged in. This behavior can be changed by adding the following line to the `/etc/sudoers` file: ++ +[subs="macros"] +---- +Defaults timestamp_timeout=pass:quotes[_value_] +---- ++ +where _value_ is the desired timeout length in minutes. Setting the _value_ to 0 causes [command]#sudo# to require a password every time. + +* If a sudoer's account is compromised, an attacker can use [command]#sudo# to open a new shell with administrative privileges: ++ +[subs="quotes, macros"] +---- +[command]#sudo /bin/bash# +---- ++ +Opening a new shell as `root` in this or similar fashion gives the attacker administrative access for a theoretically unlimited amount of time, bypassing the timeout period specified in the `/etc/sudoers` file and never requiring the attacker to input a password for [command]#sudo# again until the newly opened session is closed. + +==== + +[[sect-Gaining_Privileges-Additional_Resources]] +==== Additional Resources + +While programs allowing users to gain administrative privileges are a potential security risk, security itself is beyond the scope of this particular book. You should therefore refer to the resources listed below for more information regarding security and privileged access. + +.Installed Documentation + +* `su`(1) — The manual page for [command]#su# provides information regarding the options available with this command. + +* `sudo`(8) — The manual page for [command]#sudo# includes a detailed description of this command and lists options available for customizing its behavior. + +* `pam`(8) — The manual page describing the use of Pluggable Authentication Modules (PAM) for Linux. + +.Online Documentation + +* The link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Security Guide] provides a more in-depth look at potential security issues pertaining to setuid programs as well as techniques used to alleviate these risks. + +.See Also + +* <> documents how to manage system users and groups in the graphical user interface and on the command line. diff --git a/en-US/basic-system-configuration/Managing_Users_and_Groups.adoc b/en-US/basic-system-configuration/Managing_Users_and_Groups.adoc new file mode 100644 index 0000000..d314f74 --- /dev/null +++ b/en-US/basic-system-configuration/Managing_Users_and_Groups.adoc @@ -0,0 +1,487 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Managing_Users_and_Groups]] +=== Managing Users and Groups +indexterm:[groups,introducing]indexterm:[users,introducing]indexterm:[users,UID]indexterm:[groups,GID] +The control of users and groups is a core element of {MAJOROS} system administration. This chapter explains how to add, manage, and delete users and groups in the graphical user interface and on the command line, and covers advanced topics, such as creating group directories. + +[[s1-users-groups-introduction]] +==== Introduction to Users and Groups + +While users can be either people (meaning accounts tied to physical users) or accounts which exist for specific applications to use, groups are logical expressions of organization, tying users together for a common purpose. Users within a group share the same permissions to read, write, or execute files owned by that group. + +Each user is associated with a unique numerical identification number called a _user ID_ (*UID*). Likewise, each group is associated with a _group ID_ (*GID*). A user who creates a file is also the owner and group owner of that file. The file is assigned separate read, write, and execute permissions for the owner, the group, and everyone else. The file owner can be changed only by `root`, and access permissions can be changed by both the `root` user and file owner. + +Additionally, {MAJOROS} supports _access control lists_ (*ACLs*) for files and directories which allow permissions for specific users outside of the owner to be set. For more information about this feature, see the [citetitle]_link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/ch-Access_Control_Lists.html++[Access Control Lists]_ chapter of the [citetitle]_link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/index.html++[Red Hat Enterprise Linux 7 System Administrators Guide]_. + +[[s2-users-groups-private-groups]] +===== User Private Groups +indexterm:[groups,user private]indexterm:[user private groups,groups]indexterm:[groups,tools for management of,groupadd] +{MAJOROS} uses a _user private group_ (_UPG_) scheme, which makes UNIX groups easier to manage. A user private group is created whenever a new user is added to the system. It has the same name as the user for which it was created and that user is the only member of the user private group. + +User private groups make it safe to set default permissions for a newly created file or directory, allowing both the user and *the group of that user* to make modifications to the file or directory. + +The setting which determines what permissions are applied to a newly created file or directory is called a _umask_ and is configured in the `/etc/bashrc` file. Traditionally on UNIX-based systems, the [command]#umask# is set to [command]#022#, which allows only the user who created the file or directory to make modifications. Under this scheme, all other users, *including members of the creator's group*, are not allowed to make any modifications. However, under the UPG scheme, this "group protection" is not necessary since every user has their own private group. + +A list of all groups is stored in the `/etc/group` configuration file. + +[[s2-users-groups-shadow-utilities]] +===== Shadow Passwords +indexterm:[passwords,shadow]indexterm:[shadow passwords,overview of] +In environments with multiple users, it is very important to use _shadow passwords_ provided by the [package]*shadow-utils* package to enhance the security of system authentication files. For this reason, the installation program enables shadow passwords by default. + +The following is a list of the advantages shadow passwords have over the traditional way of storing passwords on UNIX-based systems: + +* Shadow passwords improve system security by moving encrypted password hashes from the world-readable `/etc/passwd` file to `/etc/shadow`, which is readable only by the `root` user. + +* Shadow passwords store information about password aging. + +* Shadow passwords allow the `/etc/login.defs` file to enforce security policies. + +Most utilities provided by the [package]*shadow-utils* package work properly whether or not shadow passwords are enabled. However, since password aging information is stored exclusively in the `/etc/shadow` file, some utilities and commands do not work without first enabling shadow passwords: + +* The [command]#chage# utility for setting password-aging parameters. For details, see the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/chap-Hardening_Your_System_with_Tools_and_Services.html#sec-Password_Security++[Password Security] section in the [citetitle]_Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Security Guide_. + +* The [command]#gpasswd# utility for administrating the `/etc/group` file. + +* The [command]#usermod# command with the [option]`-e, --expiredate` or [option]`-f, --inactive` option. + +* The [command]#useradd# command with the [option]`-e, --expiredate` or [option]`-f, --inactive` option. + +[[s1-users-configui]] +==== Managing Users in a Graphical Environment +indexterm:[users,user configuration]indexterm:[groups,group configuration]indexterm:[user configuration,viewing list of users]indexterm:[group configuration,viewing list of groups]indexterm:[the Users settings tool,user configuration] +The [application]*Users* utility allows you to view, modify, add, and delete local users in the graphical user interface. + +[[s2-redhat-config-users-list]] +===== Using the Users Settings Tool + +Press the kbd:[Super] key to enter the Activities Overview, type [command]#Users# and then press kbd:[Enter]. The [application]*Users* settings tool appears. The kbd:[Super] key appears in a variety of guises, depending on the keyboard and other hardware, but often as either the Windows or Command key, and typically to the left of the Spacebar. + +To make changes to the user accounts, first select the btn:[Unlock] button and authenticate yourself as indicated by the dialog box that appears. Note that unless you have superuser privileges, the application will prompt you to authenticate as `root`. To add and remove users, select the btn:[+] and btn:[-] button respectively. To add a user to the administrative group `wheel`, change the Account Type from `Standard` to `Administrator`. To edit a user's language setting, select the language and a drop-down menu appears. + +[[fig-managing-users]] +.The Users Settings Tool + +image::managing_users.png[The Users settings tool] + +When a new user is created, the account is disabled until a password is set. The Add User menu contains the options to set a password by the administrator immediately, or to allow the user to choose a password at the first login. + +[[s1-users-tools]] +==== Using Command Line Tools +indexterm:[users,tools for management of,useradd]indexterm:[users,tools for management of,the Users setting tool]indexterm:[groups,tools for management of,groupadd] +Apart from the [application]*Users* settings tool described in <>, which is designed for basic managing of users, you can use command line tools for managing users and groups that are listed in <>. + +[[table-users-tools]] +.Command line utilities for managing users and groups + +[options="header"] +|=== +|Utilities|Description +|[command]#id#|Displays user and group IDs. +|[command]#useradd#, [command]#usermod#, [command]#userdel#|Standard utilities for adding, modifying, and deleting user accounts. +|[command]#groupadd#, [command]#groupmod#, [command]#groupdel#|Standard utilities for adding, modifying, and deleting groups. +|[command]#gpasswd#|Standard utility for administering the `/etc/group` configuration file. +|[command]#pwck#, [command]#grpck#|Utilities that can be used for verification of the password, group, and associated shadow files. +|[command]#pwconv#, [command]#pwunconv#|Utilities that can be used for the conversion of passwords to shadow passwords, or back from shadow passwords to standard passwords. +|[command]#grpconv#, [command]#grpunconv#|Similar to the previous, these utilities can be used for conversion of shadowed information for group accounts. +|=== + +[[s2-users-tools-users-add]] +===== Adding a New User +indexterm:[useradd command,user account creation using]indexterm:[adding,user]indexterm:[user configuration,command line configuration,useradd] +To add a new user to the system, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#useradd# _options_ _username_ +---- + +…where _options_ are command-line options as described in <>. +indexterm:[user configuration,command line configuration,passwd] +By default, the [command]#useradd# command creates a locked user account. To unlock the account, run the following command as `root` to assign a password: + +[subs="quotes, macros"] +---- +[command]#passwd# _username_ +---- + +Optionally, you can set a password aging policy. See <> for information on how to enable password aging. + +[[table-useradd-options]] +.Common useradd command-line options + +[options="header"] +|=== +|Option|Description +|[option]`-c`pass:attributes[{blank}] 'pass:attributes[{blank}]_comment_pass:attributes[{blank}]'|_comment_ can be replaced with any string. This option is generally used to specify the full name of a user. +|[option]`-d`pass:attributes[{blank}] pass:attributes[{blank}]_home_directory_|Home directory to be used instead of default `/home/pass:attributes[{blank}]_username_pass:attributes[{blank}]/`. +|[option]`-e`pass:attributes[{blank}] pass:attributes[{blank}]_date_|Date for the account to be disabled in the format YYYY-MM-DD. +|[option]`-f`pass:attributes[{blank}] pass:attributes[{blank}]_days_|Number of days after the password expires until the account is disabled. If `0` is specified, the account is disabled immediately after the password expires. If `-1` is specified, the account is not disabled after the password expires. +|[option]`-g`pass:attributes[{blank}] pass:attributes[{blank}]_group_name_|Group name or group number for the user's default (primary) group. The group must exist prior to being specified here. +|[option]`-G`pass:attributes[{blank}] pass:attributes[{blank}]_group_list_|List of additional (supplementary, other than default) group names or group numbers, separated by commas, of which the user is a member. The groups must exist prior to being specified here. +|[option]`-m`|Create the home directory if it does not exist. +|[option]`-M`|Do not create the home directory. +|[option]`-N`|Do not create a user private group for the user. +|[option]`-p`pass:attributes[{blank}] pass:attributes[{blank}]_password_|The password encrypted with [command]#crypt#. +|[option]`-r`|Create a system account with a UID less than 1000 and without a home directory. +|[option]`-s`|User's login shell, which defaults to [command]#/bin/bash#. +|[option]`-u`pass:attributes[{blank}] pass:attributes[{blank}]_uid_|User ID for the user, which must be unique and greater than 999. +|=== + +The command-line options associated with the [command]#usermod# command are essentially the same. Note that if you want to add a user to another supplementary group, you need to use the [option]`-a, --append` option with the [option]`-G` option. Otherwise the list of supplementary groups for the user will be overwritten by those specified with the [command]#usermod -G# command. + +.Explaining the Process +The following steps illustrate what happens if the command [command]#useradd juan# is issued on a system that has shadow passwords enabled: + +. A new line for `juan` is created in `/etc/passwd`: ++ +[subs="quotes"] +---- +juan:x:1001:1001::/home/juan:/bin/bash +---- ++ +The line has the following characteristics: ++ +** It begins with the user name `juan`. ++ +** There is an `x` for the password field indicating that the system is using shadow passwords. ++ +** A UID greater than 999 is created. Under {MAJOROS}, UIDs below 1000 are reserved for system use and should not be assigned to users. ++ +** A GID greater than 999 is created. Under {MAJOROS}, GIDs below 1000 are reserved for system use and should not be assigned to users. ++ +** The optional _GECOS_ information is left blank. The GECOS field can be used to provide additional information about the user, such as their full name or phone number. ++ +** The home directory for `juan` is set to `/home/juan/`. ++ +** The default shell is set to [command]#/bin/bash#. + +. A new line for `juan` is created in `/etc/shadow`: ++ +[subs="quotes"] +---- +juan:!!:14798:0:99999:7::: +---- ++ +The line has the following characteristics: ++ +** It begins with the username `juan`. ++ +** Two exclamation marks (`!!`) appear in the password field of the `/etc/shadow` file, which locks the account. ++ +.Note +[NOTE] +==== + +If an encrypted password is passed using the [option]`-p` flag, it is placed in the `/etc/shadow` file on the new line for the user. + +==== ++ +** The password is set to never expire. + +. A new line for a group named `juan` is created in `/etc/group`: ++ +[subs="quotes"] +---- +juan:x:1001: +---- ++ +A group with the same name as a user is called a _user private group_. For more information on user private groups, see <>. ++ +The line created in `/etc/group` has the following characteristics: ++ +** It begins with the group name `juan`. ++ +** An `x` appears in the password field indicating that the system is using shadow group passwords. ++ +** The GID matches the one listed for `juan`pass:attributes[{blank}]'s primary group in `/etc/passwd`. + +. A new line for a group named `juan` is created in `/etc/gshadow`: ++ +[subs="quotes"] +---- +juan:!:: +---- ++ +The line has the following characteristics: ++ +** It begins with the group name `juan`. ++ +** An exclamation mark (`!`) appears in the password field of the `/etc/gshadow` file, which locks the group. ++ +** All other fields are blank. + +. A directory for user `juan` is created in the `/home/` directory: ++ +[subs="attributes"] +---- +~]#{nbsp}ls -ld /home/juan +drwx------. 4 juan juan 4096 Mar 3 18:23 /home/juan +---- ++ +This directory is owned by user `juan` and group `juan`. It has _read_, _write_, and _execute_ privileges *only* for the user `juan`. All other permissions are denied. + +. The files within the `/etc/skel/` directory (which contain default user settings) are copied into the new `/home/juan/` directory. The contents of `/etc/skel/` may vary depending on installed applications: ++ +---- +~]# ls -la /home/juan +total 24 +drwx------. 4 juan juan 4096 Mar 3 18:23 . +drwxr-xr-x. 5 root root 4096 Mar 3 18:23 .. +-rw-r--r--. 1 juan juan 18 Jul 09 08:43 .bash_logout +-rw-r--r--. 1 juan juan 176 Jul 09 08:43 .bash_profile +-rw-r--r--. 1 juan juan 124 Jul 09 08:43 .bashrc +drwxr-xr-x. 4 juan juan 4096 Jul 09 08:43 .mozilla +---- + +At this point, a locked account called `juan` exists on the system. To activate it, the administrator must next assign a password to the account using the [command]#passwd# command and, optionally, set password aging guidelines. + +[[s2-users-tools-groups-add]] +===== Adding a New Group +indexterm:[group configuration,groupadd]indexterm:[adding,group] +To add a new group to the system, type the following at a shell prompt as `root`: + +[subs="macros"] +---- +groupadd pass:quotes[_options_] pass:quotes[_group_name_] +---- + +…where _options_ are command-line options as described in <>. + +[[table-groupadd-options]] +.Common groupadd command-line options + +[options="header"] +|=== +|Option|Description +|[option]`-f`, [option]`--force`|When used with [option]`-g`pass:attributes[{blank}] pass:attributes[{blank}]_gid_ and _gid_ already exists, [command]#groupadd# will choose another unique _gid_ for the group. +|[option]`-g`pass:attributes[{blank}] pass:attributes[{blank}]_gid_|Group ID for the group, which must be unique and greater than 999. +|[option]`-K`, [option]`--key`pass:attributes[{blank}] pass:attributes[{blank}]_key_pass:attributes[{blank}]=pass:attributes[{blank}]_value_|Override `/etc/login.defs` defaults. +|[option]`-o`, [option]`--non-unique`|Allows creating groups with duplicate GID. +|[option]`-p`, [option]`--password`pass:attributes[{blank}] pass:attributes[{blank}]_password_|Use this encrypted password for the new group. +|[option]`-r`|Create a system group with a GID less than 1000. +|=== + +[[s2-users-tools-password-aging]] +===== Enabling Password Aging +indexterm:[password,expire]indexterm:[password,aging]indexterm:[expiration of password, forcing]indexterm:[chage command,forcing password expiration with]indexterm:[user configuration,password,forcing expiration of] +For security reasons, it is advisable to require users to change their passwords periodically. This can be done by using the [command]#chage# command. + +.Shadow passwords must be enabled to use chage +[IMPORTANT] +==== + +Shadow passwords must be enabled to use the [command]#chage# command. For more information, see <>. + +==== +indexterm:[user configuration,command line configuration,chage] +To configure password expiration for a user from a shell prompt, run the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#chage# _options_ _username_ +---- + +…where _options_ are command line options as described in <>. When the [command]#chage# command is followed directly by a username (that is, when no command line options are specified), it displays the specified users current password aging values and allows you to change these values interactively. + +[[table-chage-options]] +.chage command line options + +[options="header"] +|=== +|Option|Description +|[option]`-d`pass:attributes[{blank}] pass:attributes[{blank}]_days_|Specifies the number of days since January 1, 1970 the password was changed. +|[option]`-E`pass:attributes[{blank}] pass:attributes[{blank}]_date_|Specifies the date on which the account is locked, in the format YYYY-MM-DD. Instead of the date, the number of days since January 1, 1970 can also be used. +|[option]`-I`pass:attributes[{blank}] pass:attributes[{blank}]_days_|Specifies the number of inactive days after the password expiration before locking the account. If the value is `0`, the account is not locked after the password expires. +|[option]`-l`|Lists current account aging settings. +|[option]`-m`pass:attributes[{blank}] pass:attributes[{blank}]_days_|Specify the minimum number of days after which the user must change passwords. If the value is `0`, the password does not expire. +|[option]`-M`pass:attributes[{blank}] pass:attributes[{blank}]_days_|Specify the maximum number of days for which the password is valid. When the number of days specified by this option plus the number of days specified with the [option]`-d` option is less than the current day, the user must change passwords before using the account. +|[option]`-W`pass:attributes[{blank}] pass:attributes[{blank}]_days_|Specifies the number of days before the password expiration date to warn the user. +|=== + +You can configure a password to expire the first time a user logs in. This forces users to change passwords immediately. + +. Set up an initial password. There are two common approaches to this step: you can either assign a default password, or you can use a null password. ++ +To assign a default password, type the following at a shell prompt as `root`: ++ +[subs="quotes, macros"] +---- +[command]#passwd# _username_ +---- ++ +To assign a null password instead, use the following command: ++ +[subs="quotes, macros"] +---- +[command]#passwd# [option]`-d` _username_ +---- ++ +.Avoid using null passwords whenever possible +[WARNING] +==== + +Using a null password, while convenient, is a highly insecure practice, as any third party can log in first and access the system using the insecure username. Always make sure that the user is ready to log in before unlocking an account with a null password. + +==== + +. Force immediate password expiration by running the following command as `root`: ++ +[subs="quotes, macros"] +---- +[command]#chage# [option]`-d` [option]`0` _username_ +---- ++ +This command sets the value for the date the password was last changed to the epoch (January 1, 1970). This value forces immediate password expiration no matter what password aging policy, if any, is in place. + +Upon the initial log in, the user is now prompted for a new password. + +[[s2-users-tools-users-logout]] +===== Enabling Automatic Logouts + +Especially when the user is logged in as `root`, an unattended login session may pose a significant security risk. To reduce this risk, you can configure the system to automatically log out idle users after a fixed period of time: + +. Make sure the [package]*screen* package is installed. You can do so by running the following command as `root`: ++ +[subs="quotes, macros"] +---- +[command]#dnf# [option]`install` [option]`screen` +---- ++ +For more information on how to install packages in {MAJOROS}, refer to <>. + +. As `root`, add the following line at the beginning of the `/etc/profile` file to make sure the processing of this file cannot be interrupted: ++ +[subs="quotes"] +---- +trap "" 1 2 3 15 +---- + +. Add the following lines at the end of the `/etc/profile` file to start a [command]#screen# session each time a user logs in to a virtual console or remotely: ++ +[subs="quotes"] +---- +SCREENEXEC="screen" +if [ -w $(tty) ]; then + trap "exec $SCREENEXEC" 1 2 3 15 + echo -n 'Starting session in 10 seconds' + sleep 10 + exec $SCREENEXEC +fi +---- ++ +Note that each time a new session starts, a message will be displayed and the user will have to wait ten seconds. To adjust the time to wait before starting a session, change the value after the [command]#sleep# command. + +. Add the following lines to the `/etc/screenrc` configuration file to close the [command]#screen# session after a given period of inactivity: ++ +[subs="quotes"] +---- +idle 120 quit +autodetach off +---- ++ +This will set the time limit to 120 seconds. To adjust this limit, change the value after the [option]`idle` directive. ++ +Alternatively, you can configure the system to only lock the session by using the following lines instead: ++ +[subs="quotes"] +---- +idle 120 lockscreen +autodetach off +---- ++ +This way, a password will be required to unlock the session. + +The changes take effect the next time a user logs in to the system. + +[[s2-users-tools-groups-directories]] +===== Creating Group Directories +indexterm:[groups,shared directories]indexterm:[user private groups,and shared directories] +System administrators usually like to create a group for each major project and assign people to the group when they need to access that project's files. With this traditional scheme, file management is difficult; when someone creates a file, it is associated with the primary group to which they belong. When a single person works on multiple projects, it becomes difficult to associate the right files with the right group. However, with the UPG scheme, groups are automatically assigned to files created within a directory with the _setgid_ bit set. The setgid bit makes managing group projects that share a common directory very simple because any files a user creates within the directory are owned by the group that owns the directory. + +For example, a group of people need to work on files in the `/opt/myproject/` directory. Some people are trusted to modify the contents of this directory, but not everyone. + +. As `root`, create the `/opt/myproject/` directory by typing the following at a shell prompt: ++ +[subs="quotes, macros"] +---- +[command]#mkdir /opt/myproject# +---- + +. Add the `myproject` group to the system: ++ +[subs="quotes, macros"] +---- +[command]#groupadd myproject# +---- + +. Associate the contents of the `/opt/myproject/` directory with the `myproject` group: ++ +[subs="quotes, macros"] +---- +[command]#chown root:myproject /opt/myproject# +---- + +. Allow users in the group to create files within the directory and set the setgid bit: ++ +[subs="quotes, macros"] +---- +[command]#chmod 2775 /opt/myproject# +---- ++ +At this point, all members of the `myproject` group can create and edit files in the `/opt/myproject/` directory without the administrator having to change file permissions every time users write new files. To verify that the permissions have been set correctly, run the following command: ++ +[subs="attributes"] +---- +~]#{nbsp}ls -ld /opt/myproject +drwxrwsr-x. 3 root myproject 4096 Mar 3 18:31 /opt/myproject + +---- + +. Add users to the `myproject` group: ++ +[subs="quotes, macros"] +---- +[command]#usermod -aG myproject _username_pass:attributes[{blank}]# +---- + +[[sect-Users_and_Groups-Resources]] +==== Additional Resources +indexterm:[groups,additional resources]indexterm:[users,additional resources] +For more information on how to manage users and groups on Fedora, see the resources listed below. + +.Installed Documentationindexterm:[groups,additional resources,installed documentation]indexterm:[users,additional resources,installed documentation] +For information about various utilities for managing users and groups, see the following manual pages: + +* `useradd`(8) — The manual page for the [command]#useradd# command documents how to use it to create new users. + +* `userdel`(8) — The manual page for the [command]#userdel# command documents how to use it to delete users. + +* `usermod`(8) — The manual page for the [command]#usermod# command documents how to use it to modify users. + +* `groupadd`(8) — The manual page for the [command]#groupadd# command documents how to use it to create new groups. + +* `groupdel`(8) — The manual page for the [command]#groupdel# command documents how to use it to delete groups. + +* `groupmod`(8) — The manual page for the [command]#groupmod# command documents how to use it to modify group membership. + +* `gpasswd`(1) — The manual page for the [command]#gpasswd# command documents how to manage the `/etc/group` file. + +* `grpck`(8) — The manual page for the [command]#grpck# command documents how to use it to verify the integrity of the `/etc/group` file. + +* `pwck`(8) — The manual page for the [command]#pwck# command documents how to use it to verify the integrity of the `/etc/passwd` and `/etc/shadow` files. + +* `pwconv`(8) — The manual page for the [command]#pwconv#, [command]#pwunconv#, [command]#grpconv#, and [command]#grpunconv# commands documents how to convert shadowed information for passwords and groups. + +* `id`(1) — The manual page for the [command]#id# command documents how to display user and group IDs. + +For information about related configuration files, see: + +* `group`(5) — The manual page for the `/etc/group` file documents how to use this file to define system groups. + +* `passwd`(5) — The manual page for the `/etc/passwd` file documents how to use this file to define user information. + +* `shadow`(5) — The manual page for the `/etc/shadow` file documents how to use this file to set passwords and account expiration information for the system. diff --git a/en-US/basic-system-configuration/Opening_GUI_Applications.adoc b/en-US/basic-system-configuration/Opening_GUI_Applications.adoc new file mode 100644 index 0000000..847c9e0 --- /dev/null +++ b/en-US/basic-system-configuration/Opening_GUI_Applications.adoc @@ -0,0 +1,199 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Opening_GUI_Applications]] +=== Opening Graphical Applications +indexterm:[GUI] +Fedora provides graphical applications in addition to command line utilities for configuring many features. This chapter describes methods for opening `Graphical User Interface`, or _GUI_, applications in various environments. + +[[gui-from_cli]] +==== Opening graphical applications from the command line + +Graphical applications can be launched from a terminal window or console session by simply typing the name of the application. + +[subs="quotes, macros"] +---- + +[fedorauser@localhost]$ [command]#firefox# +---- + +.File names vs Application names +[NOTE] +==== + +Programs are opened from the command line using the name of the executable file provided in the program's package. An entry in the desktop menu will often be named differently from the file it executes. For example, the GNOME disk management utility appears in the menu as [application]*Disks*, and the file it executes is `/usr/bin/gnome-disks`. + +==== + +When a program is executed on the command line, the terminal is occupied until the program completes. When a graphical application is executed from the command line, the program's error output, or `STDERR`, is sent to the terminal window. This can be especially useful when troubleshooting. + +.Viewing errors by launching graphical applications from the command line +==== + +---- + +[fedorauser@localhost]$ astromenace-wrapper + AstroMenace 1.3.1 121212 + + Open XML file: /home/fedorauser/.config/astromenace/amconfig.xml + VFS file was opened /usr/share/astromenace/gamedata.vfs + + Vendor : OpenAL Community + Renderer : OpenAL Soft + Version : 1.1 ALSOFT 1.15.1 + ALut ver : 1.1 + + Font initialized: DATA/FONT/LiberationMono-Bold.ttf + + Current Video Mode: 3200x1080 32bit + + Xinerama/TwinView detected. + Screen count: 2 + Screen #0: (0, 0) x (1920, 1080) + Screen #1: (1920, 0) x (1280, 1024) + + Supported resolutions list: + 640x480 16bit + 640x480 32bit + 640x480 0bit + 768x480 16bit + +---- + +==== + +To launch a graphical application, but fork the additional output into the background and return the terminal for immediate use, use the shell's `job control` feature. + +[subs="quotes, macros"] +---- + +[fedorauser@localhost]$ [command]#emacs foo.txt &# +---- + +.Ending a session +[IMPORTANT] +==== + +Applications that hold the command line prompt until they complete will close when the terminal session ends, even if they are forked into the background. + +==== + +GUI programs can also be launched on one `TTY` and displayed on another by specifying the `DISPLAY` variable. This can be useful when running multiple graphical sessions, or for troubleshooting problems with a desktop session. + +. Switch to another TTY using the key combination kbd:[Ctrl + Alt + F2] and log in. Note that consoles are available by default with kbd:[F2] through kbd:[F6]. + +. Identify the X session you want to target. The `DISPLAY` variable is always an integer preceded by a colon, and will be *:0* in most cases. Check the arguments of the currently running [application]*X* process to verify the value. The command below shows both the `DISPLAY` variable as well as the TTY that [application]*X* is running on, `tty1`. ++ +[subs="macros"] +---- + +[fedorauser@localhost]$ ps aux|grep /usr/bin/X +root 1498 7.1 1.0 521396 353984 pass:quotes[`tty1`] Ss+ 00:04 66:34 /usr/bin/X pass:quotes[`:0`] vt1 -background none -nolisten tcp -auth /var/run/kdm/A:0-22Degc + +root 23874 0.0 0.0 109184 900 pts/21 S+ 15:35 0:00 grep --color=auto /usr/bin/X +---- + +. Specify the `DISPLAY` variable when executing the program. ++ +[subs="quotes, macros"] +---- + +[fedorauser@localhost]$ [command]#DISPLAY=:0 gnome-shell --replace &# +---- + +. Switch back to the TTY the graphical session is running on. Since the example above shows [application]*X* running on `vt1`, pressing kbd:[Ctrl + Alt + F1] will return to the desktop environment. + +[[gui-alt_f2]] +==== Launching Applications with kbd:[Alt + F2] + +Most desktop environments follow the convention of using the key combination kbd:[Alt + F2] for opening new applications. Pressing kbd:[Alt + F2] brings up a prompt for a command to be entered into. + +Commands entered into this dialog box function much as they would if entered in a terminal. Applications are known by their file name, and can accept arguments. + +[[fig-alt_f2-gnome]] +.Using kbd:[Alt + F2] with [application]*GNOME* + +image::alt-f2_GNOME.png[GNOME command entry dialog box] + +[[fig-alt-f2_kde]] +.Using kbd:[Alt + F2] with [application]*KDE* + +image::alt-f2_KDE.png[KDE command entry dialog box, which also searches menu items, command history, and open applications.] + +[[fig-alt-f2_lxde]] +.Using kbd:[Alt + F2] with [application]*LXDE* + +image::alt-f2_LXDE.png[LXDE command entry dialog box.] + +[[fig-alt-f2_mate]] +.Using kbd:[Alt + F2] with [application]*MATE* + +image::alt-f2_MATE.png[MATE command entry dialog box.] + +[[fig-alt-f2_xfce]] +.Using kbd:[Alt + F2] with [application]*XFCE* + +image::alt-f2_XFCE.png[XFCE command entry dialog box.] + +[[gui-from_menu]] +==== Launching applications from the Desktop Menu + +Applications can also be opened from the menu system provided by the desktop environment in use. While the presentation may vary between desktop environments, the menu entries and their categories are provided by the individual application and standardized by the link:++http://standards.freedesktop.org/menu-spec/menu-spec-latest.html++[freedesktop.org Desktop Menu Specification]. Some desktop environments also provide search functionality in their menu system to allow quick and easy access to applications. + +[[gui-from_menu-gnome]] +===== Using GNOME menus + +The GNOME menu, called the `overview`, can be accessed by either clicking the `Activities` button in the top left of the primary display, by moving the mouse past the top left `hot corner`, or by pressing the kbd:[Super] ( kbd:[Windows] ) key. The `overview` presents documents in addition to applications. + +Selecting an item from the menu is best accomplished using the `search box`. Simply bring up the `overview`, and begin typing the name of the application you want to launch. Pressing enter will launch the highlighted application, or you can use the arrow keys or mouse to choose an alternative. + +[[fig-searchmenu-gnome]] +.Using the GNOME search box + +image::searchmenu_GNOME.png[Typing the name of an application into the overview search box will display matching menu entries. The search also matches descriptions, so that typing browser will display installed browsers.] + +The `overview` can also be browsed. The bar on the left, called the `dash`, shows frequently used applications and a grid icon. Clicking on the grid icon brings up a grid in the center of the window that displays frequently used applications. The grid will display all available applications if selected using the `All` button at the bottom of the screen. + +[[fig-menu-gnome]] +.Browsing GNOME menu entries + +image::menu_GNOME.png[The GNOME menu has a bar on the left for frequently used applications, which includes a grid icon that brings up a grid in the center of the window. Users can then use the buttons at the bottom of the screen to display either a larger list of frequently used applications, or to view all available applications.] + +To learn more about using [application]*GNOME shell*, visit link:++https://wiki.gnome.org/GnomeShell/CheatSheet++[] + +[[gui-from_menu-kde]] +===== Using KDE menus + +The KDE menu is opened by clicking the {MAJOROS} button at the bottom left corner of the screen. The menu initially displays favorite applications, which can be added to by right clicking any menu entry. Hovering over the icons in the lower portion of the menu will display applications, file systems, recently used applications, or options for logging out of the system. + +[[fig-menu_kde]] +.The KDE desktop menu. + +image::menu_KDE.png[The KDE menu displays applications in categories. The contents of the categories are displayed when clicked.] + +Search functionality is also available in the KDE menu system. To search for applications, open the menu and begin typing. The menu will display matching entries. + +[[fig-searchmenu_kde]] +.Searching with the KDE menu. + +image::searchmenu_KDE.png[The KDE menu will search for matching applications if you type into the search box. For example, typing browser will display installed browsers and other matching entries.] + +===== Using menus in LXDE, MATE, and XFCE + +Menus in LXDE, MATE, and XFCE have a varied appearance but a very similar structure. They categorize applications, and the contents of a category are displayed by hovering the cursor over the entry. Applications are launched by clicking on an entry. + +[[fig-menu_lxde]] +.The LXDE menu + +image::menu_LXDE.png[LXDE Menu] + +[[fig-menu_mate]] +.MATE menu + +image::menu_MATE.png[MATE menu] + +[[fig-menu_xfce]] +.XFCE Menu + +image::menu_XFCE.png[XFCE Menu] diff --git a/en-US/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc b/en-US/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc new file mode 100644 index 0000000..56860e8 --- /dev/null +++ b/en-US/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc @@ -0,0 +1,261 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-System_Locale_and_Keyboard_Configuration]] +=== System Locale and Keyboard Configuration +indexterm:[keyboard configuration] +The *system locale* specifies the language settings of system services and user interfaces. The *keyboard layout* settings control the layout used on the text console and graphical user interfaces. + +These settings can be made by modifying the `/etc/locale.conf` configuration file or by using the [application]*localectl* utility. Also, you can use the graphical user interface to perform the task; for a description of this method, see link:++http://docs.fedoraproject.org/install-guide++[{MAJOROS} Installation Guide]. + +[[s1-Setting_the_System_Locale]] +==== Setting the System Locale + +System-wide locale settings are stored in the `/etc/locale.conf` file, which is read at early boot by the `systemd` daemon. The locale settings configured in `/etc/locale.conf` are inherited by every service or user, unless individual programs or individual users override them. + +The basic file format of `/etc/locale.conf` is a newline-separated list of variable assignments. For example, German locale with English messages in `/etc/locale.conf` looks as follows: + +---- + +LANG=de_DE.UTF-8 +LC_MESSAGES=C + +---- + +Here, the LC_MESSAGES option determines the locale used for diagnostic messages written to the standard error output. To further specify locale settings in `/etc/locale.conf`, you can use several other options, the most relevant are summarized in <>. See the `locale(7)` manual page for detailed information on these options. Note that the LC_ALL option, which represents all possible options, should not be configured in `/etc/locale.conf`. + +[[tab-locale_options]] +.Options configurable in /etc/locale.conf + +[options="header"] +|=== +|Option|Description +|LANG|Provides a default value for the system locale. +|LC_COLLATE|Changes the behavior of functions which compare strings in the local alphabet. +|LC_CTYPE|Changes the behavior of the character handling and classification functions and the multibyte character functions. +|LC_NUMERIC|Describes the way numbers are usually printed, with details such as decimal point versus decimal comma. +|LC_TIME|Changes the display of the current time, 24-hour versus 12-hour clock. +|LC_MESSAGES|Determines the locale used for diagnostic messages written to the standard error output. +|=== + +[[s2-Displaying_the_Current_Status]] +===== Displaying the Current Status + +The [command]#localectl# command can be used to query and change the system locale and keyboard layout settings. To show the current settings, use the [option]`status` option: + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`status` +---- + +.Displaying the Current Status +==== + +The output of the previous command lists the currently set locale, keyboard layout configured for the console and for the X11 window system. + +[subs="attributes"] +---- + +~]${nbsp}localectl status + System Locale: LANG=en_US.UTF-8 + VC Keymap: us + X11 Layout: n/a + +---- + +==== + +[[s2-Listing_Available_Locales]] +===== Listing Available Locales + +To list all locales available for your system, type: + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`list-locales` +---- + +.Listing Locales +==== + +Imagine you want to select a specific English locale, but you are not sure if it is available on the system. You can check that by listing all English locales with the following command: + +[subs="macros, attributes"] +---- + +~]${nbsp}localectl list-locales | grep pass:quotes[`en_`] +en_AG +en_AG.utf8 +en_AU +en_AU.iso88591 +en_AU.utf8 +en_BW +en_BW.iso88591 +en_BW.utf8 + +pass:quotes[*output truncated*] + +---- + +==== + +[[s2-Setting_the_Locale]] +===== Setting the Locale + +To set the default system locale, use the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`set-locale` [option]`LANG`pass:attributes[{blank}]=pass:attributes[{blank}]_locale_ +---- + +Replace _locale_ with the locale name, found with the [command]#localectl# [option]`list-locales` command. The above syntax can also be used to configure parameters from <>. + +.Changing the Default Locale +==== + +For example, if you want to set British English as your default locale, first find the name of this locale by using [option]`list-locales`. Then, as `root`, type the command in the following form: + +[subs="macros, attributes"] +---- +~]#{nbsp}localectl set-locale LANG=pass:quotes[`en_GB.utf8`] +---- + +==== + +[[s1-Changing_the_Keyboard_Layout]] +==== Changing the Keyboard Layout +indexterm:[localectl,keyboard configuration]indexterm:[keyboard configuration,layout] +The keyboard layout settings enable the user to control the layout used on the text console and graphical user interfaces. + +[[s2-Displaying_the_Current_Settings]] +===== Displaying the Current Settings + +As mentioned before, you can check your current keyboard layout configuration with the following command: + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`status` +---- + +.Displaying the Keyboard Settings +==== + +In the following output, you can see the keyboard layout configured for the virtual console and for the X11 window system. + +[subs="attributes"] +---- + +~]${nbsp}localectl status + System Locale: LANG=en_US.utf8 + VC Keymap: us + X11 Layout: us + +---- + +==== + +[[s2-Listing_Available_Keymaps]] +===== Listing Available Keymaps + +To list all available keyboard layouts that can be configured on your system, type: + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`list-keymaps` +---- + +.Searching for a Particular Keymap +==== + +You can use [command]#grep# to search the output of the previous command for a specific keymap name. There are often multiple keymaps compatible with your currently set locale. For example, to find available Czech keyboard layouts, type: + +[subs="quotes, macros, attributes"] +---- + +~]${nbsp}pass:attributes[{blank}][command]#localectl# [option]`list-keymaps` | [command]#grep# `cz` +cz +cz-cp1250 +cz-lat2 +cz-lat2-prog +cz-qwerty +cz-us-qwertz +sunt5-cz-us +sunt5-us-cz + + +---- + +==== + +[[s2-Setting_the_Keymap]] +===== Setting the Keymap + +To set the default keyboard layout for your system, use the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`set-keymap` _map_ +---- + +Replace _map_ with the name of the keymap taken from the output of the [command]#localectl# [option]`list-keymaps` command. Unless the [option]`--no-convert` option is passed, the selected setting is also applied to the default keyboard mapping of the X11 window system, after converting it to the closest matching X11 keyboard mapping. This also applies in reverse, you can specify both keymaps with the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`set-x11-keymap` _map_ +---- + +If you want your X11 layout to differ from the console layout, use the [option]`--no-convert` option. + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`--no-convert` [option]`set-x11-keymap` _map_ +---- + +With this option, the X11 keymap is specified without changing the previous console layout setting. + +.Setting the X11 Keymap Separately +==== + +Imagine you want to use German keyboard layout in the graphical interface, but for console operations you want to retain the US keymap. To do so, type as `root`: + +[subs="macros, attributes"] +---- +~]#{nbsp}localectl --no-convert set-x11-keymap pass:quotes[_de_] +---- + +Then you can verify if your setting was successful by checking the current status: + +[subs="attributes"] +---- + +~]${nbsp}localectl status + System Locale: LANG=de_DE.UTF-8 + VC Keymap: us + X11 Layout: de + +---- + +==== + +Apart from keyboard layout (_map_), three other options can be specified: + +[subs="quotes, macros"] +---- +[command]#localectl# [option]`set-x11-keymap` _map_ _model_ _variant_ _options_ +---- + +Replace _model_ with the keyboard model name, +_variant_ and _options_ with keyboard variant and option components, which can be used to enhance the keyboard behavior. These options are not set by default. For more information on X11 Model, X11 Variant, and X11 Options see the `kbd(4)` man page. + +[[sect-Keyboard_Configuration-Resources]] +==== Additional Resources + +For more information on how to configure the keyboard layout on Fedora, see the resources listed below: + +.Installed Documentation + +* `localectl`(1) — The manual page for the [command]#localectl# command line utility documents how to use this tool to configure the system locale and keyboard layout. + +* `loadkeys`(1) — The manual page for the [command]#loadkeys# command provides more information on how to use this tool to change the keyboard layout in a virtual console. diff --git a/en-US/basic-system-configuration/images/alt-f2_GNOME.png b/en-US/basic-system-configuration/images/alt-f2_GNOME.png new file mode 100644 index 0000000..077a2fb Binary files /dev/null and b/en-US/basic-system-configuration/images/alt-f2_GNOME.png differ diff --git a/en-US/basic-system-configuration/images/alt-f2_KDE.png b/en-US/basic-system-configuration/images/alt-f2_KDE.png new file mode 100644 index 0000000..622a124 Binary files /dev/null and b/en-US/basic-system-configuration/images/alt-f2_KDE.png differ diff --git a/en-US/basic-system-configuration/images/alt-f2_LXDE.png b/en-US/basic-system-configuration/images/alt-f2_LXDE.png new file mode 100644 index 0000000..9beef18 Binary files /dev/null and b/en-US/basic-system-configuration/images/alt-f2_LXDE.png differ diff --git a/en-US/basic-system-configuration/images/alt-f2_MATE.png b/en-US/basic-system-configuration/images/alt-f2_MATE.png new file mode 100644 index 0000000..2d89f25 Binary files /dev/null and b/en-US/basic-system-configuration/images/alt-f2_MATE.png differ diff --git a/en-US/basic-system-configuration/images/alt-f2_XFCE.png b/en-US/basic-system-configuration/images/alt-f2_XFCE.png new file mode 100644 index 0000000..52065f2 Binary files /dev/null and b/en-US/basic-system-configuration/images/alt-f2_XFCE.png differ diff --git a/en-US/basic-system-configuration/images/managing_users.png b/en-US/basic-system-configuration/images/managing_users.png new file mode 100644 index 0000000..0e020b3 Binary files /dev/null and b/en-US/basic-system-configuration/images/managing_users.png differ diff --git a/en-US/basic-system-configuration/images/menu_GNOME.png b/en-US/basic-system-configuration/images/menu_GNOME.png new file mode 100644 index 0000000..89c1ceb Binary files /dev/null and b/en-US/basic-system-configuration/images/menu_GNOME.png differ diff --git a/en-US/basic-system-configuration/images/menu_KDE.png b/en-US/basic-system-configuration/images/menu_KDE.png new file mode 100644 index 0000000..51b4ce4 Binary files /dev/null and b/en-US/basic-system-configuration/images/menu_KDE.png differ diff --git a/en-US/basic-system-configuration/images/menu_LXDE.png b/en-US/basic-system-configuration/images/menu_LXDE.png new file mode 100644 index 0000000..060d2cf Binary files /dev/null and b/en-US/basic-system-configuration/images/menu_LXDE.png differ diff --git a/en-US/basic-system-configuration/images/menu_MATE.png b/en-US/basic-system-configuration/images/menu_MATE.png new file mode 100644 index 0000000..5b0d1cf Binary files /dev/null and b/en-US/basic-system-configuration/images/menu_MATE.png differ diff --git a/en-US/basic-system-configuration/images/menu_XFCE.png b/en-US/basic-system-configuration/images/menu_XFCE.png new file mode 100644 index 0000000..76da1cd Binary files /dev/null and b/en-US/basic-system-configuration/images/menu_XFCE.png differ diff --git a/en-US/basic-system-configuration/images/searchmenu_GNOME.png b/en-US/basic-system-configuration/images/searchmenu_GNOME.png new file mode 100644 index 0000000..8379c84 Binary files /dev/null and b/en-US/basic-system-configuration/images/searchmenu_GNOME.png differ diff --git a/en-US/basic-system-configuration/images/searchmenu_KDE.png b/en-US/basic-system-configuration/images/searchmenu_KDE.png new file mode 100644 index 0000000..35a63d3 Binary files /dev/null and b/en-US/basic-system-configuration/images/searchmenu_KDE.png differ diff --git a/en-US/basic-system-configuration/intro-basic-system-configuration.adoc b/en-US/basic-system-configuration/intro-basic-system-configuration.adoc new file mode 100644 index 0000000..c67c3ff --- /dev/null +++ b/en-US/basic-system-configuration/intro-basic-system-configuration.adoc @@ -0,0 +1,3 @@ +== Basic System Configuration + +This part covers basic system administration tasks such as keyboard configuration, date and time configuration, managing users and groups, and gaining privileges. diff --git a/en-US/entities.adoc b/en-US/entities.adoc new file mode 100644 index 0000000..745333b --- /dev/null +++ b/en-US/entities.adoc @@ -0,0 +1,22 @@ + +:BOOKID: system-administrator's-guide + +:BZURL: link:++https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20Documentation&component=system-administrator's-guide++[http://bugzilla.redhat.com/] + +:HOLDER: Red Hat, Inc. and others + +:MAJOROS: Fedora + +:MAJOROSVER: Fedora Rawhide + +:OSORG: The Fedora Project + +:PKGOS: fcRawhide + +:PRODUCT: Fedora Documentation + +:PRODVER: Rawhide + +:YEAR: 2017 + +:nbsp: pass:q[ ] diff --git a/en-US/infrastructure-services/OpenSSH.adoc b/en-US/infrastructure-services/OpenSSH.adoc new file mode 100644 index 0000000..9e6dc72 --- /dev/null +++ b/en-US/infrastructure-services/OpenSSH.adoc @@ -0,0 +1,1339 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-OpenSSH]] +=== OpenSSH +indexterm:[OpenSSH] +`SSH` (Secure Shell) is a protocol which facilitates secure communications between two systems using a client-server architecture and allows users to log into server host systems remotely. Unlike other remote communication protocols, such as `FTP`, `Telnet`, or [command]#rlogin#, SSH encrypts the login session, rendering the connection difficult for intruders to collect unencrypted passwords. + +The [application]*ssh* program is designed to replace older, less secure terminal applications used to log into remote hosts, such as [command]#telnet# or [command]#rsh#. A related program called [command]#scp# replaces older programs designed to copy files between hosts, such as [command]#rcp#. Because these older applications do not encrypt passwords transmitted between the client and the server, avoid them whenever possible. Using secure methods to log into remote systems decreases the risks for both the client system and the remote host. + +{MAJOROS} includes the general OpenSSH package, [package]*openssh*, as well as the OpenSSH server, [package]*openssh-server*, and client, [package]*openssh-clients*, packages. Note, the OpenSSH packages require the OpenSSL package [package]*openssl-libs*, which installs several important cryptographic libraries, enabling OpenSSH to provide encrypted communications. + +[[s1-ssh-protocol]] +==== The SSH Protocol + +[[s2-ssh-why]] +===== Why Use SSH? +indexterm:[SSH protocol,security risks] +Potential intruders have a variety of tools at their disposal enabling them to disrupt, intercept, and re-route network traffic in an effort to gain access to a system. In general terms, these threats can be categorized as follows: + +Interception of communication between two systems:: The attacker can be somewhere on the network between the communicating parties, copying any information passed between them. He may intercept and keep the information, or alter the information and send it on to the intended recipient. ++ +This attack is usually performed using a _packet sniffer_, a rather common network utility that captures each packet flowing through the network, and analyzes its content. + +Impersonation of a particular host:: Attacker's system is configured to pose as the intended recipient of a transmission. If this strategy works, the user's system remains unaware that it is communicating with the wrong host. ++ +This attack can be performed using a technique known as _DNS poisoning_, or via so-called _IP spoofing_. In the first case, the intruder uses a cracked DNS server to point client systems to a maliciously duplicated host. In the second case, the intruder sends falsified network packets that appear to be from a trusted host. + +Both techniques intercept potentially sensitive information and, if the interception is made for hostile reasons, the results can be disastrous. If SSH is used for remote shell login and file copying, these security threats can be greatly diminished. This is because the SSH client and server use digital signatures to verify their identity. Additionally, all communication between the client and server systems is encrypted. Attempts to spoof the identity of either side of a communication does not work, since each packet is encrypted using a key known only by the local and remote systems. + +[[s2-ssh-features]] +===== Main Features +indexterm:[SSH protocol,features]indexterm:[OpenSSH,SSH] +The SSH protocol provides the following safeguards: + +No one can pose as the intended server:: After an initial connection, the client can verify that it is connecting to the same server it had connected to previously. + +No one can capture the authentication information:: The client transmits its authentication information to the server using strong, 128-bit encryption. + +No one can intercept the communication:: All data sent and received during a session is transferred using 128-bit encryption, making intercepted transmissions extremely difficult to decrypt and read. + +Additionally, it also offers the following options: + +It provides secure means to use graphical applications over a network:: Using a technique called _X11 forwarding_, the client can forward _X11_ (_X Window System_) applications from the server. Note that if you set the [option]`ForwardX11Trusted` option to `yes` or you use SSH with the [option]`-Y` option, you bypass the X11 SECURITY extension controls, which can result in a security threat. + +It provides a way to secure otherwise insecure protocols:: The SSH protocol encrypts everything it sends and receives. Using a technique called _port forwarding_, an SSH server can become a conduit to securing otherwise insecure protocols, like *POP*, and increasing overall system and data security. + +It can be used to create a secure channel:: The OpenSSH server and client can be configured to create a tunnel similar to a virtual private network for traffic between server and client machines. + +It supports Kerberos authentication:: OpenSSH servers and clients can be configured to authenticate using the *GSSAPI* (Generic Security Services Application Program Interface) implementation of the Kerberos network authentication protocol. + +[[s2-ssh-versions]] +===== Protocol Versions +indexterm:[SSH protocol,version 1]indexterm:[SSH protocol,version 2] +Two varieties of SSH currently exist: version 1 and version 2. The OpenSSH suite under {MAJOROS} uses SSH version 2, which has an enhanced key exchange algorithm not vulnerable to the known exploit in version 1. However, for compatibility reasons, the OpenSSH suite does support version 1 connections as well, although version 1 is disabled by default and needs to be enabled in the configuration files. + +.Avoid using SSH version 1 +[IMPORTANT] +==== + +To ensure maximum security for your connection, it is recommended that only SSH version 2-compatible servers and clients are used whenever possible. + +==== + +[[s2-ssh-conn]] +===== Event Sequence of an SSH Connection +indexterm:[SSH protocol,connection sequence] +The following series of events help protect the integrity of SSH communication between two hosts. + +. A cryptographic handshake is made so that the client can verify that it is communicating with the correct server. + +. The transport layer of the connection between the client and remote host is encrypted using a symmetric cipher. + +. The client authenticates itself to the server. + +. The client interacts with the remote host over the encrypted connection. + +[[s2-ssh-protocol-conn-transport]] +====== Transport Layer +indexterm:[SSH protocol,layers,transport layer] +The primary role of the transport layer is to facilitate safe and secure communication between the two hosts at the time of authentication and during subsequent communication. The transport layer accomplishes this by handling the encryption and decryption of data, and by providing integrity protection of data packets as they are sent and received. The transport layer also provides compression, speeding the transfer of information. + +Once an SSH client contacts a server, key information is exchanged so that the two systems can correctly construct the transport layer. The following steps occur during this exchange: + +* Keys are exchanged + +* The public key encryption algorithm is determined + +* The symmetric encryption algorithm is determined + +* The message authentication algorithm is determined + +* The hash algorithm is determined + +During the key exchange, the server identifies itself to the client with a unique _host key_. If the client has never communicated with this particular server before, the server's host key is unknown to the client and it does not connect. OpenSSH notifies the user that the authenticity of the host cannot be established and prompts the user to accept or reject it. The user is expected to independently verify the new host key before accepting it. In subsequent connections, the server's host key is checked against the saved version on the client, providing confidence that the client is indeed communicating with the intended server. If, in the future, the host key no longer matches, the user must remove the client's saved version before a connection can occur. + +.Always verify the integrity of a new SSH server +[WARNING] +==== + +It is possible for an attacker to masquerade as an SSH server during the initial contact since the local system does not know the difference between the intended server and a false one set up by an attacker. To help prevent this, verify the integrity of a new SSH server by contacting the server administrator before connecting for the first time or in the event of a host key mismatch. + +==== + +SSH is designed to work with almost any kind of public key algorithm or encoding format. After an initial key exchange creates a hash value used for exchanges and a shared secret value, the two systems immediately begin calculating new keys and algorithms to protect authentication and future data sent over the connection. + +After a certain amount of data has been transmitted using a given key and algorithm (the exact amount depends on the SSH implementation), another key exchange occurs, generating another set of hash values and a new shared secret value. Even if an attacker is able to determine the hash and shared secret value, this information is only useful for a limited period of time. + +[[s2-ssh-protocol-authentication]] +====== Authentication +indexterm:[SSH protocol,authentication] +Once the transport layer has constructed a secure tunnel to pass information between the two systems, the server tells the client the different authentication methods supported, such as using a private key-encoded signature or typing a password. The client then tries to authenticate itself to the server using one of these supported methods. + +SSH servers and clients can be configured to allow different types of authentication, which gives each side the optimal amount of control. The server can decide which encryption methods it supports based on its security model, and the client can choose the order of authentication methods to attempt from the available options. + +[[s2-ssh-protocol-connection]] +====== Channels +indexterm:[SSH protocol,layers,channels] +After a successful authentication over the SSH transport layer, multiple channels are opened via a technique called _multiplexing_pass:attributes[{blank}]footnote:[A multiplexed connection consists of several signals being sent over a shared, common medium. With SSH, different channels are sent over a common secure connection.]. Each of these channels handles communication for different terminal sessions and for forwarded X11 sessions. + +Both clients and servers can create a new channel. Each channel is then assigned a different number on each end of the connection. When the client attempts to open a new channel, the clients sends the channel number along with the request. This information is stored by the server and is used to direct communication to that channel. This is done so that different types of sessions do not affect one another and so that when a given session ends, its channel can be closed without disrupting the primary SSH connection. + +Channels also support _flow-control_, which allows them to send and receive data in an orderly fashion. In this way, data is not sent over the channel until the client receives a message that the channel is open. + +The client and server negotiate the characteristics of each channel automatically, depending on the type of service the client requests and the way the user is connected to the network. This allows great flexibility in handling different types of remote connections without having to change the basic infrastructure of the protocol. + +[[s1-ssh-configuration]] +==== Configuring OpenSSH + +In order to perform tasks described in this section, you must have superuser privileges. To obtain them, log in as `root` by typing: + +[subs="quotes, macros"] +---- +[command]#su -# +---- + +[[s2-ssh-configuration-configs]] +===== Configuration Files +indexterm:[SSH protocol,configuration files] +There are two different sets of configuration files: those for client programs (that is, [command]#ssh#, [command]#scp#, and [command]#sftp#), and those for the server (the [command]#sshd# daemon). +indexterm:[SSH protocol,configuration files,system-wide configuration files]indexterm:[SSH protocol,configuration files,user-specific configuration files] +System-wide SSH configuration information is stored in the `/etc/ssh/` directory as described in <>. User-specific SSH configuration information is stored in `~/.ssh/` within the user's home directory as described in <>. + +[[table-ssh-configuration-configs-system]] +.System-wide configuration files + +[options="header"] +|=== +|File|Description +|`/etc/ssh/moduli`|Contains Diffie-Hellman groups used for the Diffie-Hellman key exchange which is critical for constructing a secure transport layer. When keys are exchanged at the beginning of an SSH session, a shared, secret value is created which cannot be determined by either party alone. This value is then used to provide host authentication. +|`/etc/ssh/ssh_config`|The default SSH client configuration file. Note that it is overridden by `~/.ssh/config` if it exists. +|`/etc/ssh/sshd_config`|The configuration file for the [command]#sshd# daemon. +|`/etc/ssh/ssh_host_ecdsa_key`|The ECDSA private key used by the [command]#sshd# daemon. +|`/etc/ssh/ssh_host_ecdsa_key.pub`|The ECDSA public key used by the [command]#sshd# daemon. +|`/etc/ssh/ssh_host_key`|The RSA private key used by the [command]#sshd# daemon for version 1 of the SSH protocol. +|`/etc/ssh/ssh_host_key.pub`|The RSA public key used by the [command]#sshd# daemon for version 1 of the SSH protocol. +|`/etc/ssh/ssh_host_rsa_key`|The RSA private key used by the [command]#sshd# daemon for version 2 of the SSH protocol. +|`/etc/ssh/ssh_host_rsa_key.pub`|The RSA public key used by the [command]#sshd# daemon for version 2 of the SSH protocol. +|`/etc/pam.d/sshd`|The PAM configuration file for the [command]#sshd# daemon. +|`/etc/sysconfig/sshd`|Configuration file for the `sshd` service. +|=== + +[[table-ssh-configuration-configs-user]] +.User-specific configuration files + +[options="header"] +|=== +|File|Description +|`~/.ssh/authorized_keys`|Holds a list of authorized public keys for servers. When the client connects to a server, the server authenticates the client by checking its signed public key stored within this file. +|`~/.ssh/id_ecdsa`|Contains the ECDSA private key of the user. +|`~/.ssh/id_ecdsa.pub`|The ECDSA public key of the user. +|`~/.ssh/id_rsa`|The RSA private key used by [command]#ssh# for version 2 of the SSH protocol. +|`~/.ssh/id_rsa.pub`|The RSA public key used by [command]#ssh# for version 2 of the SSH protocol. +|`~/.ssh/identity`|The RSA private key used by [command]#ssh# for version 1 of the SSH protocol. +|`~/.ssh/identity.pub`|The RSA public key used by [command]#ssh# for version 1 of the SSH protocol. +|`~/.ssh/known_hosts`|Contains host keys of SSH servers accessed by the user. This file is very important for ensuring that the SSH client is connecting to the correct SSH server. +|=== + +For information concerning various directives that can be used in the SSH configuration files, see the `ssh_config`(5) and `sshd_config`(5) manual pages. + +[[s2-ssh-configuration-sshd]] +===== Starting an OpenSSH Server +indexterm:[OpenSSH,server] + +.Make sure you have relevant packages installed +[NOTE] +==== + +To run an OpenSSH server, you must have the [package]*openssh-server* package installed. See <> for more information on how to install new packages in {MAJOROSVER}. + +==== +indexterm:[OpenSSH,server,starting] +To start the [command]#sshd# daemon in the current session, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start sshd.service +---- +indexterm:[OpenSSH,server,stopping] +To stop the running [command]#sshd# daemon in the current session, use the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl stop sshd.service +---- + +If you want the daemon to start automatically at the boot time, type as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl enable sshd.service +ln -s '/usr/lib/systemd/system/sshd.service' '/etc/systemd/system/multi-user.target.wants/sshd.service' +---- + +See <> for more information on how to configure services in {MAJOROS}. + +Note that if you reinstall the system, a new set of identification keys will be created. As a result, clients who had connected to the system with any of the OpenSSH tools before the reinstall will see the following message: + +[subs="quotes"] +---- +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! +Someone could be eavesdropping on you right now (man-in-the-middle attack)! +It is also possible that the RSA host key has just been changed. +---- + +To prevent this, you can backup the relevant files from the `/etc/ssh/` directory (see <> for a complete list), and restore them whenever you reinstall the system. + +[[s2-ssh-configuration-requiring]] +===== Requiring SSH for Remote Connections +indexterm:[SSH protocol,insecure protocols]indexterm:[SSH protocol,requiring for remote login] +For SSH to be truly effective, using insecure connection protocols should be prohibited. Otherwise, a user's password may be protected using SSH for one session, only to be captured later while logging in using Telnet. Some services to disable include [command]#telnet#, [command]#rsh#, [command]#rlogin#, and [command]#vsftpd#. + +These services are not installed by default in {MAJOROS}. If required, to make sure these services are not running, type the following commands at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#systemctl stop telnet.service# +[command]#systemctl stop rsh.service# +[command]#systemctl stop rlogin.service# +[command]#systemctl stop vsftpd.service# +---- + +To disable running these services at startup, type: + +[subs="quotes, macros"] +---- +[command]#systemctl disable telnet.service# +[command]#systemctl disable rsh.service# +[command]#systemctl disable rlogin.service# +[command]#systemctl disable vsftpd.service# +---- + +See <> for more information on how to configure services in {MAJOROS}. + +[[s2-ssh-configuration-keypairs]] +===== Using Key-based Authentication +indexterm:[OpenSSH,using key-based authentication] +To improve the system security even further, generate SSH key pairs and then enforce key-based authentication by disabling password authentication. To do so, open the `/etc/ssh/sshd_config` configuration file in a text editor such as [application]*vi* or [application]*nano*, and change the [option]`PasswordAuthentication` option as follows: + +[subs="quotes"] +---- +PasswordAuthentication no +---- + +If you are working on a system other than a new default installation, check that [command]#PubkeyAuthentication no# has *not* been set. If connected remotely, not using console or out-of-band access, testing the key-based log in process before disabling password authentication is advised. + +To be able to use [command]#ssh#, [command]#scp#, or [command]#sftp# to connect to the server from a client machine, generate an authorization key pair by following the steps below. Note that keys must be generated for each user separately. + +{MAJOROSVER} uses SSH Protocol 2 and RSA keys by default (see <> for more information). + +.Do not generate key pairs as root +[IMPORTANT] +==== + +If you complete the steps as `root`, only `root` will be able to use the keys. + +==== + +.Backup your ~/.ssh/ directory +[NOTE] +==== + +If you reinstall your system and want to keep previously generated key pairs, backup the `~/.ssh/` directory. After reinstalling, copy it back to your home directory. This process can be done for all users on your system, including `root`. + +==== + +[[s3-ssh-configuration-keypairs-generating]] +====== Generating Key Pairs +indexterm:[RSA keys,generating]indexterm:[OpenSSH,RSA keys,generating] +To generate an RSA key pair for version 2 of the SSH protocol, follow these steps: +indexterm:[OpenSSH,ssh-keygen,RSA] + +. Generate an RSA key pair by typing the following at a shell prompt: ++ +[subs="attributes"] +---- +~]${nbsp}ssh-keygen -t rsa +Generating public/private rsa key pair. +Enter file in which to save the key (/home/USER/.ssh/id_rsa): +---- + +. Press kbd:[Enter] to confirm the default location, `~/.ssh/id_rsa`, for the newly created key. + +. Enter a passphrase, and confirm it by entering it again when prompted to do so. For security reasons, avoid using the same password as you use to log in to your account. ++ +After this, you will be presented with a message similar to this: ++ +---- +Your identification has been saved in /home/USER/.ssh/id_rsa. +Your public key has been saved in /home/USER/.ssh/id_rsa.pub. +The key fingerprint is: +e7:97:c7:e2:0e:f9:0e:fc:c4:d7:cb:e5:31:11:92:14 USER@penguin.example.com +The key's randomart image is: ++--[ RSA 2048]----+ +| E. | +| . . | +| o . | +| . .| +| S . . | +| + o o ..| +| * * +oo| +| O +..=| +| o* o.| ++-----------------+ +---- + +. By default, the permissions of the `~/.ssh/` directory are set to `rwx------` or `700` expressed in octal notation. This is to ensure that only the _USER_ can view the contents. If required, this can be confirmed with the following command: ++ +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ls -ld ~/.ssh# +drwx------. 2 USER USER 54 Nov 25 16:56 /home/USER/.ssh/ +---- + +. To copy the public key to a remote machine, issue a command in the following format: ++ +[subs="quotes, macros"] +---- + [command]#ssh-copy-id _user@hostname_pass:attributes[{blank}]# +---- ++ +This will copy the most recently modified `~/.ssh/id*.pub` public key if it is not yet installed. Alternatively, specify the public key's file name as follows: ++ +---- +ssh-copy-id -i ~/.ssh/id_rsa.pub user@hostname +---- ++ +This will copy the content of `~/.ssh/id_rsa.pub` into the `~/.ssh/authorized_keys` file on the machine to which you want to connect. If the file already exists, the keys are appended to its end. + +indexterm:[ECDSA keys,generating]indexterm:[OpenSSH,ECDSA keys,generating] +To generate an ECDSA key pair for version 2 of the SSH protocol, follow these steps: +indexterm:[OpenSSH,ssh-keygen,ECDSA] + +. Generate an ECDSA key pair by typing the following at a shell prompt: ++ +[subs="attributes"] +---- +~]${nbsp}ssh-keygen -t ecdsa +Generating public/private ecdsa key pair. +Enter file in which to save the key (/home/USER/.ssh/id_ecdsa): +---- + +. Press kbd:[Enter] to confirm the default location, `~/.ssh/id_ecdsa`, for the newly created key. + +. Enter a passphrase, and confirm it by entering it again when prompted to do so. For security reasons, avoid using the same password as you use to log in to your account. ++ +After this, you will be presented with a message similar to this: ++ +---- +Your identification has been saved in /home/USER/.ssh/id_ecdsa. +Your public key has been saved in /home/USER/.ssh/id_ecdsa.pub. +The key fingerprint is: +fd:1d:ca:10:52:96:21:43:7e:bd:4c:fc:5b:35:6b:63 USER@penguin.example.com +The key's randomart image is: ++--[ECDSA 256]---+ +| .+ +o | +| . =.o | +| o o + ..| +| + + o +| +| S o o oE.| +| + oo+.| +| + o | +| | +| | ++-----------------+ +---- + +. By default, the permissions of the `~/.ssh/` directory are set to `rwx------` or `700` expressed in octal notation. This is to ensure that only the _USER_ can view the contents. If required, this can be confirmed with the following command: ++ +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ls -ld ~/.ssh# + ~]$ ls -ld ~/.ssh/ +drwx------. 2 USER USER 54 Nov 25 16:56 /home/USER/.ssh/ +---- + +. To copy the public key to a remote machine, issue a command in the following format: ++ +[subs="quotes, macros"] +---- +[command]#ssh-copy-id _USER@hostname_pass:attributes[{blank}]# +---- ++ +This will copy the most recently modified `~/.ssh/id*.pub` public key if it is not yet installed. Alternatively, specify the public key's file name as follows: ++ +---- +ssh-copy-id -i ~/.ssh/id_ecdsa.pub USER@hostname +---- ++ +This will copy the content of `~/.ssh/id_ecdsa.pub` into the `~/.ssh/authorized_keys` on the machine to which you want to connect. If the file already exists, the keys are appended to its end. + +See <> for information on how to set up your system to remember the passphrase. + +.Never share your private key +[IMPORTANT] +==== + +The private key is for your personal use only, and it is important that you never give it to anyone. + +==== + +[[s3-ssh-configuration-keypairs-agent]] +====== Configuring ssh-agent +indexterm:[OpenSSH,ssh-agent]indexterm:[ssh-agent] +To store your passphrase so that you do not have to enter it each time you initiate a connection with a remote machine, you can use the [command]#ssh-agent# authentication agent. + +To save your passphrase for a certain shell prompt, use the following command: + +[subs="attributes"] +---- +~]${nbsp}ssh-add +Enter passphrase for /home/USER/.ssh/id_rsa: +---- + +Note that when you log out, your passphrase will be forgotten. You must execute the command each time you log in to a virtual console or a terminal window. + +[[sec-Using_OpenSSH_Certificate_Authentication]] +==== Using OpenSSH Certificate Authentication + +[[sec-Introduction_to_SSH_Certificates]] +===== Introduction to SSH Certificates + +Using public key cryptography for authentication requires copying the public key from every client to every server that the client intends to log into. This system does not scale well and can be an administrative burden. Using a public key from a _certificate authority_ (*CA*) to authenticate client certificates removes the need to copy keys between multiple systems. While the X.509 Public Key Infrastructure Certificate system provides a solution to this issue, there is a submission and validation process, with associated fees, to go through in order to get a certificate signed. As an alternative, OpenSSH supports the creation of simple certificates and associated CA infrastructure. + +OpenSSH certificates contain a public key, identity information, and validity constraints. They are signed with a standard SSH public key using the [command]#ssh-keygen# utility. The format of the certificate is described in `/usr/share/doc/openssh-_version_pass:attributes[{blank}]/PROTOCOL.certkeys`. + +The [command]#ssh-keygen# utility supports two types of certificates: user and host. User certificates authenticate users to servers, whereas host certificates authenticate server hosts to users. For certificates to be used for user or host authentication, `sshd` must be configured to trust the CA public key. + +[[sec-Support_for_OpenSSH_Certificates]] +===== Support for SSH Certificates + +Support for certificate authentication of users and hosts using the new OpenSSH certificate format was introduced in Fedora 13, in the [package]*openssh-5.4p1-1.fc13* package. If required, to ensure the latest OpenSSH package is installed, enter the following command as `root`: + +---- +~]# dnf install openssh +Last metadata expiration check performed 0:58:01 ago on Sun Sep 6 16:07:22 2015. +Package openssh-7.1p1-1.fc23.x86_64 is already installed, skipping. +---- + +[[sec-Creating_SSH_CA_Certificate_Signing-Keys]] +===== Creating SSH CA Certificate Signing Keys + +Two types of certificates are required, host certificates and user certificates. It is considered better to have two separate keys for signing the two certificates, for example `ca_user_key` and `ca_host_key`, however it is possible to use just one CA key to sign both certificates. It is also easier to follow the procedures if separate keys are used, so the examples that follow will use separate keys. + +The basic format of the command to sign user's public key to create a user certificate is as follows: + +[subs="macros"] +---- +ssh-keygen -s ca_user_key -I pass:quotes[_certificate_ID_] id_rsa.pub +---- + +Where [option]`-s` indicates the private key used to sign the certificate, [option]`-I` indicates an identity string, the _certificate_ID_, which can be any alpha numeric value. It is stored as a zero terminated string in the certificate. The _certificate_ID_ is logged whenever the certificate is used for identification and it is also used when revoking a certificate. Having a long value would make logs hard to read, therefore using the host name for host certificates and the user name for user certificates is a safe choice. + +To sign a host's public key to create a host certificate, add the [option]`-h` option: + +[subs="macros"] +---- +ssh-keygen -s ca_host_key -I pass:quotes[_certificate_ID_] -h ssh_host_rsa_key.pub +---- + +Host keys are generated on the system by default, to list the keys, enter a command as follows: + +---- +~]# ls -l /etc/ssh/ssh_host* +-rw-------. 1 root root 668 Jul 9 2014 /etc/ssh/ssh_host_dsa_key +-rw-r--r--. 1 root root 590 Jul 9 2014 /etc/ssh/ssh_host_dsa_key.pub +-rw-------. 1 root root 963 Jul 9 2014 /etc/ssh/ssh_host_key +-rw-r--r--. 1 root root 627 Jul 9 2014 /etc/ssh/ssh_host_key.pub +-rw-------. 1 root root 1671 Jul 9 2014 /etc/ssh/ssh_host_rsa_key +-rw-r--r--. 1 root root 382 Jul 9 2014 /etc/ssh/ssh_host_rsa_key.pub +---- + +[IMPORTANT] +==== + +It is recommended to create and store CA keys in a safe place just as with any other private key. In these examples the `root` user will be used. In a real production environment using an offline computer with an administrative user account is recommended. For guidance on key lengths see [citetitle]_link:++http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf++[NIST Special Publication 800-131A Revision 1]_. + +==== + +[[proc-Generating_SSH_CA_Certificate_Signing-Keys]] +.Generating SSH CA Certificate Signing Keys +. On the server designated to be the CA, generate two keys for use in signing certificates. These are the keys that all other hosts need to trust. Choose suitable names, for example `ca_user_key` and `ca_host_key`. To generate the user certificate signing key, enter the following command as `root`: ++ +---- +~]# ssh-keygen -t rsa -f ~/.ssh/ca_user_key +Generating public/private rsa key pair. +Created directory '/root/.ssh'. +Enter passphrase (empty for no passphrase): +Enter same passphrase again: +Your identification has been saved in /root/.ssh/ca_user_key. +Your public key has been saved in /root/.ssh/ca_user_key.pub. +The key fingerprint is: +11:14:2f:32:fd:5d:f5:e4:7a:5a:d6:b6:a0:62:c9:1f root@host_name.example.com +The key's randomart image is: ++--[ RSA 2048]----+ +| .+. o| +| . o +.| +| o + . . o| +| o + . . ..| +| S . ... *| +| . . . .*.| +| = E .. | +| . o . | +| . | ++-----------------+ +---- ++ +Generate a host certificate signing key, `ca_host_key`, as follows: ++ +---- +~]# ssh-keygen -t rsa -f ~/.ssh/ca_host_key +Generating public/private rsa key pair. +Enter passphrase (empty for no passphrase): +Enter same passphrase again: +Your identification has been saved in /root/.ssh/ca_host_key. +Your public key has been saved in /root/.ssh/ca_host_key.pub. +The key fingerprint is: +e4:d5:d1:4f:6b:fd:a2:e3:4e:5a:73:52:91:0b:b7:7a root@host_name.example.com +The key's randomart image is: ++--[ RSA 2048]----+ +| .. | +| . ....| +| . . o +oo| +| o . o *o| +| S = .| +| o. .| +| *.E. | +| +o= | +| .oo. | ++-----------------+ +---- ++ +If required, confirm the permissions are correct: ++ +---- +~]# ls -la ~/.ssh +total 40 +drwxrwxrwx. 2 root root 4096 May 22 13:18 . +dr-xr-x---. 3 root root 4096 May 8 08:34 .. +-rw-------. 1 root root 1743 May 22 13:15 ca_host_key +-rw-r--r--. 1 root root 420 May 22 13:15 ca_host_key.pub +-rw-------. 1 root root 1743 May 22 13:14 ca_user_key +-rw-r--r--. 1 root root 420 May 22 13:14 ca_user_key.pub +-rw-r--r--. 1 root root 854 May 8 05:55 known_hosts +-r--------. 1 root root 1671 May 6 17:13 ssh_host_rsa +-rw-r--r--. 1 root root 1370 May 7 14:30 ssh_host_rsa-cert.pub +-rw-------. 1 root root 420 May 6 17:13 ssh_host_rsa.pub +---- + +. Create the CA server's own host certificate by signing the server's host public key together with an identification string such as the host name, the CA server's _fully qualified domain name_ (*FQDN*) but without the trailing `.`, and a validity period. The command takes the following form: ++ +[subs="macros"] +---- +ssh-keygen -s ~/.ssh/ca_host_key -I pass:quotes[_certificate_ID_] -h -n pass:quotes[_host_name.example.com_] -V pass:quotes[_-start:+end_] /etc/ssh/ssh_host_rsa.pub +---- ++ +The [option]`-n` option restricts this certificate to a specific host within the domain. The [option]`-V` option is for adding a validity period; this is highly recommend. Where the validity period is intended to be one year, fifty two weeks, consider the need for time to change the certificates and any holiday periods around the time of certificate expiry. ++ +For example: ++ +---- +~]# ssh-keygen -s ~/.ssh/ca_host_key -I host_name -h -n host_name.example.com -V -1w:+54w5d /etc/ssh/ssh_host_rsa.pub +Enter passphrase: +Signed host key /root/.ssh/ssh_host_rsa-cert.pub: id "host_name" serial 0 for host_name.example.com valid from 2015-05-15T13:52:29 to 2016-06-08T13:52:29 +---- + +[[sec-Distributing_and_Trusting_SSH_CA_Public_Keys]] +===== Distributing and Trusting SSH CA Public Keys + +Hosts that are to allow certificate authenticated log in from users must be configured to trust the CA's public key that was used to sign the user certificates, in order to authenticate user's certificates. In this example that is the `ca_user_key.pub`. + +Publish the `ca_user_key.pub` key and download it to all hosts that are required to allow remote users to log in. Alternately, copy the CA user public key to all the hosts. In a production environment, consider copying the public key to an administrator account first. The secure copy command can be used to copy the public key to remote hosts. The command has the following format: + +[subs="macros"] +---- +scp ~/.ssh/ca_user_key.pub root@pass:quotes[_host_name_].example.com:/etc/ssh/ +---- + +Where _host_name_ is the host name of a server the is required to authenticate user's certificates presented during the login process. Ensure you copy the public key not the private key. For example, as `root`: + +---- +~]# scp ~/.ssh/ca_user_key.pub root@host_name.example.com:/etc/ssh/ +The authenticity of host 'host_name.example.com (10.34.74.56)' can't be established. +RSA key fingerprint is fc:23:ad:ae:10:6f:d1:a1:67:ee:b1:d5:37:d4:b0:2f. +Are you sure you want to continue connecting (yes/no)? yes +Warning: Permanently added 'host_name.example.com,10.34.74.56' (RSA) to the list of known hosts. +root@host_name.example.com's password: +ca_user_key.pub 100% 420 0.4KB/s 00:00 +---- + +For remote user authentication, CA keys can be marked as trusted per-user in the `~/.ssh/authorized_keys` file using the [command]#cert-authority# directive or for global use by means of the [command]#TrustedUserCAKeys# directive in the `/etc/ssh/sshd_config` file. For remote host authentication, CA keys can be marked as trusted globally in the `/etc/ssh/known_hosts` file or per-user in the `~/.ssh/ssh_known_hosts` file. + +[[proc-Trusting_the_User_Signing_Key]] +.Trusting the User Signing Key +. For user certificates which have one or more principles listed, and where the setting is to have global effect, edit the `/etc/ssh/sshd_config` file as follows: ++ +---- +TrustedUserCAKeys /etc/ssh/ca_user_key.pub +---- ++ +Restart `sshd` to make the changes take effect: ++ +---- +~]# service sshd restart +---- + +To avoid being presented with the warning about an unknown host, a user's system must trust the CA's public key that was used to sign the host certificates. In this example that is `ca_host_key.pub`. + +[[proc-Trusting_the_Host_Signing_Key]] +.Trusting the Host Signing Key +. Extract the contents of the public key used to sign the host certificate. For example, on the CA: ++ +[subs="macros"] +---- +cat ~/.ssh/ca_host_key.pub +ssh-rsa pass:quotes[_AAAAB5Wm._]== root@ca-server.example.com +---- + +. To configure client systems to trust servers' signed host certificates, add the contents of the `ca_host_key.pub` into the global `known_hosts` file. This will automatically check a server's host advertised certificate against the CA public key for all users every time a new machine is connected to in the domain `*.example.com`. Login as `root` and configure the `/etc/ssh/ssh_known_hosts` file, as follows: ++ +[subs="macros"] +---- +~]# vi /etc/ssh/ssh_known_hosts +# A CA key, accepted for any host in *.example.com +@cert-authority *.example.com ssh-rsa pass:quotes[_AAAAB5Wm._] +---- ++ +Where `ssh-rsa _AAAAB5Wm._pass:attributes[{blank}]` is the contents of `ca_host_key.pub`. The above configures the system to trust the CA servers host public key. This enables global authentication of the certificates presented by hosts to remote users. + +[[sec-Signing_SSH_Certificates]] +===== Creating SSH Certificates + +A certifcate is a signed public key. The user's and host's public keys must be copied to the CA server for signing by the CA server's private key. + +[IMPORTANT] +==== + +Copying many keys to the CA to be signed can create confusion if they are not uniquely named. If the default name is always used then the latest key to be copied will overwrite the previously copied key, which may be an acceptable method for one administrator. In the example below the default name is used. In a production environment, consider using easily recognizable names. It is recommend to have a designated directory on the CA server owned by an administrative user for the keys to be copied into. Copying these keys to the `root` user's `/etc/ssh/` directory is not recommend. In the examples below an account named `admin` with a directory named `keys/` will be used. + +==== + +Create an administrator account, in this example `admin`, and a directory to receive the user's keys. For example: + +[subs="quotes, macros"] +---- +~]$ [command]#mkdir keys# +---- + +Set the permissions to allow keys to be copied in: + +---- +~]$ chmod o+w keys +ls -la keys +total 8 +drwxrwxrwx. 2 admin admin 4096 May 22 16:17 . +drwx------. 3 admin admin 4096 May 22 16:17 .. +---- + +[[sec-Creating_SSH_Certificates_to_Authenticate_Hosts]] +====== Creating SSH Certificates to Authenticate Hosts + +The command to sign a host certificate has the following format: + +[subs="macros"] +---- +ssh-keygen -s ca_host_key -I pass:quotes[_host_name_] -h ssh_host_rsa_key.pub +---- + +The host certificate will named `ssh_host_rsa_key-cert.pub`. + +[[proc-Generating_a_Host_Certificate]] +.Generating a Host Certificate +To authenticate a host to a user, a public key must be generated on the host, passed to the CA server, signed by the CA, and then passed back to be stored on the host to present to a user attempting to log into the host. + +. Host keys are generated automatically on the system. To list them enter the following command: ++ +---- +~]# ls -l /etc/ssh/ssh_host* +-rw-------. 1 root root 668 May 6 14:38 /etc/ssh/ssh_host_dsa_key +-rw-r--r--. 1 root root 590 May 6 14:38 /etc/ssh/ssh_host_dsa_key.pub +-rw-------. 1 root root 963 May 6 14:38 /etc/ssh/ssh_host_key +-rw-r--r--. 1 root root 627 May 6 14:38 /etc/ssh/ssh_host_key.pub +-rw-------. 1 root root 1679 May 6 14:38 /etc/ssh/ssh_host_rsa_key +-rw-r--r--. 1 root root 382 May 6 14:38 /etc/ssh/ssh_host_rsa_key.pub +---- + +. Copy the chosen public key to the server designated as the CA. For example, from the host: ++ +---- +~]# scp /etc/ssh/ssh_host_rsa_key.pub admin@ca-server.example.com:~/keys/ssh_host_rsa_key.pub +The authenticity of host 'ca-server.example.com (10.34.74.58)' can't be established. +RSA key fingerprint is b0:e5:ea:b8:75:e2:f0:b1:fe:5b:07:39:7f:58:64:d9. +Are you sure you want to continue connecting (yes/no)? yes +Warning: Permanently added 'ca-server.example.com,10.34.74.58' (RSA) to the list of known hosts. +admin@ca-server.example.com's password: +ssh_host_rsa_key.pub 100% 382 0.4KB/s 00:00 +---- ++ +Alternately, from the CA: ++ +---- +~]$ scp root@host_name.example.com:/etc/ssh/ssh_host_rsa_key.pub ~/keys/ssh_host_rsa_key.pub +---- + +. On the CA server, sign the host's public key. For example, as `root`: ++ +---- +~]# ssh-keygen -s ~/.ssh/ca_host_key -I host_name -h -n host_name.example.com -V -1d:+54w /home/admin/keys/ssh_host_rsa_key.pub +Enter passphrase: +Signed host key /home/admin/keys/ssh_host_rsa_key-cert.pub: id "host_name" serial 0 for host_name.example.com valid from 2015-05-26T12:21:54 to 2016-06-08T12:21:54 +---- ++ +Where _host_name_ is the host name of the system requiring the certificate. + +. Copy the certificate to the host. For example, from the CA: ++ +---- +~]# scp /home/admin/keys/ssh_host_rsa_key-cert.pub root@host_name.example.com:/etc/ssh/ +root@host_name.example.com's password: +ssh_host_rsa_key-cert.pub 100% 1384 1.5KB/s 00:00 +---- + +. Configure the host to present the certificate to a user's system when a user initiates the login process. As `root`, edit the `/etc/ssh/sshd_config` file as follows: ++ +---- +HostCertificate /etc/ssh/ssh_host_rsa_key-cert.pub +---- + +. Restart `sshd` to make the changes take effect: ++ +---- +~]# service sshd restart +---- + +. On user's systems. remove keys belonging to hosts from the `~/.ssh/known_hosts` file if the user has previously logged into the host configured above. When a user logs into the host they should no longer be presented with the warning about the hosts authenticity. + +To test the host certificate, on a client system, ensure the client has set up the global `/etc/ssh/known_hosts` file, as described in <>, and that the server's public key is not in the `~/.ssh/known_hosts` file. Then attempt to log into the server over SSH as a remote user. You should not see a warning about the authenticity of the host. If required, add the [option]`-v` option to the SSH command to see logging information. + +[[sec-Creating_SSH_Certificates_for_Authenticating_Users]] +====== Creating SSH Certificates for Authenticating Users + +To sign a user's certificate, use a command in the following format: + +[subs="macros"] +---- +ssh-keygen -s ca_user_key -I pass:quotes[_user_name_] -n pass:quotes[_user_name_] -V pass:quotes[_-start:+end_] id_rsa.pub +---- + +The resulting certificate will be named `id_rsa-cert.pub`. + +The default behavior of OpenSSH is that a user is allowed to log in as a remote user if one of the principals specified in the certificate matches the remote user's name. This can be adjusted in the following ways: + +* Add more user's names to the certificate during the signing process using the [option]`-n` option: ++ +[subs="quotes"] +---- +-n "name1[,name2,...]" +---- + +* On the user's system, add the public key of the CA in the `~/.ssh/authorized_keys` file using the [command]#cert-authority# directive and list the principals names as follows: ++ +[subs="macros"] +---- +~]# vi ~/.ssh/authorized_keys +# A CA key, accepted for any host in *.example.com +@cert-authority principals="name1,name2" *.example.com ssh-rsa pass:quotes[_AAAAB5Wm._] +---- + +* On the server, create an `AuthorizedPrincipalsFile` file, either per user or glabally, and add the principles' names to the file for those users allowed to log in. Then in the `/etc/ssh/sshd_config` file, specify the file using the [command]#AuthorizedPrincipalsFile# directive. + +[[proc-Generating_a_User_Certificate]] +.Generating a User Certificate +To authenticate a user to a remote host, a public key must be generated by the user, passed to the CA server, signed by the CA, and then passed back to be stored by the user for use when logging in to a host. + +. On client systems, login as the user who requires the certificate. Check for available keys as follows: ++ +[subs="quotes, macros"] +---- +~]$ [command]#ls -l ~/.ssh/# +---- ++ +If no suitable public key exists, generate one and set the directory permissions if the directory is not the default directory. For example, enter the following command: ++ +---- +~]$ ssh-keygen -t rsa +Generating public/private rsa key pair. +Enter file in which to save the key (/home/user1/.ssh/id_rsa): +Created directory '/home/user1/.ssh'. +Enter passphrase (empty for no passphrase): +Enter same passphrase again: +Your identification has been saved in /home/user1/.ssh/id_rsa. +Your public key has been saved in /home/user1/.ssh/id_rsa.pub. +The key fingerprint is: +b1:f8:26:a7:46:87:c3:60:54:a3:6d:85:0d:60:fe:ce user1@host1.example.com +The key's randomart image is: ++--[ RSA 2048]----+ +| oo++. | +| o.o.o. | +| .o o . | +| oo . o | +| . oo.S | +| o=.. | +| .Eo+ | +| .= | +| .. | ++-----------------+ +---- ++ +By default the directory permissions for a user's keys are `drwx------.`, or octal 0700. If required, confirm the permissions are correct: ++ +---- +~]$ ls -la ~/.ssh +total 16 +drwx------. 2 user1 user1 4096 May 7 12:37 . +drwx------. 3 user1 user1 4096 May 7 12:37 .. +-rw-------. 1 user1 user1 1679 May 7 12:37 id_rsa +-rw-r--r--. 1 user1 user1 421 May 7 12:37 id_rsa.pub +---- ++ +See <> for more examples of key generation and for instructions on setting the correct directory permissions. + +. The chosen public key must be copied to the server designated as the CA, in order to be signed. The secure copy command can be used to do this, the command has the following format: ++ +[subs="macros"] +---- +scp ~/.ssh/id_pass:quotes[_protocol_].pub pass:quotes[_admin_]@ca_server.example.com:~/keys/ +---- ++ +Where _protocol_ is the part of the file name indicating the protocol used to generate the key, for example `rsa`, _admin_ is an account on the CA server, and _/keys/_ is a directory setup to receive the keys to be signed. ++ +Copy the chosen public key to the server designated as the CA. For example: ++ +---- +~]$ scp ~/.ssh/id_rsa.pub admin@ca-server.example.com:~/keys/ +admin@ca-server.example.com's password: +id_rsa.pub 100% 421 0.4KB/s 00:00 +---- ++ +If you have configured the client system to trust the host signing key as described in <> then you should not see a warning about the authenticity of the remote host. + +. On the CA server, sign the user's public key. For example, as `root`: ++ +---- +~]# ssh-keygen -s ~/.ssh/ca_user_key -I user1 -n user1 -V -1d:+54w /home/admin/keys/id_rsa.pub +Enter passphrase: +Signed user key /home/admin/keys/id_rsa-cert.pub: id "user1" serial 0 for host_name.example.com valid from 2015-05-21T16:43:17 to 2016-06-03T16:43:17 +---- + +. Copy the resulting certificate to the user's `~/.ssh/` directory on their system. For example: ++ +---- +~]# scp /home/admin/keys/id_rsa-cert.pub user1@host_name.example.com:~/.ssh/ +user1@host_name.example.com's password: +id_rsa-cert.pub 100% 1498 1.5KB/s 00:00 +---- + +. If using the standard file names and location then no further configuration is required as the SSH daemon will search for user certificates ending in `-cert.pub` and use them automatically if it finds them. Note that the default location and file names for for SSH version 2 keys are: `~/.ssh/id_dsa`, `~/.ssh/id_ecdsa` and `~/.ssh/id_rsa` as explained in the `ssh_config(5)` manual page. If you use these locations and naming conventions then there is no need for editing the configuration files to enable `sshd` to present the certificate. They will be used automatically when logging in to a remote system. In this is the case then skip to step 6. ++ +If required to use a non-default directory or file naming convention, then as `root`, add the following line to the `/etc/ssh/ssh_config` or `~/.ssh/config` files: ++ +[subs="macros"] +---- +IdentityFile pass:quotes[_~/path/key_file_] +---- ++ +Note that this must be the private key name, do not had `.pub` or `-cert.pub`. +Ensure the file permission are correct. For example: ++ +[subs="quotes, macros"] +---- +~]$ [command]#ls -la ~/.ssh/config# +-rw-rw-r--. 1 user1 user1 36 May 27 21:49 /home/user1/.ssh/config +[command]#chmod 700 ~/.ssh/config# +~]$ [command]#ls -la ~/.ssh/config# +-rwx------. 1 user1 user1 36 May 27 21:49 /home/user1/.ssh/config +---- ++ +This will enable the user of this system to be authenticated by a user certificate when logging into a remote system configured to trust the CA user certificate signing key. + +. To test the user certificate, attempt to log into a server over SSH from the user's account. You should do this as the user listed as a principle in the certificate, if any are specified. You should not be prompted for a password. If required, add the [option]`-v` option to the SSH command to see logging information. + +[[sec-SSH_Certificate_PKCS_11_Token]] +===== Signing an SSH Certificate Using a PKCS#11 Token + +It is possible to sign a host key using a CA key stored in a PKCS#11 token by providing the token library using the [option]`-D` and identifying the CA key by providing its public half as an argument to the [option]`-s` option: + +[subs="macros"] +---- +ssh-keygen -s ca_host_key.pub -D libpkcs11.so -I pass:quotes[_certificate_ID_] host_key.pub +---- + +In all cases, _certificate_ID_ is a "key identifier" that is logged by the server when the certificate is used for authentication. + +Certificates may be configured to be valid only for a set of users or host names, the principals. By default, generated certificates are valid for all users or hosts. To generate a certificate for a specified set of principals, use a comma separated list with the [option]`-n` option as follows: + +[subs="macros"] +---- +ssh-keygen -s ca_user_key.pub -D libpkcs11.so -I pass:quotes[_certificate_ID_] -n pass:quotes[_user1,user2_] id_rsa.pub +---- + +and for hosts: + +[subs="macros"] +---- +ssh-keygen -s ca_host_key.pub -D libpkcs11.so -I pass:quotes[_certificate_ID_] -h -n host.domain ssh_host_rsa_key.pub +---- + +Additional limitations on the validity and use of user certificates may be specified through certificate options. +A certificate option may disable features of the SSH session, may be valid only when presented from particular +source addresses or may force the use of a specific command. For a list of valid certificate options, see the +`ssh-keygen(1)` manual page for the [option]`-O` option. + +Certificates may be defined to be valid for a specific lifetime. The [option]`-V` option allows specifying a certificates +start and end times. For example: + +[subs="macros"] +---- +ssh-keygen -s ca_user_key -I pass:quotes[_certificate_ID_] id_rsa.pub -V "-1w:+54w5d" +---- + +A certificate that is presented at a time outside this range will not be considered valid. +By default, certificates are valid indefinitely starting from UNIX Epoch. + +[[sec-Viewing_an_SSH_CA_Certificate]] +===== Viewing an SSH CA Certificate + +To view a certificate, use the [option]`-L` to list the contents. For example, for a user's certificate: + +---- +~]$ ssh-keygen -L -f ~/.ssh/id_rsa-cert.pub +/home/user1/.ssh/id_rsa-cert.pub: + Type: ssh-rsa-cert-v01@openssh.com user certificate + Public key: RSA-CERT 3c:9d:42:ed:65:b6:0f:18:bf:52:77:c6:02:0e:e5:86 + Signing CA: RSA b1:8e:0b:ce:fe:1b:67:59:f1:74:cd:32:af:5f:c6:e8 + Key ID: "user1" + Serial: 0 + Valid: from 2015-05-27T00:09:16 to 2016-06-09T00:09:16 + Principals: + user1 + Critical Options: (none) + Extensions: + permit-X11-forwarding + permit-agent-forwarding + permit-port-forwarding + permit-pty + permit-user-rc +---- + +To vew a host certificate: + +---- +~]# ssh-keygen -L -f /etc/ssh/ssh_host_rsa_key-cert.pub +/etc/ssh/ssh_host_rsa_key-cert.pub: + Type: ssh-rsa-cert-v01@openssh.com host certificate + Public key: RSA-CERT 1d:71:61:50:05:9b:ec:64:34:27:a5:cc:67:24:03:23 + Signing CA: RSA e4:d5:d1:4f:6b:fd:a2:e3:4e:5a:73:52:91:0b:b7:7a + Key ID: "host_name" + Serial: 0 + Valid: from 2015-05-26T17:19:01 to 2016-06-08T17:19:01 + Principals: + host_name.example.com + Critical Options: (none) + Extensions: (none) +---- + +[[sec-Revoking_an_SSH_CA_Certificate]] +===== Revoking an SSH CA Certificate + +If a certificate is stolen, it should be revoked. Although OpenSSH does not provide a mechanism to distribute the revocation list it is still easier to create the revocation list and distribute it by other means then to change the CA keys and all host and user certificates previously created and distributed. + +Keys can be revoked by adding them to the `revoked_keys` file and specifying the file name in the `sshd_config` file as follows: + +---- +RevokedKeys /etc/ssh/revoked_keys +---- + +Note that if this file is not readable, then public key authentication will be refused for all users. + +A new key revocation list can be generated as follows: + +---- +~]$ ssh-keygen -kf /etc/ssh/revoked_keys -z 1 ~/.ssh/id_rsa.pub +---- + +To add lines to the list, use the [option]`-u` option to update the list: + +[subs="macros"] +---- +ssh-keygen -ukf /etc/ssh/revoked_keys -z pass:quotes[_integer_] ~/.ssh/id_rsa.pub +---- + +where _integer_ is the line number. + +To test if a key has been revoked, query the revocation list for the presence of the key. Use a command as follows: + +---- +ssh-keygen -Qf /etc/ssh/revoked_keys ~/.ssh/id_rsa.pub +---- + +A user can revoke a CA certificate by changing the [command]#cert-authority# directive to [command]#revoke# in the `known_hosts` file. + +[[s1-ssh-clients]] +==== OpenSSH Clients +indexterm:[OpenSSH,client] + +.Make sure you have relevant packages installed +[NOTE] +==== + +To connect to an OpenSSH server from a client machine, you must have the [package]*openssh-clients* package installed. See <> for more information on how to install new packages in {MAJOROSVER}. + +==== + +[[s2-ssh-clients-ssh]] +===== Using the ssh Utility +indexterm:[ssh,OpenSSH]indexterm:[OpenSSH,client,ssh] +The [command]#ssh# utility allows you to log in to a remote machine and execute commands there. It is a secure replacement for the [command]#rlogin#, [command]#rsh#, and [command]#telnet# programs. + +Similarly to the [command]#telnet# command, log in to a remote machine by using the following command: + +[subs="quotes, macros"] +---- +[command]#ssh# _hostname_ +---- + +For example, to log in to a remote machine named `penguin.example.com`, type the following at a shell prompt: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ssh penguin.example.com# +---- + +This will log you in with the same user name you are using on the local machine. If you want to specify a different user name, use a command in the following form: + +[subs="quotes, macros"] +---- +[command]#ssh# _username_pass:attributes[{blank}]@pass:attributes[{blank}]_hostname_ +---- + +For example, to log in to `penguin.example.com` as `USER`, type: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ssh USER@penguin.example.com# +---- + +The first time you initiate a connection, you will be presented with a message similar to this: + +[subs="quotes"] +---- +The authenticity of host 'penguin.example.com' can't be established. +ECDSA key fingerprint is 256 da:24:43:0b:2e:c1:3f:a1:84:13:92:01:52:b4:84:ff. +Are you sure you want to continue connecting (yes/no)? +---- + +Users should always check if the fingerprint is correct before answering the question in this dialog. The user can ask the administrator of the server to confirm the key is correct. This should be done in a secure and previously agreed way. If the user has access to the server's host keys, the fingerprint can be checked by using the [command]#ssh-keygen# command as follows: + +[subs="attributes"] +---- +~]#{nbsp}ssh-keygen -l -f /etc/ssh/ssh_host_ecdsa_key.pub +256 da:24:43:0b:2e:c1:3f:a1:84:13:92:01:52:b4:84:ff (ECDSA) +---- + +Type `yes` to accept the key and confirm the connection. You will see a notice that the server has been added to the list of known hosts, and a prompt asking for your password: + +[subs="quotes"] +---- +Warning: Permanently added 'penguin.example.com' (ECDSA) to the list of known hosts. +USER@penguin.example.com's password: +---- + +.Updating the host key of an SSH server +[IMPORTANT] +==== + +If the SSH server's host key changes, the client notifies the user that the connection cannot proceed until the server's host key is deleted from the `~/.ssh/known_hosts` file. Before doing this, however, contact the system administrator of the SSH server to verify the server is not compromised. + +To remove a key from the `~/.ssh/known_hosts` file, issue a command as follows: + +[subs="macros, attributes"] +---- +~]#{nbsp}ssh-keygen -R pass:quotes[_penguin.example.com_] +# Host penguin.example.com found: line 15 type ECDSA +/home/USER/.ssh/known_hosts updated. +Original contents retained as /home/USER/.ssh/known_hosts.old +---- + +==== + +After entering the password, you will be provided with a shell prompt for the remote machine. + +Alternatively, the [command]#ssh# program can be used to execute a command on the remote machine without logging in to a shell prompt: + +[subs="quotes, macros"] +---- +[command]#ssh# _username_pass:attributes[{blank}]@pass:attributes[{blank}]_hostname_ _command_ +---- + +For example, the `/etc/redhat-release` file provides information about the {MAJOROS} version. To view the contents of this file on `penguin.example.com`, type: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ssh USER@penguin.example.com cat /etc/redhat-release# +USER@penguin.example.com's password: +Fedora release 20 (Heisenbug) +---- + +After you enter the correct password, the user name will be displayed, and you will return to your local shell prompt. + +[[s2-ssh-clients-scp]] +===== Using the [command]#scp# Utility +indexterm:[scp,OpenSSH]indexterm:[OpenSSH,client,scp]indexterm:[rcp] +[command]#scp# can be used to transfer files between machines over a secure, encrypted connection. In its design, it is very similar to [command]#rcp#. + +To transfer a local file to a remote system, use a command in the following form: + +[subs="quotes, macros"] +---- +[command]#scp _localfile_ _username_pass:attributes[{blank}]@pass:attributes[{blank}]_hostname_:pass:attributes[{blank}]_remotefile_pass:attributes[{blank}]# +---- + +For example, if you want to transfer `taglist.vim` to a remote machine named `penguin.example.com`, type the following at a shell prompt: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#scp taglist.vim USER@penguin.example.com:.vim/plugin/taglist.vim# +USER@penguin.example.com's password: +taglist.vim 100% 144KB 144.5KB/s 00:00 +---- + +Multiple files can be specified at once. To transfer the contents of `.vim/plugin/` to the same directory on the remote machine `penguin.example.com`, type the following command: + +[subs="attributes"] +---- +~]${nbsp}scp .vim/plugin/* USER@penguin.example.com:.vim/plugin/ +USER@penguin.example.com's password: +closetag.vim 100% 13KB 12.6KB/s 00:00 +snippetsEmu.vim 100% 33KB 33.1KB/s 00:00 +taglist.vim 100% 144KB 144.5KB/s 00:00 +---- + +To transfer a remote file to the local system, use the following syntax: + +[subs="quotes, macros"] +---- +[command]#scp _username_pass:attributes[{blank}]@pass:attributes[{blank}]_hostname_:pass:attributes[{blank}]_remotefile_ _localfile_pass:attributes[{blank}]# +---- + +For instance, to download the `.vimrc` configuration file from the remote machine, type: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#scp USER@penguin.example.com:.vimrc .vimrc# +USER@penguin.example.com's password: +.vimrc 100% 2233 2.2KB/s 00:00 +---- + +[[s2-ssh-clients-sftp]] +===== Using the [command]#sftp# Utility +indexterm:[sftp,OpenSSH]indexterm:[OpenSSH,client,sftp] +The [command]#sftp# utility can be used to open a secure, interactive FTP session. In its design, it is similar to [command]#ftp# except that it uses a secure, encrypted connection. + +To connect to a remote system, use a command in the following form: + +[subs="quotes, macros"] +---- +[command]#sftp _username_pass:attributes[{blank}]@pass:attributes[{blank}]_hostname_pass:attributes[{blank}]# +---- + +For example, to log in to a remote machine named `penguin.example.com` with `USER` as a user name, type: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#sftp USER@penguin.example.com# +USER@penguin.example.com's password: +Connected to penguin.example.com. +sftp> +---- + +After you enter the correct password, you will be presented with a prompt. The [command]#sftp# utility accepts a set of commands similar to those used by [command]#ftp# (see <>). + +[[table-ssh-clients-sftp]] +.A selection of available sftp commands + +[options="header"] +|=== +|Command|Description +|[command]#ls# [pass:attributes[{blank}]_directory_pass:attributes[{blank}]]|List the content of a remote _directory_. If none is supplied, a current working directory is used by default. +|[command]#cd# _directory_|Change the remote working directory to _directory_. +|[command]#mkdir# _directory_|Create a remote _directory_. +|[command]#rmdir# _path_|Remove a remote _directory_. +|[command]#put# _localfile_ [pass:attributes[{blank}]_remotefile_pass:attributes[{blank}]]|Transfer _localfile_ to a remote machine. +|[command]#get# _remotefile_ [pass:attributes[{blank}]_localfile_pass:attributes[{blank}]]|Transfer _remotefile_ from a remote machine. +|=== + +For a complete list of available commands, see the `sftp`(1) manual page. + +[[s1-ssh-beyondshell]] +==== More Than a Secure Shell + +A secure command line interface is just the beginning of the many ways SSH can be used. Given the proper amount of bandwidth, X11 sessions can be directed over an SSH channel. Or, by using TCP/IP forwarding, previously insecure port connections between systems can be mapped to specific SSH channels. + +[[s2-ssh-beyondshell-x11]] +===== X11 Forwarding +indexterm:[SSH protocol,X11 forwarding] +To open an X11 session over an SSH connection, use a command in the following form: + +[subs="quotes, macros"] +---- +[command]#ssh -Y _username_pass:attributes[{blank}]@pass:attributes[{blank}]_hostname_pass:attributes[{blank}]# +---- + +For example, to log in to a remote machine named `penguin.example.com` with `USER` as a user name, type: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ssh -Y USER@penguin.example.com# +USER@penguin.example.com's password: +---- + +When an X program is run from the secure shell prompt, the SSH client and server create a new secure channel, and the X program data is sent over that channel to the client machine transparently. + +Note that the X Window system must be installed on the remote system before X11 forwarding can take place. Enter the following command as `root` to install the X11 package group: + +---- +~]# dnf group install "X Window System" +---- + +X11 forwarding can be very useful. For example, X11 forwarding can be used to create a secure, interactive session of the [application]*Print Settings* utility. To do this, connect to the server using [application]*ssh* and type: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#system-config-printer &# +---- + +The [application]*Print Settings* tool will appear, allowing the remote user to safely configure printing on the remote system. + +[[s2-ssh-beyondshell-tcpip]] +===== Port Forwarding +indexterm:[SSH protocol,port forwarding] +SSH can secure otherwise insecure `TCP/IP` protocols via port forwarding. When using this technique, the SSH server becomes an encrypted conduit to the SSH client. + +Port forwarding works by mapping a local port on the client to a remote port on the server. SSH can map any port from the server to any port on the client. Port numbers do not need to match for this technique to work. + +.Using reserved port numbers +[NOTE] +==== + +Setting up port forwarding to listen on ports below 1024 requires `root` level access. + +==== + +To create a TCP/IP port forwarding channel which listens for connections on the `localhost`, use a command in the following form: + +[subs="quotes, macros"] +---- +[command]#ssh -L _local-port_:pass:attributes[{blank}]_remote-hostname_:pass:attributes[{blank}]_remote-port_ _username_pass:attributes[{blank}]@pass:attributes[{blank}]_hostname_pass:attributes[{blank}]# +---- + +For example, to check email on a server called `mail.example.com` using `POP3` through an encrypted connection, use the following command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ssh -L 1100:mail.example.com:110 mail.example.com# +---- + +Once the port forwarding channel is in place between the client machine and the mail server, direct a POP3 mail client to use port `1100` on the `localhost` to check for new email. Any requests sent to port `1100` on the client system will be directed securely to the `mail.example.com` server. + +If `mail.example.com` is not running an SSH server, but another machine on the same network is, SSH can still be used to secure part of the connection. However, a slightly different command is necessary: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ssh -L 1100:mail.example.com:110 other.example.com# +---- + +In this example, POP3 requests from port `1100` on the client machine are forwarded through the SSH connection on port `22` to the SSH server, `other.example.com`. Then, `other.example.com` connects to port `110` on `mail.example.com` to check for new email. Note that when using this technique, only the connection between the client system and `other.example.com` SSH server is secure. + +Port forwarding can also be used to get information securely through network firewalls. If the firewall is configured to allow SSH traffic via its standard port (that is, port 22) but blocks access to other ports, a connection between two hosts using the blocked ports is still possible by redirecting their communication over an established SSH connection. + +.A connection is only as secure as a client system +[IMPORTANT] +==== + +Using port forwarding to forward connections in this manner allows any user on the client system to connect to that service. If the client system becomes compromised, the attacker also has access to forwarded services. + +System administrators concerned about port forwarding can disable this functionality on the server by specifying a [option]`No` parameter for the [option]`AllowTcpForwarding` line in `/etc/ssh/sshd_config` and restarting the [command]#sshd# service. + +==== + +[[s1-openssh-additional-resources]] +==== Additional Resources +indexterm:[OpenSSH,additional resources]indexterm:[OpenSSL,additional resources] +For more information on how to configure or connect to an OpenSSH server on Fedora, see the resources listed below. + +.Installed Documentation + +* `sshd`(8) — The manual page for the `sshd` daemon documents available command line options and provides a complete list of supported configuration files and directories. + +* `ssh`(1) — The manual page for the [command]#ssh# client application provides a complete list of available command line options and supported configuration files and directories. + +* `scp`(1) — The manual page for the [command]#scp# utility provides a more detailed description of this utility and its usage. + +* `sftp`(1) — The manual page for the [command]#sftp# utility. + +* `ssh-keygen`(1) — The manual page for the [command]#ssh-keygen# utility documents in detail how to use it to generate, manage, and convert authentication keys used by [command]#ssh#. + +* `ssh_config`(5) — The manual page named `ssh_config` documents available SSH client configuration options. + +* `sshd_config`(5) — The manual page named `sshd_config` provides a full description of available SSH daemon configuration options. + +.Online Documentation + +* link:++http://www.openssh.com/++[OpenSSH Home Page] — The OpenSSH home page containing further documentation, frequently asked questions, links to the mailing lists, bug reports, and other useful resources. + +* link:++http://www.openssl.org/++[OpenSSL Home Page] — The OpenSSL home page containing further documentation, frequently asked questions, links to the mailing lists, and other useful resources. diff --git a/en-US/infrastructure-services/Services_and_Daemons.adoc b/en-US/infrastructure-services/Services_and_Daemons.adoc new file mode 100644 index 0000000..0def50c --- /dev/null +++ b/en-US/infrastructure-services/Services_and_Daemons.adoc @@ -0,0 +1,276 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Services_and_Daemons]] +=== Services and Daemons +indexterm:[services configuration] +Maintaining security on your system is extremely important, and one approach for this task is to manage access to system services carefully. Your system may need to provide open access to particular services (for example, `httpd` if you are running a web server). However, if you do not need to provide a service, you should turn it off to minimize your exposure to possible bug exploits. + +This chapter covers the configuration of the services to be run when a system is started, and provides information on how to start, stop, and restart the services on the command line using the [application]*systemctl* utility. + +.Keep the system secure +[IMPORTANT] +==== + +When you allow access for new services, always remember that both the firewall and [application]*SELinux* need to be configured as well. One of the most common mistakes committed when configuring a new service is neglecting to implement the necessary firewall configuration and SELinux policies to allow access for it. For more information, refer to the {MAJOROSVER} [citetitle]_Security Guide_. + +==== + +[[s1-services-configuring]] +==== Configuring Services +indexterm:[systemctl,services configuration]indexterm:[services configuration,systemctl] +To allow you to configure which services are started at boot time, {MAJOROS} is shipped with the [application]*systemctl* command line tool. + +.Do not use the ntsysv and chkconfig utilities +[NOTE] +==== + +Although it is still possible to use the [application]*ntsysv* and [application]*chkconfig* utilities to manage services that have init scripts installed in the `/etc/rc.d/init.d/` directory, it is advised that you use the [application]*systemctl* utility. + +==== + +.Enabling the irqbalance service +[IMPORTANT] +==== + +To ensure optimal performance on POWER architecture, it is recommended that the `irqbalance` service is enabled. In most cases, this service is installed and configured to run during the {MAJOROSVER} installation. To verify that `irqbalance` is running, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#systemctl status irqbalance.service# +---- + +==== + +[[s3-services-configuration-enabling]] +===== Enabling the Service + +To configure a service to be automatically started at boot time, use the [command]#systemctl# command in the following form: + +---- +systemctl enable service_name.service +---- + +The service will be started the next time you boot the system. For information on how to start the service immediately, refer to <>. + +[[exam-services-configuration-enabling]] +.Enabling the httpd service +==== + +Imagine you want to run the Apache HTTP Server on your system. Provided that you have the [package]*httpd* package installed, you can enable the `httpd` service by typing the following at a shell prompt as `root`: + +---- +~]# systemctl enable httpd.service +---- + +==== + +[[s3-services-configuration-disabling]] +===== Disabling the Service + +To disable starting a service at boot time, use the [command]#systemctl# command in the following form: + +---- +systemctl disable service_name.service +---- + +The next time you boot the system, the service will *not* be started. For information on how to stop the service immediately, refer to <>. + +[[exam-services-configuration-disabling]] +.Disabling the telnet service +==== + +In order to secure the system, users are advised to disable insecure connection protocols such as Telnet. You can make sure that the `telnet` service is disabled by running the following command as `root`: + +---- +~]# systemctl disable telnet.service +---- + +==== + +[[s1-services-running]] +==== Running Services +indexterm:[systemctl,services configuration]indexterm:[services configuration,ssystemctl] +The [application]*systemctl* utility also allows you to determine the status of a particular service, as well as to start, stop, or restart a service. + +.Do not use the service utility +[NOTE] +==== + +Although it is still possible to use the [application]*service* utility to manage services that have init scripts installed in the `/etc/rc.d/init.d/` directory, it is advised that you use the [application]*systemctl* utility. + +==== + +[[s3-services-running-checking]] +===== Checking the Service Status + +To determine the status of a particular service, use the [command]#systemctl# command in the following form: + +---- +systemctl status service_name.service +---- + +This command provides detailed information on the service's status. However, if you merely need to verify that a service is running, you can use the [command]#systemctl# command in the following form instead: + +---- +systemctl is-active service_name.service +---- + +[[exam-services-running-checking]] +.Checking the status of the httpd service +==== + +<> illustrated how to enable starting the `httpd` service at boot time. Imagine that the system has been restarted and you need to verify that the service is really running. You can do so by typing the following at a shell prompt: + +[subs="quotes, macros"] +---- +~]$ [command]#systemctl is-active httpd.service# +active +---- + +You can also display detailed information about the service by running the following command: + +---- +~]$ systemctl status httpd.service +httpd.service - LSB: start and stop Apache HTTP Server + Loaded: loaded (/etc/rc.d/init.d/httpd) + Active: active (running) since Mon, 23 May 2011 21:38:57 +0200; 27s ago + Process: 2997 ExecStart=/etc/rc.d/init.d/httpd start (code=exited, status=0/SUCCESS) + Main PID: 3002 (httpd) + CGroup: name=systemd:/system/httpd.service + ├ 3002 /usr/sbin/httpd + ├ 3004 /usr/sbin/httpd + ├ 3005 /usr/sbin/httpd + ├ 3006 /usr/sbin/httpd + ├ 3007 /usr/sbin/httpd + ├ 3008 /usr/sbin/httpd + ├ 3009 /usr/sbin/httpd + ├ 3010 /usr/sbin/httpd + └ 3011 /usr/sbin/httpd +---- + +==== + +To display a list of all active system services, use the following command: + +[subs="quotes, macros"] +---- +[command]#systemctl list-units --type=service# +---- + +This command provides a tabular output with each line consisting of the following columns: + +* `UNIT` — A `systemd` unit name. In this case, a service name. + +* `LOAD` — Information whether the `systemd` unit was properly loaded. + +* `ACTIVE` — A high-level unit activation state. + +* `SUB` — A low-level unit activation state. + +* `JOB` — A pending job for the unit. + +* `DESCRIPTION` — A brief description of the unit. + +[[exam-services-running-checking-all]] +.Listing all active services +==== + +You can list all active services by using the following command: + +[subs="quotes, macros"] +---- +~]$ [command]#systemctl list-units --type=service# +UNIT LOAD ACTIVE SUB JOB DESCRIPTION +abrt-ccpp.service loaded active exited LSB: Installs coredump handler which saves segfault data +abrt-oops.service loaded active running LSB: Watches system log for oops messages, creates ABRT dump directories for each oops +abrtd.service loaded active running ABRT Automated Bug Reporting Tool +accounts-daemon.service loaded active running Accounts Service +atd.service loaded active running Job spooling tools +_[output truncated]_ +---- + +In the example above, the `abrtd` service is loaded, active, and running, and it does not have any pending jobs. + +==== + +[[s3-services-running-running]] +===== Running the Service + +To run a service, use the [command]#systemctl# command in the following form: + +---- +systemctl start service_name.service +---- + +This will start the service in the current session. To configure the service to be started at boot time, refer to <>. + +[[exam-services-running-running]] +.Running the httpd service +==== + +<> illustrated how to run the `httpd` service at boot time. You can start the service immediately by typing the following at a shell prompt as `root`: + +---- +~]# systemctl start httpd.service +---- + +==== + +[[s3-services-running-stopping]] +===== Stopping the Service + +To stop a service, use the [command]#systemctl# command in the following form: + +---- +systemctl stop service_name.service +---- + +This will stop the service in the current session. To disable starting the service at boot time, refer to <>. + +[[exam-services-running-stopping]] +.Stopping the telnet service +==== + +<> illustrated how to disable starting the `telnet` service at boot time. You can stop the service immediately by running the following command as `root`: + +---- +~]# systemctl stop telnet.service +---- + +==== + +[[s3-services-running-restarting]] +===== Restarting the Service + +To restart a service, use the [command]#systemctl# command in the following form: + +---- +systemctl restart service_name.service +---- + +[[exam-services-running-restarting]] +.Restarting the sshd service +==== + +For any changes in the `/etc/ssh/sshd_config` configuration file to take effect, it is required that you restart the `sshd` service. You can do so by typing the following at a shell prompt as `root`: + +---- +~]# systemctl restart sshd.service +---- + +==== + +[[s1-services-additional-resources]] +==== Additional Resources + +[[s2-services-additional-resources-installed]] +===== Installed Documentation + +* `systemctl`(1) — The manual page for the [application]*systemctl* utility. + +[[s2-services-additional-resources-books]] +===== Related Books + +[citetitle]_{MAJOROSVER} Security Guide_:: A guide to securing {MAJOROS}. It contains valuable information on how to set up the firewall, as well as the configuration of [application]*SELinux*. diff --git a/en-US/infrastructure-services/TigerVNC.adoc b/en-US/infrastructure-services/TigerVNC.adoc new file mode 100644 index 0000000..d05a092 --- /dev/null +++ b/en-US/infrastructure-services/TigerVNC.adoc @@ -0,0 +1,385 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-TigerVNC]] +=== TigerVNC + +`TigerVNC` (Tiger Virtual Network Computing) is a system +for graphical desktop sharing which allows you to remotely control other computers. + +`TigerVNC` works on the client-server network: a +*server* shares its output (`vncserver`) and a +*client* (`vncviewer`) connects to the server. + +[NOTE] +==== + +Unlike in Fedora 15 and Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}6, `TigerVNC` in {MAJOROS} uses the `systemd` system management daemon for its configuration. +The `/etc/sysconfig/vncserver` configuration file has been replaced +by `/etc/systemd/system/vncserver@.service`. + +==== + +[[s1-vnc-server]] +==== VNC Server + +`vncserver` is a utility which starts a VNC (Virtual +Network Computing) desktop. It runs [application]*Xvnc* with appropriate options and starts a window +manager on the VNC desktop. `vncserver` allows users to run +separate sessions in parallel on a machine which can then be accessed by any number of clients +from anywhere. + +[[s2-vnc-installation]] +===== Installing VNC Server + +To install the [application]*TigerVNC* server, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install tigervnc-server +---- + +[[s3-configuring-vnc-server]] +===== Configuring VNC Server + +[[configuring-vncserver]] +.Configuring the first VNC connection +. A configuration file named `/etc/systemd/system/vncserver@.service` is required. To create this file, copy the `/lib/systemd/system/vncserver@.service` file as `root`: ++ +[subs="macros, attributes"] +---- + +~]#{nbsp}pass:quotes[`cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@.service`] + +---- ++ +There is no need to include the display number in the file name because `systemd` automatically creates the appropriately named instance in memory on demand, replacing `'%i'` in the service file by the display number. For a single user it is not necessary to rename the file. For multiple users, a uniquely named service file for each user is required, for example, by adding the user name to the file name in some way. See <> for details. + +. Edit `/etc/systemd/system/vncserver@.service`, +replacing _USER_ with the actual user name. +Leave the remaining lines of the file unmodified. +The [option]`-geometry` argument specifies the size of the VNC desktop to +be created; by default, it is set to `1024x768`. ++ +[subs="quotes, macros"] +---- + +ExecStart=/sbin/runuser -l _USER_ -c "/usr/bin/vncserver %i -geometry 1280x1024" +PIDFile=/home/pass:attributes[{blank}]_USER_pass:attributes[{blank}]/.vnc/%H%i.pid + +---- + +. Save the changes. + +. To make the changes take effect immediately, issue the following command: ++ +[subs="macros, attributes"] +---- + +~]#{nbsp}pass:quotes[`systemctl daemon-reload`] + +---- + +. Set the password for the user or users defined in the configuration file. Note +that you need to switch from `root` to _USER_ first. ++ +[subs="macros, attributes"] +---- + +~]#{nbsp}su - pass:quotes[_USER_] +~]${nbsp}pass:quotes[`vncpasswd`] +Password: +Verify: + +---- ++ +[IMPORTANT] +==== + +The stored password is not encrypted; anyone who has access to the password +file can find the plain-text password. + +==== + +Proceed to <>. + +[[configuring-vncserver-2users]] +====== Configuring VNC Server for Two Users + +If you want to configure more than one user on the same machine, +create different template-type service files, one for each user. + +. Create two service files, for example `vncserver-_USER_1_pass:attributes[{blank}]@.service` +and `vncserver-_USER_2_pass:attributes[{blank}]@.service`. +In both these files substitute _USER_ with the correct user name. + +. Set passwords for both users: ++ +[subs="macros, attributes"] +---- + +~]${nbsp}su - USER_1 +~]${nbsp}pass:quotes[`vncpasswd`] +Password: +Verify: +~]${nbsp}su - USER_2 +~]${nbsp}pass:quotes[`vncpasswd`] +Password: +Verify: + +---- + +[[s4-starting-vncserver]] +===== Starting VNC Server + +To start or enable the service, specify the display number directly in the command. +The file configured above in <> works as a template, in which `%i` is substituted with +the display number by `systemd`. +With a valid display number, execute the following command: + +[subs="attributes"] +---- + +~]#{nbsp}systemctl start vncserver@:display_number.service + +---- + +You can also enable the service to start automatically at system start. Then, when you log in, `vncserver` is automatically started. As `root`, issue a command as follows: + +[subs="attributes"] +---- + +~]#{nbsp}systemctl enable vncserver@:display_number.service + +---- + +At this point, other users are able to use a VNC viewer program to connect to the VNC server using the display number and password defined. Provided a graphical desktop is installed, an instance of that desktop will be displayed. It will not be the same instance as that currently displayed on the target machine. + +[[starting-vncserver-2displays]] +====== Configuring VNC Server for Two Users and Two Different Displays + +For the two configured VNC servers, vncserver-USER_1@.service and vncserver-USER_2@.service, +you can enable different display numbers. For example, the following commands will cause a VNC server for USER_1 to +start on display 3, and a VNC server for USER_2 to start on display 5: + +[subs="attributes"] +---- + +~]#{nbsp}systemctl start vncserver-USER_1@:3.service +~]#{nbsp}systemctl start vncserver-USER_2@:5.service + +---- + +[[terminating-vnc-session]] +===== Terminating a VNC Session + +Similarly to enabling the `vncserver` service, you can disable +the automatic start of the service at system start: + +[subs="attributes"] +---- + +~]#{nbsp}systemctl disable vncserver@:display_number.service + +---- + +Or, when your system is running, you can stop the service by issuing the following +command as `root`: + +[subs="attributes"] +---- + +~]#{nbsp}systemctl stop vncserver@:display_number.service + +---- + +[[s5-vnc-viewer]] +==== VNC Viewer + +`vncviewer` is the program which shows the shared graphical +user interfaces and controls the server. + +For operating the `vncviewer`, there is a pop-up menu +containing entries which perform various actions such as switching in and out of +full-screen mode or quitting the viewer. Alternatively, you can operate `vncviewer` +through the terminal. Enter [command]#vncviewer -h# on the command line to list `vncviewer`pass:attributes[{blank}]'s parameters. + +[[installing-vncviewer]] +===== Installing VNC Viewer + +To install the [application]*TigerVNC* client, [command]#vncviewer#pass:attributes[{blank}]>, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install tigervnc +---- + +[[s6-connecting-vnc-viewer]] +===== Connecting to VNC Server + +Once the VNC server is configured, you can connect to it from any VNC viewer. +In order to do so, issue the [command]#vncviewer# command in the following format: + +[subs="macros"] +---- +vncviewer pass:quotes[_address_]:pass:quotes[_port_number_] +---- + +Where _address_ is an `IP` or host name. + +[[connecting-to-vncserver]] +.One Client Connecting to VNC Server +==== + +With the `IP` address `192.168.0.4` and display number *3* +the command looks as follows: + +[subs="quotes, macros, attributes"] +---- + +[command]#~]${nbsp}vncviewer 192.168.0.4:3# + +---- + +==== + +[[sec-Configuring_the_Firewall_for_VNC]] +====== Configuring the Firewall for VNC + +When using a non-encrypted connection, `firewalld` might +block the connection. To allow `firewalld` to pass the VNC packets, you can open specific ports to `TCP` traffic. When using the [option]`-via` option, traffic is redirected over `SSH` which is enabled by default in `firewalld`. + +[NOTE] +==== + +The default port of VNC server is 5900. To reach the port through which a remote +desktop will be accessible, sum the default port and the user's +assigned display number. For example, for the second port: 2 + 5900 = 5902. + +==== + +For displays `0` to `3`, make use of `firewalld`pass:attributes[{blank}]'s support for the VNC service by means of the [option]`service` option as described below. Note that for display numbers greater than `3`, the corresponding ports will have to be opened specifically as explained in <>. + +[[proc-Enabling_VNC_Service_in_firewalld]] +.Enabling VNC Service in firewalld +. Run the following command to see the information concerning `firewalld` +settings: ++ +[subs="quotes, macros, attributes"] +---- + +[command]#~]${nbsp}firewall-cmd --list-all# + +---- + +. To allow all VNC connections from a specific address, use a command as follows: ++ +[subs="attributes"] +---- +~]#{nbsp}firewall-cmd --add-rich-rule='rule family="ipv4" source address="192.168.122.116" service name=vnc-server accept' +success +---- ++ +See the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Security Guide] for more information on the use of firewall rich language commands. + +. To verify the above settings, use a command as follows: ++ +[subs="attributes"] +---- +~]#{nbsp}firewall-cmd --list-all +public (default, active) + interfaces: bond0 bond0.192 + sources: + services: dhcpv6-client ssh + ports: + masquerade: no + forward-ports: + icmp-blocks: + rich rules: + rule family="ipv4" source address="192.168.122.116" service name="vnc-server" accept +---- + +To open a specific port or range of ports make use of the [option]`--add-port` option to the [command]#firewall-cmd# command Line tool. For example, VNC display `4` requires port `5904` to be opened for `TCP` traffic. + +[[proc-Opening-Ports_in_firewalld]] +.Opening Ports in firewalld +. To open a port for `TCP` traffic in the public zone, issue a command as `root` as follows: ++ +[subs="attributes"] +---- +~]#{nbsp}firewall-cmd --zone=public --add-port=5904/tcp +success +---- + +. To view the ports that are currently open for the public zone, issue a command as follows: ++ +[subs="attributes"] +---- +~]#{nbsp}firewall-cmd --zone=public --list-ports +5904/tcp +---- + +A port can be removed using the [command]#firewall-cmd --zone=pass:attributes[{blank}]_zone_ --remove-port=pass:attributes[{blank}]_number/protocol_pass:attributes[{blank}]# command. + +For more information on opening and closing ports in `firewalld`, see the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Security Guide]. + +[[s1-using_ssh]] +===== Connecting to VNC Server Using SSH + +*VNC* is a clear text network protocol with no security against possible attacks on the communication. To make the communication secure, you can encrypt your server-client connection by using the [option]`-via` option. This will create an `SSH` tunnel between the VNC server and the client. + +The format of the command to encrypt a VNC server-client connection is as follows: + +[subs="attributes"] +---- + +~]${nbsp}vncviewer -via user@host:display_number + +---- + +[[using-via]] +.Using the -via Option +==== + +. To connect to a VNC server using `SSH`, enter a command as follows: ++ +[subs="attributes"] +---- + +~]${nbsp}vncviewer -via USER_2@192.168.2.101:3 + +---- + +. When you are prompted to, type the password, and confirm by pressing kbd:[Enter]. + +. A window with a remote desktop appears on your screen. + +==== + +.Restricting VNC Access +If you prefer only encrypted connections, you can prevent unencrypted connections +altogether by using the [option]`-localhost` option in the `systemd.service` +file, the ExecStart line: + +[subs="quotes, macros"] +---- +ExecStart=/sbin/runuser -l _user_ -c "/usr/bin/vncserver -localhost %i" +---- + +This will stop `vncserver` from accepting connections from anything but the local host and port-forwarded connections sent using `SSH` as a result of the [option]`-via` option. + +For more information on using `SSH`, see <>. + +[[s9-additional-sources]] +==== Additional Resources + +For more information about TigerVNC, see the resources listed below. + +.Installed Documentation + +* `vncserver(1)` — The *VNC* server manual pages. + +* `vncviewer(1)` — The *VNC* viewer manual pages. + +* `vncpasswd(1)` — The *VNC* password manual pages. diff --git a/en-US/infrastructure-services/intro-infrastructure-services.adoc b/en-US/infrastructure-services/intro-infrastructure-services.adoc new file mode 100644 index 0000000..2c38386 --- /dev/null +++ b/en-US/infrastructure-services/intro-infrastructure-services.adoc @@ -0,0 +1,3 @@ +== Infrastructure Services + +This part provides information on how to configure services and daemons, configure authentication, and enable remote logins. diff --git a/en-US/kernel-module-driver-configuration/Manually_Upgrading_the_Kernel.adoc b/en-US/kernel-module-driver-configuration/Manually_Upgrading_the_Kernel.adoc new file mode 100644 index 0000000..d0a1ddb --- /dev/null +++ b/en-US/kernel-module-driver-configuration/Manually_Upgrading_the_Kernel.adoc @@ -0,0 +1,401 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Manually_Upgrading_the_Kernel]] +=== Manually Upgrading the Kernel +indexterm:[kernel,upgrading the kernel]indexterm:[kernel,package]indexterm:[kernel,RPM package]indexterm:[package,kernel RPM] +The {MAJOROS} kernel is custom-built by the {MAJOROS} kernel team to ensure its integrity and compatibility with supported hardware. Before a kernel is released, it must first pass a rigorous set of quality assurance tests. + +{MAJOROS} kernels are packaged in the RPM format so that they are easy to upgrade and verify using the [application]*DNF* or [application]*PackageKit* package managers. [application]*PackageKit* automatically queries the DNF repositories and informs you of packages with available updates, including kernel packages. + +This chapter is therefore *only* useful for users who need to manually update a kernel package using the [command]#rpm# command instead of [command]#dnf#. +indexterm:[kernel,installing kernel packages]indexterm:[installing the kernel] + +.Use DNF to install kernels whenever possible +[WARNING] +==== + +Whenever possible, use either the [application]*DNF* or [application]*PackageKit* package manager to install a new kernel because they always *install* a new kernel instead of replacing the current one, which could potentially leave your system unable to boot. + +==== +indexterm:[kernel,installing kernel packages] +For more information on installing kernel packages with [application]*DNF*, see <>. + +[[s1-kernel-packages]] +==== Overview of Kernel Packages +indexterm:[kernel,kernel packages]indexterm:[kernel package,kernel,for single, multicore and multiprocessor systems]indexterm:[packages,kernel,for single, multicore and multiprocessor systems]indexterm:[kernel package,kernel-devel,kernel headers and makefiles]indexterm:[packages,kernel-devel,kernel headers and makefiles]indexterm:[kernel package,kernel-headers,C header files files]indexterm:[packages,kernel-headers,C header files files]indexterm:[kernel package,linux-firmware,firmware files]indexterm:[packages,linux-firmware,firmware files]indexterm:[kernel package,perf,firmware files]indexterm:[packages,perf,firmware files] +{MAJOROS} contains the following kernel packages: + +* [package]*kernel* — Contains the kernel for single, multicore and multiprocessor systems. + +* [package]*kernel-debug* — Contains a kernel with numerous debugging options enabled for kernel diagnosis, at the expense of reduced performance. + +* [package]*kernel-devel* — Contains the kernel headers and makefiles sufficient to build modules against the [package]*kernel* package. + +* [package]*kernel-debug-devel* — Contains the development version of the kernel with numerous debugging options enabled for kernel diagnosis, at the expense of reduced performance. + +* [package]*kernel-headers* — Includes the C header files that specify the interface between the Linux kernel and user-space libraries and programs. The header files define structures and constants that are needed for building most standard programs. + +* [package]*linux-firmware* — Contains all of the firmware files that are required by various devices to operate. + +* [package]*perf* — This package contains supporting scripts and documentation for the [application]*perf* tool shipped in each kernel image subpackage. + +* [package]*kernel-abi-whitelists* — Contains information pertaining to the {MAJOROS} kernel ABI, including a lists of kernel symbols that are needed by external Linux kernel modules and a [package]*dnf* plug-in to aid enforcement. + +* [package]*kernel-tools* — Contains tools for manipulating the Linux kernel and supporting documentation. + +[[s1-kernel-preparing]] +==== Preparing to Upgrade +indexterm:[boot media]indexterm:[kernel,upgrading,preparing]indexterm:[kernel upgrading,preparing]indexterm:[kernel,upgrading,working boot media] +Before upgrading the kernel, it is recommended that you take some precautionary steps. + +First, ensure that working boot media exists for the system in case a problem occurs. If the boot loader is not configured properly to boot the new kernel, you can use this media to boot into {MAJOROS}. + +USB media often comes in the form of flash devices sometimes called _pen drives_, _thumb disks_, or _keys_, or as an externally-connected hard disk device. Almost all media of this type is formatted as a `VFAT` file system. You can create bootable USB media on media formatted as `ext2`, `ext3`, `ext4`, or `VFAT`. + +You can transfer a distribution image file or a minimal boot media image file to USB media. Make sure that sufficient free space is available on the device. Around 4 GB is required for a distribution DVD image, around 700 MB for a distribution CD image, or around 10 MB for a minimal boot media image. + +You must have a copy of the `boot.iso` file from a {MAJOROS} installation DVD, or installation CD-ROM#1, and you need a USB storage device formatted with the `VFAT` file system and around 16 MB of free space. The following procedure will not affect existing files on the USB storage device unless they have the same path names as the files that you copy onto it. To create USB boot media, perform the following commands as the `root` user: + +. Install the [application]*SYSLINUX* bootloader on the USB storage device: ++ +[subs="attributes"] +---- +~]#{nbsp}syslinux /dev/sdX1 +---- ++ +...where _sdX_ is the device name. + +. Create mount points for `boot.iso` and the USB storage device: ++ +[subs="attributes"] +---- +~]#{nbsp}mkdir /mnt/isoboot /mnt/diskboot +---- + +. Mount `boot.iso`: ++ +[subs="attributes"] +---- +~]#{nbsp}mount -o loop boot.iso /mnt/isoboot +---- + +. Mount the USB storage device: ++ +[subs="attributes"] +---- +~]#{nbsp}mount /dev/sdX1 /mnt/diskboot +---- + +. Copy the [application]*ISOLINUX* files from the `boot.iso` to the USB storage device: ++ +[subs="attributes"] +---- +~]#{nbsp}cp /mnt/isoboot/isolinux/* /mnt/diskboot +---- + +. Use the `isolinux.cfg` file from `boot.iso` as the `syslinux.cfg` file for the USB device: ++ +[subs="attributes"] +---- +~]#{nbsp}grep -v local /mnt/isoboot/isolinux/isolinux.cfg > /mnt/diskboot/syslinux.cfg + +---- + +. Unmount `boot.iso` and the USB storage device: ++ +[subs="attributes"] +---- +~]#{nbsp}umount /mnt/isoboot /mnt/diskboot + +---- + +. You should reboot the machine with the boot media and verify that you are able to boot with it before continuing. + +Alternatively, on systems with a floppy drive, you can create a boot diskette by installing the [package]*mkbootdisk* package and running the [command]#mkbootdisk# command as `root`. See [command]#man mkbootdisk# man page after installing the package for usage information. + +To determine which kernel packages are installed, execute the command [command]#dnf list installed "kernel-*"# at a shell prompt. The output will comprise some or all of the following packages, depending on the system's architecture, and the version numbers might differ: + +---- +~]# dnf list installed "kernel-*" +Last metadata expiration check performed 0:28:51 ago on Tue May 26 21:22:39 2015. +Installed Packages +kernel-core.x86_64 4.0.3-300.fc22 @System +kernel-core.x86_64 4.0.4-300.fc22 @System +kernel-core.x86_64 4.0.4-301.fc22 @System +kernel-headers.x86_64 4.0.4-301.fc22 @System +kernel-modules.x86_64 4.0.3-300.fc22 @System +kernel-modules.x86_64 4.0.4-300.fc22 @System +kernel-modules.x86_64 4.0.4-301.fc22 @System +---- + +From the output, determine which packages need to be downloaded for the kernel upgrade. For a single processor system, the only required package is the [package]*kernel* package. See <> for descriptions of the different packages. + +[[s1-kernel-download]] +==== Downloading the Upgraded Kernel +indexterm:[kernel,downloading]indexterm:[kernel,upgrade kernel available]indexterm:[kernel,upgrade kernel available,via Fedora Update System]indexterm:[kernel,upgrade kernel available,Security Advisories] +There are several ways to determine if an updated kernel is available for the system. + +* Via Fedora Update System — Download and install the kernel RPM packages. For more information, refer to link:++http://bodhi.fedoraproject.org/++[]. + +* Via `_DNF_` using check-update: +---- +dnf check-update --enablerepo=updates-testing +---- + +To install the kernel manually, continue to <>. + +[[s1-kernel-perform-upgrade]] +==== Performing the Upgrade +indexterm:[kernel,performing kernel upgrade] +After retrieving all of the necessary packages, it is time to upgrade the existing kernel. + +.Keep the old kernel when performing the upgrade +[IMPORTANT] +==== + +It is strongly recommended that you keep the old kernel in case there are problems with the new kernel. + +==== + +At a shell prompt, change to the directory that contains the kernel RPM packages. Use [option]`-i` argument with the [command]#rpm# command to keep the old kernel. Do *not* use the [option]`-U` option, since it overwrites the currently installed kernel, which creates boot loader problems. For example: + +[subs="attributes"] +---- +~]#{nbsp}rpm -ivh kernel-kernel_version.arch.rpm +---- + +The next step is to verify that the initial RAM disk image has been created. See <> for details. + +[[sec-Verifying_the_Initial_RAM_Disk_Image]] +==== Verifying the Initial RAM Disk Image +indexterm:[initial RAM disk image,verifying] +The job of the initial RAM disk image is to preload the block device modules, such as for IDE, SCSI or RAID, so that the root file system, on which those modules normally reside, can then be accessed and mounted. On {MAJOROSVER} systems, whenever a new kernel is installed using either the [application]*DNF*, [application]*PackageKit*, or [application]*RPM* package manager, the [application]*Dracut* utility is always called by the installation scripts to create an _initramfs_ (initial RAM disk image). + +On all architectures other than IBM eServer System i (see <>), you can create an `initramfs` by running the [command]#dracut# command. However, you usually don't need to create an `initramfs` manually: this step is automatically performed if the kernel and its associated packages are installed or upgraded from RPM packages distributed by {OSORG}. + +On architectures that use the GRUB 2 boot loader, you can verify that an `initramfs` corresponding to your current kernel version exists and is specified correctly in the `/boot/grub2/grub.cfg` configuration file by following this procedure: + +[[procedure-Verifying_the_Initial_RAM_Disk_Image]] +.Verifying the Initial RAM Disk Image +. As `root`, list the contents in the `/boot/` directory and find the kernel (`vmlinuz-_kernel_version_pass:attributes[{blank}]`) and `initramfs-_kernel_version_pass:attributes[{blank}]` with the latest (most recent) version number: ++ +[[ex-Ensuring_that_the_kernel_and_initramfs_versions_match]] +.Ensuring that the kernel and initramfs versions match +==== + +---- +~]# ls /boot/ +config-3.17.4-302.fc21.x86_64 +config-3.17.6-300.fc21.x86_64 +config-3.17.7-300.fc21.x86_64 +efi +elf-memtest86+-5.01 +extlinux +grub2 +initramfs-0-rescue-db90b4e3715b42daa871351439343ca4.img +initramfs-3.17.4-302.fc21.x86_64.img +initramfs-3.17.6-300.fc21.x86_64.img +initramfs-3.17.7-300.fc21.x86_64.img +initrd-plymouth.img +lost+found +memtest86+-5.01 +System.map-3.17.4-302.fc21.x86_64 +System.map-3.17.6-300.fc21.x86_64 +System.map-3.17.7-300.fc21.x86_64 +vmlinuz-0-rescue-db90b4e3715b42daa871351439343ca4 +vmlinuz-3.17.4-302.fc21.x86_64 +vmlinuz-3.17.6-300.fc21.x86_64 +vmlinuz-3.17.7-300.fc21.x86_64 +---- + +==== ++ +<> shows that: ++ +** we have three kernels installed (or, more correctly, three kernel files are present in the `/boot/` directory), ++ +** the latest kernel is `vmlinuz-3.17.7-300.fc21.x86_64`, and ++ +** an `initramfs` file matching our kernel version, `initramfs-3.17.7-300.fc21.x86_64.img`, also exists. ++ +[[important-initrd_files_in_the__boot_directory_are_not_the_same_as_initramfs_files]] +.initrd files in the /boot/ directory are not the same as initramfs files +[IMPORTANT] +==== + +In the `/boot/` directory you might find several `initrd-_kernel_version_pass:attributes[{blank}]kdump.img` files. These are special files created by the `kdump` mechanism for kernel debugging purposes, are not used to boot the system, and can safely be ignored. For more information on `kdump`, see the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Kernel_Crash_Dump_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Kernel Crash Dump Guide]. + +==== + +. (Optional) If your `initramfs-_kernel_version_pass:attributes[{blank}]` file does not match the version of the latest kernel in `/boot`, or, in certain other situations, you might need to generate an `initramfs` file with the [application]*Dracut* utility. Simply invoking [command]#dracut# as `root` without options causes it to generate an `initramfs` file in the `/boot/` directory for the latest kernel present in that directory: ++ +---- +~]# dracut +---- ++ +You must use the [option]`--force` option if you want [command]#dracut# to overwrite an existing `initramfs` (for example, if your `initramfs` has become corrupt). Otherwise [command]#dracut# will refuse to overwrite the existing `initramfs` file: ++ +---- +~]# dracut +F: Will not override existing initramfs (/boot/initramfs-3.17.7-300.fc21.x86_64.img) without --force +---- ++ +You can create an initramfs in the current directory by calling [command]#dracut _initramfs_name_ _kernel_version_pass:attributes[{blank}]#, for example: ++ +---- +~]# dracut "initramfs-$(uname -r).img" $(uname -r) +---- ++ +If you need to specify specific kernel modules to be preloaded, add the names of those modules (minus any file name suffixes such as `.ko`) inside the parentheses of the `add_dracutmodules="pass:attributes[{blank}]_module_ _more_modules_pass:attributes[{blank}]"` directive of the `/etc/dracut.conf` configuration file. You can list the file contents of an `initramfs` image file created by dracut by using the [command]#lsinitrd _initramfs_file_pass:attributes[{blank}]# command: ++ +---- +~]# lsinitrd /boot/initramfs-3.17.7-300.fc21.x86_64.img +Image: /boot/initramfs-3.17.7-300.fc21.x86_64.img: 18M +======================================================================== +Version: dracut-038-31.git20141204.fc21 +[output truncated] +---- ++ +See [command]#man dracut# and [command]#man dracut.conf# for more information on options and usage. + +. Examine the `/boot/grub2/grub.cfg` configuration file to ensure that an `initramfs-_kernel_version_.img` file exists for the kernel version you are booting. For example: ++ +---- +~]# grep initramfs /boot/grub2/grub.cfg + initrd16 /initramfs-3.17.7-300.fc21.x86_64.img + initrd16 /initramfs-3.17.6-300.fc21.x86_64.img + initrd16 /initramfs-3.17.4-302.fc21.x86_64.img + initrd16 /initramfs-0-rescue-db90b4e3715b42daa871351439343ca4.img +---- ++ +See <> for more information on how to read and update the `/boot/grub2/grub.cfg` file. + +.Verifying the Initial RAM Disk Image and Kernel on IBM eServer System iindexterm:[initial RAM disk image,verifying,IBM eServer System i] +On IBM eServer System i machines, the initial RAM disk and kernel files are combined into a single file, which is created with the [command]#addRamDisk# command. This step is performed automatically if the kernel and its associated packages are installed or upgraded from the RPM packages distributed by {OSORG}; thus, it does not need to be executed manually. To verify that it was created, run the following command as `root` to make sure the `/boot/vmlinitrd-_kernel_version_pass:attributes[{blank}]` file already exists: + +[subs="quotes, macros"] +---- +[command]#ls -l /boot/# +---- + +The _kernel_version_ should match the version of the kernel just installed. + +[[s1-kernel-boot-loader]] +==== Verifying the Boot Loader +indexterm:[boot loader,verifying] +When you install a kernel using [command]#rpm#, the kernel package creates an entry in the boot loader configuration file for that new kernel. However, [command]#rpm# does *not* configure the new kernel to boot as the default kernel. You must do this manually when installing a new kernel with [command]#rpm#. + +It is always recommended to double-check the boot loader configuration file after installing a new kernel with [command]#rpm# to ensure that the configuration is correct. Otherwise, the system might not be able to boot into {MAJOROS} properly. If this happens, boot the system with the boot media created earlier and re-configure the boot loader. + +In the following table, find your system's architecture to determine the boot loader it uses, and then click on the "See" link to jump to the correct instructions for your system. + +[[tb-grub-arch-loaders]] +.Boot loaders by architecture + +[options="header"] +|=== +|Architecture|Boot Loader|See +|x86|GRUB 2|<> +|AMD AMD64 *or* Intel 64|GRUB 2|<> +|IBM eServer System i|OS/400|<> +|IBM eServer System p|YABOOT|<> +|IBM System z|z/IPL|— +|=== + +[[s3-kernel-boot-loader-grub]] +===== Configuring the GRUB 2 Boot Loader +indexterm:[GRUB 2 boot loader,configuring]indexterm:[GRUB 2 boot loader,configuration file] +{MAJOROSVER} is distributed with GRUB 2, which reads its configuration from the `/boot/grub2/grub.cfg` file. This file is generated by the [application]*grub2-mkconfig* utility based on Linux kernels located in the `/boot` directory, template files located in `/etc/grub.d/`, and custom settings in the `/etc/default/grub` file and is automatically updated each time you install a new kernel from an RPM package. To update this configuration file manually, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#grub2-mkconfig# [option]`-o` [option]`/boot/grub2/grub.cfg` +---- + +Among various code snippets and directives, the `/boot/grub2/grub.cfg` configuration file contains one or more `menuentry` blocks, each representing a single GRUB 2 boot menu entry. These blocks always start with the `menuentry` keyword followed by a title, list of options, and opening curly bracket, and end with a closing curly bracket. Anything between the opening and closing bracket should be indented. For example, the following is a sample `menuentry` block for Fedora 21 with Linux kernel 3.17.6-300.fc21.x86_64: + +---- +menuentry 'Fedora (3.17.6-300.fc21.x86_64) 21 (Twenty One)' --class fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.17.4-301.fc21.x86_64-advanced-effee860-8d55-4e4a-995e-b4c88f9ac9f0' { + load_video + set gfxpayload=keep + insmod gzio + insmod part_msdos + insmod ext2 + set root='hd0,msdos1' + if [ x$feature_platform_search_hint = xy ]; then + search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' f19c92f4-9ead-4207-b46a-723b7a2c51c8 + else + search --no-floppy --fs-uuid --set=root f19c92f4-9ead-4207-b46a-723b7a2c51c8 + fi + linux16 /vmlinuz-3.17.6-300.fc21.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.lvm.lv=fedora/root rhgb quiet LANG=en_US.UTF-8 + initrd16 /initramfs-3.17.6-300.fc21.x86_64.img +} +---- + +Each `menuentry` block that represents an installed Linux kernel contains `linux` and `initrd` directives followed by the path to the kernel and the `initramfs` image respectively. If a separate `/boot` partition was created, the paths to the kernel and the `initramfs` image are relative to `/boot`. In the example above, the `initrd16 /initramfs-3.17.6-300.fc21.x86_64.img` line means that the `initramfs` image is actually located at `/boot/initramfs-3.17.6-300.fc21.x86_64.img` when the root file system is mounted, and likewise for the kernel path. + +The kernel version number as given on the `linux /vmlinuz-_kernel_version_pass:attributes[{blank}]` line must match the version number of the `initramfs` image given on the `initrd /initramfs-_kernel_version_.img` line of each `menuentry` block. For more information on how to verify the initial RAM disk image, refer to <>. + +[[note-The_initrd_directive_in_grub.cfg_refers_to_an_initramfs_image]] +.The initrd directive in grub.cfg refers to an initramfs image +[NOTE] +==== + +In `menuentry` blocks, the `initrd` directive must point to the location (relative to the `/boot` directory if it is on a separate partition) of the `initramfs` file corresponding to the same kernel version. This directive is called `initrd` because the previous tool which created initial RAM disk images, [command]#mkinitrd#, created what were known as `initrd` files. The `grub.cfg` directive remains `initrd` to maintain compatibility with other tools. The file-naming convention of systems using the [command]#dracut# utility to create the initial RAM disk image is `initramfs-_kernel_version_.img`. + +For information on using [application]*Dracut*, refer to <>. + +==== + +After installing a new kernel with [command]#rpm#, verify that `/boot/grub2/grub.cfg` is correct and reboot the computer into the new kernel. Ensure your hardware is detected by watching the boot process output. If GRUB 2 presents an error and is unable to boot into the new kernel, it is often easiest to try to boot into an alternative or older kernel so that you can fix the problem. Alternatively, use the boot media you created earlier to boot the system. + +.Causing the GRUB 2 boot menu to display +[IMPORTANT] +==== + +If you set the [option]`GRUB_TIMEOUT` option in the `/etc/default/grub` file to 0, GRUB 2 will not display its list of bootable kernels when the system starts up. In order to display this list when booting, press and hold any alphanumeric key while and immediately after BIOS information is displayed, and GRUB 2 will present you with the GRUB menu. + +==== + +[[s2-kernel-boot-loader-iseries]] +===== Configuring the OS/400 Boot Loader +indexterm:[OS/400 boot loader,configuring]indexterm:[OS/400 boot loader,configuration file] +The `/boot/vmlinitrd-_kernel-version_pass:attributes[{blank}]` file is installed when you upgrade the kernel. However, you must use the [command]#dd# command to configure the system to boot the new kernel. + +. As `root`, issue the command [command]#cat /proc/iSeries/mf/side# to determine the default side (either A, B, or C). + +. As `root`, issue the following command, where _kernel-version_ is the version of the new kernel and _side_ is the side from the previous command: ++ +[subs="quotes, macros"] +---- +[command]#dd if=/boot/vmlinitrd-_kernel-version_ of=/proc/iSeries/mf/pass:attributes[{blank}]_side_pass:attributes[{blank}]/vmlinux bs=8k# +---- + +Begin testing the new kernel by rebooting the computer and watching the messages to ensure that the hardware is detected properly. + +[[s2-kernel-boot-loader-pseries]] +===== Configuring the YABOOT Boot Loader + +IBM eServer System p uses YABOOT as its boot loader. YABOOT uses `/etc/aboot.conf` as its configuration file. Confirm that the file contains an `image` section with the same version as the [package]*kernel* package just installed, and likewise for the `initramfs` image: + +[subs="quotes, attributes"] +---- +boot=/dev/sda1 init-message=Welcome to {MAJOROS}! Hit <TAB> for boot options +partition=2 timeout=30 install=/usr/lib/yaboot/yaboot delay=10 nonvram +image=/vmlinuz-2.6.32-17.EL + label=old + read-only + initrd=/initramfs-2.6.32-17.EL.img + append="root=LABEL=/" +image=/vmlinuz-2.6.32-19.EL + label=linux + read-only + initrd=/initramfs-2.6.32-19.EL.img + append="root=LABEL=/" +---- + +Notice that the default is not set to the new kernel. The kernel in the first image is booted by default. To change the default kernel to boot either move its image stanza so that it is the first one listed or add the directive `default` and set it to the `label` of the image stanza that contains the new kernel. + +Begin testing the new kernel by rebooting the computer and watching the messages to ensure that the hardware is detected properly. diff --git a/en-US/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc b/en-US/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc new file mode 100644 index 0000000..f8b443b --- /dev/null +++ b/en-US/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc @@ -0,0 +1,682 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Working_with_Kernel_Modules]] +=== Working with Kernel Modules +indexterm:[kernel module,definition]indexterm:[module,kernel module]indexterm:[drivers,kernel module] +The Linux kernel is modular, which means it can extend its capabilities through the use of dynamically-loaded _kernel modules_. A kernel module can provide: + +* a device driver which adds support for new hardware; or, + +* support for a file system such as `btrfs` or `NFS`. + +Like the kernel itself, modules can take parameters that customize their behavior, though the default parameters work well in most cases. User-space tools can list the modules currently loaded into a running kernel; query all available modules for available parameters and module-specific information; and load or unload (remove) modules dynamically into or from a running kernel. Many of these utilities, which are provided by the [package]*kmod* package, take module dependencies into account when performing operations so that manual dependency-tracking is rarely necessary. + +On modern systems, kernel modules are automatically loaded by various mechanisms when the conditions call for it. However, there are occasions when it is necessary to load or unload modules manually, such as when one module is preferred over another although either could provide basic functionality, or when a module is misbehaving. + +This chapter explains how to: + +* use the user-space [application]*kmod* utilities to display, query, load and unload kernel modules and their dependencies; + +* set module parameters both dynamically on the command line and permanently so that you can customize the behavior of your kernel modules; and, + +* load modules at boot time. + +.Installing the kmod package +[NOTE] +==== + +In order to use the kernel module utilities described in this chapter, first ensure the [package]*kmod* package is installed on your system by running, as root: + +[subs="attributes"] +---- +~]#{nbsp}dnf install kmod + +---- + +For more information on installing packages with DNF, see <>. + +==== + +[[sec-Listing_Currently-Loaded_Modules]] +==== Listing Currently-Loaded Modules +indexterm:[kernel module,listing,currently loaded modules]indexterm:[kernel module,utilities,lsmod]indexterm:[lsmod,kernel module] +You can list all kernel modules that are currently loaded into the kernel by running the [command]#lsmod# command, for example: + +---- + +~]$ lsmod +Module Size Used by +tcp_lp 12663 0 +bnep 19704 2 +bluetooth 372662 7 bnep +rfkill 26536 3 bluetooth +fuse 87661 3 +ip6t_rpfilter 12546 1 +ip6t_REJECT 12939 2 +ipt_REJECT 12541 2 +xt_conntrack 12760 7 +ebtable_nat 12807 0 +ebtable_broute 12731 0 +bridge 110196 1 ebtable_broute +stp 12976 1 bridge +llc 14552 2 stp,bridge +ebtable_filter 12827 0 +ebtables 30913 3 ebtable_broute,ebtable_nat,ebtable_filter +ip6table_nat 13015 1 +nf_conntrack_ipv6 18738 5 +nf_defrag_ipv6 34651 1 nf_conntrack_ipv6 +nf_nat_ipv6 13279 1 ip6table_nat +ip6table_mangle 12700 1 +ip6table_security 12710 1 +ip6table_raw 12683 1 +ip6table_filter 12815 1 +ip6_tables 27025 5 ip6table_filter,ip6table_mangle,ip6table_security,ip6table_nat,ip6table_raw +iptable_nat 13011 1 +nf_conntrack_ipv4 14862 4 +nf_defrag_ipv4 12729 1 nf_conntrack_ipv4 +nf_nat_ipv4 13263 1 iptable_nat +nf_nat 21798 4 nf_nat_ipv4,nf_nat_ipv6,ip6table_nat,iptable_nat +[output truncated] +---- + +Each row of [command]#lsmod# output specifies: + +* the name of a kernel module currently loaded in memory; + +* the amount of memory it uses; and, + +* the sum total of processes that are using the module and other modules which depend on it, followed by a list of the names of those modules, if there are any. Using this list, you can first unload all the modules depending the module you want to unload. For more information, see <>. + +indexterm:[kernel module,files,/proc/modules] +Finally, note that [command]#lsmod# output is less verbose and considerably easier to read than the content of the `/proc/modules` pseudo-file. + +[[sec-Displaying_Information_About_a_Module]] +==== Displaying Information About a Module +indexterm:[kernel module,listing,module information]indexterm:[kernel module,utilities,modinfo]indexterm:[modinfo,kernel module] +You can display detailed information about a kernel module by running the [command]#modinfo{nbsp}pass:attributes[{blank}]_module_name_pass:attributes[{blank}]# command. + +[[note-Module_names_do_not_end_in_.ko]] +.Module names do not end in .ko +[NOTE] +==== + +When entering the name of a kernel module as an argument to one of the [application]*kmod* utilities, do not append a `.ko` extension to the end of the name. Kernel module names do not have extensions; their corresponding files do. + +==== + +[[ex-Listing_information_about_a_kernel_module_with_lsmod]] +.Listing information about a kernel module with lsmod +==== + +To display information about the `e1000e` module, which is the Intel PRO/1000 network driver, run: + +---- +~]# modinfo e1000e +filename: /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko +version: 2.3.2-k +license: GPL +description: Intel(R) PRO/1000 Network Driver +author: Intel Corporation, +srcversion: 2FBED3F5E2EF40112284D95 +alias: pci:v00008086d00001503sv*sd*bc*sc*i* +alias: pci:v00008086d00001502sv*sd*bc*sc*i* +[some alias lines omitted] +alias: pci:v00008086d0000105Esv*sd*bc*sc*i* +depends: ptp +intree: Y +vermagic: 3.17.4-302.fc21.x86_64 SMP mod_unload +signer: Fedora kernel signing key +sig_key: 1F:C9:E6:8F:74:19:55:63:48:FD:EE:2F:DE:B7:FF:9D:A6:33:7B:BF +sig_hashalgo: sha256 +parm: debug:Debug level (0=none,...,16=all) (int) +parm: copybreak:Maximum size of packet that is copied to a new buffer on receive (uint) +parm: TxIntDelay:Transmit Interrupt Delay (array of int) +parm: TxAbsIntDelay:Transmit Absolute Interrupt Delay (array of int) +parm: RxIntDelay:Receive Interrupt Delay (array of int) +parm: RxAbsIntDelay:Receive Absolute Interrupt Delay (array of int) +parm: InterruptThrottleRate:Interrupt Throttling Rate (array of int) +parm: IntMode:Interrupt Mode (array of int) +parm: SmartPowerDownEnable:Enable PHY smart power down (array of int) +parm: KumeranLockLoss:Enable Kumeran lock loss workaround (array of int) +parm: WriteProtectNVM:Write-protect NVM [WARNING: disabling this can lead to corrupted NVM] (array of int) +parm: CrcStripping:Enable CRC Stripping, disable if your BMC needs the CRC (array of int) +---- + +==== + +Here are descriptions of a few of the fields in [command]#modinfo# output: + +filename:: The absolute path to the `.ko` kernel object file. You can use [command]#modinfo -n# as a shortcut command for printing only the `filename` field. + +description:: A short description of the module. You can use [command]#modinfo -d# as a shortcut command for printing only the description field. + +alias:: The `alias` field appears as many times as there are aliases for a module, or is omitted entirely if there are none. + +depends:: This field contains a comma-separated list of all the modules this module depends on. ++ +[[note-Omitted_depends_field]] +.Omitting the depends field +[NOTE] +==== + +If a module has no dependencies, the `depends` field may be omitted from the output. + +==== + +parm:: Each `parm` field presents one module parameter in the form `pass:attributes[{blank}]_parameter_name_:pass:attributes[{blank}]_description_pass:attributes[{blank}]`, where: ++ +** _parameter_name_ is the exact syntax you should use when using it as a module parameter on the command line, or in an option line in a `.conf` file in the `/etc/modprobe.d/` directory; and, ++ +** _description_ is a brief explanation of what the parameter does, along with an expectation for the type of value the parameter accepts (such as `int`, `unit` or `array of int`) in parentheses. ++ +[[ex-Listing_module_parameters]] +.Listing module parameters +==== + +You can list all parameters that the module supports by using the [option]`-p` option. However, because useful value type information is omitted from [command]#modinfo -p# output, it is more useful to run: + +---- +~]# modinfo e1000e | grep "^parm" | sort +parm: copybreak:Maximum size of packet that is copied to a new buffer on receive (uint) +parm: CrcStripping:Enable CRC Stripping, disable if your BMC needs the CRC (array of int) +parm: debug:Debug level (0=none,...,16=all) (int) +parm: InterruptThrottleRate:Interrupt Throttling Rate (array of int) +parm: IntMode:Interrupt Mode (array of int) +parm: KumeranLockLoss:Enable Kumeran lock loss workaround (array of int) +parm: RxAbsIntDelay:Receive Absolute Interrupt Delay (array of int) +parm: RxIntDelay:Receive Interrupt Delay (array of int) +parm: SmartPowerDownEnable:Enable PHY smart power down (array of int) +parm: TxAbsIntDelay:Transmit Absolute Interrupt Delay (array of int) +parm: TxIntDelay:Transmit Interrupt Delay (array of int) +parm: WriteProtectNVM:Write-protect NVM [WARNING: disabling this can lead to corrupted NVM] (array of int) +---- + +==== + +[[sec-Loading_a_Module]] +==== Loading a Module +indexterm:[kernel module,loading,for the current session]indexterm:[kernel module,utilities,modprobe]indexterm:[modprobe,kernel module] +To load a kernel module, run [command]#modprobe _module_name_pass:attributes[{blank}]# as `root`. For example, to load the `wacom` module, run: + +---- +~]# modprobe wacom + +---- +indexterm:[kernel module,directories,/lib/modules/kernel_version/kernel/drivers/] +By default, [command]#modprobe# attempts to load the module from `/lib/modules/pass:attributes[{blank}]_kernel_version_pass:attributes[{blank}]/kernel/drivers/`. In this directory, each type of module has its own subdirectory, such as `net/` and `scsi/`, for network and SCSI interface drivers respectively. + +Some modules have dependencies, which are other kernel modules that must be loaded before the module in question can be loaded. The [command]#modprobe# command always takes dependencies into account when performing operations. When you ask [command]#modprobe# to load a specific kernel module, it first examines the dependencies of that module, if there are any, and loads them if they are not already loaded into the kernel. [command]#modprobe# resolves dependencies recursively: it will load all dependencies of dependencies, and so on, if necessary, thus ensuring that all dependencies are always met. + +You can use the [option]`-v` (or [option]`--verbose`) option to cause [command]#modprobe# to display detailed information about what it is doing, which can include loading module dependencies. + +[[ex-modprobe_-v_shows_module_dependencies_as_they_are_loaded]] +.modprobe -v shows module dependencies as they are loaded +==== + +You can load the `Fibre Channel over Ethernet` module verbosely by typing the following at a shell prompt: + +---- +~]# modprobe -v fcoe +insmod /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/scsi/scsi_transport_fc.ko.xz +insmod /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/scsi/libfc/libfc.ko.xz +insmod /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/scsi/fcoe/libfcoe.ko.xz +insmod /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/scsi/fcoe/fcoe.ko.xz +---- + +In this example, you can see that [command]#modprobe# loaded the `scsi_tgt`, `scsi_transport_fc`, `libfc` and `libfcoe` modules as dependencies before finally loading `fcoe`. Also note that [command]#modprobe# used the more primitive [command]#insmod# command to insert the modules into the running kernel. + +==== +indexterm:[kernel module,utilities,insmod]indexterm:[insmod,kernel module] + +[[important-Always_use_modprobe_instead_of_insmod]] +.Always use modprobe instead of insmod! +[IMPORTANT] +==== + +Although the [command]#insmod# command can also be used to load kernel modules, it does not resolve dependencies. Because of this, you should *always* load modules using [command]#modprobe# instead. + +==== + +[[sec-Unloading_a_Module]] +==== Unloading a Module +indexterm:[kernel module,unloading]indexterm:[kernel module,utilities,modprobe]indexterm:[modprobe,kernel module] +You can unload a kernel module by running [command]#modprobe -r _module_name_pass:attributes[{blank}]# as `root`. For example, assuming that the `wacom` module is already loaded into the kernel, you can unload it by running: + +---- +~]# modprobe -r wacom + +---- + +However, this command will fail if a process is using: + +* the `wacom` module; + +* a module that `wacom` directly depends on, or; + +* any module that `wacom`, through the dependency tree, depends on indirectly. + +See <> for more information about using [command]#lsmod# to obtain the names of the modules which are preventing you from unloading a certain module. + +[[ex-unloading_a_kernel_module]] +.Unloading a kernel module +==== + +For example, if you want to unload the `firewire_ohci` module, your terminal session might look similar to this: + +---- +~]# modinfo -F depends firewire_ohci +firewire-core +~]# modinfo -F depends firewire_core +crc-itu-t +~]# modinfo -F depends crc-itu-t + +---- + +You have figured out the dependency tree (which does not branch in this example) for the loaded Firewire modules: `firewire_ohci` depends on `firewire_core`, which itself depends on `crc-itu-t`. + +You can unload `firewire_ohci` using the [command]#modprobe -v -r _module_name_pass:attributes[{blank}]# command, where [option]`-r` is short for [option]`--remove` and [option]`-v` for [option]`--verbose`: + +---- +~]# modprobe -r -v firewire_ohci +rmmod firewire_ohci +rmmod firewire_core +rmmod crc_itu_t +---- + +The output shows that modules are unloaded in the reverse order that they are loaded, given that no processes depend on any of the modules being unloaded. + +==== +indexterm:[kernel module,utilities,rmmod]indexterm:[rmmod,kernel module] + +[[important-Do_not_use_rmmod_directly]] +.Do not use rmmod directly! +[IMPORTANT] +==== + +Although the [command]#rmmod# command can be used to unload kernel modules, it is recommended to use [command]#modprobe -r# instead. + +==== + +[[sec-Setting_Module_Parameters]] +==== Setting Module Parameters +indexterm:[module parameters,kernel module]indexterm:[kernel module,module parameters,supplying] +Like the kernel itself, modules can also take parameters that change their behavior. Most of the time, the default ones work well, but occasionally it is necessary or desirable to set custom parameters for a module. Because parameters cannot be dynamically set for a module that is already loaded into a running kernel, there are two different methods for setting them. + +. You can unload all dependencies of the module you want to set parameters for, unload the module using [command]#modprobe -r#, and then load it with [command]#modprobe# along with a list of customized parameters. This method is often used when the module does not have many dependencies, or to test different combinations of parameters without making them persistent, and is the method covered in this section. + +. Alternatively, you can list the new parameters in an existing or newly created file in the `/etc/modprobe.d/` directory. This method makes the module parameters persistent by ensuring that they are set each time the module is loaded, such as after every reboot or [command]#modprobe# command. This method is covered in <>, though the following information is a prerequisite. + +[[ex-Supplying_optional_parameters_when_loading_a_kernel_module]] +.Supplying optional parameters when loading a kernel module +==== + +You can use [command]#modprobe# to load a kernel module with custom parameters using the following command line format: + +[subs="attributes"] +---- +~]#{nbsp}modprobe{nbsp}module_name{nbsp}parameter=value + +---- + +==== + +When loading a module with custom parameters on the command line, be aware of the following: + +* You can enter multiple parameters and values by separating them with spaces. + +* Some module parameters expect a list of comma-separated values as their argument. When entering the list of values, do *not* insert a space after each comma, or [command]#modprobe# will incorrectly interpret the values following spaces as additional parameters. + +* The [command]#modprobe# command silently succeeds with an exit status of 0 if: ++ +** it successfully loads the module, *or* ++ +** the module is *already* loaded into the kernel. ++ +Thus, you must ensure that the module is not already loaded before attempting to load it with custom parameters. The [command]#modprobe# command does not automatically reload the module, or alert you that it is already loaded. + +Here are the recommended steps for setting custom parameters and then loading a kernel module. This procedure illustrates the steps using the `e1000e` module, which is the network driver for Intel PRO/1000 network adapters, as an example: + +[[proc-Loading_a_Kernel_Module_with_Custom_Parameters]] +.Loading a Kernel Module with Custom Parameters +. First, ensure the module is not already loaded into the kernel: ++ +[subs="attributes"] +---- +~]#{nbsp}lsmod |grep e1000e +~]#{nbsp} +---- ++ +Output would indicate that the module is already loaded into the kernel, in which case you must first unload it before proceeding. See <> for instructions on safely unloading it. + +. Load the module and list all custom parameters after the module name. For example, if you wanted to load the Intel PRO/1000 network driver with the interrupt throttle rate set to 3000 interrupts per second for the first, second, and third instances of the driver, and turn on debug, you would run, as `root`: ++ +[subs="attributes"] +---- +~]#{nbsp}modprobe e1000e InterruptThrottleRate=3000,3000,3000 debug=1 + +---- ++ +This example illustrates passing multiple values to a single parameter by separating them with commas and omitting any spaces between them. + +[[sec-Persistent_Module_Loading]] +==== Persistent Module Loading +indexterm:[kernel module,loading,at the boot time]indexterm:[kernel module,directories,/etc/modules-load.d/] +As shown in <>, many kernel modules are loaded automatically at boot time. You can specify additional modules to be loaded by the `systemd-modules-load.service` daemon by creating a `pass:attributes[{blank}]_program_.conf` file in the `/etc/modules-load.d/` directory, where _program_ is any descriptive name of your choice. The files in `/etc/modules-load.d/` are text files that list the modules to be loaded, one per line. + +[[ex-A_Text_File_to_Load_a_Module]] +.A Text File to Load a Module +==== + +To create a file to load the `virtio-net.ko` module, create a file `/etc/modules-load.d/virtio-net.conf` with the following content: + +---- +# Load virtio-net.ko at boot +virtio-net +---- + +==== + +See the `modules-load.d(5)` and `systemd-modules-load.service(8)` man pages for more information. + +[[sect-signing-kernel-modules-for-secure-boot]] +==== Signing Kernel Modules for Secure Boot + +Fedora includes support for the UEFI Secure Boot feature, which means that Fedora can be installed and run on systems where UEFI Secure Boot is enabled. footnote:[Fedora does not require the use of Secure Boot on UEFI systems.] When Secure Boot is enabled, the EFI operating system boot loaders, the Fedora kernel, and all kernel modules must be signed with a private key and authenticated with the corresponding public key. The Fedora distribution includes signed boot loaders, signed kernels, and signed kernel modules. In addition, the signed first-stage boot loader and the signed kernel include embedded Fedora public keys. These signed executable binaries and embedded keys enable Fedora to install, boot, and run with the Microsoft UEFI Secure Boot CA keys that are provided by the UEFI firmware on systems that support UEFI Secure Boot.footnote:[Not all UEFI-based systems include support for Secure Boot.] + +The information provided in the following sections describes steps necessary to enable you to self-sign privately built kernel modules for use with Fedora on UEFI-based systems where Secure Boot is enabled. These sections also provide an overview of available options for getting your public key onto the target system where you want to deploy your kernel module. + +[[sect-prerequisites]] +===== Prerequisites + +In order to enable signing of externally built modules, the tools listed in the following table are required to be installed on the system. + +[[table-required-tools]] +.Required Tools + +[options="header"] +|=== +|Tool|Provided by Package|Used on|Purpose +|[command]#openssl#|[package]*openssl*|Build system|Generates public and private X.509 key pair +|[command]#sign-file#|[package]*kernel-devel*|Build system|Perl script used to sign kernel modules +|[command]#perl#|[package]*perl*|Build system|Perl interpreter used to run the signing script +|[command]#mokutil#|[package]*mokutil*|Target system|Optional tool used to manually enroll the public key +|[command]#keyctl#|[package]*keyutils*|Target system|Optional tool used to display public keys in the system key ring +|=== + +[NOTE] +==== + +Note that the build system, where you build and sign your kernel module, does not need to have UEFI Secure Boot enabled and does not even need to be a UEFI-based system. + +==== + +[[sect-kernel-module-authentication]] +===== Kernel Module Authentication + +In Fedora, when a kernel module is loaded, the module's signature is checked using the public X.509 keys on the kernel's system key ring, excluding those keys that are on the kernel's system black list key ring. + +[[sect-sources-for-public-keys-used-to-authenticate-kernel-modules]] +====== Sources For Public Keys Used To Authenticate Kernel Modules + +During boot, the kernel loads X.509 keys into the system key ring or the system black list key ring from a set of persistent key stores as shown in <> + +[[table-sources-for-system-key-rings]] +.Sources For System Key Rings + +[options="header"] +|=== +|Source of X.509 Keys|User Ability to Add Keys|UEFI Secure Boot State|Keys Loaded During Boot +|Embedded in kernel|No|-|`.system_keyring` +|UEFI Secure Boot "db"|Limited|Not enabled|No +|Enabled|`.system_keyring` +|UEFI Secure Boot "dbx"|Limited|Not enabled|No +|Enabled|`.system_keyring` +|Embedded in `shim.efi` boot loader|No|Not enabled|No +|Enabled|`.system_keyring` +|Machine Owner Key (MOK) list|Yes|Not enabled|No +|Enabled|`.system_keyring` +|=== + +Note that if the system is not UEFI-based or if UEFI Secure Boot is not enabled, then only the keys that are embedded in the kernel are loaded onto the system key ring and you have no ability to augment that set of keys without rebuilding the kernel. The system black list key ring is a list of X.509 keys which have been revoked. If your module is signed by a key on the black list then it will fail authentication even if your public key is in the system key ring. + +To confirm if Secure Boot is enabled, enter a command as follows: + +[subs="quotes, macros"] +---- +~]$ [command]#mokutil --sb-state# +SecureBoot enabled +---- + +If Secure Boot is not enabled then the message `Failed to read SecureBoot` is displayed. + +You can display information about the keys on the system key rings using the [command]#keyctl# utility. The following is abbreviated example output from a Fedora system where UEFI Secure Boot is not enabled. + +[subs="attributes"] +---- +~]#{nbsp}keyctl list %:.system_keyring +1 key in keyring: +265061799: ---lswrv 0 0 asymmetric: Fedora kernel signing key: ba8e2919f98f3f8e2e27541cde0d1f... +---- + +The following is abbreviated example output from a Fedora system where UEFI Secure Boot is enabled. + +[subs="attributes"] +---- +~]#{nbsp}keyctl list %:.system_keyring + 5 keys in keyring: + ...asymmetric: Microsoft Windows Production PCA 2011: a92902398e16c497... + ...asymmetric: Fedora kernel signing key: ba8e2919f98f3f8e2e27541cde0d... + ...asymmetric: Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4... + ...asymmetric: Red Hat Test Certifying CA: 08a0ef5800cb02fb587c12b4032... + ...asymmetric: Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8... +---- + +The above output shows the addition of two keys from the UEFI Secure Boot "db" keys plus the `Fedora Secure Boot CA` which is embedded in the `shim.efi` boot loader. + +[[sect-kernel-module-authentication-requirements]] +====== Kernel Module Authentication Requirements + +If UEFI Secure Boot is enabled or if the [option]`module.sig_enforce` kernel parameter has been specified, then only signed kernel modules that are authenticated using a key on the system key ring can be successfully loaded.footnote:[Provided that the public key is not on the system black list key ring.] If UEFI Secure Boot is disabled and if the [option]`module.sig_enforce` kernel parameter has not been specified, then unsigned kernel modules and signed kernel modules without a public key can be successfully loaded. This is summarized in <>. + +[[table-kernel-module-authentication-requirements-for-loading]] +.Kernel Module Authentication Requirements for Loading + +[options="header"] +|=== +|Module Signed|Public Key Found and Signature Valid|UEFI Secure Boot State|module.sig_enforce|Module Load|Kernel Tainted +|Unsigned|-|Not enabled|Not enabled|Succeeds|Yes +|Not enabled|Enabled|Fails| +|Enabled|-|Fails|- +|Signed|No|Not enabled|Not enabled|Succeeds|Yes +|Not enabled|Enabled|Fails|- +|Enabled|-|Fails|- +|Signed|Yes|Not enabled|Not enabled|Succeeds|No +|Not enabled|Enabled|Succeeds|No +|Enabled|-|Succeeds|No +|=== + +Subsequent sections will describe how to generate a public and private X.509 key pair, how to use the private key to sign a kernel module, and how to enroll the public key into a source for the system key ring. + +[[sect-generating-a-public-private-x509-key-pair]] +===== Generating a Public and Private X.509 Key Pair + +You need to generate a public and private X.509 key pair that will be used to sign a kernel module after it has been built. The corresponding public key will be used to authenticate the kernel module when it is loaded. + +. The [command]#openssl# tool can be used to generate a key pair that satisfies the requirements for kernel module signing in Fedora. Some of the parameters for this key generation request are best specified with a configuration file; follow the example below to create your own configuration file. ++ +[subs="macros, attributes"] +---- +~]#{nbsp}cat << EOF > configuration_file.config +[ req ] +default_bits = 4096 +distinguished_name = req_distinguished_name +prompt = no +string_mask = utf8only +x509_extensions = myexts + +[ req_distinguished_name ] +O = pass:quotes[_Organization_] +CN = pass:quotes[_Organization signing key_] +emailAddress = pass:quotes[_E-mail address_] + +[ myexts ] +basicConstraints=critical,CA:FALSE +keyUsage=digitalSignature +subjectKeyIdentifier=hash +authorityKeyIdentifier=keyid +EOF +---- + +. After you have created the configuration file, you can create an X.509 public and private key pair. The public key will be written to the `pass:attributes[{blank}]_public_key_.der` file and the private key will be written to the `pass:attributes[{blank}]_private_key_.priv` file. ++ +[subs="attributes"] +---- +~]#{nbsp}openssl req -x509 -new -nodes -utf8 -sha256 -days 36500 \ +> -batch -config configuration_file.config -outform DER \ +> -out public_key.der \ +> -keyout private_key.priv +---- + +. Enroll your public key on all systems where you want to authenticate and load your kernel module. + +[WARNING] +==== + +Take proper care to guard the contents of your private key. In the wrong hands, the key could be used to compromise any system which has your public key. + +==== + +[[sect-enrolling-public-key-on-target-system]] +===== Enrolling Public Key on Target System + +When Fedora boots on a UEFI-based system with Secure Boot enabled, all keys that are in the Secure Boot db key database, but not in the dbx database of revoked keys, are loaded onto the system keyring by the kernel. The system keyring is used to authenticate kernel modules. + +[[sect-factory-firmware-image-including-public-key]] +====== Factory Firmware Image Including Public Key + +To facilitate authentication of your kernel module on your systems, consider requesting your system vendor to incorporate your public key into the UEFI Secure Boot key database in their factory firmware image. + +[[sect-executable-key-enrollment-image-adding-public-key]] +====== Executable Key Enrollment Image Adding Public Key + +It is possible to add a key to an existing populated and active Secure Boot key database. This can be done by writing and providing an EFI executable *enrollment* image. Such an enrollment image contains a properly formed request to append a key to the Secure Boot key database. This request must include data that is properly signed by the private key that corresponds to a public key that is already in the system's Secure Boot Key Exchange Key (KEK) database. Additionally, this EFI image must be signed by a private key that corresponds to a public key that is already in the key database. + +It is also possible to write an enrollment image that runs under Fedora. However, the Fedora image must be properly signed by a private key that corresponds to a public key that is already in the KEK database. + +The construction of either type of key enrollment images requires assistance from the platform vendor. + +[[sect-system-administrator-manually-adding-public-key-to-the-mok-list]] +====== System Administrator Manually Adding Public Key to the MOK List + +The Machine Owner Key (MOK) facility is a feature that is supported by Fedora and can be used to augment the UEFI Secure Boot key database. When Fedora boots on a UEFI-enabled system with Secure Boot enabled, the keys on the MOK list are also added to the system keyring in addition to the keys from the key database. The MOK list keys are also stored persistently and securely in the same fashion as the Secure Boot key database keys, but these are two separate facilities. The MOK facility is supported by shim.efi, MokManager.efi, grubx64.efi, and the Fedora [command]#mokutil# utility. + +The major capability provided by the MOK facility is the ability to add public keys to the MOK list without needing to have the key chain back to another key that is already in the KEK database. However, enrolling a MOK key requires manual interaction by a *physically present* user at the UEFI system console on each target system. Nevertheless, the MOK facility provides an excellent method for testing newly generated key pairs and testing kernel modules signed with them. + +Follow these steps to add your public key to the MOK list: + +. Request addition of your public key to the MOK list using a Fedora userspace utility: ++ +[subs="attributes"] +---- +~]#{nbsp}mokutil --import my_signing_key_pub.der +---- ++ +You will be asked to enter and confirm a password for this MOK enrollment request. + +. Reboot the machine. + +. The pending MOK key enrollment request will be noticed by `shim.efi` and it will launch `MokManager.efi` to allow you to complete the enrollment from the UEFI console. You will need to enter the password you previously associated with this request and confirm the enrollment. Your public key is added to the MOK list, which is persistent. + +Once a key is on the MOK list, it will be automatically propagated to the system key ring on this and subsequent boots when UEFI Secure Boot is enabled. + +[[sect-signing-kernel-module-with-the-private-key]] +===== Signing Kernel Module with the Private Key + +There are no extra steps required to prepare your kernel module for signing. You build your kernel module normally. Assuming an appropriate Makefile and corresponding sources, follow these steps to build your module and sign it: + +. Build your `my_module.ko` module the standard way: ++ +[subs="attributes"] +---- +~]#{nbsp}make -C /usr/src/kernels/$(uname -r) M=$PWD modules +---- + +. Sign your kernel module with your private key. This is done with a Perl script. Note that the script requires that you provide both the files that contain your private and the public key as well as the kernel module file that you want to sign. ++ +[subs="attributes"] +---- +~]#{nbsp}perl /usr/src/kernels/$(uname -r)/scripts/sign-file \ +> sha256 \ +> my_signing_key.priv \ +> my_signing_key_pub.der \ +> my_module.ko +---- + +Your kernel module is in ELF image format and this script computes and appends the signature directly to the ELF image in your `my_module.ko` file. The [command]#modinfo# utility can be used to display information about the kernel module's signature, if it is present. For information on using the utility, see <>. + +Note that this appended signature is not contained in an ELF image section and is not a formal part of the ELF image. Therefore, tools such as [command]#readelf# will not be able to display the signature on your kernel module. + +Your kernel module is now ready for loading. Note that your signed kernel module is also loadable on systems where UEFI Secure Boot is disabled or on a non-UEFI system. That means you do not need to provide both a signed and unsigned version of your kernel module. + +[[sect-loading-signed-kernel-module]] +===== Loading Signed Kernel Module + +Once your public key is enrolled and is in the system keyring, the normal kernel module loading mechanisms will work transparently. In the following example, you will use [command]#mokutil# to add your public key to the MOK list and you will manually load your kernel module with [command]#modprobe#. + +. Optionally, you can verify that your kernel module will not load before you have enrolled your public key. First, verify what keys have been added to the system key ring on the current boot by running the [command]#keyctl list %:.system_keyring# as root. Since your public key has not been enrolled yet, it should not be displayed in the output of the command. + +. Request enrollment of your public key. ++ +[subs="attributes"] +---- +~]#{nbsp}mokutil --import my_signing_key_pub.der +---- + +. Reboot, and complete the enrollment at the UEFI console. ++ +[subs="attributes"] +---- +~]#{nbsp}reboot +---- + +. After the system reboots, verify the keys on the system key ring again. ++ +[subs="attributes"] +---- +~]#{nbsp}keyctl list %:.system_keyring +---- + +. You should now be able to load your kernel module successfully. ++ +[subs="macros, attributes"] +---- +~]#{nbsp}modprobe -v my_module +insmod /lib/modules/3.17.4-302.fc21.x86_64/extra/pass:quotes[_my_module_].ko +~]#{nbsp}lsmod | grep my_module +pass:quotes[_my_module_] 12425 0 +---- + +[[s1-kernel-modules-additional-resources]] +==== Additional Resources + +For more information on kernel modules and their utilities, see the following resources. + +.Manual Page Documentation + +* `lsmod(8)` — The manual page for the [command]#lsmod# command. + +* `modinfo(8)` — The manual page for the [command]#modinfo# command. + +* `modprobe(8)` — The manual page for the [command]#modprobe# command. + +* `rmmod(8)` — The manual page for the [command]#rmmod# command. + +* `ethtool(8)` — The manual page for the [command]#ethtool# command. + +* `mii-tool(8)` — The manual page for the [command]#mii-tool# command. + +.Installable and External Documentation + +* link:++http://tldp.org/HOWTO/Module-HOWTO/++[Linux Loadable Kernel Module HOWTO] — The [citetitle]_Linux Loadable Kernel Module HOWTO_ from the Linux Documentation Project contains further information on working with kernel modules. diff --git a/en-US/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc b/en-US/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc new file mode 100644 index 0000000..cfc421d --- /dev/null +++ b/en-US/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc @@ -0,0 +1,954 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Working_with_the_GRUB_2_Boot_Loader]] +=== Working with the GRUB 2 Boot Loader +indexterm:[GRUB 2,configuring GRUB 2]indexterm:[GRUB 2,reinstalling GRUB 2]indexterm:[GRUB 2,customizing GRUB 2]indexterm:[boot loader,GRUB 2 boot loader] +{MAJOROSVER} is distributed with the GNU GRand Unified Boot loader (GRUB) version 2 boot loader, which allows the user to select an operating system or kernel to be loaded at system boot time. GRUB 2 also allows the user to pass arguments to the kernel. + +[[sec-Introduction_to_GRUB_2]] +==== Introduction to GRUB 2 + +GRUB 2 reads its configuration from the `/boot/grub2/grub.cfg` file on traditional BIOS-based machines and from the `/boot/efi/EFI/fedora/grub.cfg` file on UEFI machines. This file contains menu information. + +The GRUB 2 configuration file, `grub.cfg`, is generated during installation, or by invoking the [application]*/usr/sbin/grub2-mkconfig* utility, and is automatically updated by [command]#grubby# each time a new kernel is installed. When regenerated manually using [application]*grub2-mkconfig*, the file is generated according to the template files located in `/etc/grub.d/`, and custom settings in the `/etc/default/grub` file. Edits of `grub.cfg` will be lost any time [application]*grub2-mkconfig* is used to regenerate the file, so care must be taken to reflect any manual changes in `/etc/default/grub` as well. + +Normal operations on `grub.cfg`, such as the removal and addition of new kernels, should be done using the [command]#grubby# tool and, for scripts, using [command]#new-kernel-pkg# tool. If you use [command]#grubby# to modify the default kernel the changes will be inherited when new kernels are installed. For more information on [command]#grubby#, see <>. + +The `/etc/default/grub` file is used by the [command]#grub2-mkconfig# tool, which is used by `anaconda` when creating `grub.cfg` during the installation process, and can be used in the event of a system failure, for example if the boot loader configurations need to be recreated. In general, it is not recommended to replace the `grub.cfg` file by manually running `grub2-mkconfig` except as a last resort. Note that any manual changes to `/etc/default/grub` require rebuilding the `grub.cfg` file. + +.Menu Entries in grub.cfg +Among various code snippets and directives, the `grub.cfg` configuration file contains one or more `menuentry` blocks, each representing a single GRUB 2 boot menu entry. These blocks always start with the `menuentry` keyword followed by a title, list of options, and an opening curly bracket, and end with a closing curly bracket. Anything between the opening and closing bracket should be indented. For example, the following is a sample `menuentry` block for {MAJOROSVER} with Linux kernel 3.17.4-301.fc21.x86_64: + +---- + +menuentry 'Fedora, with Linux 3.17.4-301.fc21.x86_64' --class fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.17.4-301.fc21.x86_64-advanced-effee860-8d55-4e4a-995e-b4c88f9ac9f0' { + load_video + set gfxpayload=keep + insmod gzio + insmod part_msdos + insmod ext2 + set root='hd0,msdos1' + if [ x$feature_platform_search_hint = xy ]; then + search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' f19c92f4-9ead-4207-b46a-723b7a2c51c8 + else + search --no-floppy --fs-uuid --set=root f19c92f4-9ead-4207-b46a-723b7a2c51c8 + fi + linux16 /vmlinuz-3.17.4-301.fc21.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.lvm.lv=fedora/root rhgb quiet LANG=en_US.UTF-8 + initrd16 /initramfs-3.17.4-301.fc21.x86_64.img +} + +---- + +Each `menuentry` block that represents an installed Linux kernel contains `linux` on 64-bit IBM POWER Series, `linux16` on x86_64 BIOS-based systems, and `linuxefi` on UEFI-based systems. Then the `initrd` directives followed by the path to the kernel and the `initramfs` image respectively. If a separate `/boot` partition was created, the paths to the kernel and the `initramfs` image are relative to `/boot`. In the example above, the `initrd /initramfs-3.17.4-301.fc21.x86_64.img` line means that the `initramfs` image is actually located at `/boot/initramfs-3.17.4-301.fc21.x86_64.img` when the `root` file system is mounted, and likewise for the kernel path. + +The kernel version number as given on the `linux16 /vmlinuz-kernel_version` line must match the version number of the `initramfs` image given on the `initrd /initramfs-kernel_version.img` line of each `menuentry` block. For more information on how to verify the initial RAM disk image, see <>. + +[NOTE] +==== + +In `menuentry` blocks, the `initrd` directive must point to the location (relative to the `/boot/` directory if it is on a separate partition) of the `initramfs` file corresponding to the same kernel version. This directive is called `initrd` because the previous tool which created initial RAM disk images, [command]#mkinitrd#, created what were known as `initrd` files. The `grub.cfg` directive remains `initrd` to maintain compatibility with other tools. The file-naming convention of systems using the [command]#dracut# utility to create the initial RAM disk image is `initramfs-_kernel_version_.img`. + +For information on using [application]*Dracut*, see <>. + +==== + +[[sec-Configuring_the_GRUB_2_Boot_Loader]] +==== Configuring the GRUB 2 Boot Loader + +Changes to the GRUB 2 menu can be made temporarily at boot time, made persistent for a single system while the system is running, or as part of making a new GRUB 2 configuration file. + +* To make non-persistent changes to the GRUB 2 menu, see <>. + +* To make persistent changes to a running system, see <>. + +* For information on making and customizing a GRUB 2 configuration file, see <>. + +[[sec-Making_Temporary_Changes_to_a_GRUB_2_Menu]] +==== Making Temporary Changes to a GRUB 2 Menu + +[[proc-Making_Temporary_Changes_to_Kernel_Menu_Entry]] +.Making Temporary Changes to a Kernel Menu Entry +To change kernel parameters only during a single boot process, proceed as follows: + +. Start the system and, on the GRUB 2 boot screen, move the cursor to the menu entry you want to edit, and press the kbd:[e] key for edit. + +. Move the cursor down to find the kernel command line. The kernel command line starts with `linux` on 64-Bit IBM Power Series, `linux16` on x86-64 BIOS-based systems, or `linuxefi` on UEFI systems. + +. Move the cursor to the end of the line. + +Press kbd:[Ctrl + a] and kbd:[Ctrl + e] to jump to the start and end of the line, respectively. On some systems, kbd:[Home] and kbd:[End] might also work. + +. Edit the kernel parameters as required. For example, to run the system in emergency mode, add the *emergency* parameter at the end of the `linux16` line: + +[subs="macros"] +---- +linux16 /vmlinuz-4.2.0-1.fc23.x86_64 root=/dev/mapper/fedora-root ro rd.md=0 rd.dm=0 rd.lvm.lv=fedora/swap crashkernel=auto rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora/root rhgb quiet pass:quotes[*emergency*] +---- + +The [option]`rhgb` and [option]`quiet` parameters can be removed in order to enable system messages. + +These settings are not persistent and apply only for a single boot. To make persistent changes to a menu entry on a system, use the [command]#grubby# tool. See <> for more information on using [command]#grubby#. + +[[sec-Making_Persistent_Changes_to_a_GRUB_2_Menu_Using_the_grubby_Tool]] +==== Making Persistent Changes to a GRUB 2 Menu Using the grubby Tool + +The [command]#grubby# tool can be used to read information from, and make persistent changes to, the `grub.cfg` file. It enables, for example, changing GRUB menu entries to specify what arguments to pass to a kernel on system start and changing the default kernel. + +In Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7, if [command]#grubby# is invoked manually without specifying a GRUB configuration file, it defaults to searching for `/etc/grub2.cfg`, which is a symbolic link to the `grub.cfg` file, whose location is architecture dependent. If that file cannot be found it will search for an architecture dependent default. + +.Listing the Default Kernel +To find out the file name of the default kernel, enter a command as follows: + +---- +~]# grubby --default-kernel +/boot/vmlinuz-4.2.0-1.fc23.x86_64 +---- + +To find out the index number of the default kernel, enter a command as follows: + +---- +~]# grubby --default-index +0 +---- + +.Changing the Default Boot Entry +To make a persistent change in the kernel designated as the default kernel, use the [command]#grubby# command as follows: + +---- +~]# grubby --set-default /boot/vmlinuz-4.2.0-1.fc23.x86_64 +---- + +.Viewing the GRUB Menu Entry for a Kernel +To list all the kernel menu entries, enter a command as follows: + +[subs="quotes, macros"] +---- +~]$ [command]#grubby --info=ALL# +---- + +On UEFI systems, all [command]#grubby# commands must be entered as `root`. + +To view the GRUB menu entry for a specific kernel, enter a command as follows: + +---- +~]$ grubby --info /boot/vmlinuz-4.2.0-1.fc23.x86_64 +index=0 +kernel=/boot/vmlinuz-4.2.0-1.fc23.x86_64 +args="ro rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet LANG=en_US.UTF-8" +root=/dev/mapper/fedora-root +initrd=/boot/initramfs-4.2.0-1.fc23.x86_64.img +title=Fedora (4.2.0-1.fc23.x86_64) 23 (Workstation Edition) +---- + +Try tab completion to see the available kernels within the `/boot/` directory. + +[[bh-Adding_and_Removing_Arguments_from_a_GRUB_Menu_Entry]] +.Adding and Removing Arguments from a GRUB Menu Entry +The [option]`--update-kernel` option can be used to update a menu entry when used in combination with [option]`--args` to add new arguments and [option]`--remove-arguments` to remove existing arguments. These options accept a quoted space-separated list. The command to simultaneously add and remove arguments a from GRUB menu entry has the follow format: + +[subs="quotes, macros"] +---- +grubby --remove-args="pass:attributes[{blank}]_argX argY_pass:attributes[{blank}]" --args="pass:attributes[{blank}]_argA argB_pass:attributes[{blank}]" --update-kernel /boot/pass:attributes[{blank}]_kernel_ +---- + +To add and remove arguments from a kernel's GRUB menu entry, use a command as follows: + +---- +~]# grubby --remove-args="rhgb quiet" --args=console=ttyS0,115200 --update-kernel /boot/vmlinuz-4.2.0-1.fc23.x86_64 +---- + +This command removes the Red Hat graphical boot argument, enables boot message to be seen, and adds a serial console. As the console arguments will be added at the end of the line, the new console will take precedence over any other consoles configured. + +To review the changes, use the [option]`--info` command option as follows: + +[subs="macros"] +---- +~]# grubby --info /boot/vmlinuz-4.2.0-1.fc23.x86_64 +index=0 +kernel=/boot/vmlinuz-4.2.0-1.fc23.x86_64 +args="ro rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap LANG=en_US.UTF-8 pass:quotes[*console=ttyS0,115200*]" +root=/dev/mapper/fedora-root +initrd=/boot/initramfs-4.2.0-1.fc23.x86_64.img +title=Fedora (4.2.0-1.fc23.x86_64) 23 (Workstation Edition) +---- + +.Updating All Kernel Menus with the Same Arguments +To add the same kernel boot arguments to all the kernel menu entries, enter a command as follows: + +---- +~]# grubby --update-kernel=ALL --args=console=ttyS0,115200 +---- + +The [option]`--update-kernel` parameter also accepts DEFAULT or a comma separated list of kernel index numbers. + +.Changing a Kernel Argument +To change a value in an existing kernel argument, specify the argument again, changing the value as required. For example, if the virtual console font size has been set to `latarcyrheb-sun16` and you want to change the virtual console font size to `32`, use a command as follows: + +[subs="macros"] +---- +~]# grubby --args=vconsole.font=latarcyrheb-sun32 --update-kernel /boot/vmlinuz-4.2.0-1.fc23.x86_64 +index=0 +kernel=/boot/vmlinuz-4.2.0-1.fc23.x86_64 +args="ro rd.lvm.lv=fedora/root crashkernel=auto rd.lvm.lv=fedora/swap vconsole.font=pass:quotes[*latarcyrheb-sun32*] vconsole.keymap=us LANG=en_US.UTF-8" +root=/dev/mapper/fedora-root +initrd=/boot/initramfs-4.2.0-1.fc23.x86_64.img +title=Fedora (4.2.0-1.fc23.x86_64) 23 (Workstation Edition) +---- + +See the `grubby(8)` manual page for more command options. + +[[sec-Customizing_the_GRUB_2_Configuration_File]] +==== Customizing the GRUB 2 Configuration File + +GRUB 2 scripts search the user's computer and build a boot menu based on what operating systems the scripts find. To reflect the latest system boot options, the boot menu is rebuilt automatically when the kernel is updated or a new kernel is added. + +However, users may want to build a menu containing specific entries or to have the entries in a specific order. GRUB 2 allows basic customization of the boot menu to give users control of what actually appears on the screen. + +GRUB 2 uses a series of scripts to build the menu; these are located in the `/etc/grub.d/` directory. The following files are included: + +* `00_header`, which loads GRUB 2 settings from the `/etc/default/grub` file. + +* `01_users`, which is created only when a boot loader password is assigned in a [application]*kickstart* file. + +* `10_linux`, which locates kernels in the default partition of Fedora. + +* `30_os-prober`, which builds entries for operating systems found on other partitions. + +* `40_custom`, a template, which can be used to create additional menu entries. + +Scripts from the `/etc/grub.d/` directory are read in alphabetical order and can be therefore renamed to change the boot order of specific menu entries. + +[IMPORTANT] +==== + +With the [option]`GRUB_TIMEOUT` key set to `0` in the `/etc/default/grub` file, GRUB 2 does not display the list of bootable kernels when the system starts up. In order to display this list when booting, press and hold any alphanumeric key when the BIOS information is displayed; GRUB 2 will present you with the GRUB menu. + +==== + +[[sec-Changing_the_Default_Boot_Entry]] +===== Changing the Default Boot Entry + +By default, the key for the `GRUB_DEFAULT` directive in the `/etc/default/grub` file is the word `saved`. This instructs GRUB 2 to load the kernel specified by the [option]`saved_entry` directive in the GRUB 2 environment file, located at `/boot/grub2/grubenv`. You can set another GRUB record to be the default, using the [command]#grub2-set-default# command, which will update the GRUB 2 environment file. + +By default, the [option]`saved_entry` value is set to the name of latest installed kernel of package type [package]*kernel*. This is defined in `/etc/sysconfig/kernel` by the `UPDATEDEFAULT` and `DEFAULTKERNEL` directives. The file can be viewed by the `root` user as follows: + +[subs="attributes"] +---- +~]#{nbsp}cat /etc/sysconfig/kernel +# UPDATEDEFAULT specifies if new-kernel-pkg should make +# new kernels the default +UPDATEDEFAULT=yes + +# DEFAULTKERNEL specifies the default kernel package type +DEFAULTKERNEL=kernel-core +---- + +The `DEFAULTKERNEL` directive specifies what package type will be used as the default. Installing a package of type [package]*kernel-debug* will not change the default kernel while the `DEFAULTKERNEL` is set to package type [package]*kernel*. + +GRUB 2 supports using a numeric value as the key for the [option]`saved_entry` directive to change the default order in which the operating systems are loaded. To specify which operating system should be loaded first, pass its number to the [command]#grub2-set-default# command. For example: + +[subs="macros, attributes"] +---- +~]#{nbsp}grub2-set-default pass:quotes[`2`] +---- + +Note that the position of a menu entry in the list is denoted by a number starting with zero; therefore, in the example above, the third entry will be loaded. This value will be overwritten by the name of the next kernel to be installed. + +To force a system to always use a particular menu entry, use the menu entry name as the key to the `GRUB_DEFAULT` directive in the `/etc/default/grub` file. To list the available menu entries, run the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}awk -F\' '$1=="menuentry " {print $2}' /etc/grub2.cfg +---- + +The file name `/etc/grub2.cfg` is a symlink to the `grub.cfg` file, whose location is architecture dependent. For reliability reasons, the symlink is not used in other examples in this chapter. It is better to use absolute paths when writing to a file, especially when repairing a system. + +Changes to `/etc/default/grub` require rebuilding the `grub.cfg` file as follows: + +* On BIOS-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/grub2/grub.cfg +---- + +* On UEFI-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg +---- + +[[sec-Editing_a_Menu_Entry]] +===== Editing a Menu Entry + +If required to prepare a new GRUB 2 file with different parameters, edit the values of the `GRUB_CMDLINE_LINUX` key in the `/etc/default/grub` file. Note that you can specify multiple parameters for the `GRUB_CMDLINE_LINUX` key. For example: + +---- +GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,9600n8" +---- + +Where [option]`console=tty0` is the first virtual terminal and [option]`console=ttyS0` is the serial terminal to be used. + +Changes to `/etc/default/grub` require rebuilding the `grub.cfg` file as follows: + +* On BIOS-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/grub2/grub.cfg +---- + +* On UEFI-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg +---- + +[[sec-Adding_a_new_Entry]] +===== Adding a new Entry + +When executing the [command]#grub2-mkconfig# command, GRUB 2 searches for Linux kernels and other operating systems based on the files located in the `/etc/grub.d/` directory. The `/etc/grub.d/10_linux` script searches for installed Linux kernels on the same partition. The `/etc/grub.d/30_os-prober` script searches for other operating systems. Menu entries are also automatically added to the boot menu when updating the kernel. + +The `40_custom` file located in the `/etc/grub.d/` directory is a template for custom entries and looks as follows: + +---- +#!/bin/sh +exec tail -n +3 $0 +# This file provides an easy way to add custom menu entries. Simply type the +# menu entries you want to add after this comment. Be careful not to change +# the 'exec tail' line above. +---- + +This file can be edited or copied. Note that as a minimum, a valid menu entry must include at least the following: + +[subs="quotes, macros"] +---- +*menuentry* "<Title>"pass:attributes[{blank}]*{* +<Data> +*}* +---- + +[[sec-Using_only_a_Custom_Menu]] +===== Creating a Custom Menu + +If you do not want menu entries to be updated automatically, you can create a custom menu. + +[IMPORTANT] +==== + +Before proceeding, back up the contents of the `/etc/grub.d/` directory in case you need to revert the changes later. + +==== + +[NOTE] +==== + +Note that modifying the `/etc/default/grub` file does not have any effect on creating custom menus. + +==== + +. On BIOS-based machines, copy the contents of `/boot/grub2/grub.cfg`, or, on UEFI machines, copy the contents of `/boot/efi/EFI/fedora/grub.cfg`. Put the content of the `grub.cfg` into the `/etc/grub.d/40_custom` file below the existing header lines. The executable part of the `40_custom` script has to be preserved. + +. From the content put into the `/etc/grub.d/40_custom` file, only the `menuentry` blocks are needed to create the custom menu. The `/boot/grub2/grub.cfg` and `/boot/efi/EFI/fedora/grub.cfg` files might contain function specifications and other content above and below the `menuentry` blocks. If you put these unnecessary lines into the `40_custom` file in the previous step, erase them. + +This is an example of a custom `40_custom` script: + +---- +#!/bin/sh +exec tail -n +3 $0 +# This file provides an easy way to add custom menu entries. Simply type the +# menu entries you want to add after this comment. Be careful not to change +# the 'exec tail' line above. + +menuentry 'First custom entry' --class red --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-1.fc23.x86_64-advanced-32782dd0-4b47-4d56-a740-2076ab5e5976' { + load_video + set gfxpayload=keep + insmod gzio + insmod part_msdos + insmod xfs + set root='hd0,msdos1' + if [ x$feature_platform_search_hint = xy ]; then + search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' 7885bba1-8aa7-4e5d-a7ad-821f4f52170a + else + search --no-floppy --fs-uuid --set=root 7885bba1-8aa7-4e5d-a7ad-821f4f52170a + fi + linux16 /vmlinuz-4.2.0-1.fc23.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/swap vconsole.keymap=us crashkernel=auto rhgb quiet LANG=en_US.UTF-8 + initrd16 /initramfs-4.2.0-1.fc23.x86_64.img +} +menuentry 'Second custom entry' --class red --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-0-rescue-07f43f20a54c4ce8ada8b70d33fd001c-advanced-32782dd0-4b47-4d56-a740-2076ab5e5976' { + load_video + insmod gzio + insmod part_msdos + insmod xfs + set root='hd0,msdos1' + if [ x$feature_platform_search_hint = xy ]; then + search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' 7885bba1-8aa7-4e5d-a7ad-821f4f52170a + else + search --no-floppy --fs-uuid --set=root 7885bba1-8aa7-4e5d-a7ad-821f4f52170a + fi + linux16 /vmlinuz-0-rescue-07f43f20a54c4ce8ada8b70d33fd001c root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/swap vconsole.keymap=us crashkernel=auto rhgb quiet + initrd16 /initramfs-0-rescue-07f43f20a54c4ce8ada8b70d33fd001c.img +} +---- + +. Remove all files from the `/etc/grub.d` directory except the following: + +** `00_header`, + +** `40_custom`, + +** `01_users` (if it exists), + +** and `README`. + +Alternatively, if you want to keep the files in the `/etc/grub2.d/` directory, make them unexecutable by running the [command]#chmod a-x # command. + +. Edit, add, or remove menu entries in the `40_custom` file as desired. + +. Rebuild the `grub.cfg` file by running the [command]#grub2-mkconfig -o# command as follows: + +** On BIOS-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/grub2/grub.cfg +---- + +** On UEFI-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg +---- + +[[sec-GRUB_2_Password_Protection]] +==== GRUB 2 Password Protection + +GRUB 2 supports both plain-text and encrypted passwords in the GRUB 2 template files. To enable the use of passwords, specify a superuser who can reach the protected entries. Other users can be specified to access these entries as well. Menu entries can be password-protected for booting by adding one or more users to the menu entry as described in <>. To use encrypted passwords, see <>. + +[WARNING] +==== + +If you do not use the correct format for the menu, or modify the configuration in an incorrect way, you might be unable to boot your system. + +==== + +All menu entries can be password-protected against changes by setting superusers, which can be done in the `/etc/grub.d/00_header` or the `/etc/grub.d/01_users` file. The `00_header` file is very complicated and, if possible, avoid making modifications in this file. Menu entries should be placed in the `/etc/grub.d/40_custom` and users in the `/etc/grub.d/01_users` file. The `01_users` file is generated by the installation application [application]*anaconda* when a grub boot loader password is used in a [application]*kickstart* template (but it should be created and used it if it does not exist). Examples in this section adopt this policy. + +[[sec-Setting_Up_Users_and_Password_Protection_Specifying_Menu_Entries]] +===== Setting Up Users and Password Protection, Specifying Menu Entries + +. To specify a superuser, add the following lines in the `/etc/grub.d/01_users` file, where `john` is the name of the user designated as the superuser, and `johnspassword` is the superuser's password: + +[subs="quotes"] +---- +cat <<EOF +set superusers="john" +password john johnspassword +EOF +---- + +. To allow other users to access the menu entries, add additional lines per user at the end of the `/etc/grub.d/01_users` file. + +[subs="quotes"] +---- +cat <<EOF +set superusers="john" +password john johnspassword +password jane janespassword +EOF +---- + +. When the users and passwords are set up, specify the menu entries that should be password-protected in the `/etc/grub.d/40_custom` file in a similar fashion to the following: + +[subs="quotes, attributes"] +---- + +menuentry 'Red{nbsp}Hat Enterprise{nbsp}Linux Server' --unrestricted { +set root=(hd0,msdos1) +linux /vmlinuz +} + +menuentry 'Fedora' --users jane { +set root=(hd0,msdos2) +linux /vmlinuz +} + +menuentry 'Red{nbsp}Hat Enterprise{nbsp}Linux Workstation' { +set root=(hd0,msdos3) +linux /vmlinuz +} +---- + +In the above example: + +* `john` is the `superuser` and can therefore boot any menu entry, use the GRUB 2 command line, and edit items of the GRUB 2 menu during boot. In this case, `john` can access both Red{nbsp}Hat Enterprise{nbsp}Linux Server, Fedora, and Red{nbsp}Hat Enterprise{nbsp}Linux Workstation. Note that only `john` can access Red{nbsp}Hat Enterprise{nbsp}Linux Workstation because neither the [option]`--users` nor [option]`--unrestricted` options have been used. + +* User `jane` can boot Fedora since she was granted the permission in the configuration. + +* Anyone can boot Red{nbsp}Hat Enterprise{nbsp}Linux Server, because of the [option]`--unrestricted` option, but only `john` can edit the menu entry as a superuser has been defined. When a superuser is defined then all records are protected against unauthorized changes and all records are protected for booting if they do *not* have the [option]`--unrestricted` parameter + +If you do not specify a user for a menu entry, or make use of the [option]`--unrestricted` option, then only the superuser will have access to the system. + +After you have made changes in the template file the GRUB 2 configuration file must be updated. + +Rebuild the `grub.cfg` file by running the [command]#grub2-mkconfig -o# command as follows: + +* On BIOS-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/grub2/grub.cfg +---- + +* On UEFI-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg +---- + +[[sec-Password_Encryption]] +===== Password Encryption + +By default, passwords are saved in plain text in GRUB 2 scripts. Although the files cannot be accessed on boot without the correct password, security can be improved by encrypting the password using the [command]#grub2-mkpasswd-pbkdf2# command. This command converts a desired password into a long hash, which is placed in the GRUB 2 scripts instead of the plain-text password. + +. To generate an encrypted password, run the [command]#grub2-mkpasswd-pbkdf2# command on the command line as `root`. + +. Enter the desired password when prompted and repeat it. The command then outputs your password in an encrypted form. + +. Copy the hash, and paste it in the template file where you configured the users, that is, either in `/etc/grub.d/01_users` or `/etc/grub.d/40_custom`. + +The following format applies for the `01_users` file: + +---- +cat <> to restore GRUB2 on the `/boot/` partition. + +[[sec-GRUB_2_over_a_Serial_Console]] +==== GRUB 2 over a Serial Console + +If you use computers with no display or keyboard, it can be very useful to control the machines through serial communications. + +[[sec-Configuring_the_GRUB_2_Menu]] +===== Configuring the GRUB 2 Menu + +To set the system to use a serial terminal only during a single boot process, when the GRUB 2 boot menu appears, move the cursor to the kernel you want to start, and press the kbd:[e] key to edit the kernel parameters. Remove the `rhgb` and `quit` parameters and add console parameters at the end of the `linux16` line as follows: + +[subs="macros"] +---- +linux16 /vmlinuz-4.2.0-1.fc23.x86_64 root=/dev/mapper/fedora-root ro rd.md=0 rd.dm=0 rd.lvm.lv=fedora/swap crashkernel=auto rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora/root pass:quotes[*console=ttyS0,115200*] +---- + +These settings are not persistent and apply only for a single boot. + +To make persistent changes to a menu entry on a system, use the [command]#grubby# tool. For example, to update the entry for the default kernel, enter a command as follows: + +---- +~]# grubby --remove-args="rhgb quiet" --args=console=ttyS0,115200 --update-kernel=DEFAULT +---- + +The [option]`--update-kernel` parameter also accepts the keyword `ALL` or a comma separated list of kernel index numbers. See <> for more information on using [command]#grubby#. + +If required to build a new GRUB 2 configuration file, add the following two lines in the `/etc/default/grub` file: + +---- + +GRUB_TERMINAL="serial" +GRUB_SERIAL_COMMAND="serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1" + +---- + +The first line disables the graphical terminal. Note that specifying the `GRUB_TERMINAL` key overrides values of `GRUB_TERMINAL_INPUT` and `GRUB_TERMINAL_OUTPUT`. On the second line, adjust the baud rate, parity, and other values to fit your environment and hardware. A much higher baud rate, for example `115200`, is preferable for tasks such as following log files. Once you have completed the changes in the `/etc/default/grub` file, it is necessary to update the GRUB 2 configuration file. + +Rebuild the `grub.cfg` file by running the [command]#grub2-mkconfig -o# command as follows: + +* On BIOS-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/grub2/grub.cfg +---- + +* On UEFI-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg +---- + +[NOTE] +==== + +In order to access the grub terminal over a serial connection an additional option must be added to a kernel definition to make that particular kernel monitor a serial connection. For example: + +[subs="quotes, macros"] +---- +console=pass:attributes[{blank}]_ttyS0,9600n8_ +---- + +Where [option]`console=ttyS0` is the serial terminal to be used, [option]`9600` is the baud rate, [option]`n` is for no parity, and [option]`8` is the word length in bits. A much higher baud rate, for example `115200`, is preferable for tasks such as following log files. + +For more information on serial console settings, see <> + +==== + +[[sec-Using_screen_to_Connect_to_the_Serial_Console]] +===== Using screen to Connect to the Serial Console + +The [application]*screen* tool serves as a capable serial terminal. To install it, run as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install screen +---- + +To connect to your machine using the serial console, use a command in the follow format: + +[subs="macros"] +---- +screen /dev/pass:quotes[_console_port_] pass:quotes[_baud_rate_] +---- + +By default, if no option is specified, [application]*screen* uses the standard 9600 baud rate. To set a higher baud rate, enter: + +[subs="macros, attributes"] +---- +~]${nbsp}screen pass:quotes[`/dev/console_port`] 115200 +---- + +Where _console_port_ is `ttyS0`, or `ttyUSB0`, and so on. + +To end the session in [application]*screen*, press kbd:[Ctrl]+kbd:[a], type `:quit` and press kbd:[Enter]. + +See the `screen(1)` manual page for additional options and detailed information. + +[[sec-Terminal_Menu_Editing_During_Boot]] +==== Terminal Menu Editing During Boot + +Menu entries can be modified and arguments passed to the kernel on boot. This is done using the menu entry editor interface, which is triggered when pressing the kbd:[e] key on a selected menu entry in the boot loader menu. The kbd:[Esc] key discards any changes and reloads the standard menu interface. The kbd:[c] key loads the command line interface. + +The command line interface is the most basic GRUB interface, but it is also the one that grants the most control. The command line makes it possible to type any relevant GRUB commands followed by the kbd:[Enter] key to execute them. This interface features some advanced features similar to [application]*shell*, including kbd:[Tab] key completion based on context, and kbd:[Ctrl + a] to move to the beginning of a line and kbd:[Ctrl + e] to move to the end of a line. In addition, the kbd:[arrow], kbd:[Home], kbd:[End], and kbd:[Delete] keys work as they do in the bash shell. + +[[sec-Booting_to_Rescue_Mode]] +===== Booting to Rescue Mode + +Rescue mode provides a convenient single-user environment and allows you to repair your system in situations when it is unable to complete a normal booting process. In rescue mode, the system attempts to mount all local file systems and start some important system services, but it does not activate network interfaces or allow more users to be logged into the system at the same time. In Fedora, rescue mode is equivalent to single user mode and requires the `root` password. + +. To enter rescue mode during boot, on the GRUB 2 boot screen, press the kbd:[e] key for edit. + +. Add the following parameter at the end of the `linux` line on 64-Bit IBM Power Series, the `linux16` line on x86-64 BIOS-based systems, or the `linuxefi` line on UEFI systems: + +[subs="quotes"] +---- +systemd.unit=rescue.target +---- + +Press kbd:[Ctrl + a] and kbd:[Ctrl + e] to jump to the start and end of the line, respectively. On some systems, kbd:[Home] and kbd:[End] might also work. + +Note that equivalent parameters, `1`, `s`, and `single`, can be passed to the kernel as well. + +. Press kbd:[Ctrl + x] to boot the system with the parameter. + +[[sec-Booting_to_Emergency_Mode]] +===== Booting to Emergency Mode + +Emergency mode provides the most minimal environment possible and allows you to repair your system even in situations when the system is unable to enter rescue mode. In emergency mode, the system mounts the `root` file system only for reading, does not attempt to mount any other local file systems, does not activate network interfaces, and only starts few essential services. In Fedora, emergency mode requires the `root` password. + +. To enter emergency mode, on the GRUB 2 boot screen, press the kbd:[e] key for edit. + +. Add the following parameter at the end of the `linux` line on 64-Bit IBM Power Series, the `linux16` line on x86-64 BIOS-based systems, or the `linuxefi` line on UEFI systems: + +[subs="quotes"] +---- +systemd.unit=emergency.target +---- + +Press kbd:[Ctrl + a] and kbd:[Ctrl + e] to jump to the start and end of the line, respectively. On some systems, kbd:[Home] and kbd:[End] might also work. + +Note that equivalent parameters, `emergency` and `-b`, can be passed to the kernel as well. + +. Press kbd:[Ctrl + x] to boot the system with the parameter. + +[[sec-Changing_and_Resetting_the_Root_Password]] +===== Changing and Resetting the Root Password + +Setting up the `root` password is a mandatory part of the Fedora installation. If you forget or lose the `root` password it is possible to reset it, however users who are members of the wheel group can change the `root` password as follows: + +[subs="quotes, macros"] +---- +~]$ [command]#sudo passwd root# +---- + +Note that in GRUB 2, resetting the password is no longer performed in single-user mode as it was in GRUB included in Fedora 15 and Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}6. The `root` password is now required to operate in `single-user` mode as well as in `emergency` mode. + +Two procedures for resetting the `root` password are shown here: + +* <> takes you to a shell prompt, without having to edit the grub menu. It is the shorter of the two procedures and it is also the recommended method. You can use a server boot disk or a netinstall installation disk. + +* <> makes use of [command]#rd.break# to interrupt the boot process before control is passed from `initramfs` to `systemd`. The disadvantage of this method is that it requires more steps, includes having to edit the GRUB menu, and involves choosing between a possibly time consuming SELinux file relabel or changing the SELinux enforcing mode and then restoring the SELinux security context for `/etc/shadow/` when the boot completes. + +[[proc-Resetting_the_Root_Password_Using_an_Installation_Disk]] +.Resetting the Root Password Using an Installation Disk +. Start the system and when BIOS information is displayed, select the option for a boot menu and select to boot from the installation disk. + +. Choose `Troubleshooting`. + +. Choose `Rescue a Fedora-Server System`. + +. Choose `Continue` which is the default option. At this point you will be promoted for a passphrase if an encrypted file system is found. + +. Press kbd:[OK] to acknowledge the information displayed until the shell prompt appears. + +. Change the file system `root` as follows: + +[subs="attributes"] +---- +sh-4.2#{nbsp}chroot /mnt/sysimage +---- + +. Enter the [command]#passwd# command and follow the instructions displayed on the command line to change the `root` password. + +. Remove the `autorelable` file to prevent a time consuming SELinux relabel of the disk: + +[subs="attributes"] +---- +sh-4.2#{nbsp}rm -f /.autorelabel +---- + +. Enter the [command]#exit# command to exit the [command]#chroot# environment. + +. Enter the [command]#exit# command again to resume the initialization and finish the system boot. + +[[proc-Resetting_the_Root_Password_Using_rd.break]] +.Resetting the Root Password Using rd.break +. Start the system and, on the GRUB 2 boot screen, press the kbd:[e] key for edit. + +. Remove the [option]`rhgb` and [option]`quiet` parameters from the end, or near the end, of the `linux16` line, or `linuxefi` on UEFI systems. + +Press kbd:[Ctrl + a] and kbd:[Ctrl + e] to jump to the start and end of the line, respectively. On some systems, kbd:[Home] and kbd:[End] might also work. + +[IMPORTANT] +==== + +The [option]`rhgb` and [option]`quiet` parameters must be removed in order to enable system messages. + +==== + +. Add the following parameters at the end of the `linux` line on 64-Bit IBM Power Series, the `linux16` line on x86-64 BIOS-based systems, or the `linuxefi` line on UEFI systems: + +[subs="quotes"] +---- +rd.break enforcing=0 +---- + +Adding the [option]`enforcing=0` option enables omitting the time consuming SELinux relabeling process. + +The `initramfs` will stop before passing control to the Linux [package]*kernel*, enabling you to work with the `root` file system. + +Note that the `initramfs` prompt will appear on the last console specified on the Linux line. + +. Press kbd:[Ctrl + x] to boot the system with the changed parameters. + +With an encrypted file system, a password is required at this point. However the password prompt might not appear as it is obscured by logging messages. You can press the kbd:[Backspace] key to see the prompt. Release the key and enter the password for the encrypted file system, while ignoring the logging messages. + +The `initramfs` `switch_root` prompt appears. + +. The file system is mounted read-only on `/sysroot/`. You will not be allowed to change the password if the file system is not writable. + +Remount the file system as writable: + +[subs="attributes"] +---- +switch_root:/#{nbsp}mount -o remount,rw /sysroot +---- + +. The file system is remounted with write enabled. + +Change the file system's `root` as follows: + +[subs="attributes"] +---- +switch_root:/#{nbsp}chroot /sysroot +---- + +The prompt changes to `sh-4.2#`. + +. Enter the [command]#passwd# command and follow the instructions displayed on the command line to change the `root` password. + +Note that if the system is not writable, the [application]*passwd* tool fails with the following error: + +[subs="quotes"] +---- +Authentication token manipulation error +---- + +. Updating the password file results in a file with the incorrect SELinux security context. To relabel all files on next system boot, enter the following command: + +[subs="attributes"] +---- +sh-4.2#{nbsp}touch /.autorelabel +---- + +Alternatively, to save the time it takes to relabel a large disk, you can omit this step provided you included the [option]`enforcing=0` option in step 3. + +. Remount the file system as read only: + +[subs="attributes"] +---- +sh-4.2#{nbsp}mount -o remount,ro / +---- + +. Enter the [command]#exit# command to exit the [command]#chroot# environment. + +. Enter the [command]#exit# command again to resume the initialization and finish the system boot. + +With an encrypted file system, a pass word or phrase is required at this point. However the password prompt might not appear as it is obscured by logging messages. You can press and hold the kbd:[Backspace] key to see the prompt. Release the key and enter the password for the encrypted file system, while ignoring the logging messages. + +[NOTE] +==== + +Note that the SELinux relabeling process can take a long time. A system reboot will occur automatically when the process is complete. + +==== + +. If you added the [option]`enforcing=0` option in step 3 and omitted the [command]#touch /.autorelabel# command in step 8, enter the following command to restore the `/etc/shadow` file's SELinux security context: + +---- +~]# restorcon /etc/shadow +---- + +Enter the following commands to turn SELinux policy enforcement back on and verify that it is on: + +---- +~]# setenforce 1 +~]# getenforce +Enforcing +---- + +[[sec-UEFI_Secure_Boot]] +==== UEFI Secure Boot + +The Secure Boot technology ensures that the system firmware checks whether the system boot loader is signed with a cryptographic key authorized by a database contained in the firmware. With signature verification in the next-stage boot loader, kernel, and, potentially, user space, it is possible to prevent the execution of unsigned code. + +Secure Boot is the boot path validation component of the Unified Extensible Firmware Interface (UEFI) specification. The specification defines: + +* a programming interface for cryptographically protected UEFI variables in non-volatile storage, + +* how the trusted X.509 root certificates are stored in UEFI variables, + +* validation of UEFI applications like boot loaders and drivers, + +* procedures to revoke known-bad certificates and application hashes. + +UEFI Secure Boot does not prevent the installation or removal of second-stage boot loaders, nor require explicit user confirmation of such changes. Signatures are verified during booting, not when the boot loader is installed or updated. Therefore, UEFI Secure Boot does not stop boot path manipulations, it simplifies the detection of changes and prevents the system from executing a modified boot path once such a modification has occurred. + +[[sec-UEFI_Secure_Boot_Support_in_Fedora]] +===== UEFI Secure Boot Support in Fedora + +{MAJOROS} includes support for the UEFI Secure Boot feature, which means that {MAJOROS} can be installed and run on systems where UEFI Secure Boot is enabled. On UEFI-based systems with the Secure Boot technology enabled, all drivers that are loaded must be signed with a valid certificate, otherwise the system will not accept them. All drivers provided by Red{nbsp}Hat are signed by the UEFI CA certificate. + +If you want to load externally built drivers — drivers that are not provided on the {MAJOROS}{nbsp}Linux DVD — you must make sure these drivers are signed as well. + +[[sec-Working_with_the_GRUB_2_Boot_Loader-Additional_Resources]] +==== Additional Resources + +Please see the following resources for more information on the GRUB 2 boot loader: + +[[bh-Installable_and_External_Documentation]] +.Installed Documentation + +* `/usr/share/doc/grub2-tools-` — This directory contains information about using and configuring GRUB 2. `` corresponds to the version of the GRUB 2 package installed. + +* [command]#info grub2# — The GRUB 2 info page contains a tutorial, a user reference manual, a programmer reference manual, and a FAQ document about GRUB 2 and its usage. + +* `grubby(8)` — The manual page for the command-line tool for configuring GRUB and GRUB 2. + +* `new-kernel-pkg(8)` — The manual page for the tool to script kernel installation. + +.External Documentation + +* link:++http://docs.fedoraproject.org/install-guide++[ {MAJOROS} Installation Guide] — The Installation Guide provides basic information on GRUB 2, for example, installation, terminology, interfaces, and commands. diff --git a/en-US/kernel-module-driver-configuration/intro-kernel-module-driver-configuration.adoc b/en-US/kernel-module-driver-configuration/intro-kernel-module-driver-configuration.adoc new file mode 100644 index 0000000..74d9a52 --- /dev/null +++ b/en-US/kernel-module-driver-configuration/intro-kernel-module-driver-configuration.adoc @@ -0,0 +1,3 @@ +== Kernel, Module and Driver Configuration + +This part covers various tools that assist administrators with kernel customization. diff --git a/en-US/monitoring-and-automation/Automating_System_Tasks.adoc b/en-US/monitoring-and-automation/Automating_System_Tasks.adoc new file mode 100644 index 0000000..4bf3d6e --- /dev/null +++ b/en-US/monitoring-and-automation/Automating_System_Tasks.adoc @@ -0,0 +1,541 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Automating_System_Tasks]] +=== Automating System Tasks +indexterm:[Automated Tasks] +Tasks, also known as _jobs_, can be configured to run automatically within a specified period of time, on a specified date, or when the system load average decreases below 0.8. + +{MAJOROS} is pre-configured to run important system tasks to keep the system updated. For example, the slocate database used by the [command]#locate# command is updated daily. A system administrator can use automated tasks to perform periodic backups, monitor the system, run custom scripts, and so on. + +{MAJOROS} comes with the following automated task utilities: [command]#cron#, [command]#anacron#, [command]#at#, and [command]#batch#. + +Every utility is intended for scheduling a different job type: while Cron and Anacron schedule recurring jobs, At and Batch schedule one-time jobs (refer to <> and <> respectively). + +{MAJOROS} supports the use of `systemd.timer` for executing a job at a specific time. See man `systemd.timer(5)` for more information. + +[[s1-autotasks-cron-anacron]] +==== Cron and Anacron +indexterm:[anacron]indexterm:[cron] +Both Cron and Anacron are daemons that can schedule execution of recurring tasks to a certain point in time defined by the exact time, day of the month, month, day of the week, and week. + +Cron jobs can run as often as every minute. However, the utility assumes that the system is running continuously and if the system is not on at the time when a job is scheduled, the job is not executed. + +On the other hand, Anacron remembers the scheduled jobs if the system is not running at the time when the job is scheduled. The job is then executed as soon as the system is up. However, Anacron can only run a job once a day. + +[[sect-Cron-Installing]] +===== Installing Cron and Anacron + +To install Cron and Anacron, you need to install the [package]*cronie* package with Cron and the [package]*cronie-anacron* package with Anacron ([package]*cronie-anacron* is a sub-package of [package]*cronie*). + +To determine if the packages are already installed on your system, issue the following command: + +[subs="quotes, macros"] +---- +[command]#rpm -q cronie cronie-anacron# +---- + +The command returns full names of the [package]*cronie* and [package]*cronie-anacron* packages if already installed, or notifies you that the packages are not available. + +To install these packages, use the [command]#dnf# command in the following form as `root`: + +[subs="quotes, macros"] +---- +[command]#dnf install _package_pass:attributes[{blank}]# +---- + +For example, to install both Cron and Anacron, type the following at a shell prompt: + +[subs="attributes"] +---- +~]#{nbsp}dnf install cronie cronie-anacron +---- + +For more information on how to install new packages in {MAJOROS}, see <>. + +[[sect-Cron-Running]] +===== Running the Crond Service + +The cron and anacron jobs are both picked by the `crond` service. This section provides information on how to start, stop, and restart the `crond` service, and shows how to configure it to start automatically at boot time. + +[[sect-Cron-service]] +====== Starting and Stopping the Cron Service + +To determine if the service is running, use the following command: + +[subs="quotes, macros"] +---- +[command]#systemctl status crond.service# +---- + +To run the `crond` service in the current session, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl start crond.service# +---- + +To configure the service to start automatically at boot time, use the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl enable crond.service# +---- + +[[sect-Crond_Stopping]] +====== Stopping the Cron Service + +To stop the `crond` service in the current session, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl stop crond.service# +---- + +To prevent the service from starting automatically at boot time, use the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl disable crond.service# +---- + +[[sect-Crond_Restarting]] +====== Restarting the Cron Service + +To restart the `crond` service, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl restart crond.service# +---- + +This command stops the service and starts it again in quick succession. + +[[s2-configuring-anacron-jobs]] +===== Configuring Anacron Jobs +indexterm:[anacron,anacron configuration file]indexterm:[anacrontab]indexterm:[anacron,user-defined tasks]indexterm:[/var/spool/anacron] +The main configuration file to schedule jobs is the `/etc/anacrontab` file, which can be only accessed by the `root` user. The file contains the following: + +---- +SHELL=/bin/sh +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=root +# the maximal random delay added to the base delay of the jobs +RANDOM_DELAY=45 +# the jobs will be started during the following hours only +START_HOURS_RANGE=3-22 + +#period in days delay in minutes job-identifier command +1 5 cron.daily nice run-parts /etc/cron.daily +7 25 cron.weekly nice run-parts /etc/cron.weekly +@monthly 45 cron.monthly nice run-parts /etc/cron.monthly +---- + +The first three lines define the variables that configure the environment in which the anacron tasks run: + +* `SHELL` — shell environment used for running jobs (in the example, the Bash shell) + +* `PATH` — paths to executable programs + +* `MAILTO` — username of the user who receives the output of the anacron jobs by email ++ +If the `MAILTO` variable is not defined (`MAILTO=`), the email is not sent. + +The next two variables modify the scheduled time for the defined jobs: + +* `RANDOM_DELAY` — maximum number of minutes that will be added to the `delay in minutes` variable which is specified for each job ++ +The minimum delay value is set, by default, to 6 minutes. ++ +If `RANDOM_DELAY` is, for example, set to `12`, then between 6 and 12 minutes are added to the `delay in minutes` for each job in that particular anacrontab. `RANDOM_DELAY` can also be set to a value below `6`, including `0`. When set to `0`, no random delay is added. This proves to be useful when, for example, more computers that share one network connection need to download the same data every day. + +* `START_HOURS_RANGE` — interval, when scheduled jobs can be run, in hours ++ +In case the time interval is missed, for example due to a power failure, the scheduled jobs are not executed that day. + +The remaining lines in the `/etc/anacrontab` file represent scheduled jobs and follow this format: + +[subs="quotes"] +---- + +period in days delay in minutes job-identifier command + +---- + +* `period in days` — frequency of job execution in days ++ +The property value can be defined as an integer or a macro (`@daily`, `@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, `@weekly` the same as 7, and `@monthly` specifies that the job is run once a month regardless of the length of the month. + +* `delay in minutes` — number of minutes anacron waits before executing the job ++ +The property value is defined as an integer. If the value is set to `0`, no delay applies. + +* `job-identifier` — unique name referring to a particular job used in the log files + +* `command` — command to be executed ++ +The command can be either a command such as [command]#ls /proc >> /tmp/proc# or a command which executes a custom script. + +Any lines that begin with a hash sign (#) are comments and are not processed. + +[[s3-anacron-examples]] +====== Examples of Anacron Jobs + +The following example shows a simple `/etc/anacrontab` file: + +---- +SHELL=/bin/sh +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=root + +# the maximal random delay added to the base delay of the jobs +RANDOM_DELAY=30 +# the jobs will be started during the following hours only +START_HOURS_RANGE=16-20 + +#period in days delay in minutes job-identifier command +1 20 dailyjob nice run-parts /etc/cron.daily +7 25 weeklyjob /etc/weeklyjob.bash +@monthly 45 monthlyjob ls /proc >> /tmp/proc +---- + +All jobs defined in this `anacrontab` file are randomly delayed by 6-30 minutes and can be executed between 16:00 and 20:00. + +The first defined job is triggered daily between 16:26 and 16:50 (RANDOM_DELAY is between 6 and 30 minutes; the `delay in minutes` property adds 20 minutes). The command specified for this job executes all present programs in the `/etc/cron.daily/` directory using the [command]#run-parts# script (the [command]#run-parts# scripts accepts a directory as a command-line argument and sequentially executes every program in the directory). See the `run-parts` man page for more information on the [command]#run-parts# script. + +The second job executes the `weeklyjob.bash` script in the `/etc/` directory once a week. + +The third job runs a command, which writes the contents of `/proc` to the `/tmp/proc` file ([command]#ls /proc >> /tmp/proc#) once a month. + +[[s2-configuring-cron-jobs]] +===== Configuring Cron Jobs +indexterm:[cron,user-defined tasks]indexterm:[/var/spool/cron]indexterm:[cron,cron configuration file]indexterm:[crontab] +The configuration file for cron jobs is `/etc/crontab`, which can be only modified by the `root` user. The file contains the following: + +---- +SHELL=/bin/bash +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=root +HOME=/ +# For details see man 4 crontabs +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat +# | | | | | +# * * * * * user-name command to be executed +---- + +The first three lines contain the same variable definitions as an `anacrontab` file: `SHELL`, `PATH`, and `MAILTO`. For more information about these variables, see <>. + +In addition, the file can define the `HOME` variable. The `HOME` variable defines the directory, which will be used as the home directory when executing commands or scripts run by the job. + +The remaining lines in the `/etc/crontab` file represent scheduled jobs and have the following format: + +[subs="quotes"] +---- +minute hour day month day of week username command +---- + +The following define the time when the job is to be run: + +* `minute` — any integer from 0 to 59 + +* `hour` — any integer from 0 to 23 + +* `day` — any integer from 1 to 31 (must be a valid day if a month is specified) + +* `month` — any integer from 1 to 12 (or the short name of the month such as jan or feb) + +* `day of week` — any integer from 0 to 7, where 0 or 7 represents Sunday (or the short name of the week such as sun or mon) + +The following define other job properties: + +* `username` — specifies the user under which the jobs are run. + +* `command` — the command to be executed. ++ +The command can be either a command such as [command]#ls /proc /tmp/proc# or a command which executes a custom script. + +For any of the above values, an asterisk (*) can be used to specify all valid values. If you, for example, define the month value as an asterisk, the job will be executed every month within the constraints of the other values. + +A hyphen (-) between integers specifies a range of integers. For example, `1-4` means the integers 1, 2, 3, and 4. + +A list of values separated by commas (,) specifies a list. For example, `3,4,6,8` indicates exactly these four integers. + +The forward slash (/) can be used to specify step values. The value of an integer will be skipped within a range following the range with `/pass:attributes[{blank}]_integer_pass:attributes[{blank}]`. For example, the minute value defined as `0-59/2` denotes every other minute in the minute field. Step values can also be used with an asterisk. For instance, if the month value is defined as `*/3`, the task will run every third month. + +Any lines that begin with a hash sign (#) are comments and are not processed. + +Users other than `root` can configure cron tasks with the [command]#crontab# utility. The user-defined crontabs are stored in the `/var/spool/cron/` directory and executed as if run by the users that created them. + +To create a crontab as a specific user, login as that user and type the command [command]#crontab -e# to edit the user's crontab with the editor specified in the `VISUAL` or `EDITOR` environment variable. The file uses the same format as `/etc/crontab`. When the changes to the crontab are saved, the crontab is stored according to the user name and written to the file `/var/spool/cron/pass:attributes[{blank}]_username_pass:attributes[{blank}]`. To list the contents of the current user's crontab file, use the [command]#crontab -l# command. + +The `/etc/cron.d/` directory contains files that have the same syntax as the `/etc/crontab` file. Only `root` is allowed to create and modify files in this directory. + +.Do not restart the daemon to apply the changes +[NOTE] +==== + +The cron daemon checks the `/etc/anacrontab` file, the `/etc/crontab` file, the `/etc/cron.d/` directory, and the `/var/spool/cron/` directory every minute for changes and the detected changes are loaded into memory. It is therefore not necessary to restart the daemon after an anacrontab or a crontab file have been changed. + +==== + +[[s2-autotasks-cron-access]] +===== Controlling Access to Cron + +To restrict the access to Cron, you can use the `/etc/cron.allow` and `/etc/cron.deny` files. These access control files use the same format with one user name on each line. Mind that no whitespace characters are permitted in either file. + +If the `cron.allow` file exists, only users listed in the file are allowed to use cron, and the `cron.deny` file is ignored. + +If the `cron.allow` file does not exist, users listed in the `cron.deny` file are not allowed to use Cron. + +The Cron daemon (`crond`) does not have to be restarted if the access control files are modified. The access control files are checked each time a user tries to add or delete a cron job. + +The `root` user can always use cron, regardless of the user names listed in the access control files. + +You can control the access also through Pluggable Authentication Modules (PAM). The settings are stored in the `/etc/security/access.conf` file. For example, after adding the following line to the file, no other user but the `root` user can create crontabs: + +[subs="quotes"] +---- +-:ALL EXCEPT root :cron +---- + +The forbidden jobs are logged in an appropriate log file or, when using [command]#crontab -e#, returned to the standard output. For more information, see the `access.conf.5` manual page. + +[[s2-black-white-listing-of-cron-jobs]] +===== Black and White Listing of Cron Jobs + +Black and white listing of jobs is used to define parts of a job that do not need to be executed. This is useful when calling the [application]*run-parts* script on a Cron directory, such as `/etc/cron.daily/`: if the user adds programs located in the directory to the job black list, the [application]*run-parts* script will not execute these programs. + +To define a black list, create a `jobs.deny` file in the directory that [command]#run-parts# scripts will be executing from. For example, if you need to omit a particular program from `/etc/cron.daily/`, create the `/etc/cron.daily/jobs.deny` file. In this file, specify the names of the programs to be omitted from execution (only programs located in the same directory can be enlisted). If a job runs a command which runs the programs from the `/etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, the programs defined in the `jobs.deny` file will not be executed. + +To define a white list, create a `jobs.allow` file. + +The principles of `jobs.deny` and `jobs.allow` are the same as those of `cron.deny` and `cron.allow` described in section <>. + +[[s1-autotasks-at-batch]] +==== At and Batch +indexterm:[at]indexterm:[batch] +While Cron is used to schedule recurring tasks, the [application]*At* utility is used to schedule a one-time task at a specific time and the [application]*Batch* utility is used to schedule a one-time task to be executed when the system load average drops below 0.8. + +[[sect-At_and_Batch_Installation]] +===== Installing At and Batch + +To determine if the [package]*at* package is already installed on your system, issue the following command: + +[subs="quotes, macros"] +---- +[command]#rpm -q at# +---- + +The command returns the full name of the [package]*at* package if already installed or notifies you that the package is not available. + +To install the packages, use the [command]#dnf# command in the following form as `root`: + +[subs="quotes, macros"] +---- +[command]#dnf install _package_pass:attributes[{blank}]# +---- + +For example, to install both At and Batch, type the following at a shell prompt: + +[subs="attributes"] +---- +~]#{nbsp}dnf install at +---- + +For more information on how to install new packages in {MAJOROS}, see <>. + +[[sect-Atd-Running]] +===== Running the At Service + +The At and Batch jobs are both picked by the `atd` service. This section provides information on how to start, stop, and restart the `atd` service, and shows how to configure it to start automatically at boot time. + +[[sect-Atd-service]] +====== Starting and Stopping the At Service + +To determine if the service is running, use the following command: + +[subs="quotes, macros"] +---- +[command]#systemctl status atd.service# +---- + +To run the `atd` service in the current session, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl start atd.service# +---- + +To configure the service to start automatically at boot time, use the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl enable atd.service# +---- + +[NOTE] +==== + +It is recommended that you configure your system to start the `atd` service automatically at boot time. + +==== + +[[sect-Atd_Stopping]] +====== Stopping the At Service + +To stop the `atd` service, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl stop atd.service# +---- + +To prevent the service from starting automatically at boot time, use the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl disable atd.service# +---- + +[[sect-Atd_Restarting]] +====== Restarting the At Service + +To restart the `atd` service, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl restart atd.service# +---- + +This command stops the service and starts it again in quick succession. + +[[s2-autotasks-at-configuring]] +===== Configuring an At Job + +To schedule a one-time job for a specific time with the [application]*At* utility, do the following: + +. On the command line, type the command [command]#at _TIME_pass:attributes[{blank}]#, where [command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the time when the command is to be executed. ++ +The _TIME_ argument can be defined in any of the following formats: ++ +** `pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m. ++ +** `midnight` specifies 12:00 a.m. ++ +** `noon` specifies 12:00 p.m. ++ +** `teatime` specifies 4:00 p.m. ++ +** `pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}]_YEAR_pass:attributes[{blank}]` format; For example, `January 15 2012` specifies the 15th day of January in the year 2012. The year value is optional. ++ +** `pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[{blank}]`, or `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; For example, `011512` for the 15th day of January in the year 2012. ++ +** `now + _TIME_pass:attributes[{blank}]` where _TIME_ is defined as an integer and the value type: minutes, hours, days, or weeks. For example, `now + 5 days` specifies that the command will be executed at the same time five days from now. ++ +The time must be specified first, followed by the optional date. For more information about the time format, see the `/usr/share/doc/at-__pass:attributes[{blank}]/timespec` text file. ++ +If the specified time has past, the job is executed at the time the next day. + +. In the displayed `at>` prompt, define the job commands: ++ +.. Type the command the job should execute and press kbd:[Enter]. Optionally, repeat the step to provide multiple commands. ++ +.. Enter a shell script at the prompt and press kbd:[Enter] after each line in the script. ++ +The job will use the shell set in the user's `SHELL` environment, the user's login shell, or [command]#/bin/sh# (whichever is found first). + +. Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt. + +If the set of commands or the script tries to display information to standard output, the output is emailed to the user. + +To view the list of pending jobs, use the [command]#atq# command. See <> for more information. + +You can also restrict the usage of the [command]#at# command. For more information, see <> for details. + +[[s2-autotasks-batch-configuring]] +===== Configuring a Batch Job + +The [application]*Batch* application executes the defined one-time tasks when the system load average decreases below 0.8. + +To define a Batch job, do the following: + +. On the command line, type the command [command]#batch#. + +. In the displayed `at>` prompt, define the job commands: ++ +.. Type the command the job should execute and press kbd:[Enter]. Optionally, repeat the step to provide multiple commands. ++ +.. Enter a shell script at the prompt and press kbd:[Enter] after each line in the script. ++ +If a script is entered, the job uses the shell set in the user's `SHELL` environment, the user's login shell, or [command]#/bin/sh# (whichever is found first). + +. Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt. + +If the set of commands or the script tries to display information to standard output, the output is emailed to the user. + +To view the list of pending jobs, use the [command]#atq# command. See <> for more information. + +You can also restrict the usage of the [command]#batch# command. For more information, see <> for details. + +[[s2-autotasks-at-batch-viewing]] +===== Viewing Pending Jobs + +To view the pending [command]#At# and [command]#Batch# jobs, run the [command]#atq# command. The [command]#atq# command displays a list of pending jobs, with each job on a separate line. Each line follows the job number, date, hour, job class, and user name format. Users can only view their own jobs. If the `root` user executes the [command]#atq# command, all jobs for all users are displayed. + +[[s2-autotasks-commandline-options]] +===== Additional Command Line Options + +Additional command line options for [command]#at# and [command]#batch# include the following: + +[[tb-at-command-line-options]] +.[command]#at# and [command]#batch# Command Line Options + +[options="header"] +|=== +|Option|Description +|[option]`-f`|Read the commands or shell script from a file instead of specifying them at the prompt. +|[option]`-m`|Send email to the user when the job has been completed. +|[option]`-v`|Display the time that the job is executed. +|=== + +[[s2-autotasks-at-batch-controlling-access]] +===== Controlling Access to At and Batch + +You can restrict the access to the [command]#at# and [command]#batch# commands using the `/etc/at.allow` and `/etc/at.deny` files. These access control files use the same format defining one user name on each line. Mind that no whitespace are permitted in either file. + +If the file `at.allow` exists, only users listed in the file are allowed to use [command]#at# or [command]#batch#, and the `at.deny` file is ignored. + +If `at.allow` does not exist, users listed in `at.deny` are not allowed to use [command]#at# or [command]#batch#. + +The [command]#at# daemon ([command]#atd#) does not have to be restarted if the access control files are modified. The access control files are read each time a user tries to execute the [command]#at# or [command]#batch# commands. + +The `root` user can always execute [command]#at# and [command]#batch# commands, regardless of the content of the access control files. + +[[s1-autotasks-additional-resources]] +==== Additional Resources +indexterm:[cron,additional resources]indexterm:[at,additional resources]indexterm:[batch,additional resources] +To learn more about configuring automated tasks, see the following installed documentation: + +* `cron(8)` man page contains an overview of cron. + +* `crontab` man pages in sections 1 and 5: ++ +** The manual page in section 1 contains an overview of the `crontab` file. ++ +** The man page in section 5 contains the format for the file and some example entries. + +* `anacron(8)` manual page contains an overview of anacron. + +* `anacrontab(5)` manual page contains an overview of the `anacrontab` file. + +* `run-parts(4)` manual page contains an overview of the [command]#run-parts# script. + +* `/usr/share/doc/at/timespec` contains detailed information about the time values that can be used in cron job definitions. + +* `at` manual page contains descriptions of [command]#at# and [command]#batch# and their command line options. diff --git a/en-US/monitoring-and-automation/OProfile.adoc b/en-US/monitoring-and-automation/OProfile.adoc new file mode 100644 index 0000000..8934633 --- /dev/null +++ b/en-US/monitoring-and-automation/OProfile.adoc @@ -0,0 +1,883 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-OProfile]] +=== OProfile +indexterm:[system analysis,OProfile,OProfile]indexterm:[OProfile] +OProfile is a low overhead, system-wide performance monitoring tool. It uses the performance monitoring hardware on the processor to retrieve information about the kernel and executables on the system, such as when memory is referenced, the number of L2 cache requests, and the number of hardware interrupts received. On a {MAJOROS} system, the `oprofile` package must be installed to use this tool. + +Many processors include dedicated performance monitoring hardware. This hardware makes it possible to detect when certain events happen (such as the requested data not being in cache). The hardware normally takes the form of one or more _counters_ that are incremented each time an event takes place. When the counter value increments, an interrupt is generated, making it possible to control the amount of detail (and therefore, overhead) produced by performance monitoring. + +OProfile uses this hardware (or a timer-based substitute in cases where performance monitoring hardware is not present) to collect _samples_ of performance-related data each time a counter generates an interrupt. These samples are periodically written out to disk; later, the data contained in these samples can then be used to generate reports on system-level and application-level performance. + +Be aware of the following limitations when using OProfile: + +* *Use of shared libraries* — Samples for code in shared libraries are not attributed to the particular application unless the [option]`--separate=library` option is used. + +* *Performance monitoring samples are inexact* — When a performance monitoring register triggers a sample, the interrupt handling is not precise like a divide by zero exception. Due to the out-of-order execution of instructions by the processor, the sample may be recorded on a nearby instruction. + +* *pass:attributes[{blank}][command]#opreport# does not associate samples for inline functions properly* — [command]#opreport# uses a simple address range mechanism to determine which function an address is in. Inline function samples are not attributed to the inline function but rather to the function the inline function was inserted into. + +* *OProfile accumulates data from multiple runs* — OProfile is a system-wide profiler and expects processes to start up and shut down multiple times. Thus, samples from multiple runs accumulate. Use the command [command]#opcontrol --reset# to clear out the samples from previous runs. + +* *Hardware performance counters do not work on guest virtual machines* — Because the hardware performance counters are not available on virtual systems, you need to use the `timer` mode. Enter the command [command]#opcontrol --deinit#, and then execute [command]#modprobe oprofile timer=1# to enable the `timer` mode. + +* *Non-CPU-limited performance problems* — OProfile is oriented to finding problems with CPU-limited processes. OProfile does not identify processes that are asleep because they are waiting on locks or for some other event to occur (for example an I/O device to finish an operation). + +[[s1-oprofile-overview-tools]] +==== Overview of Tools +indexterm:[OProfile,overview of tools] +<> provides a brief overview of the most commonly used tools provided with the `oprofile` package. + +[[tb-oprofile-tools]] +.OProfile Commands + +[options="header"] +|=== +|Command|Description +|[command]#ophelp#|Displays available events for the system's processor along with a brief description of each. +|[command]#opimport#|Converts sample database files from a foreign binary format to the native format for the system. Only use this option when analyzing a sample database from a different architecture. +|[command]#opannotate#|Creates annotated source for an executable if the application was compiled with debugging symbols. See <> for details. +|[command]#opcontrol#|Configures what data is collected. See <> for details. +|[command]#operf#|Recommended tool to be used in place of [command]#opcontrol# for profiling. See <> for details. + For differences between [command]#operf# and [command]#opcontrol# see <>. +|[command]#opreport#|Retrieves profile data. See <> for details. +|[command]#oprofiled#|Runs as a daemon to periodically write sample data to disk. +|=== + +[[s2-operf_vs_opcontrol]] +===== operf vs. opcontrol + +There are two mutually exclusive methods for collecting profiling data with OProfile. You can either use the newer and preferred [command]#operf# or the [command]#opcontrol# tool. + +.operf +This is the recommended mode for profiling. The [command]#operf# tool uses the Linux Performance Events Subsystem, and therefore does not require the *oprofile* kernel driver. The [command]#operf# tool allows you to target your profiling more precisely, as a single process or system-wide, and also allows OProfile to co-exist better with other tools using the performance monitoring hardware on your system. Unlike [command]#opcontrol#, it can be used without the `root` privileges. However, [command]#operf# is also capable of system-wide operations with use of the [option]`--system-wide` option, where root authority is required. + +With [command]#operf#, there is no initial setup needed. You can invoke [command]#operf# with command-line options to specify your profiling settings. After that, you can run the OProfile post-processing tools described in <>. See <> for further information. + +.opcontrol +This mode consists of the [command]#opcontrol# shell script, the `oprofiled` daemon, and several post-processing tools. The [command]#opcontrol# command is used for configuring, starting, and stopping a profiling session. An OProfile kernel driver, usually built as a kernel module, is used for collecting samples, which are then recorded into sample files by `oprofiled`. You can use legacy mode only if you have `root` privileges. In certain cases, such as when you need to sample areas with disabled interrupt request (IRQ), this is a better alternative. + +Before OProfile can be run in legacy mode, it must be configured as shown in <>. These settings are then applied when starting OProfile (<>). + +[[s1-using-operf]] +==== Using operf + +[command]#operf# is the recommended profiling mode that does not require initial setup before starting. All settings are specified as command-line options and there is no separate command to start the profiling process. To stop [command]#operf#, press Ctrl+C. The typical [command]#operf# command syntax looks as follows: + +[subs="quotes, macros"] +---- +[command]#operf# _options_ _range_ _command_ _args_ +---- + +Replace _options_ with the desired command-line options to specify your profiling settings. Full set of options is described in `operf(1)` manual page. Replace _range_ with one of the following: + +[option]`--system-wide` - this setting allows for global profiling, see <> + +[option]`--pid=pass:attributes[{blank}]_PID_pass:attributes[{blank}]` - this is to profile a running application, where _PID_ is the process ID of the process you want to profile. + +With _command_ and _args_, you can define a specific command or application to be profiled, and also the input arguments that this command or application requires. Either _command_, [option]`--pid` or [option]`--system-wide` is required, but these cannot be used simultaneously. + +When you invoke [command]#operf# on a command line without setting the _range_ option, data will be collected for the children processes. + +[[using_operf_system-wide]] +.Using [command]#operf# in System-wide Mode +[NOTE] +==== + +To run [command]#operf# [option]`--system-wide`, you need `root` authority. When finished profiling, you can stop [command]#operf# with `Ctrl+C`. + +If you run [command]#operf# [option]`--system-wide` as a background process (with `&`), stop it in a controlled manner in order to process the collected profile data. For this purpose, use: + +[subs="quotes, macros"] +---- +[command]#kill -SIGINT operf-PID# +---- + +When running [command]#operf# [option]`--system-wide`, it is recommended that your current working directory is `/root` or a subdirectory of `/root` so that sample data files are not stored in locations accessible by regular users. + +==== + +[[s2-operf-kernel]] +===== Specifying the Kernel + +To monitor the kernel, execute the following command: + +[subs="macros"] +---- +operf --vmlinux=pass:quotes[_vmlinux_path_] +---- + +With this option, you can specify a path to a vmlinux file that matches the running kernel. Kernel samples will be attributed to this binary, allowing post-processing tools to attribute samples to the appropriate kernel symbols. If this option is not specified, all kernel samples will be attributed to a pseudo binary named "no-vmlinux". + +[[s2-operf-events]] +===== Setting Events to Monitor + +Most processors contain counters, which are used by OProfile to monitor specific events. As shown in <>, the number of counters available depends on the processor. + +The events for each counter can be configured via the command line or with a graphical interface. For more information on the graphical interface, see <>. If the counter cannot be set to a specific event, an error message is displayed. + +.Older Processors and operf +[NOTE] +==== + +Some older processor models are not supported by the underlying Linux Performance Events Subsystem kernel and therefore are not supported by [command]#operf#. If you receive this message: + +[subs="quotes"] +---- + +Your kernel's Performance Events Subsystem does not support your processor type + +---- + +when attempting to use [command]#operf#, try profiling with [command]#opcontrol# to see if your processor type may be supported by OProfile's legacy mode. + +==== + +.Using operf on Virtual Systems +[NOTE] +==== + +Since hardware performance counters are not available on guest virtual machines, you have to enable *timer* mode to use [application]*operf* on virtual systems. To do so, type as `root`: + +[subs="quotes, macros"] +---- +[command]#opcontrol# [option]`--deinit` +---- + +[subs="quotes, macros"] +---- +[command]#modprobe# [command]#oprofile# [option]`timer=1` +---- + +==== + +To set the event for each configurable counter via the command line, use: + +[subs="quotes, macros"] +---- +[command]#operf# [option]`--events`pass:attributes[{blank}]=pass:attributes[{blank}]_event1_,_event2_pass:attributes[{blank}]… +---- + +Here, pass a comma-separated list of event specifications for profiling. Each event specification is a colon-separated list of attributes in the following form: + +[subs="quotes, macros"] +---- +_event-name_:pass:attributes[{blank}]_sample-rate_:pass:attributes[{blank}]_unit-mask_:pass:attributes[{blank}]_kernel_:pass:attributes[{blank}]_user_ +---- + +<> summarizes these options. The last three values are optional, if you omit them, they will be set to their default values. Note that certain events do require a unit mask. + +[[tab_event_specifications]] +.Event Specifications + +[options="header"] +|=== +|Specification|Description +|_event-name_|The exact symbolic event name taken from [command]#ophelp# +|_sample-rate_|The number of events to wait before sampling again. The smaller the count, the more frequent the samples. For events that do not happen frequently, a lower count may be needed to capture a statistically significant number of event instances. On the other hand, sampling too frequently can overload the system. By default, OProfile uses a time-based event set, which creates a sample every 100,000 clock cycles per processor. +|_unit-mask_|Unit masks, which further define the event, are listed in [command]#ophelp#. + You can insert either a hexadecimal value, beginning with "0x", or a string that matches the first word of the unit mask description in [command]#ophelp#. Definition by name is valid only for unit masks having "extra:" parameters, as shown by the output of [command]#ophelp#. This type of unit mask cannot be defined with a hexadecimal value. Note that on certain architectures, there can be multiple unit masks with the same hexadecimal value. In that case they have to be specified by their names only. +|_kernel_|Specifies whether to profile kernel code (insert `0` or `1`(default)) +|_user_|Specifies whether to profile user-space code (insert `0` or `1` (default)) +|=== + +The events available vary depending on the processor type. When no event specification is given, the default event for the running processor type will be used for profiling. See <> for a list of these default events. To determine the events available for profiling, use the [command]#ophelp# command. + +[subs="quotes, macros"] +---- +[command]#ophelp# +---- + +[[s2-operf-categorization]] +===== Categorization of Samples + +The [option]`--separate-thread` option categorizes samples by thread group ID (tgid) and thread ID (tid). This is useful for seeing per-thread samples in multi-threaded applications. When used in conjunction with the [option]`--system-wide` option, [option]`--separate-thread` is also useful for seeing per-process (i.e., per-thread group) samples for the case where multiple processes are executing the same program during a profiling run. + +The [option]`--separate-cpu` option categorizes samples by CPU. + +[[s1-oprofile-configuring]] +==== Configuring OProfile Using Legacy Mode +indexterm:[OProfile,configuring]indexterm:[OProfile,opcontrol]indexterm:[opcontrol,OProfile] +Before OProfile can be run in legacy mode, it must be configured. At a minimum, selecting to monitor the kernel (or selecting not to monitor the kernel) is required. The following sections describe how to use the [command]#opcontrol# utility to configure OProfile. As the [command]#opcontrol# commands are executed, the setup options are saved to the `/root/.oprofile/daemonrc` file. + +[[s2-oprofile-kernel]] +===== Specifying the Kernel +indexterm:[OProfile,monitoring the kernel] +First, configure whether OProfile should monitor the kernel. This is the only configuration option that is required before starting OProfile. All others are optional. + +To monitor the kernel, execute the following command as `root`: +indexterm:[OProfile,opcontrol,--vmlinux=] +---- +~]# opcontrol --setup --vmlinux=/usr/lib/debug/lib/modules/`uname -r`/vmlinux +---- + +.Install the debuginfo package +[IMPORTANT] +==== + +In order to monitor the kernel, the [package]*debuginfo* package which contains the uncompressed kernel must be installed. + +==== + +To configure OProfile not to monitor the kernel, execute the following command as `root`: +indexterm:[OProfile,opcontrol,--no-vmlinux] +---- +~]# opcontrol --setup --no-vmlinux +---- + +This command also loads the `oprofile` kernel module, if it is not already loaded, and creates the `/dev/oprofile/` directory, if it does not already exist. See <> for details about this directory. + +Setting whether samples should be collected within the kernel only changes what data is collected, not how or where the collected data is stored. To generate different sample files for the kernel and application libraries, see <>. + +[[s2-oprofile-events]] +===== Setting Events to Monitor +indexterm:[OProfile,events,setting] +Most processors contain _counters_, which are used by OProfile to monitor specific events. As shown in <>, the number of counters available depends on the processor. + +[[tb-oprofile-processors]] +.OProfile Processors and Counters + +[options="header"] +|=== +|Processor|[command]#cpu_type#|Number of Counters +|AMD64|x86-64/hammer|4 +|AMD Family 10h|x86-64/family10|4 +|AMD Family 11h|x86-64/family11|4 +|AMD Family 12h|x86-64/family12|4 +|AMD Family 14h|x86-64/family14|4 +|AMD Family 15h|x86-64/family15|6 +|Applied Micro X-Gene|arm/armv8-xgene|4 +|ARM Cortex A53|arm/armv8-ca53|6 +|ARM Cortex A57|arm/armv8-ca57|6 +|IBM eServer System i and IBM eServer System p|timer|1 +|IBM POWER4|ppc64/power4|8 +|IBM POWER5|ppc64/power5|6 +|IBM PowerPC 970|ppc64/970|8 +|IBM PowerPC 970MP|ppc64/970MP|8 +|IBM POWER5+|ppc64/power5+|6 +|IBM POWER5++|ppc64/power5++|6 +|IBM POWER56|ppc64/power6|6 +|IBM POWER7|ppc64/power7|6 +|IBM POWER8|ppc64/power7|8 +|IBM S/390 and IBM System z|timer|1 +|Intel Core i7|i386/core_i7|4 +|Intel Nehalem microarchitecture|i386/nehalem|4 +|Intel Westmere microarchitecture|i386/westmere|4 +|Intel Haswell microarchitecture (non-hyper-threaded)|i386/haswell|8 +|Intel Haswell microarchitecture (hyper-threaded)|i386/haswell-ht|4 +|Intel Ivy Bridge microarchitecture (non-hyper-threaded)|i386/ivybridge|8 +|Intel Ivy Bridge microarchitecture (hyper-threaded)|i386/ivybridge-ht|4 +|Intel Sandy Bridge microarchitecture (non-hyper-threaded)|i386/sandybridge|8 +|Intel Sandy Bridge microarchitecture|i386/sandybridge-ht|4 +|Intel Broadwell microarchitecture (non-hyper-threaded)|i386/broadwell|8 +|Intel Broadwell microarchitecture (hyper-threaded)|i386/broadwell-ht|4 +|Intel Silvermont microarchitecture|i386/silvermont|2 +|TIMER_INT|timer|1 +|=== + +Use <> to determine the number of events that can be monitored simultaneously for your CPU type. If the processor does not have supported performance monitoring hardware, the `timer` is used as the processor type. + +If `timer` is used, events cannot be set for any processor because the hardware does not have support for hardware performance counters. Instead, the timer interrupt is used for profiling. + +If `timer` is not used as the processor type, the events monitored can be changed, and counter 0 for the processor is set to a time-based event by default. If more than one counter exists on the processor, the counters other than 0 are not set to an event by default. The default events monitored are shown in <>. + +[[tb-oprofile-default-events]] +.Default Events + +[options="header"] +|=== +|Processor|Default Event for Counter|Description +|AMD Athlon and AMD64|CPU_CLK_UNHALTED|The processor's clock is not halted +|AMD Family 10h, AMD Family 11h, AMD Family 12h|CPU_CLK_UNHALTED|The processor's clock is not halted +|AMD Family 14h, AMD Family 15h|CPU_CLK_UNHALTED|The processor's clock is not halted +|Applied Micro X-Gene|CPU_CYCLES|Processor Cycles +|ARM Cortex A53|CPU_CYCLES|Processor Cycles +|ARM Cortex A57|CPU_CYCLES|Processor Cycles +|IBM POWER4|CYCLES|Processor Cycles +|IBM POWER5|CYCLES|Processor Cycles +|IBM POWER8|CYCLES|Processor Cycles +|IBM PowerPC 970|CYCLES|Processor Cycles +|Intel Core i7|CPU_CLK_UNHALTED|The processor's clock is not halted +|Intel Nehalem microarchitecture|CPU_CLK_UNHALTED|The processor's clock is not halted +|Intel Pentium 4 (hyper-threaded and non-hyper-threaded)|GLOBAL_POWER_EVENTS|The time during which the processor is not stopped +|Intel Westmere microarchitecture|CPU_CLK_UNHALTED|The processor's clock is not halted +|Intel Broadwell microarchitecture|CPU_CLK_UNHALTED|The processor's clock is not halted +|Intel Silvermont microarchitecture|CPU_CLK_UNHALTED|The processor's clock is not halted +|TIMER_INT|(none)|Sample for each timer interrupt +|=== + +The number of events that can be monitored at one time is determined by the number of counters for the processor. However, it is not a one-to-one correlation; on some processors, certain events must be mapped to specific counters. To determine the number of counters available, execute the following command: + +---- +~]# ls -d /dev/oprofile/[0-9]* +---- + +The events available vary depending on the processor type. To determine the events available for profiling, execute the following command as root (the list is specific to the system's processor type): +indexterm:[OProfile,ophelp]indexterm:[ophelp] +---- +~]# ophelp +---- + +.Make sure that OProfile is configured +[NOTE] +==== + +Unless OProfile is properly configured, [command]#ophelp# fails with the following error message: + +---- +Unable to open cpu_type file for reading +Make sure you have done opcontrol --init +cpu_type 'unset' is not valid +you should upgrade oprofile or force the use of timer mode +---- + +To configure OProfile, follow the instructions in <>. + +==== + +The events for each counter can be configured via the command line or with a graphical interface. For more information on the graphical interface, see <>. If the counter cannot be set to a specific event, an error message is displayed. + +To set the event for each configurable counter via the command line, use [command]#opcontrol#: + +---- +~]# opcontrol --event=event-name:sample-rate +---- + +Replace _event-name_ with the exact name of the event from [command]#ophelp#, and replace _sample-rate_ with the number of events between samples. + +[[s3-oprofile-events-sampling]] +====== Sampling Rate +indexterm:[OProfile,events,sampling rate] +By default, a time-based event set is selected. It creates a sample every 100,000 clock cycles per processor. If the timer interrupt is used, the timer is set to the respective rate and is not user-settable. If the `cpu_type` is not `timer`, each event can have a _sampling rate_ set for it. The sampling rate is the number of events between each sample snapshot. + +When setting the event for the counter, a sample rate can also be specified: + +---- +~]# opcontrol --event=event-name:sample-rate +---- + +Replace _sample-rate_ with the number of events to wait before sampling again. The smaller the count, the more frequent the samples. For events that do not happen frequently, a lower count may be needed to capture the event instances. + +.Sampling too frequently can overload the system +[WARNING] +==== + +Be extremely careful when setting sampling rates. Sampling too frequently can overload the system, causing the system to appear frozen or causing the system to actually freeze. + +==== + +[[s3-oprofile-events-unit-masks]] +====== Unit Masks +indexterm:[OProfile,unit mask] +Some user performance monitoring events may also require unit masks to further define the event. + +Unit masks for each event are listed with the [command]#ophelp# command. The values for each unit mask are listed in hexadecimal format. To specify more than one unit mask, the hexadecimal values must be combined using a bitwise _or_ operation. + +---- +~]# opcontrol --event=event-name:sample-rate:unit-mask +---- + +Note that on certain architectures, there can be multiple unit masks with the same hexadecimal value. In that case they have to be specified by their names only. + +[[s2-oprofile-starting-separate]] +===== Separating Kernel and User-space Profiles +indexterm:[OProfile,configuring,separating profiles] +By default, kernel mode and user mode information is gathered for each event. To configure OProfile to ignore events in kernel mode for a specific counter, execute the following command: + +---- +~]# opcontrol --event=event-name:sample-rate:unit-mask:0 +---- + +Execute the following command to start profiling kernel mode for the counter again: + +---- +~]# opcontrol --event=event-name:sample-rate:unit-mask:1 +---- + +To configure OProfile to ignore events in user mode for a specific counter, execute the following command: + +---- +~]# opcontrol --event=event-name:sample-rate:unit-mask:1:0 +---- + +Execute the following command to start profiling user mode for the counter again: + +---- +~]# opcontrol --event=event-name:sample-rate:unit-mask:1:1 +---- + +When the OProfile daemon writes the profile data to sample files, it can separate the kernel and library profile data into separate sample files. To configure how the daemon writes to sample files, execute the following command as root: + +---- +~]# opcontrol --separate=choice +---- + +The _choice_ argument can be one of the following: + +* `none` — Do not separate the profiles (default). + +* [command]#library# — Generate per-application profiles for libraries. + +* [command]#kernel# — Generate per-application profiles for the kernel and kernel modules. + +* [command]#all# — Generate per-application profiles for libraries and per-application profiles for the kernel and kernel modules. + +If [option]`--separate=library` is used, the sample file name includes the name of the executable as well as the name of the library. + +.Restart the OProfile profiler +[NOTE] +==== + +These configuration changes will take effect when the OProfile profiler is restarted. + +==== + +[[s1-oprofile-starting]] +==== Starting and Stopping OProfile Using Legacy Mode +indexterm:[OProfile,starting] +To start monitoring the system with OProfile, execute the following command as root: +indexterm:[OProfile,opcontrol,--start] +---- +~]# opcontrol --start +---- + +Output similar to the following is displayed: + +[subs="quotes"] +---- +Using log file /var/lib/oprofile/oprofiled.log Daemon started. Profiler running. +---- + +The settings in `/root/.oprofile/daemonrc` are used. +indexterm:[OProfile,oprofiled]indexterm:[oprofiled,OProfile]indexterm:[OProfile,oprofiled,log file] +The OProfile daemon, [command]#oprofiled#, is started; it periodically writes the sample data to the `/var/lib/oprofile/samples/` directory. The log file for the daemon is located at `/var/lib/oprofile/oprofiled.log`. + +.Disable the nmi_watchdog registers +[IMPORTANT] +==== + +On a {MAJOROSVER} system, the `nmi_watchdog` registers with the `perf` subsystem. Due to this, the `perf` subsystem grabs control of the performance counter registers at boot time, blocking OProfile from working. + +To resolve this, either boot with the [command]#nmi_watchdog=0# kernel parameter set, or run the following command as `root` to disable `nmi_watchdog` at run time: + +---- +~]# echo 0 > /proc/sys/kernel/nmi_watchdog +---- + +To re-enable `nmi_watchdog`, use the following command as `root`: + +---- +~]# echo 1 > /proc/sys/kernel/nmi_watchdog +---- + +==== + +To stop the profiler, execute the following command as root: + +---- +~]# opcontrol --shutdown +---- + +[[s1-oprofile-saving-data]] +==== Saving Data in Legacy Mode +indexterm:[OProfile,saving data] +Sometimes it is useful to save samples at a specific time. For example, when profiling an executable, it may be useful to gather different samples based on different input data sets. If the number of events to be monitored exceeds the number of counters available for the processor, multiple runs of OProfile can be used to collect data, saving the sample data to different files each time. + +To save the current set of sample files, execute the following command, replacing _name_ with a unique descriptive name for the current session: + +---- +~]# opcontrol --save=name +---- + +The command creates the directory `/var/lib/oprofile/samples/pass:attributes[{blank}]_name_pass:attributes[{blank}]/` and the current sample files are copied to it. + +To specify the session directory to hold the sample data, use the [option]`--session-dir` option. If not specified, the data is saved in the `oprofile_data/` directory on the current path. + +[[s1-oprofile-analyzing-data]] +==== Analyzing the Data +indexterm:[OProfile,reading data] +The same OProfile post-processing tools are used whether you collect your profile with [command]#operf# or [command]#opcontrol# in legacy mode. + +By default, [command]#operf# stores the profiling data in the `pass:attributes[{blank}]_current_dir_pass:attributes[{blank}]/oprofile_data/` directory. You can change to a different location with the [option]`--session-dir` option. The usual post-profiling analysis tools such as [command]#opreport# and [command]#opannotate# can be used to generate profile reports. These tools search for samples in `pass:attributes[{blank}]_current_dir_pass:attributes[{blank}]/oprofile_data/` first. If this directory does not exist, the analysis tools use the standard session directory of `/var/lib/oprofile/`. Statistics, such as total samples received and lost samples, are written to the `pass:attributes[{blank}]_session_dir_pass:attributes[{blank}]/samples/operf.log` file. + +When using legacy mode, the OProfile daemon, [command]#oprofiled#, periodically collects the samples and writes them to the `/var/lib/oprofile/samples/` directory. Before reading the data, make sure all data has been written to this directory by executing the following command as root: + +---- +~]# opcontrol --dump +---- + +Each sample file name is based on the name of the executable. For example, the samples for the default event on a Pentium III processor for [command]#/bin/bash# becomes: + +---- +\{root\}/bin/bash/\{dep\}/\{root\}/bin/bash/CPU_CLK_UNHALTED.100000 +---- + +The following tools are available to profile the sample data once it has been collected: + +* [command]#opreport# + +* [command]#opannotate# + +Use these tools, along with the binaries profiled, to generate reports that can be further analyzed. + +.Back up the executable and the sample files +[WARNING] +==== + +The executable being profiled must be used with these tools to analyze the data. If it must change after the data is collected, back up the executable used to create the samples as well as the sample files. Note that the names of the sample file and the binary have to agree. You cannot make a backup if these names do not match. As an alternative, [command]#oparchive# can be used to address this problem. + +==== + +Samples for each executable are written to a single sample file. Samples from each dynamically linked library are also written to a single sample file. While OProfile is running, if the executable being monitored changes and a sample file for the executable exists, the existing sample file is automatically deleted. Thus, if the existing sample file is needed, it must be backed up, along with the executable used to create it before replacing the executable with a new version. The OProfile analysis tools use the executable file that created the samples during analysis. If the executable changes, the analysis tools will be unable to analyze the associated samples. See <> for details on how to back up the sample file. + +[[s2-oprofile-reading-opreport]] +===== Using [command]#opreport# +indexterm:[OProfile,opreport]indexterm:[opreport,OProfile] +The [command]#opreport# tool provides an overview of all the executables being profiled. The following is part of a sample output from the [command]#opreport# command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#opreport# +Profiling through timer interrupt +TIMER:0| +samples| %| +------------------ +25926 97.5212 no-vmlinux +359 1.3504 pi +65 0.2445 Xorg +62 0.2332 libvte.so.4.4.0 +56 0.2106 libc-2.3.4.so +34 0.1279 libglib-2.0.so.0.400.7 +19 0.0715 libXft.so.2.1.2 +17 0.0639 bash +8 0.0301 ld-2.3.4.so +8 0.0301 libgdk-x11-2.0.so.0.400.13 +6 0.0226 libgobject-2.0.so.0.400.7 +5 0.0188 oprofiled +4 0.0150 libpthread-2.3.4.so +4 0.0150 libgtk-x11-2.0.so.0.400.13 +3 0.0113 libXrender.so.1.2.2 +3 0.0113 du +1 0.0038 libcrypto.so.0.9.7a +1 0.0038 libpam.so.0.77 +1 0.0038 libtermcap.so.2.0.8 +1 0.0038 libX11.so.6.2 +1 0.0038 libgthread-2.0.so.0.400.7 +1 0.0038 libwnck-1.so.4.9.0 +---- + +Each executable is listed on its own line. The first column is the number of samples recorded for the executable. The second column is the percentage of samples relative to the total number of samples. The third column is the name of the executable. + +See the `opreport(1)` manual page for a list of available command-line options, such as the [option]`-r` option used to sort the output from the executable with the smallest number of samples to the one with the largest number of samples. You can also use the [option]`-t` or [option]`--threshold` option to trim the output of [command]#opcontrol#. + +[[s2-oprofile-reading-opreport-single]] +===== Using opreport on a Single Executable +indexterm:[OProfile,opreport,on a single executable]indexterm:[opreport,OProfile] +To retrieve more detailed profiled information about a specific executable, use the [command]#opreport# command: + +---- +~]# opreport mode + executable +---- + +Replace _executable_ with the full path to the executable to be analyzed. _mode_ stands for one of the following options: + +[option]`-l`:: This option is used to list sample data by symbols. For example, running this command: ++ +[subs="attributes"] +---- +~]#{nbsp}opreport -l /lib/tls/libc-version.so +---- ++ +produces the following output: ++ +---- +samples % symbol name +12 21.4286 __gconv_transform_utf8_internal +5 8.9286 _int_malloc 4 7.1429 malloc +3 5.3571 __i686.get_pc_thunk.bx +3 5.3571 _dl_mcount_wrapper_check +3 5.3571 mbrtowc +3 5.3571 memcpy +2 3.5714 _int_realloc +2 3.5714 _nl_intern_locale_data +2 3.5714 free +2 3.5714 strcmp +1 1.7857 __ctype_get_mb_cur_max +1 1.7857 __unregister_atfork +1 1.7857 __write_nocancel +1 1.7857 _dl_addr +1 1.7857 _int_free +1 1.7857 _itoa_word +1 1.7857 calc_eclosure_iter +1 1.7857 fopen@@GLIBC_2.1 +1 1.7857 getpid +1 1.7857 memmove +1 1.7857 msort_with_tmp +1 1.7857 strcpy +1 1.7857 strlen +1 1.7857 vfprintf +1 1.7857 write +---- ++ +The first column is the number of samples for the symbol, the second column is the percentage of samples for this symbol relative to the overall samples for the executable, and the third column is the symbol name. ++ +To sort the output from the largest number of samples to the smallest (reverse order), use [option]`-r` in conjunction with the [option]`-l` option. + +[option]`-i _symbol-name_pass:attributes[{blank}]`:: List sample data specific to a symbol name. For example, running: ++ +[subs="attributes"] +---- +~]#{nbsp}opreport -l -i __gconv_transform_utf8_internal /lib/tls/libc-version.so +---- ++ +returns the following output: ++ +---- +samples % symbol name +12 100.000 __gconv_transform_utf8_internal +---- ++ +The first line is a summary for the symbol/executable combination. ++ +The first column is the number of samples for the memory symbol. The second column is the percentage of samples for the memory address relative to the total number of samples for the symbol. The third column is the symbol name. + +[option]`-d`:: This option lists sample data by symbols with more detail than the [option]`-l` option. For example, with the following command: ++ +[subs="attributes"] +---- +~]#{nbsp}opreport -d -i __gconv_transform_utf8_internal /lib/tls/libc-version.so +---- ++ +this output is returned: ++ +---- +vma samples % symbol name +00a98640 12 100.000 __gconv_transform_utf8_internal +00a98640 1 8.3333 +00a9868c 2 16.6667 +00a9869a 1 8.3333 +00a986c1 1 8.3333 +00a98720 1 8.3333 +00a98749 1 8.3333 +00a98753 1 8.3333 +00a98789 1 8.3333 +00a98864 1 8.3333 +00a98869 1 8.3333 +00a98b08 1 8.3333 +---- ++ +The data is the same as the [option]`-l` option except that for each symbol, each virtual memory address used is shown. For each virtual memory address, the number of samples and percentage of samples relative to the number of samples for the symbol is displayed. + +[option]`-e` _symbol-name_pass:attributes[{blank}]…:: With this option, you can exclude some symbols from the output. Replace _symbol-name_ with the comma-separated list of symbols you want to exclude. + +[option]`session`:pass:attributes[{blank}]_name_:: Here, you can specify the full path to the session, a directory relative to the `/var/lib/oprofile/samples/` directory, or if you are using [command]#operf#, a directory relative to `./oprofile_data/samples/`. + +[[s2-oprofile-module-output]] +===== Getting More Detailed Output on the Modules +indexterm:[OProfile,opreport]indexterm:[OProfile] +OProfile collects data on a system-wide basis for kernel- and user-space code running on the machine. However, once a module is loaded into the kernel, the information about the origin of the kernel module is lost. The module could come from the `initrd` file on boot up, the directory with the various kernel modules, or a locally created kernel module. As a result, when OProfile records samples for a module, it just lists the samples for the modules for an executable in the root directory, but this is unlikely to be the place with the actual code for the module. You will need to take some steps to make sure that analysis tools get the proper executable. + +To get a more detailed view of the actions of the module, you will need to either have the module "unstripped" (that is installed from a custom build) or have the [package]*debuginfo* package installed for the kernel. + +Find out which kernel is running with the [command]#uname -a# command, obtain the appropriate [package]*debuginfo* package and install it on the machine. + +Then proceed with clearing out the samples from previous runs with the following command: + +---- +~]# opcontrol --reset +---- + +To start the monitoring process, for example, on a machine with Westmere processor, run the following command: + +---- +~]# opcontrol --setup --vmlinux=/usr/lib/debug/lib/modules/`uname -r`/vmlinux \ +--event=CPU_CLK_UNHALTED:500000 +---- + +Then the detailed information, for instance, for the ext4 module can be obtained with: + +---- +~]# opreport /ext4 -l --image-path /lib/modules/`uname -r`/kernel +CPU: Intel Westmere microarchitecture, speed 2.667e+06 MHz (estimated) +Counted CPU_CLK_UNHALTED events (Clock cycles when not halted) with a unit mask of 0x00 (No unit mask) count 500000 +warning: could not check that the binary file /lib/modules/2.6.32-191.el6.x86_64/kernel/fs/ext4/ext4.ko has not been modified since the profile was taken. Results may be inaccurate. +samples % symbol name +1622 9.8381 ext4_iget +1591 9.6500 ext4_find_entry +1231 7.4665 __ext4_get_inode_loc +783 4.7492 ext4_ext_get_blocks +752 4.5612 ext4_check_dir_entry +644 3.9061 ext4_mark_iloc_dirty +583 3.5361 ext4_get_blocks +583 3.5361 ext4_xattr_get +479 2.9053 ext4_htree_store_dirent +469 2.8447 ext4_get_group_desc +414 2.5111 ext4_dx_find_entry +---- + +[[s2-oprofile-reading-opannotate]] +===== Using [command]#opannotate# +indexterm:[OProfile,opannotate]indexterm:[opannotate,OProfile] +The [command]#opannotate# tool tries to match the samples for particular instructions to the corresponding lines in the source code. The resulting generated files should have the samples for the lines at the left. It also puts in a comment at the beginning of each function listing the total samples for the function. + +For this utility to work, the appropriate [package]*debuginfo* package for the executable must be installed on the system. On {MAJOROS}, the [package]*debuginfo* packages are not automatically installed with the corresponding packages that contain the executable. You have to obtain and install them separately. + +The general syntax for [command]#opannotate# is as follows: + +---- +~]# opannotate --search-dirs src-dir --source executable +---- + +These command-line options are mandatory. Replace _src-dir_ with a path to the directory containing the source code and specify the executable to be analyzed. See the `opannotate(1)` manual page for a list of additional command line options. + +[[s1-oprofile-dev-oprofile]] +==== Understanding the /dev/oprofile/ directory +indexterm:[OProfile,/dev/oprofile/]indexterm:[/dev/oprofile/] +When using OProfile in legacy mode, the `/dev/oprofile/` directory is used to store the file system for OProfile. On the other hand, [command]#operf# does not require `/dev/oprofile/`. Use the [command]#cat# command to display the values of the virtual files in this file system. For example, the following command displays the type of processor OProfile detected: + +---- +~]# cat /dev/oprofile/cpu_type +---- + +A directory exists in `/dev/oprofile/` for each counter. For example, if there are 2 counters, the directories `/dev/oprofile/0/` and `/dev/oprofile/1/` exist. + +Each directory for a counter contains the following files: + +* `count` — The interval between samples. + +* `enabled` — If 0, the counter is off and no samples are collected for it; if 1, the counter is on and samples are being collected for it. + +* `event` — The event to monitor. + +* `extra` — Used on machines with Nehalem processors to further specify the event to monitor. + +* `kernel` — If 0, samples are not collected for this counter event when the processor is in kernel-space; if 1, samples are collected even if the processor is in kernel-space. + +* `unit_mask` — Defines which unit masks are enabled for the counter. + +* `user` — If 0, samples are not collected for the counter event when the processor is in user-space; if 1, samples are collected even if the processor is in user-space. + +The values of these files can be retrieved with the [command]#cat# command. For example: + +---- +~]# cat /dev/oprofile/0/count +---- + +[[s1-oprofile-example-usage]] +==== Example Usage + +While OProfile can be used by developers to analyze application performance, it can also be used by system administrators to perform system analysis. For example: + +* *Determine which applications and services are used the most on a system* — [command]#opreport# can be used to determine how much processor time an application or service uses. If the system is used for multiple services but is underperforming, the services consuming the most processor time can be moved to dedicated systems. + +* *Determine processor usage* — The `CPU_CLK_UNHALTED` event can be monitored to determine the processor load over a given period of time. This data can then be used to determine if additional processors or a faster processor might improve system performance. + +[[s1-oprofile-java-support]] +==== OProfile Support for Java +indexterm:[OProfile,Java] +OProfile allows you to profile dynamically compiled code (also known as "just-in-time" or JIT code) of the Java Virtual Machine (JVM). OProfile in {MAJOROSVER} includes built-in support for the JVM Tools Interface (JVMTI) agent library, which supports Java 1.5 and higher. + +[[s1-oprofile-java-profiling]] +===== Profiling Java Code + +To profile JIT code from the Java Virtual Machine with the JVMTI agent, add the following to the JVM startup parameters: + +[subs="macros"] +---- +-agentlib:pass:quotes[_jvmti_oprofile_] +---- + +Where _jvmti_oprofile_ is a path to the OProfile agent. For 64-bit JVM, the path looks as follows: + +---- +-agentlib:/usr/lib64/oprofile/libjvmti_oprofile.so +---- + +Currently, you can add one command-line option: [option]`--debug`, which enables debugging mode. + +.Install the oprofile-jit package +[NOTE] +==== + +The [package]*oprofile-jit* package must be installed on the system in order to profile JIT code with OProfile. With this package, you gain the capability to show method-level information. + +==== + +Depending on the JVM that you are using, you may have to install the *debuginfo* package for the JVM. For OpenJDK, this package is required, there is no debuginfo package for Oracle JDK. To keep the debug information packages synchronized with their respective non-debug packages, you also need to install the *yum-plugin-auto-update-debug-info* plug-in. This plug-in searches the debug information repository for corresponding updates. + +After successful setup, you can apply the standard profiling and analyzing tools described in previous sections + +To learn more about Java support in OProfile, see the OProfile Manual, which is linked from <>. + +[[s1-oprofile-gui]] +==== Graphical Interface +indexterm:[oprof_start] +Some OProfile preferences can be set with a graphical interface. Make sure you have the `oprofile-gui` package that provides the OProfile GUI installed on your system. To start the interface, execute the [command]#oprof_start# command as root at a shell prompt. + +After changing any of the options, save them by clicking the btn:[Save and quit] button. The preferences are written to `/root/.oprofile/daemonrc`, and the application exits. Exiting the application does not stop OProfile from sampling. + +On the `Setup` tab, to set events for the processor counters as discussed in <>, select the counter from the pulldown menu and select the event from the list. A brief description of the event appears in the text box below the list. Only events available for the specific counter and the specific architecture are displayed. The interface also displays whether the profiler is running and some brief statistics about it. + +[[fig-oprofile-setup]] +.OProfile Setup + +image::oprof-start-setup.png[oprof_start interface] + +On the right side of the tab, select the `Profile kernel` option to count events in kernel mode for the currently selected event, as discussed in <>. If this option is not selected, no samples are collected for the kernel. + +Select the `Profile user binaries` option to count events in user mode for the currently selected event, as discussed in <>. If this option is not selected, no samples are collected for user applications. + +Use the `Count` text field to set the sampling rate for the currently selected event as discussed in <>. + +If any unit masks are available for the currently selected event, as discussed in <>, they are displayed in the `Unit Masks` area on the right side of the `Setup` tab. Select the check box beside the unit mask to enable it for the event. + +On the `Configuration` tab, to profile the kernel, enter the name and location of the `vmlinux` file for the kernel to monitor in the `Kernel image file` text field. To configure OProfile not to monitor the kernel, select `No kernel image`. + +[[fig-oprofile-configuration]] +.OProfile Configuration + +image::oprof-start-config.png[OProfile Configuration] + +If the `Verbose` option is selected, the [command]#oprofiled# daemon log includes more detailed information. + +If `Per-application profiles` is selected, OProfile generates per-application profiles for libraries. This is equivalent to the [command]#opcontrol --separate=library# command. If `Per-application profiles, including kernel` is selected, OProfile generates per-application profiles for the kernel and kernel modules as discussed in <>. This is equivalent to the [command]#opcontrol --separate=kernel# command. + +To force data to be written to samples files as discussed in <>, click the btn:[Flush] button. This is equivalent to the [command]#opcontrol --dump# command. + +To start OProfile from the graphical interface, click btn:[Start]. To stop the profiler, click btn:[Stop]. Exiting the application does not stop OProfile from sampling. + +[[s1-oprofile-and-systemtap]] +==== OProfile and SystemTap +indexterm:[OProfile,SystemTap] +SystemTap is a tracing and probing tool that allows users to study and monitor the activities of the operating system in fine detail. It provides information similar to the output of tools like [command]#netstat#, [command]#ps#, [command]#top#, and [command]#iostat#pass:attributes[{blank}]; however, SystemTap is designed to provide more filtering and analysis options for the collected information. + +While using OProfile is suggested in cases of collecting data on where and why the processor spends time in a particular area of code, it is less usable when finding out why the processor stays idle. + +You might want to use SystemTap when instrumenting specific places in code. Because SystemTap allows you to run the code instrumentation without having to stop and restart the instrumented code, it is particularly useful for instrumenting the kernel and daemons. + +For more information on SystemTap, see <> for the relevant SystemTap documentation. + +[[s1-oprofile_additional_resources]] +==== Additional Resources +indexterm:[OProfile,additional resources] +To learn more about OProfile and how to configure it, see the following resources. + +.Installed Documentation + +* `/usr/share/doc/oprofile/oprofile.html` — [citetitle]_OProfile Manual_ + +* `oprofile(1)` manual page — Discusses [command]#opcontrol#, [command]#opreport#, [command]#opannotate#, and [command]#ophelp# + +* `operf(1)` manual page + +[[br-oprofile_online_documentation]] +.Online Documentation + +* link:++http://oprofile.sourceforge.net/++[http://oprofile.sourceforge.net/] — Contains the latest upstream documentation, mailing lists, IRC channels, and more. + +.See Also + +* link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/SystemTap_Beginners_Guide/index.html++[SystemTap Beginners Guide] — Provides basic instructions on how to use SystemTap to monitor different subsystems of {MAJOROS} in finer detail. diff --git a/en-US/monitoring-and-automation/System_Monitoring_Tools.adoc b/en-US/monitoring-and-automation/System_Monitoring_Tools.adoc new file mode 100644 index 0000000..8b1065e --- /dev/null +++ b/en-US/monitoring-and-automation/System_Monitoring_Tools.adoc @@ -0,0 +1,1497 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-System_Monitoring_Tools]] +=== System Monitoring Tools +indexterm:[system information,gathering]indexterm:[information,about your system] +In order to configure the system, system administrators often need to determine the amount of free memory, how much free disk space is available, how the hard drive is partitioned, or what processes are running. + +[[s1-sysinfo-system-processes]] +==== Viewing System Processes +indexterm:[system information,processes]indexterm:[processes] + +[[s2-sysinfo-system-processes-ps]] +===== Using the ps Command +indexterm:[ps] +The [command]#ps# command allows you to display information about running processes. It produces a static list, that is, a snapshot of what is running when you execute the command. If you want a constantly updated list of running processes, use the [command]#top# command or the [application]*System Monitor* application instead. + +To list all processes that are currently running on the system including processes owned by other users, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#ps# [option]`ax` +---- + +For each listed process, the [command]#ps ax# command displays the process ID (`PID`), the terminal that is associated with it (`TTY`), the current status (`STAT`), the cumulated CPU time (`TIME`), and the name of the executable file (`COMMAND`). For example: + +[subs="quotes, macros"] +---- +~]$ [command]#ps ax# + PID TTY STAT TIME COMMAND + 1 ? Ss 0:02 /usr/lib/systemd/systemd --system --deserialize 20 + 2 ? S 0:00 [kthreadd] + 3 ? S 0:00 [ksoftirqd/0] + 5 ? S 0:00 [kworker/u:0] + 6 ? S 0:00 [migration/0] +_[output truncated]_ +---- + +To display the owner alongside each process, use the following command: + +[subs="quotes, macros"] +---- +[command]#ps# [option]`aux` +---- + +Apart from the information provided by the [command]#ps ax# command, [command]#ps aux# displays the effective username of the process owner (`USER`), the percentage of the CPU (`%CPU`) and memory (`%MEM`) usage, the virtual memory size in kilobytes (`VSZ`), the non-swapped physical memory size in kilobytes (`RSS`), and the time or date the process was started. For instance: + +[subs="quotes, macros"] +---- +~]$ [command]#ps aux# +USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND +root 1 0.0 0.3 53128 2988 ? Ss 13:28 0:02 /usr/lib/systemd/systemd --system --deserialize 20 +root 2 0.0 0.0 0 0 ? S 13:28 0:00 [kthreadd] +root 3 0.0 0.0 0 0 ? S 13:28 0:00 [ksoftirqd/0] +root 5 0.0 0.0 0 0 ? S 13:28 0:00 [kworker/u:0] +root 6 0.0 0.0 0 0 ? S 13:28 0:00 [migration/0] +_[output truncated]_ +---- + +You can also use the [command]#ps# command in a combination with [command]#grep# to see if a particular process is running. For example, to determine if [application]*Emacs* is running, type: + +[subs="quotes, macros"] +---- +~]$ [command]#ps ax | grep emacs# + 2625 ? Sl 0:00 emacs +---- + +For a complete list of available command line options, refer to the *ps*(1) manual page. + +[[s2-sysinfo-system-processes-top]] +===== Using the top Command +indexterm:[system information,processes,currently running]indexterm:[top] +The [command]#top# command displays a real-time list of processes that are running on the system. It also displays additional information about the system uptime, current CPU and memory usage, or total number of running processes, and allows you to perform actions such as sorting the list or killing a process. + +To run the [command]#top# command, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#top# +---- + +For each listed process, the [command]#top# command displays the process ID (`PID`), the effective username of the process owner (`USER`), the priority (`PR`), the nice value (`NI`), the amount of virtual memory the process uses (`VIRT`), the amount of non-swapped physical memory the process uses (`RES`), the amount of shared memory the process uses (`SHR`), the percentage of the CPU (`%CPU`) and memory (`%MEM`) usage, the cumulated CPU time (`TIME+`), and the name of the executable file (`COMMAND`). For example: + +---- +~]$ top +top - 19:22:08 up 5:53, 3 users, load average: 1.08, 1.03, 0.82 +Tasks: 117 total, 2 running, 115 sleeping, 0 stopped, 0 zombie +Cpu(s): 9.3%us, 1.3%sy, 0.0%ni, 85.1%id, 0.0%wa, 1.7%hi, 0.0%si, 2.6%st +Mem: 761956k total, 617256k used, 144700k free, 24356k buffers +Swap: 1540092k total, 55780k used, 1484312k free, 256408k cached + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 510 john 20 0 1435m 99m 18m S 9.0 13.3 3:30.52 gnome-shell +32686 root 20 0 156m 27m 3628 R 2.0 3.7 0:48.69 Xorg + 2625 john 20 0 488m 27m 14m S 0.3 3.7 0:00.70 emacs + 1 root 20 0 53128 2640 1152 S 0.0 0.3 0:02.83 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd + 3 root 20 0 0 0 0 S 0.0 0.0 0:00.18 ksoftirqd/0 + 5 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/u:0 + 6 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0 + 7 root RT 0 0 0 0 S 0.0 0.0 0:00.30 watchdog/0 + 8 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 cpuset + 9 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 khelper + 10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmpfs + 11 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 netns + 12 root 20 0 0 0 0 S 0.0 0.0 0:00.11 sync_supers + 13 root 20 0 0 0 0 S 0.0 0.0 0:00.00 bdi-default + 14 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kintegrityd + 15 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kblockd +---- + +<> contains useful interactive commands that you can use with [command]#top#. For more information, refer to the *top*(1) manual page. + +[[interactive-top-command]] +.Interactive top commands + +[options="header"] +|=== +|Command|Description +|kbd:[Enter], kbd:[Space]|Immediately refreshes the display. +|kbd:[h], kbd:[?]|Displays a help screen. +|kbd:[k]|Kills a process. You are prompted for the process ID and the signal to send to it. +|kbd:[n]|Changes the number of displayed processes. You are prompted to enter the number. +|kbd:[u]|Sorts the list by user. +|kbd:[M]|Sorts the list by memory usage. +|kbd:[P]|Sorts the list by CPU usage. +|kbd:[q]|Terminates the utility and returns to the shell prompt. +|=== + +[[s2-sysinfo-system-processes-system_monitor]] +===== Using the System Monitor Tool +indexterm:[gnome-system-monitor]indexterm:[System Monitor] +The `Processes` tab of the [application]*System Monitor* tool allows you to view, search for, change the priority of, and kill processes from the graphical user interface. + +To start the [application]*System Monitor* tool, either select menu:Applications[System Tools > `System Monitor`pass:attributes[{blank}]] from the Activities menu, or type [command]#gnome-system-monitor# at a shell prompt. Then click the `Processes` tab to view the list of running processes. + +[[fig-sysinfo-processes]] +.System Monitor — Processes + +image::system-monitor-processes.png[The Processes tab of the System Monitor application.] + +For each listed process, the [application]*System Monitor* tool displays its name (`Process Name`), current status (`Status`), percentage of the memory usage (`% CPU`), nice value (`Nice`), process ID (`ID`), memory usage (`Memory`), the channel the process is waiting in (`Waiting Channel`), and additional details about the session (`Session`). To sort the information by a specific column in ascending order, click the name of that column. Click the name of the column again to toggle the sort between ascending and descending order. + +By default, the [application]*System Monitor* tool displays a list of processes that are owned by the current user. Selecting various options from the View menu allows you to: + +* view only active processes, + +* view all processes, + +* view your processes, + +* view process dependencies, + +* view a memory map of a selected process, + +* view the files opened by a selected process, and + +* refresh the list of processes. + +Additionally, various options in the Edit menu allows you to: + +* stop a process, + +* continue running a stopped process, + +* end a process, + +* kill a process, + +* change the priority of a selected process, and + +* edit the [application]*System Monitor* preferences, such as the refresh interval for the list of processes, or what information to show. + +You can also end a process by selecting it from the list and clicking the btn:[End Process] button. + +[[s1-sysinfo-memory-usage]] +==== Viewing Memory Usage +indexterm:[system information,memory usage]indexterm:[memory usage]indexterm:[RAM] + +[[s2-sysinfo-memory-usage-free]] +===== Using the free Command +indexterm:[free] +The [command]#free# command allows you to display the amount of free and used memory on the system. To do so, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#free# +---- + +The [command]#free# command provides information about both the physical memory (`Mem`) and swap space (`Swap`). It displays the total amount of memory (`total`), as well as the amount of memory that is in use (`used`), free (`free`), shared (`shared`), in kernel buffers (`buffers`), and cached (`cached`). For example: + +---- +~]$ free + total used free shared buffers cached +Mem: 761956 607500 154456 0 37404 156176 +-/+ buffers/cache: 413920 348036 +Swap: 1540092 84408 1455684 +---- + +By default, [command]#free# displays the values in kilobytes. To display the values in megabytes, supply the [option]`-m` command line option: + +[subs="quotes, macros"] +---- +[command]#free# [option]`-m` +---- + +For instance: + +---- +~]$ free -m + total used free shared buffers cached +Mem: 744 593 150 0 36 152 +-/+ buffers/cache: 404 339 +Swap: 1503 82 1421 +---- + +For a complete list of available command line options, refer to the *free*(1) manual page. + +[[s2-sysinfo-memory-usage-system_monitor]] +===== Using the System Monitor Tool +indexterm:[gnome-system-monitor]indexterm:[System Monitor] +The `Resources` tab of the [application]*System Monitor* tool allows you to view the amount of free and used memory on the system. + +To start the [application]*System Monitor* tool, either select menu:Applications[System Tools > `System Monitor`pass:attributes[{blank}]] from the Activities menu, or type [command]#gnome-system-monitor# at a shell prompt. Then click the `Resources` tab to view the system's memory usage. + +[[fig-sysinfo-memory]] +.System Monitor — Resources + +image::system-monitor-resources.png[The Resources tab of the System Monitor application.] + +In the `Memory and Swap History` section, the [application]*System Monitor* tool displays a graphical representation of the memory and swap usage history, as well as the total amount of the physical memory (`Memory`) and swap space (`Swap`) and how much of it is in use. + +[[s1-sysinfo-cpu]] +==== Viewing CPU Usage +indexterm:[system information,cpu usage]indexterm:[CPU usage] + +[[s2-sysinfo-cpu-system_monitor]] +===== Using the System Monitor Tool +indexterm:[gnome-system-monitor]indexterm:[System Monitor] +The `Resources` tab of the [application]*System Monitor* tool allows you to view the current CPU usage on the system. + +To start the [application]*System Monitor* tool, either select menu:Applications[System Tools > `System Monitor`pass:attributes[{blank}]] from the Activities menu, or type [command]#gnome-system-monitor# at a shell prompt. Then click the `Resources` tab to view the system's CPU usage. + +[[fig-sysinfo-cpu]] +.System Monitor — Resources + +image::system-monitor-resources.png[The Resources tab of the System Monitor application.] + +In the `CPU History` section, the [application]*System Monitor* tool displays a graphical representation of the CPU usage history and shows the percentage of how much CPU is currently in use. + +[[s1-sysinfo-filesystems]] +==== Viewing Block Devices and File Systems +indexterm:[system information,file systems]indexterm:[file systems] + +[[s2-sysinfo-filesystems-lsblk]] +===== Using the lsblk Command +indexterm:[lsblk] +The [command]#lsblk# command allows you to display a list of available block devices. To do so, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#lsblk# +---- + +For each listed block device, the [command]#lsblk# command displays the device name (`NAME`), major and minor device number (`MAJ:MIN`), if the device is removable (`RM`), what is its size (`SIZE`), if the device is read-only (`RO`), what type is it (`TYPE`), and where the device is mounted (`MOUNTPOINT`). For example: + +---- +~]$ lsblk +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +sr0 11:0 1 1024M 0 rom +vda 252:0 0 20G 0 disk +|-vda1 252:1 0 500M 0 part /boot +`-vda2 252:2 0 19.5G 0 part + |-vg_fedora-lv_swap (dm-0) 253:0 0 1.5G 0 lvm [SWAP] + `-vg_fedora-lv_root (dm-1) 253:1 0 18G 0 lvm / +---- + +By default, [command]#lsblk# lists block devices in a tree-like format. To display the information as an ordinary list, add the [option]`-l` command line option: + +[subs="quotes, macros"] +---- +[command]#lsblk# [option]`-l` +---- + +For instance: + +---- +~]$ lsblk -l +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +sr0 11:0 1 1024M 0 rom +vda 252:0 0 20G 0 disk +vda1 252:1 0 500M 0 part /boot +vda2 252:2 0 19.5G 0 part +vg_fedora-lv_swap (dm-0) 253:0 0 1.5G 0 lvm [SWAP] +vg_fedora-lv_root (dm-1) 253:1 0 18G 0 lvm / +---- + +For a complete list of available command line options, refer to the *lsblk*(8) manual page. + +[[s2-sysinfo-filesystems-blkid]] +===== Using the blkid Command +indexterm:[blkid] +The [command]#blkid# command allows you to display information about available block devices. To do so, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#blkid# +---- + +For each listed block device, the [command]#blkid# command displays available attributes such as its _universally unique identifier_ (`UUID`), file system type (`TYPE`), or volume label (`LABEL`). For example: + +---- +~]# blkid +/dev/vda1: UUID="4ea24c68-ab10-47d4-8a6b-b8d3a002acba" TYPE="ext4" +/dev/vda2: UUID="iJ9YwJ-leFf-A1zb-VVaK-H9t1-raLW-HoqlUG" TYPE="LVM2_member" +/dev/mapper/vg_fedora-lv_swap: UUID="d6d755bc-3e3e-4e8f-9bb5-a5e7f4d86ffd" TYPE="swap" +/dev/mapper/vg_fedora-lv_root: LABEL="_Fedora-17-x86_6" UUID="77ba9149-751a-48e0-974f-ad94911734b9" TYPE="ext4" +---- + +By default, the [command]#lsblk# command lists all available block devices. To display information about a particular device only, specify the device name on the command line: + +[subs="macros"] +---- +blkid pass:quotes[_device_name_] +---- + +For instance, to display information about `/dev/vda1`, type: + +---- +~]# blkid /dev/vda1 +/dev/vda1: UUID="4ea24c68-ab10-47d4-8a6b-b8d3a002acba" TYPE="ext4" +---- + +You can also use the above command with the [option]`-p` and [option]`-o udev` command line options to obtain more detailed information. Note that `root` privileges are required to run this command: + +[subs="macros"] +---- +blkid -po udev pass:quotes[_device_name_] +---- + +For example: + +---- +~]# blkid -po udev /dev/vda1 +ID_FS_UUID=4ea24c68-ab10-47d4-8a6b-b8d3a002acba +ID_FS_UUID_ENC=4ea24c68-ab10-47d4-8a6b-b8d3a002acba +ID_FS_VERSION=1.0 +ID_FS_TYPE=ext4 +ID_FS_USAGE=filesystem +ID_PART_ENTRY_SCHEME=dos +ID_PART_ENTRY_TYPE=0x83 +ID_PART_ENTRY_FLAGS=0x80 +ID_PART_ENTRY_NUMBER=1 +ID_PART_ENTRY_OFFSET=2048 +ID_PART_ENTRY_SIZE=1024000 +ID_PART_ENTRY_DISK=252:0 +---- + +For a complete list of available command line options, refer to the *blkid*(8) manual page. + +[[s2-sysinfo-filesystems-partx]] +===== Using the partx Command +indexterm:[partx] +The [command]#partx# command allows you to display a list of disk partitions. To list the partition table of a particular disk, as `root`, run this command with the [option]`-s` option followed by the device name: + +[subs="macros"] +---- +partx -s pass:quotes[_device_name_] +---- + +For example, to list partitions on `/dev/vda`, type: + +---- +~]# partx -s /dev/vda +NR START END SECTORS SIZE NAME UUID + 1 2048 1026047 1024000 500M + 2 1026048 41943039 40916992 19.5G +---- + +For a complete list of available command line options, refer to the *partx*(8) manual page. + +[[s2-sysinfo-filesystems-findmnt]] +===== Using the findmnt Command +indexterm:[findmnt] +The [command]#findmnt# command allows you to display a list of currently mounted file systems. To do so, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#findmnt# +---- + +For each listed file system, the [command]#findmnt# command displays the target mount point (`TARGET`), source device (`SOURCE`), file system type (`FSTYPE`), and relevant mount options (`OPTIONS`). For example: + +---- +~]$ findmnt +TARGET SOURCE FSTYPE OPTIONS +/ /dev/mapper/vg_fedora-lv_root + ext4 rw,relatime,seclabel,data=o +|-/proc proc proc rw,nosuid,nodev,noexec,rela +| `-/proc/sys/fs/binfmt_misc systemd-1 autofs rw,relatime,fd=23,pgrp=1,ti +|-/sys sysfs sysfs rw,nosuid,nodev,noexec,rela +| |-/sys/kernel/security securityfs security rw,nosuid,nodev,noexec,rela +| |-/sys/fs/selinux selinuxfs selinuxf rw,relatime +| |-/sys/fs/cgroup tmpfs tmpfs rw,nosuid,nodev,noexec,secl +| | |-/sys/fs/cgroup/systemd cgroup cgroup rw,nosuid,nodev,noexec,rela +| | |-/sys/fs/cgroup/cpuset cgroup cgroup rw,nosuid,nodev,noexec,rela +| | |-/sys/fs/cgroup/cpu,cpuacct cgroup cgroup rw,nosuid,nodev,noexec,rela +| | |-/sys/fs/cgroup/memory cgroup cgroup rw,nosuid,nodev,noexec,rela +| | |-/sys/fs/cgroup/devices cgroup cgroup rw,nosuid,nodev,noexec,rela +| | |-/sys/fs/cgroup/freezer cgroup cgroup rw,nosuid,nodev,noexec,rela +| | |-/sys/fs/cgroup/net_cls cgroup cgroup rw,nosuid,nodev,noexec,rela +| | |-/sys/fs/cgroup/blkio cgroup cgroup rw,nosuid,nodev,noexec,rela +| | `-/sys/fs/cgroup/perf_event cgroup cgroup rw,nosuid,nodev,noexec,rela +| |-/sys/kernel/debug debugfs debugfs rw,relatime +| `-/sys/kernel/config configfs configfs rw,relatime +[output truncated] +---- + +By default, [command]#findmnt# lists file systems in a tree-like format. To display the information as an ordinary list, add the [option]`-l` command line option: + +[subs="quotes, macros"] +---- +[command]#findmnt# [option]`-l` +---- + +For instance: + +---- +~]$ findmnt -l +TARGET SOURCE FSTYPE OPTIONS +/proc proc proc rw,nosuid,nodev,noexec,relatime +/sys sysfs sysfs rw,nosuid,nodev,noexec,relatime,s +/dev devtmpfs devtmpfs rw,nosuid,seclabel,size=370080k,n +/dev/pts devpts devpts rw,nosuid,noexec,relatime,seclabe +/dev/shm tmpfs tmpfs rw,nosuid,nodev,seclabel +/run tmpfs tmpfs rw,nosuid,nodev,seclabel,mode=755 +/ /dev/mapper/vg_fedora-lv_root + ext4 rw,relatime,seclabel,data=ordered +/sys/kernel/security securityfs security rw,nosuid,nodev,noexec,relatime +/sys/fs/selinux selinuxfs selinuxf rw,relatime +/sys/fs/cgroup tmpfs tmpfs rw,nosuid,nodev,noexec,seclabel,m +/sys/fs/cgroup/systemd cgroup cgroup rw,nosuid,nodev,noexec,relatime,r +[output truncated] +---- + +You can also choose to list only file systems of a particular type. To do so, add the [option]`-t` command line option followed by a file system type: + +[subs="quotes, macros"] +---- +[command]#findmnt# [option]`-t` _type_ +---- + +For example, to all list `ext4` file systems, type: + +---- +~]$ findmnt -t ext4 +TARGET SOURCE FSTYPE OPTIONS +/ /dev/mapper/vg_fedora-lv_root ext4 rw,relatime,seclabel,data=ordered +/boot /dev/vda1 ext4 rw,relatime,seclabel,data=ordered +---- + +For a complete list of available command line options, refer to the *findmnt*(8) manual page. + +[[s2-sysinfo-filesystems-df]] +===== Using the df Command +indexterm:[df] +The [command]#df# command allows you to display a detailed report on the system's disk space usage. To do so, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#df# +---- + +For each listed file system, the [command]#df# command displays its name (`Filesystem`), size (`1K-blocks` or `Size`), how much space is used (`Used`), how much space is still available (`Available`), the percentage of space usage (`Use%`), and where is the file system mounted (`Mounted on`). For example: + +---- +~]$ df +Filesystem 1K-blocks Used Available Use% Mounted on +rootfs 18877356 4605476 14082844 25% / +devtmpfs 370080 0 370080 0% /dev +tmpfs 380976 256 380720 1% /dev/shm +tmpfs 380976 3048 377928 1% /run +/dev/mapper/vg_fedora-lv_root 18877356 4605476 14082844 25% / +tmpfs 380976 0 380976 0% /sys/fs/cgroup +tmpfs 380976 0 380976 0% /media +/dev/vda1 508745 85018 398127 18% /boot +---- + +By default, the [command]#df# command shows the partition size in 1{nbsp}kilobyte blocks and the amount of used and available disk space in kilobytes. To view the information in megabytes and gigabytes, supply the [option]`-h` command line option, which causes [command]#df# to display the values in a human-readable format: + +[subs="quotes, macros"] +---- +[command]#df# [option]`-h` +---- + +For instance: + +---- +~]$ df -h +Filesystem Size Used Avail Use% Mounted on +rootfs 19G 4.4G 14G 25% / +devtmpfs 362M 0 362M 0% /dev +tmpfs 373M 256K 372M 1% /dev/shm +tmpfs 373M 3.0M 370M 1% /run +/dev/mapper/vg_fedora-lv_root 19G 4.4G 14G 25% / +tmpfs 373M 0 373M 0% /sys/fs/cgroup +tmpfs 373M 0 373M 0% /media +/dev/vda1 497M 84M 389M 18% /boot +---- +indexterm:[system information,file systems,/dev/shm]indexterm:[/dev/shm]indexterm:[system information,file systems,/sys/fs/cgroup]indexterm:[/sys/fs/cgroup]indexterm:[system information,file systems,/run]indexterm:[/run] +Note that the `/dev/shm` entry represents the system's virtual memory file system, `/sys/fs/cgroup` is a cgroup file system, and `/run` contains information about the running system. + +For a complete list of available command line options, refer to the *df*(1) manual page. + +[[s2-sysinfo-filesystems-du]] +===== Using the du Command +indexterm:[du] +The [command]#du# command allows you to displays the amount of space that is being used by files in a directory. To display the disk usage for each of the subdirectories in the current working directory, run the command with no additional command line options: + +[subs="quotes, macros"] +---- +[command]#du# +---- + +For example: + +[subs="quotes, macros"] +---- +~]$ [command]#du# +8 ./.gconf/apps/gnome-terminal/profiles/Default +12 ./.gconf/apps/gnome-terminal/profiles +16 ./.gconf/apps/gnome-terminal +_[output truncated]_ +460 ./.gimp-2.6 +68828 . +---- + +By default, the [command]#du# command displays the disk usage in kilobytes. To view the information in megabytes and gigabytes, supply the [option]`-h` command line option, which causes the utility to display the values in a human-readable format: + +[subs="quotes, macros"] +---- +[command]#du# [option]`-h` +---- + +For instance: + +[subs="quotes, macros"] +---- +~]$ [command]#du -h# +8.0K ./.gconf/apps/gnome-terminal/profiles/Default +12K ./.gconf/apps/gnome-terminal/profiles +16K ./.gconf/apps/gnome-terminal +_[output truncated]_ +460K ./.gimp-2.6 +68M . +---- + +At the end of the list, the [command]#du# command always shows the grand total for the current directory. To display only this information, supply the [option]`-s` command line option: + +[subs="quotes, macros"] +---- +[command]#du# [option]`-sh` +---- + +For example: + +[subs="quotes, macros"] +---- +~]$ [command]#du -sh# +68M . +---- + +For a complete list of available command line options, refer to the *du*(1) manual page. + +[[s2-sysinfo-filesystems-system_monitor]] +===== Using the System Monitor Tool +indexterm:[gnome-system-monitor]indexterm:[System Monitor] +The `File Systems` tab of the [application]*System Monitor* tool allows you to view file systems and disk space usage in the graphical user interface. + +To start the [application]*System Monitor* tool, either select menu:Applications[System Tools > `System Monitor`pass:attributes[{blank}]] from the Activities menu, or type [command]#gnome-system-monitor# at a shell prompt. Then click the `File Systems` tab to view a list of file systems. + +[[fig-sysinfo-filesystems]] +.System Monitor — File Systems + +image::system-monitor-file-systems.png[The File Systems tab of the System Monitor application.] + +For each listed file system, the [application]*System Monitor* tool displays the source device (`Device`), target mount point (`Directory`), and file system type (`Type`), as well as its size (`Total`) and how much space is free (`Free`), available (`Available`), and used (`Used`). + +[[s1-sysinfo-hardware]] +==== Viewing Hardware Information +indexterm:[system information,hardware]indexterm:[hardware,viewing] + +[[s2-sysinfo-hardware-lspci]] +===== Using the lspci Command +indexterm:[lspci] +The [command]#lspci# command lists all PCI devices that are present in the system: + +[subs="quotes, macros"] +---- +[command]#lspci# +---- + +For example: + +---- +~]$ lspci +00:00.0 Host bridge: Intel Corporation 82X38/X48 Express DRAM Controller +00:01.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Primary PCI Express Bridge +00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) +00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) +00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02) +[output truncated] +---- + +You can also use the [option]`-v` command line option to display more verbose output, or [option]`-vv` for very verbose output: + +[subs="quotes, macros"] +---- +[command]#lspci# [option]`-v`|[option]`-vv` +---- + +For instance, to determine the manufacturer, model, and memory size of a system's video card, type: + +[subs="quotes, macros"] +---- +~]$ [command]#lspci -v# +_[output truncated]_ + +01:00.0 VGA compatible controller: nVidia Corporation G84 [Quadro FX 370] (rev a1) (prog-if 00 [VGA controller]) + Subsystem: nVidia Corporation Device 0491 + Physical Slot: 2 + Flags: bus master, fast devsel, latency 0, IRQ 16 + Memory at f2000000 (32-bit, non-prefetchable) [size=16M] + Memory at e0000000 (64-bit, prefetchable) [size=256M] + Memory at f0000000 (64-bit, non-prefetchable) [size=32M] + I/O ports at 1100 [size=128] + Expansion ROM at <unassigned> [disabled] + Capabilities: <access denied> + Kernel driver in use: nouveau + Kernel modules: nouveau, nvidiafb + +_[output truncated]_ +---- + +For a complete list of available command line options, refer to the *lspci*(8) manual page. + +[[s2-sysinfo-hardware-lsusb]] +===== Using the lsusb Command +indexterm:[lsusb] +The [command]#lsusb# command allows you to display information about USB buses and devices that are attached to them. To list all USB devices that are in the system, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#lsusb# +---- + +This displays a simple list of devices, for example: + +[subs="quotes, macros"] +---- +~]$ [command]#lsusb# +Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub +Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub +_[output truncated]_ +Bus 001 Device 002: ID 0bda:0151 Realtek Semiconductor Corp. Mass Storage Device (Multicard Reader) +Bus 008 Device 002: ID 03f0:2c24 Hewlett-Packard Logitech M-UAL-96 Mouse +Bus 008 Device 003: ID 04b3:3025 IBM Corp. +---- + +You can also use the [option]`-v` command line option to display more verbose output: + +[subs="quotes, macros"] +---- +[command]#lsusb# [option]`-v` +---- + +For instance: + +[subs="quotes, macros"] +---- +~]$ [command]#lsusb -v# +_[output truncated]_ + +Bus 008 Device 002: ID 03f0:2c24 Hewlett-Packard Logitech M-UAL-96 Mouse +Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 2.00 + bDeviceClass 0 (Defined at Interface level) + bDeviceSubClass 0 + bDeviceProtocol 0 + bMaxPacketSize0 8 + idVendor 0x03f0 Hewlett-Packard + idProduct 0x2c24 Logitech M-UAL-96 Mouse + bcdDevice 31.00 + iManufacturer 1 + iProduct 2 + iSerial 0 + bNumConfigurations 1 + Configuration Descriptor: + bLength 9 + bDescriptorType 2 +_[output truncated]_ +---- + +For a complete list of available command line options, refer to the *lsusb*(8) manual page. + +[[s2-sysinfo-hardware-lspcmcia]] +===== Using the lspcmcia Command +indexterm:[lspcmcia] +The [command]#lspcmcia# command allows you to list all PCMCIA devices that are present in the system. To do so, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#lspcmcia# +---- + +For example: + +---- +~]$ lspcmcia +Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:15:00.0) +---- + +You can also use the [option]`-v` command line option to display more verbose information, or [option]`-vv` to increase the verbosity level even further: + +[subs="quotes, macros"] +---- +[command]#lspcmcia# [option]`-v`|[option]`-vv` +---- + +For instance: + +---- +~]$ lspcmcia -v +Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:15:00.0) + Configuration: state: on ready: unknown +---- + +For a complete list of available command line options, refer to the *pccardctl*(8) manual page. + +[[s2-sysinfo-hardware-lscpu]] +===== Using the lscpu Command +indexterm:[lscpu] +The [command]#lscpu# command allows you to list information about CPUs that are present in the system, including the number of CPUs, their architecture, vendor, family, model, CPU caches, etc. To do so, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#lscpu# +---- + +For example: + +---- +~]$ lscpu +Architecture: x86_64 +CPU op-mode(s): 32-bit, 64-bit +Byte Order: Little Endian +CPU(s): 4 +On-line CPU(s) list: 0-3 +Thread(s) per core: 1 +Core(s) per socket: 4 +Socket(s): 1 +NUMA node(s): 1 +Vendor ID: GenuineIntel +CPU family: 6 +Model: 23 +Stepping: 7 +CPU MHz: 1998.000 +BogoMIPS: 4999.98 +Virtualization: VT-x +L1d cache: 32K +L1i cache: 32K +L2 cache: 3072K +NUMA node0 CPU(s): 0-3 +---- + +For a complete list of available command line options, refer to the *lscpu*(1) manual page. + +[[sect-System_Monitoring_Tools-Net-SNMP]] +==== Monitoring Performance with Net-SNMP + +{MAJOROSVER} includes the [application]*Net-SNMP* software suite, which includes a flexible and extensible _Simple Network Management Protocol_ (*SNMP*) agent. This agent and its associated utilities can be used to provide performance data from a large number of systems to a variety of tools which support polling over the SNMP protocol. + +This section provides information on configuring the Net-SNMP agent to securely provide performance data over the network, retrieving the data using the SNMP protocol, and extending the SNMP agent to provide custom performance metrics. + +[[sect-System_Monitoring_Tools-Net-SNMP-Installing]] +===== Installing Net-SNMP + +The Net-SNMP software suite is available as a set of RPM packages in the {MAJOROS} software distribution. <> summarizes each of the packages and their contents. + +[[tabl-System_Monitoring_Tools-Net-SNMP-Packages]] +.Available Net-SNMP packages + +[options="header"] +|=== +|Package|Provides +|[package]*net-snmp*|The SNMP Agent Daemon and documentation. This package is required for exporting performance data. +|[package]*net-snmp-libs*|The `netsnmp` library and the bundled management information bases (MIBs). This package is required for exporting performance data. +|[package]*net-snmp-utils*|SNMP clients such as [command]#snmpget# and [command]#snmpwalk#. This package is required in order to query a system's performance data over SNMP. +|[package]*net-snmp-perl*|The [command]#mib2c# utility and the `NetSNMP` Perl module. +|[package]*net-snmp-python*|An SNMP client library for Python. +|=== + +To install any of these packages, use the [command]#dnf# command in the following form: + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`install` _package_pass:attributes[{blank}]… +---- + +For example, to install the SNMP Agent Daemon and SNMP clients used in the rest of this section, type the following at a shell prompt: + +---- +~]# dnf install net-snmp net-snmp-libs net-snmp-utils +---- + +Note that you must have superuser privileges (that is, you must be logged in as `root`) to run this command. For more information on how to install new packages in {MAJOROS}, refer to <>. + +[[sect-System_Monitoring_Tools-Net-SNMP-Running]] +===== Running the Net-SNMP Daemon + +The [package]*net-snmp* package contains `snmpd`, the SNMP Agent Daemon. This section provides information on how to start, stop, and restart the `snmpd` service, and shows how to enable or disable it in the `multi-user` target unit. For more information on the concept of target units and how to manage system services in {MAJOROS} in general, refer to <>. + +[[sect-System_Monitoring_Tools-Net-SNMP-Running-Starting]] +====== Starting the Service + +To run the `snmpd` service in the current session, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl# [option]`start` [option]`snmpd.service` +---- + +To configure the service to be automatically started at boot time, use the following command: + +[subs="quotes, macros"] +---- +[command]#systemctl# [option]`enable` [option]`snmpd.service` +---- + +This will enable the service in the `multi-user` target unit. + +[[sect-System_Monitoring_Tools-Net-SNMP-Running-Stopping]] +====== Stopping the Service + +To stop the running `snmpd` service, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl# [option]`stop` [option]`snmpd.service` +---- + +To disable starting the service at boot time, use the following command: + +[subs="quotes, macros"] +---- +[command]#systemctl# [option]`disable` [option]`snmpd.service` +---- + +This will disable the service in the `multi-user` target unit. + +[[sect-System_Monitoring_Tools-Net-SNMP-Running-Restarting]] +====== Restarting the Service + +To restart the running `snmpd` service, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#systemctl# [option]`restart` [option]`snmpd.service` +---- + +This will stop the service and start it again in quick succession. To only reload the configuration without stopping the service, run the following command instead: + +[subs="quotes, macros"] +---- +[command]#systemctl# [option]`reload` [option]`snmpd.service` +---- + +This will cause the running `snmpd` service to reload the configuration. + +[[sect-System_Monitoring_Tools-Net-SNMP-Configuring]] +===== Configuring Net-SNMP + +To change the Net-SNMP Agent Daemon configuration, edit the `/etc/snmp/snmpd.conf` configuration file. The default `snmpd.conf` file shipped with {MAJOROSVER} is heavily commented and serves as a good starting point for agent configuration. + +This section focuses on two common tasks: setting system information and configuring authentication. For more information about available configuration directives, refer to the *snmpd.conf*(5) manual page. Additionally, there is a utility in the [package]*net-snmp* package named [command]#snmpconf# which can be used to interactively generate a valid agent configuration. + +Note that the [package]*net-snmp-utils* package must be installed in order to use the [command]#snmpwalk# utility described in this section. + +.Applying the changes +[NOTE] +==== + +For any changes to the configuration file to take effect, force the `snmpd` service to re-read the configuration by running the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#systemctl# [option]`reload` [option]`snmpd.service` +---- + +==== + +[[sect-System_Monitoring_Tools-Net-SNMP-Configuring-System_Information]] +====== Setting System Information + +Net-SNMP provides some rudimentary system information via the `system` tree. For example, the following [command]#snmpwalk# command shows the `system` tree with a default agent configuration. + +---- +~]# snmpwalk -v2c -c public localhost system +SNMPv2-MIB::sysDescr.0 = STRING: Linux localhost.localdomain 2.6.32-122.el6.x86_64 #1 SMP Wed Mar 9 23:54:34 EST 2011 x86_64 +SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 +DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (99554) 0:16:35.54 +SNMPv2-MIB::sysContact.0 = STRING: Root (configure /etc/snmp/snmp.local.conf) +SNMPv2-MIB::sysName.0 = STRING: localhost.localdomain +SNMPv2-MIB::sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf) +---- + +By default, the `sysName` object is set to the hostname. The `sysLocation` and `sysContact` objects can be configured in the `/etc/snmp/snmpd.conf` file by changing the value of the [option]`syslocation` and [option]`syscontact` directives, for example: + +[subs="quotes"] +---- +syslocation Datacenter, Row 3, Rack 2 +syscontact UNIX Admin <admin@example.com> +---- + +After making changes to the configuration file, reload the configuration and test it by running the [command]#snmpwalk# command again: + +---- +~]# systemct reload snmpd.service +~]# snmpwalk -v2c -c public localhost system +SNMPv2-MIB::sysDescr.0 = STRING: Linux localhost.localdomain 2.6.32-122.el6.x86_64 #1 SMP Wed Mar 9 23:54:34 EST 2011 x86_64 +SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 +DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (158357) 0:26:23.57 +SNMPv2-MIB::sysContact.0 = STRING: UNIX Admin +SNMPv2-MIB::sysName.0 = STRING: localhost.localdomain +SNMPv2-MIB::sysLocation.0 = STRING: Datacenter, Row 3, Rack 2 +---- + +[[sect-System_Monitoring_Tools-Net-SNMP-Configuring-Authentication]] +====== Configuring Authentication + +The Net-SNMP Agent Daemon supports all three versions of the SNMP protocol. The first two versions (1 and 2c) provide for simple authentication using a _community string_. This string is a shared secret between the agent and any client utilities. The string is passed in clear text over the network however and is not considered secure. Version 3 of the SNMP protocol supports user authentication and message encryption using a variety of protocols. The Net-SNMP agent also supports tunneling over SSH, TLS authentication with X.509 certificates, and Kerberos authentication. + +.Configuring SNMP Version 2c Community +To configure an *SNMP version 2c community*, use either the [option]`rocommunity` or [option]`rwcommunity` directive in the `/etc/snmp/snmpd.conf` configuration file. The format of the directives is the following: + +[subs="quotes, macros"] +---- +_directive_ _community_ _source_ _OID_ +---- + +… where _community_ is the community string to use, _source_ is an IP address or subnet, and _OID_ is the SNMP tree to provide access to. For example, the following directive provides read-only access to the `system` tree to a client using the community string "redhat" on the local machine: + +[subs="quotes"] +---- +rocommunity redhat 127.0.0.1 .1.3.6.1.2.1.1 +---- + +To test the configuration, use the [command]#snmpwalk# command with the [option]`-v` and [option]`-c` options. + +---- +~]# snmpwalk -v2c -c redhat localhost system +SNMPv2-MIB::sysDescr.0 = STRING: Linux localhost.localdomain 2.6.32-122.el6.x86_64 #1 SMP Wed Mar 9 23:54:34 EST 2011 x86_64 +SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 +DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (158357) 0:26:23.57 +SNMPv2-MIB::sysContact.0 = STRING: UNIX Admin +SNMPv2-MIB::sysName.0 = STRING: localhost.localdomain +SNMPv2-MIB::sysLocation.0 = STRING: Datacenter, Row 3, Rack 2 +---- + +.Configuring SNMP Version 3 User +To configure an *SNMP version 3 user*, use the [command]#net-snmp-create-v3-user# command. This command adds entries to the `/var/lib/net-snmp/snmpd.conf` and `/etc/snmp/snmpd.conf` files which create the user and grant access to the user. Note that the [command]#net-snmp-create-v3-user# command may only be run when the agent is not running. The following example creates the "sysadmin" user with the password "redhatsnmp": + +---- +~]# systemctl stop snmpd.service +~]# net-snmp-create-v3-user +Enter a SNMPv3 user name to create: +admin +Enter authentication pass-phrase: +redhatsnmp +Enter encryption pass-phrase: + [press return to reuse the authentication pass-phrase] + +adding the following line to /var/lib/net-snmp/snmpd.conf: + createUser admin MD5 "redhatsnmp" DES +adding the following line to /etc/snmp/snmpd.conf: + rwuser admin +~]# systemctl start snmpd.service +---- + +The [option]`rwuser` directive (or [option]`rouser` when the [option]`-ro` command line option is supplied) that [command]#net-snmp-create-v3-user# adds to `/etc/snmp/snmpd.conf` has a similar format to the [option]`rwcommunity` and [option]`rocommunity` directives: + +[subs="quotes, macros"] +---- +_directive_ _user_ [option]`noauth`|[option]`auth`|[option]`priv` _OID_ +---- + +… where _user_ is a username and _OID_ is the SNMP tree to provide access to. By default, the Net-SNMP Agent Daemon allows only authenticated requests (the [option]`auth` option). The [option]`noauth` option allows you to permit unauthenticated requests, and the [option]`priv` option enforces the use of encryption. The [option]`authpriv` option specifies that requests must be authenticated and replies should be encrypted. + +For example, the following line grants the user "admin" read-write access to the entire tree: + +[subs="quotes"] +---- +rwuser admin authpriv .1 +---- + +To test the configuration, create a `.snmp` directory in your user's home directory and a configuration file named `snmp.conf` in that directory (`~/.snmp/snmp.conf`) with the following lines: + +[subs="quotes"] +---- +defVersion 3 +defSecurityLevel authPriv +defSecurityName admin +defPassphrase redhatsnmp +---- + +The [command]#snmpwalk# command will now use these authentication settings when querying the agent: + +---- +~]$ snmpwalk -v3 localhost system +SNMPv2-MIB::sysDescr.0 = STRING: Linux localhost.localdomain 2.6.32-122.el6.x86_64 #1 SMP Wed Mar 9 23:54:34 EST 2011 x86_64 +[output truncated] +---- + +[[sect-System_Monitoring_Tools-Net-SNMP-Retrieving]] +===== Retrieving Performance Data over SNMP + +The Net-SNMP Agent in {MAJOROS} provides a wide variety of performance information over the SNMP protocol. In addition, the agent can be queried for a listing of the installed RPM packages on the system, a listing of currently running processes on the system, or the network configuration of the system. + +This section provides an overview of OIDs related to performance tuning available over SNMP. It assumes that the [package]*net-snmp-utils* package is installed and that the user is granted access to the SNMP tree as described in <>. + +[[sect-System_Monitoring_Tools-Net-SNMP-Retrieving-Hardware]] +====== Hardware Configuration + +The `Host Resources MIB` included with Net-SNMP presents information about the current hardware and software configuration of a host to a client utility. <> summarizes the different OIDs available under that MIB. + +[[tabl-System_Monitoring_Tools-Net-SNMP-OIDs]] +.Available OIDs + +[options="header"] +|=== +|OID|Description +|`HOST-RESOURCES-MIB::hrSystem`|Contains general system information such as uptime, number of users, and number of running processes. +|`HOST-RESOURCES-MIB::hrStorage`|Contains data on memory and file system usage. +|`HOST-RESOURCES-MIB::hrDevices`|Contains a listing of all processors, network devices, and file systems. +|`HOST-RESOURCES-MIB::hrSWRun`|Contains a listing of all running processes. +|`HOST-RESOURCES-MIB::hrSWRunPerf`|Contains memory and CPU statistics on the process table from HOST-RESOURCES-MIB::hrSWRun. +|`HOST-RESOURCES-MIB::hrSWInstalled`|Contains a listing of the RPM database. +|=== + +There are also a number of SNMP tables available in the Host Resources MIB which can be used to retrieve a summary of the available information. The following example displays `HOST-RESOURCES-MIB::hrFSTable`: + +[subs="quotes, macros"] +---- +~]$ [command]#snmptable -Cb localhost HOST-RESOURCES-MIB::hrFSTable# +SNMP table: HOST-RESOURCES-MIB::hrFSTable + + Index MountPoint RemoteMountPoint Type + Access Bootable StorageIndex LastFullBackupDate LastPartialBackupDate + 1 "/" "" HOST-RESOURCES-TYPES::hrFSLinuxExt2 + readWrite true 31 0-1-1,0:0:0.0 0-1-1,0:0:0.0 + 5 "/dev/shm" "" HOST-RESOURCES-TYPES::hrFSOther + readWrite false 35 0-1-1,0:0:0.0 0-1-1,0:0:0.0 + 6 "/boot" "" HOST-RESOURCES-TYPES::hrFSLinuxExt2 + readWrite false 36 0-1-1,0:0:0.0 0-1-1,0:0:0.0 +---- + +For more information about `HOST-RESOURCES-MIB`, see the `/usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt` file. + +[[sect-System_Monitoring_Tools-Net-SNMP-Retrieving-CPU]] +====== CPU and Memory Information + +Most system performance data is available in the `UCD SNMP MIB`. The `systemStats` OID provides a number of counters around processor usage: + +[subs="quotes, macros"] +---- +~]$ [command]#snmpwalk localhost UCD-SNMP-MIB::systemStats# +UCD-SNMP-MIB::ssIndex.0 = INTEGER: 1 +UCD-SNMP-MIB::ssErrorName.0 = STRING: systemStats +UCD-SNMP-MIB::ssSwapIn.0 = INTEGER: 0 kB +UCD-SNMP-MIB::ssSwapOut.0 = INTEGER: 0 kB +UCD-SNMP-MIB::ssIOSent.0 = INTEGER: 0 blocks/s +UCD-SNMP-MIB::ssIOReceive.0 = INTEGER: 0 blocks/s +UCD-SNMP-MIB::ssSysInterrupts.0 = INTEGER: 29 interrupts/s +UCD-SNMP-MIB::ssSysContext.0 = INTEGER: 18 switches/s +UCD-SNMP-MIB::ssCpuUser.0 = INTEGER: 0 +UCD-SNMP-MIB::ssCpuSystem.0 = INTEGER: 0 +UCD-SNMP-MIB::ssCpuIdle.0 = INTEGER: 99 +UCD-SNMP-MIB::ssCpuRawUser.0 = Counter32: 2278 +UCD-SNMP-MIB::ssCpuRawNice.0 = Counter32: 1395 +UCD-SNMP-MIB::ssCpuRawSystem.0 = Counter32: 6826 +UCD-SNMP-MIB::ssCpuRawIdle.0 = Counter32: 3383736 +UCD-SNMP-MIB::ssCpuRawWait.0 = Counter32: 7629 +UCD-SNMP-MIB::ssCpuRawKernel.0 = Counter32: 0 +UCD-SNMP-MIB::ssCpuRawInterrupt.0 = Counter32: 434 +UCD-SNMP-MIB::ssIORawSent.0 = Counter32: 266770 +UCD-SNMP-MIB::ssIORawReceived.0 = Counter32: 427302 +UCD-SNMP-MIB::ssRawInterrupts.0 = Counter32: 743442 +UCD-SNMP-MIB::ssRawContexts.0 = Counter32: 718557 +UCD-SNMP-MIB::ssCpuRawSoftIRQ.0 = Counter32: 128 +UCD-SNMP-MIB::ssRawSwapIn.0 = Counter32: 0 +UCD-SNMP-MIB::ssRawSwapOut.0 = Counter32: 0 +---- + +In particular, the `ssCpuRawUser`, `ssCpuRawSystem`, `ssCpuRawWait`, and `ssCpuRawIdle` OIDs provide counters which are helpful when determining whether a system is spending most of its processor time in kernel space, user space, or I/O. `ssRawSwapIn` and `ssRawSwapOut` can be helpful when determining whether a system is suffering from memory exhaustion. + +More memory information is available under the `UCD-SNMP-MIB::memory` OID, which provides similar data to the [command]#free# command: + +[subs="quotes, macros"] +---- +~]$ [command]#snmpwalk localhost UCD-SNMP-MIB::memory# +UCD-SNMP-MIB::memIndex.0 = INTEGER: 0 +UCD-SNMP-MIB::memErrorName.0 = STRING: swap +UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 1023992 kB +UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 1023992 kB +UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 1021588 kB +UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 634260 kB +UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 1658252 kB +UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB +UCD-SNMP-MIB::memBuffer.0 = INTEGER: 30760 kB +UCD-SNMP-MIB::memCached.0 = INTEGER: 216200 kB +UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0) +UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING: +---- + +Load averages are also available in the `UCD SNMP MIB`. The SNMP table `UCD-SNMP-MIB::laTable` has a listing of the 1, 5, and 15 minute load averages: + +[subs="quotes, macros"] +---- +~]$ [command]#snmptable localhost UCD-SNMP-MIB::laTable# +SNMP table: UCD-SNMP-MIB::laTable + + laIndex laNames laLoad laConfig laLoadInt laLoadFloat laErrorFlag laErrMessage + 1 Load-1 0.00 12.00 0 0.000000 noError + 2 Load-5 0.00 12.00 0 0.000000 noError + 3 Load-15 0.00 12.00 0 0.000000 noError +---- + +[[sect-System_Monitoring_Tools-Net-SNMP-Retrieving-File_System]] +====== File System and Disk Information + +The `Host Resources MIB` provides information on file system size and usage. Each file system (and also each memory pool) has an entry in the `HOST-RESOURCES-MIB::hrStorageTable` table: + +[subs="quotes, macros"] +---- +~]$ [command]#snmptable -Cb localhost HOST-RESOURCES-MIB::hrStorageTable# +SNMP table: HOST-RESOURCES-MIB::hrStorageTable + + Index Type Descr +AllocationUnits Size Used AllocationFailures + 1 HOST-RESOURCES-TYPES::hrStorageRam Physical memory +1024 Bytes 1021588 388064 ? + 3 HOST-RESOURCES-TYPES::hrStorageVirtualMemory Virtual memory +1024 Bytes 2045580 388064 ? + 6 HOST-RESOURCES-TYPES::hrStorageOther Memory buffers +1024 Bytes 1021588 31048 ? + 7 HOST-RESOURCES-TYPES::hrStorageOther Cached memory +1024 Bytes 216604 216604 ? + 10 HOST-RESOURCES-TYPES::hrStorageVirtualMemory Swap space +1024 Bytes 1023992 0 ? + 31 HOST-RESOURCES-TYPES::hrStorageFixedDisk / +4096 Bytes 2277614 250391 ? + 35 HOST-RESOURCES-TYPES::hrStorageFixedDisk /dev/shm +4096 Bytes 127698 0 ? + 36 HOST-RESOURCES-TYPES::hrStorageFixedDisk /boot +1024 Bytes 198337 26694 ? +---- + +The OIDs under `HOST-RESOURCES-MIB::hrStorageSize` and `HOST-RESOURCES-MIB::hrStorageUsed` can be used to calculate the remaining capacity of each mounted file system. + +I/O data is available both in `UCD-SNMP-MIB::systemStats` (`ssIORawSent.0` and `ssIORawRecieved.0`) and in `UCD-DISKIO-MIB::diskIOTable`. The latter provides much more granular data. Under this table are OIDs for `diskIONReadX` and `diskIONWrittenX`, which provide counters for the number of bytes read from and written to the block device in question since the system boot: + +[subs="quotes, macros"] +---- +~]$ [command]#snmptable -Cb localhost UCD-DISKIO-MIB::diskIOTable# +SNMP table: UCD-DISKIO-MIB::diskIOTable + + Index Device NRead NWritten Reads Writes LA1 LA5 LA15 NReadX NWrittenX +... + 25 sda 216886272 139109376 16409 4894 ? ? ? 216886272 139109376 + 26 sda1 2455552 5120 613 2 ? ? ? 2455552 5120 + 27 sda2 1486848 0 332 0 ? ? ? 1486848 0 + 28 sda3 212321280 139104256 15312 4871 ? ? ? 212321280 139104256 +---- + +[[sect-System_Monitoring_Tools-Net-SNMP-Retrieving-Network]] +====== Network Information + +Information on network devices is provided by the Interfaces MIB. `IF-MIB::ifTable` provides an SNMP table with an entry for each interface on the system, the configuration of the interface, and various packet counters for the interface. The following example shows the first few columns of `ifTable` on a system with two physical network interfaces: + +[subs="quotes, macros"] +---- +~]$ [command]#snmptable -Cb localhost IF-MIB::ifTable# +SNMP table: IF-MIB::ifTable + + Index Descr Type Mtu Speed PhysAddress AdminStatus + 1 lo softwareLoopback 16436 10000000 up + 2 eth0 ethernetCsmacd 1500 0 52:54:0:c7:69:58 up + 3 eth1 ethernetCsmacd 1500 0 52:54:0:a7:a3:24 down +---- + +Network traffic is available under the OIDs `IF-MIB::ifOutOctets` and `IF-MIB::ifInOctets`. The following SNMP queries will retrieve network traffic for each of the interfaces on this system: + +[subs="quotes, macros"] +---- +~]$ [command]#snmpwalk localhost IF-MIB::ifDescr# +IF-MIB::ifDescr.1 = STRING: lo +IF-MIB::ifDescr.2 = STRING: eth0 +IF-MIB::ifDescr.3 = STRING: eth1 +~]$ [command]#snmpwalk localhost IF-MIB::ifOutOctets# +IF-MIB::ifOutOctets.1 = Counter32: 10060699 +IF-MIB::ifOutOctets.2 = Counter32: 650 +IF-MIB::ifOutOctets.3 = Counter32: 0 +~]$ [command]#snmpwalk localhost IF-MIB::ifInOctets# +IF-MIB::ifInOctets.1 = Counter32: 10060699 +IF-MIB::ifInOctets.2 = Counter32: 78650 +IF-MIB::ifInOctets.3 = Counter32: 0 +---- + +[[sect-System_Monitoring_Tools-Net-SNMP-Extending]] +===== Extending Net-SNMP + +The Net-SNMP Agent can be extended to provide application metrics in addition to raw system metrics. This allows for capacity planning as well as performance issue troubleshooting. For example, it may be helpful to know that an email system had a 5-minute load average of 15 while being tested, but it is more helpful to know that the email system has a load average of 15 while processing 80,000 messages a second. When application metrics are available via the same interface as the system metrics, this also allows for the visualization of the impact of different load scenarios on system performance (for example, each additional 10,000 messages increases the load average linearly until 100,000). + +A number of the applications that ship with {MAJOROS} extend the Net-SNMP Agent to provide application metrics over SNMP. There are several ways to extend the agent for custom applications as well. This section describes extending the agent with shell scripts and Perl plug-ins. It assumes that the [package]*net-snmp-utils* and [package]*net-snmp-perl* packages are installed, and that the user is granted access to the SNMP tree as described in <>. + +[[sect-System_Monitoring_Tools-Net-SNMP-Extending-Shell]] +====== Extending Net-SNMP with Shell Scripts + +The Net-SNMP Agent provides an extension MIB (`NET-SNMP-EXTEND-MIB`) that can be used to query arbitrary shell scripts. To specify the shell script to run, use the [option]`extend` directive in the `/etc/snmp/snmpd.conf` file. Once defined, the Agent will provide the exit code and any output of the command over SNMP. The example below demonstrates this mechanism with a script which determines the number of `httpd` processes in the process table. + +.Using the proc directive +[NOTE] +==== + +The Net-SNMP Agent also provides a built-in mechanism for checking the process table via the [option]`proc` directive. See the *snmpd.conf*(5) manual page for more information. + +==== + +The exit code of the following shell script is the number of [command]#httpd# processes running on the system at a given point in time: + +---- +#!/bin/sh + +NUMPIDS=`pgrep httpd | wc -l` + +exit $NUMPIDS +---- + +To make this script available over SNMP, copy the script to a location on the system path, set the executable bit, and add an [option]`extend` directive to the `/etc/snmp/snmpd.conf` file. The format of the [option]`extend` directive is the following: + +[subs="quotes, macros"] +---- +[option]`extend` _name_ _prog_ _args_ +---- + +… where _name_ is an identifying string for the extension, _prog_ is the program to run, and _args_ are the arguments to give the program. For instance, if the above shell script is copied to `/usr/local/bin/check_apache.sh`, the following directive will add the script to the SNMP tree: + +---- +extend httpd_pids /bin/sh /usr/local/bin/check_apache.sh +---- + +The script can then be queried at `NET-SNMP-EXTEND-MIB::nsExtendObjects`: + +---- +~]$ snmpwalk localhost NET-SNMP-EXTEND-MIB::nsExtendObjects +NET-SNMP-EXTEND-MIB::nsExtendNumEntries.0 = INTEGER: 1 +NET-SNMP-EXTEND-MIB::nsExtendCommand."httpd_pids" = STRING: /bin/sh +NET-SNMP-EXTEND-MIB::nsExtendArgs."httpd_pids" = STRING: /usr/local/bin/check_apache.sh +NET-SNMP-EXTEND-MIB::nsExtendInput."httpd_pids" = STRING: +NET-SNMP-EXTEND-MIB::nsExtendCacheTime."httpd_pids" = INTEGER: 5 +NET-SNMP-EXTEND-MIB::nsExtendExecType."httpd_pids" = INTEGER: exec(1) +NET-SNMP-EXTEND-MIB::nsExtendRunType."httpd_pids" = INTEGER: run-on-read(1) +NET-SNMP-EXTEND-MIB::nsExtendStorage."httpd_pids" = INTEGER: permanent(4) +NET-SNMP-EXTEND-MIB::nsExtendStatus."httpd_pids" = INTEGER: active(1) +NET-SNMP-EXTEND-MIB::nsExtendOutput1Line."httpd_pids" = STRING: +NET-SNMP-EXTEND-MIB::nsExtendOutputFull."httpd_pids" = STRING: +NET-SNMP-EXTEND-MIB::nsExtendOutNumLines."httpd_pids" = INTEGER: 1 +NET-SNMP-EXTEND-MIB::nsExtendResult."httpd_pids" = INTEGER: 8 +NET-SNMP-EXTEND-MIB::nsExtendOutLine."httpd_pids".1 = STRING: +---- + +Note that the exit code ("8" in this example) is provided as an INTEGER type and any output is provided as a STRING type. To expose multiple metrics as integers, supply different arguments to the script using the [option]`extend` directive. For example, the following shell script can be used to determine the number of processes matching an arbitrary string, and will also output a text string giving the number of processes: + +---- +#!/bin/sh + +PATTERN=$1 +NUMPIDS=`pgrep $PATTERN | wc -l` + +echo "There are $NUMPIDS $PATTERN processes." +exit $NUMPIDS +---- + +The following `/etc/snmp/snmpd.conf` directives will give both the number of `httpd` PIDs as well as the number of `snmpd` PIDs when the above script is copied to `/usr/local/bin/check_proc.sh`: + +---- +extend httpd_pids /bin/sh /usr/local/bin/check_proc.sh httpd +extend snmpd_pids /bin/sh /usr/local/bin/check_proc.sh snmpd +---- + +The following example shows the output of an [command]#snmpwalk# of the `nsExtendObjects` OID: + +---- +~]$ snmpwalk localhost NET-SNMP-EXTEND-MIB::nsExtendObjects +NET-SNMP-EXTEND-MIB::nsExtendNumEntries.0 = INTEGER: 2 +NET-SNMP-EXTEND-MIB::nsExtendCommand."httpd_pids" = STRING: /bin/sh +NET-SNMP-EXTEND-MIB::nsExtendCommand."snmpd_pids" = STRING: /bin/sh +NET-SNMP-EXTEND-MIB::nsExtendArgs."httpd_pids" = STRING: /usr/local/bin/check_proc.sh httpd +NET-SNMP-EXTEND-MIB::nsExtendArgs."snmpd_pids" = STRING: /usr/local/bin/check_proc.sh snmpd +NET-SNMP-EXTEND-MIB::nsExtendInput."httpd_pids" = STRING: +NET-SNMP-EXTEND-MIB::nsExtendInput."snmpd_pids" = STRING: +... +NET-SNMP-EXTEND-MIB::nsExtendResult."httpd_pids" = INTEGER: 8 +NET-SNMP-EXTEND-MIB::nsExtendResult."snmpd_pids" = INTEGER: 1 +NET-SNMP-EXTEND-MIB::nsExtendOutLine."httpd_pids".1 = STRING: There are 8 httpd processes. +NET-SNMP-EXTEND-MIB::nsExtendOutLine."snmpd_pids".1 = STRING: There are 1 snmpd processes. +---- + +.Integer exit codes are limited +[WARNING] +==== + +Integer exit codes are limited to a range of 0–255. For values that are likely to exceed 256, either use the standard output of the script (which will be typed as a string) or a different method of extending the agent. + +==== + +This last example shows a query for the free memory of the system and the number of `httpd` processes. This query could be used during a performance test to determine the impact of the number of processes on memory pressure: + +---- +~]$ snmpget localhost \ + 'NET-SNMP-EXTEND-MIB::nsExtendResult."httpd_pids"' \ + UCD-SNMP-MIB::memAvailReal.0 +NET-SNMP-EXTEND-MIB::nsExtendResult."httpd_pids" = INTEGER: 8 +UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 799664 kB +---- + +[[sect-System_Monitoring_Tools-Net-SNMP-Extending-Perl]] +====== Extending Net-SNMP with Perl + +Executing shell scripts using the [option]`extend` directive is a fairly limited method for exposing custom application metrics over SNMP. The Net-SNMP Agent also provides an embedded Perl interface for exposing custom objects. The [package]*net-snmp-perl* package provides the `NetSNMP::agent` Perl module that is used to write embedded Perl plug-ins on {MAJOROS}. + +The `NetSNMP::agent` Perl module provides an `agent` object which is used to handle requests for a part of the agent's OID tree. The `agent` object's constructor has options for running the agent as a sub-agent of `snmpd` or a standalone agent. No arguments are necessary to create an embedded agent: + +[subs="quotes"] +---- +use NetSNMP::agent (':all'); + +my $agent = new NetSNMP::agent(); +---- + +The `agent` object has a `register` method which is used to register a callback function with a particular OID. The `register` function takes a name, OID, and pointer to the callback function. The following example will register a callback function named `hello_handler` with the SNMP Agent which will handle requests under the OID `.1.3.6.1.4.1.8072.9999.9999`: + +---- +$agent->register("hello_world", ".1.3.6.1.4.1.8072.9999.9999", + \&hello_handler); +---- + +.Obtaining a root OID +[NOTE] +==== + +The OID `.1.3.6.1.4.1.8072.9999.9999` (`NET-SNMP-MIB::netSnmpPlaypen`) is typically used for demonstration purposes only. If your organization does not already have a root OID, you can obtain one by contacting your Name Registration Authority (ANSI in the United States). + +==== + +The handler function will be called with four parameters, `HANDLER`, `REGISTRATION_INFO`, `REQUEST_INFO`, and `REQUESTS`. The `REQUESTS` parameter contains a list of requests in the current call and should be iterated over and populated with data. The `request` objects in the list have get and set methods which allow for manipulating the `OID` and `value` of the request. For example, the following call will set the value of a request object to the string "hello world": + +---- +$request->setValue(ASN_OCTET_STR, "hello world"); +---- + +The handler function should respond to two types of SNMP requests: the GET request and the GETNEXT request. The type of request is determined by calling the `getMode` method on the `request_info` object passed as the third parameter to the handler function. If the request is a GET request, the caller will expect the handler to set the `value` of the `request` object, depending on the OID of the request. If the request is a GETNEXT request, the caller will also expect the handler to set the OID of the request to the next available OID in the tree. This is illustrated in the following code example: + +---- +my $request; +my $string_value = "hello world"; +my $integer_value = "8675309"; + +for($request = $requests; $request; $request = $request->next()) { + my $oid = $request->getOID(); + if ($request_info->getMode() == MODE_GET) { + if ($oid == new NetSNMP::OID(".1.3.6.1.4.1.8072.9999.9999.1.0")) { + $request->setValue(ASN_OCTET_STR, $string_value); + } + elsif ($oid == new NetSNMP::OID(".1.3.6.1.4.1.8072.9999.9999.1.1")) { + $request->setValue(ASN_INTEGER, $integer_value); + } + } elsif ($request_info->getMode() == MODE_GETNEXT) { + if ($oid == new NetSNMP::OID(".1.3.6.1.4.1.8072.9999.9999.1.0")) { + $request->setOID(".1.3.6.1.4.1.8072.9999.9999.1.1"); + $request->setValue(ASN_INTEGER, $integer_value); + } + elsif ($oid < new NetSNMP::OID(".1.3.6.1.4.1.8072.9999.9999.1.0")) { + $request->setOID(".1.3.6.1.4.1.8072.9999.9999.1.0"); + $request->setValue(ASN_OCTET_STR, $string_value); + } + } +} +---- + +When `getMode` returns `MODE_GET`, the handler analyzes the value of the `getOID` call on the `request` object. The `value` of the `request` is set to either `string_value` if the OID ends in ".1.0", or set to `integer_value` if the OID ends in ".1.1". If the `getMode` returns `MODE_GETNEXT`, the handler determines whether the OID of the request is ".1.0", and then sets the OID and value for ".1.1". If the request is higher on the tree than ".1.0", the OID and value for ".1.0" is set. This in effect returns the "next" value in the tree so that a program like [command]#snmpwalk# can traverse the tree without prior knowledge of the structure. + +The type of the variable is set using constants from `NetSNMP::ASN`. See the [command]#perldoc# for `NetSNMP::ASN` for a full list of available constants. + +The entire code listing for this example Perl plug-in is as follows: + +---- +#!/usr/bin/perl + +use NetSNMP::agent (':all'); +use NetSNMP::ASN qw(ASN_OCTET_STR ASN_INTEGER); + +sub hello_handler { + my ($handler, $registration_info, $request_info, $requests) = @_; + my $request; + my $string_value = "hello world"; + my $integer_value = "8675309"; + + for($request = $requests; $request; $request = $request->next()) { + my $oid = $request->getOID(); + if ($request_info->getMode() == MODE_GET) { + if ($oid == new NetSNMP::OID(".1.3.6.1.4.1.8072.9999.9999.1.0")) { + $request->setValue(ASN_OCTET_STR, $string_value); + } + elsif ($oid == new NetSNMP::OID(".1.3.6.1.4.1.8072.9999.9999.1.1")) { + $request->setValue(ASN_INTEGER, $integer_value); + } + } elsif ($request_info->getMode() == MODE_GETNEXT) { + if ($oid == new NetSNMP::OID(".1.3.6.1.4.1.8072.9999.9999.1.0")) { + $request->setOID(".1.3.6.1.4.1.8072.9999.9999.1.1"); + $request->setValue(ASN_INTEGER, $integer_value); + } + elsif ($oid < new NetSNMP::OID(".1.3.6.1.4.1.8072.9999.9999.1.0")) { + $request->setOID(".1.3.6.1.4.1.8072.9999.9999.1.0"); + $request->setValue(ASN_OCTET_STR, $string_value); + } + } + } +} + +my $agent = new NetSNMP::agent(); +$agent->register("hello_world", ".1.3.6.1.4.1.8072.9999.9999", + \&hello_handler); +---- + +To test the plug-in, copy the above program to `/usr/share/snmp/hello_world.pl` and add the following line to the `/etc/snmp/snmpd.conf` configuration file: + +---- +perl do "/usr/share/snmp/hello_world.pl" +---- + +The SNMP Agent Daemon will need to be restarted to load the new Perl plug-in. Once it has been restarted, an [command]#snmpwalk# should return the new data: + +[subs="quotes, macros"] +---- +~]$ [command]#snmpwalk localhost NET-SNMP-MIB::netSnmpPlaypen# +NET-SNMP-MIB::netSnmpPlaypen.1.0 = STRING: "hello world" +NET-SNMP-MIB::netSnmpPlaypen.1.1 = INTEGER: 8675309 +---- + +The [command]#snmpget# should also be used to exercise the other mode of the handler: + +[subs="quotes, macros"] +---- +~]$ [command]#snmpget localhost \# + [command]#NET-SNMP-MIB::netSnmpPlaypen.1.0 \# + [command]#NET-SNMP-MIB::netSnmpPlaypen.1.1# +NET-SNMP-MIB::netSnmpPlaypen.1.0 = STRING: "hello world" +NET-SNMP-MIB::netSnmpPlaypen.1.1 = INTEGER: 8675309 +---- + +[[s1-sysinfo-additional-resources]] +==== Additional Resources + +To learn more about gathering system information, refer to the following resources. + +[[s2-sysinfo-installed-docs]] +===== Installed Documentation + +* *ps*(1) — The manual page for the [command]#ps# command. + +* *top*(1) — The manual page for the [command]#top# command. + +* *free*(1) — The manual page for the [command]#free# command. + +* *df*(1) — The manual page for the [command]#df# command. + +* *du*(1) — The manual page for the [command]#du# command. + +* *lspci*(8) — The manual page for the [command]#lspci# command. + +* *snmpd*(8) — The manual page for the `snmpd` service. + +* *snmpd.conf*(5) — The manual page for the `/etc/snmp/snmpd.conf` file containing full documentation of available configuration directives. diff --git a/en-US/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc b/en-US/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc new file mode 100644 index 0000000..ada33d5 --- /dev/null +++ b/en-US/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc @@ -0,0 +1,2134 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Viewing_and_Managing_Log_Files]] +=== Viewing and Managing Log Files +indexterm:[log files,System Log]indexterm:[log files,description] +_Log files_ are files that contain messages about the system, including the kernel, services, and applications running on it. There are different log files for different information. For example, there is a default system log file, a log file just for security messages, and a log file for cron tasks. + +Log files can be very useful when trying to troubleshoot a problem with the system such as trying to load a kernel driver or when looking for unauthorized login attempts to the system. This chapter discusses where to find log files, how to view log files, and what to look for in log files. +indexterm:[log files,rsyslogd daemon]indexterm:[rsyslog] +Some log files are controlled by a daemon called `rsyslogd`. The `rsyslogd` daemon is an enhanced replacement for [application]*sysklogd*, and provides extended filtering, encryption protected relaying of messages, various configuration options, input and output modules, support for transportation via the `TCP` or `UDP` protocols. Note that [application]*rsyslog* is compatible with [application]*sysklogd*. + +Log files can also be managed by the `journald` daemon – a component of `systemd`. The `journald` daemon captures Syslog messages, kernel log messages, initial RAM disk and early boot messages as well as messages written to standard output and standard error output of all services, indexes them and makes this available to the user. The native journal file format, which is a structured and indexed binary file, improves searching and provides faster operation, and it also stores meta data information like time stamps or user IDs. Log files produced by `journald` are by default not persistent, log files are stored only in memory or a small ring-buffer in the `/run/log/journal/` directory. The amount of logged data depends on free memory, when you reach the capacity limit, the oldest entries are deleted. However, this setting can be altered – see <>. For more information on Journal see <>. + +By default, these two logging tools coexist on your system. The `journald` daemon is the primary tool for troubleshooting. It also provides additional data necessary for creating structured log messages. Data acquired by `journald` is forwarded into the `/run/systemd/journal/syslog` socket that may be used by `rsyslogd` to process the data further. However, [application]*rsyslog* does the actual integration by default via the `imjournal` input module, thus avoiding the aforementioned socket. You can also transfer data in the opposite direction, from `rsyslogd` to `journald` with use of `omjournal` module. See <> for further information. The integration enables maintaining text-based logs in a consistent format to ensure compatibility with possible applications or configurations dependent on `rsyslogd`. Also, you can maintain rsyslog messages in a structured format (see <>). + +[[s1-logfiles-locating]] +==== Locating Log Files +indexterm:[log files,locating] +A list of log files maintained by `rsyslogd` can be found in the `/etc/rsyslog.conf` configuration file. Most log files are located in the `/var/log/` directory. Some applications such as [command]#httpd# and [command]#samba# have a directory within `/var/log/` for their log files. +indexterm:[log files,rotating]indexterm:[logrotate] +You may notice multiple files in the `/var/log/` directory with numbers after them (for example, `cron-20100906`). These numbers represent a time stamp that has been added to a rotated log file. Log files are rotated so their file sizes do not become too large. The `logrotate` package contains a cron task that automatically rotates log files according to the `/etc/logrotate.conf` configuration file and the configuration files in the `/etc/logrotate.d/` directory. + +[[s1-basic_configuration_of_rsyslog]] +==== Basic Configuration of Rsyslog +indexterm:[rsyslog,configuration] +The main configuration file for [application]*rsyslog* is `/etc/rsyslog.conf`. Here, you can specify _global directives_, _modules_, and _rules_ that consist of _filter_ and _action_ parts. Also, you can add comments in the form of text following a hash sign (`#`). + +[[s2-Filters]] +===== Filters +indexterm:[rsyslog,filters] +A rule is specified by a *filter* part, which selects a subset of syslog messages, and an *action* part, which specifies what to do with the selected messages. To define a rule in your `/etc/rsyslog.conf` configuration file, define both, a filter and an action, on one line and separate them with one or more spaces or tabs. + +[application]*rsyslog* offers various ways to filter syslog messages according to selected properties. The available filtering methods can be divided into *Facility/Priority-based*, *Property-based*, and *Expression-based* filters. + +Facility/Priority-based filters:: The most used and well-known way to filter syslog messages is to use the facility/priority-based filters which filter syslog messages based on two conditions: _facility_ and _priority_ separated by a dot. To create a selector, use the following syntax: + +[subs="quotes, macros"] +---- + +_FACILITY_._PRIORITY_ + +---- + +where: + +** _FACILITY_ specifies the subsystem that produces a specific syslog message. For example, the [command]#mail# subsystem handles all mail-related syslog messages. _FACILITY_ can be represented by one of the following keywords (or by a numerical code): [command]#kern# (0), [command]#user# (1), [command]#mail# (2), [command]#daemon# (3), [command]#auth# (4), [command]#syslog# (5), [command]#lpr# (6), [command]#news# (7), [command]#uucp# (8), [command]#cron# (9), [command]#authpriv# (10), [command]#ftp# (11), [command]#ntp# (12), [command]#logaudit# (13), [command]#logalert# (14), [command]#clock# (15), and [command]#local0# through [command]#local7# (16 - 23). + +** _PRIORITY_ specifies a priority of a syslog message. _PRIORITY_ can be represented by one of the following keywords (or by a number): [command]#debug# (7), [command]#info# (6), [command]#notice# (5), [command]#warning# (4), [command]#err# (3), [command]#crit# (2), [command]#alert# (1), and [command]#emerg# (0). + +The aforementioned syntax selects syslog messages with the defined or *higher* priority. By preceding any priority keyword with an equal sign (`=`), you specify that only syslog messages with the specified priority will be selected. All other priorities will be ignored. Conversely, preceding a priority keyword with an exclamation mark (`!`) selects all syslog messages except those with the defined priority. + +In addition to the keywords specified above, you may also use an asterisk (`*`) to define all facilities or priorities (depending on where you place the asterisk, before or after the comma). Specifying the priority keyword `none` serves for facilities with no given priorities. Both facility and priority conditions are case-insensitive. + +To define multiple facilities and priorities, separate them with a comma (`,`). To define multiple selectors on one line, separate them with a semi-colon (`;`). Note that each selector in the selector field is capable of overwriting the preceding ones, which can exclude some priorities from the pattern. + +[[ex-facility_priority-based_filters]] +.Facility/Priority-based Filters +==== + +The following are a few examples of simple facility/priority-based filters that can be specified in `/etc/rsyslog.conf`. To select all kernel syslog messages with any priority, add the following text into the configuration file: + +---- + +kern.* + +---- + +To select all mail syslog messages with priority [command]#crit# and higher, use this form: + +[subs="quotes"] +---- + +mail.crit + +---- + +To select all cron syslog messages except those with the [command]#info# or [command]#debug# priority, set the configuration in the following form: + +[subs="quotes"] +---- + +cron.!info,!debug + +---- + +==== + +Property-based filters:: Property-based filters let you filter syslog messages by any property, such as `timegenerated` or `syslogtag`. For more information on properties, see <>. You can compare each of the specified properties to a particular value using one of the compare-operations listed in <>. Both property names and compare operations are case-sensitive. + +Property-based filter must start with a colon (`:`). To define the filter, use the following syntax: + +[subs="macros"] +---- +:pass:quotes[_PROPERTY_], [!]pass:quotes[_COMPARE_OPERATION_], "pass:quotes[_STRING_]" +---- + +where: + +** The _PROPERTY_ attribute specifies the desired property. + +** The optional exclamation point (`!`) negates the output of the compare-operation. Other Boolean operators are currently not supported in property-based filters. + +** The _COMPARE_OPERATION_ attribute specifies one of the compare-operations listed in <>. + +** The _STRING_ attribute specifies the value that the text provided by the property is compared to. This value must be enclosed in quotation marks. To escape certain character inside the string (for example a quotation mark (`"`)), use the backslash character (`\`). + +[[table-compare-operations]] +.Property-based compare-operations + +[options="header"] +|=== +|Compare-operation|Description +|`contains`|Checks whether the provided string matches any part of the text provided by the property. To perform case-insensitive comparisons, use `contains_i`. +|`isequal`|Compares the provided string against all of the text provided by the property. These two values must be exactly equal to match. +|`startswith`|Checks whether the provided string is found exactly at the beginning of the text provided by the property. To perform case-insensitive comparisons, use `startswith_i`. +|`regex`|Compares the provided POSIX BRE (Basic Regular Expression) against the text provided by the property. +|`ereregex`|Compares the provided POSIX ERE (Extended Regular Expression) regular expression against the text provided by the property. +|`isempty`|Checks if the property is empty. The value is discarded. This is especially useful when working with normalized data, where some fields may be populated based on normalization result. +|=== + +[[ex-property-based_filters]] +.Property-based Filters +==== + +The following are a few examples of property-based filters that can be specified in `/etc/rsyslog.conf`. To select syslog messages which contain the string `error` in their message text, use: + +[subs="quotes"] +---- +:msg, contains, "error" +---- + +The following filter selects syslog messages received from the host name `host1`: + +[subs="quotes"] +---- +:hostname, isequal, "host1" +---- + +To select syslog messages which do not contain any mention of the words `fatal` and `error` with any or no text between them (for example, `fatal lib error`), type: + +---- +:msg, !regex, "fatal .* error" +---- + +==== + +Expression-based filters:: Expression-based filters select syslog messages according to defined arithmetic, Boolean or string operations. Expression-based filters use [application]*rsyslog*pass:attributes[{blank}]'s own scripting language called *RainerScript* to build complex filters. + +The basic syntax of expression-based filter looks as follows: + +[subs="quotes, macros"] +---- + +if _EXPRESSION_ then _ACTION_ else _ACTION_ + +---- + +where: + +** The _EXPRESSION_ attribute represents an expression to be evaluated, for example: `$msg startswith 'DEVNAME'` or `$syslogfacility-text == 'local0'`. You can specify more than one expression in a single filter by using `and` and `or` operators. + +** The _ACTION_ attribute represents an action to be performed if the expression returns the value `true`. This can be a single action, or an arbitrary complex script enclosed in curly braces. + +** Expression-based filters are indicated by the keyword *if* at the start of a new line. The *then* keyword separates the _EXPRESSION_ from the _ACTION_. Optionally, you can employ the *else* keyword to specify what action is to be performed in case the condition is not met. + +With expression-based filters, you can nest the conditions by using a script enclosed in curly braces as in <>. The script allows you to use *facility/priority-based* filters inside the expression. On the other hand, *property-based* filters are not recommended here. RainerScript supports regular expressions with specialized functions `re_match()` and `re_extract()`. + +[[ex-expression-based_filters]] +.Expression-based Filters +==== + +The following expression contains two nested conditions. The log files created by a program called *prog1* are split into two files based on the presence of the "test" string in the message. + +[subs="quotes"] +---- + +if $programname == 'prog1' then { + action(type="omfile" file="/var/log/prog1.log") + if $msg contains 'test' then + action(type="omfile" file="/var/log/prog1test.log") + else + action(type="omfile" file="/var/log/prog1notest.log") +} + +---- + +==== + +See <> for more examples of various expression-based filters. RainerScript is the basis for [application]*rsyslog*pass:attributes[{blank}]'s new configuration format, see <> + +[[s2-Actions]] +===== Actions +indexterm:[rsyslog,actions] +Actions specify what is to be done with the messages filtered out by an already-defined selector. The following are some of the actions you can define in your rule: + +Saving syslog messages to log files:: The majority of actions specify to which log file a syslog message is saved. This is done by specifying a file path after your already-defined selector: + +[subs="quotes, macros"] +---- +_FILTER_ _PATH_ +---- + +where _FILTER_ stands for user-specified selector and _PATH_ is a path of a target file. + +For instance, the following rule is comprised of a selector that selects all [application]*cron* syslog messages and an action that saves them into the `/var/log/cron.log` log file: + +---- +cron.* /var/log/cron.log +---- + +By default, the log file is synchronized every time a syslog message is generated. Use a dash mark (`-`) as a prefix of the file path you specified to omit syncing: + +[subs="quotes, macros"] +---- +_FILTER_ -_PATH_ +---- + +Note that you might lose information if the system terminates right after a write attempt. However, this setting can improve performance, especially if you run programs that produce very verbose log messages. + +Your specified file path can be either *static* or *dynamic*. Static files are represented by a fixed file path as shown in the example above. Dynamic file paths can differ according to the received message. Dynamic file paths are represented by a template and a question mark (`?`) prefix: + +[subs="quotes, macros"] +---- +_FILTER_ ?_DynamicFile_ +---- + +where _DynamicFile_ is a name of a predefined template that modifies output paths. You can use the dash prefix (`-`) to disable syncing, also you can use multiple templates separated by a colon (`;`). For more information on templates, see <>. + +If the file you specified is an existing [application]*terminal* or `/dev/console` device, syslog messages are sent to standard output (using special [application]*terminal*-handling) or your console (using special `/dev/console`-handling) when using the X Window System, respectively. + +Sending syslog messages over the network:: [application]*rsyslog* allows you to send and receive syslog messages over the network. This feature allows you to administer syslog messages of multiple hosts on one machine. To forward syslog messages to a remote machine, use the following syntax: + +[subs="quotes, macros"] +---- +@([command]#zpass:attributes[{blank}]_NUMBER_pass:attributes[{blank}]#)_HOST_:pass:attributes[{blank}]_PORT_ + +---- + +where: + +** The at sign (`@`) indicates that the syslog messages are forwarded to a host using the `UDP` protocol. To use the `TCP` protocol, use two at signs with no space between them (`@@`). + +** The optional [command]#zpass:attributes[{blank}]_NUMBER_pass:attributes[{blank}]# setting enables [application]*zlib* compression for syslog messages. The _NUMBER_ attribute specifies the level of compression (from 1 – lowest to 9 – maximum). Compression gain is automatically checked by `rsyslogd`, messages are compressed only if there is any compression gain and messages below 60 bytes are never compressed. + +** The _HOST_ attribute specifies the host which receives the selected syslog messages. + +** The _PORT_ attribute specifies the host machine's port. + +When specifying an `IPv6` address as the host, enclose the address in square brackets (`[`, `]`). + +[[ex-logging_over_the_network]] +.Sending syslog Messages over the Network +==== + +The following are some examples of actions that forward syslog messages over the network (note that all actions are preceded with a selector that selects all messages with any priority). To forward messages to `192.168.0.1` via the `UDP` protocol, type: + +---- + +*.* @192.168.0.1 + +---- + +To forward messages to "example.com" using port 18 and the `TCP` protocol, use: + +---- + +*.* @@example.com:18 + +---- + +The following compresses messages with [application]*zlib* (level 9 compression) and forwards them to `2001:db8::1` using the `UDP` protocol + +---- + +*.* @(z9)[2001:db8::1] + +---- + +==== + +Output channels:: Output channels are primarily used to specify the maximum size a log file can grow to. This is very useful for log file rotation (for more information see <>). An output channel is basically a collection of information about the output action. Output channels are defined by the `$outchannel` directive. To define an output channel in `/etc/rsyslog.conf`, use the following syntax: + +[subs="macros"] +---- +$outchannel pass:quotes[_NAME_], pass:quotes[_FILE_NAME_], pass:quotes[_MAX_SIZE_], pass:quotes[_ACTION_] +---- + +where: + +** The _NAME_ attribute specifies the name of the output channel. + +** The _FILE_NAME_ attribute specifies the name of the output file. Output channels can write only into files, not pipes, terminal, or other kind of output. + +** The _MAX_SIZE_ attribute represents the maximum size the specified file (in _FILE_NAME_) can grow to. This value is specified in *bytes*. + +** The _ACTION_ attribute specifies the action that is taken when the maximum size, defined in _MAX_SIZE_, is hit. + +To use the defined output channel as an action inside a rule, type: + +[subs="quotes, macros"] +---- +_FILTER_ :omfile:$pass:attributes[{blank}]_NAME_ +---- + +[[example-log-rotation]] +.Output channel log rotation +==== + +The following output shows a simple log rotation through the use of an output channel. First, the output channel is defined via the `$outchannel` directive: + +---- + + $outchannel log_rotation, /var/log/test_log.log, 104857600, /home/joe/log_rotation_script + +---- + +and then it is used in a rule that selects every syslog message with any priority and executes the previously-defined output channel on the acquired syslog messages: + +---- + +*.* :omfile:$log_rotation + +---- + +Once the limit (in the example 100{nbsp}MB) is hit, the `/home/joe/log_rotation_script` is executed. This script can contain anything from moving the file into a different folder, editing specific content out of it, or simply removing it. + +==== + +Sending syslog messages to specific users:: [application]*rsyslog* can send syslog messages to specific users by specifying a user name of the user you want to send the messages to (as in <>). To specify more than one user, separate each user name with a comma (`,`). To send messages to every user that is currently logged on, use an asterisk (`*`). + +Executing a program:: [application]*rsyslog* lets you execute a program for selected syslog messages and uses the `system()` call to execute the program in shell. To specify a program to be executed, prefix it with a caret character (`^`). Consequently, specify a template that formats the received message and passes it to the specified executable as a one line parameter (for more information on templates, see <>). + +[subs="macros"] +---- +pass:quotes[_FILTER_] ^pass:quotes[_EXECUTABLE_]; pass:quotes[_TEMPLATE_] +---- + +Here an output of the _FILTER_ condition is processed by a program represented by _EXECUTABLE_. This program can be any valid executable. Replace _TEMPLATE_ with the name of the formatting template. + +[[ex-esecuting_a_program]] +.Executing a Program +==== + +In the following example, any syslog message with any priority is selected, formatted with the `template` template and passed as a parameter to the [application]*test-program* program, which is then executed with the provided parameter: + +---- +*.* ^test-program;template +---- + +==== + +.Be careful when using the shell execute action +[WARNING] +==== + +When accepting messages from any host, and using the shell execute action, you may be vulnerable to command injection. An attacker may try to inject and execute commands in the program you specified to be executed in your action. To avoid any possible security threats, thoroughly consider the use of the shell execute action. + +==== + +Storing syslog messages in a database:: Selected syslog messages can be directly written into a database table using the *database writer* action. The database writer uses the following syntax: + +[subs="macros"] +---- +:pass:quotes[_PLUGIN_]:pass:quotes[_DB_HOST_],pass:quotes[_DB_NAME_],pass:quotes[_DB_USER_],pass:quotes[_DB_PASSWORD_];pass:quotes[_TEMPLATE_] +---- + +where: + +** The _PLUGIN_ calls the specified plug-in that handles the database writing (for example, the `ommysql` plug-in). + +** The _DB_HOST_ attribute specifies the database host name. + +** The _DB_NAME_ attribute specifies the name of the database. + +** The _DB_USER_ attribute specifies the database user. + +** The _DB_PASSWORD_ attribute specifies the password used with the aforementioned database user. + +** The _TEMPLATE_ attribute specifies an optional use of a template that modifies the syslog message. For more information on templates, see <>. + +.Using MySQL and PostgreSQL +[IMPORTANT] +==== + +Currently, [application]*rsyslog* provides support for `MySQL` and `PostgreSQL` databases only. +In order to use the `MySQL` and `PostgreSQL` database writer functionality, install the [package]*rsyslog-mysql* and [package]*rsyslog-pgsql* packages, respectively. Also, make sure you load the appropriate modules in your `/etc/rsyslog.conf` configuration file: + +---- + +$ModLoad ommysql # Output module for MySQL support +$ModLoad ompgsql # Output module for PostgreSQL support + +---- + +For more information on [application]*rsyslog* modules, see <>. + +Alternatively, you may use a generic database interface provided by the `omlibdb` module (supports: Firebird/Interbase, MS SQL, Sybase, SQLLite, Ingres, Oracle, mSQL). + +==== + +Discarding syslog messages:: To discard your selected messages, use the tilde character (`~`). + +[subs="quotes, macros"] +---- +_FILTER_ ~ +---- + +The discard action is mostly used to filter out messages before carrying on any further processing. It can be effective if you want to omit some repeating messages that would otherwise fill the log files. The results of discard action depend on where in the configuration file it is specified, for the best results place these actions on top of the actions list. Please note that once a message has been discarded there is no way to retrieve it in later configuration file lines. + +For instance, the following rule discards any cron syslog messages: + +---- +cron.* ~ +---- + +.Specifying Multiple Actions +For each selector, you are allowed to specify multiple actions. To specify multiple actions for one selector, write each action on a separate line and precede it with an ampersand (&) character: + +[subs="quotes, macros"] +---- + +_FILTER_ _ACTION_ +& _ACTION_ +& _ACTION_ + +---- + +Specifying multiple actions improves the overall performance of the desired outcome since the specified selector has to be evaluated only once. + +[[ex-multiple_actions]] +.Specifying Multiple Actions +==== + +In the following example, all kernel syslog messages with the critical priority (`crit`) are sent to user `user1`, processed by the template `temp` and passed on to the `test-program` executable, and forwarded to `192.168.0.1` via the `UDP` protocol. + +---- + +kern.=crit user1 +& ^test-program;temp +& @192.168.0.1 + +---- + +==== + +Any action can be followed by a template that formats the message. To specify a template, suffix an action with a semicolon (`;`) and specify the name of the template. For more information on templates, see <>. + +.Using templates +[WARNING] +==== + +A template must be defined before it is used in an action, otherwise it is ignored. In other words, template definitions should always precede rule definitions in `/etc/rsyslog.conf`. + +==== + +[[s2-Templates]] +===== Templates +indexterm:[rsyslog,templates] +Any output that is generated by [application]*rsyslog* can be modified and formatted according to your needs with the use of *templates*. To create a template use the following syntax in `/etc/rsyslog.conf`: + +[subs="macros"] +---- +$template pass:quotes[_TEMPLATE_NAME_],"pass:quotes[_text %PROPERTY% more text_]", pass:quotes[_OPTION_] +---- + +where: + +* `$template` is the template directive that indicates that the text following it, defines a template. + +* `TEMPLATE_NAME` is the name of the template. Use this name to refer to the template. + +* Anything between the two quotation marks (`"`pass:attributes[{blank}]…pass:attributes[{blank}]`"`) is the actual template text. Within this text, special characters, such as `\n` for new line or `\r` for carriage return, can be used. Other characters, such as `%` or `"`, have to be escaped if you want to use those characters literally. + +* The text specified between two percent signs (`%`) specifies a _property_ that allows you to access specific contents of a syslog message. For more information on properties, see <>. + +* The `OPTION` attribute specifies any options that modify the template functionality. The currently supported template options are `sql` and `stdsql`, which are used for formatting the text as an SQL query. + +.The sql and stdsql options +[NOTE] +==== + +Note that the database writer checks whether the `sql` or `stdsql` options are specified in the template. If they are not, the database writer does not perform any action. This is to prevent any possible security threats, such as SQL injection. + +See section [citetitle]_Storing syslog messages in a database_ in <> for more information. + +==== + +[[brid-generating-dynamic-fnames]] +.Generating Dynamic File Names + +Templates can be used to generate dynamic file names. By specifying a property as a part of the file path, a new file will be created for each unique property, which is a convenient way to classify syslog messages. + +For example, use the `timegenerated` property, which extracts a time stamp from the message, to generate a unique file name for each syslog message: + +---- +$template DynamicFile,"/var/log/test_logs/%timegenerated%-test.log" +---- + +Keep in mind that the `$template` directive only specifies the template. You must use it inside a rule for it to take effect. In `/etc/rsyslog.conf`, use the question mark (`?`) in an action definition to mark the dynamic file name template: + +---- +*.* ?DynamicFile +---- + +[[brid-properties]] +.Properties +Properties defined inside a template (between two percent signs (`%`)) enable access various contents of a syslog message through the use of a _property replacer_. To define a property inside a template (between the two quotation marks (`"`pass:attributes[{blank}]…pass:attributes[{blank}]`"`)), use the following syntax: + +[subs="macros"] +---- +%pass:quotes[_PROPERTY_NAME_]:pass:quotes[_FROM_CHAR_]:pass:quotes[_TO_CHAR_]:pass:quotes[_OPTION_]% +---- + +where: + +* The _PROPERTY_NAME_ attribute specifies the name of a property. A list of all available properties and their detailed description can be found in the `rsyslog.conf(5)` manual page under the section *Available Properties*. + +* _FROM_CHAR_ and _TO_CHAR_ attributes denote a range of characters that the specified property will act upon. Alternatively, regular expressions can be used to specify a range of characters. To do so, set the letter `R` as the _FROM_CHAR_ attribute and specify your desired regular expression as the _TO_CHAR_ attribute. + +* The _OPTION_ attribute specifies any property options, such as the [option]`lowercase` option to convert the input to lowercase. A list of all available property options and their detailed description can be found in the `rsyslog.conf(5)` manual page under the section *Property Options*. + +The following are some examples of simple properties: + +* The following property obtains the whole message text of a syslog message: + +[subs="quotes"] +---- +%msg% +---- + +* The following property obtains the first two characters of the message text of a syslog message: + +[subs="quotes"] +---- +%msg:1:2% +---- + +* The following property obtains the whole message text of a syslog message and drops its last line feed character: + +[subs="quotes"] +---- +%msg:::drop-last-lf% +---- + +* The following property obtains the first 10 characters of the time stamp that is generated when the syslog message is received and formats it according to the [citetitle]_link:++http://www.rfc-editor.org/info/rfc3339++[RFC 3339]_ date standard. + +[subs="quotes"] +---- +%timegenerated:1:10:date-rfc3339% +---- + +.Template Examples +This section presents a few examples of [application]*rsyslog* templates. + +<> shows a template that formats a syslog message so that it outputs the message's severity, facility, the time stamp of when the message was received, the host name, the message tag, the message text, and ends with a new line. + +[[example-temp1]] +.A verbose syslog message template +==== + +[subs="quotes"] +---- +$template verbose, "%syslogseverity%, %syslogfacility%, %timegenerated%, %HOSTNAME%, %syslogtag%, %msg%\n" +---- + +==== + +<> shows a template that resembles a traditional wall message (a message that is send to every user that is logged in and has their `mesg(1)` permission set to `yes`). This template outputs the message text, along with a host name, message tag and a time stamp, on a new line (using `\r` and `\n`) and rings the bell (using `\7`). + +[[example-temp2]] +.A wall message template +==== + +[subs="quotes"] +---- +$template wallmsg,"\r\n\7Message from syslogd@%HOSTNAME% at %timegenerated% ...\r\n %syslogtag% %msg%\n\r" +---- + +==== + +<> shows a template that formats a syslog message so that it can be used as a database query. Notice the use of the `sql` option at the end of the template specified as the template option. It tells the database writer to format the message as an MySQL `SQL` query. + +[[example-temp3]] +.A database formatted message template +==== + +[subs="quotes"] +---- +$template dbFormat,"insert into SystemEvents (Message, Facility, FromHost, Priority, DeviceReportedTime, ReceivedAt, InfoUnitID, SysLogTag) values ('%msg%', %syslogfacility%, '%HOSTNAME%', %syslogpriority%, '%timereported:::date-mysql%', '%timegenerated:::date-mysql%', %iut%, '%syslogtag%')", sql +---- + +==== + +[application]*rsyslog* also contains a set of predefined templates identified by the `RSYSLOG_` prefix. These are reserved for the syslog's use and it is advisable to not create a template using this prefix to avoid conflicts. The following list shows these predefined templates along with their definitions. + +`RSYSLOG_DebugFormat`:: A special format used for troubleshooting property problems. + +[subs="quotes"] +---- +"Debug line with all properties:\nFROMHOST: '%FROMHOST%', fromhost-ip: '%fromhost-ip%', HOSTNAME: '%HOSTNAME%', PRI: %PRI%,\nsyslogtag '%syslogtag%', programname: '%programname%', APP-NAME: '%APP-NAME%', PROCID: '%PROCID%', MSGID: '%MSGID%',\nTIMESTAMP: '%TIMESTAMP%', STRUCTURED-DATA: '%STRUCTURED-DATA%',\nmsg: '%msg%'\nescaped msg: '%msg:::drop-cc%'\nrawmsg: '%rawmsg%'\n\n\" +---- + +`RSYSLOG_SyslogProtocol23Format`:: The format specified in IETF's internet-draft ietf-syslog-protocol-23, which is assumed to become the new syslog standard RFC. + +[subs="quotes"] +---- +"%PRI%1 %TIMESTAMP:::date-rfc3339% %HOSTNAME% %APP-NAME% %PROCID% %MSGID% %STRUCTURED-DATA% %msg%\n\" +---- + +`RSYSLOG_FileFormat`:: A modern-style logfile format similar to TraditionalFileFormat, but with high-precision time stamps and time zone information. + +[subs="quotes"] +---- +"%TIMESTAMP:::date-rfc3339% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n\" +---- + +`RSYSLOG_TraditionalFileFormat`:: The older default log file format with low-precision time stamps. + +[subs="quotes"] +---- +"%TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n\" +---- + +`RSYSLOG_ForwardFormat`:: A forwarding format with high-precision time stamps and time zone information. + +[subs="quotes"] +---- +"%PRI%%TIMESTAMP:::date-rfc3339% %HOSTNAME% %syslogtag:1:32%%msg:::sp-if-no-1st-sp%%msg%\" +---- + +`RSYSLOG_TraditionalForwardFormat`:: The traditional forwarding format with low-precision time stamps. + +[subs="quotes"] +---- +"%PRI%%TIMESTAMP% %HOSTNAME% %syslogtag:1:32%%msg:::sp-if-no-1st-sp%%msg%\" +---- + +[[s2-global_directives]] +===== Global Directives +indexterm:[rsyslog,global directives] +Global directives are configuration options that apply to the `rsyslogd` daemon. They usually specify a value for a specific predefined variable that affects the behavior of the `rsyslogd` daemon or a rule that follows. All of the global directives must start with a dollar sign (`$`). Only one directive can be specified per line. The following is an example of a global directive that specifies the maximum size of the syslog message queue: + +[subs="quotes"] +---- + +$MainMsgQueueSize 50000 + +---- + +The default size defined for this directive (10,000 messages) can be overridden by specifying a different value (as shown in the example above). + +You can define multiple directives in your `/etc/rsyslog.conf` configuration file. A directive affects the behavior of all configuration options until another occurrence of that same directive is detected. Global directives can be used to configure actions, queues and for debugging. A comprehensive list of all available configuration directives can be found in <>. Currently, a new configuration format has been developed that replaces the $-based syntax (see <>). However, classic global directives remain supported as a legacy format. + +[[s2-log_rotation]] +===== Log Rotation +indexterm:[rsyslog,log rotation] +The following is a sample `/etc/logrotate.conf` configuration file: + +---- + +# rotate log files weekly +weekly +# keep 4 weeks worth of backlogs +rotate 4 +# uncomment this if you want your log files compressed +compress + +---- + +All of the lines in the sample configuration file define global options that apply to every log file. In our example, log files are rotated weekly, rotated log files are kept for four weeks, and all rotated log files are compressed by [application]*gzip* into the `.gz` format. Any lines that begin with a hash sign (#) are comments and are not processed. + +You may define configuration options for a specific log file and place it under the global options. However, it is advisable to create a separate configuration file for any specific log file in the `/etc/logrotate.d/` directory and define any configuration options there. + +The following is an example of a configuration file placed in the `/etc/logrotate.d/` directory: + +[subs="quotes"] +---- + +/var/log/messages { + rotate 5 + weekly + postrotate + /usr/bin/killall -HUP syslogd + endscript +} + +---- + +The configuration options in this file are specific for the `/var/log/messages` log file only. The settings specified here override the global settings where possible. Thus the rotated `/var/log/messages` log file will be kept for five weeks instead of four weeks as was defined in the global options. + +The following is a list of some of the directives you can specify in your [application]*logrotate* configuration file: + +* `weekly` — Specifies the rotation of log files to be done weekly. Similar directives include: + +** `daily` + +** `monthly` + +** `yearly` + +* `compress` — Enables compression of rotated log files. Similar directives include: + +** `nocompress` + +** `compresscmd` — Specifies the command to be used for compressing. + +** `uncompresscmd` + +** `compressext` — Specifies what extension is to be used for compressing. + +** `compressoptions` — Specifies any options to be passed to the compression program used. + +** `delaycompress` — Postpones the compression of log files to the next rotation of log files. + +* `rotate _INTEGER_pass:attributes[{blank}]` — Specifies the number of rotations a log file undergoes before it is removed or mailed to a specific address. If the value 0 is specified, old log files are removed instead of rotated. + +* `mail _ADDRESS_pass:attributes[{blank}]` — This option enables mailing of log files that have been rotated as many times as is defined by the `rotate` directive to the specified address. Similar directives include: + +** `nomail` + +** `mailfirst` — Specifies that the just-rotated log files are to be mailed, instead of the about-to-expire log files. + +** `maillast` — Specifies that the about-to-expire log files are to be mailed, instead of the just-rotated log files. This is the default option when `mail` is enabled. + +For the full list of directives and various configuration options, see the `logrotate(5)` manual page. + +[[sec-using_the_new_configuration_format]] +==== Using the New Configuration Format +indexterm:[rsyslog,new configuration format] +In [application]*rsyslog* version 6, a new configuration syntax was introduced. This new configuration format aims to be more powerful, more intuitive, and to prevent common mistakes by not permitting certain invalid constructs. The syntax enhancement is enabled by the new configuration processor that relies on RainerScript. The legacy format is still fully supported and it is used by default in the `/etc/rsyslog.conf` configuration file. + +RainerScript is a scripting language designed for processing network events and configuring event processors such as [application]*rsyslog*. RainerScript was first used to define expression-based filters, see <>. The version of RainerScript in rsyslog version 7 implemented the `input()` and `ruleset()` statements, which permit the `/etc/rsyslog.conf` configuration file to be written in the new syntax. The new syntax differs mainly in that it is much more structured; parameters are passed as arguments to statements, such as input, action, template, and module load. The scope of options is limited by blocks. This enhances readability and reduces the number of bugs caused by misconfiguration. There is also a significant performance gain. Some functionality is exposed in both syntaxes, some only in the new one. + +Compare the configuration written with legacy-style parameters: + +[subs="quotes"] +---- + +$InputFileName /tmp/inputfile +$InputFileTag tag1: +$InputFileStateFile inputfile-state +$InputRunFileMonitor + +---- + +and the same configuration with the use of the new format statement: + +[subs="quotes"] +---- + +input(type="imfile" file="/tmp/inputfile" tag="tag1:" statefile="inputfile-state") + +---- + +This significantly reduces the number of parameters used in configuration, improves readability, and also provides higher execution speed. For more information on RainerScript statements and parameters see <>. + +[[sec-Rulesets]] +===== Rulesets +indexterm:[rsyslog,rulesets] +Leaving special directives aside, [application]*rsyslog* handles messages as defined by *rules* that consist of a filter condition and an action to be performed if the condition is true. With a traditionally written `/etc/rsyslog.conf` file, all rules are evaluated in order of appearance for every input message. This process starts with the first rule and continues until all rules have been processed or until the message is discarded by one of the rules. + +However, rules can be grouped into sequences called _rulesets_. With rulesets, you can limit the effect of certain rules only to selected inputs or enhance the performance of [application]*rsyslog* by defining a distinct set of actions bound to a specific input. In other words, filter conditions that will be inevitably evaluated as false for certain types of messages can be skipped. The legacy ruleset definition in `/etc/rsyslog.conf` can look as follows: + +[subs="quotes, macros"] +---- + +$RuleSet _rulesetname_ +_rule_ +_rule2_ +---- + +The rule ends when another rule is defined, or the default ruleset is called as follows: + +---- +$RuleSet RSYSLOG_DefaultRuleset +---- + +With the new configuration format in rsyslog 7, the `input()` and `ruleset()` statements are reserved for this operation. The new format ruleset definition in `/etc/rsyslog.conf` can look as follows: + +[subs="quotes, macros"] +---- + +ruleset(name="pass:attributes[{blank}]_rulesetname_pass:attributes[{blank}]") { + _rule_ + _rule2_ + call _rulesetname2_ + … +} + +---- + +Replace _rulesetname_ with an identifier for your ruleset. The ruleset name cannot start with `RSYSLOG_` since this namespace is reserved for use by [application]*rsyslog*. `RSYSLOG_DefaultRuleset` then defines the default set of rules to be performed if the message has no other ruleset assigned. With _rule_ and _rule2_ you can define rules in filter-action format mentioned above. With the `call` parameter, you can nest rulesets by calling them from inside other ruleset blocks. + +After creating a ruleset, you need to specify what input it will apply to: + +[subs="macros"] +---- +input(type="pass:quotes[_input_type_]" port="pass:quotes[_port_num_]" ruleset="pass:quotes[_rulesetname_]"); +---- + +Here you can identify an input message by _input_type_, which is an input module that gathered the message, or by _port_num_ – the port number. Other parameters such as *file* or *tag* can be specified for `input()`. Replace _rulesetname_ with a name of the ruleset to be evaluated against the message. In case an input message is not explicitly bound to a ruleset, the default ruleset is triggered. + +You can also use the legacy format to define rulesets, for more information see <>. + +[[ex-using_rulesets]] +.Using rulesets +==== + +The following rulesets ensure different handling of remote messages coming from different ports. Add the following into `/etc/rsyslog.conf`: + +---- + +ruleset(name="remote-10514") { + action(type="omfile" file="/var/log/remote-10514") +} + +ruleset(name="remote-10515") { + cron.* action(type="omfile" file="/var/log/remote-10515-cron") + mail.* action(type="omfile" file="/var/log/remote-10515-mail") +} + +input(type="imtcp" port="10514" ruleset="remote-10514"); +input(type="imtcp" port="10515" ruleset="remote-10515"); + +---- + +Rulesets shown in the above example define log destinations for the remote input from two ports, in case of 10515, messages are sorted according to the facility. Then, the TCP input is enabled and bound to rulesets. Note that you must load the required modules (imtcp) for this configuration to work. + +==== + +[[s2-compatibility_with_syslogd]] +===== Compatibility with syslogd + +From [application]*rsyslog* version 6, compatibility mode specified via the [option]`-c` option has been removed. Also, the syslogd-style command-line options are deprecated and configuring [application]*rsyslog* through these command-line options should be avoided. However, you can use several templates and directives to configure `rsyslogd` to emulate syslogd-like behavior. + +For more information on various `rsyslogd` options, see the `rsyslogd(8)`pass:attributes[{blank}]manual page. + +[[s1-working_with_queues_in_rsyslog]] +==== Working with Queues in Rsyslog +indexterm:[rsyslog,queues] +Queues are used to pass content, mostly syslog messages, between components of [application]*rsyslog*. With queues, rsyslog is capable of processing multiple messages simultaneously and to apply several actions to a single message at once. The data flow inside [application]*rsyslog* can be illustrated as follows: + +[[fig-message_flow_in_rsyslog]] +.Message Flow in Rsyslog + +image::rsyslog_message_flow.png[Message Flow in Rsyslog] + +Whenever [application]*rsyslog* receives a message, it passes this message to the preprocessor and then places it into the _main message queue_. Messages wait there to be dequeued and passed to the _rule processor_. + +The *rule processor* is a parsing and filtering engine. Here, the rules defined in `/etc/rsyslog.conf` are applied. Based on these rules, the rule processor evaluates which actions are to be performed. Each action has its own action queue. Messages are passed through this queue to the respective action processor which creates the final output. Note that at this point, several actions can run simultaneously on one message. For this purpose, a message is duplicated and passed to multiple action processors. + +Only one queue per action is possible. Depending on configuration, the messages can be sent right to the action processor without action queuing. This is the behavior of *direct queues* (see below). In case the output action fails, the action processor notifies the action queue, which then takes an unprocessed element back and after some time interval, the action is attempted again. + +To sum up, there are two positions where queues stand in [application]*rsyslog*: either in front of the rule processor as a single *main message queue* or in front of various types of output actions as *action queues*. Queues provide two main advantages that both lead to increased performance of message processing: + +* they serve as buffers that *decouple* producers and consumers in the structure of [application]*rsyslog* + +* they allow for *parallelization* of actions performed on messages + +Apart from this, queues can be configured with several directives to provide optimal performance for your system. These configuration options are covered in the following sections. + +[WARNING] +==== + +If an output plug-in is unable to deliver a message, it is stored in the preceding message queue. If the queue fills, the inputs block until it is no longer full. This will prevent new messages from being logged via the blocked queue. In the absence of separate action queues this can have severe consequences, such as preventing `SSH` logging, which in turn can prevent `SSH` access. Therefore it is advised to use dedicated action queues for outputs which are forwarded over a network or to a database. + +==== + +[[s2-defining_queues]] +===== Defining Queues + +Based on where the messages are stored, there are several types of queues: *direct*, *in-memory*, *disk*, and *disk-assisted in-memory* queues that are most widely used. You can choose one of these types for the main message queue and also for action queues. Add the following into `/etc/rsyslog.conf`: + +[subs="macros"] +---- +$pass:quotes[_object_]QueueType pass:quotes[_queue_type_] +---- + +Here, you can apply the setting for the main message queue (replace _object_ with [option]`MainMsg`) or for an action queue (replace _object_ with [option]`Action`). Replace _queue_type_ with one of `direct`, `linkedlist` or `fixedarray` (which are in-memory queues), or `disk`. + +The default setting for a main message queue is the FixedArray queue with a limit of 10,000 messages. Action queues are by default set as Direct queues. + +.Direct Queues +For many simple operations, such as when writing output to a local file, building a queue in front of an action is not needed. To avoid queuing, use: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueType Direct +---- + +Replace _object_ with [option]`MainMsg` or with [option]`Action` to use this option to the main message queue or for an action queue respectively. With direct queue, messages are passed directly and immediately from the producer to the consumer. + +.Disk Queues +Disk queues store messages strictly on a hard drive, which makes them highly reliable but also the slowest of all possible queuing modes. This mode can be used to prevent the loss of highly important log data. However, disk queues are not recommended in most use cases. To set a disk queue, type the following into `/etc/rsyslog.conf`: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueType Disk +---- + +Replace _object_ with [option]`MainMsg` or with [option]`Action` to use this option to the main message queue or for an action queue respectively. Disk queues are written in parts, with a default size 10 Mb. This default size can be modified with the following configuration directive: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueMaxFileSize _size_ +---- + +where _size_ represents the specified size of disk queue part. The defined size limit is not restrictive, [application]*rsyslog* always writes one complete queue entry, even if it violates the size limit. Each part of a disk queue matches with an individual file. The naming directive for these files looks as follows: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueFilename _name_ +---- + +This sets a _name_ prefix for the file followed by a 7-digit number starting at one and incremented for each file. + +.In-memory Queues +With in-memory queue, the enqueued messages are held in memory which makes the process very fast. The queued data is lost if the computer is power cycled or shut down. However, you can use the [option]`$ActionQueueSaveOnShutdown` setting to save the data before shutdown. There are two types of in-memory queues: + +* *FixedArray* queue — the default mode for the main message queue, with a limit of 10,000 elements. This type of queue uses a fixed, pre-allocated array that holds pointers to queue elements. Due to these pointers, even if the queue is empty a certain amount of memory is consumed. However, FixedArray offers the best run time performance and is optimal when you expect a relatively low number of queued messages and high performance. + +* *LinkedList* queue — here, all structures are dynamically allocated in a linked list, thus the memory is allocated only when needed. LinkedList queues handle occasional message bursts very well. + +In general, use LinkedList queues when in doubt. Compared to FixedArray, it consumes less memory and lowers the processing overhead. + +Use the following syntax to configure in-memory queues: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueType LinkedList +---- + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueType FixedArray +---- + +Replace _object_ with [option]`MainMsg` or with [option]`Action` to use this option to the main message queue or for an action queue respectively. + +.Disk-Assisted In-memory Queues +Both disk and in-memory queues have their advantages and [application]*rsyslog* lets you combine them in *disk-assisted in-memory queues*. To do so, configure a normal in-memory queue and then add the [option]`$objectQueueFileName` directive to define a file name for disk assistance. This queue then becomes *disk-assisted*, which means it couples an in-memory queue with a disk queue to work in tandem. + +The disk queue is activated if the in-memory queue is full or needs to persist after shutdown. With a disk-assisted queue, you can set both disk-specific and in-memory specific configuration parameters. This type of queue is probably the most commonly used, it is especially useful for potentially long-running and unreliable actions. + +To specify the functioning of a disk-assisted in-memory queue, use the so-called *watermarks*: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueHighWatermark _number_ +---- + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueLowWatermark _number_ +---- + +Replace _object_ with [option]`MainMsg` or with [option]`Action` to use this option to the main message queue or for an action queue respectively. Replace _number_ with a number of enqueued messages. When an in-memory queue reaches the number defined by the high watermark, it starts writing messages to disk and continues until the in-memory queue size drops to the number defined with the low watermark. Correctly set watermarks minimize unnecessary disk writes, but also leave memory space for message bursts since writing to disk files is rather lengthy. Therefore, the high watermark must be lower than the whole queue capacity set with *$objectQueueSize*. The difference between the high watermark and the overall queue size is a spare memory buffer reserved for message bursts. On the other hand, setting the high watermark too low will turn on disk assistance unnecessarily often. + +[[ex-net_forwarding_with_queue]] +.Reliable Forwarding of Log Messages to a Server +==== + +Rsyslog is often used to maintain a centralized logging system, where log messages are forwarded to a server over the network. To avoid message loss when the server is not available, it is advisable to configure an action queue for the forwarding action. This way, messages that failed to be sent are stored locally until the server is reachable again. Note that such queues are not configurable for connections using the `UDP` protocol. To establish a fully reliable connection, for example when your logging server is outside of your private network, consider using the RELP protocol described in <>. + +[[proc-net_forwarding_with_queue]] +.Forwarding To a Single Server +Suppose the task is to forward log messages from the system to a server with host name *example.com*, and to configure an action queue to buffer the messages in case of a server outage. To do so, perform the following steps: + +. Create a working directory to store the queue files. For example: + +[subs="macros, attributes"] +---- +~]#{nbsp}mkdir pass:quotes[`/rsyslog/work/`] +---- + +. Use the following configuration in `/etc/rsyslog.conf` or create a file with the following content in the `/etc/rsyslog.d/` directory: + +---- +$WorkDirectory /rsyslog/work + +$ActionQueueType LinkedList +$ActionQueueFileName example_fwd +$ActionResumeRetryCount -1 +$ActionQueueSaveOnShutdown on +*.* @@example.com:18 +---- + +Where: + +** the `/rsyslog/work/` directory created in the previous step is marked as a working directory, + +** [option]`$ActionQueueType` enables a LinkedList in-memory queue, + +** [option]`$ActionFileName` defines a disk storage, in this case the backup files are created in the `/rsyslog/work/` directory with the *example_fwd* prefix, + +** the [option]`$ActionResumeRetryCount -1` setting prevents rsyslog form dropping messages when retrying to connect if server is not responding, + +** enabled [option]`$ActionQueueSaveOnShutdown` saves in-memory data if rsyslog shuts down, + +** the last line forwards all received messages to the logging server, port specification is optional. + +With the above configuration, rsyslog keeps messages in memory if the remote server is not reachable. A file on disk is created only if rsyslog runs out of the configured memory queue space or needs to shut down, which benefits the system performance. + +[[proc-net_forwarding_two_servers]] +.Forwarding To Multiple Servers +The process of forwarding log messages to multiple servers is similar to the previous procedure: + +. Create a working directory for rsyslog to store the queue files. For example: + +[subs="macros, attributes"] +---- +~]#{nbsp}mkdir pass:quotes[`/rsyslog/work/`] +---- + +. Each destination server requires a separate forwarding rule, action queue specification, and backup file on disk. For example, use the following configuration in `/etc/rsyslog.conf` or create a file with the following content in the `/etc/rsyslog.d/` directory: + +---- +$WorkDirectory /rsyslog/work + +$ActionQueueType LinkedList +$ActionQueueFileName example_fwd1 +$ActionResumeRetryCount -1 +$ActionQueueSaveOnShutdown on +*.* @@example1.com + +$ActionQueueType LinkedList +$ActionQueueFileName example_fwd2 +$ActionResumeRetryCount -1 +$ActionQueueSaveOnShutdown on +*.* @@example2.com +---- + +==== + +[[s2-managing_queues]] +===== Managing Queues + +All types of queues can be further configured to match your requirements. You can use several directives to modify both action queues and the main message queue. Currently, there are more than 20 queue parameters available, see <>. Some of these settings are used commonly, others, such as worker thread management, provide closer control over the queue behavior and are reserved for advanced users. With advanced settings, you can optimize [application]*rsyslog*pass:attributes[{blank}]'s performance, schedule queuing, or modify the behavior of a queue on system shutdown. + +.Limiting Queue Size +You can limit the number of messages that queue can contain with the following setting: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueHighWatermark _number_ +---- + +Replace _object_ with [option]`MainMsg` or with [option]`Action` to use this option to the main message queue or for an action queue respectively. Replace _number_ with a number of enqueued messages. You can set the queue size only as the number of messages, not as their actual memory size. The default queue size is 10,000 messages for the main message queue and ruleset queues, and 1000 for action queues. + +Disk assisted queues are unlimited by default and can not be restricted with this directive, but you can reserve them physical disk space in bytes with the following settings: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueMaxDiscSpace _number_ +---- + +Replace _object_ with [option]`MainMsg` or with [option]`Action`. When the size limit specified by _number_ is hit, messages are discarded until sufficient amount of space is freed by dequeued messages. + +.Discarding Messages +When a queue reaches a certain number of messages, you can discard less important messages in order to save space in the queue for entries of higher priority. The threshold that launches the discarding process can be set with the so-called *discard mark*: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueDiscardMark _number_ +---- + +Replace _object_ with [option]`MainMsg` or with [option]`Action` to use this option to the main message queue or for an action queue respectively. Here, _number_ stands for a number of messages that have to be in the queue to start the discarding process. To define which messages to discard, use: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueDiscardSeverity _priority_ +---- + +Replace _priority_ with one of the following keywords (or with a number): [command]#debug# (7), [command]#info# (6), [command]#notice# (5), [command]#warning# (4), [command]#err# (3), [command]#crit# (2), [command]#alert# (1), and [command]#emerg# (0). With this setting, both newly incoming and already queued messages with lower than defined priority are erased from the queue immediately after the discard mark is reached. + +.Using Timeframes +You can configure [application]*rsyslog* to process queues during a specific time period. With this option you can, for example, transfer some processing into off-peak hours. To define a time frame, use the following syntax: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueDequeueTimeBegin _hour_ +---- + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueDequeueTimeEnd _hour_ +---- + +With _hour_ you can specify hours that bound your time frame. Use the 24-hour format without minutes. + +.Configuring Worker Threads +A _worker thread_ performs a specified action on the enqueued message. For example, in the main message queue, a worker task is to apply filter logic to each incoming message and enqueue them to the relevant action queues. When a message arrives, a worker thread is started automatically. When the number of messages reaches a certain number, another worker thread is turned on. To specify this number, use: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueWorkerThreadMinimumMessages _number_ +---- + +Replace _number_ with a number of messages that will trigger a supplemental worker thread. For example, with _number_ set to 100, a new worker thread is started when more than 100 messages arrive. When more than 200 messages arrive, the third worker thread starts and so on. However, too many working threads running in parallel becomes ineffective, so you can limit the maximum number of them by using: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueWorkerThreads _number_ +---- + +where _number_ stands for a maximum number of working threads that can run in parallel. For the main message queue, the default limit is 1 thread. Once a working thread has been started, it keeps running until an inactivity timeout appears. To set the length of timeout, type: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueWorkerTimeoutThreadShutdown _time_ +---- + +Replace _time_ with the duration set in milliseconds. Without this setting, a zero timeout is applied and a worker thread is terminated immediately when it runs out of messages. If you specify _time_ as `-1`, no thread will be closed. + +.Batch Dequeuing +To increase performance, you can configure [application]*rsyslog* to dequeue multiple messages at once. To set the upper limit for such dequeueing, use: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueDequeueBatchSize _number_ +---- + +Replace _number_ with the maximum number of messages that can be dequeued at once. Note that a higher setting combined with a higher number of permitted working threads results in greater memory consumption. + +.Terminating Queues +When terminating a queue that still contains messages, you can try to minimize the data loss by specifying a time interval for worker threads to finish the queue processing: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueTimeoutShutdown _time_ +---- + +Specify _time_ in milliseconds. If after that period there are still some enqueued messages, workers finish the current data element and then terminate. Unprocessed messages are therefore lost. Another time interval can be set for workers to finish the final element: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueTimeoutActionCompletion _time_ +---- + +In case this timeout expires, any remaining workers are shut down. To save data at shutdown, use: + +[subs="quotes, macros"] +---- +$pass:attributes[{blank}]_object_pass:attributes[{blank}]QueueTimeoutSaveOnShutdown _time_ +---- + +If set, all queue elements are saved to disk before [application]*rsyslog* terminates. + +[[s1-configuring_rsyslog_on_a_logging_server]] +==== Configuring rsyslog on a Logging Server + +The `rsyslog` service provides facilities both for running a logging server and for configuring individual systems to send their log files to the logging server. See <> for information on client rsyslog configuration. + +The `rsyslog` service must be installed on the system that you intend to use as a logging server and all systems that will be configured to send logs to it. Rsyslog is installed by default in {MAJOROSVER}. If required, to ensure that it is, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install rsyslog +---- + +The steps in this procedure must be followed on the system that you intend to use as your logging server. All steps in this procedure must be made as the `root` user: + +. Configure the firewall to allow `rsyslog` `TCP` traffic. + +.. The default port for `rsyslog` `TCP` traffic is `514`. To allow `TCP` traffic on this port, enter a command as follows: + +[subs="attributes"] +---- +~]#{nbsp}firewall-cmd --zone=zone --add-port=514/tcp +success +---- + +Where _zone_ is the zone of the interface to use. + +. Open the `/etc/rsyslog.conf` file in a text editor and proceed as follows: + +.. Add these lines below the modules section but above the `Provides UDP syslog reception` section: + +---- +# Define templates before the rules that use them + +### Per-Host Templates for Remote Systems ### +$template TmplAuthpriv, "/var/log/remote/auth/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log" +$template TmplMsg, "/var/log/remote/msg/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log" +---- + +.. Replace the default `Provides TCP syslog reception` section with the following: + +---- +# Provides TCP syslog reception +$ModLoad imtcp +# Adding this ruleset to process remote messages +$RuleSet remote1 +authpriv.* ?TmplAuthpriv +*.info;mail.none;authpriv.none;cron.none ?TmplMsg +$RuleSet RSYSLOG_DefaultRuleset #End the rule set by switching back to the default rule set +$InputTCPServerBindRuleset remote1 #Define a new input and bind it to the "remote1" rule set +$InputTCPServerRun 514 +---- + +Save the changes to the `/etc/rsyslog.conf` file. + +. The `rsyslog` service must be running on both the logging server and the systems attempting to log to it. + +.. Use the [command]#systemctl# command to start the `rsyslog` service. + +[subs="macros, attributes"] +---- +~]#{nbsp}pass:quotes[`systemctl start rsyslog`] +---- + +.. To ensure the `rsyslog` service starts automatically in future, enter the following command as root: + +[subs="macros, attributes"] +---- +~]#{nbsp}pass:quotes[`systemctl enable rsyslog`] +---- + +Your log server is now configured to receive and store log files from the other systems in your environment. + +[[sec-Using_The_New_Template_Syntax_on_a_Logging_Server]] +===== Using The New Template Syntax on a Logging Server + +Rsyslog 7 has a number of different templates styles. The string template most closely resembles the legacy format. Reproducing the templates from the example above using the string format would look as follows: + +[subs="quotes"] +---- +template(name="TmplAuthpriv" type="string" + string="/var/log/remote/auth/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log" + ) + +template(name="TmplMsg" type="string" + string="/var/log/remote/msg/%HOSTNAME%/%PROGRAMNAME:::secpath-replace%.log" + ) + +---- + +These templates can also be written in the list format as follows: + +[subs="quotes"] +---- + +template(name="TmplAuthpriv" type="list") { + constant(value="/var/log/remote/auth/") + property(name="hostname") + constant(value="/") + property(name="programname" SecurePath="replace") + constant(value=".log") + } +---- + +[subs="quotes"] +---- +template(name="TmplMsg" type="list") { + constant(value="/var/log/remote/msg/") + property(name="hostname") + constant(value="/") + property(name="programname" SecurePath="replace") + constant(value=".log") + } +---- + +This template text format might be easier to read for those new to rsyslog and therefore can be easier to adapt as requirements change. + +To complete the change to the new syntax, we need to reproduce the module load command, add a rule set, and then bind the rule set to the protocol, port, and ruleset: + +---- + +module(load="imtcp") + +ruleset(name="remote1"){ + authpriv.* action(type="omfile" DynaFile="TmplAuthpriv") + *.info;mail.none;authpriv.none;cron.none action(type="omfile" DynaFile="TmplMsg") +} + +input(type="imtcp" port="514" ruleset="remote1") +---- + +[[s1-using_rsyslog_modules]] +==== Using Rsyslog Modules +indexterm:[rsyslog,modules] +Due to its modular design, [application]*rsyslog* offers a variety of _modules_ which provide additional functionality. Note that modules can be written by third parties. Most modules provide additional inputs (see *Input Modules* below) or outputs (see *Output Modules* below). Other modules provide special functionality specific to each module. The modules may provide additional configuration directives that become available after a module is loaded. To load a module, use the following syntax: + +[subs="quotes, macros"] +---- + +$ModLoad _MODULE_ + +---- + +where [option]`$ModLoad` is the global directive that loads the specified module and _MODULE_ represents your desired module. For example, if you want to load the Text File Input Module ([command]#imfile#) that enables [application]*rsyslog* to convert any standard text files into syslog messages, specify the following line in the `/etc/rsyslog.conf` configuration file: + +[subs="quotes"] +---- + +$ModLoad imfile + +---- + +[application]*rsyslog* offers a number of modules which are split into the following main categories: + +* Input Modules — Input modules gather messages from various sources. The name of an input module always starts with the `im` prefix, such as [command]#imfile# and [command]#imjournal#. + +* Output Modules — Output modules provide a facility to issue message to various targets such as sending across a network, storing in a database, or encrypting. The name of an output module always starts with the `om` prefix, such as [command]#omsnmp#, [command]#omrelp#, and so on. + +* Parser Modules — These modules are useful in creating custom parsing rules or to parse malformed messages. With moderate knowledge of the C programming language, you can create your own message parser. The name of a parser module always starts with the `pm` prefix, such as [command]#pmrfc5424#, [command]#pmrfc3164#, and so on. + +* Message Modification Modules — Message modification modules change content of syslog messages. Names of these modules start with the `mm` prefix. Message Modification Modules such as [command]#mmanon#, [command]#mmnormalize#, or [command]#mmjsonparse# are used for anonymization or normalization of messages. + +* String Generator Modules — String generator modules generate strings based on the message content and strongly cooperate with the template feature provided by [application]*rsyslog*. For more information on templates, see <>. The name of a string generator module always starts with the `sm` prefix, such as [command]#smfile# or [command]#smtradfile#. + +* Library Modules — Library modules provide functionality for other loadable modules. These modules are loaded automatically by [application]*rsyslog* when needed and cannot be configured by the user. + +A comprehensive list of all available modules and their detailed description can be found at link:++http://www.rsyslog.com/doc/rsyslog_conf_modules.html/++[http://www.rsyslog.com/doc/rsyslog_conf_modules.html]. + +[WARNING] +==== + +Note that when [application]*rsyslog* loads any modules, it provides them with access to some of its functions and data. This poses a possible security threat. To minimize security risks, use trustworthy modules only. + +==== + +[[s2-importing_text_files]] +===== Importing Text Files + +The Text File Input Module, abbreviated as [command]#imfile#, enables [application]*rsyslog* to convert any text file into a stream of syslog messages. You can use [command]#imfile# to import log messages from applications that create their own text file logs. To load [command]#imfile#, add the following into `/etc/rsyslog.conf`: + +[subs="quotes, macros"] +---- + +$ModLoad imfile +$InputFilePollInterval _int_ + +---- + +It is sufficient to load [command]#imfile# once, even when importing multiple files. The *$InputFilePollInterval* global directive specifies how often [application]*rsyslog* checks for changes in connected text files. The default interval is 10 seconds, to change it, replace _int_ with a time interval specified in seconds. + +To identify the text files to import, use the following syntax in `/etc/rsyslog.conf`: + +[subs="macros"] +---- + +# File 1 +$InputFileName pass:quotes[_path_to_file_] +$InputFileTag pass:quotes[_tag:_] +$InputFileStateFile pass:quotes[_state_file_name_] +$InputFileSeverity pass:quotes[_severity_] +$InputFileFacility pass:quotes[_facility_] +$InputRunFileMonitor + +# File 2 +$InputFileName pass:quotes[_path_to_file2_] +... + +---- + +Four settings are required to specify an input text file: + +* replace _path_to_file_ with a path to the text file. + +* replace _tag:_ with a tag name for this message. + +* replace _state_file_name_ with a unique name for the *state file*. *State files*, which are stored in the rsyslog working directory, keep cursors for the monitored files, marking what partition has already been processed. If you delete them, whole files will be read in again. Make sure that you specify a name that does not already exist. + +* add the *$InputRunFileMonitor* directive that enables the file monitoring. Without this setting, the text file will be ignored. + +Apart from the required directives, there are several other settings that can be applied on the text input. Set the severity of imported messages by replacing _severity_ with an appropriate keyword. Replace _facility_ with a keyword to define the subsystem that produced the message. The keywords for severity and facility are the same as those used in facility/priority-based filters, see <>. + +[[ex-importing_text_files]] +.Importing Text Files +==== + +The Apache HTTP server creates log files in text format. To apply the processing capabilities of [application]*rsyslog* to apache error messages, first use the [command]#imfile# module to import the messages. Add the following into `/etc/rsyslog.conf`: + +---- + +$ModLoad imfile + +$InputFileName /var/log/httpd/error_log +$InputFileTag apache-error: +$InputFileStateFile state-apache-error +$InputRunFileMonitor + +---- + +==== + +[[s2-exporting_messages_to_a_database]] +===== Exporting Messages to a Database + +Processing of log data can be faster and more convenient when performed in a database rather than with text files. Based on the type of DBMS used, choose from various output modules such as [command]#ommysql#, [command]#ompgsql#, [command]#omoracle#, or [command]#ommongodb#. As an alternative, use the generic [command]#omlibdbi# output module that relies on the `libdbi` library. The [command]#omlibdbi# module supports database systems Firebird/Interbase, MS SQL, Sybase, SQLite, Ingres, Oracle, mSQL, MySQL, and PostgreSQL. + +[[ex-exporting_rsyslog_messages_to_a_database]] +.Exporting Rsyslog Messages to a Database +==== + +To store the rsyslog messages in a MySQL database, add the following into `/etc/rsyslog.conf`: + +---- + +$ModLoad ommysql + +$ActionOmmysqlServerPort 1234 +*.* :ommysql:database-server,database-name,database-userid,database-password + +---- + +First, the output module is loaded, then the communication port is specified. Additional information, such as name of the server and the database, and authentication data, is specified on the last line of the above example. + +==== + +[[s2-enabling_encrypted_transport]] +===== Enabling Encrypted Transport + +Confidentiality and integrity in network transmissions can be provided by either the *TLS* or *GSSAPI* encryption protocol. + +*Transport Layer Security* (TLS) is a cryptographic protocol designed to provide communication security over the network. When using TLS, rsyslog messages are encrypted before sending, and mutual authentication exists between the sender and receiver. + +*Generic Security Service API* (GSSAPI) is an application programming interface for programs to access security services. To use it in connection with [application]*rsyslog* you must have a functioning [application]*Kerberos* environment. + +[[s2-using_RELP]] +===== Using RELP + +*Reliable Event Logging Protocol* (RELP) is a networking protocol for data logging in computer networks. It is designed to provide reliable delivery of event messages, which makes it useful in environments where message loss is not acceptable. + +[[s1-interaction_of_rsyslog_and_journal]] +==== Interaction of Rsyslog and Journal + +As mentioned above, [application]*Rsyslog* and [application]*Journal*, the two logging applications present on your system, have several distinctive features that make them suitable for specific use cases. In many situations it is useful to combine their capabilities, for example to create structured messages and store them in a file database (see <>). A communication interface needed for this cooperation is provided by input and output modules on the side of [application]*Rsyslog* and by the [application]*Journal*pass:attributes[{blank}]'s communication socket. + +By default, `rsyslogd` uses the `imjournal` module as a default input mode for journal files. With this module, you import not only the messages but also the structured data provided by `journald`. Also, older data can be imported from `journald` (unless forbidden with the [option]`$ImjournalIgnorePreviousMessages` directive). See <> for basic configuration of `imjournal`. + +As an alternative, configure `rsyslogd` to read from the socket provided by `journal` as an output for syslog-based applications. The path to the socket is `/run/systemd/journal/syslog`. Use this option when you want to maintain plain rsyslog messages. Compared to `imjournal` the socket input currently offers more features, such as ruleset binding or filtering. To import [application]*Journal* data trough the socket, use the following configuration in `/etc/rsyslog.conf`: + +[subs="quotes"] +---- + +$ModLoad imuxsock +$OmitLocalLogging off + +---- + +The above syntax loads the `imuxsock` module and turns off the [option]`$OmitLocalLogging` directive, which enables the import trough the system socket. The path to this socket is specified separately in `/etc/rsyslog.d/listen.conf` as follows: + +[subs="quotes"] +---- + +$SystemLogSocketName /run/systemd/journal/syslog + +---- + +You can also output messages from [application]*Rsyslog* to [application]*Journal* with the `omjournal` module. Configure the output in `/etc/rsyslog.conf` as follows: + +---- + +$ModLoad omjournal + +*.* :omjournal: + +---- + +For instance, the following configuration forwards all received messages on tcp port 10514 to the Journal: + +---- + +$ModLoad imtcp +$ModLoad omjournal + +$RuleSet remote +*.* :omjournal: + +$InputTCPServerBindRuleset remote +$InputTCPServerRun 10514 + +---- + +[[s1-structured_logging_with_rsyslog]] +==== Structured Logging with Rsyslog + +On systems that produce large amounts of log data, it can be convenient to maintain log messages in a *structured format*. With structured messages, it is easier to search for particular information, to produce statistics and to cope with changes and inconsistencies in message structure. [application]*Rsyslog* uses the *JSON* (JavaScript Object Notation) format to provide structure for log messages. + +Compare the following unstructured log message: + +[subs="quotes"] +---- +Oct 25 10:20:37 localhost anacron[1395]: Jobs will be executed sequentially +---- + +with a structured one: + +[subs="quotes"] +---- +{"timestamp":"2013-10-25T10:20:37", "host":"localhost", "program":"anacron", "pid":"1395", "msg":"Jobs will be executed sequentially"} +---- + +Searching structured data with use of key-value pairs is faster and more precise than searching text files with regular expressions. The structure also lets you to search for the same entry in messages produced by various applications. Also, JSON files can be stored in a document database such as MongoDB, which provides additional performance and analysis capabilities. On the other hand, a structured message requires more disk space than the unstructured one. + +In [application]*rsyslog*, log messages with meta data are pulled from [application]*Journal* with use of the `imjournal` module. With the `mmjsonparse` module, you can parse data imported from [application]*Journal* and from other sources and process them further, for example as a database output. For parsing to be successful, `mmjsonparse` requires input messages to be structured in a way that is defined by the *Lumberjack* project. + +The *Lumberjack* project aims to add structured logging to [application]*rsyslog* in a backward-compatible way. To identify a structured message, *Lumberjack* specifies the *@cee:* string that prepends the actual JSON structure. Also, *Lumberjack* defines the list of standard field names that should be used for entities in the JSON string. For more information on *Lumberjack*, see <>. + +The following is an example of a lumberjack-formatted message: + +[subs="quotes"] +---- + + @cee: {"pid":17055, "uid":1000, "gid":1000, "appname":"logger", "msg":"Message text."} + +---- + +To build this structure inside [application]*Rsyslog*, a template is used, see <>. Applications and servers can employ the `libumberlog` library to generate messages in the lumberjack-compliant form. For more information on `libumberlog`, see <>. + +[[s2-importing_data_from_journal]] +===== Importing Data from Journal + +The [command]#imjournal# module is [application]*Rsyslog*pass:attributes[{blank}]'s input module to natively read the journal files (see <>). Journal messages are then logged in text format as other rsyslog messages. However, with further processing, it is possible to translate meta data provided by [application]*Journal* into a structured message. + +To import data from [application]*Journal* to [application]*Rsyslog*, use the following configuration in `/etc/rsyslog.conf`: + +[subs="macros"] +---- + +$ModLoad imjournal + +$imjournalPersistStateInterval pass:quotes[_number_of_messages_] +$imjournalStateFile pass:quotes[_path_] +$imjournalRatelimitInterval pass:quotes[_seconds_] +$imjournalRatelimitBurst pass:quotes[_burst_number_] +$ImjournalIgnorePreviousMessages pass:quotes[_off/on_] + +---- + +* With _number_of_messages_, you can specify how often the journal data must be saved. This will happen each time the specified number of messages is reached. + +* Replace _path_ with a path to the state file. This file tracks the journal entry that was the last one processed. + +* With _seconds_, you set the length of the rate limit interval. The number of messages processed during this interval can not exceed the value specified in _burst_number_. The default setting is 20,000 messages per 600 seconds. Rsyslog discards messages that come after the maximum burst within the time frame specified. + +* With [option]`$ImjournalIgnorePreviousMessages` you can ignore messages that are currently in Journal and import only new messages, which is used when there is no state file specified. The default setting is `off`. Please note that if this setting is off and there is no state file, all messages in the Journal are processed, even if they were already processed in a previous rsyslog session. + +[NOTE] +==== + +You can use `imjournal` simultaneously with `imuxsock` module that is the traditional system log input. However, to avoid message duplication, you must prevent `imuxsock` from reading the Journal's system socket. To do so, use the [option]`$OmitLocalLogging` directive: + +[subs="quotes"] +---- + +$ModLoad imuxsock +$ModLoad imjournal + +$OmitLocalLogging on +$AddUnixListenSocket /run/systemd/journal/syslog + +---- + +==== + +You can translate all data and meta data stored by [application]*Journal* into structured messages. Some of these meta data entries are listed in <>, for a complete list of journal fields see the `systemd.journal-fields(7)` manual page. For example, it is possible to focus on *kernel journal fields*, that are used by messages originating in the kernel. + +[[s2-filtering_structured_messages]] +===== Filtering Structured Messages + +To create a lumberjack-formatted message that is required by [application]*rsyslog*pass:attributes[{blank}]'s parsing module, use the following template: + +[subs="quotes"] +---- + +template(name="CEETemplate" type="string" string="%TIMESTAMP% %HOSTNAME% %syslogtag% @cee: %$!all-json%\n") + +---- + +This template prepends the `@cee:` string to the JSON string and can be applied, for example, when creating an output file with `omfile` module. To access JSON field names, use the *$!* prefix. For example, the following filter condition searches for messages with specific *hostname* and *UID*: + +[subs="quotes, macros"] +---- + +($!hostname == "pass:attributes[{blank}]_hostname_pass:attributes[{blank}]" && $!UID== "pass:attributes[{blank}]_UID_pass:attributes[{blank}]") + +---- + +[[s2-parsing_JSON]] +===== Parsing JSON + +The `mmjsonparse` module is used for parsing structured messages. + +These messages can come from [application]*Journal* or from other input sources, and must be formatted in a way defined by the *Lumberjack* project. These messages are identified by the presence of the *@cee:* string. Then, `mmjsonparse` checks if the JSON structure is valid and then the message is parsed. + +To parse lumberjack-formatted JSON messages with `mmjsonparse`, use the following configuration in the `/etc/rsyslog.conf`: + +---- + +$ModLoad mmjsonparse + +*.* :mmjsonparse: + +---- + +In this example, the `mmjsonparse` module is loaded on the first line, then all messages are forwarded to it. Currently, there are no configuration parameters available for `mmjsonparse`. + +[[s2-storing_messages_in_the_mongodb]] +===== Storing Messages in the MongoDB + +[application]*Rsyslog* supports storing JSON logs in the MongoDB document database through the *ommongodb* output module. + +To forward log messages into MongoDB, use the following syntax in the `/etc/rsyslog.conf` (configuration parameters for *ommongodb* are available only in the new configuration format; see <>): + +[subs="macros"] +---- + +$ModLoad ommongodb + +*.* action(type="ommongodb" server="pass:quotes[_DB_server_]" serverport="pass:quotes[_port_]" db="pass:quotes[_DB_name_]" collection="pass:quotes[_collection_name_]" uid="pass:quotes[_UID_]" pwd="pass:quotes[_password_]") + +---- + +* Replace _DB_server_ with the name or address of the MongoDB server. Specify _port_ to select a non-standard port from the MongoDB server. The default _port_ value is `0` and usually there is no need to change this parameter. + +* With _DB_name_, you identify to which database on the MongoDB server you want to direct the output. Replace _collection_name_ with the name of a collection in this database. In MongoDB, collection is a group of documents, the equivalent of an RDBMS table. + +* You can set your login details by replacing _UID_ and _password_. + +You can shape the form of the final database output with use of templates. By default, [application]*rsyslog* uses a template based on standard [application]*lumberjack* field names. + +[[s1-debugging_rsyslog]] +==== Debugging Rsyslog +indexterm:[rsyslog,debugging] +To run `rsyslogd` in debugging mode, use the following command: + +[subs="quotes, macros"] +---- +`rsyslogd` [option]`-dn` +---- + +With this command, `rsyslogd` produces debugging information and prints it to the standard output. The [option]`-n` stands for "no fork". You can modify debugging with environmental variables, for example, you can store the debug output in a log file. Before starting `rsyslogd`, type the following on the command line: + +[subs="macros"] +---- + +export RSYSLOG_DEBUGLOG="pass:quotes[_path_]" +export RSYSLOG_DEBUG="Debug" + +---- + +Replace _path_ with a desired location for the file where the debugging information will be logged. For a complete list of options available for the RSYSLOG_DEBUG variable, see the related section in the `rsyslogd(8)` manual page. + +To check if syntax used in the `/etc/rsyslog.conf` file is valid use: + +[subs="quotes, macros"] +---- +`rsyslogd` [option]`-N` `1` +---- + +Where `1` represents level of verbosity of the output message. This is a forward compatibility option because currently, only one level is provided. However, you must add this argument to run the validation. + +[[sec-Troubleshooting_Logging_to_a_Server]] +==== Troubleshooting Logging to a Server + +* Ensure the time is correctly set on the systems generating the log messages as well as on any logging servers. See <> for information on checking and setting the time. See <> and <> for information on using `NTP` to keep the system clock accurately set. + +* On a logging server, check that the firewall has the appropriate ports open to allow ingress of either `UDP` or `TCP`, depending on what traffic and port the sending systems are configured to use. For example: + +[subs="attributes"] +---- +~]#{nbsp}firewall-cmd --zone=public --list-ports +---- + +For more information on opening and closing ports in `firewalld`, see the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Security Guide]. Review the configuration of the logging server to ensure it is listening on the same port the sending systems are configured to send on, and all are set to use the same protocol. + +* Use the [command]#logger# command to generate test log messages. For example: + +[subs="quotes, macros"] +---- +~]$ [command]#logger -p authpriv.info "Test Secret"# +~]$ [command]#logger -p auth.info "Test Info"# +---- + +See the `logger(1)` manual page for more information on the [command]#logger# command. + +[[s1-Using_the_Journal]] +==== Using the Journal + +The Journal is a component of [application]*systemd* that is responsible for viewing and management of log files. It can be used in parallel, or in place of a traditional syslog daemon, such as `rsyslogd`. The Journal was developed to address problems connected with traditional logging. It is closely integrated with the rest of the system, supports various logging technologies and access management for the log files. + +Logging data is collected, stored, and processed by the Journal's `journald` service. It creates and maintains binary files called *journals* based on logging information that is received from the kernel, from user processes, from standard output, and standard error output of system services or via its native API. These journals are structured and indexed, which provides relatively fast seek times. Journal entries can carry a unique identifier. The `journald` service collects numerous meta data fields for each log message. The actual journal files are secured, and therefore cannot be manually edited. + +[[s2-Viewing_Log_Files]] +===== Viewing Log Files + +To access the journal logs, use the [application]*journalctl* tool. For a basic view of the logs type as `root`: + +[subs="quotes, macros"] +---- +[command]#journalctl# +---- + +An output of this command is a list of all log files generated on the system including messages generated by system components and by users. The structure of this output is similar to one used in `/var/log/messages/` but with certain improvements: + +* the priority of entries is marked visually. Lines of error priority and higher are highlighted with red color and a bold font is used for lines with notice and warning priority + +* the time stamps are converted for the local time zone of your system + +* all logged data is shown, including rotated logs + +* the beginning of a boot is tagged with a special line + +[[ex-Example_Output_of_journalctl]] +.Example Output of journalctl +==== + +The following is an example output provided by the [application]*journalctl* tool. When called without parameters, the listed entries begin with a time stamp, then the host name and application that performed the operation is mentioned followed by the actual message. This example shows the first three entries in the journal log: + +---- + +# journalctl +-- Logs begin at Thu 2013-08-01 15:42:12 CEST, end at Thu 2013-08-01 15:48:48 CEST. -- +Aug 01 15:42:12 localhost systemd-journal[54]: Allowing runtime journal files to grow to 49.7M. +Aug 01 15:42:12 localhost kernel: Initializing cgroup subsys cpuset +Aug 01 15:42:12 localhost kernel: Initializing cgroup subsys cpu + +[...] + +---- + +==== + +In many cases, only the latest entries in the journal log are relevant. The simplest way to reduce [command]#journalctl# output is to use the [option]`-n` option that lists only the specified number of most recent log entries: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-n` _Number_ +---- + +Replace _Number_ with the number of lines to be shown. When no number is specified, [command]#journalctl# displays the ten most recent entries. + +The [command]#journalctl# command allows controlling the form of the output with the following syntax: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-o` _form_ +---- + +Replace _form_ with a keyword specifying a desired form of output. There are several options, such as [option]`verbose`, which returns full-structured entry items with all fields, [option]`export`, which creates a binary stream suitable for backups and network transfer, and [option]`json`, which formats entries as JSON data structures. For the full list of keywords, see the `journalctl(1)` manual page. + +[[ex-verbose_journalctl_output]] +.Verbose journalctl Output +==== + +To view full meta data about all entries, type: + +---- + +# journalctl -o verbose +[...] + +Fri 2013-08-02 14:41:22 CEST [s=e1021ca1b81e4fc688fad6a3ea21d35b;i=55c;b=78c81449c920439da57da7bd5c56a770;m=27cc + _BOOT_ID=78c81449c920439da57da7bd5c56a770 + PRIORITY=5 + SYSLOG_FACILITY=3 + _TRANSPORT=syslog + _MACHINE_ID=69d27b356a94476da859461d3a3bc6fd + _HOSTNAME=localhost.localdomain + _PID=562 + _COMM=dbus-daemon + _EXE=/usr/bin/dbus-daemon + _CMDLINE=/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation + _SYSTEMD_CGROUP=/system/dbus.service + _SYSTEMD_UNIT=dbus.service + SYSLOG_IDENTIFIER=dbus + SYSLOG_PID=562 + _UID=81 + _GID=81 + _SELINUX_CONTEXT=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 + MESSAGE=[system] Successfully activated service 'net.reactivated.Fprint' + _SOURCE_REALTIME_TIMESTAMP=1375447282839181 + +[...] + +---- + +This example lists fields that identify a single log entry. These meta data can be used for message filtering as shown in <>. For a complete description of all possible fields see the `systemd.journal-fields(7)` manual page. + +==== + +[[s2-Access_Control]] +===== Access Control + +By default, [application]*Journal* users without `root` privileges can only see log files generated by them. The system administrator can add selected users to the *adm* group, which grants them access to complete log files. To do so, type as `root`: + +[subs="quotes, macros"] +---- +[command]#usermod# [option]`-a` [option]`-G` *adm* _username_ +---- + +Here, replace _username_ with a name of the user to be added to the *adm* group. This user then receives the same output of the [command]#journalctl# command as the root user. Note that access control only works when persistent storage is enabled for [application]*Journal*. + +[[s2-Using_The_Live_View]] +===== Using The Live View + +When called without parameters, [command]#journalctl# shows the full list of entries, starting with the oldest entry collected. With the live view, you can supervise the log messages in real time as new entries are continuously printed as they appear. To start [application]*journalctl* in live view mode, type: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-f` +---- + +This command returns a list of the ten most current log lines. The [application]*journalctl* utility then stays running and waits for new changes to show them immediately. + +[[s2-Filtering_Messages]] +===== Filtering Messages + +The output of the [command]#journalctl# command executed without parameters is often extensive, therefore you can use various filtering methods to extract information to meet your needs. + +.Filtering by Priority +Log messages are often used to track erroneous behavior on the system. To view only entries with a selected or higher priority, use the following syntax: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-p` _priority_ +---- + +Here, replace _priority_ with one of the following keywords (or with a number): [command]#debug# (7), [command]#info# (6), [command]#notice# (5), [command]#warning# (4), [command]#err# (3), [command]#crit# (2), [command]#alert# (1), and [command]#emerg# (0). + +[[ex-filtering_by_priority]] +.Filtering by Priority +==== + +To view only entries with *error* or higher priority, use: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-p err` +---- + +==== + +.Filtering by Time +To view log entries only from the current boot, type: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-b` +---- + +If you reboot your system just occasionally, the [option]`-b` will not significantly reduce the output of [command]#journalctl#. In such cases, time-based filtering is more helpful: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`--since`pass:attributes[{blank}]=pass:attributes[{blank}]_value_ [option]`--until`pass:attributes[{blank}]=pass:attributes[{blank}]_value_ +---- + +With [option]`--since` and [option]`--until`, you can view only log messages created within a specified time range. You can pass _values_ to these options in form of date or time or both as shown in the following example. + +[[ex-filtering_by_time_and_priority]] +.Filtering by Time and Priority +==== + +Filtering options can be combined to reduce the set of results according to specific requests. For example, to view the *warning* or higher priority messages from a certain point in time, type: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-p warning` [option]`--since="2013-3-16 23:59:59"` +---- + +==== + +[[advanced_filtering]] +.Advanced Filtering +<> lists a set of fields that specify a log entry and can all be used for filtering. For a complete description of meta data that `systemd` can store, see the `systemd.journal-fields(7)` manual page. This meta data is collected for each log message, without user intervention. Values are usually text-based, but can take binary and large values; fields can have multiple values assigned though it is not very common. + +To view a list of unique values that occur in a specified field, use the following syntax: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-F` _fieldname_ +---- + +Replace _fieldname_ with a name of a field you are interested in. + +To show only log entries that fit a specific condition, use the following syntax: + +[subs="quotes, macros"] +---- +[command]#journalctl# _fieldname_pass:attributes[{blank}]=pass:attributes[{blank}]_value_ +---- + +Replace _fieldname_ with a name of a field and _value_ with a specific value contained in that field. As a result, only lines that match this condition are returned. + +.kbd:[Tab] Completion on Field Names +[NOTE] +==== + +As the number of meta data fields stored by `systemd` is quite large, it is easy to forget the exact name of the field of interest. When unsure, type: + +[subs="quotes, macros"] +---- +[command]#journalctl# +---- + +and press the kbd:[Tab] key two times. This shows a list of available field names. kbd:[Tab] completion based on context works on field names, so you can type a distinctive set of letters from a field name and then press kbd:[Tab] to complete the name automatically. Similarly, you can list unique values from a field. Type: + +[subs="quotes, macros"] +---- +[command]#journalctl# _fieldname_pass:attributes[{blank}]= +---- + +and press kbd:[Tab] two times. This serves as an alternative to [command]#journalctl# [option]`-F` _fieldname_. + +==== + +You can specify multiple values for one field: + +[subs="quotes, macros"] +---- +[command]#journalctl# _fieldname_pass:attributes[{blank}]=pass:attributes[{blank}]_value1_ _fieldname_pass:attributes[{blank}]=pass:attributes[{blank}]_value2_ ... +---- + +Specifying two matches for the same field results in a logical `OR` combination of the matches. Entries matching _value1_ or _value2_ are displayed. + +Also, you can specify multiple field-value pairs to further reduce the output set: + +[subs="quotes, macros"] +---- +[command]#journalctl# _fieldname1_pass:attributes[{blank}]=pass:attributes[{blank}]_value_ _fieldname2_pass:attributes[{blank}]=pass:attributes[{blank}]_value_ ... +---- + +If two matches for different field names are specified, they will be combined with a logical `AND`. Entries have to match both conditions to be shown. + +With use of the *+* symbol, you can set a logical `OR` combination of matches for multiple fields: + +[subs="macros"] +---- +journalctl pass:quotes[_fieldname1_]=pass:quotes[_value_] + pass:quotes[_fieldname2_]=pass:quotes[_value_] ... +---- + +This command returns entries that match at least one of the conditions, not only those that match both of them. + +[[ex-advanced_filtering]] +.Advanced filtering +==== + +To display entries created by `avahi-daemon.service` or `crond.service` under user with UID 70, use the following command: + +[subs="macros"] +---- +journalctl pass:quotes[`_UID=70`] pass:quotes[`_SYSTEMD_UNIT=avahi-daemon.service`] pass:quotes[`_SYSTEMD_UNIT=crond.service`] +---- + +Since there are two values set for the `_SYSTEMD_UNIT` field, both results will be displayed, but only when matching the `_UID=70` condition. This can be expressed simply as: (UID=70 and (avahi or cron)). + +==== + +You can apply the aforementioned filtering also in the live-view mode to keep track of the latest changes in the selected group of log entries: + +[subs="quotes, macros"] +---- +[command]#journalctl# [option]`-f` _fieldname_pass:attributes[{blank}]=pass:attributes[{blank}]_value_ ... +---- + +[[s2-Enabling_Persistent_Storage]] +===== Enabling Persistent Storage + +By default, [application]*Journal* stores log files only in memory or a small ring-buffer in the `/run/log/journal/` directory. This is sufficient to show recent log history with [command]#journalctl#. This directory is volatile, log data is not saved permanently. With the default configuration, syslog reads the journal logs and stores them in the `/var/log/` directory. With persistent logging enabled, journal files are stored in `/var/log/journal` which means they persist after reboot. Journal can then replace [application]*rsyslog* for some users (but see the chapter introduction). + +Enabled persistent storage has the following advantages + +* Richer data is recorded for troubleshooting in a longer period of time + +* For immediate troubleshooting, richer data is available after a reboot + +* Server console currently reads data from journal, not log files + +Persistent storage has also certain disadvantages: + +* Even with persistent storage the amount of data stored depends on free memory, there is no guarantee to cover a specific time span + +* More disk space is needed for logs + +To enable persistent storage for Journal, create the journal directory manually as shown in the following example. As `root` type: + +[subs="quotes, macros"] +---- +[command]#mkdir# [option]`-p` `/var/log/journal` +---- + +Then, restart `journald` to apply the change: + +[subs="quotes, macros"] +---- +[command]#systemctl# [option]`restart` `systemd-journald` +---- + +[[s1-managing_log_files_in_a_graphical_environment]] +==== Managing Log Files in a Graphical Environment + +As an alternative to the aforementioned command-line utilities, Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 provides an accessible GUI for managing log messages. + +[[s2-logfiles-viewing]] +===== Viewing Log Files +indexterm:[log files,viewing] +Most log files are stored in plain text format. You can view them with any text editor such as [command]#Vi# or [application]*Emacs*. Some log files are readable by all users on the system; however, root privileges are required to read most log files. +indexterm:[gnome-system-log,System Log] +To view system log files in an interactive, real-time application, use the [application]*System Log*. + +.Installing the gnome-system-log package +[NOTE] +==== + +In order to use the [application]*System Log*, first ensure the [package]*gnome-system-log* package is installed on your system by running, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install gnome-system-log + +---- + +For more information on installing packages with DNF, see <>. + +==== + +After you have installed the [package]*gnome-system-log* package, open the [application]*System Log* by clicking menu:Applications[pass:attributes[{blank}]`System Tools` > `System Log`pass:attributes[{blank}]], or type the following command at a shell prompt: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#gnome-system-log# + +---- + +The application only displays log files that exist; thus, the list might differ from the one shown in <>. +indexterm:[System Log,searching]indexterm:[System Log,filtering] + +[[fig-redhat-logviewer]] +.System Log + +image::redhat-logviewer.png[System Log] +indexterm:[System Log,refresh rate] +The [application]*System Log* application lets you filter any existing log file. Click on the button marked with the gear symbol to view the menu, select menu:[pass:attributes[{blank}]`Filters` > > `Manage Filters`pass:attributes[{blank}]] to define or edit the desired filter. + +[[fig-redhat-filters]] +.System Log - Filters + +image::redhat-filters.png[System Log - Filters] + +Adding or editing a filter lets you define its parameters as is shown in <>. + +[[fig-redhat-filter-sample]] +.System Log - defining a filter + +image::redhat-filter-sample.png[System Log - Defining a Filter] + +When defining a filter, the following parameters can be edited: + +* `Name` — Specifies the name of the filter. + +* `Regular Expression` — Specifies the regular expression that will be applied to the log file and will attempt to match any possible strings of text in it. + +* `Effect` + +** `Highlight` — If checked, the found results will be highlighted with the selected color. You may select whether to highlight the background or the foreground of the text. + +** `Hide` — If checked, the found results will be hidden from the log file you are viewing. + +When you have at least one filter defined, it can be selected from the `Filters` menu and it will automatically search for the strings you have defined in the filter and highlight or hide every successful match in the log file you are currently viewing. + +[[fig-redhat-filter-enable]] +.System Log - enabling a filter + +image::redhat-filter-enable.png[System Log - Enabling a Filter] + +When you select the `Show matches only` option, only the matched strings will be shown in the log file you are currently viewing. + +[[s2-logfiles-adding]] +===== Adding a Log File + +To add a log file you want to view in the list, select menu:File[ +> `Open` > +]. This will display the `Open Log` window where you can select the directory and file name of the log file you want to view. <> illustrates the Open Log window. + +[[fig-redhat-logviewer-add]] +.System Log - adding a log file + +image::redhat-logviewer-add.png[System Log - Adding a Log File] + +Click on the btn:[Open] button to open the file. The file is immediately added to the viewing list where you can select it and view its contents. + +.Reading zipped log files +[NOTE] +==== + +The [application]*System Log* also allows you to open log files zipped in the `.gz` format. + +==== + +[[s2-logfiles-examining]] +===== Monitoring Log Files +indexterm:[log files,monitoring]indexterm:[System Log,monitoring] +[application]*System Log* monitors all opened logs by default. If a new line is added to a monitored log file, the log name appears in bold in the log list. If the log file is selected or displayed, the new lines appear in bold at the bottom of the log file. <> illustrates a new alert in the `cron` log file and in the `messages` log file. Clicking on the `messages` log file displays the logs in the file with the new lines in bold. + +[[fig-redhat-logviewer-monitoring]] +.System Log - new log alert + +image::redhat-logviewer-monitoring.png[System Log - New Log Alert] + +[[s1-log-files-additional-resources]] +==== Additional Resources + +For more information on how to configure the `rsyslog` daemon and how to locate, view, and monitor log files, see the resources listed below. + +.Installed Documentation + +* `rsyslogd`(8) — The manual page for the `rsyslogd` daemon documents its usage. + +* `rsyslog.conf`(5) — The manual page named `rsyslog.conf` documents available configuration options. + +* `logrotate`(8) — The manual page for the [application]*logrotate* utility explains in greater detail how to configure and use it. + +* `journalctl`(1) — The manual page for the [command]#journalctl# daemon documents its usage. + +* `journald.conf`(5) — This manual page documents available configuration options. + +* `systemd.journal-fields`(7) — This manual page lists special [application]*Journal* fields. + +[[brid-Log_Files-Resources-Online]] +.Online Documentation + +* link:++http://www.rsyslog.com/++[rsyslog Home Page] — The [application]*rsyslog* home page offers a thorough technical breakdown of its features, documentation, configuration examples, and video tutorials. + +* link:++http://www.rsyslog.com/doc/rainerscript.html++[pass:attributes[{blank}]*RainerScript* documentation on the rsyslog Home Page] — Commented summary of data types, expressions, and functions available in *RainerScript*. + +* link:++http://www.rsyslog.com/doc/queues.html++[Description of *queues* on the rsyslog Home Page] — General information on various types of message queues and their usage. + +* link:++http://wiki.rsyslog.com/index.php/Main_Page++[rsyslog Wiki] — [citetitle]_The rsyslog Wiki_ contains useful configuration examples. diff --git a/en-US/monitoring-and-automation/images/oprof-start-config.png b/en-US/monitoring-and-automation/images/oprof-start-config.png new file mode 100644 index 0000000..1bd5938 Binary files /dev/null and b/en-US/monitoring-and-automation/images/oprof-start-config.png differ diff --git a/en-US/monitoring-and-automation/images/oprof-start-setup.png b/en-US/monitoring-and-automation/images/oprof-start-setup.png new file mode 100644 index 0000000..863fd2d Binary files /dev/null and b/en-US/monitoring-and-automation/images/oprof-start-setup.png differ diff --git a/en-US/monitoring-and-automation/images/redhat-filter-enable.png b/en-US/monitoring-and-automation/images/redhat-filter-enable.png new file mode 100644 index 0000000..e0e4051 Binary files /dev/null and b/en-US/monitoring-and-automation/images/redhat-filter-enable.png differ diff --git a/en-US/monitoring-and-automation/images/redhat-filter-sample.png b/en-US/monitoring-and-automation/images/redhat-filter-sample.png new file mode 100644 index 0000000..66ce188 Binary files /dev/null and b/en-US/monitoring-and-automation/images/redhat-filter-sample.png differ diff --git a/en-US/monitoring-and-automation/images/redhat-filters.png b/en-US/monitoring-and-automation/images/redhat-filters.png new file mode 100644 index 0000000..40dd5f8 Binary files /dev/null and b/en-US/monitoring-and-automation/images/redhat-filters.png differ diff --git a/en-US/monitoring-and-automation/images/redhat-logviewer-add.png b/en-US/monitoring-and-automation/images/redhat-logviewer-add.png new file mode 100644 index 0000000..f2cf04d Binary files /dev/null and b/en-US/monitoring-and-automation/images/redhat-logviewer-add.png differ diff --git a/en-US/monitoring-and-automation/images/redhat-logviewer-monitoring.png b/en-US/monitoring-and-automation/images/redhat-logviewer-monitoring.png new file mode 100644 index 0000000..5f66789 Binary files /dev/null and b/en-US/monitoring-and-automation/images/redhat-logviewer-monitoring.png differ diff --git a/en-US/monitoring-and-automation/images/redhat-logviewer.png b/en-US/monitoring-and-automation/images/redhat-logviewer.png new file mode 100644 index 0000000..365d52c Binary files /dev/null and b/en-US/monitoring-and-automation/images/redhat-logviewer.png differ diff --git a/en-US/monitoring-and-automation/images/rsyslog_message_flow.png b/en-US/monitoring-and-automation/images/rsyslog_message_flow.png new file mode 100644 index 0000000..7503f4a Binary files /dev/null and b/en-US/monitoring-and-automation/images/rsyslog_message_flow.png differ diff --git a/en-US/monitoring-and-automation/images/system-monitor-file-systems.png b/en-US/monitoring-and-automation/images/system-monitor-file-systems.png new file mode 100644 index 0000000..b11f9d2 Binary files /dev/null and b/en-US/monitoring-and-automation/images/system-monitor-file-systems.png differ diff --git a/en-US/monitoring-and-automation/images/system-monitor-processes.png b/en-US/monitoring-and-automation/images/system-monitor-processes.png new file mode 100644 index 0000000..5aacd79 Binary files /dev/null and b/en-US/monitoring-and-automation/images/system-monitor-processes.png differ diff --git a/en-US/monitoring-and-automation/images/system-monitor-resources.png b/en-US/monitoring-and-automation/images/system-monitor-resources.png new file mode 100644 index 0000000..cb2cead Binary files /dev/null and b/en-US/monitoring-and-automation/images/system-monitor-resources.png differ diff --git a/en-US/monitoring-and-automation/intro-monitoring-and-automation.adoc b/en-US/monitoring-and-automation/intro-monitoring-and-automation.adoc new file mode 100644 index 0000000..7b7dcc1 --- /dev/null +++ b/en-US/monitoring-and-automation/intro-monitoring-and-automation.adoc @@ -0,0 +1,3 @@ +== Monitoring and Automation + +This part describes various tools that allow system administrators to monitor system performance, automate system tasks, and report bugs. diff --git a/en-US/package-management/DNF.adoc b/en-US/package-management/DNF.adoc new file mode 100644 index 0000000..66b5879 --- /dev/null +++ b/en-US/package-management/DNF.adoc @@ -0,0 +1,911 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-DNF]] +=== DNF + +[application]*DNF* is the {OSORG} package manager that is able to query for information about packages, fetch packages from repositories, install and uninstall packages using automatic dependency resolution, and update an entire system to the latest available packages. DNF performs automatic dependency resolution on packages you are updating, installing or removing, and thus is able to automatically determine, fetch and install all available dependent packages. DNF can be configured with new, additional repositories, or _package sources_, and also provides many plug-ins which enhance and extend its capabilities. DNF is able to perform many of the same tasks that [application]*RPM* can; additionally, many of the command line options are similar. DNF enables easy and simple package management on a single machine or on groups of them. + +[[important-Secure_Package_Management_with_GPG-Signed_Packages]] +.Secure package management with GPG-signed packages +[IMPORTANT] +==== + +DNF provides secure package management by enabling GPG (Gnu Privacy Guard; also known as GnuPG) signature verification on GPG-signed packages to be turned on for all package repositories (package sources), or for individual repositories. When signature verification is enabled, DNF will refuse to install any packages not GPG-signed with the correct key for that repository. This means that you can trust that the [application]*RPM* packages you download and install on your system are from a trusted source, such as {OSORG}, and were not modified during transfer. See <> for details on enabling signature-checking with DNF, or <> for information on working with and verifying GPG-signed [application]*RPM* packages in general. + +==== + +DNF also enables you to easily set up your own repositories of [application]*RPM* packages for download and installation on other machines. + +Learning DNF is a worthwhile investment because it is often the fastest way to perform system administration tasks, and it provides capabilities beyond those provided by the [application]*PackageKit* graphical package management tools. + +[[note-Note_DNF_and_Superuser_Privileges]] +.DNF and superuser privileges +[NOTE] +==== + +You must have superuser privileges in order to use the [command]#dnf# command to install, update or remove packages on your system. All examples in this chapter assume that you have already obtained superuser privileges by using either the [command]#su# or [command]#sudo# command. + +==== + +[[sec-Checking_For_and_Updating_Packages]] +==== Checking For and Updating Packages + +[[sec-Checking_For_Updates]] +===== Checking For Updates +indexterm:[DNF Updates,checking for updates] +The quickest way to check for updates is to attempt to install any available updates by using the [command]#dnf upgrade# command as follows: + +---- +~]# dnf upgrade +Last metadata expiration check performed 1:24:32 ago on Thu May 14 23:23:51 2015. +Dependencies resolved. +Nothing to do. +Complete! +---- + +Note that [command]#dnf upgrade# installs only those updates that can be installed. If a package cannot be updated, because of dependency problems for example, it is skipped. + +The [command]#dnf check-update# command can be used see which installed packages on your system have new versions available, however it does not mean that they can be successfully installed. This command is therefore mostly useful in scripts and for checking for updated packages that were not installed after running [command]#dnf upgrade#. +// See http://pastebin.test.redhat.com/pastebin.php?diff=283438 I cannot see the difference. + +For example: + +---- +~]# dnf check-update +Using metadata from Mon Apr 20 16:34:10 2015 (2:42:10 hours old) + +python.x86_64 2.7.9-6.fc22 updates +python-cryptography.x86_64 0.8.2-1.fc22 updates +python-libs.x86_64 2.7.9-6.fc22 updates +---- + +The packages in the above output are listed as having updated versions. The line in the example output tells us: + +* `python` — the name of the package, + +* `x86_64` — the CPU architecture the package was built for, + +* `2.7.9` — the version of the updated package, + +* `6.fc22` — the release of the updated package, + +* `updates-testing` — the repository in which the updated package is located. + +[[sec-Updating_Packages]] +===== Updating Packages +indexterm:[DNF Updates,updating packages] +You can choose to update a single package, multiple packages, or all packages at once. If any dependencies of the package, or packages, you update have updates available themselves, then they are updated too. + +.Updating a Single Packageindexterm:[DNF Updates,updating a single package] +To update a single package, run the following command as `root`: + +[subs="macros"] +---- +dnf upgrade pass:quotes[_package_name_] +---- + +For example, to update the [package]*python* package, type: + +---- +~]# dnf upgrade python +Using metadata from Mon Apr 20 16:38:16 2015 (2:42:14 hours old) +Dependencies resolved. +================================================================== + Package Arch Version Repository Size +================================================================== +Upgrading: + python x86_64 2.7.9-6.fc22 updates 92 k + python-libs x86_64 2.7.9-6.fc22 updates 5.8 M + +Transaction Summary +================================================================== +Upgrade 2 Packages + +Total download size: 5.9 M +Is this ok [y/N]: +---- + +This output contains: + +. `python.x86_64` — you can download and install new [package]*python* package. + +. `python-libs.x86_64` — DNF has resolved that the [package]*python-libs-2.7.9-6.fc22.x86_64* package is a required dependency of the [package]*python* package. + +. DNF presents the update information and then prompts you as to whether you want it to perform the update; DNF runs interactively by default. If you already know which transactions DNF plans to perform, you can use the [option]`-y` option to automatically answer [command]#yes# to any questions DNF may ask (in which case it runs non-interactively). However, you should always examine which changes DNF plans to make to the system so that you can easily troubleshoot any problems that might arise. ++ +If a transaction does go awry, you can view DNF's transaction history by using the [command]#dnf history# command as described in <>. + +[[important-Important-Updating_and_Installing_Kernels_with_DNF]] +.Updating and installing kernels with DNF +[IMPORTANT] +==== + +DNF always *installs* a new kernel in the same sense that [application]*RPM* installs a new kernel when you use the command [command]#rpm -i kernel#. Therefore, you do not need to worry about the distinction between *installing* and *upgrading* a kernel package when you use the [command]#dnf# command: it will do the right thing, regardless of whether you are using the [command]#dnf upgrade# or [command]#dnf install# command. + +When using [application]*RPM*, on the other hand, it is important to use the [command]#rpm -i kernel# command (which installs a new kernel) instead of [command]#rpm -u kernel# (which *replaces* the current kernel). See <> for more information on installing and updating kernels with [application]*RPM*. + +==== + +.Updating All Packages and Their Dependenciesindexterm:[DNF Updates,updating all packages and dependencies] +To update all packages and their dependencies, enter [command]#dnf upgrade# without any arguments: + +[subs="quotes, macros"] +---- +[command]#dnf upgrade# +---- + +[[sec-Preserving_Configuration_File_Changes]] +===== Preserving Configuration File Changes +indexterm:[Configuration File Changes] +You will inevitably make changes to the configuration files installed by packages as you use your {MAJOROS} system. [application]*RPM*, which DNF uses to perform changes to the system, provides a mechanism for ensuring their integrity. See <> for details on how to manage changes to configuration files across package upgrades. + +[[sec-Packages_and_Package_Groups]] +==== Packages and Package Groups +indexterm:[packages,packages and package groups]indexterm:[DNF,packages and package groups] + +[[sec-Searching_Packages]] +===== Searching Packages +indexterm:[packages,searching packages with DNF,dnf search]indexterm:[DNF,searching packages with DNF,dnf search] +You can search all *RPM* package names and summaries by using the following command: + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`search` _term_pass:attributes[{blank}]… +---- + +Add the [option]`all` to match against descriptions and URLs. + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`search all` _term_pass:attributes[{blank}]… +---- + +This command displays the list of matches for each term. For example, to list all packages that match "meld" or "kompare", type: + +---- +~]# dnf search meld kompare +Loaded plugins: langpacks, presto, refresh-packagekit +============================== N/S Matched: meld =============================== +meld.noarch : Visual diff and merge tool +python-meld3.x86_64 : HTML/XML templating system for Python + +============================= N/S Matched: kompare ============================= +komparator.x86_64 : Kompare and merge two folders + + Name and summary matches only, use "search all" for everything. +---- +indexterm:[packages,searching for packages with DNF,dnf search]indexterm:[DNF,searching for packages with DNF,dnf search] + +[[sec-Listing_Packages]] +===== Listing Packages +indexterm:[packages,listing packages with DNF,dnf search]indexterm:[DNF,listing packages with DNF,dnf list] +[command]#dnf list# and related commands provide information about packages, package groups, and repositories. + +All of DNF's list commands allow you to filter the results by appending one or more _glob expressions_ as arguments. Glob expressions are normal strings of characters which contain one or more of the wildcard characters [command]#*# (which expands to match any character multiple times) and [command]#?# (which expands to match any one character). + +[[note-Tip-Filtering_Results_with_Glob_Expressions]] +.Filtering results with glob expressions +[NOTE] +==== +indexterm:[packages,listing packages with DNF,Glob expressions]indexterm:[DNF,listing packages with DNF,Glob expressions] +Be careful to escape the glob expressions when passing them as arguments to a [command]#dnf# command, otherwise the Bash shell will interpret these expressions as _pathname expansions_, and potentially pass all files in the current directory that match the globs to DNF. To make sure the glob expressions are passed to DNF as intended, either: + +* escape the wildcard characters by preceding them with a backslash character; or, + +* double-quote or single-quote the entire glob expression. + +DNF searches only package names when using glob expressions. To search for a version of a package, include a dash and part of the version number as follows: + +---- +~]# dnf search kernel*-4* +Last metadata expiration check performed 2:46:09 ago on Thu May 14 23:23:51 2015. +Installed Packages +kernel.x86_64 4.0.0-1.fc22 @System +kernel.x86_64 4.0.2-300.fc22 @System +kernel-core.x86_64 4.0.0-1.fc22 @System +kernel-core.x86_64 4.0.2-300.fc22 @System +[output truncated] +---- + +See <> and <> for an example usage of both these methods. + +==== + +[command]#dnf list _glob_expression_pass:attributes[{blank}]…#:: Lists information on installed and available packages matching all glob expressions. ++ +[[ex-Listing_all_ABRT_addons_and_plugins_using_glob_expressions]] +.Listing all ABRT addons and plug-ins using glob expressions +==== + +Packages with various ABRT addons and plug-ins either begin with "abrt-addon-", or "abrt-plugin-". To list these packages, type the following at a shell prompt: + +---- +~]# dnf list abrt-addon\* abrt-plugin\* +Last metadata expiration check performed 0:14:36 ago on Mon May 25 23:38:13 2015. +Installed Packages +abrt-addon-ccpp.x86_64 2.5.1-2.fc22 @System +abrt-addon-coredump-helper.x86_64 2.5.1-2.fc22 @System +abrt-addon-kerneloops.x86_64 2.5.1-2.fc22 @System +abrt-addon-pstoreoops.x86_64 2.5.1-2.fc22 @System +abrt-addon-python.x86_64 2.5.1-2.fc22 @System +abrt-addon-python3.x86_64 2.5.1-2.fc22 @System +abrt-addon-vmcore.x86_64 2.5.1-2.fc22 @System +abrt-addon-xorg.x86_64 2.5.1-2.fc22 @System +abrt-plugin-bodhi.x86_64 2.5.1-2.fc22 @System +Available Packages +abrt-addon-upload-watch.x86_64 2.5.1-2.fc22 fedora +---- + +==== + +indexterm:[packages,listing packages with DNF,dnf list all] indexterm:[DNF,listing packages with DNF,dnf list all] [command]#dnf list all#:: Lists all installed *and* available packages. ++ +[[ex-Listing_all_installed_and_available_packages]] +.Listing all installed and available packages +==== + +---- +~]# dnf list all +Last metadata expiration check performed 0:21:11 ago on Mon May 25 23:38:13 2015. +Installed Packages +NetworkManager.x86_64 1:1.0.2-1.fc22 @System +NetworkManager-libnm.x86_64 1:1.0.2-1.fc22 @System +PackageKit.x86_64 1.0.6-4.fc22 @System +PackageKit-glib.x86_64 1.0.6-4.fc22 @System +aajohan-comfortaa-fonts.noarch 2.004-4.fc22 @System +abrt.x86_64 2.5.1-2.fc22 @System +[output truncated] +---- + +==== + +indexterm:[packages,listing packages with DNF,dnf list installed] indexterm:[DNF,listing packages with DNF,dnf list installed] [command]#dnf list installed#:: Lists all packages installed on your system. The rightmost column in the output lists the repository from which the package was retrieved. ++ +[[ex-Listing_installed_packages_using_a_double-quoted_glob_expression]] +.Listing installed packages using a double-quoted glob expression +==== + +To list all installed packages that begin with "krb" followed by exactly one character and a hyphen, type: + +---- +~]# dnf list installed "krb?-*" +Last metadata expiration check performed 0:34:45 ago on Mon May 25 23:38:13 2015. +Installed Packages +krb5-libs.x86_64 1.13.1-3.fc22 @System +krb5-workstation.x86_64 1.13.1-3.fc22 @System +---- + +==== + +indexterm:[packages,listing packages with DNF,dnf list available] indexterm:[DNF,listing packages with DNF,dnf list available] [command]#dnf list available#:: Lists all available packages in all enabled repositories. ++ +[[ex-Listing_available_packages_using_a_single_glob_expression_with_escaped_wildcards]] +.Listing available packages using a single glob expression with escaped wildcard characters +==== + +To list all available packages with names that contain "gstreamer" and then "plugin", run the following command: + +---- +~]# dnf list available gstreamer\*plugin\* +Last metadata expiration check performed 0:42:15 ago on Mon May 25 23:38:13 2015. +Available Packages +gstreamer-plugin-crystalhd.i686 3.10.0-8.fc22 fedora +gstreamer-plugin-crystalhd.x86_64 3.10.0-8.fc22 fedora +gstreamer-plugins-bad-free.i686 0.10.23-24.fc22 fedora +gstreamer-plugins-bad-free.x86_64 0.10.23-24.fc22 fedora +gstreamer-plugins-bad-free-devel.i686 0.10.23-24.fc22 fedora +gstreamer-plugins-bad-free-devel.x86_64 0.10.23-24.fc22 fedora + [output truncated] +---- + +==== + +indexterm:[packages,listing packages with DNF,dnf group list] indexterm:[DNF,listing packages with DNF,dnf group list] [command]#dnf group list#:: Lists all package groups. ++ +[[ex-Listing_all_package_groups]] +.Listing all package groups +==== + +---- +~]# dnf group list +Loaded plugins: langpacks, presto, refresh-packagekit +Setting up Group Process +Installed Groups: + Administration Tools + Design Suite + Dial-up Networking Support + Fonts + GNOME Desktop Environment +[output truncated] +---- + +==== + +indexterm:[packages,listing packages with DNF,dnf repolist] indexterm:[DNF,listing packages with DNF,dnf repolist] [command]#dnf repolist#:: Lists the repository ID, name, and number of packages it provides for each *enabled* repository. ++ +[[ex-Listing_enabled_repositories]] +.Listing enabled repositories +==== + +---- +~]# dnf repolist +Last metadata expiration check performed 0:48:29 ago on Mon May 25 23:38:13 2015. +repo id repo name status +*fedora Fedora 22 - x86_64 44,762 +*updates Fedora 22 - x86_64 - Updates 0 +---- + +==== + +indexterm:[packages,listing packages from a single repository with DNF,dnf repository-packages] indexterm:[DNF,listing packages from a single repository with DNF,dnf repository-packages] [command]#dnf repository-packages _repo_id_ list#:: Lists the packages from the specified repository. ++ +[[ex-Listing_packages_from_a_single_repositories]] +.Listing packages from a single repository +==== + +---- +~]# dnf repository-packages fedora list [option] +Last metadata expiration check performed 1:38:25 ago on Wed May 20 22:16:16 2015. +Installed Packages +PackageKit.x86_64 1.0.6-3.fc22 @System +PackageKit-glib.x86_64 1.0.6-3.fc22 @System +aajohan-comfortaa-fonts.noarch 2.004-4.fc22 @System +[output truncated] +---- + +The default action is to list all packages available and installed from the repository specified. Add the [option]`available` or [option]`installed` option to list only those packages available or installed from the specified repository. + +==== + +[[sec-Displaying_Package_Information]] +===== Displaying Package Information +indexterm:[packages,displaying packages with DNF,dnf info]indexterm:[DNF,displaying packages with DNF,dnf info] +To display information about one or more packages, use a command as follows: + +[subs="macros"] +---- +dnf info pass:quotes[_package_name_]… +---- + +For example, to display information about the [package]*abrt* package, type: + +---- +~]# dnf info abrt +Last metadata expiration check: 1:09:44 ago on Tue May 31 06:51:51 2016. +Installed Packages +Name : abrt +Arch : x86_64 +Epoch : 0 +Version : 2.8.1 +Release : 1.fc24 +Size : 2.2 M +Repo : @System +From repo : updates-testing +Summary : Automatic bug detection and reporting tool +URL : https://abrt.readthedocs.org/ +License : GPLv2+ +Description : abrt is a tool to help users to detect defects in applications and + : to create a bug report with all information needed by maintainer to fix it. + : It uses plugin system to extend its functionality. +---- +indexterm:[packages,displaying packages,dnf info]indexterm:[DNF,displaying packages,dnf info] +The [command]#dnf info _package_name_pass:attributes[{blank}]# command is similar to the [command]#rpm -q --info _package_name_pass:attributes[{blank}]# command, but provides as additional information the name of the DNF repository the RPM package was installed from (look for the `From repo:` line in the output). The [command]#dnf info# command shows only the newest available package if there is a newer version available than the one installed. The [command]#dnf repoquery# command can show *all* installed and available packages. + +To display information about all available packages, both installed and available from a repository, use a command as follows: + +[subs="macros"] +---- +dnf repoquery pass:quotes[_package_name_] --info +---- + +For example, to display information about the [package]*abrt* package, type: + +---- +~]# dnf repoquery abrt --info +Last metadata expiration check: 1:01:44 ago on Tue May 31 06:51:51 2016. +Name : abrt +Version : 2.8.1 +Release : 1.fc24 +Architecture: x86_64 +Size : 2318452 +License : GPLv2+ +Source RPM : abrt-2.8.1-1.fc24.src.rpm +Build Date : 2016-05-25 08:54 +Packager : Fedora Project +URL : https://abrt.readthedocs.org/ +Summary : Automatic bug detection and reporting tool +Description : +abrt is a tool to help users to detect defects in applications and +to create a bug report with all information needed by maintainer to fix it. +It uses plugin system to extend its functionality. +---- + +See the [command]#dnf repoquery# usage statement for more options: + +[subs="quotes, macros"] +---- +~]$ [command]#dnf repoquery -h# +usage: dnf [options] COMMAND +_output truncated_ +---- + +[[sec-Installing]] +===== Installing Packages +indexterm:[packages,installing with DNF]indexterm:[DNF,installing with DNF] +DNF allows you to install both a single package and multiple packages, as well as a package group of your choice. + +.Installing Individual Packages +To install a single package and all of its non-installed dependencies, enter a command in the following form: + +[subs="macros"] +---- +dnf install pass:quotes[_package_name_] +---- + +You can also install multiple packages simultaneously by appending their names as arguments: + +[subs="macros"] +---- +dnf install pass:quotes[_package_name_] pass:quotes[_package_name_]… +---- + +If you are installing packages on a _multilib_ system, such as an AMD64 or Intel64 machine, you can specify the architecture of the package, as long as it is available in an enabled repository, by appending _.arch_ to the package name. For example, to install the [package]*sqlite2* package for `i586`, type: + +---- +~]# dnf install sqlite2.i586 +---- + +You can use glob expressions to quickly install multiple similarly-named packages: + +---- +~]# dnf install audacious-plugins-\* +---- + +In addition to package names and glob expressions, you can also provide file names to [command]#dnf install#. If you know the name of the binary you want to install, but not its package name, you can give [command]#dnf install# the path name: + +---- +~]# dnf install /usr/sbin/named +---- + +[command]#dnf# then searches through its package lists, finds the package which provides `/usr/sbin/named`, if any, and prompts you as to whether you want to install it. + +[[note-Finding_which_package_owns_a_file]] +.Finding which package owns a file +[NOTE] +==== + +If you know you want to install the package that contains the `named` binary, but you do not know in which `/usr/bin` or `/usr/sbin` directory the file is installed, use the [command]#dnf provides# command with a glob expression: + +---- +~]# dnf provides "*bin/named" +Using metadata from Thu Apr 16 13:41:45 2015 (4:23:50 hours old) +bind-32:9.10.2-1.fc22.x86_64 : The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server +Repo : @System +---- + +[command]#dnf provides "*/pass:attributes[{blank}]_file_name_pass:attributes[{blank}]"# will find all the packages that contain _file_name_. + +==== + +.Installing a Package Groupindexterm:[packages,installing a package group with DNF]indexterm:[DNF,installing a package group with DNF] +A package group is similar to a package: it is not useful by itself, but installing one pulls a group of dependent packages that serve a common purpose. A package group has a name and a _groupid_ (*GID*). The [command]#dnf group list -v# command lists the names of all package groups, and, next to each of them, their groupid in parentheses. The groupid is always the term in the last pair of parentheses, such as `kde-desktop-environment` in the following example: + +---- +~]# dnf -v group list kde\* +cachedir: /var/cache/dnf/x86_64/22 +Loaded plugins: builddep, config-manager, copr, playground, debuginfo-install, download, generate_completion_cache, kickstart, needs-restarting, noroot, protected_packages, Query, reposync, langpacks +initialized Langpacks plugin +DNF version: 0.6.5 +repo: using cache for: fedora +not found deltainfo for: Fedora 22 - x86_64 +not found updateinfo for: Fedora 22 - x86_64 +repo: using cache for: updates-testing +repo: using cache for: updates +not found updateinfo for: Fedora 22 - x86_64 - Updates +Using metadata from Thu Apr 16 13:41:45 2015 (4:37:51 hours old) +Available environment groups: + KDE Plasma Workspaces (kde-desktop-environment) +---- + +You can install a package group by passing its full group name (without the groupid part) to [command]#group install#: + +[subs="macros"] +---- +dnf group install pass:quotes[_group_name_] +---- + +Multi-word names must be quoted. + +You can also install by groupid: + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`group install` _groupid_ +---- + +You can even pass the groupid, or quoted name, to the [command]#install# command if you prepend it with an @-symbol (which tells [command]#dnf# that you want to perform a [command]#group install#): + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`install` @pass:attributes[{blank}]_group_ +---- + +For example, the following are alternative but equivalent ways of installing the `KDE Plasma Workspaces` group: + +---- +~]# dnf group install "KDE Plasma Workspaces" +~]# dnf group install kde-desktop-environment +~]# dnf install @kde-desktop-environment +---- + +[[sec-Removing]] +===== Removing Packages +indexterm:[packages,uninstalling packages with DNF]indexterm:[DNF,uninstalling packages with DNF] +Similarly to package installation, DNF allows you to uninstall (remove in [application]*RPM* and DNF terminology) both individual packages and a package group. + +.Removing Individual Packagesindexterm:[packages,uninstalling packages with DNF,dnf remove package_name]indexterm:[DNF,uninstalling packages with DNF,dnf remove package_name] +To uninstall a particular package, as well as any packages that depend on it, run the following command as `root`: + +[subs="macros"] +---- +dnf remove pass:quotes[_package_name_]… +---- + +As when you install multiple packages, you can remove several at once by adding more package names to the command. For example, to remove [package]*totem*, [package]*rhythmbox*, and [package]*sound-juicer*, type the following at a shell prompt: + +---- +~]# dnf remove totem rhythmbox sound-juicer +---- + +Similar to [command]#install#, [command]#remove# can take these arguments: + +* package names + +* glob expressions + +* file lists + +* package provides + +[[warning-WarningRemoving_a_Package_when_Other_Packages_Depend_On_It]] +.Removing a package when other packages depend on it +[WARNING] +==== + +DNF is not able to remove a package without also removing packages which depend on it. This type of operation can only be performed by [application]*RPM*, is not advised, and can potentially leave your system in a non-functioning state or cause applications to misbehave and terminate unexpectedly. For further information, refer to <> in the [application]*RPM* chapter. + +==== + +.Removing a Package Group +You can remove a package group using syntax congruent with the [command]#install# syntax: + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`group remove` _group_ +---- + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`remove` @pass:attributes[{blank}]_group_ +---- + +The following are alternative but equivalent ways of removing the `KDE Plasma Workspaces` group: + +---- +~]# dnf group remove "KDE Plasma Workspaces" +~]# dnf group remove kde-desktop-environment +~]# dnf remove @kde-desktop-environment +---- + +[[sec-DNF-Transaction_History]] +===== Working with Transaction History + +The [command]#dnf history# command allows users to review information about a timeline of DNF transactions, the dates and times on when they occurred, the number of packages affected, whether transactions succeeded or were aborted, and if the RPM database was changed between transactions. Additionally, this command can be used to undo or redo certain transactions. + +.Listing Transactions +To display a list of all transactions, as `root`, either run [command]#dnf history# with no additional arguments, or enter the following command: + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`history` [option]`list` +---- + +To display only transactions in a given range, use the command in the following form: + +[subs="macros"] +---- +dnf history list pass:quotes[_start_id_]..pass:quotes[_end_id_] +---- + +You can also list only transactions regarding a particular package or packages. To do so, use the command with a package name or a glob expression: + +[subs="macros"] +---- +dnf history list pass:quotes[_glob_expression_]… +---- + +For example, the list of first five transactions may look as follows: + +---- +~]# dnf history list 1..4 +Using metadata from Thu Apr 16 13:41:45 2015 (5:47:31 hours old) +ID | Login user | Date a | Action | Altere +------------------------------------------------------------------------------- + 4 | root | 2015-04-16 18:35 | Erase | 1 + 3 | root | 2015-04-16 18:34 | Install | 1 + 2 | root | 2015-04-16 17:53 | Install | 1 + 1 | System | 2015-04-16 14:14 | Install | 668 E +---- + +The [command]#dnf history list# command produces tabular output with each row consisting of the following columns: + +* `ID` — an integer value that identifies a particular transaction. + +* `Login user` — the name of the user whose login session was used to initiate a transaction. This information is typically presented in the `pass:attributes[{blank}]_Full Name_ _pass:attributes[{blank}]` form, however sometimes the command used to perform the transaction is displayed. For transactions that were not issued by a user (such as an automatic system update), `System ` is used instead. + +* `Date and time` — the date and time when a transaction was issued. + +* `Action(s)` — a list of actions that were performed during a transaction as described in <>. + +* `Altered` — the number of packages that were affected by a transaction, possibly followed by additional information. + +[[tabl-DNF-Transaction_History-Actions]] +.Possible values of the Action(s) field + +[options="header"] +|=== +|Action|Abbreviation|Description +|`Downgrade`|`D`|At least one package has been downgraded to an older version. +|`Erase`|`E`|At least one package has been removed. +|`Install`|`I`|At least one new package has been installed. +|`Obsoleting`|`O`|At least one package has been marked as obsolete. +|`Reinstall`|`R`|At least one package has been reinstalled. +|`Update`|`U`|At least one package has been updated to a newer version. +|=== + +.Reverting and Repeating Transactions +Apart from reviewing the transaction history, the [command]#dnf history# command provides means to revert or repeat a selected transaction. To revert a transaction, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`history` [option]`undo` _id_ +---- + +To repeat a particular transaction, as `root`, run the following command: + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`history` [option]`redo` _id_ +---- + +Both commands also accept the `last` keyword to undo or repeat the latest transaction. + +Note that both [command]#dnf history undo# and [command]#dnf history redo# commands merely revert or repeat the steps that were performed during a transaction, and will fail if the required packages are not available. For example, if the transaction installed a new package, the [command]#dnf history undo# command will uninstall it and also attempt to downgrade all updated packages to their previous version, but the command will fail if the required packages are not available. + +[[sec-Configuring_DNF_and_DNF_Repositories]] +==== Configuring DNF and DNF Repositories +indexterm:[DNF,configuring DNF and DNF repositories]indexterm:[DNF,DNF repositories,configuring DNF and DNF repositories] +The configuration file for DNF and related utilities is located at `/etc/dnf/dnf.conf`. This file contains one mandatory `[main]` section, which allows you to set DNF options that have global effect, and may also contain one or more `[pass:attributes[{blank}]_repository_pass:attributes[{blank}]]` sections, which allow you to set repository-specific options. However, it is recommended to define individual repositories in new or existing `.repo` files in the `/etc/yum.repos.d/` directory. The values you define in individual `[pass:attributes[{blank}]_repository_pass:attributes[{blank}]]` sections of the `/etc/dnf/dnf.conf` file override values set in the `[main]` section. + +This section shows you how to: + +* set global DNF options by editing the `[main]` section of the `/etc/dnf/dnf.conf` configuration file; + +* set options for individual repositories by editing the `[pass:attributes[{blank}]_repository_pass:attributes[{blank}]]` sections in `/etc/dnf/dnf.conf` and `.repo` files in the `/etc/yum.repos.d/` directory; + +* use DNF variables in `/etc/dnf/dnf.conf` and files in the `/etc/yum.repos.d/` directory so that dynamic version and architecture values are handled correctly; + +* add, enable, and disable DNF repositories on the command line; and, + +* set up your own custom DNF repository. + +[[sec-Setting_main_Options]] +===== Setting [main] Options +indexterm:[DNF,setting [main] options] +The `/etc/dnf/dnf.conf` configuration file contains exactly one `[main]` section, and while some of the key-value pairs in this section affect how [command]#dnf# operates, others affect how DNF treats repositories. + +You can add many additional options under the `[main]` section heading in `/etc/dnf/dnf.conf`. + +A sample `/etc/dnf/dnf.conf` configuration file can look like this: + +---- +[main] +gpgcheck=1 +installonly_limit=3 +clean_requirements_on_remove=true +---- + +The following are the most commonly-used options in the `[main]` section: + +[option]`debuglevel`pass:attributes[{blank}]=pass:attributes[{blank}]_value_:: {blank} ++ +…where _value_ is an integer between `0` and `10`. Setting a higher [option]`debuglevel` value causes [command]#dnf# to display more detailed debugging output. [option]`debuglevel=0` disables debugging output, and [option]`debuglevel=2` is the default. + +[option]`exclude`pass:attributes[{blank}]=pass:attributes[{blank}]_package_name_pass:attributes[{blank}] pass:attributes[{blank}]_more_package_names_:: This option allows you to exclude packages by keyword during installation and updates. Listing multiple packages for exclusion can be accomplished by quoting a space-delimited list of packages. Shell globs using wildcards (for example, `*` and `?`) are allowed. + +[option]`gpgcheck`pass:attributes[{blank}]=pass:attributes[{blank}]_value_:: {blank} ++ +…where _value_ is one of: ++ +`0` — Disable GPG signature-checking on packages in all repositories, including local package installation. ++ +`1` — Enable GPG signature-checking on all packages in all repositories, including local package installation. [option]`gpgcheck=1` is the default, and thus all packages' signatures are checked. ++ +If this option is set in the `[main]` section of the `/etc/dnf/dnf.conf` file, it sets the GPG-checking rule for all repositories. However, you can also set [option]`gpgcheck=pass:attributes[{blank}]_value_pass:attributes[{blank}]` for individual repositories instead; you can enable GPG-checking on one repository while disabling it on another. Setting [option]`gpgcheck=pass:attributes[{blank}]_value_pass:attributes[{blank}]` for an individual repository in its corresponding `.repo` file overrides the default if it is present in `/etc/dnf/dnf.conf`. ++ +For more information on GPG signature-checking, refer to <>. + +[option]`installonlypkgs`pass:attributes[{blank}]=pass:attributes[{blank}]_space_pass:attributes[{blank}] pass:attributes[{blank}]_separated_pass:attributes[{blank}] pass:attributes[{blank}]_list_pass:attributes[{blank}] pass:attributes[{blank}]_of_pass:attributes[{blank}] pass:attributes[{blank}]_packages_:: Here you can provide a space-separated list of packages which [command]#dnf# can *install*, but will never *update*. See the *dnf.conf*(5) manual page for the list of packages which are install-only by default. ++ +If you add the [option]`installonlypkgs` directive to `/etc/dnf/dnf.conf`, you should ensure that you list *all* of the packages that should be install-only, including any of those listed under the `installonlypkgs` section of *dnf.conf*(5). In particular, kernel packages should always be listed in [option]`installonlypkgs` (as they are by default), and [option]`installonly_limit` should always be set to a value greater than `2` so that a backup kernel is always available in case the default one fails to boot. + +[[varentry-installonly_limit_value,installonly_limit=value]] +[option]`installonly_limit`pass:attributes[{blank}]=pass:attributes[{blank}]_value_:: {blank} ++ +…where _value_ is an integer representing the maximum number of versions that can be installed simultaneously for any single package listed in the [option]`installonlypkgs` directive. ++ +The defaults for the [option]`installonlypkgs` directive include several different kernel packages, so be aware that changing the value of [option]`installonly_limit` will also affect the maximum number of installed versions of any single kernel package. The default value listed in `/etc/dnf/dnf.conf` is [option]`installonly_limit=3`, and it is not recommended to decrease this value, particularly below `2`. + +[option]`keepcache`pass:attributes[{blank}]=pass:attributes[{blank}]_value_:: {blank} ++ +…where _value_ is one of: ++ +`0` — Do not retain the cache of headers and packages after a successful installation. This is the default. ++ +`1` — Retain the cache after a successful installation. + +For a complete list of available `[main]` options, refer to the `[MAIN] OPTIONS` section of the *dnf.conf*(5) manual page. + +[[sec-Setting_repository_Options]] +===== Setting [repository] Options +indexterm:[DNF,setting [repository] options] +The `[pass:attributes[{blank}]_repository_pass:attributes[{blank}]]` sections, where _repository_ is a unique repository ID such as `my_personal_repo` (spaces are not permitted), allow you to define individual DNF repositories. + +The following is a bare-minimum example of the form a `[pass:attributes[{blank}]_repository_pass:attributes[{blank}]]` section takes: + +[subs="macros"] +---- +[pass:quotes[_repository_]] +name=pass:quotes[_repository_name_] +baseurl=pass:quotes[_repository_url_] +---- + +Every `[pass:attributes[{blank}]_repository_pass:attributes[{blank}]]` section must contain the following directives: + +[option]`name`pass:attributes[{blank}]=pass:attributes[{blank}]_repository_name_:: {blank} ++ +…where _repository_name_ is a human-readable string describing the repository. + +_parameter_pass:attributes[{blank}]=pass:attributes[{blank}]_repository_url_:: {blank} ++ +…where _parameter_ is one of the following: [option]`baseurl`, [option]`metalink`, or [option]`mirrorlist`pass:attributes[{blank}]; ++ +…where _repository_url_ is a URL to a directory containing a `repodata` directory of a repository, a metalink file, or a mirror list file. ++ +** If the repository is available over HTTP, use: `http://path/to/repo` ++ +** If the repository is available over FTP, use: `ftp://path/to/repo` ++ +** If the repository is local to the machine, use: `file:///path/to/local/repo` ++ +** If a specific online repository requires basic HTTP authentication, you can specify your user name and password by prepending it to the URL as [option]`pass:attributes[{blank}]_username_:pass:attributes[{blank}]_password_pass:attributes[{blank}]@pass:attributes[{blank}]_link_pass:attributes[{blank}]`. For example, if a repository on http://www.example.com/repo/ requires a username of "user" and a password of "password", then the [option]`baseurl` link could be specified as [option]`http://user:password@www.example.com/repo/`. ++ +Usually this URL is an HTTP link, such as: ++ +[subs="quotes"] +---- +baseurl=http://path/to/repo/releases/$releasever/server/$basearch/os/ +---- ++ +Note that DNF always expands the `$releasever`, `$arch`, and `$basearch` variables in URLs. For more information about DNF variables, refer to <>. + +To configure the default set of repositories, use the [option]`enabled` option as follows: + +[option]`enabled`pass:attributes[{blank}]=pass:attributes[{blank}]_value_:: {blank} ++ +…where _value_ is one of: ++ +`0` — Do not include this repository as a package source when performing updates and installs. ++ +`1` — Include this repository as a package source. ++ +Turning repositories on and off can also be performed by passing either the [option]`--set-enabled _repo_name_pass:attributes[{blank}]` or [option]`--set-disabled _repo_name_pass:attributes[{blank}]` option to the [command]#dnf# command, or through the `Add/Remove Software` window of the [application]*PackageKit* utility. + +Many more `[pass:attributes[{blank}]_repository_pass:attributes[{blank}]]` options exist. For a complete list, refer to the `[repository] OPTIONS` section of the *dnf.conf*(5) manual page. + +[[sec-Using_DNF_Variables]] +===== Using DNF Variables +indexterm:[DNF,variables] +Variables can be used only in the appropriate sections of the DNF configuration files, namely the `/etc/dnf/dnf.conf` file and all `.repo` files in the `/etc/yum.repos.d/` directory. Repository variables include: + +`$releasever`:: Refers to the release version of operating system which DNF derives from information available in RPMDB. + +`$arch`:: Refers to the system’s CPU architecture. Valid values for `$arch` include: `i586`, `i686` and `x86_64`. + +`$basearch`:: Refers to the base architecture of the system. For example, i686 and i586 machines both have a base architecture of `i386`, and AMD64 and Intel64 machines have a base architecture of `x86_64`. + +[[sec-Viewing_the_Current_Configuration]] +==== Viewing the Current Configuration + +To list all configuration options and their corresponding values, and the repositories, execute the [command]#dnf config-manager# command with the [option]`--dump` option: + +[subs="attributes"] +---- +~]${nbsp}dnf config-manager --dump +=============================== main ====================================== +[main] +alwaysprompt = True +assumeno = False +assumeyes = False +bandwidth = 0 +best = False +bugtracker_url = https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=dnf +cachedir = /var/cache/dnf/x86_64/22 +[output truncated] +---- + +[[sec-Managing_DNF_Repositories]] +==== Adding, Enabling, and Disabling a DNF Repository +indexterm:[DNF,repository] +<> describes various options you can use to define a DNF repository. This section explains how to add, enable, and disable a repository by using the [command]#dnf config-manager# command. + +.Adding a DNF Repository +To define a new repository, you can either add a `[pass:attributes[{blank}]_repository_pass:attributes[{blank}]]` section to the `/etc/dnf/dnf.conf` file, or to a `.repo` file in the `/etc/yum.repos.d/` directory. All files with the `.repo` file extension in this directory are read by DNF, and it is recommended to define your repositories here instead of in `/etc/dnf/dnf.conf`. + +DNF repositories commonly provide their own `.repo` file. To add such a repository to your system and enable it, run the following command as `root`: + +[subs="macros"] +---- +dnf config-manager --add-repo pass:quotes[_repository_url_] +---- + +…where _repository_url_ is a link to the `.repo` file. + +[[ex-adding_repo]] +.Adding example.repo +==== + +To add a repository located at http://www.example.com/example.repo, type the following at a shell prompt: + +[subs="attributes"] +---- +~]#{nbsp}dnf config-manager --add-repo http://www.example.com/example.repo +adding repo from: http://www.example.com/example.repo +---- + +==== + +.Enabling a DNF Repository +To enable a particular repository or repositories, type the following at a shell prompt as `root`: + +[subs="quotes, macros"] +---- +[command]#dnf config-manager# [option]`--set-enabled` _repository_pass:attributes[{blank}]… +---- + +…where _repository_ is the unique repository ID. To display the current configuration, add the [option]`--dump` option. + +.Disabling a DNF Repository +To disable a DNF repository, run the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#dnf config-manager# [option]`--set-disabled` _repository_pass:attributes[{blank}]… +---- + +…where _repository_ is the unique repository ID. To display the current configuration, add the [option]`--dump` option. + +[[sec-Additional_Resources]] +==== Additional Resources +indexterm:[DNF,Additional Resources] +.Installed Documentation + +* `dnf(8)` — The DNF command reference manual page. + +* `dnf.conf(8)` — DNF Configuration Reference manual page. + +.Online Documentation + +link:++http://dnf.readthedocs.org/en/latest/index.html++[]:: The DNF wiki contains more documentation. diff --git a/en-US/package-management/intro-package-management.adoc b/en-US/package-management/intro-package-management.adoc new file mode 100644 index 0000000..3606819 --- /dev/null +++ b/en-US/package-management/intro-package-management.adoc @@ -0,0 +1,5 @@ +include::en-US/entities.adoc[] + +== Package Management + +All software on a {MAJOROS} system is divided into RPM packages, which can be installed, upgraded, or removed. This part describes how to manage packages on {MAJOROS} using [application]*DNF*. diff --git a/en-US/servers/Configuring_NTP_Using_ntpd.adoc b/en-US/servers/Configuring_NTP_Using_ntpd.adoc new file mode 100644 index 0000000..10c09f3 --- /dev/null +++ b/en-US/servers/Configuring_NTP_Using_ntpd.adoc @@ -0,0 +1,745 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Configuring_NTP_Using_ntpd]] +=== Configuring NTP Using ntpd + +[[s1-Introduction_to_NTP]] +==== Introduction to NTP + +The _Network Time Protocol_ (*NTP*) enables the accurate dissemination of time and date information in order to keep the time clocks on networked computer systems synchronized to a common reference over the network or the Internet. Many standards bodies around the world have atomic clocks which may be made available as a reference. The satellites that make up the Global Position System contain more than one atomic clock, making their time signals potentially very accurate. Their signals can be deliberately degraded for military reasons. An ideal situation would be where each site has a server, with its own reference clock attached, to act as a site-wide time server. Many devices which obtain the time and date via low frequency radio transmissions or the Global Position System (GPS) exist. However for most situations, a range of publicly accessible time servers connected to the Internet at geographically dispersed locations can be used. These `NTP` servers provide "pass:attributes[{blank}]_Coordinated Universal Time_pass:attributes[{blank}]" (*UTC*). Information about these time servers can found at [citetitle]_www.pool.ntp.org_. + +Accurate time keeping is important for a number of reasons in IT. In networking for example, accurate time stamps in packets and logs are required. Logs are used to investigate service and security issues and so time stamps made on different systems must be made by synchronized clocks to be of real value. As systems and networks become increasingly faster, there is a corresponding need for clocks with greater accuracy and resolution. In some countries there are legal obligations to keep accurately synchronized clocks. Please see [citetitle]_www.ntp.org_ for more information. In Linux systems, `NTP` is implemented by a daemon running in user space. The default `NTP` user space daemon in {MAJOROSVER} is `chronyd`. It must be disabled if you want to use the `ntpd` daemon. See <> for information on [application]*chrony*. + +The user space daemon updates the system clock, which is a software clock running in the kernel. Linux uses a software clock as its system clock for better resolution than the typical embedded hardware clock referred to as the "pass:attributes[{blank}]_Real Time Clock_pass:attributes[{blank}]" *(RTC)*. See the `rtc(4)` and `hwclock(8)` man pages for information on hardware clocks. The system clock can keep time by using various clock sources. Usually, the _Time Stamp Counter_ (*TSC*) is used. The TSC is a CPU register which counts the number of cycles since it was last reset. It is very fast, has a high resolution, and there are no interrupts. On system start, the system clock reads the time and date from the RTC. The time kept by the RTC will drift away from actual time by up to 5 minutes per month due to temperature variations. Hence the need for the system clock to be constantly synchronized with external time references. When the system clock is being synchronized by `ntpd`, the kernel will in turn update the RTC every 11 minutes automatically. + +[[s1-NTP_Strata]] +==== NTP Strata + +`NTP` servers are classified according to their synchronization distance from the atomic clocks which are the source of the time signals. The servers are thought of as being arranged in layers, or strata, from 1 at the top down to 15. Hence the word stratum is used when referring to a specific layer. Atomic clocks are referred to as Stratum 0 as this is the source, but no Stratum 0 packet is sent on the Internet, all stratum 0 atomic clocks are attached to a server which is referred to as stratum 1. These servers send out packets marked as Stratum 1. A server which is synchronized by means of packets marked stratum `n` belongs to the next, lower, stratum and will mark its packets as stratum `n+1`. Servers of the same stratum can exchange packets with each other but are still designated as belonging to just the one stratum, the stratum one below the best reference they are synchronized to. The designation Stratum 16 is used to indicate that the server is not currently synchronized to a reliable time source. + +Note that by default `NTP` clients act as servers for those systems in the stratum below them. + +Here is a summary of the `NTP` Strata: + +Stratum 0::: Atomic Clocks and their signals broadcast over Radio and GPS + +** GPS (Global Positioning System) + +** Mobile Phone Systems + +** Low Frequency Radio Broadcasts +WWVB (Colorado, USA.), JJY-40 and JJY-60 (Japan), DCF77 (Germany), and MSF (United Kingdom) + +These signals can be received by dedicated devices and are usually connected by RS-232 to a system used as an organizational or site-wide time server. + +Stratum 1::: Computer with radio clock, GPS clock, or atomic clock attached + +Stratum 2::: Reads from stratum 1; Serves to lower strata + +Stratum 3::: Reads from stratum 2; Serves to lower strata + +Stratum _n+1_::: Reads from stratum _n_pass:attributes[{blank}]; Serves to lower strata + +Stratum 15::: Reads from stratum 14; This is the lowest stratum. + +This process continues down to Stratum 15 which is the lowest valid stratum. The label Stratum 16 is used to indicated an unsynchronized state. + +[[s1-Understanding_NTP]] +==== Understanding NTP + +The version of `NTP` used by {MAJOROS} is as described in [citetitle]_link:++http://www.rfc-editor.org/info/rfc1305++[RFC 1305 Network Time Protocol (Version 3) +Specification, Implementation and Analysis]_ and [citetitle]_link:++http://www.rfc-editor.org/info/rfc5905++[RFC 5905 Network Time Protocol Version 4: Protocol and Algorithms Specification]_ + +This implementation of `NTP` enables sub-second accuracy to be achieved. Over the Internet, accuracy to 10s of milliseconds is normal. On a Local Area Network (LAN), 1 ms accuracy is possible under ideal conditions. This is because clock drift is now accounted and corrected for, which was not done in earlier, simpler, time protocol systems. A resolution of 233 picoseconds is provided by using 64-bit time stamps. The first 32-bits of the time stamp is used for seconds, the last 32-bits are used for fractions of seconds. + +`NTP` represents the time as a count of the number of seconds since 00:00 (midnight) 1 January, 1900 GMT. As 32-bits is used to count the seconds, this means the time will "roll over" in 2036. However `NTP` works on the difference between time stamps so this does not present the same level of problem as other implementations of time protocols have done. If a hardware clock that is within 68 years of the correct time is available at boot time then `NTP` will correctly interpret the current date. The `NTP4` specification provides for an "Era Number" and an "Era Offset" which can be used to make software more robust when dealing with time lengths of more than 68 years. Note, please do not confuse this with the Unix Year 2038 problem. + +The `NTP` protocol provides additional information to improve accuracy. Four time stamps are used to allow the calculation of round-trip time and server response time. In order for a system in its role as `NTP` client to synchronize with a reference time server, a packet is sent with an "originate time stamp". When the packet arrives, the time server adds a "receive time stamp". After processing the request for time and date information and just before returning the packet, it adds a "transmit time stamp". When the returning packet arrives at the `NTP` client, a "receive time stamp" is generated. The client can now calculate the total round trip time and by subtracting the processing time derive the actual traveling time. By assuming the outgoing and return trips take equal time, the single-trip delay in receiving the `NTP` data is calculated. The full `NTP` algorithm is much more complex than presented here. + +When a packet containing time information is received it is not immediately responded to, but is first subject to validation checks and then processed together with several other time samples to arrive at an estimate of the time. This is then compared to the system clock to determine the time offset, the difference between the system clock's time and what `ntpd` has determined the time should be. The system clock is adjusted slowly, at most at a rate of 0.5ms per second, to reduce this offset by changing the frequency of the counter being used. It will take at least 2000 seconds to adjust the clock by 1 second using this method. This slow change is referred to as slewing and cannot go backwards. If the time offset of the clock is more than 128ms (the default setting), `ntpd` can "step" the clock forwards or backwards. If the time offset at system start is greater than 1000 seconds then the user, or an installation script, should make a manual adjustment. See <>. With the [option]`-g` option to the [command]#ntpd# command (used by default), any offset at system start will be corrected, but during normal operation only offsets of up to 1000 seconds will be corrected. + +Some software may fail or produce an error if the time is changed backwards. For systems that are sensitive to step changes in the time, the threshold can be changed to 600s instead of 128ms using the [option]`-x` option (unrelated to the [option]`-g` option). Using the [option]`-x` option to increase the stepping limit from 0.128s to 600s has a drawback because a different method of controlling the clock has to be used. It disables the kernel clock discipline and may have a negative impact on the clock accuracy. The [option]`-x` option can be added to the `/etc/sysconfig/ntpd` configuration file. + +[[s1-Understanding_the_Drift_File]] +==== Understanding the Drift File + +The drift file is used to store the frequency offset between the system clock running at its nominal frequency and the frequency required to remain in synchronization with UTC. If present, the value contained in the drift file is read at system start and used to correct the clock source. Use of the drift file reduces the time required to achieve a stable and accurate time. The value is calculated, and the drift file replaced, once per hour by `ntpd`. The drift file is replaced, rather than just updated, and for this reason the drift file must be in a directory for which the `ntpd` has write permissions. + +[[s1-UTC_timezones_and_DST]] +==== UTC, Timezones, and DST + +As `NTP` is entirely in UTC (Universal Time, Coordinated), Timezones and DST (Daylight Saving Time) are applied locally by the system. The file `/etc/localtime` is a copy of, or symlink to, a zone information file from `/usr/share/zoneinfo`. The RTC may be in localtime or in UTC, as specified by the 3rd line of `/etc/adjtime`, which will be one of LOCAL or UTC to indicate how the RTC clock has been set. Users can easily change this setting using the checkbox `System Clock Uses UTC` in the [application]*Date and Time* graphical configuration tool. See <> for information on how to use that tool. Running the RTC in UTC is recommended to avoid various problems when daylight saving time is changed. + +The operation of `ntpd` is explained in more detail in the man page `ntpd(8)`. The resources section lists useful sources of information. See <>. + +[[s1-Authentication_Options_for_NTP]] +==== Authentication Options for NTP + +`NTPv4` added support for the Autokey Security Architecture, which is based on public asymmetric cryptography while retaining support for symmetric key cryptography. The Autokey Security Architecture is described in [citetitle]_link:++http://www.rfc-editor.org/info/rfc5906++[RFC 5906 Network Time Protocol Version 4: Autokey Specification]_. The man page `ntp_auth(5)` describes the authentication options and commands for `ntpd`. + +An attacker on the network can attempt to disrupt a service by sending `NTP` packets with incorrect time information. On systems using the public pool of `NTP` servers, this risk is mitigated by having more than three `NTP` servers in the list of public `NTP` servers in `/etc/ntp.conf`. If only one time source is compromised or spoofed, `ntpd` will ignore that source. You should conduct a risk assessment and consider the impact of incorrect time on your applications and organization. If you have internal time sources you should consider steps to protect the network over which the `NTP` packets are distributed. If you conduct a risk assessment and conclude that the risk is acceptable, and the impact to your applications minimal, then you can choose not to use authentication. + +The broadcast and multicast modes require authentication by default. If you have decided to trust the network then you can disable authentication by using [command]#disable auth# directive in the `ntp.conf` file. Alternatively, authentication needs to be configured by using SHA1 or MD5 symmetric keys, or by public (asymmetric) key cryptography using the Autokey scheme. The Autokey scheme for asymmetric cryptography is explained in the `ntp_auth(8)` man page and the generation of keys is explained in `ntp-keygen(8`). To implement symmetric key cryptography, see <> for an explanation of the [option]`key` option. + +[[s1-Managing_the_Time_on_Virtual_Machines]] +==== Managing the Time on Virtual Machines + +Virtual machines cannot access a real hardware clock and a virtual clock is not stable enough as the stability is dependent on the host systems work load. For this reason, para-virtualized clocks should be provided by the virtualization application in use (for more information see _https://docs.fedoraproject.org/en-US/Fedora/18/html/Virtualization_Administration_Guide/sect-Virtualization-Tips_and_tricks-Libvirt_Managed_Timers.html[Libvirt Managed Timers]_ in the _Virtualization Administration Guide_). On {MAJOROS} with [application]*KVM* the default clock source is [option]`kvm-clock`. See the [citetitle]_link:++http://docs.fedoraproject.org/en-US/Fedora/13/html/Virtualization_Guide/chap-Virtualization-KVM_guest_timing_management.html++[KVM guest timing management]_ chapter of the [citetitle]_Virtualization Host Configuration and Guest Installation Guide_. + +[[s1-Understanding_Leap_Seconds]] +==== Understanding Leap Seconds + +Greenwich Mean Time (GMT) was derived by measuring the solar day, which is dependent on the Earth's rotation. When atomic clocks were first made, the potential for more accurate definitions of time became possible. In 1958, International Atomic Time (TAI) was introduced based on the more accurate and very stable atomic clocks. A more accurate astronomical time, Universal Time 1 (UT1), was also introduced to replace GMT. The atomic clocks are in fact far more stable than the rotation of the Earth and so the two times began to drift apart. For this reason UTC was introduced as a practical measure. It is kept within one second of UT1 but to avoid making many small trivial adjustments it was decided to introduce the concept of a _leap second_ in order to reconcile the difference in a manageable way. The difference between UT1 and UTC is monitored until they drift apart by more than half a second. Then only is it deemed necessary to introduce a one second adjustment, forward or backward. Due to the erratic nature of the Earth's rotational speed, the need for an adjustment cannot be predicted far into the future. The decision as to when to make an adjustment is made by the [citetitle]_link:++http://www.iers.org++[International Earth Rotation and Reference Systems Service (IERS)]_. However, these announcements are important only to administrators of Stratum 1 servers because `NTP` transmits information about pending leap seconds and applies them automatically. + +[[s1-Understanding_the_ntpd_Configuration_File]] +==== Understanding the ntpd Configuration File + +The daemon, `ntpd`, reads the configuration file at system start or when the service is restarted. The default location for the file is `/etc/ntp.conf` and you can view the file by entering the following command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#less /etc/ntp.conf# +---- + +The configuration commands are explained briefly later in this chapter, see <>, and more verbosely in the `ntp.conf(5)` man page. + +Here follows a brief explanation of the contents of the default configuration file: + +The driftfile entry:: A path to the drift file is specified, the default entry on {MAJOROS} is: + +[subs="quotes"] +---- +driftfile /var/lib/ntp/drift +---- + +If you change this be certain that the directory is writable by `ntpd`. +The file contains one value used to adjust the system clock frequency after every system or service start. +See <> for more information. + +The access control entries:: The following line sets the default access control restriction: + +[subs="quotes"] +---- +restrict default nomodify notrap nopeer noquery +---- + +** The [option]`nomodify` options prevents any changes to the configuration. + +** The [option]`notrap` option prevents `ntpdc` control message protocol traps. + +** The [option]`nopeer` option prevents a peer association being formed. + +** The [option]`noquery` option prevents `ntpq` and `ntpdc` queries, but not time queries, from being answered. + +[IMPORTANT] +==== + +The `ntpq` and `ntpdc` queries can be used in amplification attacks, therefore do not remove the [option]`noquery` option from the [command]#restrict default# command on publicly accessible systems. + +See [citetitle]_link:++https://access.redhat.com/security/cve/CVE-2013-5211++[CVE-2013-5211]_ for more details. + +==== + +Addresses within the range `127.0.0.0/8` are sometimes required by various processes or applications. As the "restrict default" line above prevents access to everything not explicitly allowed, access to the standard loopback address for `IPv4` and `IPv6` is permitted by means of the following lines: + +---- +# the administrative functions. +restrict 127.0.0.1 +restrict ::1 +---- + +Addresses can be added underneath if specifically required by another application. + +Hosts on the local network are not permitted because of the "restrict default" line above. To change this, for example to allow hosts from the `192.0.2.0/24` network to query the time and statistics but nothing more, a line in the following format is required: + +[subs="quotes"] +---- +restrict 192.0.2.0 mask 255.255.255.0 nomodify notrap nopeer +---- + +To allow unrestricted access from a specific host, for example `192.0.2.250/32`, a line in the following format is required: + +[subs="quotes"] +---- +restrict 192.0.2.250 +---- + +A mask of `255.255.255.255` is applied if none is specified. + +The restrict commands are explained in the `ntp_acc(5)` man page. + +The public servers entry:: By default, the `ntp.conf` file contains four public server entries: + +[subs="quotes"] +---- + +server 0.fedora.pool.ntp.org iburst +server 1.fedora.pool.ntp.org iburst +server 2.fedora.pool.ntp.org iburst +server 3.fedora.pool.ntp.org iburst +---- + +The broadcast multicast servers entry:: By default, the `ntp.conf` file contains some commented out examples. These are largely self explanatory. See <> for the explanation of the specific commands. If required, add your commands just below the examples. + +[NOTE] +==== + +When the `DHCP` client program, [application]*dhclient*, receives a list of `NTP` servers from the `DHCP` server, it adds them to `ntp.conf` and restarts the service. To disable that feature, add [command]#PEERNTP=no# to `/etc/sysconfig/network`. + +==== + +[[s1-Understanding_the_ntpd_Sysconfig_File]] +==== Understanding the ntpd Sysconfig File + +The file will be read by the `ntpd` init script on service start. The default contents is as follows: + +---- +# Command line options for ntpd +OPTIONS="-g" +---- + +The [option]`-g` option enables `ntpd` to ignore the offset limit of 1000s and attempt to synchronize the time even if the offset is larger than 1000s, but only on system start. Without that option [application]*ntpd* will exit if the time offset is greater than 1000s. It will also exit after system start if the service is restarted and the offset is greater than 1000s even with the [option]`-g` option. + +[[s1-Disabling_chrony]] +==== Disabling chrony + +In order to use `ntpd` the default user space daemon, `chronyd`, must be stopped and disabled. Issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl stop chronyd +---- + +To prevent it restarting at system start, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl disable chronyd +---- + +To check the status of `chronyd`, issue the following command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#systemctl status chronyd# +---- + +[[s1-Checking_if_the_NTP_Daemon_is_Installed]] +==== Checking if the NTP Daemon is Installed + +To check if `ntpd` is installed, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install ntp +---- + +`NTP` is implemented by means of the daemon or service `ntpd`, which is contained within the [package]*ntp* package. + +[[s1-Installing_the_NTP_Daemon_ntpd]] +==== Installing the NTP Daemon (ntpd) + +To install `ntpd`, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install ntp +---- + +To enable `ntpd` at system start, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl enable ntpd +---- + +[[s1-Checking_the_status_of_NTP]] +==== Checking the Status of NTP + +To check if `ntpd` is running and configured to run at system start, issue the following command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#systemctl status ntpd# +---- + +To obtain a brief status report from `ntpd`, issue the following command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ntpstat# +unsynchronised + time server re-starting + polling server every 64 s +---- + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#ntpstat# +synchronised to NTP server (10.5.26.10) at stratum 2 + time correct to within 52 ms + polling server every 1024 s +---- + +[[s1-Configure_the_Firewall_to_Allow_Incoming_NTP_Packets]] +==== Configure the Firewall to Allow Incoming NTP Packets + +The `NTP` traffic consists of `UDP` packets on port `123` and needs to be permitted through network and host-based firewalls in order for `NTP` to function. + +Check if the firewall is configured to allow incoming `NTP` traffic for clients using the graphical [application]*Firewall Configuration* tool. + +To start the graphical [application]*firewall-config* tool, press the kbd:[Super] key to enter the Activities Overview, type [command]#firewall# and then press kbd:[Enter]. The `Firewall Configuration` window opens. You will be prompted for your user password. + +To start the graphical firewall configuration tool using the command line, enter the following command as `root` user: + +[subs="attributes"] +---- +~]#{nbsp}firewall-config +---- + +The `Firewall Configuration` window opens. Note, this command can be run as normal user but you will then be prompted for the `root` password from time to time. + +Look for the word "Connected" in the lower left corner. This indicates that the [application]*firewall-config* tool is connected to the user space daemon, `firewalld`. + +[[s2-Change_the_firewall_settings]] +===== Change the Firewall Settings + +To immediately change the current firewall settings, ensure the drop-down selection menu labeled `Configuration` is set to `Runtime`. Alternatively, to edit the settings to be applied at the next system start, or firewall reload, select `Permanent` from the drop-down list. + +[NOTE] +==== + +When making changes to the firewall settings in `Runtime` mode, your selection takes immediate effect when you set or clear the check box associated with the service. You should keep this in mind when working on a system that may be in use by other users. + +When making changes to the firewall settings in `Permanent` mode, your selection will only take effect when you reload the firewall or the system restarts. To reload the firewall, select the Options menu and select `Reload Firewall`. + +==== + +[[s2-Open_Ports_in_the_firewall_for_ntp_packets]] +===== Open Ports in the Firewall for NTP Packets + +To permit traffic through the firewall to a certain port, start the [application]*firewall-config* tool and select the network zone whose settings you want to change. Select the `Ports` tab and then click the btn:[Add] button. The `Port and Protocol` window opens. + +Enter the port number `123` and select `udp` from the drop-down list. + +[[s1-Configure_ntpdate_Servers]] +==== Configure ntpdate Servers + +The purpose of the `ntpdate` service is to set the clock during system boot. This was used previously to ensure that the services started after `ntpdate` would have the correct time and not observe a jump in the clock. The use of `ntpdate` and the list of step-tickers is considered deprecated and so Fedora uses the [option]`-g` option to the [command]#ntpd# command and not `ntpdate` by default. + +The `ntpdate` service in Fedora is mostly useful only when used alone without `ntpd`. With [application]*systemd*, which starts services in parallel, enabling the `ntpdate` service will not ensure that other services started after it will have correct time unless they specify an ordering dependency on `time-sync.target`, which is provided by the `ntpdate` service. The `ntp-wait` service (in the [package]*ntp-perl* subpackage) provides the `time-sync` target for the `ntpd` service. In order to ensure a service starts with correct time, add `After=time-sync.target` to the service and enable one of the services which provide the target (`ntpdate` or [application]*sntp*, or [application]*ntp-wait* if `ntpd` is enabled). Some services on Fedora have the dependency included by default ( for example, `dhcpd`, `dhcpd6`, and `crond`). + +To check if the `ntpdate` service is enabled to run at system start, issue the following command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#systemctl status ntpdate# +---- + +To enable the service to run at system start, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl enable ntpdate +---- + +In Fedora the default `/etc/ntp/step-tickers` file contains `0.fedora.pool.ntp.org`. To configure additional `ntpdate` servers, using a text editor running as `root`, edit `/etc/ntp/step-tickers`. The number of servers listed is not very important as `ntpdate` will only use this to obtain the date information once when the system is starting. If you have an internal time server then use that host name for the first line. An additional host on the second line as a backup is sensible. The selection of backup servers and whether the second host is internal or external depends on your risk assessment. For example, what is the chance of any problem affecting the first server also affecting the second server? Would connectivity to an external server be more likely to be available than connectivity to internal servers in the event of a network failure disrupting access to the first server? + +[[s1-Configure_NTP]] +==== Configure NTP + +To change the default configuration of the `NTP` service, use a text editor running as `root` user to edit the `/etc/ntp.conf` file. This file is installed together with `ntpd` and is configured to use time servers from the Fedora pool by default. The man page `ntp.conf(5)` describes the command options that can be used in the configuration file apart from the access and rate limiting commands which are explained in the `ntp_acc(5)` man page. + +[[s2-Configure_Access_Control_to_an_NTP_service]] +===== Configure Access Control to an NTP Service + +To restrict or control access to the `NTP` service running on a system, make use of the [command]#restrict# command in the `ntp.conf` file. See the commented out example: + +---- + +# Hosts on local network are less restricted. +#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap +---- + +The [command]#restrict# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#restrict# _option_ +---- + +where _option_ is one or more of: + +* [option]`ignore` — All packets will be ignored, including `ntpq` and `ntpdc` queries. + +* [option]`kod` — a "Kiss-o'-death" packet is to be sent to reduce unwanted queries. + +* [option]`limited` — do not respond to time service requests if the packet violates the rate limit default values or those specified by the [command]#discard# command. `ntpq` and `ntpdc` queries are not affected. For more information on the [command]#discard# command and the default values, see <>. + +* [option]`lowpriotrap` — traps set by matching hosts to be low priority. + +* [option]`nomodify` — prevents any changes to the configuration. + +* [option]`noquery` — prevents `ntpq` and `ntpdc` queries, but not time queries, from being answered. + +* [option]`nopeer` — prevents a peer association being formed. + +* [option]`noserve` — deny all packets except `ntpq` and `ntpdc` queries. + +* [option]`notrap` — prevents `ntpdc` control message protocol traps. + +* [option]`notrust` — deny packets that are not cryptographically authenticated. + +* [option]`ntpport` — modify the match algorithm to only apply the restriction if the source port is the standard `NTP` `UDP` port `123`. + +* [option]`version` — deny packets that do not match the current `NTP` version. + +To configure rate limit access to not respond at all to a query, the respective [command]#restrict# command has to have the [option]`limited` option. If `ntpd` should reply with a `KoD` packet, the [command]#restrict# command needs to have both [option]`limited` and [option]`kod` options. + +The `ntpq` and `ntpdc` queries can be used in amplification attacks (see [citetitle]_link:++https://access.redhat.com/security/cve/CVE-2013-5211++[CVE-2013-5211]_ for more details), do not remove the [option]`noquery` option from the [command]#restrict default# command on publicly accessible systems. + +[[s2_Configure_Rate_Limiting_Access_to_an_NTP_Service]] +===== Configure Rate Limiting Access to an NTP Service + +To enable rate limiting access to the `NTP` service running on a system, add the [option]`limited` option to the [command]#restrict# command as explained in <>. If you do not want to use the default discard parameters, then also use the [command]#discard# command as explained here. + +The [command]#discard# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#discard# [option]`average` _value_ [option]`minimum` _value_ [option]`monitor` _value_ +---- + +* [option]`average` — specifies the minimum average packet spacing to be permitted, it accepts an argument in _log2_ seconds. The default value is 3 (_2pass:attributes[{blank}]^3^pass:attributes[{blank}]_ equates to 8 seconds). + +* [option]`minimum` — specifies the minimum packet spacing to be permitted, it accepts an argument in _log2_ seconds. The default value is 1 (_2pass:attributes[{blank}]^1^pass:attributes[{blank}]_ equates to 2 seconds). + +* [option]`monitor` — specifies the discard probability for packets once the permitted rate limits have been exceeded. The default value is 3000 seconds. This option is intended for servers that receive 1000 or more requests per second. + +Examples of the [command]#discard# command are as follows: + +[subs="quotes"] +---- +discard average 4 +---- + +[subs="quotes"] +---- +discard average 4 minimum 2 +---- + +[[s2_Adding_a_Peer_Address]] +===== Adding a Peer Address + +To add the address of a peer, that is to say, the address of a server running an `NTP` service of the same stratum, make use of the [command]#peer# command in the `ntp.conf` file. + +The [command]#peer# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#peer# _address_ +---- + +where _address_ is an `IP` unicast address or a `DNS` resolvable name. The address must only be that of a system known to be a member of the same stratum. Peers should have at least one time source that is different to each other. Peers are normally systems under the same administrative control. + +[[s2_Adding_a_Server_Address]] +===== Adding a Server Address + +To add the address of a server, that is to say, the address of a server running an `NTP` service of a higher stratum, make use of the [command]#server# command in the `ntp.conf` file. + +The [command]#server# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#server# _address_ +---- + +where _address_ is an `IP` unicast address or a `DNS` resolvable name. +The address of a remote reference server or local reference clock from which packets are to be received. + +[[s2_Adding_a_Broadcast_or_Mutlticast_Server_Address]] +===== Adding a Broadcast or Multicast Server Address + +To add a broadcast or multicast address for sending, that is to say, the address to broadcast or multicast `NTP` packets to, make use of the [command]#broadcast# command in the `ntp.conf` file. + +The broadcast and multicast modes require authentication by default. See <>. + +The [command]#broadcast# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#broadcast# _address_ +---- + +where _address_ is an `IP` broadcast or multicast address to which packets are sent. + +This command configures a system to act as an `NTP` broadcast server. The address used must be a broadcast or a multicast address. Broadcast address implies the `IPv4` address `255.255.255.255`. By default, routers do not pass broadcast messages. The multicast address can be an `IPv4` Class D address, or an `IPv6` address. The IANA has assigned `IPv4` multicast address `224.0.1.1` and `IPv6` address `FF05::101` (site local) to `NTP`. Administratively scoped `IPv4` multicast addresses can also be used, as described in [citetitle]_link:++http://www.rfc-editor.org/info/rfc2365++[RFC 2365 Administratively Scoped IP Multicast]_. + +[[s2_Adding_a_Manycast_Client_Address]] +===== Adding a Manycast Client Address + +To add a manycast client address, that is to say, to configure a multicast address to be used for `NTP` server discovery, make use of the [command]#manycastclient# command in the `ntp.conf` file. + +The [command]#manycastclient# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#manycastclient# _address_ +---- + +where _address_ is an `IP` multicast address from which packets are to be received. +The client will send a request to the address and select the best servers from the responses and ignore other servers. `NTP` communication then uses unicast associations, as if the discovered `NTP` servers were listed in `ntp.conf`. + +This command configures a system to act as an `NTP` client. Systems can be both client and server at the same time. + +[[s2_Adding_a_Broadcastclient_Address]] +===== Adding a Broadcast Client Address + +To add a broadcast client address, that is to say, to configure a broadcast address to be monitored for broadcast `NTP` packets, make use of the [command]#broadcastclient# command in the `ntp.conf` file. + +The [command]#broadcastclient# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#broadcastclient# +---- + +Enables the receiving of broadcast messages. Requires authentication by default. See <>. + +This command configures a system to act as an `NTP` client. Systems can be both client and server at the same time. + +[[s2_Adding_a_manycastserver_Address]] +===== Adding a Manycast Server Address + +To add a manycast server address, that is to say, to configure an address to allow the clients to discover the server by multicasting `NTP` packets, make use of the [command]#manycastserver# command in the `ntp.conf` file. + +The [command]#manycastserver# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#manycastserver# _address_ +---- + +Enables the sending of multicast messages. Where _address_ is the address to multicast to. This should be used together with authentication to prevent service disruption. + +This command configures a system to act as an `NTP` server. Systems can be both client and server at the same time. + +[[s2_Adding_a_multicastclient_Address]] +===== Adding a Multicast Client Address + +To add a multicast client address, that is to say, to configure a multicast address to be monitored for multicast `NTP` packets, make use of the [command]#multicastclient# command in the `ntp.conf` file. + +The [command]#multicastclient# command takes the following form: + +[subs="quotes, macros"] +---- +[command]#multicastclient# _address_ +---- + +Enables the receiving of multicast messages. Where _address_ is the address to subscribe to. This should be used together with authentication to prevent service disruption. + +This command configures a system to act as an `NTP` client. Systems can be both client and server at the same time. + +[[s2_Configuring_the_burst_option]] +===== Configuring the Burst Option + +Using the [command]#burst# option against a public server is considered abuse. Do not use this option with public `NTP` servers. Use it only for applications within your own organization. + +To increase the average quality of time offset statistics, add the following option to the end of a server command: + +[subs="quotes, macros"] +---- +[command]#burst# +---- + +At every poll interval, when the server responds, the system will send a burst of up to eight packets instead of the usual one packet. For use with the [command]#server# command to improve the average quality of the time-offset calculations. + +[[s2_Configuring_the_iburst_Option]] +===== Configuring the iburst Option + +To improve the time taken for initial synchronization, add the following option to the end of a server command: + +[subs="quotes, macros"] +---- +[command]#iburst# +---- + +At every poll interval, send a burst of eight packets instead of one. When the server is not responding, packets are sent 16s apart. When the server responds, packets are sent every 2s. For use with the [command]#server# command to reduce the time taken for initial synchronization. This is now a default option in the configuration file. + +[[s2_Configuring_Symmetric_Authentication_Using_a_Key]] +===== Configuring Symmetric Authentication Using a Key + +To configure symmetric authentication using a key, add the following option to the end of a server or peer command: + +[subs="quotes, macros"] +---- +[command]#key# _number_ +---- + +where _number_ is in the range `1` to `65534` inclusive. +This option enables the use of a _message authentication code_ (*MAC*) in packets. This option is for use with the [command]#peer#, [command]#server#, [command]#broadcast#, and [command]#manycastclient# commands. + +The option can be used in the `/etc/ntp.conf` file as follows: + +[subs="quotes"] +---- +server 192.168.1.1 key 10 +broadcast 192.168.1.255 key 20 +manycastclient 239.255.254.254 key 30 +---- + +See also <>. + +[[s2_Configuring_the_Poll_Interval]] +===== Configuring the Poll Interval + +To change the default poll interval, add the following options to the end of a server or peer command: + +[subs="quotes, macros"] +---- +[command]#minpoll# _value_ and [command]#maxpoll# _value_ +---- + +Options to change the default poll interval, where the interval in seconds will be calculated by raising 2 to the power of _value_, in other words, the interval is expressed in _log2_ seconds. The default [option]`minpoll` value is 6, _2pass:attributes[{blank}]^6^pass:attributes[{blank}]_ equates to 64s. The default value for [option]`maxpoll` is 10, which equates to 1024s. Allowed values are in the range 3 to 17 inclusive, which equates to 8s to 36.4h respectively. These options are for use with the [command]#peer# or [command]#server#. Setting a shorter [option]`maxpoll` may improve clock accuracy. + +[[s2_Configuring_Server_Preference]] +===== Configuring Server Preference + +To specify that a particular server should be preferred above others of similar statistical quality, add the following option to the end of a server or peer command: + +[subs="quotes, macros"] +---- +[command]#prefer# +---- + +Use this server for synchronization in preference to other servers of similar statistical quality. This option is for use with the [command]#peer# or [command]#server# commands. + +[[s2_Configuring_the_Time-To-Live_for_NTP_Packets]] +===== Configuring the Time-to-Live for NTP Packets + +To specify that a particular _time-to-live_ (*TTL*) value should be used in place of the default, add the following option to the end of a server or peer command: + +[subs="quotes, macros"] +---- +[command]#ttl# _value_ +---- + +Specify the time-to-live value to be used in packets sent by broadcast servers and multicast `NTP` servers. Specify the maximum time-to-live value to use for the "expanding ring search" by a manycast client. The default value is `127`. + +[[s2_Configuring_The_Version_of_NTP_to_use]] +===== Configuring the NTP Version to Use + +To specify that a particular version of `NTP` should be used in place of the default, add the following option to the end of a server or peer command: + +[subs="quotes, macros"] +---- +[command]#version# _value_ +---- + +Specify the version of `NTP` set in created `NTP` packets. The value can be in the range `1` to `4`. The default is `4`. + +[[s1-Configuring_the_Hardware_Clock_update]] +==== Configuring the Hardware Clock Update + +To configure the system clock to update the hardware clock, also known as the real-time clock (RTC), once after executing [application]*ntpdate*, add the following line to `/etc/sysconfig/ntpdate`: + +---- +SYNC_HWCLOCK=yes +---- + +To update the hardware clock from the system clock, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}hwclock --systohc +---- + +When the system clock is being synchronized by `ntpd` or `chronyd`, the kernel will in turn update the RTC every 11 minutes automatically. + +[[s1-Configuring_Clock_Sources]] +==== Configuring Clock Sources + +To list the available clock sources on your system, issue the following commands: + +[subs="attributes"] +---- +~]${nbsp}cd /sys/devices/system/clocksource/clocksource0/ +clocksource0]$ cat available_clocksource +kvm-clock tsc hpet acpi_pm +clocksource0]$ cat current_clocksource +kvm-clock +---- + +In the above example, the kernel is using [application]*kvm-clock*. This was selected at boot time as this is a virtual machine. + +To override the default clock source, append the [command]#clocksource# directive to the GRUB_CMDLINE_LINUX line in the `/etc/default/grub` file and rebuild the `grub.cfg` file. For example: + +[subs="macros"] +---- +GRUB_CMDLINE_LINUX="rd.lvm.lv=rhel/root crashkernel=auto rd.lvm.lv=rhel/swap vconsole.font=latarcyrheb-sun16 vconsole.keymap=us rhgb quiet pass:quotes[*clocksource=tsc*]" +---- + +The available clock source is architecture dependent. + +Rebuild the `grub.cfg` file as follows: + +* On BIOS-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/grub2/grub.cfg +---- + +* On UEFI-based machines, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg +---- + +[[s1-ntpd_additional-resources]] +==== Additional Resources + +The following sources of information provide additional resources regarding `NTP` and `ntpd`. + +[[s2-ntpd-docs-inst]] +===== Installed Documentation + +* `ntpd(8)` man page — Describes `ntpd` in detail, including the command line options. + +* `ntp.conf(5)` man page — Contains information on how to configure associations with servers and peers. + +* `ntpq(8)` man page — Describes the `NTP` query utility for monitoring and querying an `NTP` server. + +* `ntpdc(8)` man page — Describes the `ntpd` utility for querying and changing the state of `ntpd`. + +* `ntp_auth(5)` man page — Describes authentication options, commands, and key management for `ntpd`. + +* `ntp_keygen(8)` man page — Describes generating public and private keys for `ntpd`. + +* `ntp_acc(5)` man page — Describes access control options using the [command]#restrict# command. + +* `ntp_mon(5)` man page — Describes monitoring options for the gathering of statistics. + +* `ntp_clock(5)` man page — Describes commands for configuring reference clocks. + +* `ntp_misc(5)` man page — Describes miscellaneous options. + +* `ntp_decode(5)` man page — Lists the status words, event messages and error codes used for `ntpd` reporting and monitoring. + +* `ntpstat(8)` man page — Describes a utility for reporting the synchronization state of the `NTP` daemon running on the local machine. + +* `ntptime(8)` man page — Describes a utility for reading and setting kernel time variables. + +* `tickadj(8)` man page — Describes a utility for reading, and optionally setting, the length of the tick. + +[[s2-ntpd_useful-websites]] +===== Useful Websites + +link:++http://doc.ntp.org/++[]:: The NTP Documentation Archive + +link:++http://www.eecis.udel.edu/~mills/ntp.html++[]:: Network Time Synchronization Research Project. + +link:++http://www.eecis.udel.edu/~mills/ntp/html/manyopt.html++[]:: Information on Automatic Server Discovery in `NTPv4`. diff --git a/en-US/servers/Configuring_NTP_Using_the_chrony_Suite.adoc b/en-US/servers/Configuring_NTP_Using_the_chrony_Suite.adoc new file mode 100644 index 0000000..a607a02 --- /dev/null +++ b/en-US/servers/Configuring_NTP_Using_the_chrony_Suite.adoc @@ -0,0 +1,701 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Configuring_NTP_Using_the_chrony_Suite]] +=== Configuring NTP Using the chrony Suite + +Accurate time keeping is important for a number of reasons in IT. In networking for example, accurate time stamps in packets and logs are required. In Linux systems, the `NTP` protocol is implemented by a daemon running in user space. + +The user space daemon updates the system clock running in the kernel. The system clock can keep time by using various clock sources. Usually, the _Time Stamp Counter_ (*TSC*) is used. The TSC is a CPU register which counts the number of cycles since it was last reset. It is very fast, has a high resolution, and there are no interrupts. + +There is a choice between the daemons `ntpd` and `chronyd`, which are available from the repositories in the [package]*ntp* and [package]*chrony* packages respectively. This section describes the use of the [application]*chrony* suite of utilities to update the system clock on systems that do not fit into the conventional permanently networked, always on, dedicated server category. + +[[sect-Introduction_to_the_chrony_Suite]] +==== Introduction to the chrony Suite + +[application]*Chrony* consists of `chronyd`, a daemon that runs in user space, and [application]*chronyc*, a command line program for making adjustments to `chronyd`. Systems which are not permanently connected, or not permanently powered up, take a relatively long time to adjust their system clocks with `ntpd`. This is because many small corrections are made based on observations of the clocks drift and offset. Temperature changes, which may be significant when powering up a system, affect the stability of hardware clocks. Although adjustments begin within a few milliseconds of booting a system, acceptable accuracy may take anything from ten seconds from a warm restart to a number of hours depending on your requirements, operating environment and hardware. [application]*chrony* is a different implementation of the `NTP` protocol than `ntpd`, it can adjust the system clock more rapidly. + +[[sect-differences_between_ntpd_and_chronyd]] +===== Differences Between ntpd and chronyd + +One of the main differences between `ntpd` and `chronyd` is in the algorithms used to control the computer's clock. Things `chronyd` can do better than `ntpd` are: + +* `chronyd` can work well when external time references are only intermittently accessible, whereas `ntpd` needs regular polling of time reference to work well. + +* `chronyd` can perform well even when the network is congested for longer periods of time. + +* `chronyd` can usually synchronize the clock faster and with better time accuracy. + +* `chronyd` quickly adapts to sudden changes in the rate of the clock, for example, due to changes in the temperature of the crystal oscillator, whereas `ntpd` may need a long time to settle down again. + +* In the default configuration, `chronyd` never steps the time after the clock has been synchronized at system start, in order not to upset other running programs. `ntpd` can be configured to never step the time too, but it has to use a different means of adjusting the clock, which has some disadvantages. + +* `chronyd` can adjust the rate of the clock on a Linux system in a larger range, which allows it to operate even on machines with a broken or unstable clock. For example, on some virtual machines. + +Things `chronyd` can do that `ntpd` cannot do: + +* `chronyd` provides support for isolated networks where the only method of time correction is manual entry. For example, by the administrator looking at a clock. `chronyd` can examine the errors corrected at different updates to estimate the rate at which the computer gains or loses time, and use this estimate to trim the computer clock subsequently. + +* `chronyd` provides support to work out the rate of gain or loss of the real-time clock, the hardware clock, that maintains the time when the computer is turned off. It can use this data when the system boots to set the system time using an adjusted value of the time taken from the real-time clock. This is, at time of writing, only available in Linux. + +Things `ntpd` can do that `chronyd` cannot do: + +* `ntpd` fully supports `NTP` version 4 ([citetitle]_RFC 5905_), including broadcast, multicast, manycast clients and servers, and the orphan mode. It also supports extra authentication schemes based on public-key cryptography ([citetitle]_RFC 5906_). `chronyd` uses `NTP` version 3 ([citetitle]_RFC 1305_), which is compatible with version 4. + +* `ntpd` includes drivers for many reference clocks whereas `chronyd` relies on other programs, for example [application]*gpsd*, to access the data from the reference clocks. + +[[sect-Choosing_between_NTP_daemon]] +===== Choosing Between NTP Daemons + +* [application]*Chrony* should be considered for all systems which are frequently suspended or otherwise intermittently disconnected and reconnected to a network. Mobile and virtual systems for example. + +* The `NTP` daemon (`ntpd`) should be considered for systems which are normally kept permanently on. Systems which are required to use broadcast or multicast `IP`, or to perform authentication of packets with the `Autokey` protocol, should consider using `ntpd`. [application]*Chrony* only supports symmetric key authentication using a message authentication code (MAC) with MD5, SHA1 or stronger hash functions, whereas `ntpd` also supports the `Autokey` authentication protocol which can make use of the PKI system. `Autokey` is described in [citetitle]_RFC 5906_. + +[[sect-Understanding_chrony_and-its_configuration]] +==== Understanding chrony and Its Configuration + +[[sect-Understanding_chronyd]] +===== Understanding chronyd + +The [application]*chrony* daemon, `chronyd`, running in user space, makes adjustments to the system clock which is running in the kernel. It does this by consulting external time sources, using the `NTP` protocol, when ever network access allows it to do so. When external references are not available, `chronyd` will use the last calculated drift stored in the drift file. It can also be commanded manually to make corrections, by [application]*chronyc*. + +[[sect-Understanding_chronyc]] +===== Understanding chronyc + +The [application]*chrony* daemon, `chronyd`, can be controlled by the command line utility [application]*chronyc*. This utility provides a command prompt which allows entering of a number of commands to make changes to `chronyd`. The default configuration is for `chronyd` to only accept commands from a local instance of [application]*chronyc*, but [application]*chronyc* can be used to alter the configuration so that `chronyd` will allow external control. [application]*chronyc* can be run remotely after first configuring `chronyd` to accept remote connections. The `IP` addresses allowed to connect to `chronyd` should be tightly controlled. + +[[sect-Understanding_the_chrony_configuration_commands]] +===== Understanding the chrony Configuration Commands + +The default configuration file for `chronyd` is `/etc/chrony.conf`. The [option]`-f` option can be used to specify an alternate configuration file path. See the `chronyd` man page for further options. For a complete list of the directives that can be used see [citetitle]_link:++http://chrony.tuxfamily.org/manual.html#Configuration-file++[http://chrony.tuxfamily.org/manual.html#Configuration-file]_. Below is a selection of configuration options: + +Comments:: Comments should be preceded by #, %, ; or ! + +allow:: Optionally specify a host, subnet, or network from which to allow `NTP` connections to a machine acting as `NTP` server. The default is not to allow connections. +Examples: +.. [subs="quotes"] +---- +allow server1.example.com +---- + +Use this form to specify a particular host, by its host name, to be allowed access. + +.. [subs="quotes"] +---- +allow 192.0.2.0/24 +---- + +Use this form to specify a particular network to be allowed access. + +.. [subs="quotes"] +---- +allow 2001:db8::/32 +---- + +Use this form to specify an `IPv6` address to be allowed access. + +cmdallow:: This is similar to the [command]#allow# directive (see section [command]#allow#), except that it allows control access (rather than `NTP` client access) to a particular subnet or host. (By "control access" is meant that [application]*chronyc* can be run on those hosts and successfully connect to `chronyd` on this computer.) The syntax is identical. There is also a [command]#cmddeny all# directive with similar behavior to the [command]#cmdallow all# directive. + +dumpdir:: Path to the directory to save the measurement history across restarts of `chronyd` (assuming no changes are made to the system clock behavior whilst it is not running). If this capability is to be used (via the [command]#dumponexit# command in the configuration file, or the [command]#dump# command in [application]*chronyc*), the [command]#dumpdir# command should be used to define the directory where the measurement histories are saved. + +dumponexit:: If this command is present, it indicates that `chronyd` should save the measurement history for each of its time sources recorded whenever the program exits. (See the [command]#dumpdir# command above). + +local:: The [command]#local# keyword is used to allow `chronyd` to appear synchronized to real time from the viewpoint of clients polling it, even if it has no current synchronization source. This option is normally used on the "master" computer in an isolated network, where several computers are required to synchronize to one another, and the "master" is kept in line with real time by manual input. + +An example of the command is: + +[subs="quotes"] +---- +local stratum 10 +---- + +A large value of 10 indicates that the clock is so many hops away from a reference clock that its time is unreliable. If the computer ever has access to another computer which is ultimately synchronized to a reference clock, it will almost certainly be at a stratum less than 10. Therefore, the choice of a high value like 10 for the [command]#local# command prevents the machine’s own time from ever being confused with real time, were it ever to leak out to clients that have visibility of real servers. + +log:: The [command]#log# command indicates that certain information is to be logged. It accepts the following options: + +measurements::: This option logs the raw `NTP` measurements and related information to a file called `measurements.log`. + +statistics::: This option logs information about the regression processing to a file called `statistics.log`. + +tracking::: This option logs changes to the estimate of the system’s gain or loss rate, and any slews made, to a file called `tracking.log`. + +rtc::: This option logs information about the system’s real-time clock. + +refclocks::: This option logs the raw and filtered reference clock measurements to a file called `refclocks.log`. + +tempcomp::: This option logs the temperature measurements and system rate compensations to a file called `tempcomp.log`. + +The log files are written to the directory specified by the [command]#logdir# command. + +An example of the command is: + +[subs="quotes"] +---- +log measurements statistics tracking +---- + +logdir:: This directive allows the directory where log files are written to be specified. + +An example of the use of this directive is: + +[subs="quotes"] +---- +logdir /var/log/chrony +---- + +makestep:: Normally `chronyd` will cause the system to gradually correct any time offset, by slowing down or speeding up the clock as required. In certain situations, the system clock may be so far adrift that this slewing process would take a very long time to correct the system clock. This directive forces `chronyd` to step system clock if the adjustment is larger than a threshold value, but only if there were no more clock updates since `chronyd` was started than a specified limit (a negative value can be used to disable the limit). This is particularly useful when using reference clocks, because the [command]#initstepslew# directive only works with `NTP` sources. + +An example of the use of this directive is: + +[subs="quotes"] +---- +makestep 1000 10 +---- + +This would step the system clock if the adjustment is larger than 1000 seconds, but only in the first ten clock updates. + +maxchange:: This directive sets the maximum allowed offset corrected on a clock update. The check is performed only after the specified number of updates to allow a large initial adjustment of the system clock. When an offset larger than the specified maximum occurs, it will be ignored for the specified number of times and then `chronyd` will give up and exit (a negative value can be used to never exit). In both cases a message is sent to syslog. + +An example of the use of this directive is: + +[subs="quotes"] +---- +maxchange 1000 1 2 +---- + +After the first clock update, `chronyd` will check the offset on every clock update, it will ignore two adjustments larger than 1000 seconds and exit on another one. + +maxupdateskew:: One of `chronyd`pass:attributes[{blank}]'s tasks is to work out how fast or slow the computer’s clock runs relative to its reference sources. In addition, it computes an estimate of the error bounds around the estimated value. + +If the range of error is too large, it indicates that the measurements have not settled down yet, and that the estimated gain or loss rate is not very reliable. + +The [command]#maxupdateskew# parameter is the threshold for determining whether an estimate is too unreliable to be used. By default, the threshold is 1000 ppm. + +The format of the syntax is: + +[subs="quotes, macros"] +---- +maxupdateskew _skew-in-ppm_ +---- + +Typical values for _skew-in-ppm_ might be 100 for a dial-up connection to servers over a telephone line, and 5 or 10 for a computer on a LAN. + +It should be noted that this is not the only means of protection against using unreliable estimates. At all times, `chronyd` keeps track of both the estimated gain or loss rate, and the error bound on the estimate. When a new estimate is generated following another measurement from one of the sources, a weighted combination algorithm is used to update the master estimate. So if `chronyd` has an existing highly-reliable master estimate and a new estimate is generated which has large error bounds, the existing master estimate will dominate in the new master estimate. + +noclientlog:: This directive, which takes no arguments, specifies that client accesses are not to be logged. Normally they are logged, allowing statistics to be reported using the clients command in [application]*chronyc*. + +reselectdist:: When `chronyd` selects synchronization source from available sources, it will prefer the one with minimum synchronization distance. However, to avoid frequent reselecting when there are sources with similar distance, a fixed distance is added to the distance for sources that are currently not selected. This can be set with the [option]`reselectdist` option. By default, the distance is 100 microseconds. + +The format of the syntax is: + +[subs="quotes, macros"] +---- +reselectdist _dist-in-seconds_ +---- + +stratumweight:: The [command]#stratumweight# directive sets how much distance should be added per stratum to the synchronization distance when `chronyd` selects the synchronization source from available sources. + +The format of the syntax is: + +[subs="quotes, macros"] +---- +stratumweight _dist-in-seconds_ +---- + +By default, _dist-in-seconds_ is 1 second. This means that sources with lower stratum are usually preferred to sources with higher stratum even when their distance is significantly worse. Setting [command]#stratumweight# to 0 makes `chronyd` ignore stratum when selecting the source. + +rtcfile:: The [command]#rtcfile# directive defines the name of the file in which `chronyd` can save parameters associated with tracking the accuracy of the system’s real-time clock (RTC). + +The format of the syntax is: + +[subs="quotes"] +---- +rtcfile /var/lib/chrony/rtc +---- + +`chronyd` saves information in this file when it exits and when the [command]#writertc# command is issued in [application]*chronyc*. The information saved is the RTC’s error at some epoch, that epoch (in seconds since January 1 1970), and the rate at which the RTC gains or loses time. Not all real-time clocks are supported as their code is system-specific. Note that if this directive is used then the real-time clock should not be manually adjusted as this would interfere with [application]*chrony*pass:attributes[{blank}]'s need to measure the rate at which the real-time clock drifts if it was adjusted at random intervals. + +rtcsync:: The [command]#rtcsync# directive is present in the `/etc/chrony.conf` file by default. This will inform the kernel the system clock is kept synchronized and the kernel will update the real-time clock every 11 minutes. + +[[sect-Security_with_chronyc]] +===== Security with chronyc + +As access to [application]*chronyc* allows changing `chronyd` just as editing the configuration files would, access to [application]*chronyc* should be limited. Passwords can be specified in the key file, written in ASCII or HEX, to restrict the use of [application]*chronyc*. One of the entries is used to restrict the use of operational commands and is referred to as the command key. In the default configuration, a random command key is generated automatically on start. It should not be necessary to specify or alter it manually. + +Other entries in the key file can be used as `NTP` keys to authenticate packets received from remote `NTP` servers or peers. The two sides need to share a key with identical ID, hash type and password in their key file. This requires manually creating the keys and copying them over a secure medium, such as `SSH`. If the key ID was, for example, 10 then the systems that act as clients must have a line in their configuration files in the following format: + +[subs="quotes"] +---- +server w.x.y.z key 10 +peer w.x.y.z key 10 + +---- + +The location of the key file is specified in the `/etc/chrony.conf` file. The default entry in the configuration file is: + +[subs="quotes, macros"] +---- +[command]#keyfile# [option]`/etc/chrony.keys` +---- + +The command key number is specified in `/etc/chrony.conf` using the [command]#commandkey# directive, it is the key `chronyd` will use for authentication of user commands. The directive in the configuration file takes the following form: + +[subs="quotes"] +---- +commandkey 1 +---- + +An example of the format of the default entry in the key file, `/etc/chrony.keys`, for the command key is: + +[subs="quotes"] +---- +1 SHA1 HEX:A6CFC50C9C93AB6E5A19754C246242FC5471BCDF +---- + +Where `1` is the key ID, SHA1 is the hash function to use, `HEX` is the format of the key, and `A6CFC50C9C93AB6E5A19754C246242FC5471BCDF` is the key randomly generated when [application]*chronyd* was started for the first time. The key can be given in hexidecimal or ASCII format (the default). + +A manual entry in the key file, used to authenticate packets from certain `NTP` servers or peers, can be as simple as the following: + +[subs="quotes"] +---- +20 foobar +---- + +Where `20` is the key ID and `foobar` is the secret authentication key. The default hash is MD5, and ASCII is the default format for the key. + +By default, `chronyd` is configured to listen for commands only from `localhost` (`127.0.0.1` and `::1`) on port `323`. To access `chronyd` remotely with [application]*chronyc*, any [command]#bindcmdaddress# directives in the `/etc/chrony.conf` file should be removed to enable listening on all interfaces and the [command]#cmdallow# directive should be used to allow commands from the remote `IP` address, network, or subnet. In addition, port `323` has to be opened in the firewall in order to connect from a remote system. Note that the [command]#allow# directive is for `NTP` access whereas the [command]#cmdallow# directive is to enable the receiving of remote commands. It is possible to make these changes temporarily using [application]*chronyc* running locally. Edit the configuration file to make persistent changes. + +The communication between [application]*chronyc* and [application]*chronyd* is done over `UDP`, so it needs to be authorized before issuing operational commands. To authorize, use the [command]#authhash# and [command]#password# commands as follows: + +[subs="quotes, macros"] +---- +chronyc> [command]#authhash SHA1# +chronyc> [command]#password HEX:A6CFC50C9C93AB6E5A19754C246242FC5471BCDF# +200 OK +---- + +If [application]*chronyc* is used to configure the local [application]*chronyd*, the [option]`-a` option will run the [command]#authhash# and [command]#password# commands automatically. + +Only the following commands can be used without providing a password: + +* [command]#activity# + +* [command]#authhash# + +* [command]#dns# + +* [command]#exit# + +* [command]#help# + +* [command]#password# + +* [command]#quit# + +* [command]#rtcdata# + +* [command]#sources# + +* [command]#sourcestats# + +* [command]#tracking# + +* [command]#waitsync# + +. + +[[sect-Using_chrony]] +==== Using chrony + +[[sect-Installing_chrony]] +===== Installing chrony + +The [application]*chrony* suite is installed by default on some versions of Fedora. If required, to ensure that it is, run the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install chrony +---- + +The default location for the [application]*chrony* daemon is `/usr/sbin/chronyd`. The command line utility will be installed to `/usr/bin/chronyc`. + +[[sect-Checking_the_Status_of_chronyd]] +===== Checking the Status of chronyd + +To check the status of `chronyd`, issue the following command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#systemctl status chronyd# +chronyd.service - NTP client/server + Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) + Active: active (running) since Wed 2013-06-12 22:23:16 CEST; 11h ago +---- + +[[sect-Starting_chronyd]] +===== Starting chronyd + +To start `chronyd`, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start chronyd +---- + +To ensure `chronyd` starts automatically at system start, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl enable chronyd +---- + +[[sect-Stopping_chronyd]] +===== Stopping chronyd + +To stop `chronyd`, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl stop chronyd +---- + +To prevent `chronyd` from starting automatically at system start, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl disable chronyd +---- + +[[sect-Checking_if_chrony_is_synchronized]] +===== Checking if chrony is Synchronized + +To check if [application]*chrony* is synchronized, make use of the [command]#tracking#, [command]#sources#, and [command]#sourcestats# commands. + +[[sect-Checking_chrony_tracking]] +====== Checking chrony Tracking + +To check [application]*chrony* tracking, issue the following command: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#chronyc tracking# +Reference ID : 1.2.3.4 (a.b.c) +Stratum : 3 +Ref time (UTC) : Fri Feb 3 15:00:29 2012 +System time : 0.000001501 seconds slow of NTP time +Last offset : -0.000001632 seconds +RMS offset : 0.000002360 seconds +Frequency : 331.898 ppm fast +Residual freq : 0.004 ppm +Skew : 0.154 ppm +Root delay : 0.373169 seconds +Root dispersion : 0.024780 seconds +Update interval : 64.2 seconds +Leap status : Normal + +---- + +The fields are as follows: + +Reference ID:: This is the reference ID and name (or `IP` address) if available, of the server to which the computer is currently synchronized. If this is `127.127.1.1` it means the computer is not synchronized to any external source and that you have the "local" mode operating (via the local command in [application]*chronyc*, or the [command]#local# directive in the `/etc/chrony.conf` file (see section [command]#local#)). + +Stratum:: The stratum indicates how many hops away from a computer with an attached reference clock we are. Such a computer is a stratum-1 computer, so the computer in the example is two hops away (that is to say, a.b.c is a stratum-2 and is synchronized from a stratum-1). + +Ref time:: This is the time (UTC) at which the last measurement from the reference source was processed. + +System time:: In normal operation, `chronyd` never steps the system clock, because any jump in the timescale can have adverse consequences for certain application programs. Instead, any error in the system clock is corrected by slightly speeding up or slowing down the system clock until the error has been removed, and then returning to the system clock’s normal speed. A consequence of this is that there will be a period when the system clock (as read by other programs using the `gettimeofday()` system call, or by the date command in the shell) will be different from `chronyd`pass:attributes[{blank}]'s estimate of the current true time (which it reports to `NTP` clients when it is operating in server mode). The value reported on this line is the difference due to this effect. + +Last offset:: This is the estimated local offset on the last clock update. + +RMS offset:: This is a long-term average of the offset value. + +Frequency:: The "frequency" is the rate by which the system’s clock would be wrong if `chronyd` was not correcting it. It is expressed in ppm (parts per million). For example, a value of 1ppm would mean that when the system’s clock thinks it has advanced 1 second, it has actually advanced by 1.000001 seconds relative to true time. + +Residual freq:: This shows the "residual frequency" for the currently selected reference source. This reflects any difference between what the measurements from the reference source indicate the frequency should be and the frequency currently being used. + +The reason this is not always zero is that a smoothing procedure is applied to the frequency. Each time a measurement from the reference source is obtained and a new residual frequency computed, the estimated accuracy of this residual is compared with the estimated accuracy (see [option]`skew` next) of the existing frequency value. A weighted average is computed for the new frequency, with weights depending on these accuracies. If the measurements from the reference source follow a consistent trend, the residual will be driven to zero over time. + +Skew:: This is the estimated error bound on the frequency. + +Root delay:: This is the total of the network path delays to the stratum-1 computer from which the computer is ultimately synchronized. + +In certain extreme situations, this value can be negative. (This can arise in a symmetric peer arrangement where the computers’ frequencies are not tracking each other and the network delay is very short relative to the turn-around time at each computer.) + +Root dispersion:: This is the total dispersion accumulated through all the computers back to the stratum-1 computer from which the computer is ultimately synchronized. Dispersion is due to system clock resolution, statistical measurement variations etc. + +Leap status:: This is the leap status, which can be Normal, Insert second, Delete second or Not synchronized. + +[[sect-Checking_chrony_sources]] +====== Checking chrony Sources + +The sources command displays information about the current time sources that `chronyd` is accessing. + +The optional argument -v can be specified, meaning verbose. In this case, extra caption lines are shown as a reminder of the meanings of the columns. + +[subs="attributes"] +---- +~]${nbsp}chronyc sources + 210 Number of sources = 3 +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +#* GPS0 0 4 377 11 -479ns[ -621ns] +/- 134ns +^? a.b.c 2 6 377 23 -923us[ -924us] +/- 43ms +^+ d.e.f 1 6 377 21 -2629us[-2619us] +/- 86ms +---- + +The columns are as follows: + +M:: This indicates the mode of the source. `^` means a server, `=` means a peer and `#` indicates a locally connected reference clock. + +S:: This column indicates the state of the sources. "*" indicates the source to which `chronyd` is currently synchronized. "+" indicates acceptable sources which are combined with the selected source. "-" indicates acceptable sources which are excluded by the combining algorithm. "?" indicates sources to which connectivity has been lost or whose packets do not pass all tests. "x" indicates a clock which `chronyd` thinks is a _falseticker_ (its time is inconsistent with a majority of other sources). "~" indicates a source whose time appears to have too much +variability. The "?" condition is also shown at start-up, until at least 3 samples have been gathered from it. + +Name/IP address:: This shows the name or the `IP` address of the source, or reference ID for reference clocks. + +Stratum:: This shows the stratum of the source, as reported in its most recently received sample. Stratum 1 indicates a computer with a locally attached reference clock. A computer that is synchronized to a stratum 1 computer is at stratum 2. A computer that is synchronized to a stratum 2 computer is at stratum 3, and so on. + +Poll:: This shows the rate at which the source is being polled, as a base-2 logarithm of the interval in seconds. Thus, a value of 6 would indicate that a measurement is being made every 64 seconds. + +`chronyd` automatically varies the polling rate in response to prevailing conditions. + +Reach:: This shows the source’s reach register printed as an octal number. The register has 8 bits and is updated on every received or missed packet from the source. A value of 377 indicates that a valid reply was received for all of the last eight transmissions. + +LastRx:: This column shows how long ago the last sample was received from the source. This is normally in seconds. The letters `m`, `h`, `d` or `y` indicate minutes, hours, days or years. A value of 10 years indicates there were no samples received from this source yet. + +Last sample:: This column shows the offset between the local clock and the source at the last measurement. The number in the square brackets shows the actual measured offset. This may be suffixed by `ns` (indicating nanoseconds), `us` (indicating microseconds), `ms` (indicating milliseconds), or `s` (indicating seconds). The number to the left of the square brackets shows the original measurement, adjusted to allow for any slews applied to the local clock since. The number following the `+/-` indicator shows the margin of error in the measurement. Positive offsets indicate that the local clock is ahead of the source. + +[[sect-Checking_chrony_Source_Statistics]] +====== Checking chrony Source Statistics + +The [command]#sourcestats# command displays information about the drift rate and offset estimation process for each of the sources currently being examined by `chronyd`. + +The optional argument [option]`-v` can be specified, meaning verbose. In this case, extra caption lines are shown as a reminder of the meanings of the columns. + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#chronyc sourcestats# +210 Number of sources = 1 +Name/IP Address NP NR Span Frequency Freq Skew Offset Std Dev +=============================================================================== +abc.def.ghi 11 5 46m -0.001 0.045 1us 25us +---- + +The columns are as follows: + +Name/IP address:: This is the name or `IP` address of the `NTP` server (or peer) or reference ID of the reference clock to which the rest of the line relates. + +NP:: This is the number of sample points currently being retained for the server. The drift rate and current offset are estimated by performing a linear regression through these points. + +NR:: This is the number of runs of residuals having the same sign following the last regression. If this number starts to become too small relative to the number of samples, it indicates that a straight line is no longer a good fit to the data. If the number of runs is too low, `chronyd` discards older samples and re-runs the regression until the number of runs becomes acceptable. + +Span:: This is the interval between the oldest and newest samples. If no unit is shown the value is in seconds. In the example, the interval is 46 minutes. + +Frequency:: This is the estimated residual frequency for the server, in parts per million. In this case, the computer’s clock is estimated to be running 1 part in _10pass:attributes[{blank}]^9^pass:attributes[{blank}]_ slow relative to the server. + +Freq Skew:: This is the estimated error bounds on Freq (again in parts per million). + +Offset:: This is the estimated offset of the source. + +Std Dev:: This is the estimated sample standard deviation. + +[[sect-Manually_Adjusting-the-System_Clock]] +===== Manually Adjusting the System Clock + +To update, or step, the system clock immediately, bypassing any adjustments in progress by slewing the clock, issue the following commands as `root`: + +[subs="macros, attributes"] +---- +~]#{nbsp}chronyc + chrony> password pass:quotes[_commandkey-password_] + 200 OK + chrony> makestep + 200 OK +---- + +Where _commandkey-password_ is the command key or password stored in the key file. + +If the [command]#rtcfile# directive is used, the real-time clock should not be manually adjusted. Random adjustments would interfere with [application]*chrony*pass:attributes[{blank}]'s need to measure the rate at which the real-time clock drifts. + +If [application]*chronyc* is used to configure the local [application]*chronyd*, the [option]`-a` will run the [command]#authhash# and [command]#password# commands automatically. This means that the interactive session illustrated above can be replaced by: + +[subs="quotes"] +---- +chronyc -a makestep +---- + +[[sect-Setting_up_chrony_for_different_environments]] +==== Setting Up chrony for Different Environments + +[[sect-Setting_up_chrony_for_a_system_which_is_infrequently_connected]] +===== Setting Up chrony for a System Which is Infrequently Connected + +This example is intended for systems which use dial-on-demand connections. The normal configuration should be sufficient for mobile and virtual devices which connect intermittently. First, review and confirm that the default settings in the `/etc/chrony.conf` are similar to the following: + +[subs="quotes"] +---- +driftfile /var/lib/chrony/drift +commandkey 1 +keyfile /etc/chrony.keys + +---- + +The command key ID is generated at install time and should correspond with the [command]#commandkey# value in the key file, `/etc/chrony.keys`. + +Using your editor running as `root`, add the addresses of four `NTP` servers as follows: + +[subs="quotes"] +---- +server 0.pool.ntp.org offline +server 1.pool.ntp.org offline +server 2.pool.ntp.org offline +server 3.pool.ntp.org offline +---- + +The [option]`offline` option can be useful in preventing systems from trying to activate connections. The [application]*chrony* daemon will wait for [application]*chronyc* to inform it that the system is connected to the network or Internet. + +[[sect-Setting_up_chrony_for_a_system_in_an_isolated_network]] +===== Setting Up chrony for a System in an Isolated Network + +For a network that is never connected to the Internet, one computer is selected to be the master timeserver. The other computers are either direct clients of the master, or clients of clients. On the master, the drift file must be manually set with the average rate of drift of the system clock. If the master is rebooted it will obtain the time from surrounding systems and take an average to set its system clock. Thereafter it resumes applying adjustments based on the drift file. The drift file will be updated automatically when the [command]#settime# command is used. + +On the system selected to be the master, using a text editor running as `root`, edit the `/etc/chrony.conf` as follows: + +[subs="quotes"] +---- + +driftfile /var/lib/chrony/drift +commandkey 1 +keyfile /etc/chrony.keys +initstepslew 10 client1 client3 client6 +local stratum 8 +manual +allow 192.0.2.0 + +---- + +Where `192.0.2.0` is the network or subnet address from which the clients are allowed to connect. + +On the systems selected to be direct clients of the master, using a text editor running as `root`, edit the `/etc/chrony.conf` as follows: + +[subs="quotes"] +---- +server master +driftfile /var/lib/chrony/drift +logdir /var/log/chrony +log measurements statistics tracking +keyfile /etc/chrony.keys +commandkey 24 +local stratum 10 +initstepslew 20 master +allow 192.0.2.123 +---- + +Where `192.0.2.123` is the address of the master, and `master` is the host name of the master. Clients with this configuration will resynchronize the master if it restarts. + +On the client systems which are not to be direct clients of the master, the `/etc/chrony.conf` file should be the same except that the [option]`local` and [option]`allow` directives should be omitted. + +[[sect-Using_chronyc]] +==== Using chronyc + +[[sect-Using_chronyc_chronyc_to_control_chronyd]] +===== Using chronyc to Control chronyd + +To make changes to the local instance of `chronyd` using the command line utility [application]*chronyc* in interactive mode, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}chronyc -a +---- + +[application]*chronyc* must run as `root` if some of the restricted commands are to be used. The [option]`-a` option is for automatic authentication using the local keys when configuring `chronyd` on the local system. See <> for more information. + +The [application]*chronyc* command prompt will be displayed as follows: + +[subs="quotes"] +---- +chronyc> +---- + +You can type [command]#help# to list all of the commands. + +The utility can also be invoked in non-interactive command mode if called together with a command as follows: + +[subs="quotes, macros"] +---- +[command]#chronyc _command_pass:attributes[{blank}]# +---- + +[NOTE] +==== + +Changes made using [application]*chronyc* are not permanent, they will be lost after a `chronyd` restart. For permanent changes, modify `/etc/chrony.conf`. + +==== + +[[sect-Using_chronyc_for_remote_administration]] +===== Using chronyc for Remote Administration + +To configure [application]*chrony* to connect to a remote instance of `chronyd`, issue a command in the following format: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#chronyc -h _hostname_pass:attributes[{blank}]# +---- + +Where _hostname_ is the host name to connect to. The default is to connect to the local daemon. + +To configure [application]*chrony* to connect to a remote instance of `chronyd` on a non-default port, issue a command in the following format: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#chronyc -h _hostname_ -p _port_pass:attributes[{blank}]# +---- + +Where _port_ is the port in use for controlling and monitoring by the remote instance of `chronyd`. + +Note that commands issued at the [application]*chronyc* command prompt are not persistent. Only commands in the configuration file are persistent. + +The first command must be the [command]#password# command at the [application]*chronyc* command prompt as follows: + +[subs="quotes, macros"] +---- +chronyc> [command]#password _password_pass:attributes[{blank}]# +200 OK +---- + +The password should not have any spaces. + +If the password is not an MD5 hash, the hashed password must be preceded by the [command]#authhash# command as follows: + +[subs="quotes, macros"] +---- +chronyc> [command]#authhash SHA1# +chronyc> [command]#password HEX:A6CFC50C9C93AB6E5A19754C246242FC5471BCDF# +200 OK +---- + +The password or hash associated with the command key for a remote system is best obtained by `SSH`. An `SSH` connection should be established to the remote machine and the ID of the command key from `/etc/chrony.conf` and the command key in `/etc/chrony.keys` memorized or stored securely for the duration of the session. + +[[sect-additional_resources]] +==== Additional Resources + +The following sources of information provide additional resources regarding [application]*chrony*. + +[[s2-chrony-docs-inst]] +===== Installed Documentation + +* `chrony(1)` man page — Introduces the [application]*chrony* daemon and the command-line interface tool. + +* `chronyc(1)` man page — Describes the [application]*chronyc* command-line interface tool including commands and command options. + +* `chronyd(1)` man page — Describes the [application]*chronyd* daemon including commands and command options. + +* `chrony.conf(5)` man page — Describes the [application]*chrony* configuration file. + +* `/usr/share/doc/chrony/chrony.txt` — User guide for the [application]*chrony* suite. + +[[s2-chrony_Online_Documentation]] +===== Online Documentation + +link:++http://chrony.tuxfamily.org/manual.html++[]:: The online user guide for [application]*chrony*. diff --git a/en-US/servers/Configuring_PTP_Using_ptp4l.adoc b/en-US/servers/Configuring_PTP_Using_ptp4l.adoc new file mode 100644 index 0000000..179c209 --- /dev/null +++ b/en-US/servers/Configuring_PTP_Using_ptp4l.adoc @@ -0,0 +1,704 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Configuring_PTP_Using_ptp4l]] +=== Configuring PTP Using ptp4l + +[[sec-Introduction_to_PTP]] +==== Introduction to PTP + +The _Precision Time Protocol_ (*PTP*) is a protocol used to synchronize clocks in a network. When used in conjunction with hardware support, `PTP` is capable of sub-microsecond accuracy, which is far better than is normally obtainable with `NTP`. `PTP` support is divided between the kernel and user space. The kernel in Fedora includes support for `PTP` clocks, which are provided by network drivers. The actual implementation of the protocol is known as [application]*linuxptp*, a `PTPv2` implementation according to the IEEE standard 1588 for Linux. + +The [package]*linuxptp* package includes the [application]*ptp4l* and [application]*phc2sys* programs for clock synchronization. The [application]*ptp4l* program implements the `PTP` boundary clock and ordinary clock. With hardware time stamping, it is used to synchronize the `PTP` hardware clock to the master clock, and with software time stamping it synchronizes the system clock to the master clock. The [application]*phc2sys* program is needed only with hardware time stamping, for synchronizing the system clock to the `PTP` hardware clock on the _network interface card_ (*NIC*). + +[[sec-Understanding_PTP]] +===== Understanding PTP + +The clocks synchronized by `PTP` are organized in a master-slave hierarchy. The slaves are synchronized to their masters which may be slaves to their own masters. The hierarchy is created and updated automatically by the _best master clock_ (*BMC*) algorithm, which runs on every clock. When a clock has only one port, it can be _master_ or _slave_, such a clock is called an _ordinary clock_ (*OC*). A clock with multiple ports can be master on one port and slave on another, such a clock is called a _boundary_ clock (*BC*). The top-level master is called the _grandmaster clock_, which can be synchronized by using a _Global Positioning System_ (*GPS*) time source. By using a GPS-based time source, disparate networks can be synchronized with a high-degree of accuracy. + +[[exam-Understanding_PTP]] +.PTP grandmaster, boundary, and slave Clocks + +image::ptp_grandmaster_boundary_and_slaves.png[An illustration showing PTP grandmaster, boundary, and slave clocks] + +[[sec-Advantages_of_PTP]] +===== Advantages of PTP + +One of the main advantages that `PTP` has over the _Network Time Protocol_ (*NTP*) is hardware support present in various _network interface controllers_ (*NIC*) and network switches. This specialized hardware allows `PTP` to account for delays in message transfer, and greatly improves the accuracy of time synchronization. While it is possible to use non-PTP enabled hardware components within the network, this will often cause an increase in jitter or introduce an asymmetry in the delay resulting in synchronization inaccuracies, which add up with multiple non-PTP aware components used in the communication path. To achieve the best possible accuracy, it is recommended that all networking components between `PTP` clocks are `PTP` hardware enabled. Time synchronization in larger networks where not all of the networking hardware supports `PTP` might be better suited for `NTP`. + +With hardware `PTP` support, the NIC has its own on-board clock, which is used to time stamp the received and transmitted `PTP` messages. It is this on-board clock that is synchronized to the `PTP` master, and the computer's system clock is synchronized to the `PTP` hardware clock on the NIC. With software `PTP` support, the system clock is used to time stamp the `PTP` messages and it is synchronized to the `PTP` master directly. Hardware `PTP` support provides better accuracy since the NIC can time stamp the `PTP` packets at the exact moment they are sent and received while software `PTP` support requires additional processing of the `PTP` packets by the operating system. + +[[sec-Using_PTP]] +==== Using PTP + +In order to use `PTP`, the kernel network driver for the intended interface has to support either software or hardware time stamping capabilities. + +[[sec-Checking_for_Driver_and_Hardware_Support]] +===== Checking for Driver and Hardware Support + +In addition to hardware time stamping support being present in the driver, the NIC must also be capable of supporting this functionality in the physical hardware. The best way to verify the time stamping capabilities of a particular driver and NIC is to use the [application]*ethtool* utility to query the interface as follows: + +[subs="attributes"] +---- +~]#{nbsp}ethtool -T em3 +Time stamping parameters for em3: +Capabilities: + hardware-transmit (SOF_TIMESTAMPING_TX_HARDWARE) + software-transmit (SOF_TIMESTAMPING_TX_SOFTWARE) + hardware-receive (SOF_TIMESTAMPING_RX_HARDWARE) + software-receive (SOF_TIMESTAMPING_RX_SOFTWARE) + software-system-clock (SOF_TIMESTAMPING_SOFTWARE) + hardware-raw-clock (SOF_TIMESTAMPING_RAW_HARDWARE) +PTP Hardware Clock: 0 +Hardware Transmit Timestamp Modes: + off (HWTSTAMP_TX_OFF) + on (HWTSTAMP_TX_ON) +Hardware Receive Filter Modes: + none (HWTSTAMP_FILTER_NONE) + all (HWTSTAMP_FILTER_ALL) +---- + +Where _em3_ is the interface you want to check. + +For software time stamping support, the parameters list +should include: + +* `SOF_TIMESTAMPING_SOFTWARE` + +* `SOF_TIMESTAMPING_TX_SOFTWARE` + +* `SOF_TIMESTAMPING_RX_SOFTWARE` + +For hardware time stamping support, the parameters list +should include: + +* `SOF_TIMESTAMPING_RAW_HARDWARE` + +* `SOF_TIMESTAMPING_TX_HARDWARE` + +* `SOF_TIMESTAMPING_RX_HARDWARE` + +[[sec-Installing_PTP]] +===== Installing PTP + +The kernel in Fedora includes support for `PTP`. User space support is provided by the tools in the [application]*linuxptp* package. To install [application]*linuxptp*, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install linuxptp +---- + +This will install [application]*ptp4l* and [application]*phc2sys*. + +Do not run more than one service to set the system clock's time at the same time. If you intend to serve `PTP` time using `NTP`, see <>. + +[[sec-Starting_ptp4l]] +===== Starting ptp4l + +The [application]*ptp4l* program can be started from the command line or it can be started as a service. When running as a service, options are specified in the `/etc/sysconfig/ptp4l` file. Options required for use both by the service and on the command line should be specified in the `/etc/ptp4l.conf` file. The `/etc/sysconfig/ptp4l` file includes the [command]#-f /etc/ptp4l.conf# command line option, which causes the `ptp4l` program to read the `/etc/ptp4l.conf` file and process the options it contains. The use of the `/etc/ptp4l.conf` is explained in <>. More information on the different [application]*ptp4l* options and the configuration file settings can be found in the `ptp4l(8)` man page. + +.Starting ptp4l as a Service +To start [application]*ptp4l* as a service, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start ptp4l +---- + +.Using ptp4l From The Command Line +The [application]*ptp4l* program tries to use hardware time stamping by default. To use [application]*ptp4l* with hardware time stamping capable drivers and NICs, you must provide the network interface to use with the [option]`-i` option. Enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}ptp4l -i em3 -m +---- + +Where _em3_ is the interface you want to configure. Below is example output from [application]*ptp4l* when the `PTP` clock on the NIC is synchronized to a master: + +[subs="attributes"] +---- +~]#{nbsp}ptp4l -i em3 -m +selected em3 as PTP clock +port 1: INITIALIZING to LISTENING on INITIALIZE +port 0: INITIALIZING to LISTENING on INITIALIZE +port 1: new foreign master 00a069.fffe.0b552d-1 +selected best master clock 00a069.fffe.0b552d +port 1: LISTENING to UNCALIBRATED on RS_SLAVE +master offset -23947 s0 freq +0 path delay 11350 +master offset -28867 s0 freq +0 path delay 11236 +master offset -32801 s0 freq +0 path delay 10841 +master offset -37203 s1 freq +0 path delay 10583 +master offset -7275 s2 freq -30575 path delay 10583 +port 1: UNCALIBRATED to SLAVE on MASTER_CLOCK_SELECTED +master offset -4552 s2 freq -30035 path delay 10385 + +---- + +The master offset value is the measured offset from the master in nanoseconds. The `s0`, `s1`, `s2` strings indicate the different clock servo states: `s0` is unlocked, `s1` is clock step and `s2` is locked. Once the servo is in the locked state (`s2`), the clock will not be stepped (only slowly adjusted) unless the [option]`pi_offset_const` option is set to a positive value in the configuration file (described in the `ptp4l(8)` man page). The `adj` value is the frequency adjustment of the clock in parts per billion (ppb). The path delay value is the estimated delay of the synchronization messages sent from the master in nanoseconds. Port 0 is a Unix domain socket used for local `PTP` management. Port 1 is the `em3` interface (based on the example above.) INITIALIZING, LISTENING, UNCALIBRATED and SLAVE are some of possible port states which change on the INITIALIZE, RS_SLAVE, MASTER_CLOCK_SELECTED events. In the last state change message, the port state changed from UNCALIBRATED to SLAVE indicating successful synchronization with a `PTP` master clock. + +The [application]*ptp4l* program can also be started as a service by running: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start ptp4l +---- + +When running as a service, options are specified in the `/etc/sysconfig/ptp4l` file. More information on the different [application]*ptp4l* options and the configuration file settings can be found in the `ptp4l(8)` man page. + +By default, messages are sent to `/var/log/messages`. However, specifying the [option]`-m` option enables logging to standard output which can be useful for debugging purposes. + +To enable software time stamping, the [option]`-S` option needs to be used as follows: + +[subs="attributes"] +---- +~]#{nbsp}ptp4l -i em3 -m -S +---- + +[[sec-Selecting_a_Delay_Mechanism]] +====== Selecting a Delay Measurement Mechanism + +There are two different delay measurement mechanisms and they can be selected by means of an option added to the [command]#ptp4l# command as follows: + +[option]`-P`:: The [option]`-P` selects the _peer-to-peer_ (*P2P*) delay measurement mechanism. + +The *P2P* mechanism is preferred as it reacts to changes in the network topology faster, and may be more accurate in measuring the delay, than other mechanisms. The *P2P* mechanism can only be used in topologies where each port exchanges *PTP* messages with at most one other *P2P* port. It must be supported and used by all hardware, including transparent clocks, on the communication path. + +[option]`-E`:: The [option]`-E` selects the _end-to-end_ (*E2E*) delay measurement mechanism. This is the default. + +The *E2E* mechanism is also referred to as the delay "request-response" mechanism. + +[option]`-A`:: The [option]`-A` enables automatic selection of the delay measurement mechanism. + +The automatic option starts [application]*ptp4l* in *E2E* mode. It will change to *P2P* mode if a peer delay request is received. + +[NOTE] +==== + +All clocks on a single `PTP` communication path must use the same mechanism to measure the delay. Warnings will be printed in the following circumstances: + +* When a peer delay request is received on a port using the *E2E* mechanism. + +* When a *E2E* delay request is received on a port using the *P2P* mechanism. + +==== + +[[sec-Specifying_a_Configuration_File]] +==== Specifying a Configuration File + +The command line options and other options, which cannot be set on the command line, can be set in an optional configuration file. + +No configuration file is read by default, so it needs to be specified at runtime with the [option]`-f` option. For example: + +[subs="attributes"] +---- +~]#{nbsp}ptp4l -f /etc/ptp4l.conf +---- + +A configuration file equivalent to the [command]#-i em3 -m -S# options shown above would look as follows: + +[subs="attributes"] +---- +~]#{nbsp}cat /etc/ptp4l.conf +[global] +verbose 1 +time_stamping software +[em3] + +---- + +[[sec-Using_the_PTP_Management_Client]] +==== Using the PTP Management Client + +The `PTP` management client, [application]*pmc*, can be used to obtain additional information from [application]*ptp4l* as follows: + +[subs="attributes"] +---- +~]#{nbsp}pmc -u -b 0 'GET CURRENT_DATA_SET' +sending: GET CURRENT_DATA_SET + 90e2ba.fffe.20c7f8-0 seq 0 RESPONSE MANAGMENT CURRENT_DATA_SET + stepsRemoved 1 + offsetFromMaster -142.0 + meanPathDelay 9310.0 +---- + +[subs="attributes"] +---- +~]#{nbsp}pmc -u -b 0 'GET TIME_STATUS_NP' +sending: GET TIME_STATUS_NP + 90e2ba.fffe.20c7f8-0 seq 0 RESPONSE MANAGMENT TIME_STATUS_NP + master_offset 310 + ingress_time 1361545089345029441 + cumulativeScaledRateOffset +1.000000000 + scaledLastGmPhaseChange 0 + gmTimeBaseIndicator 0 + lastGmPhaseChange 0x0000'0000000000000000.0000 + gmPresent true + gmIdentity 00a069.fffe.0b552d +---- + +Setting the [option]`-b` option to `zero` limits the boundary to the locally running [application]*ptp4l* instance. A larger boundary value will retrieve the information also from `PTP` nodes further from the local clock. The retrievable information includes: + +* `stepsRemoved` is the number of communication paths to the grandmaster clock. + +* `offsetFromMaster` and master_offset is the last measured offset of the clock from the master in nanoseconds. + +* `meanPathDelay` is the estimated delay of the synchronization messages sent from the master in nanoseconds. + +* if `gmPresent` is true, the `PTP` clock is synchronized to a master, the local clock is not the grandmaster clock. + +* `gmIdentity` is the grandmaster's identity. + +For a full list of [application]*pmc* commands, type the following as `root`: + +[subs="attributes"] +---- +~]#{nbsp}pmc help +---- + +Additional information is available in the `pmc(8)` man page. + +[[sec-Synchronizing_the_Clocks]] +==== Synchronizing the Clocks + +The [application]*phc2sys* program is used to synchronize the system clock to the `PTP` hardware clock (*PHC*) on the NIC. The [application]*phc2sys* service is configured in the `/etc/sysconfig/phc2sys` configuration file. The default setting in the `/etc/sysconfig/phc2sys` file is as follows: + +[subs="quotes"] +---- +OPTIONS="-a -r" +---- + +The [option]`-a` option causes [application]*phc2sys* to read the clocks to be synchronized from the [application]*ptp4l* application. It will follow changes in the `PTP` port states, adjusting the synchronization between the NIC hardware clocks accordingly. The system clock is not synchronized, unless the [option]`-r` option is also specified. If you want the system clock to be eligible to become a time source, specify the [option]`-r` option twice. + +After making changes to `/etc/sysconfig/phc2sys`, restart the [application]*phc2sys* service from the command line by issuing a command as `root`: + +---- +~]# systemctl restart phc2sys +---- + +Under normal circumstances, use [command]#systemctl# commands to start, stop, and restart the [application]*phc2sys* service. + +When you do not want to start [application]*phc2sys* as a service, you can start it from the command line. For example, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}phc2sys -a -r +---- + +The [option]`-a` option causes [application]*phc2sys* to read the clocks to be synchronized from the [application]*ptp4l* application. If you want the system clock to be eligible to become a time source, specify the [option]`-r` option twice. + +Alternately, use the [option]`-s` option to synchronize the system clock to a specific interface's `PTP` hardware clock. For example: + +[subs="attributes"] +---- +~]#{nbsp}phc2sys -s em3 -w +---- + +The [option]`-w` option waits for the running [application]*ptp4l* application to synchronize the `PTP` clock and then retrieves the *TAI* to *UTC* offset from [application]*ptp4l*. + +Normally, `PTP` operates in the _International Atomic Time_ (*TAI*) timescale, while the system clock is kept in _Coordinated Universal Time_ (*UTC*). The current offset between the TAI and UTC timescales is 35 seconds. The offset changes when leap seconds are inserted or deleted, which typically happens every few years. The [option]`-O` option needs to be used to set this offset manually when the [option]`-w` is not used, as follows: + +[subs="attributes"] +---- +~]#{nbsp}phc2sys -s em3 -O -35 +---- + +Once the [application]*phc2sys* servo is in a locked state, the clock will not be stepped, unless the [option]`-S` option is used. This means that the [application]*phc2sys* program should be started after the [application]*ptp4l* program has synchronized the `PTP` hardware clock. However, with [option]`-w`, it is not necessary to start [application]*phc2sys* after [application]*ptp4l* as it will wait for it to synchronize the clock. + +The [application]*phc2sys* program can also be started as a service by running: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start phc2sys +---- + +When running as a service, options are specified in the `/etc/sysconfig/phc2sys` file. More information on the different [application]*phc2sys* options can be found in the `phc2sys(8)` man page. + +Note that the examples in this section assume the command is run on a slave system or slave port. + +[[sec-Verifying_Time_Synchronization]] +==== Verifying Time Synchronization + +When `PTP` time synchronization is working properly, new messages with offsets and frequency adjustments will be printed periodically to the [application]*ptp4l* and [application]*phc2sys* (if hardware time stamping is used) outputs. These values will eventually converge after a short period of time. These messages can be seen in `/var/log/messages` file. An example of the output follows: + +---- + +ptp4l[352.359]: selected /dev/ptp0 as PTP clock +ptp4l[352.361]: port 1: INITIALIZING to LISTENING on INITIALIZE +ptp4l[352.361]: port 0: INITIALIZING to LISTENING on INITIALIZE +ptp4l[353.210]: port 1: new foreign master 00a069.fffe.0b552d-1 +ptp4l[357.214]: selected best master clock 00a069.fffe.0b552d +ptp4l[357.214]: port 1: LISTENING to UNCALIBRATED on RS_SLAVE +ptp4l[359.224]: master offset 3304 s0 freq +0 path delay 9202 +ptp4l[360.224]: master offset 3708 s1 freq -29492 path delay 9202 +ptp4l[361.224]: master offset -3145 s2 freq -32637 path delay 9202 +ptp4l[361.224]: port 1: UNCALIBRATED to SLAVE on MASTER_CLOCK_SELECTED +ptp4l[362.223]: master offset -145 s2 freq -30580 path delay 9202 +ptp4l[363.223]: master offset 1043 s2 freq -29436 path delay 8972 +ptp4l[364.223]: master offset 266 s2 freq -29900 path delay 9153 +ptp4l[365.223]: master offset 430 s2 freq -29656 path delay 9153 +ptp4l[366.223]: master offset 615 s2 freq -29342 path delay 9169 +ptp4l[367.222]: master offset -191 s2 freq -29964 path delay 9169 +ptp4l[368.223]: master offset 466 s2 freq -29364 path delay 9170 +ptp4l[369.235]: master offset 24 s2 freq -29666 path delay 9196 +ptp4l[370.235]: master offset -375 s2 freq -30058 path delay 9238 +ptp4l[371.235]: master offset 285 s2 freq -29511 path delay 9199 +ptp4l[372.235]: master offset -78 s2 freq -29788 path delay 9204 + +---- + +An example of the [application]*phc2sys* output follows: + +---- + +phc2sys[526.527]: Waiting for ptp4l... +phc2sys[527.528]: Waiting for ptp4l... +phc2sys[528.528]: phc offset 55341 s0 freq +0 delay 2729 +phc2sys[529.528]: phc offset 54658 s1 freq -37690 delay 2725 +phc2sys[530.528]: phc offset 888 s2 freq -36802 delay 2756 +phc2sys[531.528]: phc offset 1156 s2 freq -36268 delay 2766 +phc2sys[532.528]: phc offset 411 s2 freq -36666 delay 2738 +phc2sys[533.528]: phc offset -73 s2 freq -37026 delay 2764 +phc2sys[534.528]: phc offset 39 s2 freq -36936 delay 2746 +phc2sys[535.529]: phc offset 95 s2 freq -36869 delay 2733 +phc2sys[536.529]: phc offset -359 s2 freq -37294 delay 2738 +phc2sys[537.529]: phc offset -257 s2 freq -37300 delay 2753 +phc2sys[538.529]: phc offset 119 s2 freq -37001 delay 2745 +phc2sys[539.529]: phc offset 288 s2 freq -36796 delay 2766 +phc2sys[540.529]: phc offset -149 s2 freq -37147 delay 2760 +phc2sys[541.529]: phc offset -352 s2 freq -37395 delay 2771 +phc2sys[542.529]: phc offset 166 s2 freq -36982 delay 2748 +phc2sys[543.529]: phc offset 50 s2 freq -37048 delay 2756 +phc2sys[544.530]: phc offset -31 s2 freq -37114 delay 2748 +phc2sys[545.530]: phc offset -333 s2 freq -37426 delay 2747 +phc2sys[546.530]: phc offset 194 s2 freq -36999 delay 2749 +---- + +For [application]*ptp4l* there is also a directive, [option]`summary_interval`, to reduce the output and print only statistics, as normally it will print a message every second or so. For example, to reduce the output to every `1024` seconds, add the following line to the `/etc/ptp4l.conf` file: + +---- +summary_interval 10 +---- + +An example of the [application]*ptp4l* output, with [option]`summary_interval 6`, follows: + +---- + +ptp4l: [615.253] selected /dev/ptp0 as PTP clock +ptp4l: [615.255] port 1: INITIALIZING to LISTENING on INITIALIZE +ptp4l: [615.255] port 0: INITIALIZING to LISTENING on INITIALIZE +ptp4l: [615.564] port 1: new foreign master 00a069.fffe.0b552d-1 +ptp4l: [619.574] selected best master clock 00a069.fffe.0b552d +ptp4l: [619.574] port 1: LISTENING to UNCALIBRATED on RS_SLAVE +ptp4l: [623.573] port 1: UNCALIBRATED to SLAVE on MASTER_CLOCK_SELECTED +ptp4l: [684.649] rms 669 max 3691 freq -29383 ± 3735 delay 9232 ± 122 +ptp4l: [748.724] rms 253 max 588 freq -29787 ± 221 delay 9219 ± 158 +ptp4l: [812.793] rms 287 max 673 freq -29802 ± 248 delay 9211 ± 183 +ptp4l: [876.853] rms 226 max 534 freq -29795 ± 197 delay 9221 ± 138 +ptp4l: [940.925] rms 250 max 562 freq -29801 ± 218 delay 9199 ± 148 +ptp4l: [1004.988] rms 226 max 525 freq -29802 ± 196 delay 9228 ± 143 +ptp4l: [1069.065] rms 300 max 646 freq -29802 ± 259 delay 9214 ± 176 +ptp4l: [1133.125] rms 226 max 505 freq -29792 ± 197 delay 9225 ± 159 +ptp4l: [1197.185] rms 244 max 688 freq -29790 ± 211 delay 9201 ± 162 + +---- + +To reduce the output from the [application]*phc2sys*, it can be called it with the [option]`-u` option as follows: + +[subs="attributes"] +---- +~]#{nbsp}phc2sys -u summary-updates +---- + +Where _summary-updates_ is the number of clock updates to include in summary statistics. An example follows: + +[subs="attributes"] +---- + +~]#{nbsp}phc2sys -s em3 -w -m -u 60 +phc2sys[700.948]: rms 1837 max 10123 freq -36474 ± 4752 delay 2752 ± 16 +phc2sys[760.954]: rms 194 max 457 freq -37084 ± 174 delay 2753 ± 12 +phc2sys[820.963]: rms 211 max 487 freq -37085 ± 185 delay 2750 ± 19 +phc2sys[880.968]: rms 183 max 440 freq -37102 ± 164 delay 2734 ± 91 +phc2sys[940.973]: rms 244 max 584 freq -37095 ± 216 delay 2748 ± 16 +phc2sys[1000.979]: rms 220 max 573 freq -36666 ± 182 delay 2747 ± 43 +phc2sys[1060.984]: rms 266 max 675 freq -36759 ± 234 delay 2753 ± 17 + +---- + +[[sec-Serving_PTP_Time_with_NTP]] +==== Serving PTP Time with NTP + +The `ntpd` daemon can be configured to distribute the time from the system clock synchronized by [application]*ptp4l* or [application]*phc2sys* by using the LOCAL reference clock driver. To prevent `ntpd` from adjusting the system clock, the `ntp.conf` file must not specify any `NTP` servers. The following is a minimal example of `ntp.conf`: + +[subs="attributes"] +---- + +~]#{nbsp}cat /etc/ntp.conf +server 127.127.1.0 +fudge 127.127.1.0 stratum 0 +---- + +[NOTE] +==== + +When the `DHCP` client program, [application]*dhclient*, receives a list of `NTP` servers from the `DHCP` server, it adds them to `ntp.conf` and restarts the service. To disable that feature, add [command]#PEERNTP=no# to `/etc/sysconfig/network`. + +==== + +[[sec-Serving_NTP_Time_with_PTP]] +==== Serving NTP Time with PTP + +`NTP` to `PTP` synchronization in the opposite direction is also possible. When `ntpd` is used to synchronize the system clock, [application]*ptp4l* can be configured with the [option]`priority1` option (or other clock options included in the best master clock algorithm) to be the grandmaster clock and distribute the time from the system clock via `PTP`: + +[subs="attributes"] +---- +~]#{nbsp}cat /etc/ptp4l.conf +[global] +priority1 127 +[em3] +# ptp4l -f /etc/ptp4l.conf +---- + +With hardware time stamping, [application]*phc2sys* needs to be used to synchronize the `PTP` hardware clock to the system clock. +If running [application]*phc2sys* as a service, edit the `/etc/sysconfig/phc2sys` configuration file. The default setting in the `/etc/sysconfig/phc2sys` file is as follows: + +[subs="quotes"] +---- +OPTIONS="-a -r" +---- + +As `root`, edit that line as follows: + +---- +~]# vi /etc/sysconfig/phc2sys +OPTIONS="-a -r -r" +---- + +The [option]`-r` option is used twice here to allow synchronization of the `PTP` hardware clock on the NIC from the system clock. +Restart the [application]*phc2sys* service for the changes to take effect: + +---- +~]# systemctl restart phc2sys +---- + +To prevent quick changes in the `PTP` clock's frequency, the synchronization to the system clock can be loosened by using smaller [option]`P` (proportional) and [option]`I` (integral) constants for the PI servo: + +[subs="attributes"] +---- +~]#{nbsp}phc2sys -a -r -r -P 0.01 -I 0.0001 +---- + +[[sec-Synchronize_to_PTP_or_NTP_Time_Using_timemaster]] +==== Synchronize to PTP or NTP Time Using timemaster + +When there are multiple `PTP` domains available on the network, or fallback to `NTP` is needed, the [application]*timemaster* program can be used to synchronize the system clock to all available time sources. The `PTP` time is provided by [application]*phc2sys* and [application]*ptp4l* via _shared memory driver_ (*SHM* reference clocks to `chronyd` or `ntpd` (depending on the `NTP` daemon that has been configured on the system). The `NTP` daemon can then compare all time sources, both `PTP` and `NTP`, and use the best sources to synchronize the system clock. + +On start, [application]*timemaster* reads a configuration file that specifies the `NTP` and `PTP` time sources, checks which network interfaces have their own or share a `PTP` hardware clock (PHC), generates configuration files for [application]*ptp4l* and `chronyd` or `ntpd`, and starts the [application]*ptp4l*, [application]*phc2sys*, and `chronyd` or `ntpd` processes as needed. It will remove the generated configuration files on exit. It writes configuration files for `chronyd`, `ntpd`, and [application]*ptp4l* to `/var/run/timemaster/`. + +[[sec-Starting_timemaster_as_a_Service]] +===== Starting timemaster as a Service + +To start [application]*timemaster* as a service, issue the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start timemaster +---- + +This will read the options in `/etc/timemaster.conf`. + +[[sec-Understanding_the_timemaster_Configuration_File]] +===== Understanding the timemaster Configuration File + +{MAJOROS} provides a default `/etc/timemaster.conf` file with a number of sections containing default options. The section headings are enclosed in brackets. + +To view the default configuration, issue a command as follows: + +---- +~]$ less /etc/timemaster.conf +# Configuration file for timemaster + +#[ntp_server ntp-server.local] +#minpoll 4 +#maxpoll 4 + +#[ptp_domain 0] +#interfaces eth0 + +[timemaster] +ntp_program chronyd + +[chrony.conf] +include /etc/chrony.conf + +[ntp.conf] +includefile /etc/ntp.conf + +[ptp4l.conf] + +[chronyd] +path /usr/sbin/chronyd +options -u chrony + +[ntpd] +path /usr/sbin/ntpd +options -u ntp:ntp -g + +[phc2sys] +path /usr/sbin/phc2sys + +[ptp4l] +path /usr/sbin/ptp4l +---- + +Notice the section named as follows: + +[subs="macros"] +---- +[ntp_server pass:quotes[_address_]] +---- + +This is an example of an `NTP` server section, "ntp-server.local" is an example of a host name for an `NTP` server on the local LAN. Add more sections as required using a host name or `IP` address as part of the section name. Note that the short polling values in that example section are not suitable for a public server, see <> for an explanation of suitable [option]`minpoll` and [option]`maxpoll` values. + +Notice the section named as follows: + +[subs="macros"] +---- +[ptp_domain pass:quotes[_number_]] +---- + +A "PTP domain" is a group of one or more `PTP` clocks that synchronize to each other. They may or may not be synchronized to clocks in another domain. Clocks that are configured with the same domain number make up the domain. This includes a `PTP` grandmaster clock. The domain number in each "PTP domain" section needs to correspond to one of the `PTP` domains configured on the network. + +An instance of [application]*ptp4l* is started for every interface which has its own `PTP` clock and hardware time stamping is enabled automatically. Interfaces that support hardware time stamping have a `PTP` clock (PHC) attached, however it is possible for a group of interfaces on a NIC to share a PHC. A separate [application]*ptp4l* instance will be started for each group of interfaces sharing the same PHC and for each interface that supports only software time stamping. All [application]*ptp4l* instances are configured to run as a slave. If an interface with hardware time stamping is specified in more than one `PTP` domain, then only the first [application]*ptp4l* instance created will have hardware time stamping enabled. + +Notice the section named as follows: + +[subs="quotes"] +---- +[timemaster] +---- + +The default [application]*timemaster* configuration includes the system `ntpd` and chrony configuration (`/etc/ntp.conf` or `/etc/chronyd.conf`) in order to include the configuration of access restrictions and authentication keys. That means any `NTP` servers specified there will be used with [application]*timemaster* too. + +The section headings are as follows: + +* [option]`[ntp_server ntp-server.local]` — Specify polling intervals for this server. Create additional sections as required. Include the host name or `IP` address in the section heading. + +* [option]`[ptp_domain 0]` — Specify interfaces that have `PTP` clocks configured for this domain. Create additional sections with, the appropriate domain number, as required. + +* [option]`[timemaster]` — Specify the `NTP` daemon to be used. Possible values are `chronyd` and `ntpd`. + +* [option]`[chrony.conf]` — Specify any additional settings to be copied to the configuration file generated for `chronyd`. + +* [option]`[ntp.conf]` — Specify any additional settings to be copied to the configuration file generated for `ntpd`. + +* [option]`[ptp4l.conf]` — Specify options to be copied to the configuration file generated for [application]*ptp4l*. + +* [option]`[chronyd]` — Specify any additional settings to be passed on the command line to `chronyd`. + +* [option]`[ntpd]` — Specify any additional settings to be passed on the command line to `ntpd`. + +* [option]`[phc2sys]` — Specify any additional settings to be passed on the command line to [application]*phc2sys*. + +* [option]`[ptp4l]` — Specify any additional settings to be passed on the command line to all instances of [application]*ptp4l*. + +The section headings and there contents are explained in detail in the `timemaster(8)` manual page. + +[[sec-Configuring_timemaster_Options]] +===== Configuring timemaster Options + +[[proc-Editing_the_timemaster_Configuration_File]] +.Editing the timemaster Configuration File +. To change the default configuration, open the `/etc/timemaster.conf` file for editing as `root`: + +---- +~]# vi /etc/timemaster.conf +---- + +. For each `NTP` server you want to control using [application]*timemaster*, create `[ntp_server _address_pass:attributes[{blank}]]` sections . Note that the short polling values in the example section are not suitable for a public server, see <> for an explanation of suitable [option]`minpoll` and [option]`maxpoll` values. + +. To add interfaces that should be used in a domain, edit the `#[ptp_domain 0]` section and add the interfaces. Create additional domains as required. For example: + +---- +[ptp_domain 0] + interfaces eth0 + + [ptp_domain 1] + interfaces eth1 +---- + +. If required to use `ntpd` as the `NTP` daemon on this system, change the default entry in the `[timemaster]` section from `chronyd` to `ntpd`. See <> for information on the differences between ntpd and chronyd. + +. If using `chronyd` as the `NTP` server on this system, add any additional options below the default [option]`include /etc/chrony.conf` entry in the `[chrony.conf]` section. Edit the default [option]`include` entry if the path to `/etc/chrony.conf` is known to have changed. + +. If using `ntpd` as the `NTP` server on this system, add any additional options below the default [option]`include /etc/ntp.conf` entry in the `[ntp.conf]` section. Edit the default [option]`include` entry if the path to `/etc/ntp.conf` is known to have changed. + +. In the `[ptp4l.conf]` section, add any options to be copied to the configuration file generated for [application]*ptp4l*. This chapter documents common options and more information is available in the `ptp4l(8)` manual page. + +. In the `[chronyd]` section, add any command line options to be passed to `chronyd` when called by [application]*timemaster*. See <> for information on using `chronyd`. + +. In the `[ntpd]` section, add any command line options to be passed to `ntpd` when called by [application]*timemaster*. See <> for information on using `ntpd`. + +. In the `[phc2sys]` section, add any command line options to be passed to [application]*phc2sys* when called by [application]*timemaster*. This chapter documents common options and more information is available in the `phy2sys(8)` manual page. + +. In the `[ptp4l]` section, add any command line options to be passed to [application]*ptp4l* when called by [application]*timemaster*. This chapter documents common options and more information is available in the `ptp4l(8)` manual page. + +. Save the configuration file and restart [application]*timemaster* by issuing the following command as `root`: + +---- +~]# systemctl restart timemaster +---- + +[[sec-Improving_Accuracy]] +==== Improving Accuracy + +Previously, test results indicated that disabling the tickless kernel capability could significantly improve the stability of the system clock, and thus improve the `PTP` synchronization accuracy (at the cost of increased power consumption). The kernel tickless mode can be disabled by adding [option]`nohz=off` to the kernel boot option parameters. However, recent improvements applied to `kernel-3.10.0-197.fc21` have greatly improved the stability of the system clock and the difference in stability of the clock with and without [option]`nohz=off` should be much smaller now for most users. + +The [application]*ptp4l* and [application]*phc2sys* applications can be configured to use a new adaptive servo. The advantage over the PI servo is that it does not require configuration of the PI constants to perform well. To make use of this for [application]*ptp4l*, add the following line to the `/etc/ptp4l.conf` file: + +---- +clock_servo linreg +---- + +After making changes to `/etc/ptp4l.conf`, restart the [application]*ptp4l* service from the command line by issuing the following command as `root`: + +---- +~]# systemctl restart ptp4l +---- + +To make use of this for [application]*phc2sys*, add the following line to the `/etc/sysconfig/phc2sys` file: + +[subs="quotes"] +---- +-E linreg +---- + +After making changes to `/etc/sysconfig/phc2sys`, restart the [application]*phc2sys* service from the command line by issuing the following command as `root`: + +---- +~]# systemctl restart phc2sys +---- + +[[sec-PTP_additional_resources]] +==== Additional Resources + +The following sources of information provide additional resources regarding `PTP` and the [application]*ptp4l* tools. + +[[sec-PTP-docs-inst]] +===== Installed Documentation + +* `ptp4l(8)` man page — Describes [application]*ptp4l* options including the format of the configuration file. + +* `pmc(8)` man page — Describes the `PTP` management client and its command options. + +* `phc2sys(8)` man page — Describes a tool for synchronizing the system clock to a `PTP` hardware clock (PHC). + +* `timemaster(8)` man page — Describes a program that uses [application]*ptp4l* and [application]*phc2sys* to synchronize the system clock using `chronyd` or `ntpd`. + +[[sec-PTP_useful-websites]] +===== Useful Websites + +link:++http://linuxptp.sourceforge.net/++[]:: The Linux PTP project. + +link:++http://www.nist.gov/el/isd/ieee/ieee1588.cfm++[]:: The IEEE 1588 Standard. diff --git a/en-US/servers/Directory_Servers.adoc b/en-US/servers/Directory_Servers.adoc new file mode 100644 index 0000000..42166ae --- /dev/null +++ b/en-US/servers/Directory_Servers.adoc @@ -0,0 +1,7 @@ + +:experimental: + +[[ch-Directory_Servers]] +=== Directory Servers + +include::en-US/servers/OpenLDAP.adoc[] diff --git a/en-US/servers/FTP.adoc b/en-US/servers/FTP.adoc new file mode 100644 index 0000000..1f39aa1 --- /dev/null +++ b/en-US/servers/FTP.adoc @@ -0,0 +1,559 @@ + +[[s1-FTP]] +==== FTP +indexterm:[FTP,definition of]indexterm:[FTP,vsftpd] +_File Transfer Protocol_ (`FTP`) is one of the oldest and most commonly used protocols found on the Internet today. Its purpose is to reliably transfer files between computer hosts on a network without requiring the user to log directly into the remote host or have knowledge of how to use the remote system. It allows users to access files on remote systems using a standard set of simple commands. + +This section outlines the basics of the `FTP` protocol, as well as configuration options for the primary `FTP` server shipped with {MAJOROS}, [command]#vsftpd#. + +[[s2-ftp-protocol]] +===== The File Transfer Protocol +indexterm:[FTP,introducing] +However, because `FTP` is so prevalent on the Internet, it is often required to share files to the public. System administrators, therefore, should be aware of the `FTP` protocol's unique characteristics. + +[[s3-ftp-protocol-multiport]] +====== Multiple Ports, Multiple Modes +indexterm:[FTP,command port]indexterm:[FTP,data port]indexterm:[FTP,active mode]indexterm:[FTP,passive mode] +Unlike most protocols used on the Internet, `FTP` requires multiple network ports to work properly. When an `FTP` client application initiates a connection to an `FTP` server, it opens port 21 on the server — known as the _command port_. This port is used to issue all commands to the server. Any data requested from the server is returned to the client via a _data port_. The port number for data connections, and the way in which data connections are initialized, vary depending upon whether the client requests the data in _active_ or _passive_ mode. + +The following defines these modes: + +active mode:: Active mode is the original method used by the `FTP` protocol for transferring data to the client application. When an active mode data transfer is initiated by the `FTP` client, the server opens a connection from port 20 on the server to the `IP` address and a random, unprivileged port (greater than 1024) specified by the client. This arrangement means that the client machine must be allowed to accept connections over any port above 1024. With the growth of insecure networks, such as the Internet, the use of firewalls to protect client machines is now prevalent. Because these client-side firewalls often deny incoming connections from active mode `FTP` servers, passive mode was devised. + +passive mode:: Passive mode, like active mode, is initiated by the `FTP` client application. When requesting data from the server, the `FTP` client indicates it wants to access the data in passive mode and the server provides the `IP` address and a random, unprivileged port (greater than 1024) on the server. The client then connects to that port on the server to download the requested information. ++ +While passive mode resolves issues for client-side firewall interference with data connections, it can complicate administration of the server-side firewall. You can reduce the number of open ports on a server by limiting the range of unprivileged ports on the `FTP` server. This also simplifies the process of configuring firewall rules for the server. See <> for more information about limiting passive ports. + +[[s2-ftp-servers]] +===== FTP Servers +indexterm:[FTP,server software,vsftpd]indexterm:[FTP,server software,Red Hat Content Accelerator]indexterm:[vsftpd,FTP]indexterm:[vsftpd,security features] +{MAJOROS} ships with two different `FTP` servers: + +* [command]#proftpd# - A fast, stable, and highly configurable FTP server. + +* [command]#vsftpd# — A fast, secure `FTP` daemon which is the preferred `FTP` server for {MAJOROS}. The remainder of this section focuses on [command]#vsftpd#. + +[[s3-ftp-servers-vsftpd]] +====== [command]#vsftpd# + +_The Very Secure FTP Daemon_ ([command]#vsftpd#) is designed from the ground up to be fast, stable, and, most importantly, secure. [command]#vsftpd# is the only stand-alone `FTP` server distributed with {MAJOROS}, due to its ability to handle large numbers of connections efficiently and securely. + +The security model used by [command]#vsftpd# has three primary aspects: + +* *Strong separation of privileged and non-privileged processes* — Separate processes handle different tasks, and each of these processes run with the minimal privileges required for the task. + +* *Tasks requiring elevated privileges are handled by processes with the minimal privilege necessary* — By leveraging compatibilities found in the `libcap` library, tasks that usually require full `root` privileges can be executed more safely from a less privileged process. + +* *Most processes run in a [command]#chroot# jail* — Whenever possible, processes are change-rooted to the directory being shared; this directory is then considered a [command]#chroot# jail. For example, if the directory [command]#/var/ftp/# is the primary shared directory, [command]#vsftpd# reassigns [command]#/var/ftp/# to the new root directory, known as [command]#/#. This disallows any potential malicious hacker activities for any directories not contained below the new root directory. + +Use of these security practices has the following effect on how [command]#vsftpd# deals with requests: + +* *The parent process runs with the least privileges required* — The parent process dynamically calculates the level of privileges it requires to minimize the level of risk. Child processes handle direct interaction with the `FTP` clients and run with as close to no privileges as possible. + +* *All operations requiring elevated privileges are handled by a small parent process* — Much like the Apache `HTTP` Server, [command]#vsftpd# launches unprivileged child processes to handle incoming connections. This allows the privileged, parent process to be as small as possible and handle relatively few tasks. + +* *All requests from unprivileged child processes are distrusted by the parent process* — Communication with child processes are received over a socket, and the validity of any information from child processes is checked before being acted on. + +* *Most interaction with `FTP` clients is handled by unprivileged child processes in a [command]#chroot# jail* — Because these child processes are unprivileged and only have access to the directory being shared, any crashed processes only allows the attacker access to the shared files. + +[[s3-ftp-vsftpd-conf]] +===== Files Installed with [command]#vsftpd# +indexterm:[vsftpd,RPM,files installed by] +The `vsftpd` RPM installs the daemon (`/usr/sbin/vsftpd`), its configuration and related files, as well as `FTP` directories onto the system. The following lists the files and directories related to [command]#vsftpd# configuration: + +* `/etc/rc.d/init.d/vsftpd` — The *initialization script* (_initscript_) used by the [command]#systemctl# command to start, stop, or reload [command]#vsftpd#. See <> for more information about using this script. + +* `/etc/pam.d/vsftpd` — The Pluggable Authentication Modules (PAM) configuration file for [command]#vsftpd#. This file specifies the requirements a user must meet to login to the `FTP` server. For more information on PAM, refer to the [citetitle]_Using Pluggable Authentication Modules (PAM)_ chapter of the {MAJOROSVER} [citetitle]_Managing Single Sign-On and Smart Cards_ guide. + +* `/etc/vsftpd/vsftpd.conf` — The configuration file for [command]#vsftpd#. See <> for a list of important options contained within this file. + +* `/etc/vsftpd/ftpusers` — A list of users not allowed to log into [command]#vsftpd#. By default, this list includes the `root`, `bin`, and `daemon` users, among others. + +* `/etc/vsftpd/user_list` — This file can be configured to either deny or allow access to the users listed, depending on whether the [command]#userlist_deny# directive is set to [command]#YES# (default) or [command]#NO# in `/etc/vsftpd/vsftpd.conf`. If `/etc/vsftpd/user_list` is used to grant access to users, the usernames listed must *not* appear in `/etc/vsftpd/ftpusers`. + +* `/var/ftp/` — The directory containing files served by [command]#vsftpd#. It also contains the `/var/ftp/pub/` directory for anonymous users. Both directories are world-readable, but writable only by the `root` user. + +[[s2-ftp-vsftpd-start]] +===== Starting and Stopping [command]#vsftpd# +indexterm:[vsftpd,starting]indexterm:[vsftpd,stopping]indexterm:[vsftpd,status]indexterm:[vsftpd,condrestart]indexterm:[vsftpd,restarting] +The `vsftpd` RPM installs the `/etc/rc.d/init.d/vsftpd` script, which can be accessed using the [command]#systemctl# command. + +To start the server, as `root` type: + +[subs="quotes, macros"] +---- +[command]#systemctl start vsftpd.service# +---- + +To stop the server, as `root` type: + +[subs="quotes, macros"] +---- +[command]#systemctl stop vsftpd.service# +---- + +The [option]`restart` option is a shorthand way of stopping and then starting [command]#vsftpd#. This is the most efficient way to make configuration changes take effect after editing the configuration file for [command]#vsftpd#. + +To restart the server, as `root` type: + +[subs="quotes, macros"] +---- +[command]#systemctl restart vsftpd.service# +---- + +The [option]`condrestart` (_conditional restart_) option only starts [command]#vsftpd# if it is currently running. This option is useful for scripts, because it does not start the daemon if it is not running. + +To conditionally restart the server, as `root` type: + +[subs="quotes, macros"] +---- +[command]#systemctl condrestart vsftpd.service# +---- + +By default, the [command]#vsftpd# service does *not* start automatically at boot time. To configure the [command]#vsftpd# service to start at boot time, use a service manager such as [command]#systemctl#. See <> for more information on how to configure services in {MAJOROS}. + +[[s3-ftp-vsftpd-start-multi]] +====== Starting Multiple Copies of [command]#vsftpd# +indexterm:[vsftpd,starting multiple copies of]indexterm:[vsftpd,multihome configuration] +Sometimes one computer is used to serve multiple `FTP` domains. This is a technique called _multihoming_. One way to multihome using [command]#vsftpd# is by running multiple copies of the daemon, each with its own configuration file. + +To do this, first assign all relevant `IP` addresses to network devices or alias network devices on the system. For more information about configuring network devices, device aliases, and additional information about network configuration scripts, refer to the [citetitle]_link:++https://docs.fedoraproject.org/en-US/Fedora/networking++[{MAJOROS} Networking Guide]_. + +Next, the DNS server for the `FTP` domains must be configured to reference the correct machine. For information about BIND and its configuration files, refer to the [citetitle]_link:++https://docs.fedoraproject.org/en-US/Fedora/networking++[{MAJOROS} Networking Guide]_. + +If there is more configuration files present in the `/etc/vsftpd` directory, calling [command]#systemctl start vsftpd.service# results in the `/etc/rc.d/init.d/vsftpd` initscript starting the same number of processes as the number of configuration files. Each configuration file must have a unique name in the `/etc/vsftpd/` directory and must be readable and writable only by `root`. + +[[s2-ftp-vsftpd-conf]] +===== [command]#vsftpd# Configuration Options +indexterm:[vsftpd,configuration file,format of]indexterm:[vsftpd,configuration file,/etc/vsftpd/vsftpd.conf] +Although [command]#vsftpd# may not offer the level of customization other widely available `FTP` servers have, it offers enough options to fill most administrator's needs. The fact that it is not overly feature-laden limits configuration and programmatic errors. + +All configuration of [command]#vsftpd# is handled by its configuration file, `/etc/vsftpd/vsftpd.conf`. Each directive is on its own line within the file and follows the following format: + +[subs="quotes, macros"] +---- +_directive_pass:attributes[{blank}]=pass:attributes[{blank}]_value_ +---- + +For each directive, replace _directive_ with a valid directive and _value_ with a valid value. + +.Do not use spaces +[IMPORTANT] +==== + +There must not be any spaces between the _directive_, equal symbol, and the _value_ in a directive. + +==== + +Comment lines must be preceded by a hash sign ([command]###) and are ignored by the daemon. + +For a complete list of all directives available, refer to the man page for `vsftpd.conf`. + +.Securing the vsftpd service +[IMPORTANT] +==== + +For an overview of ways to secure [command]#vsftpd#, see the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 Security Guide]. + +==== + +The following is a list of some of the more important directives within `/etc/vsftpd/vsftpd.conf`. All directives not explicitly found or commented out within [command]#vsftpd#pass:attributes[{blank}]'s configuration file are set to their default value. + +[[s3-ftp-vsftpd-conf-opt-daemon]] +====== Daemon Options +indexterm:[vsftpd,configuration file,daemon options] +The following is a list of directives which control the overall behavior of the [command]#vsftpd# daemon. + +* [command]#listen# — When enabled, [command]#vsftpd# runs in stand-alone mode. {MAJOROS} sets this value to [command]#YES#. This directive cannot be used in conjunction with the [command]#listen_ipv6# directive. ++ +The default value is [command]#NO#. + +* [command]#listen_ipv6# — When enabled, [command]#vsftpd# runs in stand-alone mode, but listens only to `IPv6` sockets. This directive cannot be used in conjunction with the [command]#listen# directive. ++ +The default value is [command]#NO#. + +* [command]#session_support# — When enabled, [command]#vsftpd# attempts to maintain login sessions for each user through Pluggable Authentication Modules (PAM). For more information, refer to the [citetitle]_Using Pluggable Authentication Modules (PAM)_ chapter of the Red Hat Enterprise Linux 6 [citetitle]_Managing Single Sign-On and Smart Cards_ and the PAM man pages. . If session logging is not necessary, disabling this option allows [command]#vsftpd# to run with less processes and lower privileges. ++ +The default value is [command]#YES#. + +[[s3-ftp-vsftpd-conf-opt-login]] +====== Log In Options and Access Controls +indexterm:[vsftpd,configuration file,login options]indexterm:[vsftpd,configuration file,access controls] +The following is a list of directives which control the login behavior and access control mechanisms. + +* [command]#anonymous_enable# — When enabled, anonymous users are allowed to log in. The usernames `anonymous` and `ftp` are accepted. ++ +The default value is [command]#YES#. ++ +See <> for a list of directives affecting anonymous users. + +* [command]#banned_email_file# — If the [command]#deny_email_enable# directive is set to [command]#YES#, this directive specifies the file containing a list of anonymous email passwords which are not permitted access to the server. ++ +The default value is `/etc/vsftpd/banned_emails`. + +* [command]#banner_file# — Specifies the file containing text displayed when a connection is established to the server. This option overrides any text specified in the [command]#ftpd_banner# directive. ++ +There is no default value for this directive. + +* [command]#cmds_allowed# — Specifies a comma-delimited list of `FTP` commands allowed by the server. All other commands are rejected. ++ +There is no default value for this directive. + +* [command]#deny_email_enable# — When enabled, any anonymous user utilizing email passwords specified in the `/etc/vsftpd/banned_emails` are denied access to the server. The name of the file referenced by this directive can be specified using the [command]#banned_email_file# directive. ++ +The default value is [command]#NO#. + +* [command]#ftpd_banner# — When enabled, the string specified within this directive is displayed when a connection is established to the server. This option can be overridden by the [command]#banner_file# directive. ++ +By default [command]#vsftpd# displays its standard banner. + +* [command]#local_enable# — When enabled, local users are allowed to log into the system. ++ +The default value is [command]#YES#. ++ +See <> for a list of directives affecting local users. + +* [command]#pam_service_name# — Specifies the PAM service name for [command]#vsftpd#. ++ +The default value is [command]#ftp#. Note, in {MAJOROS}, the value is set to [command]#vsftpd#. + +* The default value is [command]#NO#. Note, in {MAJOROS}, the value is set to [command]#YES#. + +* [command]#userlist_deny# — When used in conjunction with the [command]#userlist_enable# directive and set to [command]#NO#, all local users are denied access unless the username is listed in the file specified by the [command]#userlist_file# directive. Because access is denied before the client is asked for a password, setting this directive to [command]#NO# prevents local users from submitting unencrypted passwords over the network. ++ +The default value is [command]#YES#. + +* [command]#userlist_enable# — When enabled, the users listed in the file specified by the [command]#userlist_file# directive are denied access. Because access is denied before the client is asked for a password, users are prevented from submitting unencrypted passwords over the network. ++ +The default value is [command]#NO#, however under {MAJOROS} the value is set to [command]#YES#. + +* [command]#userlist_file# — Specifies the file referenced by [command]#vsftpd# when the [command]#userlist_enable# directive is enabled. ++ +The default value is [command]#/etc/vsftpd/user_list# and is created during installation. + +[[s3-ftp-vsftpd-conf-opt-anon]] +====== Anonymous User Options +indexterm:[vsftpd,configuration file,anonymous user options] +The following lists directives which control anonymous user access to the server. To use these options, the [command]#anonymous_enable# directive must be set to [command]#YES#. + +* [command]#anon_mkdir_write_enable# — When enabled in conjunction with the [command]#write_enable# directive, anonymous users are allowed to create new directories within a parent directory which has write permissions. ++ +The default value is [command]#NO#. + +* [command]#anon_root# — Specifies the directory [command]#vsftpd# changes to after an anonymous user logs in. ++ +There is no default value for this directive. + +* [command]#anon_upload_enable# — When enabled in conjunction with the [command]#write_enable# directive, anonymous users are allowed to upload files within a parent directory which has write permissions. ++ +The default value is [command]#NO#. + +* [command]#anon_world_readable_only# — When enabled, anonymous users are only allowed to download world-readable files. ++ +The default value is [command]#YES#. + +* [command]#ftp_username# — Specifies the local user account (listed in `/etc/passwd`) used for the anonymous `FTP` user. The home directory specified in `/etc/passwd` for the user is the root directory of the anonymous `FTP` user. ++ +The default value is [command]#ftp#. + +* [command]#no_anon_password# — When enabled, the anonymous user is not asked for a password. ++ +The default value is [command]#NO#. + +* [command]#secure_email_list_enable# — When enabled, only a specified list of email passwords for anonymous logins are accepted. This is a convenient way to offer limited security to public content without the need for virtual users. ++ +Anonymous logins are prevented unless the password provided is listed in [command]#/etc/vsftpd/email_passwords#. The file format is one password per line, with no trailing white spaces. ++ +The default value is [command]#NO#. + +[[s3-ftp-vsftpd-conf-opt-usr]] +====== Local User Options +indexterm:[vsftpd,configuration file,local user options] +The following lists directives which characterize the way local users access the server. To use these options, the [command]#local_enable# directive must be set to [command]#YES#. + +* [command]#chmod_enable# — When enabled, the `FTP` command [command]#SITE CHMOD# is allowed for local users. This command allows the users to change the permissions on files. ++ +The default value is [command]#YES#. + +* [command]#chroot_list_enable# — When enabled, the local users listed in the file specified in the [command]#chroot_list_file# directive are placed in a [command]#chroot# jail upon log in. ++ +If enabled in conjunction with the [command]#chroot_local_user# directive, the local users listed in the file specified in the [command]#chroot_list_file# directive are *not* placed in a [command]#chroot# jail upon log in. ++ +The default value is [command]#NO#. + +* [command]#chroot_list_file# — Specifies the file containing a list of local users referenced when the [command]#chroot_list_enable# directive is set to [command]#YES#. ++ +The default value is [command]#/etc/vsftpd/chroot_list#. + +* [command]#chroot_local_user# — When enabled, local users are change-rooted to their home directories after logging in. ++ +The default value is [command]#NO#. ++ +.Avoid enabling the chroot_local_user option +[WARNING] +==== + +Enabling [command]#chroot_local_user# opens up a number of security issues, especially for users with upload privileges. For this reason, it is *not* recommended. + +==== + +* [command]#guest_enable# — When enabled, all non-anonymous users are logged in as the user [command]#guest#, which is the local user specified in the [command]#guest_username# directive. ++ +The default value is [command]#NO#. + +* [command]#guest_username# — Specifies the username the [command]#guest# user is mapped to. ++ +The default value is [command]#ftp#. + +* [command]#local_root# — Specifies the directory [command]#vsftpd# changes to after a local user logs in. ++ +There is no default value for this directive. + +* [command]#local_umask# — Specifies the umask value for file creation. Note that the default value is in octal form (a numerical system with a base of eight), which includes a "0" prefix. Otherwise the value is treated as a base-10 integer. ++ +The default value is [command]#022#. + +* [command]#passwd_chroot_enable# — When enabled in conjunction with the [command]#chroot_local_user# directive, [command]#vsftpd# change-roots local users based on the occurrence of the [command]#/./# in the home directory field within `/etc/passwd`. ++ +The default value is [command]#NO#. + +* [command]#user_config_dir# — Specifies the path to a directory containing configuration files bearing the name of local system users that contain specific setting for that user. Any directive in the user's configuration file overrides those found in `/etc/vsftpd/vsftpd.conf`. ++ +There is no default value for this directive. + +[[s3-ftp-vsftpd-conf-opt-dir]] +====== Directory Options +indexterm:[vsftpd,configuration file,directory options] +The following lists directives which affect directories. + +* [command]#dirlist_enable# — When enabled, users are allowed to view directory lists. ++ +The default value is [command]#YES#. + +* [command]#dirmessage_enable# — When enabled, a message is displayed whenever a user enters a directory with a message file. This message resides within the current directory. The name of this file is specified in the [command]#message_file# directive and is `.message` by default. ++ +The default value is [command]#NO#. Note, in {MAJOROS}, the value is set to [command]#YES#. + +* [command]#force_dot_files# — When enabled, files beginning with a dot (`.`) are listed in directory listings, with the exception of the `.` and `..` files. ++ +The default value is [command]#NO#. + +* [command]#hide_ids# — When enabled, all directory listings show `ftp` as the user and group for each file. ++ +The default value is [command]#NO#. + +* [command]#message_file# — Specifies the name of the message file when using the [command]#dirmessage_enable# directive. ++ +The default value is [command]#.message#. + +* [command]#text_userdb_names# — When enabled, text usernames and group names are used in place of UID and GID entries. Enabling this option may slow performance of the server. ++ +The default value is [command]#NO#. + +* [command]#use_localtime# — When enabled, directory listings reveal the local time for the computer instead of GMT. ++ +The default value is [command]#NO#. + +[[s3-ftp-vsftpd-conf-opt-file]] +====== File Transfer Options +indexterm:[vsftpd,configuration file,file transfer options] +The following lists directives which affect directories. + +* [command]#download_enable# — When enabled, file downloads are permitted. ++ +The default value is [command]#YES#. + +* [command]#chown_uploads# — When enabled, all files uploaded by anonymous users are owned by the user specified in the [command]#chown_username# directive. ++ +The default value is [command]#NO#. + +* [command]#chown_username# — Specifies the ownership of anonymously uploaded files if the [command]#chown_uploads# directive is enabled. ++ +The default value is [command]#root#. + +* [command]#write_enable# — When enabled, `FTP` commands which can change the file system are allowed, such as [command]#DELE#, [command]#RNFR#, and [command]#STOR#. ++ +The default value is [command]#YES#. + +[[s3-ftp-vsftpd-conf-opt-log]] +====== Logging Options +indexterm:[vsftpd,configuration file,logging options] +The following lists directives which affect [command]#vsftpd#pass:attributes[{blank}]'s logging behavior. + +* [command]#dual_log_enable# — When enabled in conjunction with [command]#xferlog_enable#, [command]#vsftpd# writes two files simultaneously: a [command]#wu-ftpd#-compatible log to the file specified in the [command]#xferlog_file# directive (`/var/log/xferlog` by default) and a standard [command]#vsftpd# log file specified in the [command]#vsftpd_log_file# directive (`/var/log/vsftpd.log` by default). ++ +The default value is [command]#NO#. + +* [command]#log_ftp_protocol# — When enabled in conjunction with [command]#xferlog_enable# and with [command]#xferlog_std_format# set to [command]#NO#, all `FTP` commands and responses are logged. This directive is useful for debugging. ++ +The default value is [command]#NO#. + +* [command]#syslog_enable# — When enabled in conjunction with [command]#xferlog_enable#, all logging normally written to the standard [command]#vsftpd# log file specified in the [command]#vsftpd_log_file# directive (`/var/log/vsftpd.log` by default) is sent to the system logger instead under the `FTPD` facility. ++ +The default value is [command]#NO#. + +* [command]#vsftpd_log_file# — Specifies the [command]#vsftpd# log file. For this file to be used, [command]#xferlog_enable# must be enabled and [command]#xferlog_std_format# must either be set to [command]#NO# or, if [command]#xferlog_std_format# is set to [command]#YES#, [command]#dual_log_enable# must be enabled. It is important to note that if [command]#syslog_enable# is set to [command]#YES#, the system log is used instead of the file specified in this directive. ++ +The default value is `/var/log/vsftpd.log`. + +* [command]#xferlog_enable# — When enabled, [command]#vsftpd# logs connections ([command]#vsftpd# format only) and file transfer information to the log file specified in the [command]#vsftpd_log_file# directive (`/var/log/vsftpd.log` by default). If [command]#xferlog_std_format# is set to [command]#YES#, file transfer information is logged but connections are not, and the log file specified in [command]#xferlog_file# (`/var/log/xferlog` by default) is used instead. It is important to note that both log files and log formats are used if [command]#dual_log_enable# is set to [command]#YES#. ++ +The default value is [command]#NO#. Note, in {MAJOROS}, the value is set to [command]#YES#. + +* [command]#xferlog_file# — Specifies the [command]#wu-ftpd#-compatible log file. For this file to be used, [command]#xferlog_enable# must be enabled and [command]#xferlog_std_format# must be set to [command]#YES#. It is also used if [command]#dual_log_enable# is set to [command]#YES#. ++ +The default value is `/var/log/xferlog`. + +* [command]#xferlog_std_format# — When enabled in conjunction with [command]#xferlog_enable#, only a [command]#wu-ftpd#-compatible file transfer log is written to the file specified in the [command]#xferlog_file# directive (`/var/log/xferlog` by default). It is important to note that this file only logs file transfers and does not log connections to the server. ++ +The default value is [command]#NO#. Note, in {MAJOROS}, the value is set to [command]#YES#. + +.Maintaining compatibility with older log file formats +[IMPORTANT] +==== + +To maintain compatibility with log files written by the older [command]#wu-ftpd# `FTP` server, the [command]#xferlog_std_format# directive is set to [command]#YES# under {MAJOROS}. However, this setting means that connections to the server are not logged. + +To both log connections in [command]#vsftpd# format and maintain a [command]#wu-ftpd#-compatible file transfer log, set [command]#dual_log_enable# to [command]#YES#. + +If maintaining a [command]#wu-ftpd#-compatible file transfer log is not important, either set [command]#xferlog_std_format# to [command]#NO#, comment the line with a hash sign ([command]###), or delete the line entirely. + +==== + +[[s3-ftp-vsftpd-conf-opt-net]] +====== Network Options +indexterm:[vsftpd,configuration file,network options] +The following lists directives which affect how [command]#vsftpd# interacts with the network. + +* [command]#accept_timeout# — Specifies the amount of time for a client using passive mode to establish a connection. ++ +The default value is [command]#60#. + +* [command]#anon_max_rate# — Specifies the maximum data transfer rate for anonymous users in bytes per second. ++ +The default value is [command]#0#, which does not limit the transfer rate. + +* [command]#connect_from_port_20# When enabled, [command]#vsftpd# runs with enough privileges to open port 20 on the server during active mode data transfers. Disabling this option allows [command]#vsftpd# to run with less privileges, but may be incompatible with some `FTP` clients. ++ +The default value is [command]#NO#. Note, in {MAJOROS}, the value is set to [command]#YES#. + +* [command]#connect_timeout# — Specifies the maximum amount of time a client using active mode has to respond to a data connection, in seconds. ++ +The default value is [command]#60#. + +* [command]#data_connection_timeout# — Specifies maximum amount of time data transfers are allowed to stall, in seconds. Once triggered, the connection to the remote client is closed. ++ +The default value is [command]#300#. + +* [command]#ftp_data_port# — Specifies the port used for active data connections when [command]#connect_from_port_20# is set to [command]#YES#. ++ +The default value is [command]#20#. + +* [command]#idle_session_timeout# — Specifies the maximum amount of time between commands from a remote client. Once triggered, the connection to the remote client is closed. ++ +The default value is [command]#300#. + +* [command]#listen_address# — Specifies the `IP` address on which [command]#vsftpd# listens for network connections. ++ +There is no default value for this directive. ++ +.Running multiple copies of vsftpd +[NOTE] +==== + +If running multiple copies of [command]#vsftpd# serving different `IP` addresses, the configuration file for each copy of the [command]#vsftpd# daemon must have a different value for this directive. See <> for more information about multihomed `FTP` servers. + +==== + +* [command]#listen_address6# — Specifies the `IPv6` address on which [command]#vsftpd# listens for network connections when [command]#listen_ipv6# is set to [command]#YES#. ++ +There is no default value for this directive. ++ +.Running multiple copies of vsftpd +[NOTE] +==== + +If running multiple copies of [command]#vsftpd# serving different `IP` addresses, the configuration file for each copy of the [command]#vsftpd# daemon must have a different value for this directive. See <> for more information about multihomed `FTP` servers. + +==== + +* [command]#listen_port# — Specifies the port on which [command]#vsftpd# listens for network connections. ++ +The default value is [command]#21#. + +* [command]#local_max_rate# — Specifies the maximum rate data is transferred for local users logged into the server in bytes per second. ++ +The default value is [command]#0#, which does not limit the transfer rate. + +* [command]#max_clients# — Specifies the maximum number of simultaneous clients allowed to connect to the server when it is running in standalone mode. Any additional client connections would result in an error message. ++ +The default value is [command]#0#, which does not limit connections. + +* [command]#max_per_ip# — Specifies the maximum of clients allowed to connected from the same source `IP` address. ++ +The default value is [command]#0#, which does not limit connections. + +* [command]#pasv_address# — Specifies the `IP` address for the public facing `IP` address of the server for servers behind Network Address Translation (NAT) firewalls. This enables [command]#vsftpd# to hand out the correct return address for passive mode connections. ++ +There is no default value for this directive. + +* [command]#pasv_enable# — When enabled, passive mode connects are allowed. ++ +The default value is [command]#YES#. + +* [command]#pasv_max_port# — Specifies the highest possible port sent to the `FTP` clients for passive mode connections. This setting is used to limit the port range so that firewall rules are easier to create. ++ +The default value is [command]#0#, which does not limit the highest passive port range. The value must not exceed [command]#65535#. + +* [command]#pasv_min_port# — Specifies the lowest possible port sent to the `FTP` clients for passive mode connections. This setting is used to limit the port range so that firewall rules are easier to create. ++ +The default value is [command]#0#, which does not limit the lowest passive port range. The value must not be lower [command]#1024#. + +* [command]#pasv_promiscuous# — When enabled, data connections are not checked to make sure they are originating from the same `IP` address. This setting is only useful for certain types of tunneling. ++ +.Avoid enabling the pasv_promiscuous option +[WARNING] +==== + +Do not enable this option unless absolutely necessary as it disables an important security feature which verifies that passive mode connections originate from the same `IP` address as the control connection that initiates the data transfer. + +==== ++ +The default value is [command]#NO#. + +* [command]#port_enable# — When enabled, active mode connects are allowed. ++ +The default value is [command]#YES#. + +[[s2-ftp-resources]] +===== Additional Resources +indexterm:[vsftpd,additional resources] +For more information about [command]#vsftpd#, refer to the following resources. + +[[s3-ftp-installed-documentation]] +====== Installed Documentation +indexterm:[vsftpd,additional resources,installed documentation] + +* The `/usr/share/doc/vsftpd/` directory — This directory contains a `README` with basic information about the software. The `TUNING` file contains basic performance tuning tips and the `SECURITY/` directory contains information about the security model employed by [command]#vsftpd#. + +* [command]#vsftpd# related man pages — There are a number of man pages for the daemon and configuration files. The following lists some of the more important man pages. ++ +Server Applications:: {blank} ++ +*** [command]#man vsftpd# — Describes available command line options for [command]#vsftpd#. ++ +Configuration Files:: {blank} ++ +*** [command]#man vsftpd.conf# — Contains a detailed list of options available within the configuration file for [command]#vsftpd#. ++ +*** [command]#man 5 hosts_access# — Describes the format and options available within the TCP wrappers configuration files: `hosts.allow` and `hosts.deny`. + +[[s3-ftp-useful-websites]] +====== Useful Websites +indexterm:[vsftpd,additional resources,useful websites] + +* link:++https://security.appspot.com/vsftpd.html++[https://security.appspot.com/vsftpd.html] — The [command]#vsftpd# project page is a great place to locate the latest documentation and to contact the author of the software. + +* link:++http://slacksite.com/other/ftp.html++[http://slacksite.com/other/ftp.html] — This website provides a concise explanation of the differences between active and passive mode `FTP`. + +* link:++http://www.ietf.org/rfc/rfc0959.txt++[http://www.ietf.org/rfc/rfc0959.txt] — The original _Request for Comments_ (_RFC_) of the `FTP` protocol from the IETF. diff --git a/en-US/servers/File_and_Print_Servers.adoc b/en-US/servers/File_and_Print_Servers.adoc new file mode 100644 index 0000000..607484a --- /dev/null +++ b/en-US/servers/File_and_Print_Servers.adoc @@ -0,0 +1,14 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-File_and_Print_Servers]] +=== File and Print Servers + +This chapter guides you through the installation and configuration of [application]*Samba*, an open source implementation of the _Server Message Block_ (*SMB*) and _common Internet file system_ (`CIFS`) protocol, and [application]*vsftpd*, the primary FTP server shipped with {MAJOROS}. Additionally, it explains how to use the [application]*Printer* tool to configure printers. + +include::en-US/servers/Samba.adoc[] + +include::en-US/servers/FTP.adoc[] + +include::en-US/servers/Printer_Configuration.adoc[] diff --git a/en-US/servers/Mail_Servers.adoc b/en-US/servers/Mail_Servers.adoc new file mode 100644 index 0000000..c297586 --- /dev/null +++ b/en-US/servers/Mail_Servers.adoc @@ -0,0 +1,1163 @@ + +:experimental: +include::en-US/entities.adoc[] + +[[ch-Mail_Servers]] +=== Mail Servers + +{MAJOROS} offers many advanced applications to serve and access email. This chapter describes modern email protocols in use today, and some of the programs designed to send and receive email. + +[[s1-email-protocols]] +==== Email Protocols +indexterm:[email,protocols] +Today, email is delivered using a client/server architecture. An email message is created using a mail client program. This program then sends the message to a server. The server then forwards the message to the recipient's email server, where the message is then supplied to the recipient's email client. + +To enable this process, a variety of standard network protocols allow different machines, often running different operating systems and using different email programs, to send and receive email. + +The following protocols discussed are the most commonly used in the transfer of email. + +[[s2-email-protocols-send]] +===== Mail Transport Protocols + +Mail delivery from a client application to the server, and from an originating server to the destination server, is handled by the _Simple Mail Transfer Protocol_ (_SMTP_). + +[[s3-email-protocols-smtp]] +====== SMTP +indexterm:[email,protocols,SMTP] +The primary purpose of SMTP is to transfer email between mail servers. However, it is critical for email clients as well. To send email, the client sends the message to an outgoing mail server, which in turn contacts the destination mail server for delivery. For this reason, it is necessary to specify an SMTP server when configuring an email client. + +Under {MAJOROS}, a user can configure an SMTP server on the local machine to handle mail delivery. However, it is also possible to configure remote SMTP servers for outgoing mail. + +One important point to make about the SMTP protocol is that it does not require authentication. This allows anyone on the Internet to send email to anyone else or even to large groups of people. It is this characteristic of SMTP that makes junk email or _spam_ possible. Imposing relay restrictions limits random users on the Internet from sending email through your SMTP server, to other servers on the internet. Servers that do not impose such restrictions are called _open relay_ servers. + +{MAJOROS} provides the Postfix and Sendmail SMTP programs. + +[[s2-email-protocols-client]] +===== Mail Access Protocols + +There are two primary protocols used by email client applications to retrieve email from mail servers: the _Post Office Protocol_ (_POP_) and the _Internet Message Access Protocol_ (_IMAP_). + +[[s3-email-protocols-pop]] +====== POP +indexterm:[email,protocols,POP] +The default POP server under {MAJOROS} is [application]*Dovecot* and is provided by the [package]*dovecot* package. + +.Installing the dovecot package +[NOTE] +==== + +In order to use [application]*Dovecot*, first ensure the [package]*dovecot* package is installed on your system by running, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install dovecot +---- + +For more information on installing packages with DNF, see <>. + +==== + +When using a `POP` server, email messages are downloaded by email client applications. By default, most `POP` email clients are automatically configured to delete the message on the email server after it has been successfully transferred, however this setting usually can be changed. + +`POP` is fully compatible with important Internet messaging standards, such as _Multipurpose Internet Mail Extensions_ (_MIME_), which allow for email attachments. + +`POP` works best for users who have one system on which to read email. It also works well for users who do not have a persistent connection to the Internet or the network containing the mail server. Unfortunately for those with slow network connections, `POP` requires client programs upon authentication to download the entire content of each message. This can take a long time if any messages have large attachments. + +The most current version of the standard `POP` protocol is `POP3`. + +There are, however, a variety of lesser-used `POP` protocol variants: + +* *APOP* — `POP3` with `MD5` authentication. An encoded hash of the user's password is sent from the email client to the server rather than sending an unencrypted password. + +* *KPOP* — `POP3` with Kerberos authentication. + +* *RPOP* — `POP3` with `RPOP` authentication. This uses a per-user ID, similar to a password, to authenticate POP requests. However, this ID is not encrypted, so `RPOP` is no more secure than standard `POP`. + +For added security, it is possible to use _Secure Socket Layer_ (_SSL_) encryption for client authentication and data transfer sessions. This can be enabled by using the [command]#pop3s# service, or by using the [command]#stunnel# application. For more information on securing email communication, see <>. + +[[s3-email-protocols-imap]] +====== IMAP +indexterm:[email,protocols,IMAP] +The default `IMAP` server under {MAJOROS} is [application]*Dovecot* and is provided by the [package]*dovecot* package. See <> for information on how to install [application]*Dovecot*. + +When using an `IMAP` mail server, email messages remain on the server where users can read or delete them. `IMAP` also allows client applications to create, rename, or delete mail directories on the server to organize and store email. + +`IMAP` is particularly useful for users who access their email using multiple machines. The protocol is also convenient for users connecting to the mail server via a slow connection, because only the email header information is downloaded for messages until opened, saving bandwidth. The user also has the ability to delete messages without viewing or downloading them. + +For convenience, `IMAP` client applications are capable of caching copies of messages locally, so the user can browse previously read messages when not directly connected to the `IMAP` server. + +`IMAP`, like `POP`, is fully compatible with important Internet messaging standards, such as MIME, which allow for email attachments. + +For added security, it is possible to use `SSL` encryption for client authentication and data transfer sessions. This can be enabled by using the [command]#imaps# service, or by using the [command]#stunnel# program. For more information on securing email communication, see <>. + +Other free, as well as commercial, IMAP clients and servers are available, many of which extend the IMAP protocol and provide additional functionality. + +[[s3-mail-server-dovecot]] +====== Dovecot +indexterm:[email,mail server,Dovecot] +The [command]#imap-login# and [command]#pop3-login# processes which implement the `IMAP` and `POP3` protocols are spawned by the master `dovecot` daemon included in the [package]*dovecot* package. The use of `IMAP` and `POP` is configured through the `/etc/dovecot/dovecot.conf` configuration file; by default [command]#dovecot# runs `IMAP` and `POP3` together with their secure versions using `SSL`. To configure [command]#dovecot# to use `POP`, complete the following steps: + +. Edit the `/etc/dovecot/dovecot.conf` configuration file to make sure the `protocols` variable is uncommented (remove the hash sign (`#`) at the beginning of the line) and contains the `pop3` argument. For example: ++ +[subs="quotes"] +---- +protocols = imap pop3 lmtp +---- ++ +When the `protocols` variable is left commented out, [command]#dovecot# will use the default values as described above. + +. Make the change operational for the current session by running the following command as `root`: ++ +[subs="attributes"] +---- +~]#{nbsp}systemctl restart dovecot +---- + +. Make the change operational after the next reboot by running the command: ++ +[subs="attributes"] +---- +~]#{nbsp}systemctl enable dovecot +ln -s '/usr/lib/systemd/system/dovecot' '/etc/systemd/system/multi-user.target.wants/dovecot' +---- ++ +.The dovecot service starts the POP3 server +[NOTE] +==== + +Please note that [command]#dovecot# only reports that it started the `IMAP` server, but also starts the `POP3` server. + +==== + +Unlike `SMTP`, both `IMAP` and `POP3` require connecting clients to authenticate using a user name and password. By default, passwords for both protocols are passed over the network unencrypted. + +To configure `SSL` on [command]#dovecot#: + +* Edit the `/etc/pki/dovecot/dovecot-openssl.cnf` configuration file as you prefer. However, in a typical installation, this file does not require modification. + +* Rename, move or delete the files `/etc/pki/dovecot/certs/dovecot.pem` and `/etc/pki/dovecot/private/dovecot.pem`. + +* Execute the `/usr/libexec/dovecot/mkcert.sh` script which creates the [command]#dovecot# self signed certificates. These certificates are copied in the `/etc/pki/dovecot/certs` and `/etc/pki/dovecot/private` directories. To implement the changes, restart [command]#dovecot# by issuing the following command as `root`: ++ +[subs="attributes"] +---- +~]#{nbsp}systemctl restart dovecot +---- + +More details on [command]#dovecot# can be found online at link:++http://www.dovecot.org++[http://www.dovecot.org]. + +[[s1-email-types]] +==== Email Program Classifications +indexterm:[email,program classifications] +In general, all email applications fall into at least one of three classifications. Each classification plays a specific role in the process of moving and managing email messages. While most users are only aware of the specific email program they use to receive and send messages, each one is important for ensuring that email arrives at the correct destination. + +[[s2-email-types-mta]] +===== Mail Transport Agent +indexterm:[email,types,Mail Transport Agent]indexterm:[Mail Transport Agent,email]indexterm:[MTA,Mail Transport Agent] +A _Mail Transport Agent_ (_MTA_) transports email messages between hosts using `SMTP`. A message may involve several MTAs as it moves to its intended destination. + +While the delivery of messages between machines may seem rather straightforward, the entire process of deciding if a particular MTA can or should accept a message for delivery is quite complicated. In addition, due to problems from spam, use of a particular MTA is usually restricted by the MTA's configuration or the access configuration for the network on which the MTA resides. + +Many modern email client programs can act as an MTA when sending email. However, this action should not be confused with the role of a true MTA. The sole reason email client programs are capable of sending email like an MTA is because the host running the application does not have its own MTA. This is particularly true for email client programs on non-UNIX-based operating systems. However, these client programs only send outbound messages to an MTA they are authorized to use and do not directly deliver the message to the intended recipient's email server. + +Since {MAJOROS} offers two MTAs, _Postfix_ and _Sendmail_, email client programs are often not required to act as an MTA. {MAJOROS} also includes a special purpose MTA called _Fetchmail_. + +For more information on Postfix, Sendmail, and Fetchmail, see <>. + +[[s2-email-types-mda]] +===== Mail Delivery Agent +indexterm:[email,types,Mail Delivery Agent]indexterm:[Mail Delivery Agent,email]indexterm:[MDA,Mail Delivery Agent] +A _Mail Delivery Agent_ (_MDA_) is invoked by the MTA to file incoming email in the proper user's mailbox. In many cases, the MDA is actually a _Local Delivery Agent_ (_LDA_), such as [command]#mail# or Procmail. + +Any program that actually handles a message for delivery to the point where it can be read by an email client application can be considered an MDA. For this reason, some MTAs (such as Sendmail and Postfix) can fill the role of an MDA when they append new email messages to a local user's mail spool file. In general, MDAs do not transport messages between systems nor do they provide a user interface; MDAs distribute and sort messages on the local machine for an email client application to access. + +[[s2-email-types-mua]] +===== Mail User Agent +indexterm:[email,types,Mail User Agent]indexterm:[Mail User Agent,email]indexterm:[MUA,Mail User Agent] +A _Mail User Agent_ (_MUA_) is synonymous with an email client application. An MUA is a program that, at a minimum, allows a user to read and compose email messages. Many MUAs are capable of retrieving messages via the `POP` or `IMAP` protocols, setting up mailboxes to store messages, and sending outbound messages to an MTA. + +MUAs may be graphical, such as [application]*Evolution*, or have simple text-based interfaces, such as [application]*Mutt*. + +[[s1-email-mta]] +==== Mail Transport Agents + +{MAJOROS} offers two primary MTAs: Postfix and Sendmail. Postfix is configured as the default MTA and Sendmail is considered deprecated. If required to switch the default MTA to Sendmail, you can either uninstall Postfix or use the following command as `root` to switch to Sendmail: + +[subs="attributes"] +---- +~]#{nbsp}alternatives --config mta +---- + +You can also use the following command to enable the desired service: + +[subs="attributes"] +---- +~]#{nbsp}systemctl enable service +---- + +Similarly, to disable the service, type the following at a shell prompt: + +[subs="attributes"] +---- +~]#{nbsp}systemctl disable service +---- + +For more information on how to manage system services in {MAJOROSVER}, see <>. + +[[s2-email-mta-postfix]] +===== Postfix +indexterm:[email,Postfix]indexterm:[Postfix] +Originally developed at IBM by security expert and programmer Wietse Venema, Postfix is a Sendmail-compatible MTA that is designed to be secure, fast, and easy to configure. + +To improve security, Postfix uses a modular design, where small processes with limited privileges are launched by a _master_ daemon. The smaller, less privileged processes perform very specific tasks related to the various stages of mail delivery and run in a changed root environment to limit the effects of attacks. + +Configuring Postfix to accept network connections from hosts other than the local computer takes only a few minor changes in its configuration file. Yet for those with more complex needs, Postfix provides a variety of configuration options, as well as third party add-ons that make it a very versatile and full-featured MTA. + +The configuration files for Postfix are human readable and support upward of 250 directives. Unlike Sendmail, no macro processing is required for changes to take effect and the majority of the most commonly used options are described in the heavily commented files. + +[[s3-email-mta-postfix-default]] +====== The Default Postfix Installation +indexterm:[Postfix,default installation] +The Postfix executable is `postfix`. This daemon launches all related processes needed to handle mail delivery. + +Postfix stores its configuration files in the `/etc/postfix/` directory. The following is a list of the more commonly used files: + +* `access` — Used for access control, this file specifies which hosts are allowed to connect to Postfix. + +* `main.cf` — The global Postfix configuration file. The majority of configuration options are specified in this file. + +* `master.cf` — Specifies how Postfix interacts with various processes to accomplish mail delivery. + +* `transport` — Maps email addresses to relay hosts. + +The `aliases` file can be found in the `/etc/` directory. This file is shared between Postfix and Sendmail. It is a configurable list required by the mail protocol that describes user ID aliases. + +.Configuring Postfix as a server for other clients +[IMPORTANT] +==== + +The default `/etc/postfix/main.cf` file does not allow Postfix to accept network connections from a host other than the local computer. For instructions on configuring Postfix as a server for other clients, see <>. + +==== + +Restart the `postfix` service after changing any options in the configuration files under the `/etc/postfix` directory in order for those changes to take effect. To do so, run the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart postfix +---- + +[[s3-email-mta-postfix-conf]] +====== Basic Postfix Configuration + +By default, Postfix does not accept network connections from any host other than the local host. Perform the following steps as `root` to enable mail delivery for other hosts on the network: + +* Edit the `/etc/postfix/main.cf` file with a text editor, such as [command]#vi#. + +* Uncomment the [command]#mydomain# line by removing the hash sign (`#`), and replace _domain.tld_ with the domain the mail server is servicing, such as [command]#example.com#. + +* Uncomment the [command]#myorigin = $mydomain# line. + +* Uncomment the [command]#myhostname# line, and replace _host.domain.tld_ with the host name for the machine. + +* Uncomment the [command]#mydestination = $myhostname, localhost.$mydomain# line. + +* Uncomment the [command]#mynetworks# line, and replace _168.100.189.0/28_ with a valid network setting for hosts that can connect to the server. + +* Uncomment the [command]#inet_interfaces = all# line. + +* Comment the [command]#inet_interfaces = localhost# line. + +* Restart the [command]#postfix# service. + +Once these steps are complete, the host accepts outside emails for delivery. + +Postfix has a large assortment of configuration options. One of the best ways to learn how to configure Postfix is to read the comments within the `/etc/postfix/main.cf` configuration file. Additional resources including information about Postfix configuration, SpamAssassin integration, or detailed descriptions of the `/etc/postfix/main.cf` parameters are available online at link:++http://www.postfix.org/++[http://www.postfix.org/]. + +[[using-postfix-with-ldap]] +====== Using Postfix with LDAP + +Postfix can use an `LDAP` directory as a source for various lookup tables (e.g.: `aliases`, `virtual`, `canonical`, etc.). This allows `LDAP` to store hierarchical user information and Postfix to only be given the result of `LDAP` queries when needed. By not storing this information locally, administrators can easily maintain it. + +[[aliases-example]] +.The /etc/aliases lookup example + +The following is a basic example for using `LDAP` to look up the `/etc/aliases` file. Make sure your `/etc/postfix/main.cf` file contains the following: + +---- +alias_maps = hash:/etc/aliases, ldap:/etc/postfix/ldap-aliases.cf +---- + +Create a `/etc/postfix/ldap-aliases.cf` file if you do not have one already and make sure it contains the following: + +[subs="macros"] +---- +server_host = pass:quotes[_ldap.example.com_] +search_base = dc=pass:quotes[_example_], dc=pass:quotes[_com_] +---- + +where `ldap.example.com`, `example`, and `com` are parameters that need to be replaced with specification of an existing available `LDAP` server. + +.The /etc/postfix/ldap-aliases.cf file +[NOTE] +==== + +The `/etc/postfix/ldap-aliases.cf` file can specify various parameters, including parameters that enable `LDAP` `SSL` and `STARTTLS`. For more information, see the `ldap_table(5)` man page. + +==== + +For more information on `LDAP`, see <>. + +[[s2-email-mta-sendmail]] +===== Sendmail +indexterm:[email,Sendmail]indexterm:[Sendmail] +Sendmail's core purpose, like other MTAs, is to safely transfer email among hosts, usually using the `SMTP` protocol. Note that Sendmail is considered deprecated and users are encouraged to use Postfix when possible. See <> for more information. + +[[s3-email-mta-sendmail-purpose]] +====== Purpose and Limitations +indexterm:[Sendmail,purpose]indexterm:[Sendmail,limitations] +It is important to be aware of what Sendmail is and what it can do, as opposed to what it is not. In these days of monolithic applications that fulfill multiple roles, Sendmail may seem like the only application needed to run an email server within an organization. Technically, this is true, as Sendmail can spool mail to each users' directory and deliver outbound mail for users. However, most users actually require much more than simple email delivery. Users usually want to interact with their email using an MUA, that uses `POP` or `IMAP`, to download their messages to their local machine. Or, they may prefer a Web interface to gain access to their mailbox. These other applications can work in conjunction with Sendmail, but they actually exist for different reasons and can operate separately from one another. + +It is beyond the scope of this section to go into all that Sendmail should or could be configured to do. With literally hundreds of different options and rule sets, entire volumes have been dedicated to helping explain everything that can be done and how to fix things that go wrong. See the <> for a list of Sendmail resources. + +This section reviews the files installed with Sendmail by default and reviews basic configuration changes, including how to stop unwanted email (spam) and how to extend Sendmail with the _Lightweight Directory Access Protocol (LDAP)_. + +[[s3-email-mta-sendmail-default]] +====== The Default Sendmail Installation +indexterm:[Sendmail,default installation] +In order to use Sendmail, first ensure the [package]*sendmail* package is installed on your system by running, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install sendmail +---- + +In order to configure Sendmail, ensure the [package]*sendmail-cf* package is installed on your system by running, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install sendmail-cf +---- + +For more information on installing packages with DNF, see <>. + +Before using Sendmail, the default MTA has to be switched from Postfix. For more information how to switch the default MTA refer to <>. + +The Sendmail executable is `sendmail`. + +Sendmail's lengthy and detailed configuration file is `/etc/mail/sendmail.cf`. Avoid editing the `sendmail.cf` file directly. To make configuration changes to Sendmail, edit the `/etc/mail/sendmail.mc` file, back up the original `/etc/mail/sendmail.cf` file, and use the following alternatives to generate a new configuration file: + +* Use the included makefile in `/etc/mail/` to create a new `/etc/mail/sendmail.cf` configuration file: ++ +[subs="attributes"] +---- +~]#{nbsp}make all -C /etc/mail/ +---- ++ +All other generated files in `/etc/mail` (db files) will be regenerated if needed. The old makemap commands are still usable. The make command is automatically used whenever you start or restart the `sendmail` service. + +More information on configuring Sendmail can be found in <>. + +Various Sendmail configuration files are installed in the `/etc/mail/` directory including: + +* `access` — Specifies which systems can use Sendmail for outbound email. + +* `domaintable` — Specifies domain name mapping. + +* `local-host-names` — Specifies aliases for the host. + +* `mailertable` — Specifies instructions that override routing for particular domains. + +* `virtusertable` — Specifies a domain-specific form of aliasing, allowing multiple virtual domains to be hosted on one machine. + +Several of the configuration files in the `/etc/mail/` directory, such as `access`, `domaintable`, `mailertable` and `virtusertable`, must actually store their information in database files before Sendmail can use any configuration changes. To include any changes made to these configurations in their database files, run the following commands, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}cd /etc/mail/ +~]#{nbsp}make all +---- + +This will update `virtusertable.db`, `access.db`, `domaintable.db`, `mailertable.db`, `sendmail.cf`, and `submit.cf`. + +To update all the database files listed above and to update a custom database file, use a command in the following format: + +[subs="quotes, macros"] +---- +[command]#make _name.db_ all# +---- + +where _name_ represents the name of the custom database file to be updated. + +To update a single database, use a command in the following format: + +[subs="quotes, macros"] +---- +[command]#make _name.db_pass:attributes[{blank}]# +---- + +where _name.db_ represents the name of the database file to be updated. + +You may also restart the `sendmail` service for the changes to take effect by running: + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart sendmail +---- + +For example, to have all emails addressed to the `example.com` domain delivered to `bob@other-example.com`, add the following line to the `virtusertable` file: + +[subs="quotes, macros"] +---- + +[command]#@example.com bob@other-example.com# +---- + +To finalize the change, the `virtusertable.db` file must be updated: + +[subs="attributes"] +---- +~]#{nbsp}make virtusertable.db all +---- + +Using the [option]`all` option will result in the `virtusertable.db` and `access.db` being updated at the same time. + +[[s3-email-mta-sendmail-changes]] +====== Common Sendmail Configuration Changes +indexterm:[Sendmail,common configuration changes]indexterm:[Sendmail,with UUCP] +When altering the Sendmail configuration file, it is best not to edit an existing file, but to generate an entirely new `/etc/mail/sendmail.cf` file. + +.Backup the sendmail.cf file before changing its content +[WARNING] +==== + +Before replacing or making any changes to the `sendmail.cf` file, create a backup copy. + +==== + +To add the desired functionality to Sendmail, edit the `/etc/mail/sendmail.mc` file as `root`. Once you are finished, restart the `sendmail` service and, if the [package]*m4* package is installed, the [command]#m4# macro processor will automatically generate a new `sendmail.cf` configuration file: + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart sendmail +---- + +.Configuring Sendmail as a server for other clients +[IMPORTANT] +==== + +The default `sendmail.cf` file does not allow Sendmail to accept network connections from any host other than the local computer. To configure Sendmail as a server for other clients, edit the `/etc/mail/sendmail.mc` file, and either change the address specified in the [command]#Addr=# option of the [command]#DAEMON_OPTIONS# directive from [command]#127.0.0.1# to the IP address of an active network device or comment out the [command]#DAEMON_OPTIONS# directive all together by placing [command]#dnl# at the beginning of the line. When finished, regenerate `/etc/mail/sendmail.cf` by restarting the service: + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart sendmail +---- + +==== + +The default configuration in {MAJOROS} works for most `SMTP`-only sites. However, it does not work for _UUCP_ (_UNIX-to-UNIX Copy Protocol_) sites. If using UUCP mail transfers, the `/etc/mail/sendmail.mc` file must be reconfigured and a new `/etc/mail/sendmail.cf` file must be generated. + +Consult the `/usr/share/sendmail-cf/README` file before editing any files in the directories under the `/usr/share/sendmail-cf/` directory, as they can affect the future configuration of the `/etc/mail/sendmail.cf` file. + +[[s3-email-sendmail-changes-masquerading]] +====== Masquerading +indexterm:[Sendmail,aliases]indexterm:[Sendmail,masquerading] +One common Sendmail configuration is to have a single machine act as a mail gateway for all machines on the network. For example, a company may want to have a machine called `mail.example.com` that handles all of their email and assigns a consistent return address to all outgoing mail. + +In this situation, the Sendmail server must masquerade the machine names on the company network so that their return address is `user@example.com` instead of `user@host.example.com`. + +To do this, add the following lines to `/etc/mail/sendmail.mc`: + +---- +FEATURE(always_add_domain)dnl +FEATURE(`masquerade_entire_domain')dnl +FEATURE(`masquerade_envelope')dnl +FEATURE(`allmasquerade')dnl +MASQUERADE_AS(`example.com.')dnl +MASQUERADE_DOMAIN(`example.com.')dnl +MASQUERADE_AS(example.com)dnl +---- + +After generating a new `sendmail.cf` file using the [command]#m4# macro processor, this configuration makes all mail from inside the network appear as if it were sent from `example.com`. + +[[s3-email-sendmail-stopping-spam]] +====== Stopping Spam +indexterm:[Sendmail,spam] +Email spam can be defined as unnecessary and unwanted email received by a user who never requested the communication. It is a disruptive, costly, and widespread abuse of Internet communication standards. + +Sendmail makes it relatively easy to block new spamming techniques being employed to send junk email. It even blocks many of the more usual spamming methods by default. Main anti-spam features available in sendmail are _header checks_, _relaying denial_ (default from version 8.9), _access database and sender information checks_. + +For example, forwarding of `SMTP` messages, also called relaying, has been disabled by default since Sendmail version 8.9. Before this change occurred, Sendmail directed the mail host (`x.edu`) to accept messages from one party (`y.com`) and sent them to a different party (`z.net`). Now, however, Sendmail must be configured to permit any domain to relay mail through the server. To configure relay domains, edit the `/etc/mail/relay-domains` file and restart Sendmail + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart sendmail +---- + +However users can also be sent spam from from servers on the Internet. In these instances, Sendmail's access control features available through the `/etc/mail/access` file can be used to prevent connections from unwanted hosts. The following example illustrates how this file can be used to both block and specifically allow access to the Sendmail server: + +[subs="quotes"] +---- +badspammer.com ERROR:550 "Go away and do not spam us anymore" tux.badspammer.com OK 10.0 RELAY +---- + +This example shows that any email sent from `badspammer.com` is blocked with a 550 RFC-821 compliant error code, with a message sent back. Email sent from the `tux.badspammer.com` sub-domain, is accepted. The last line shows that any email sent from the 10.0.*.* network can be relayed through the mail server. + +Because the `/etc/mail/access.db` file is a database, use the [command]#makemap# command to update any changes. Do this using the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}makemap hash /etc/mail/access < /etc/mail/access +---- + +Message header analysis allows you to reject mail based on header contents. `SMTP` servers store information about an email's journey in the message header. As the message travels from one MTA to another, each puts in a `Received` header above all the other `Received` headers. It is important to note that this information may be altered by spammers. + +The above examples only represent a small part of what Sendmail can do in terms of allowing or blocking access. See the `/usr/share/sendmail-cf/README` file for more information and examples. + +Since Sendmail calls the Procmail MDA when delivering mail, it is also possible to use a spam filtering program, such as SpamAssassin, to identify and file spam for users. See <> for more information about using SpamAssassin. + +[[s3-email-mta-sendmail-ldap]] +====== Using Sendmail with LDAP +indexterm:[Sendmail,LDAP and] +Using `LDAP` is a very quick and powerful way to find specific information about a particular user from a much larger group. For example, an `LDAP` server can be used to look up a particular email address from a common corporate directory by the user's last name. In this kind of implementation, `LDAP` is largely separate from Sendmail, with `LDAP` storing the hierarchical user information and Sendmail only being given the result of `LDAP` queries in pre-addressed email messages. + +However, Sendmail supports a much greater integration with `LDAP`, where it uses `LDAP` to replace separately maintained files, such as `/etc/aliases` and `/etc/mail/virtusertables`, on different mail servers that work together to support a medium- to enterprise-level organization. In short, `LDAP` abstracts the mail routing level from Sendmail and its separate configuration files to a powerful `LDAP` cluster that can be leveraged by many different applications. + +The current version of Sendmail contains support for `LDAP`. To extend the Sendmail server using `LDAP`, first get an `LDAP` server, such as [application]*OpenLDAP*, running and properly configured. Then edit the `/etc/mail/sendmail.mc` to include the following: + +[subs="macros"] +---- +LDAPROUTE_DOMAIN('pass:quotes[_yourdomain.com_]')dnl +FEATURE('ldap_routing')dnl +---- + +.Advanced configuration +[NOTE] +==== + +This is only for a very basic configuration of Sendmail with `LDAP`. The configuration can differ greatly from this depending on the implementation of `LDAP`, especially when configuring several Sendmail machines to use a common `LDAP` server. + +Consult `/usr/share/sendmail-cf/README` for detailed `LDAP` routing configuration instructions and examples. + +==== + +Next, recreate the `/etc/mail/sendmail.cf` file by running the [command]#m4# macro processor and again restarting Sendmail. See <> for instructions. + +For more information on `LDAP`, see <>. + +[[s2-email-mta-fetchmail]] +===== Fetchmail +indexterm:[email,Fetchmail]indexterm:[Fetchmail] +Fetchmail is an MTA which retrieves email from remote servers and delivers it to the local MTA. Many users appreciate the ability to separate the process of downloading their messages located on a remote server from the process of reading and organizing their email in an MUA. Designed with the needs of dial-up users in mind, Fetchmail connects and quickly downloads all of the email messages to the mail spool file using any number of protocols, including `POP3` and `IMAP`. It can even forward email messages to an `SMTP` server, if necessary. + +.Installing the fetchmail package +[NOTE] +==== + +In order to use [application]*Fetchmail*, first ensure the [package]*fetchmail* package is installed on your system by running, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install fetchmail +---- + +For more information on installing packages with DNF, see <>. + +==== + +Fetchmail is configured for each user through the use of a `.fetchmailrc` file in the user's home directory. If it does not already exist, create the `.fetchmailrc` file in your home directory + +Using preferences in the `.fetchmailrc` file, Fetchmail checks for email on a remote server and downloads it. It then delivers it to port 25 on the local machine, using the local MTA to place the email in the correct user's spool file. If Procmail is available, it is launched to filter the email and place it in a mailbox so that it can be read by an MUA. + +[[s3-email-mda-fetchmail-configuration]] +====== Fetchmail Configuration Options +indexterm:[Fetchmail,configuration options]indexterm:[.fetchmailrc] +Although it is possible to pass all necessary options on the command line to check for email on a remote server when executing Fetchmail, using a `.fetchmailrc` file is much easier. Place any desired configuration options in the `.fetchmailrc` file for those options to be used each time the [command]#fetchmail# command is issued. It is possible to override these at the time Fetchmail is run by specifying that option on the command line. + +A user's `.fetchmailrc` file contains three classes of configuration options: + +* *global options* — Gives Fetchmail instructions that control the operation of the program or provide settings for every connection that checks for email. + +* *server options* — Specifies necessary information about the server being polled, such as the host name, as well as preferences for specific email servers, such as the port to check or number of seconds to wait before timing out. These options affect every user using that server. + +* *user options* — Contains information, such as user name and password, necessary to authenticate and check for email using a specified email server. + +Global options appear at the top of the `.fetchmailrc` file, followed by one or more server options, each of which designate a different email server that Fetchmail should check. User options follow server options for each user account checking that email server. Like server options, multiple user options may be specified for use with a particular server as well as to check multiple email accounts on the same server. + +Server options are called into service in the `.fetchmailrc` file by the use of a special option verb, [command]#poll# or [command]#skip#, that precedes any of the server information. The [command]#poll# action tells Fetchmail to use this server option when it is run, which checks for email using the specified user options. Any server options after a [command]#skip# action, however, are not checked unless this server's host name is specified when Fetchmail is invoked. The [command]#skip# option is useful when testing configurations in the `.fetchmailrc` file because it only checks skipped servers when specifically invoked, and does not affect any currently working configurations. + +The following is an example of a `.fetchmailrc` file: + +[subs="quotes"] +---- +set postmaster "user1" +set bouncemail + +poll pop.domain.com proto pop3 + user 'user1' there with password 'secret' is user1 here + +poll mail.domain2.com + user 'user5' there with password 'secret2' is user1 here + user 'user7' there with password 'secret3' is user1 here +---- + +In this example, the global options specify that the user is sent email as a last resort ([command]#postmaster# option) and all email errors are sent to the postmaster instead of the sender ([command]#bouncemail# option). The [command]#set# action tells Fetchmail that this line contains a global option. Then, two email servers are specified, one set to check using `POP3`, the other for trying various protocols to find one that works. Two users are checked using the second server option, but all email found for any user is sent to [command]#user1#pass:attributes[{blank}]'s mail spool. This allows multiple mailboxes to be checked on multiple servers, while appearing in a single MUA inbox. Each user's specific information begins with the [command]#user# action. + +.Omitting the password from the configuration +[NOTE] +==== + +Users are not required to place their password in the `.fetchmailrc` file. Omitting the [command]#with password 'pass:attributes[{blank}]_password_pass:attributes[{blank}]'# section causes Fetchmail to ask for a password when it is launched. + +==== + +Fetchmail has numerous global, server, and local options. Many of these options are rarely used or only apply to very specific situations. The `fetchmail` man page explains each option in detail, but the most common ones are listed in the following three sections. + +[[s3-email-mda-fetchmail-configuration-global]] +====== Global Options +indexterm:[Fetchmail,configuration options,global options]indexterm:[ch-email .fetchmailrc,global options] +Each global option should be placed on a single line after a [command]#set# action. + +* [command]#daemon _seconds_pass:attributes[{blank}]# — Specifies daemon-mode, where Fetchmail stays in the background. Replace _seconds_ with the number of seconds Fetchmail is to wait before polling the server. + +* [command]#postmaster# — Specifies a local user to send mail to in case of delivery problems. + +* [command]#syslog# — Specifies the log file for errors and status messages. By default, this is `/var/log/maillog`. + +[[s3-email-mda-fetchmail-configuration-server]] +====== Server Options +indexterm:[Fetchmail,configuration options,server options]indexterm:[.fetchmailrc,server options] +Server options must be placed on their own line in `.fetchmailrc` after a [command]#poll# or [command]#skip# action. + +* [command]#auth _auth-type_pass:attributes[{blank}]# — Replace _auth-type_ with the type of authentication to be used. By default, [command]#password# authentication is used, but some protocols support other types of authentication, including [command]#kerberos_v5#, [command]#kerberos_v4#, and [command]#ssh#. If the [command]#any# authentication type is used, Fetchmail first tries methods that do not require a password, then methods that mask the password, and finally attempts to send the password unencrypted to authenticate to the server. + +* [command]#interval _number_pass:attributes[{blank}]# — Polls the specified server every [command]#pass:attributes[{blank}]_number_pass:attributes[{blank}]# of times that it checks for email on all configured servers. This option is generally used for email servers where the user rarely receives messages. + +* [command]#port _port-number_pass:attributes[{blank}]# — Replace _port-number_ with the port number. This value overrides the default port number for the specified protocol. + +* [command]#proto _protocol_pass:attributes[{blank}]# — Replace _protocol_ with the protocol, such as [command]#pop3# or [command]#imap#, to use when checking for messages on the server. + +* [command]#timeout _seconds_pass:attributes[{blank}]# — Replace _seconds_ with the number of seconds of server inactivity after which Fetchmail gives up on a connection attempt. If this value is not set, a default of [command]#300# seconds is used. + +[[s3-email-fetchmail-configuration-user]] +====== User Options +indexterm:[Fetchmail,configuration options,user options]indexterm:[.fetchmailrc,user options] +User options may be placed on their own lines beneath a server option or on the same line as the server option. In either case, the defined options must follow the [command]#user# option (defined below). + +* [command]#fetchall# — Orders Fetchmail to download all messages in the queue, including messages that have already been viewed. By default, Fetchmail only pulls down new messages. + +* [command]#fetchlimit _number_pass:attributes[{blank}]# — Replace _number_ with the number of messages to be retrieved before stopping. + +* [command]#flush# — Deletes all previously viewed messages in the queue before retrieving new messages. + +* [command]#limit _max-number-bytes_pass:attributes[{blank}]# — Replace _max-number-bytes_ with the maximum size in bytes that messages are allowed to be when retrieved by Fetchmail. This option is useful with slow network links, when a large message takes too long to download. + +* [command]#password 'pass:attributes[{blank}]_password_pass:attributes[{blank}]'# — Replace _password_ with the user's password. + +* [command]#preconnect "pass:attributes[{blank}]_command_pass:attributes[{blank}]"# — Replace _command_ with a command to be executed before retrieving messages for the user. + +* [command]#postconnect "pass:attributes[{blank}]_command_pass:attributes[{blank}]"# — Replace _command_ with a command to be executed after retrieving messages for the user. + +* [command]#ssl# — Activates SSL encryption. + +* [command]#user "pass:attributes[{blank}]_username_pass:attributes[{blank}]"# — Replace _username_ with the username used by Fetchmail to retrieve messages. *This option must precede all other user options.* + +[[s3-email-mda-fetchmail-commands]] +====== Fetchmail Command Options +indexterm:[Fetchmail,command options] +Most Fetchmail options used on the command line when executing the [command]#fetchmail# command mirror the `.fetchmailrc` configuration options. In this way, Fetchmail may be used with or without a configuration file. These options are not used on the command line by most users because it is easier to leave them in the `.fetchmailrc` file. + +There may be times when it is desirable to run the [command]#fetchmail# command with other options for a particular purpose. It is possible to issue command options to temporarily override a `.fetchmailrc` setting that is causing an error, as any options specified at the command line override configuration file options. + +[[s3-email-mda-fetchmail-commands-info]] +====== Informational or Debugging Options +indexterm:[Fetchmail,command options,informational] +Certain options used after the [command]#fetchmail# command can supply important information. + +* [command]#--configdump# — Displays every possible option based on information from `.fetchmailrc` and Fetchmail defaults. No email is retrieved for any users when using this option. + +* [command]#-s# — Executes Fetchmail in silent mode, preventing any messages, other than errors, from appearing after the [command]#fetchmail# command. + +* [command]#-v# — Executes Fetchmail in verbose mode, displaying every communication between Fetchmail and remote email servers. + +* [command]#-V# — Displays detailed version information, lists its global options, and shows settings to be used with each user, including the email protocol and authentication method. No email is retrieved for any users when using this option. + +[[s3-email-mda-fetchmail-commands-special]] +====== Special Options +indexterm:[Fetchmail,command options,special] +These options are occasionally useful for overriding defaults often found in the `.fetchmailrc` file. + +* [command]#-a# — Fetchmail downloads all messages from the remote email server, whether new or previously viewed. By default, Fetchmail only downloads new messages. + +* [command]#-k# — Fetchmail leaves the messages on the remote email server after downloading them. This option overrides the default behavior of deleting messages after downloading them. + +* [command]#-l _max-number-bytes_pass:attributes[{blank}]# — Fetchmail does not download any messages over a particular size and leaves them on the remote email server. + +* [command]#--quit# — Quits the Fetchmail daemon process. + +More commands and `.fetchmailrc` options can be found in the [command]#fetchmail# man page. + +[[s2-email-switchmail]] +===== Mail Transport Agent (MTA) Configuration +indexterm:[Mail Transport Agent,MTA]indexterm:[MTA,setting default]indexterm:[MTA,switching with Mail Transport Agent Switcher]indexterm:[Mail Transport Agent Switcher]indexterm:[Mail User Agent]indexterm:[MUA] +A _Mail Transport Agent_ (MTA) is essential for sending email. A _Mail User Agent_ (MUA) such as [application]*Evolution*, [application]*Thunderbird*, and [application]*Mutt*, is used to read and compose email. When a user sends an email from an MUA, the message is handed off to the MTA, which sends the message through a series of MTAs until it reaches its destination. + +Even if a user does not plan to send email from the system, some automated tasks or system programs might use the [command]#mail# command to send email containing log messages to the `root` user of the local system. +indexterm:[sendmail]indexterm:[postfix] +{MAJOROSVER} provides two MTAs: Postfix and Sendmail. If both are installed, Postfix is the default MTA. Note that Sendmail is considered deprecated in MAJOROS;. + +[[s1-email-mda]] +==== Mail Delivery Agents + +{MAJOROS} includes two primary MDAs, Procmail and [command]#mail#. Both of the applications are considered LDAs and both move email from the MTA's spool file into the user's mailbox. However, Procmail provides a robust filtering system. + +This section details only Procmail. For information on the [command]#mail# command, consult its man page ([command]#man mail#). +indexterm:[email,Procmail]indexterm:[Procmail] +Procmail delivers and filters email as it is placed in the mail spool file of the localhost. It is powerful, gentle on system resources, and widely used. Procmail can play a critical role in delivering email to be read by email client applications. + +Procmail can be invoked in several different ways. Whenever an MTA places an email into the mail spool file, Procmail is launched. Procmail then filters and files the email for the MUA and quits. Alternatively, the MUA can be configured to execute Procmail any time a message is received so that messages are moved into their correct mailboxes. By default, the presence of `/etc/procmailrc` or of a `~/.procmailrc` file (also called an _rc_ file) in the user's home directory invokes Procmail whenever an MTA receives a new message. + +By default, no system-wide `rc` files exist in the `/etc/` directory and no `.procmailrc` files exist in any user's home directory. Therefore, to use Procmail, each user must construct a `.procmailrc` file with specific environment variables and rules. + +Whether Procmail acts upon an email message depends upon whether the message matches a specified set of conditions or _recipes_ in the `rc` file. If a message matches a recipe, then the email is placed in a specified file, is deleted, or is otherwise processed. + +When Procmail starts, it reads the email message and separates the body from the header information. Next, Procmail looks for a `/etc/procmailrc` file and `rc` files in the `/etc/procmailrcs` directory for default, system-wide, Procmail environmental variables and recipes. Procmail then searches for a `.procmailrc` file in the user's home directory. Many users also create additional `rc` files for Procmail that are referred to within the `.procmailrc` file in their home directory. + +[[s2-email-procmail-configuration]] +===== Procmail Configuration +indexterm:[Procmail,configuration]indexterm:[.procmailrc] +The Procmail configuration file contains important environmental variables. These variables specify things such as which messages to sort and what to do with the messages that do not match any recipes. + +These environmental variables usually appear at the beginning of the `~/.procmailrc` file in the following format: + +[subs="quotes, macros"] +---- +_env-variable_pass:attributes[{blank}]="pass:attributes[{blank}]_value_pass:attributes[{blank}]" +---- + +In this example, [command]#pass:attributes[{blank}]_env-variable_pass:attributes[{blank}]# is the name of the variable and [command]#pass:attributes[{blank}]_value_pass:attributes[{blank}]# defines the variable. + +There are many environment variables not used by most Procmail users and many of the more important environment variables are already defined by a default value. Most of the time, the following variables are used: + +* [command]#DEFAULT# — Sets the default mailbox where messages that do not match any recipes are placed. ++ +The default [command]#DEFAULT# value is the same as [command]#$ORGMAIL#. + +* [command]#INCLUDERC# — Specifies additional `rc` files containing more recipes for messages to be checked against. This breaks up the Procmail recipe lists into individual files that fulfill different roles, such as blocking spam and managing email lists, that can then be turned off or on by using comment characters in the user's `~/.procmailrc` file. ++ +For example, lines in a user's `~/.procmailrc` file may look like this: ++ +[subs="quotes"] +---- +MAILDIR=$HOME/Msgs +INCLUDERC=$MAILDIR/lists.rc +INCLUDERC=$MAILDIR/spam.rc +---- ++ +To turn off Procmail filtering of email lists but leaving spam control in place, comment out the first [command]#INCLUDERC# line with a hash sign (`#`). Note that it uses paths relative to the current directory. + +* [command]#LOCKSLEEP# — Sets the amount of time, in seconds, between attempts by Procmail to use a particular lockfile. The default is 8 seconds. + +* [command]#LOCKTIMEOUT# — Sets the amount of time, in seconds, that must pass after a lockfile was last modified before Procmail assumes that the lockfile is old and can be deleted. The default is 1024 seconds. + +* [command]#LOGFILE# — The file to which any Procmail information or error messages are written. + +* [command]#MAILDIR# — Sets the current working directory for Procmail. If set, all other Procmail paths are relative to this directory. + +* [command]#ORGMAIL# — Specifies the original mailbox, or another place to put the messages if they cannot be placed in the default or recipe-required location. ++ +By default, a value of [command]#/var/spool/mail/$LOGNAME# is used. + +* [command]#SUSPEND# — Sets the amount of time, in seconds, that Procmail pauses if a necessary resource, such as swap space, is not available. + +* [command]#SWITCHRC# — Allows a user to specify an external file containing additional Procmail recipes, much like the [command]#INCLUDERC# option, except that recipe checking is actually stopped on the referring configuration file and only the recipes on the [command]#SWITCHRC#-specified file are used. + +* [command]#VERBOSE# — Causes Procmail to log more information. This option is useful for debugging. + +Other important environmental variables are pulled from the shell, such as [command]#LOGNAME#, the login name; [command]#HOME#, the location of the home directory; and [command]#SHELL#, the default shell. + +A comprehensive explanation of all environments variables, and their default values, is available in the `procmailrc` man page. + +[[s2-email-procmail-recipes]] +===== Procmail Recipes +indexterm:[Procmail,recipes] +New users often find the construction of recipes the most difficult part of learning to use Procmail. This difficulty is often attributed to recipes matching messages by using _regular expressions_ which are used to specify qualifications for string matching. However, regular expressions are not very difficult to construct and even less difficult to understand when read. Additionally, the consistency of the way Procmail recipes are written, regardless of regular expressions, makes it easy to learn by example. To see example Procmail recipes, see <>. + +Procmail recipes take the following form: + +[subs="macros"] +---- +:0 pass:quotes[_flags_] : pass:quotes[_lockfile-name_] +* pass:quotes[_condition_1_special-condition-character_] pass:quotes[_condition_1_regular_expression_] +* pass:quotes[_condition_2_special-condition-character_] pass:quotes[_condition-2_regular_expression_] +* pass:quotes[_condition_N_special-condition-character_] pass:quotes[_condition-N_regular_expression_] + pass:quotes[_special-action-character_] + pass:quotes[_action-to-perform_] +---- + +The first two characters in a Procmail recipe are a colon and a zero. Various flags can be placed after the zero to control how Procmail processes the recipe. A colon after the [command]#pass:attributes[{blank}]_flags_pass:attributes[{blank}]# section specifies that a lockfile is created for this message. If a lockfile is created, the name can be specified by replacing [command]#pass:attributes[{blank}]_lockfile-name_pass:attributes[{blank}]#. + +A recipe can contain several conditions to match against the message. If it has no conditions, every message matches the recipe. Regular expressions are placed in some conditions to facilitate message matching. If multiple conditions are used, they must all match for the action to be performed. Conditions are checked based on the flags set in the recipe's first line. Optional special characters placed after the asterisk character ([command]#*#) can further control the condition. + +The [command]#pass:attributes[{blank}]_action-to-perform_pass:attributes[{blank}]# argument specifies the action taken when the message matches one of the conditions. There can only be one action per recipe. In many cases, the name of a mailbox is used here to direct matching messages into that file, effectively sorting the email. Special action characters may also be used before the action is specified. See <> for more information. + +[[s2-email-procmail-recipes-delivering]] +====== Delivering vs. Non-Delivering Recipes +indexterm:[Procmail,recipes,delivering]indexterm:[Procmail,recipes,non-delivering] +The action used if the recipe matches a particular message determines whether it is considered a _delivering_ or _non-delivering_ recipe. A delivering recipe contains an action that writes the message to a file, sends the message to another program, or forwards the message to another email address. A non-delivering recipe covers any other actions, such as a _nesting block_. A nesting block is a set of actions, contained in braces [command]#{# +[command]#}#, that are performed on messages which match the recipe's conditions. Nesting blocks can be nested inside one another, providing greater control for identifying and performing actions on messages. + +When messages match a delivering recipe, Procmail performs the specified action and stops comparing the message against any other recipes. Messages that match non-delivering recipes continue to be compared against other recipes. + +[[s3-email-procmail-recipes-flags]] +====== Flags +indexterm:[Procmail,recipes,flags] +Flags are essential to determine how or if a recipe's conditions are compared to a message. The [application]*egrep* utility is used internally for matching of the conditions. The following flags are commonly used: + +* [command]#A# — Specifies that this recipe is only used if the previous recipe without an [command]#A# or [command]#a# flag also matched this message. + +* [command]#a# — Specifies that this recipe is only used if the previous recipe with an [command]#A# or [command]#a# flag also matched this message *and* was successfully completed. + +* [command]#B# — Parses the body of the message and looks for matching conditions. + +* [command]#b# — Uses the body in any resulting action, such as writing the message to a file or forwarding it. This is the default behavior. + +* [command]#c# — Generates a carbon copy of the email. This is useful with delivering recipes, since the required action can be performed on the message and a copy of the message can continue being processed in the `rc` files. + +* [command]#D# — Makes the [command]#egrep# comparison case-sensitive. By default, the comparison process is not case-sensitive. + +* [command]#E# — While similar to the [command]#A# flag, the conditions in the recipe are only compared to the message if the immediately preceding recipe without an [command]#E# flag did not match. This is comparable to an `else` action. + +* [command]#e# — The recipe is compared to the message only if the action specified in the immediately preceding recipe fails. + +* [command]#f# — Uses the pipe as a filter. + +* [command]#H# — Parses the header of the message and looks for matching conditions. This is the default behavior. + +* [command]#h# — Uses the header in a resulting action. This is the default behavior. + +* [command]#w# — Tells Procmail to wait for the specified filter or program to finish, and reports whether or not it was successful before considering the message filtered. + +* [command]#W# — Is identical to [command]#w# except that "Program failure" messages are suppressed. + +For a detailed list of additional flags, see the `procmailrc` man page. + +[[s3-email-procmail-recipes-lockfile]] +====== Specifying a Local Lockfile +indexterm:[Procmail,recipes,local lockfiles] +Lockfiles are very useful with Procmail to ensure that more than one process does not try to alter a message simultaneously. Specify a local lockfile by placing a colon ([command]#:#) after any flags on a recipe's first line. This creates a local lockfile based on the destination file name plus whatever has been set in the [command]#LOCKEXT# global environment variable. + +Alternatively, specify the name of the local lockfile to be used with this recipe after the colon. + +[[s3-email-procmail-recipes-special]] +====== Special Conditions and Actions +indexterm:[Procmail,recipes,special conditions]indexterm:[Procmail,recipes,special actions] +Special characters used before Procmail recipe conditions and actions change the way they are interpreted. + +The following characters may be used after the asterisk character ([command]#*#) at the beginning of a recipe's condition line: + +* [command]#!# — In the condition line, this character inverts the condition, causing a match to occur only if the condition does not match the message. + +* [command]#<# — Checks if the message is under a specified number of bytes. + +* [command]#># — Checks if the message is over a specified number of bytes. + +The following characters are used to perform special actions: + +* [command]#!# — In the action line, this character tells Procmail to forward the message to the specified email addresses. + +* [command]#$# — Refers to a variable set earlier in the `rc` file. This is often used to set a common mailbox that is referred to by various recipes. + +* [command]#|# — Starts a specified program to process the message. + +* [command]#{# and [command]#}# — Constructs a nesting block, used to contain additional recipes to apply to matching messages. + +If no special character is used at the beginning of the action line, Procmail assumes that the action line is specifying the mailbox in which to write the message. + +[[s3-email-procmail-recipes-examples]] +====== Recipe Examples +indexterm:[Procmail,recipes,examples] +Procmail is an extremely flexible program, but as a result of this flexibility, composing Procmail recipes from scratch can be difficult for new users. + +The best way to develop the skills to build Procmail recipe conditions stems from a strong understanding of regular expressions combined with looking at many examples built by others. A thorough explanation of regular expressions is beyond the scope of this section. The structure of Procmail recipes and useful sample Procmail recipes can be found at various places on the Internet. The proper use and adaptation of regular expressions can be derived by viewing these recipe examples. In addition, introductory information about basic regular expression rules can be found in the `grep(1)` man page. + +The following simple examples demonstrate the basic structure of Procmail recipes and can provide the foundation for more intricate constructions. + +A basic recipe may not even contain conditions, as is illustrated in the following example: + +[subs="quotes"] +---- +:0: +new-mail.spool +---- + +The first line specifies that a local lockfile is to be created but does not specify a name, so Procmail uses the destination file name and appends the value specified in the [command]#LOCKEXT# environment variable. No condition is specified, so every message matches this recipe and is placed in the single spool file called `new-mail.spool`, located within the directory specified by the [command]#MAILDIR# environment variable. An MUA can then view messages in this file. + +A basic recipe, such as this, can be placed at the end of all `rc` files to direct messages to a default location. + +The following example matched messages from a specific email address and throws them away. + +---- +:0 +* ^From: spammer@domain.com +/dev/null +---- + +With this example, any messages sent by `spammer@domain.com` are sent to the `/dev/null` device, deleting them. + +.Sending messages to /dev/null +[WARNING] +==== + +Be certain that rules are working as intended before sending messages to `/dev/null` for permanent deletion. If a recipe inadvertently catches unintended messages, and those messages disappear, it becomes difficult to troubleshoot the rule. + +A better solution is to point the recipe's action to a special mailbox, which can be checked from time to time to look for false positives. Once satisfied that no messages are accidentally being matched, delete the mailbox and direct the action to send the messages to `/dev/null`. + +==== + +The following recipe grabs email sent from a particular mailing list and places it in a specified folder. + +---- +:0: +* ^(From|Cc|To).*tux-lug +tuxlug +---- + +Any messages sent from the `tux-lug@domain.com` mailing list are placed in the `tuxlug` mailbox automatically for the MUA. Note that the condition in this example matches the message if it has the mailing list's email address on the `From`, `Cc`, or `To` lines. + +Consult the many Procmail online resources available in <> for more detailed and powerful recipes. + +[[s3-email-mda-spam]] +====== Spam Filters +indexterm:[Procmail,recipes,SpamAssassin]indexterm:[SpamAssassin,using with Procmail]indexterm:[email,spam,filtering out] +Because it is called by Sendmail, Postfix, and Fetchmail upon receiving new emails, Procmail can be used as a powerful tool for combating spam. + +This is particularly true when Procmail is used in conjunction with SpamAssassin. When used together, these two applications can quickly identify spam emails, and sort or destroy them. + +SpamAssassin uses header analysis, text analysis, blacklists, a spam-tracking database, and self-learning Bayesian spam analysis to quickly and accurately identify and tag spam. + +.Installing the spamassassin package +[NOTE] +==== + +In order to use [application]*SpamAssassin*, first ensure the [package]*spamassassin* package is installed on your system by running, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install spamassassin +---- + +For more information on installing packages with DNF, see <>. + +==== + +The easiest way for a local user to use SpamAssassin is to place the following line near the top of the `~/.procmailrc` file: + +[subs="quotes"] +---- +INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc +---- + +The `/etc/mail/spamassassin/spamassassin-default.rc` contains a simple Procmail rule that activates SpamAssassin for all incoming email. If an email is determined to be spam, it is tagged in the header as such and the title is prepended with the following pattern: + +---- +*****SPAM***** +---- + +The message body of the email is also prepended with a running tally of what elements caused it to be diagnosed as spam. + +To file email tagged as spam, a rule similar to the following can be used: + +---- +:0 Hw * ^X-Spam-Status: Yes spam +---- + +This rule files all email tagged in the header as spam into a mailbox called `spam`. + +Since SpamAssassin is a Perl script, it may be necessary on busy servers to use the binary SpamAssassin daemon (`spamd`) and the client application ([application]*spamc*). Configuring SpamAssassin this way, however, requires `root` access to the host. + +To start the `spamd` daemon, type the following command: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start spamassassin.service +---- + +To start the SpamAssassin daemon when the system is booted, run: + +[subs="quotes, macros"] +---- +[command]#systemctl enable spamassassin.service# +---- + +See <> for more information on how to configure services in {MAJOROS}. + +To configure Procmail to use the SpamAssassin client application instead of the Perl script, place the following line near the top of the `~/.procmailrc` file. For a system-wide configuration, place it in `/etc/procmailrc`: + +[subs="quotes"] +---- +INCLUDERC=/etc/mail/spamassassin/spamassassin-spamc.rc +---- + +[[s1-email-mua]] +==== Mail User Agents + +{MAJOROS} offers a variety of email programs, both, graphical email client programs, such as [application]*Evolution*, and text-based email programs such as [command]#mutt#. + +The remainder of this section focuses on securing communication between a client and a server. + +[[s2-email-security]] +===== Securing Communication + +Popular MUAs included with {MAJOROS}, such as [application]*Evolution* and [application]*Mutt* offer SSL-encrypted email sessions. +indexterm:[email,security] +Like any other service that flows over a network unencrypted, important email information, such as user names, passwords, and entire messages, may be intercepted and viewed by users on the network. Additionally, since the standard `POP` and `IMAP` protocols pass authentication information unencrypted, it is possible for an attacker to gain access to user accounts by collecting user names and passwords as they are passed over the network. + +[[s3-email-security-clients]] +====== Secure Email Clients +indexterm:[email,security,clients] +Most Linux MUAs designed to check email on remote servers support SSL encryption. To use SSL when retrieving email, it must be enabled on both the email client and the server. + +SSL is easy to enable on the client-side, often done with the click of a button in the MUA's configuration window or via an option in the MUA's configuration file. Secure `IMAP` and `POP` have known port numbers (993 and 995, respectively) that the MUA uses to authenticate and download messages. + +[[s3-email-security-servers]] +====== Securing Email Client Communications +indexterm:[email,security,servers]indexterm:[stunnel] +Offering SSL encryption to `IMAP` and `POP` users on the email server is a simple matter. + +First, create an SSL certificate. This can be done in two ways: by applying to a _Certificate Authority_ (_CA_) for an SSL certificate or by creating a self-signed certificate. + +.Avoid using self-signed certificates +[WARNING] +==== + +Self-signed certificates should be used for testing purposes only. Any server used in a production environment should use an SSL certificate signed by a CA. + +==== + +To create a self-signed SSL certificate for `IMAP` or `POP`, change to the `/etc/pki/dovecot/` directory, edit the certificate parameters in the `/etc/pki/dovecot/dovecot-openssl.cnf` configuration file as you prefer, and type the following commands, as `root`: + +[subs="attributes"] +---- +dovecot]#{nbsp}rm -f certs/dovecot.pem private/dovecot.pem +dovecot]#{nbsp}/usr/libexec/dovecot/mkcert.sh +---- + +Once finished, make sure you have the following configurations in your `/etc/dovecot/conf.d/10-ssl.conf` file: + +---- +ssl_cert = >. + +==== + +To create a self-signed SSL certificate, change to the `/etc/pki/tls/certs/` directory, and type the following command: + +---- +certs]# make stunnel.pem +---- + +Answer all of the questions to complete the process. + +Once the certificate is generated, create an [command]#stunnel# configuration file, for example `/etc/stunnel/mail.conf`, with the following content: + +[subs="quotes"] +---- +cert = /etc/pki/tls/certs/stunnel.pem + +[pop3s] +accept = 995 +connect = 110 + +[imaps] +accept = 993 +connect = 143 +---- + +Once you start [command]#stunnel# with the created configuration file using the [command]#stunnel /etc/stunnel/mail.conf# command, it will be possible to use an `IMAP` or a `POP` email client and connect to the email server using SSL encryption. + +For more information on [command]#stunnel#, see the `stunnel(8)` man page or the documents in the `/usr/share/doc/stunnel/` directory. + +[[s1-email-additional-resources]] +==== Additional Resources +indexterm:[email,additional resources]indexterm:[Sendmail,additional resources]indexterm:[Procmail,additional resources]indexterm:[Fetchmail,additional resources] +The following is a list of additional documentation about email applications. + +[[s2-email-installed-docs]] +===== Installed Documentation +indexterm:[email,additional resources,installed documentation] + +* Information on configuring Sendmail is included with the [package]*sendmail* and [package]*sendmail-cf* packages. ++ +** `/usr/share/sendmail-cf/README` — Contains information on the [command]#m4# macro processor, file locations for Sendmail, supported mailers, how to access enhanced features, and more. ++ +In addition, the `sendmail` and `aliases` man pages contain helpful information covering various Sendmail options and the proper configuration of the Sendmail `/etc/mail/aliases` file. + +* `/usr/share/doc/postfix/` — Contains a large amount of information on how to configure Postfix. + +* `/usr/share/doc/fetchmail/` — Contains a full list of Fetchmail features in the `FEATURES` file and an introductory `FAQ` document. + +* `/usr/share/doc/procmail/` — Contains a `README` file that provides an overview of Procmail, a `FEATURES` file that explores every program feature, and an `FAQ` file with answers to many common configuration questions. ++ +When learning how Procmail works and creating new recipes, the following Procmail man pages are invaluable: ++ +** `procmail` — Provides an overview of how Procmail works and the steps involved with filtering email. ++ +** `procmailrc` — Explains the `rc` file format used to construct recipes. ++ +** `procmailex` — Gives a number of useful, real-world examples of Procmail recipes. ++ +** `procmailsc` — Explains the weighted scoring technique used by Procmail to match a particular recipe to a message. ++ +** `/usr/share/doc/spamassassin/` — Contains a large amount of information pertaining to SpamAssassin. + +[[s2-email-useful-websites]] +===== Useful Websites +indexterm:[email,additional resources,useful websites] + +* link:++https://www.proofpoint.com/us/sendmail-open-source++[Proofpoint Open Source Sendmail] — Provides link to sourcecode for sendmail open source, current GPG keys, and contact email addresses. + +* link:++http://www.fetchmail.info/fetchmail-FAQ.html++[http://www.fetchmail.info/fetchmail-FAQ.html] — A thorough FAQ about Fetchmail. + +* link:++http://www.procmail.org/++[http://www.procmail.org/] — The home page for Procmail with links to assorted mailing lists dedicated to Procmail as well as various FAQ documents. + +* link:++http://spamassassin.apache.org/++[http://spamassassin.apache.org/] — The official site of the SpamAssassin project. + +[[s2-email-related-books]] +===== Related Books +indexterm:[email,additional resources,related books] + +* [citetitle]_Sendmail Milters: A Guide for Fighting Spam_ by Bryan Costales and Marcia Flynt; Addison-Wesley — A good Sendmail guide that can help you customize your mail filters. + +* [citetitle]_Sendmail_ by Bryan Costales with Eric Allman et al.; O'Reilly & Associates — A good Sendmail reference written with the assistance of the original creator of Delivermail and Sendmail. + +* [citetitle]_Removing the Spam: Email Processing and Filtering_ by Geoff Mulligan; Addison-Wesley Publishing Company — A volume that looks at various methods used by email administrators using established tools, such as Sendmail and Procmail, to manage spam problems. + +* [citetitle]_Internet Email Protocols: A Developer's Guide_ by Kevin Johnson; Addison-Wesley Publishing Company — Provides a very thorough review of major email protocols and the security they provide. + +* [citetitle]_Managing IMAP_ by Dianna Mullet and Kevin Mullet; O'Reilly & Associates — Details the steps required to configure an IMAP server. diff --git a/en-US/servers/OpenLDAP.adoc b/en-US/servers/OpenLDAP.adoc new file mode 100644 index 0000000..16e4a28 --- /dev/null +++ b/en-US/servers/OpenLDAP.adoc @@ -0,0 +1,958 @@ + +[[s1-OpenLDAP]] +==== OpenLDAP +indexterm:[directory server,OpenLDAP]indexterm:[LDAP,OpenLDAP]indexterm:[X.500,OpenLDAP]indexterm:[X.500 Lite,OpenLDAP] +`LDAP` (Lightweight Directory Access Protocol) is a set of open protocols used to access centrally stored information over a network. It is based on the `X.500` standard for directory sharing, but is less complex and resource-intensive. For this reason, LDAP is sometimes referred to as "X.500 Lite". + +Like X.500, LDAP organizes information in a hierarchical manner using directories. These directories can store a variety of information such as names, addresses, or phone numbers, and can even be used in a manner similar to the _Network Information Service_ (*NIS*), enabling anyone to access their account from any machine on the LDAP enabled network. + +LDAP is commonly used for centrally managed users and groups, user authentication, or system configuration. It can also serve as a virtual phone directory, allowing users to easily access contact information for other users. Additionally, it can refer a user to other LDAP servers throughout the world, and thus provide an ad-hoc global repository of information. However, it is most frequently used within individual organizations such as universities, government departments, and private companies. + +This section covers the installation and configuration of [application]*OpenLDAP 2.4*, an open source implementation of the LDAPv2 and LDAPv3 protocols. + +[[s2-ldap-introduction]] +===== Introduction to LDAP + +Using a client-server architecture, LDAP provides a reliable means to create a central information directory accessible from the network. When a client attempts to modify information within this directory, the server verifies the user has permission to make the change, and then adds or updates the entry as requested. To ensure the communication is secure, the _Transport Layer Security_ (*TLS*) cryptographic protocol can be used to prevent an attacker from intercepting the transmission. + +.Using Mozilla NSS +[IMPORTANT] +==== + +The OpenLDAP suite in {MAJOROSVER} no longer uses OpenSSL. Instead, it uses the Mozilla implementation of _Network Security Services_ (*NSS*). OpenLDAP continues to work with existing certificates, keys, and other TLS configuration. For more information on how to configure it to use Mozilla certificate and key database, see [citetitle]_link:++http://www.openldap.org/faq/index.cgi?file=1514++[How do I use TLS/SSL with Mozilla NSS]_. + +==== + +The LDAP server supports several database systems, which gives administrators the flexibility to choose the best suited solution for the type of information they are planning to serve. Because of a well-defined client _Application Programming Interface_ (*API*), the number of applications able to communicate with an LDAP server is numerous, and increasing in both quantity and quality. + +[[s3-ldap-terminology]] +====== LDAP Terminology + +The following is a list of LDAP-specific terms that are used within this chapter: + +indexterm:[OpenLDAP,terminology,entry] entry:: A single unit within an LDAP directory. Each entry is identified by its unique _Distinguished Name_ (*DN*). + +indexterm:[OpenLDAP,terminology,attribute] attribute:: Information directly associated with an entry. For example, if an organization is represented as an LDAP entry, attributes associated with this organization might include an address, a fax number, etc. Similarly, people can be represented as entries with common attributes such as personal telephone number or email address. + + +An attribute can either have a single value, or an unordered space-separated list of values. While certain attributes are optional, others are required. Required attributes are specified using the [option]`objectClass` definition, and can be found in schema files located in the `/etc/openldap/slapd.d/cn=config/cn=schema/` directory. + + +The assertion of an attribute and its corresponding value is also referred to as a _Relative Distinguished Name_ (*RDN*). Unlike distinguished names that are unique globally, a relative distinguished name is only unique per entry. + +indexterm:[OpenLDAP,terminology,LDIF] LDIF:: The _LDAP Data Interchange Format_ (*LDIF*) is a plain text representation of an LDAP entry. It takes the following form: + + +[subs="macros"] +---- +pass:quotes[_id_] dn: pass:quotes[_distinguished_name_] +pass:quotes[_attribute_type_]: pass:quotes[_attribute_value_]… +pass:quotes[_attribute_type_]: pass:quotes[_attribute_value_]… +… +---- + + +The optional _id_ is a number determined by the application that is used to edit the entry. Each entry can contain as many _attribute_type_ and _attribute_value_ pairs as needed, as long as they are all defined in a corresponding schema file. A blank line indicates the end of an entry. + +[[s3-ldap-features]] +====== OpenLDAP Features +indexterm:[OpenLDAP,features] +OpenLDAP suite provides a number of important features: + +* *LDAPv3 Support* — Many of the changes in the protocol since LDAP version 2 are designed to make LDAP more secure. Among other improvements, this includes the support for Simple Authentication and Security Layer (*SASL*), Transport Layer Security (*TLS*), and Secure Sockets Layer (*SSL*) protocols. + +* *LDAP Over IPC* — The use of inter-process communication (*IPC*) enhances security by eliminating the need to communicate over a network. + +* *IPv6 Support* — OpenLDAP is compliant with Internet Protocol version 6 (*IPv6*), the next generation of the Internet Protocol. + +* *LDIFv1 Support* — OpenLDAP is fully compliant with LDIF version 1. + +* *Updated C API* — The current C API improves the way programmers can connect to and use LDAP directory servers. + +* *Enhanced Standalone LDAP Server* — This includes an updated access control system, thread pooling, better tools, and much more. + +[[s3-ldap-setup]] +====== OpenLDAP Server Setup +indexterm:[OpenLDAP,configuration,overview] +The typical steps to set up an LDAP server on {MAJOROS} are as follows: + +. Install the OpenLDAP suite. See <> for more information on required packages. + +. Customize the configuration as described in <>. + +. Start the `slapd` service as described in <>. + +. Use the [command]#ldapadd# utility to add entries to the LDAP directory. + +. Use the [command]#ldapsearch# utility to verify that the `slapd` service is accessing the information correctly. + +[[s2-ldap-installation]] +===== Installing the OpenLDAP Suite +indexterm:[OpenLDAP,installation]indexterm:[OpenLDAP,packages] +The suite of OpenLDAP libraries and tools is provided by the following packages: + +[[table-ldap-packages-openldap]] +.List of OpenLDAP packages + +[options="header"] +|=== +|Package|Description +|[package]*openldap*|A package containing the libraries necessary to run the OpenLDAP server and client applications. +|[package]*openldap-clients*|A package containing the command line utilities for viewing and modifying directories on an LDAP server. +|[package]*openldap-servers*|A package containing both the services and utilities to configure and run an LDAP server. This includes the _Standalone LDAP Daemon_, `slapd`. +|[package]*openldap-servers-sql*|A package containing the SQL support module. +|=== + +Additionally, the following packages are commonly used along with the LDAP server: + +[[table-ldap-packages-additional]] +.List of commonly installed additional LDAP packages + +[options="header"] +|=== +|Package|Description +|[package]*nss-pam-ldapd*|A package containing `nslcd`, a local LDAP name service that allows a user to perform local LDAP queries. +|[package]*mod_ldap*|A package containing the `mod_authnz_ldap` and `mod_ldap` modules. The `mod_authnz_ldap` module is the LDAP authorization module for the Apache HTTP Server. This module can authenticate users' credentials against an LDAP directory, and can enforce access control based on the user name, full DN, group membership, an arbitrary attribute, or a complete filter string. The `mod_ldap` module contained in the same package provides a configurable shared memory cache, to avoid repeated directory access across many HTTP requests, and also support for SSL/TLS. +|=== + +To install these packages, use the [command]#dnf# command in the following form: + +[subs="quotes, macros"] +---- +[command]#dnf# [option]`install` _package_pass:attributes[{blank}]… +---- + +For example, to perform the basic LDAP server installation, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install openldap openldap-clients openldap-servers +---- + +Note that you must have superuser privileges (that is, you must be logged in as `root`) to run this command. For more information on how to install new packages in {MAJOROS}, see <>. + +[[s3-ldap-packages-openldap-servers]] +====== Overview of OpenLDAP Server Utilities +indexterm:[OpenLDAP,utilities] +To perform administrative tasks, the [package]*openldap-servers* package installs the following utilities along with the `slapd` service: + +[[table-ldap-packages-openldap-servers]] +.List of OpenLDAP server utilities + +[options="header"] +|=== +|Command|Description +|[command]#slapacl#|Allows you to check the access to a list of attributes. +|[command]#slapadd#|Allows you to add entries from an LDIF file to an LDAP directory. +|[command]#slapauth#|Allows you to check a list of IDs for authentication and authorization permissions. +|[command]#slapcat#|Allows you to pull entries from an LDAP directory in the default format and save them in an LDIF file. +|[command]#slapdn#|Allows you to check a list of Distinguished Names (DNs) based on available schema syntax. +|[command]#slapindex#|Allows you to re-index the `slapd` directory based on the current content. Run this utility whenever you change indexing options in the configuration file. +|[command]#slappasswd#|Allows you to create an encrypted user password to be used with the [command]#ldapmodify# utility, or in the `slapd` configuration file. +|[command]#slapschema#|Allows you to check the compliance of a database with the corresponding schema. +|[command]#slaptest#|Allows you to check the LDAP server configuration. +|=== + +For a detailed description of these utilities and their usage, see the corresponding manual pages as referred to in <>. + +.Make sure the files have correct owner +[IMPORTANT] +==== + +Although only `root` can run [command]#slapadd#, the `slapd` service runs as the `ldap` user. Because of this, the directory server is unable to modify any files created by [command]#slapadd#. To correct this issue, after running the [command]#slapadd# utility, type the following at a shell prompt: + +[subs="quotes, macros"] +---- +[command]#chown -R ldap:ldap /var/lib/ldap# +---- + +==== + +.Stop slapd before using these utilities +[WARNING] +==== + +To preserve the data integrity, stop the `slapd` service before using [command]#slapadd#, [command]#slapcat#, or [command]#slapindex#. You can do so by typing the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl stop slapd.service +---- + +For more information on how to start, stop, restart, and check the current status of the `slapd` service, see <>. + +==== + +[[s3-ldap-packages-openldap-clients]] +====== Overview of OpenLDAP Client Utilities +indexterm:[OpenLDAP,utilities] +The [package]*openldap-clients* package installs the following utilities which can be used to add, modify, and delete entries in an LDAP directory: + +[[table-ldap-packages-openldap-clients]] +.List of OpenLDAP client utilities + +[options="header"] +|=== +|Command|Description +|[command]#ldapadd#|Allows you to add entries to an LDAP directory, either from a file, or from standard input. It is a symbolic link to [command]#ldapmodify -a#. +|[command]#ldapcompare#|Allows you to compare given attribute with an LDAP directory entry. +|[command]#ldapdelete#|Allows you to delete entries from an LDAP directory. +|[command]#ldapexop#|Allows you to perform extended LDAP operations. +|[command]#ldapmodify#|Allows you to modify entries in an LDAP directory, either from a file, or from standard input. +|[command]#ldapmodrdn#|Allows you to modify the RDN value of an LDAP directory entry. +|[command]#ldappasswd#|Allows you to set or change the password for an LDAP user. +|[command]#ldapsearch#|Allows you to search LDAP directory entries. +|[command]#ldapurl#|Allows you to compose or decompose LDAP URLs. +|[command]#ldapwhoami#|Allows you to perform a [option]`whoami` operation on an LDAP server. +|=== + +With the exception of [command]#ldapsearch#, each of these utilities is more easily used by referencing a file containing the changes to be made rather than typing a command for each entry to be changed within an LDAP directory. The format of such a file is outlined in the man page for each utility. + +[[s3-ldap-packages-applications]] +====== Overview of Common LDAP Client Applications +indexterm:[OpenLDAP,client applications] +Although there are various graphical LDAP clients capable of creating and modifying directories on the server, none of them is included in {MAJOROS}. Popular applications that can access directories in a read-only mode include [application]*Mozilla Thunderbird*, [application]*Evolution*, or [application]*Ekiga*. + +[[s2-ldap-configuration]] +===== Configuring an OpenLDAP Server + +By default, the OpenLDAP configuration is stored in the `/etc/openldap/` directory. The following table highlights the most important directories and files within this directory: + +[[table-ldap-configuration-files]] +.List of OpenLDAP configuration files and directories + +[options="header"] +|=== +|Path|Description +|indexterm:[OpenLDAP,files,/etc/openldap/ldap.conf] + `/etc/openldap/ldap.conf`|The configuration file for client applications that use the OpenLDAP libraries. This includes [command]#ldapadd#, [command]#ldapsearch#, [application]*Evolution*, etc. +|indexterm:[OpenLDAP,directories,/etc/openldap/slapd.d/] + `/etc/openldap/slapd.d/`|The directory containing the `slapd` configuration. +|=== + +Note that OpenLDAP no longer reads its configuration from the `/etc/openldap/slapd.conf` file. Instead, it uses a configuration database located in the `/etc/openldap/slapd.d/` directory. If you have an existing `slapd.conf` file from a previous installation, you can convert it to the new format by running the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d/ +---- + +The `slapd` configuration consists of LDIF entries organized in a hierarchical directory structure, and the recommended way to edit these entries is to use the server utilities described in <>. + +.Do not edit LDIF files directly +[IMPORTANT] +==== + +An error in an LDIF file can render the `slapd` service unable to start. Because of this, it is strongly advised that you avoid editing the LDIF files within the `/etc/openldap/slapd.d/` directly. + +==== + +[[s3-ldap-configuration-global]] +====== Changing the Global Configuration +indexterm:[OpenLDAP,configuration,global]indexterm:[OpenLDAP,files,/etc/openldap/slapd.d/cn=config.ldif] +Global configuration options for the LDAP server are stored in the `/etc/openldap/slapd.d/cn=config.ldif` file. The following directives are commonly used: + +indexterm:[OpenLDAP,directives,olcAllows] [option]`olcAllows`:: The [option]`olcAllows` directive allows you to specify which features to enable. It takes the following form: + +[subs="quotes, macros"] +---- +[option]`olcAllows`: _feature_pass:attributes[{blank}]… +---- + +It accepts a space-separated list of features as described in <>. The default option is [option]`bind_v2`. + +[[table-ldap-configuration-olcallows]] +.Available olcAllows options + +[options="header"] +|=== +|Option|Description +|[option]`bind_v2`|Enables the acceptance of LDAP version 2 bind requests. +|[option]`bind_anon_cred`|Enables an anonymous bind when the Distinguished Name (DN) is empty. +|[option]`bind_anon_dn`|Enables an anonymous bind when the Distinguished Name (DN) is *not* empty. +|[option]`update_anon`|Enables processing of anonymous update operations. +|[option]`proxy_authz_anon`|Enables processing of anonymous proxy authorization control. +|=== + +[[example-ldap-configuration-olcallows]] +.Using the olcAllows directive +==== + +---- +olcAllows: bind_v2 update_anon +---- + +==== + +indexterm:[OpenLDAP,directives,olcConnMaxPending] [option]`olcConnMaxPending`:: The [option]`olcConnMaxPending` directive allows you to specify the maximum number of pending requests for an anonymous session. It takes the following form: + +[subs="quotes, macros"] +---- +[option]`olcConnMaxPending`: _number_ +---- + +The default option is [option]`100`. + + +[[example-ldap-configuration-olcconnmaxpending]] +.Using the olcConnMaxPending directive +==== + +[subs="quotes"] +---- +olcConnMaxPending: 100 +---- + +==== + +indexterm:[OpenLDAP,directives,olcConnMaxPendingAuth] [option]`olcConnMaxPendingAuth`:: The [option]`olcConnMaxPendingAuth` directive allows you to specify the maximum number of pending requests for an authenticated session. It takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcConnMaxPendingAuth`: _number_ +---- + +The default option is [option]`1000`. + +[[example-ldap-configuration-olcconnmaxpendingauth]] +.Using the olcConnMaxPendingAuth directive +==== + +[subs="quotes"] +---- +olcConnMaxPendingAuth: 1000 +---- + +==== + +indexterm:[OpenLDAP,directives,olcDisallows] [option]`olcDisallows`:: The [option]`olcDisallows` directive allows you to specify which features to disable. It takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcDisallows`: _feature_pass:attributes[{blank}]… +---- + +It accepts a space-separated list of features as described in <>. No features are disabled by default. + +[[table-ldap-configuration-olcdisallows]] +.Available olcDisallows options + +[options="header"] +|=== +|Option|Description +|[option]`bind_anon`|Disables the acceptance of anonymous bind requests. +|[option]`bind_simple`|Disables the simple bind authentication mechanism. +|[option]`tls_2_anon`|Disables the enforcing of an anonymous session when the STARTTLS command is received. +|[option]`tls_authc`|Disallows the STARTTLS command when authenticated. +|=== + +[[example-ldap-configuration-olcdisallows]] +.Using the olcDisallows directive +==== + +---- +olcDisallows: bind_anon +---- + +==== + +indexterm:[OpenLDAP,directives,olcIdleTimeout] [option]`olcIdleTimeout`:: The [option]`olcIdleTimeout` directive allows you to specify how many seconds to wait before closing an idle connection. It takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcIdleTimeout`: _number_ +---- + +This option is disabled by default (that is, set to [option]`0`). + +[[example-ldap-configuration-olcidletimeout]] +.Using the olcIdleTimeout directive +==== + +[subs="quotes"] +---- +olcIdleTimeout: 180 +---- + +==== + +indexterm:[OpenLDAP,directives,olcLogFile] [option]`olcLogFile`:: The [option]`olcLogFile` directive allows you to specify a file in which to write log messages. It takes the following form: + + +[subs="macros"] +---- +olcLogFile: pass:quotes[_file_name_] +---- + +The log messages are written to standard error by default. + +[[example-ldap-configuration-olclogfile]] +.Using the olcLogFile directive +==== + +[subs="quotes"] +---- +olcLogFile: /var/log/slapd.log +---- + +==== + +indexterm:[OpenLDAP,directives,olcReferral] [option]`olcReferral`:: The [option]`olcReferral` option allows you to specify a URL of a server to process the request in case the server is not able to handle it. It takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcReferral`: _URL_ +---- + +This option is disabled by default. + +[[example-ldap-configuration-olcreferral]] +.Using the olcReferral directive +==== + +[subs="quotes"] +---- +olcReferral: ldap://root.openldap.org +---- + +==== + +indexterm:[OpenLDAP,directives,olcWriteTimeout] [option]`olcWriteTimeout`:: The [option]`olcWriteTimeout` option allows you to specify how many seconds to wait before closing a connection with an outstanding write request. It takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcWriteTimeout` +---- + +This option is disabled by default (that is, set to [option]`0`). + +[[example-ldap-configuration-olcwritetimeout]] +.Using the olcWriteTimeout directive +==== + +[subs="quotes"] +---- +olcWriteTimeout: 180 +---- + +==== + +[[s3-ldap-configuration-database]] +====== Changing the Database-Specific Configuration +indexterm:[OpenLDAP,configuration,database]indexterm:[OpenLDAP,files,/etc/openldap/slapd.d/cn=config/olcDatabase={1}bdb.ldif] +By default, the OpenLDAP server uses Berkeley DB (BDB) as a database back end. The configuration for this database is stored in the `/etc/openldap/slapd.d/cn=config/olcDatabase={1}bdb.ldif` file. The following directives are commonly used in a database-specific configuration: + +indexterm:[OpenLDAP,directives,olcReadOnly] [option]`olcReadOnly`:: The [option]`olcReadOnly` directive allows you to use the database in a read-only mode. It takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcReadOnly`: _boolean_ +---- + +It accepts either [option]`TRUE` (enable the read-only mode), or [option]`FALSE` (enable modifications of the database). The default option is [option]`FALSE`. + +[[example-ldap-configuration-olcreadonly]] +.Using the olcReadOnly directive +==== + +[subs="quotes"] +---- +olcReadOnly: TRUE +---- + +==== + +indexterm:[OpenLDAP,directives,olcRootDN] [option]`olcRootDN`:: The [option]`olcRootDN` directive allows you to specify the user that is unrestricted by access controls or administrative limit parameters set for operations on the LDAP directory. It takes the following form: + + +[subs="macros"] +---- +olcRootDN: pass:quotes[_distinguished_name_] +---- + +It accepts a _Distinguished Name_ (*DN*). The default option is [option]`cn=Manager,dn=my-domain,dc=com`. + +[[example-ldap-configuration-olcrootdn]] +.Using the olcRootDN directive +==== + +[subs="quotes"] +---- +olcRootDN: cn=root,dn=example,dn=com +---- + +==== + +indexterm:[OpenLDAP,directives,olcRootPW] [option]`olcRootPW`:: The [option]`olcRootPW` directive allows you to set a password for the user that is specified using the [option]`olcRootDN` directive. It takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcRootPW`: _password_ +---- + +It accepts either a plain text string, or a hash. To generate a hash, type the following at a shell prompt: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#slappaswd# +New password: +Re-enter new password: +{SSHA}WczWsyPEnMchFf1GRTweq2q7XJcvmSxD +---- + +[[example-ldap-configuration-olcrootpw]] +.Using the olcRootPW directive +==== + +[subs="quotes"] +---- +olcRootPW: {SSHA}WczWsyPEnMchFf1GRTweq2q7XJcvmSxD +---- + +==== + +indexterm:[OpenLDAP,directives,olcSuffix] [option]`olcSuffix`:: The [option]`olcSuffix` directive allows you to specify the domain for which to provide information. It takes the following form: + + +[subs="macros"] +---- +olcSuffix: pass:quotes[_domain_name_] +---- + +It accepts a _fully qualified domain name_ (*FQDN*). The default option is [option]`dc=my-domain,dc=com`. + +[[example-ldap-configuration-olcsuffix]] +.Using the olcSuffix directive +==== + +[subs="quotes"] +---- +olcSuffix: dc=example,dc=com +---- + +==== + +[[s3-ldap-configuration-schema]] +====== Extending Schema +indexterm:[OpenLDAP,schema]indexterm:[OpenLDAP,directories,/etc/openldap/slapd.d/cn=config/cn=schema/] +Since OpenLDAP 2.3, the `/etc/openldap/slapd.d/` directory also contains LDAP definitions that were previously located in `/etc/openldap/schema/`. It is possible to extend the schema used by OpenLDAP to support additional attribute types and object classes using the default schema files as a guide. However, this task is beyond the scope of this chapter. For more information on this topic, see link:++http://www.openldap.org/doc/admin/schema.html++[]. + +[[s3-establishing_a_secure_connection]] +====== Establishing a Secure Connection +indexterm:[OpenLDAP,configuration,TLS]indexterm:[OpenLDAP,files,/etc/openldap/ldap.conf]indexterm:[OpenLDAP,files,/etc/openldap/slapd.d/cn=config.ldif]indexterm:[OpenLDAP,security] +OpenLDAP clients and servers can be secured using the Transport Layer Security (TLS) framework. TLS is a cryptographic protocol designed to provide communication security over the network. As noted above, OpenLDAP suite in Fedora uses Mozilla NSS as the TLS implementation. + +To establish a secure connection using TLS, obtain the required certificates as described in [citetitle]_link:++http://www.openldap.org/faq/index.cgi?file=1514++[How do I use TLS/SSL with Mozilla NSS]_. Then, a number of options must be configured on both the client and the server. At a minimum, a server must be configured with the Certificate Authority (CA) certificates and also its own server certificate and private key. The clients must be configured with the name of the file containing all the trusted CA certificates. + +Typically, a server only needs to sign a single CA certificate. A client may want to connect to a variety of secure servers, therefore it is common to specify a list of several trusted CAs in its configuration. + +.Server Configuration +This section lists global configuration directives for `slapd` that need to be specified in the `/etc/openldap/slapd.d/cn=config.ldif` file on an OpenLDAP server in order to establish TLS. + +While the old style configuration uses a single file, normally installed as `/usr/local/etc/openldap/slapd.conf`, the new style uses a slapd backend database to store the configuration. The configuration database normally resides in the `/usr/local/etc/openldap/slapd.d/` directory. + +The following directives are also valid for establishing SSL. In addition to TLS directives, you need to enable a port dedicated to SSL on the server side – typically it is port 636. To do so, edit the `/etc/sysconfig/slapd` file and append the `ldaps:///` string to the list of URLs specified with the [option]`SLAPD_URLS` directive. + +[option]`olcTLSCACertificateFile`:: The [option]`olcTLSCACertificateFile` directive specifies the file encoded with Privacy-Enhanced Mail (PEM) schema that contains trusted CA certificates. The directive takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcTLSCACertificateFile`: _path_ +---- + +Replace _path_ either with a path to the CA certificate file, or, if you use Mozilla NSS, with a certificate name. + +[option]`olcTLSCACertificatePath`:: The [option]`olcTLSCACertificatePath` directive specifies the path to a directory containing individual CA certificates in separate files. This directory must be specially managed with the OpenSSL [application]*c_rehash* utility that generates symbolic links with the hashed names that point to the actual certificate files. In general, it is simpler to use the [option]`olcTLSCACertificateFile` directive instead. + + +If Mozilla NSS is used, [option]`olcTLSCACertificatePath` accepts a path to the Mozilla NSS database (as shown in <>). In such a case, [application]*c_rehash* is not needed. + + +The directive takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcTLSCACertificatePath`: _path_ +---- + +Replace _path_ with a path to the directory containing the CA certificate files, or with a path to a Mozilla NSS database file. + +[[ex-using_olcTLSCACertificatePath_with_Mozilla_NSS]] +.Using olcTLSCACertificatePath with Mozilla NSS +==== + +With Mozilla NSS, the [option]`olcTLSCACertificatePath` directive specifies the path of the directory containing the NSS certificate and key database files. For example: + +[subs="quotes, macros"] +---- +[option]`olcTLSCACertificatePath`: `sql:/home/nssdb/sharednssdb` +---- + +The [command]#certutil# command is used to add a CA certificate to these NSS database files: + +[subs="macros"] +---- +certutil -d pass:quotes[`sql:/home/nssdb/sharednssdb`] -A -n "pass:quotes[_CA_certificate_]" -t pass:quotes[`CT,,`] -a -i pass:quotes[`certificate.pem`] +---- + +The above command adds a CA certificate stored in a PEM-formatted file named _certificate.pem_. The [option]`-d` option specifies the database directory containing the certificate and key database files, the [option]`-n` option sets a name for the certificate, [option]`-t` `CT,,` means that the certificate is trusted to be used in TLS clients and servers. The [option]`-A` option adds an existing certificate to a certificate database, the [option]`-a` option allows the use of ASCII format for input or output, and the [option]`-i` option passes the `certificate.pem` input file to the command. + +==== + +[option]`olcTLSCertificateFile`:: The [option]`olcTLSCertificateFile` directive specifies the file that contains the `slapd` server certificate. The directive takes the following form: + + +[subs="quotes, macros"] +---- +[option]`olcTLSCertificateFile`: _path_ +---- + +Replace _path_ with a path to the `slapd` server certificate file, or, if you use Mozilla NSS, with a certificate name. + +[[ex-using_olcTLSCertificateFile_with_Mozilla_NSS]] +.Using olcTLSCertificateFile with Mozilla NSS +==== + +When using Mozilla NSS with certificate and key database files specified with the [option]`olcTLSCACertificatePath` directive, [option]`olcTLSCertificateFile` is used to specify the name of the certificate to use. First, execute the following command to view a list of certificates available in your NSS database file: + +[subs="quotes, macros"] +---- +[command]#certutil# [option]`-d` `sql:/home/nssdb/sharednssdb` [option]`-L` +---- + +Select a certificate from the list and pass its name to [option]`olcTLSCertificateFile`. For example: + +[subs="macros"] +---- +olcTLSCertificateFile pass:quotes[*slapd_cert*] +---- + +==== + +[option]`olcTLSCertificateKeyFile`:: The [option]`olcTLSCertificateKeyFile` directive specifies the file that contains the private key that matches the certificate stored in the file specified with [option]`olcTLSCertificateFile`. Note that the current implementation does not support encrypted private keys, and therefore the containing file must be sufficiently protected. The directive takes the following form: + +[subs="quotes, macros"] +---- +[option]`olcTLSCertificateKeyFile`: _path_ +---- + +Replace _path_ with a path to the private key file if you use PEM certificates. When using Mozilla NSS, _path_ stands for the name of a file that contains the password for the key for the certificate specified with the [option]`olcTLSCertificateFile` directive (see <>). + +[[ex-using_olcTLSCertificateKeyFile_with_Mozilla_NSS]] +.Using olcTLSCertificateKeyFile with Mozilla NSS +==== + +When using Mozilla NSS, this directive specifies the name of a file that contains the password for the key for the certificate specified with [option]`olcTLSCertificateFile`: + +[subs="macros"] +---- +olcTLSCertificateKeyFile: pass:quotes[*slapd_cert_key*] +---- + +The [command]#modutil# command can be used to turn off password protection or to change the password for NSS database files. For example: + +[subs="quotes, macros"] +---- +[command]#modutil# [option]`-dbdir` `sql:/home/nssdb/sharednssdb` [option]`-changepw` +---- + +==== + +.Client Configuration +Specify the following directives in the `/etc/openldap/ldap.conf` configuration file on the client system. Most of these directives are parallel to the server configuration options. Directives inpass:attributes[{blank}]`/etc/openldap/ldap.conf` are configured on a system-wide basis, however, individual users may override them in their `~/.ldaprc` files. + +The same directives can be used to establish an SSL connection. The `ldaps://` string must be used instead of `ldap://` in OpenLDAP commands such as [command]#ldapsearch#. This forces commands to use the default port for SSL, port 636, configured on the server. + +[option]`TLS_CACERT`:: The [option]`TLS_CACERT` directive specifies a file containing certificates for all of the Certificate Authorities the client will recognize. This is equivalent to the [option]`olcTLSCACertificateFile` directive on a server. [option]`TLS_CACERT` should always be specified before [option]`TLS_CACERTDIR` in `/etc/openldap/ldap.conf`. The directive takes the following form: + +[subs="macros"] +---- +TLS_CACERT pass:quotes[_path_] +---- + +Replace _path_ with a path to the CA certificate file. + +[option]`TLS_CACERTDIR`:: The [option]`TLS_CACERTDIR` directive specifies the path to a directory that contains Certificate Authority certificates in separate files. As with [option]`olcTLSCACertificatePath` on a server, the specified directory must be managed with the OpenSSL [application]*c_rehash* utility. Path to Mozilla NSS database file is also accepted, [application]*c_rehash* is not needed in such case. The directive takes the following form: + +[subs="macros"] +---- +TLS_CACERTDIR pass:quotes[_directory_] +---- + +Replace _directory_ with a path to the directory containing CA certificate files. With Mozilla NSS, _directory_ stands for a path to the certificate or key database file. + +[option]`TLS_CERT`:: The [option]`TLS_CERT` specifies the file that contains a client certificate. This directive can only be specified in a user's `~/.ldaprc` file. With Mozilla NSS, this directive specifies the name of the certificate to be chosen from the database specified with the aforementioned [option]`TLS_CACERTDIR` directive. The directive takes the following form: + +[subs="macros"] +---- +TLS_CERT pass:quotes[_path_] +---- + +Replace _path_ with a path to the client certificate file, or with a name of a certificate from the NSS database. + +[option]`TLS_KEY`:: The [option]`TLS_KEY` specifies the file that contains the private key that matches the certificate stored in the file specified with the [option]`TLS_CERT` directive. As with [option]`olcTLSCertificateFile` on a server, encrypted key files are not supported, so the file itself must be carefully protected. This option is only configurable in a user's `~/.ldaprc` file. + + +When using Mozilla NSS, [option]`TLS_KEY` specifies the name of a file that contains the password for the private key that protects the certificate specified with the [option]`TLS_CERT` directive. Similarly to the [option]`olcTLSCertificateKeyFile` directive on a server (see <>), you can use the [command]#modutil# command to manage this password. + + +The [option]`TLS_KEY` directive takes the following form: + + +[subs="macros"] +---- +TLS_KEY pass:quotes[_path_] +---- + +Replace _path_ with a path to the client certificate file or with a name of the password file in the NSS database. + +[[s3-setting_up_replication]] +====== Setting Up Replication +indexterm:[OpenLDAP,configuration,TLS]indexterm:[OpenLDAP,directories,/etc/openldap/slapd.d/]indexterm:[OpenLDAP,replication] +Replication is the process of copying updates from one LDAP server (*provider*) to one or more other servers or clients (*consumers*). A provider replicates directory updates to consumers, the received updates can be further propagated by the consumer to other servers, so a consumer can also act simultaneously as a provider. Also, a consumer does not have to be an LDAP server, it may be just an LDAP client. In OpenLDAP, you can use several replication modes, most notable are *mirror* and *sync*. For more information on OpenLDAP replication modes, see the *OpenLDAP Software Administrator's Guide* installed with [package]*openldap-servers* package (see <>). + +To enable a chosen replication mode, use one of the following directives in `/etc/openldap/slapd.d/` on both provider and consumers. + +[option]`olcMirrorMode`:: The [option]`olcMirrorMode` directive enables the mirror replication mode. It takes the following form: + +[subs="quotes, macros"] +---- +[option]`olcMirrorMode` [option]`on` +---- + +This option needs to be specified both on provider and consumers. Also a [option]`serverID` must be specified along with [option]`syncrepl` options. Find a detailed example in the *18.3.4. MirrorMode* section of the *OpenLDAP Software Administrator's Guide* (see <>). + +[option]`olcSyncrepl`:: The [option]`olcSyncrepl` directive enables the sync replication mode. It takes the following form: + +[subs="quotes, macros"] +---- +[option]`olcSyncrepl` [option]`on` +---- + +The sync replication mode requires a specific configuration on both the provider and the consumers. This configuration is thoroughly described in the *18.3.1. Syncrepl* section of the *OpenLDAP Software Administrator's Guide* (see <>). + +[[s3-loading_modules_or_backends]] +====== Loading Modules and Backends +indexterm:[OpenLDAP,configuration,TLS]indexterm:[OpenLDAP,directories,/etc/openldap/slapd.d/]indexterm:[OpenLDAP,modules]indexterm:[OpenLDAP,backends] +You can enhance the `slapd` service with dynamically loaded modules. Support for these modules must be enabled with the [option]`--enable-modules` option when configuring `slapd`. Modules are stored in files with the *.la* extension: + +[subs="macros"] +---- +pass:quotes[_module_name_].la +---- + +_Backends_ store or retrieve data in response to LDAP requests. Backends may be compiled statically into `slapd`, or when module support is enabled, they may be dynamically loaded. In the latter case, the following naming convention is applied: + +[subs="macros"] +---- +back_pass:quotes[_backend_name_].la +---- + +To load a module or a backend, use the following directive in `/etc/openldap/slapd.d/`: + +[option]`olcModuleLoad`:: The [option]`olcModuleLoad` directive specifies a dynamically loadable module to load. It takes the following form: + +[subs="quotes, macros"] +---- +[option]`olcModuleLoad`: _module_ +---- + +Here, _module_ stands either for a file containing the module, or a backend, that will be loaded. + +[[s2-selinux-openldap]] +===== SELinux Policy for Applications Using LDAP + +SELinux is an implementation of a mandatory access control mechanism in the Linux kernel. By default, SELinux prevents applications from accessing an OpenLDAP server. To enable authentication through LDAP, which is required by several applications, the `allow_ypbind` SELinux Boolean needs to be enabled. Certain applications also demand an enabled `authlogin_nsswitch_use_ldap` Boolean in this scenario. Execute the following commands to enable the aforementioned Booleans: + +[subs="macros, attributes"] +---- +~]#{nbsp}setsebool -P allow_ypbind=pass:quotes[`1`] +---- + +[subs="macros, attributes"] +---- +~]#{nbsp}setsebool -P authlogin_nsswitch_use_ldap=pass:quotes[`1`] +---- + +The [option]`-P` option makes this setting persistent across system reboots. See the link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/SELinux_Users_and_Administrators_Guide/++[Red{nbsp}Hat Enterprise{nbsp}Linux{nbsp}7 SELinux User's and Administrator's Guide] for more detailed information about SELinux. + +[[s2-ldap-running]] +===== Running an OpenLDAP Server +indexterm:[slapd,OpenLDAP] +This section describes how to start, stop, restart, and check the current status of the [application]*Standalone LDAP Daemon*. For more information on how to manage system services in general, see <>. + +[[s3-ldap-running-starting]] +====== Starting the Service +indexterm:[OpenLDAP,running] +To start the `slapd` service in the current session, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start slapd.service +---- + +To configure the service to start automatically at the boot time, use the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl enable slapd.service +---- + +See <> for more information on how to configure services in {MAJOROS}. + +[[s3-ldap-running-stopping]] +====== Stopping the Service +indexterm:[OpenLDAP,stopping] +To stop the running `slapd` service in the current session, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl stop slapd.service +---- + +To prevent the service from starting automatically at the boot time, type as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl disable slapd.service +rm '/etc/systemd/system/multi-user.target.wants/slapd.service' +---- + +See <> for more information on how to configure services in {MAJOROS}. + +[[s3-ldap-running-restarting]] +====== Restarting the Service +indexterm:[OpenLDAP,restarting] +To restart the running `slapd` service, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart slapd.service +---- + +This stops the service and immediately starts it again. Use this command to reload the configuration. + +[[s3-ldap-running-status]] +====== Verifying the Service Status +indexterm:[OpenLDAP,checking status] +To verify that the `slapd` service is running, type the following at a shell prompt: + +[subs="quotes, macros, attributes"] +---- +~]${nbsp}pass:attributes[{blank}][command]#systemctl is-active slapd.service# +active +---- + +[[s2-ldap-pam]] +===== Configuring a System to Authenticate Using OpenLDAP + +In order to configure a system to authenticate using OpenLDAP, make sure that the appropriate packages are installed on both LDAP server and client machines. For information on how to set up the server, follow the instructions in <> and <>. On a client, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install openldap openldap-clients nss-pam-ldapd +---- + +[[s3-ldap-migrationtools]] +====== Migrating Old Authentication Information to LDAP Format +indexterm:[OpenLDAP,migrating authentication information] +The [package]*migrationtools* package provides a set of shell and Perl scripts to help you migrate authentication information into an LDAP format. To install this package, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install migrationtools +---- + +This will install the scripts to the `/usr/share/migrationtools/` directory. Once installed, edit the `/usr/share/migrationtools/migrate_common.ph` file and change the following lines to reflect the correct domain, for example: + +---- +# Default DNS domain +$DEFAULT_MAIL_DOMAIN = "example.com"; + +# Default base +$DEFAULT_BASE = "dc=example,dc=com"; +---- + +Alternatively, you can specify the environment variables directly on the command line. For example, to run the `migrate_all_online.sh` script with the default base set to `dc=example,dc=com`, type: + +[subs="attributes"] +---- +~]#{nbsp}export DEFAULT_BASE="dc=example,dc=com" \ +/usr/share/migrationtools/migrate_all_online.sh +---- + +To decide which script to run in order to migrate the user database, see <>. + +[[table-ldap-migrationtools]] +.Commonly used LDAP migration scripts + +[options="header"] +|=== +|Existing Name Service|Is LDAP Running?|Script to Use +|`/etc` flat files|yes|`migrate_all_online.sh` +|`/etc` flat files|no|`migrate_all_offline.sh` +|NetInfo|yes|`migrate_all_netinfo_online.sh` +|NetInfo|no|`migrate_all_netinfo_offline.sh` +|NIS (YP)|yes|`migrate_all_nis_online.sh` +|NIS (YP)|no|`migrate_all_nis_offline.sh` +|=== + +For more information on how to use these scripts, see the `README` and the `migration-tools.txt` files in the `/usr/share/doc/migrationtools/` directory. + +[[s2-ldap-resources]] +===== Additional Resources + +The following resources offer additional information on the Lightweight Directory Access Protocol. Before configuring LDAP on your system, it is highly recommended that you review these resources, especially the [citetitle]_OpenLDAP Software Administrator's Guide_. + +[[bh-Installed_Documentation_OpenLDAP]] +.Installed Documentation +The following documentation is installed with the [package]*openldap-servers* package: + +* `/usr/share/doc/openldap-servers/guide.html` — A copy of the [citetitle]_OpenLDAP Software Administrator's Guide_. + +* `/usr/share/doc/openldap-servers/README.schema` — A README file containing the description of installed schema files. + +Additionally, there is also a number of manual pages that are installed with the [package]*openldap*, [package]*openldap-servers*, and [package]*openldap-clients* packages: + +Client Applications:: {blank} + +** *ldapadd*(1) — The manual page for the [command]#ldapadd# command describes how to add entries to an LDAP directory. + +** *ldapdelete*(1) — The manual page for the [command]#ldapdelete# command describes how to delete entries within an LDAP directory. + +** *ldapmodify*(1) — The manual page for the [command]#ldapmodify# command describes how to modify entries within an LDAP directory. + +** *ldapsearch*(1) — The manual page for the [command]#ldapsearch# command describes how to search for entries within an LDAP directory. + +** *ldappasswd*(1) — The manual page for the [command]#ldappasswd# command describes how to set or change the password of an LDAP user. + +** *ldapcompare*(1) — Describes how to use the [command]#ldapcompare# tool. + +** *ldapwhoami*(1) — Describes how to use the [command]#ldapwhoami# tool. + +** *ldapmodrdn*(1) — Describes how to modify the RDNs of entries. + +Server Applications:: {blank} + +** *slapd*(8C) — Describes command line options for the LDAP server. + +Administrative Applications:: {blank} + +** *slapadd*(8C) — Describes command line options used to add entries to a [command]#slapd# database. + +** *slapcat*(8C) — Describes command line options used to generate an LDIF file from a [command]#slapd# database. + +** *slapindex*(8C) — Describes command line options used to regenerate an index based upon the contents of a [command]#slapd# database. + +** *slappasswd*(8C) — Describes command line options used to generate user passwords for LDAP directories. + +Configuration Files:: {blank} + +** *ldap.conf*(5) — The manual page for the `ldap.conf` file describes the format and options available within the configuration file for LDAP clients. + +** *slapd-config*(5) — Describes the format and options available within the `/etc/openldap/slapd.d` configuration directory. + +.Online Documentation + +link:++http://www.openldap.org/doc/admin24/++[]:: The current version of the [citetitle]_OpenLDAP Software Administrator's Guide_. + +link:++http://www.kingsmountain.com/ldapRoadmap.shtml++[]:: Jeff Hodges' [citetitle]_LDAP Roadmap & FAQ_ containing links to several useful resources and emerging news concerning the LDAP protocol. + +link:++http://www.ldapman.org/articles/++[]:: A collection of articles that offer a good introduction to LDAP, including methods to design a directory tree and customizing directory structures. + +link:++http://www.padl.com/++[]:: A website of developers of several useful LDAP tools. + +[[s3-ldap-related-books]] +===== Related Books + +[citetitle]_OpenLDAP by Example_ by John Terpstra and Benjamin Coles; Prentice Hall.:: A collection of practical exercises in the OpenLDAP deployment. + +[citetitle]_Implementing LDAP_ by Mark Wilcox; Wrox Press, Inc.:: A book covering LDAP from both the system administrator's and software developer's perspective. + +[citetitle]_Understanding and Deploying LDAP Directory Services_ by Tim Howes et al.; Macmillan Technical Publishing.:: A book covering LDAP design principles, as well as its deployment in a production environment. diff --git a/en-US/servers/Printer_Configuration.adoc b/en-US/servers/Printer_Configuration.adoc new file mode 100644 index 0000000..6a5d4db --- /dev/null +++ b/en-US/servers/Printer_Configuration.adoc @@ -0,0 +1,463 @@ + +[[sec-Printer_Configuration]] +==== Printer Configuration +indexterm:[CUPS,Printer Configuration]indexterm:[printers,Printer Configuration] +The [application]*Printers* configuration tool serves for printer configuring, maintenance of printer configuration files, print spool directories and print filters, and printer classes management. + +The tool is based on the Common Unix Printing System (*CUPS*). If you upgraded the system from a previous {MAJOROS} version that used CUPS, the upgrade process preserved the configured printers. + +.Using the CUPS web application or command-line tools +[NOTE] +==== +indexterm:[Printer Configuration,CUPS] +You can perform the same and additional operations on printers directly from the CUPS web application or command line. To access the application, in a web browser, go to link:++http://localhost:631/++[http://localhost:631/]. For CUPS manuals refer to the links on the `Home` tab of the web site. + +==== + +[[sec-Starting_Printer_Config]] +===== Starting the Printers Configuration Tool + +With the [application]*Printers* configuration tool you can perform various operations on existing printers and set up new printers. You can also use CUPS directly (go to link:++http://localhost:631/++[http://localhost:631/] to access the CUPS web application). + +To start the [application]*Printers* configuration tool if using the GNOME desktop, press the kbd:[Super] key to enter the Activities Overview, type [command]#Printers#, and then press kbd:[Enter]. The [application]*Printers* configuration tool appears. The kbd:[Super] key appears in a variety of guises, depending on the keyboard and other hardware, but often as either the Windows or Command key, and typically to the left of the kbd:[Spacebar]. + +The `Printers` window depicted in <> appears. + +[[fig-printconf-main]] +.Printers Configuration window + +image::printconf-main.png[Printers Configuration window] + +[[sec-Setting_Printer]] +===== Starting Printer Setup +indexterm:[Printer Configuration,New Printer] +Printer setup process varies depending on the printer queue type. + +If you are setting up a local printer connected with USB, the printer is discovered and added automatically. You will be prompted to confirm the packages to be installed and provide an administrator or the `root` user password. Local printers connected with other port types and network printers need to be set up manually. + +[[proc-Setting_up_Printer]] + +Follow this procedure to start a manual printer setup: + +. Start the Printers configuration tool (refer to <>). + +. Select `Unlock` to enable changes to be made. In the `Authentication Required` box, type an administrator or the `root` user password and confirm. + +. Select the plus sign to open the `Add a New Printer` dialog. Select the printer from the list or enter its address below. + +[[sec-Adding_Other_Printer]] +===== Adding a Local Printer +indexterm:[Printer Configuration,Local Printers] +Follow this procedure to add a local printer connected with other than a serial port: + +[[proc-Adding_Other_Printer]] + +. Open the `Add a New Printer` dialog (refer to <>). + +. If the device does not appear automatically, select the port to which the printer is connected in the list on the left (such as `Serial Port #1` or `LPT #1`). + +. On the right, enter the connection properties: + +for `Enter URI`:: `URI` (for example file:/dev/lp0) + +for `Serial Port`:: Baud Rate + +Parity + +Data Bits + +Flow Control + +.Adding a local printer + +image::print_conf_window.png[Adding a local printer] + +. Click btn:[Forward]. + +. Select the printer model. See <> for details. + +[[s1-printing-jetdirect-printer]] +===== Adding an AppSocket/HP JetDirect printer + +Follow this procedure to add an AppSocket/HP JetDirect printer: + +[[proc-Adding_JetDirect_Printer]] + +. Open the `Add a New Printer` dialog (refer to <>). + +. In the list on the left, select menu:Network Printer[pass:attributes[{blank}]`AppSocket/HP JetDirect`pass:attributes[{blank}]]. + +. On the right, enter the connection settings: + +`Hostname`:: Printer host name or `IP` address. + +`Port Number`:: Printer port listening for print jobs (`9100` by default). + +[[fig-printconf-jetdirect]] +.Adding a JetDirect printer + +image::printconf-jetdirect.png[Adding a JetDirect Printer] + +. Click btn:[Forward]. + +. Select the printer model. See <> for details. + +[[s1-printing-ipp-printer]] +===== Adding an IPP Printer +indexterm:[Printer Configuration,IPP Printers] +An `IPP` printer is a printer attached to a different system on the same TCP/IP network. The system this printer is attached to may either be running CUPS or simply configured to use `IPP`. + +If a firewall is enabled on the printer server, then the firewall must be configured to allow incoming `TCP` connections on port `631`. Note that the CUPS browsing protocol allows client machines to discover shared CUPS queues automatically. To enable this, the firewall on the client machine must be configured to allow incoming `UDP` packets on port `631`. + +[[proc-Adding_IPP_Printer]] + +Follow this procedure to add an `IPP` printer: + +. Open the `Printers` dialog (refer to <>). + +. In the list of devices on the left, select Network Printer and `Internet Printing Protocol (ipp)` or `Internet Printing Protocol (https)`. + +. On the right, enter the connection settings: + +`Host`:: The host name of the `IPP` printer. + +`Queue`:: The queue name to be given to the new queue (if the box is left empty, a name based on the device node will be used). + +[[fig-printconf-ipp]] +.Adding an IPP printer + +image::printconf-ipp.png[Networked IPP Printer] + +. Optionally, click btn:[Verify] to detect the printer. + +. Click btn:[Forward] to continue. + +. Select the printer model. See <> for details. + +[[sec-printing-LPDLPR-printer]] +===== Adding an LPD/LPR Host or Printer +indexterm:[Printer Configuration,LDP/LPR Printers] + +[[proc-Adding_HTTPS_Printer]] + +Follow this procedure to add an LPD/LPR host or printer: + +. Open the `New Printer` dialog (refer to <>). + +. In the list of devices on the left, select menu:Network Printer[pass:attributes[{blank}]`LPD/LPR Host or Printer`pass:attributes[{blank}]]. + +. On the right, enter the connection settings: + +`Host`:: The host name of the LPD/LPR printer or host. + +Optionally, click btn:[Probe] to find queues on the LPD host. + +`Queue`:: The queue name to be given to the new queue (if the box is left empty, a name based on the device node will be used). + +[[fig-printconf-lpd]] +.Adding an LPD/LPR printer + +image::printconf-lpd.png[Adding an LPD/LPR Printer] + +. Click btn:[Forward] to continue. + +. Select the printer model. See <> for details. + +[[s1-printing-smb-printer]] +===== Adding a Samba (SMB) printer +indexterm:[Printer Configuration,Samba Printers]indexterm:[Samba,Samba Printers] + +[[proc-Adding_SMB_Printer]] + +Follow this procedure to add a Samba printer: + +.Installing the samba-client package +[NOTE] +==== + +Note that in order to add a Samba printer, you need to have the [package]*samba-client* package installed. You can do so by running, as `root`: + +[subs="quotes, macros"] +---- +[command]#dnf install samba-client# +---- + +For more information on installing packages with DNF, refer to <>. + +==== + +. Open the `New Printer` dialog (refer to <>). + +. In the list on the left, select menu:Network Printer[pass:attributes[{blank}]`Windows Printer via SAMBA`pass:attributes[{blank}]]. + +. Enter the SMB address in the `smb://` field. Use the format _computer name/printer share_. In <>, the _computer name_ is [command]#dellbox# and the _printer share_ is [command]#r2#. + +[[fig-printconf-smb]] +.Adding a SMB printer + +image::printconf-smb.png[SMB Printer] + +. Click btn:[Browse] to see the available workgroups/domains. To display only queues of a particular host, type in the host name (NetBios name) and click btn:[Browse]. + +. Select either of the options: + +.. `Prompt user if authentication is required`: user name and password are collected from the user when printing a document. + +.. `Set authentication details now`: provide authentication information now so it is not required later. In the `Username` field, enter the user name to access the printer. This user must exist on the SMB system, and the user must have permission to access the printer. The default user name is typically `guest` for Windows servers, or `nobody` for Samba servers. + +. Enter the `Password` (if required) for the user specified in the `Username` field. + +.Be careful when choosing a password +[WARNING] +==== + +Samba printer user names and passwords are stored in the printer server as unencrypted files readable by `root` and the Linux Printing Daemon, `lpd`. Thus, other users that have `root` access to the printer server can view the user name and password you use to access the Samba printer. + +Therefore, when you choose a user name and password to access a Samba printer, it is advisable that you choose a password that is different from what you use to access your local {MAJOROS} system. + +If there are files shared on the Samba print server, it is recommended that they also use a password different from what is used by the print queue. + +==== + +. Click btn:[Verify] to test the connection. Upon successful verification, a dialog box appears confirming printer share accessibility. + +. Click btn:[Forward]. + +. Select the printer model. See <> for details. + +[[s1-printing-select-model]] +===== Selecting the Printer Model and Finishing + +Once you have properly selected a printer connection type, the system attempts to acquire a driver. If the process fails, you can locate or search for the driver resources manually. + +[[proc-Selecting_Driver]] + +Follow this procedure to provide the printer driver and finish the installation: + +. In the window displayed after the automatic driver detection has failed, select one of the following options: + +.. `Select printer from database` — the system chooses a driver based on the selected make of your printer from the list of `Makes`. If your printer model is not listed, choose `Generic`. + +.. `Provide PPD file` — the system uses the provided _PostScript Printer Description_ (*PPD*) file for installation. A PPD file may also be delivered with your printer as being normally provided by the manufacturer. If the PPD file is available, you can choose this option and use the browser bar below the option description to select the PPD file. + +.. `Search for a printer driver to download` — enter the make and model of your printer into the `Make and model` field to search on OpenPrinting.org for the appropriate packages. + +[[fig-printconf-select-model]] +.Selecting a printer brand + +image::printconf-select-model.png[Selecting a printer brand from the printer database brands.] + +. Depending on your previous choice provide details in the area displayed below: + +** Printer brand for the `Select printer from database` option. + +** PPD file location for the `Provide PPD file` option. + +** Printer make and model for the `Search for a printer driver to download` option. + +. Click btn:[Forward] to continue. + +. If applicable for your option, window shown in <> appears. Choose the corresponding model in the `Models` column on the left. + +.Selecting a printer driver +[NOTE] +==== + +On the right, the recommended printer driver is automatically selected; however, you can select another available driver. The print driver processes the data that you want to print into a format the printer can understand. Since a local printer is attached directly to your computer, you need a printer driver to process the data that is sent to the printer. + +==== + +[[fig-printconf-select-driver]] +.Selecting a printer model + +image::printconf-select-driver.png[Selecting a Printer Model with a Driver Menu] + +. Click btn:[Forward]. + +. Under the `Describe Printer` enter a unique name for the printer in the `Printer Name` field. The printer name can contain letters, numbers, dashes (-), and underscores (_); it *must not* contain any spaces. You can also use the `Description` and `Location` fields to add further printer information. Both fields are optional, and may contain spaces. + +[[fig-printconf-add]] +.Printer setup + +image::printconf-add-printer.png[Printer Setup] + +. Click btn:[Apply] to confirm your printer configuration and add the print queue if the settings are correct. Click btn:[Back] to modify the printer configuration. + +. After the changes are applied, a dialog box appears allowing you to print a test page. Click btn:[Print Test Page] to print a test page now. Alternatively, you can print a test page later as described in <>. + +[[s1-printing-test-page]] +===== Printing a Test Page + +[[proc-Printing_Test_Page]] + +After you have set up a printer or changed a printer configuration, print a test page to make sure the printer is functioning properly: + +. Right-click the printer in the `Printing` window and click `Properties`. + +. In the Properties window, click `Settings` on the left. + +. On the displayed `Settings` tab, click the btn:[Print Test Page] button. + +[[s1-printing-edit]] +===== Modifying Existing Printers + +To delete an existing printer, in the `Printer` configuration window, select the printer and go to menu:Printer[pass:attributes[{blank}]`Delete`pass:attributes[{blank}]]. Confirm the printer deletion. Alternatively, press the kbd:[Delete] key. + +To set the default printer, right-click the printer in the printer list and click the `Set As Default` button in the context menu. + +====== The Settings Page +indexterm:[Printer Configuration,Settings] +To change printer driver configuration, double-click the corresponding name in the `Printer` list and click the `Settings` label on the left to display the `Settings` page. + +You can modify printer settings such as make and model, print a test page, change the device location (URI), and more. + +[[fig-printconf-config1]] +.Settings page + +image::printconf-config1.png[Settings Page] + +====== The Policies Page + +Click the `Policies` button on the left to change settings in printer state and print output. + +You can select the printer states, configure the `Error Policy` of the printer (you can decide to abort the print job, retry, or stop it if an error occurs). + +You can also create a _banner page_ (a page that describes aspects of the print job such as the originating printer, the user name from the which the job originated, and the security status of the document being printed): click the `Starting Banner` or `Ending Banner` drop-down menu and choose the option that best describes the nature of the print jobs (for example, `confidential`). + +[[sec-Sharing_Printers]] +.Sharing Printers +indexterm:[Printer Configuration,Sharing Printers] +On the `Policies` page, you can mark a printer as shared: if a printer is shared, users published on the network can use it. To allow the sharing function for printers, go to menu:Server[pass:attributes[{blank}]`Settings`pass:attributes[{blank}]] and select `Publish shared printers connected to this system`. + +[[fig-printconf-config2]] +.Policies page + +image::printconf-config2.png[Policies Page] + +Make sure that the firewall allows incoming `TCP` connections to port `631`, the port for the Network Printing Server (`IPP`) protocol. To allow `IPP` traffic through the firewall on {MAJOROSVER}, make use of `firewalld`pass:attributes[{blank}]'s `IPP` service. To do so, proceed as follows: + +[[proc-Enabling_IPP_Service_in_firewalld]] +.Enabling IPP Service in firewalld +. To start the graphical [application]*firewall-config* tool, press the kbd:[Super] key to enter the Activities Overview, type [command]#firewall# and then press kbd:[Enter]. The `Firewall Configuration` window opens. You will be prompted for an administrator or `root` password. + +Alternatively, to start the graphical firewall configuration tool using the command line, enter the following command as `root` user: + +[subs="attributes"] +---- +~]#{nbsp}firewall-config +---- + +The `Firewall Configuration` window opens. + +Look for the word "Connected" in the lower left corner. This indicates that the [application]*firewall-config* tool is connected to the user space daemon, `firewalld`. + +To immediately change the current firewall settings, ensure the drop-down selection menu labeled `Configuration` is set to `Runtime`. Alternatively, to edit the settings to be applied at the next system start, or firewall reload, select `Permanent` from the drop-down list. + +. Select the `Zones` tab and then select the firewall zone to correspond with the network interface to be used. The default is the `public` zone. The `Interfaces` tab shows what interfaces have been assigned to a zone. + +. Select the `Services` tab and then select the `ipp` service to enable sharing. The `ipp-client` service is required for accessing network printers. + +. Close the [application]*firewall-config* tool. + +[[sec-The_Access_Control_Page]] +.The Access Control Page + +You can change user-level access to the configured printer on the `Access Control` page. Click the `Access Control` label on the left to display the page. Select either `Allow printing for everyone except these users` or `Deny printing for everyone except these users` and define the user set below: enter the user name in the text box and click the btn:[Add] button to add the user to the user set. + +[[fig-printconf-config3]] +.Access Control page + +image::printconf-config3.png[Access Control Page] + +[[sec-The_Printer_Options_Page]] +.The Printer Options Page + +The `Printer Options` page contains various configuration options for the printer media and output, and its content may vary from printer to printer. It contains general printing, paper, quality, and printing size settings. + +[[fig-printconf-config4]] +.Printer Options page + +image::printconf-config4.png[Printer Options Page] + +[[sec-Job_Options_Page]] +.Job Options Page + +On the `Job Options` page, you can detail the printer job options. Click the `Job Options` label on the left to display the page. Edit the default settings to apply custom job options, such as number of copies, orientation, pages per side, scaling (increase or decrease the size of the printable area, which can be used to fit an oversize print area onto a smaller physical sheet of print medium), detailed text options, and custom job options. + +[[fig-printconf-config5]] +.Job Options page + +image::printconf-config5.png[Job Options Page] + +[[sec-Ink_Toner_Levels_Page]] +.Ink/Toner Levels Page + +The `Ink/Toner Levels` page contains details on toner status if available and printer status messages. Click the `Ink/Toner Levels` label on the left to display the page. + +[[mediaobj-printconf-config6]] +.Ink/Toner Levels page + +image::printconf-config6.png[Ink/Toner Levels Page] + +[[s1-printing-managing]] +====== Managing Print Jobs +indexterm:[Printer Configuration,Print Jobs] +When you send a print job to the printer daemon, such as printing a text file from [application]*Emacs* or printing an image from [application]*GIMP*, the print job is added to the print spool queue. The print spool queue is a list of print jobs that have been sent to the printer and information about each print request, such as the status of the request, the job number, and more. + +During the printing process, messages informing about the process appear in the notification area. + +[[fig-gnome-print-manager-list]] +.GNOME Print Status + +image::gnome-print-queue.png[GNOME Print Status] + +To cancel, hold, release, reprint or authenticate a print job, select the job in the [application]*GNOME Print Status* and on the Job menu, click the respective command. + +To view the list of print jobs in the print spool from a shell prompt, type the command [command]#lpstat -o#. The last few lines look similar to the following: + +[[lpq-example]] +.Example of [command]#lpstat -o# output +==== + +[subs="quotes, macros"] +---- +$ [command]#lpstat -o# +Charlie-60 twaugh 1024 Tue 08 Feb 2011 16:42:11 GMT +Aaron-61 twaugh 1024 Tue 08 Feb 2011 16:42:44 GMT +Ben-62 root 1024 Tue 08 Feb 2011 16:45:42 GMT +---- + +==== + +If you want to cancel a print job, find the job number of the request with the command [command]#lpstat -o# and then use the command [command]#cancel _job number_pass:attributes[{blank}]#. For example, [command]#cancel 60# would cancel the print job in <>. You cannot cancel print jobs that were started by other users with the [command]#cancel# command. However, you can enforce deletion of such job by issuing the [command]#cancel -U root _job_number_pass:attributes[{blank}]# command. To prevent such canceling, change the printer operation policy to `Authenticated` to force `root` authentication. + +You can also print a file directly from a shell prompt. For example, the command [command]#lp sample.txt# prints the text file `sample.txt`. The print filter determines what type of file it is and converts it into a format the printer can understand. + +[[s1-printing-additional-resources]] +===== Additional Resources + +To learn more about printing on {MAJOROS}, see the following resources. + +[[s2-printing-additional-resources-installed]] +====== Installed Documentation + +[command]#man lp#:: The manual page for the [command]#lpr# command that allows you to print files from the command line. + +[command]#man cancel#:: The manual page for the command-line utility to remove print jobs from the print queue. + +[command]#man mpage#:: The manual page for the command-line utility to print multiple pages on one sheet of paper. + +[command]#man cupsd#:: The manual page for the CUPS printer daemon. + +[command]#man cupsd.conf#:: The manual page for the CUPS printer daemon configuration file. + +[command]#man classes.conf#:: The manual page for the class configuration file for CUPS. + +[command]#man lpstat#:: The manual page for the [command]#lpstat# command, which displays status information about classes, jobs, and printers. + +[[s2-printing-additional-resources-websites]] +====== Useful Websites + +link:++https://wiki.linuxfoundation.org/openprinting/start++[]:: [citetitle]_Open Printing_ contains a large amount of information about printing in Linux. + +link:++http://www.cups.org/++[]:: Documentation, FAQs, and newsgroups about CUPS. diff --git a/en-US/servers/Samba.adoc b/en-US/servers/Samba.adoc new file mode 100644 index 0000000..fb3c2f3 --- /dev/null +++ b/en-US/servers/Samba.adoc @@ -0,0 +1,1192 @@ + +[[sect-Samba]] +==== Samba +indexterm:[Samba,Reference]indexterm:[Samba,Samba] +[application]*Samba* is the standard open source Windows interoperability suite of programs for Linux. It implements the _server message block_ (`SMB`) protocol. Modern versions of this protocol are also known as the _common Internet file system_ (`CIFS`) protocol. It allows the networking of Microsoft *Windows*, Linux, UNIX, and other operating systems together, enabling access to Windows-based file and printer shares. Samba's use of `SMB` allows it to appear as a Windows server to Windows clients. + +.Installing the samba package +[NOTE] +==== + +In order to use [application]*Samba*, first ensure the [package]*samba* package is installed on your system by running, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install samba +---- + +For more information on installing packages with DNF, see <>. + +==== + +[[sect-Samba-Introduction_to_Samba]] +===== Introduction to Samba +indexterm:[Samba,Introduction] +Samba is an important component to seamlessly integrate Linux Servers and Desktops into Active Directory (AD) environments. It can function both as a domain controller (NT4-style) or as a regular domain member (AD or NT4-style). +indexterm:[Samba,Abilities] +.What Samba can do: + +* Serve directory trees and printers to Linux, UNIX, and Windows clients + +* Assist in network browsing (with NetBIOS) + +* Authenticate Windows domain logins + +* Provide _Windows Internet Name Service_ (`WINS`) name server resolution + +* Act as a Windows *NT*-style _Primary Domain Controller_ (PDC) + +* Act as a _Backup Domain Controller_ (BDC) for a Samba-based PDC + +* Act as an Active Directory domain member server + +* Join a Windows NT/2000/2003/2008 PDC/Windows Server 2012 + +.What Samba cannot do: + +* Act as a BDC for a Windows PDC (and vice versa) + +* Act as an Active Directory domain controller + +[[sect-Samba_Daemons_and_Related_Services]] +===== Samba Daemons and Related Services +indexterm:[Samba,daemon,overview] +Samba is comprised of three daemons (`smbd`, `nmbd`, and `winbindd`). Three services (`smb`, `nmb`, and `winbind`) control how the daemons are started, stopped, and other service-related features. These services act as different init scripts. Each daemon is listed in detail below, as well as which specific service has control over it. + +.smbdindexterm:[Samba,daemon,smbd] +The `smbd` server daemon provides file sharing and printing services to Windows clients. In addition, it is responsible for user authentication, resource locking, and data sharing through the `SMB` protocol. The default ports on which the server listens for `SMB` traffic are `TCP` ports 139 and 445. + +The `smbd` daemon is controlled by the `smb` service. + +.nmbdindexterm:[Samba,daemon,nmbd] +The `nmbd` server daemon understands and replies to NetBIOS name service requests such as those produced by SMB/CIFS in Windows-based systems. These systems include Windows 95/98/ME, Windows NT, Windows 2000, Windows XP, and LanManager clients. It also participates in the browsing protocols that make up the Windows `Network Neighborhood` view. The default port that the server listens to for `NMB` traffic is `UDP` port `137`. + +The `nmbd` daemon is controlled by the `nmb` service. + +.winbinddindexterm:[Samba,daemon,winbindd] +The `winbind` service resolves user and group information received from a server running Windows NT, 2000, 2003, Windows Server 2008, or Windows Server 2012. This makes Windows user and group information understandable by UNIX platforms. This is achieved by using Microsoft RPC calls, _Pluggable Authentication Modules_ (PAM), and the _Name Service Switch_ (NSS). This allows Windows NT domain and Active Directory users to appear and operate as UNIX users on a UNIX machine. Though bundled with the Samba distribution, the `winbind` service is controlled separately from the `smb` service. + +The `winbind` daemon is controlled by the `winbind` service and does not require the `smb` service to be started in order to operate. `winbind` is also used when Samba is an Active Directory member, and may also be used on a Samba domain controller (to implement nested groups and interdomain trust). Because `winbind` is a client-side service used to connect to Windows NT-based servers, further discussion of `winbind` is beyond the scope of this chapter. + +.Obtaining a list of utilities that are shipped with Samba +[NOTE] +==== + +See <> for a list of utilities included in the Samba distribution. + +==== + +[[sect-Samba-Connecting_to_a_Samba_Share]] +===== Connecting to a Samba Share +indexterm:[Samba,share,connecting to with Nautilus] +You can use either [application]*Nautilus* or command line to connect to available Samba shares. + +[[proc-Samba-Connecting_to_a_Samba_Share_GUI]] +.Connecting to a Samba Share Using Nautilus +. To view a list of Samba workgroups and domains on your network, select menu:Places[ > `Network`pass:attributes[{blank}]] from the GNOME panel, and then select the desired network. Alternatively, type `smb:` in the menu:File[ > `Open Location`pass:attributes[{blank}]] bar of [application]*Nautilus*. ++ +An icon appears for each available `SMB` workgroup or domain on the network. ++ +[[fig-samba-nautilus-workgroups]] +.SMB Workgroups in Nautilus ++ +image::samba-nautilus-domain.png[SMB Workgroups in Nautilus] + +. Double-click one of the workgroup or domain icon to view a list of computers within the workgroup or domain. + +. An icon exists for each machine within the workgroup. Double-click on an icon to view the Samba shares on the machine. If a user name and password combination is required, you are prompted for them. ++ +Alternately, you can also specify the Samba server and sharename in the `Location:` bar for [application]*Nautilus* using the following syntax (replace _servername_ and _sharename_ with the appropriate values): ++ +[subs="quotes, macros"] +---- +[command]#smb://pass:attributes[{blank}]_servername_pass:attributes[{blank}]/pass:attributes[{blank}]_sharename_pass:attributes[{blank}]# +---- + +indexterm:[Samba,share,connecting to via the command line]indexterm:[Samba,smbclient]indexterm:[smbclient] + +[[proc-Samba-Connecting_to_a_Samba_Share_CLI]] +.Connecting to a Samba Share Using the Command Line +. To connect to a Samba share from a shell prompt, type the following command: ++ +[subs="quotes, macros"] +---- +[command]#~]$ smbclient //pass:attributes[{blank}]_hostname_pass:attributes[{blank}]/pass:attributes[{blank}]_sharename_ -U _username_pass:attributes[{blank}]# +---- ++ +Replace _hostname_ with the host name or `IP` address of the Samba server you want to connect to, _sharename_ with the name of the shared directory you want to browse, and _username_ with the Samba user name for the system. Enter the correct password or press kbd:[Enter] if no password is required for the user. ++ +If you see the `smb:\>` prompt, you have successfully logged in. Once you are logged in, type `help` for a list of commands. If you want to browse the contents of your home directory, replace _sharename_ with your user name. If the [command]#-U# switch is not used, the user name of the current user is passed to the Samba server. + +. To exit [command]#smbclient#, type `exit` at the `smb:\>` prompt. + +[[sect-Mounting_the_Samba_Share]] +===== Mounting the Share +indexterm:[Samba,share,mounting] +Sometimes it is useful to mount a Samba share to a directory so that the files in the directory can be treated as if they are part of the local file system. + +To mount a Samba share to a directory, create a directory to mount it to (if it does not already exist), and execute the following command as `root`: + +[subs="quotes, macros"] +---- +[command]#mount -t cifs //pass:attributes[{blank}]_servername_pass:attributes[{blank}]/pass:attributes[{blank}]_sharename_ _/mnt/point/_ -o username=pass:attributes[{blank}]_username_,password=pass:attributes[{blank}]_password_pass:attributes[{blank}]# +---- + +This command mounts _sharename_ from _servername_ in the local directory _/mnt/point/_. + +For more information about mounting a samba share, see the *mount.cifs*(8) manual page. + +.Installing cifs-utils package +[NOTE] +==== + +The [application]*mount.cifs* utility is a separate RPM (independent from Samba). In order to use [application]*mount.cifs*, first ensure the [package]*cifs-utils* package is installed on your system by running, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install cifs-utils +---- + +For more information on installing packages with DNF, see <>. + +Note that the [package]*cifs-utils* package also contains the [application]*cifs.upcall* binary called by the kernel in order to perform kerberized CIFS mounts. For more information on [application]*cifs.upcall*, see the *cifs.upcall*(8) manual page. + +==== + +.CIFS servers that require plain text passwords +[WARNING] +==== + +Some CIFS servers require plain text passwords for authentication. Support for plain text password authentication can be enabled using the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}echo 0x37 > /proc/fs/cifs/SecurityFlags +---- + +WARNING: This operation can expose passwords by removing password encryption. + +==== + +[[sect-Samba-Configuring_a_Samba_Server]] +===== Configuring a Samba Server +indexterm:[Samba,configuration]indexterm:[Samba,configuration,default] +The default configuration file (`/etc/samba/smb.conf`) allows users to view their home directories as a Samba share. It also shares all printers configured for the system as Samba shared printers. You can attach a printer to the system and print to it from the Windows machines on your network. + +[[sect-Samba-GUI_Configuration]] +====== Graphical Configuration +indexterm:[Samba,graphical configuration] +To configure Samba using a graphical interface, use one of the available Samba graphical user interfaces. A list of available GUIs can be found at link:++http://www.samba.org/samba/GUI/++[http://www.samba.org/samba/GUI/]. + +[[sect-Samba-Command-Line-Configuration]] +====== Command-Line Configuration +indexterm:[Samba,configuration] +Samba uses `/etc/samba/smb.conf` as its configuration file. If you change this configuration file, the changes do not take effect until you restart the Samba daemon with the following command, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart smb.service +---- + +To specify the Windows workgroup and a brief description of the Samba server, edit the following lines in your `/etc/samba/smb.conf` file: + +[subs="quotes, macros"] +---- + +workgroup = _WORKGROUPNAME_ +server string = _BRIEF COMMENT ABOUT SERVER_ +---- + +Replace _WORKGROUPNAME_ with the name of the Windows workgroup to which this machine should belong. The _BRIEF COMMENT ABOUT SERVER_ is optional and is used as the Windows comment about the Samba system. + +To create a Samba share directory on your Linux system, add the following section to your `/etc/samba/smb.conf` file (after modifying it to reflect your needs and your system): + +[[exam-Samba-Configuring_Samba_Server]] +.An Example Configuration of a Samba Server +==== + +[subs="quotes, macros"] +---- + +[pass:attributes[{blank}]_sharename_pass:attributes[{blank}]] +comment = _Insert a comment here_ +path = _/home/share/_ +valid users = _tfox carole_ +writable = yes +create mask = 0765 +---- + +==== + +The above example allows the users [command]#tfox# and [command]#carole# to read and write to the directory `/home/share/`, on the Samba server, from a Samba client. + +[[sect-Samba-Encrypted_Passwords]] +====== Encrypted Passwords + +Encrypted passwords are enabled by default because it is more secure to use them. To create a user with an encrypted password, use the `smbpasswd` utility: + +[subs="quotes, macros"] +---- +[command]#smbpasswd -a _username_pass:attributes[{blank}]# +---- +indexterm:[Samba,with Windows NT 4.0, 2000, ME, and XP]indexterm:[Windows NT 4.0,connecting to shares using Samba]indexterm:[Windows 98,connecting to shares using Samba]indexterm:[Windows 2000,connecting to shares using Samba]indexterm:[Windows ME,connecting to shares using Samba]indexterm:[Windows XP,connecting to shares using Samba]indexterm:[Samba,encrypted passwords] + +[[sect-Samba-Starting_and_Stopping]] +===== Starting and Stopping Samba +indexterm:[Samba,service,starting]indexterm:[Samba,service,stopping]indexterm:[Samba,service,restarting]indexterm:[Samba,service,conditional restarting]indexterm:[Samba,service,reloading] +To start a Samba server, type the following command in a shell prompt, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start smb.service +---- + +.Setting up a domain member server +[IMPORTANT] +==== + +To set up a domain member server, you must first join the domain or Active Directory using the [command]#net join# command *before* starting the `smb` service. Also, it is recommended to run `winbind` before `smbd`. + +==== + +To stop the server, type the following command in a shell prompt, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl stop smb.service +---- + +The [option]`restart` option is a quick way of stopping and then starting Samba. This is the most reliable way to make configuration changes take effect after editing the configuration file for Samba. Note that the restart option starts the daemon even if it was not running originally. + +To restart the server, type the following command in a shell prompt, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart smb.service +---- + +The [option]`condrestart` (_conditional restart_) option only starts `smb` on the condition that it is currently running. This option is useful for scripts, because it does not start the daemon if it is not running. + +.Applying the changes to the configuration +[NOTE] +==== + +When the `/etc/samba/smb.conf` file is changed, Samba automatically reloads it after a few minutes. Issuing a manual [command]#restart# or [command]#reload# is just as effective. + +==== + +To conditionally restart the server, type the following command, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl try-restart smb.service +---- + +A manual reload of the `/etc/samba/smb.conf` file can be useful in case of a failed automatic reload by the `smb` service. To ensure that the Samba server configuration file is reloaded without restarting the service, type the following command, as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl reload smb.service +---- + +By default, the `smb` service does *not* start automatically at boot time. To configure Samba to start at boot time, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl enable smb.service +---- + +See <> for more information regarding this tool. + +[[sect-Samba-Server_Types_and_the_smb.conf_File]] +===== Samba Server Types and the `smb.conf` File +indexterm:[Samba,smb.conf]indexterm:[Samba,Server Types] +Samba configuration is straightforward. All modifications to Samba are done in the `/etc/samba/smb.conf` configuration file. Although the default `smb.conf` file is well documented, it does not address complex topics such as LDAP, Active Directory, and the numerous domain controller implementations. + +The following sections describe the different ways a Samba server can be configured. Keep in mind your needs and the changes required to the `/etc/samba/smb.conf` file for a successful configuration. + +[[sect-Samba-Standalone_Server]] +====== Stand-alone Server +indexterm:[Samba,server types,Stand Alone] +A stand-alone server can be a workgroup server or a member of a workgroup environment. A stand-alone server is not a domain controller and does not participate in a domain in any way. The following examples include several user-level security configurations. For more information on security modes, see <>. + +.Anonymous Read-Onlyindexterm:[Samba,smb.conf,Anonymous Read Only example] +The following `/etc/samba/smb.conf` file shows a sample configuration needed to implement anonymous read-only file sharing. Two directives are used to configure anonymous access – `map to guest = Bad user` and `guest account = nobody`. + +[[exam-Samba-Standalone_Anonymous_Read-Only_Server]] +.An Example Configuration of a Anonymous Read-Only Samba Server +==== + +---- +[global] +workgroup = DOCS +netbios name = DOCS_SRV +security = user +guest account = nobody # default value +map to guest = Bad user + +[data] +comment = Documentation Samba Server +path = /export +read only = yes +guest ok = yes +---- + +==== + +.Anonymous Read/Writeindexterm:[Samba,smb.conf,Anonymous Read/Write example] +The following `/etc/samba/smb.conf` file shows a sample configuration needed to implement anonymous read/write file sharing. To enable anonymous read/write file sharing, set the `read only` directive to `no`. The `force user` and `force group` directives are also added to enforce the ownership of any newly placed files specified in the share. + +.Do not use anonymous read/write servers +[NOTE] +==== + +Although having an anonymous read/write server is possible, it is not recommended. Any files placed in the share space, regardless of user, are assigned the user/group combination as specified by a generic user (`force user`) and group (`force group`) in the `/etc/samba/smb.conf` file. + +==== + +[[exam-Samba-Standalone_Anonymous_Read-Write-Server]] +.An Example Configuration of a Anonymous Read/Write Samba Server +==== + +---- + +[global] +workgroup = DOCS +security = user +guest account = nobody # default value +map to guest = Bad user + +[data] +comment = Data +path = /export +guest ok = yes +writeable = yes +force user = user +force group = group +---- + +==== + +.Anonymous Print Serverindexterm:[Samba,smb.conf,Anonymous Print Server example] +The following `/etc/samba/smb.conf` file shows a sample configuration needed to implement an anonymous print server. Setting `browseable` to `no` as shown does not list the printer in Windows `Network Neighborhood`. Although hidden from browsing, configuring the printer explicitly is possible. By connecting to `DOCS_SRV` using NetBIOS, the client can have access to the printer if the client is also part of the `DOCS` workgroup. It is also assumed that the client has the correct local printer driver installed, as the `use client driver` directive is set to `yes`. In this case, the Samba server has no responsibility for sharing printer drivers to the client. + +[[exam-Samba-Standalone_Anonymous_Print-Server]] +.An Example Configuration of a Anonymous Print Samba Server +==== + +---- + +[global] +workgroup = DOCS +netbios name = DOCS_SRV +security = user +map to guest = Bad user +printing = cups + +[printers] +comment = All Printers +path = /var/spool/samba +guest ok = yes +printable = yes +use client driver = yes +browseable = yes +---- + +==== + +.Secure Read/Write File and Print Serverindexterm:[Samba,smb.conf,Secure File and Print Server example] +The following `/etc/samba/smb.conf` file shows a sample configuration needed to implement a secure read/write file and print server. Setting the `security` directive to `user` forces Samba to authenticate client connections. Notice the `[homes]` share does not have a `force user` or `force group` directive as the `[public]` share does. The `[homes]` share uses the authenticated user details for any files created as opposed to the `force user` and `force group` in `[public]`. + +[[exam-Samba-Standalone_Secure_Read_Write_File_and_Print_Server]] +.An Example Configuration of a Secure Read/Write File and Print Samba Server +==== + +---- + +[global] +workgroup = DOCS +netbios name = DOCS_SRV +security = user +printcap name = cups +disable spools = yes +show add printer wizard = no +printing = cups + +[homes] +comment = Home Directories +valid users = %S +read only = no +browseable = no + +[public] +comment = Data +path = /export +force user = docsbot +force group = users +guest ok = yes + +[printers] +comment = All Printers +path = /var/spool/samba +printer admin = john, ed, @admins +create mask = 0600 +guest ok = yes +printable = yes +use client driver = yes +browseable = yes +---- + +==== + +[[sect-Samba-Domain_Member_Server]] +====== Domain Member Server +indexterm:[Samba,server types,Domain Member] +A domain member, while similar to a stand-alone server, is logged into a domain controller (either Windows or Samba) and is subject to the domain's security rules. An example of a domain member server would be a departmental server running Samba that has a machine account on the Primary Domain Controller (PDC). All of the department's clients still authenticate with the PDC, and desktop profiles and all network policy files are included. The difference is that the departmental server has the ability to control printer and network shares. + +.Active Directory Domain Member Serverindexterm:[Samba,smb.conf,Active Directory Member Server example] +To implement an Active Directory domain member server, follow procedure below: + +[[proc-Samba-Adding_an_AD_Member]] +.Adding a Member Server to an Active Directory Domain +. Create the `/etc/samba/smb.conf` configuration file on a member server to be added to the Active Directory domain. Add the following lines to the configuration file: ++ +---- + +[global] +realm = EXAMPLE.COM +security = ADS +encrypt passwords = yes +# Optional. Use only if Samba cannot determine the Kerberos server automatically. +password server = kerberos.example.com +---- ++ +With the above configuration, Samba authenticates users for services being run locally but is also a client of the Active Directory. Ensure that your kerberos `realm` parameter is shown in all caps (for example `realm = EXAMPLE.COM`). Since Windows 2000/2003/2008 requires Kerberos for Active Directory authentication, the `realm` directive is required. If Active Directory and Kerberos are running on different servers, the `password server` directive is required to help the distinction. + +. Configure Kerberos on the member server. Create the `/etc/krb5.conf` configuration file with the following content: ++ +---- + +[logging] + default = FILE:/var/log/krb5libs.log + +[libdefaults] + default_realm = AD.EXAMPLE.COM + dns_lookup_realm = true + dns_lookup_kdc = true + ticket_lifetime = 24h + renew_lifetime = 7d + rdns = false + forwardable = false + +[realms] +# Define only if DNS lookups are not working +# AD.EXAMPLE.COM = { +# kdc = server.ad.example.com +# admin_server = server.ad.example.com +# master_kdc = server.ad.example.com +# } + +[domain_realm] +# Define only if DNS lookups are not working +# .ad.example.com = AD.EXAMPLE.COM +# ad.example.com = AD.EXAMPLE.COM +---- ++ +Uncomment the `[realms]` and `[domain_realm]` sections if DNS lookups are not working. ++ +For more information on Kerberos, and the [command]#/etc/krb5.conf# file, see the [citetitle]_Using Kerberos_ section of the [citetitle]_link:++https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System-Level_Authentication_Guide/Using_Kerberos.html++[Red{nbsp}Hat{nbsp}Enterprise{nbsp}Linux{nbsp}7 System Level Authentication Guide]_. + +. To join an Active Directory server, type the following command as `root` on the member server: ++ +---- +~]# net ads join -U administrator%password +---- ++ +The [command]#net# command authenticates as `Administrator` using the NT LAN Manager (NTLM) protocol and creates the machine account. Then [command]#net# uses the machine account credentials to authenticate with Kerberos. ++ +.The security option +[NOTE] +==== + +Since `security = ads` and not `security = user` is used, a local password back end such as `smbpasswd` is not needed. Older clients that do not support `security = ads` are authenticated as if `security = domain` had been set. This change does not affect functionality and allows local users not previously in the domain. + +==== + +.Windows NT4-based Domain Member Serverindexterm:[Samba,smb.conf,NT4-style Domain Member example] +The following `/etc/samba/smb.conf` file shows a sample configuration needed to implement a Windows NT4-based domain member server. Becoming a member server of an NT4-based domain is similar to connecting to an Active Directory. The main difference is NT4-based domains do not use Kerberos in their authentication method, making the `/etc/samba/smb.conf` file simpler. In this instance, the Samba member server functions as a pass through to the NT4-based domain server. + +[[exam-Samba-Domain_Member_Server-Windows_NT4-based_Domain_Memeber_Server]] +.An Example Configuration of Samba Windows NT4-based Domain Member Server +==== + +---- + +[global] +workgroup = DOCS +netbios name = DOCS_SRV +security = domain + +[homes] +comment = Home Directories +valid users = %S +read only = no +browseable = no + +[public] +comment = Data +path = /export +force user = docsbot +force group = users +guest ok = yes +---- + +==== + +Having Samba as a domain member server can be useful in many situations. There are times where the Samba server can have other uses besides file and printer sharing. It may be beneficial to make Samba a domain member server in instances where Linux-only applications are required for use in the domain environment. Administrators appreciate keeping track of all machines in the domain, even if not Windows-based. In the event the Windows-based server hardware is deprecated, it is quite easy to modify the `/etc/samba/smb.conf` file to convert the server to a Samba-based PDC. If Windows NT-based servers are upgraded to Windows 2000/2003/2008 the `/etc/samba/smb.conf` file is easily modifiable to incorporate the infrastructure change to Active Directory if needed. + +.Make sure you join the domain before starting Samba +[IMPORTANT] +==== + +After configuring the `/etc/samba/smb.conf` file, join the domain *before* starting Samba by typing the following command as `root`: + +---- +~]# net rpc join -U administrator%password +---- + +==== + +Note that the [option]`-S` option, which specifies the domain server host name, does not need to be stated in the [command]#net rpc join# command. Samba uses the host name specified by the `workgroup` directive in the `/etc/samba/smb.conf` file instead of it being stated explicitly. + +[[sect-Samba-Domain_Controller]] +====== Domain Controller +indexterm:[Samba,server types,Domain Controller] +A domain controller in Windows NT is functionally similar to a Network Information Service (NIS) server in a Linux environment. Domain controllers and NIS servers both host user and group information databases as well as related services. Domain controllers are mainly used for security, including the authentication of users accessing domain resources. The service that maintains the user and group database integrity is called the _Security Account Manager_ (SAM). The SAM database is stored differently between Windows and Linux Samba-based systems, therefore SAM replication cannot be achieved and platforms cannot be mixed in a PDC/BDC environment. + +In a Samba environment, there can be only one PDC and zero or more BDCs. + +.A mixed Samba/Windows domain controller environment +[IMPORTANT] +==== + +Samba cannot exist in a mixed Samba/Windows domain controller environment (Samba cannot be a BDC of a Windows PDC or vice versa). Alternatively, Samba PDCs and BDCs *can* coexist. + +==== + +.Primary Domain Controller (PDC) Using `tdbsam`pass:attributes[{blank}]indexterm:[Samba,smb.conf,PDC using tdbsam] +The simplest and most common implementation of a Samba PDC uses the new default `tdbsam` password database back end. Replacing the aging `smbpasswd` back end, `tdbsam` has numerous improvements that are explained in more detail in <>. The `passdb backend` directive controls which back end is to be used for the PDC. + +The following `/etc/samba/smb.conf` file shows a sample configuration needed to implement a `tdbsam` password database back end. + +[[exam-Samba_Domain_Controller-PDC_Using_tdbsam]] +.An Example Configuration of Primary Domain Controller (PDC) Using `tdbsam` +==== + +---- + +[global] +workgroup = DOCS +netbios name = DOCS_SRV +passdb backend = tdbsam +security = user +add user script = /usr/sbin/useradd -m "%u" +delete user script = /usr/sbin/userdel -r "%u" +add group script = /usr/sbin/groupadd "%g" +delete group script = /usr/sbin/groupdel "%g" +add user to group script = /usr/sbin/usermod -G "%g" "%u" +add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null -g machines "%u" +# The following specifies the default logon script +# Per user logon scripts can be specified in the user +# account using pdbedit logon script = logon.bat +# This sets the default profile path. +# Set per user paths with pdbedit +logon drive = H: +domain logons = yes +os level = 35 +preferred master = yes +domain master = yes + +[homes] + comment = Home Directories + valid users = %S + read only = no + +[netlogon] + comment = Network Logon Service + path = /var/lib/samba/netlogon/scripts + browseable = no + read only = no +# For profiles to work, create a user directory under the +# path shown. +# mkdir -p /var/lib/samba/profiles/john + +[Profiles] + comment = Roaming Profile Share + path = /var/lib/samba/profiles + read only = no + browseable = no + guest ok = yes + profile acls = yes +# Other resource shares ... ... +---- + +==== + +To provide a functional PDC system which uses `tdbsam` follow these steps: + +[[proc-Samba_Domain_Controller-PDC_Using_tdbsam]] + +. Adjust the `smb.conf` configuration file as shown in <>. + +. Add the `root` user to the Samba password database. You will be prompted to provide a new Samba password for the `root` user: ++ +---- +~]# smbpasswd -a root +New SMB password: +---- + +. Start the `smb` service: ++ +---- +~]# service smb start +---- + +. Make sure all profile, user, and netlogon directories are created. + +. Add groups that users can be members of: ++ +---- +~]# groupadd -f users +~]# groupadd -f nobody +~]# groupadd -f ntadmins +---- + +. Associate the UNIX groups with their respective Windows groups. ++ +---- +~]# net groupmap add ntgroup="Domain Users" unixgroup=users +~]# net groupmap add ntgroup="Domain Guests" unixgroup=nobody +~]# net groupmap add ntgroup="Domain Admins" unixgroup=ntadmins +---- + +. Grant access rights to a user or a group. For example, to grant the right to add client machines to the domain on a Samba domain controller, to the members to the Domain Admins group, execute the following command: ++ +---- +~]# net rpc rights grant 'DOCS\Domain Admins' SetMachineAccountPrivilege -S PDC -U root +---- + +Keep in mind that Windows systems prefer to have a primary group which is mapped to a domain group such as Domain Users. + +Windows groups and users use the same namespace thus not allowing the existence of a group and a user with the same name like in UNIX. + +.Limitations of the tdbsam authentication back end +[NOTE] +==== + +If you need more than one domain controller or have more than 250 users, do *not* use the `tdbsam` authentication back end. LDAP is recommended in these cases. + +==== + +.Primary Domain Controller (PDC) with Active Directoryindexterm:[Samba,smb.conf,PDC using Active Directory] +Although it is possible for Samba to be a member of an Active Directory, it is not possible for Samba to operate as an Active Directory domain controller. + +[[sect-Samba-Security_Modes]] +===== Samba Security Modes +indexterm:[Samba,Security Modes] +There are only two types of security modes for Samba, _share-level_ and _user-level_, which are collectively known as *pass:attributes[{blank}]_security levels_pass:attributes[{blank}]*. Share-level security is deprecated and has been removed from Samba. Configurations containing this mode need to be migrated to use user-level security. User-level security can be implemented in one of three different ways. The different ways of implementing a security level are called _security modes_. + +[[sect-Samba_Security_Modes-User_Level]] +====== User-Level Security +indexterm:[Samba,Security Modes,User Level Security] +User-level security is the default and recommended setting for Samba. Even if the `security = user` directive is not listed in the `/etc/samba/smb.conf` file, it is used by Samba. If the server accepts the client's user name and password, the client can then mount multiple shares without specifying a password for each instance. Samba can also accept session-based user name and password requests. The client maintains multiple authentication contexts by using a unique UID for each logon. + +In the `/etc/samba/smb.conf` file, the `security = user` directive that sets user-level security is: + +[subs="quotes"] +---- + +[GLOBAL] +... +security = user +... +---- + +.Samba Guest Sharesindexterm:[Samba,Security Modes] +As mentioned above, share-level security mode is deprecated. To configure a Samba guest share without using the `security = share` parameter, follow the procedure below: + +[[proc-Samba_Security_Modes-Samba_Guest_Shares]] +.Configuring Samba Guest Shares +. Create a username map file, in this example `/etc/samba/smbusers`, and add the following line to it: ++ +[subs="quotes"] +---- +nobody = guest +---- + +. Add the following directives to the main section in the `/etc/samba/smb.conf` file. Also, do not use the `valid users` directive: ++ +[subs="quotes, macros"] +---- + +[GLOBAL] +... +security = user +map to guest = Bad User +username map = _/etc/samba/smbusers_ +... +---- ++ +The `username map` directive provides a path to the username map file specified in the previous step. + +. Add the following directive to the share section in the `/ect/samba/smb.conf` file. Do not use the `valid users` directive. ++ +[subs="quotes"] +---- +[SHARE] +... +guest ok = yes +... +---- + +The following sections describe other implementations of user-level security. + +.Domain Security Mode (User-Level Security)indexterm:[Samba,Security Modes,Domain Security Mode] +In domain security mode, the Samba server has a machine account (domain security trust account) and causes all authentication requests to be passed through to the domain controllers. The Samba server is made into a domain member server by using the following directives in the `/etc/samba/smb.conf` file: + +[subs="quotes"] +---- + +[GLOBAL] +... +security = domain +workgroup = MARKETING +... +---- + +.Active Directory Security Mode (User-Level Security)indexterm:[Samba,Security Modes,Active Directory Security Mode] +If you have an Active Directory environment, it is possible to join the domain as a native Active Directory member. Even if a security policy restricts the use of NT-compatible authentication protocols, the Samba server can join an ADS using Kerberos. Samba in Active Directory member mode can accept Kerberos tickets. + +In the `/etc/samba/smb.conf` file, the following directives make Samba an Active Directory member server: + +[subs="quotes"] +---- + +[GLOBAL] +... +security = ADS +realm = EXAMPLE.COM +password server = kerberos.example.com +... +---- + +[[sect-Samba_Security_Modes-Share_Level]] +====== Share-Level Security +indexterm:[Samba,Security Modes,Share-Level Security] +With share-level security, the server accepts only a password without an explicit user name from the client. The server expects a password for each share, independent of the user name. There have been recent reports that Microsoft Windows clients have compatibility issues with share-level security servers. This mode is deprecated and has been removed from Samba. Configurations containing `security = share` should be updated to use user-level security. Follow the steps in <> to avoid using the `security = share` directive. + +[[sect-Samba-Account_Information-Databases]] +===== Samba Account Information Databases +indexterm:[Samba,Account Information Databases] +The following is a list different back ends you can use with Samba. Other back ends not listed here may also be available. +indexterm:[Samba,Backward Compatible Database Back Ends]indexterm:[Samba,Account Information Databases,Plain Text]indexterm:[Samba,Account Information Databases,smbpasswd]indexterm:[Samba,Account Information Databases,ldapsam_compat]indexterm:[Samba,New Database Back Ends]indexterm:[Samba,Account Information Databases,tdbsam]indexterm:[Samba,Account Information Databases,ldapsam]indexterm:[Samba,Account Information Databases,mysqlsam]indexterm:[Samba,Account Information Databases,xmlsam] + +Plain Text:: Plain text back ends are nothing more than the `/etc/passwd` type back ends. With a plain text back end, all user names and passwords are sent unencrypted between the client and the Samba server. This method is very insecure and is not recommended for use by any means. It is possible that different Windows clients connecting to the Samba server with plain text passwords cannot support such an authentication method. + +`smbpasswd`:: The `smbpasswd` back end utilizes a plain ASCII text layout that includes the MS Windows LanMan and NT account, and encrypted password information. The `smbpasswd` back end lacks the storage of the Windows NT/2000/2003 SAM extended controls. The `smbpasswd` back end is not recommended because it does not scale well or hold any Windows information, such as RIDs for NT-based groups. The `tdbsam` back end solves these issues for use in a smaller database (250 users), but is still not an enterprise-class solution. + +`ldapsam_compat`:: The `ldapsam_compat` back end allows continued OpenLDAP support for use with upgraded versions of Samba. + +`tdbsam`:: The default `tdbsam` password back end provides a database back end for local servers, servers that do not need built-in database replication, and servers that do not require the scalability or complexity of LDAP. The `tdbsam` back end includes all of the `smbpasswd` database information as well as the previously-excluded SAM information. The inclusion of the extended SAM data allows Samba to implement the same account and system access controls as seen with Windows NT/2000/2003/2008-based systems. ++ +The `tdbsam` back end is recommended for 250 users at most. Larger organizations should require Active Directory or LDAP integration due to scalability and possible network infrastructure concerns. + +`ldapsam`:: The `ldapsam` back end provides an optimal distributed account installation method for Samba. LDAP is optimal because of its ability to replicate its database to any number of servers such as the [application]*Red{nbsp}Hat Directory Server* or an [application]*OpenLDAP Server*. LDAP databases are light-weight and scalable, and as such are preferred by large enterprises. Installation and configuration of directory servers is beyond the scope of this chapter. For more information on the [application]*Red{nbsp}Hat Directory Server*, see the [citetitle]_link:++https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/deployment_guide/index++[Red Hat Directory Server 10 Deployment Guide]_. For more information on LDAP, see <>. ++ +If you are upgrading from a previous version of Samba to 3.0, note that the OpenLDAP schema file (`/usr/share/doc/samba-_version_pass:attributes[{blank}]/LDAP/samba.schema`) and the Red{nbsp}Hat Directory Server schema file (`/usr/share/doc/samba-_version_pass:attributes[{blank}]/LDAP/samba-schema-FDS.ldif`) have changed. These files contain the _attribute syntax definitions_ and _objectclass definitions_ that the `ldapsam` back end needs in order to function properly. ++ +As such, if you are using the `ldapsam` back end for your Samba server, you will need to configure `slapd` to include one of these schema file. See <> for directions on how to do this. ++ +.Make sure the openldap-servers package is installed +[NOTE] +==== + +You need to have the [package]*openldap-servers* package installed if you want to use the `ldapsam` back end. To ensure that the package is installed, execute the following command as `roots`: + +---- +~]# dnf install openldap-servers +---- + +==== + +[[sect-Samba-Network_Browsing]] +===== Samba Network Browsing +indexterm:[Samba,Network Browsing]indexterm:[Samba,Browsing] +_Network browsing_ enables Windows and Samba servers to appear in the Windows `Network Neighborhood`. Inside the `Network Neighborhood`, icons are represented as servers and if opened, the server's shares and printers that are available are displayed. + +Network browsing capabilities require NetBIOS over `TCP`pass:attributes[{blank}]/pass:attributes[{blank}]`IP`. NetBIOS-based networking uses broadcast (`UDP`) messaging to accomplish browse list management. Without NetBIOS and WINS as the primary method for `TCP`pass:attributes[{blank}]/pass:attributes[{blank}]`IP` host name resolution, other methods such as static files (`/etc/hosts`) or `DNS`, must be used. + +A domain master browser collates the browse lists from local master browsers on all subnets so that browsing can occur between workgroups and subnets. Also, the domain master browser should preferably be the local master browser for its own subnet. + +[[sect-Samba-Domain-Browsing]] +====== Domain Browsing +indexterm:[Samba,Network Browsing,Domain Browsing] +By default, a Windows server PDC for a domain is also the domain master browser for that domain. A Samba server must *not* be set up as a domain master server in this type of situation. + +For subnets that do not include the Windows server PDC, a Samba server can be implemented as a local master browser. Configuring the `/etc/samba/smb.conf` file for a local master browser (or no browsing at all) in a domain controller environment is the same as workgroup configuration (see <>). + +[[sect-Samba-WINS]] +====== WINS (Windows Internet Name Server) +indexterm:[Samba,WINS]indexterm:[Samba,Network Browsing,WINS] +Either a Samba server or a Windows NT server can function as a WINS server. When a WINS server is used with NetBIOS enabled, UDP unicasts can be routed which allows name resolution across networks. Without a WINS server, the UDP broadcast is limited to the local subnet and therefore cannot be routed to other subnets, workgroups, or domains. If WINS replication is necessary, do not use Samba as your primary WINS server, as Samba does not currently support WINS replication. + +In a mixed NT/2000/2003/2008 server and Samba environment, it is recommended that you use the Microsoft WINS capabilities. In a Samba-only environment, it is recommended that you use *only one* Samba server for WINS. + +The following is an example of the `/etc/samba/smb.conf` file in which the Samba server is serving as a WINS server: + +[[exam-Samba-WINS]] +.An Example Configuration of WINS Server +==== + +[subs="quotes"] +---- + +[global] +wins support = yes +---- + +==== + +.Using WINS +[NOTE] +==== + +All servers (including Samba) should connect to a WINS server to resolve NetBIOS names. Without WINS, browsing only occurs on the local subnet. Furthermore, even if a domain-wide list is somehow obtained, hosts cannot be resolved for the client without WINS. + +==== + +[[sect-Samba_with_CUPS_Printing_Support]] +===== Samba with CUPS Printing Support +indexterm:[Samba,CUPS Printing Support] +Samba allows client machines to share printers connected to the Samba server. In addition, Samba also allows client machines to send documents built in Linux to Windows printer shares. Although there are other printing systems that function with {MAJOROS}, CUPS (Common UNIX Print System) is the recommended printing system due to its close integration with Samba. + +[[sect-Samba-CUPS-smb.conf]] +====== Simple `smb.conf` Settings +indexterm:[Samba,CUPS Printing Support,CUPS smb.conf] +The following example shows a very basic `/etc/samba/smb.conf` configuration for CUPS support: + +[[exam-Samba-CUPS-smb.conf]] +.An Example Configuration of Samba with CUPS Support +==== + +[subs="quotes"] +---- + +[global] +load printers = yes +printing = cups +printcap name = cups +[printers] +comment = All Printers +path = /var/spool/samba +browseable = no +guest ok = yes +writable = no +printable = yes +printer admin = @ntadmins +[print$] +comment = Printer Drivers Share +path = /var/lib/samba/drivers +write list = ed, john +printer admin = ed, john +---- + +==== + +Other printing configurations are also possible. To add additional security and privacy for printing confidential documents, users can have their own print spooler not located in a public path. If a job fails, other users would not have access to the file. + +The `print$` directive contains printer drivers for clients to access if not available locally. The `print$` directive is optional and may not be required depending on the organization. + +Setting `browseable` to `yes` enables the printer to be viewed in the Windows Network Neighborhood, provided the Samba server is set up correctly in the domain or workgroup. + +[[sect-Samba_Distribution_Programs]] +===== Samba Distribution Programs +indexterm:[Samba,Programs] +.`net`pass:attributes[{blank}]indexterm:[Samba,Programs,net]indexterm:[net program] +---- +net +---- + +The `net` utility is similar to the `net` utility used for Windows and MS-DOS. The first argument is used to specify the protocol to use when executing a command. The [option]`pass:attributes[{blank}]_protocol_pass:attributes[{blank}]` option can be [option]`ads`, [option]`rap`, or [option]`rpc` for specifying the type of server connection. Active Directory uses [option]`ads`, Win9x/NT3 uses [option]`rap`, and Windows NT4/2000/2003/2008 uses [option]`rpc`. If the protocol is omitted, `net` automatically tries to determine it. + +The following example displays a list of the available shares for a host named `wakko`: + +[subs="quotes, macros"] +---- + +~]$ pass:attributes[{blank}][command]#net -l share -S wakko# +Password: +Enumerating shared resources (exports) on remote server: +Share name Type Description +---------- ---- ----------- +data Disk Wakko data share +tmp Disk Wakko tmp share +IPC$ IPC IPC Service (Samba Server) +ADMIN$ IPC IPC Service (Samba Server) +---- + +The following example displays a list of Samba users for a host named `wakko`: + +[subs="quotes, macros"] +---- + +~]$ pass:attributes[{blank}][command]#net -l user -S wakko# +root password: +User name Comment +----------------------------- +andriusb Documentation +joe Marketing +lisa Sales +---- + +.`nmblookup`pass:attributes[{blank}]indexterm:[Samba,Programs,nmblookup]indexterm:[nmblookup program] +---- +nmblookup +---- + +The `nmblookup` program resolves NetBIOS names into `IP` addresses. The program broadcasts its query on the local subnet until the target machine replies. + +The following example displays the `IP` address of the NetBIOS name `trek`: + +[subs="quotes, macros"] +---- + +~]$ pass:attributes[{blank}][command]#nmblookup trek# +querying trek on 10.1.59.255 +10.1.56.45 trek<00> +---- + +.`pdbedit`pass:attributes[{blank}]indexterm:[Samba,Programs,pdbedit]indexterm:[pdbedit program] +[subs="quotes, macros"] +---- +[command]#pdbedit _<options>_pass:attributes[{blank}]# +---- + +The `pdbedit` program manages accounts located in the SAM database. All back ends are supported including `smbpasswd`, LDAP, and the tdb database library. + +The following are examples of adding, deleting, and listing users: + +[subs="quotes, macros"] +---- + +~]$ pass:attributes[{blank}][command]#pdbedit -a kristin# +new password: +retype new password: +Unix username: kristin +NT username: +Account Flags: [U ] +User SID: S-1-5-21-1210235352-3804200048-1474496110-2012 +Primary Group SID: S-1-5-21-1210235352-3804200048-1474496110-2077 +Full Name: Home Directory: \\wakko\kristin +HomeDir Drive: +Logon Script: +Profile Path: \\wakko\kristin\profile +Domain: WAKKO +Account desc: +Workstations: Munged +dial: +Logon time: 0 +Logoff time: Mon, 18 Jan 2038 22:14:07 GMT +Kickoff time: Mon, 18 Jan 2038 22:14:07 GMT +Password last set: Thu, 29 Jan 2004 08:29:28 +GMT Password can change: Thu, 29 Jan 2004 08:29:28 GMT +Password must change: Mon, 18 Jan 2038 22:14:07 GMT +~]$ pass:attributes[{blank}][command]#pdbedit -v -L kristin# +Unix username: kristin +NT username: +Account Flags: [U ] +User SID: S-1-5-21-1210235352-3804200048-1474496110-2012 +Primary Group SID: S-1-5-21-1210235352-3804200048-1474496110-2077 +Full Name: +Home Directory: \\wakko\kristin +HomeDir Drive: +Logon Script: +Profile Path: \\wakko\kristin\profile +Domain: WAKKO +Account desc: +Workstations: Munged +dial: +Logon time: 0 +Logoff time: Mon, 18 Jan 2038 22:14:07 GMT +Kickoff time: Mon, 18 Jan 2038 22:14:07 GMT +Password last set: Thu, 29 Jan 2004 08:29:28 GMT +Password can change: Thu, 29 Jan 2004 08:29:28 GMT +Password must change: Mon, 18 Jan 2038 22:14:07 GMT +~]$ pass:attributes[{blank}][command]#pdbedit -L# +andriusb:505: +joe:503: +lisa:504: +kristin:506: +~]$ pass:attributes[{blank}][command]#pdbedit -x joe# +~]$ pass:attributes[{blank}][command]#pdbedit -L# +andriusb:505: lisa:504: kristin:506: +---- + +.`rpcclient`pass:attributes[{blank}]indexterm:[Samba,Programs,rpcclient]indexterm:[rpcclient program] +[subs="quotes, macros"] +---- +[command]#rpcclient _<server> <options>_pass:attributes[{blank}]# +---- + +The `rpcclient` program issues administrative commands using Microsoft RPCs, which provide access to the Windows administration graphical user interfaces (GUIs) for systems management. This is most often used by advanced users that understand the full complexity of Microsoft RPCs. + +.`smbcacls`pass:attributes[{blank}]indexterm:[Samba,Programs,smbcacls]indexterm:[smbcacls program] +[subs="quotes, macros"] +---- +[command]#smbcacls _<//server/share> <filename> <options>_pass:attributes[{blank}]# +---- + +The `smbcacls` program modifies Windows ACLs on files and directories shared by a Samba server or a Windows server. + +.`smbclient`pass:attributes[{blank}]indexterm:[Samba,Programs,smbclient]indexterm:[smbclient program] +[subs="quotes, macros"] +---- +[command]#smbclient _<//server/share> <password> <options>_pass:attributes[{blank}]# +---- + +The `smbclient` program is a versatile UNIX client which provides functionality similar to the `ftp` utility. + +.`smbcontrol`pass:attributes[{blank}]indexterm:[Samba,Programs,smbcontrol]indexterm:[smbcontrol program] +[subs="quotes, macros"] +---- +[command]#smbcontrol -i _<options>_pass:attributes[{blank}]# +---- + +[subs="quotes, macros"] +---- +[command]#smbcontrol _<options> <destination> <messagetype> <parameters>_pass:attributes[{blank}]# +---- + +The `smbcontrol` program sends control messages to running `smbd`, `nmbd`, or `winbindd` daemons. Executing [command]#smbcontrol -i# runs commands interactively until a blank line or a `'q'` is entered. + +.`smbpasswd`pass:attributes[{blank}]indexterm:[Samba,Programs,smbpasswd]indexterm:[smbpasswd program] +[subs="quotes, macros"] +---- +[command]#smbpasswd _<options> <username> <password>_pass:attributes[{blank}]# +---- + +The `smbpasswd` program manages encrypted passwords. This program can be run by a superuser to change any user's password and also by an ordinary user to change their own Samba password. + +.`smbspool`pass:attributes[{blank}]indexterm:[Samba,Programs,smbspool]indexterm:[smbspool program] +[subs="quotes, macros"] +---- +[command]#smbspool _<job> <user> <title> <copies> <options> <filename>_pass:attributes[{blank}]# +---- + +The `smbspool` program is a CUPS-compatible printing interface to Samba. Although designed for use with CUPS printers, [command]#smbspool# can work with non-CUPS printers as well. + +.`smbstatus`pass:attributes[{blank}]indexterm:[Samba,Programs,smbstatus]indexterm:[smbstatus program] +[subs="quotes, macros"] +---- +[command]#smbstatus _<options>_pass:attributes[{blank}]# +---- + +The `smbstatus` program displays the status of current connections to a Samba server. + +.`smbtar`pass:attributes[{blank}]indexterm:[Samba,Programs,smbtar]indexterm:[smbtar program] +[subs="quotes, macros"] +---- +[command]#smbtar _<options>_pass:attributes[{blank}]# +---- + +The `smbtar` program performs backup and restores of Windows-based share files and directories to a local tape archive. Though similar to the `tar` utility, the two are not compatible. + +.`testparm`pass:attributes[{blank}]indexterm:[Samba,Programs,testparm]indexterm:[testparm program] +---- +testparm +---- + +The `testparm` program checks the syntax of the `/etc/samba/smb.conf` file. If your `smb.conf` file is in the default location (`/etc/samba/smb.conf`) you do not need to specify the location. Specifying the host name and `IP` address to the `testparm` program verifies that the `hosts.allow` and `host.deny` files are configured correctly. The `testparm` program also displays a summary of your `smb.conf` file and the server's role (stand-alone, domain, etc.) after testing. This is convenient when debugging as it excludes comments and concisely presents information for experienced administrators to read. For example: + +[subs="macros"] +---- + +~]$ testparm +Load smb config files from /etc/samba/smb.conf +Processing section "[homes]" +Processing section "[printers]" +Processing section "[tmp]" +Processing section "[html]" +Loaded services file OK. +Server role: ROLE_STANDALONE +Press enter to see a dump of your service definitions +pass:quotes[`<enter>`] +# Global parameters +[global] + workgroup = MYGROUP + server string = Samba Server + security = SHARE + log file = /var/log/samba/%m.log + max log size = 50 + socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 + dns proxy = no +[homes] + comment = Home Directories + read only = no + browseable = no +[printers] + comment = All Printers + path = /var/spool/samba + printable = yes + browseable = no +[tmp] + comment = Wakko tmp + path = /tmp + guest only = yes +[html] + comment = Wakko www + path = /var/www/html + force user = andriusb + force group = users + read only = no + guest only = yes +---- + +.`wbinfo`pass:attributes[{blank}]indexterm:[Samba,Programs,wbinfo]indexterm:[wbinfo program] +[subs="quotes, macros"] +---- +[command]#wbinfo _<options>_pass:attributes[{blank}]# +---- + +The `wbinfo` program displays information from the `winbindd` daemon. The `winbindd` daemon must be running for `wbinfo` to work. + +[[sect-Samba-Resources]] +===== Additional Resources +indexterm:[Samba,Additional Resources] +The following sections give you the means to explore Samba in greater detail. + +.Installed Documentationindexterm:[Samba,Additional Resources,installed documentation] + +* `/usr/share/doc/samba-/` — All additional files included with the Samba distribution. This includes all helper scripts, sample configuration files, and documentation. + +* See the following man pages for detailed information specific [application]*Samba* features: ++ +** *smb.conf*(5) ++ +** *samba*(7) ++ +** *smbd*(8) ++ +** *nmbd*(8) ++ +** *winbindd*(8) + +.Useful Websitesindexterm:[Samba,Additional Resources,useful websites] + +* link:++http://www.samba.org/++[http://www.samba.org/] — Homepage for the Samba distribution and all official documentation created by the Samba development team. Many resources are available in HTML and PDF formats, while others are only available for purchase. Although many of these links are not {MAJOROS} specific, some concepts may apply. + +* link:++https://wiki.samba.org/index.php/User_Documentation++[https://wiki.samba.org/index.php/User_Documentation] — Samba 4.x official documentation. + +* link:++http://us1.samba.org/samba/archives.html++[http://samba.org/samba/archives.html ] — Active email lists for the Samba community. Enabling digest mode is recommended due to high levels of list activity. + +* Samba newsgroups — Samba threaded newsgroups, such as link:++http://www.gmane.org/++[www.gmane.org], that use the `NNTP` protocol are also available. This an alternative to receiving mailing list emails. diff --git a/en-US/servers/The_Apache_HTTP_Server.adoc b/en-US/servers/The_Apache_HTTP_Server.adoc new file mode 100644 index 0000000..ee2dfbf --- /dev/null +++ b/en-US/servers/The_Apache_HTTP_Server.adoc @@ -0,0 +1,2602 @@ + +[[s1-The_Apache_HTTP_Server]] +==== The Apache HTTP Server +indexterm:[httpd,Apache HTTP Server] +The web server available in {MAJOROS} is the Apache HTTP server daemon, `httpd`, an open source web server developed by the link:++http://www.apache.org/++[Apache Software Foundation]. In Fedora 19 the Apache server was updated to [application]*Apache HTTP Server 2.4*. This section describes the basic configuration of the `httpd` service, and covers some advanced topics such as adding server modules, setting up virtual hosts, or configuring the secure HTTP server. + +There are important differences between the Apache HTTP Server 2.4 and version 2.2, and if you are upgrading from a release prior to Fedora 19, you will need to update the `httpd` service configuration accordingly. This section reviews some of the newly added features, outlines important changes, and guides you through the update of older configuration files. + +[[s2-apache-changes]] +===== Notable Changes +indexterm:[Apache HTTP Server,version 2.4,changes] +The Apache HTTP Server version 2.4 has the following changes compared to version 2.2: + +httpd Service Control:: With the migration away from SysV init scripts, server administrators should switch to using the [command]#apachectl# and [command]#systemctl# commands to control the service, in place of the [command]#service# command. The following examples are specific to the `httpd` service. + +The command: + +[subs="quotes"] +---- +service httpd graceful +---- + +is replaced by + +[subs="quotes"] +---- +apachectl graceful +---- + +The `systemd` unit file for `httpd` has different behavior from the init script as follows: + +** A graceful restart is used by default when the service is reloaded. + +** A graceful stop is used by default when the service is stopped. + +The command: + +[subs="quotes"] +---- +service httpd configtest +---- + +is replaced by + +[subs="quotes"] +---- +apachectl configtest +---- + +Private /tmp:: To enhance system security, the `systemd` unit file runs the `httpd` daemon using a private `/tmp` directory, separate to the system `/tmp` directory. + +Configuration Layout:: Configuration files which load modules are now placed in the `/etc/httpd/conf.modules.d` directory. Packages that provide additional loadable modules for `httpd`, such as [package]*php*, will place a file in this directory. Any configuration files in the `conf.modules.d` directory are processed before the main body of `httpd.conf`. Configuration files in the `/etc/httpd/conf.d` directory are now processed after the main body of `httpd.conf`. + +Some additional configuration files are provided by the [package]*httpd* package itself: + +** `/etc/httpd/conf.d/autoindex.conf` — This configures mod_autoindex directory indexing. + +** `/etc/httpd/conf.d/userdir.conf` — This configures access to user directories, for example, `http://example.com/~username/`pass:attributes[{blank}]; such access is disabled by default for security reasons. + +** `/etc/httpd/conf.d/welcome.conf` — As in previous releases, this configures the welcome page displayed for `http://localhost/` when no content is present. + +Default Configuration:: A minimal `httpd.conf` file is now provided by default. Many common configuration settings, such as `Timeout` or `KeepAlive` are no longer explicitly configured in the default configuration; hard-coded settings will be used instead, by default. The hard-coded default settings for all configuration directives are specified in the manual. See <> for more information. + +Incompatible Syntax Changes:: If migrating an existing configuration from [application]*httpd 2.2* to [application]*httpd 2.4*, a number of backwards-incompatible changes to the `httpd` configuration syntax were made which will require changes. See the following Apache document for more information on upgrading link:++http://httpd.apache.org/docs/2.4/upgrading.html++[] + +Processing Model:: In previous releases of {MAJOROS}, different _multi-processing models_ (*MPM*) were made available as different `httpd` binaries: the forked model, "prefork", as `/usr/sbin/httpd`, and the thread-based model "worker" as `/usr/sbin/httpd.worker`. + +In {MAJOROSVER}, only a single `httpd` binary is used, and three MPMs are available as loadable modules: worker, prefork (default), and event. Edit the configuration file `/etc/httpd/conf.modules.d/00-mpm.conf` as required, by adding and removing the comment character `#` so that only one of the three MPM modules is loaded. + +Packaging Changes:: The LDAP authentication and authorization modules are now provided in a separate sub-package, [package]*mod_ldap*. The new module [application]*mod_session* and associated helper modules are provided in a new sub-package, [package]*mod_session*. The new modules [application]*mod_proxy_html* and [application]*mod_xml2enc* are provided in a new sub-package, [package]*mod_proxy_html*. + +Packaging Filesystem Layout:: The `/var/cache/mod_proxy/` directory is no longer provided; instead, the `/var/cache/httpd/` directory is packaged with a `proxy` and `ssl` subdirectory. + +Packaged content provided with `httpd` has been moved from `/var/www/` to `/usr/share/httpd/`: + +** `/usr/share/httpd/icons/` — The directory containing a set of icons used with directory indices, previously contained in `/var/www/icons/`, has moved to `/usr/share/httpd/icons`. Available at `http://localhost/icons/` in the default configuration; the location and the availability of the icons is configurable in the `/etc/httpd/conf.d/autoindex.conf` file. + +** `/usr/share/httpd/manual/` — The `/var/www/manual/` has moved to `/usr/share/httpd/manual/`. This directory, contained in the [package]*httpd-manual* package, contains the HTML version of the manual for `httpd`. Available at `http://localhost/manual/` if the package is installed, the location and the availability of the manual is configurable in the `/etc/httpd/conf.d/manual.conf` file. + +** `/usr/share/httpd/error/` — The `/var/www/error/` has moved to `/usr/share/httpd/error/`. Custom multi-language HTTP error pages. Not configured by default, the example configuration file is provided at `/usr/share/doc/httpd-_VERSION_pass:attributes[{blank}]/httpd-multilang-errordoc.conf`. + +Authentication, Authorization and Access Control:: The configuration directives used to control authentication, authorization and access control have changed significantly. Existing configuration files using the `Order`, `Deny` and `Allow` directives should be adapted to use the new `Require` syntax. See the following Apache document for more information link:++http://httpd.apache.org/docs/2.4/howto/auth.html++[] + +suexec:: To improve system security, the [application]*suexec* binary is no longer installed as if by the `root` user; instead, it has file system capability bits set which allow a more restrictive set of permissions. In conjunction with this change, the [application]*suexec* binary no longer uses the `/var/log/httpd/suexec.log` logfile. Instead, log messages are sent to [application]*syslog*pass:attributes[{blank}]; by default these will appear in the `/var/log/secure` log file. + +Module Interface:: Third-party binary modules built against [application]*httpd 2.2* are not compatible with [application]*httpd 2.4* due to changes to the `httpd` module interface. Such modules will need to be adjusted as necessary for the [application]*httpd 2.4* module interface, and then rebuilt. A detailed list of the API changes in version `2.4` is available here: link:++http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html++[]. + +The [application]*apxs* binary used to build modules from source has moved from `/usr/sbin/apxs` to `/usr/bin/apxs`. + +Removed modules:: List of `httpd` modules removed in {MAJOROSVER}: + +mod_auth_mysql, mod_auth_pgsql::: [application]*httpd 2.4* provides SQL database authentication support internally in the [application]*mod_authn_dbd* module. + +mod_perl::: [application]*mod_perl* is not officially supported with [application]*httpd 2.4* by upstream. + +mod_authz_ldap::: [application]*httpd 2.4* provides LDAP support in sub-package [package]*mod_ldap* using [application]*mod_authnz_ldap*. + +[[s2-apache-version2-migrating]] +===== Updating the Configuration +indexterm:[Apache HTTP Server,version 2.4,updating from version 2.2] +To update the configuration files from the Apache HTTP Server version 2.2, take the following steps: + +. Make sure all module names are correct, since they may have changed. Adjust the [option]`LoadModule` directive for each module that has been renamed. + +. Recompile all third party modules before attempting to load them. This typically means authentication and authorization modules. + +. indexterm:[Apache HTTP Server,modules,mod_userdir] +If you use the `mod_userdir` module, make sure the [option]`UserDir` directive indicating a directory name (typically `public_html`) is provided. + +. If you use the Apache HTTP Secure Server, edit the `/etc/httpd/conf.d/ssl.conf` to enable the Secure Sockets Layer (SSL) protocol. + +Note that you can check the configuration for possible errors by using the following command: + +[subs="attributes"] +---- +~]#{nbsp}apachectl configtest +Syntax OK +---- + +For more information on upgrading the Apache HTTP Server configuration from version 2.2 to 2.4, see link:++http://httpd.apache.org/docs/2.4/upgrading.html++[]. + +[[s2-apache-running]] +===== Running the httpd Service + +This section describes how to start, stop, restart, and check the current status of the Apache HTTP Server. To be able to use the `httpd` service, make sure you have the [package]*httpd* installed. You can do so by using the following command: + +[subs="attributes"] +---- +~]#{nbsp}dnf install httpd +---- + +For more information on the concept of targets and how to manage system services in {MAJOROS} in general, see +//link to systemd section when ready + <>. + +[[s3-apache-running-starting]] +====== Starting the Service +indexterm:[Apache HTTP Server,starting] +To run the `httpd` service, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl start httpd.service +---- + +If you want the service to start automatically at boot time, use the following command: + +[subs="attributes"] +---- +~]#{nbsp}systemctl enable httpd.service +ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service' +---- + +.Using the secure server +[NOTE] +==== + +If running the Apache HTTP Server as a secure server, a password may be required after the machine boots if using an encrypted private SSL key. + +==== + +[[s3-apache-running-stopping]] +====== Stopping the Service +indexterm:[Apache HTTP Server,stopping] +To stop the running `httpd` service, type the following at a shell prompt as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl stop httpd.service +---- + +To prevent the service from starting automatically at boot time, type: + +[subs="attributes"] +---- +~]#{nbsp}systemctl disable httpd.service +rm '/etc/systemd/system/multi-user.target.wants/httpd.service' +---- + +[[s3-apache-running-restarting]] +====== Restarting the Service +indexterm:[Apache HTTP Server,restarting] +There are three different ways to restart a running `httpd` service: + +. To restart the service completely, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}systemctl restart httpd.service +---- + +This stops the running `httpd` service and immediately starts it again. Use this command after installing or removing a dynamically loaded module such as PHP. + +. To only reload the configuration, as `root`, type: + +[subs="attributes"] +---- +~]#{nbsp}systemctl reload httpd.service +---- + +This causes the running `httpd` service to reload its configuration file. Any requests currently being processed will be interrupted, which may cause a client browser to display an error message or render a partial page. + +. To reload the configuration without affecting active requests, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}apachectl graceful +---- + +This causes the running `httpd` service to reload its configuration file. Any requests currently being processed will continue to use the old configuration. + +[[s3-apache-running-status]] +====== Verifying the Service Status +indexterm:[Apache HTTP Server,checking status] +To verify that the `httpd` service is running, type the following at a shell prompt: + +[subs="attributes"] +---- +~]#{nbsp}systemctl is-active httpd.service +active +---- + +[[s2-apache-editing]] +===== Editing the Configuration Files + +When the `httpd` service is started, by default, it reads the configuration from locations that are listed in <>. + +[[table-apache-editing-files]] +.The httpd service configuration files + +[options="header"] +|=== +|Path|Description +|indexterm:[Apache HTTP Server,files,/etc/httpd/conf/httpd.conf] + `/etc/httpd/conf/httpd.conf`|The main configuration file. +|indexterm:[Apache HTTP Server,directories,/etc/httpd/conf.d/] + `/etc/httpd/conf.d/`|An auxiliary directory for configuration files that are included in the main configuration file. +|=== + +Although the default configuration should be suitable for most situations, it is a good idea to become at least familiar with some of the more important configuration options. Note that for any changes to take effect, the web server has to be restarted first. See <> for more information on how to restart the `httpd` service. +indexterm:[Apache HTTP Server,checking configuration] +To check the configuration for possible errors, type the following at a shell prompt: + +[subs="attributes"] +---- +~]#{nbsp}apachectl configtest +Syntax OK +---- + +To make the recovery from mistakes easier, it is recommended that you make a copy of the original file before editing it. + +[[s3-apache-httpdconf-directives]] +====== Common httpd.conf Directives +indexterm:[Apache HTTP Server,files,/etc/httpd/conf/httpd.conf] +The following directives are commonly used in the `/etc/httpd/conf/httpd.conf` configuration file: + +indexterm:[Apache HTTP Server,directives,] [option]``:: The [option]`` directive allows you to apply certain directives to a particular directory only. It takes the following form: + +[subs="quotes, macros"] +---- +<Directory _directory_pass:attributes[{blank}]> + _directive_ + … +</Directory> +---- + +The _directory_ can be either a full path to an existing directory in the local file system, or a wildcard expression. + +This directive can be used to configure additional `cgi-bin` directories for server-side scripts located outside the directory that is specified by [option]`ScriptAlias`. In this case, the [option]`ExecCGI` and [option]`AddHandler` directives must be supplied, and the permissions on the target directory must be set correctly (that is, `0755`). + +[[example-apache-httpdconf-directory]] +.Using the directive +==== + +[subs="quotes"] +---- +<Directory /var/www/html> + Options Indexes FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all +</Directory> +---- + +==== + +indexterm:[Apache HTTP Server,directives,] [option]``:: The [option]`IfDefine` directive allows you to use certain directives only when a particular parameter is supplied on the command line. It takes the following form: + +[subs="quotes, macros"] +---- +<IfDefine !_parameter_pass:attributes[{blank}]> + _directive_ + … +</IfDefine> +---- + +The _parameter_ can be supplied at a shell prompt using the [option]`-D`pass:attributes[{blank}]pass:attributes[{blank}]_parameter_ command line option (for example, [command]#httpd -DEnableHome#). If the optional exclamation mark (that is, `!`) is present, the enclosed directives are used only when the parameter is *not* specified. + +[[example-apache-httpdconf-ifdefine]] +.Using the directive +==== + +---- + + UserDir public_html + +---- + +==== + +indexterm:[Apache HTTP Server,directives,] [option]``:: The [option]`` directive allows you to use certain directive only when a particular module is loaded. It takes the following form: + +[subs="quotes, macros"] +---- +<IfModule !_module_pass:attributes[{blank}]> + _directive_ + … +</IfModule> +---- + +The _module_ can be identified either by its name, or by the file name. If the optional exclamation mark (that is, `!`) is present, the enclosed directives are used only when the module is *not* loaded. + +[[example-apache-httpdconf-ifmodule]] +.Using the directive +==== + +---- + + CacheEnable disk / + CacheRoot /var/cache/mod_proxy + +---- + +==== + +indexterm:[Apache HTTP Server,directives,] [option]``:: The [option]`` directive allows you to apply certain directives to a particular URL only. It takes the following form: + +[subs="quotes, macros"] +---- +<Location _url_pass:attributes[{blank}]> + _directive_ + … +</Location> +---- + +The _url_ can be either a path relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/server-info`), or an external URL such as `http://example.com/server-info`. + +[[example-apache-httpdconf-location]] +.Using the directive +==== + +[subs="quotes"] +---- +<Location /server-info> + SetHandler server-info + Order deny,allow + Deny from all + Allow from .example.com +</Location> +---- + +==== + +indexterm:[Apache HTTP Server,directives,] [option]``:: The [option]`` directive allows you to apply certain directives to the proxy server only. It takes the following form: + +[subs="quotes, macros"] +---- +<Proxy _pattern_pass:attributes[{blank}]> + _directive_ + … +</Proxy> +---- + +The _pattern_ can be an external URL, or a wildcard expression (for example, `http://example.com/*`). + +[[example-apache-httpdconf-proxy]] +.Using the directive +==== + +---- + + Order deny,allow + Deny from all + Allow from .example.com + +---- + +==== + +indexterm:[Apache HTTP Server,directives,] [option]``:: The [option]`` directive allows you apply certain directives to particular virtual hosts only. It takes the following form: + +[subs="quotes, macros"] +---- +<VirtualHost _address_:pass:attributes[{blank}]_port_pass:attributes[{blank}]…> + _directive_ + … +</VirtualHost> +---- + +The _address_ can be an IP address, a fully qualified domain name, or a special form as described in <>. + +[[table-apache-httpdconf-virtualhost]] +.Available options + +[options="header"] +|=== +|Option|Description +|[option]`*`|Represents all IP addresses. +|[option]`_default_`|Represents unmatched IP addresses. +|=== + +[[example-apache-httpdconf-virtualhost]] +.Using the directive +==== + +---- + + ServerAdmin webmaster@penguin.example.com + DocumentRoot /www/docs/penguin.example.com + ServerName penguin.example.com + ErrorLog logs/penguin.example.com-error_log + CustomLog logs/penguin.example.com-access_log common + +---- + +==== + +indexterm:[Apache HTTP Server,directives,AccessFileName] [option]`AccessFileName`:: The [option]`AccessFileName` directive allows you to specify the file to be used to customize access control information for each directory. It takes the following form: + +[subs="quotes, macros"] +---- +AccessFileName _filename_pass:attributes[{blank}]… +---- +indexterm:[Apache HTTP Server,files,.htaccess]indexterm:[.htaccess,Apache HTTP Server] +The _filename_ is a name of the file to look for in the requested directory. By default, the server looks for `.htaccess`. +indexterm:[Apache HTTP Server,files,.htpasswd]indexterm:[.htpasswd,Apache HTTP Server] +For security reasons, the directive is typically followed by the `Files` tag to prevent the files beginning with `.ht` from being accessed by web clients. This includes the `.htaccess` and `.htpasswd` files. + +[[example-apache-httpdconf-accessfilename]] +.Using the AccessFileName directive +==== + +---- +AccessFileName .htaccess + + + Order allow,deny + Deny from all + Satisfy All + +---- + +==== + +indexterm:[Apache HTTP Server,directives,Action] [option]`Action`:: The [option]`Action` directive allows you to specify a CGI script to be executed when a certain media type is requested. It takes the following form: + +[subs="quotes, macros"] +---- +Action _content-type_ _path_ +---- + +The _content-type_ has to be a valid MIME type such as `text/html`, `image/png`, or `application/pdf`. The _path_ refers to an existing CGI script, and must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/cgi-bin/process-image.cgi`). + +[[example-apache-httpdconf-action]] +.Using the Action directive +==== + +[subs="quotes"] +---- +Action image/png /cgi-bin/process-image.cgi +---- + +==== + +indexterm:[Apache HTTP Server,directives,AddDescription] [option]`AddDescription`:: The [option]`AddDescription` directive allows you to specify a short description to be displayed in server-generated directory listings for a given file. It takes the following form: + +[subs="quotes, macros"] +---- +AddDescription "pass:attributes[{blank}]_description_pass:attributes[{blank}]" _filename_pass:attributes[{blank}]… +---- + +The _description_ should be a short text enclosed in double quotes (that is, `"`). The _filename_ can be a full file name, a file extension, or a wildcard expression. + +[[example-apache-httpdconf-adddescription]] +.Using the AddDescription directive +==== + +[subs="quotes"] +---- +AddDescription "GZIP compressed tar archive" .tgz +---- + +==== + +indexterm:[Apache HTTP Server,directives,AddEncoding] [option]`AddEncoding`:: The [option]`AddEncoding` directive allows you to specify an encoding type for a particular file extension. It takes the following form: + +[subs="quotes, macros"] +---- +AddEncoding _encoding_ _extension_pass:attributes[{blank}]… +---- + +The _encoding_ has to be a valid MIME encoding such as `x-compress`, `x-gzip`, etc. The _extension_ is a case sensitive file extension, and is conventionally written with a leading dot (for example, `.gz`). + +This directive is typically used to instruct web browsers to decompress certain file types as they are downloaded. + +[[example-apache-httpdconf-addencoding]] +.Using the AddEncoding directive +==== + +[subs="quotes"] +---- +AddEncoding x-gzip .gz .tgz +---- + +==== + +indexterm:[Apache HTTP Server,directives,AddHandler] [option]`AddHandler`:: The [option]`AddHandler` directive allows you to map certain file extensions to a selected handler. It takes the following form: + +[subs="quotes, macros"] +---- +AddHandler _handler_ _extension_pass:attributes[{blank}]… +---- + +The _handler_ has to be a name of previously defined handler. The _extension_ is a case sensitive file extension, and is conventionally written with a leading dot (for example, `.cgi`). + +This directive is typically used to treat files with the `.cgi` extension as CGI scripts regardless of the directory they are in. Additionally, it is also commonly used to process server-parsed HTML and image-map files. + +[[example-apache-httpdconf-addhandler]] +.Using the AddHandler option +==== + +[subs="quotes"] +---- +AddHandler cgi-script .cgi +---- + +==== + +indexterm:[Apache HTTP Server,directives,AddIcon] [option]`AddIcon`:: The [option]`AddIcon` directive allows you to specify an icon to be displayed for a particular file in server-generated directory listings. It takes the following form: + +[subs="quotes, macros"] +---- +AddIcon _path_ _pattern_pass:attributes[{blank}]… +---- + +The _path_ refers to an existing icon file, and must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/icons/folder.png`). The _pattern_ can be a file name, a file extension, a wildcard expression, or a special form as described in the following table: + +[[table-apache-httpdconf-addicon]] +.Available AddIcon options + +[options="header"] +|=== +|Option|Description +|[option]`^^DIRECTORY^^`|Represents a directory. +|[option]`^^BLANKICON^^`|Represents a blank line. +|=== + +[[example-apache-httpdconf-addicon]] +.Using the AddIcon directive +==== + +[subs="quotes"] +---- +AddIcon /icons/text.png .txt README +---- + +==== + +indexterm:[Apache HTTP Server,directives,AddIconByEncoding] [option]`AddIconByEncoding`:: The [option]`AddIconByEncoding` directive allows you to specify an icon to be displayed for a particular encoding type in server-generated directory listings. It takes the following form: + +[subs="quotes, macros"] +---- +AddIconByEncoding _path_ _encoding_pass:attributes[{blank}]… +---- + +The _path_ refers to an existing icon file, and must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/icons/compressed.png`). The _encoding_ has to be a valid MIME encoding such as `x-compress`, `x-gzip`, etc. + +[[example-apache-httpdconf-addiconbyencoding]] +.Using the AddIconByEncoding directive +==== + +[subs="quotes"] +---- +AddIconByEncoding /icons/compressed.png x-compress x-gzip +---- + +==== + +indexterm:[Apache HTTP Server,directives,AddIconByType] [option]`AddIconByType`:: The [option]`AddIconByType` directive allows you to specify an icon to be displayed for a particular media type in server-generated directory listings. It takes the following form: + +[subs="quotes, macros"] +---- +AddIconByType _path_ _content-type_pass:attributes[{blank}]… +---- + +The _path_ refers to an existing icon file, and must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/icons/text.png`). The _content-type_ has to be either a valid MIME type (for example, `text/html` or `image/png`), or a wildcard expression such as `text/*`, `image/*`, etc. + +[[example-apache-httpdconf-addiconbytype]] +.Using the AddIconByType directive +==== + +---- +AddIconByType /icons/video.png video/* +---- + +==== + +indexterm:[Apache HTTP Server,directives,AddLanguage] [option]`AddLanguage`:: The [option]`AddLanguage` directive allows you to associate a file extension with a specific language. It takes the following form: + +[subs="quotes, macros"] +---- +AddLanguage _language_ _extension_pass:attributes[{blank}]… +---- + +The _language_ has to be a valid MIME language such as `cs`, `en`, or `fr`. The _extension_ is a case sensitive file extension, and is conventionally written with a leading dot (for example, `.cs`). + +This directive is especially useful for web servers that serve content in multiple languages based on the client's language settings. + +[[example-apache-httpdconf-addlanguage]] +.Using the AddLanguage directive +==== + +[subs="quotes"] +---- +AddLanguage cs .cs .cz +---- + +==== + +indexterm:[Apache HTTP Server,directives,AddType] [option]`AddType`:: The [option]`AddType` directive allows you to define or override the media type for a particular file extension. It takes the following form: + +[subs="quotes, macros"] +---- +AddType _content-type_ _extension_pass:attributes[{blank}]… +---- + +The _content-type_ has to be a valid MIME type such as `text/html`, `image/png`, etc. The _extension_ is a case sensitive file extension, and is conventionally written with a leading dot (for example, `.cs`). + +[[example-apache-httpdconf-addtype]] +.Using the AddType directive +==== + +[subs="quotes"] +---- +AddType application/x-gzip .gz .tgz +---- + +==== + +indexterm:[Apache HTTP Server,directives,Alias] [option]`Alias`:: The [option]`Alias` directive allows you to refer to files and directories outside the default directory specified by the [option]`DocumentRoot` directive. It takes the following form: + +[subs="quotes, macros"] +---- +Alias _url-path_ _real-path_ +---- + +The _url-path_ must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/images/`). The _real-path_ is a full path to a file or directory in the local file system. +indexterm:[Apache HTTP Server,directories,/var/www/icons/] +This directive is typically followed by the [option]`Directory` tag with additional permissions to access the target directory. By default, the `/icons/` alias is created so that the icons from `/var/www/icons/` are displayed in server-generated directory listings. + +[[example-apache-httpdconf-alias]] +.Using the Alias directive +==== + +[subs="quotes"] +---- +Alias /icons/ /var/www/icons/ + +<Directory "/var/www/icons"> + Options Indexes MultiViews FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all +<Directory> +---- + +==== + +indexterm:[Apache HTTP Server,directives,Allow] [option]`Allow`:: The [option]`Allow` directive allows you to specify which clients have permission to access a given directory. It takes the following form: + +[subs="quotes, macros"] +---- +Allow from _client_pass:attributes[{blank}]… +---- + +The _client_ can be a domain name, an IP address (both full and partial), a _network_pass:attributes[{blank}]/pass:attributes[{blank}]_netmask_ pair, or `all` for all clients. + +[[example-apache-httpdconf-allow]] +.Using the Allow directive +==== + +[subs="quotes"] +---- +Allow from 192.168.1.0/255.255.255.0 +---- + +==== + +indexterm:[Apache HTTP Server,directives,AllowOverride] [option]`AllowOverride`:: indexterm:[Apache HTTP Server,files,.htaccess]indexterm:[.htaccess] +The [option]`AllowOverride` directive allows you to specify which directives in a `.htaccess` file can override the default configuration. It takes the following form: + +[subs="quotes, macros"] +---- +AllowOverride _type_pass:attributes[{blank}]… +---- + +The _type_ has to be one of the available grouping options as described in <>. + +[[table-apache-httpdconf-allowoverride]] +.Available AllowOverride options + +[options="header"] +|=== +|Option|Description +|[option]`All`|All directives in `.htaccess` are allowed to override earlier configuration settings. +|[option]`None`|No directive in `.htaccess` is allowed to override earlier configuration settings. +|[option]`AuthConfig`|Allows the use of authorization directives such as [option]`AuthName`, [option]`AuthType`, or [option]`Require`. +|[option]`FileInfo`|Allows the use of file type, metadata, and `mod_rewrite` directives such as [option]`DefaultType`, [option]`RequestHeader`, or [option]`RewriteEngine`, as well as the [option]`Action` directive. +|[option]`Indexes`|Allows the use of directory indexing directives such as [option]`AddDescription`, [option]`AddIcon`, or [option]`FancyIndexing`. +|[option]`Limit`|Allows the use of host access directives, that is, [option]`Allow`, [option]`Deny`, and [option]`Order`. +|[option]`Options`pass:attributes[{blank}]=pass:attributes[{blank}]_option_,…|Allows the use of the [option]`Options` directive. Additionally, you can provide a comma-separated list of options to customize which options can be set using this directive. +|=== + +[[example-apache-httpdconf-allowoverride]] +.Using the AllowOverride directive +==== + +[subs="quotes"] +---- +AllowOverride FileInfo AuthConfig Limit +---- + +==== + +indexterm:[Apache HTTP Server,directives,BrowserMatch] [option]`BrowserMatch`:: The [option]`BrowserMatch` directive allows you to modify the server behavior based on the client's web browser type. It takes the following form: + +[subs="quotes, macros"] +---- +BrowserMatch _pattern_ _variable_pass:attributes[{blank}]… +---- + +The _pattern_ is a regular expression to match the User-Agent HTTP header field. The _variable_ is an environment variable that is set when the header field matches the pattern. + +By default, this directive is used to deny connections to specific browsers with known issues, and to disable keepalives and HTTP header flushes for browsers that are known to have problems with these actions. + +[[example-apache-httpdconf-browsermatch]] +.Using the BrowserMatch directive +==== + +[subs="quotes"] +---- +BrowserMatch "Mozilla/2" nokeepalive +---- + +==== + +indexterm:[Apache HTTP Server,directives,CacheDefaultExpire] [option]`CacheDefaultExpire`:: The [option]`CacheDefaultExpire` option allows you to set how long to cache a document that does not have any expiration date or the date of its last modification specified. It takes the following form: + +[subs="quotes, macros"] +---- +CacheDefaultExpire _time_ +---- + +The _time_ is specified in seconds. The default option is `3600` (that is, one hour). + +[[example-apache-httpdconf-cachedefaultexpire]] +.Using the CacheDefaultExpire directive +==== + +[subs="quotes"] +---- +CacheDefaultExpire 3600 +---- + +==== + +indexterm:[Apache HTTP Server,directives,CacheDisable] [option]`CacheDisable`:: The [option]`CacheDisable` directive allows you to disable caching of certain URLs. It takes the following form: + +[subs="quotes, macros"] +---- +CacheDisable _path_ +---- + +The _path_ must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/files/`). + +[[example-apache-httpdconf-cachedisable]] +.Using the CacheDisable directive +==== + +[subs="quotes"] +---- +CacheDisable /temporary +---- + +==== + +indexterm:[Apache HTTP Server,directives,CacheEnable] [option]`CacheEnable`:: The [option]`CacheEnable` directive allows you to specify a cache type to be used for certain URLs. It takes the following form: + +[subs="quotes, macros"] +---- +CacheEnable _type_ _url_ +---- + +The _type_ has to be a valid cache type as described in <>. The _url_ can be a path relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/images/`), a protocol (for example, `ftp://`), or an external URL such as `http://example.com/`. + +[[table-apache-httpdconf-cacheenable]] +.Available cache types + +[options="header"] +|=== +|Type|Description +|[option]`mem`|The memory-based storage manager. +|[option]`disk`|The disk-based storage manager. +|[option]`fd`|The file descriptor cache. +|=== + +[[example-apache-httpdconf-cacheenable]] +.Using the CacheEnable directive +==== + +[subs="quotes"] +---- +CacheEnable disk / +---- + +==== + +indexterm:[Apache HTTP Server,directives,CacheLastModifiedFactor] [option]`CacheLastModifiedFactor`:: The [option]`CacheLastModifiedFactor` directive allows you to customize how long to cache a document that does not have any expiration date specified, but that provides information about the date of its last modification. It takes the following form: + +[subs="quotes, macros"] +---- +CacheLastModifiedFactor _number_ +---- + +The _number_ is a coefficient to be used to multiply the time that passed since the last modification of the document. The default option is `0.1` (that is, one tenth). + +[[example-apache-httpdconf-cachelastmodifiedfactor]] +.Using the CacheLastModifiedFactor directive +==== + +[subs="quotes"] +---- +CacheLastModifiedFactor 0.1 +---- + +==== + +indexterm:[Apache HTTP Server,directives,CacheMaxExpire] [option]`CacheMaxExpire`:: The [option]`CacheMaxExpire` directive allows you to specify the maximum amount of time to cache a document. It takes the following form: + +[subs="quotes, macros"] +---- +CacheMaxExpire _time_ +---- + +The _time_ is specified in seconds. The default option is `86400` (that is, one day). + +[[example-apache-httpdconf-cachemaxexpire]] +.Using the CacheMaxExpire directive +==== + +[subs="quotes"] +---- +CacheMaxExpire 86400 +---- + +==== + +indexterm:[Apache HTTP Server,directives,CacheNegotiatedDocs] [option]`CacheNegotiatedDocs`:: The [option]`CacheNegotiatedDocs` directive allows you to enable caching of the documents that were negotiated on the basis of content. It takes the following form: + +[subs="quotes, macros"] +---- +CacheNegotiatedDocs _option_ +---- + +The _option_ has to be a valid keyword as described in <>. Since the content-negotiated documents may change over time or because of the input from the requester, the default option is [option]`Off`. + +[[table-apache-httpdconf-cachenegotiateddocs]] +.Available CacheNegotiatedDocs options + +[options="header"] +|=== +|Option|Description +|[option]`On`|Enables caching the content-negotiated documents. +|[option]`Off`|Disables caching the content-negotiated documents. +|=== + +[[example-apache-httpdconf-cachenegotiateddocs]] +.Using the CacheNegotiatedDocs directive +==== + +[subs="quotes"] +---- +CacheNegotiatedDocs On +---- + +==== + +indexterm:[Apache HTTP Server,directives,CacheRoot] [option]`CacheRoot`:: The [option]`CacheRoot` directive allows you to specify the directory to store cache files in. It takes the following form: + +[subs="quotes, macros"] +---- +CacheRoot _directory_ +---- +indexterm:[Apache HTTP Server,directories,/var/cache/mod_proxy/] +The _directory_ must be a full path to an existing directory in the local file system. The default option is `/var/cache/mod_proxy/`. + +[[example-apache-httpdconf-cacheroot]] +.Using the CacheRoot directive +==== + +---- +CacheRoot /var/cache/mod_proxy +---- + +==== + +indexterm:[Apache HTTP Server,directives,CustomLog] [option]`CustomLog`:: The [option]`CustomLog` directive allows you to specify the log file name and the log file format. It takes the following form: + +[subs="quotes, macros"] +---- +CustomLog _path_ _format_ +---- +indexterm:[Apache HTTP Server,files,/etc/httpd/logs/access_log] +The _path_ refers to a log file, and must be relative to the directory that is specified by the [option]`ServerRoot` directive (that is, `/etc/httpd/` by default). The _format_ has to be either an explicit format string, or a format name that was previously defined using the [option]`LogFormat` directive. + +[[example-apache-httpdconf-customlog]] +.Using the CustomLog directive +==== + +---- +CustomLog logs/access_log combined +---- + +==== + +indexterm:[Apache HTTP Server,directives,DefaultIcon] [option]`DefaultIcon`:: The [option]`DefaultIcon` directive allows you to specify an icon to be displayed for a file in server-generated directory listings when no other icon is associated with it. It takes the following form: + +[subs="quotes, macros"] +---- +DefaultIcon _path_ +---- + +The _path_ refers to an existing icon file, and must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/icons/unknown.png`). + +[[example-apache-httpdconf-defaulticon]] +.Using the DefaultIcon directive +==== + +[subs="quotes"] +---- +DefaultIcon /icons/unknown.png +---- + +==== + +indexterm:[Apache HTTP Server,directives,DefaultType] [option]`DefaultType`:: The [option]`DefaultType` directive allows you to specify a media type to be used in case the proper MIME type cannot be determined by the server. It takes the following form: + +[subs="quotes, macros"] +---- +DefaultType _content-type_ +---- + +The _content-type_ has to be a valid MIME type such as `text/html`, `image/png`, `application/pdf`, etc. + +[[example-apache-httpdconf-defaulttype]] +.Using the DefaultType directive +==== + +[subs="quotes"] +---- +DefaultType text/plain +---- + +==== + +indexterm:[Apache HTTP Server,directives,Deny] [option]`Deny`:: The [option]`Deny` directive allows you to specify which clients are denied access to a given directory. It takes the following form: + +[subs="quotes, macros"] +---- +Deny from _client_pass:attributes[{blank}]… +---- + +The _client_ can be a domain name, an IP address (both full and partial), a _network_pass:attributes[{blank}]/pass:attributes[{blank}]_netmask_ pair, or `all` for all clients. + +[[example-apache-httpdconf-deny]] +.Using the Deny directive +==== + +[subs="quotes"] +---- +Deny from 192.168.1.1 +---- + +==== + +indexterm:[Apache HTTP Server,directives,DirectoryIndex] [option]`DirectoryIndex`:: The [option]`DirectoryIndex` directive allows you to specify a document to be served to a client when a directory is requested (that is, when the URL ends with the `/` character). It takes the following form: + +[subs="quotes, macros"] +---- +DirectoryIndex _filename_pass:attributes[{blank}]… +---- + +The _filename_ is a name of the file to look for in the requested directory. By default, the server looks for `index.html`, and `index.html.var`. + +[[example-apache-httpdconf-directoryindex]] +.Using the DirectoryIndex directive +==== + +[subs="quotes"] +---- +DirectoryIndex index.html index.html.var +---- + +==== + +indexterm:[Apache HTTP Server,directives,DocumentRoot] [option]`DocumentRoot`:: The [option]`DocumentRoot` directive allows you to specify the main directory from which the content is served. It takes the following form: + +[subs="quotes, macros"] +---- +DocumentRoot _directory_ +---- +indexterm:[Apache HTTP Server,directories,/var/www/html/] +The _directory_ must be a full path to an existing directory in the local file system. The default option is `/var/www/html/`. + +[[example-apache-httpdconf-documentroot]] +.Using the DocumentRoot directive +==== + +[subs="quotes"] +---- +DocumentRoot /var/www/html +---- + +==== + +indexterm:[Apache HTTP Server,directives,ErrorDocument] [option]`ErrorDocument`:: The [option]`ErrorDocument` directive allows you to specify a document or a message to be displayed as a response to a particular error. It takes the following form: + +[subs="quotes, macros"] +---- +ErrorDocument _error-code_ _action_ +---- + +The _error-code_ has to be a valid code such as `403` (Forbidden), `404` (Not Found), or `500` (Internal Server Error). The _action_ can be either a URL (both local and external), or a message string enclosed in double quotes (that is, `"`). + +[[example-apache-httpdconf-errordocument]] +.Using the ErrorDocument directive +==== + +---- +ErrorDocument 403 "Access Denied" +ErrorDocument 404 /404-not_found.html +---- + +==== + +indexterm:[Apache HTTP Server,directives,ErrorLog] [option]`ErrorLog`:: The [option]`ErrorLog` directive allows you to specify a file to which the server errors are logged. It takes the following form: + +[subs="quotes, macros"] +---- +ErrorLog _path_ +---- +indexterm:[Apache HTTP Server,files,/etc/httpd/logs/error_log] +The _path_ refers to a log file, and can be either absolute, or relative to the directory that is specified by the [option]`ServerRoot` directive (that is, `/etc/httpd/` by default). The default option is `logs/error_log` + +[[example-apache-httpdconf-errorlog]] +.Using the ErrorLog directive +==== + +---- +ErrorLog logs/error_log +---- + +==== + +indexterm:[Apache HTTP Server,directives,ExtendedStatus] [option]`ExtendedStatus`:: The [option]`ExtendedStatus` directive allows you to enable detailed server status information. It takes the following form: + +[subs="quotes, macros"] +---- +ExtendedStatus _option_ +---- + +The _option_ has to be a valid keyword as described in <>. The default option is [option]`Off`. + +[[table-apache-httpdconf-extendedstatus]] +.Available ExtendedStatus options + +[options="header"] +|=== +|Option|Description +|[option]`On`|Enables generating the detailed server status. +|[option]`Off`|Disables generating the detailed server status. +|=== + +[[example-apache-httpdconf-extendedstatus]] +.Using the ExtendedStatus directive +==== + +[subs="quotes"] +---- +ExtendedStatus On +---- + +==== + +indexterm:[Apache HTTP Server,directives,Group] [option]`Group`:: The [option]`Group` directive allows you to specify the group under which the `httpd` service will run. It takes the following form: + +[subs="quotes, macros"] +---- +Group _group_ +---- + +The _group_ has to be an existing UNIX group. The default option is [option]`apache`. + +Note that [option]`Group` is no longer supported inside [option]``, and has been replaced by the [option]`SuexecUserGroup` directive. + +[[example-apache-httpdconf-group]] +.Using the Group directive +==== + +[subs="quotes"] +---- +Group apache +---- + +==== + +indexterm:[Apache HTTP Server,directives,HeaderName] [option]`HeaderName`:: The [option]`HeaderName` directive allows you to specify a file to be prepended to the beginning of the server-generated directory listing. It takes the following form: + +[subs="quotes, macros"] +---- +HeaderName _filename_ +---- + +The _filename_ is a name of the file to look for in the requested directory. By default, the server looks for `HEADER.html`. + +[[example-apache-httpdconf-headername]] +.Using the HeaderName directive +==== + +[subs="quotes"] +---- +HeaderName HEADER.html +---- + +==== + +indexterm:[Apache HTTP Server,directives,HostnameLookups] [option]`HostnameLookups`:: The [option]`HostnameLookups` directive allows you to enable automatic resolving of IP addresses. It takes the following form: + +[subs="quotes, macros"] +---- +HostnameLookups _option_ +---- + +The _option_ has to be a valid keyword as described in <>. To conserve resources on the server, the default option is [option]`Off`. + +[[table-apache-httpdconf-hostnamelookup]] +.Available HostnameLookups options + +[options="header"] +|=== +|Option|Description +|[option]`On`|Enables resolving the IP address for each connection so that the hostname can be logged. However, this also adds a significant processing overhead. +|[option]`Double`|Enables performing the double-reverse DNS lookup. In comparison to the above option, this adds even more processing overhead. +|[option]`Off`|Disables resolving the IP address for each connection. +|=== + +Note that when the presence of hostnames is required in server log files, it is often possible to use one of the many log analyzer tools that perform the DNS lookups more efficiently. + +[[example-apache-httpdconf-hostnamelookups]] +.Using the HostnameLookups directive +==== + +[subs="quotes"] +---- +HostnameLookups Off +---- + +==== + +indexterm:[Apache HTTP Server,directives,Include] [option]`Include`:: The [option]`Include` directive allows you to include other configuration files. It takes the following form: + +[subs="quotes, macros"] +---- +Include _filename_ +---- +indexterm:[Apache HTTP Server,directories,/etc/httpd/conf.d/] +The [option]`filename` can be an absolute path, a path relative to the directory specified by the [option]`ServerRoot` directive, or a wildcard expression. All configuration files from the `/etc/httpd/conf.d/` directory are loaded by default. + +[[example-apache-httpdconf-include]] +.Using the Include directive +==== + +---- +Include conf.d/*.conf +---- + +==== + +indexterm:[Apache HTTP Server,directives,IndexIgnore] [option]`IndexIgnore`:: The [option]`IndexIgnore` directive allows you to specify a list of file names to be omitted from the server-generated directory listings. It takes the following form: + +[subs="quotes, macros"] +---- +IndexIgnore _filename_pass:attributes[{blank}]… +---- + +The _filename_ option can be either a full file name, or a wildcard expression. + +[[example-apache-httpdconf-indexignore]] +.Using the IndexIgnore directive +==== + +---- +IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t +---- + +==== + +indexterm:[Apache HTTP Server,directives,IndexOptions] [option]`IndexOptions`:: The [option]`IndexOptions` directive allows you to customize the behavior of server-generated directory listings. It takes the following form: + +[subs="quotes, macros"] +---- +IndexOptions _option_pass:attributes[{blank}]… +---- + +The _option_ has to be a valid keyword as described in <>. The default options are [option]`Charset=UTF-8`, [option]`FancyIndexing`, [option]`HTMLTable`, [option]`NameWidth=*`, and [option]`VersionSort`. + +[[table-apache-httpdconf-indexoptions]] +.Available directory listing options + +[options="header"] +|=== +|Option|Description +|[option]`Charset`pass:attributes[{blank}]=pass:attributes[{blank}]_encoding_|Specifies the character set of a generated web page. The _encoding_ has to be a valid character set such as `UTF-8` or `ISO-8859-2`. +|[option]`Type`pass:attributes[{blank}]=pass:attributes[{blank}]_content-type_|Specifies the media type of a generated web page. The _content-type_ has to be a valid MIME type such as `text/html` or `text/plain`. +|[option]`DescriptionWidth`pass:attributes[{blank}]=pass:attributes[{blank}]_value_|Specifies the width of the description column. The _value_ can be either a number of characters, or an asterisk (that is, `*`) to adjust the width automatically. +|[option]`FancyIndexing`|Enables advanced features such as different icons for certain files or possibility to re-sort a directory listing by clicking on a column header. +|[option]`FolderFirst`|Enables listing directories first, always placing them above files. +|[option]`HTMLTable`|Enables the use of HTML tables for directory listings. +|[option]`IconsAreLinks`|Enables using the icons as links. +|[option]`IconHeight`pass:attributes[{blank}]=pass:attributes[{blank}]_value_|Specifies an icon height. The _value_ is a number of pixels. +|[option]`IconWidth`pass:attributes[{blank}]=pass:attributes[{blank}]_value_|Specifies an icon width. The _value_ is a number of pixels. +|[option]`IgnoreCase`|Enables sorting files and directories in a case-sensitive manner. +|[option]`IgnoreClient`|Disables accepting query variables from a client. +|[option]`NameWidth`pass:attributes[{blank}]=pass:attributes[{blank}]_value_|Specifies the width of the file name column. The _value_ can be either a number of characters, or an asterisk (that is, `*`) to adjust the width automatically. +|[option]`ScanHTMLTitles`|Enables parsing the file for a description (that is, the `title` element) in case it is not provided by the [option]`AddDescription` directive. +|[option]`ShowForbidden`|Enables listing the files with otherwise restricted access. +|[option]`SuppressColumnSorting`|Disables re-sorting a directory listing by clicking on a column header. +|[option]`SuppressDescription`|Disables reserving a space for file descriptions. +|[option]`SuppressHTMLPreamble`|Disables the use of standard HTML preamble when a file specified by the [option]`HeaderName` directive is present. +|[option]`SuppressIcon`|Disables the use of icons in directory listings. +|[option]`SuppressLastModified`|Disables displaying the date of the last modification field in directory listings. +|[option]`SuppressRules`|Disables the use of horizontal lines in directory listings. +|[option]`SuppressSize`|Disables displaying the file size field in directory listings. +|[option]`TrackModified`|Enables returning the `Last-Modified` and `ETag` values in the HTTP header. +|[option]`VersionSort`|Enables sorting files that contain a version number in the expected manner. +|[option]`XHTML`|Enables the use of XHTML 1.0 instead of the default HTML 3.2. +|=== + +[[example-apache-httpdconf-indexoptions]] +.Using the IndexOptions directive +==== + +---- +IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable Charset=UTF-8 +---- + +==== + +indexterm:[Apache HTTP Server,directives,KeepAlive] [option]`KeepAlive`:: The [option]`KeepAlive` directive allows you to enable persistent connections. It takes the following form: + +[subs="quotes, macros"] +---- +KeepAlive _option_ +---- + +The _option_ has to be a valid keyword as described in <>. The default option is [option]`Off`. + +[[table-apache-httpdconf-keepalive]] +.Available KeepAlive options + +[options="header"] +|=== +|Option|Description +|[option]`On`|Enables the persistent connections. In this case, the server will accept more than one request per connection. +|[option]`Off`|Disables the keep-alive connections. +|=== + +Note that when the persistent connections are enabled, on a busy server, the number of child processes can increase rapidly and eventually reach the maximum limit, slowing down the server significantly. To reduce the risk, it is recommended that you set [option]`KeepAliveTimeout` to a low number, and monitor the `/var/log/httpd/logs/error_log` log file carefully. + +[[example-apache-httpdconf-keepalive]] +.Using the KeepAlive directive +==== + +[subs="quotes"] +---- +KeepAlive Off +---- + +==== + +indexterm:[Apache HTTP Server,directives,KeepAliveTimeout] [option]`KeepAliveTimeout`:: The [option]`KeepAliveTimeout` directive allows you to specify the amount of time to wait for another request before closing the connection. It takes the following form: + +[subs="quotes, macros"] +---- +KeepAliveTimeout _time_ +---- + +The _time_ is specified in seconds. The default option is `15`. + +[[example-apache-httpdconf-keepalivetimeout]] +.Using the KeepAliveTimeout directive +==== + +[subs="quotes"] +---- +KeepAliveTimeout 15 +---- + +==== + +indexterm:[Apache HTTP Server,directives,LanguagePriority] [option]`LanguagePriority`:: The [option]`LanguagePriority` directive allows you to customize the precedence of languages. It takes the following form: + +[subs="quotes, macros"] +---- +LanguagePriority _language_pass:attributes[{blank}]… +---- + +The _language_ has to be a valid MIME language such as `cs`, `en`, or `fr`. + +This directive is especially useful for web servers that serve content in multiple languages based on the client's language settings. + +[[example-apache-httpdconf-languagepriority]] +.Using the LanguagePriority directive +==== + +[subs="quotes"] +---- +LanguagePriority sk cs en +---- + +==== + +indexterm:[Apache HTTP Server,directives,Listen] [option]`Listen`:: The _Listen_ directive allows you to specify IP addresses or ports to listen to. It takes the following form: + +[subs="quotes, macros"] +---- +Listen _ip-address_:pass:attributes[{blank}]_port_ _protocol_ +---- + +The _ip-address_ is optional and unless supplied, the server will accept incoming requests on a given _port_ from all IP addresses. Since the _protocol_ is determined automatically from the port number, it can be usually omitted. The default option is to listen to port `80`. + +Note that if the server is configured to listen to a port under 1024, only superuser will be able to start the `httpd` service. + +[[example-apache-httpdconf-listen]] +.Using the Listen directive +==== + +[subs="quotes"] +---- +Listen 80 +---- + +==== + +indexterm:[Apache HTTP Server,directives,LoadModule] [option]`LoadModule`:: The [option]`LoadModule` directive allows you to load a _Dynamic Shared Object_ (*DSO*) module. It takes the following form: + +[subs="quotes, macros"] +---- +LoadModule _name_ _path_ +---- +indexterm:[Apache HTTP Server,directories,/usr/lib/httpd/modules/]indexterm:[Apache HTTP Server,directories,/usr/lib64/httpd/modules/] +The _name_ has to be a valid identifier of the required module. The _path_ refers to an existing module file, and must be relative to the directory in which the libraries are placed (that is, `/usr/lib/httpd/` on 32-bit and `/usr/lib64/httpd/` on 64-bit systems by default). + +See <> for more information on the Apache HTTP Server's DSO support. + +[[example-apache-httpdconf-loadmodule]] +.Using the LoadModule directive +==== + +---- +LoadModule php5_module modules/libphp5.so +---- + +==== + +indexterm:[Apache HTTP Server,directives,LogFormat] [option]`LogFormat`:: The _LogFormat_ directive allows you to specify a log file format. It takes the following form: + +[subs="quotes, macros"] +---- +LogFormat _format_ _name_ +---- + +The _format_ is a string consisting of options as described in <>. The _name_ can be used instead of the format string in the [option]`CustomLog` directive. + +[[table-apache-httpdconf-logformat]] +.Common LogFormat options + +[options="header"] +|=== +|Option|Description +|[option]`%b`|Represents the size of the response in bytes. +|[option]`%h`|Represents the IP address or hostname of a remote client. +|[option]`%l`|Represents the remote log name if supplied. If not, a hyphen (that is, `-`) is used instead. +|[option]`%r`|Represents the first line of the request string as it came from the browser or client. +|[option]`%s`|Represents the status code. +|[option]`%t`|Represents the date and time of the request. +|[option]`%u`|If the authentication is required, it represents the remote user. If not, a hyphen (that is, `-`) is used instead. +|[option]`%{pass:attributes[{blank}]_field_pass:attributes[{blank}]}`|Represents the content of the HTTP header _field_. The common options include [option]`%{Referer}` (the URL of the web page that referred the client to the server) and [option]`%{User-Agent}` (the type of the web browser making the request). +|=== + +[[example-apache-httpdconf-logformat]] +.Using the LogFormat directive +==== + +[subs="quotes"] +---- +LogFormat "%h %l %u %t \"%r\" %>s %b" common +---- + +==== + +indexterm:[Apache HTTP Server,directives,LogLevel] [option]`LogLevel`:: The [option]`LogLevel` directive allows you to customize the verbosity level of the error log. It takes the following form: + +[subs="quotes, macros"] +---- +LogLevel _option_ +---- + +The _option_ has to be a valid keyword as described in <>. The default option is [option]`warn`. + +[[table-apache-httpdconf-loglevel]] +.Available LogLevel options + +[options="header"] +|=== +|Option|Description +|[option]`emerg`|Only the emergency situations when the server cannot perform its work are logged. +|[option]`alert`|All situations when an immediate action is required are logged. +|[option]`crit`|All critical conditions are logged. +|[option]`error`|All error messages are logged. +|[option]`warn`|All warning messages are logged. +|[option]`notice`|Even normal, but still significant situations are logged. +|[option]`info`|Various informational messages are logged. +|[option]`debug`|Various debugging messages are logged. +|=== + +[[example-apache-httpdconf-loglevel]] +.Using the LogLevel directive +==== + +[subs="quotes"] +---- +LogLevel warn +---- + +==== + +indexterm:[Apache HTTP Server,directives,MaxKeepAliveRequests] [option]`MaxKeepAliveRequests`:: The [option]`MaxKeepAliveRequests` directive allows you to specify the maximum number of requests for a persistent connection. It takes the following form: + + +[subs="quotes, macros"] +---- +MaxKeepAliveRequests _number_ +---- + +A high _number_ can improve the performance of the server. Note that using `0` allows unlimited number of requests. The default option is [option]`100`. + +[[example-apache-httpdconf-maxkeepaliverequests]] +.Using the MaxKeepAliveRequests option +==== + +[subs="quotes"] +---- +MaxKeepAliveRequests 100 +---- + +==== + +indexterm:[Apache HTTP Server,directives,NameVirtualHost] [option]`NameVirtualHost`:: The [option]`NameVirtualHost` directive allows you to specify the IP address and port number for a name-based virtual host. It takes the following form: + +[subs="quotes, macros"] +---- +NameVirtualHost _ip-address_:pass:attributes[{blank}]_port_ +---- + +The _ip-address_ can be either a full IP address, or an asterisk (that is, `*`) representing all interfaces. Note that IPv6 addresses have to be enclosed in square brackets (that is, `[` and `]`). The _port_ is optional. + +Name-based virtual hosting allows one Apache HTTP Server to serve different domains without using multiple IP addresses. + +.Using secure HTTP connections +[IMPORTANT] +==== + +Name-based virtual hosts *only* work with non-secure HTTP connections. If using virtual hosts with a secure server, use IP address-based virtual hosts instead. + +==== + +[[example-apache-httpdconf-namevirtualhost]] +.Using the NameVirtualHost directive +==== + +---- +NameVirtualHost *:80 +---- + +==== + +indexterm:[Apache HTTP Server,directives,Options] [option]`Options`:: The [option]`Options` directive allows you to specify which server features are available in a particular directory. It takes the following form: + +[subs="quotes, macros"] +---- +Options _option_pass:attributes[{blank}]… +---- + +The _option_ has to be a valid keyword as described in <>. + +[[table-apache-httpdconf-options]] +.Available server features + +[options="header"] +|=== +|Option|Description +|[option]`ExecCGI`|Enables the execution of CGI scripts. +|[option]`FollowSymLinks`|Enables following symbolic links in the directory. +|[option]`Includes`|Enables server-side includes. +|[option]`IncludesNOEXEC`|Enables server-side includes, but does not allow the execution of commands. +|[option]`Indexes`|Enables server-generated directory listings. +|[option]`MultiViews`|Enables content-negotiated "MultiViews". +|[option]`SymLinksIfOwnerMatch`|Enables following symbolic links in the directory when both the link and the target file have the same owner. +|[option]`All`|Enables all of the features above with the exception of [option]`MultiViews`. +|[option]`None`|Disables all of the features above. +|=== + +[[example-apache-httpdconf-options]] +.Using the Options directive +==== + +[subs="quotes"] +---- +Options Indexes FollowSymLinks +---- + +==== + +indexterm:[Apache HTTP Server,directives,Order] [option]`Order`:: The [option]`Order` directive allows you to specify the order in which the [option]`Allow` and [option]`Deny` directives are evaluated. It takes the following form: + +[subs="quotes, macros"] +---- +Order _option_ +---- + +The _option_ has to be a valid keyword as described in <>. The default option is [option]`allow,deny`. + +[[table-apache-httpdconf-order]] +.Available Order options + +[options="header"] +|=== +|Option|Description +|[option]`allow,deny`|[option]`Allow` directives are evaluated first. +|[option]`deny,allow`|[option]`Deny` directives are evaluated first. +|=== + +[[example-apache-httpdconf-order]] +.Using the Order directive +==== + +[subs="quotes"] +---- +Order allow,deny +---- + +==== + +indexterm:[Apache HTTP Server,directives,PidFile] [option]`PidFile`:: The [option]`PidFile` directive allows you to specify a file to which the _process ID_ (*PID*) of the server is stored. It takes the following form: + +[subs="quotes, macros"] +---- +PidFile _path_ +---- +indexterm:[Apache HTTP Server,files,/etc/httpd/run/httpd.pid] +The _path_ refers to a pid file, and can be either absolute, or relative to the directory that is specified by the [option]`ServerRoot` directive (that is, `/etc/httpd/` by default). The default option is `run/httpd.pid`. + +[[example-apache-httpdconf-pidfile]] +.Using the PidFile directive +==== + +[subs="quotes"] +---- +PidFile run/httpd.pid +---- + +==== + +indexterm:[Apache HTTP Server,directives,ProxyRequests] [option]`ProxyRequests`:: The [option]`ProxyRequests` directive allows you to enable forward proxy requests. It takes the following form: + +[subs="quotes, macros"] +---- +ProxyRequests _option_ +---- + +The _option_ has to be a valid keyword as described in <>. The default option is [option]`Off`. + +[[table-apache-httpdconf-proxyrequests]] +.Available ProxyRequests options + +[options="header"] +|=== +|Option|Description +|[option]`On`|Enables forward proxy requests. +|[option]`Off`|Disables forward proxy requests. +|=== + +[[example-apache-httpdconf-proxyrequests]] +.Using the ProxyRequests directive +==== + +[subs="quotes"] +---- +ProxyRequests On +---- + +==== + +indexterm:[Apache HTTP Server,directives,ReadmeName] [option]`ReadmeName`:: The [option]`ReadmeName` directive allows you to specify a file to be appended to the end of the server-generated directory listing. It takes the following form: + +[subs="quotes, macros"] +---- +ReadmeName _filename_ +---- + +The _filename_ is a name of the file to look for in the requested directory. By default, the server looks for `README.html`. + +[[example-apache-httpdconf-readmename]] +.Using the ReadmeName directive +==== + +[subs="quotes"] +---- +ReadmeName README.html +---- + +==== + +indexterm:[Apache HTTP Server,directives,Redirect] [option]`Redirect`:: The [option]`Redirect` directive allows you to redirect a client to another URL. It takes the following form: + +[subs="quotes, macros"] +---- +Redirect _status_ _path_ _url_ +---- + +The _status_ is optional, and if provided, it has to be a valid keyword as described in <>. The _path_ refers to the old location, and must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/docs`). The _url_ refers to the current location of the content (for example, `http://docs.example.com`). + +[[table-apache-httpdconf-redirect]] +.Available status options + +[options="header"] +|=== +|Status|Description +|[option]`permanent`|Indicates that the requested resource has been moved permanently. The `301` (Moved Permanently) status code is returned to a client. +|[option]`temp`|Indicates that the requested resource has been moved only temporarily. The `302` (Found) status code is returned to a client. +|[option]`seeother`|Indicates that the requested resource has been replaced. The `303` (See Other) status code is returned to a client. +|[option]`gone`|Indicates that the requested resource has been removed permanently. The `410` (Gone) status is returned to a client. +|=== +indexterm:[Apache HTTP Server,modules,mod_rewrite] +Note that for more advanced redirection techniques, you can use the `mod_rewrite` module that is part of the Apache HTTP Server installation. + +[[example-apache-httpdconf-redirect]] +.Using the Redirect directive +==== + +[subs="quotes"] +---- +Redirect permanent /docs http://docs.example.com +---- + +==== + +indexterm:[Apache HTTP Server,directives,ScriptAlias] [option]`ScriptAlias`:: The [option]`ScriptAlias` directive allows you to specify the location of CGI scripts. It takes the following form: + +[subs="quotes, macros"] +---- +ScriptAlias _url-path_ _real-path_ +---- + +The _url-path_ must be relative to the directory specified by the [option]`DocumentRoot` directive (for example, `/cgi-bin/`). The _real-path_ is a full path to a file or directory in the local file system. +indexterm:[Apache HTTP Server,directories,/var/www/cgi-bin/] +This directive is typically followed by the [option]`Directory` tag with additional permissions to access the target directory. By default, the `/cgi-bin/` alias is created so that the scripts located in the `/var/www/cgi-bin/` are accessible. + +The [option]`ScriptAlias` directive is used for security reasons to prevent CGI scripts from being viewed as ordinary text documents. + +[[example-apache-httpdconf-scriptalias]] +.Using the ScriptAlias directive +==== + +[subs="quotes"] +---- +ScriptAlias /cgi-bin/ /var/www/cgi-bin/ + +<Directory "/var/www/cgi-bin"> + AllowOverride None + Options None + Order allow,deny + Allow from all +</Directory> +---- + +==== + +indexterm:[Apache HTTP Server,directives,ServerAdmin] [option]`ServerAdmin`:: The [option]`ServerAdmin` directive allows you to specify the email address of the server administrator to be displayed in server-generated web pages. It takes the following form: + +[subs="quotes, macros"] +---- +ServerAdmin _email_ +---- + +The default option is `root@localhost`. + +This directive is commonly set to `webmaster@pass:attributes[{blank}]_hostname_pass:attributes[{blank}]`, where _hostname_ is the address of the server. Once set, alias `webmaster` to the person responsible for the web server in `/etc/aliases`, and as superuser, run the [command]#newaliases# command. + +[[example-apache-httpdconf-serveradmin]] +.Using the ServerAdmin directive +==== + +[subs="quotes"] +---- +ServerAdmin webmaster@penguin.example.com +---- + +==== + +indexterm:[Apache HTTP Server,directives,ServerName] [option]`ServerName`:: The [option]`ServerName` directive allows you to specify the hostname and the port number of a web server. It takes the following form: + +[subs="quotes, macros"] +---- +ServerName _hostname_:pass:attributes[{blank}]_port_ +---- + +The _hostname_ has to be a _fully qualified domain name_ (*FQDN*) of the server. The _port_ is optional, but when supplied, it has to match the number specified by the [option]`Listen` directive. + +When using this directive, make sure that the IP address and server name pair are included in the `/etc/hosts` file. + +[[example-apache-httpdconf-servername]] +.Using the ServerName directive +==== + +[subs="quotes"] +---- +ServerName penguin.example.com:80 +---- + +==== + +indexterm:[Apache HTTP Server,directives,ServerRoot] [option]`ServerRoot`:: The [option]`ServerRoot` directive allows you to specify the directory in which the server operates. It takes the following form: + +[subs="quotes, macros"] +---- +ServerRoot _directory_ +---- +indexterm:[Apache HTTP Server,directories,/etc/httpd/] +The _directory_ must be a full path to an existing directory in the local file system. The default option is `/etc/httpd/`. + +[[example-apache-httpd-serverroot]] +.Using the ServerRoot directive +==== + +[subs="quotes"] +---- +ServerRoot /etc/httpd +---- + +==== + +indexterm:[Apache HTTP Server,directives,ServerSignature] [option]`ServerSignature`:: The [option]`ServerSignature` directive allows you to enable displaying information about the server on server-generated documents. It takes the following form: + +[subs="quotes, macros"] +---- +ServerSignature _option_ +---- + +The _option_ has to be a valid keyword as described in <>. The default option is [option]`On`. + +[[table-apache-httpdconf-serversignature]] +.Available ServerSignature options + +[options="header"] +|=== +|Option|Description +|[option]`On`|Enables appending the server name and version to server-generated pages. +|[option]`Off`|Disables appending the server name and version to server-generated pages. +|[option]`EMail`|Enables appending the server name, version, and the email address of the system administrator as specified by the [option]`ServerAdmin` directive to server-generated pages. +|=== + +[[example-apache-httpdconf-serversignature]] +.Using the ServerSignature directive +==== + +[subs="quotes"] +---- +ServerSignature On +---- + +==== + +indexterm:[Apache HTTP Server,directives,ServerTokens] [option]`ServerTokens`:: The [option]`ServerTokens` directive allows you to customize what information are included in the Server response header. It takes the following form: + +[subs="quotes, macros"] +---- +ServerTokens _option_ +---- + +The _option_ has to be a valid keyword as described in <>. The default option is [option]`OS`. + +[[table-apache-httpdconf-servertokens]] +.Available ServerTokens options + +[options="header"] +|=== +|Option|Description +|[option]`Prod`|Includes the product name only (that is, `Apache`). +|[option]`Major`|Includes the product name and the major version of the server (for example, `2`). +|[option]`Minor`|Includes the product name and the minor version of the server (for example, `2.2`). +|[option]`Min`|Includes the product name and the minimal version of the server (for example, `2.2.15`). +|[option]`OS`|Includes the product name, the minimal version of the server, and the type of the operating system it is running on (for example, `Red Hat`). +|[option]`Full`|Includes all the information above along with the list of loaded modules. +|=== + +Note that for security reasons, it is recommended to reveal as little information about the server as possible. + +[[example-apache-httpdconf-servertokens]] +.Using the ServerTokens directive +==== + +[subs="quotes"] +---- +ServerTokens Prod +---- + +==== + +indexterm:[Apache HTTP Server,directives,SuexecUserGroup] [option]`SuexecUserGroup`:: The [option]`SuexecUserGroup` directive allows you to specify the user and group under which the CGI scripts will be run. It takes the following form: + +[subs="quotes, macros"] +---- +SuexecUserGroup _user_ _group_ +---- + +The _user_ has to be an existing user, and the _group_ must be a valid UNIX group. + +For security reasons, the CGI scripts should not be run with `root` privileges. Note that in [option]``, [option]`SuexecUserGroup` replaces the [option]`User` and [option]`Group` directives. + +[[example-apache-httpdconf-suexecusergroup]] +.Using the SuexecUserGroup directive +==== + +[subs="quotes"] +---- +SuexecUserGroup apache apache +---- + +==== + +indexterm:[Apache HTTP Server,directives,Timeout] [option]`Timeout`:: The [option]`Timeout` directive allows you to specify the amount of time to wait for an event before closing a connection. It takes the following form: + +[subs="quotes, macros"] +---- +Timeout _time_ +---- + +The _time_ is specified in seconds. The default option is `60`. + +[[example-apache-httpdconf-timeout]] +.Using the Timeout directive +==== + +[subs="quotes"] +---- +Timeout 60 +---- + +==== + +indexterm:[Apache HTTP Server,directives,TypesConfig] [option]`TypesConfig`:: The [option]`TypesConfig` allows you to specify the location of the MIME types configuration file. It takes the following form: + +[subs="quotes, macros"] +---- +TypesConfig _path_ +---- +indexterm:[Apache HTTP Server,files,/etc/mime.types] +The _path_ refers to an existing MIME types configuration file, and can be either absolute, or relative to the directory that is specified by the [option]`ServerRoot` directive (that is, `/etc/httpd/` by default). The default option is [option]`/etc/mime.types`. + +Note that instead of editing `/etc/mime.types`, the recommended way to add MIME type mapping to the Apache HTTP Server is to use the [option]`AddType` directive. + +[[example-apache-httpdconf-typesconfig]] +.Using the TypesConfig directive +==== + +[subs="quotes"] +---- +TypesConfig /etc/mime.types +---- + +==== + +indexterm:[Apache HTTP Server,directives,UseCanonicalName] [option]`UseCanonicalName`:: The [option]`UseCanonicalName` allows you to specify the way the server refers to itself. It takes the following form: + +[subs="quotes, macros"] +---- +UseCanonicalName _option_ +---- + +The _option_ has to be a valid keyword as described in <>. The default option is [option]`Off`. + +[[table-apache-httpdconf-usecanonicalname]] +.Available UseCanonicalName options + +[options="header"] +|=== +|Option|Description +|[option]`On`|Enables the use of the name that is specified by the [option]`ServerName` directive. +|[option]`Off`|Disables the use of the name that is specified by the [option]`ServerName` directive. The hostname and port number provided by the requesting client are used instead. +|[option]`DNS`|Disables the use of the name that is specified by the [option]`ServerName` directive. The hostname determined by a reverse DNS lookup is used instead. +|=== + +[[example-apache-httpdconf-usecanonicalname]] +.Using the UseCanonicalName directive +==== + +[subs="quotes"] +---- +UseCanonicalName Off +---- + +==== + +indexterm:[Apache HTTP Server,directives,User] [option]`User`:: The [option]`User` directive allows you to specify the user under which the `httpd` service will run. It takes the following form: + +[subs="quotes, macros"] +---- +User _user_ +---- + +The _user_ has to be an existing UNIX user. The default option is [option]`apache`. + +For security reasons, the `httpd` service should not be run with `root` privileges. Note that [option]`User` is no longer supported inside [option]``, and has been replaced by the [option]`SuexecUserGroup` directive. + +[[example-apache-httpdconf-user]] +.Using the User directive +==== + +[subs="quotes"] +---- +User apache +---- + +==== + +indexterm:[Apache HTTP Server,directives,UserDir] [option]`UserDir`:: The [option]`UserDir` directive allows you to enable serving content from users' home directories. It takes the following form: + +[subs="quotes, macros"] +---- +UserDir _option_ +---- +indexterm:[Apache HTTP Server,directories,~/public_html/] +The _option_ can be either a name of the directory to look for in user's home directory (typically [option]`public_html`), or a valid keyword as described in <>. The default option is [option]`disabled`. + +[[table-apache-httpdconf-userdir]] +.Available UserDir options + +[options="header"] +|=== +|Option|Description +|[option]`enabled`pass:attributes[{blank}] pass:attributes[{blank}]_user_pass:attributes[{blank}]…|Enables serving content from home directories of given _user_pass:attributes[{blank}]s. +|[option]`disabled`pass:attributes[{blank}] pass:attributes[{blank}]_user_pass:attributes[{blank}]…|Disables serving content from home directories, either for all users, or, if a space separated list of _user_pass:attributes[{blank}]s is supplied, for given users only. +|=== + +.Set the correct permissions +[NOTE] +==== + +In order for the web server to access the content, the permissions on relevant directories and files must be set correctly. Make sure that all users are able to access the home directories, and that they can access and read the content of the directory specified by the [option]`UserDir` directive. For example, to allow access to `public_html/` in the home directory of user `joe`, type the following at a shell prompt as `root`: + +---- +~]# chmod a+x /home/joe/ +~]# chmod a+rx /home/joe/public_html/ +---- + +All files in this directory must be set accordingly. + +==== + +[[example-apache-httpdconf-userdir]] +.Using the UserDir directive +==== + +---- +UserDir public_html +---- + +==== + +[[s3-apache-sslconf-common]] +====== Common ssl.conf Directives + +The _Secure Sockets Layer_ (*SSL*) directives allow you to customize the behavior of the Apache HTTP Secure Server, and in most cases, they are configured appropriately during the installation. Be careful when changing these settings, as incorrect configuration can lead to security vulnerabilities. +indexterm:[Apache HTTP Server,files,/etc/httpd/conf.d/ssl.conf] +The following directive is commonly used in `/etc/httpd/conf.d/ssl.conf`: + +indexterm:[Apache HTTP Server,directives,SetEnvIf] [option]`SetEnvIf`:: The [option]`SetEnvIf` directive allows you to set environment variables based on the headers of incoming connections. It takes the following form: + +[subs="quotes, macros"] +---- +SetEnvIf _option_ _pattern_ !_variable_pass:attributes[{blank}]=pass:attributes[{blank}]_value_pass:attributes[{blank}]… +---- + +The _option_ can be either a HTTP header field, a previously defined environment variable name, or a valid keyword as described in <>. The _pattern_ is a regular expression. The _variable_ is an environment variable that is set when the option matches the pattern. If the optional exclamation mark (that is, `!`) is present, the variable is removed instead of being set. + +[[table-apache-sslconf-setenvif]] +.Available SetEnvIf options + +[options="header"] +|=== +|Option|Description +|[option]`Remote_Host`|Refers to the client's hostname. +|[option]`Remote_Addr`|Refers to the client's IP address. +|[option]`Server_Addr`|Refers to the server's IP address. +|[option]`Request_Method`|Refers to the request method (for example, `GET`). +|[option]`Request_Protocol`|Refers to the protocol name and version (for example, `HTTP/1.1`). +|[option]`Request_URI`|Refers to the requested resource. +|=== + +The [option]`SetEnvIf` directive is used to disable HTTP keepalives, and to allow SSL to close the connection without a closing notification from the client browser. This is necessary for certain web browsers that do not reliably shut down the SSL connection. + +[[example-apache-sslconf-setenvif]] +.Using the SetEnvIf directive +==== + +---- +SetEnvIf User-Agent ".*MSIE.*" \ + nokeepalive ssl-unclean-shutdown \ + downgrade-1.0 force-response-1.0 +---- + +==== + +Note that for the `/etc/httpd/conf.d/ssl.conf` file to be present, the [package]*mod_ssl* needs to be installed. See <> for more information on how to install and configure an SSL server. + +[[s3-apache-mpm-common]] +====== Common Multi-Processing Module Directives + +The _Multi-Processing Module_ (*MPM*) directives allow you to customize the behavior of a particular MPM specific server-pool. Since its characteristics differ depending on which MPM is used, the directives are embedded in [option]`IfModule`. By default, the server-pool is defined for both the `prefork` and `worker` MPMs. +indexterm:[Apache HTTP Server,files,/etc/httpd/conf/httpd.conf] +The following MPM directives are commonly used in `/etc/httpd/conf/httpd.conf`: + +indexterm:[Apache HTTP Server,directives,MaxClients] [option]`MaxClients`:: The [option]`MaxClients` directive allows you to specify the maximum number of simultaneously connected clients to process at one time. It takes the following form: + +[subs="quotes, macros"] +---- +MaxClients _number_ +---- + +A high _number_ can improve the performance of the server, although it is not recommended to exceed `256` when using the `prefork` MPM. + +[[example-apache-mpm-maxclients]] +.Using the MaxClients directive +==== + +[subs="quotes"] +---- +MaxClients 256 +---- + +==== + +indexterm:[Apache HTTP Server,directives,MaxClients] [option]`MaxRequestsPerChild`:: The [option]`MaxRequestsPerChild` directive allows you to specify the maximum number of request a child process can serve before it dies. It takes the following form: + +[subs="quotes, macros"] +---- +MaxRequestsPerChild _number_ +---- + +Setting the _number_ to `0` allows unlimited number of requests. + +The [option]`MaxRequestsPerChild` directive is used to prevent long-lived processes from causing memory leaks. + +[[example-apache-mpm-maxrequestsperchild]] +.Using the MaxRequestsPerChild directive +==== + +[subs="quotes"] +---- +MaxRequestsPerChild 4000 +---- + +==== + +indexterm:[Apache HTTP Server,directives,MaxSpareServers] [option]`MaxSpareServers`:: The [option]`MaxSpareServers` directive allows you to specify the maximum number of spare child processes. It takes the following form: + +[subs="quotes, macros"] +---- +MaxSpareServers _number_ +---- + +This directive is used by the `prefork` MPM only. + +[[example-apache-mpm-maxspareservers]] +.Using the MaxSpareServers directive +==== + +[subs="quotes"] +---- +MaxSpareServers 20 +---- + +==== + +indexterm:[Apache HTTP Server,directives,MaxSpareThreads] [option]`MaxSpareThreads`:: The [option]`MaxSpareThreads` directive allows you to specify the maximum number of spare server threads. It takes the following form: + +[subs="quotes, macros"] +---- +MaxSpareThreads _number_ +---- + +The _number_ must be greater than or equal to the sum of [option]`MinSpareThreads` and [option]`ThreadsPerChild`. This directive is used by the `worker` MPM only. + +[[example-apache-mpm-maxsparethreads]] +.Using the MaxSpareThreads directive +==== + +[subs="quotes"] +---- +MaxSpareThreads 75 +---- + +==== + +indexterm:[Apache HTTP Server,directives,MinSpareServers] [option]`MinSpareServers`:: The [option]`MinSpareServers` directive allows you to specify the minimum number of spare child processes. It takes the following form: + +[subs="quotes, macros"] +---- +MinSpareServers _number_ +---- + +Note that a high _number_ can create a heavy processing load on the server. This directive is used by the `prefork` MPM only. + +[[example-apache-mpm-minspareservers]] +.Using the MinSpareServers directive +==== + +[subs="quotes"] +---- +MinSpareServers 5 +---- + +==== + +indexterm:[Apache HTTP Server,directives,MinSpareThreads] [option]`MinSpareThreads`:: The [option]`MinSpareThreads` directive allows you to specify the minimum number of spare server threads. It takes the following form: + +[subs="quotes, macros"] +---- +MinSpareThreads _number_ +---- + +This directive is used by the `worker` MPM only. + +[[example-apache-mpm-minsparethreads]] +.Using the MinSpareThreads directive +==== + +[subs="quotes"] +---- +MinSpareThreads 75 +---- + +==== + +indexterm:[Apache HTTP Server,directives,StartServers] [option]`StartServers`:: The [option]`StartServers` directive allows you to specify the number of child processes to create when the service is started. It takes the following form: + +[subs="quotes, macros"] +---- +StartServers _number_ +---- + +Since the child processes are dynamically created and terminated according to the current traffic load, it is usually not necessary to change this value. + +[[example-apache-mpm-startservers]] +.Using the StartServers directive +==== + +[subs="quotes"] +---- +StartServers 8 +---- + +==== + +indexterm:[Apache HTTP Server,directives,ThreadsPerChild] [option]`ThreadsPerChild`:: The [option]`ThreadsPerChild` directive allows you to specify the number of threads a child process can create. It takes the following form: + +[subs="quotes, macros"] +---- +ThreadsPerChild _number_ +---- + +This directive is used by the `worker` MPM only. + +[[example-apache-mpm-threadsperchild]] +.Using the ThreadsPerChild directive +==== + +[subs="quotes"] +---- +ThreadsPerChild 25 +---- + +==== + +[[s2-apache-dso]] +===== Working with Modules +indexterm:[Apache HTTP Server,directories,/usr/lib/httpd/modules/]indexterm:[Apache HTTP Server,directories,/usr/lib64/httpd/modules/] +Being a modular application, the `httpd` service is distributed along with a number of _Dynamic Shared Objects_ (*DSO*pass:attributes[{blank}]s), which can be dynamically loaded or unloaded at runtime as necessary. By default, these modules are located in `/usr/lib/httpd/modules/` on 32-bit and in `/usr/lib64/httpd/modules/` on 64-bit systems. + +[[s3-apache-dso-loading]] +====== Loading a Module +indexterm:[Apache HTTP Server,modules,loading] +To load a particular DSO module, use the [option]`LoadModule` directive as described in <>. Note that modules provided by a separate package often have their own configuration file in the `/etc/httpd/conf.d/` directory. + +[[example-apache-dso-loading]] +.Loading the mod_ssl DSO +==== + +---- +LoadModule ssl_module modules/mod_ssl.so +---- + +==== + +Once you are finished, restart the web server to reload the configuration. See <> for more information on how to restart the `httpd` service. + +[[s3-apache-dso-writing]] +====== Writing a Module +indexterm:[Apache HTTP Server,modules,developing] +If you intend to create a new DSO module, make sure you have the [package]*httpd-devel* package installed. To do so, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install httpd-devel +---- + +This package contains the include files, the header files, and the [application]*APache eXtenSion* ([command]#apxs#) utility required to compile a module. + +Once written, you can build the module with the following command: + +[subs="attributes"] +---- +~]#{nbsp}apxs -i -a -c module_name.c +---- + +If the build was successful, you should be able to load the module the same way as any other module that is distributed with the Apache HTTP Server. + +[[s2-apache-virtualhosts]] +===== Setting Up Virtual Hosts +indexterm:[Apache HTTP Server,virtual host]indexterm:[virtual host,Apache HTTP Server] +The Apache HTTP Server's built in virtual hosting allows the server to provide different information based on which IP address, host name, or port is being requested. + +To create a name-based virtual host, copy the example configuration file `/usr/share/doc/httpd-_VERSION_pass:attributes[{blank}]/httpd-vhosts.conf` into the `/etc/httpd/conf.d/` directory, and replace the `@@Port@@` and `@@ServerRoot@@` placeholder values. Customize the options according to your requirements as shown in <>. + +[[example-apache-virtualhosts-config]] +.Example virtual host configuration +==== + +---- + + + ServerAdmin webmaster@penguin.example.com + DocumentRoot "/www/docs/penguin.example.com" + ServerName penguin.example.com + ServerAlias www.penguin.example.com + ErrorLog "/var/log/httpd/dummy-host.example.com-error_log" + CustomLog "/var/log/httpd/dummy-host.example.com-access_log" common + +---- + +==== + +Note that [option]`ServerName` must be a valid DNS name assigned to the machine. The [option]`` container is highly customizable, and accepts most of the directives available within the main server configuration. Directives that are *not* supported within this container include [option]`User` and [option]`Group`, which were replaced by [option]`SuexecUserGroup`. + +.Changing the port number +[NOTE] +==== + +If you configure a virtual host to listen on a non-default port, make sure you update the [option]`Listen` directive in the global settings section of the `/etc/httpd/conf/httpd.conf` file accordingly. + +==== + +To activate a newly created virtual host, the web server has to be restarted first. See <> for more information on how to restart the `httpd` service. + +[[s2-apache-mod_ssl]] +===== Setting Up an SSL Server +indexterm:[Apache HTTP Server,modules,mod_ssl]indexterm:[SSL server,Apache HTTP Server]indexterm:[SSL,Apache HTTP Server]indexterm:[TLS,Apache HTTP Server]indexterm:[OpenSSL,SSL,SSL]indexterm:[OpenSSL,TLS,TLS] +_Secure Sockets Layer_ (*SSL*) is a cryptographic protocol that allows a server and a client to communicate securely. Along with its extended and improved version called _Transport Layer Security_ (*TLS*), it ensures both privacy and data integrity. The Apache HTTP Server in combination with `mod_ssl`, a module that uses the OpenSSL toolkit to provide the SSL/TLS support, is commonly referred to as the _SSL server_. + +Unlike a regular HTTP connection that can be read and possibly modified by anybody who is able to intercept it, the use of `mod_ssl` prevents any inspection or modification of the transmitted content. This section provides basic information on how to enable this module in the Apache HTTP Server configuration, and guides you through the process of generating private keys and self-signed certificates. + +[[s3-apache-mod_ssl-certificates]] +====== An Overview of Certificates and Security +indexterm:[Apache HTTP Server,SSL server,private key]indexterm:[Apache HTTP Server,SSL server,public key] +Secure communication is based on the use of keys. In conventional or _symmetric cryptography_, both ends of the transaction have the same key they can use to decode each other's transmissions. On the other hand, in public or _asymmetric cryptography_, two keys co-exist: a _private key_ that is kept a secret, and a _public key_ that is usually shared with the public. While the data encoded with the public key can only be decoded with the private key, data encoded with the private key can in turn only be decoded with the public key. +indexterm:[Apache HTTP Server,SSL server,certificate]indexterm:[Apache HTTP Server,SSL server,certificate authority] +To provide secure communications using SSL, an SSL server must use a digital certificate signed by a _Certificate Authority_ (*CA*). The certificate lists various attributes of the server (that is, the server host name, the name of the company, its location, etc.), and the signature produced using the CA's private key. This signature ensures that a particular certificate authority has signed the certificate, and that the certificate has not been modified in any way. + +When a web browser establishes a new SSL connection, it checks the certificate provided by the web server. If the certificate does not have a signature from a trusted CA, or if the host name listed in the certificate does not match the host name used to establish the connection, it refuses to communicate with the server and usually presents a user with an appropriate error message. + +By default, most web browsers are configured to trust a set of widely used certificate authorities. Because of this, an appropriate CA should be chosen when setting up a secure server, so that target users can trust the connection, otherwise they will be presented with an error message, and will have to accept the certificate manually. Since encouraging users to override certificate errors can allow an attacker to intercept the connection, you should use a trusted CA whenever possible. For more information on this, see <>. + +[[table-apache-mod_ssl-certificates-authorities]] +.Information about CA lists used by common web browsers + +[options="header"] +|=== +|Web Browser|Link +|[application]*Mozilla Firefox*|link:++http://www.mozilla.org/projects/security/certs/included/++[Mozilla root CA list]. +|[application]*Opera*|link:++http://www.opera.com/docs/ca/++[Information on root certificates used by Opera]. +|[application]*Internet Explorer*|link:++http://support.microsoft.com/kb/931125++[Information on root certificates used by Microsoft Windows]. +|[application]*Chromium*|link:++http://www.chromium.org/Home/chromium-security/root-ca-policy++[Information on root certificates used by the Chromium project]. +|=== + +When setting up an SSL server, you need to generate a certificate request and a private key, and then send the certificate request, proof of the company's identity, and payment to a certificate authority. Once the CA verifies the certificate request and your identity, it will send you a signed certificate you can use with your server. Alternatively, you can create a self-signed certificate that does not contain a CA signature, and thus should be used for testing purposes only. + +[[s3-apache-mod_ssl-enabling]] +====== Enabling the mod_ssl Module + +If you intend to set up an SSL server, make sure you have the [package]*mod_ssl* (the `mod_ssl` module) and [package]*openssl* (the OpenSSL toolkit) packages installed. To do so, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install mod_ssl openssl +---- +indexterm:[Apache HTTP Server,files,/etc/httpd/conf.d/ssl.conf] +This will create the `mod_ssl` configuration file at `/etc/httpd/conf.d/ssl.conf`, which is included in the main Apache HTTP Server configuration file by default. For the module to be loaded, restart the `httpd` service as described in <>. + +[IMPORTANT] +==== + +Due to the SSL3.0 protocol vulnerability CVE-2014-3566, described in link:++https://www.us-cert.gov/ncas/alerts/TA14-290A++[SSL 3.0 Protocol Vulnerability and POODLE Attack], it is recommended to disable `SSL` and use only `TLSv1.1` or `TLSv1.2`. Backwards compatibility can be achieved using `TLSv1.0`. Many products have the ability to use `SSLv2` or `SSLv3` protocols, or enable them by default. However, the use of `SSLv2` or `SSLv3` is now strongly recommended against. + +==== + +[[s3-apache-Enabling_and_Disabling_SSL_and_TLS_in_mod_ssl]] +====== Enabling and Disabling SSL and TLS in mod_ssl + +To disable and enable specific versions of the SSL and TLS protocol, either do it globally by adding the [command]#SSLProtocol# directive in the "## SSL Global Context" section of the configuration file and removing it everywhere else, or edit the default entry under "# SSL Protocol support" in all "VirtualHost" sections. If you do not specify it in the per-domain VirtualHost section then it will inherit the settings from the global section. To make sure that a protocol version is being disabled the administrator should either *only* specify [command]#SSLProtocol# in the "SSL Global Context" section, or specify it in *all* per-domain VirtualHost sections. + +[[proc-Disable_SSLv2_and_SSLv3]] +.Disable SSLv2 and SSLv3 +To disable SSL version 2 and SSL version 3, which implies enabling everything except SSL version 2 and SSL version 3, in all VirtualHost sections, proceed as follows: + +. As `root`, open the `/etc/httpd/conf.d/ssl.conf` file and search for *all* instances of the [command]#SSLProtocol# directive. By default, the configuration file contains one section that looks as follows: + +---- +~]# vi /etc/httpd/conf.d/ssl.conf +# SSL Protocol support: +# List the enable protocol levels with which clients will be able to +# connect. Disable SSLv2 access by default: +SSLProtocol all -SSLv2 +---- + +This section is within the VirtualHost section. + +. Edit the [command]#SSLProtocol# line as follows: + +---- +# SSL Protocol support: +# List the enable protocol levels with which clients will be able to +# connect. Disable SSLv2 access by default: +SSLProtocol All -SSLv2 -SSLv3 +---- + +Repeat this action for all VirtualHost sections. + +. Verify that all occurrences of the [command]#SSLProtocol# directive have been changed as follows: + +[subs="macros"] +---- +~]# grep SSLProtocol /etc/httpd/conf.d/ssl.conf +pass:quotes[*SSLProtocol*] all -SSLv2 -SSLv3 +---- + +This step is particularly important if you have more than the one default VirtualHost section. + +. Restart the Apache daemon as follows: + +---- +~]# service httpd restart +---- + +Note that any sessions will be interrupted. + +[[s3-apache-mod_ssl-keypair]] +====== Using an Existing Key and Certificate +indexterm:[Apache HTTP Server,SSL server,private key]indexterm:[Apache HTTP Server,SSL server,certificate] +If you have a previously created key and certificate, you can configure the SSL server to use these files instead of generating new ones. There are only two situations where this is not possible: + +. *You are changing the IP address or domain name.* + +Certificates are issued for a particular IP address and domain name pair. If one of these values changes, the certificate becomes invalid. + +. *You have a certificate from VeriSign, and you are changing the server software.* + +VeriSign, a widely used certificate authority, issues certificates for a particular software product, IP address, and domain name. Changing the software product renders the certificate invalid. + +In either of the above cases, you will need to obtain a new certificate. For more information on this topic, see <>. + +If you want to use an existing key and certificate, move the relevant files to the `/etc/pki/tls/private/` and `/etc/pki/tls/certs/` directories respectively. You can do so by issuing the following commands as `root`: + +[subs="macros, attributes"] +---- +~]#{nbsp}mv pass:quotes[`key_file.key`] pass:quotes[`/etc/pki/tls/private/hostname.key`] +~]#{nbsp}mv pass:quotes[`certificate.crt`] pass:quotes[`/etc/pki/tls/certs/hostname.crt`] +---- + +Then add the following lines to the `/etc/httpd/conf.d/ssl.conf` configuration file: + +[subs="quotes, macros"] +---- +SSLCertificateFile /etc/pki/tls/certs/pass:attributes[{blank}]_hostname_.crt +SSLCertificateKeyFile /etc/pki/tls/private/pass:attributes[{blank}]_hostname_.key +---- + +To load the updated configuration, restart the `httpd` service as described in <>. + +[[example-apache-mod_ssl-keypair]] +.Using a key and certificate from the Red{nbsp}Hat Secure Web Server +==== + +[subs="attributes"] +---- +~]#{nbsp}mv /etc/httpd/conf/httpsd.key /etc/pki/tls/private/penguin.example.com.key +~]#{nbsp}mv /etc/httpd/conf/httpsd.crt /etc/pki/tls/certs/penguin.example.com.crt +---- + +==== + +[[s3-apache-mod_ssl-genkey]] +====== Generating a New Key and Certificate +indexterm:[Apache HTTP Server,SSL server,private key]indexterm:[Apache HTTP Server,SSL server,certificate] +In order to generate a new key and certificate pair, the [package]*crypto-utils* package must be installed on the system. To install it, enter the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}dnf install crypto-utils +---- + +This package provides a set of tools to generate and manage SSL certificates and private keys, and includes [application]*genkey*, the Red{nbsp}Hat Keypair Generation utility that will guide you through the key generation process. + +.Replacing an existing certificate +[IMPORTANT] +==== + +If the server already has a valid certificate and you are replacing it with a new one, specify a different serial number. This ensures that client browsers are notified of this change, update to this new certificate as expected, and do not fail to access the page. To create a new certificate with a custom serial number, use the following command instead of [application]*genkey*: + +[subs="attributes"] +---- +~]#{nbsp}openssl req -x509 -new -set_serial number -key hostname.key -out hostname.crt +---- + +==== + +.Remove a previously created key +[NOTE] +==== + +If there already is a key file for a particular host name in your system, [application]*genkey* will refuse to start. In this case, remove the existing file using the following command as `root`: + +[subs="attributes"] +---- +~]#{nbsp}rm /etc/pki/tls/private/hostname.key +---- + +==== + +To run the utility enter the [command]#genkey# command as `root`, followed by the appropriate host name (for example, `penguin.example.com`): + +[subs="macros, attributes"] +---- +~]#{nbsp}genkey pass:quotes[_hostname_] +---- + +To complete the key and certificate creation, take the following steps: + +. Review the target locations in which the key and certificate will be stored. + +[[figure-apache-mod_ssl-genkey-01]] +.Running the genkey utility + +image::apache-mod_ssl-genkey-01.png[Running the genkey utility] + +Use the kbd:[Tab] key to select the btn:[Next] button, and press kbd:[Enter] to proceed to the next screen. + +. Using the kbd:[up] and kbd:[down] arrow keys, select a suitable key size. Note that while a larger key increases the security, it also increases the response time of your server. The NIST recommends using `2048 bits`. See [citetitle]_link:++http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf++[NIST Special Publication 800-131A Revision 1]_. + +[[figure-apache-mod_ssl-genkey-02]] +.Selecting the key size + +image::apache-mod_ssl-genkey-02.png[Selecting the key size] + +Once finished, use the kbd:[Tab] key to select the btn:[Next] button, and press kbd:[Enter] to initiate the random bits generation process. Depending on the selected key size, this may take some time. + +. Decide whether you want to send a certificate request to a certificate authority. + +[[figure-apache-mod_ssl-genkey-03]] +.Generating a certificate request + +image::apache-mod_ssl-genkey-03.png[Generating a certificate request] + +Use the kbd:[Tab] key to select btn:[Yes] to compose a certificate request, or btn:[No] to generate a self-signed certificate. Then press kbd:[Enter] to confirm your choice. + +. Using the kbd:[Spacebar] key, enable (`[*]`) or disable (`[ ]`) the encryption of the private key. + +[[figure-apache-mod_ssl-genkey-04]] +.Encrypting the private key + +image::apache-mod_ssl-genkey-04.png[Encrypting the private key] + +Use the kbd:[Tab] key to select the btn:[Next] button, and press kbd:[Enter] to proceed to the next screen. + +. If you have enabled the private key encryption, enter an adequate passphrase. Note that for security reasons, it is not displayed as you type, and it must be at least five characters long. + +[[figure-apache-mod_ssl-genkey-05]] +.Entering a passphrase + +image::apache-mod_ssl-genkey-05.png[Entering a passphrase] + +Use the kbd:[Tab] key to select the btn:[Next] button, and press kbd:[Enter] to proceed to the next screen. + +.Do not forget the passphrase +[IMPORTANT] +==== + +Entering the correct passphrase is required in order for the server to start. If you lose it, you will need to generate a new key and certificate. + +==== + +. Customize the certificate details. + +[[figure-apache-mod_ssl-genkey-06]] +.Specifying certificate information + +image::apache-mod_ssl-genkey-06.png[Specifying certificate information] + +Use the kbd:[Tab] key to select the btn:[Next] button, and press kbd:[Enter] to finish the key generation. + +. If you have previously enabled the certificate request generation, you will be prompted to send it to a certificate authority. + +[[figure-apache-mod_ssl-genkey-07]] +.Instructions on how to send a certificate request + +image::apache-mod_ssl-genkey-07.png[Instructions on how to send a certificate request] + +Press kbd:[Enter] to return to a shell prompt. + +Once generated, add the key and certificate locations to the `/etc/httpd/conf.d/ssl.conf` configuration file: + +[subs="quotes, macros"] +---- +SSLCertificateFile /etc/pki/tls/certs/pass:attributes[{blank}]_hostname_.crt +SSLCertificateKeyFile /etc/pki/tls/private/pass:attributes[{blank}]_hostname_.key +---- + +Finally, restart the `httpd` service as described in <>, so that the updated configuration is loaded. + +[[s2-apache-resources]] +===== Additional Resources + +To learn more about the Apache HTTP Server, see the following resources. + +.Installed Documentationindexterm:[Apache HTTP Server,additional resources,installed documentation] + +* `httpd(8)` — The manual page for the `httpd` service containing the complete list of its command-line options. + +* `genkey(1)` — The manual page for [command]#genkey# utility, provided by the [package]*crypto-utils* package. + +* `apachectl(8)` — The manual page for the Apache HTTP Server Control Interface. + +[[bh-The_Apache_HTTP_Server-Installable_Documentation]] +.Installable Documentationindexterm:[Apache HTTP Server,additional resources,installable documentation] + +* link:++http://localhost/manual/++[] — The official documentation for the Apache HTTP Server with the full description of its directives and available modules. Note that in order to access this documentation, you must have the [package]*httpd-manual* package installed, and the web server must be running. + +Before accessing the documentation, issue the following commands as `root`: + +---- +~]# dnf install httpd-manual +~]# apachectl graceful +---- + +.Online Documentationindexterm:[Apache HTTP Server,additional resources,useful websites] + +* link:++http://httpd.apache.org/++[] — The official website for the Apache HTTP Server with documentation on all the directives and default modules. + +* ulink url="http://www.modssl.org/" /> — The official website for the [application]*mod_ssl* module. + +* link:++http://www.openssl.org/++[] — The OpenSSL home page containing further documentation, frequently asked questions, links to the mailing lists, and other useful resources. diff --git a/en-US/servers/Web_Servers.adoc b/en-US/servers/Web_Servers.adoc new file mode 100644 index 0000000..545a914 --- /dev/null +++ b/en-US/servers/Web_Servers.adoc @@ -0,0 +1,9 @@ + +:experimental: + +[[ch-Web_Servers]] +=== Web Servers +indexterm:[HTTP server,Apache HTTP Server]indexterm:[web server,Apache HTTP Server] +A _web server_ is a network service that serves content to a client over the web. This typically means web pages, but any other documents can be served as well. Web servers are also known as HTTP servers, as they use the _hypertext transport protocol_ (*HTTP*). + +include::en-US/servers/The_Apache_HTTP_Server.adoc[] diff --git a/en-US/servers/images/apache-mod_ssl-genkey-01.png b/en-US/servers/images/apache-mod_ssl-genkey-01.png new file mode 100644 index 0000000..214673d Binary files /dev/null and b/en-US/servers/images/apache-mod_ssl-genkey-01.png differ diff --git a/en-US/servers/images/apache-mod_ssl-genkey-02.png b/en-US/servers/images/apache-mod_ssl-genkey-02.png new file mode 100644 index 0000000..2c6b837 Binary files /dev/null and b/en-US/servers/images/apache-mod_ssl-genkey-02.png differ diff --git a/en-US/servers/images/apache-mod_ssl-genkey-03.png b/en-US/servers/images/apache-mod_ssl-genkey-03.png new file mode 100644 index 0000000..bcebeee Binary files /dev/null and b/en-US/servers/images/apache-mod_ssl-genkey-03.png differ diff --git a/en-US/servers/images/apache-mod_ssl-genkey-04.png b/en-US/servers/images/apache-mod_ssl-genkey-04.png new file mode 100644 index 0000000..67cfbda Binary files /dev/null and b/en-US/servers/images/apache-mod_ssl-genkey-04.png differ diff --git a/en-US/servers/images/apache-mod_ssl-genkey-05.png b/en-US/servers/images/apache-mod_ssl-genkey-05.png new file mode 100644 index 0000000..fff1bfa Binary files /dev/null and b/en-US/servers/images/apache-mod_ssl-genkey-05.png differ diff --git a/en-US/servers/images/apache-mod_ssl-genkey-06.png b/en-US/servers/images/apache-mod_ssl-genkey-06.png new file mode 100644 index 0000000..13d27ee Binary files /dev/null and b/en-US/servers/images/apache-mod_ssl-genkey-06.png differ diff --git a/en-US/servers/images/apache-mod_ssl-genkey-07.png b/en-US/servers/images/apache-mod_ssl-genkey-07.png new file mode 100644 index 0000000..4b454ba Binary files /dev/null and b/en-US/servers/images/apache-mod_ssl-genkey-07.png differ diff --git a/en-US/servers/images/gnome-print-queue.png b/en-US/servers/images/gnome-print-queue.png new file mode 100644 index 0000000..dd4e3f5 Binary files /dev/null and b/en-US/servers/images/gnome-print-queue.png differ diff --git a/en-US/servers/images/print_conf_window.png b/en-US/servers/images/print_conf_window.png new file mode 100644 index 0000000..d354bf3 Binary files /dev/null and b/en-US/servers/images/print_conf_window.png differ diff --git a/en-US/servers/images/printconf-add-printer.png b/en-US/servers/images/printconf-add-printer.png new file mode 100644 index 0000000..3e1b1e8 Binary files /dev/null and b/en-US/servers/images/printconf-add-printer.png differ diff --git a/en-US/servers/images/printconf-config1.png b/en-US/servers/images/printconf-config1.png new file mode 100644 index 0000000..0700a08 Binary files /dev/null and b/en-US/servers/images/printconf-config1.png differ diff --git a/en-US/servers/images/printconf-config2.png b/en-US/servers/images/printconf-config2.png new file mode 100644 index 0000000..193babd Binary files /dev/null and b/en-US/servers/images/printconf-config2.png differ diff --git a/en-US/servers/images/printconf-config3.png b/en-US/servers/images/printconf-config3.png new file mode 100644 index 0000000..b17576c Binary files /dev/null and b/en-US/servers/images/printconf-config3.png differ diff --git a/en-US/servers/images/printconf-config4.png b/en-US/servers/images/printconf-config4.png new file mode 100644 index 0000000..c8405ca Binary files /dev/null and b/en-US/servers/images/printconf-config4.png differ diff --git a/en-US/servers/images/printconf-config5.png b/en-US/servers/images/printconf-config5.png new file mode 100644 index 0000000..e860e5f Binary files /dev/null and b/en-US/servers/images/printconf-config5.png differ diff --git a/en-US/servers/images/printconf-config6.png b/en-US/servers/images/printconf-config6.png new file mode 100644 index 0000000..b376586 Binary files /dev/null and b/en-US/servers/images/printconf-config6.png differ diff --git a/en-US/servers/images/printconf-ipp.png b/en-US/servers/images/printconf-ipp.png new file mode 100644 index 0000000..0e816d3 Binary files /dev/null and b/en-US/servers/images/printconf-ipp.png differ diff --git a/en-US/servers/images/printconf-jetdirect.png b/en-US/servers/images/printconf-jetdirect.png new file mode 100644 index 0000000..e492125 Binary files /dev/null and b/en-US/servers/images/printconf-jetdirect.png differ diff --git a/en-US/servers/images/printconf-lpd.png b/en-US/servers/images/printconf-lpd.png new file mode 100644 index 0000000..354ec9c Binary files /dev/null and b/en-US/servers/images/printconf-lpd.png differ diff --git a/en-US/servers/images/printconf-main.png b/en-US/servers/images/printconf-main.png new file mode 100644 index 0000000..bce2701 Binary files /dev/null and b/en-US/servers/images/printconf-main.png differ diff --git a/en-US/servers/images/printconf-select-driver.png b/en-US/servers/images/printconf-select-driver.png new file mode 100644 index 0000000..24254a1 Binary files /dev/null and b/en-US/servers/images/printconf-select-driver.png differ diff --git a/en-US/servers/images/printconf-select-model.png b/en-US/servers/images/printconf-select-model.png new file mode 100644 index 0000000..25a69b9 Binary files /dev/null and b/en-US/servers/images/printconf-select-model.png differ diff --git a/en-US/servers/images/printconf-smb.png b/en-US/servers/images/printconf-smb.png new file mode 100644 index 0000000..948d557 Binary files /dev/null and b/en-US/servers/images/printconf-smb.png differ diff --git a/en-US/servers/images/ptp_grandmaster_boundary_and_slaves.png b/en-US/servers/images/ptp_grandmaster_boundary_and_slaves.png new file mode 100644 index 0000000..636982b Binary files /dev/null and b/en-US/servers/images/ptp_grandmaster_boundary_and_slaves.png differ diff --git a/en-US/servers/images/samba-nautilus-domain.png b/en-US/servers/images/samba-nautilus-domain.png new file mode 100644 index 0000000..3b8e5a9 Binary files /dev/null and b/en-US/servers/images/samba-nautilus-domain.png differ diff --git a/en-US/servers/intro-servers.adoc b/en-US/servers/intro-servers.adoc new file mode 100644 index 0000000..b0ae57f --- /dev/null +++ b/en-US/servers/intro-servers.adoc @@ -0,0 +1,3 @@ +== Servers + +This part discusses various topics related to servers such as how to set up a web server or share files and directories over a network. diff --git a/index-main.html b/index-main.html new file mode 100644 index 0000000..ffc6a8e --- /dev/null +++ b/index-main.html @@ -0,0 +1,141 @@ + + + + + + + + + Fedora Documentation Website - reboot + + + + + + + + + + + +
+
+ +
+
+
+

Fedora Documentation Site

+

Test Build.

+
+ +
+
+
+
+
+ + +
+
+
+ +
+
+
+
+ + +

© 2017 Red Hat, Inc. and others. Please send any comments or corrections to the websites team

+
+
+
+ +
+
+
+ + + + + +