Freebsd
Freebsd
Welcome to FreeBSD! This handbook covers the installation and day to day use of FreeBSD 4.4-RELEASE. This
manual is a work in progress and is the work of many individuals. Many sections do not yet exist and some of those
that do exist need to be updated. If you are interested in helping with this project, send email to the FreeBSD
documentation project mailing list <freebsd-doc@[Link]>. The latest version of this document is always
available from the FreeBSD web site (../../../../[Link]). It may also be downloaded in a variety of formats and
compression options from the FreeBSD FTP server ([Link] or one of the
numerous mirror sites. If you would prefer to have a hard copy of the handbook, you can purchase one at the
FreeBSD Mall ([Link] You may also want to search the handbook
(../../../../search/[Link]).
Redistribution and use in source (SGML DocBook) and ’compiled’ forms (SGML, HTML, PDF, PostScript, RTF and so forth) with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code (SGML DocBook) must retain the above copyright notice, this list of conditions
and the following disclaimer as the first lines of this file unmodified.
2. Redistributions in compiled form (transformed to other DTDs, converted to PDF, PostScript, RTF and other
formats) must reproduce the above copyright notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
Important: THIS DOCUMENTATION IS PROVIDED BY THE FREEBSD DOCUMENTATION PROJECT "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
NO EVENT SHALL THE FREEBSD DOCUMENTATION PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
Table of Contents
Preface.............................................................................................................................................................................i
I. Getting Started ...........................................................................................................................................................i
1 Introduction ........................................................................................................................................................1
1.1 Synopsis.................................................................................................................................................1
1.2 Welcome to FreeBSD! ...........................................................................................................................1
1.3 About the FreeBSD Project ...................................................................................................................4
2 Installing FreeBSD.............................................................................................................................................9
2.1 Synopsis.................................................................................................................................................9
2.2 Pre-installation Tasks.............................................................................................................................9
2.3 Starting the Installation........................................................................................................................14
2.4 Introducing Sysinstall ..........................................................................................................................23
2.5 Allocating Disk Space .........................................................................................................................28
2.6 Choosing What To Install ....................................................................................................................46
2.7 Choosing Your Installation Media .......................................................................................................48
2.8 Committing to the Installation .............................................................................................................49
2.9 Post-installation ...................................................................................................................................50
2.10 Supported Hardware ..........................................................................................................................80
2.11 Troubleshooting .................................................................................................................................80
2.12 Advanced Installation Guide .............................................................................................................82
2.13 Preparing Your Own Installation Media ............................................................................................84
3 Unix Basics ......................................................................................................................................................89
3.1 Synopsis...............................................................................................................................................89
3.2 Permissions ..........................................................................................................................................89
3.3 Directory Structure ..............................................................................................................................90
3.4 Mounting and Unmounting Filesystems..............................................................................................92
3.5 Processes..............................................................................................................................................94
3.6 Daemons, Signals, and Killing Processes............................................................................................95
3.7 Shells....................................................................................................................................................97
3.8 Text Editors..........................................................................................................................................99
3.9 Devices and Device Nodes ................................................................................................................100
3.10 For More Information... ...................................................................................................................100
4 Installing Applications: Packages and Ports ..................................................................................................103
4.1 Synopsis.............................................................................................................................................103
4.2 Overview of Software Installation .....................................................................................................103
4.3 Finding Your Application ..................................................................................................................105
4.4 Using the Packages System ...............................................................................................................105
4.5 Using the Ports Collection .................................................................................................................107
4.6 Troubleshooting .................................................................................................................................112
5 The X Window System ..................................................................................................................................118
5.1 Synopsis.............................................................................................................................................118
5.2 Understanding X................................................................................................................................118
5.3 Installing XFree86 .............................................................................................................................120
5.4 XFree86 Configuration ......................................................................................................................121
5.5 Using Fonts in XFree86.....................................................................................................................123
5.6 The X Display Manager.....................................................................................................................126
iii
5.7 Desktop Environments.......................................................................................................................129
II. System Administration ........................................................................................................................................134
6 Configuration and Tuning...............................................................................................................................135
6.1 Synopsis.............................................................................................................................................135
6.2 Initial Configuration...........................................................................................................................135
6.3 Core Configuration ............................................................................................................................137
6.4 Application Configuration .................................................................................................................137
6.5 Starting Services ................................................................................................................................138
6.6 Virtual Hosts ......................................................................................................................................139
6.7 Configuration Files ............................................................................................................................140
6.8 Tuning with sysctl..............................................................................................................................144
6.9 Tuning Disks......................................................................................................................................144
6.10 Tuning Kernel Limits.......................................................................................................................145
7 The FreeBSD Booting Process.......................................................................................................................147
7.1 Synopsis.............................................................................................................................................147
7.2 The Booting Problem.........................................................................................................................147
7.3 The MBR, and Boot Stages One, Two, and Three ............................................................................148
7.4 Kernel Interaction During Boot .........................................................................................................151
7.5 Init: Process Control Initialization.....................................................................................................152
7.6 Shutdown Sequence...........................................................................................................................153
8 Users and Basic Account Management..........................................................................................................154
8.1 Synopsis.............................................................................................................................................154
8.2 Introduction........................................................................................................................................154
8.3 The Superuser Account......................................................................................................................155
8.4 System Accounts ...............................................................................................................................156
8.5 User Accounts....................................................................................................................................156
8.6 Modifying Accounts ..........................................................................................................................156
8.7 Limiting Users ...................................................................................................................................161
8.8 Personalizing Users ...........................................................................................................................163
8.9 Groups................................................................................................................................................163
9 Configuring the FreeBSD Kernel ...................................................................................................................166
9.1 Synopsis.............................................................................................................................................166
9.2 Why Build a Custom Kernel?............................................................................................................166
9.3 Building and Installing a Custom Kernel ..........................................................................................167
9.4 The Configuration File.......................................................................................................................169
9.5 Making Device Nodes .......................................................................................................................180
9.6 If Something Goes Wrong .................................................................................................................180
10 Security.........................................................................................................................................................183
10.1 Synopsis...........................................................................................................................................183
10.2 Introduction......................................................................................................................................183
10.3 Securing FreeBSD ...........................................................................................................................185
10.4 DES, MD5, and Crypt .....................................................................................................................191
10.5 S/Key ...............................................................................................................................................192
10.6 Kerberos...........................................................................................................................................197
10.7 Firewalls...........................................................................................................................................204
10.8 OpenSSL..........................................................................................................................................212
10.9 IPsec.................................................................................................................................................212
iv
10.10 OpenSSH .......................................................................................................................................218
11 Printing .........................................................................................................................................................223
11.1 Synopsis...........................................................................................................................................223
11.2 Introduction......................................................................................................................................223
11.3 Basic Setup ......................................................................................................................................224
11.4 Advanced Printer Setup ...................................................................................................................236
11.5 Using Printers ..................................................................................................................................264
11.6 Alternatives to the Standard Spooler ...............................................................................................271
11.7 Troubleshooting ...............................................................................................................................271
12 Storage..........................................................................................................................................................275
12.1 Synopsis...........................................................................................................................................275
12.2 Device Names ..................................................................................................................................275
12.3 Adding Disks ...................................................................................................................................275
12.4 Network, Memory, and File-Based Filesystems..............................................................................278
12.5 File System Quotas ..........................................................................................................................279
12.6 Creating and Using Optical Media (CDs & DVDs) ........................................................................282
12.7 RAID................................................................................................................................................284
12.8 Tape Backup Media .........................................................................................................................287
12.9 Backup Programs.............................................................................................................................290
12.10 Backups to Floppies.......................................................................................................................296
13 Localization - I18N/L10N Usage and Setup ................................................................................................298
13.1 Synopsis...........................................................................................................................................298
13.2 The Basics........................................................................................................................................298
13.3 Using Localization...........................................................................................................................299
13.4 Compiling I18N Programs...............................................................................................................305
13.5 Localizing FreeBSD to Specific Languages ....................................................................................305
14 Sound............................................................................................................................................................309
14.1 Synopsis...........................................................................................................................................309
14.2 Locating the Correct Device ............................................................................................................309
14.3 Recompiling the Kernel ...................................................................................................................311
14.4 Creating and Testing the Device Nodes...........................................................................................311
14.5 Common Problems ..........................................................................................................................312
14.6 MP3 Audio.......................................................................................................................................312
15 Serial Communications ................................................................................................................................315
15.1 Synopsis...........................................................................................................................................315
15.2 Introduction......................................................................................................................................315
15.3 Terminals .........................................................................................................................................319
15.4 Dial-in Service .................................................................................................................................323
15.5 Dial-out Service ...............................................................................................................................331
15.6 Setting Up the Serial Console..........................................................................................................334
16 PPP and SLIP ...............................................................................................................................................343
16.1 Synopsis...........................................................................................................................................343
16.2 Using User PPP................................................................................................................................343
16.3 Using Kernel PPP ............................................................................................................................356
16.4 Using PPP over Ethernet (PPPoE) ..................................................................................................364
16.5 Using PPP over ATM (PPPoA).......................................................................................................366
16.6 Using SLIP.......................................................................................................................................366
17 Advanced Networking..................................................................................................................................376
v
17.1 Synopsis...........................................................................................................................................376
17.2 Gateways and Routes.......................................................................................................................376
17.3 Bridging ...........................................................................................................................................380
17.4 NFS ..................................................................................................................................................382
17.5 Diskless Operation...........................................................................................................................387
17.6 ISDN ................................................................................................................................................392
17.7 NIS/YP.............................................................................................................................................396
17.8 DHCP...............................................................................................................................................411
17.9 DNS .................................................................................................................................................413
17.10 NTP................................................................................................................................................423
17.11 Network Address Translation ........................................................................................................426
17.12 inetd “Super-Server”......................................................................................................................429
18 Electronic Mail.............................................................................................................................................434
18.1 Synopsis...........................................................................................................................................434
18.2 Using Electronic Mail......................................................................................................................434
18.3 sendmail Configuration...................................................................................................................435
18.4 Troubleshooting ...............................................................................................................................438
18.5 Advanced Topics..............................................................................................................................440
19 The Cutting Edge .........................................................................................................................................443
19.1 Synopsis...........................................................................................................................................443
19.2 FreeBSD-CURRENT vs. FreeBSD-STABLE.................................................................................443
19.3 Synchronizing Your Source .............................................................................................................447
19.4 Using make world .........................................................................................................................448
20 Linux Binary Compatibility .........................................................................................................................461
20.1 Synopsis...........................................................................................................................................461
20.2 Installation .......................................................................................................................................461
20.3 Installing Mathematica ....................................................................................................................464
20.4 Installing Maple ...............................................................................................................................466
20.5 Installing Oracle...............................................................................................................................468
20.6 Installing SAP R/3 (4.6B - IDES)....................................................................................................471
20.7 Advanced Topics..............................................................................................................................487
III. Appendices ..........................................................................................................................................................490
A. Obtaining FreeBSD ......................................................................................................................................491
A.1 CDROM Publishers ..........................................................................................................................491
A.2 DVD Publishers ................................................................................................................................492
A.3 FTP Sites...........................................................................................................................................492
A.4 Anonymous CVS ..............................................................................................................................499
A.5 Using CTM .......................................................................................................................................501
A.6 Using CVSup ....................................................................................................................................505
A.7 CVS Tags ..........................................................................................................................................522
A.8 AFS Sites ..........................................................................................................................................524
B. Bibliography .................................................................................................................................................525
B.1 Books & Magazines Specific to FreeBSD ........................................................................................525
B.2 Users’ Guides....................................................................................................................................525
B.3 Administrators’ Guides .....................................................................................................................526
B.4 Programmers’ Guides .......................................................................................................................526
B.5 Operating System Internals...............................................................................................................527
vi
B.6 Security Reference ............................................................................................................................527
B.7 Hardware Reference..........................................................................................................................528
B.8 Unix History......................................................................................................................................528
B.9 Magazines and Journals ....................................................................................................................529
C. Resources on the Internet .............................................................................................................................530
C.1 Mailing Lists .....................................................................................................................................530
C.2 Usenet Newsgroups...........................................................................................................................539
C.3 World Wide Web Servers ..................................................................................................................541
C.4 Email Addresses................................................................................................................................543
C.5 Shell Accounts ..................................................................................................................................543
D. PGP Keys......................................................................................................................................................544
D.1 Officers..............................................................................................................................................544
D.2 Core Team Members.........................................................................................................................544
D.3 Developers ........................................................................................................................................545
Colophon....................................................................................................................................................................554
vii
List of Tables
2-1. Sample Device Inventory.........................................................................................................................................9
2-2. Disk Device Codes ................................................................................................................................................33
2-3. Partition Layout for First Disk...............................................................................................................................38
2-4. Partition Layout for Subsequent Disks..................................................................................................................41
12-1. Physical Disk Naming Conventions ..................................................................................................................275
List of Figures
2-1. Kernel Configuration Menu...................................................................................................................................18
2-2. The Kernel Device Configuration Visual Interface ...............................................................................................18
2-3. Expanded Driver List.............................................................................................................................................19
2-4. Driver Configuration With No Conflicts ...............................................................................................................20
2-5. Sysinstall Main Menu............................................................................................................................................21
2-6. Typical Device Probe Results ................................................................................................................................21
2-7. Select Sysinstall Exit .............................................................................................................................................22
2-8. Selecting Usage From Sysinstall Main Menu .......................................................................................................23
2-9. Selecting Documentation Menu ............................................................................................................................24
2-10. Sysinstall Documentation Menu..........................................................................................................................24
2-11. Sysinstall Main Menu..........................................................................................................................................25
2-12. Sysinstall Keymap Menu.....................................................................................................................................26
2-13. Sysinstall Main Menu..........................................................................................................................................26
2-14. Sysinstall Options ................................................................................................................................................26
2-15. Begin Standard Installation .................................................................................................................................27
2-16. Select Drive for FDisk .........................................................................................................................................35
2-17. Typical Fdisk Partitions Before Editing ..............................................................................................................36
2-18. Fdisk Partition Using Entire Disk........................................................................................................................36
2-19. Sysinstall Boot Manager Menu ...........................................................................................................................37
2-20. Exit Select Drive..................................................................................................................................................38
2-21. Sysinstall Disklabel Editor ..................................................................................................................................42
2-22. Sysinstall Disklabel Editor With Auto Defaults ..................................................................................................43
2-23. Free Space For Root Partition..............................................................................................................................43
2-24. Edit Root Partition Size .......................................................................................................................................44
2-25. Choose The Root Partition Type..........................................................................................................................44
2-26. Choose The Root Mount Point ............................................................................................................................45
2-27. Sysinstall Disklabel Editor ..................................................................................................................................45
2-28. Choose Distributions ...........................................................................................................................................46
2-29. Confirm Distributions ..........................................................................................................................................47
2-30. Choose Installation Media ...................................................................................................................................48
2-31. Selecting An Ethernet Device..............................................................................................................................51
2-32. Set Network Configuration For ed0.....................................................................................................................51
2-33. Editing [Link] ...........................................................................................................................................53
2-34. Default Anonymous FTP Configuration..............................................................................................................55
2-35. Edit The FTP Welcome Message ........................................................................................................................56
2-36. Editing the Exports File.......................................................................................................................................57
viii
2-37. Security Profile Options.......................................................................................................................................58
2-38. System Console Configuration Options ..............................................................................................................59
2-39. Screensaver Options ............................................................................................................................................59
2-40. Screensaver Timeout............................................................................................................................................60
2-41. System Console Configuration Exit ....................................................................................................................60
2-42. Select Your Region ..............................................................................................................................................61
2-43. Select Your Country.............................................................................................................................................62
2-44. Select Your Timezone..........................................................................................................................................62
2-45. Select Mouse Protocol Type ................................................................................................................................64
2-46. Set Mouse Protocol..............................................................................................................................................64
2-47. Configure Mouse Port..........................................................................................................................................64
2-48. Setting The Mouse Port .......................................................................................................................................65
2-49. Enable The Mouse Daemon ................................................................................................................................65
2-50. Test The Mouse Daemon.....................................................................................................................................66
2-51. Select Configuration Method Menu ....................................................................................................................67
2-52. Select Default Desktop ........................................................................................................................................70
2-53. Select Package Category......................................................................................................................................71
2-54. Select Packages....................................................................................................................................................71
2-55. Install Packages ...................................................................................................................................................72
2-56. Confirm Package Installation...............................................................................................................................72
2-57. Select Add User ...................................................................................................................................................73
2-58. Add User Information..........................................................................................................................................74
2-59. Exit User and Group Management ......................................................................................................................75
2-60. Exit Install............................................................................................................................................................76
List of Examples
2-1. Using an existing partition unchanged ..................................................................................................................11
2-2. Shrinking an existing partition ..............................................................................................................................11
2-3. Sample Disk, Slice, and Partition Names ..............................................................................................................33
2-4. Conceptual Model of a Disk..................................................................................................................................33
4-1. Downloading a Package and then Installing It Locally .......................................................................................105
7-1. boot0 Screenshot................................................................................................................................................148
7-2. boot2 Screenshot................................................................................................................................................149
7-3. An Insecure Console in /etc/ttys..........................................................................................................................152
8-1. Configuring adduser ............................................................................................................................................157
8-2. rmuser Interactive Account Removal ..................................................................................................................159
8-3. Interactive chpass by Superuser...........................................................................................................................159
8-4. Interactive chpass by Normal User......................................................................................................................159
8-5. Changing Your Password.....................................................................................................................................160
8-6. Changing Another User’s Password as the Superuser.........................................................................................160
8-7. Adding a Group Using pw(8) ..............................................................................................................................164
8-8. Adding Somebody to a Group Using pw(8)........................................................................................................164
8-9. Using id(1) to Determine Group Membership ....................................................................................................164
12-1. Using vnconfig to mount an Existing Filesystem Image...................................................................................278
12-2. Creating a New File-Backed Disk with vnconfig ..............................................................................................278
12-3. md Memory Disk...............................................................................................................................................279
ix
12-4. Using rdump over ssh .......................................................................................................................................290
12-5. A Script for Creating a Bootable Floppy...........................................................................................................293
15-1. Adding Terminal Entries to /etc/ttys ...........................................................................................................321
17-1. Mounting an Export with amd ..........................................................................................................................385
17-2. Branch Office or Home Network.......................................................................................................................395
17-3. Head Office or Other LAN ................................................................................................................................395
17-4. Sending inetd a HangUP Signal........................................................................................................................431
18-1. Configuring the sendmail Access Database......................................................................................................436
18-2. Mail Aliases.......................................................................................................................................................436
18-3. Example Virtual Domain Mail Map ..................................................................................................................437
A-1. Checking Out Something from -CURRENT (ls(1)) and Deleting It Again: ......................................................500
A-2. Checking Out the Version of ls(1) in the 3.X-STABLE Branch:........................................................................500
A-3. Creating a List of Changes (as unified diffs) to ls(1)..........................................................................................500
A-4. Finding Out What Other Module Names Can Be Used: ....................................................................................500
x
Preface
Intended Audience
The FreeBSD newcomer will find that the first section of this book guides the user through the FreeBSD installation
process, and gently introduces the concepts and conventions that underpin Unix. Working through this section
requires little more than the desire to explore, and the ability to take on board new concepts as they are introduced.
Once you’ve have travelled this far, the second, far larger, section of the Handbook is a comprehensive reference to
all manner of topics of interest to FreeBSD system administrators. Some of these chapters may recommend that you
do some prior reading, and this is noted in the synopsis at the beginning of each chapter.
For a list of additional sources of information, please see Appendix B.
i
Preface
• Chapter 20 ("Linux Compatibility") has been expanded to include information about installing Oracle and
SAP/R3.
• The following new topics are covered in this second edition:
• Configuration and Tuning (Chapter 6).
• Sound (Chapter 14)
Chapter 1, Introduction
Introduces FreeBSD to a new user. It describes the history of the FreeBSD Project, the goals, development
model, and everything else they’ve done for the FreeBSD project.
Chapter 2, Installation
Walks a user through the entire installation process. Some advanced installation topics, such as installing
through a serial console, are also covered.
ii
Preface
iii
Preface
Appendix B, Bibliography
This book touches on many different subjects that may leave you hungry for a more detailed explanation. The
bibliography lists many excellent books that are referenced in the text.
Typographic Conventions
Italic
An italic font is used for filenames, URLs, emphasized text, and the first usage of technical terms.
Monospace
A monospaced font is used for error messages, commands, environment variables, names of ports, hostnames,
user names, group names, device names, variables, and code fragments.
Bold
A bold font is used for applications, commands, and keys.
User Input
Keys are rendered in bold to stand out from other text. Key combinations that are meant to be typed simultaneously
are rendered with ‘+’ between the keys, such as :
Ctrl+Alt+Del
Keys that are meant to be typed in sequence will be separated with commas, for example :
Ctrl+X, Ctrl+S
Would mean that the user is expected to type the Ctrl and X keys simultaneously and then to type the Ctrl and S
keys simultaneously.
iv
Preface
Examples
Examples starting with E:\ indicate a MS-DOS command. Unless otherwise noted, these commands may be
executed from a "Command Prompt" window in a modern Microsoft Windows environment.
Examples starting with # indicate a command that must be invoked as the superuser in FreeBSD. You can login as
root to type the command, or login as your normal account and use su to gain superuser privileges.
# dd if=[Link] of=/dev/fd0
Examples starting with % indicate a command that should be invoked from a normal user account. Unless otherwise
noted, C-shell syntax is used for setting environment variables and other shell commands.
% top
Acknowledgments
The book you are holding represents the efforts of many hundreds of people around the world. Whether they sent in
fixes for typos, or submitted complete chapters, all the contributions have been useful.
Several companies have supported the development of this document by paying authors to work on it full-time,
paying for publication, etc. In particular, BSDi (subsequently acquired by Wind River Systems
([Link] paid members of the FreeBSD Documentation Project to work on improving this book
full time leading up to the publication of the first printed edition in March 2000 (ISBN 1-57176-241-8). Wind River
Systems then paid several additional authors to make a number of improvements to the print-output infrastructure
and to add additional chapters to the text. This work culminated in the publication of the second printed edition in
November 2001 (ISBN 1-57176-303-1).
v
I. Getting Started
This part of the FreeBSD Handbook is for users and administrators who are new to FreeBSD. These chapters:
1.1 Synopsis
Thank you for your interest in FreeBSD! The following chapter covers various items about the FreeBSD Project,
such as its history, goals, development model, and so on.
After reading this chapter, you will know:
• Preemptive multitasking with dynamic priority adjustment to ensure smooth and fair sharing of the computer
between applications and users, even under the heaviest of loads.
• Multi-user facilities which allow many people to use a FreeBSD system simultaneously for a variety of things.
This means, for example, that system peripherals such as printers and tape drives are properly shared between all
users on the system or the network and that individual resource limits can be placed on users or groups of users,
protecting critical system resources from over-use.
• Strong TCP/IP networking with support for industry standards such as SLIP, PPP, NFS, DHCP, and NIS. This
means that your FreeBSD machine can interoperate easily with other systems as well as act as an enterprise server,
providing vital functions such as NFS (remote file access) and email services or putting your organization on the
Internet with WWW, FTP, routing and firewall (security) services.
1
Chapter 1 Introduction
• Memory protection ensures that applications (or users) cannot interfere with each other. One application crashing
will not affect others in any way.
• FreeBSD is a 32-bit operating system (64-bit on the Alpha) and was designed as such from the ground up.
• The industry standard X Window System (X11R6) provides a graphical user interface (GUI) for the cost of a
common VGA card and monitor and comes with full sources.
• Binary compatibility with many programs built for Linux, SCO, SVR4, BSDI and NetBSD.
• Thousands of ready-to-run applications are available from the FreeBSD ports and packages collection. Why
search the net when you can find it all right here?
• Thousands of additional and easy-to-port applications are available on the Internet. FreeBSD is source code
compatible with most popular commercial Unix systems and thus most applications require few, if any, changes to
compile.
• Demand paged virtual memory and “merged VM/buffer cache” design efficiently satisfies applications with large
appetites for memory while still maintaining interactive response to other users.
• SMP support for machines with multiple CPUs.
• A full complement of C, C++, Fortran, and Perl development tools. Many additional languages for advanced
research and development are also available in the ports and packages collection.
• Source code for the entire system means you have the greatest degree of control over your environment. Why be
locked into a proprietary solution at the mercy of your vendor when you can have a truly open system?
• Extensive online documentation.
• And many more!
FreeBSD is based on the 4.4BSD-Lite release from Computer Systems Research Group (CSRG) at the University of
California at Berkeley, and carries on the distinguished tradition of BSD systems development. In addition to the fine
work provided by CSRG, the FreeBSD Project has put in many thousands of hours in fine tuning the system for
maximum performance and reliability in real-life load situations. As many of the commercial giants struggle to field
PC operating systems with such features, performance and reliability, FreeBSD can offer them now!
The applications to which FreeBSD can be put are truly limited only by your own imagination. From software
development to factory automation, inventory control to azimuth correction of remote satellite antennae; if it can be
done with a commercial Unix product then it is more than likely that you can do it with FreeBSD too! FreeBSD also
benefits significantly from the literally thousands of high quality applications developed by research centers and
universities around the world, often available at little to no cost. Commercial applications are also available and
appearing in greater numbers every day.
Because the source code for FreeBSD itself is generally available, the system can also be customized to an almost
unheard of degree for special applications or projects, and in ways not generally possible with operating systems
from most major commercial vendors. Here is just a sampling of some of the applications in which people are
currently using FreeBSD:
• Internet Services: The robust TCP/IP networking built into FreeBSD makes it an ideal platform for a variety of
Internet services such as:
• FTP servers
• World Wide Web servers (standard or secure [SSL])
• Firewalls and NAT (“IP masquerading”) gateways
2
Chapter 1 Introduction
• Education: Are you a student of computer science or a related engineering field? There is no better way of
learning about operating systems, computer architecture and networking than the hands on, under the hood
experience that FreeBSD can provide. A number of freely available CAD, mathematical and graphic design
packages also make it highly useful to those whose primary interest in a computer is to get other work done!
• Research: With source code for the entire system available, FreeBSD is an excellent platform for research in
operating systems as well as other branches of computer science. FreeBSD’s freely available nature also makes it
possible for remote groups to collaborate on ideas or shared development without having to worry about special
licensing agreements or limitations on what may be discussed in open forums.
• Networking: Need a new router? A name server (DNS)? A firewall to keep people out of your internal network?
FreeBSD can easily turn that unused 386 or 486 PC sitting in the corner into an advanced router with sophisticated
packet-filtering capabilities.
• X Window workstation: FreeBSD is a fine choice for an inexpensive X terminal solution, either using the freely
available XFree86 server or one of the excellent commercial servers provided by X Inside. Unlike an X terminal,
FreeBSD allows many applications to be run locally, if desired, thus relieving the burden on a central server.
FreeBSD can even boot “diskless”, making individual workstations even cheaper and easier to administer.
• Software Development: The basic FreeBSD system comes with a full complement of development tools including
the renowned GNU C/C++ compiler and debugger.
FreeBSD is available in both source and binary form on CDROM and via anonymous FTP. Please see Appendix A
for more information about obtaining FreeBSD.
• Yahoo! ([Link]
• Apache ([Link]
• Be, Inc. ([Link]
• Blue Mountain Arts ([Link]
• Pair Networks ([Link]
• Whistle Communications ([Link]
• Microsoft ([Link]
• Hotmail ([Link]
• Sony Japan ([Link]
3
Chapter 1 Introduction
The FreeBSD project had its genesis in the early part of 1993, partially as an outgrowth of the “Unofficial 386BSD
Patchkit” by the patchkit’s last 3 coordinators: Nate Williams, Rod Grimes and myself.
Our original goal was to produce an intermediate snapshot of 386BSD in order to fix a number of problems with it
that the patchkit mechanism just was not capable of solving. Some of you may remember the early working title for
the project being “386BSD 0.5” or “386BSD Interim” in reference to that fact.
386BSD was Bill Jolitz’s operating system, which had been up to that point suffering rather severely from almost a
year’s worth of neglect. As the patchkit swelled ever more uncomfortably with each passing day, we were in
unanimous agreement that something had to be done and decided to try and assist Bill by providing this interim
“cleanup” snapshot. Those plans came to a rude halt when Bill Jolitz suddenly decided to withdraw his sanction from
the project without any clear indication of what would be done instead.
It did not take us long to decide that the goal remained worthwhile, even without Bill’s support, and so we adopted
the name “FreeBSD”, coined by David Greenman. Our initial objectives were set after consulting with the system’s
current users and, once it became clear that the project was on the road to perhaps even becoming a reality, I
contacted Walnut Creek CDROM with an eye towards improving FreeBSD’s distribution channels for those many
unfortunates without easy access to the Internet. Walnut Creek CDROM not only supported the idea of distributing
FreeBSD on CD but also went so far as to provide the project with a machine to work on and a fast Internet
connection. Without Walnut Creek CDROM’s almost unprecedented degree of faith in what was, at the time, a
completely unknown project, it is quite unlikely that FreeBSD would have gotten as far, as fast, as it has today.
The first CDROM (and general net-wide) distribution was FreeBSD 1.0, released in December of 1993. This was
based on the 4.3BSD-Lite (“Net/2”) tape from U.C. Berkeley, with many components also provided by 386BSD and
the Free Software Foundation. It was a fairly reasonable success for a first offering, and we followed it with the
highly successful FreeBSD 1.1 release in May of 1994.
Around this time, some rather unexpected storm clouds formed on the horizon as Novell and U.C. Berkeley settled
their long-running lawsuit over the legal status of the Berkeley Net/2 tape. A condition of that settlement was U.C.
Berkeley’s concession that large parts of Net/2 were “encumbered” code and the property of Novell, who had in turn
acquired it from AT&T some time previously. What Berkeley got in return was Novell’s “blessing” that the
4.4BSD-Lite release, when it was finally released, would be declared unencumbered and all existing Net/2 users
would be strongly encouraged to switch. This included FreeBSD, and the project was given until the end of July
1994 to stop shipping its own Net/2 based product. Under the terms of that agreement, the project was allowed one
last release before the deadline, that release being FreeBSD [Link].
FreeBSD then set about the arduous task of literally re-inventing itself from a completely new and rather incomplete
set of 4.4BSD-Lite bits. The “Lite” releases were light in part because Berkeley’s CSRG had removed large chunks
4
Chapter 1 Introduction
of code required for actually constructing a bootable running system (due to various legal requirements) and the fact
that the Intel port of 4.4 was highly incomplete. It took the project until November of 1994 to make this transition, at
which point it released FreeBSD 2.0 to the net and on CDROM (in late December). Despite being still more than a
little rough around the edges, the release was a significant success and was followed by the more robust and easier to
install FreeBSD 2.0.5 release in June of 1995.
We released FreeBSD 2.1.5 in August of 1996, and it appeared to be popular enough among the ISP and commercial
communities that another release along the 2.1-STABLE branch was merited. This was FreeBSD [Link], released in
February 1997 and capping the end of mainstream development on 2.1-STABLE. Now in maintenance mode, only
security enhancements and other critical bug fixes will be done on this branch (RELENG_2_1_0).
FreeBSD 2.2 was branched from the development mainline (“-CURRENT”) in November 1996 as the
RELENG_2_2 branch, and the first full release (2.2.1) was released in April 1997. Further releases along the 2.2
branch were done in the summer and fall of ’97, the last of which (2.2.8) appeared in November 1998. The first
official 3.0 release appeared in October 1998 and spelled the beginning of the end for the 2.2 branch.
The tree branched again on Jan 20, 1999, leading to the 4.0-CURRENT and 3.X-STABLE branches. From
3.X-STABLE, 3.1 was released on February 15, 1999, 3.2 on May 15, 1999, 3.3 on September 16, 1999, 3.4 on
December 20, 1999, and 3.5 on June 24, 2000, which was followed a few days later by a minor point release update
to 3.5.1, to incorporate some last-minute security fixes to Kerberos. This will be the final release in the 3.X branch.
There was another branch on March 13, 2000, which saw the emergence of the 4.X-STABLE branch, now
considered to be the "current -stable branch". There have been several releases from it so far: 4.0-RELEASE came
out in March 2000, 4.1 was released in July 2000, 4.2 in November 2000, 4.3 in April 2001, and 4.4 in September
2001. There will be more releases along the 4.X-stable (RELENG_4) branch well into 2002.
Long-term development projects continue to take place in the 5.0-CURRENT (trunk) branch, and SNAPshot releases
of 5.0 on CDROM (and, of course, on the net) are continually made available from the snapshot server
([Link] as work progresses.
The goals of the FreeBSD Project are to provide software that may be used for any purpose and without strings
attached. Many of us have a significant investment in the code (and project) and would certainly not mind a little
financial compensation now and then, but we are definitely not prepared to insist on it. We believe that our first and
foremost “mission” is to provide code to any and all comers, and for whatever purpose, so that the code gets the
widest possible use and provides the widest possible benefit. This is, I believe, one of the most fundamental goals of
Free Software and one that we enthusiastically support.
That code in our source tree which falls under the GNU General Public License (GPL) or Library General Public
License (LGPL) comes with slightly more strings attached, though at least on the side of enforced access rather than
the usual opposite. Due to the additional complexities that can evolve in the commercial use of GPL software we do,
however, prefer software submitted under the more relaxed BSD copyright when it is a reasonable option to do so.
5
Chapter 1 Introduction
The development of FreeBSD is a very open and flexible process, FreeBSD being literally built from the
contributions of hundreds of people around the world, as can be seen from our our list of contributors
(../../articles/contributors/[Link]). We are constantly on the lookout for new developers and ideas, and those
interested in becoming more closely involved with the project need simply contact us at the FreeBSD technical
discussions mailing list <freebsd-hackers@[Link]>. The FreeBSD announcements mailing list
<freebsd-announce@[Link]> is also available to those wishing to make other FreeBSD users aware of
major areas of work.
Useful things to know about the FreeBSD project and its development process, whether working independently or in
close cooperation:
Note: Most members of the core team are volunteers when it comes to FreeBSD development and do not
benefit from the project financially, so “commitment” should also not be misconstrued as meaning
“guaranteed support.” The “board of directors” analogy above is not actually very accurate, and it may be
more suitable to say that these are the people who gave up their lives in favor of FreeBSD against their
better judgment!
6
Chapter 1 Introduction
Outside contributors
Last, but definitely not least, the largest group of developers are the users themselves who provide feedback and
bug fixes to us on an almost constant basis. The primary way of keeping in touch with FreeBSD’s more
non-centralized development is to subscribe to the FreeBSD technical discussions mailing list
<freebsd-hackers@[Link]> (see mailing list info) where such things are discussed.
The FreeBSD Contributors List (../../articles/contributors/[Link]) is a long and growing one, so why not
join it by contributing something back to FreeBSD today?
Providing code is not the only way of contributing to the project; for a more complete list of things that need
doing, please refer to the FreeBSD Project web site (../../../../[Link]).
In summary, our development model is organized as a loose set of concentric circles. The centralized model is
designed for the convenience of the users of FreeBSD, who are thereby provided with an easy way of tracking one
central code base, not to keep potential contributors out! Our desire is to present a stable operating system with a
large set of coherent application programs that the users can easily install and use, and this model works very well in
accomplishing that.
All we ask of those who would join us as FreeBSD developers is some of the same dedication its current people have
to its continued success!
7
Chapter 1 Introduction
provided as a pre-compiled “package”, which can be installed with a simple command (pkg_add) by those who do
not wish to compile their own ports from source.
A number of additional documents which you may find very helpful in the process of installing and using FreeBSD
may now also be found in the /usr/share/doc directory on any machine running FreeBSD 2.1 or later. You may
view the locally installed manuals with any HTML capable browser using the following URLs:
8
Chapter 2 Installing FreeBSD
Restructured, reorganized, and parts rewritten by Jim Mock. The sysinstall walkthrough, screenshots, and general
copy by Randy Pratt.
2.1 Synopsis
FreeBSD is provided with a text-based, easy to use installation program called Sysinstall. This is the default
installation program for FreeBSD, although vendors are free to provide their own installation suite if they wish. This
chapter describes how to use Sysinstall to install FreeBSD.
After reading this chapter, you will know:
• Read the supported hardware list that shipped with the version of FreeBSD you are installing, and verify that your
hardware is supported.
Note: In general, these installation instructions are written for i386 (“PC compatible”) architecture computers.
Where applicable, instructions specific to other platforms (for example, Alpha) will be listed.
9
Chapter 2 Installing FreeBSD
10
Chapter 2 Installing FreeBSD
If you are already using all the partitions on all your disks, then you will have to free one of them for FreeBSD using
the tools provided by the other operating systems you use (e.g., fdisk on DOS or Windows).
If you have a spare partition then you can use that. However, you may need to shrink one or more of your existing
partitions first.
A minimal installation of FreeBSD takes as little as 100MB of disk space. However, that is a very minimal install,
leaving almost no space for your own files. A more realistic minimum is 250MB without a graphical environment,
and 350MB or more if you want a graphical user interface. If you intend to install a lot of third party software as
well, then you will need more space.
You can use a commercial tool such as Partition Magic to resize your partitions to make space for FreeBSD. The
tools directory on the CDROM contains two free software tools which can carry out this task, FIPS and PResizer.
Documentation for both of these is in the same directory.
Warning: Incorrect use of these tools can delete the data on your disk. Be sure that you have recent, working
backups before using them.
Suppose that you have a computer with a single 4GB disk that already has a version of Windows installed, and you
have split the disk in to two drive letters, C: and D:, each of which is 2GB in size. You have 1GB of data on C:, and
0.5GB of data on D:.
This means that your disk has two partitions on it, one per drive letter. You can copy all your existing data from D: to
C:, which will free up the second partition, ready for FreeBSD.
Suppose that you have a computer with a single 4GB disk, that already has a version of Windows installed. When
you installed Windows you created one large partition, giving you a C: drive that is 4GB in size. You are currently
using 1.5GB of space, and want FreeBSD to have 2GB of space.
In order to install FreeBSD you will need to either:
1. Backup your Windows data, and then reinstall Windows, asking for a 2GB partition at install time.
2. Use one of the tools such as Partition Magic, described above, to shrink your Windows partition.
11
Chapter 2 Installing FreeBSD
Following the conventions of the Digital / Compaq manuals all SRM input is shown in uppercase. SRM is case
insensitive.
To find the names and types of disks in your machine, use the SHOW DEVICE command from the SRM console
prompt:
show device
dka0.[Link] DKA0 TOSHIBA CD-ROM XM-57 3476
dkc0.0.0.1009.0 DKC0 RZ1BB-BS 0658
dkc100.1.0.1009.0 DKC100 SEAGATE ST34501W 0015
dva0.[Link] DVA0
ewa0.[Link] EWA0 00-00-F8-75-6D-01
pkc0.7.0.1009.0 PKC0 SCSI Bus ID 7 5.27
pqa0.[Link] PQA0 PCI EIDE
pqb0.[Link] PQB0 PCI EIDE
This example is from a Digital Personal Workstation 433au and shows three disks attached to the machine. The first
is a CDROM drive called DKA0 and the other two are disks and are called DKC0 and DKC100 respectively.
Disks with names of the form DKx are SCSI disks. For example DKA100 refers to a SCSI with SCSI target ID 1 on
the first SCSI bus (A), whereas DKC300 refers to a SCSI disk with SCSI ID 3 on the third SCSI bus (C). Devicename
PKx refers to the SCSI host bus adapter. As seen in the SHOW DEVICE output SCSI CDROM drives are treated as
any other SCSI hard disk drive.
IDE disks have names similar to DQx, while PQx is the associated IDE controller.
1. IP address.
2. IP address of the default gateway.
3. Hostname.
4. DNS server IP addresses.
If you do not know this information, then ask your system administrator or service provider. They may say that this
information is assigned automatically, using DHCP. If so, make a note of this.
12
Chapter 2 Installing FreeBSD
Tip: If you have FreeBSD on CDROM or DVD, and your computer allows you to boot from the CDROM or DVD
(typically a BIOS option called “Boot Order” or similar) then you can skip this section. The FreeBSD CDROM and
DVD images are bootable and can be used to install FreeBSD without any other special preparation.
The FreeBSD installation process is started by booting your computer into the FreeBSD installer—it is not a
program you run within another operating system. To do this, you must create some floppy disks that can be booted
from, and then boot from them.
If you are not installing directly from CDROM, DVD, or FTP then you are probably preparing your own installation
media (e.g., an MS-DOS partition), which must be prepared before you install FreeBSD. This is a slightly more
advanced, infrequent activity, and is documented in Section 2.13. This includes the scenario where you want to create
your own FTP site on your own network so that other computers can use your site as a FreeBSD FTP installation site.
In general, to create boot floppy images, follow these steps:
13
Chapter 2 Installing FreeBSD
The floppy images have a .flp extension. The floppies/ directory contains a number of different images, and
the ones you will need to use depends on the version of FreeBSD you are installing, and in some cases, the
hardware you are installing to. In most cases you will need two files, [Link] and [Link], but check
[Link] in the same directory to be sure.
Important: Your FTP program must use binary mode to download these disk images. Some web browsers
have been known to use text (or ASCII) mode, which will be apparent if you cannot boot from the disks.
Important: If you try to install FreeBSD and the installation program crashes, freezes, or otherwise
misbehaves, one of the first things to suspect is the floppies. Try writing the floppy image files to some other
disks and try again.
On FreeBSD, /dev/fd0 refers to the first floppy disk (the A: drive). /dev/fd1 would be the B: drive, and so
on. Other Unix variants might have different names for the floppy disk devices, and you will need to check the
documentation for the system as necessary.
14
Chapter 2 Installing FreeBSD
Last Chance: Are you SURE your want continue the installation?
If you’re running this on a disk with data you wish to save then WE
STRONGLY ENCOURAGE YOU TO MAKE PROPER BACKUPS before proceeding!
The install can be exited at any time prior to the final warning without changing the contents of the hard drive. If
you are concerned that you have configured something incorrectly you can just turn the computer off before this
point, and no damage will be done.
2.3.1 Booting
1. The disks were not inserted early enough in the boot process. Leave them in, and try restarting your
computer.
2. The BIOS changes earlier did not work correctly. You should redo that step until you get the right option.
5. FreeBSD will start to boot. If you are booting from CDROM you will see a display similar to this:
Verifying DMI Pool Data ........
15
Chapter 2 Installing FreeBSD
Follow these instructions by removing the [Link] disc, insert the [Link] disc, and press Enter.
6. Irrespective of whether you booted from floppy or CDROM, the boot process will then get to this point.
Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [kernel] in 9 seconds... _
Either wait ten seconds, or press Enter. This will then launch the kernel configuration menu.
16
Chapter 2 Installing FreeBSD
If you are booting from CDROM, insert the CDROM into the drive and type the following command to start the
installation (substituting the name of the appropriate CDROM drive if necessary):
BOOT DKA0 -FLAGS ” -FILE ”
4. FreeBSD will start to boot. If you are booting from a floppy disc, at some point you will see the message:
Please insert MFS root floppy and press enter:
Follow these instructions by removing the [Link] disc, insert the [Link] disc, and press Enter.
5. Irrespective of whether you booted from floppy or CDROM, the boot process will then get to this point.
Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [kernel] in 9 seconds... _
Either wait ten seconds, or press Enter. This will then launch the kernel configuration menu.
When the kernel starts, each driver checks the system to see whether or not the hardware it supports exists on your
system. If it does, then the driver configures the hardware and makes it available to the rest of the kernel.
This checking is commonly referred to as device probing. Unfortunately, it is not always possible to do this in a safe
way. Some hardware drivers do not co-exist well together, and probing for one piece of hardware can sometimes
leave another in an inconsistent state. This is a basic limitation of the design of the PC.
Many older devices are called ISA devices—as opposed to PCI devices. The ISA specification requires each device
to have some information hard coded into it, typically the Interrupt Request Line number (IRQ) and IO port address
that the driver uses. This information is commonly set by using physical jumpers on the card, or by using a DOS
based utility.
This was often a source of problems, because it was not possible to have two devices that shared the same IRQ or
port address.
Newer devices follow the PCI specification, which does not require this, as the devices are supposed to cooperate
with the BIOS, and be told which IRQ and IO port addresses to use.
If you have any ISA devices in your computer then FreeBSD’s driver for that device will need to be configured with
the IRQ and port address that you have set the card to. This is why carrying out an inventory of your hardware (see
Section 2.2.1) can be useful.
Unfortunately, the default IRQs and memory ports used by some drivers clash. This is because some ISA devices are
shipped with IRQs or memory ports that clash. The defaults in FreeBSD’s drivers are deliberately set to mirror the
manufacturer’s defaults, so that, out of the box, as many devices as possible will work.
This is almost never an issue when running FreeBSD day-to-day. Your computer will not normally contain two pieces
of hardware that clash, because one of them would not work (irrespective of the operating system you are using).
17
Chapter 2 Installing FreeBSD
It becomes an issue when you are installing FreeBSD for the first time because the kernel used to carry out the install
has to contain as many drivers as possible, so that many different hardware configurations can be supported. This
means that some of those drivers will have conflicting configurations. The devices are probed in a strict order, and if
you own a device that is probed late in the process, but conflicted with an earlier probe, then your hardware might not
function or be probed correctly when you install FreeBSD.
Because of this, the first thing you have the opportunity to do when installing FreeBSD is look at the list of drivers
that are configured in to the kernel, and either disable some of them, if you do not own that device, or confirm (and
alter) the driver’s configuration if you do own the device but the defaults are wrong.
This probably sounds much more complicated than it actually is.
Figure 2-1 shows the first kernel configuration menu. We recommend that you choose the Start kernel
configuration in full-screen visual mode option, as it presents the easiest interface for the new user.
The kernel configuration screen (Figure 2-2) is then divided into four sections.
1. A collapsible list of all the drivers that are currently marked as “active”, subdivided in to groups such as
Storage, and Network. Each driver is shown as a description, its two three letter driver name, and the IRQ and
memory port used by that driver. In addition, if an active driver conflicts with another active driver then CONF is
shown next to the driver name. This section also shows the total number of conflicting drivers that are currently
active.
2. Drivers that have been marked inactive. They remain in the kernel, but they will not probe for their device when
the kernel starts. These are subdivided in to groups in the same way as the active driver list.
3. More detail about the currently selected driver, including its IRQ and memory port address.
4. Information about the keystrokes that are valid at this point in time.
18
Chapter 2 Installing FreeBSD
At this point there will always be conflicts listed. Do not worry about this, it is to be expected; all the drivers are
enabled, and as has already been explained, some of them will conflict with one another.
You now have to work through the list of drivers, resolving the conflicts.
1. Press X. This will completely expand the list of drivers, so you can see all of them. You will need to use the
arrow keys to scroll back and forth through the active driver list.
Figure 2-3 shows the result of pressing X.
2. Disable all the drivers for devices that you do not have. To disable a driver, highlight it with the arrow keys and
press Del. The driver will be moved to the Inactive Drivers list.
19
Chapter 2 Installing FreeBSD
If you inadvertently disable a device that you need then press Tab to switch to the Inactive Drivers list,
select the driver that you disabled, and press Enter to move it back to the active list.
Important: Do not disable sc0. This controls the screen, and you will need this unless you are installing over
a serial cable.
Important: Only disable atkbd0 if you are using a USB keyboard. If you have a normal keyboard then you
must keep atkbd0.
3. If there are no conflicts listed then you can skip this step. Otherwise, the remaining conflicts need to be
examined. If they do not have the indication of an "allowed conflict" in the message area, then either the
IRQ/address for device probe will need to be changed, or the IRQ/address on the hardware will need to be
changed.
To change the driver’s configuration for IRQ and IO port address, select the device and press Enter. The cursor
will move to the third section of the screen, and you can change the values. You should enter the values for IRQ
and port address that you discovered when you made your hardware inventory. Press Q to finish editing the
device’s configuration and return to the active driver list.
If you are not sure what these figures should be then you can try using -1. Some FreeBSD drivers can safely
probe the hardware to discover what the correct value should be, and a value of -1 configures them to do this.
The procedure for changing the address on the hardware varies from device to device. For some devices you may
need to physically remove the card from your computer and adjust jumper settings or DIP switches. Other cards
may have come with a DOS floppy that contains the programs used to reconfigure the card. In any case, you
should refer to the documentation that came with the device. This will obviously entail restarting your computer,
so you will need to boot back in to the FreeBSD installation routine when you have reconfigured the card.
4. When all the conflicts have been resolved the screen will look similar to Figure 2-4.
20
Chapter 2 Installing FreeBSD
As you can see, the active driver list is now much smaller, with only drivers for the hardware that actually exists
being listed.
You can now save these changes, and move on to the next step of the install. Press Q to quit the device
configuration interface. This message will appear.
Save these parameters before exiting? ([Y]es/[N]o/[C]ancel)
Answer Y to save the parameters and the probing will start. After displaying the probe results in white on black
text Sysinstall will start and display its main menu (Figure 2-5).
21
Chapter 2 Installing FreeBSD
Check the probe results carefully to make sure that FreeBSD found all the devices you expected. If a device was not
found, then it will not be listed. If the device’s driver required configuring with the IRQ and port address then you
should check that you entered them correctly.
If you need to make changes to the UserConfig device probing, its easy to exit the sysinstall program and start
over again. Its also a good way to become more familiar with the process.
22
Chapter 2 Installing FreeBSD
Use the arrow keys to select Exit Install from the Main Install Screen menu. The following message will display:
[ Yes ] No
The install program will start again if the CDROM is left in the drive and [Yes] is selected.
If you are booting from floppies it will be necessary to remove the [Link] floppy and replace it with [Link]
before rebooting.
23
Chapter 2 Installing FreeBSD
24
Chapter 2 Installing FreeBSD
A different keyboard mapping may be chosen by selecting the menu item using up/down arrow keys and pressing
Space. Pressing Space again will unselect the item. When finished, choose the [ OK ] using the arrow keys and press
25
Chapter 2 Installing FreeBSD
Enter.
Only a partial list is shown in this screen representation. Selecting [ Cancel ] will use the default keymap and return
to the Main Install Menu.
26
Chapter 2 Installing FreeBSD
The default values are usually fine for most users and do not need to be changed.
The description of the selected item will appear at the bottom of the screen highlighted in blue. Notice that one of the
options is Use Defaults to reset all values to startup defaults.
Press F1 to read the help screen about the various options.
Pressing Q will return to the Main Install menu.
27
Chapter 2 Installing FreeBSD
28
Chapter 2 Installing FreeBSD
29
Chapter 2 Installing FreeBSD
contains the file [Link], then the full name, or path to the file is foo/bar/[Link].
Directories and files are stored in a filesystem. Each filesystem contains exactly one directory at the very top level,
called the root directory for that filesystem. This root directory can then contain other directories.
So far this is probably similar to any other operating system you may have used. There are a few differences; for
example, DOS uses \ to separate file and directory names, while MacOS uses :.
FreeBSD does not use drive letters, or other drive names in the path. You would not write
c:/foo/bar/[Link] on FreeBSD.
Instead, one filesystem is designated the root filesystem. The root filesystem’s root directory is referred to as /. Every
other filesystem is then mounted under the root filesystem. No matter how many disks you have on your FreeBSD
system, every directory appears to be part of the same disk.
Suppose you have three filesystems, called A, B, and C. Each filesystem has one root directory, which contains two
other directories, called A1, A2 (and likewise B1, B2 and C1, C2).
Call A the root filesystem. If you used the ls command to view the contents of this directory you would see two
subdirectories, A1 and A2. The directory tree looks like this.
/
|
+--- A1
|
‘--- A2
A filesystem must be mounted on to a directory in another filesystem. So now suppose that you mount filesystem B
on to the directory A1. The root directory of B replaces A1, and the directories in B appear accordingly.
/
|
+--- A1
| |
| +--- B1
| |
| ‘--- B2
|
‘--- A2
Any files that are in the B1 or B2 directories can be reached with the path /A1/B1 or /A1/B2 as necessary. Any files
that were in /A1 have been temporarily hidden. They will reappear if B is unmounted from A.
If B had been mounted on A2 then the diagram would look like this;
/
|
+--- A1
|
‘--- A2
|
+--- B1
|
‘--- B2
30
Chapter 2 Installing FreeBSD
Filesystems can be mounted on top of one another. Continuing the last example, the C filesystem could be mounted
on top of the B1 directory in the B filesystem, leading to this arrangement.
/
|
+--- A1
|
‘--- A2
|
+--- B1
| |
| +--- C1
| |
| ‘--- C2
|
‘--- B2
/
|
+--- A1
| |
| +--- C1
| |
| ‘--- C2
|
‘--- A2
|
+--- B1
|
‘--- B2
If you are familiar with DOS, this is similar, although not identical, to the join command.
This is not normally something you need to concern yourself with. Typically you create filesystems when installing
FreeBSD and decide where to mount them, and then never change them unless you add a new disk.
It is entirely possible to have one large root filesystem, and not need to create any others. There are some drawbacks
to this approach, and one advantage.
31
Chapter 2 Installing FreeBSD
• Filesystems are a fixed size. If you create a filesystem when you install FreeBSD and give it a specific size, you
may later discover that you need to make the partition bigger. This is not easily accomplished without backing up,
recreating the filesystems with the size, and then restoring.
Important: FreeBSD 5.0 will feature a new command, growfs, which will make it possible to increase the size
of a filesystem on the fly, removing this limitation.
Filesystems are contained in partitions. This does not have the same meaning as the earlier usage of the term
partition in this chapter, because of FreeBSD’s Unix heritage. Each partition is identified by a letter, a through to h.
Each partition can only contain one filesystem, which means that filesystems are often described by either their
typical mount point on the root filesystem, or the letter of the partition they are contained in.
FreeBSD also uses disk space for swap space. Swap space provides FreeBSD with virtual memory. This allows your
computer to behave as though it has much more memory than it actually does. When FreeBSD runs out of memory it
moves some of the data that is not currently being used to the swap space, and moves it back in (moving something
else out) when it needs it.
Some partitions have certain conventions associated with them.
Partition Convention
a Normally contains the root filesystem
b Normally contains swap space
c Normally the same size as the enclosing slice. This allows
utilities that need to work on the entire slice (for example,
a bad block scanner) to work on the c partition. You
would not normally create a filesystem on this partition.
d Partition d used to have a special meaning associated with
it, although that is now gone. To this day, some tools may
operate oddly if told to work on partition d, so Sysinstall
will not normally create partition d.
Each partition-that-contains-a-filesystem is stored in what FreeBSD calls a slice. Slice is FreeBSD’s term for what
were earlier called partitions, and again, this is because of FreeBSD’s Unix background. Slices are numbered,
starting at 1, through to 4.
Slice numbers follow the device name, prefixed with an s, starting at 1. So “da0s1” is the first slice on the first SCSI
drive. There can only be four physical slices on a disk, but you can have logical slices inside physical slices of the
appropriate type. These extended slices are numbered starting at 5, so “ad0s5” is the first extended slice on a disk.
These devices are used by file systems that expect to occupy a slice.
Slices, “dangerously dedicated” physical drives, and other drives contain partitions, which are represented as letters
from a to h. This letter is appended to the device name, so “da0a” is the a partition on the first da drive, which is
“dangerously dedicated”. “ad1s3e” is the fifth partition in the third slice of the second IDE disk drive.
Finally, each disk on the system is identified. A disk name starts with a code that indicates the type of disk, and then
a number, indicating which disk it is. Unlike slices, disk numbering starts at 0. Common codes that you will see are
listed in Table 2-2.
32
Chapter 2 Installing FreeBSD
When referring to a partition FreeBSD requires that you also name the slice and disk that contains the partition, and
when referring to a slice you should also refer to the disk name. Do this by listing the disk name, s, the slice number,
and then the partition letter. Examples are shown in Example 2-3.
Example 2-4 shows a conceptual model of the disk layout that should help make things clearer.
In order to install FreeBSD you must first configure the disk slices, then create partitions within the slice you will use
for FreeBSD, and then create a filesystem (or swap space) in each partition, and decide where that filesystem will be
mounted.
Code Meaning
ad ATAPI (IDE) disk
da SCSI direct access disk
acd ATAPI (IDE) CDROM
cd SCSI CDROM
fd Floppy disk
Name Meaning
ad0s1a The first partition (a) on the first slice (s1) on the first IDE
disk (ad0).
da1s2e The fifth partition (e) on the second slice (s2) on the
second SCSI disk (da1).
This diagram shows FreeBSD’s view of the first IDE disk attached to the system. Assume that the disk is 4GB in
size, and contains two 2GB slices (DOS partitions). The first slice contains a DOS disk, C:, and the second slice
contains a FreeBSD installation. The FreeBSD installation has three partitions, and a swap partition.
The three partitions will each hold a filesystem. Partition a will be used for the root filesystem, e for the /var
directory hierarchy, and f for the /usr directory hierarchy.
33
Chapter 2 Installing FreeBSD
!" #$$%&
')(+* ,-/.
4"5) ) "+
6 7$8$2$:9;
! #$%3"
4 "5) ) "=<
71>$-?@A
! #$%3<
0 $12 4 5G G -
4"5) ) "+ F 6 "7$!8
!" #$$%3
6 78$B$C9EDF"; ! 2$"%!3"
! #$%3"
4EG G H;
6 7$$2$@9I71;
! $#$$%!3H
JEKMLON?NPLQSRUT!V WX
Note: No changes you make at this point will be written to the disk. If you think you have made a mistake and
want to start again you can use the menus to exit Sysinstall and try again. If you get confused and can not see
how to exit you can always turn your computer off.
34
Chapter 2 Installing FreeBSD
After choosing to begin a standard installation in Sysinstall you will be shown this message.
Message
In the next menu, you will need to set up a DOS-style ("fdisk")
partitioning scheme for your hard disk. If you simply wish to devote
all disk space to FreeBSD (overwriting anything else that might be on
the disk(s) selected) then use the (A)ll command to select the default
partitioning scheme followed by a (Quit. If you wish to allocate only
free space to FreeBSD, move to a partition marked "unused" and use the
(C)reate command.
[ OK ]
Press Enter as instructed. You will then be shown a list of all the hard drives that the kernel found when it carried out
the device probes. Figure 2-16 shows an example from a system with two IDE disks. They have been called ad0 and
ad2.
You might be wondering why ad1 is not listed here. Why has it been missed?
Consider what would happen if you had two IDE hard disks, one as the master on the first IDE controller, and one as
the master on the second IDE controller. If FreeBSD numbered these as it found them, as ad0 and ad1 then
everything would work.
But if you then added a third disk, as the slave device on the first IDE controller, it would now be ad1, and the
previous ad1 would become ad2. Because device names (such as ad1s1a) are used to find filesystems, you may
suddenly discover that some of your filesystems no longer appear correctly, and you would need to change your
FreeBSD configuration.
To work around this, the kernel can be configured to name IDE disks based on where they are, and not the order in
which they were found. With this scheme the master disk on the second IDE controller will always be ad2, even if
there are no ad0 or ad1 devices.
35
Chapter 2 Installing FreeBSD
This configuration is the default for the FreeBSD kernel, which is why this display shows ad0 and ad2. The machine
on which this screenshot was taken had IDE disks on both master channels of the IDE controllers, and no disks on
the slave channels.
You should select the disk on which you want to install FreeBSD, and then press [ OK ]. FDisk will start, with a
display similar to that shown in Figure 2-17.
The FDisk display is broken in to three sections.
The first section, covering the first two lines of the display, shows details about the currently selected disk, including
its FreeBSD name, the disk geometry, and the total size of the disk.
The second section shows the slices that are currently on the disk, where they start and end, how large they are, the
name FreeBSD gives them, and their description and sub-type. This example shows two small unused slices, which
are artifacts of disk layout schemes on the PC. It also shows one large FAT slice, which almost certainly appears as
C: in DOS / Windows, and an extended slice, which may contain other drive letters for DOS / Windows.
The third section shows the commands that are available in FDisk.
What you do now will depend on how you want to slice up your disk.
If you want to use FreeBSD for the entire disk (which will delete all the other data on this disk when you confirm
that you want Sysinstall to continue later in the installation process) then you can press A, which corresponds to the
Use Entire Disk option. The existing slices will be removed, and replaced with a small area flagged as unused
(again, an artifact of PC disk layout), and then one large slice for FreeBSD. If you do this then you should then select
the newly created FreeBSD slice using the arrow keys, and press S to mark the slice as being bootable. The screen
will then look very similar to Figure 2-18. Note the A in the Flags column, which indicates that this slice is active,
and will be booted from.
If you will be deleting an existing slice to make space for FreeBSD then you should select the slice using the arrow
keys, and then press D. You can then press C, and be prompted for size of slice you want to create. Enter the
appropriate figure and press Enter.
If you have already made space for FreeBSD (perhaps by using a tool such as Partition Magic) then you can press C
to create a new slice. Again, you will be prompted for the size of slice you would like to create.
36
Chapter 2 Installing FreeBSD
When finished, press Q. Your changes will be saved in Sysinstall, but will not yet be written to disk.
• You have more than one drive, and have installed FreeBSD onto a drive other than the first one.
• You have installed FreeBSD alongside another operating system on the same disk, and you want to choose
whether to start FreeBSD or the other operating system when you start the computer.
Make your choice and press Enter.
37
Chapter 2 Installing FreeBSD
The help screen, reached by pressing F1, discusses the problems that can be encountered when trying to share the
hard disk between operating systems.
The Tab key toggles between the last drive selected, [ OK ], and [ Cancel ].
Press the Tab once to toggle to the [ OK ], then press Enter to continue with the installation.
38
Chapter 2 Installing FreeBSD
39
Chapter 2 Installing FreeBSD
40
Chapter 2 Installing FreeBSD
If you will be installing FreeBSD on to more than one disk then you must also create partitions in the other slices that
you configured. The easiest way to do this is to create two partitions on each disk, one for the swap space, and one
for a filesystem.
41
Chapter 2 Installing FreeBSD
Having chosen your partition layout you can now create it using Sysinstall. You will see this message.
Message
Now, you need to create BSD partitions inside of the fdisk
partition(s) just created. If you have a reasonable amount of disk
space (200MB or more) and don’t have any special requirements, simply
use the (A)uto command to allocate space automatically. If you have
more specific needs or just don’t care for the layout chosen by
(A)uto, press F1 for more information on manual layout.
[ OK ]
42
Chapter 2 Installing FreeBSD
Disklabel can automatically create partitions for you and assign them default sizes. Try this now, by Pressing A. You
will see a display similar to that shown in Figure 2-22. Depending on the size of the disk you are using the defaults
may or may not be appropriate. This does not matter, as you do not have to accept the defaults.
To delete the suggested partitions, and replace them with your own, use the arrow keys to select the first partition,
and press D to delete it. Repeat this to delete all the suggested partitions.
To create the first partition (a, mounted as /), make sure the disk information at the top of the screen is selected, and
press C. A dialog box will appear prompting you for the size of the new partition (as shown in Figure 2-23). You can
enter the size as the number of disk blocks you want to use, or, more usefully, as a number followed by either M for
megabytes, G for gigabytes, or C for cylinders.
43
Chapter 2 Installing FreeBSD
The default size shown will create a partition that takes up the rest of the slice. If you are using the partition sizes
described earlier, then delete the existing figure using Backspace, and then type in 64M, as shown in Figure 2-24.
Then press [ OK ].
Having chosen the partition’s size you will then asked whether this partition will contain a filesystem or swap space.
The dialog box is shown in Figure 2-25. This first partition will contain a filesystem, so check that FS is selected and
then press Enter.
44
Chapter 2 Installing FreeBSD
Finally, because you are creating a filesystem, you must tell Disklabel where the filesystem is to be mounted. The
dialog box is shown in Figure 2-26. The root filesystem’s mount point is /, so type /, and then press Enter.
The display will then update to show you the newly created partition. You should repeat this procedure for the other
partitions. When you create the swap partition you will not be prompted for the filesystem mount point, as swap
partitions are never mounted. When you create the final partition, /usr, you can leave the suggested size as is, to use
the rest of the slice.
Your final FreeBSD DiskLabel Editor screen will appear similar to Figure 2-27, although your values chosen may be
different. Press Q to finish.
45
Chapter 2 Installing FreeBSD
46
Chapter 2 Installing FreeBSD
This will give you ready access to over 6,000 ported software packages,
at a cost of around 100MB of disk space when "clean" and possibly much
more than that if a lot of the distribution tarballs are loaded
(unless you have the extra CDs from a FreeBSD CD/DVD distribution
available and can mount it on /cdrom, in which case this is far less
of a problem).
The ports collection is a very valuable resource and well worth having
on your /usr partition, so it is advisable to say Yes to this option.
For more information on the ports collection & the latest ports,
visit:
[Link]
[ Yes ] No
Select [ Yes ] with the arrow keys to install the ports collection or [ No ] to skip this option. Press Enter to continue.
The Choose Distributions menu will redisplay.
47
Chapter 2 Installing FreeBSD
If satisfied with the options, select Exit with the arrow keys, ensure that [ OK ] is highlighted, and press Enter to
continue.
48
Chapter 2 Installing FreeBSD
FTP Installation Modes: There are three FTP installation modes you can choose from: active FTP, passive FTP,
or via a HTTP proxy.
This option instructs FreeBSD to use “Passive” mode for all FTP operations. This allows the user to pass
through firewalls that do not allow incoming connections on random port addresses.
FTP via a HTTP proxy, Install from an FTP server through a http proxy
This option instructs FreeBSD to use the HTTP protocol (like a web browser) to connect to a proxy for all
FTP operations. The proxy will translate the requests and send them to the FTP server. This allows the user
to pass through firewalls that do not allow FTP at all, but offer a HTTP proxy. In this case, you have to
specify the proxy in addition to the FTP server.
For a proxy FTP server, you should usually give the name of the server you really want as a part of the
username, after an “@” sign. The proxy server then “fakes” the real server. For example, assuming you want to
install from [Link], using the proxy FTP server [Link], listening on port 1024.
In this case, you go to the options menu, set the FTP username to ftp@[Link], and the password to
your email address. As your installation media, you specify FTP (or passive FTP, if the proxy supports it), and the
URL [Link]
Since /pub/FreeBSD from [Link] is proxied under [Link], you are able to install from that
machine (which will fetch the files from [Link] as your installation requests them.
If you’re running this on a disk with data you wish to save then WE
STRONGLY ENCOURAGE YOU TO MAKE PROPER BACKUPS before proceeding!
[ Yes ] No
49
Chapter 2 Installing FreeBSD
Message
If you wish to re-enter this utility after the system is up, you may
do so by typing: /stand/sysinstall .
[ OK ]
Message
Installation complete with some errors. You may wish to scroll
through the debugging messages on VTY1 with the scroll-lock feature.
You can also choose "No" at the next prompt and go back into the
installation menus to try and retry whichever operations have failed.
[ OK ]
This message is generated because nothing was installed. Pressing Enter will return to the Main Installation Menu to
exit the installation.
2.9 Post-installation
Configuration of various options follows the successful installation. An option can be configured by re-entering the
configuration options before booting the new FreeBSD system or after installation using /stand/sysinstall and
selecting Configure.
50
Chapter 2 Installing FreeBSD
[ Yes ] No
To configure a network device, select [ Yes ] and press Enter. Otherwise, select [ No ] to continue.
Select the interface to be configured with the arrow keys and press Enter.
Yes [ No ]
In this private local area network the current Internet type protocol (IPv4) was sufficient and [ No ] was selected with
the arrow keys and Enter pressed.
If you want to try the new Internet protocol (IPv6), choose [ Yes ] and press Enter. It will take several seconds to
scan for RA servers.
Yes [ No ]
If DHCP (Dynamic Host Configuration Protocol) is not required select [ No ] with the arrow keys and press Enter.
Selecting [ Yes ] will execute dhclient, and if successful, will fill in the network configuration information
automatically. Refer to Section 17.8 for more information.
The following Network Configuration screen shows the configuration of the Ethernet device for a system that will act
as the gateway for a Local Area Network.
51
Chapter 2 Installing FreeBSD
Use Tab to select the information fields and fill in appropriate information:
Host
The fully-qualified hostname, e.g. [Link] in this case.
Domain
The name of the domain that your machine is in, e.g. [Link] for this case.
IPv4 Gateway
IP address of host forwarding packets to non-local destinations. Fill this in only if the machine is a node on the
network. Leave this field blank if the machine is the gateway to the Internet for the network.
Name server
IP address of your local DNS server. There is no local DNS server on this private local area network so the IP
address of the provider’s DNS server ([Link]) was used.
IPv4 address
The IP address to be used for this interface was ([Link]).
Netmask
The address block being used for this local area network is a Class C block ([Link] - [Link]).
The default netmask is for a Class C network ([Link]).
52
Chapter 2 Installing FreeBSD
[ Yes ] No
Choosing [ Yes ] and pressing Enter will bring the machine up on the network and be ready for use after leaving
leaving the installation.
Yes [ No ]
If [ No ] is selected, various services such telnetd will not be enabled. This means that remote users will not be able
to telnet into this machine. Local users will be still be able to access remote machines with telnet.
These services can be enabled after installation by editing /etc/[Link] with your favorite text editor. See
Section 17.12.1 for more information.
Select [ Yes ] if you wish to configure these services during install. An additional confirmation will display.
[ Yes ] No
[ Yes ] No
Selecting [ Yes ] will allow adding services by deleting the # at the beginning of a line.
53
Chapter 2 Installing FreeBSD
After adding the desired services, pressing Esc will display a menu which will allow exiting and saving the changes.
[ Yes ] No
If the machine will be acting as the gateway for a local area network and forwarding packets between other machines
then select [ Yes ] and press Enter. If the machine is a node on a network then select [ No ] and press Enter to
continue.
Yes [ No ]
54
Chapter 2 Installing FreeBSD
UID: The user ID you wish to assign to the anonymous FTP user.
All files uploaded will be owned by this ID.
Group: Which group you wish the anonymous FTP user to be in.
Upload subdirectory:
The ftp root directory will be put in /var by default. If you do not have enough room there for the anticipated FTP
needs, the /usr directory could be used by setting the FTP Root Directory to /usr/ftp.
When you are satisfied with the values, press Enter to continue.
55
Chapter 2 Installing FreeBSD
[ Yes ] No
If you select [ Yes ] and press Enter, an editor will automatically start allowing you to edit the message.
This is a text editor called ee. Use the instructions to change the message or change the message later using a text
editor of your choice. Note the file name/location at the bottom.
Press Esc and a pop-up menu will default to a) leave editor. Press Enter to exit and continue.
Yes [ No ]
If there is no need for a Network File System server or client, select [ No ] and press Enter.
If [ Yes ] is chosen, a message will pop-up indicating that the exports file must be created.
Message
Operating as an NFS server means that you must first configure an
/etc/exports file to indicate which hosts are allowed certain kinds of
56
Chapter 2 Installing FreeBSD
Press Enter to continue. A text editor will start allowing the exports file to be created and edited.
Use the instructions to add the actual exported filesystems now or later using a text editor of your choice. Note the
filename/location at the bottom of the editor screen.
Press Esc and a pop-up menu will default to a) leave editor. Press Enter to exit and continue.
Yes [ No ]
With the arrow keys, select [ Yes ] or [ No ] as appropriate and press Enter.
57
Chapter 2 Installing FreeBSD
[ Yes ] No
Selecting [ No ] and pressing Enter will set the security profile to medium.
Selecting [ Yes ] and pressing Enter will allow selecting a different security profile.
Message
[OK]
Message
58
Chapter 2 Installing FreeBSD
[OK]
[ Yes ] No
To view and configure the options, select [ Yes ] and press Enter.
A commonly used option is the screensaver. Use the arrow keys to select Saver and then press Enter.
59
Chapter 2 Installing FreeBSD
Select the desired screen saver using the arrow keys and then press Enter. The System Console Configuration menu
will redisplay.
The default time interval is 300 seconds. To change the time interval, select Saver again. At the Screensaver Options
menu, select Timeout using the arrow keys and press Enter. A pop-up menu will appear :
The value can be changed, then select [ OK ] and press Enter to return to the System Console Configuration menu.
60
Chapter 2 Installing FreeBSD
Selecting Exit and pressing Enter will continue with the post-installation configurations.
[ Yes ] No
Yes [ No ]
Select [ Yes ] or [ No ] according to how the machine’s clock is configured and press Enter.
61
Chapter 2 Installing FreeBSD
The appropriate region is selected using the arrow keys and then press Enter.
Select the appropriate country using the arrow keys and press Enter.
62
Chapter 2 Installing FreeBSD
The appropriate time zone is selected using the arrow keys and pressing Enter.
Confirmation
Does the abbreviation ’EDT’ look reasonable?
[ Yes ] No
Confirm the abbreviation for the time zone is correct. If it looks okay, press Enter to continue with the
post-installation configuration.
[ Yes ] No
Selecting [ Yes ] and pressing Enter will allow running Linux software on FreeBSD. The install will proceed to add
the appropriate packages for Linux compatibility.
If installing by FTP, the machine will need to be connected to the Internet. Sometimes a remote ftp site will not have
all the distributions like the Linux binary compatibility. This can be installed later if necessary.
63
Chapter 2 Installing FreeBSD
[ Yes ] No
Select [ Yes ] for a non-USB mouse or [ No ] for a USB mouse and press Enter.
The mouse used in this example is a PS/2 type, so the default Auto was appropriate. To change protocol, use the
arrow keys to select another option. Ensure that [ OK ] is highlighted and press Enter to exit this menu.
64
Chapter 2 Installing FreeBSD
This system had a PS/2 mouse, so the default PS/2 was appropriate. To change the port, use the arrow keys and then
press Enter.
65
Chapter 2 Installing FreeBSD
The cursor moved around the screen so the mouse daemon is running:
Select [ Yes ] to return to the previous menu then select Exit with the arrow keys and press Enter to return to
continue with the post-installation configuration.
66
Chapter 2 Installing FreeBSD
[ Yes ] No
Warning: It is necessary to know your monitor specifications and video card information. Equipment damage can
occur if settings are incorrect. If you do not have this information, select [ No ] and perform the configuration after
installation when you have the information using /stand/sysinstall, selecting Configure and then XFree86.
If you have graphics card and monitor information, select [ Yes ] and press Enter to proceed with configuring the X
server.
There are several ways to configure the X server. XF86Setup is fully graphical and probably the easiest. Use the
arrow keys to select the XF86Setup and press Enter.
Message
You have configured and been running the mouse daemon.
Choose "/dev/sysmouse" as the mouse port and "SysMouse" or
"MouseSystems" as the mouse protocol in the X configuration utility.
[ OK ]
This indicates that the mouse daemon previously configured has been detected. Press Enter to continue.
[ OK ]
67
Chapter 2 Installing FreeBSD
Press Enter to switch to the graphics mode and continue. It will not try to switch to the graphics mode until Enter is
pressed. The screen will go black and then shortly a screen with a large X in the center will appear. Be patient and
wait.
After a few more moments, the XF86Setup introduction will display. Read all instructions carefully. Press Enter to
continue.
XF86Setup Overview
There are several areas of configuration to be completed. The configuration choices you make will depend on the
hardware in the system so only a general overview can be given here.
Along the top of the configuration tool there are buttons indicating the areas to be configured. You should be able to
use the mouse if it was previously configured and select each item by clicking on it. Review each area and make
appropriate selections for your system.
1. Mouse
The mouse is the first item to be configured. If you previously configured your mouse, the mouse daemon will
already be running and should indicate SysMouse automatically for the mouse protocol. If you are use a two
button mouse, you should also select Emulate3Buttons. There are other settings that can be tweaked if
necessary.
After completing your selections, click on the Apply and check the mouse actions are working properly. If
further adjustment is needed, make them and recheck the operation by clicking on Apply again. When finished,
move on to the next item.
2. Keyboard
Select the appropriate keyboard model. The default keyboard is Generic 101-key PC.
Select the language layout for your keyboard. The default layout is U.S. English. If you are not using a U.S.
keyboard, you may need to additionally select a variant.
There are other options under Group Shift/Lock behavior and Control Key Position that can be selected if
desired. Generally the default settings are fine.
After completing the keyboard configuration, click on Apply and move on to the next item.
3. Card
Click on Read README file for additional help in configuring your video card.
Select the appropriate video card from the list using the scrollbar. Clicking on your card will show as “Card
selected:” above the list box.
Next, the Detailed Setup was selected just to check details. Typically, if your video card was in the list, no
changes will be needed here.
When finished, move on to the next item.
4. Monitor
There are two ways to proceed. One method requires that you enter the horizontal and vertical sweep
capabilities of your monitor in the text boxes.
Choosing one of the monitor options listed that the monitor is the other method. After selecting a listed option,
the horizontal and vertical sweep rates that will be used will display. Compare those to your monitor
specifications. The monitor must be capable of using those ranges.
68
Chapter 2 Installing FreeBSD
Do not exceed the ratings of your monitor. Damage could occur. If you have doubts select ABORT and get the
information. The remainder of the installation process will be unaffected and configuring the X-Server can be
done later using /stand/sysinstall.
When finished, move on to the next item.
5. Mode
Select the video mode(s) that you want to use. You can select more than one option. Typically, useful ranges are
640x480, 800x600, and 1024x768 but those are a function of video card capability, monitor size, and eye
comfort.
Next, select the default color depth you want to use. Your choices are 8bpp, 16bpp, 24bpp, and 32bpp. Select the
highest color depth that your video card will support.
When finished, move on to the next item.
6. Other
The default settings are reasonable values, so you probably will not need to change anything here.
The default setting which allows the server to be killed with the hotkey sequence Ctrl+Alt+Backspace should
be left on. This can be executed if something is wrong with the server settings and prevent hardware damage.
The default setting that allows video mode switching will permit changing of the mode while running X with the
hotkey sequence Alt++ or Alt+-.
7. Testing the Server
Verify all the settings once again and select Done and the following message will display :
If you’ve finished configuring everything press the
Okay button to start the X server using the configuration
you’ve selected. If you still wish to configure some things,
press one of the buttons at the top and then press "Done" again,
when you’ve finished.
After selecting Okay, some messages will briefly appear advising to wait and attempting to start the X-server.
This process takes a few moments, so be patient.
The screen will go blank for a short period of time and then a screen will appear with the message
“Congratulations, you’ve got a running server!”
If nothing appears or the display is distorted, kill the X-server using Ctrl+Alt+Backspace and adjust the
settings or revisit them after installation.
8. Running xvidtune
The display can be adjusted for height, width, or centering by using xvidtune.
There are warnings that improper settings can damage your equipment. Heed them. If in doubt, do not do it.
Instead, use the monitor controls to adjust the display for x-windows. There may be some display differences
when switching back to text mode, but it is better than damaging equipment. xvidtune can be ran later using
/stand/sysinstall.
69
Chapter 2 Installing FreeBSD
Once the configuration is done, the installation program will need to create a link to the server :
[ Yes ] No
[ OK ]
Use the arrow keys to select a desktop and press Enter. Installation of the selected desktop will proceed.
70
Chapter 2 Installing FreeBSD
[ Yes ] No
Selecting [ Yes ] and pressing Enter will be followed by the Package Selection screens:
All packages available will be displayed if All is selected or you can select a particular category. Highlight your
selection with the arrow keys and press Enter.
A menu will display showing all the packages available for the selection made.
71
Chapter 2 Installing FreeBSD
The bash shell is shown selected. Select as many as desired by highlighting the package and pressing the Space. A
short description of each package will appear in the lower left corner of the screen.
Pressing the Tab key will toggle between the last selected package, [ OK ], and [ Cancel ].
When you have finished marking the packages for installation, press Tab once to toggle to the [ OK ] and press
Enter to return to the Package Selection menu.
The left and right arrow keys will also toggle between [ OK ] and [ Cancel ]. This method can also be used to select
[ OK ] and press Enter to return to the Package Selection menu.
Use the arrow keys to select [ Install ] and press Enter. You will then need to confirm that you want to install the
packages.
72
Chapter 2 Installing FreeBSD
Selecting [ OK ] and pressing Enter will start the package installation. Installing messages will appear until
completed. Make note if there are any error messages.
The final configuration continues after packages are installed.
[ Yes ] No
73
Chapter 2 Installing FreeBSD
Select Add User with the arrow keys and press Enter.
The following descriptions will appear in the lower part of the screen as the items are selected with Tab to assist with
entering the required information.
Login ID
The login name of the new user (mandatory)
UID
The numerical ID for this user (leave blank for automatic choice)
74
Chapter 2 Installing FreeBSD
Group
The login group name for this user (leave blank for automatic choice)
Password
The password for this user (enter this field with care!)
Full name
The user’s full name (comment)
Member groups
The groups this user belongs to (i.e. gets access rights for)
Home directory
The user’s home directory (leave blank for default)
Login shell
The user’s login shell (leave blank for default). (/bin/sh)
The login shell was changed from /bin/sh to /usr/local/bin/bash to use the bash shell that was previously
installed as a package. Do not try to use a shell that does not exist or you will not be able to login.
The user was also added to the group "wheel" to be able to become a superuser with root privileges.
When you are satisfied, press [ OK ] and the User and Group Management menu will redisplay.
Groups could also be added at this time if specific needs are known. Otherwise, this may be accessed through using
/stand/sysinstall after installation is completed.
When you are finished adding users, select Exit with the arrow keys and press Enter to continue the installation.
75
Chapter 2 Installing FreeBSD
[ OK ]
Yes [ No ]
Selecting [ No ] with the arrow keys and pressing Enter returns to the Main Installation Menu
76
Chapter 2 Installing FreeBSD
Select [X Exit Install] with the arrow keys and press Enter. You will be asked to confirm exiting the installation :
[ Yes ] No
Select [ Yes ] and remove floppy if booting from floppy. The CDROM drive is locked until the machine starts to
reboot. The CDROM drive is then unlocked and can be removed from drive (quickly).
The system will reboot so watch for any error messages that may appear.
77
Chapter 2 Installing FreeBSD
78
Chapter 2 Installing FreeBSD
login: rpratt
Password:
Generating the RSA and DSA keys may take some time on slower machines. This happens only on the initial
boot-up of a new installation. Subsequent boots will be faster.
If the X server has been configured and a Default Desktop chosen, it can be started by typing startx at the
command line.
79
Chapter 2 Installing FreeBSD
BOOT DKC0
This instructs the firmware to boot the specified disk. To make FreeBSD boot automatically in the future, use these
commands:
SET BOOT_OSFLAGS A
SET BOOT_FILE ”
SET BOOTDEF_DEV DKC0
SET AUTO_ACTION BOOT
The boot messages will be similar (but not identical) to those produced by FreeBSD booting on the i386.
It is safe to turn off the power after the shutdown command has been issued and the message "Please press any key to
reboot" appears. If any key is pressed instead of turning off the power switch, the system will reboot.
2.11 Troubleshooting
The following section covers basic installation troubleshooting, such as common problems people have reported.
There are also a few questions and answers for people wishing to dual-boot FreeBSD with MS-DOS.
80
Chapter 2 Installing FreeBSD
Warning: Do not disable any drivers you will need during the installation, such as your screen (sc0). If the
installation wedges or fails mysteriously after leaving the configuration editor, you have probably removed or
changed something you should not have. Reboot and try again.
81
Chapter 2 Installing FreeBSD
operating systems (like me). However, it does cost money, and if you plan to install FreeBSD once and then leave it
there, FIPS will probably be fine for you.
Yes. DOS extended partitions are mapped in at the end of the other “slices” in FreeBSD, e.g., your D: drive might be
/dev/da0s5, your E: drive, /dev/da0s6, and so on. This example assumes, of course, that your extended partition
is on SCSI drive 0. For IDE drives, substitute ad for da appropriately if installing 4.0-RELEASE or later, and
substitute wd for da if you are installing a version of FreeBSD prior to 4.0. You otherwise mount extended partitions
exactly like you would any other DOS drive, for example:
82
Chapter 2 Installing FreeBSD
Repeat this command for each .flp file, replacing the floppy disk each time. Adjust the command line as
necessary, depending on where you have placed the .flp files. If you do not have the CDROM then fdimage
can be downloaded from the tools directory ([Link] on the FreeBSD FTP
site.
If you are writing the floppies on a Unix system (such as another FreeBSD system) you can use the dd(1)
command to write the image files directly to disk. On FreeBSD you would run:
# dd if=[Link] of=/dev/fd0
On FreeBSD /dev/fd0 refers to the first floppy disk (the A: drive). /dev/fd1 would be the B: drive, and so
on. Other Unix variants might have different names for the floppy disk devices, and you will need to check the
documentation for the system as necessary.
3. Enabling the Boot Floppies to Boot into a Serial Console
If you were to boot into the floppies that you just made, FreeBSD would boot into its normal install mode. We
want FreeBSD to boot into a serial console for our install. To do this, you have to mount the [Link] floppy
onto your FreeBSD system using the mount(8) command.
83
Chapter 2 Installing FreeBSD
Now that you have the floppy mounted, you must change into the floppy directory
# cd /mnt
Here is where you must set the floppy to boot into a serial console. You have to make a file called [Link]
containing "/boot/loader -h". All this does is pass a flag to the bootloader to boot into a serial console.
# echo "/boot/loader -h" > [Link]
Now that you have your floppy configured correctly, you must unmount the floppy using the umount(8)
command
# cd /
# umount /mnt
Now you can remove the floppy from the floppy drive
4. Connecting Your Null Modem Cable
You now need to connect a null modem cable between the two machines. Just connect the cable to the serial
ports of the 2 machines. A normal serial cable will not work here, you need a null modem cable because it has
some of the wires inside crossed over.
5. Booting Up for the Install
It is now time to go ahead and start the install. Put the [Link] floppy in the floppy drive of the machine you
are doing the headless install on, and power on the machine.
6. Connecting to Your Headless Machine
Now you have to connect to that machine with cu(1):
# cu -l /dev/cuaa0
That’s it! You should be able to control the headless machine through your cu session now. It will ask you to put in
the [Link], and then it will come up with a selection of what kind of terminal to use. Just select the FreeBSD
color console and proceed with your install!
There may be some situations in which you need to create your own FreeBSD installation media and/or source. This
might be physical media, such as a tape, or a source that Sysinstall can use to retrieve the files, such as a local FTP
site, or an MS-DOS partition. For example;
• You have many machines connected to your local network, and one FreeBSD disk. You want to create a local FTP
site using the contents of the FreeBSD disk, and then have your machines use this local FTP site instead of
needing to connect to the Internet.
84
Chapter 2 Installing FreeBSD
• You have a FreeBSD disk, FreeBSD does not recognize your CD/DVD drive, but DOS/Windows does. You want
to copy the FreeBSD installations files to a DOS partition on the same computer, and then install FreeBSD using
those files.
• The computer you want to install on does not have a CD/DVD drive, or a network card, but you can connect a
“Laplink-style” serial or parallel cable to a computer that does.
• You want to create a tape that can be used to install FreeBSD.
1. On the FreeBSD computer that will host the FTP site, ensure that the CDROM is in the drive, and mounted on
/cdrom.
# mount /cdrom
2. Create an account for anonymous FTP in /etc/passwd. Do this by editing /etc/passwd using vipw(8) and
adding this line.
ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent
3. Ensure that the FTP service is enabled in /etc/[Link].
Anyone with network connectivity to your machine can now chose a media type of FTP and type in [Link]
machine after picking “Other” in the FTP sites menu during the install.
Warning: This approach is OK for a machine that is on your local network, and that is protected by your firewall.
Offering up FTP services to other machines over the Internet (and not your local network) exposes your
computer to the attention of crackers and other undesirables. We strongly recommend that you follow good
security practices if you do this.
85
Chapter 2 Installing FreeBSD
If you are creating the floppies on another FreeBSD machine, a format is still not a bad idea, though you do not need
to put a DOS filesystem on each floppy. You can use the disklabel and newfs commands to put a UFS filesystem
on them instead, as the following sequence of commands (for a 3.5" 1.44MB floppy) illustrates:
Then you can mount and write to them like any other filesystem.
After you have formatted the floppies, you will need to copy the files to them. The distribution files are split into
chunks conveniently sized so that 5 of them will fit on a conventional 1.44MB floppy. Go through all your floppies,
packing as many files as will fit on each one, until you have all of the distributions you want packed up in this fashion.
Each distribution should go into a subdirectory on the floppy, e.g.: a:\bin\[Link], a:\bin\[Link], and so on.
Once you come to the Media screen during the install process, select “Floppy” and you will be prompted for the rest.
C:\ md c:\freebsd
C:\ xcopy e:\bin c:\freebsd\bin\ /s
C:\ xcopy e:\manpages c:\freebsd\manpages\ /s
Assuming that C: is where you have free space and E: is where your CDROM is mounted.
If you do not have a CDROM drive, you can download the distribution from [Link]
([Link] Each distribution is in its own directory; for
example, the bin distribution can be found in the 4.4/bin/
([Link] directory.
For as many distributions you wish to install from an MS-DOS partition (and you have the free space for), install
each one under c:\freebsd — the BIN distribution is the only one required for a minimum installation.
# cd /freebsd/distdir
# tar cvf /dev/rwt0 dist1 ... dist2
86
Chapter 2 Installing FreeBSD
When you go to do the installation, you should also make sure that you leave enough room in some temporary
directory (which you will be allowed to choose) to accommodate the full contents of the tape you have created. Due
to the non-random access nature of tapes, this method of installation requires quite a bit of temporary storage. You
should expect to require as much temporary storage as you have stuff written on tape.
Note: When starting the installation, the tape must be in the drive before booting from the boot floppy. The
installation probe may otherwise fail to find it.
87
Chapter 2 Installing FreeBSD
In FreeBSD’s /etc/exports file, this is controlled by the -alldirs. Other NFS servers may have different
conventions. If you are getting “permission denied” messages from the server, then it is likely that you do not have
this enabled properly.
88
Chapter 3 Unix Basics
Rewritten by Chris Shumway.
3.1 Synopsis
The following chapter will cover the basic commands and functionality of the FreeBSD operating system. Much of
this material is relevant for any Unix-like operating system. Feel free to skim over this chapter if you are familiar
with the material. If you are new to FreeBSD, then you will definitely want to read through this chapter carefully.
After reading this chapter, you will know:
3.2 Permissions
FreeBSD, being a direct descendant of BSD Unix, is based on several key Unix concepts. The first, and most
pronounced, is that FreeBSD is a multi-user operating system. The system can handle several users all working
simultaneously on completely unrelated tasks. The system is responsible for properly sharing and managing requests
for hardware devices, peripherals, memory, and CPU time evenly to each user.
Because the system is capable of supporting multiple users, everything the system manages has a set of permissions
governing who can read, write, and execute the resource. These permissions are stored as two octets broken into
three pieces, one for the owner of the file, one for the group that the file belongs to, and one for everyone else. This
numerical representation works like this:
You can use the -l command line argument to ls(1) to view a long directory listing that includes a column with
information about a file’s permissions for the owner, group, and everyone else. Here’s how the first column of ls -l
is broken up:
89
Chapter 3 Unix Basics
-rw-r--r--
The first character, from left to right, is a special character that tells if this is a regular file, a directory, a special
character or block device, a socket, or any other special pseudo-file device. The next three characters, designated as
rw- gives the permissions for the owner of the file. The next three characters, r-- gives the permissions for the
group that the file belongs to. The final three characters, r--, gives the permissions for the rest of the world. A dash
means that the permission is turned off. In the case of this file, the permissions are set so the owner can read and
write to the file, the group can read the file, and the rest of the world can only read the file. According to the table
above, the permissions for this file would be 644, where each digit represents the three parts of the file’s permission.
This is all well and good, but how does the system control permissions on devices? FreeBSD actually treats most
hardware devices as a file that programs can open, read, and write data to just like any other file. These special device
files are stored on the /dev directory.
Directories are also treated as files. They have read, write, and execute permissions. The executable bit for a
directory has a slightly different meaning than that of files. When a directory is marked executable, it means it can be
searched into, for example, a directory listing can be done in that directory.
There are more to permissions, but they are primarily used in special circumstances such as setuid binaries and sticky
directories. If you want more information on file permissions and how to set them, be sure to look at the chmod(1)
man page.
Directory Description
/ Root directory of the filesystem.
/bin/ User utilities fundamental to both single-user and
multi-user environments.
/boot/ Programs and configuration files used during operating
system bootstrap.
/boot/defaults/ Default bootstrapping configuration files; see
[Link](5).
/dev/ Device nodes; see intro(4).
90
Chapter 3 Unix Basics
Directory Description
/etc/ System configuration files and scripts.
/etc/defaults/ Default system configuration files; see rc(8).
/etc/mail/ Configuration files for mail transport agents such as
sendmail(8).
/etc/namedb/ named configuration files; see named(8).
/etc/periodic/ Scripts that are run daily, weekly, and monthly, via
cron(8); see periodic(8).
/etc/ppp/ ppp configuration files; see ppp(8).
/mnt/ Empty directory commonly used by system administrators
as a temporary mount point.
/proc/ Process file system; see procfs(5), mount_procfs(8).
/root/ Home directory for the root account.
/sbin/ System programs and administration utilities fundamental
to both single-user and multi-user environments.
/stand/ Programs used in a standalone environment.
/tmp/ Temporary files, usually a mfs(8) memory-based
filesystem (the contents of /tmp are usually NOT
preserved across a system reboot).
/usr/ The majority of user utilities and applications.
/usr/bin/ Common utilities, programming tools, and applications.
/usr/include/ Standard C include files.
/usr/lib/ Archive libraries.
/usr/libdata/ Miscellaneous utility data files.
/usr/libexec/ System daemons & system utilities (executed by other
programs).
/usr/local/ Local executables, libraries, etc. Also used as the default
destination for the FreeBSD ports framework. Within
/usr/local, the general layout sketched out by hier(7)
for /usr should be used. Exceptions are the man directory
is directly under /usr/local rather than under
/usr/local/share. Ports documentation is in
share/doc/port.
/usr/obj/ Architecture-specific target tree produced by building the
/usr/src tree.
/usr/ports The FreeBSD ports collection (optional).
/usr/sbin/ System daemons & system utilities (executed by users).
/usr/share/ Architecture-independent files.
/usr/src/ BSD and/or local source files.
/usr/X11R6/ X11R6 distribution executables, libraries, etc (optional).
/var/ Multi-purpose log, temporary, transient, and spool files.
/var/log/ Miscellaneous system log files.
/var/mail/ User mailbox files.
91
Chapter 3 Unix Basics
Directory Description
/var/spool/ Miscellaneous printer and mail system spooling
directories.
/var/tmp/ Temporary files that are kept between system reboots.
/var/yp NIS maps.
device
A device name (which should exist), as explained in Disk naming conventions above.
mount-point
fstype
The filesystem type to pass to mount(8). The default FreeBSD filesystem is ufs.
options
Either rw for read-write filesystems, or ro for read-only filesystems, followed by any other options that may be
needed. A common option is noauto for filesystems not normally mounted during the boot sequence. Other
options are listed in the mount(8) manual page.
dumpfreq
The number of days the filesystem should be dumped, and passno is the pass number during which the
filesystem is checked during the boot sequence.
92
Chapter 3 Unix Basics
There are plenty of options, as mentioned in the mount(8) manual page, but the most common are:
Mount Options
-a
Mount all the filesystems listed in /etc/fstab. Exceptions are those marked as “noauto”, excluded by the -t
flag, or those that are already mounted.
-d
Do everything except for the actual system call. This option is useful in conjunction with the -v flag to
determine what the mount is actually trying to do.
-f
Force the mount of an unclean filesystem (dangerous), or forces the revocation of write access when
downgrading a filesystem’s mount status from read-write to read-only.
-r
Mount the filesystem read-only. This is identical to using the rdonly argument to the -o option.
-t fstype
Mount the given filesystem as the given filesystem type, or mount only filesystems of the given type, if given the
-a option.
“ufs” is the default filesystem type.
-u
Update mount options on the filesystem.
-v
Be verbose.
-w
nodev
Do not interpret special devices on the filesystem. This is a useful security option.
93
Chapter 3 Unix Basics
noexec
Do not allow execution of binaries on this filesystem. This is also a useful security option.
nosuid
Do not interpret setuid or setgid flags on the filesystem. This is also a useful security option.
3.5 Processes
FreeBSD is a multi-tasking operating system. This means that it seems as though more than one program is running
at once. Each program running at any one time is called a process. Every command you run will start at least one
new process, and there are a number of system processes that run all the time, keeping the system functional.
Each process is uniquely identified by a number called a process ID, or PID, and, like files, each process also has one
owner and group. The owner and group information is used to determine what files and devices the process can open,
using the file permissions discussed earlier. Most processes also have a parent process. The parent process is the
process that started them. For example, if you are typing commands to the shell then the shell is a process, and any
commands you run are also processes. Each process you run in this way will have your shell as its parent process.
The exception to this is a special process called init. init is always the first process, so its PID is always 1. init
is started automatically by the kernel when FreeBSD starts.
Two commands are particularly useful to see the processes on the system, ps(1) and top(1). The ps(1) command is
used to show a static list of the currently running processes, and can show their PID, how much memory they are
using, the command line they were started with, and so on. The top(1) command displays all the running processes,
and updates the display every few seconds, so that you can interactively see what your computer is doing.
By default, ps(1) only shows you the commands that are running and are owned by you. For example;
% ps
PID TT STAT TIME COMMAND
298 p0 Ss 0:01.10 tcsh
7078 p0 S 2:40.88 xemacs [Link] (xemacs-21.1.14)
37393 p0 I 0:03.11 xemacs [Link] (xemacs-21.1.14)
48630 p0 S 2:50.89 /usr/local/lib/netscape-linux/[Link]
48730 p0 IW 0:00.00 (dns helper) (navigator-linux-)
72210 p0 R+ 0:00.00 ps
390 p1 Is 0:01.14 tcsh
7059 p2 Is+ 1:36.18 /usr/local/bin/mutt -y
6688 p3 IWs 0:00.00 tcsh
94
Chapter 3 Unix Basics
As you can see in this example, the output from ps(1) is organized in to a number of columns. PID is the process ID
discussed earlier. PIDs are assigned starting from 1, go up to 65536, and wrap around back to the beginning when
you run out. TT shows the tty the program is running on, and can safely be ignored for the moment. STAT shows the
program’s state, and again, can be safely ignored. TIME is the amount of time the program has been running on the
CPU—this is not necessarily the elapsed time since you started the program, as some programs spend a lot of time
waiting for things to happen before they need to spend time on the CPU. Finally, COMMAND is the command line that
was used to run the program.
ps(1) supports a number of different options to change the information that is displayed. One of the most useful sets
is auxww. a displays information about all the running processes, not just your own. u displays the username of the
process’ owner, as well as memory usage. x displays information about daemon processes, and ww causes ps(1) to
display the full command line, rather than truncating it once it gets too long to fit on the screen.
The output from top(1) is similar. A sample session looks like this;
% top
last pid: 72257; load averages: 0.13, 0.09, 0.03 up 0+[Link] [Link]
47 processes: 1 running, 46 sleeping
CPU states: 12.6% user, 0.0% nice, 7.8% system, 0.0% interrupt, 79.7% idle
Mem: 36M Active, 5256K Inact, 13M Wired, 6312K Cache, 15M Buf, 408K Free
Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
72257 nik 28 0 1960K 1044K RUN 0:00 14.86% 1.42% top
7078 nik 2 0 15280K 10960K select 2:54 0.88% 0.88% xemacs-21.1.14
281 nik 2 0 18636K 7112K select 5:36 0.73% 0.73% XF86_SVGA
296 nik 2 0 3240K 1644K select 0:12 0.05% 0.05% xterm
48630 nik 2 0 29816K 9148K select 3:18 0.00% 0.00% navigator-linu
175 root 2 0 924K 252K select 1:41 0.00% 0.00% syslogd
7059 nik 2 0 7260K 4644K poll 1:38 0.00% 0.00% mutt
...
The output is split in to two sections. The header (the first five lines) shows the PID of the last process to run, the
system load averages (which are a measure of how busy the system is), the system uptime (time since the last reboot)
and the current time. The other figures in the header relate to how many processes are running (47 in this case), how
much memory and swap space has been taken up, and how much time the system is spending in different CPU states.
Below that are a series of columns containing similar information to the output from ps(1). As before you can see the
PID, the username, the amount of CPU time taken, and the command that was run. top(1) also defaults to showing
you the amount of memory space taken by the process. This is split in to two columns, one for total size, and one for
resident size—total size is how much memory the application has needed, and the resident size is how much it is
actually using at the moment. In this example you can see that Netscape has required almost 30 MB of RAM, but is
currently only using 9 MB.
top(1) automatically updates this display every two seconds; this can be changed with the s option.
95
Chapter 3 Unix Basics
96
Chapter 3 Unix Basics
This example shows how to send a signal to inetd(8). The inetd(8) configuration file is /etc/[Link], and
inetd(8) will re-read this configuration file when it is sent SIGHUP.
1. Find the process ID of the process you want to send the signal to. Do this using ps(1) and grep(1). The grep(1)
command is used to search through output, looking for the string you specify. This command is run as a normal
user, and inetd(8) is run as root, so the ax options must be given to ps(1).
% ps -ax | grep inetd
198 ?? IWs 0:00.00 inetd -wW
So the inetd(8) PID is 198. In some cases the grep inetd command might also occur in this output. This is
because of the way ps(1) has to find the list of running processes.
2. Use kill(1) to send the signal. Because inetd(8) is being run by root you must use su(1) to become root first.
% su
Password:
# /bin/kill -s HUP 198
In common most with Unix commands, kill(1) will not print any output if it is successful. If you try and send a
signal to a process that you do not own then you will see kill: PID: Operation not permitted. If you
mistype the PID you will either send the signal to the wrong process, which could be bad, or, if you are lucky,
you will have sent the signal to a PID that is not currently in use, and you will see kill: PID: No such
process.
Why Use /bin/kill?: Many shells provide the kill command as a built in command; that is, the shell will
send the signal directly, rather than running /bin/kill. This can be very useful, but different shells have a
different syntax for specifying the name of the signal to send. Rather than try to learn all of them, it can be
simpler just to use the /bin/kill ... command directly.
Sending other signals is very similar, just substitute TERM or KILL in the command line as necessary.
Important: Killing random process on the system can be a bad idea. In particular, init(8), process ID 1, is very
special. Running /bin/kill -s KILL 1 is a quick way to shutdown your system. Always double check the
arguments you run kill(1) with before you press Return.
3.7 Shells
In FreeBSD, a lot of everyday work is done in a command line interface called a shell. A shell’s main job is to take
commands from the input channel and execute them. A lot of shells also have built in functions to help everyday
tasks such a file management, file globing, command line editing, command macros, and environment variables.
FreeBSD comes with a set of shells, such as sh, the Bourne Shell, and tcsh, the improved C-shell. Many other
shells are available from the FreeBSD Ports Collection, such as zsh and bash.
97
Chapter 3 Unix Basics
Which shell do you use? It is really a matter of taste. If you are a C programmer you might feel more comfortable
with a C-like shell such as tcsh. If you have come from Linux or are new to a Unix command line interface you
might try bash. The point is that each shell has unique properties that may or may not work with your preferred
working environment, and that you have a choice of what shell to use.
One common feature in a shell is file-name completion. Given the typing of the first few letters of a command or
filename, you can usually have the shell automatically complete the rest of the command or filename by hitting the
Tab key on the keyboard. Here is an example. Suppose you have two files called foobar and [Link]. You want to
delete [Link]. So what you would type on the keyboard is: rm fo[Tab].[Tab].
The shell would print out rm foo[BEEP].bar.
The [BEEP] is the console bell, which is the shell telling me it was unable to totally complete the filename because
there is more than one match. Both foobar and [Link] start with fo, but it was able to complete to foo. If you
type in ., then hit Tab again, the shell would be able to fill in the rest of the filename for you.
Another function of the shell is environment variables. Environment variables are a variable key pair stored in the
shell’s environment space. This space can be read by any program invoked by the shell, and thus contains a lot of
program configuration. Here is a list of common environment variables and what they mean:
Variable Description
USER Current logged in user’s name.
PATH Colon separated list of directories to search for binaries.
DISPLAY Network name of the X11 display to connect to, if
available.
SHELL The current shell.
TERM The name of the user’s terminal. Used to determine the
capabilities of the terminal.
TERMCAP Database entry of the terminal escape codes to perform
various terminal functions.
OSTYPE Type of operating system. e.g., FreeBSD.
MACHTYPE The CPU architecture that the system is running on.
EDITOR The user’s preferred text editor.
PAGER The user’s preferred text pager.
MANPATH Colon separated list of directories to search for manual
pages.
To view or set an environment variable differs somewhat from shell to shell. For example, in the C-Style shells such
as tcsh and csh, you would use setenv to set and view environment variables. Under Bourne shells such as sh and
bash, you would use set and export to view and set your current environment variables. For example, to set or
modify the EDITOR environment variable, under csh or tcsh a command like this would set EDITOR to
/usr/local/bin/emacs:
% export EDITOR="/usr/local/bin/emacs"
You can also make most shells expand the environment variable by placing a $ character in front of it on the
98
Chapter 3 Unix Basics
command line. For example, echo $TERM would print out whatever $TERM is set to, because the shell expands
$TERM and passes it on to echo.
Shells treat a lot of special characters, called meta-characters as special representations of data. The most common
one is the * character, which represents any number of characters in a filename. These special meta-characters can be
used to do file name globing. For example, typing in echo * is almost the same as typing in ls because the shell
takes all the files that match * and puts them on the command line for echo to see.
To prevent the shell from interpreting these special characters, they can be escaped from the shell by putting a
backslash (\) character in front of them. echo $TERM prints whatever your terminal is set to. echo \$TERM prints
$TERM as is.
% chsh -s /usr/local/bin/bash
Running chsh with no parameters and editing the shell from there would work also.
Note: The shell that you wish to use must be present in the /etc/shells file. If you have installed a shell from
the ports collection, then this should have been done for you already. If you installed the shell by hand, you must
do this.
For example, if you installed bash by hand and placed it into /usr/local/bin, you would want to:
99
Chapter 3 Unix Basics
FreeBSD also comes with more powerful text editors such as vi as part of the base system, and emacs and vim as
part of the FreeBSD Ports Collection. These editors offer much more functionality and power at the expense of being
a little more complicated to learn. However if you plan on doing a lot of text editing, learning a more powerful editor
such as vim or emacs will save you much more time in the long run.
# cd /dev
# sh MAKEDEV ad1
This example would make the proper device nodes for the second IDE drive when installed.
100
Chapter 3 Unix Basics
% man command
command is the name of the command you wish to learn about. For example, to learn more about ls command type:
% man ls
1. User commands.
2. System calls and error numbers.
3. Functions in the C libraries.
4. Device drivers.
5. File formats.
6. Games and other diversions.
7. Miscellaneous information.
8. System maintenance and operation commands.
9. Kernel developers.
In some cases, the same topic may appear in more than one section of the online manual. For example, there is a
chmod user command and a chmod() system call. In this case, you can tell the man command which one you want
by specifying the section:
% man 1 chmod
This will display the manual page for the user command chmod. References to a particular section of the online
manual are traditionally placed in parenthesis in written documentation, so chmod(1) refers to the chmod user
command and chmod(2) refers to the system call.
This is fine if you know the name of the command and simply wish to know how to use it, but what if you cannot
recall the command name? You can use man to search for keywords in the command descriptions by using the -k
switch:
% man -k mail
With this command you will be presented with a list of commands that have the keyword “mail” in their descriptions.
This is actually functionally equivalent to using the apropos command.
So, you are looking at all those fancy commands in /usr/bin but do not have the faintest idea what most of them
actually do? Simply do:
101
Chapter 3 Unix Basics
% cd /usr/bin
% man -f *
or
% cd /usr/bin
% whatis *
% info
Notes
1. Not quite true—there are a few things that can not be interrupted. For example, if the process is trying to read
from a file that is on another computer on the network, and the other computer has gone away for some reason
(been turned off, or the network has a fault), then the process is said to be “uninterruptible”. Eventually the
process will time out, typically after two minutes. As soon as this time out occurs the process will be killed.
102
Chapter 4 Installing Applications: Packages
and Ports
4.1 Synopsis
FreeBSD is bundled with a rich collection of system tools as part of the base system. However, there is only so much
one can do before needing to install an additional third-party application to get real work done. FreeBSD provides
two complementary technologies for installing third party software on your system; the FreeBSD Ports Collection,
and binary software packages. Either system may be used to install the newest version of your favorite applications
from local media or straight off the network.
After reading this chapter, you will know:
1. Download the software, which might be distributed in source code format, or as a binary.
2. Unpack the software from its distribution format (typically a tarball compressed with either compress(1) or
gzip(1)).
3. Locate the documentation (perhaps a README file, or some files in a doc/ subdirectory) and read up on how to
install the software.
4. If the software was distributed in source format, compile it. This may involve editing a Makefile, or running a
configure script, and other work.
5. Test and install the software.
And that is only if everything goes well. If you are installing a software package that was not deliberately ported to
FreeBSD you may even have to go in and edit the code to make it work properly.
Should you want to, you can continue to install software the “traditional” way with FreeBSD. However, FreeBSD
provides two technologies which can save you a lot of effort; packages and ports. At the time of writing, over 6,000
third party applications have been made available in this way.
For any given application, the FreeBSD package for that application is a single file which you must download. The
package contains pre-compiled copies of all the commands for the application, as well as any configuration files or
documentation. A downloaded package file can be manipulated with FreeBSD package management commands,
such as pkg_add(1), pkg_delete(1), pkg_info(1), and so on.
103
Chapter 4 Installing Applications: Packages and Ports
Package Benefits
• A compressed package tarball is typically smaller than the compressed tarball containing the source code for the
application.
• Packages do not require any additional compilation. For large applications, such as Mozilla, KDE, or GNOME
this can be important, particularly if you are on a slow system.
• Packages do not require you to understand the process involved in compiling software on FreeBSD.
Ports Benefits
• Packages are normally compiled with conservative options, because they have to run on the maximum number of
systems. By installing from the port, you can tweak the compilation options to (for example) generate code that is
specific to a Pentium III or Athlon processor.
• Some packages have compile time options relating to what they can and cannot do. For example, Apache can be
configured with a wide variety of different built-in options. By building from the port you do not have to accept
the default options, and can set them yourself.
In some cases, multiple packages will exist for the same application to specify certain settings. For example,
Ghostscript is available as a ghostscript package and a ghostscript-nox11 package, depending on
whether or not you have installed an X11 server. This sort of rough tweaking is possible with packages, but rapidly
becomes impossible if an application has more than one or two different compile time options.
• The licensing conditions of some software distributions forbid binary distribution. They must be distributed as
source code.
• Some people do not trust binary distributions. At least with source code, you can (in theory) read through it and
look for potential problems yourself.
• If you have local patches, you will need the source in order to apply them.
• Some people like having code around, so they can read it if they get bored, hack it, borrow from it (license
permitting, of course), and so on.
104
Chapter 4 Installing Applications: Packages and Ports
• The FreeBSD web site maintains an up-to-date searchable list of all the available applications, at
[Link] (../../../../ports/[Link]). The name space is divided in to categories, and you
may either search for an application by name (if you know it), or you can list all the applications available in a
category.
• Dan Langille maintains FreshPorts, at [Link] FreshPorts tracks changes to the applications in
the ports tree as they happen, and allows you to “watch” one or more ports, and will send you an email when they
are updated.
• If you do not know the name of the application you want, try using a site like FreshMeat
([Link] or AppWatch ([Link] to find an application, then check back at
the FreeBSD site to see if the application has been ported yet.
# ftp -a [Link]
Connected to [Link].
220 [Link] FTP server (Version 6.00LS) ready.
331 Guest login ok, send your email address as password.
230-
230- This machine is in Vienna, VA, USA, hosted by Verio.
230- Questions? E-mail freebsd@[Link].
230-
230-
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
105
Chapter 4 Installing Applications: Packages and Ports
ftp> cd /pub/FreeBSD/ports/packages/sysutils/
250 CWD command successful.
ftp> get [Link]
local: [Link] remote: [Link]
200 PORT command successful.
150 Opening BINARY mode data connection for ’[Link]’ (92375 bytes).
100% |**************************************************| 92375 00:00 ETA
226 Transfer complete.
92375 bytes received in 5.60 seconds (16.11 KB/s)
ftp> exit
# pkg_add [Link]
If you do not have a source of local packages (such as a FreeBSD CDROM set) then it will probably be easier to use
the -r option to pkg_add(1). This will cause the utility to automatically determine the correct object format and
release and then to fetch and install the package from an FTP site.
# pkg_add -r lsof-4.56.4
The example above would download the correct package and add it without any further user intervention.
Package files are distributed in .tgz format. You can find them at
[Link] ([Link] or on
the FreeBSD CDROM distribution. Every CD on the FreeBSD 4-CD set (and PowerPak, etc) contains packages in
the /packages directory. The layout of the packages is similar to that of the /usr/ports tree. Each category has
its own directory, and every package can be found within the All directory.
The directory structure of the package system is identical to that of the ports; they work with each other to form the
entire package/port system.
# pkg_delete xchat-1.7.1
# pkg_info
cvsup-16.1 A general network file distribution system optimized for CV
docbook-1.2 Meta-port for the different versions of the DocBook DTD
...
pkg_version(1) is a utility that summarizes the versions of all installed packages. It compares the package version to
the current version found in the ports tree.
# pkg_version
cvsup =
docbook =
106
Chapter 4 Installing Applications: Packages and Ports
...
The symbols in the second column indicate the relative age of the installed version and the version available in the
local ports tree.
Symbol Meaning
= The version of the installed package matches that of the
one found in the local ports tree.
The installed version is older then the one available in the
ports tree.
The installed version is newer than the one found in the
4.4.4 Miscellaneous
All package information is stored within the /var/db/pkg directory. The installed file list and descriptions of each
package can be found within files in this directory.
Sysinstall Method
This method involves using sysinstall again to manually install the ports collection.
1. As root, run /stand/sysinstall as shown below:
# /stand/sysinstall
107
Chapter 4 Installing Applications: Packages and Ports
The alternative method to obtain and keep your ports collection up to date is by using CVSup. Look at the ports
CVSup file, /usr/share/examples/cvsup/ports-supfile. See Using CVSup (Section A.6) for more
information on using CVSup and the mentioned file.
CVSup Method
This is a quick method to getting the ports collection using CVSup. If you want to keep your ports tree up to date, or
learn more about CVSup, read the previously mentioned sections.
1. Install the net/cvsup port. See CVSup Installation (Section A.6.2) for more details.
2. As root, copy /usr/share/examples/cvsup/ports-supfile to a new location, such as /root or your
home directory
3. Edit ports-supfile
4. Change CHANGE_THIS.[Link] to a CVSup near you. See CVSupp Mirrors (Section A.6.7) for a
complete listing of mirror sites.
5. Run cvsup -g -L 2 path_to_supfile
# cvsup -g -L 2 /root/ports-supfile
6. Running this consequent times at later dates will download all the recent changes to your ports collection.
• A Makefile. The Makefile contains various statements that specify how the application should be compiled and
where it should be installed on your system
• A distinfo file. This file contains information about the files that must be downloaded to build the port, and
checksums, to ensure that those files have not been corrupted during the download.
• A files directory. This directory contains patches to make the program compile and install on your FreeBSD
system. Patches are basically small files that specify changes to particular files. They are in plain text format, and
basically say “Remove line 10” or “Change line 26 to this ...”. Patches are also known as “diffs” because they are
generated by the diff program.
This directory may also contain other files used in building the port.
108
Chapter 4 Installing Applications: Packages and Ports
• A pkg-plist file. This is a list of all the files that will be installed by the port. It also tells the ports system what
files to remove upon deinstallation.
Now that you have enough background information to know what the ports collection is used for, you are ready to
install your first port. There are two ways this can be done, and each is explained below.
Before we get into that however, you will need to choose a port to install. There are a few ways to do this, with the
easiest method being the ports listing on the FreeBSD web site (../../../../ports/[Link]). You can browse through
the ports listed there or use the search function on the site. Each port also includes a description so you can read a bit
about each port before deciding to install it.
Another method is to use the whereis command. To use whereis, simply type “whereis program you want
to install ” at the prompt, and if it is found on your system, you will be told where it is, like so:
# whereis lsof
lsof: /usr/ports/sysutils/lsof
This tells us that lsof (a system utility) can be found in the /usr/ports/sysutils/lsof directory.
Yet another way of finding a particular port is by using the ports collection’s built-in search mechanism. To use the
search feature, you will need to be in the /usr/ports directory. Once in that directory, run make search
key=program-name where “program-name” is the name of the program you want to find. For example, if you were
looking for lsof:
# cd /usr/ports
# make search key=lsof
Port: lsof-4.56.4
Path: /usr/ports/sysutils/lsof
Info: Lists information about open files (similar to fstat(1))
Maint: obrien@[Link]
Index: sysutils
B-deps:
R-deps:
The part of the output you want to pay particular attention to is the “Path:” line, since that tells you where to find it.
The other information provided is not needed in order to install the port directly, so it will not be covered here.
Now that you have found a port you would like to install, you are ready to do the actual installation.
# cd /usr/ports/sysutils/lsof
109
Chapter 4 Installing Applications: Packages and Ports
Once inside the lsof directory, you will see the port skeleton. The next step is to compile (also called build) the port.
This is done by simply typing make at the prompt. Once you have done so, you should see something like this:
# make
lsof_4.[Link] doesn’t seem to exist in /usr/ports/distfiles/.
Attempting to fetch from file:/cdrom/ports/distfiles/.
=== Extracting for lsof-4.57
...
[extraction output snipped]
...
Checksum OK for lsof_4.[Link].
=== Patching for lsof-4.57
=== Applying FreeBSD patches for lsof-4.57
=== Configuring for lsof-4.57
...
[configure output snipped]
...
=== Building for lsof-4.57
...
[compilation snipped]
...
#
Take notice that once the compile is complete you are returned to your prompt. The next step is to install the port. In
order to install it, you simply need to tack one word onto the make command, and that word is install:
# make install
=== Installing for lsof-4.57
...
[install routines snipped]
...
=== Generating temporary packing list
=== Compressing manual pages for lsof-4.57
=== Registering installation for lsof-4.57
=== SECURITY NOTE:
This port has installed the following binaries which execute with
increased privileges.
#
Once you are returned to your prompt, you should be able to run the application you just installed. Since lsof is a
program that runs with increased privileges, a security warning is shown. During the building and installation of
ports, you should take heed of any other warnings that may appear.
Note: You can save an extra step by just running make install instead of make and make install as two
separate steps.
Note: Please be aware that the licenses of a few ports do not allow for inclusion on the CDROM. This could be
because a registration form needs to be filled out before downloading, redistribution is not allowed, and so on. If
you wish to install a port not included on the CDROM, you will need to be online in order to do so (see the next
section).
110
Chapter 4 Installing Applications: Packages and Ports
# make install
lsof_4.[Link] doesn’t seem to exist in /usr/ports/distfiles/.
Attempting to fetch from [Link]
Receiving lsof_4.[Link] (439860 bytes): 100%
439860 bytes transferred in 18.0 seconds (23.90 kBps)
=== Extracting for lsof-4.57
...
[extraction output snipped]
...
Checksum OK for lsof_4.[Link].
=== Patching for lsof-4.57
=== Applying FreeBSD patches for lsof-4.57
=== Configuring for lsof-4.57
...
[configure output snipped]
...
=== Building for lsof-4.57
...
[compilation snipped]
...
=== Installing for lsof-4.57
...
[install routines snipped]
...
=== Generating temporary packing list
=== Compressing manual pages for lsof-4.57
=== Registering installation for lsof-4.57
=== SECURITY NOTE:
This port has installed the following binaries which execute with
increased privileges.
#
As you can see, the only difference is the line that tells you where the system is fetching the port from.
That about does it for installing ports onto your system. In the next section you will learn how to remove a port from
your system.
111
Chapter 4 Installing Applications: Packages and Ports
# cd /usr/ports/irc/lsof
# make deinstall
=== Deinstalling for lsof-4.57
That was easy enough. You have now managed to remove lsof from your system. If you would like to reinstall it,
you can do so by running make reinstall from the /usr/ports/irc/lsof directory.
4.6 Troubleshooting
The following sections cover some of the more frequently asked questions about the ports collection and some basic
troubleshooting techniques, and what do to if a port is broken.
2. What is a patch?
A patch is a small file that specifies how to go from one version of a file to another. It contains plain text, and
basically says things like “delete line 23”, “add these two lines after line 468”, or “change line 197 to this”. They are
also known as diffs because they are generated by the diff program.
112
Chapter 4 Installing Applications: Packages and Ports
4. And a checksum?
It is a number generated by adding up all the data in the file you want to check. If any of the characters change, the
checksum will no longer be equal to the total, so a simple comparison will allow you to spot the difference.
5. I did what you said for compiling ports from a CDROM and it worked great until I tried to install the kermit port.
# make install
[Link] doesn’t seem to exist on this system.
Attempting to fetch from [Link]
As explained in the compiling ports from CDROM section, some ports cannot be put on the CDROM set due to
licensing restrictions. Kermit is an example of that. The licensing terms for kermit do not allow us to put the tarball
for it on the CDROM, so you will have to fetch it by hand—sorry!
The reason why you got all those error messages was because you were not connected to the Internet at the time.
Once you have downloaded it from any of the MASTER_SITES (listed in the Makefile), you can restart the install
process.
6. I did that, but when I tried to put it into /usr/ports/distfiles I got some error about not having permission.
The ports mechanism looks for the tarball in /usr/ports/distfiles, but you will not be able to copy anything
there because it is symlinked to the CDROM, which is read-only. You can tell it to look somewhere else by doing:
7. Does the ports scheme only work if you have everything in /usr/ports? My system administrator says I must
put everything under /u/people/guests/wurzburger, but it does not seem to work.
You can use the PORTSDIR and PREFIX variables to tell the ports mechanism to use different directories. For
instance,
will compile the port in /u/people/guests/wurzburger/ports and install everything under /usr/local.
will combine the two (it is too long to write fully on the page, but it should give you the general idea).
113
Chapter 4 Installing Applications: Packages and Ports
Some ports that use imake(1) (a part of the X Windows System) do not work well with PREFIX, and will insist on
installing under /usr/X11R6. Similarly, some Perl ports ignore PREFIX and install in the Perl tree. Making these
ports respect PREFIX is a difficult or impossible job.
If you do not fancy typing all that in every time you install a port, it is a good idea to put these variables into your
environment. Read the manual page for your shell for instructions on doing so.
8. I do not have a FreeBSD CDROM, but I would like to have all the tarballs handy on my system so I do not have to
wait for a download every time I install a port. Is there any way to get them all at once?
To get every single tarball for the ports collection, do:
# cd /usr/ports
# make fetch
# cd /usr/ports/directory
# make fetch
and for just one port—well, you have probably guessed already.
9. I know it is probably faster to fetch the tarballs from one of the FreeBSD mirror sites close by. Is there any way to
tell the port to fetch them from servers other than the ones listed in the MASTER_SITES?
Yes. If you know, for example, that [Link] is much closer to you than the sites listed in
MASTER_SITES, do as follows:
# cd /usr/ports/directory
# make MASTER_SITE_OVERRIDE= \
[Link] fetch
10. I want to know what files make is going to need before it tries to pull them down.
make fetch-list will display a list of the files needed for a port.
11. Is there any way to stop the port from compiling? I want to do some hacking on the source before I install it, but
it is a bit tiresome to watch it and hit control-C every time.
Doing make extract will stop it after it has fetched and extracted the source code.
12. I am trying to make my own port and I want to be able to stop it compiling until I have had a chance to see if my
patches worked properly. Is there something like make extract, but for patches?
Yes, make patch is what you want. You will probably find the PATCH_DEBUG option useful as well. And by the
way, thank you for your efforts!
114
Chapter 4 Installing Applications: Packages and Ports
13. I have heard that some compiler options can cause bugs. Is this true? How can I make sure that I compile ports
with the right settings?
Yes, with version 2.6.3 of gcc (the version shipped with FreeBSD 2.1.0 and 2.1.5), the -O2 option could result in
buggy code unless you used the -fno-strength-reduce option as well. (Most of the ports do not use -O2). You
should be able to specify the compiler options used by something like:
or by editing /etc/[Link], but unfortunately not all ports respect this. The surest way is to do make
configure, then go into the source directory and inspect the Makefiles by hand, but this can get tedious if the
source has lots of sub-directories, each with their own Makefiles.
The default FreeBSD compiler options are quite conservative, so if you have not changed them you should not have
any problems.
14. There are so many ports it is hard to find the one I want. Is there a list anywhere of what ports are available?
Look in the INDEX file in /usr/ports. If you would like to search the ports collection for a keyword, you can do
that too. For example, you can find ports relevant to the LISP programming language using:
% cd /usr/ports
% make search key=lisp
15. I went to install the foo port but the system suddenly stopped compiling it and starting compiling the bar port.
What is going on?
The foo port needs something that is supplied with bar — for instance, if foo uses graphics, bar might have a
library with useful graphics processing routines. Or bar might be a tool that is needed to compile the foo port.
16. I installed the grizzle program from the ports and frankly it is a complete waste of disk space. I want to delete
it but I do not know where it put all the files. Any clues?
No problem, just type:
# pkg_delete grizzle-6.5
# cd /usr/ports/somewhere/grizzle
# make deinstall
17. Hang on a minute, you have to know the version number to use that command. You do not seriously expect me to
remember that, do you?
Not at all, you can find it out by doing:
# pkg_info -I ’grizzle*’
Information for grizzle-6.5:
grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot ’em up
115
Chapter 4 Installing Applications: Packages and Ports
arcade game.
The version number can also be found using the pkg_info or by typing: ls /var/db/pkg
18. Talking of disk space, the ports directory seems to be taking up an awful lot of room. Is it safe to go in there and
delete things?
Yes, if you have installed the program and are fairly certain you will not need the source again, there is no point in
keeping it hanging around. The surest way to do this is:
# cd /usr/ports
# make clean
which will go through all the ports subdirectories and delete everything except the skeletons for each port.
Tip: It is possible to achieve the same effect without recursively calling each makefile. For example, you can
delete all of the work subdirectories directly with the following command:
19. I tried that and it still left all those tarballs or whatever you called them in the distfiles directory. Can I delete
those as well?
Yes, if you are sure you have finished with them, those can go as well. They can be removed manually, or by using
make distclean.
20. I like having lots and lots of programs to play with. Is there any way of installing all the ports in one go?
Just do:
# cd /usr/ports
# make install
Be careful, as some ports may install files with the same name. If you install two graphics ports and they both install
/usr/local/bin/plot then you will obviously have problems.
21. OK, I tried that, but I thought it would take a very long time so I went to bed and left it to get on with it. When I
looked at the computer this morning, it had only done three and a half ports. Did something go wrong?
No, the problem is that some of the ports need to ask you questions that we cannot answer for you (e.g., “Do you
want to print on A4 or US letter sized paper?”) and they need to have someone on hand to answer them.
116
Chapter 4 Installing Applications: Packages and Ports
22. I really do not want to spend all day staring at the monitor. Any better ideas?
OK, do this before you go to bed/work/the local park:
# cd /usr/ports
# make -DBATCH install
This will install every port that does not require user input. Then, when you come back, do:
# cd /usr/ports
# make -DINTERACTIVE install
23. At work, we are using frobble, which is in your ports collection, but we have altered it quite a bit to get it to do
what we need. Is there any way of making our own packages, so we can distribute it more easily around our sites?
No problem, assuming you know how to make patches for your changes:
# cd /usr/ports/somewhere/frobble
# make extract
# cd work/frobble-2.8
[Apply your patches]
# cd ../..
# make package
24. This ports stuff is really clever. I am desperate to find out how you did it. What is the secret?
Nothing secret about it at all, just look at the [Link] and [Link] files in /usr/ports/Mk/.
(Readers with an aversion to intricate shell-scripts are advised not to look at the files in this directory.)
1. Fix it! The Porter’s Handbook (../porters-handbook/[Link]) includes detailed information on the "Ports"
infrastructure so that you can fix the occasional broken port or even submit your own!
2. Gripe—by email only! Send email to the maintainer of the port first. Type make maintainer or read the
Makefile to find the maintainer’s email address. Remember to include the name and version of the port (send
the $FreeBSD: line from the Makefile) and the output leading up to the error when you email the maintainer.
If you do not get a response from the maintainer, you can use send-pr to submit a bug report.
3. Grab the package from an ftp site near you. The “master” package collection is on [Link] in the
packages directory ([Link] but be sure to check your local mirror
first! These are more likely to work than trying to compile from source and are a lot faster as well. Use the
pkg_add(1) program to install the package on your system.
117
Chapter 5 The X Window System
5.1 Synopsis
FreeBSD uses XFree86 to provide users with a powerful graphical user interface. XFree86 is a open-source
implementation of the X Window System. This chapter will cover installation and configuration of XFree86 on a
FreeBSD system. For more information on XFree86 and video hardware that it supports, check the XFree86
([Link] web site.
After reading this chapter, you will know:
• The various components of the X window system, and how they interoperate.
• How to install and configure XFree86.
• How to install and use different window managers.
• How to use TrueType fonts in XFree86.
• How to setup your system for graphical logins (XDM).
Before reading this chapter, you should:
5.2 Understanding X
Using X for the first time can be somewhat of a shock to someone familiar with other graphical environments, such
as Microsoft Windows or MacOS.
It is not necessary to understand all of the details of various X components and how they interact, however, some
basic knowledge makes it possible to take advantage of X’s strengths.
5.2.1 Why X?
X is not the first window system written for Unix, but it is the most popular. X’s original development team had
worked on another window system before writing X. That system’s name was “W” (for “Window”). X is just the
next letter in the Roman alphabet.
X can be called “X”, “X Window System”, “X11”, and other terms. “X Windows” is to be avoided wherever
possible; see X(1) for more information.
118
Chapter 5 The X Window System
or Netscape) is a “client”. A client sends messages to the server such as “Please draw a window at these
coordinates”, and the server sends back messages such as “The user just clicked on the OK button”.
If there is only one computer involved, such as in a home or small office environment, the X server and the X clients
will be running on the same computer. However, it is perfectly possible to run the X server on a less powerful
desktop computer, and run X applications (the clients) on, say, the powerful and expensive machine that serves the
office. In this scenario the communication between the X client and server takes place over the network.
This confuses some people, because the X terminology is exactly backward to what they expect. They expect the “X
server” to be the big powerful machine down the hall, and the “X client” to be the machine on their desk.
Remember that the X server is the machine with the monitor and keyboard, and the X clients are the programs that
display the windows.
There is nothing in the protocol that forces the client and server machines to be running the same operating system,
or even to be running on the same type of computer. It is certainly possible to run an X server on Microsoft Windows
or Apple’s MacOS, and there are various free and commercial applications available that do exactly that.
The X server that ships with FreeBSD is called XFree86, and is available for free, under a license very similar to the
FreeBSD license. Commercial X servers for FreeBSD are also available.
Focus Policy: Another feature the window manager is responsible for is the mouse “focus policy”. Every
windowing system needs some means of choosing a window to be actively receiving keystrokes, and should
visibly indicate which window is active as well.
A familiar focus policy is called “click-to-focus”. This is the model utilized by Microsoft Windows, in which a
window becomes active upon receiving a mouse click.
119
Chapter 5 The X Window System
X does not support any particular focus policy. Instead, the window manager controls which window has the
focus at any one time. Different window managers will support different focus methods. All of them support click
to focus, and the majority of them support several others.
The most popular focus policies are:
focus-follows-mouse
The window that is under the mouse pointer is the window that has the focus. This may not necessarily be
the window that is on top of all the other windows. The focus is changed by pointing at another window,
there is no need to click in it as well.
sloppy-focus
This policy is a small extension to focus-follows-mouse. With focus-follows-mouse, if the mouse is moved
over the root window (or background) then no window has the focus, and keystrokes are simply lost. With
sloppy-focus, focus is only changed when the cursor enters a new window, and not when exiting the current
window.
click-to-focus
The active window is selected by mouse click. The window may then be “raised”, and appear in front of all
other windows. All keystrokes will now be directed to this window, even if the cursor is moved to another
window.
Many window managers support other policies, as well as variations on these. Be sure to consult the
documentation for the window manager itself.
5.2.4 Widgets
The X approach of providing tools and not policy extends to the widgets that seen on screen in each application.
“Widget” is a term for all the items in the user interface that can be clicked or manipulated in some way; buttons,
check boxes, radio buttons, icons, lists, and so on. Microsoft Windows calls these “controls”.
Microsoft Windows and Apple’s MacOS both have a very rigid widget policy. Application developers are supposed
to ensure that their applications share a common look and feel. With X, it was not considered sensible to mandate a
particular graphical style, or set of widgets to adhere to.
As a result, do not expect X applications to have a common look and feel. There are several popular widget sets and
variations, including the original Athena widget set from MIT, Motif (on which the widget set in Microsoft Windows
was modeled, all bevelled edges and three shades of grey), OpenLook, and others.
Most newer X applications today will use a modern-looking widget set, either Qt, used by KDE, or GTK, used by
the GNOME project. In this respect, there is some convergence in look-and-feel of the Unix desktop, which
certainly makes things easier for the novice user.
120
Chapter 5 The X Window System
# cd /usr/ports/x11/XFree86-4
# make all install clean
Alternatively, XFree86 4.X can be installed from a binary package with the pkg_add tool or directly from the
FreeBSD binaries provided on the XFree86 web site ([Link]
The rest of this chapter will explain how to configure XFree86, and how to setup a productive desktop environment.
• Monitor specifications
• Video Adapter chipset
• Video Adapter memory
The specifications for the monitor are used by XFree86 to determine the resolution and refresh rate to run at. These
specifications can usually be obtained from the documentation that came with the monitor or from the
manufacturer’s website. There are two ranges of numbers that are needed, the horizontal scan rate and the vertical
synchronization rate.
The video adapter’s chipset defines what driver module XFree86 uses to talk to the graphics hardware. With most
chipsets, this can be automatically determined, but it is still useful to know in case the automatic detection does not
work correctly.
Video memory on the graphic adapter determines the resolution and color depth the system can run at. This is
important to know so the user knows the limitations of the system.
121
Chapter 5 The X Window System
# XFree86 -configure
This will generate a skeleton XFree86 configuration file in the current working directory called [Link].
The XFree86 program will attempt to probe the graphics hardware on the system and will write a configuration file
to load the proper drivers for the detected hardware on the target system.
The next step is to test the existing configuration to verify that XFree86 can work with the graphics hardware on the
target system. To preform this task, the user needs to run:
If a black and grey grid and an X mouse cursor appears, then the configuration was successful. To exit the test, just
press Ctrl+Alt+Backspace simultaneously.
Next, tune the [Link] configuration file to taste. Open up the file in a text editor such as emacs(1) or
ee(1). The first thing to do is add the frequencies for the target system’s monitor. These are usually expressed as a
horizontal and vertical synchronization rate. These values are added to the [Link] file under the
"Monitor" section:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Horizsync 30-107
VertRefresh 48-120
EndSection
The Horizsync and VertRefresh keywords may not exist in the configuration file. If they do not, they need to be
added, with the correct horizontal synchronization rate placed after the Horizsync keyword and the vertical
synchronization rate after the VertRefresh keyword. In the example above the target monitor’s rates where entered.
While the [Link] configuration file is still open in an editor, next select what the default resolution and
color depth is desired. This is defined in the Screen section:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
The DefaultColorDepth keyword describes the color depth to run at by default. This can be overridden with the
-bpp command line switch to XFree86(1) The Modes keyword describes the resolution to run at for the given color
depth. In the example above, the default color depth is twenty four bits per pixel. At this color depth, the accepted
resolution is one thousand twenty four pixels by seven hundred and sixty eight pixels.
To run at a resolution of one thousand twenty four pixels by seven hundred sixty eight pixels at twenty four bits per
pixel, then add the DefaultColorDepth keyword with the value of twenty four, and add to the "Display"
subsection with the desired Depth the Modes keyword with the resolution the user wishes to run at. Note that only
VESA standard modes are supported as defined by the target system’s graphics hardware.
122
Chapter 5 The X Window System
Finally, write out the configuration file and test it using the test mode given above. If all is well, then the
configuration file needs to be installed in a common location where XFree86(1) can find it. This is typically
/etc/X11/XF86Config or /usr/X11R6/etc/X11/XF86Config.
# cp [Link] /etc/X11/XF86Config
Once the configuration file has been placed in a common location, configuration is complete. In order to start
XFree86 4.X with startx(1), install the x11/wrapper port. XFree86 4.X can also be started with xdm(1).
agp_load="YES"
Next, a device node needs to be created for the programming interface. To create the AGP device node, run
MAKEDEV(8) in the /dev directory:
# cd /dev
# sh MAKEDEV agpgart
This will allow configuration the hardware as any other graphics board.
If you are using XFree86 4.1.0 (or later) and messages about unresolved symbols like fbPictureInit appear, try
adding the following line after Driver "i810" in the XFree86 config file:
Option "NoDDC"
123
Chapter 5 The X Window System
such as the Gimp, and are not complete enough to serve as screen fonts. In addition, XFree86 can be configured to
use TrueType fonts with a minimum of effort: see the section on TrueType fonts later.
To install the above Type1 font collections from the ports collection, run the following commands:
# cd /usr/ports/x11-fonts/urwfonts
# make install clean
And likewise with the freefont or other collections. To tell the X server that these fonts exist, add an appropriate line
to the XF86Config file (in /etc/ for XFree86 version 3, or in /etc/X11/ for version 4), which reads:
FontPath "/usr/X11R6/lib/X11/fonts/URW/"
This will work but will be lost when the X session is closed, unless it is added to the startup file (~/.xinitrc for a
normal startx session, or ~/.xsession when logging in through a graphical login manager like XDM). A third
way is to use the new XftConfig file: see the section on anti-aliasing.
Load "freetype"
For XFree86 3.3.X, a separate TrueType font server is needed. Xfstt is commonly used for this purpose. To install
Xfstt, simply install the port x11-servers/Xfstt.
Now make a directory for the TrueType fonts (for example, /usr/X11R6/lib/X11/fonts/TrueType) and copy
all of the TrueType fonts into this directory. Keep in mind that TrueType fonts cannot be directly taken from a
Macintosh; they must be in Unix/DOS/Windows format for use by XFree86. Once the files have been copied into
this directory, use ttmkfdir to create a [Link] file, so that the X font renderer knows that these new files have
been installed. ttmkfdir is available from the FreeBSD Ports Collection as x11-fonts/ttmkfdir.
# cd /usr/X11R6/lib/X11/fonts/TrueType
# ttmkfdir > [Link]
Now add the TrueType directory to the font path. This is just the same as described above for Type1 fonts, that is, use
124
Chapter 5 The X Window System
That’s it. Now Netscape, Gimp, StarOffice, and all of the other X applications should now recognize the installed
TrueType fonts. Extremely small fonts (as with text in a high resolution display on a web page) and extremely large
fonts (within StarOffice) will look much better now.
dir "/usr/X11R6/lib/X11/Type1"
Likewise for the other font directories (URW, truetype, etc) containing fonts to be anti-aliased. Anti-aliasing makes
sense only for scalable fonts (basically, Type1 and TrueType) so do not include bitmap font directories here. The
directories included here can now be commented out of the XF86Config file.
Antialiasing makes borders slightly fuzzy, which makes very small text more readable and removes “staircases” from
large text, but can cause eyestrain if applied to normal text. To exclude point sizes between 9 and 13 from
anti-aliasing, include these lines:
match
any size > 8
any size < 14
edit
antialias = false;
Spacing for some monospaced fonts may also be inappropriate with anti-aliasing. This seems to be an issue with
KDE, in particular. One possible fix for this is to force the spacing for such fonts to be 100. Add the following lines:
(this aliases the other common names for fixed fonts as "mono"), and then add:
Supposing the Lucidux fonts as desired whenever monospaced fonts are required (these look nice, and do not seem
to suffer from the spacing problem), replace that last line with these:
125
Chapter 5 The X Window System
includeif "~/.xftconfig"
One last point: with an LCD screen, sub-pixel sampling may be desired. This basically treats the (horizontally
separated) red, green and blue components separately to improve the horizontal resolution; the results can be
dramatic. To enable this, add the line somewhere in the XftConfig file
(depending on the sort of display, the last word may need to be changed from from “rgb” to “bgr”, “vrgb” or “vbgr”:
experiment and see which works best.)
Anti-aliasing should be enabled the next time the X server is started. However, note that programs must know how to
take advantage of it. At the present time, the toolkit Qt does, so the entire KDE environment can use anti-aliased
fonts (see Section [Link] on KDE for details); there are patches for gtk+ to do the same, so if compiled against such
a patched gtk+, the GNOME environment and Mozilla can also use anti-aliased fonts. In fact, there is now a port
called x11/gdkxft which allows one to use antialiased fonts without recompiling: see Section [Link] for details.
Anti-aliasing is still new to FreeBSD and XFree86; configuring it should get easier with time, and it will soon be
supported by many more applications.
5.6.1 Overview
The X Display Manager (XDM) is an optional part of the X Window System that is used for login session
management. This is useful for several types of situations, including minimal “X Terminals”, desktops, and large
network display servers. Since the X Window System is network and protocol independent, there are a wide variety
of possible configurations for running X clients and servers on different machines connected by a network. XDM
provides a graphical interface for choosing which display server to connect to, and entering authorization
information such as a login and password combination.
Think of XDM as providing the same functionality to the user as the getty(8) utility (see Section 15.3.2 for details).
That is, it performs system logins to the display being connected to and then runs a session manager on behalf of the
user (usually an X window manager). XDM then waits for this program to exit, signaling that the user is done and
should be logged out of the display. At this point, XDM can display the login and display chooser screens for the
next user to login.
126
Chapter 5 The X Window System
this file, see Section [Link]. There is a line in the default /etc/ttys file for running the XDM daemon on a virtual
terminal:
By default this entry is disabled, and in order to enable it change field 5 from off to on and then restart init(8) using
the directions in Section [Link]. The first field, the name of the terminal this program will manage, is ttyv8. This
means that XDM will start running on the 9th virtual terminal.
File Description
Xaccess Client authorization ruleset.
Xresources Default X resource values.
Xservers List of remote and local displays to manage.
Xsession Default session script for logins.
Xsetup_* Script to launch applications before the login interface.
xdm-config Global configuration for all displays running on this
machine.
xdm-errors Errors generated by the server program.
xdm-pid The process ID of the currently running XDM.
Also in this directory are a few scripts and programs used to setup the desktop when XDM is running. The purpose
of each of these files will be briefly described. The exact syntax and usage of all of these files is described in xdm(1)
The default configuration is a simple rectangular login window with the hostname of the machine displayed at the
top in a large font and “Login:” and “Password:” prompts below. This is a good starting point for changing the look
and feel of XDM screens.
[Link] Xaccess
The protocol for connecting to XDM controlled displays is called the X Display Manager Connection Protocol
(XDMCP). This file is a ruleset for controlling XDMCP connections from remote machines. By default, it allows any
client to connect, but that does not matter unless the xdm-config is changed to listen for for remote connections.
[Link] Xresources
This is an application-defaults file for the display chooser and the login screens. This is where the appearance of the
login program can be modified. The format is identical to the app-defaults file described in the XFree86
documentation.
127
Chapter 5 The X Window System
[Link] Xservers
This is a list of the remote displays the chooser should provide as choices.
[Link] Xsession
This is the default session script for XDM to run after a user has logged in. Normally each user will have a
customized session script in ~/.xsessionrc that overrides this script.
[Link] Xsetup_*
These will be run automatically before displaying the chooser or login interfaces. There is a script for each display
being used, named Xsetup_ followed by the local display number (for instance Xsetup_0). Typically these scripts
will run one or two programs in the background such as xconsole.
[Link] xdm-config
This contains settings in the form of app-defaults that are applicable to every display that this installation manages.
[Link] xdm-errors
This contains the output of the X servers that XDM is trying to run. If a display that XDM is trying to start hangs for
some reason, this is a good place to look for error messages. These messages are also written to the user’s
~/.xsession-errors file on a per-session basis.
and then restart XDM. Remember that comments in app-defaults files begin with a “!” character, not the usual “#”.
More strict access controls may be desired. Look at the example entries in Xaccess file, and refer to the xdm(1)
manual page.
128
Chapter 5 The X Window System
This section describes the different desktop environments available for X on FreeBSD. A “desktop environment” will
mean anything ranging from a simple window manager, to a complete suite of desktop applications such as KDE or
GNOME.
5.7.1 GNOME
# pkg_add -r gnome
# cd /usr/ports/x11/gnome
# make install clean
Once GNOME is installed, the X server must be told to start GNOME instead of a default window manager. If a
custom .xinitrc is already in place, simply replace the line that starts the current window manager with one that
starts /usr/X11R6/bin/gnome-session instead. If nothing special has been done to configuration file, then it is
enough to simply type:
Next, type startx, and the GNOME desktop environment will be started.
Note: If a display manager, like XDM, is being used, this will not work. Instead, create an executable .xsession
file with the same command in it. To do this, edit the file and replace the existing window manager command with
/usr/X11R6/bin/gnome-session:
129
Chapter 5 The X Window System
Another option is to configure the display manager to allow choosing the window manager at login time; the section
on KDE2 details explains how to do this for kdm, the display manager of KDE.
% LD_PRELOAD=/usr/X11R6/lib/[Link] gimp
LD_PRELOAD=/usr/X11R6/lib/[Link]
export LD_PRELOAD
5.7.2 KDE2
130
Chapter 5 The X Window System
KDE has an office application suite based on KDE’s “KParts” technology consisting of a spread-sheet, a
presentation application, an organizer, a news client and more. KDE also comes with a web browser called
Konqueror, which represents a solid competitor to other existing web browsers on Unix systems. More information
on KDE can be found on the KDE website. ([Link]
# pkg_add -r kde2
# cd /usr/ports/x11/kde2
# make install clean
After KDE2 has been installed, the X server must be told to launch this application instead of the default window
manager. This is accomplished by editing the .xinitrc file:
Now, whenever invoke X-Windows with startx, KDE2 will be the desktop.
If a display manager such as xdm is being used, then configuration is slightly different. Edit the .xsession file
instead. Instructions for kdm are described later in this chapter.
131
Chapter 5 The X Window System
Click on the icon on the left marked System, then on Login manager. On the right there are various configurable
options, which the KDE manual will explain in greater detail. Click on sessions on the right. Click New type to
add various window managers and desktop environments. These are just labels, so they can say KDE and GNOME
rather than startkde or gnome-session. Include a label failsafe.
Play with the other menus as well, they are mainly cosmetic and self-explanatory. When are done, click on Apply at
the bottom, and quit the control center.
To make sure kdm understands what the labels (KDE, GNOME etc) mean, edit the files used by xdm.
Note: In KDE 2.2 this has changed: kdm now uses its own configuration files. Please see the KDE 2.2
documentation for details.
In a terminal window, as root, edit the file /usr/X11R6/lib/X11/xdm/Xsession. There is a section in the
middle like this:
case $# in
1)
case $1 in
failsafe)
exec xterm -geometry 80x24-0-0
;;
esac
esac
A few lines need to be added to this section. Assuming the labels from used were “KDE2” and “GNOME”, use the
following:
case $# in
1)
case $1 in
KDE2)
exec /usr/X11R6/bin/startkde
;;
GNOME)
exec /usr/X11R6/bin/gnome-session
;;
failsafe)
exec xterm -geometry 80x24-0-0
;;
esac
esac
For the KDE login-time desktop background to be honored, the following line needs to be added to
/usr/X11R6/lib/X11/xdm/Xsetup_0:
/usr/X11R6/bin/kdmdesktop
Now, make sure kdm is listed in /etc/ttys to be started at the next bootup. To do this, simply follow the
instructions from the previous section on xdm and replace references to the /usr/X11R6/bin/xdm program with
/usr/local/bin/kdm.
132
Chapter 5 The X Window System
5.7.4 XFCE
# pkg_add -r xfce
# cd /usr/ports/x11-wm/xfce
# make install clean
Now, tell the X server to launch XFCE the next time X is started. Simply type this:
The next time X is started, XFCE will be the desktop. As before, if a display manager like xdm is being used, create
an .xsession, as described in the section on GNOME, but with the /usr/X11R6/bin/startxfce command; or,
configure the display manager to allow choosing a desktop at login time, as explained in the section on kdm.
133
II. System Administration
The remaining chapters of the FreeBSD Handbook cover all aspects of FreeBSD system administration. Each
chapter starts by describing what you will learn as a result of reading the chapter, and also details what you are
expected to know before tackling the material.
These chapters are designed to be read when you need the information. You do not have to read them in any
particular order, nor do you need to read all of them before you can begin using FreeBSD.
Chapter 6 Configuration and Tuning
Written by Chern Lee. Based on a tutorial written by Mike Smith. Also based on tuning(7) written by Matt Dillon.
6.1 Synopsis
Configuring a system correctly can substantially reduce the amount of work involved in maintaining and upgrading it
in the future. This chapter describes some of the aspects of administrative configuration of FreeBSD systems.
This chapter will also describe some of the parameters that can be set to tune a FreeBSD system for optimum
performance.
After reading this chapter, you will know:
• Why and how to efficiently size, layout, and place filesystems and swap partition on your hard drive.
• The basics of the [Link] configuration and /usr/local/etc/rc.d startup systems.
• How to configure virtual hosts on your network device.
• How to use the various configuration files in /etc.
• How to tune FreeBSD using sysctl variables.
• How to tune disk performance and modify kernel limitations.
Before reading this chapter, you should:
135
Chapter 6 Configuration and Tuning
The size of your /var partition reflects the intended use of your machine. /var is primarily used to hold: mailboxes,
print spool and log files. Mail boxes and log files, in particular, can grow to unexpected sizes based upon how many
users are on your system and how long your log files are kept. If you intend to run a mail server, a /var partition of
over a gigabyte can be suitable. Additionally, /var/tmp must be large enough to contain any packages you may
wish to add.
The /usr partition holds the bulk of the files required to support the system and a subdirectory within it called
/usr/local holds the bulk of the files installed from the ports(7) hierarchy. If you do not use ports all that much and
do not intend to keep system source (/usr/src) on the machine, you can get away with a 1 gigabyte /usr partition.
However, if you install a lot of ports (especially window managers and Linux binaries), we recommend at least a two
gigabyte /usr and if you also intend to keep system source on the machine, we recommend a three gigabyte /usr.
Do not underestimate the amount of space you will need in this partition, it can creep up and surprise you!
When sizing your partitions, keep in mind the space requirements for your system to grow. Running out of space in
one partition while having plenty in another can lead to much frustration.
Note: Some users who have used sysinstall(8)’s Auto-defaults partition sizer have found either their root or
/var partitions too small later on. Partition wisely and generously.
136
Chapter 6 Configuration and Tuning
edge of the disk, for example before the really big partition instead of after in the partition table, will increase I/O
performance in the partitions where you need it the most. Now it is true that you might also need I/O performance in
the larger partitions, but they are so large that shifting them more towards the edge of the disk will not lead to a
significant performance improvement whereas moving /var to the edge can have a huge impact. Finally, there are
safety concerns. Having a small neat root partition that is essentially read-only gives it a greater chance of surviving
a bad crash intact.
• [Link]:
. [Link]
hostname="[Link]"
network_interfaces="fxp0 lo0"
ifconfig_fxp0="inet [Link]"
• [Link]:
defaultrouter="[Link]"
saver="daemon"
blanktime="100"
The [Link] file can then be distributed to every system using rsync or similar program, whilst the
[Link] file remains unique.
Upgrading the system using sysinstall(8) or make world will not overwrite the [Link] file, so system
configuration information will not be lost.
137
Chapter 6 Configuration and Tuning
It can be quickly seen that only the [Link] file has been changed. A later update of the apache port would not
overwrite this changed file.
#!/bin/sh
echo -n ’ FooBar’
case "$1" in
start)
/usr/local/bin/foobar
;;
stop)
kill -9 ‘cat /var/run/[Link]‘
;;
138
Chapter 6 Configuration and Tuning
*)
echo "Usage: ‘basename $0‘ {start|stop}" >&2
exit 64
;;
esac
exit 0
This script is called with start at startup, and the stop at shutdown to allow it to carry out its purpose.
Some services expect to be invoked by inetd(8) when a connection is received on a suitable port. This is common for
mail reader servers (POP and IMAP, etc.). These services are enabled by editing the file /etc/[Link]. See
inetd(8) for details on editing this file.
Some additional system services may not be covered by the toggles in /etc/[Link]. These are traditionally
enabled by placing the command(s) to invoke them in /etc/[Link]. As of FreeBSD 3.1 there is no default
/etc/[Link]; if it is created by the administrator it will however be honored in the normal fashion. Note that
[Link] is generally regarded as the location of last resort; if there is a better place to start a service, do it there.
Note: Do not place any commands in /etc/[Link]. To start daemons, or run any commands at boot time,
place a script in /usr/local/etc/rc.d instead.
It is also possible to use the cron(8) daemon to start system services. This approach has a number of advantages, not
least being that because cron(8) runs these processes as the owner of the crontab, services may be started and
maintained by non-root users.
This takes advantage of a feature of cron(8): the time specification may be replaced by @reboot, which will cause
the job to be run when cron(8) is started shortly after system boot.
Note that alias entries must start with alias0 and proceed upwards in order, (for example, _alias1, _alias2, and so on).
The configuration process will stop at the first missing number.
The calculation of alias netmasks is important, but fortunately quite simple. For a given interface, there must be one
address which correctly represents the network’s netmask. Any other addresses which fall within this network must
have a netmask of all 1’s.
139
Chapter 6 Configuration and Tuning
For example, consider the case where the fxp0 interface is connected to two networks, the [Link] network with a
netmask of [Link] and the [Link] network with a netmask of [Link]. We want the system to
appear at [Link] through [Link] and at [Link] through [Link].
The following entries configure the adapter correctly for this arrangement:
6.7.2 Hostnames
[Link] /etc/[Link]
/etc/[Link] dictates how FreeBSD’s resolver accesses the Internet Domain Name System (DNS).
140
Chapter 6 Configuration and Tuning
A typical [Link]:
search [Link]
nameserver [Link]
nameserver [Link]
If you are using DHCP, dhclient(8) usually rewrites [Link] with information received from the DHCP server.
[Link] /etc/hosts
/etc/hosts is a simple text database reminiscent of the old Internet. It works in conjunction with DNS and NIS
providing name to IP address mappings. Local computers connected via a LAN can be placed in here for simplistic
naming purposes instead of setting up a named(8) server. Additionally, /etc/hosts can be used to provide a local
record of Internet names, reducing the need to query externally for commonly accessed names.
# $FreeBSD$
#
# Host Database
# This file should contain the addresses and aliases
# for local hosts that share this file.
# In the presence of the domain name service or NIS, this file may
# not be consulted at all; see /etc/[Link] for the resolution order.
#
#
::1 localhost [Link] [Link]
[Link] localhost [Link] [Link]
#
# Imaginary network.
#[Link] [Link] myname
#[Link] [Link] myfriend
#
# According to RFC 1918, you can use the following IP networks for
# private nets which will never be connected to the Internet:
#
# [Link] - [Link]
# [Link] - [Link]
# [Link] - [Link]
#
# In case you want to be able to connect to the Internet, you need
# real official assigned numbers. PLEASE PLEASE PLEASE do not try
# to invent your own network numbers but instead get one from your
# network provider (if any) or from the Internet Registry (ftp to
141
Chapter 6 Configuration and Tuning
For example:
[Link] [Link]
[Link] is the configuration file for the syslogd(8) program. It indicates which types of syslog messages are
logged to particular log files.
# $FreeBSD$
#
# Spaces ARE valid field separators in this file. However,
# other *nix-like systems still insist on using tabs as field
# separators. If you are sharing this file between systems, you
# may want to use only tabs as field separators here.
# Consult the [Link](5) manual page.
*.err;[Link];[Link];[Link] /dev/console
*.notice;[Link];[Link];[Link];[Link] /var/log/messages
security.* /var/log/security
[Link] /var/log/maillog
[Link] /var/log/lpd-errs
cron.* /var/log/cron
*.err root
*.notice;[Link] root
*.alert root
*.emerg *
# uncomment this to log all writes to /dev/console to /var/log/[Link]
#[Link] /var/log/[Link]
# uncomment this to enable logging of all log messages to /var/log/[Link]
#*.* /var/log/[Link]
# uncomment this to enable logging to a remote log host named loghost
#*.* @loghost
# uncomment these if you’re running inn
# [Link] /var/log/news/[Link]
# [Link] /var/log/news/[Link]
# [Link] /var/log/news/[Link]
!startslip
*.* /var/log/[Link]
!ppp
142
Chapter 6 Configuration and Tuning
*.* /var/log/[Link]
[Link] [Link]
[Link] is the configuration file for newsyslog(8), a program that is scheduled to run normally by cron(8).
newsyslog(8) determines when log files require archiving or rearranging. logfile is moved to logfile.0,
logfile.0 is moved to logfile.1, and so on. Additionally, the log files may be archived in gzip(1) format
causing them to be named: [Link], [Link], and so on.
[Link] indicates which log files are to be managed, how many are to be kept, and when they are to be
touched. Log files can be rearranged and/or archived when they have either reached a certain size, or at a certain
periodic time/date.
6.7.4 [Link]
[Link] looks much like [Link]. Values are set in a variable=value form. The specified values are set
after the system goes into multi-user mode. Not all variables are settable in this mode.
A sample [Link] turning off logging of fatal signal exits and letting Linux programs know they are really
running under FreeBSD.
143
Chapter 6 Configuration and Tuning
% sysctl -a
% sysctl [Link]
[Link]: 1044
# sysctl [Link]=5000
[Link]: 2088 -> 5000
Settings of sysctl variables are usually either strings, numbers, or booleans. A boolean being 1 for yes or a 0 for no.
[Link] [Link]
The [Link] sysctl variable defaults to 0 (off) (though soon it will default to 1) and may be set to 0
(off) or 1 (on). This parameter controls how directories are cached by the system. Most directories are small and use
but a single fragment (typically 1K) in the filesystem and even less (typically 512 bytes) in the buffer cache.
However, when operating in the default mode the buffer cache will only cache a fixed number of directories even if
you have a huge amount of memory. Turning on this sysctl allows the buffer cache to use the VM Page Cache to
cache the directories. The advantage is that all of memory is now available for caching directories. The disadvantage
is that the minimum in-core memory used to cache a directory is the physical page size (typically 4K) rather than 512
bytes. We recommend turning this option on if you are running any services which manipulate large numbers of files.
Such services can include web caches, large mail systems, and news systems. Turning on this option will generally
not reduce performance even with the wasted memory but you should experiment to find out.
[Link] [Link]
FreeBSD 4.3 flirted with turning off IDE write caching. This reduced write bandwidth to IDE disks but was
considered necessary due to serious data consistency issues introduced by hard drive vendors. Basically the problem
is that IDE drives lie about when a write completes. With IDE write caching turned on, IDE hard drives will not only
write data to disk out of order, they will sometimes delay some of the blocks indefinitely when under heavy disk
144
Chapter 6 Configuration and Tuning
loads. A crash or power failure can result in serious filesystem corruption. So our default was changed to be safe.
Unfortunately, the result was such a huge loss in performance that we caved in and changed the default back to on
after the release. You should check the default on your system by observing the [Link] sysctl variable. If IDE
write caching is turned off, you can turn it back on by setting the kernel variable back to 1. This must be done from
the boot loader at boot time. Attempting to do it after the kernel boots will have no effect.
For more information, please see ata(4).
A filesystem cannot be modified with tunefs(8) while it is mounted. A good time to enable Soft Updates is before
any partitions have been mounted, in single-user mode.
Soft Updates drastically improves meta-data performance, mainly file creation and deletion, through the use of a
memory cache. We recommend turning Soft Updates on on all of your filesystems. There are two downsides to Soft
Updates that you should be aware of: First, Soft Updates guarantees filesystem consistency in the case of a crash but
could very easily be several seconds (even a minute!) behind updating the physical disk. If you crash you may lose
more work than otherwise. Secondly, Soft Updates delays the freeing of filesystem blocks. If you have a filesystem
(such as the root filesystem) which is close to full, doing a major update of it, e.g. make installworld, can run it
out of space and cause the update to fail.
[Link] [Link]
[Link] can be raised or lowered based upon your system requirements. This variable indicates the
maximum number of file descriptors on your system. When the file descriptor table is full, file: table is full
will show up repeatedly in the system message buffer, which can be viewed with the dmesg command.
Each open file, socket, or fifo uses one file descriptor. A large-scale production server may easily require many
thousands of file descriptors, depending on the kind and number of services running concurrently.
[Link]’s default value is dictated by the maxusers option in your kernel configuration file.
[Link] grows proportionally to the value of maxusers. When compiling a custom kernel, it is a good idea
to set this kernel configuration option according to the uses of your system. From this number, the kernel is given
most of its pre-defined limits. Even though a production machine may not actually have 256 users connected as once,
the resources needed may be similar to a high-scale webserver.
145
Chapter 6 Configuration and Tuning
146
Chapter 7 The FreeBSD Booting Process
7.1 Synopsis
The process of starting a computer and loading the operating system is referred to as “the bootstrap process”, or
simply “booting”. FreeBSD’s boot process provides a great deal of flexibility in customizing what happens when you
start the system, allowing you to select from different operating systems installed on the same computer, or even
different versions of the same operating system or installed kernel.
This chapter details the configuration options you can set and how to customize the FreeBSD boot process. This
includes everything that happens until the FreeBSD kernel has started, probed for devices, and started init(8). If you
are not quite sure when this happens, it occurs when the text color changes from bright white to grey.
After reading this chapter, you will know:
• What the components of the FreeBSD bootstrap system are, and how they interact.
• The options you can give to the components in the FreeBSD bootstrap to control the boot process.
x86 only: This chapter only describes the boot process for FreeBSD running on Intel x86 systems.
147
Chapter 7 The FreeBSD Booting Process
The remainder of the FreeBSD bootstrap system is divided into three stages. The first stage is run by the MBR,
which knows just enough to get the computer into a specific state and run the second stage. The second stage can do
a little bit more, before running the third stage. The third stage finishes the task of loading the operating system. The
work is split into these three stages because the PC standards put limits on the size of the programs that can be run at
stages one and two. Chaining the tasks together allows FreeBSD to provide a more flexible loader.
The kernel is then started and it begins to probe for devices and initialize them for use. Once the kernel boot process
is finished, the kernel passes control to the user process init(8), which then makes sure the disks are in a usable state.
init(8) then starts the user-level resource configuration which mounts filesystems, sets up network cards to
communicate on the network, and generally starts all the processes that usually are run on a FreeBSD system at
startup.
7.3 The MBR, and Boot Stages One, Two, and Three
F1 DOS
F2 FreeBSD
F3 Linux
F4 ??
F5 Drive 1
Default: F2
Other operating systems, in particular Windows 95, have been known to overwrite an existing MBR with their own.
If this happens to you, or you want to replace your existing MBR with the FreeBSD MBR then use the following
command.
Where device is the device that you boot from, such as ad0 for the first IDE disk, ad2 for the first IDE disk on a
second IDE controller, da0 for the first SCSI disk, and so on.
148
Chapter 7 The FreeBSD Booting Process
They are found on the boot sector of the boot slice, which is where boot0, or any other program on the MBR expects
to find the program to run to continue the boot process. The files in the /boot directory are copies of the real files,
which are stored outside of the FreeBSD filesystem.
boot1 is very simple, since it too can only be 512 bytes in size, and knows just enough about the FreeBSD disklabel,
which stores information about the slice, to find and execute boot2.
boot2 is slightly more sophisticated, and understands the FreeBSD filesystem enough to find files on it, and can
provide a simple interface to choose the kernel or loader to run.
Since the loader is much more sophisticated, and provides a nice easy-to-use boot configuration, boot2 usually runs
it, but previously it was tasked to run the kernel directly.
FreeBSD/i386 BOOT
Default: 0:ad(0,a)/kernel
boot:
If you ever need to replace the installed boot1 and boot2 use disklabel(8).
# disklabel -B diskslice
Where diskslice is the disk and slice you boot from, such as ad0s1 for the first slice on the first IDE disk.
Dangerously Dedicated Mode: If you use just the disk name, such as ad0, in the disklabel(8) command you will
create a dangerously dedicated disk, without slices. This is almost certainly not what you want to do, so make
sure you double check the disklabel(8) command before you press Return.
Finally, by default, the loader issues a 10 second wait for key presses, and boots the kernel if it is not interrupted. If
interrupted, the user is presented with a prompt which understands the easy-to-use command set, where the user may
adjust variables, unload all modules, load modules, and then finally boot or reboot.
149
Chapter 7 The FreeBSD Booting Process
autoboot seconds
Proceeds to boot the kernel if not interrupted within the time span given, in seconds. It displays a countdown,
and the default time span is 10 seconds.
boot-conf
Goes through the same automatic configuration of modules based on variables as what happens at boot. This
only makes sense if you use unload first, and change some variables, most commonly kernel.
help [topic]
Shows help messages read from /boot/[Link]. If the topic given is index, then the list of available
topics is given.
include filename . . .
Processes the file with the given filename. The file is read in, and interpreted line by line. An error immediately
stops the include command.
ls [-l] [path]
Displays a listing of files in the given path, or the root directory, if the path is not specified. If -l is specified,
file sizes will be shown too.
lsdev [-v]
Lists all of the devices from which it may be possible to load modules. If -v is specified, more details are
printed.
lsmod [-v]
Displays loaded modules. If -v is specified, more details are shown.
more filename
Displays the files specified, with a pause at each LINES displayed.
reboot
Immediately reboots the system.
150
Chapter 7 The FreeBSD Booting Process
set variable
set variable=value
Sets the loader’s environment variables.
unload
Removes all loaded modules.
• To unload your usual kernel and modules, and then load just your old (or another) kernel:
unload
load [Link]
You can use [Link] to refer to the generic kernel that comes on the install disk, or [Link] to
refer to your previously installed kernel (when you have upgraded or configured your own kernel, for example).
Note: Use the following to load your usual modules with another kernel:
unload
set kernel="[Link]"
boot-conf
• To load a kernel configuration script (an automated script which does the things you would normally do in the
kernel boot-time configurator):
load -t userconfig_script /boot/[Link]
151
Chapter 7 The FreeBSD Booting Process
-a
during kernel initialization, ask for the device to mount as the root file system.
-C
boot from CDROM.
-c
-s
boot into single-user mode
-v
be more verbose during kernel startup
Note: There are other boot flags, read boot(8) for more information on them.
152
Chapter 7 The FreeBSD Booting Process
Note: An insecure console means that you consider your physical security to the console to be insecure, and
want to make sure only someone who knows the root password may use single-user mode, and it does not mean
that you want to run your console insecurely. Thus, if you want security, choose insecure, not secure.
153
Chapter 8 Users and Basic Account
Management
Contributed by Neil Blakey-Milner.
8.1 Synopsis
FreeBSD allows multiple users to use the computer at the same time. Obviously, only one of those users can be
sitting in front of the screen and keyboard at any one time 1, but any number of users can log in through the network
to get their work done. To use the system every user must have an account.
After reading this chapter, you will know:
8.2 Introduction
All access to the system is achieved via accounts, and all processes are run by users, so user and account
management are of integral importance on FreeBSD systems.
Every account on a FreeBSD system has certain information associated with it to identify the account.
User name
The user name as it would be typed at the login: prompt. User names must be unique across the computer;
you may not have two users with the same user name. There are a number of rules for creating valid user names,
documented in passwd(5); you would typically use user names that consist of eight or fewer all lower case
characters.
Password
Each account has a password associated with it. The password may be blank, in which case no password will be
required to access the system. This is normally a very bad idea; every account should have a password.
154
Chapter 8 Users and Basic Account Management
User ID (UID)
The UID is a number from 0 to 65536 used to uniquely identify the user to the system. Internally, FreeBSD uses
the UID to identify users—any FreeBSD commands that allow you to specify a user name will convert it to the
UID before working with it. This means that you can have several accounts with different user names but the
same UID. As far as FreeBSD is concerned these accounts are one user. It is unlikely you will ever need to do
this.
Group ID (GID)
The GID is a number from 0 to 65536 used to uniquely identify the primary group that the user belongs to.
Groups are a mechanism for controlling access to resources based on a user’s GID rather than their UID. This
can significantly reduce the size of some configuration files. A user may also be in more than one group.
Login class
Login classes are an extension to the group mechanism that provide additional flexibility when tailoring the
system to different users.
Home directory
The home directory is the full path to a directory on the system in which the user will start when logging on to
the system. A common convention is to put all user home directories under /home/username or
/usr/home/username. The user would store their personal files in their home directory, and any directories
they may create in there.
User shell
The shell provides the default environment users use to interact with the system. There are many different kinds
of shells, and experienced users will have their own preferences, which can be reflected in their account settings.
There are three main types of accounts; the Superuser, system users, and user accounts. The Superuser account,
usually called root, is used to manage the system with no limitations on privileges. System users run services.
Finally, user accounts are used by real people, who log on, read mail, and so forth.
155
Chapter 8 Users and Basic Account Management
Command Summary
156
Chapter 8 Users and Basic Account Management
Command Summary
adduser The recommended command-line application for adding
new users.
rmuser The recommended command-line application for
removing users.
chpass A flexible tool to change user database information.
passwd The simple command-line tool to change user passwords.
pw A powerful and flexible tool to modify all aspects of user
accounts.
8.6.1 adduser
adduser is a simple program for adding new users. It creates entries in the system passwd and group files. It will
also create a home directory for the new user, copy in the default configuration files (“dotfiles”) from
/usr/share/skel, and can optionally mail the new user a welcome message.
To create the initial configuration file, use adduser -s -config_create. 2 Next, we configure adduser defaults,
and create our first user account, since using root for normal usage is evil and nasty.
# adduser -v
Use option “-silent” if you don’t want to see all warnings and questions.
Check /etc/shells
Check /etc/[Link]
Check /etc/group
Enter your default shell: csh date no sh tcsh zsh [sh]: zsh
Your default shell is: zsh - /usr/local/bin/zsh
Enter your default HOME partition: [/home]:
Copy dotfiles from: /usr/share/skel no [/usr/share/skel]:
Send message from file: /etc/[Link] no
[/etc/[Link]]: no
Do not send message
Use passwords (y/n) [y]: y
157
Chapter 8 Users and Basic Account Management
Name: jru
Password: ****
Fullname: J. Random User
Uid: 1001
Gid: 1001 (jru)
Class:
Groups: jru wheel
HOME: /home/jru
Shell: /usr/local/bin/zsh
OK? (y/n) [y]: y
Added user “jru”
Copy files from /usr/share/skel to /home/jru
Add another user? (y/n) [y]: n
Goodbye!
#
In summary, we changed the default shell to zsh (an additional shell found in the Ports Collection), and turned off the
sending of a welcome mail to added users. We then saved the configuration, created an account for jru, and made
sure jru is in wheel group (so that she may assume the role of root with the su command.)
Note: The password you type in is not echoed, nor are asterisks displayed. Make sure you do not mistype the
password twice.
Note: Just use adduser without arguments from now on, and you will not have to go through changing the
defaults. If the program asks you to change the defaults, exit the program, and try the -s option.
8.6.2 rmuser
You can use rmuser to completely remove a user from the system. rmuser performs the following steps:
Note: If a group becomes empty and the group name is the same as the username, the group is removed; this
complements the per-user unique groups created by adduser(8).
158
Chapter 8 Users and Basic Account Management
rmuser cannot be used to remove superuser accounts, since that is almost always an indication of massive
destruction.
By default, an interactive mode is used, which attempts to make sure you know what you are doing.
# rmuser jru
Matching password entry:
jru:*:1001:1001::0:0:J. Random User:/home/jru:/usr/local/bin/tcsh
Is this the entry you wish to remove? y
Remove user’s home directory (/home/jru)? y
Updating password file, updating databases, done.
Updating group file: trusted (removing group jru -- personal group is empty) done.
Removing user’s incoming mail file /var/mail/jru: done.
Removing files belonging to jru from /tmp: done.
Removing files belonging to jru from /var/tmp: done.
Removing files belonging to jru from /var/tmp/[Link]: done.
#
8.6.3 chpass
chpass changes user database information such as passwords, shells, and personal information.
Only system administrators, as the superuser, may change other users’ information and passwords with chpass.
When passed no options, aside from an optional username, chpass displays an editor containing user information.
When the user exists from the editor, the user database is updated with the new information.
The normal user can change only a small subset of this information, and only for themselves.
159
Chapter 8 Users and Basic Account Management
Note: chfn and chsh are just links to chpass, as are ypchpass, ypchfn, and ypchsh. NIS support is automatic,
so specifying the yp before the command is not necessary. If this is confusing to you, do not worry, NIS will be
covered in Chapter 17
8.6.4 passwd
passwd is the usual way to change your own password as a user, or another user’s password as the superuser.
Note: Users must type in their original password before changing their password, to prevent an unauthorized
person from changing their password when the user is away from their console.
% passwd
Changing local password for jru.
Old password:
New password:
Retype new password:
passwd: updating the database...
passwd: done
# passwd jru
Changing local password for jru.
New password:
Retype new password:
passwd: updating the database...
passwd: done
Note: As with chpass, yppasswd is just a link to passwd, so NIS works with either command.
160
Chapter 8 Users and Basic Account Management
8.6.5 pw
pw(8) is a command line utility to create, remove, modify, and display users and groups. It functions as a front end to
the system user and group files. pw has a very powerful set of command line options that make it suitable for use in
shell scripts, but new users may find it more complicated than the other commands presented here.
coredumpsize
The limit on the size of a core file generated by a program is, for obvious reasons, subordinate to other limits on
disk usage (e.g., filesize, or disk quotas). Nevertheless, it is often used as a less-severe method of controlling
disk space consumption: since users do not generate core files themselves, and often do not delete them, setting
this may save them from running out of disk space should a large program (e.g., emacs) crash.
cputime
161
Chapter 8 Users and Basic Account Management
This is the maximum amount of CPU time a user’s process may consume. Offending processes will be killed by
the kernel.
Note: This is a limit on CPU time consumed, not percentage of the CPU as displayed in some fields by
top(1) and ps(1). A limit on the latter is, at the time of this writing, not possible, and would be rather useless:
a compiler—probably a legitimate task—can easily use almost 100% of a CPU for some time.
filesize
This is the maximum size of a file the user may possess. Unlike disk quotas, this limit is enforced on individual
files, not the set of all files a user owns.
maxproc
This is the maximum number of processes a user may be running. This includes foreground and background
processes alike. For obvious reasons, this may not be larger than the system limit specified by the
[Link] sysctl. Also note that setting this too small may hinder a user’s productivity: it is often useful
to be logged in multiple times or execute pipelines. Some tasks, such as compiling a large program, also spawn
multiple processes (e.g., make(1), cc(1), and other intermediate preprocessors).
memorylocked
This is the maximum amount a memory a process may have requested to be locked into main memory (e.g., see
mlock(2)). Some system-critical programs, such as amd(8), lock into main memory such that in the event of
being swapped out, they do not contribute to a system’s trashing in time of trouble.
memoryuse
This is the maximum amount of memory a process may consume at any given time. It includes both core
memory and swap usage. This is not a catch-all limit for restricting memory consumption, but it is a good start.
openfiles
162
Chapter 8 Users and Basic Account Management
This is the maximum amount of files a process may have open. In FreeBSD, files are also used to represent
sockets and IPC channels; thus, be careful not to set this too low. The system-wide limit for this is defined by
the [Link] sysctl.
sbsize
This is the limit on the amount of network memory, and thus mbufs, a user may consume. This originated as a
response to an old DoS attack by creating a lot of sockets, but can be generally used to limit network
communications.
stacksize
This is the maximum size a process’ stack may grow to. This alone is not sufficient to limit the amount of
memory a program may use; consequently, it should be used in conjunction with other limits.
There are a few other things to remember when setting resource limits. Following are some general tips, suggestions,
and miscellaneous comments.
• Processes started at system startup by /etc/rc are assigned to the daemon login class.
• Although the /etc/[Link] that comes with the system is a good source of reasonable values for most
limits, only you, the administrator, can know what is appropriate for your system. Setting a limit too high may
open your system up to abuse, while setting it too low may put a strain on productivity.
• Users of the X Window System (X11) should probably be granted more resources than other users. X11 by itself
takes a lot of resources, but it also encourages users to run more programs simultaneously.
• Remember that many limits apply to individual processes, not the user as a whole. For example, setting
openfiles to 50 means that each process the user runs may open up to 50 files. Thus, the gross amount of files a
user may open is the value of openfiles multiplied by the value of maxproc. This also applies to memory
consumption.
For further information on resource limits and login classes and capabilities in general, please consult the relevant
manual pages: cap_mkdb(1), getrlimit(2), [Link](5).
163
Chapter 8 Users and Basic Account Management
8.9 Groups
A group is simply a list of users. Groups are identified by their group name and gid (group ID). In FreeBSD (and
most other Unix systems), the two factors the kernel uses to decide whether a process is allowed to do something is
its user ID and list of groups it belongs to. Unlike a user ID, a process has a list of groups associated with it. You may
hear some things refer to the "group ID" of a user or process; most of the time, this just means the first group in the
list.
The group name to group ID map is in /etc/group. This is a plain text file with four colon-delimited fields. The
first field is the group name, the second is the encrypted password, the third the group ID, and the fourth the
comma-delimited list of members. It can safely be edited by hand (assuming, of course, that you do not make any
syntax errors!). For a more complete description of the syntax, see the group(5) manual page.
If you do not want to edit /etc/group manually, you can use the pw(8) command to add and edit groups. For
example, to add a group called teamtwo and then confirm that it exists you can use:
# pw groupadd teamtwo
# pw groupshow teamtwo
teamtwo:*:1100:
The number 1100 above is the group ID of the group teamtwo. Right now, teamtwo has no members, and is thus
rather useless. Let’s change that by inviting jru to the teamtwo group.
The argument to the -M option is a comma-delimited list of users who are members of the group. From the preceding
sections, we know that the password file also contains a group for each user. The latter (the user) is automatically
added to the group list by the system; the user will not show up as a member when using the groupshow command
to pw(8), but will show up when the information is queried via id(1) or similar tool. In other words, pw(8) only
manipulates the /etc/group file; it will never attempt to read additionally data from /etc/passwd.
% id jru
uid=1001(jru) gid=1001(jru) groups=1001(jru), 1100(teamtwo)
As you can see, jru is a member of the groups jru and teamtwo.
For more information about pw(8), see its manual page, and for more information on the format of /etc/group,
consult the group(5) manual page.
Notes
1. Well, unless you hook up multiple terminals, but we’ll save that for Chapter 15
164
Chapter 8 Users and Basic Account Management
2. The -s makes adduser default to quiet. We use -v later when we want to change defaults.
165
Chapter 9 Configuring the FreeBSD Kernel
Updated and restructured by Jim Mock. Originally contributed by Jake Hamby.
9.1 Synopsis
The kernel is the core of the FreeBSD operating system. It is responsible for managing memory, enforcing security
controls, networking, disk access, and much more. While more and more of FreeBSD becomes dynamically
configurable it is still occasionally necessary to reconfigure and recompile your kernel.
After reading this chapter, you will know:
• Faster boot time. Since the kernel will only probe the hardware you have on your system, the time it takes your
system to boot will decrease dramatically.
• Less memory use. A custom kernel often uses less memory than the GENERIC kernel, which is important because
the kernel is one process that must always be present in memory. For this reason, a custom kernel is especially
useful on a system with a small amount of RAM.
166
Chapter 9 Configuring the FreeBSD Kernel
• Additional hardware support. A custom kernel allows you to add in support for devices such as sound cards, which
are not present in the GENERIC kernel.
Note: If there is not a /usr/src/sys directory on your system, then the kernel source has not been installed.
The easiest way to do this is by running /stand/sysinstall as root, choosing Configure, then
Distributions, then src, then sys.
Next, move to the arch/conf directory and copy the GENERIC configuration file to the name you want to give your
kernel. For example:
# cd /usr/src/sys/i386/conf
# cp GENERIC MYKERNEL
Traditionally, this name is in all capital letters and, if you are maintaining multiple FreeBSD machines with different
hardware, it is a good idea to name it after your machine’s hostname. We will call it MYKERNEL for the purpose of
this example.
Tip: Storing your kernel config file directly under /usr/src can be a bad idea. If you are experiencing problems it
can be tempting to just delete /usr/src and start again. Five seconds after you do that you realize that you have
deleted your custom kernel config file.
You might want to keep your kernel config file elsewhere, and then create a symbolic link to the file in the i386
directory.
For example:
# cd /usr/src/sys/i386/conf
# mkdir /root/kernels
# cp GENERIC /root/kernels/MYKERNEL
# ln -s /root/kernels/MYKERNEL
Note: You must execute these and all of the following commands under the root account or you will get
permission denied errors.
167
Chapter 9 Configuring the FreeBSD Kernel
Now, edit MYKERNEL with your favorite text editor. If you are just starting out, the only editor available will probably
be vi, which is too complex to explain here, but is covered well in many books in the bibliography. However,
FreeBSD does offer an easier editor called “ee” which, if you are a beginner, should be your editor of choice. Feel
free to change the comment lines at the top to reflect your configuration or the changes you have made to
differentiate it from GENERIC.
If you have built a kernel under SunOS or some other BSD operating system, much of this file will be very familiar
to you. If you are coming from some other operating system such as DOS, on the other hand, the GENERIC
configuration file might seem overwhelming to you, so follow the descriptions in the Configuration File section
slowly and carefully.
Note: Be sure to always check the file /usr/src/UPDATING, before you perform any update steps, in the case
you sync your source-tree with the latest sources of the FreeBSD project. In this file all important issues with
updating FreeBSD are written down. /usr/src/UPDATING always fits to your version of the FreeBSD source, and
is therefore more accurate for those information than the handbook.
You must now compile the source code for the kernel. There are two procedures you can use to do this, and the one
you will use depends on why you are rebuilding the kernel, and the version of FreeBSD you are running.
• If you have installed only the kernel source code, use procedure 1.
• If you are running a FreeBSD version prior to 4.0, and you are not upgrading to FreeBSD 4.0 or higher using the
“make world” procedure, use procedure 1.
• If you are building a new kernel without updating the source code (perhaps just to add a new option, such as
IPFIREWALL) you can use either procedure.
• If you are rebuilding the kernel as part of a “make world” process, use procedure 2.
168
Chapter 9 Configuring the FreeBSD Kernel
Note: In FreeBSD 4.2 and older you must replace KERNCONF= with KERNEL=. 4.2-STABLE that was fetched after
Feb 2nd, 2001 does recognize KERNCONF=
If you have not upgraded your source tree in any way (you have not run CVSup, CTM, or used anoncvs), then you
should use the config, make depend, make, make install sequence.
The new kernel will be copied to the root directory as /kernel and the old kernel will be moved to /[Link].
Now, shutdown the system and reboot to use your kernel. In case something goes wrong, there are some
troubleshooting instructions at the end of this chapter. Be sure to read the section which explains how to recover in
case your new kernel does not boot.
Note: If you have added any new devices (such as sound cards) you may have to add some device nodes to
your /dev directory before you can use them. For more information, take a look at "Making Device Nodes" later
on in this chapter.
Quoting numbers: In all versions of FreeBSD up to and including 3.X, config(8) required that any strings in the
configuration file that contained numbers used as text had to be enclosed in double quotes.
This requirement was removed in the 4.X branch, which this book covers, so if you are on a pre-4.X system, see
the /usr/src/sys/i386/conf/LINT and /usr/src/sys/i386/conf/GENERIC files on your system for examples.
The following is an example GENERIC kernel configuration file with various additional comments where needed for
clarity. This example should match your copy in /usr/src/sys/i386/conf/GENERIC fairly closely. For details
of all the possible kernel options, see /usr/src/sys/i386/conf/LINT.
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
169
Chapter 9 Configuring the FreeBSD Kernel
The following are the mandatory keywords required in every kernel you build:
machine i386
cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
The above specifies the type of CPU you have in your system. You may have multiple instances of the CPU line (i.e.,
you are not sure whether you should use I586_CPU or I686_CPU), however, for a custom kernel, it is best to specify
only the CPU you have. If you are unsure of your CPU type, you can use the dmesg command to view your boot up
messages.
The Alpha architecture has different values for cpu. They include:
cpu EV4
cpu EV5
If you are using an Alpha machine, you should be using one of the above CPU types.
ident GENERIC
This is the identification of the kernel. You should change this to whatever you named your kernel, as in our previous
example, MYKERNEL. The value you put in the ident string will print when you boot up the kernel, so it is useful to
give the new kernel a different name if you want to keep it separate from your usual kernel (i.e., you want to build an
experimental kernel).
maxusers 32
The maxusers option sets the size of a number of important system tables. This number is supposed to be roughly
equal to the number of simultaneous users you expect to have on your machine. However, under normal
circumstances, you will want to set maxusers to at least 4, especially if you are using the X Window System or
compiling software. The reason is that the most important table set by maxusers is the maximum number of
processes, which is set to 20 + 16 * maxusers, so if you set maxusers to 1, then you can only have 36
simultaneous processes, including the 18 or so that the system starts up at boot time, and the 15 or so you will
170
Chapter 9 Configuring the FreeBSD Kernel
probably create when you start the X Window System. Even a simple task like reading a manual page will start up
nine processes to filter, decompress, and view it. Setting maxusers to 64 will allow you to have up to 1044
simultaneous processes, which should be enough for nearly all uses. If, however, you see the dreaded proc table full
error when trying to start another program, or are running a server with a large number of simultaneous users (like
[Link]), you can always increase the number and rebuild.
Note: maxusers does not limit the number of users which can log into your machine. It simply sets various table
sizes to reasonable values considering the maximum number of users you will likely have on your system and
how many processes each of them will be running. One keyword which does limit the number of simultaneous
remote logins is pseudo-device pty 16.
npx0 is the interface to the floating point math unit in FreeBSD, which is either the hardware co-processor or the
software math emulator. This is not optional.
This is the generic loopback device for TCP/IP. If you telnet or FTP to localhost (a.k.a., [Link]) it will come
back at you through this pseudo-device. This is mandatory.
Everything that follows is more or less optional. See the notes underneath or next to each option for more
information.
This line allows the kernel to simulate a math co-processor if your computer does not have one (386 or 486SX). If
you have a 486DX, or a 386 or 486SX (with a separate 387 or 487 chip), or higher (Pentium, Pentium II, etc.), you
can comment this line out.
Note: The normal math co-processor emulation routines that come with FreeBSD are not very accurate. If you
do not have a math co-processor, and you need the best accuracy, it is recommended that you change this option
to GPL_MATH_EMULATE to use the GNU math support, which is not included by default for licensing reasons.
Networking support. Leave this in, even if you do not plan to be connected to a network. Most programs require at
least loopback networking (i.e., making network connections within your PC), so this is essentially mandatory.
This is the basic hard drive filesystem. Leave it in if you boot from the hard disk.
171
Chapter 9 Configuring the FreeBSD Kernel
This is the memory-mapped filesystem. This is basically a RAM disk for fast storage of temporary files, useful if you
have a lot of swap space that you want to take advantage of. A perfect place to mount an MFS partition is on the
/tmp directory, since many programs store temporary data here. To mount an MFS RAM disk on /tmp, add the
following line to /etc/fstab:
Now you simply need to either reboot, or run the command mount /tmp.
The network filesystem. Unless you plan to mount partitions from a Unix file server over TCP/IP, you can comment
these out.
The MS-DOS filesystem. Unless you plan to mount a DOS formatted hard drive partition at boot time, you can safely
comment this out. It will be automatically loaded the first time you mount a DOS partition, as described above. Also,
the excellent mtools software (in the ports collection) allows you to access DOS floppies without having to mount
and unmount them (and does not require MSDOSFS at all).
The ISO 9660 filesystem for CDROMs. Comment it out if you do not have a CDROM drive or only mount data CDs
occasionally (since it will be dynamically loaded the first time you mount a data CD). Audio CDs do not need this
filesystem.
The process filesystem. This is a “pretend” filesystem mounted on /proc which allows programs like ps(1) to give
you more information on what processes are running.
Compatibility with 4.3BSD. Leave this in; some programs will act strangely if you comment this out.
This causes the kernel to pause for 15 seconds before probing each SCSI device in your system. If you only have
IDE hard drives, you can ignore this, otherwise you will probably want to lower this number, perhaps to 5 seconds, to
speed up booting. Of course, if you do this, and FreeBSD has trouble recognizing your SCSI devices, you will have
to raise it back up.
172
Chapter 9 Configuring the FreeBSD Kernel
Allow users to grab the console, which is useful for X users. For example, you can create a console xterm by typing
xterm -C, which will display any write, talk, and any other messages you receive, as well as any console
messages sent by the kernel.
This option allows you to boot the configuration editor from the boot menu.
This option allows you to boot the visual configuration editor from the boot menu.
This option provides for System V shared memory. The most common use of this is the XSHM extension in X,
which many graphics-intensive programs will automatically take advantage of for extra speed. If you use X, you will
definitely want to include this.
Support for System V semaphores. Less commonly used but only adds a few hundred bytes to the kernel.
Support for System V messages. Again, only adds a few hundred bytes to the kernel.
Note: The ipcs(1) command will list any processes using each of these System V facilities.
Real-time extensions added in the 1993 POSIX. Certain applications in the ports collection use these (such as Star
Office).
This option enables ICMP error response bandwidth limiting. You typically want this option as it will help protect
the machine from denial of service packet attacks.
device isa
173
Chapter 9 Configuring the FreeBSD Kernel
All PCs supported by FreeBSD have one of these. If you have an IBM PS/2 (Micro Channel Architecture), you
cannot run FreeBSD at this time (support is being worked on).
device eisa
Include this if you have an EISA motherboard. This enables auto-detection and configuration support for all devices
on the EISA bus.
device pci
Include this if you have a PCI motherboard. This enables auto-detection of PCI cards and gatewaying from the PCI
to ISA bus.
# Floppy drives
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
device fd1 at fdc0 drive 1
This is the floppy drive controller. fd0 is the A: floppy drive, and fd1 is the B: drive.
device ata
This driver supports all ATA and ATAPI devices. You only need one device ata line for the kernel to detect all PCI
ATA/ATAPI devices on modern machines.
This is needed along with device ata for ATAPI disk drives.
This is needed along with device ata for ATAPI CDROM drives.
This is needed along with device ata for ATAPI floppy drives.
This is needed along with device ata for ATAPI tape drives.
This makes the controller number static (like the old driver) or else the device numbers are dynamically allocated.
# SCSI Controllers
device ahb # EISA AHA1742 family
174
Chapter 9 Configuring the FreeBSD Kernel
SCSI controllers. Comment out any you do not have in your system. If you have an IDE only system, you can
remove these altogether.
# SCSI peripherals
device scbus # SCSI bus (required)
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI
access)
SCSI peripherals. Again, comment out any you do not have, or if you have only IDE hardware, you can remove them
completely.
# RAID controllers
device ida # Compaq Smart RAID
device amr # AMI MegaRAID
device mlx # Mylex DAC960 family
Supported RAID controllers. If you do not have any of these, you can comment them out or remove them.
The keyboard controller (atkbdc) provides I/O services for the AT keyboard and PS/2 style pointing devices. This
controller is required by the keyboard driver (atkbd) and the PS/2 pointing device driver (psm).
The atkbd driver, together with atkbdc controller, provides access to the AT 84 keyboard or the AT enhanced
keyboard which is connected to the AT keyboard controller.
Use this device if your mouse plugs into the PS/2 mouse port.
175
Chapter 9 Configuring the FreeBSD Kernel
pseudo-device splash
sc0 is the default console driver, which resembles a SCO console. Since most full-screen programs access the
console through a terminal database library like termcap, it should not matter whether you use this or vt0, the
VT220 compatible console driver. When you log in, set your TERM variable to scoansi if full-screen programs have
trouble running under this console.
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa?
#options XSERVER # support for X server on a vt console
#options FAT_CURSOR # start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options PCVT_SCANSET=2 # IBM keyboards are non-std
This is a VT220-compatible console driver, backward compatible to VT100/102. It works well on some laptops
which have hardware incompatibilities with sc0. Also set your TERM variable to vt100 or vt220 when you log in.
This driver might also prove useful when connecting to a large number of different machines over the network,
where termcap or terminfo entries for the sc0 device are often not available — vt100 should be available on
virtually any platform.
These are the four serial ports referred to as COM1 through COM4 in the MS-DOS/Windows world.
Note: If you have an internal modem on COM4 and a serial port at COM2, you will have to change the IRQ of the
modem to 2 (for obscure technical reasons, IRQ2 = IRQ 9) in order to access it from FreeBSD. If you have a
multiport serial card, check the manual page for sio(4) for more information on the proper values for these lines.
Some video cards (notably those based on S3 chips) use IO addresses in the form of 0x*2e8, and since many
cheap serial cards do not fully decode the 16-bit IO address space, they clash with these cards making the
COM4 port practically unavailable.
176
Chapter 9 Configuring the FreeBSD Kernel
Each serial port is required to have a unique IRQ (unless you are using one of the multiport cards where shared
interrupts are supported), so the default IRQs for COM3 and COM4 cannot be used.
# Parallel port
device ppc0 at isa? irq 7
Note: All three of the above are required to enable parallel printer support.
This is for an Iomega Zip drive. It requires scbus and da support. Best performance is achieved with ports in EPP
1.9 mode.
Various PCI network card drivers. Comment out or remove any of these not present in your system.
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
MII bus support is required for some PCI 10/100 Ethernet NICs, namely those which use MII-compliant transceivers
or implement transceiver control interfaces that operate like an MII. Adding device miibus to the kernel config
pulls in support for the generic miibus API and all of the PHY drivers, including a generic one for PHYs that are not
specifically handled by an individual driver
177
Chapter 9 Configuring the FreeBSD Kernel
ISA Ethernet drivers. See /usr/src/sys/i386/conf/LINT for which cards are supported by which driver.
ether is only needed if you have an Ethernet card. It includes generic Ethernet protocol code.
sl is for SLIP support. This has been almost entirely supplanted by PPP, which is easier to set up, better suited for
modem-to-modem connection, and more powerful. The number after sl specifies how many simultaneous SLIP
sessions to support.
This is for kernel PPP support for dial-up connections. There is also a version of PPP implemented as a userland
application that uses tun and offers more flexibility and features such as demand dialing. The number after ppp
specifies how many simultaneous PPP connections to support.
178
Chapter 9 Configuring the FreeBSD Kernel
This is used by the userland PPP software. A number after tun specifies the number of simultaneous PPP sessions
to support. See the PPP section of this book for more information.
This is a “pseudo-terminal” or simulated login port. It is used by incoming telnet and rlogin sessions, xterm,
and some other applications such as emacs. A number after pty indicates the number of ptys to create. If you need
more than the default of 16 simultaneous xterm windows and/or remote logins, be sure to increase this number
accordingly, up to a maximum of 256.
This implements IPv6 over IPv4 tunneling, IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling, and IPv6 over IPv6
tunneling.
This pseudo-device captures packets that are sent to it and diverts them to the IPv4/IPv6 translation daemon.
This is the Berkeley Packet Filter. This pseudo-device allows network interfaces to be placed in promiscuous mode,
capturing every packet on a broadcast network (e.g., an Ethernet). These packets can be captured to disk and or
examined with the tcpdump(1) program.
Note: The bpf pseudo-device is also used by dhclient(8) to obtain the IP address of the default router
(gateway) and so on. If you use DHCP, leave this uncommented.
# USB support
#device uhci # UHCI PCI- USB interface
#device ohci # OHCI PCI- USB interface
#device usb # USB Bus (required)
#device ugen # Generic
#device uhid # “Human Interface Devices”
#device ukbd # Keyboard
#device ulpt # Printer
#device umass # Disks/Mass storage - Requires scbus and da
#device ums # Mouse
# USB Ethernet, requires mii
#device aue # ADMtek USB ethernet
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet
179
Chapter 9 Configuring the FreeBSD Kernel
For more information and additional devices supported by FreeBSD, see /usr/src/sys/i386/conf/LINT.
device acd0
This means that you should look for some entries that start with acd0 in the /dev directory, possibly followed by a
letter, such as c, or preceded by the letter r, which means a “raw” device. It turns out that those files are not there, so
you must change to the /dev directory and type:
# sh MAKEDEV acd0
When this script finishes, you will find that there are now acd0c and racd0c entries in /dev so you know that it
executed correctly.
For sound cards, the following command creates the appropriate entries:
# sh MAKEDEV snd0
Note: When creating device nodes for devices such as sound cards, if other people have access to your
machine, it may be desirable to protect the devices from outside access by adding them to the /etc/fbtab file.
See fbtab(5) for more information.
Follow this simple procedure for any other non-GENERIC devices which do not have entries.
Note: All SCSI controllers use the same set of /dev entries, so you do not need to create these. Also, network
cards and SLIP/PPP pseudo-devices do not have entries in /dev at all, so you do not have to worry about these
either.
180
Chapter 9 Configuring the FreeBSD Kernel
config fails:
If the config command fails when you give it your kernel description, you have probably made a simple error
somewhere. Fortunately, config will print the line number that it had trouble with, so you can quickly skip to it
with vi. For example, if you see:
config: line 17: syntax error
You can skip to the problem in vi by typing 17G in command mode. Make sure the keyword is typed correctly,
by comparing it to the GENERIC kernel or another reference.
make fails:
If the make command fails, it usually signals an error in your kernel description, but not severe enough for
config to catch it. Again, look over your configuration, and if you still cannot resolve the problem, send mail
to the FreeBSD general questions mailing list <freebsd-questions@[Link]> with your kernel
configuration, and it should be diagnosed very quickly.
Note: If you are having trouble building a kernel, make sure to keep a GENERIC, or some other kernel that is
known to work on hand as a different name that will not get erased on the next build. You cannot rely on
[Link] because when installing a new kernel, [Link] is overwritten with the last installed kernel
which may be non-functional. Also, as soon as possible, move the working kernel to the proper kernel
location or commands such as ps(1) will not work properly. The proper command to “unlock” the kernel file
that make installs (in order to move another kernel back permanently) is:
# chflags noschg /kernel
If you find you cannot do this, you are probably running at a securelevel(8) greater than zero. Edit
kern_securelevel in /etc/[Link] and set it to -1, then reboot. You can change it back to its previous
setting when you are happy with your new kernel.
And, if you want to “lock” your new kernel into place, or any file for that matter, so that it cannot be moved or
tampered with:
# chflags schg /kernel
181
Chapter 9 Configuring the FreeBSD Kernel
182
Chapter 10 Security
Much of this chapter has been taken from the security(7) manual page by Matthew Dillon.
10.1 Synopsis
This chapter will provide a basic introduction to system security concepts, some general good rules of thumb, and
some advanced topics under FreeBSD. A lot of the topics covered here can be applied to system and Internet security
in general as well. The Internet is no longer a “friendly” place in which everyone wants to be your kind neighbor.
Securing your system is imperative to protect your data, intellectual property, time, and much more from the hands of
hackers and the like.
FreeBSD provides an array of utilities and mechanisms to ensure the integrity and security of your system and
network.
After reading this chapter, you will know:
10.2 Introduction
Security is a function that begins and ends with the system administrator. While all BSD Unix multi-user systems
have some inherent security, the job of building and maintaining additional security mechanisms to keep those users
“honest” is probably one of the single largest undertakings of the sysadmin. Machines are only as secure as you make
them, and security concerns are ever competing with the human necessity for convenience. Unix systems, in general,
are capable of running a huge number of simultaneous processes and many of these processes operate as servers –
meaning that external entities can connect and talk to them. As yesterday’s mini-computers and mainframes become
today’s desktops, and as computers become networked and internetworked, security becomes an even bigger issue.
Security is best implemented through a layered “onion” approach. In a nutshell, what you want to do is to create as
many layers of security as are convenient and then carefully monitor the system for intrusions. You do not want to
overbuild your security or you will interfere with the detection side, and detection is one of the single most important
aspects of any security mechanism. For example, it makes little sense to set the schg flags (see chflags(1)) on every
183
Chapter 10 Security
system binary because while this may temporarily protect the binaries, it prevents an attacker who has broken in from
making an easily detectable change that may result in your security mechanisms not detecting the attacker at all.
System security also pertains to dealing with various forms of attack, including attacks that attempt to crash, or
otherwise make a system unusable, but do not attempt to compromise the root account (“break root”). Security
concerns can be split up into several categories:
184
Chapter 10 Security
The sections that follow will cover the methods of securing your FreeBSD system that were mentioned in the last
section of this chapter.