Book Sle Admin
Book Sle Admin
SUSE LLC
10 Canal Park Drive
Suite 200
Cambridge MA 02141
USA
https://www.suse.com/documentation
Copyright © 2006– 2018 SUSE LLC and contributors. All rights reserved.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free
Documentation License, Version 1.2 or (at your option) version 1.3; with the Invariant Section being this
copyright notice and license. A copy of the license version 1.2 is included in the section entitled “GNU
Free Documentation License”.
For SUSE trademarks, see http://www.suse.com/company/legal/ . All other third-party trademarks are the
property of their respective owners. Trademark symbols (®, ™ etc.) denote trademarks of SUSE and its
affiliates. Asterisks (*) denote third-party trademarks.
All information found in this book has been compiled with utmost attention to detail. However, this does
not guarantee complete accuracy. Neither SUSE LLC, its affiliates, the authors nor the translators shall be
held liable for possible errors or the consequences thereof.
Contents
I COMMON TASKS 1
2 sudo 16
2.1 Basic sudo Usage 16
Running a Single Command 16 • Starting a Shell 17 • Environment
Variables 18
4 YaST 30
4.1 Advanced Key Combinations 30
iv Administration Guide
7 System Recovery and Snapshot Management with
Snapper 90
7.1 Default Setup 90
Types of Snapshots 91 • Directories That Are Excluded from
Snapshots 92 • Customizing the Setup 93
v Administration Guide
8.3 One-time VNC Sessions 134
Available Configurations 135 • Initiating a One-time VNC
Session 136 • Configuring One-time VNC Sessions 136
vi Administration Guide
12 The Boot Loader GRUB 2 169
12.1 Main Differences between GRUB Legacy and GRUB 2 169
ix Administration Guide
18 Printer Operation 294
18.1 The CUPS Workflow 295
x Administration Guide
20.2 Mounting an NTFS Partition 323
22.6 Influencing Kernel Device Event Handling with udev Rules 332
Using Operators in udev Rules 334 • Using Substitutions in udev
Rules 335 • Using udev Match Keys 336 • Using udev Assign Keys 337
xi Administration Guide
23.6 Stuck Kernel Execution Threads 345
27 VM Guest 376
27.1 Adding and Removing CPUs 376
31 Samba 403
31.1 Terminology 403
V TROUBLESHOOTING 425
xv Administration Guide
34.3 Submitting Information to Global Technical Support 443
System
Learn more about the underlying operating system by studying this part. SUSE Linux En-
terprise supports several hardware architectures and you can use this to adapt your own
applications to run on SUSE Linux Enterprise. The boot loader and boot procedure infor-
mation assists you in understanding how your Linux system works and how your own
custom scripts and applications may blend in with it.
Services
SUSE Linux Enterprise is designed to be a network operating system. SUSE® Linux Enter-
prise Desktop includes client support for many network services. It integrates well into
heterogeneous environments including MS Windows clients and servers.
Mobile Computers
Laptops, and the communication between mobile devices like PDAs, or cellular phones
and SUSE Linux Enterprise need some special attention. Take care for power conservation
and for the integration of different devices into a changing network environment. Also get
in touch with the background technologies that provide the needed functionality.
Troubleshooting
Provides an overview of finding help and additional documentation when you need more
information or want to perform specific tasks. There is also a list of the most frequent
problems with explanations of how to x them.
xvii SLED 15
1 Available Documentation
In addition, the product documentation is usually available in your installed system under /
usr/share/doc/manual .
Administration Guide
Covers system administration tasks like maintaining, monitoring and customizing an ini-
tially installed system.
2 Feedback
Several feedback channels are available:
User Comments
We want to hear your comments about and suggestions for this manual and the other doc-
umentation included with this product. Use the User Comments feature at the bottom of
each page in the online documentation or go to http://www.suse.com/documentation/feed-
back.html and enter your comments there.
Mail
For feedback on the documentation of this product, you can also send a mail to doc-
team@suse.com . Make sure to include the document title, the product version and the
publication date of the documentation. To report errors or suggest enhancements, provide
a concise description of the problem and refer to the respective section number and page
(or URL).
3 Documentation Conventions
The following notices and typographical conventions are used in this documentation:
Alt , Alt – F1 : a key to press or a key combination; keys are shown in uppercase as on
a keyboard
Commands that must be run with root privileges. Often you can also prefix these com-
mands with the sudo command to run them as non-privileged user.
root # command
tux > sudo command
Notices
2 sudo 16
4 YaST 30
Today, many people use computers with a graphical user interface (GUI) like
GNOME. Although GUIs offer many features, they're limited when performing au-
tomated task execution. Shells complement GUIs well, and this chapter gives an
overview of some aspects of shells, in this case the Bash shell.
1. Interactive login shell. This is used when logging in to a machine, invoking Bash with the
--login option or when logging in to a remote machine with SSH.
2. “Ordinary” interactive shell. This is normally the case when starting xterm, konsole,
gnome-terminal or similar tools.
3. Non-interactive shell. This is used when invoking a shell script at the command line.
Depending on the type of shell you use, different configuration les will be read. The following
tables show the login and non-login shell configuration les.
File Description
Note that the login shell also sources the configuration les listed under Table 1.2, “Bash Config-
uration Files for Non-Login Shells”.
File Description
Directory Contents
/bin Essential binary les, such as commands that are needed by both
the system administrator and normal users. Usually also contains the
shells, such as Bash.
/home Holds the home directories of all users who have accounts on the
system. However, root 's home directory is not located in /home
but in /root .
/windows Only available if you have both Microsoft Windows* and Linux in-
stalled on your system. Contains the Windows data.
The following list provides more detailed information and gives some examples of which les
and subdirectories can be found in the directories:
/bin
Contains the basic shell commands that may be used both by root and by other users.
These commands include ls , mkdir , cp , mv , rm and rmdir . /bin also contains Bash,
the default shell in SUSE Linux Enterprise Desktop.
/boot
Contains data required for booting, such as the boot loader, the kernel, and other data that
is used before the kernel begins executing user-mode programs.
/dev
Holds device les that represent hardware components.
/etc
Contains local configuration les that control the operation of programs like the X Window
System. The /etc/init.d subdirectory contains LSB init scripts that can be executed
during the boot process.
/home/USERNAME
Holds the private data of every user who has an account on the system. The les located
here can only be modified by their owner or by the system administrator. By default, your
e-mail directory and personal desktop configuration are located here in the form of hidden
les and directories, such as .gconf/ and .config .
/media
Contains mount points for removable media, such as CD-ROMs, ash disks, and digital
cameras (if they use USB). /media generally holds any type of drive except the hard disk of
your system. When your removable medium has been inserted or connected to the system
and has been mounted, you can access it from here.
/mnt
This directory provides a mount point for a temporarily mounted le system. root may
mount le systems here.
/opt
Reserved for the installation of third-party software. Optional software and larger add-on
program packages can be found here.
/root
Home directory for the root user. The personal data of root is located here.
/run
A tmpfs directory used by systemd and various components. /var/run is a symbolic link
to /run .
/sbin
As the s indicates, this directory holds utilities for the superuser. /sbin contains the bi-
naries essential for booting, restoring and recovering the system in addition to the binaries
in /bin .
/srv
Holds data for services provided by the system, such as FTP and HTTP.
/tmp
This directory is used by programs that require temporary storage of les.
/usr/bin
Contains generally accessible programs.
/usr/sbin
Contains programs reserved for the system administrator, such as repair functions.
/usr/local
In this directory the system administrator can install local, distribution-independent ex-
tensions.
/usr/share/doc
Holds various documentation les and the release notes for your system. In the manual
subdirectory nd an online version of this manual. If more than one language is installed,
this directory may contain versions of the manuals for different languages.
Under packages nd the documentation included in the software packages installed on
your system. For every package, a subdirectory /usr/share/doc/packages/PACKAGE-
NAME is created that often holds README les for the package and sometimes examples,
configuration les or additional scripts.
If HOWTOs are installed on your system /usr/share/doc also holds the howto subdi-
rectory in which to nd additional documentation on many tasks related to the setup and
operation of Linux software.
/var
Whereas /usr holds static, read-only data, /var is for data which is written during system
operation and thus is variable data, such as log les or spooling data. For an overview of
the most important log les you can nd under /var/log/ , refer to Table 35.1, “Log Files”.
/windows
Only available if you have both Microsoft Windows and Linux installed on your system.
Contains the Windows data available on the Windows partition of your system. Whether
you can edit the data in this directory depends on the le system your Windows partition
#!/bin/sh 1
1 The rst line begins with the Shebang characters ( #! ) which indicate that this le is a
script. The interpreter, specified after the Shebang, executes the script. In this case, the
specified interpreter is /bin/sh .
2 The second line is a comment beginning with the hash sign. We recommend that you com-
ment difficult lines. With proper commenting, you can remember the purpose and function
of the line. Also, other readers will hopefully understand your script. Commenting is con-
sidered good practice in the development community.
3 The third line uses the built-in command echo to print the corresponding text.
Before you can run this script, there are a few prerequisites:
1. Every script should contain a Shebang line (as in the example above). If the line is missing,
you need to call the interpreter manually.
2. You can save the script wherever you want. However, it is a good idea to save it in a
directory where the shell can nd it. The search path in a shell is determined by the
environment variable PATH . Usually a normal user does not have write access to /usr/
bin . Therefore it is recommended to save your scripts in the users' directory ~/bin/ . The
above example gets the name hello.sh .
3. The script needs executable permissions. Set the permissions with the following command:
1. As Absolute Path. The script can be executed with an absolute path. In our case, it is ~/
bin/hello.sh .
2. Everywhere. If the PATH environment variable contains the directory where the script is
located, you can execute the script with hello.sh .
Standard Output. This is the default output channel. Whenever a command prints some-
thing, it uses the standard output channel.
Standard Input. If a command needs input from users or other commands, it uses this
channel.
Every channel has a le descriptor: 0 (zero) for standard input, 1 for standard output and 2 for
standard error. It is allowed to insert this le descriptor before a < or > character. For example,
the following line searches for a le starting with foo , but suppresses its errors by redirecting
it to /dev/null :
alias NAME=DEFINITION
For example, the following line defines an alias lt that outputs a long listing (option -l ), sorts
it by modification time ( -t ), and prints it in reverse sorted order ( -r ):
To view all alias definitions, use alias . Remove your alias with unalias and the corresponding
alias name.
To set a local variable, use a variable name followed by the equal sign, followed by the value:
Do not insert spaces around the equal sign, otherwise you get an error. To set an environment
variable, use export :
The following table contains some common environment variables which can be used in you
shell scripts:
To access all the arguments which are passed to your script, you need positional parameters.
These are $1 for the rst argument, $2 for the second, and so on. You can have up to nine
parameters. To get the script name, use $0 .
The following script foo.sh prints all arguments from 1 to 4:
#!/bin/sh
echo \"$1\" \"$2\" \"$3\" \"$4\"
If you execute this script with the above arguments, you get:
${VAR#pattern}
removes the shortest possible match from the left:
${VAR##pattern}
removes the longest possible match from the left:
${VAR%pattern}
removes the shortest possible match from the right:
${VAR%%pattern}
removes the longest possible match from the right:
${VAR/pattern_1/pattern_2}
substitutes the content of VAR from the PATTERN_1 with PATTERN_2 :
Command1 ; Command2
executes the commands in sequential order. The exit code is not checked. The following
line displays the content of the le with cat and then prints its le properties with ls
regardless of their exit codes:
Command1 || Command2
funcname(){ ... }
creates a shell function. You can use the positional parameters to access its arguments. The
following line defines the function hello to print a short message:
which prints:
Hello Tux
The test expression can be as complex or simple as possible. The following expression checks
if the le foo.txt exists:
if [ -e /tmp/foo.txt ] ; then
echo "Found foo.txt"
fi
for i in *.png; do
ls -l $i
done
tux
tux > sudo id -un
root's password: 2
root
tux > id -un
tux 3
1 The id -un command prints the login name of the current user.
2 The password is not shown during input, neither as clear text nor as bullets.
3 Only commands started with sudo are run with elevated privileges. If you run the same
command without the sudo prefix, it is run with the privileges of the current user again.
4 For a limited amount of time, you do not need to enter the root password again.
Only the echo / cat binary is run with elevated privileges, while the redirection is per-
formed by the user's shell with user privileges. You can either start a shell like in Sec-
tion 2.1.2, “Starting a Shell” or use the dd utility instead:
sudo -s (<command>)
Starts a shell specified by the SHELL environment variable or the target user's default shell.
If a command is given, it is passed to the shell (with the -c option), else the shell is run
in interactive mode.
sudo -i (<command>)
Like -s , but starts the shell as login shell. This means that the shell's start-up les ( .pro-
file etc.) are processed and the current working directory is set to the target user's home
directory.
tux >
1 The empty output shows that the environment variable ENVVAR did not exist in the context
of the command run with sudo .
This behavior can be changed by the env_reset option, see Table 2.1, “Useful Flags and Options”.
However, the /etc/sudoers le itself is supplied by the system packages and modifications
may break on updates. Therefore, it is recommended to put custom configuration into les in
the /etc/sudoers.d/ directory. Any le in there is automatically included. To create or edit
a le in that subdirectory, run:
1 There are two exceptions: #include and #includedir are normal commands. Followed
by digits, it specifies a UID.
2 Remove the ! to set the specified ag to ON.
3 See Section 2.2.3, “Rules in sudoers”.
The Defaults token can also be used to create aliases for a collection of users, hosts, and
commands. Furthermore, it is possible to apply an option only to a specific set of users.
For detailed information about the /etc/sudoers configuration le, consult man 5 sudoers .
User_List
One or more (separated by , ) identifiers: Either a user name, a group in the format
%GROUPNAME or a user ID in the format #UID . Negation can be performed with a ! prefix.
Host_List
One or more (separated by , ) identifiers: Either a (fully qualified) host name or an IP ad-
dress. Negation can be performed with a ! prefix. ALL is the usual choice for Host_List .
NOPASSWD:|PASSWD:
Cmnd_List
One or more (separated by , ) specifiers: A path to an executable, followed by allowed
arguments or nothing.
A rule that allows tux to run all commands as root without entering a password:
must not be used without Defaults targetpw , otherwise anyone can run commands
as root .
Defaults !targetpw
ALL ALL=(ALL) ALL # WARNING! Only use this together with 'Defaults targetpw'!
YaST will pick the ncurses interface instead of the graphical one.
To use X.Org in applications started with sudo , the environment variables DISPLAY and XAU-
THORITY need to be propagated. To configure this, create the le /etc/sudoers.d/xorg , (see
Section 2.2.1, “Editing the Configuration Files”) and add the following line:
export XAUTHORITY=~/.Xauthority
sudo yast2
SUSE offers a continuous stream of software security updates for your product. By default, the
update applet is used to keep your system up-to-date. Refer to Book “Deployment Guide”, Chap-
ter 13 “Installing or Removing Software”, Section 13.5 “The GNOME Software Updater” for further infor-
mation on the update applet. This chapter covers the alternative tool for updating software
packages: YaST Online Update.
The current patches for SUSE® Linux Enterprise Desktop are available from an update software
repository. If you have registered your product during the installation, an update repository
is already configured. If you have not registered SUSE Linux Enterprise Desktop, you can do
so by starting the Product Registration in YaST. Alternatively, you can manually add an update
repository from a source you trust. To add or remove repositories, start the Repository Manager
with Software Software Repositories in YaST. Learn more about the Repository Manager in Book
“Deployment Guide”, Chapter 13 “Installing or Removing Software”, Section 13.4 “Managing Software
Repositories and Services”.
Security Updates
Fix severe security hazards and should always be installed.
Recommended Updates
Fix issues that could compromise your computer.
Optional Updates
Fix non-security relevant issues or provide enhancements.
25 SLED 15
3.1 The Online Update Dialog
To open the YaST Online Update dialog, start YaST and select Software Online Update. Alterna-
tively, start it from the command line with yast2 online_update .
The Online Update window consists of four sections.
The Summary section on the left lists the available patches for SUSE Linux Enterprise Desktop.
The patches are sorted by security relevance: security , recommended , and optional . You
can change the view of the Summary section by selecting one of the following options from Show
Patch Category:
Unneeded Patches
Patches that either apply to packages not installed on your system, or patches that have
requirements which have already have been fulfilled (because the relevant packages have
already been updated from another source).
All Patches
All patches available for SUSE Linux Enterprise Desktop.
2. To automatically apply all new patches (except optional ones) that are currently avail-
able for your system, click Apply or Accept.
a. Use the respective filters and views that the interface provides. For details, refer to
Section 3.1, “The Online Update Dialog”.
c. Most patches include updates for several packages. To change actions for single pack-
ages, right-click a package in the package view and choose an action.
d. To confirm your selection and apply the selected patches, proceed with Apply or
Accept.
4. After the installation is complete, click Finish to leave the YaST Online Update. Your system
is now up-to-date.
By default, updates are downloaded as delta RPMs. Since rebuilding RPM packages from delta
RPMs is a memory- and processor-intensive task, certain setups or hardware configurations
might require you to disable the use of delta RPMs for the sake of performance.
Some patches, such as kernel updates or packages requiring license agreements, require user
interaction, which would cause the automatic update procedure to stop. You can configure to
skip patches that require user interaction.
1. After installation, start YaST and select Software Online Update Configuration.
Alternatively, start the module with yast2 online_update_configuration from the
command line.
5. Sometimes patches may require the attention of the administrator, for example when
restarting critical services. For example, this might be an update for Docker Open Source
Engine that requires all containers to be restarted. Before these patches are installed, the
user is informed about the consequences and is asked to confirm the installation of the
patch. Such patches are called “Interactive Patches”.
When installing patches automatically, it is assumed that you have accepted the installa-
tion of interactive patches. If you rather prefer to review these patches before they get
installed, select Skip Interactive Patches. In this case, interactive patches will be skipped
during automated patching. Make sure to periodically run a manual online update, to
check whether interactive patches are waiting to be installed.
7. To disable the use of delta RPMs (for performance reasons), deactivate Use Delta RPMs.
8. To filter the patches by category (such as security or recommended), activate Filter by Cat-
egory and add the appropriate patch categories from the list. Only patches of the selected
categories will be installed. Others will be skipped.
The automatic online update does not automatically restart the system afterward. If there are
package updates that require a system reboot, you need to do this manually.
YaST is the installation and configuration tool for SUSE Linux Enterprise Desktop. It has a graph-
ical interface and the capability to customize your system quickly during and after the installa-
tion. It can be used to set up hardware, configure the network, system services, and tune your
security settings.
Print Screen
Take and save a screenshot. May not be available when YaST is running under some desk-
top environments.
Shift – F4
Enable/disable the color palette optimized for vision impaired users.
Shift – F7
Enable/disable logging of debug messages.
Shift – F8
Open a le dialog to save log les to a non-standard location.
This section is intended for system administrators and experts who do not run an X server on
their systems and depend on the text-based installation tool. It provides basic information about
starting and operating YaST in text mode.
YaST in text mode uses the ncurses library to provide an easy pseudo-graphical user interface.
The ncurses library is installed by default. The minimum supported size of the terminal emulator
in which to run YaST is 80x25 characters.
When you start YaST in text mode, the YaST control center appears (see Figure 5.1). The main
window consists of three areas. The left frame features the categories to which the various
modules belong. This frame is active when YaST is started and therefore it is marked by a
bold white border. The active category is selected. The right frame provides an overview of
the modules available in the active category. The bottom frame contains the buttons for Help
and Quit.
When you start the YaST control center, the category Software is selected automatically. Use ↓
and ↑ to change the category. To select a module from the category, activate the right frame
with → and then use ↓ and ↑ to select the module. Keep the arrow keys pressed to scroll
through the list of available modules. After selecting a module, press Enter to start it.
32 SLED 15
Various buttons or selection elds in the module contain a highlighted letter (yellow by default).
Use Alt – highlighted_letter to select a button directly instead of navigating there with →| .
Exit the YaST control center by pressing Alt – Q or by selecting Quit and pressing Enter .
Function Keys
Shift – F1
List advanced hotkeys.
Shift – F4
Change color schema.
Ctrl –\
Quit the application.
Ctrl –L
Refresh screen.
Ctrl –D F1
Ctrl –D Shift –D
Dump dialog to the log le as a screenshot.
Ctrl –D Shift –Y
Open YDialogSpy to see the widget hierarchy.
Alt shortcuts can be executed with Esc instead of Alt . For example, Esc – H replaces
Alt – H . (First press Esc , then press H .)
or
package_name can be a single short package name (for example gvim ) installed with depen-
dency checking, or the full path to an RPM package which is installed without dependency
checking.
If you need a command line based software management utility with functionality beyond what
YaST provides, consider using Zypper. This utility uses the same software management library
that is also the foundation for the YaST package manager. The basic usage of Zypper is covered
in Section 6.1, “Using Zypper”.
View a list of all module names available on your system with yast -l or yast --list . Start
the network module, for example, with yast lan .
If a module does not provide command line support, it is started in a text mode and the following
message appears:
This YaST module does not support the command line interface.
The following sections describe all YaST modules with command line support, together with a
brief explanation of all their commands and available options.
help
Lists all the module's supported commands together with their description:
longhelp
Same as help , but adds a detailed list of each command's options together with their
description:
xmlhelp
Same as longhelp , but the output is structured as an XML document and redirected to
a le:
interactive
If you need to spend more time querying a module's settings, run the interactive mode.
The YaST shell opens, where you can enter all the module's commands without the sudo
yast ... prefix. To leave the interactive mode, enter exit .
You can use the following protocols to specify the source path: http:// ftp:// nfs:// disk:// cd://
or dvd://.
Displays and configures the Linux Audit Framework. Refer to the Book “Security Guide” for more
details. yast audit-laf accepts the following commands:
set
Sets an option:
show
Displays settings of an option:
Manages the DHCP server and configures its settings. yast dhcp-server accepts the following
commands:
disable
enable
Enables the DHCP server service.
host
Configures settings for individual hosts.
interface
Specifies to which network interface to listen to:
options
Manages global DHCP options. For a complete list of options, run yast dhcp-server
options help .
status
Prints the status of the DHCP service.
subnet
Manages the DHCP subnet options. For a complete list of options, run yast dhcp-server
subnet help .
acls
Displays access control list settings:
dnsrecord
Configures zone resource records:
forwarders
Configures DNS forwarders:
host
Handles 'A' and its related 'PTR' record at once:
logging
Configures logging settings:
mailserver
Configures zone mail servers:
tux > sudo yast dns-server mailserver add zone=example.org mx=mx1 priority=100
nameserver
soa
Configures the start of authority (SOA) record:
tux > sudo yast dns-server soa set zone=example.org serial=2006081623 ttl=2D3H20S
startup
Manages the DNS server service:
transport
Configures zone transport rules. For a complete list of options, run yast dns-server
transport help .
zones
Manages DNS zones:
Prints information about all disks or partitions. The only supported command is list followed
by either of the following options:
disks
Lists all configured disks in the system:
partitions
Lists all partitions in the system:
broadcast
Displays settings of broadcast packets.
disable
Disables firewall.
enable
Enables firewall.
interfaces
Displays the configuration related to network interfaces.
logging
Displays the logging settings.
masqredirect
Redirects requests to masqueraded IP.
masquerade
Displays the masquerading settings.
services
startup
Displays start-up settings.
summary
Displays firewall configuration summary.
zones
Lists known firewall zones.
access
Configures access permissions:
anon_access
Configures access permissions for anonymous users:
anon_dir
Specifies the directory for anonymous users. The directory must already exist on the server:
idle-time
Sets the maximum idle time in minutes before FTP server terminates the current connec-
tion:
logging
Controls whether to save the log messages into a log le:
max_clients
Specifies the maximum number of concurrently connected clients:
max_clients_ip
Specifies the maximum number of concurrently connected clients via IP:
max_rate_anon
Specifies the maximum data transfer rate permitted for anonymous clients (KB/s):
max_rate_authen
Specifies the maximum data transfer rate permitted for locally authenticated users (KB/s):
port_range
Specifies the port range for passive connection replies:
show
Displays FTP server settings.
startup
Controls the FTP start-up method:
umask
Specifies the le umask for authenticated:anonymous users:
welcome_message
Specifies the text to display when someone connects to the FTP server:
Configures the HTTP server (Apache2). yast http-server accepts the following commands:
configure
Configures the HTTP server host settings:
hosts
Configures virtual hosts:
mode
Enables or disables the wizard mode:
modules
Controls the Apache2 server modules:
copykernel
Copies the kernel into the dump directory.
customkernel
Specifies the kernel_string part of the name of the custom kernel. The naming scheme
is /boot/vmlinu[zx]-kernel_string[.gz] .
dumpformat
Specifies the (compression) format of the dump kernel image. Available formats are 'none',
'ELF', 'compressed', or 'lzo':
dumplevel
Specifies the dump level number in the range from 0 to 31:
dumptarget
Specifies the destination for saving dump images:
immediatereboot
Controls whether the system should reboot immediately after saving the core in the kdump
kernel:
keepolddumps
Specifies how many old dump images are kept. Specify zero to keep them all:
kernelcommandline
Specifies the command line that needs to be passed o to the kdump kernel:
kernelcommandlineappend
Specifies the command line that you need to append to the default command line string:
notificationto
Specifies an e-mail address for sending notification messages:
show
Displays kdump settings:
smtppass
Specifies the le with the plain text SMTP password used for sending notification messages:
smtpserver
Specifies the SMTP server host name used for sending notification messages:
smtpuser
Specifies the SMTP user name used for sending notification messages:
startup
Enables or disables start-up options:
list
Lists all available keyboard layouts.
set
Activates new keyboard layout setting:
summary
Displays the current keyboard configuration.
add
Configures a new network card:
delete
Deletes an existing network card:
edit
Changes the configuration of an existing network card:
list
Displays a summary of network card configuration:
list
Lists all available languages.
set
Specifies the main system languages and secondary languages as well:
add
Adds a new NFS mount:
delete
Deletes an existing NFS mount:
edit
list
Lists existing NFS mounts:
add
Adds a directory to export:
delete
Deletes a directory from the NFS export:
set
Specifies additional parameters for the NFS server:
start
Starts the NFS server service:
summary
Displays a summary of the NFS server configuration:
Configures the NIS client. yast nis accepts the following commands:
configure
Changes global settings of a NIS client:
disable
Disables the NIS client:
enable
Enables your machine as NIS client:
find
summary
Displays a configuration summary of a NIS client.
master
Configures a NIS master server:
slave
Configures a NIS slave server:
stop
Stops a NIS server:
summary
Displays a configuration summary of a NIS server:
authentication
enable, disable
Enables or disables proxy settings.
set
Changes the current proxy settings:
summary
Displays proxy settings.
allow
Allows remote access to the server's desktop:
list
Displays the remote desktop configuration summary.
configure
Changes global settings of Samba:
isdomainmember
joindomain
Makes the machine a member of a domain:
winbind
Enables or disables Winbind services (the winbindd daemon):
Configures Samba server settings. yast samba-server accepts the following commands:
backend
Specifies the back-end for storing user information:
configure
Configures global settings of the Samba server:
list
Displays a list of available shares:
role
Specifies the role of the Samba server:
service
Enables or disables the Samba services ( smb and nmb ):
share
Manipulates a single Samba share:
level
Specifies the security level of the host:
set
Sets the value of specific options:
summary
Configures sound card settings. yast sound accepts the following commands:
add
Configures a new sound card. Without any parameters, the command adds the rst one
detected.
channels
Lists available volume channels of a sound card:
modules
Lists all available sound kernel modules:
playtest
Plays a test sound on a sound card:
remove
Removes a configured sound card:
set
Specifies new values for a sound card:
show
Displays detailed information about a sound card:
align_buffer_size
Force buffer and period sizes to be multiple of 128 bytes.
bdl_pos_adj
BDL position adjustment offset.
beep_mode
Select HDA Beep registration mode (0=off, 1=on) (default=1).
Default Value: 0
enable_msi
Enable Message Signaled Interrupt (MSI)
[...]
summary
Prints a configuration summary for all sound cards on the system:
volume
Specifies the volume level of a sound card:
clear
Sets empty value to a variable:
details
Displays detailed information about a variable:
list
Displays summary of modified variables. Use all to list all variables and their values:
set
Sets a value to a variable:
directory
Specifies the directory of the TFTP server:
status
Controls the status of the TFTP server service:
list
Lists all available time zones grouped by region:
set
Specifies new values for the time zone configuration:
summary
Displays the time zone configuration summary:
add
Adds a new user:
delete
Deletes an existing user account:
edit
Changes an existing user account:
list
Lists existing users filtered by user type:
show
Displays details about a user:
This chapter describes Zypper and RPM, two command line tools for managing soft-
ware. For a definition of the terminology used in this context (for example, repos-
itory , patch , or update ) refer to Book “Deployment Guide”, Chapter 13 “Installing or
Removing Software”, Section 13.1 “Definition of Terms”.
zypper [--global-options] COMMAND [--command-options] [arguments]
The components enclosed in brackets are not required. See zypper help for a list of general
options and all commands. To get help for a specific command, type zypper help COMMAND .
Zypper Commands
The simplest way to execute Zypper is to type its name, followed by a command. For
example, to apply all needed patches to the system, use:
Global Options
Additionally, you can choose from one or more global options by typing them immediately
before the command:
In the above example, the option --non-interactive means that the command is run
without asking anything (automatically applying the default answers).
Command-Specific Options
Arguments
Some commands require one or more arguments. For example, when using the command
install , you need to specify which package or which packages you want to install:
Some options also require a single argument. The following command will list all known
patterns:
You can combine all of the above. For example, the following command will install the mc and
vim packages from the factory repository while being verbose:
The --from option makes sure to keep all repositories enabled (for solving any dependencies)
while requesting the package from the specified repository.
Most Zypper commands have a dry-run option that does a simulation of the given command.
It can be used for test purposes.
Zypper supports the global --userdata STRING option. You can specify a string with this
option, which gets written to Zypper's log les and plug-ins (such as the Btrfs plug-in). It can
be used to mark and identify transactions in log les.
There are various ways to address packages with the commands zypper install and zypper
remove .
By Capability
For example, to install a package without knowing its name, capabilities come in handy.
The following command will install the package MozillaFirefox :
The name of the desired hardware architecture is appended to the capability after a
full stop. For example, to specify the AMD64/Intel 64 architectures (which in Zypper
is named x86_64 ), use:
Versions must be appended to the end of the string and must be preceded by an
operator: < (lesser than), <= (lesser than or equal), = (equal), >= (greater than or
equal), > (greater than).
To prevent the package name starting with the - being interpreted as a command option, always
use it as the second argument. If this is not possible, precede it with -- :
This option allows the use of Zypper in scripts and cron jobs.
Of course, this will only work if you have the repository with the source packages enabled in your
repository list (it is added by default, but not enabled). See Section 6.1.5, “Managing Repositories
with Zypper” for details on repository management.
A list of all source packages available in your repositories can be obtained with:
You can also download source packages for all installed packages to a local directory. To down-
load source packages, use:
6.1.2.7 Utilities
To verify whether all dependencies are still fulfilled and to repair missing dependencies, use:
In addition to dependencies that must be fulfilled, some packages “recommend” other packages.
These recommended packages are only installed if actually available and installable. In case
recommended packages were made available after the recommending package has been installed
(by adding additional packages or hardware), use the following command:
This command is very useful after plugging in a Web cam or Wi-Fi device. It will install drivers
for the device and related software, if available. Drivers and related software are only installable
if certain hardware dependencies are fulfilled.
All patches available from repositories configured on your computer are checked for their rele-
vance to your installation. If they are relevant (and not classified as optional or feature ),
they are installed immediately. Note that the official update repository is only available after
registering your SUSE Linux Enterprise Desktop installation.
For example, to install a security patch with the CVE number CVE-2010-2713 , execute:
To install only patches which affect Zypper and the package management itself, use:
Bear in mind that other command options that would also update other repositories will be
dropped if you use the updatestack-only command option.
To nd out whether patches are available, Zypper allows viewing the following information:
This command can be combined with the --updatestack-only option to list only the
patches which affect Zypper and the package management itself.
It is also possible to list and install patches relevant to specific issues. To list specific patches,
use the zypper list-patches command with the following options:
By Bugzilla Issues
To list all needed patches that relate to Bugzilla issues, use the option --bugzilla .
To list patches for a specific bug, you can also specify a bug number: --bugzilla=NUMBER .
To search for patches relating to multiple Bugzilla issues, add commas between the bug
numbers, for example:
By CVE Number
To list all needed patches that relate to an entry in the CVE database (Common Vulnera-
bilities and Exposures), use the option --cve .
To list patches for a specific CVE database entry, you can also specify a CVE number: --
cve=NUMBER . To search for patches relating to multiple CVE database entries, add commas
between the CVE numbers, for example:
If a repository contains only new packages, but does not provide patches, zypper patch does
not show any effect. To update all installed packages with newer available versions (while main-
taining system integrity), use:
To update individual packages, specify the package with either the update or install command:
A list of all new installable packages can be obtained with the command:
Note that this command only lists packages that match the following criteria:
is provided by repositories with at least the same priority than the already installed pack-
age,
A list of all new available packages (regardless whether installable or not) can be obtained with:
To nd out why a new package cannot be installed, use the zypper install or zypper update
command as described above.
Whenever you remove a repository from Zypper or upgrade your system, some packages can
get in an “orphaned” state. These orphaned packages belong to no active repository anymore.
The following command gives you a list of these:
With this list, you can decide if a package is still needed or can be removed safely.
zypper ps -s
Create a short table not showing the deleted les.
zypper ps -ss
Show only processes associated with a system service.
zypper ps -sss
Only show system services using deleted les.
avahi-daemon
irqbalance
postfix
sshd
For more information about service handling refer to Chapter 13, The systemd Daemon.
When specifying repositories in various commands, an alias, URI or repository number from
the zypper repos command output can be used. A repository alias is a short version of the
repository name for use in repository handling commands. Note that the repository numbers
can change after modifying the list of repositories. The alias will never change by itself.
By default, details such as the URI or the priority of the repository are not displayed. Use the
following command to list all details:
This option fetches changes in repositories, but keeps the disabled repositories in the same state
—disabled.
Modifying repositories is not limited to a single repository—you can also operate on groups:
-a : all repositories
-l : local repositories
-t : remote repositories
-m TYPE : repositories of a certain type (where TYPE can be one of the following: http , https ,
ftp , cd , dvd , dir , file , cifs , smb , nfs , hd , iso )
To rename a repository alias, use the renamerepo command. The following example changes
the alias from Mozilla Firefox to firefox :
To query all repositories for certain packages, use search . To get information regarding par-
ticular packages, use the info command.
6.1.9 Troubleshooting
If you have trouble accessing packages from configured repositories (for example, Zypper cannot
nd a certain package even though you know it exists in one the repositories), refreshing the
repositories may help:
After importing the key, you can install PTF packages on your system.
If a configuration le was not changed by the system administrator, rpm installs the new
version of the appropriate le. No action by the system administrator is required.
If a configuration le was changed by the system administrator before the update, rpm
saves the changed le with the extension .rpmorig or .rpmsave (backup le) and installs
the version from the new package. This is done only if the originally installed le and
the newer version are different. If this is the case, compare the backup le ( .rpmorig
or .rpmsave ) with the newly installed le and make your changes again in the new le.
Afterward, delete all .rpmorig and .rpmsave les to avoid problems with future updates.
.rpmnew les appear if the configuration le already exists and if the noreplace label
was specified in the .spec le.
Following an update, .rpmsave and .rpmnew les should be removed after comparing them,
so they do not obstruct future updates. The .rpmorig extension is assigned if the le has not
previously been recognized by the RPM database.
Otherwise, .rpmsave is used. In other words, .rpmorig results from updating from a foreign
format to RPM. .rpmsave results from updating from an older RPM to a newer RPM. .rpmnew
does not disclose any information to whether the system administrator has made any changes
to the configuration le. A list of these les is available in /var/adm/rpmconfigcheck . Some
configuration les (like /etc/httpd/httpd.conf ) are not overwritten to allow continued op-
eration.
The -U switch is not only an equivalent to uninstalling with the -e option and installing with
the -i option. Use -U whenever possible.
To remove a package, enter rpm -e PACKAGE . This command only deletes the package if there
are no unresolved dependencies. It is theoretically impossible to delete Tcl/Tk, for example, as
long as another application requires it. Even in this case, RPM calls for assistance from the data-
base. If such a deletion is, for whatever reason, impossible (even if no additional dependencies
exist), it may be helpful to rebuild the RPM database using the option --rebuilddb .
Using applydeltarpm , you can reconstruct the new RPM from the le system if the old package
is already installed:
To derive it from the old RPM without accessing the le system, use the -r option:
-i Package information
-l File list
For example, the command rpm -q -i wget displays the information shown in Example 6.2,
“rpm -q -i wget”.
EXAMPLE 6.2: rpm -q -i wget
Name : wget
Version : 1.14
Release : 17.1
Architecture: x86_64
Install Date: Mon 30 Jan 2017 14:01:29 CET
Group : Productivity/Networking/Web/Utilities
Size : 2046483
License : GPL-3.0+
Signature : RSA/SHA256, Thu 08 Dec 2016 07:48:44 CET, Key ID 70af9e8139db7c82
Source RPM : wget-1.14-17.1.src.rpm
Build Date : Thu 08 Dec 2016 07:48:34 CET
Build Host : sheep09
Relocations : (not relocatable)
Packager : https://www.suse.com/
Vendor : SUSE LLC <https://www.suse.com/>
URL : http://www.gnu.org/software/wget/
Summary : A Tool for Mirroring FTP and HTTP Servers
Description :
Wget enables you to retrieve WWW documents or FTP files from a server.
The option -f only works if you specify the complete le name with its full path. Provide as
many le names as desired. For example:
If only part of the le name is known, use a shell script as shown in Example 6.3, “Script to Search
for Packages”. Pass the partial le name to the script shown as a parameter when running it.
#! /bin/sh
for i in $(rpm -q -a -l | grep $1); do
echo "\"$i\" is in package:"
rpm -q -f $i
echo ""
done
The command rpm -q --changelog PACKAGE displays a detailed list of change information
about a specific package, sorted by date.
With the installed RPM database, verification checks can be made. Initiate these with -V , or
--verify . With this option, rpm shows all les in a package that have been changed since
installation. rpm uses eight character symbols to give some hints about the following changes:
S File size
L Symbolic link
T Modification time
U Owner
G Group
In the case of configuration les, the letter c is printed. For example, for changes to /etc/
wgetrc ( wget package):
The les of the RPM database are placed in /var/lib/rpm . If the partition /usr has a size of
1 GB, this database can occupy nearly 30 MB, especially after a complete update. If the database
is much larger than expected, it is useful to rebuild the database with the option --rebuilddb .
Before doing this, make a backup of the old database. The cron script cron.daily makes
daily copies of the database (packed with gzip) and stores them in /var/adm/backup/rpmdb .
The number of copies is controlled by the variable MAX_RPMDB_BACKUPS (default: 5 ) in /etc/
sysconfig/backup . The size of a single backup is approximately 1 MB for 1 GB in /usr .
The following directories must be available for rpm and rpmbuild in /usr/src/packages
(unless you specified custom settings in a le like /etc/rpmrc ):
SOURCES
for the original sources ( .tar.bz2 or .tar.gz les, etc.) and for distribution-specific
adjustments (mostly .diff or .patch les)
SPECS
for the .spec les, similar to a meta Makefile, which control the build process
RPMS
where the completed binary packages are stored
SRPMS
here are the source RPMs
When you install a source package with YaST, all the necessary components are installed in /
usr/src/packages : the sources and the adjustments in SOURCES and the relevant .spec le
in SPECS .
The following example uses the wget.src.rpm package. After installing the source package,
you should have les similar to those in the following list:
/usr/src/packages/SOURCES/wget-1.11.4.tar.bz2
/usr/src/packages/SOURCES/wgetrc.patch
/usr/src/packages/SPECS/wget.spec
-bp
Prepare sources in /usr/src/packages/BUILD : unpack and patch.
-bc
Do the same as -bp , but with additional compilation.
-bi
Do the same as -bp , but with additional installation of the built software. Caution: if the
package does not support the BuildRoot feature, you might overwrite configuration les.
-bb
-ba
Do the same as -bb , but with the additional creation of the source RPM. If the compilation
was successful, the binary should be in /usr/src/packages/SRPMS .
--short-circuit
Skip some steps.
The binary RPM created can now be installed with rpm -i or, preferably, with rpm -U . In-
stallation with rpm makes it appear in the RPM database.
Keep in mind, the BuildRoot directive in the spec le is deprecated since SUSE Linux Enterprise
Desktop 12. If you still need this feature, use the --buildroot option as a workaround. For
a more detailed background, see the support database at https://www.suse.com/support/kb/doc?
id=7017104 .
root # cd /usr/src/packages/SOURCES/
root # mv ../SPECS/wget.spec .
root # build --rpms /media/dvd/suse/ wget.spec
The build script offers several additional options. For example, cause the script to prefer your
own RPMs, omit the initialization of the build environment or limit the rpm command to one of
the above-mentioned stages. Access additional information with build --help and by reading
the build man page.
Being able to do le system snapshots providing the ability to do rollbacks on Linux
is a feature that was often requested in the past. Snapper, with the Btrfs le sys-
tem or thin-provisioned LVM volumes now lls that gap.
Btrfs , a new copy-on-write le system for Linux, supports le system snapshots (a
copy of the state of a subvolume at a certain point of time) of subvolumes (one or
more separately mountable le systems within each physical partition). Snapshots
are also supported on thin-provisioned LVM volumes formatted with XFS, Ext4 or
Ext3. Snapper lets you create and manage these snapshots. It comes with a com-
mand line and a YaST interface. Starting with SUSE Linux Enterprise Server 12 it is
also possible to boot from Btrfs snapshots—see Section 7.3, “System Rollback by Boot-
ing from Snapshots” for more information.
Using Snapper you can perform the following tasks:
Undo system changes made by zypper and YaST. See Section 7.2, “Using Snapper to Undo
Changes” for details.
Restore les from previous snapshots. See Section 7.2.2, “Using Snapper to Restore Files” for
details.
Do a system rollback by booting from a snapshot. See Section 7.3, “System Rollback by Booting
from Snapshots” for details.
Manually create snapshots on the y and manage existing snapshots. See Section 7.5, “Man-
ually Creating and Managing Snapshots” for details.
Keep in mind that snapshots require a Btrfs root le system with subvolumes set up as
proposed by the installer and a partition size of at least 16 GB.
When a snapshot is created, both the snapshot and the original point to the same blocks in the
le system. So, initially a snapshot does not occupy additional disk space. If data in the original
le system is modified, changed data blocks are copied while the old data blocks are kept for
the snapshot. Therefore, a snapshot occupies the same amount of space as the data modified.
So, over time, the amount of space a snapshot allocates, constantly grows. As a consequence,
deleting les from a Btrfs le system containing snapshots may not free disk space!
As a result, partitions containing snapshots need to be larger than “normal” partitions. The
exact amount strongly depends on the number of snapshots you keep and the amount of data
modifications. As a rule of thumb you should consider using twice the size than you normally
would. To prevent disks from running out of space, old snapshots are automatically cleaned up.
Refer to Section 7.1.3.4, “Controlling Snapshot Archiving” for details.
Timeline Snapshots
Installation Snapshots
Whenever one or more packages are installed with YaST or Zypper, a pair of snapshots
is created: one before the installation starts (“Pre”) and another one after the installation
has finished (“Post”). In case an important system component such as the kernel has been
installed, the snapshot pair is marked as important ( important=yes ). Old snapshots are
automatically deleted. By default the last ten important snapshots and the last ten “regular”
(including administration snapshots) snapshots are kept. Installation snapshots are enabled
by default.
Administration Snapshots
Whenever you administrate the system with YaST, a pair of snapshots is created: one when
a YaST module is started (“Pre”) and another when the module is closed (“Post”). Old
snapshots are automatically deleted. By default the last ten important snapshots and the
last ten “regular” snapshots (including installation snapshots) are kept. Administration
snapshots are enabled by default.
/home
If /home does not reside on a separate partition, it is excluded to avoid data loss on roll-
backs.
/opt , /var/opt
Third-party products usually get installed to /opt . It is excluded to avoid uninstalling
these applications on rollbacks.
/usr/local
This directory is used when manually installing software. It is excluded to avoid unin-
stalling these installations on rollbacks.
/var/lib/libvirt/images
The default location for virtual machine images managed with libvirt. Excluded to ensure
virtual machine images are not replaced with older versions during a rollback. By default,
this subvolume is created with the option no copy on write .
/var/lib/mailman , /var/spool
Directories containing mails or mail queues are excluded to avoid a loss of mails after a
rollback.
/var/lib/named
Contains zone data for the DNS server. Excluded from snapshots to ensure a name server
can operate after a rollback.
/var/log
Log le location. Excluded from snapshots to allow log le analysis after the rollback of
a broken system.
10 </solvables>
11 </snapper-zypp-plugin-conf>
1 The match attribute defines whether the pattern is a Unix shell-style wild card ( w ) or a
Python regular expression ( re ).
Creating a new subvolume underneath the / hierarchy and permanently mounting it is sup-
ported. Such a subvolume will be excluded from snapshots. You need to make sure not to create
it inside an existing snapshot, since you would not be able to delete snapshots anymore after
a rollback.
SUSE Linux Enterprise Desktop is configured with the /@/ subvolume which serves as an in-
dependent root for permanent subvolumes such as /opt , /srv , /home and others. Any new
subvolumes you create and permanently mount need to be created in this initial root le system.
To do so, run the following commands. In this example, a new subvolume /usr/important
is created from /dev/sda2 .
To alternatively disable copy-on-write for single les or directories, use the command
chattr +C PATH .
Snapshots occupy disk space. To prevent disks from running out of space and thus causing system
outages, old snapshots are automatically deleted. By default, up to ten important installation
and administration snapshots and up to ten regular installation and administration snapshots are
kept. If these snapshots occupy more than 50% of the root le system size, additional snapshots
will be deleted. A minimum of four important and two regular snapshots are always kept.
Refer to Section 7.4.1, “Managing Existing Configurations” for instructions on how to change these
values.
Apart from snapshots on Btrfs le systems, Snapper also supports taking snapshots on thin-
provisioned LVM volumes (snapshots on regular LVM volumes are not supported) formatted
with XFS, Ext4 or Ext3. For more information and setup instructions on LVM volumes, refer to
Book “Deployment Guide”, Chapter 6 “Expert Partitioner”, Section 6.2 “LVM Configuration”.
You can adjust this configuration according to your needs as described in Section 7.4.1, “Managing
Existing Configurations”.
Undoing Changes
When undoing changes as described in the following, two snapshots are being com-
pared and the changes between these two snapshots are made undone. Using this
method also allows to explicitly select the les that should be restored.
Rollback
When doing rollbacks as described in Section 7.3, “System Rollback by Booting from
Snapshots”, the system is reset to the state at which the snapshot was taken.
1. Start the Snapper module from the Miscellaneous section in YaST or by entering yast2
snapper .
2. Make sure Current Configuration is set to root. This is always the case unless you have
manually added own Snapper configurations.
4. Click Show Changes to open the list of les that differ between the two snapshots.
6. To restore one or more les, select the relevant les or directories by activating the re-
spective check box. Click Restore Selected and confirm the action by clicking Yes.
To restore a single le, activate its di view by clicking its name. Click Restore From First
and confirm your choice with Yes.
1. Get a list of YaST and Zypper snapshots by running snapper list -t pre-post . YaST
snapshots are labeled as yast MODULE_NAME in the Description column; Zypper snapshots
are labeled zypp(zypper) .
2. Get a list of changed les for a snapshot pair with snapper status PRE .. POST . Files
with content changes are marked with c, les that have been added are marked with +
and deleted les are marked with -.
3. To display the di for a certain le, run snapper diff PRE .. POST FILENAME . If you do
not specify FILENAME , a di for all les will be displayed.
4. To restore one or more les run snapper -v undochange PRE .. POST FILENAMES . If you
do not specify a FILENAMES , all changed les will be restored.
Performing a rollback would also be possible by restoring all les from a root le system
snapshot as described below. However, this is not recommended. You may restore single
les, for example a configuration le from the /etc directory, but not the complete list
of les from the snapshot.
This restriction only affects snapshots taken from the root le system!
1. Start the Snapper module from the Miscellaneous section in YaST or by entering yast2
snapper .
4. Select a le from the text box by clicking the le name. The difference between the snap-
shot version and the current system is shown. Activate the check box to select the le for
restore. Do so for all les you want to restore.
1. Get a list of timeline snapshots for a specific configuration by running the following com-
mand:
2. Get a list of changed les for a given snapshot by running the following command:
Replace SNAPSHOT_ID by the ID for the snapshot from which you want to restore the
le(s).
3. Optionally list the differences between the current le version and the one from the snap-
shot by running
If you do not specify <FILE NAME> , the difference for all les are shown.
If you do not specify le names, all changed les will be restored.
When booting a snapshot, the parts of the le system included in the snapshot are mounted
read-only; all other le systems and parts that are excluded from snapshots are mounted read-
write and can be modified.
Undoing Changes
When undoing changes as described in Section 7.2, “Using Snapper to Undo Changes”,
two snapshots are compared and the changes between these two snapshots are re-
verted. Using this method also allows to explicitly exclude selected les from being
restored.
Rollback
When doing rollbacks as described in the following, the system is reset to the state
at which the snapshot was taken.
To do a rollback from a bootable snapshot, the following requirements must be met. When doing
a default installation, the system is set up accordingly.
The root le system needs to be Btrfs. Booting from LVM volume snapshots is not support-
ed.
1. Boot the system. In the boot menu choose Bootable snapshots and select the snapshot you
want to boot. The list of snapshots is listed by date—the most recent snapshot is listed rst.
2. Log in to the system. Carefully check whether everything works as expected. Note that
you cannot write to any directory that is part of the snapshot. Data you write to other
directories will not get lost, regardless of what you do next.
3. Depending on whether you want to perform the rollback or not, choose your next step:
a. If the system is in a state where you do not want to do a rollback, reboot to boot
into the current system state. You can then choose a different snapshot, or start the
rescue system.
and reboot afterward. On the boot screen, choose the default boot entry to reboot
into the reinstated system. A snapshot of the le system status before the rollback
is created. The default subvolume for root will be replaced with a fresh read-write
snapshot. For details, see Section 7.3.1, “Snapshots after Rollback”.
It is useful to add a description for the snapshot with the -d option. For example:
For example, after a fresh installation the following snapshots are available on the system:
After running sudo snapper rollback snapshot 3 is created and contains the state of the
system before the rollback was executed. Snapshot 4 is the new default Btrfs subvolume and
thus the system after a reboot.
Each snapshot entry in the boot loader follows a naming scheme which makes it possible to
identify it easily:
The description should be no longer than 25 characters—everything that exceeds this size
will not be readable on the boot screen.
7.3.3 Limitations
A complete system rollback, restoring the complete system to the identical state as it was in when
a snapshot was taken, is not possible.
User Data
If a rollback removes users from the system, data that is owned by these users in directories
excluded from the snapshot, is not removed. If a user with the same user ID is created, this
user will inherit the les. Use a tool like find to locate and remove orphaned les.
A rollback of the boot loader is not possible, since all “stages” of the boot loader must t together.
This cannot be guaranteed when doing rollbacks of /boot .
In case the root le system is big enough (approximately 12 GB), snapshots are automatically
enabled for the root le system / upon installation. The corresponding default configuration is
named root . It creates and manages the YaST and Zypper snapshot. See Section 7.4.1.1, “Config-
uration Data” for a list of the default values.
<root_base_size>
<btrfs_increase_percentage>
Keep in mind that this value is a minimum size. Consider using more space for the root
le system. As a rule of thumb, double the size you would use when not having enabled
snapshots.
You may create your own configurations for other partitions formatted with Btrfs or existing
subvolumes on a Btrfs partition. In the following example we will set up a Snapper configu-
ration for backing up the Web server data residing on a separate, Btrfs -formatted partition
mounted at /srv/www .
After a configuration has been created, you can either use snapper itself or the YaST Snapper
module to restore les from these snapshots. In YaST you need to select your Current Configura-
tion, while you need to specify your configuration for snapper with the global switch -c (for
example, snapper -c myconfig list ).
To create a new Snapper configuration, run snapper create-config :
List Configurations
Use the command snapper list-configs to get all existing configurations:
Show a Configuration
Use the subcommand snapper -c CONFIG get-config to display the specified configu-
ration. Config needs to be replaced by a configuration name shown by snapper list-
configs . See Section 7.4.1.1, “Configuration Data” for more information on the configuration
options.
To display the default configuration run
Modify a Configuration
Delete a Configuration
Use the subcommand snapper -c CONFIG delete-config to delete a configuration.
Config needs to be replaced by a configuration name shown by snapper list-configs .
ALLOW_GROUPS , ALLOW_USERS
Granting permissions to use snapshots to regular users. See Section 7.4.1.2, “Using Snapper
as Regular User” for more information.
The default value is "" .
BACKGROUND_COMPARISON
Defines whether pre and post snapshots should be compared in the background after cre-
ation.
The default value is "yes" .
EMPTY_*
Defines the clean-up algorithm for snapshots pairs with identical pre and post snapshots.
See Section 7.6.3, “Cleaning Up Snapshot Pairs That Do Not Differ” for details.
FSTYPE
File system type of the partition. Do not change.
The default value is "btrfs" .
NUMBER_*
Defines the clean-up algorithm for installation and admin snapshots. See Section 7.6.1,
“Cleaning Up Numbered Snapshots” for details.
QGROUP / SPACE_LIMIT
Adds quota support to the clean-up algorithms. See Section 7.6.5, “Adding Disk Quota Support”
for details.
SYNC_ACL
If Snapper is used by regular users (see Section 7.4.1.2, “Using Snapper as Regular User”), the
users must be able to access the .snapshot directories and to read les within them.
If SYNC_ACL is set to yes , Snapper automatically makes them accessible using ACLs for
users and groups from the ALLOW_USERS or ALLOW_GROUPS entries.
The default value is "no" .
TIMELINE_CREATE
If set to yes , hourly snapshots are created. Valid values: yes , no .
The default value is "no" .
TIMELINE_CLEANUP / TIMELINE_LIMIT_*
Defines the clean-up algorithm for timeline snapshots. See Section 7.6.2, “Cleaning Up Timeline
Snapshots” for details.
For these purposes Snapper configurations that grant permissions to users or/and groups can be
created. The corresponding .snapshots directory needs to be readable and accessible by the
specified users. The easiest way to achieve this is to set the SYNC_ACL option to yes .
1. If not existing, create a Snapper configuration for the partition or subvolume on which
the user should be able to use Snapper. Refer to Section 7.4, “Creating and Modifying Snapper
Configurations” for instructions. Example:
3. Set values for ALLOW_USERS and/or ALLOW_GROUPS to grant permissions to users and/or
groups, respectively. Multiple entries need to be separated by Space . To grant permissions
to the user www_admin for example, run:
4. The given Snapper configuration can now be used by the specified user(s) and/or group(s).
You can test it with the list command, for example:
Type: Snapshot type, see Section 7.5.1.1, “Snapshot Types” for details. This data cannot be
changed.
Pre Number: Specifies the number of the corresponding pre snapshot. For snapshots of
type post only. This data cannot be changed.
Userdata: An extended description where you can specify custom data in the form of a
comma-separated key=value list: reason=testing, project=foo . This eld is also used
to mark a snapshot as important ( important=yes ) and to list the user that created the
snapshot (user=tux).
pre
Snapshot of a le system before a modification. Each pre snapshot has got a corresponding
post snapshot. Used for the automatic YaST/Zypper snapshots, for example.
post
Snapshot of a le system after a modification. Each post snapshot has got a corresponding
pre snapshot. Used for the automatic YaST/Zypper snapshots, for example.
7.5.1.2 Cleanup-algorithms
Snapper provides three algorithms to clean up old snapshots. The algorithms are executed in a
daily cron job. It is possible to define the number of different types of snapshots to keep in the
Snapper configuration (see Section 7.4.1, “Managing Existing Configurations” for details).
number
Deletes old snapshots when a certain snapshot count is reached.
timeline
Deletes old snapshots having passed a certain age, but keeps several hourly, daily, monthly,
and yearly snapshots.
empty-pre-post
Deletes pre/post snapshot pairs with empty dis.
snapper create --type pre --print-number --description "Before the Apache config
cleanup" --userdata "important=yes"
Creates a snapshot of the type pre and prints the snapshot number. First command needed
to create a pair of snapshots used to save a “before” and “after” state. The snapshot is
marked as important.
snapper delete 65
Deletes snapshot 65 for the default ( root ) configuration.
Snapshots are also automatically deleted by a daily cron job. Refer to Section 7.5.1.2, “Cleanup-
algorithms” for details.
NUMBER_CLEANUP
Enables or disables clean-up of installation and admin snapshot pairs. If enabled, snap-
shot pairs are deleted when the total snapshot count exceeds a number specified
with NUMBER_LIMIT and/or NUMBER_LIMIT_IMPORTANT and an age specified with NUM-
BER_MIN_AGE . Valid values: yes (enable), no (disable).
The default value is "yes" .
Example command to change or set:
NUMBER_LIMIT / NUMBER_LIMIT_IMPORTANT
Defines how many regular and/or important installation and administration snapshot pairs
to keep. Only the youngest snapshots will be kept. Ignored if NUMBER_CLEANUP is set to
"no" .
The default value is "2-10" for NUMBER_LIMIT and "4-10" for NUMBER_LIMIT_IMPOR-
TANT .
Example command to change or set:
NUMBER_MIN_AGE
Defines the minimum age in seconds a snapshot must have before it can automatically be
deleted. Snapshots younger than the value specified here will not be deleted, regardless
of how many exist.
The default value is "1800" .
NUMBER_CLEANUP=yes
NUMBER_LIMIT_IMPORTANT=10
NUMBER_LIMIT=10
NUMBER_MIN_AGE=0
On the other hand, if you do not want to keep snapshots beyond a certain age, set NUM-
BER_LIMIT* to 0 and provide the age with NUMBER_MIN_AGE .
The following example shows a configuration to only keep snapshots younger than ten
days:
NUMBER_CLEANUP=yes
NUMBER_LIMIT_IMPORTANT=0
NUMBER_LIMIT=0
NUMBER_MIN_AGE=864000
TIMELINE_CLEANUP
Enables or disables clean-up of timeline snapshots. If enabled, snapshots are deleted when
the total snapshot count exceeds a number specified with TIMELINE_LIMIT_* and an age
specified with TIMELINE_MIN_AGE . Valid values: yes , no .
The default value is "yes" .
TIMELINE_MIN_AGE
Defines the minimum age in seconds a snapshot must have before it can automatically
be deleted.
The default value is "1800" .
TIMELINE_CLEANUP="yes"
TIMELINE_CREATE="yes"
TIMELINE_LIMIT_DAILY="7"
TIMELINE_LIMIT_HOURLY="24"
TIMELINE_LIMIT_MONTHLY="12"
TIMELINE_LIMIT_WEEKLY="4"
TIMELINE_LIMIT_YEARLY="2"
TIMELINE_MIN_AGE="1800"
This example configuration enables hourly snapshots which are automatically cleaned up.
TIMELINE_MIN_AGE and TIMELINE_LIMIT_* are always both evaluated. In this example,
the minimum age of a snapshot before it can be deleted is set to 30 minutes (1800 seconds).
Since we create hourly snapshots, this ensures that only the latest snapshots are kept. If
TIMELINE_LIMIT_DAILY is set to not zero, this means that the rst snapshot of the day
is kept, too.
SNAPSHOTS TO BE KEPT
Daily: The rst daily snapshot that has been made is kept from the last seven days.
Monthly: The rst snapshot made on the last day of the month is kept for the last
twelve months.
Yearly: The rst snapshot made on the last day of the year is kept for the last two
years.
EMPTY_PRE_POST_CLEANUP
If set to yes , pre and post snapshot pairs that do not differ will be deleted.
The default value is "yes" .
EMPTY_PRE_POST_MIN_AGE
Defines the minimum age in seconds a pre and post snapshot pair that does not differ must
have before it can automatically be deleted.
The default value is "1800" .
QGROUP
The Btrfs quota group used by Snapper. If not set, run snapper setup-quota . If already
set, only change if you are familiar with man 8 btrfs-qgroup . This value is set with
snapper setup-quota and should not be changed.
SPACE_LIMIT
Limit of space snapshots are allowed to use in fractions of 1 (100%). Valid values range
from 0 to 1 (0.1 = 10%, 0.2 = 20%, ...).
Quotas are only activated in addition to an existing number and/or timeline clean-up al-
gorithm. If no clean-up algorithm is active, quota restrictions are not applied.
With quota support enabled, Snapper will perform two clean-up runs if required. The rst
run will apply the rules specified for number and timeline snapshots. Only if the quota is
exceeded after this run, the quota-specific rules will be applied in a second run.
Even if quota support is enabled, Snapper will always keep the number of snapshots
specified with the NUMBER_LIMIT* and TIMELINE_LIMIT* values, even if the quota will
be exceeded. It is therefore recommended to specify ranged values ( MIN-MAX ) for NUM-
BER_LIMIT* and TIMELINE_LIMIT* to ensure the quota can be applied.
If, for example, NUMBER_LIMIT=5-20 is set, Snapper will perform a rst clean-up run and
reduce the number of regular numbered snapshots to 20. In case these 20 snapshots exceed
the quota, Snapper will delete the oldest ones in a second run until the quota is met. A
minimum of ve snapshots will always be kept, regardless of the amount of space they
occupy.
Q: How much disk space is used by snapshots? How to free disk space?
A: Displaying the amount of disk space a snapshot allocates is currently not supported by the
Btrfs tools. However, if you have quota enabled, it is possible to determine how much
space would be freed if all snapshots would be deleted:
3. Show the data of the quota group ( 1/0 in the following example):
The third column shows the amount of space that would be freed when deleting all
snapshots ( 108.82MiB ).
To free space on a Btrfs partition containing snapshots you need to delete unneeded
snapshots rather than les. Older snapshots occupy more space than recent ones. See Sec-
tion 7.1.3.4, “Controlling Snapshot Archiving” for details.
Doing an upgrade from one service pack to another results in snapshots occupying a lot of
disk space on the system subvolumes, because a lot of data gets changed (package updates).
Manually deleting these snapshots after they are no longer needed is recommended. See
Section 7.5.4, “Deleting Snapshots” for details.
2. Memorize the number of the snapshot(s) you want to prevent from being deleted.
3. Run the following command and replace the number placeholders with the num-
ber(s) you memorized:
4. Check the result by running snapper list -a again. The entry in the column
Cleanup should now be empty for the snapshots you modified.
Virtual Network Computing (VNC) enables you to control a remote computer via a
graphical desktop (as opposed to a remote shell access). VNC is platform-indepen-
dent and lets you access the remote machine from any operating system.
SUSE Linux Enterprise Desktop supports two different kinds of VNC sessions: One-
time sessions that “live” as long as the VNC connection from the client is kept up,
and persistent sessions that “live” until they are explicitly terminated.
Instead of the VNC display number you can also specify the port number with two colons:
FIGURE 8.1: VNCVIEWER
8.2.1 Installation
To use Remmina, verify whether the remmina package is installed on your system, and install
it if not. Remember to install the VNC plug-in for Remmina as well:
The main application window shows the list of stored remote sessions. Here you can add and
save a new remote session, quick-start a new session without saving it, start a previously saved
session, or set Remmina's global preferences.
To add and save a new remote session, click in the top left of the main window. The Remote
Desktop Preference window opens.
Complete the elds that specify your newly added remote session profile. The most important
are:
Name
Name of the profile. It will be listed in the main window.
Protocol
The protocol to use when connecting to the remote session, for example VNC.
Server
The IP or DNS address and display number of the remote server.
Select the SSH tab for advanced SSH tunneling and authentication options.
Confirm with Save. Your new profile will be listed in the main window.
FIGURE 8.4: QUICK-STARTING
Select the communication protocol from the drop-down box, for example 'VNC', then enter the
VNC server DNS or IP address followed by a colon and a display number, and confirm with
Enter .
While Remmina is not running, you can rename the profile le to a more reasonable le name,
such as sle15.remmina . You can even copy the profile le to your custom directory and run
it using the remmina -c command from there.
3. Activate Enable access using a web browser if you plan to access the VNC session in a Web
browser window.
4. If necessary, also check Open Port in Firewall (for example, when your network interface
is configured to be in the External Zone). If you have more than one network interface,
restrict opening the firewall ports to a specific interface via Firewall Details.
6. In case not all needed packages are available yet, you need to approve the installation
of missing packages.
FIGURE 8.7: REMOTE ADMINISTRATION
The Xvnc server can be configured via the server_args option. For a list of options, see Xvnc
--help .
When adding custom configurations, make sure they are not using ports that are already in use
by other configurations, other services, or existing persistent VNC sessions on the same host.
Activate configuration changes by entering the following command:
1. Open a shell and make sure you are logged in as the user that should own the VNC session.
2. If the network interface serving the VNC sessions is protected by a firewall, you need to
manually open the port used by your session in the firewall. If starting multiple sessions
you may alternatively open a range of ports. See Book “Security Guide”, Chapter 16 “Mas-
querading and Firewalls” for details on how to configure the firewall.
vncserver uses the ports 5901 for display :1 , 5902 for display :2 , and so on. For
persistent sessions, the VNC display and the X display usually have the same number.
3. To start a session with a resolution of 1024x768 pixel and with a color depth of 16-bit,
enter the following command:
The vncserver command picks an unused display number when none is given and prints
its choice. See man 1 vncserver for more options.
When running vncserver for the rst time, it asks for a password for full access to the session.
If needed, you can also provide a password for view-only access to the session.
The password(s) you are providing here are also used for future sessions started by the same
user. They can be changed with the vncpasswd command.
To terminate the session shut down the desktop environment that runs inside the VNC session
from the VNC viewer as you would shut it down if it was a regular local X session.
3. Activate Enable access using a web browser if you plan to access the VNC session in a Web
browser window.
4. If necessary, also check Open Port in Firewall (for example, when your network interface
is configured to be in the External Zone). If you have more than one network interface,
restrict opening the firewall ports to a specific interface via Firewall Details.
6. In case not all needed packages are available yet, you need to approve the installation
of missing packages.
There are several settings which influence the VNC session's behavior:
Non-persistent, private
Persistent, visible
The session is visible to other users and keeps running even after you disconnect from it.
Session name
Here you can specify the name of the persistent session so that it is easily identified when
reconnecting.
No password required
The session will be freely accessible without having to log in under user credentials.
After you set up a persistent VNC session as described in Section 8.4.2.1, “Configuring Persistent VNC
Sessions”, you can join it with your VNC viewer. After your VNC client connects to the server, you
will be prompted to choose whether you want to create a new session, or join the existing one:
After you click the name of the existing session, you may be asked for login credentials, depend-
ing on the persistent session settings.
AUTHENTICATIONS
ENCRYPTIONS
Today, a typical user has several computers: home and workplace machines, a lap-
top, a smartphone or a tablet. This makes the task of keeping les and documents in
synchronization across multiple devices all the more important.
-v
Outputs more verbose text
-a
Archive mode; copies les recursively and preserves time stamps, user/group ownership,
le permissions, and symbolic links
-z
Compresses the transmitted data
The le backup.tar.xz is copied to /var/backup/ ; the absolute path will be /var/back-
up/backup.tar.xz .
Do not forget to add the trailing slash after the /var/backup/ directory! If you do not insert
the slash, the le backup.tar.xz is copied to /var/backup (le) not inside the directory /
var/backup/ !
Copying a directory is similar to copying a single le. The following example copies the directory
tux/ and its content into the directory /var/backup/ :
Depending on what you prefer, these commands are also possible and equivalent:
In all cases with standard configuration, you will be prompted to enter your passphrase of the
remote user. This command will copy file.tar.xz to the home directory of user tux (usually
/home/tux ).
Copying a directory remotely is similar to copying a directory locally. The following example
copies the directory tux/ and its content into the remote directory /var/backup/ on the
192.168.1.1 host:
Assuming you have write permissions on the host 192.168.1.1 , you will nd the copy in the
absolute path /var/backup/tux .
1. On jupiter, create a directory to store all your backup les. In this example, we use /
var/backup :
2. Specify ownership. In this case, the directory is owned by user tux in group users :
&merge /etc/rsyncd.d 1
&include /etc/rsyncd.d 2
1 Merges global values from /etc/rsyncd.d/*.inc les into the main configu-
ration le.
2 Loads any modules (or targets) from /etc/rsyncd.d/*.conf les. These les
should not contain any references to global values.
gid = users 2
path = /var/backup 3
1 The backup target. You can use any name you like. However, it is a good idea to
name a target according to its purpose and use the same name in your *.conf
le.
2 Specifies the user name or group name that is used when the le transfer takes
place.
3 Defines the path to store your backups (from Step 1).
4 Specifies a comma-separated list of allowed users. In its simplest form, it con-
tains the user names that are allowed to connect to this module. In our case,
only user tux is allowed.
5 Specifies the path of a le that contains lines with user names and plain pass-
words.
d. Create the /etc/rsyncd.secrets le with the following content and replace
PASSPHRASE :
# user:passwd
tux:PASSPHRASE
The above steps create an Rsync server that can now be used to store backups. The example
also creates a log le listing all connections. This le is stored in /var/log/rsyncd.log . This
is useful if you want to debug your transfers.
To list the content of your backup target, use the following command:
This command lists all les present in the directory /var/backup on the server. This request is
also logged in the log le /var/log/rsyncd.log . To start an actual transfer, provide a source
directory. Use . for the current directory. For example, the following command copies the
current directory to your Rsync backup server:
By default, Rsync does not delete les and directories when it runs. To enable deletion, the
additional option --delete must be stated. To ensure that no newer les are deleted, the option
--update can be used instead. Any conflicts that arise must be resolved manually.
RSnapshot
Creates incremental backups, see http://rsnapshot.org .
Unison
A le synchronizer similar to CSync but with a graphical interface, see http://www.seas.u-
penn.edu/~bcpierce/unison/ .
Rear
A disaster recovery framework, see the Administration Guide of the SUSE Linux Enterprise
High Availability Extension https://www.suse.com/documentation/sle-ha-12/ .
Booting a Linux system involves different components and tasks. After a rmware
and hardware initialization process, which depends on the machine's architecture,
the kernel is started by means of the boot loader GRUB 2. After this point, the boot
process is completely controlled by the operating system and handled by systemd .
systemd provides a set of “targets” that boot configurations for everyday usage,
maintenance or emergencies.
10.1 Terminology
This chapter uses terms that can be interpreted ambiguously. To understand how they are used
here, read the definitions below:
init
Two different processes are commonly named “init”:
The operating system process that starts all other processes that is executed from the
real root le system
In both cases, the systemd program is taking care of this task. It is rst executed from
the initramfs to mount the root le system. Once that has succeeded, it is re-executed
from the root le system as the initial process. To avoid confusing these two systemd
processes, we refer to the rst process as init on initramfs and to the second one as systemd.
initrd / initramfs
An initrd (initial RAM disk) is an image le containing a root le system image which
is loaded by the kernel and mounted from /dev/ram as the temporary root le system.
Mounting this le system requires a le system driver.
Beginning with kernel 2.6.13, the initrd has been replaced by the initramfs (initial RAM
le system) which does not require a le system driver to be mounted. SUSE Linux Enter-
prise Desktop exclusively uses an initramfs . However, since the initramfs is stored
as /boot/initrd , it is often called “initrd”. In this chapter we exclusively use the name
initramfs .
On IBM IBM Z the boot process must be initialized by a boot loader called zipl (z initial
program load). Although zipl supports reading from various le systems, it does not support
the SLE default le system (Btrfs) or booting from snapshots. SUSE Linux Enterprise Desktop
therefore uses a two-stage boot process that ensures full Btrfs-support at boot-time:
1. zipl boots from the ext2-formatted partition /boot/zipl . This partition contains a min-
imal kernel and an initramfs that are loaded into memory. The initramfs contains a Btrfs
driver (among others) and the boot loader GRUB 2. The kernel is started with a parameter
initgrub , that tells it to start GRUB 2.
2. The kernel mounts the root le system, so /boot becomes accessible. Now GRUB 2 is
started from the initramfs. It reads its configuration from /boot/grub2/grub.cfg and
loads the final kernel and initramfs from /boot . The new kernel now gets loaded via
Kexec.
The initramfs provides a minimal Linux environment that enables the execution of programs
before the actual root le system is mounted. This minimal Linux environment is loaded into
memory by BIOS or UEFI routines and does not have specific hardware requirements other than
sufficient memory. The initramfs archive must always provide an executable named init
that executes the systemd daemon on the root le system for the boot process to proceed.
Before the root le system can be mounted and the operating system can be started, the kernel
needs the corresponding drivers to access the device on which the root le system is located.
These drivers may include special drivers for certain kinds of hard disks or even network drivers
to access a network le system. The needed modules for the root le system are loaded by
init on initramfs . After the modules are loaded, udev provides the initramfs with the
needed devices. Later in the boot process, after changing the root le system, it is necessary to
regenerate the devices. This is done by the systemd unit systemd-udev-trigger.service .
Since the initramfs contains drivers, it needs to be updated whenever a new version of one
of its drivers is available. This is done automatically when installing the package containing
the driver update. YaST or zypper will inform you about this by showing the output of the
command that generates the initramfs . However, there are some occasions on which you need
to regenerate an initramfs manually:
Adding Disks to a LVM Group /Btrfs RAID Containing the Root File System
force_drivers+=" DRIVER1"
Replace DRIVER1 with the module name of the driver. If you need to add more than one
driver, list them space-separated:
Adding Disks to a LVM Group /Btrfs RAID Containing the Root File System
Whenever you add (or remove) a disk to a logical volume group or a Btrfs RAID contain-
ing the root le system, you need to create an initramfs that contains support for the
enlarged volume. Follow the instructions at Procedure 10.1, “Generate an initramfs”.
Proceed with Procedure 10.1, “Generate an initramfs”.
PROCEDURE 10.1: GENERATE AN INITRAMFS
Note that all commands in the following procedure need to be executed as user root .
Replace MY_INITRAMFS with a le name of your choice. The new initramfs will be
created as /boot/MY_INITRAMFS .
Alternatively, run dracut -f . This will overwrite the currently used, existing le.
2. (Skip this step if you ran dracut -f in the previous step). Create a link to the initramfs
le you created in the previous step:
Starting YaST
Finally, linuxrc starts YaST, which starts the package installation and the system con-
figuration.
UEFI (Unified Extensible Firmware Interface) is the interface between the rmware that comes
with the system hardware, all the hardware components of the system, and the operating system.
UEFI is becoming more and more available on PC systems and thus is replacing the traditional
PC-BIOS. UEFI, for example, properly supports 64-bit systems and offers secure booting (“Secure
Boot”, rmware version 2.3.1c or better required), which is one of its most important features.
Lastly, with UEFI a standard rmware will become available on all x86 platforms.
UEFI additionally offers the following advantages:
Booting from large disks (over 2 TiB) with a GUID Partition Table (GPT).
CSM (Compatibility Support Module) to support booting legacy operating systems via a
PC-BIOS-like emulation.
The Secure Boot feature requires that a GUID Partitioning Table (GPT) replaces the old
partitioning with a Master Boot Record (MBR). If YaST detects EFI mode during the in-
stallation, it will try to create a GPT partition. UEFI expects to nd the EFI programs on
a FAT-formatted EFI System Partition (ESP).
At the implementation layer, SUSE uses the shim loader which is installed by default. It is a
smart solution that avoids legal issues, and simplifies the certification and signing step consid-
erably. The shim loader’s job is to load a boot loader such as GRUB 2 and verify it; this boot
loader in turn will load kernels signed by a SUSE key only. SUSE provides this functionality
since SLE11 SP3 on fresh installations with UEFI Secure Boot enabled.
There are two types of trusted users:
First, those who hold the keys. The Platform Key (PK) allows almost everything. The Key
Exchange Key (KEK) allows all a PK can except changing the PK.
Second, anyone with physical access to the machine. A user with physical access can reboot
the machine, and configure UEFI.
The rst is the so-called “Authenticated Variables”, which can be updated from both within
the boot process (the so-called Boot Services Environment) and the running OS. This can
be done only when the new value of the variable is signed with the same key that the old
value of the variable was signed with. And they can only be appended to or changed to
a value with a higher serial number.
The second is the so-called “Boot Services Only Variables”. These variables are accessible
to any code that runs during the boot process. After the boot process ends and before the
OS starts, the boot loader must call the ExitBootServices call. After that, these variables
are no longer accessible, and the OS cannot touch them.
The various UEFI key lists are of the rst type, as this allows online updating, adding, and
blacklisting of keys, drivers, and rmware fingerprints. It is the second type of variable, the
“Boot Services Only Variable”, that helps to implement Secure Boot in a secure and open source-
friendly manner, and thus compatible with GPLv3.
SUSE starts with shim —a small and simple EFI boot loader signed by SUSE and Microsoft.
This allows shim to load and execute.
shim then goes on to verify that the boot loader it wants to load is trusted. In a default situation
shim will use an independent SUSE certificate embedded in its body. In addition, shim will
allow to “enroll” additional keys, overriding the default SUSE key. In the following, we call
them “Machine Owner Keys” or MOKs for short.
Next the boot loader will verify and then boot the kernel, and the kernel will do the same on
the modules.
At that point, you can install the kernel in /boot as usual. Because the kernel now has
a custom signature the certificate used for signing needs to be imported into the UEFI
rmware or MOK.
7. Convert the certificate to the DER format for import into the rmware or MOK:
tux > openssl x509 -in cert.pem -outform der -out cert.der
c. Reboot the system; shim should launch MokManager. You need to enter the
root password to confirm the import of the certificate to the MOK list.
c. Type:
chainloader $efibootdir/MokManager.efi
boot
f. Follow the instructions to enroll the key. Normally this should be pressing ' 0 '
and then ' y ' to confirm.
Alternatively, the rmware menu may provide ways to add a new key to the
Signature Database.
Add the needed keys to the rmware database via rmware/system management tools
before the installation. This option depends on the specific hardware you are using. Consult
your hardware vendor for more information.
To use the bootable driver ISO to enroll the driver keys to the MOK list, follow these steps:
2. Start the installation using the new CD/DVD medium, having the standard installation
media at hand or a URL to a network installation server.
Installation to UEFI default boot loader location, a mechanism to keep or restore the EFI
boot entry.
Xen hypervisor will boot with UEFI when there is no legacy BIOS to fall back to.
UEFI videomode support, the kernel can retrieve video mode from UEFI to configure KMS
mode with the same parameters.
To ensure that Secure Boot cannot be easily circumvented, some kernel features are dis-
abled when running under Secure Boot.
Access to /dev/kmem and /dev/mem is not possible, not even as root user.
Access to the I/O port is not possible, not even as root user. All X11 graphical drivers must
use a kernel driver.
the acpi_rsdp parameter does not have any effect on the kernel.
Blog posts by Olaf Kirch and Vojtěch Pavlík (the chapter above is heavily based on these
posts):
http://www.suse.com/blogs/uefi-secure-boot-plan/
http://www.suse.com/blogs/uefi-secure-boot-overview/
http://www.suse.com/blogs/uefi-secure-boot-details/
This chapter describes how to configure GRUB 2, the boot loader used in SUSE®
Linux Enterprise Desktop. It is the successor to the traditional GRUB boot loader—
now called “GRUB Legacy”. GRUB 2 has been the default boot loader in SUSE® Lin-
ux Enterprise Desktop since version 12. A YaST module is available for configur-
ing the most important settings. The boot procedure as a whole is outlined in Chap-
ter 10, Introduction to the Booting Process. For details on Secure Boot support for UEFI
machines, see Chapter 11, UEFI (Unified Extensible Firmware Interface).
Includes a mechanism for loading modules to support additional features, such as le
systems, etc.
Automatically searches for and generates boot entries for other kernels and operating sys-
tems, such as Windows.
/boot/grub2/grub.cfg
This le contains the configuration of the GRUB 2 menu items. It replaces menu.lst used
in GRUB Legacy. grub.cfg should not be edited—it is automatically generated by the
command grub2-mkconfig -o /boot/grub2/grub.cfg .
/etc/default/grub
This le controls the user settings of GRUB 2 and usually includes additional environmental
settings such as backgrounds and themes.
/etc/sysconfig/bootloader
This configuration le holds some basic settings like the boot loader type or whether to
enable UEFI Secure Boot support.
GRUB 2 can be controlled in various ways. Boot entries from an existing configuration can be se-
lected from the graphical menu (splash screen). The configuration is loaded from the le /boot/
grub2/grub.cfg which is compiled from other configuration les (see below). All GRUB 2
configuration les are considered system les, and you need root privileges to edit them.
grub.cfg is compiled from the le /etc/default/grub and scripts found in the /etc/
grub.d/ directory when running the command grub2-mkconfig -o /boot/grub2/grub.cfg .
Therefore you should never edit the le manually. Instead, edit the related source les or use the
YaST Boot Loader module to modify the configuration as described in Section 12.3, “Configuring
the Boot Loader with YaST”.
In addition to already defined variables, the user may introduce their own variables, and use
them later in the scripts found in the /etc/grub.d directory.
After having edited /etc/default/grub , update the main configuration le with grub2-mk-
config -o /boot/grub2/grub.cfg .
Note: Scope
All options set in this le are general options that affect all boot entries. Specific options
for Xen kernels or the Xen hypervisor can be set via the GRUB_*_XEN_* configuration
options. See below for details.
GRUB_DEFAULT
Sets the boot menu entry that is booted by default. Its value can be a numeric value, the
complete name of a menu entry, or “saved”.
GRUB_DEFAULT=2 boots the third (counted from zero) boot menu entry.
GRUB_DEFAULT="2>0" boots the rst submenu entry of the third top-level menu entry.
GRUB_DEFAULT="Example boot menu entry" boots the menu entry with the title “Ex-
ample boot menu entry”.
GRUB_HIDDEN_TIMEOUT
Waits the specified number of seconds for the user to press a key. During the period no
menu is shown unless the user presses a key. If no key is pressed during the time specified,
the control is passed to GRUB_TIMEOUT . GRUB_HIDDEN_TIMEOUT=0 rst checks whether
Shift is pressed and shows the boot menu if yes, otherwise immediately boots the default
menu entry. This is the default when only one bootable OS is identified by GRUB 2.
GRUB_HIDDEN_TIMEOUT_QUIET
If false is specified, a countdown timer is displayed on a blank screen when the
GRUB_HIDDEN_TIMEOUT feature is active.
GRUB_TIMEOUT
Time period in seconds the boot menu is displayed before automatically booting the default
boot entry. If you press a key, the timeout is cancelled and GRUB 2 waits for you to make
the selection manually. GRUB_TIMEOUT=-1 will cause the menu to be displayed until you
select the boot entry manually.
GRUB_CMDLINE_LINUX
Entries on this line are added at the end of the boot entries for normal and recovery mode.
Use it to add kernel parameters to the boot entry.
GRUB_CMDLINE_LINUX_DEFAULT
Same as GRUB_CMDLINE_LINUX but the entries are appended in the normal mode only.
GRUB_CMDLINE_LINUX_RECOVERY
Same as GRUB_CMDLINE_LINUX but the entries are appended in the recovery mode only.
GRUB_CMDLINE_LINUX_XEN_REPLACE
This entry will completely replace the GRUB_CMDLINE_LINUX parameters for all Xen boot
entries.
GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT
Same as GRUB_CMDLINE_LINUX_XEN_REPLACE but it will only replace parameters
of GRUB_CMDLINE_LINUX_DEFAULT .
GRUB_CMDLINE_XEN
GRUB_CMDLINE_XEN_DEFAULT
Same as GRUB_CMDLINE_XEN —the operation principle is the same as for
GRUB_CMDLINE_LINUX_DEFAULT .
GRUB_TERMINAL
Enables and specifies an input/output terminal device. Can be console (PC BIOS and EFI
consoles), serial (serial terminal), ofconsole (Open Firmware console), or the default
gfxterm (graphics-mode output). It is also possible to enable more than one device by
quoting the required options, for example GRUB_TERMINAL="console serial" .
GRUB_GFXMODE
The resolution used for the gfxterm graphical terminal. Note that you can only use modes
supported by your graphics card (VBE). The default is ‘auto’, which tries to select a pre-
ferred resolution. You can display the screen resolutions available to GRUB 2 by typing
videoinfo in the GRUB 2 command line. The command line is accessed by typing C
GRUB_BACKGROUND
Set a background image for the gfxterm graphical terminal. The image must be a le
readable by GRUB 2 at boot time, and it must end with the .png , .tga , .jpg , or .jpeg
suffix. If necessary, the image will be scaled to t the screen.
GRUB_DISABLE_OS_PROBER
If this option is set to true , automatic searching for other operating systems is disabled.
Only the kernel images in /boot/ and the options from your own scripts in /etc/grub.d/
are detected.
SUSE_BTRFS_SNAPSHOT_BOOTING
If this option is set to true , GRUB 2 can boot directly into Snapper snapshots. For more
information, see Section 7.3, “System Rollback by Booting from Snapshots”.
For a complete list of options, see the GNU GRUB manual (http://www.gnu.org/software/grub/
manual/grub.html#Simple-configuration) .
and
00_header
Sets environmental variables such as system le locations, display settings, themes, and
previously saved entries. It also imports preferences stored in the /etc/default/grub .
Normally you do not need to make changes to this le.
10_linux
Identifies Linux kernels on the root device and creates relevant menu entries. This includes
the associated recovery mode option if enabled. Only the latest kernel is displayed on the
main menu page, with additional kernels included in a submenu.
30_os-prober
40_custom
This le provides a simple way to include custom boot entries into grub.cfg . Make sure
that you do not change the exec tail -n +3 $0 part at the beginning.
The processing sequence is set by the preceding numbers with the lowest number being executed
rst. If scripts are preceded by the same number the alphabetical order of the complete name
decides the order.
Tip: /boot/grub2/custom.cfg
If you create /boot/grub2/custom.cfg and ll it with content, it will be automatically
included into /boot/grub2/grub.cfg just after 40_custom at boot time.
(hd1) /dev/disk-by-id/DISK3 ID
(hd2) /dev/disk-by-id/DISK1 ID
(hd3) /dev/disk-by-id/DISK2 ID
1. In the graphical boot menu, select the entry you want to edit with the arrow keys.
3. Use the arrow keys to move to the line you want to edit.
a. Add space-separated parameters to the end of the line starting with linux or lin-
uxefi to edit the kernel parameters. A complete list of parameters is available at
http://en.opensuse.org/Linuxrc .
b. Or edit the general options to change for example the kernel version. The →| key
suggests all possible completions.
4. Press F10 to boot the system with the changes you made or press Esc to discard your
edits and return to the GRUB 2 menu.
Proceed as follows to set a boot password. Alternatively use YaST (Protect Boot Loader with Pass-
word ).
2. Paste the resulting string into the le /etc/grub.d/40_custom together with the set
superusers command.
set superusers="root"
password_pbkdf2 root grub.pbkdf2.sha512.10000.9CA4611006FE96BC77A...
After you reboot, you will be prompted for a user name and a password when trying to boot
a menu entry. Enter root and the password you typed during the grub2-mkpasswd-pbkdf2
command. If the credentials are correct, the system will boot the selected boot entry.
For more information, see https://www.gnu.org/software/grub/manual/grub.html#Security .
1. Select the Boot Code Options tab and then choose one of the following options for Boot
Loader Location:
FIGURE 12.3: CODE OPTIONS
Probe Foreign OS
When selected, the boot loader searches for other systems like Windows or other Linux
installations.
FIGURE 12.5: KERNEL PARAMETERS
Console resolution
The Console resolution option specifies the default screen resolution during the boot process.
12.4.1 Limitations
Interactivity
Interactivity is strongly limited. Typing often does not result in visual feedback. To see
where the cursor is, type an underscore ( _ ).
Cursor Movement
“Traditional” cursor movement is not possible. Alt , Meta , Ctrl and the cursor keys
do not work. To move the cursor, use the key combinations listed in Section 12.4.2, “Key
Combinations”.
Caret
The caret ( ^ ) is used as a control character. To type a literal ^ followed by a letter,
type ^ , ^ , LETTER .
Enter
The Enter key does not work, use ^ – J instead.
^ –P previous entry
^ –N next entry
^ –G previous page
^ –C next page
C enter GRUB-Shell
^ –N next line
^ –B backward char
^ –F forward char
^ –A beginning of line
^ –E end of line
^ –D delete
^ –K kill line
^ –Y yank
^ –O open line
^ –L refresh screen
^ –X boot entry
^ –C enter GRUB-Shell
^ –A beginning of line
^ –E end of line
^ –B backward char
^ –F forward char
^ –H backspace
^ –D delete
^ –K kill line
^ –U discard line
^ –Y yank
EXAMPLE 12.1: USAGE OF GRUB2-MKCONFIG
grub2-mkconfig -o /boot/grub2/grub.cfg
grub2-mkrescue
Creates a bootable rescue image of your installed GRUB 2 configuration.
EXAMPLE 12.2: USAGE OF GRUB2-MKRESCUE
grub2-script-check
Checks the given le for syntax errors.
EXAMPLE 12.3: USAGE OF GRUB2-SCRIPT-CHECK
grub2-script-check /boot/grub2/grub.cfg
EXAMPLE 12.4: USAGE OF GRUB2-ONCE
grub2-once number_of_the_boot_entry
The program systemd is the process with process ID 1. It is responsible for initializing the
system in the required way. systemd is started directly by the kernel and resists signal 9, which
normally terminates processes. All other programs are either started directly by systemd or by
one of its child processes.
Systemd is a replacement for the System V init daemon. systemd is fully compatible with System
V init (by supporting init scripts). One of the main advantages of systemd is that it considerably
speeds up boot time by aggressively paralleling service starts. Furthermore, systemd only starts a
service when it is really needed. Daemons are not started unconditionally at boot time, but rather
when being required for the rst time. systemd also supports Kernel Control Groups (cgroups),
snapshotting and restoring the system state and more. See http://www.freedesktop.org/wiki/Soft-
ware/systemd/ for details.
Service. Information about a process (for example running a daemon); le ends with .ser-
vice
Targets. Used for grouping units and as synchronization points during start-up; le ends
with .target
Sockets. Information about an IPC or network socket or a le system FIFO, for sock-
et-based activation (like inetd ); le ends with .socket
Path. Used to trigger other units (for example running a service when les change); le
ends with .path
Timer. Information about a timer controlled, for timer-based activation; le ends
with .timer
Mount point. Usually auto-generated by the fstab generator; le ends with .mount
Automount point. Information about a le system automount point; le ends with .auto-
mount
Swap. Information about a swap device or le for memory paging; le ends with .swap
Device. Information about a device unit as exposed in the sysfs/udev(7) device tree; le
ends with .device
systemd
System V init
rcMY_SERVICE(S) reload|restart|start|status|stop|...
systemd allows you to manage several services in one go. Instead of executing init scripts one
after the other as with System V init, execute a command like the following:
The following table lists the most important service management commands for systemd and
System V init:
The following table lists enabling and disabling commands for systemd and System V init:
default.target
The target that is booted by default. Not a “real” target, but rather a symbolic link to an-
other target like graphic.target . Can be permanently changed via YaST (see Section 13.4,
“Managing Services with YaST”). To change it for a session, use the kernel parameter sys-
temd.unit=MY_TARGET.target at the boot prompt.
emergency.target
Starts an emergency shell on the console. Only use it at the boot prompt as systemd.u-
nit=emergency.target .
graphical.target
Starts a system with network, multiuser support and a display manager.
mail-transfer-agent.target
Starts all services necessary for sending and receiving mails.
multi-user.target
Starts a multiuser system with network.
reboot.target
Reboots the system.
rescue.target
Starts a single-user system without network.
To remain compatible with the System V init runlevel system, systemd provides special targets
named runlevelX.target mapping the corresponding runlevels numbered X .
If you want to know the current target, use the command: systemctl get-default
4 runlevel4.target Unused/User-defined
persistently Use the Services Manager or run the follow- Use the Services Manager
change the de- ing command: or change the line
fault runlevel ln -sf /usr/lib/systemd/system/ id: X :initdefault:
MY_TARGET .target /etc/systemd/system/de- in /etc/inittab
fault.target
Change the de- Enter the following option at the boot Enter the desired run-
fault runlevel for prompt level number at the boot
the current boot systemd.unit= MY_TARGET .target prompt.
process
root # systemctl
UNIT LOAD ACTIVE SUB JOB DESCRIPTION
[...]
iscsi.service loaded active exited Login and scanning of iSC+
kmod-static-nodes.service loaded active exited Create list of required s+
libvirtd.service loaded active running Virtualization daemon
nscd.service loaded active running Name Service Cache Daemon
chronyd.service loaded active running NTP Server Daemon
polkit.service loaded active running Authorization Manager
161 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
To restrict the output to services that failed to start, use the --failed option:
EXAMPLE 13.2: LIST FAILED SERVICES
[...]
root # systemd-analyze
Startup finished in 2666ms (kernel) + 21961ms (userspace) = 24628ms
systemd.log_level=debug systemd.log_target=kmsg
1. Create a service le wrapper with the same name as the init script plus the le name
extension .service :
[Unit]
Description=DESCRIPTION
After=network.target
[Service]
User=USER
Type=forking 1
[Install]
WantedBy=multi-user.target 2
FIGURE 13.1: SERVICES MANAGER
[Install]
WantedBy=sockets.target
[Service]
For a complete list of the systemd 'socket' and 'service' le options, refer to the systemd.socket
and systemd.service manual pages ( man 5 systemd.socket , man 5 systemd.service ).
3. Save your changes to the le. It will be used as an extension of the original le.
2. The configuration le copied in the previous step already covers the required (“hard”)
dependencies for the target. To also cover the wanted (“soft”) dependencies, create a
directory /etc/systemd/system/MY_TARGET.target.wants .
3. For each wanted service, create a symbolic link from /usr/lib/systemd/system into /
etc/systemd/system/MY_TARGET.target.wants .
The configuration format is one line per path containing action and path, and optionally mode,
ownership, age and argument elds, depending on the action. The following example unlinks
the X11 lock les:
13.6.3 Snapshots
You can save the current state of systemd to a named snapshot and later revert to it with the
isolate subcommand. This is useful when testing services or custom targets, because it allows
you to return to a defined state at any time. A snapshot is only available in the current session
and will automatically be deleted on reboot. A snapshot name must end in .snapshot .
Create a Snapshot
Delete a Snapshot
View a Snapshot
Activate a Snapshot
Other Tasks
Create a system service le, for example /etc/systemd/system/before.service , from
the following template:
[Unit]
Before=NAME OF THE SERVICE YOU WANT THIS SERVICE TO BE STARTED BEFORE
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=YOUR_COMMAND
# beware, executable is run directly, not through a shell, check the man pages
# systemd.service and systemd.unit for full syntax
[Install]
# target in which to start the service
WantedBy=multi-user.target
#WantedBy=graphical.target
When the service le is created, you should run the following commands (as root ):
Every time you modify the service le, you need to run:
[...]
└─system.slice
├─systemd-hostnamed.service
│ └─17616 /usr/lib/systemd/systemd-hostnamed
├─cron.service
│ └─1689 /usr/sbin/cron -n
├─postfix.service
│ ├─ 1676 /usr/lib/postfix/master -w
│ ├─ 1679 qmgr -l -t fifo -u
│ └─15590 pickup -l -t fifo -u
├─sshd.service
│ └─1436 /usr/sbin/sshd -D
[...]
Selecting Processes
By default the kill command sends the signal to all processes of the specified cgroup.
You can restrict it to the control or the main process. The latter is for example useful to
force a service to reload its configuration by sending SIGHUP :
systemd comes with its own logging mechanism (“The Journal”) that logs system messages. This
allows you to display the service messages together with status messages. The status command
works similar to tail and can also display the log messages in different formats, making it a
powerful debugging tool.
short
The default format. Shows the log messages with a human readable time stamp.
verbose
Full output with all elds.
cat
Terse output without time stamps.
Homepage
http://www.freedesktop.org/wiki/Software/systemd
27 VM Guest 376
SUSE® Linux Enterprise Desktop is available for 64-bit platforms. Developers have not ported
all 32-bit applications to 64-bit systems. But SUSE Linux Enterprise Desktop supports 32-bit
application use in 64-bit system environments. This chapter offers a brief overview of 32-bit
support implementation on 64-bit SUSE Linux Enterprise Desktop platforms.
SUSE Linux Enterprise Desktop for the 64-bit platforms AMD64 and Intel 64 is designed so
that existing 32-bit applications run in the 64-bit environment “out-of-the-box.” This support
means that you can continue to use your preferred 32-bit applications without waiting for a
corresponding 64-bit port to become available.
For correct execution, every application requires a range of libraries. Unfortunately, the names
are identical for the 32-bit and 64-bit versions of these libraries. They must be differentiated
from each other in another way.
root # vi /etc/systemd/journald.conf
[...]
[Journal]
Storage=persistent
#Compress=yes
-f
Shows only the most recent journal messages, and prints new log entries as they are added
to the journal.
-e
Prints the messages and jumps to the end of the journal, so that the latest entries are visible
within the pager.
-r
Prints the messages of the journal in reverse order, so that the latest entries are listed rst.
-k
Shows only kernel messages. This is equivalent to the eld match _TRANSPORT=kernel
(see Section 15.3.3, “Filtering Based on Fields”).
-u
Shows only messages for the specified systemd unit. This is equivalent to the eld match
_SYSTEMD_UNIT=UNIT (see Section 15.3.3, “Filtering Based on Fields”).
The rst column lists the boot offset: 0 for the current boot, -1 for the previous one, -2 for
the one prior to that, etc. The second column contains the boot ID followed by the limiting time
stamps of the specific boot.
Show all messages from the current boot:
If you need to see journal messages from the previous boot, add an offset parameter. The fol-
lowing example outputs the previous boot messages:
Another way is to list boot messages based on the boot ID. For this purpose, use the _BOOT_ID
eld:
# journalctl _UID=1000
Show messages from the kernel ring buer (the same as dmesg produces):
If two different elds are specified, only entries that match both expressions at the same time
are shown:
If two matches refer to the same eld, all entries matching either expression are shown:
4. Fix the typo inside /etc/apache2/default-server.conf , start the apache2 service, and
print its status:
tux > sudo systemctl start apache2 && systemctl status apache2
apache2.service - The Apache Webserver
SystemMaxUse=50M
ForwardToConsole=yes
TTYPath=/dev/tty12
rsyslog is installed.
ForwardToSyslog=yes
Often, there are several versions of the same tool installed on a system. To give ad-
ministrators a choice and to make it possible to install and use different versions
side by side, the alternatives system allows managing such versions consistently.
16.1 Overview
On SUSE Linux Enterprise Desktop, some programs perform the same or similar tasks. For ex-
ample, if Java 1.7 and Java 1.8 are both installed on the system, the alternatives system script
( update-alternatives ) is called from inside the RPM package. By default, the alternatives
system will refer to version 1.8: Higher versions also have a higher priority. However, the ad-
ministrator can change the default and can point the generic name to version 1.7.
The following terminology is used in this chapter:
TERMINOLOGY
Administrative directory
The default /var/lib/rpm/alternatives directory contains information about the cur-
rent state of alternatives.
Alternative
The name of a specific le in the le system, which can be made accessible via a generic
name using the alternatives system.
Alternatives directory
The default /etc/alternatives directory containing symbolic links.
Generic name
A name (for example, /usr/bin/edit ) that refers to one le out of several available using
the alternatives system.
Link group
A set of related symbolic links that can be updated as a group.
Master link
Slave link
A link in a link group controlled by the master link.
The alternatives system provides the update-alternatives command to create, remove, main-
tain, and show information about symbolic links. While these symbolic links usually point to
commands, they can also point to JAR archives, man pages, and other les. Examples in this
chapter use commands and man pages, but they are also applicable to other le types.
The alternatives system uses the alternatives directory to collect links to possible alternatives.
When a new package with an alternative is installed, the new alternative is added to the system.
Whether the new package's alternative is selected as the default depends on its priority and on
the mode that is set. Usually, packages with a higher version also have a higher priority. The
alternatives system can operate in two modes:
Automatic Mode. In this mode, the alternatives system ensures that the links in the group
point to the highest priority alternatives appropriate for the group.
Manual Mode. In this mode, the alternatives system does not make any changes to the
system administrator's settings.
For example, the java command has the following link hierarchy in the alternatives system:
/usr/bin/java 1
-> /etc/alternatives/java 2
-> /usr/lib64/jvm/jre-10-openjdk/bin/java 3
If you see the same path (in our example, it is /usr/bin/java ), there are no alternatives avail-
able for this command.
To see the full alternatives (including slaves), use the --display option:
Depending on your system and installed versions, the exact Java version number will be differ-
ent. After you have selected 1 , java shows the following version number:
When working in manual mode and installing another Java version, the alternatives system
neither touches the links nor changes the generic name.
When working in automatic mode and installing another Java version, the alternatives
system changes the Java master link and all slave links (as you can see in Section 16.4,
“Viewing Details on Specific Alternatives”). To check the master-slave relationships, use:
There are two scripts, foo-2 and foo-3 , with similar functionality.
The scripts are stored in the /usr/local/bin directory to avoid any conflicts with the
system tools in /usr/bin .
1 The generic name. To avoid confusion, this is usually the script name without any
version numbers.
2 The name of the master link. Must be the same.
3 The path to the original script(s) located in /usr/local/bin .
4 The priority. We give foo-2 a lower priority than foo-3 . It is good practice to use
a significant number increase to separate priorities. For example, a priority of 200
for foo-2 and 300 for foo-3 .
After you completed the described steps, you can use the master link /usr/local/bin/foo .
If needed, you can install additional alternatives. To remove an alternative, use the following
command:
After this script has been removed, the alternatives system for the foo group looks like this:
Two man pages, foo-2.1.gz and foo-3.1.gz stored in the /usr/local/man/man1 di-
rectory.
3. Add the slave links to the main scripts with the --slave option:
If you change the links with update-alternatives --config foo to foo-2 , then all slave
links will change as well.
Linux offers the necessary networking tools and features for integration into all
types of network structures. Network access using a network card can be configured
with YaST. Manual configuration is also possible. In this chapter only the funda-
mental mechanisms and the relevant network configuration les are covered.
Linux and other Unix operating systems use the TCP/IP protocol. It is not a single network
protocol, but a family of network protocols that offer various services. The protocols listed
in Several Protocols in the TCP/IP Protocol Family, are provided for exchanging data between two
machines via TCP/IP. Networks combined by TCP/IP, comprising a worldwide network, are also
called “the Internet.”
RFC stands for Request for Comments. RFCs are documents that describe various Internet pro-
tocols and implementation procedures for the operating system and its applications. The RFC
documents describe the setup of Internet protocols. For more information about RFCs, see http://
www.ietf.org/rfc.html .
TCP
Transmission Control Protocol: a connection-oriented secure protocol. The data to transmit
is rst sent by the application as a stream of data and converted into the appropriate format
by the operating system. The data arrives at the respective application on the destination
host in the original data stream format it was initially sent. TCP determines whether any
data has been lost or jumbled during the transmission. TCP is implemented wherever the
data sequence matters.
UDP
User Datagram Protocol: a connectionless, insecure protocol. The data to transmit is sent
in the form of packets generated by the application. The order in which the data arrives at
the recipient is not guaranteed and data loss is possible. UDP is suitable for record-oriented
applications. It features a smaller latency period than TCP.
ICMP
Internet Control Message Protocol: This is not a protocol for the end user, but a special
control protocol that issues error reports and can control the behavior of machines partic-
ipating in TCP/IP data transfer. In addition, it provides a special echo mode that can be
viewed using the program ping.
232 SLED 15
IGMP
Internet Group Management Protocol: This protocol controls machine behavior when im-
plementing IP multicast.
As shown in Figure 17.1, “Simplified Layer Model for TCP/IP”, data exchange takes place in different
layers. The actual network layer is the insecure data transfer via IP (Internet protocol). On top
of IP, TCP (transmission control protocol) guarantees, to a certain extent, security of the data
transfer. The IP layer is supported by the underlying hardware-dependent protocol, such as
Ethernet.
Application Layer
Session Layer
233 SLED 15
The diagram provides one or two examples for each layer. The layers are ordered according to
abstraction levels. The lowest layer is very close to the hardware. The uppermost layer, however,
is almost a complete abstraction from the hardware. Every layer has its own special function.
The special functions of each layer are mostly implicit in their description. The data link and
physical layers represent the physical network used, such as Ethernet.
Almost all hardware protocols work on a packet-oriented basis. The data to transmit is collected
into packets (it cannot be sent all at once). The maximum size of a TCP/IP packet is approximately
64 KB. Packets are normally quite smaller, as the network hardware can be a limiting factor.
The maximum size of a data packet on an Ethernet is about fifteen hundred bytes. The size of a
TCP/IP packet is limited to this amount when the data is sent over an Ethernet. If more data is
transferred, more data packets need to be sent by the operating system.
For the layers to serve their designated functions, additional information regarding each layer
must be saved in the data packet. This takes place in the header of the packet. Every layer
attaches a small block of data, called the protocol header, to the front of each emerging packet.
A sample TCP/IP data packet traveling over an Ethernet cable is illustrated in Figure 17.2, “TCP/
IP Ethernet Packet”. The proof sum is located at the end of the packet, not at the beginning. This
simplifies things for the network hardware.
When an application sends data over the network, the data passes through each layer, all im-
plemented in the Linux kernel except the physical layer. Each layer is responsible for preparing
the data so it can be passed to the next layer. The lowest layer is ultimately responsible for
sending the data. The entire procedure is reversed when data is received. Like the layers of an
onion, in each layer the protocol headers are removed from the transported data. Finally, the
transport layer is responsible for making the data available for use by the applications at the
destination. In this manner, one layer only communicates with the layer directly above or below
it. For applications, it is irrelevant whether data is transmitted via a 100 Mbit/s FDDI network
or via a 56-Kbit/s modem line. Likewise, it is irrelevant for the data line which kind of data is
transmitted, as long as packets are in the correct format.
234 SLED 15
17.1 IP Addresses and Routing
The discussion in this section is limited to IPv4 networks. For information about IPv6 protocol,
the successor to IPv4, refer to Section 17.2, “IPv6—The Next Generation Internet”.
17.1.1 IP Addresses
Every computer on the Internet has a unique 32-bit address. These 32 bits (or 4 bytes) are
normally written as illustrated in the second row in Example 17.1, “Writing IP Addresses”.
EXAMPLE 17.1: WRITING IP ADDRESSES
In decimal form, the four bytes are written in the decimal number system, separated by periods.
The IP address is assigned to a host or a network interface. It can be used only once throughout
the world. There are exceptions to this rule, but these are not relevant to the following passages.
The points in IP addresses indicate the hierarchical system. Until the 1990s, IP addresses were
strictly categorized in classes. However, this system proved too inflexible and was discontinued.
Now, classless routing (CIDR, classless interdomain routing) is used.
To give another example: all machines connected with the same Ethernet cable are usually lo-
cated in the same subnet and are directly accessible. Even when the subnet is physically divided
by switches or bridges, these hosts can still be reached directly.
IP addresses outside the local subnet can only be reached if a gateway is configured for the
target network. In the most common case, there is only one gateway that handles all traffic that
is external. However, it is also possible to configure several gateways for different subnets.
If a gateway has been configured, all external IP packets are sent to the appropriate gateway.
This gateway then attempts to forward the packets in the same manner—from host to host—
until it reaches the destination host or the packet's TTL (time to live) expires.
SPECIFIC ADDRESSES
Broadcast Address
This could be paraphrased as: “Access all hosts in this subnet.” To generate this, the net-
mask is inverted in binary form and linked to the base network address with a logical OR.
The above example therefore results in 192.168.0.255. This address cannot be assigned
to any hosts.
Local Host
The address 127.0.0.1 is assigned to the “loopback device” on each host. A connection
can be set up to your own machine with this address and with all addresses from the
complete 127.0.0.0/8 loopback network as defined with IPv4. With IPv6 there is only
one loopback address ( ::1 ).
Network/Netmask Domain
17.2.1 Advantages
The most important and most visible improvement brought by the new protocol is the enormous
expansion of the available address space. An IPv6 address is made up of 128 bit values instead
of the traditional 32 bits. This provides for as many as several quadrillion IP addresses.
However, IPv6 addresses are not only different from their predecessors with regard to their
length. They also have a different internal structure that may contain more specific information
about the systems and the networks to which they belong. More details about this are found in
Section 17.2.2, “Address Types and Structure”.
Autoconfiguration
IPv6 makes the network “plug and play” capable, which means that a newly set up system
integrates into the (local) network without any manual configuration. The new host uses its
automatic configuration mechanism to derive its own address from the information made
available by the neighboring routers, relying on a protocol called the neighbor discovery
(ND) protocol. This method does not require any intervention on the administrator's part
and there is no need to maintain a central server for address allocation—an additional
advantage over IPv4, where automatic address allocation requires a DHCP server.
Nevertheless if a router is connected to a switch, the router should send periodic advertise-
ments with ags telling the hosts of a network how they should interact with each other.
For more information, see RFC 2462 and the radvd.conf(5) man page, and RFC 3315.
Mobility
IPv6 makes it possible to assign several addresses to one network interface at the same time.
This allows users to access several networks easily, something that could be compared with
the international roaming services offered by mobile phone companies. When you take
your mobile phone abroad, the phone automatically logs in to a foreign service when it
enters the corresponding area, so you can be reached under the same number everywhere
and can place an outgoing call, as you would in your home area.
Secure Communication
Backward Compatibility
Realistically, it would be impossible to switch the entire Internet from IPv4 to IPv6 at one
time. Therefore, it is crucial that both protocols can coexist not only on the Internet, but
also on one system. This is ensured by compatible addresses (IPv4 addresses can easily be
translated into IPv6 addresses) and by using several tunnels. See Section 17.2.3, “Coexistence
of IPv4 and IPv6”. Also, systems can rely on a dual stack IP technique to support both protocols
at the same time, meaning that they have two network stacks that are completely separate,
such that there is no interference between the two protocol versions.
Unicast
Addresses of this type are associated with exactly one network interface. Packets with such
an address are delivered to only one destination. Accordingly, unicast addresses are used
to transfer packets to individual hosts on the local network or the Internet.
Multicast
Anycast
Addresses of this type are related to a group of interfaces. Packets with such an address
are delivered to the member of the group that is closest to the sender, according to the
principles of the underlying routing protocol. Anycast addresses are used to make it easier
for hosts to nd out about servers offering certain services in the given network area. All
servers of the same type have the same anycast address. Whenever a host requests a service,
it receives a reply from the server with the closest location, as determined by the routing
protocol. If this server should fail for some reason, the protocol automatically selects the
second closest server, then the third one, and so forth.
An IPv6 address is made up of eight four-digit elds, each representing 16 bits, written in hexa-
decimal notation. They are separated by colons ( : ). Any leading zero bytes within a given eld
may be dropped, but zeros within the eld or at its end may not. Another convention is that
more than four consecutive zero bytes may be collapsed into a double colon. However, only
one such :: is allowed per address. This kind of shorthand notation is shown in Example 17.3,
“Sample IPv6 Address”, where all three lines represent the same address.
Each part of an IPv6 address has a defined function. The rst bytes form the prefix and specify
the type of address. The center part is the network portion of the address, but it may be unused.
The end of the address forms the host part. With IPv6, the netmask is defined by indicating the
length of the prefix after a slash at the end of the address. An address, as shown in Example 17.4,
“IPv6 Address Specifying the Prefix Length”, contains the information that the rst 64 bits form the
network part of the address and the last 64 form its host part. In other words, the 64 means that
the netmask is lled with 64 1-bit values from the left. As with IPv4, the IP address is combined
with AND with the values from the netmask to determine whether the host is located in the
same subnet or in another one.
EXAMPLE 17.4: IPV6 ADDRESS SPECIFYING THE PREFIX LENGTH
fe80::10:1000:1a4/64
00
IPv4 addresses and IPv4 over IPv6 compatibility addresses. These are used to maintain
compatibility with IPv4. Their use still requires a router able to translate IPv6 packets into
IPv4 packets. Several special addresses, such as the one for the loopback device, have this
prefix as well.
fe80::/10
Link-local addresses. Addresses with this prefix should not be routed and should therefore
only be reachable from within the same subnet.
fec0::/10
Site-local addresses. These may be routed, but only within the network of the organization
to which they belong. In effect, they are the IPv6 equivalent of the current private network
address space, such as 10.x.x.x .
ff
These are multicast addresses.
Public Topology
The rst part (which also contains one of the prefixes mentioned above) is used to route
packets through the public Internet. It includes information about the company or institu-
tion that provides the Internet access.
Site Topology
The second part contains routing information about the subnet to which to deliver the
packet.
Interface ID
The third part identifies the interface to which to deliver the packet. This also allows for the
MAC to form part of the address. Given that the MAC is a globally unique, xed identifier
coded into the device by the hardware maker, the configuration procedure is substantially
On top of this basic structure, IPv6 distinguishes between ve different types of unicast address-
es:
:: (unspecified)
This address is used by the host as its source address when the interface is initialized for
the rst time (at which point, the address cannot yet be determined by other means).
::1 (loopback)
The address of the loopback device.
Local Addresses
There are two address types for local use:
link-local
This type of address can only be used in the local subnet. Packets with a source or
target address of this type should not be routed to the Internet or other subnets. These
addresses contain a special prefix ( fe80::/10 ) and the interface ID of the network
card, with the middle part consisting of zero bytes. Addresses of this type are used
during automatic configuration to communicate with other hosts belonging to the
same subnet.
site-local
Packets with this type of address may be routed to other subnets, but not to the wider
Internet—they must remain inside the organization's own network. Such addresses
are used for intranets and are an equivalent of the private address space defined by
IPv4. They contain a special prefix ( fec0::/10 ), the interface ID, and a 16 bit eld
specifying the subnet ID. Again, the rest is lled with zero bytes.
6over4
IPv6 packets are automatically encapsulated as IPv4 packets and sent over an IPv4 network
capable of multicasting. IPv6 is tricked into seeing the whole network (Internet) as a huge
local area network (LAN). This makes it possible to determine the receiving end of the IPv4
tunnel automatically. However, this method does not scale very well and is also hampered
because IP multicasting is far from widespread on the Internet. Therefore, it only provides a
solution for smaller corporate or institutional networks where multicasting can be enabled.
The specifications for this method are laid down in RFC 2529.
6to4
With this method, IPv4 addresses are automatically generated from IPv6 addresses, en-
abling isolated IPv6 hosts to communicate over an IPv4 network. However, several prob-
lems have been reported regarding the communication between those isolated IPv6 hosts
and the Internet. The method is described in RFC 3056.
http://www.ipv6.org/
The starting point for everything about IPv6.
http://www.ipv6day.org
All information needed to start your own IPv6 network.
http://www.ipv6-to-standard.org/
The list of IPv6-enabled products.
http://www.bieringer.de/linux/IPv6/
Here, nd the Linux IPv6-HOWTO and many links related to the topic.
RFC 2460
The fundamental RFC about IPv6.
IPv6 Essentials
A book describing all the important aspects of the topic is IPv6 Essentials by Silvia Hagen
(ISBN 0-596-00125-8).
On SUSE Linux Enterprise Desktop, where NetworkManager is active by default, all network
cards are configured. If NetworkManager is not active, only the rst interface with link up (with
a network cable connected) is automatically configured. Additional hardware can be configured
any time on the installed system. The following sections describe the network configuration for
all types of network connections supported by SUSE Linux Enterprise Desktop.
The Overview tab contains information about installed network interfaces and configurations.
Any properly detected network card is listed with its name. You can manually configure new
cards, remove or change their configuration in this dialog. To manually configure a card that
was not automatically detected, see Section 17.4.1.3, “Configuring an Undetected Network Card”. To
change the configuration of an already configured card, see Section 17.4.1.2, “Changing the Config-
uration of a Network Card”.
The Hostname/DNS tab allows to set the host name of the machine and name the servers to be
used. For more information, see Section 17.4.1.4, “Configuring Host Name and DNS”.
The Routing tab is used for the configuration of routing. See Section 17.4.1.5, “Configuring Routing”
for more information.
The Global Options tab of the YaST Network Settings module allows you to set important global
networking options, such as the use of NetworkManager, IPv6 and DHCP client options. These
settings are applicable for all network interfaces.
In the Network Setup Method choose the way network connections are managed. If you want a
NetworkManager desktop applet to manage connections for all interfaces, choose NetworkMan-
ager Service. NetworkManager is well suited for switching between multiple wired and wireless
networks. If you do not run a desktop environment, or if your computer is a Xen server, virtual
system, or provides network services such as DHCP or DNS in your network, use the Wicked
Service method. If NetworkManager is used, nm-applet should be used to configure network
options and the Overview, Hostname/DNS and Routing tabs of the Network Settings module are
disabled. For more information on NetworkManager, see Chapter 25, Using NetworkManager.
In the IPv6 Protocol Settings choose whether to use the IPv6 protocol. It is possible to use IPv6
together with IPv4. By default, IPv6 is enabled. However, in networks not using IPv6 protocol,
response times can be faster with IPv6 protocol disabled. To disable IPv6, deactivate Enable
IPv6. If IPv6 is disabled, the kernel no longer loads the IPv6 module automatically. This setting
will be applied after reboot.
To change the configuration of a network card, select a card from the list of the detected cards
in Network Settings Overview in YaST and click Edit. The Network Card Setup dialog appears in
which to adjust the card configuration using the General, Address and Hardware tabs.
You can set the IP address of the network card or the way its IP address is determined in the
Address tab of the Network Card Setup dialog. Both IPv4 and IPv6 addresses are supported. The
network card can have No IP Address (which is useful for bonding devices), a Statically Assigned
IP Address (IPv4 or IPv6) or a Dynamic Address assigned via DHCP or Zeroconf or both.
If using Dynamic Address, select whether to use DHCP Version 4 Only (for IPv4), DHCP Version
6 Only (for IPv6) or DHCP Both Version 4 and 6.
If possible, the rst network card with link that is available during the installation is automati-
cally configured to use automatic address setup via DHCP. On SUSE Linux Enterprise Desktop,
where NetworkManager is active by default, all network cards are configured.
1. Select a card from the list of detected cards in the Overview tab of the YaST network card
configuration module and click Edit.
3. Enter the IP Address. Both IPv4 and IPv6 addresses can be used. Enter the network mask in
Subnet Mask. If the IPv6 address is used, use Subnet Mask for prefix length in format /64 .
Optionally, you can enter a fully qualified Hostname for this address, which will be written
to the /etc/hosts configuration le.
4. Click Next.
If you use the static address, the name servers and default gateway are not configured automat-
ically. To configure name servers, proceed as described in Section 17.4.1.4, “Configuring Host Name
and DNS”. To configure a gateway, proceed as described in Section 17.4.1.5, “Configuring Routing”.
Using YaST to set additional addresses for your network card, proceed as follows:
1. Select a card from the list of detected cards in the Overview tab of the YaST Network Settings
dialog and click Edit.
3. Enter IPv4 Address Label, IP Address, and Netmask. Do not include the interface name in
the alias name.
It is possible to change the device name of the network card when it is used. It is also possible
to determine whether the network card should be identified by udev via its hardware (MAC)
address or via the bus ID. The latter option is preferable in large servers to simplify hotplugging
of cards. To set these options with YaST, proceed as follows:
1. Select a card from the list of detected cards in the Overview tab of the YaST Network Settings
dialog and click Edit.
2. Go to the Hardware tab. The current device name is shown in Udev Rules. Click Change.
3. Select whether udev should identify the card by its MAC Address or Bus ID. The current
MAC address and bus ID of the card are shown in the dialog.
4. To change the device name, check the Change Device Name option and edit the name.
For some network cards, several kernel drivers may be available. If the card is already config-
ured, YaST allows you to select a kernel driver to be used from a list of available suitable dri-
vers. It is also possible to specify options for the kernel driver. To set these options with YaST,
proceed as follows:
1. Select a card from the list of detected cards in the Overview tab of the YaST Network
Settings module and click Edit.
3. Select the kernel driver to be used in Module Name. Enter any options for the selected
driver in Options in the form = = VALUE . If more options are used, they should be space-
separated.
If you use the method with wicked , you can configure your device to either start during boot,
on cable connection, on card detection, manually, or never. To change device start-up, proceed
as follows:
1. In YaST select a card from the list of detected cards in System Network Settings and click
Edit.
2. In the General tab, select the desired entry from Device Activation.
Choose At Boot Time to start the device during the system boot. With On Cable Connection,
the interface is watched for any existing physical connection. With On Hotplug, the inter-
face is set when available. It is similar to the At Boot Time option, and only differs in that
no error occurs if the interface is not present at boot time. Choose Manually to control the
interface manually with ifup . Choose Never to not start the device. The On NFSroot is
similar to At Boot Time, but the interface does not shut down with the systemctl stop
network command; the network service also cares about the wicked service if wicked
is active. Use this if you use an NFS or iSCSI root le system.
You can set a maximum transmission unit (MTU) for the interface. MTU refers to the largest
allowed packet size in bytes. A higher MTU brings higher bandwidth efficiency. However, large
packets can block up a slow interface for some time, increasing the lag for further packets.
1. In YaST select a card from the list of detected cards in System Network Settings and click
Edit.
2. In the General tab, select the desired entry from the Set MTU list.
Multifunction devices that support LAN, iSCSI, and FCoE are supported. The YaST FCoE client
( yast2 fcoe-client ) shows the private ags in additional columns to allow the user to select
the device meant for FCoE. The YaST network module ( yast2 lan ) excludes “storage only
devices” for network configuration.
1. In YaST select the InfiniBand device in System Network Settings and click Edit.
Without having to perform the detailed firewall setup as described in Book “Security Guide”,
Chapter 16 “Masquerading and Firewalls”, Section 16.4 “firewalld”, you can determine the basic
firewall configuration for your device as part of the device setup. Proceed as follows:
1. Open the YaST System Network Settings module. In the Overview tab, select a card from
the list of detected cards and click Edit.
3. Determine the Firewall Zone to which your interface should be assigned. The following
options are available:
Firewall Disabled
This option is available only if the firewall is disabled and the firewall does not run.
Only use this option if your machine is part of a greater network that is protected
by an outer firewall.
Demilitarized Zone
External Zone
The firewall is running on this interface and fully protects it against other—presum-
ably hostile—network traffic. This is the default option.
If a network card is not detected correctly, the card is not included in the list of detected cards.
If you are sure that your system includes a driver for your card, you can configure it manually.
You can also configure special network device types, such as bridge, bond, TUN or TAP. To
configure an undetected network card (or a special device) proceed as follows:
2. In the Hardware dialog, set the Device Type of the interface from the available options and
Configuration Name. If the network card is a USB device, activate the respective check box
and exit this dialog with Next. Otherwise, you can define the kernel Module Name to be
used for the card and its Options, if necessary.
In Ethtool Options, you can set ethtool options used by ifup for the interface. For infor-
mation about available options, see the ethtool manual page.
If the option string starts with a - (for example, -K INTERFACE_NAME rx on ), the second
word in the string is replaced with the current interface name. Otherwise (for example,
autoneg off speed 10 ) ifup adds -s INTERFACE_NAME to the beginning.
3. Click Next.
4. Configure any needed options, such as the IP address, device activation or firewall zone
for the interface in the General, Address, and Hardware tabs. For more information about
the configuration options, see Section 17.4.1.2, “Changing the Configuration of a Network Card”.
5. If you selected Wireless as the device type of the interface, configure the wireless connec-
tion in the next dialog.
If you did not change the network configuration during installation and the Ethernet card was
already available, a host name was automatically generated for your computer and DHCP was
activated. The same applies to the name service information your host needs to integrate into
a network environment. If DHCP is used for network address setup, the list of domain name
servers is automatically lled with the appropriate data. If a static setup is preferred, set these
values manually.
To change the name of your computer and adjust the name server search list, proceed as follows:
2. Enter the Hostname and, if needed, the Domain Name. The domain is especially important
if the machine is a mail server. Note that the host name is global and applies to all set
network interfaces.
If you are using DHCP to get an IP address, the host name of your computer will be
automatically set by the DHCP. You should disable this behavior if you connect to different
networks, because they may assign different host names and changing the host name at
runtime may confuse the graphical desktop. To disable using DHCP to get an IP address
deactivate Change Hostname via DHCP.
Assign Hostname to Loopback IP associates your host name with 127.0.0.2 (loopback)
IP address in /etc/hosts . This is a useful option if you want to have the host name
resolvable at all times, even without active network.
3. In Modify DNS Configuration, select the way the DNS configuration (name servers, search
list, the content of the /etc/resolv.conf le) is modified.
If the Use Default Policy option is selected, the configuration is handled by the netconfig
script which merges the data defined statically (with YaST or in the configuration les)
with data obtained dynamically (from the DHCP client or NetworkManager). This default
policy is usually sufficient.
If the Only Manually option is selected, netconfig is not allowed to modify the /etc/
resolv.conf le. However, this le can be edited manually.
If the Custom Policy option is selected, a Custom Policy Rule string defining the merge policy
should be specified. The string consists of a comma-separated list of interface names to be
considered a valid source of settings. Except for complete interface names, basic wild cards
STATIC
The static settings need to be merged together with the dynamic settings.
STATIC_FALLBACK
The static settings are used only when no dynamic configuration is available.
For more information, see the man page of netconfig (8) ( man 8 netconfig ).
4. Enter the Name Servers and ll in the Domain Search list. Name servers must be specified
by IP addresses, such as 192.168.1.116, not by host names. Names specified in the Domain
Search tab are domain names used for resolving host names without a specified domain.
If more than one Domain Search is used, separate domains with commas or white space.
It is also possible to edit the host name using YaST from the command line. The changes made
by YaST take effect immediately (which is not the case when editing the /etc/HOSTNAME le
manually). To change the host name, use the following command:
2. Enter the IP address of the Default Gateway (IPv4 and IPv6 if necessary). The default
gateway matches every possible destination, but if a routing table entry exists that matches
the required address, this will be used instead of the default route via the Default Gateway.
4. If the system is a router, enable IPv4 Forwarding and IPv6 Forwarding in the Network Settings
as needed.
17.5 NetworkManager
NetworkManager is the ideal solution for laptops and other portable computers. With Network-
Manager, you do not need to worry about configuring network interfaces and switching between
networks when you are moving.
root Privileges
If you use NetworkManager for network setup, you can easily switch, stop or start your
network connection at any time from within your desktop environment using an applet.
NetworkManager also makes it possible to change and configure wireless card connections
without requiring root privileges. For this reason, NetworkManager is the ideal solution
for a mobile workstation.
wicked also provides some ways to switch, stop or start the connection with or without
user intervention, like user-managed devices. However, this always requires root privi-
leges to change or configure a network device. This is often a problem for mobile comput-
ing, where it is not possible to preconfigure all the connection possibilities.
In case no profile is configured, NetworkManager automatically creates one and names it Auto
$INTERFACE-NAME . That is made in an attempt to work without any configuration for as many
cases as (securely) possible. If the automatically created profiles do not suit your needs, use the
network connection configuration dialogues provided by GNOME to modify them as desired.
For more information, see Section 25.3, “Configuring Network Connections”.
org.opensuse.Network.Interface
Generic network interface functions, such as taking the link up or down, assigning an MTU,
etc.
org.opensuse.Network.Addrconf.ipv4.dhcp,
org.opensuse.Network.Addrconf.ipv6.dhcp,
org.opensuse.Network.Addrconf.ipv4.auto
Address configuration services for DHCP, IPv4 zeroconf, etc.
Beyond this, network interfaces may require or offer special configuration mechanisms. For an
Ethernet device, for example, you should be able to control the link speed, offloading of check-
summing, etc. To achieve this, Ethernet devices have a class of their own, called netif-ether-
net , which is a subclass of netif . As a consequence, the dbus interfaces assigned to an Ether-
net interface include all the services listed above, plus the org.opensuse.Network.Ethernet
service available only to objects belonging to the netif-ethernet class.
Similarly, there exist classes for interface types like bridges, VLANs, bonds, or infinibands.
The wicked service comprises several parts as depicted in Figure 17.4, “wicked architecture”.
FIGURE 17.4: wicked ARCHITECTURE
wicked was implemented as a group of DBus services that are integrated with systemd.
So the usual systemctl commands will apply to wicked .
In case something different is running (for example, NetworkManager) and you want to switch
to wicked , rst stop what is running and then enable wicked :
This enables the wicked services, creates the network.service to wicked.service alias link,
and starts the network at the next boot.
Starting the server process:
These commands are using the default or system configuration sources as defined in /etc/
wicked/client.xml .
WICKED_DEBUG="all"
WICKED_DEBUG="all,-dbus,-objectmodel,-xpath,-xml"
Use the client utility to display interface information for all interfaces or the interface specified
with IFNAME :
In XML output:
Because there is no configuration source specified, the wicked client checks its default sources
of configuration defined in /etc/wicked/client.xml :
Whatever wicked gets from those sources for a given interface is applied. The intended order
of importance is firmware , then compat —this may be changed in the future.
For more information, see the wicked man page.
Nanny is an event and policy driven daemon that is responsible for asynchronous or unsolicited
scenarios such as hotplugging devices. Thus the nanny daemon helps with starting or restarting
delayed or temporarily gone devices. Nanny monitors device and link changes, and integrates
new devices defined by the current policy set. Nanny continues to set up even if ifup already
exited because of specified timeout constraints.
By default, the nanny daemon is active on the system. It is enabled in the /etc/wicked/com-
mon.xml configuration le:
<config>
...
<use-nanny>true</use-nanny>
</config>
This setting causes ifup and ifreload to apply a policy with the effective configuration to the
nanny daemon; then, nanny configures wickedd and thus ensures hotplug support. It waits in
the background for events or changes (such as new devices or carrier on).
For bonds and bridges, it may make sense to define the entire device topology in one le (ifcfg-
bondX), and bring it up in one go. wicked then can bring up the whole configuration if you
specify the top level interface names (of the bridge or bond):
This command automatically sets up the bridge and its dependencies in the appropriate order
without the need to list the dependencies (ports, etc.) separately.
To bring up multiple interfaces in one command:
When you need to use tunnels with Wicked, the TUNNEL_DEVICE is used for this. It permits to
specify an optional device name to bind the tunnel to the device. The tunneled packets will only
be routed via this device.
For more information, refer to man 5 ifcfg-tunnel .
With wicked , there is no need to actually take down an interface to reconfigure it (unless
it is required by the kernel). For example, to add another IP address or route to a statically
configured network interface, add the IP address to the interface definition, and do another
“ifup” operation. The server will try hard to update only those settings that have changed. This
applies to link-level options such as the device MTU or the MAC address, and network-level
settings, such as addresses, routes, or even the address configuration mode (for example, when
moving from a static configuration to DHCP).
Things get tricky of course with virtual interfaces combining several real devices such as bridges
or bonds. For bonded devices, it is not possible to change certain parameters while the device
is up. Doing that will result in an error.
However, what should still work, is the act of adding or removing the child devices of a bond
or bridge, or choosing a bond's primary interface.
wicked is designed to be extensible with shell scripts. These extensions can be defined in the
config.xml le.
link configuration: these are scripts responsible for setting up a device's link layer according
to the configuration provided by the client, and for tearing it down again.
address configuration: these are scripts responsible for managing a device's address con-
figuration. Usually address configuration and DHCP are managed by wicked itself, but
can be implemented by means of extensions.
<dbus-service interface="org.opensuse.Network.Firewall">
<action name="firewallUp" command="/etc/wicked/extensions/firewall up"/>
<action name="firewallDown" command="/etc/wicked/extensions/firewall down"/>
<!-- default environment for all calls to this extension script -->
<putenv name="WICKED_OBJECT_PATH" value="$object-path"/>
<putenv name="WICKED_INTERFACE_NAME" value="$property:name"/>
<putenv name="WICKED_INTERFACE_INDEX" value="$property:index"/>
</dbus-service>
The extension is attached to the <dbus-service> tag and defines commands to execute for the
actions of this interface. Further, the declaration can define and initialize environment variables
passed to the actions.
<system-updater name="resolver">
<action name="backup" command="/etc/wicked/extensions/resolver backup"/>
<action name="restore" command="/etc/wicked/extensions/resolver restore"/>
<action name="install" command="/etc/wicked/extensions/resolver install"/>
<action name="remove" command="/etc/wicked/extensions/resolver remove"/>
</system-updater>
When an update arrives in wickedd , the system updater routines parse the lease and call the
appropriate commands ( backup , install , etc.) in the resolver script. This in turn configures
the DNS settings using /sbin/netconfig , or by manually writing /etc/resolv.conf as a
fallback.
17.6.2.2 /etc/wicked/server.xml
The le /etc/wicked/server.xml is read by the wickedd server process at start-up. The le
stores extensions to the /etc/wicked/common.xml . On top of that this le configures handling
of a resolver and receiving information from addrconf supplicants, for example DHCP.
We recommend to add changes required to this le into a separate le /etc/wicked/serv-
er-local.xml , that gets included by /etc/wicked/server.xml . By using a separate le you
avoid overwriting of your changes during maintenance updates.
17.6.2.3 /etc/wicked/client.xml
The /etc/wicked/client.xml is used by the wicked command. The le specifies the location
of a script used when discovering devices managed by ibft and configures locations of network
interface configurations.
We recommend to add changes required to this le into a separate le /etc/wicked/client-
local.xml , that gets included by /etc/wicked/server.xml . By using a separate le you avoid
overwriting of your changes during maintenance updates.
17.6.2.5 /etc/sysconfig/network/ifcfg-*
These les contain the traditional configurations for network interfaces. In SUSE Linux Enter-
prise 11, this was the only supported format besides iBFT rmware.
The ifcfg-* les include information such as the start mode and the IP address. Possible
parameters are described in the manual page of ifup . Additionally, most variables from the
dhcp and wireless les can be used in the ifcfg-* les if a general setting should be used
for only one interface. However, most of the /etc/sysconfig/network/config variables are
global and cannot be overridden in ifcfg-les. For example, NETCONFIG_* variables are global.
For configuring macvlan and macvtab interfaces, see the ifcfg-macvlan and ifcfg-macv-
tap man pages. For example, for a macvlan interface provide a ifcfg-macvlan0 with settings
as follows:
STARTMODE='auto'
MACVLAN_DEVICE='eth0'
#MACVLAN_MODE='vepa'
#LLADDR=02:03:04:05:06:aa
The le config contains general settings for the behavior of ifup , ifdown and ifstatus .
dhcp contains settings for DHCP and wireless for wireless LAN cards. The variables in all three
configuration les are commented. Some variables from /etc/sysconfig/network/config
can also be used in ifcfg-* les, where they are given a higher priority. The /etc/syscon-
fig/network/ifcfg.template le lists variables that can be specified in a per interface scope.
However, most of the /etc/sysconfig/network/config variables are global and cannot be
overridden in ifcfg-les. For example, NETWORKMANAGER or NETCONFIG_* variables are global.
ifcfg=eth0=dhcp6,DHCLIENT6_MODE=managed
NETCONFIG_DNS_STATIC_SEARCHLIST
list of DNS domain names used for host name lookup
NETCONFIG_DNS_STATIC_SERVERS
list of name server IP addresses to use for host name lookup
NETCONFIG_DNS_FORWARDER
the name of the DNS forwarder that needs to be configured, for example bind or re-
solver
NETCONFIG_DNS_RESOLVER_OPTIONS
arbitrary options that will be written to /etc/resolv.conf , for example:
NETCONFIG_DNS_RESOLVER_SORTLIST
list of up to 10 items, for example:
130.155.160.0/255.255.240.0 130.155.0.0
To disable DNS configuration using netconfig, set NETCONFIG_DNS_POLICY='' . For more infor-
mation about netconfig , see the netconfig(8) man page ( man 8 netconfig ).
EXAMPLE 17.6: /etc/resolv.conf
# Our domain
search example.com
#
17.6.2.9 /sbin/netconfig
netconfig is a modular tool to manage additional network configuration settings. It merges
statically defined settings with settings provided by autoconfiguration mechanisms as DHCP or
PPP according to a predefined policy. The required changes are applied to the system by calling
the netconfig modules that are responsible for modifying a configuration le and restarting a
service or a similar action.
netconfig recognizes three main actions. The netconfig modify and netconfig remove
commands are used by daemons such as DHCP or PPP to provide or remove settings to netconfig.
Only the netconfig update command is available for the user:
modify
The netconfig modify command modifies the current interface and service specific dy-
namic settings and updates the network configuration. Netconfig reads settings from stan-
dard input or from a le specified with the --lease-file FILENAME option and inter-
nally stores them until a system reboot (or the next modify or remove action). Already
existing settings for the same interface and service combination are overwritten. The in-
terface is specified by the -i INTERFACE_NAME parameter. The service is specified by the
-s SERVICE_NAME parameter.
remove
The netconfig remove command removes the dynamic settings provided by a modifica-
tory action for the specified interface and service combination and updates the network
configuration. The interface is specified by the -i INTERFACE_NAME parameter. The ser-
vice is specified by the -s SERVICE_NAME parameter.
update
The netconfig update command updates the network configuration using current set-
tings. This is useful when the policy or the static configuration has changed. Use the -m
MODULE_TYPE parameter to update a specified service only ( dns , nis , or ntp ).
The netconfig policy and the static configuration settings are defined either manually or using
YaST in the /etc/sysconfig/network/config le. The dynamic configuration settings pro-
vided by autoconfiguration tools such as DHCP or PPP are delivered directly by these tools with
the netconfig modify and netconfig remove actions. When NetworkManager is enabled,
17.6.2.10 /etc/hosts
In this le, shown in Example 17.7, “/etc/hosts”, IP addresses are assigned to host names. If no
name server is implemented, all hosts to which an IP connection will be set up must be listed
here. For each host, enter a line consisting of the IP address, the fully qualified host name, and
the host name into the le. The IP address must be at the beginning of the line and the entries
separated by blanks and tabs. Comments are always preceded by the # sign.
EXAMPLE 17.7: /etc/hosts
127.0.0.1 localhost
192.168.2.100 jupiter.example.com jupiter
192.168.2.101 venus.example.com venus
17.6.2.11 /etc/networks
Here, network names are converted to network addresses. The format is similar to that of the
hosts le, except the network names precede the addresses. See Example 17.8, “/etc/networks”.
EXAMPLE 17.8: /etc/networks
loopback 127.0.0.0
localnet 192.168.0.0
17.6.2.12 /etc/host.conf
Name resolution—the translation of host and network names via the resolver library—is con-
trolled by this le. This le is only used for programs linked to libc4 or libc5. For current glibc
programs, refer to the settings in /etc/nsswitch.conf . Each parameter must always be en-
tered on a separate line. Comments are preceded by a # sign. Table 17.2, “Parameters for /etc/
host.conf” shows the parameters available. A sample /etc/host.conf is shown in Example 17.9,
“/etc/host.conf”.
order hosts, bind Specifies in which order the services are ac-
cessed for the name resolution. Available ar-
guments are (separated by blank spaces or
commas):
EXAMPLE 17.9: /etc/host.conf
17.6.2.13 /etc/nsswitch.conf
The introduction of the GNU C Library 2.0 was accompanied by the introduction of the Name
Service Switch (NSS). Refer to the nsswitch.conf(5) man page and The GNU C Library Reference
Manual for details.
EXAMPLE 17.10: /etc/nsswitch.conf
passwd: compat
group: compat
services: db files
protocols: db files
rpc: files
ethers: files
netmasks: files
netgroup: files nis
publickey: files
bootparams: files
automount: files nis
aliases: files nis
shadow: compat
The “databases” available over NSS are listed in Table 17.3, “Databases Available via /etc/nss-
witch.conf”. The configuration options for NSS databases are listed in Table 17.4, “Configuration
Options for NSS “Databases””.
17.6.2.14 /etc/nscd.conf
This le is used to configure nscd (name service cache daemon). See the nscd(8) and
nscd.conf(5) man pages. By default, the system entries of passwd , groups and hosts are
cached by nscd. This is important for the performance of directory services, like NIS and LDAP,
because otherwise the network connection needs to be used for every access to names, groups
or hosts.
If the caching for passwd is activated, it usually takes about fifteen seconds until a newly added
local user is recognized. Reduce this waiting time by restarting nscd with:
17.6.2.15 /etc/HOSTNAME
/etc/HOSTNAME contains the fully qualified host name (FQHN). The fully qualified host name
is the host name with the domain name attached. This le must contain only one line (in which
the host name is set). It is read while the machine is booting.
ip is a very complex tool. Its common syntax is ip OPTIONS OBJECT COMMAND . You can work
with the following objects:
link
This object represents a network device.
address
This object represents the IP address of device.
neighbor
This object represents an ARP or NDISC cache entry.
route
This object represents the routing table entry.
rule
This object represents a rule in the routing policy database.
maddress
This object represents a multicast address.
mroute
This object represents a multicast routing cache entry.
tunnel
This object represents a tunnel over IP.
After activating a device, you can configure it. To set the IP address, use ip addr
add IP_ADDRESS + dev DEVICE_NAME . For example, to set the address of the interface
eth0 to 192.168.12.154/30 with standard broadcast (option brd ), enter ip addr add
192.168.12.154/30 brd + dev eth0 .
To have a working connection, you must also configure the default gateway. To set a gateway
for your system, enter ip route add gateway_ip_address . To translate one IP address to
another, use nat : ip route add nat ip_address via other_ip_address .
The ping command is the standard tool for testing whether a TCP/IP connection works. It uses
the ICMP protocol to send a small data packet, ECHO_REQUEST datagram, to the destination
host, requesting an immediate reply. If this works, ping displays a message to that effect. This
indicates that the network link is functioning.
ping does more than only test the function of the connection between two computers: it also
provides some basic information about the quality of the connection. In Example 17.11, “Output
of the Command ping”, you can see an example of the ping output. The second-to-last line con-
tains information about the number of transmitted packets, packet loss, and total time of ping
running.
As the destination, you can use a host name or IP address, for example, ping example.com or
ping 192.168.3.100 . The program sends packets until you press Ctrl –C .
If you only need to check the functionality of the connection, you can limit the number of
the packets with the -c option. For example to limit ping to three packets, enter ping -c 3
example.com .
ping -c 3 example.com
PING example.com (192.168.3.100) 56(84) bytes of data.
64 bytes from example.com (192.168.3.100): icmp_seq=1 ttl=49 time=188 ms
64 bytes from example.com (192.168.3.100): icmp_seq=2 ttl=49 time=184 ms
64 bytes from example.com (192.168.3.100): icmp_seq=3 ttl=49 time=183 ms
--- example.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2007ms
rtt min/avg/max/mdev = 183.417/185.447/188.259/2.052 ms
In a system with multiple network devices, it is sometimes useful to send the ping through a
specific interface address. To do so, use the -I option with the name of the selected device, for
example, ping -I wlan1 example.com .
For more options and information about using ping, enter ping -h or see the ping (8) man
page.
network.target
network.target is the systemd target for networking, but its mean depends on the set-
tings provided by the system administrator.
For more information, see http://www.freedesktop.org/wiki/Software/systemd/NetworkTar-
get/ .
multi-user.target
multi-user.target is the systemd target for a multiuser system with all required net-
work services.
ypserv
Starts the NIS server.
ypbind
Starts the NIS client.
/etc/init.d/nfsserver
Starts the NFS server.
/etc/init.d/postfix
Controls the postfix process.
0 (balance-rr)
Packets are transmitted in round-robin fashion from the rst to the last available interface.
Provides fault tolerance and load balancing.
1 (active-backup)
Only one network interface is active. If it fails, a different interface becomes active. This
setting is the default for SUSE Linux Enterprise Desktop. Provides fault tolerance.
2 (balance-xor)
Traffic is split between all available interfaces based on the following policy: [(source
MAC address XOR'd with destination MAC address XOR packet type ID) modu-
lo slave count] Requires support from the switch. Provides fault tolerance and load
balancing.
4 (802.3ad)
Aggregates interfaces into groups that share the same speed and duplex settings. Requires
ethtool support in the interface drivers, and a switch that supports and is configured for
IEEE 802.3ad Dynamic link aggregation. Provides fault tolerance and load balancing.
5 (balance-tlb)
Adaptive transmit load balancing. Requires ethtool support in the interface drivers but
no switch support. Provides fault tolerance and load balancing.
6 (balance-alb)
Adaptive load balancing. Requires ethtool support in the interface drivers but no switch
support. Provides fault tolerance and load balancing.
2. Use Add and change the Device Type to Bond. Proceed with Next.
No IP Address
4. In the Bond Slaves tab, select the Ethernet devices that should be included into the bond
by activating the related check box.
6. Make sure that the parameter miimon=100 is added to the Bond Driver Options. Without
this parameter, the data integrity is not checked regularly.
ifcfg-bond0
STARTMODE='auto' # or 'onboot'
BOOTPROTO='static'
IPADDR='192.168.0.1/24'
BONDING_MASTER='yes'
BONDING_SLAVE_0='eth0'
BONDING_SLAVE_1='eth1'
BONDING_MODULE_OPTS='mode=active-backup miimon=100'
ifcfg-eth0
STARTMODE='hotplug'
BOOTPROTO='none'
ifcfg-eth1
STARTMODE='hotplug'
BOOTPROTO='none'
BOOTPROTO=none uses the ethtool options (when provided), but does not set the link up on
ifup eth0 . The reason is that the slave interface is controlled by the bond master.
STARTMODE=hotplug causes the slave interface to join the bond automatically when it is avail-
able.
The udev rules in /etc/udev/rules.d/70-persistent-net.rules need to be changed to
match the device by bus ID (udev KERNELS keyword equal to "SysFS BusID" as visible in hwin-
fo --netcard ) instead of by MAC address. This allows replacement of defective hardware (a
network card in the same slot but with a different MAC) and prevents confusion when the bond
changes the MAC address of all its slaves.
For example:
Source: http://libteam.org/files/teamdev.pp.pdf
Both implementations, bonding and Network Teaming, can be used in parallel. Network Team-
ing is an alternative to the existing bonding implementation. It does not replace bonding.
Network Teaming can be used for different use cases. The two most important use cases are
explained later and involve:
Failover from one network device to another in case one of the devices should fail.
Currently, there is no YaST module to support creating a teaming device. You need to configure
Network Teaming manually. The general procedure is shown below which can be applied for
all your Network Teaming configurations:
PROCEDURE 17.1: GENERAL PROCEDURE
1. Make sure you have all the necessary packages installed. Install the packages libteam-
tools , libteamdctl0 , and python-libteam .
3. Remove the configuration les of the interfaces which will be used for the teaming device
(usually ifcfg-eth0 and ifcfg-eth1 ).
It is recommended to make a backup and remove both les. Wicked will re-create the
configuration les with the necessary parameters for teaming.
In case you need additional debug information, use the option --debug all after the
all subcommand.
6. Check the status of the Network Teaming device. This can be done by the following com-
mands:
Do not use systemctl for starting or stopping the teaming device! Instead, use the wicked
command as shown above.
To completely remove the team device, use this procedure:
STARTMODE=auto 1
BOOTPROTO=static 2
IPADDRESS="192.168.1.1/24" 2
IPADDR6="fd00:deca:fbad:50::1/64" 2
TEAM_RUNNER="loadbalance" 3
TEAM_LB_TX_HASH="ipv4,ipv6,eth,vlan"
TEAM_LB_TX_BALANCER_NAME="basic"
TEAM_LB_TX_BALANCER_INTERVAL="100"
TEAM_PORT_DEVICE_0="eth0" 4
TEAM_LW_NAME="ethtool" 5
TEAM_LW_ETHTOOL_DELAY_UP="10" 6
TEAM_LW_ETHTOOL_DELAY_DOWN="10" 6
1 Controls the start of the teaming device. The value of auto means, the interface will be set
up when the network service is available and will be started automatically on every reboot.
In case you need to control the device yourself (and prevent it from starting automatically),
set STARTMODE to manual .
2 Sets a static IP address (here 192.168.1.1 for IPv4 and fd00:deca:fbad:50::1 for IPv6).
If the Network Teaming device should use a dynamic IP address, set BOOTPROTO="dhcp"
and remove (or comment) the line with IPADDRESS and IPADDR6 .
3 Sets TEAM_RUNNER to loadbalance to activate the load balancing mode.
4 Specifies one or more devices which should be aggregated to create the Network Teaming
device.
5 Defines a link watcher to monitor the state of subordinate devices. The default value eth-
tool checks only if the device is up and accessible. This makes this check fast enough.
However, it does not check if the device can really send or receive packets.
If you need a higher confidence in the connection, use the arp_ping option. This sends
pings to an arbitrary host (configured in the TEAM_LW_ARP_PING_TARGET_HOST variable).
The Network Teaming device is considered to be up only if the replies are received.
6 Defines the delay in milliseconds between the link coming up (or down) and the runner
being notified.
STARTMODE=auto 1
IPADDR="192.168.1.2/24" 2
IPADDR6="fd00:deca:fbad:50::2/64" 2
TEAM_RUNNER=activebackup 3
TEAM_PORT_DEVICE_0="eth0" 4
TEAM_PORT_DEVICE_1="eth1" 4
TEAM_LW_NAME=ethtool 5
TEAM_LW_ETHTOOL_DELAY_UP="10" 6
TEAM_LW_ETHTOOL_DELAY_DOWN="10" 6
1 Controls the start of the teaming device. The value of auto means the interface will be set
up when the network service is available and will be started automatically on every reboot.
In case you need to control the device yourself (and prevent it from starting automatically),
set STARTMODE to manual .
2 Sets a static IP address (here 192.168.1.2 for IPv4 and fd00:deca:fbad:50::2 for IPv6).
If the Network Teaming device should use a dynamic IP address, set BOOTPROTO="dhcp"
and remove (or comment) the line with IPADDRESS and IPADDR6 .
3 Sets TEAM_RUNNER to activebackup to activate the failover mode.
4 Specifies one or more devices which should be aggregated to create the Network Teaming
device.
5 Defines a link watcher to monitor the state of subordinate devices. The default value eth-
tool checks only if the device is up and accessible. This makes this check fast enough.
However, it does not check if the device can really send or receive packets.
If you need a higher confidence in the connection, use the arp_ping option. This sends
pings to an arbitrary host (configured in the TEAM_LW_ARP_PING_TARGET_HOST variable).
Only if the replies are received, the Network Teaming device is considered to be up.
6 Defines the delay in milliseconds between the link coming up (or down) and the runner
being notified.
Proceed as follows:
1. Enable the VLAN tags on your switch. To use load balancing for your team device, your
switch needs to be capable of Link Aggregation Control Protocol (LACP) (802.3ad). Consult
your hardware manual about the details.
2. Decide if you want to use load balancing or failover for your team device. Set up your
team device as described in Section 17.8.1, “Use Case: Load Balancing with Network Teaming”
or Section 17.8.2, “Use Case: Failover with Network Teaming”.
STARTMODE="auto"
BOOTPROTO="static" 1
IPADDR='192.168.10.1/24' 2
ETHERDEVICE="team0" 3
VLAN_ID="0" 4
VLAN='yes'
VLAN_ID from 0 to 1 .
root # ifconfig -a
[...]
vlan0 Link encap:Ethernet HWaddr 08:00:27:DC:43:98
inet addr:192.168.10.1 Bcast:192.168.10.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fedc:4398/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:816 (816.0 b)
SUSE® Linux Enterprise Desktop supports printing with many types of printers, including re-
mote network printers. Printers can be configured manually or with YaST. For configuration
instructions, refer to Book “Deployment Guide”, Chapter 12 “Setting Up Hardware Components with
YaST”, Section 12.3 “Setting Up a Printer”. Both graphical and command line utilities are available for
starting and managing print jobs. If your printer does not work as expected, refer to Section 18.8,
“Troubleshooting”.
CUPS (Common Unix Printing System) is the standard print system in SUSE Linux Enterprise
Desktop.
Printers can be distinguished by interface, such as USB or network, and printer language. When
buying a printer, make sure that the printer has an interface that is supported (USB, Ethernet, or
Wi-Fi) and a suitable printer language. Printers can be categorized on the basis of the following
three classes of printer languages:
PostScript Printers
PostScript is the printer language in which most print jobs in Linux and Unix are generat-
ed and processed by the internal print system. If PostScript documents can be processed
directly by the printer and do not need to be converted in additional stages in the print
system, the number of potential error sources is reduced.
Currently PostScript is being replaced by PDF as the standard print job format. PostScript
+PDF printers that can directly print PDF (in addition to PostScript) already exist. For
traditional PostScript printers PDF needs to be converted to PostScript in the printing
workflow.
294 SLED 15
These printers do not support any of the common printer languages. They use their own
undocumented printer languages, which are subject to change when a new edition of a
model is released. Usually only Windows drivers are available for these printers. See Sec-
tion 18.8.1, “Printers without Standard Printer Language Support” for more information.
Before you buy a new printer, refer to the following sources to check how well the printer you
intend to buy is supported:
http://www.linuxfoundation.org/OpenPrinting/
The OpenPrinting home page with the printer database. The database shows the latest
Linux support status. However, a Linux distribution can only integrate the drivers available
at production time. Accordingly, a printer currently rated as “perfectly supported” may not
have had this status when the latest SUSE Linux Enterprise Desktop version was released.
Thus, the databases may not necessarily indicate the correct status, but only provide an
approximation.
http://pages.cs.wisc.edu/~ghost/
The Ghostscript Web page.
/usr/share/doc/packages/ghostscript/catalog.devices
List of built-in Ghostscript drivers.
New PPD les can be stored in the directory /usr/share/cups/model/ or added to the print
system with YaST as described in Book “Deployment Guide”, Chapter 12 “Setting Up Hardware Com-
ponents with YaST”, Section 12.3.1.1 “Adding Drivers with YaST”. Subsequently, the PPD le can be
selected during the printer setup.
socket
Socket refers to a connection in which the plain print data is sent directly to a TCP sock-
et. Some socket port numbers that are commonly used are 9100 or 35 . The device URI
(uniform resource identifier) syntax is: socket:// IP.OF.THE.PRINTER : PORT , for example:
socket://192.168.2.202:9100/ .
The protocol supported by the printer must be determined before configuration. If the manufac-
turer does not provide the needed information, the command nmap (which comes with the nmap
package) can be used to ascertain the protocol. nmap checks a host for open ports. For example:
With lpadmin the CUPS server administrator can add, remove or manage print queues. To add
a print queue, use the following syntax:
Then the device ( -v ) is available as QUEUE ( -p ), using the specified PPD le ( -P ). This means
that you must know the PPD le and the device URI to configure the printer manually.
Do not use -E as the rst option. For all CUPS commands, -E as the rst argument sets use
of an encrypted connection. To enable the printer, -E must be used as shown in the following
example:
Example:
When a normal user runs lpoptions , the settings are written to ~/.cups/lpoptions . How-
ever, root settings are written to /etc/cups/lpoptions .
In case browsing does not work after having started cups-browsed , the CUPS server(s) probably
announce the network print queues via Bonjour/DNS-SD. In this case you need to additionally
install the package avahi and start the associated service with sudo systemctl start avahi-
daemon on all clients.
18.8 Troubleshooting
The following sections cover some of the most frequently encountered printer hardware and
software problems and ways to solve or circumvent these problems. Among the topics covered
are GDI printers, PPD les and port configuration. Common network printer problems, defective
printouts, and queue handling are also addressed.
If the connection to lpd cannot be established, lpd may not be active or there may be
basic network problems.
Provided that the respective lpd is active and the host accepts queries, run the following
command as root to query a status report for QUEUE on remote HOST :
If lpd does not respond, it may not be active or there may be basic network problems.
If lpd responds, the response should show why printing is not possible on the queue on
host . If you receive a response like that shown in Example 18.1, “Error Message from lpd”,
the problem is caused by the remote lpd .
If a broadcasting CUPS network server exists, the output appears as shown in Example 18.2,
“Broadcast from the CUPS Network Server”.
ipp://192.168.2.202:631/printers/queue
The following command can be used to test if a TCP connection can be established to
cupsd (port 631 ) on HOST :
If the connection to cupsd cannot be established, cupsd may not be active or there may
be basic network problems. lpstat -h HOST -l -t returns a (possibly very long) status
report for all queues on HOST , provided the respective cupsd is active and the host accepts
queries.
The next command can be used to test if the QUEUE on HOST accepts a print job consisting
of a single carriage-return character. Nothing should be printed. Possibly, a blank page
may be ejected.
This output indicates that the printer connected to the print server machine can be ad-
dressed via TCP socket on port 9100 . By default, nmap only checks several commonly
known ports listed in /usr/share/nmap/nmap-services . To check all possible ports, use
the command nmap -p FROM_PORT - TO_PORT IP_ADDRESS . This may take some time.
For further information, refer to the man page of nmap .
Enter a command like
to send character strings or les directly to the respective port to test if the printer can
be addressed on this port.
1. To stop printing, remove all paper from ink jet printers or open the paper trays of laser
printers. High-quality printers have a button for canceling the current printout.
2. The print job may still be in the queue, because jobs are only removed after they are sent
completely to the printer. Use lpstat -o or lpstat -h cups.example.com -o to check
which queue is currently printing. Delete the print job with cancel QUEUE - JOBNUMBER
or cancel -h cups.example.com QUEUE - JOBNUMBER .
4. Reset the printer completely by switching it o for some time. Then insert the paper and
turn on the printer.
2. Stop cupsd .
4. Start cupsd .
SUSE Linux Enterprise Desktop includes the X.org server, Wayland and the GNOME
desktop. This chapter describes the configuration of the graphical user interface for
all users.
rendering the font with an algorithm that achieves results comfortable for the receiver's
eyes.
The last point is only relevant to vector fonts. Although the above two points are highly subjec-
tive, some defaults need to be created.
Linux font rendering systems consist of several libraries with different relations. The basic font
rendering library is FreeType (http://www.freetype.org/) , which converts font glyphs of support-
ed formats into optimized bitmap glyphs. The rendering process is controlled by an algorithm
and its parameters (which may be subject to patent issues).
Every program or library which uses FreeType should consult the Fontconfig (http://www.font-
config.org/) library. This library gathers font configuration from users and from the system.
When a user amends their Fontconfig setting, this change will result in Fontconfig-aware appli-
cations.
More sophisticated OpenType shaping needed for scripts such as Arabic, Han or Phags-Pa and
other higher level text processing is done using Harfbuzz (http://www.harfbuzz.org/) or Pango
(http://www.pango.org/) .
rpm
Invoke rpm to see which software packages containing fonts are installed on your system:
Every font package should satisfy this expression. However, the command may return some
false positives like fonts-config (which is neither a font nor does it contain fonts).
fc-list
Invoke fc-list to get an overview about what font families can be accessed, whether
they are installed on the system or in your home:
If the desired font does not exist on your system, Fontconfig's matching rules take place and try
to nd the most similar fonts available. This means, your request is substituted:
Fontconfig supports aliases: a name is substituted with another family name. A typical example
are the generic names such as “sans-serif”, “serif”, and “monospace”. These alias names can be
substituted by real family names or even a preference list of family names:
tux > for font in serif sans mono; do fc-match "$font" ; done
DejaVuSerif.ttf: "DejaVu Serif" "Book"
DejaVuSans.ttf: "DejaVu Sans" "Book"
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
The result may vary on your system, depending on which fonts are currently installed.
1. Manually install the font les such as *.ttf or *.otf to a known font directory. If it
needs to be system-wide, use the standard directory /usr/share/fonts . For installation
in your home directory, use ~/.config/fonts .
2. Install fonts using zypper . Lots of fonts are already available as a package, be it on your
SUSE distribution or in the M17N:fonts (http://download.opensuse.org/repositories/M17N:/
fonts/) repository. Add the repository to your list using the following command. For
example, to add a repository for SLE 15:
Via Fontconfig, it is possible to select a rendering algorithms for every font individually or for
a set of fonts.
Restart the application to make the effect visible. Keep in mind the following issues:
A few applications do need not to be restarted. For example, Firefox re-reads Fontconfig
configuration from time to time. Newly created or reloaded tabs get new font configura-
tions later.
The fonts-config script is called automatically after every package installation or re-
moval (if not, it is a bug of the font software package).
There are several sysconfig variables which can be altered. See man 1 fonts-config or the
help page of the YaST sysconfig module. The following variables are examples:
The following list provides some configuration examples, sorted from the “most readable” fonts
(more contrast) to “most beautiful” (more smoothed).
Bitmap Fonts
Prefer bitmap fonts via the PREFER_*_FAMILIES variables. Follow the example in the help
section for these variables. Be aware that these fonts are rendered black and white, not
smoothed and that bitmap fonts are available in several sizes only. Consider using
SEARCH_METRIC_COMPATIBLE="no"
FORCE_BW="yes"
FORCE_BW_MONOSPACE="yes"
Default Settings
All fonts are rendered with antialiasing. Well hinted fonts will be rendered with the byte
code interpreter (BCI) and the rest with autohinter ( hintstyle=hintslight ). Leave all
relevant sysconfig variables to the default setting.
CFF Fonts
Use fonts in CFF format. They can be considered also more readable than the default
TrueType fonts given the current improvements in FreeType2. Try them out by following
the example of PREFER_*_FAMILIES . Possibly make them more dark and bold with:
SEARCH_METRIC_COMPATIBLE="no"
SEARCH_METRIC_COMPATIBLE="no"
Autohinter Exclusively
Even for a well hinted font, use FreeType2's autohinter. That can lead to thicker, sometimes
fuzzier letter shapes with lower contrast. Set the following variable to activate this:
FORCE_AUTOHINTER="yes"
Every configuration le needs to have a fontconfig element. As such, the minimal le looks
like this:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Insert your changes here -->
</fontconfig>
If the default directories are not enough, insert the dir element with the respective directory:
<dir>/usr/share/fonts2</dir>
<match target="font">
<test name="family">
<string>FAMILY_NAME</string>
</test>
<edit name="antialias" mode="assign">
Various properties of fonts can be tested. For example, the <test> element can test for the
font family (as shown in the example), size interval, spacing, font format, and others. When
abandoning <test> completely, all <edit> elements will be applied to every font (global
change).
Rule 1
<alias>
<family>Alegreya SC</family>
<default>
<family>serif</family>
</default>
</alias>
Rule 2
<alias>
<family>serif</family>
<prefer>
<family>Droid Serif</family>
</prefer>
</alias>
Rule 3
<alias>
<family>serif</family>
<accept>
<family>STIXGeneral</family>
</accept>
</alias>
Putting this together, when snippets occur in the order Rule 1 - Rule 2 - Rule 3 and the user
requests “Alegreya SC”, then the PFL is created as depicted in Table 19.1, “Generating PFL from
Fontconfig rules”.
Request Alegreya SC
In Fontconfig's metrics, the family name has the highest priority over other patterns, like style,
size, etc. Fontconfig checks which family is currently installed on the system. If “Alegreya SC”
is installed, then Fontconfig returns it. If not, it asks for “Droid Serif”, etc.
Be careful. When the order of Fontconfig snippets is changed, Fontconfig can return different
results, as depicted in Table 19.2, “Results from Generating PFL from Fontconfig Rules with Changed
Order”.
TABLE 19.2: RESULTS FROM GENERATING PFL FROM FONTCONFIG RULES WITH CHANGED ORDER
Note: Implication
Think of the <default> alias as a classification or inclusion of this group (if not installed).
As the example shows, <default> should always precede the <prefer> and <accept>
aliases of that group.
<default> classification is not limited to the generic aliases serif, sans-serif and
monospace. See /usr/share/fontconfig/conf.avail/30-metric-aliases.conf for
a complex example.
The following Fontconfig snippet in Example 19.3, “Aliases and Family Name Substitutions” creates
a serif group. Every family in this group could substitute others when a former font is not
installed.
<alias>
<family>Alegreya SC</family>
<default>
<family>serif</family>
</default>
</alias>
<alias>
<family>Droid Serif</family>
<default>
<family>serif</family>
</default>
</alias>
<alias>
<family>STIXGeneral</family>
Priority is given by the order in the <accept> alias. Similarly, stronger <prefer> aliases can
be used.
Example 19.2, “Aliases and Family Name Substitutions” is expanded by Example 19.4, “Aliases and Family
Names Substitutions”.
Rule 4
<alias>
<family>serif</family>
<accept>
<family>Liberation Serif</family>
</accept>
</alias>
Rule 5
<alias>
<family>serif</family>
<prefer>
<family>DejaVu Serif</family>
</prefer>
</alias>
The expanded configuration from Example 19.4, “Aliases and Family Names Substitutions” would lead
to the following PFL evolution:
TABLE 19.3: RESULTS FROM GENERATING PFL FROM FONTCONFIG RULES
Request Alegreya SC
Note: Implications.
In case multiple <accept> declarations for the same generic name exist, the dec-
laration that is parsed last “wins”. If possible, do not use <accept> after user ( /
etc/fonts/conf.d/*-user.conf ) when creating a system-wide configuration.
In case multiple <prefer declarations for the same generic name exist, the decla-
ration that is parsed last “wins”. If possible, do not use <prefer> before user in
the system-wide configuration.
Every <prefer> declaration overwrites <accept> declarations for the same gener-
ic name. If the administrator wants to allow the user to use even <accept> and
not only <prefer> ,the administrator should not use <prefer> in the system-wide
configuration. On the other hand, as users mostly use <prefer> , this should not
have any detrimental effect. We also see the use of <prefer> in system-wide con-
figurations.
1. Create a new directory that ends with a .d in /etc/dconf/db/ . This directory can con-
tain an arbitrary amount of text les with configuration options. For this example, create
the le /etc/dconf/db/network/00-proxy with the following content:
# This is a comment
[system/proxy/http]
host='10.0.0.1'
enabled=true
2. Parse the new configuration directives into the dconf database format:
3. Add the new network configuration database to the default user profile, by creating the
le /etc/dconf/profiles/user . Then add the following content:
system-db:network
4. Optional: To lock the proxy configuration for users, create the le /etc/dconf/db/net-
work/locks/proxy . Then add a line to this le with the keys that may not be changed:
/system/proxy/http/host
/system/proxy/http/enabled
You can use the graphical dconf-editor to create a profile with one user and then use dconf
dump / to list all configuration options. The configuration options can then be stored in a global
profile.
A detailed description of the global configuration is available at https://wiki.gnome.org/Projects/
dconf/SystemAdministrators .
FUSE is the acronym for le system in user space. This means you can configure and
mount a le system as an unprivileged user. Normally, you need to be root for this
task. FUSE alone is a kernel module. Combined with plug-ins, it allows you to ex-
tend FUSE to access almost all le systems like remote SSH connections, ISO im-
ages, and more.
3. Find out which Windows partition you need. Use YaST and start the partitioner module
to see which partition belongs to Windows, but do not modify anything. Alternatively,
become root and execute /sbin/fdisk -l . Look for partitions with a partition type
of HPFS/NTFS .
4. Mount the partition in read-write mode. Replace the placeholder DEVICE with your re-
spective Windows partition:
The command ntfs-3g uses the current user (UID) and group (GID) to mount the given
device. If you want to set the write permissions to a different user, use the command id
USER to get the output of the UID and GID values. Set it with:
root # id tux
uid=1000(tux) gid=100(users) groups=100(users),16(dialout),33(video)
ntfs-3g /dev/DEVICE MOUNT POINT -o uid=1000,gid=100
The output is divided into three columns. The Module column lists the names of the loaded
modules, while the Size column displays the size of each module. The Used by column shows
the number of referring modules and their names. Note that this list may be incomplete.
To view detailed information about a specific kernel module, use the modinfo MODULE_NAME
command, where MODULE_NAME is the name of the desired kernel module. Note that the mod-
info binary resides in the /sbin directory that is not in the user's PATH environment variable.
This means that you must specify the full path to the binary when running modinfo command
as a regular user:
/etc/modules-load.d/rt2800usb.conf
The configuration le must contain the name of the desired kernel module (for example,
rt2800usb ).
blacklist nouveau
Run the mkinitrd command as root to generate a new initrd image, then reboot your ma-
chine. These steps can be performed using the following command:
tux > su
echo "blacklist nouveau" >> /etc/modprobe.d/50-blacklist.conf && mkinitrd && reboot
To disable a kernel module temporarily only, blacklist it on-the-y during the boot. To do this,
press the E key when you see the boot screen. This drops you into a minimal editor that allows
you to modify boot parameters. Locate the line that looks as follows:
The kernel can add or remove almost any device in a running system. Changes in the device
state (whether a device is plugged in or removed) need to be propagated to user space. Devices
need to be configured when they are plugged in and recognized. Users of a certain device need
to be informed about any changes in this device's recognized state. udev provides the needed
infrastructure to dynamically maintain the device node les and symbolic links in the /dev
directory. udev rules provide a way to plug external tools into the kernel device event process-
ing. This allows you to customize udev device handling by adding certain scripts to execute as
part of kernel device handling, or request and import additional data to evaluate during device
handling.
MODALIAS=usb:v046DpC03Ed2000dc00dsc00dp00ic03isc01ip02
Every device driver carries a list of known aliases for devices it can handle. The list is contained
in the kernel module le itself. The program depmod reads the ID lists and creates the le
modules.alias in the kernel's /lib/modules directory for all currently available modules.
With this infrastructure, module loading is as easy as calling modprobe for every event that
carries a MODALIAS key. If modprobe $MODALIAS is called, it matches the device alias composed
for the device with the aliases provided by the modules. If a matching entry is found, that module
is loaded. All this is automatically triggered by udev .
The UEVENT lines show the events the kernel has sent over netlink. The UDEV lines show the
finished udev event handlers. The timing is printed in microseconds. The time between UEVENT
and UDEV is the time udev took to process this event or the udev daemon has delayed its
execution to synchronize this event with related and already running events. For example, events
for hard disk partitions always wait for the main disk device event to finish, because the partition
events may rely on the data that the main disk event has queried from the hardware.
ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input10
SUBSYSTEM=input
SEQNUM=1181
NAME="Logitech USB-PS/2 Optical Mouse"
PHYS="usb-0000:00:1d.2-1/input0"
UNIQ=""
EV=7
KEY=70000 0 0 0 0
REL=103
MODALIAS=input:b0003v046DpC03Ee0110-e0,1,2,k110,111,112,r0,1,8,amlsfw
udev also sends messages to syslog. The default syslog priority that controls which messages are
sent to syslog is specified in the udev configuration le /etc/udev/udev.conf . The log pri-
ority of the running daemon can be changed with udevadm control --log_priority= LEV-
EL/NUMBER .
Every line in the rules le contains at least one key value pair. There are two kinds of keys,
match and assignment keys. If all match keys match their values, the rule is applied and the
assignment keys are assigned the specified value. A matching rule may specify the name of the
device node, add symbolic links pointing to the node or run a specified program as part of the
event handling. If no matching rule is found, the default device node name is used to create
the device node. Detailed information about the rule syntax and the provided keys to match or
import data are described in the udev man page. The following example rules provide a basic
introduction to udev rule syntax. The example rules are all taken from the udev default rule
set /usr/lib/udev/rules.d/50-udev-default.rules .
# console
332 Influencing Kernel Device Event Handling with udev Rules SLED 15
KERNEL=="console", MODE="0600", OPTIONS="last_rule"
# serial devices
KERNEL=="ttyUSB*", ATTRS{product}=="[Pp]alm*Handheld*", SYMLINK+="pilot"
# printer
SUBSYSTEM=="usb", KERNEL=="lp*", NAME="usb/%k", SYMLINK+="usb%k", GROUP="lp"
The console rule consists of three keys: one match key ( KERNEL ) and two assign keys ( MODE ,
OPTIONS ). The KERNEL match rule searches the device list for any items of the type console .
Only exact matches are valid and trigger this rule to be executed. The MODE key assigns special
permissions to the device node, in this case, read and write permissions to the owner of this
device only. The OPTIONS key makes this rule the last rule to be applied to any device of this
type. Any later rule matching this particular device type does not have any effect.
The serial devices rule is not available in 50-udev-default.rules anymore, but it is
still worth considering. It consists of two match keys ( KERNEL and ATTRS ) and one assign key
( SYMLINK ). The KERNEL key searches for all devices of the ttyUSB type. Using the * wild card,
this key matches several of these devices. The second match key, ATTRS , checks whether the
product attribute le in sysfs for any ttyUSB device contains a certain string. The assign
key ( SYMLINK ) triggers the addition of a symbolic link to this device under /dev/pilot . The
operator used in this key ( += ) tells udev to additionally perform this action, even if previous
or later rules add other symbolic links. As this rule contains two match keys, it is only applied
if both conditions are met.
The printer rule deals with USB printers and contains two match keys which must both apply
to get the entire rule applied ( SUBSYSTEM and KERNEL ). Three assign keys deal with the naming
for this device type ( NAME ), the creation of symbolic device links ( SYMLINK ) and the group
membership for this device type ( GROUP ). Using the * wild card in the KERNEL key makes it
match several lp printer devices. Substitutions are used in both, the NAME and the SYMLINK
keys to extend these strings by the internal device name. For example, the symbolic link to the
rst lp USB printer would read /dev/usblp0 .
The kernel firmware loader rule makes udev load additional rmware by an external helper
script during runtime. The SUBSYSTEM match key searches for the firmware subsystem. The
ACTION key checks whether any device belonging to the firmware subsystem has been added.
The RUN+= key triggers the execution of the firmware.sh script to locate the rmware that
is to be loaded.
333 Influencing Kernel Device Event Handling with udev Rules SLED 15
Some general characteristics are common to all rules:
Each rule consists of one or more key value pairs separated by a comma.
A key's operation is determined by the operator. udev rules support several operators.
Each line of the rules le represents one rule. If a rule is longer than one line, use \ to
join the different lines as you would do in shell syntax.
udev rules support a shell-style pattern that matches the * , ? , and [] patterns.
==
Compare for equality. If the key contains a search pattern, all results matching this pattern
are valid.
!=
Compare for non-equality. If the key contains a search pattern, all results matching this
pattern are valid.
=
Assign a value to a key. If the key previously consisted of a list of values, the key resets
and only the single value is assigned.
+=
Add a value to a key that contains a list of entries.
:=
Assign a final value. Disallow any later change by later rules.
%r , $root
The device directory, /dev by default.
%p , $devpath
The value of DEVPATH .
%k , $kernel
The value of KERNEL or the internal device name.
%n , $number
The device number.
%N , $tempnode
The temporary name of the device le.
%M , $major
The major number of the device.
%m , $minor
The minor number of the device.
%s{ATTRIBUTE} , $attr{ATTRIBUTE}
The value of a sysfs attribute (specified by ATTRIBUTE ).
%E{VARIABLE} , $env{VARIABLE}
The value of an environment variable (specified by VARIABLE ).
%c , $result
The output of PROGRAM .
%%
The % character.
$$
The $ character.
ACTION
The name of the event action, for example, add or remove when adding or removing a
device.
DEVPATH
The device path of the event device, for example, DEVPATH=/bus/pci/drivers/ipw3945
to search for all events related to the ipw3945 driver.
KERNEL
The internal (kernel) name of the event device.
SUBSYSTEM
The subsystem of the event device, for example, SUBSYSTEM=usb for all events related to
USB devices.
ATTR{FILENAME}
sysfs attributes of the event device. To match a string contained in the vendor attribute
le name, you could use ATTR{vendor}=="On[sS]tream" , for example.
KERNELS
Let udev search the device path upward for a matching device name.
SUBSYSTEMS
Let udev search the device path upward for a matching device subsystem name.
DRIVERS
Let udev search the device path upward for a matching device driver name.
ATTRS{FILENAME}
Let udev search the device path upward for a device with matching sysfs attribute
values.
ENV{KEY}
The value of an environment variable, for example, ENV{ID_BUS}="ieee1394 to search
for all events related to the FireWire bus ID.
PROGRAM
RESULT
Match the output string of the last PROGRAM call. Either include this key in the same rule
as the PROGRAM key or in a later one.
NAME
The name of the device node to be created. After a rule has set a node name, all other rules
with a NAME key for this node are ignored.
SYMLINK
The name of a symbolic link related to the node to be created. Multiple matching rules
can add symbolic links to be created with the device node. You can also specify multiple
symbolic links for one node in one rule using the space character to separate the symbolic
link names.
ATTR{KEY}
Specify a value to be written to a sysfs attribute of the event device. If the == operator
is used, this key is also used to match against the value of a sysfs attribute.
ENV{KEY}
Tell udev to export a variable to the environment. If the == operator is used, this key is
also used to match against an environment variable.
RUN
Tell udev to add a program to the list of programs to be executed for this device. Keep in
mind to restrict this to very short tasks to avoid blocking further events for this device.
LABEL
Add a label where a GOTO can jump to.
IMPORT{TYPE}
Load variables into the event environment such as the output of an external program.
udev imports variables of several types. If no type is specified, udev tries to determine
the type itself based on the executable bit of the le permissions.
program tells udev to execute an external program and import its output.
parent tells udev to import the stored keys from the parent device.
WAIT_FOR_SYSFS
Tells udev to wait for the specified sysfs le to be created for a certain device. For
example, WAIT_FOR_SYSFS="ioerr_cnt" informs udev to wait until the ioerr_cnt le
has been created.
OPTIONS
The OPTION key may have several values:
ignore_remove tells udev to ignore all later remove events for the device.
all_partitions tells udev to create device nodes for all available partitions on a
block device.
/dev/disk
/dev/*
Dynamically created device nodes and static content created with systemd-tmpfiles; for
more information, see the systemd-tmpfiles(8) man page.
The following les and directories contain the crucial elements of the udev infrastructure:
/etc/udev/udev.conf
Main udev configuration le.
/etc/udev/rules.d/*
System-specific udev event matching rules. You can add custom rules here to modify or
override the default rules from /usr/lib/udev/rules.d/* .
/usr/lib/udev/rules.d/*
Default udev event matching rules. The les in this directory are owned by packages and
will be overwritten by updates. Do not add, remove or edit les here, use /etc/udev/
rules.d instead.
/usr/lib/udev/*
Helper programs called from udev rules.
udev
General information about udev , keys, rules and other important configuration issues.
udevadm
udevadm can be used to control the runtime behavior of udev , request kernel events,
manage the event queue and provide simple debugging mechanisms.
udevd
Information about the udev event managing daemon.
This document describes the basic principles of the kGraft live patching technology
and provides usage guidelines for the SLE Live Patching service.
kGraft is a live patching technology for runtime patching of the Linux kernel, without stopping
the kernel. This maximizes system uptime, and thus system availability, which is important for
mission-critical systems. By allowing dynamic patching of the kernel, the technology also en-
courages users to install critical security updates without deferring them to a scheduled down-
time.
A kGraft patch is a kernel module, intended for replacing whole functions in the kernel. kGraft
primarily offers in-kernel infrastructure for integration of the patched code with base kernel
code at runtime.
SLE Live Patching is a service provided on top of regular SUSE Linux Enterprise Server main-
tenance. kGraft patches distributed through SLE Live Patching supplement regular SLES main-
tenance updates. Common update stack and procedures can be used for SLE Live Patching de-
ployment.
The information provided in this document is related to the AMD64/Intel 64 and POWER ar-
chitectures. If you are using a different architecture, procedures may vary.
1. If your SLES system is not yet registered, register it. Registration can be done during the
system installation or later using the YaST Product Registration module ( yast2 registra-
tion ). After registration, click Yes to see the list of available online updates.
If your SLES system is already registered, but SLE Live Patching is not yet activated, open
the YaST Product Registration module ( yast2 registration ) and click Select Extensions.
2. Select SUSE Linux Enterprise Live Patching 12 in the list of available extensions and click
Next.
4. Enter the SLE Live Patching registration code and click Next.
5. Check the Installation Summary and selected Patterns. The pattern Live Patching should
be selected for installation.
6. Click Accept to complete the installation. This will install the base kGraft components on
your system together with the initial live patch.
kgr status
Displays the overall status of kGraft patching ( ready or in_progress ).
kgr patches
Displays the list of loaded kGraft patches.
kgr blocking
Lists processes that are preventing kGraft patching from finishing. By default only the PIDs
are listed. Specifying -v prints command lines if available. Another -v displays also stack
traces.
This chapter starts with information about various software packages, the virtual
consoles and the keyboard layout. We talk about software components like bash ,
cron and logrotate , because they were changed or enhanced during the last re-
lease cycles. Even if they are small or considered of minor importance, users should
change their default behavior, because these components are often closely coupled
with the system. The chapter concludes with a section about language and coun-
try-specific settings (I18N and L10N).
1. /etc/profile
2. ~/.profile
3. /etc/bash.bashrc
4. ~/.bashrc
EXAMPLE 24.1: ENTRY IN /ETC/CRONTAB
You cannot edit /etc/crontab by calling the command crontab -e . This le must be loaded
directly into an editor, then modified and saved.
Several packages install shell scripts to the directories /etc/cron.hourly , /etc/cron.daily ,
/etc/cron.weekly and /etc/cron.monthly , whose execution is controlled by /usr/lib/
cron/run-crons . /usr/lib/cron/run-crons is run every 15 minutes from the main table ( /
etc/crontab ). This guarantees that processes that may have been neglected can be run at the
proper time.
To run the hourly , daily or other periodic maintenance scripts at custom times, remove the
time stamp les regularly using /etc/crontab entries (see Example 24.2, “/etc/crontab: Remove
Time Stamp Files”, which removes the hourly one before every full hour, the daily one once
a day at 2:14 a.m., etc.).
59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
14 2 * * * root rm -f /var/spool/cron/lastrun/cron.daily
29 2 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
Or you can set DAILY_TIME in /etc/sysconfig/cron to the time at which cron.daily should
start. The setting of MAX_NOT_RUN ensures that the daily tasks get triggered to run, even if the
user did not turn on the computer at the specified DAILY_TIME for a longer time. The maximum
value of MAX_NOT_RUN is 14 days.
The daily system maintenance jobs are distributed to various scripts for reasons of clarity. They
are contained in the package aaa_base . /etc/cron.daily contains, for example, the compo-
nents suse.de-backup-rpmdb , suse.de-clean-tmp or suse.de-cron-local .
Systemwide default entries are set in /etc/profile . Editing this le directly is not recommend-
ed, because changes will be overwritten during system upgrades. To customize systemwide pro-
file settings, use /etc/profile.local . Per-user settings should be made in ~USER/.bashrc .
Memory allocations must be specified in KB. For more detailed information, see man bash .
The kernel also contains other caches, such as the slab cache, where the caches used for network
access are stored. This may explain the differences between the counters in /proc/meminfo .
Most, but not all, of them can be accessed via /proc/slabinfo .
However, if your goal is to nd out how much RAM is currently being used, nd this information
in /proc/meminfo .
More information about these les is available in the Emacs info le under Init File: in-
fo:/emacs/InitFile . Information about how to disable the loading of these les (if necessary)
is also provided at this location.
The components of Emacs are divided into several packages:
emacs-el : the uncompiled library les in Emacs Lisp. These are not required at runtime.
/etc/inputrc
/etc/X11/Xmodmap
/etc/skel/.emacs
/etc/skel/.gnu-emacs
/etc/skel/.vimrc
/etc/csh.cshrc
/etc/termcap
/usr/share/terminfo/x/xterm
/usr/share/X11/app-defaults/XTerm
/usr/share/emacs/VERSION/site-lisp/term/*.el
These changes only affect applications that use terminfo entries or whose configuration les
are changed directly ( vi , emacs , etc.). Applications not shipped with the system should be
adapted to these defaults.
Under X, the compose key (multikey) can be enabled as explained in /etc/X11/Xmodmap .
Further settings are possible using the X Keyboard Extension (XKB). This extension is also used
by the desktop environment GNOME (gswitchit).
RC_LC_ALL
This variable, if set, overwrites the values of the variables already mentioned.
RC_LANG
If none of the previous variables are set, this is the fallback. By default, only RC_LANG is
set. This makes it easier for users to enter their own values.
ROOT_USES_LANG
A yes or no variable. If set to no , root always works in the POSIX environment.
The variables can be set with the YaST sysconfig editor. The value of such a variable contains the
language code, country code, encoding and modifier. The individual components are connected
by special characters:
LANG=<language>[[_<COUNTRY>].<Encoding>[@<Modifier>]]
LANG=en_US.UTF-8
This is the default setting if American English is selected during installation. If you selected
another language, that language is enabled but still with UTF-8 as the character encoding.
LANG=en_US.ISO-8859-1
This sets the language to English, country to United States and the character set to
ISO-8859-1 . This character set does not support the Euro sign, but it can be useful some-
times for programs that have not been updated to support UTF-8 . The string defining the
charset ( ISO-8859-1 in this case) is then evaluated by programs like Emacs.
LANG=en_IE@euro
The above example explicitly includes the Euro sign in a language setting. This setting
is obsolete now, as UTF-8 also covers the Euro symbol. It is only useful if an application
supports ISO-8859-15 and not UTF-8.
This ensures that any changes to /etc/sysconfig/language are available at the next login to
the respective shell, without having to manually activate them.
LANG=cs_CZ.UTF-8
LC_COLLATE=C
A fallback chain can also be defined, for example, for Breton to French or for Galician to Spanish
to Portuguese:
LANGUAGE="br_FR:fr_FR"
LANGUAGE="gl_ES:es_ES:pt_PT"
If desired, use the Norwegian variants Nynorsk and Bokmål instead (with additional fallback
to no ):
LANG="nn_NO"
LANGUAGE="nn_NO:nb_NO:no"
or
LANG="nb_NO"
LANGUAGE="nb_NO:nn_NO:no"
The GNU C Library Reference Manual, Chapter “Locales and Internationalization”. It is in-
cluded in glibc-info . The package is available from the SUSE Linux Enterprise SDK.
The SDK is a module for SUSE Linux Enterprise and is available via an online channel
from the SUSE Customer Center. Alternatively, go to http://download.suse.com/ , search
for SUSE Linux Enterprise Software Development Kit and download it from there.
Refer to Book “Deployment Guide”, Chapter 14 “Installing Modules, Extensions, and Third Party
Add-On Products” for details.
Markus Kuhn, UTF-8 and Unicode FAQ for Unix/Linux, currently at http://www.cl.cam.ac.uk/
~mgk25/unicode.html .
Your computer provides network services for other computers in your network, for exam-
ple, it is a DHCP or DNS server.
Your computer is a Xen server or your system is a virtual system inside Xen.
a. In the Network Setup Method eld, select User Controlled with NetworkManager.
4. To deactivate NetworkManager and control the network with your own configuration:
b. Click OK.
c. Set up your network card with YaST using automatic configuration via DHCP or a
static IP address.
Find a detailed description of the network configuration with YaST in Section 17.4,
“Configuring a Network Connection with YaST”.
2. To add a Connection:
d. After having confirmed your changes, the newly configured network connection ap-
pears in the list of available networks you get by opening the Status Menu.
3. To edit a connection:
d. To make your connection available as a system connection go to the Identity tab and
set the check box Make available to other users. For more information about user and
system connections, see Section 25.4.1, “User and System Connections”.
1. Open the Status Menu and click Wired to change the connection details or to switch it o.
2. To change the settings click Wired Settings and then click the gear icon.
1. To connect to a visible wireless network, open the Status Menu and click Wi-Fi.
3. Click Select Network, select your Wi-Fi Network and click Connect.
4. If the network is encrypted, a configuration dialog opens. It shows the type of encryption
the network uses and text boxes for entering the login credentials.
1. To connect to a network that does not broadcast its service set identifier (SSID or ESSID)
and therefore cannot be detected automatically, open the Status Menu and click Wi-Fi.
3. Make sure your Wi-Fi is enabled and click Connect to Hidden Network.
4. In the dialog that opens, enter the SSID or ESSID in Network Name and set encryption
parameters if necessary.
A wireless network that has been chosen explicitly will remain connected as long as possible.
If a network cable is plugged in during that time, any connections that have been set to Stay
connected when possible will be connected, while the wireless connection remains up.
Whenever you connect to a network with a captive portal, NetworkManager (or GNOME) will
open the captive portal login page for you. Login with your credentials to get access to the
Internet.
4. Use the credentials shown in the resulting dialog to connect to the hotspot from a remote
machine.
OpenVPN
NetworkManager-openvpn
NetworkManager-openvpn-gnome
OpenConnect
To use this VPN technology, install:
NetworkManager-openconnect
NetworkManager-openconnect-gnome
NetworkManager-pptp
NetworkManager-pptp-gnome
The following procedure describes how to set up your computer as an OpenVPN client using
NetworkManager. Setting up other types of VPNs works analogously.
Before you begin, make sure that the package NetworkManager-openvpn-gnome is installed
and all dependencies have been resolved.
1. Open the application Settings by clicking the status icons at the right end of the panel and
clicking the wrench and screwdriver icon. In the window All Settings, choose Network.
4. Choose the Authentication type. Depending on the setup of your OpenVPN server, choose
Certificates (TLS) or Password with Certificates (TLS).
5. Insert the necessary values into the respective text boxes. For our example configuration,
these are:
User name The user (only available when you have selected Password
with Certificates (TLS))
CA Certificate /etc/openvpn/ca.crt
7. To enable the connection, in the Network panel of the Settings application click the switch
button. Alternatively, click the status icons at the right end of the panel, click the name
of your VPN and then Connect.
For details about firewalld, see Book “Security Guide”, Chapter 16 “Masquerading and Firewalls”,
Section 16.4 “firewalld”.
25.5.2. How to specify a certain access point in case multiple access points with the same ESSID are de-
tected?
When multiple access points with different wireless bands (a/b/g/n) are available, the
access point with the strongest signal is automatically chosen by default. To override this,
use the BSSID eld when configuring wireless connections.
The Basic Service Set Identifier (BSSID) uniquely identifies each Basic Service Set. In an
infrastructure Basic Service Set, the BSSID is the MAC address of the wireless access point.
In an independent (ad-hoc) Basic Service Set, the BSSID is a locally administered MAC
address generated from a 46-bit random number.
The primary device (the device which is connected to the Internet) does not need any
special configuration. However, you need to configure the device that is connected to the
local hub or machine as follows:
2. As the DCHP server uses port 67 , make sure that it is not blocked by the firewall: On
the machine sharing the connections, start YaST and select Security and Users Fire-
wall. Switch to the Allowed Services category. If DCHP Server is not already shown
as Allowed Service, select DCHP Server from Services to Allow and click Add. Confirm
your changes in YaST.
25.5.4. How to provide static DNS information with automatic (DHCP, PPP, VPN) addresses?
In case a DHCP server provides invalid DNS information (and/or routes), you can over-
ride it. Start the dialog for configuring network connections as described in Section 25.3,
“Configuring Network Connections”. Choose the connection you want to modify and click
Edit. Switch to the IPv4 Settings tab, and from the Method drop-down box, activate Auto-
matic (DHCP) addresses only. Enter the DNS information in the DNS Servers and Search
Domains elds. To Ignore automatically obtained routes click Routes and activate the re-
spective check box. Confirm your changes.
25.5.5. How to make NetworkManager connect to password protected networks before a user logs in?
Define a system connection that can be used for such purposes. For more information,
refer to Section 25.4.1, “User and System Connections”.
Package Documentation
/usr/share/doc/packages/NetworkManager/ ,
/usr/share/doc/packages/NetworkManager-gnome/ .
Standby
Not supported.
Automatic Power-Off
Following a shutdown, the computer is powered o. This is especially important when an
automatic shutdown is performed shortly before the battery is empty.
Depending on the operating mode of the computer, these methods can be combined. Saving
energy also means that the system heats up less and the fans are activated less frequently.
Frequency scaling and throttling are only relevant if the processor is busy, because the most
economic C-state is applied anyway when the processor is idle. If the CPU is busy, frequency
scaling is the recommended power saving method. Often the processor only works with a partial
load. In this case, it can be run with a lower frequency. Usually, dynamic frequency scaling
controlled by the kernel on-demand governor is the best approach.
Throttling should be used as the last resort, for example, to extend the battery operation time
despite a high system load. However, some systems do not run smoothly when they are throttled
too much. Moreover, CPU throttling does not make sense if the CPU has little to do.
For in-depth information, refer to Book “System Analysis and Tuning Guide”, Chapter 11 “Power
Management”.
26.2.2 Troubleshooting
There are two different types of problems. On one hand, the ACPI code of the kernel may contain
bugs that were not detected in time. In this case, a solution will be made available for download.
More often, the problems are caused by the BIOS. Sometimes, deviations from the ACPI speci-
fication are purposely integrated in the BIOS to circumvent errors in the ACPI implementation
of other widespread operating systems. Hardware components that have serious errors in the
ACPI implementation are recorded in a blacklist that prevents the Linux kernel from using ACPI
for these components.
The rst thing to do when problems are encountered is to update the BIOS. If the computer does
not boot, one of the following boot parameters may be helpful:
pci=noacpi
Do not use ACPI for configuring the PCI devices.
acpi=off
Disable ACPI.
Sometimes, the machine is confused by hardware that is attached over USB or FireWire. If a
machine refuses to boot, unplug all unneeded hardware and try again.
Monitor the boot messages of the system with the command dmesg -T | grep -2i acpi
(or all messages, because the problem may not be caused by ACPI) after booting. If an error
occurs while parsing an ACPI table, the most important table—the DSDT (Differentiated System
Description Table)—can be replaced with an improved version. In this case, the faulty DSDT of
the BIOS is ignored. The procedure is described in Section 26.4, “Troubleshooting”.
In the kernel configuration, there is a switch for activating ACPI debug messages. If a kernel
with ACPI debugging is compiled and installed, detailed information is issued.
If you experience BIOS or hardware problems, it is always advisable to contact the manufactur-
ers. Especially if they do not always provide assistance for Linux, they should be confronted with
the problems. Manufacturers will only take the issue seriously if they realize that an adequate
number of their customers use Linux.
/proc/sys/vm/dirty_writeback_centisecs
Contains the delay until a pdush thread wakes up (in hundredths of a second).
/proc/sys/vm/dirty_expire_centisecs
Defines after which timeframe a dirty page should be written at latest. Default is 3000 ,
which means 30 seconds.
/proc/sys/vm/dirty_background_ratio
Maximum percentage of dirty pages until pdush begins to write them. Default is 5 %.
/proc/sys/vm/dirty_ratio
When the dirty pages exceed this percentage of the total memory, processes are forced to
write dirty buers during their time slice instead of continuing to write.
Apart from these processes, journaling le systems, like Btrfs , Ext3 , Ext4 and others write
their metadata independently from pdflush , which also prevents the hard disk from spinning
down. To avoid this, a special kernel extension has been developed for mobile devices. To use
the extension, install the laptop-mode-tools package and see /usr/src/linux/Documenta-
tion/laptops/laptop-mode.txt for details.
Another important factor is the way active programs behave. For example, good editors regularly
write hidden backups of the currently modified le to the hard disk, causing the disk to wake
up. Features like this can be disabled at the expense of data integrity.
In this connection, the mail daemon postfix uses the variable POSTFIX_LAPTOP . If this variable
is set to yes , postfix accesses the hard disk far less frequently.
In SUSE Linux Enterprise Desktop these technologies are controlled by laptop-mode-tools .
26.4 Troubleshooting
All error messages and alerts are logged in the system journal, which can be queried with the
command journalctl (see Chapter 15, journalctl: Query the systemd Journal for more infor-
mation). The following sections cover the most common problems.
This chapter contains additional information when SUSE Linux Enterprise Desktop
is used in a virtual machine.
Replace X with the CPU number. To bring a CPU back online, execute
This chapter contains additional information about using SUSE Linux Enterprise
Desktop with non-volatile main memory, also known as Persistent Memory, compris-
ing one or more NVDIMMs.
28.1 Introduction
Persistent memory is a new type of computer storage, combining speeds approaching those of
dynamic RAM (DRAM) along with RAM's byte-by-byte addressability, plus the permanence of
solid-state disks (SSDs).
Like conventional RAM, it is installed directly into motherboard memory slots. As such, it is
supplied in the same physical form factor as RAM—as DIMMs. These are known as NVDIMMs:
non-volatile dual inline memory modules.
Unlike RAM, though, persistent memory is also similar to ash-based SSDs in several ways. Both
are based on forms of solid-state memory circuitry, but despite this, both provide non-volatile
storage: their contents are retained when the system is powered o or restarted. For both forms
of medium, writing data is slower than reading it, and both support a limited number of rewrite
cycles. Finally, also like SSDs, sector-level access to persistent memory is possible if that is more
suitable for a particular application.
Different models use different forms of electronic storage medium, such as Intel 3D XPoint, or
a combination of NAND-ash and DRAM. New forms of non-volatile RAM are also in develop-
ment. This means that different vendors and models of NVDIMM offer different performance
and durability characteristics.
Because the storage technologies involved are in an early stage of development, different ven-
dors' hardware may impose different limitations. Thus, the following statements are generaliza-
tions.
Persistent memory is up to ten times slower than DRAM, but around a thousand times faster than
ash storage. It can be rewritten on a byte-by-byte basis rather than ash memory's whole-sector
erase-and-rewrite process. Finally, while rewrite cycles are limited, most forms of persistent
memory can handle millions of rewrites, compared to the thousands of cycles of ash storage.
It is not possible with current technology to run a system with only persistent memory
and thus achieve completely non-volatile main memory. You must use a mixture of both
conventional RAM and NVDIMMs. The operating system and applications will execute in
conventional RAM, with the NVDIMMs providing very fast supplementary storage.
The performance characteristics of different vendors' persistent memory mean that it may
be necessary for programmers to be aware of the hardware specifications of the NVDIMMs
in a particular server, including how many NVDIMMs there are and in which memory slots
they are fitted. This will obviously impact hypervisor use, migration of software between
different host machines, and so on.
This new storage subsystem is defined in version 6 of the ACPI standard. However, libnvdimm
supports pre-standard NVDIMMs and they can be used in the same way.
28.2 Terms
Region
A region is a block of persistent memory that can be divided up into one or more name-
spaces. You cannot access the persistent memory of a region without rst allocating it to
a namespace.
Namespace
A single contiguously-addressed range of non-volatile storage, comparable to NVM Express
SSD namespaces, or to SCSI Logical Units (LUNs). Namespaces appear in the server's /
dev directory as separate block devices. Depending on the method of access required,
namespaces can either amalgamate storage from multiple NVDIMMs into larger volumes,
or allow it to be partitioned into smaller volumes.
Mode
Each namespace also has a mode that defines which NVDIMM features are enabled for that
namespace. Sibling namespaces of the same parent region will always have the same type,
but might be configured to have different modes. Namespace modes include:
devdax
Device-DAX mode. Creates a single-character device le ( /dev/daxX.Y ). Does not
require le system creation.
sector
For legacy le systems which do not checksum metadata. Suitable for small boot
volumes. Compatible with other operating systems.
raw
A memory disk without a label or metadata. Does not support DAX. Compatible with
other operating systems.
Note
raw mode is not supported by SUSE. It is not possible to mount le systems
on raw namespaces.
Type
Each namespace and region has a type that defines the way in which the persistent memory
associated with that namespace or region can be accessed. A namespace always has the
same type as its parent region. There are two different types: Persistent Memory, which
can be configured in two different ways, and the deprecated Block Mode.
Label
Metadata stored on the NVDIMM, such as namespace definitions. This can be accessed
using DSMs.
PMEM
BLK
ndctl --list-cmds
version
Displays the current version of the NVDIMM support tools.
enable-namespace
Makes the specified namespace available for use.
disable-namespace
Prevents the specified namespace from being used.
create-namespace
Creates a new namespace from the specified storage devices.
destroy-namespace
Removes the specified namespace.
enable-region
Makes the specified region available for use.
disable-region
Prevents the specified region from being used.
zero-labels
Erases the metadata from a device.
read-labels
Retrieves the metadata of the specified device.
list
Displays available devices.
help
Displays information about using the tool.
[
{
"dev":"nmem2",
"id":"8089-00-0000-12325476"
},
{
"dev":"nmem1",
"id":"8089-00-0000-11325476"
},
{
"dev":"nmem0",
"id":"8089-00-0000-10325476"
}
]
With a different parameter, ndctl list will also list the available regions.
Note
Regions may not appear in numerical order.
Note that although there are only three NVDIMMs, they appear as four regions.
[
{
"dev":"region1",
"size":68182605824,
"available_size":68182605824,
"type":"blk"
},
The space is available in two different forms: either as three separate 64 GB regions of type
BLK, or as one combined 189 GB region of type PMEM which presents all the space on the three
interleaved NVDIMMs as a single volume.
Note that the displayed value for available_size is the same as that for size . This means
that none of the space has been allocated yet.
384 Configuring the Storage as a Single PMEM Namespace with DAX SLED 15
This creates a block device /dev/pmem3 , which supports DAX. The 3 in the device name is
inherited from the parent region number, in this case region3 .
The --map=memory option sets aside part of the PMEM storage space on the NVDIMMs so that
it can be used to allocate internal kernel data structures called struct pages . This allows the
new PMEM namespace to be used with features such as O_DIRECT I/O and RDMA .
The reservation of some persistent memory for kernel data structures is why the resulting PMEM
namespace has a smaller capacity than the parent PMEM region.
Next, we verify that the new block device is available to the operating system:
Before it can be used, like any other drive, it must be formatted. In this example, we format
it with XFS:
The result is that we now have a PMEM namespace formatted with the XFS le system and
mounted with DAX.
Any mmap() calls to les in that le system will return virtual addresses that directly map to
the persistent memory on our NVDIMMs, completely bypassing the page cache.
385 Configuring the Storage as a Single PMEM Namespace with DAX SLED 15
Any fsync or msync calls on les in that le system will still ensure that modified data has
been fully written to the NVDIMMs. These calls ush the processor cache lines associated with
any pages that have been modified in userspace via mmap mappings.
Like the DAX-capable PMEM namespace we previously configured, this BTT-capable PMEM
namespace consumes all the available storage on the NVDIMMs.
Note
The trailing s in the device name ( /dev/pmem3s ) stands for sector and can be used to
easily distinguish namespaces that are configured to use the BTT.
31 Samba 403
The NTP (network time protocol) mechanism is a protocol for synchronizing the
system time over the network. First, a machine can obtain the time from a server
that is a reliable time source. Second, a machine can itself act as a time source for
other computers in the network. The goal is twofold—maintaining the absolute time
and synchronizing the system time of all machines within a network.
Maintaining an exact system time is important in many situations. The built-in hardware clock
does often not meet the requirements of applications such as databases or clusters. Manual
correction of the system time would lead to severe problems because, for example, a backward
leap can cause malfunction of critical applications. Within a network, it is usually necessary to
synchronize the system time of all machines, but manual time adjustment is a bad approach.
NTP provides a mechanism to solve these problems. The NTP service continuously adjusts the
system time with reliable time servers in the network. It further enables the management of
local reference clocks, such as radio-controlled clocks.
Since SUSE Linux Enterprise Desktop 15, chrony is the default implementation of NTP. chrony
includes two parts; chronyd is a daemon that can be started at boot time and chronyc is a
command line interface program to monitor the performance of chronyd , and to change various
operating parameters at runtime.
Note
To enable time synchronization by means of active directory, follow the instructions
found at Book “Security Guide”, Chapter 7 “Active Directory Support”, Section 7.3.3 “ Joining Active
Directory Using Windows Domain Membership ”, Joining an Active Directory Domain Using Win-
dows Domain Membership .
Only Manually
Select Only Manually, if you want to manually start the chrony daemon.
1. In the Address eld, type the URL of the time server or pool of time servers with which
you want to synchronize the machine time. After the URL is complete, click Test to verify
that it points to a valid time source.
2. Activate Quick Initial Sync to speed up the time synchronization by sending more requests
at the chronyd daemon start.
3. Activate Start Offline to speed up the boot time on systems that start the chronyd daemon
automatically and may not have an Internet connection at boot time. This option is useful
for example for laptops whose network connection is managed by NetworkManager.
server 0.europe.pool.ntp.org
server 1.europe.pool.ntp.org
server 2.europe.pool.ntp.org
You can also specify a pool name. Pool name resolves to several IP addresses:
pool pool.ntp.org
local stratum 10
After initializing chronyd , it takes some time before the time is stabilized and the drift le
for correcting the local computer clock is created. With the drift le, the systematic error of
the hardware clock can be computed when the computer is powered on. The correction is used
immediately, resulting in a higher stability of the system time.
To enable the service so that chrony starts automatically at boot time, run:
root # chronyc
chronyc> activity
200 OK
4 sources online
2 sources offline
1 sources doing burst (return to online)
1 sources doing burst (return to offline)
0 sources with unknown address
For a complete list of chronyc commands, see its manual page ( man 1 chronyc ).
chronyd will then not try to poll the server until it is enabled using the following command:
When the auto_offline option is set, chronyd assumes that the time server has gone offline
when two requests have been sent to it without receiving a response. This option avoids the
need to run the 'offline' command from chronyc when disconnecting the network link.
PPS - driver for the kernel 'pulse per second' API. For example:
The Network File System (NFS) is a protocol that allows access to les on a server
ima a manner very similar to accessing local les.
30.1 Overview
The Network File System (NFS) is a standardized, well-proven and widely supported network
protocol that allows les to be shared between separate hosts.
The Network Information Service (NIS) can be used to have a centralized user management in the
network. Combining NFS and NIS allows using le and directory permissions for access control
in the network. NFS with NIS makes a network transparent to the user.
In the default configuration, NFS completely trusts the network and thus any machine which is
connected to a trusted network. Any user with administrator privileges on any computer with
physical access to any network which the NFS server trusts, can access any les that the server
makes available.
Often, this level of security is perfectly satisfactory, such as when the network that is trusted is
truly private, often localized to a single cabinet or machine room, and no unauthorized access
is possible. In other cases the need to trust a whole subnet as a unit is restrictive and there is a
need for more ne-grained trust. To meet the need in these cases, NFS supports various security
levels using the Kerberos infrastructure. Kerberos requires NFSv4, which is used by default. For
details, see Book “Security Guide”, Chapter 6 “Network Authentication with Kerberos”.
The following are terms used in the YaST module.
Exports
A directory exported by an NFS server, which clients can integrate it into their system.
NFS Client
The NFS client is a system that uses NFS services from an NFS server over the Network File
System protocol. The TCP/IP protocol is already integrated into the Linux kernel; there is
no need to install any additional software.
NFS Server
The NFS server provides NFS services to clients. A running server depends on the following
daemons: nfsd (worker), idmapd (ID-to-name mapping for NFSv4, needed for certain
scenarios only), statd (le locking), and mountd (mount requests).
NFSv4
NFSv4 is the new version 4 implementation that supports secure user authentication via
kerberos. NFSv4 requires one single port only and thus is better suited for environments
behind a firewall than NFSv3.
The protocol is specified as http://tools.ietf.org/html/rfc3530 .
pNFS
Parallel NFS, a protocol extension of NFSv4. Any pNFS clients can directly access the data
on an NFS server.
2. Click Add in the NFS Shares tab. Enter the host name of the NFS server, the directory to
import, and the mount point at which to mount this directory locally.
4. To use Kerberos authentication for NFS, GSS security must be enabled. Select Enable GSS
Security.
5. Enable Open Port in Firewall in the NFS Settings tab if you use a Firewall and want to allow
access to the service from remote computers. The firewall status is displayed next to the
check box.
The configuration is written to /etc/fstab and the specified le systems are mounted. When
you start the YaST configuration client at a later time, it also reads the existing configuration
from this le.
/nfsmounts /etc/auto.nfs
Now the /nfsmounts directory acts as the root for all the NFS mounts on the client if the au-
to.nfs le is lled appropriately. The name auto.nfs is chosen for the sake of convenience—
you can choose any name. In auto.nfs add entries for all the NFS mounts as follows:
Activate the settings with systemctl start autofs as root . In this example, /nfs-
mounts/localdata , the /data directory of server1 , is mounted with NFS and /nfs-
mounts/nfs4mount from server2 is mounted with NFSv4.
If the /etc/auto.master le is edited while the service autofs is running, the automounter
must be restarted for the changes to take effect with systemctl restart autofs .
For NFSv4 mounts, use nfs4 instead of nfs in the third column:
The noauto option prevents the le system from being mounted automatically at start-up. If you
want to mount the respective le system manually, it is possible to shorten the mount command
specifying the mount point only:
With small les most of the time is spent collecting the metadata.
With big les most of the time is spent on transferring the data from server to client.
pNFS, or parallel NFS, overcomes this limitation as it separates the le system metadata from
the location of the data. As such, pNFS requires two types of servers:
The metadata and the storage servers form a single, logical NFS server. When a client wants to
read or write, the metadata server tells the NFSv4 client which storage server to use to access
the le chunks. The client can access the data directly on the server.
SUSE Linux Enterprise Desktop supports pNFS on the client side only.
Proceed as described in Procedure 30.1, “Importing NFS Directories”, but click the pNFS (v4.1) check
box and optionally NFSv4 share. YaST will do all the necessary steps and will write all the
required options in the le /etc/exports .
To help with debugging, change the value in the /proc le system:
For instructions for setting up kerberized NFS, refer to NFS Version 4 Open Source Reference
Implementation (http://www.citi.umich.edu/projects/nfsv4/linux/krb5-setup.html) .
If you have questions on NFSv4, refer to the Linux NFSv4 FAQ (http://www.citi.umich.e-
du/projects/nfsv4/linux/faq/) .
Using Samba, a Unix machine can be configured as a le and print server for ma-
cOS, Windows, and OS/2 machines. Samba has developed into a fully-edged and
rather complex product. Configure Samba with YaST, or by editing the configura-
tion le manually.
31.1 Terminology
The following are some terms used in Samba documentation and in the YaST module.
SMB protocol
Samba uses the SMB (server message block) protocol that is based on the NetBIOS services.
Microsoft released the protocol so other software manufacturers could establish connec-
tions to a Microsoft domain network. With Samba, the SMB protocol works on top of the
TCP/IP protocol, so the TCP/IP protocol must be installed on all clients.
CIFS protocol
CIFS (common Internet le system) protocol is another protocol supported by Samba. CIFS
defines a standard remote le system access protocol for use over the network, enabling
groups of users to work together and share documents across the network.
NetBIOS
NetBIOS is a software interface (API) designed for communication between machines pro-
viding a name service. It enables machines connected to the network to reserve names for
themselves. After reservation, these machines can be addressed by name. There is no cen-
tral process that checks names. Any machine on the network can reserve as many names
as it wants as long as the names are not already in use. The NetBIOS interface can be
implemented for different network architectures. An implementation that works relatively
closely with network hardware is called NetBEUI, but this is often called NetBIOS. Net-
work protocols implemented with NetBIOS are IPX from Novell (NetBIOS via TCP/IP) and
TCP/IP.
Samba server
Samba server provides SMB/CIFS services and NetBIOS over IP naming services to clients.
For Linux, there are three daemons for Samba server: smbd for SMB/CIFS services, nmbd
for naming services, and winbind for authentication.
Samba client
The Samba client is a system that uses Samba services from a Samba server over the SMB
protocol. Common operating systems, such as Windows and macOS support the SMB pro-
tocol. The TCP/IP protocol must be installed on all computers. Samba provides a client
for the different Unix flavors. For Linux, there is a kernel module for SMB that allows
the integration of SMB resources on the Linux system level. You do not need to run any
daemon for the Samba client.
Shares
SMB servers provide resources to the clients by means of shares. Shares are printers and
directories with their subdirectories on the server. It is exported by means of a name and
can be accessed by its name. The share name can be set to any name—it does not need to
be the name of the export directory. A printer is also assigned a name. Clients can access
the printer by its name.
DC
A domain controller (DC) is a server that handles accounts in a domain. For data replica-
tion, additional domain controllers are available in one domain.
[global]
workgroup = WORKGROUP
domain logons = Yes
domain master = Yes
useradd hostname\$
smbpasswd -a -m hostname
With the useradd command, a dollar sign is added. The command smbpasswd inserts this
automatically when the parameter -m is used. The commented configuration example ( /usr/
share/doc/packages/samba/examples/smb.conf.SUSE ) contains settings that automate this
task.
To make sure that Samba can execute this script correctly, choose a Samba user with the required
administrator permissions and add it to the ntadmin group. Then all users belonging to this
Linux group can be assigned Domain Admin status with the command:
Files agged for compression are transparently compressed and decompressed by the underlying
le system when accessed or modified. This normally results in storage capacity savings at the
expense of extra CPU overhead when accessing the le. New les and directories inherit the
compression ag from the parent directory, unless created with the FILE_NO_COMPRESSION
option.
Windows Explorer presents compressed les and directories visually differently to those that
are not compressed:
Snapshots on a Samba server can be exposed to remote Windows clients as le or directory
previous versions.
To enable snapshots on a Samba server, the following conditions must be fulfilled:
The SMB network share path has a related snapper configuration le. You can create the
snapper le with
For more information on snapper, see Chapter 7, System Recovery and Snapshot Management
with Snapper.
The snapshot directory tree must allow access for relevant users. For more information,
see the PERMISSIONS section of the vfs_snapper manual page ( man 8 vfs_snapper ).
To support remote snapshots, you need to modify the /etc/samba/smb.conf le. You can do
it either with YaST Network Services Samba Server, or manually by enhancing the relevant
share section with
Note that you need to restart the Samba service for manual smb.conf changes to take effect:
After being configured, snapshots created by snapper for the Samba share path can be accessed
from Windows Explorer from a le or directory's Previous Versions tab.
By default, snapshots can only be created and deleted on the Samba server locally, via the
snapper command line utility, or using snapper's time line feature.
Samba can be configured to process share snapshot creation and deletion requests from remote
hosts using the File Server Remote VSS Protocol (FSRVP).
[global]
rpc_daemon:fssd = fork
registry shares = yes
include = registry
FSRVP clients, including Samba's rpcclient and Windows Server 2012 DiskShadow.exe , can
then instruct Samba to create or delete a snapshot for a given share, and expose the snapshot
as a new share.
netname: windows_server_2012_share@{1C26544E-8251-445F-BE89-D1E0A3938777}
remark: (null)
path: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy{F6E6507E-F537-11E3-9404-
B8AC6F927453}\Shares\windows_server_2012_share\
password: (null)
Confirm that the snapshot share has been removed by the server:
5. Create new share with path /srv/smb , and YaST Expose Snapshots check box enabled.
Make sure to add the following snippets to the global section of /etc/samba/smb.conf
as mentioned in Section 31.6.2.2, “Remote Share Snapshots”:
[global]
rpc_daemon:fssd = fork
registry shares = yes
include = registry
Ensure that any ALLOW_USERS are also permitted traversal of the .snapshots subdirec-
tory.
The previous command is not needed for the "EXAMPLE\Administrator" user, which has
privileges already granted.
2. Join the same Active Directory domain EXAMPLE as with the SUSE Linux Enterprise Desk-
top.
3. Reboot.
4. Open Powershell.
PS C:\Users\Administrator.EXAMPLE> diskshadow.exe
Microsoft DiskShadow version 1.0
Copyright (C) 2012 Microsoft Corporation
On computer: WIN-CLIENT, 6/17/2014 3:53:54 PM
6. Specify that shadow copy persists across program exit, reset or reboot:
7. Check whether the specified share supports snapshots, and create one:
9. After the snapshot was created, try to delete it and verify the deletion:
32.1 Installation
autofs is not installed on SUSE Linux Enterprise Desktop by default. To use its auto-mounting
capabilities, rst install it with
32.2 Configuration
You need to configure autofs manually by editing its configuration les with a text editor,
such as vim . There are two basic steps to configure autofs —the master map le, and specific
map les.
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5). 1
#
#/misc /etc/auto.misc 2
#
#+dir:/etc/auto.master.d
#
# Include central master map if it can be found using
# nsswitch sources.
#
# Note that if there are entries for /net or /misc (as
# above) in the included master map any keys that are the
# same will not be seen as the first read key seen takes
# precedence.
#
+auto.master 4
1 The autofs manual page ( man 5 autofs ) offers a lot of valuable information on the
format of the automounter maps.
2 Although commented out (#) by default, this is an example of a simple automounter map-
ping syntax.
3 In case you need to split the master map into several les, uncomment the line, and put
the mappings (suffixed with .autofs ) in the /etc/auto.master.d/ directory.
4 +auto.master ensures that those using NIS will still nd their master map.
mount point
The base location where to mount the autofs le system, such as /home .
map name
The name of a map source to use for mounting. For the syntax of the maps les, see
Section 32.2.2, “Map Files”.
options
These options (if specified) will apply as defaults to all entries in the given map.
/smb /etc/auto.smb
Direct mounts create a mount point at the path specified inside the relevant map le. Instead of
specifying the mount point in auto.master , replace the mount point eld with /- . For exam-
ple, the following line tells autofs to create a mount point at the place specified in auto.smb :
/- /etc/auto.smb
/- auto.smb
Map les specify the (local or network) source location, and the mount point where to mount the
source locally. The general format of maps is similar to the master map. The difference is that
the options appear between the mount point and the location instead of at the end of the entry:
mount point
Specifies where to mount the source location. This can be either a single directory name
(so-called indirect mount) to be added to the base mount point specified in auto.master ,
or the full path of the mount point (direct mount, see Section 32.2.1.1, “Direct Mounts”).
options
Specifies optional comma-separated list of mount options for the relevant entries. If au-
to.master contains options for this map le as well, theses are appended.
location
Specifies from where the le system is to be mounted. It is usually an NFS or SMB volume
in the usual notation host_name:path_name . If the le system to be mounted begins with
a '/' (such as local /dev entries or smbfs shares), a colon symbol ':' needs to be prefixed,
such as :/dev/sda1 .
enable
Starts the automounter daemon at boot.
start
Starts the automounter daemon.
status
Prints the current status of the autofs service together with a part of a relevant log le.
restart
Stops and starts the automounter, terminating all running daemons and starting new ones.
reload
Checks the current auto.master map, restarts those daemons whose entries have
changed, and starts new ones for new entries.
1. Stop autofs .
2. From one terminal, run automount manually in the foreground, producing verbose out-
put.
3. From another terminal, try to mount the auto-mounting le systems by accessing the
mount points (for example by cd or ls ).
4. Check the output of automount from the rst terminal for more information why the
mount failed, or why it was not even attempted.
Add a new entry for the new NFS mount at the end of /etc/auto.master :
It tells autofs that the base mount point is /nfs , the NFS shares are specified in the
/etc/auto.nfs map, and that all shares in this map will be automatically unmounted
after 10 seconds of inactivity.
/etc/auto.nfs normally contains a separate line for each NFS share. Its format is de-
scribed in Section 32.2.2, “Map Files”. Add the line describing the mount point and the NFS
share network address:
export jupiter.com:/home/geeko/doc/export
The above line means that the /home/geeko/doc/export directory on the jupiter.com
host will be auto-mounted to the /nfs/export directory on the local host ( /nfs is taken
from the auto.master map) when requested. The /nfs/export directory will be created
automatically by autofs .
3. Optionally comment out the related line in /etc/fstab if you previously mounted the
same NFS share statically. The line should look similar to this:
# ls -l /nfs/export
total 20
drwxr-xr-x 5 1001 users 4096 Jan 14 2017 .images/
drwxr-xr-x 10 1001 users 4096 Aug 16 2017 .profiled/
drwxr-xr-x 3 1001 users 4096 Aug 30 2017 .tmp/
drwxr-xr-x 4 1001 users 4096 Apr 25 08:56 manual/
/net -hosts
For example, if you have a server named jupiter with an NFS share called /export , you can
mount it by typing
/home /etc/auto.home
Now you need to add the correct mapping to the /etc/auto.home le, so that the users' home
directories are mounted automatically. One solution is to create separate entries for each direc-
tory:
wilber jupiter.com:/home/wilber
This is very awkward as you need to manage the list of users inside auto.home . You can use
the asterisk '*' instead of the mount point, and the ampersand '&' instead of the directory to
be mounted:
* jupiter:/home/&
SUSE® Linux Enterprise Desktop comes with various sources of information and documentation,
many of which are already integrated into your installed system.
Documentation in /usr/share/doc
This traditional help directory holds various documentation les and release notes for your
system. It contains also information of installed packages in the subdirectory packages .
Find more detailed information in Section 33.1, “Documentation Directory”.
AUTHORS
List of the main developers.
BUGS
Known bugs or malfunctions. Might also contain a link to a Bugzilla Web page where you
can search all bugs.
COPYING ,
LICENSE
Licensing information.
FAQ
Question and answers collected from mailing lists or newsgroups.
INSTALL
How to install this package on your system. As the package is already installed by the time
you get to read this le, you can safely ignore the contents of this le.
README , README.*
General information on the software. For example, for what purpose and how to use it.
TODO
Things that are not implemented yet, but probably will be in the future.
MANIFEST
List of les with a brief summary.
NEWS
Description of what is new in this version.
and Page ↓ . Move between the beginning and the end of a document with Home and End . End
this viewing mode by pressing Q . Learn more about the man command itself with man man .
Man pages are sorted in categories as shown in Table 33.1, “Man Pages—Categories and Descriptions”
(taken from the man page for man itself).
Number Description
6 Games
Each man page consists of several parts labeled NAME , SYNOPSIS , DESCRIPTION , SEE ALSO ,
LICENSING , and AUTHOR . There may be additional sections available depending on the type
of command.
SUSE Forums
There are several forums where you can dive in on discussions about SUSE products. See
http://forums.suse.com/ for a list.
SUSE Conversations
An online community, which offers articles, tips, Q and A, and free tools to download:
http://www.suse.com/communities/conversations/
GNOME Documentation
Documentation for GNOME users, administrators and developers is available at http://
library.gnome.org/ .
For a quick overview of all relevant system information of a machine, SUSE Linux
Enterprise Desktop offers the hostinfo package. It also helps system administra-
tors to check for tainted kernels (that are not supported) or any third-party pack-
ages installed on a machine.
In case of problems, a detailed system report may be created with either the sup-
portconfig command line tool or the YaST Support module. Both will collect infor-
mation about the system such as: current kernel version, hardware, installed pack-
ages, partition setup, and much more. The result is a TAR archive of les. After
opening a Service Request (SR), you can upload the TAR archive to Global Techni-
cal Support. It will help to locate the issue you reported and to assist you in solving
the problem.
Additionally, you can analyze the supportconfig output for known issues to help
resolve problems faster. For this purpose, SUSE Linux Enterprise Desktop provides
both an appliance and a command line tool for Supportconfig Analysis (SCA).
Hostname: earth
Current As Of: Wed 12 Mar 2014 03:57:05 PM CET
Distribution: SUSE Linux Enterprise Server 12
-Service Pack: 0
Architecture: x86_64
Kernel Version: 3.12.12-3-default
-Installed: Mon 10 Mar 2014 03:15:05 PM CET
-Status: Not Tainted
Last Updated Package: Wed 12 Mar 2014 03:56:43 PM CET
-Patches Needed: 0
-Security: 0
-3rd Party Packages: 0
In case the output shows a tainted kernel status, see Section 34.6, “Support of Kernel Modules”
for more details.
The command line tool is provided by the package supportutils which is installed by default.
The YaST Support module is also based on the command line tool.
Depending on which packages are installed on your system, some of these packages integrate
Supportconfig plug-ins. When Supportconfig is executed, all plug-ins are executed as well and
create one or more result les for the archive. That has the benefit that the only topics checked
are those that contain a specific plug-in for them. Supportconfig plug-ins are stored in the di-
rectory /usr/lib/supportconfig/plugins/ .
US customers: ftp://ftp.novell.com/incoming
Alternatively, you can manually attach the TAR archive to your service request using the service
request URL: https://scc.suse.com/support/requests .
5. If you want to submit the archive to Global Technical Support at the end of the information
collection process, Upload Information is required. YaST automatically proposes an upload
server. If you want to modify it, refer to Section 34.2.2, “Upload Targets” for details of which
upload servers are available.
If you want to submit the archive later on, you can leave the Upload Information empty
for now.
9. Save the TAR archive. If you started the YaST module as root user, by default YaST
proposes to save the archive to /var/log (otherwise, to your home directory). The le
name format is nts_HOST_DATE_TIME.tbz .
10. If you want to upload the archive to support directly, make sure Upload log les tarball to
URL is activated. The Upload Target shown here is the one that YaST proposes in Step 5. If
you want to modify the upload target, nd detailed information of which upload servers
are available in Section 34.2.2, “Upload Targets”.
11. If you want to skip the upload, deactivate Upload log les tarball to URL.
2. Run supportconfig . Usually, it is enough to run this tool without any options. Some
options are very common and are displayed in the following list:
-E MAIL ,
-N NAME ,
-O COMPANY ,
-P PHONE
Sets your contact data: e-mail address ( -E ), company name ( -O ), your name ( -N ),
and your phone number ( -P ).
-i KEYWORDS ,
-F
Limits the features to check. The placeholder KEYWORDS is a comma separated list
of case-sensitive keywords. Get a list of all keywords with supportconfig -F .
4. The default archive location is /var/log , with the le name format being
nts_HOST_DATE_TIME.tbz
[...]
File System List... Skipped 3
[...]
Command History... Excluded 4
[...]
Supportconfig Plugins: 1 5
1 The temporary data directory to store the results. This directory is archived as tar le, see
6 .
3 The feature was skipped because some les of one or more RPM packages were changed.
4 The feature was excluded because it was deselected via the -x option.
5 The script found one plug-in and executes the plug-in pstree . The plug-in was found in
the directory /usr/lib/supportconfig/plugins/ . See the man page for details.
6 The tar le name of the archive, by default compressed with bzip2 .
Additional keywords can be separated through commas. For example, an additional disk
test:
For a complete list of feature keywords that you can use for limiting the collected infor-
mation to a specific area, run:
This is especially useful in high logging environments or after a kernel crash when syslog
rotates the log les after a reboot.
The following le names are always available inside the TAR archive:
MINIMUM FILES IN ARCHIVE
basic-environment.txt
Contains the date when this script was executed and system information like version of
the distribution, hypervisor information, and more.
basic-health-check.txt
Contains some basic health checks like uptime, virtual memory statistics, free memory and
hard disk, checks for zombie processes, and more.
hardware.txt
Contains basic hardware checks like information about the CPU architecture, list of all
connected hardware, interrupts, I/O ports, kernel boot messages, and more.
messages.txt
Contains log messages from the system journal.
rpm.txt
Contains a list of all installed RPM packages, the name, where they are coming from, and
their versions.
summary.xml
supportconfig.txt
Contains information about the supportconfig script itself.
y2log.txt
Contains YaST specific information like specific packages, configuration les, and log les.
Table 34.1, “Comparison of Features and File Names in the TAR Archive” lists all available features and
their le names. Further service packs can extend the list, as can plug-ins.
AFP novell-afp.txt
APPARMOR security-apparmor.txt
AUDIT security-audit.txt
AUTOFS fs-autofs.txt
BOOT boot.txt
BTRFS fs-btrfs.txt
DAEMONS chkconfig.txt
CIFS novell-cifs.txt
CIMOM cimom.txt
CRASH crash.txt
CRON cron.txt
DFS novell-dfs.txt
DHCP dhcp.txt
DISK fs-diskio.txt
DNS dns.txt
DOCKER cocker.txt
DRBD drbd.txt
DSFW novell-dsfw.txt
EDIR novell-edir.txt
ENV env.txt
ETC etc.txt
EVMS evms.txt
HA ha.txt
HAPROXY haproxy.txt
HISTORY shell_history.txt
IB ib.txt
IMAN novell-iman.txt
ISCSI fs-iscsi.txt
KVM kvm.txt
LDAP ldap.txt
LUM novell-lum.txt
LVM lvm.txt
LXC lxc.txt
MEM memory.txt
MOD modules.txt
MPIO mpio.txt
NCP novell-ncp.txt
NCS novell-ncs.txt
NET network-*.txt
NFS nfs.txt
NIT novell-nit.txt
NSS novell-nss.txt
NTP ntp.txt
OCFS2 ocfs2.txt
OES n/a
OFILES open-files.txt
PAM pam.txt
PRINT print.txt
PROC proc.txt
PROXY novell-proxymgmt.txt
SAM sam.txt
SAR sar.txt
SLERT slert.txt
SLP slp.txt
SMT smt.txt
SMART fs-smartmon.txt
SMB samba.txt
SMS novell-sms.txt
SRAID fs-softraid.txt
SSH ssh.txt
SSSD sssd.txt
SYSCONFIG sysconfig.txt
SYSFS sysfs.txt
UDEV udev.txt
UFILES fs-files-additional.txt
UP updates.txt
UPD updates-daemon.txt
WEB web.txt
X x.txt
XEN xen.txt
The following examples use 12345678901 as a placeholder for your service request number.
Replace 12345678901 with the service request number you created in Section 34.2.1, “Creating
a Service Request Number”.
The following procedure assumes that you have already created a Supportconfig archive,
but have not uploaded it yet. Make sure to have included your contact information in
the archive as described in Section 34.2.3, “Creating a Supportconfig Archive with YaST”, Step 4.
For instructions on how to generate and submit a Supportconfig archive in one go, see
Section 34.2.3, “Creating a Supportconfig Archive with YaST”.
2. Click Upload.
4. YaST automatically proposes an upload server. If you want to modify it, refer to Sec-
tion 34.2.2, “Upload Targets” for details of which upload servers are available.
5. Click Finish.
The following procedure assumes that you have already created a Supportconfig archive,
but have not uploaded it yet. For instructions on how to generate and submit a Support-
config archive in one go, see Section 34.2.3, “Creating a Supportconfig Archive with YaST”.
3. After the TAR archive arrives in the incoming directory of our FTP server, it becomes
automatically attached to your service request.
sudo scatool -s
sudo scatool -c
Starts the interactive console for scatool . Press →| twice to see the available commands.
For further options and information, run sudo scatool -h or see the scatool man page.
PREREQUISITES
Web and Scripting Module (you must register the machine to be able to select this module).
After the appliance is set up and running, no more manual interaction is required. This
way of setting up the appliance is therefore ideal for using cron jobs to create and upload
Supportconfig archives.
1. On the machine on which to install the appliance, log in to a console and execute the
following commands:
2. In YaST FTP Server, select Authentication Enable Upload Anonymous Can Upload Fin-
ish Yes to Create /srv/ftp/upload.
This way of setting up the appliance requires manual interaction when typing the SSH
password.
34.4.2.2 Prerequisites
To run an SCA appliance server, you need the following prerequisites:
Apache
PHP
MariaDB
1. For Apache and MariaDB, install the Web and LAMP installation patterns.
Now you can install the SCA appliance and set it up as described in Procedure 34.5, “Installing
and Configuring the SCA Appliance”.
After installing the packages, use the setup-sca script for the basic configuration of the
MariaDB administration and report database that is used by the SCA appliance.
It can be used to configure the following options you have for uploading the Supportconfig
archives from your machines to the SCA appliance:
scp
2. Additionally, install the pattern packages for the types of Supportconfig archives you want
to analyze. For example, if you have SUSE Linux Enterprise Server 12 and SUSE Linux
Enterprise Server 15 servers in your environment, install both the sca-patterns-sle12
and sca-patterns-sle15 packages.
To install all available patterns:
3. For basic setup of the SCA appliance, use the setup-sca script. How to call it depends
on how you want to upload the Supportconfig archives to the SCA appliance server:
If you have configured an anonymous FTP server that uses the /srv/ftp/upload
directory, execute the setup script with the -f option. Follow the instructions on
the screen:
If you want to upload Supportconfig les to the /tmp directory of the SCA appliance
server via scp , call the setup script without any parameters. Follow the instructions
on the screen:
The setup script runs a few checks regarding its requirements and configures the needed
components. It will prompt you for two passwords: the MySQL root password of the
MariaDB that you have set up, and a Web user password with which to log in to the Web
interface of the SCA appliance.
4. Enter the existing MariaDB root password. It will allow the SCA appliance to connect
to the MariaDB.
After successful installation and setup, the SCA appliance is ready for use, see Section 34.4.2.4,
“Using the SCA Appliance”. However, you should modify some options such as changing the pass-
word for the Web interface, changing the source for the SCA pattern updates, enabling archiving
mode or configuring e-mail notifications. For details on that, see Section 34.4.2.5, “Customizing
the SCA Appliance”.
You can upload existing Supportconfig archives to the SCA appliance manually or create new
Supportconfig archives and upload them to the SCA appliance in one step. Uploading can be
done via FTP or SCP. For both, you need to know the URL where the SCA appliance can be
reached. For upload via FTP, an FTP server needs to be configured for the SCA appliance, see
Procedure 34.5, “Installing and Configuring the SCA Appliance”.
You will be prompted for the root user password of the server running the SCA appliance.
If you want to manually upload one or multiple archives, copy the existing archive les
(usually located at /var/log/nts_*.tbz ) to the SCA appliance. As target, use either the
appliance server's /tmp directory or the /srv/ftp/upload directory (if FTP is configured
for the SCA appliance server).
SCA reports can be viewed from any machine that has a browser installed and can access the
report index page of the SCA appliance.
1. Start a Web browser and make sure that JavaScript and cookies are enabled.
https://sca-appliance.company.com/sca
3. You will be prompted for a user name and a password to log in.
4. After logging in, click the date of the report you want to read.
6. In the Message column, click an individual entry. This opens the corresponding article in
the SUSE Knowledge base. Read the proposed solution and follow the instructions.
7. If the Solutions column of the Supportconfig Analysis Report shows any additional entries,
click them. Read the proposed solution and follow the instructions.
8. Check the SUSE Knowledge base (http://www.suse.com/support/kb/ ) for results that di-
rectly relate to the problem identified by SCA. Work at resolving them.
9. Check for results that can be addressed proactively to avoid future problems.
The following sections show how to change the password for the Web interface, how to change
the source for the SCA pattern updates, how to enable archiving mode, and how to configure
e-mail notifications.
The SCA Appliance Web interface requires a user name and password for logging in. The default
user name is scdiag and the default password is linux (if not specified otherwise, see Proce-
dure 34.5, “Installing and Configuring the SCA Appliance”). Change the default password to a secure
password at the earliest possibility. You can also modify the user name.
1. Log in as root user at the system console of the SCA appliance server.
By default, all sca-patterns-* packages are updated regularly by a root cron job that ex-
ecutes the sdagent-patterns script nightly, which in turn runs zypper update sca-pat-
terns-* . A regular system update will update all SCA appliance and pattern packages. To up-
date the SCA appliance and patterns manually, run:
The updates are installed from the SUSE Linux Enterprise 15 update repository by default. You
can change the source for the updates to an RMT server, if desired. When sdagent-patterns
runs zypper update sca-patterns-* , it gets the updates from the currently configured update
channel. If that channel is located on an RMT server, the packages will be pulled from there.
1. Log in as root user at the system console of the SCA appliance server.
UPDATE_FROM_PATTERN_REPO=1
to
4. Save the le and exit. The machine does not require any restart to apply the change.
All Supportconfig archives are deleted from the SCA appliance after they have been analyzed and
their results have been stored in the MariaDB database. However, for troubleshooting purposes
it can be useful to keep copies of Supportconfig archives from a machine. By default, archiving
mode is disabled.
1. Log in as root user at the system console of the SCA appliance server.
ARCHIVE_MODE=0
to
ARCHIVE_MODE=1
4. Save the le and exit. The machine does not require any restart to apply the change.
After having enabled archive mode, the SCA appliance will save the Supportconfig les to the
/var/log/archives/saved directory, instead of deleting them.
The SCA appliance can e-mail a report HTML le for each Supportconfig analyzed. This feature
is disabled by default. When enabling it, you can define a list of e-mail addresses to which
the reports should be sent. Define a level of status messages that trigger the sending of reports
( STATUS_NOTIFY_LEVEL ).
$STATUS_OFF
Deactivate sending of HTML reports.
$STATUS_WARNING
Send only SCA reports that include a WARNING or CRITICAL.
$STATUS_RECOMMEND
Send only SCA reports that include a RECOMMEND, WARNING or CRITICAL.
$STATUS_SUCCESS
Send SCA reports that include a SUCCESS, RECOMMEND, WARNING or CRITICAL.
1. Log in as root user at the system console of the SCA appliance server.
4. To enable e-mail notifications, change $STATUS_OFF to the level of status messages that
you want to have e-mail reports for, for example:
STATUS_NOTIFY_LEVEL=$STATUS_SUCCESS
b. Replace root with a list of e-mail addresses to which SCA reports should be sent.
The e-mail addresses must be separated by spaces. For example:
EMAIL_REPORT='tux@my.company.com wilber@your.company.com'
6. Save the le and exit. The machine does not require any restart to apply the changes. All
future SCA reports will be e-mailed to the specified addresses.
1. Log in as root user at the system console of the server running the SCA appliance.
4. If you are using the pattern creation database to develop your own patterns (see Sec-
tion 34.4.3, “Developing Custom Analysis Patterns”), back up this data, too:
sca-backup-*sql.gz
sdp-backup-*sql.gz
1. Log in as root user at the system console of the server running the SCA appliance.
5. If you are using the pattern creation database to create your own patterns, also import
the following data with:
6. If you are using custom patterns, also restore /usr/lib/sca/patterns/local from your
backup data.
root # sdagent-patterns -u
If issues appear very early during installation, you may be able to gather information from the
log le created by linuxrc . linuxrc is a small command that runs before YaST starts. This
log le is available at /var/log/linuxrc.log .
Kernel modules supported by SUSE partners and delivered using SUSE SolidDriver Pro-
gram are marked “external”.
If the supported ag is not set, loading this module will taint the kernel. Tainted kernels
are not supported. Unsupported Kernel modules are included in an extra RPM package
( kernel-FLAVOR-extra ). That package is only available for SUSE Linux Enterprise Desk-
top and the SUSE Linux Enterprise Workstation Extension. Those kernels will not be loaded
by default ( FLAVOR = default | xen |...). In addition, these unsupported modules are not
available in the installer, and the kernel-FLAVOR-extra package is not part of the SUSE
Linux Enterprise media.
Kernel modules not provided under a license compatible to the license of the Linux ker-
nel will also taint the kernel. For details, see /usr/src/linux/Documentation/sysctl/
kernel.txt and the state of /proc/sys/kernel/tainted .
modprobe : The modprobe utility for checking module dependencies and loading modules
appropriately checks for the value of the supported ag. If the value is “yes” or “external”
the module will be loaded, otherwise it will not. For information on how to override this
behavior, see Section 34.6.2, “Working with Unsupported Modules”.
Note: Support
SUSE does not generally support the removal of storage modules via modprobe -r .
During installation, unsupported modules may be added through driver update disks, and
they will be loaded. To enforce loading of unsupported modules during boot and after-
ward, use the kernel command line option oem-modules . While installing and initializ-
ing the suse-module-tools package, the kernel ag TAINT_NO_SUPPORT ( /proc/sys/
kernel/tainted ) will be evaluated. If the kernel is already tainted, allow_unsupport-
ed_modules will be enabled. This will prevent unsupported modules from failing in the
system being installed. If no unsupported modules are present during installation and the
other special kernel command line option ( oem-modules=1 ) is not used, the default still
is to disallow unsupported modules.
http://www.suse.com/communities/conversations/sca-pattern-development/ —
Instructions on how to create (and test) your own SCA patterns.
http://www.suse.com/communities/conversations/basic-server-health-check-
supportconfig/ —A Basic Server Health Check with Supportconfig.
https://www.novell.com/communities/coolsolutions/cool_tools/create-your-own-
supportconfig-plugin/ —Create Your Own Supportconfig Plugin.
http://www.suse.com/communities/conversations/creating-a-
central-supportconfig-repository/ —Creating a Central Supportconfig Repository.
TABLE 35.1: LOG FILES
Apart from log les, your machine also supplies you with information about the running system.
See Table 35.2: System Information With the /proc File System
File Description
Apart from the /proc le system, the Linux kernel exports information with the sysfs module,
an in-memory le system. This module represents kernel objects, their attributes and relation-
ships. For more information about sysfs , see the context of udev in Chapter 22, Dynamic Kernel
Device Management with udev. Table 35.3 contains an overview of the most common directories
under /sys .
File Description
Linux comes with several tools for system analysis and monitoring. See Book “System Analysis
and Tuning Guide”, Chapter 2 “System Monitoring Utilities” for a selection of the most important ones
used in system diagnostics.
BIOS Settings
Check your BIOS for references to your hard disk. GRUB 2 may simply not be started if
the hard disk itself cannot be found with the current BIOS settings.
1. Reboot the computer using the reset button, or switch it o and on again.
2. When the GRUB 2 boot screen becomes visible, select the Advanced Options entry and
choose the previous kernel from the menu. The machine will boot using the prior version
of the kernel and its associated les.
3. After the boot process has completed, remove the newly installed kernel and, if necessary,
set the default boot entry to the old kernel using the YaST Boot Loader module. For more
information refer to Section 12.3, “Configuring the Boot Loader with YaST”. However, doing
this is probably not necessary because automated update tools normally modify it for you
during the rollback process.
4. Reboot.
If this does not x the problem, boot the computer using the installation media. After the ma-
chine has booted, continue with Step 3.
The network is not working. For further directions on this, turn to Section 35.4, “Network
Problems”.
DNS is not working at the moment (which prevents GNOME from working and the system
from making validated requests to secure servers). One indication that this is the case
is that the machine takes an extremely long time to respond to any action. Find more
information about this topic in Section 35.4, “Network Problems”.
If the system is configured to use Kerberos, the system's local time may have drifted past
the accepted variance with the Kerberos server time (this is typically 300 seconds). If NTP
(network time protocol) is not working properly or local NTP servers are not working,
Kerberos authentication ceases to function because it depends on common clock synchro-
nization across the network.
The home partition is encrypted. Find more information about this topic in Section 35.3.3,
“Login to Encrypted Home Partition Fails”.
In all cases that do not involve external network problems, the solution is to reboot the system
into single-user mode and repair the configuration before booting again into operating mode
and attempting to log in again. To boot into single-user mode:
2. Press Esc to exit the splash screen and get to the GRUB 2 text-based menu.
4. Add the following parameter to the line containing the kernel parameters:
systemd.unit=rescue.target
8. Boot into the full multiuser and network mode by entering systemctl isolate graph-
ical.target at the command line.
The user's home directory containing the desktop configuration les is corrupted or write
protected.
There may be problems with the X Window System authenticating this particular user,
especially if the user's home directory has been used with another Linux distribution prior
to installing the current one.
1. Check whether the user remembered their password correctly before you start debugging
the whole authentication mechanism. If the user may have not remember their password
correctly, use the YaST User Management module to change the user's password. Pay
attention to the Caps Lock key and unlock it, if necessary.
2. Log in as root and check the system journal with journalctl -e for error messages
of the login process and of PAM.
3. Try to log in from a console (using Ctrl – Alt – F1 ). If this is successful, the blame cannot
be put on PAM, because it is possible to authenticate this user on this machine. Try to locate
any problems with the X Window System or the GNOME desktop. For more information,
refer to Section 35.3.4, “Login Successful but GNOME Desktop Fails”.
5. If the desktop could not start because of corrupt configuration les, proceed with Sec-
tion 35.3.4, “Login Successful but GNOME Desktop Fails”.
In the following, common reasons a network authentication for a particular user may fail on a
specific machine are listed:
The user name exists in the machine's local authentication les and is also provided by a
network authentication system, causing conflicts.
The home directory exists but is corrupt or unavailable. Perhaps it is write protected or is
on a server that is inaccessible at the moment.
The user does not have permission to log in to that particular host in the authentication
system.
The machine has changed host names, for whatever reason, and the user does not have
permission to log in to that host.
The machine cannot reach the authentication server or directory server that contains that
user's information.
There may be problems with the X Window System authenticating this particular user, es-
pecially if the user's home has been used with another Linux distribution prior to installing
the current one.
To locate the cause of the login failures with network authentication, proceed as follows:
1. Check whether the user remembered their password correctly before you start debugging
the whole authentication mechanism.
2. Determine the directory server which the machine relies on for authentication and make
sure that it is up and running and properly communicating with the other machines.
3. Determine that the user's user name and password work on other machines to make sure
that their authentication data exists and is properly distributed.
5. Try to log in from a console (using Ctrl – Alt – F1 ). If this is successful, the problem is
not with PAM or the directory server on which the user's home is hosted, because it is
possible to authenticate this user on this machine. Try to locate any problems with the
X Window System or the GNOME desktop. For more information, refer to Section 35.3.4,
“Login Successful but GNOME Desktop Fails”.
6. If the user's home directory has been used with another Linux distribution, remove the
Xauthority le in the user's home. Use a console login via Ctrl – Alt – F1 and run
rm .Xauthority as this user. This should eliminate X authentication problems for this
user. Try graphical login again.
7. If the desktop could not start because of corrupt configuration les, proceed with Sec-
tion 35.3.4, “Login Successful but GNOME Desktop Fails”.
2. Become root .
5. Exit the text console and switch back to the login screen with Alt – F7 .
6. Log in as usual.
4. Log out.
6. Recover your individual application configuration data (including the Evolution e-mail
client data) by copying the ~/.gconf-ORIG-RECOVER/apps/ directory back into the new
~/.gconf directory as follows:
If this causes the login problems, attempt to recover only the critical application data and
reconfigure the remainder of the applications.
1. If you use an Ethernet connection, check the hardware rst. Make sure that your network
cable is properly plugged into your computer and router (or hub, etc.). The control lights
next to your Ethernet connector are normally both be active.
If the connection fails, check whether your network cable works with another machine.
If it does, your network card causes the failure. If hubs or switches are included in your
network setup, they may be faulty, as well.
2. If using a wireless connection, check whether the wireless link can be established by other
machines. If not, contact the wireless network's administrator.
3. When you have checked your basic network connectivity, try to nd out which service
is not responding. Gather the address information of all network servers needed in your
setup. Either look them up in the appropriate YaST module or ask your system adminis-
trator. The following list gives some typical network servers involved in a setup together
with the symptoms of an outage.
Kerberos (Authentication)
Authentication will not work and login to any machine fails.
4. Check whether the network servers are running and whether your network setup allows
you to establish a connection:
Important: Limitations
The debugging procedure described below only applies to a simple network serv-
er/client setup that does not involve any internal routing. It assumes both server
and client are members of the same subnet without the need for additional routing.
a. Use ping IP_ADDRESS/HOSTNAME (replace with the host name or IP address of the
server) to check whether each one of them is up and responding to the network. If
this command is successful, it tells you that the host you were looking for is up and
running and that the name service for your network is configured correctly.
If ping fails with destination host unreachable , either your system or the desired
server is not properly configured or down. Check whether your system is reachable
by running ping IP address or YOUR_HOSTNAME from another machine. If you
can reach your machine from another machine, it is the server that is not running
or not configured correctly.
If ping fails with unknown host , the name service is not configured correctly or
the host name used was incorrect. For further checks on this matter, refer to Step
4.b. If ping still fails, either your network card is not configured correctly or your
network hardware is faulty.
/etc/resolv.conf
This le is used to keep track of the name server and domain you are currently
using. It can be modified manually or automatically adjusted by YaST or DHCP.
Automatic adjustment is preferable. However, make sure that this le has the
following structure and all network addresses and domain names are correct:
search FULLY_QUALIFIED_DOMAIN_NAME
nameserver IPADDRESS_OF_NAMESERVER
This le can contain more than one name server address, but at least one of
them must be correct to provide name resolution to your host. If needed, adjust
this le using the YaST Network Settings module (Hostname/DNS tab).
If your network connection is handled via DHCP, enable DHCP to change host
name and name service information by selecting Set Hostname via DHCP (can
be set globally for any interface or per interface) and Update Name Servers and
Search List via DHCP in the YaST Network Settings module (Hostname/DNS
tab).
/etc/nsswitch.conf
This le tells Linux where to look for name service information. It should look
like this:
...
hosts: files dns
networks: files dns
...
The dns entry is vital. It tells Linux to use an external name server. Normally,
these entries are automatically managed by YaST, but it would be prudent to
check.
c. If your system cannot establish a connection to a network server and you have ex-
cluded name service problems from the list of possible culprits, check the configu-
ration of your network card.
Use the command ip addr show NETWORK_DEVICE to check whether this device was
properly configured. Make sure that the inet address with the netmask ( /MASK )
is configured correctly. An error in the IP address or a missing bit in your network
mask would render your network configuration unusable. If necessary, perform this
check on the server as well.
d. If the name service and network hardware are properly configured and running,
but some external network connections still get long time-outs or fail entirely, use
traceroute FULLY_QUALIFIED_DOMAIN_NAME (executed as root ) to track the net-
work route these requests are taking. This command lists any gateway (hop) that a
request from your machine passes on its way to its destination. It lists the response
time of each hop and whether this hop is reachable. Use a combination of traceroute
and ping to track down the culprit and let the administrators know.
When you have identified the cause of your network trouble, you can resolve it yourself (if the
problem is located on your machine) or let the system administrators of your network know
about your findings so they can reconfigure the services or repair the necessary systems.
2. Select your source device. Typically this is something like /dev/sda (labeled as SOURCE ).
3. Decide where you want to store your image (labeled as BACKUP_PATH ). It must be different
from your source device. In other words: if you make a backup from /dev/sda , your
image le must not to be stored under /dev/sda .
If you only need to back up a partition, replace the SOURCE placeholder with your respective
partition. In this case, your image le can lie on the same hard disk, but on a different partition.
Check the le system for defects and start automatic repair processes.
Resize partitions using the parted command. Find more information about this tool at the
GNU Parted Web site http://www.gnu.org/software/parted/parted.html .
The rescue system can be loaded from various sources and locations. The simplest option is to
boot the rescue system from the original installation medium.
3. At the boot screen, press F4 and choose DVD-ROM. Then choose Rescue System from the
main menu.
If your hardware setup does not include a DVD drive, you can boot the rescue system
from a network source. The following example applies to a remote boot scenario—if using
another boot medium, such as a DVD, modify the info le accordingly and boot as you
would for a normal installation.
2. Boot the system using “Wake on LAN”, as described in Book “Deployment Guide”, Chapter 11
“Preparing Network Boot Environment”, Section 11.6 “Wake on LAN”.
When you have entered the rescue system, you can use the virtual consoles that can be reached
with Alt – F1 to Alt – F6 .
A shell and other useful utilities, such as the mount program, are available in the /bin directo-
ry. The /sbin directory contains important le and network utilities for reviewing and repair-
ing the le system. This directory also contains the most important binaries for system mainte-
nance, such as fdisk , mkfs , mkswap , mount , and shutdown , ip and ss for maintaining the
network. The directory /usr/bin contains the vi editor, nd, less, and SSH.
To see the system messages, either use the command dmesg or view the system log with jour-
nalctl .
As an example for a configuration that might be xed using the rescue system, imagine you
have a broken configuration le that prevents the system from booting properly. You can x
this using the rescue system.
1. Start the rescue system using one of the methods described above.
2. To mount a root le system located under /dev/sda6 to the rescue system, use the fol-
lowing command:
4. Open the problematic configuration le in the vi editor. Adjust and save the configuration.
Generally, le systems cannot be repaired on a running system. If you encounter serious prob-
lems, you may not even be able to mount your root le system and the system boot may end
with a “kernel panic”. In this case, the only way is to repair the system from the outside. The
system contains the utilities to check and repair the btrfs , ext2 , ext3 , ext4 , xfs , dosfs ,
and vfat le systems. Look for the command fsck.FILESYSTEM . For example, if you need a
le system check for btrfs , use fsck.btrfs .
If you need to access the installed system from the rescue system, you need to do this in a
change root environment. For example, to modify the boot loader configuration, or to execute
a hardware configuration utility.
To set up a change root environment based on the installed system, proceed as follows:
1.
Tip: Import LVM Volume Groups
If you are using an LVM setup (refer to Book “Deployment Guide”, Chapter 6 “Expert
Partitioner”, Section 6.2 “LVM Configuration” for more general details), import all exist-
ing volume groups to be able to nd and mount the device(s):
rootvgimport -a
4. Now you can “change root” into the new environment, keeping the bash shell:
6. Now you have access to the installed system. Before rebooting the system, unmount the
partitions with umount -a and leave the “change root” environment with exit .
Warning: Limitations
Although you have full access to the les and applications of the installed system, there
are some limitations. The kernel that is running is the one that was booted with the res-
cue system, not with the change root environment. It only supports essential hardware
and it is not possible to add kernel modules from the installed system unless the kernel
versions are identical. Always check the version of the currently running (rescue) kernel
with uname -r and then nd out if a matching subdirectory exists in the /lib/modules
directory in the change root environment. If yes, you can use the installed modules, oth-
1. Perform the necessary steps to access the installed system as described in Section 35.5.2.3,
“Accessing the Installed System”.
2. Check that the GRUB 2 boot loader is installed on the system. If not, install the package
grub2 and run
3. Check whether the following les are correctly configured according to the GRUB 2 con-
figuration principles outlined in Chapter 12, The Boot Loader GRUB 2 and apply fixes if nec-
essary.
/etc/default/grub
/etc/sysconfig/bootloader
5. Unmount the partitions, log out from the “change root” environment, and reboot the sys-
tem:
multiversion.kernels = latest,latest-1,running
to the /etc/zypp/zypp.conf le. See Book “Deployment Guide”, Chapter 15 “Installing Mul-
tiple Kernel Versions” for more information.
A similar case is when you need to re-install or update a broken driver for a device not sup-
ported by SUSE Linux Enterprise Desktop. For example when a hardware vendor uses a specific
device, such as a hardware RAID controller, which needs a binary driver to be recognized by
the operating system. The vendor typically releases a Driver Update Disk (DUD) with the xed
or updated version of the required driver.
In both cases you need to access the installed system in the rescue mode and x the kernel
related problem, otherwise the system may fail to boot correctly:
2. If you are recovering after a faulty kernel update, skip this step. If you need to use a driver
update disk (DUD), press F6 to load the driver update after the boot menu appears, and
choose the path or URL to the driver update and confirm with Yes.
3. Choose Rescue System from the boot menu and press Enter . If you chose to use DUD, you
will be asked to specify where the driver update is stored.
6. If using DUD, install/re-install/update the faulty device driver package. Always make sure
the installed kernel version exactly matches the version of the driver you are installing.
If fixing faulty kernel update installation, you can install the original kernel from the
installation media with the following procedure.
a. Identify your DVD device with hwinfo --cdrom and mount it with mount /dev/
sr0 /mnt .
b. Navigate to the directory where your kernel les are stored on the DVD, for example
cd /mnt/suse/x86_64/ .
7. Update configuration les and reinitialize the boot loader if needed. For more information,
see Section 35.5.2.4, “Modifying and Re-installing the Boot Loader”.
8. Remove any bootable media from the system drive and reboot.
New chapter introducing and describing set up of Persistent Memory (Fate #326330).
Bugfixes
Bugfixes
Explained different locations for udev rule les and updated name of the default
rule le in Chapter 22, Dynamic Kernel Device Management with udev (https://bugzil-
la.suse.com/show_bug.cgi?id=1103082 ).
Bugfixes
Fixed service name error in Section 13.5.2, “Creating “Drop-in” Files” (https://bugzil-
la.suse.com/show_bug.cgi?id=1102869 ).
Corrected command and its man page reference in Section 13.6.2, “System Log” (https://
bugzilla.suse.com/show_bug.cgi?id=1104266 ).
487 SLED 15
C GNU Licenses
formats that can be read and edited only by proprietary word processors, SGML or XML for
This appendix contains the GNU Free Docu- which the DTD and/or processing tools are not generally available, and the machine-generat-
ed HTML, PostScript or PDF produced by some word processors for output purposes only.
mentation License version 1.2. The "Title Page" means, for a printed book, the title page itself, plus such following pages as
are needed to hold, legibly, the material this License requires to appear in the title page. For
works in formats which do not have any title page as such, "Title Page" means the text near the
GNU Free Documentation License most prominent appearance of the work's title, preceding the beginning of the body of the text.
A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, XYZ or contains XYZ in parentheses following text that translates XYZ in another language.
Boston, MA 02110-1301 USA. Everyone is permitted to copy and distribute verbatim copies (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements",
of this license document, but changing it is not allowed. "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when
you modify the Document means that it remains a section "Entitled XYZ" according to this
definition.
0. PREAMBLE
The Document may include Warranty Disclaimers next to the notice which states that this
The purpose of this License is to make a manual, textbook, or other functional and useful License applies to the Document. These Warranty Disclaimers are considered to be included
document "free" in the sense of freedom: to assure everyone the effective freedom to copy by reference in this License, but only as regards disclaiming warranties: any other implication
and redistribute it, with or without modifying it, either commercially or non-commercially. that these Warranty Disclaimers may have is void and has no effect on the meaning of this
Secondarily, this License preserves for the author and publisher a way to get credit for their License.
work, while not being considered responsible for modifications made by others.
This License is a kind of "copyleft", which means that derivative works of the document must 2. VERBATIM COPYING
themselves be free in the same sense. It complements the GNU General Public License, which
is a copyleft license designed for free software. You may copy and distribute the Document in any medium, either commercially or non-
We have designed this License to use it for manuals for free software, because free software commercially, provided that this License, the copyright notices, and the license notice saying
needs free documentation: a free program should come with manuals providing the same this License applies to the Document are reproduced in all copies, and that you add no other
freedoms that the software does. But this License is not limited to software manuals; it can conditions whatsoever to those of this License. You may not use technical measures to obstruct
be used for any textual work, regardless of subject matter or whether it is published as a or control the reading or further copying of the copies you make or distribute. However, you
printed book. We recommend this License principally for works whose purpose is instruction may accept compensation in exchange for copies. If you distribute a large enough number of
or reference. copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly
display copies.
1. APPLICABILITY AND DEFINITIONS
This License applies to any manual or other work, in any medium, that contains a notice placed 3. COPYING IN QUANTITY
by the copyright holder saying it can be distributed under the terms of this License. Such a
notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under If you publish printed copies (or copies in media that commonly have printed covers) of the
the conditions stated herein. The "Document", below, refers to any such manual or work. Any Document, numbering more than 100, and the Document's license notice requires Cover Texts,
member of the public is a licensee, and is addressed as "you". You accept the license if you you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts:
copy, modify or distribute the work in a way requiring permission under copyright law. Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers
A "Modified Version" of the Document means any work containing the Document or a portion must also clearly and legibly identify you as the publisher of these copies. The front cover
of it, either copied verbatim, or with modifications and/or translated into another language. must present the full title with all words of the title equally prominent and visible. You may
add other material on the covers in addition. Copying with changes limited to the covers, as
A "Secondary Section" is a named appendix or a front-matter section of the Document that
long as they preserve the title of the Document and satisfy these conditions, can be treated
deals exclusively with the relationship of the publishers or authors of the Document to the
as verbatim copying in other respects.
Document's overall subject (or to related matters) and contains nothing that could fall directly
within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a If the required texts for either cover are too voluminous to t legibly, you should put the
Secondary Section may not explain any mathematics.) The relationship could be a matter rst ones listed (as many as t reasonably) on the actual cover, and continue the rest onto
of historical connection with the subject or with related matters, or of legal, commercial, adjacent pages.
philosophical, ethical or political position regarding them. If you publish or distribute Opaque copies of the Document numbering more than 100, you
The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being must either include a machine-readable Transparent copy along with each Opaque copy, or
those of Invariant Sections, in the notice that says that the Document is released under this state in or with each Opaque copy a computer-network location from which the general net-
License. If a section does not t the above definition of Secondary then it is not allowed to be work-using public has access to download using public-standard network protocols a complete
designated as Invariant. The Document may contain zero Invariant Sections. If the Document Transparent copy of the Document, free of added material. If you use the latter option, you
does not identify any Invariant Sections then there are none. must take reasonably prudent steps, when you begin distribution of Opaque copies in quanti-
ty, to ensure that this Transparent copy will remain thus accessible at the stated location until
The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or
at least one year after the last time you distribute an Opaque copy (directly or through your
Back-Cover Texts, in the notice that says that the Document is released under this License. A
agents or retailers) of that edition to the public.
Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.
It is requested, but not required, that you contact the authors of the Document well before
A "Transparent" copy of the Document means a machine-readable copy, represented in a for-
redistributing any large number of copies, to give them a chance to provide you with an
mat whose specification is available to the general public, that is suitable for revising the doc-
updated version of the Document.
ument straightforwardly with generic text editors or (for images composed of pixels) generic
paint programs or (for drawings) some widely available drawing editor, and that is suitable
for input to text formatters or for automatic translation to a variety of formats suitable for
input to text formatters. A copy made in an otherwise Transparent le format whose markup,
or absence of markup, has been arranged to thwart or discourage subsequent modification
by readers is not Transparent. An image format is not Transparent if used for any substantial
amount of text. A copy that is not "Transparent" is called "Opaque".
Examples of suitable formats for Transparent copies include plain ASCII without markup, Tex-
info input format, LaTeX input format, SGML or XML using a publicly available DTD, and stan-
dard-conforming simple HTML, PostScript or PDF designed for human modification. Examples
of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary
488 SLED 15
The author(s) and publisher(s) of the Document do not by this License give permission to use
4. MODIFICATIONS
their names for publicity for or to assert or imply endorsement of any Modified Version.
You may copy and distribute a Modified Version of the Document under the conditions of
sections 2 and 3 above, provided that you release the Modified Version under precisely this 5. COMBINING DOCUMENTS
License, with the Modified Version filling the role of the Document, thus licensing distribution
and modification of the Modified Version to whoever possesses a copy of it. In addition, you You may combine the Document with other documents released under this License, under
must do these things in the Modified Version: the terms defined in section 4 above for modified versions, provided that you include in the
combination all of the Invariant Sections of all of the original documents, unmodified, and
A. Use in the Title Page (and on the covers, if any) a title distinct from that of the
list them all as Invariant Sections of your combined work in its license notice, and that you
Document, and from those of previous versions (which should, if there were any,
preserve all their Warranty Disclaimers.
be listed in the History section of the Document). You may use the same title as a
previous version if the original publisher of that version gives permission. The combined work need only contain one copy of this License, and multiple identical Invari-
ant Sections may be replaced with a single copy. If there are multiple Invariant Sections with
B. List on the Title Page, as authors, one or more persons or entities responsible for the same name but different contents, make the title of each such section unique by adding
authorship of the modifications in the Modified Version, together with at least ve at the end of it, in parentheses, the name of the original author or publisher of that section if
of the principal authors of the Document (all of its principal authors, if it has fewer known, or else a unique number. Make the same adjustment to the section titles in the list of
than ve), unless they release you from this requirement. Invariant Sections in the license notice of the combined work.
C. State on the Title page the name of the publisher of the Modified Version, as the In the combination, you must combine any sections Entitled "History" in the various original
publisher. documents, forming one section Entitled "History"; likewise combine any sections Entitled
"Acknowledgements", and any sections Entitled "Dedications". You must delete all sections
D. Preserve all the copyright notices of the Document.
Entitled "Endorsements".
E. Add an appropriate copyright notice for your modifications adjacent to the other
copyright notices.
6. COLLECTIONS OF DOCUMENTS
F. Include, immediately after the copyright notices, a license notice giving the public
permission to use the Modified Version under the terms of this License, in the form You may make a collection consisting of the Document and other documents released under
shown in the Addendum below. this License, and replace the individual copies of this License in the various documents with a
single copy that is included in the collection, provided that you follow the rules of this License
G. Preserve in that license notice the full lists of Invariant Sections and required Cover
for verbatim copying of each of the documents in all other respects.
Texts given in the Document's license notice.
You may extract a single document from such a collection, and distribute it individually under
H. Include an unaltered copy of this License. this License, provided you insert a copy of this License into the extracted document, and follow
this License in all other respects regarding verbatim copying of that document.
I. Preserve the section Entitled "History", Preserve its Title, and add to it an item
stating at least the title, year, new authors, and publisher of the Modified Version
as given on the Title Page. If there is no section Entitled "History" in the Document, 7. AGGREGATION WITH INDEPENDENT WORKS
create one stating the title, year, authors, and publisher of the Document as given
on its Title Page, then add an item describing the Modified Version as stated in A compilation of the Document or its derivatives with other separate and independent docu-
the previous sentence. ments or works, in or on a volume of a storage or distribution medium, is called an "aggregate"
if the copyright resulting from the compilation is not used to limit the legal rights of the com-
J. Preserve the network location, if any, given in the Document for public access to
pilation's users beyond what the individual works permit. When the Document is included in
a Transparent copy of the Document, and likewise the network locations given in
an aggregate, this License does not apply to the other works in the aggregate which are not
the Document for previous versions it was based on. These may be placed in the
themselves derivative works of the Document.
"History" section. You may omit a network location for a work that was published
at least four years before the Document itself, or if the original publisher of the If the Cover Text requirement of section 3 is applicable to these copies of the Document, then
version it refers to gives permission. if the Document is less than one half of the entire aggregate, the Document's Cover Texts
may be placed on covers that bracket the Document within the aggregate, or the electronic
K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title equivalent of covers if the Document is in electronic form. Otherwise they must appear on
of the section, and preserve in the section all the substance and tone of each of the printed covers that bracket the whole aggregate.
contributor acknowledgements and/or dedications given therein.
L. Preserve all the Invariant Sections of the Document, unaltered in their text and 8. TRANSLATION
in their titles. Section numbers or the equivalent are not considered part of the
section titles. Translation is considered a kind of modification, so you may distribute translations of the
M. Delete any section Entitled "Endorsements". Such a section may not be included Document under the terms of section 4. Replacing Invariant Sections with translations requires
in the Modified Version. special permission from their copyright holders, but you may include translations of some
or all Invariant Sections in addition to the original versions of these Invariant Sections. You
N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in may include a translation of this License, and all the license notices in the Document, and
title with any Invariant Section. any Warranty Disclaimers, provided that you also include the original English version of this
O. Preserve any Warranty Disclaimers. License and the original versions of those notices and disclaimers. In case of a disagreement
between the translation and the original version of this License or a notice or disclaimer, the
If the Modified Version includes new front-matter sections or appendices that qualify as Se- original version will prevail.
condary Sections and contain no material copied from the Document, you may at your option
If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the
designate some or all of these sections as invariant. To do this, add their titles to the list of
requirement (section 4) to Preserve its Title (section 1) will typically require changing the
Invariant Sections in the Modified Version's license notice. These titles must be distinct from
actual title.
any other section titles.
You may add a section Entitled "Endorsements", provided it contains nothing but endorse-
ments of your Modified Version by various parties--for example, statements of peer review
9. TERMINATION
or that the text has been approved by an organization as the authoritative definition of a
You may not copy, modify, sublicense, or distribute the Document except as expressly pro-
standard.
vided for under this License. Any other attempt to copy, modify, sublicense or distribute the
You may add a passage of up to ve words as a Front-Cover Text, and a passage of up to 25
Document is void, and will automatically terminate your rights under this License. However,
words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only
parties who have received copies, or rights, from you under this License will not have their
one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through
licenses terminated so long as such parties remain in full compliance.
arrangements made by) any one entity. If the Document already includes a cover text for the
same cover, previously added by you or by arrangement made by the same entity you are
acting on behalf of, you may not add another; but you may replace the old one, on explicit
permission from the previous publisher that added the old one.
489 SLED 15
10. FUTURE REVISIONS OF THIS LICENSE
The Free Software Foundation may publish new, revised versions of the GNU Free Documen-
tation License from time to time. Such new versions will be similar in spirit to the present
version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/
copyleft/ .
Each version of the License is given a distinguishing version number. If the Document specifies
that a particular numbered version of this License "or any later version" applies to it, you have
the option of following the terms and conditions either of that specified version or of any
later version that has been published (not as a draft) by the Free Software Foundation. If the
Document does not specify a version number of this License, you may choose any version ever
published (not as a draft) by the Free Software Foundation.
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the
“with...Texts.” line with this:
If you have Invariant Sections without Cover Texts, or some other combination of the three,
merge those two alternatives to suit the situation.
If your document contains nontrivial examples of program code, we recommend releasing
these examples in parallel under your choice of free software license, such as the GNU General
Public License, to permit their use in free software.
490 SLED 15