newhandbook - add new installer images
[ikiwiki.git] / docs / newhandbook / index.mdwn
1 ----
2
3
4
5 ## Preface 
6
7
8
9 ## Intended Audience 
10
11
12
13 The DragonFly newcomer will find that the first section of this book guides the user through the DragonFly 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 broad new concepts as they are introduced.
14
15
16
17 Once you have travelled this far, the second, far larger, section of the Handbook is a comprehensive reference to all manner of topics of interest to DragonFly 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.
18
19
20
21 For a list of additional sources of information, please see [Appendix B](bibliography.html).
22
23
24 <!-- Cut out of "Organization of This Book" -->
25
26
27
28 ## Conventions used in this book 
29
30
31
32 To provide a consistent and easy to read text, several conventions are followed throughout the book.
33
34
35
36 ### Typographic Conventions 
37
38
39
40 ***Italic***
41
42  :: An ***italic*** font is used for filenames, URLs, emphasized text, and the first usage of technical terms.
43
44
45
46 `Monospace`
47
48  :: 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.
49
50
51
52  **Bold** 
53
54  :: A  **bold**  font is used for applications, commands, and keys.
55
56
57
58 ### User Input 
59
60
61
62 Keys are shown in  **bold**  to stand out from other text. Key combinations that are meant to be typed simultaneously are shown with **+** between the keys, such as:
63
64
65
66  **Ctrl** + **Alt** + **Del** 
67
68
69
70 Meaning the user should type the  **Ctrl** ,  **Alt** ,and  **Del**  keys at the same time.
71
72
73
74 Keys that are meant to be typed in sequence will be separated with commas, for example:
75
76
77
78  **Ctrl** + **X** ,  **Ctrl** + **S** 
79
80
81
82 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.
83
84
85
86 ### Examples 
87
88
89
90 Examples starting with # indicate a command that must be invoked as the superuser in DragonFly. You can login as `root` to type the command, or login as your normal account and use [su(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=su&section1) to gain superuser privileges.
91
92
93
94     
95
96     # dd if=kern.flp of=/dev/fd0
97
98
99
100
101
102 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.
103
104
105
106     
107
108     % top
109
110
111
112
113
114 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.
115
116
117
118     
119
120     E:\> tools\fdimage floppies\kern.flp A:
121
122
123
124
125
126 ## Acknowledgments 
127
128
129
130 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.
131
132
133
134 The DragonFly Handbook was originally built from an edition of the FreeBSD Handbook. The FreeBSD Handbook was created by the collective hard work of hundreds of people, and the DragonFly Documentation Team appreciates all their labor.
135
136
137
138 ----
139
140
141
142
143
144
145 # I. Getting Started 
146
147
148
149 This part of the DragonFly Handbook is for users and administrators who are new to DragonFly. These chapters:
150
151
152
153
154 * Introduce you to DragonFly.
155
156
157 * Guide you through the installation process.
158
159
160 * Teach you UNIX® basics and fundamentals.
161
162
163 * Show you how to install the wealth of third party applications available for DragonFly.
164
165
166 * Introduce you to X, the UNIX windowing system, and detail how to configure a desktop environment that makes you more productive.
167
168
169
170 We have tried to keep the number of forward references in the text to a minimum so that you can read this section of the Handbook from front to back with the minimum page flipping required.
171
172
173
174
175
176 ----
177
178
179
180 ## Chapter 1 Introduction 
181
182 ***Restructured, reorganized, and parts rewritten by Jim Mock. ***
183
184
185
186 ## 1.1 Synopsis 
187
188
189
190 Thank you for your interest in DragonFly! The following chapter covers various aspects of the DragonFly Project, such as its history, goals, development model, and so on.
191
192
193
194 After reading this chapter, you will know:
195
196
197
198
199 * How DragonFly relates to other computer operating systems.
200
201
202 * The history of the DragonFly Project.
203
204
205 * The goals of the DragonFly Project.
206
207
208 * The basics of the DragonFly open-source development model.
209
210
211 * And of course: where the name ***DragonFly*** comes from.
212
213
214
215
216
217
218 ----
219
220
221
222 # 1.2 Welcome to DragonFly! 
223
224
225
226  DragonFly is a 4.4BSD-Lite based operating system for Intel (x86) and amd64 (x86_64). You can also read about [the history of DragonFly](history.html), or the [ current release](history.html#RELNOTES).
227
228
229
230 ## 1.2.1 What Can DragonFly Do? 
231
232
233
234 <!-- Cutout of "features". This is outdated bullshit -->
235
236
237
238  DragonFly is based on the 4.4BSD-Lite release from Computer Systems Research Group (CSRG) at the University of California at Berkeley, along with later development of FreeBSD by the FreeBSD Project. It carries on the distinguished tradition of BSD systems development. In addition to the fine work provided by CSRG, the DragonFly 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, DragonFly can offer them ***now***!
239
240
241
242
243  The applications to which DragonFly 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 DragonFly too! DragonFly also benefits significantly from 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.
244
245
246
247
248  Because the source code for DragonFly 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 DragonFly:
249
250
251
252 The robust TCP/IP networking built into DragonFly makes it an ideal platform for a variety of Internet services such as:
253
254 * FTP servers
255 * World Wide Web servers (standard or secure [SSL])
256 * Firewalls and NAT (***IP masquerading***) gateways
257 * Electronic Mail servers
258 * USENET News or Bulletin Board Systems
259 * And more...
260
261
262
263 With DragonFly, you can easily start out small with an inexpensive 386 class PC and upgrade all the way up to a quad-processor Xeon with RAID storage as your enterprise grows.
264
265
266
267 * ***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 DragonFly 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!
268
269
270 * ***Research:*** With source code for the entire system available, DragonFly is an excellent platform for research in operating systems as well as other branches of computer science. DragonFly'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.
271
272
273 * ***Networking:*** Need a new router? A name server (DNS)? A firewall to keep people out of your internal network? DragonFly can easily turn that unused older PC sitting in the corner into an advanced router with sophisticated packet-filtering capabilities.
274
275
276 * ***X Window workstation:*** DragonFly is a fine choice for an inexpensive X terminal solution, either using the freely available XFree86™ or X.org servers or one of the excellent commercial servers provided by [Xi Graphics](http://www.xig.com). Unlike an X terminal, DragonFly allows many applications to be run locally if desired, thus relieving the burden on a central server. DragonFly can even boot ***diskless***, making individual workstations even cheaper and easier to administer.
277
278
279 * ***Software Development:*** The basic DragonFly system comes with a full complement of development tools including the renowned GNU C/C++ compiler and debugger.
280
281  DragonFly is available via anonymous FTP or GIT. Please see [Appendix A](mirrors.html) for more information about obtaining DragonFly.
282
283
284
285
286 ----
287
288
289
290 # About the DragonFly Project 
291
292
293
294  The following section provides some background information on the project, including a brief history, project goals, and the development model of the project.
295
296
297 ## A Brief History of DragonFly 
298
299
300
301 Matthew Dillon, one of the developers for FreeBSD, was growing increasingly frustrated with the FreeBSD Project's direction for release 5. The FreeBSD 5 release had been delayed multiple times, and had performance problems compared to earlier releases of FreeBSD.  DragonFly was announced in June of 2003. The code base was taken from the 4.8 release of FreeBSD, which offered better performance and more complete features. Development has proceeded at a very quick rate since then, with Matt Dillon and a group of developers fixing longstanding BSD bugs and modernizing the new DragonFly system.
302
303
304
305 ## DragonFly Project Goals 
306
307 DragonFly is an effort to maintain the traditional BSD format -- lean, stable code -- along with modern features such as lightweight threads, a workable packaging system, and a revised VFS. Underpinning all this work is efficient support for multiple processors, something rare among open source systems. Because DragonFly is built on an existing very stable code base, it is possible to make these radical changes as part of an incremental process.
308
309
310
311 ## The DragonFly Development Model 
312
313 ***Written by Justin Sherrill. ***
314
315 DragonFly is developed by many people around the world. There is no qualification process; anyone may submit his or her code, documentation, or designs, for use in the Project. Here is a general description of the Project's organizational structure.
316
317
318 Source for DragonFly is kept in [git](http://www.git.org/) which is available with each DragonFly install. The primary [git repository](http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=summary) resides on a machine in California, USA. Documentation on obtaining the DragonFly source is available elsewhere in this book. The best way of getting changes made to the DragonFly source is to mail the [submit](http://www.dragonflybsd.org/mailinglists/) mailing list. Including desired source code changes (unified diff format is best) is the most useful format. A certain number of developers have access to commit changes to the DragonFly source, and can do so after review on that list. The DragonFly development model is loose; changes to the code are generally peer-reviewed and added when any objections have been corrected. There is no formal entry/rejection process, though final say on all code submissions goes to Matt Dillon, as originator of this project.
319
320
321
322 ## The Current DragonFly Release 
323
324 DragonFly is a freely available, full source 4.4BSD-Lite based release for almost all Intel and AMD based computer systems. It is based primarily on FreeBSD 4.8, and includes enhancements from U.C. Berkeley's CSRG group, NetBSD, OpenBSD, 386BSD, and the Free Software Foundation. A number of additional documents which you may find very helpful in the process of installing and using DragonFly may now also be found in the `/usr/share/doc` directory on any machine.
325
326
327
328 ## DragonFly Origin 
329
330
331 Matthew Dillon happened to take a picture of a dragonfly in his garden while trying to come up with a name for this new branch of BSD. Taking this as inspiration, "DragonFly" became the new name.
332
333
334
335
336
337
338 ----
339
340
341
342 ## Chapter 2 Installation from CD 
343
344 This document describes the installation of DragonFly BSD. This process uses a bootable DragonFly CD, usually referred to as a 'live CD'.  This CD is available at one of the current mirrors, which distribute the images by various protocols. The authorative list can be found at the [DragonFly website](http://www.dragonflybsd.org/download/).
345
346 <!-- XXX: add stuff about usb stick -->
347
348
349 ----
350
351
352
353 ## 2.1 First steps 
354
355
356
357 Upon booting, you see the following screen:
358
359 <img src="http://leaf.dragonflybsd.org/~alexh/images/2.png"/>
360 <!-- XXX: insert image 2.png -->
361
362
363 As you can see, it gives you the option of logging in as `root` to run the live CD and play around or logging in as `installer` to install DragonFly to your hard drive. 
364
365 Log in as `installer`. You will then see the following screen:
366
367 <img src="http://leaf.dragonflybsd.org/~alexh/images/3.png"/>
368 <!-- XXX: insert image 3.png -->
369
370
371
372 ## Set up Disk for Installation 
373
374 Note the warning to backup important data. Things can always go wrong and if, for example, you have another partition with important files, a mistype or other error might lose all the information on that partition. Assuming this is done, or that you aren't worried about other data on the machine, again, select install DragonFly BSD and you will be taken to the next screen:
375
376 <img src="http://leaf.dragonflybsd.org/~alexh/images/5.png"/>
377 <!-- XXX: insert image 5.png -->
378
379 If you have multiple disks installed, chose one where you want to install DragonFly.  We chose `ad0` here.
380
381 <img src="http://leaf.dragonflybsd.org/~alexh/images/6.png"/>
382 <!-- XXX: insert image 6.png -->
383
384 After selecting the disk we need to decide how much of the disk we want to use.  We choose to use the entire disk and see the next screen.  Now we can chose between the two file systems on DragonFly.  HAMMER is the brand-new file system with a big number of features like snapshots, history tracking, mirroring etc.  UFS is the old BSD file system.
385 <!-- XXX: mention stuf about UFS+HAMMER being the default setup, and why. -->
386
387 <img src="http://leaf.dragonflybsd.org/~alexh/images/8.png"/>
388 <!-- XXX: insert image 8.png -->
389
390 We select HAMMER and see now the following screen:
391
392 <img src="http://leaf.dragonflybsd.org/~alexh/images/9.png"/>
393 <!-- XXX: insert image 9.png -->
394
395 The screen (shown above) gives the default partition scheme for this drive. As the screen says, the * indicates that it will use remainder of the disk.  If you chose HAMMER as your file system there is no need to change the default settings.  One swap partition is created and the remaining space is assigned to the root partition.  The installer will automatically add sub-partitions (called Pseudo File Systems (PFS) in HAMMER) for /home, /usr, /var, /var/crash, /var/tmp and /tmp for you.  If you want to get more information about HAMMER, have a look in the man page.
396
397
398
399
400
401 ## Install to Disk 
402
403 The following steps show how DragonFly can be installed to your hard disk:
404
405 <img src="http://leaf.dragonflybsd.org/~alexh/images/10.png"/>
406 <!-- XXX: image 10.png -->
407
408 Depending on your hardware installing DragonFly will take some time. Once installation is complete, you are given an option to install bootblocks. Note that if you are installing bootblocks and the DragonFly installation is above the 1024th cylinder (approximately 8 gigs) accept the default of having packet mode selected:
409
410 <img src="http://leaf.dragonflybsd.org/~alexh/images/12.png"/>
411 <!-- XXX: image 12.png -->
412
413 Next, we are given an option to configure the system or reboot:
414
415 <img src="http://leaf.dragonflybsd.org/~alexh/images/13.png"/>
416 <!-- XXX: image 13.png -->
417
418
419
420
421
422 ## Set up your system 
423
424
425 The following menu of the installer allows you to configure your previously installed system.
426
427 <img src="http://leaf.dragonflybsd.org/~alexh/images/14.png"/>
428 <!-- XXX: image 14.png -->
429
430 This includes setting a password for your `root` account:
431
432 <img src="http://leaf.dragonflybsd.org/~alexh/images/15.png"/>
433 <!-- XXX: image 15.png -->
434
435 Be sure to select the correct keyboard map for your system, and configure a hostname.
436
437
438 ### Add a new user 
439
440 To perform your daily work, it is recommended to work as an unprivileged user.  Use the following screen to create such an account.  If you want to allow your user to use [su(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=su&section1), also add him to the `wheel` group:
441
442 <img src="http://leaf.dragonflybsd.org/~alexh/images/16.png"/>
443 <!-- XXX: image 16.png -->
444
445 ### Configure the Network 
446
447 The next screen allows you to setup your network.  The installed card seen here is an Intel Ethernet 1000 powered by [em(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=em&section4):
448
449 <img src="http://leaf.dragonflybsd.org/~alexh/images/17.png"/>
450 <!-- XXX: image 17.png -->
451
452 After finishing your configuration you can escape into a live shell or reboot the system into your installation.
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467 ## Chapter 3 UNIX Basics 
468
469 ***Rewritten by Chris Shumway. ***
470
471
472
473 ## 3.1 Synopsis 
474
475
476
477 The following chapter will cover the basic commands and functionality of the DragonFly 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 DragonFly, then you will definitely want to read through this chapter carefully.
478
479
480
481 After reading this chapter, you will know:
482
483
484
485
486 * How to use the ***virtual consoles*** of DragonFly.
487
488
489 * How UNIX file permissions work along with understanding file flags in DragonFly.
490
491
492 * The default DragonFly file system layout.
493
494
495 * The DragonFly disk organization.
496
497
498 * How to mount and unmount file systems.
499
500
501 * What processes, daemons, and signals are.
502
503
504 * What a shell is, and how to change your default login environment.
505
506
507 * How to use basic text editors.
508
509
510 * What devices and device nodes are.
511
512
513 * What binary format is used under DragonFly.
514
515
516 * How to read manual pages for more information.
517
518
519
520
521
522
523
524 CategoryHandbook
525
526 Category
527
528 ## Virtual Consoles and Terminals 
529
530
531 DragonFly can be used in various ways. One of them is typing commands to a text terminal. A lot of the flexibility and power of a UNIX® operating system is readily available at your hands when using DragonFly this way. This section describes what ***terminals*** and ***consoles*** are, and how you can use them in !DragonFly.
532
533 <!-- XXX: also mention vesa.ko and other modes for the vt, but maybe somewhere else -->
534
535 ### The Console 
536
537 If you have not configured DragonFly to automatically start a graphical environment during startup, the system will present you with a login prompt after it boots, right after the startup scripts finish running. You will see something similar to:
538
539
540     Additional ABI support:.
541     Starting cron.
542     Local package initialization:.
543     Additional TCP options:.
544     
545     Wed Feb 18 17:53:48 GMT 2009
546     
547     DragonFly/i386 (Amnesiac) (ttyv0)
548
549     login: 
550
551
552 The messages might be a bit different on your system, but you will see something similar. The last two lines are what we are interested in right now. The second last line reads:
553
554
555     DragonFly/i386 (Amnesiac) (ttyv0)
556
557
558 This line contains some bits of information about the system you have just booted. You are looking at a ***DragonFlyBSD*** console, running on an Intel or compatible processor of the x86 architecture[(1)](#FTN.AEN1036). The name of this machine (every UNIX machine has a name) is `Amnesiac`, and you are now looking at its system console--the `ttyv0` terminal. Finally, the last line is always:
559
560
561     login:
562
563
564 This is the part where you are supposed to type in your <i>username</i> to log into DragonFly. The next section describes how you can do this.
565
566
567 ### Logging into DragonFly 
568
569 DragonFly is a multiuser, multiprocessing system. This is the formal description that is usually given to a system that can be used by many different people, who simultaneously run a lot of programs on a single machine. Every multiuser system needs some way to distinguish one <i>user</i>from the rest. In !DragonFly (and all the UNIX-like operating systems), this is accomplished by requiring that every user must ***log into*** the system before being able to run programs. Every user has a unique name (the <i>username</i> and a personal, secret key (the <i>password</i>). DragonFly will ask for these two before allowing a user to run any programs.
570
571 Right after DragonFly boots and finishes running its startup scripts[(2)](#FTN.AEN1060), it will present you with a prompt and ask for a valid username: 
572
573     login:
574
575 For the sake of this example, let us assume that your username is `john`. Type `john` at this prompt and press  **Enter** . You should then be presented with a prompt to enter a <i>password</i>:
576     
577
578     login: john
579     Password:
580
581
582
583 Type in `john`'s password now, and press  **Enter** . The password is <i>not echoed!</i> You need not worry about this right now. Suffice it to say that it is done for security reasons. If you have typed your password correctly, you should by now be logged into DragonFly and ready to try out all the available commands. You should see the MOTD or message of the day followed by a command prompt (a `#`, `$`, or `%` character). This indicates you have successfully logged into DragonFly.
584
585 ### Multiple Consoles 
586
587 Running UNIX commands in one console is fine, but DragonFly can run many programs at once. Having one console where commands can be typed would be a bit of a waste when an operating system like DragonFly can run dozens of programs at the same time. This is where <i>virtual consoles</i> can be very helpful. DragonFly can be configured to present you with many different virtual consoles. You can switch from one of them to any other virtual console by pressing a couple of keys on your keyboard. Each console has its own different output channel, and DragonFly takes care of properly redirecting keyboard input and monitor output as you switch from one virtual console to the next.
588
589
590 Special key combinations have been reserved by DragonFly for switching consoles[(3)](#FTN.AEN1087). You can use  **Alt** - **F1** ,  **Alt** - **F2** , through  **Alt** - **F8**  to switch to a different virtual console in DragonFly. As you are switching from one console to the next, DragonFly takes care of saving and restoring the screen output. The result is an <i>illusion</i> of having multiple <i>virtual</i> screens and keyboards that you can use to type commands for DragonFly to run. The programs that you launch on one virtual console do not stop running when that console is not visible. They continue running when you have switched to a different virtual console.
591
592
593 ### The /etc/ttys File 
594
595 The default configuration of DragonFly will start up with eight virtual consoles. This is not a hardwired setting though, and you can easily customize your installation to boot with more or fewer virtual consoles. The number and settings of the virtual consoles are configured in the `/etc/ttys` file.
596
597
598 You can use the `/etc/ttys` file to configure the virtual consoles of DragonFly. Each uncommented line in this file (lines that do not start with a `#` character) contains settings for a single terminal or virtual console. The default version of this file that ships with DragonFly configures nine virtual consoles, and enables eight of them. They are the lines that start with `ttyv`:
599     
600
601     # name  getty                           type    status          comments
602     #
603     ttyv0   "/usr/libexec/getty Pc"         cons25  on  secure
604     # Virtual terminals
605     ttyv1   "/usr/libexec/getty Pc"         cons25  on  secure
606     ttyv2   "/usr/libexec/getty Pc"         cons25  on  secure
607     ttyv3   "/usr/libexec/getty Pc"         cons25  on  secure
608     ttyv4   "/usr/libexec/getty Pc"         cons25  on  secure
609     ttyv5   "/usr/libexec/getty Pc"         cons25  on  secure
610     ttyv6   "/usr/libexec/getty Pc"         cons25  on  secure
611     ttyv7   "/usr/libexec/getty Pc"         cons25  on  secure
612     ttyv8   "/usr/pkg/xorg/bin/xdm -nodaemon"  xterm   off secure
613
614
615 For a detailed description of every column in this file and all the options you can use to set things up for the virtual consoles, consult the [ttys(5)](http://leaf.dragonflybsd.org/cgi/web-man?command#ttys&section5) manual page.
616
617
618
619 ### Single User Mode Console 
620
621 A detailed description of what <i>single user mode</i> is can be found in [boot-init.html#BOOT-SINGLEUSER Section 7.5.2]. It is worth noting that there is only one console when you are running DragonFly in single user mode. There are no virtual consoles available. The settings of the single user mode console can also be found in the `/etc/ttys` file. Look for the line that starts with `console`:
622
623     
624
625     # name  getty                           type    status          comments
626     #
627     # If console is marked "insecure", then init will ask for the root password
628     # when going to single-user mode.
629     console none                            unknown off secure
630
631
632
633
634
635  **Note:** As the comments above the `console` line indicate, you can edit this line and change `secure` to `insecure`. If you do that, when DragonFly boots into single user mode, it will still ask for the `root` password. ***Be careful when changing this to insecure***. If you ever forget the `root` password, booting into single user mode is a bit involved. It is still possible, but it might be a bit hard for someone who is not very comfortable with the DragonFly booting process and the programs involved.
636
637
638
639 #### Notes 
640
641
642
643 [[!table  data="""
644 <tablestyle="width:100%">[ (1)](consoles.html#AEN1036) | This is what `i386` means. Note that even if you are not running DragonFly on an Intel 386 CPU, this is going to be `i386`. It is not the type of your processor, but the processor ***architecture*** that is shown here. 
645  [ (2)](consoles.html#AEN1060) | Startup scripts are programs that are run automatically by DragonFly when booting. Their main function is to set things up for everything else to run, and start any services that you have configured to run in the background doing useful things. 
646  [ (3)](consoles.html#AEN1087) | A fairly technical and accurate description of all the details of the DragonFly console and keyboard drivers can be found in the manual pages of [syscons(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=syscons&section4), [atkbd(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=atkbd&section=4), [vidcontrol(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=vidcontrol&section=1) and [kbdcontrol(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=kbdcontrol&section=1). We will not expand on the details here, but the interested reader can always consult the manual pages for a more detailed and thorough explanation of how things work. |
647
648 """]]
649
650
651
652
653
654 CategoryHandbook
655
656 CategoryHandbook-basics
657
658
659
660 ## Permissions 
661
662 DragonFly, being a direct descendant of BSD UNIX®, is based on several key UNIX concepts. The first and most pronounced is that DragonFly 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 fairly to each user.
663
664 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 three 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:
665
666
667
668 [[!table  data="""
669 |<tablestyle="width:100%"> Value | Permission | Directory Listing 
670 <tablestyle="width:100%"> 0 | No read, no write, no execute | `---` 
671  1 | No read, no write, execute | `--x` 
672  2 | No read, write, no execute | `-w-` 
673  3 | No read, write, execute | `-wx` 
674  4 | Read, no write, no execute | `r--` 
675  5 | Read, no write, execute | `r-x` 
676  6 | Read, write, no execute | `rw-` 
677  7 | Read, write, execute | `rwx` |
678
679 """]]
680
681 You can use the `-l` command line argument to [ls(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ls&section1) to view a long directory listing that includes a column with information about a file's permissions for the owner, group, and everyone else. For example, a `ls -l` in an arbitrary directory may show:
682
683
684
685     % ls -l
686     total 530
687     -rw-r--r--  1 root  wheel     512 Sep  5 12:31 myfile
688     -rw-r--r--  1 root  wheel     512 Sep  5 12:31 otherfile
689     -rw-r--r--  1 root  wheel    7680 Sep  5 12:31 email.txt
690     ...
691
692 Here is how the first column of `ls -l` is broken up:    
693
694     -rw-r--r--
695
696 <!-- XXX: Check all these http:// links to see if they are broken -->
697
698 The first (leftmost) character tells if this file is a regular file, a directory, a special character device, a socket, or any other special pseudo-file device. In this case, the `-` indicates a regular file. The next three characters, `rw-` in this example, give the permissions for the owner of the file. The next three characters, `r--`, give the permissions for the group that the file belongs to. The final three characters, `r--`, give 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.
699
700
701
702 This is all well and good, but how does the system control permissions on devices? DragonFly 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.
703
704
705
706 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 traversed into, that is, it is possible to ***cd*** (change directory) into it. This also means that within the directory it is possible to access files whose names are known (subject, of course, to the permissions on the files themselves).
707
708 In particular, in order to perform a directory listing, read permission must be set on the directory, whilst to delete a file that one knows the name of, it is necessary to have write ***and*** execute permissions to the directory containing the file. There are more permission bits, 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)](http://leaf.dragonflybsd.org/cgi/web-man?command=chmod&section1) manual page.
709
710
711
712 ### Symbolic Permissions 
713
714
715
716 ***Contributed by Tom Rhodes.***
717
718
719
720 Symbolic permissions, sometimes referred to as symbolic expressions, use characters in place of octal values to assign permissions to files or directories. Symbolic expressions use the syntax of (who) (action) (permissions), where the following values are available:
721
722
723
724 [[!table  data="""
725 <tablestyle="width:100%"> Option | Letter | Represents 
726 <tablestyle="width:100%"> (who) | u | User 
727  (who) | g | Group owner 
728  (who) | o | Other 
729  (who) | a | All (***world***) 
730  (action) | + | Adding permissions 
731  (action) | - | Removing permissions 
732  (action) | = | Explicitly set permissions 
733  (permissions) | r | Read 
734  (permissions) | w | Write 
735  (permissions) | x | Execute 
736  (permissions) | t | Sticky bit 
737  (permissions) | s | Set UID or GID |
738
739 """]]
740
741 These values are used with the [chmod(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=chmod&amp;section1) command just like before, but with letters. For an example, you could use the following command to block other users from accessing `FILE`:
742
743
744
745     
746
747     % chmod go=FILE
748
749
750
751
752
753 A comma separated list can be provided when more than one set of changes to a file must be made. For example the following command will remove the groups and ***world*** write permission on `FILE`, then it adds the execute permissions for everyone:
754
755
756
757     
758
759     % chmod go-w,a+x FILE
760
761
762
763
764
765 ### DragonFly File Flags 
766
767
768
769 ***Contributed by Tom Rhodes.***
770
771
772
773 In addition to file permissions discussed previously, DragonFly supports the use of ***file flags.*** These flags add an additional level of security and control over files, but not directories. These file flags add an additional level of control over files, helping to ensure that in some cases not even the `root` can remove or alter files.  File flags are altered by using the [chflags(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=chflags&amp;section1) utility, using a simple interface. For example, to enable the system undeletable flag on the file `file1`, issue the following command:
774
775
776
777     
778
779     # chflags sunlink file1
780
781
782
783
784
785 And to disable the system undeletable flag, simply issue the previous command with ***no*** in front of the `sunlink`. Observe:
786
787
788
789     
790
791     # chflags nosunlink file1
792
793
794
795
796
797 To view the flags of this file, use the [ls(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ls&amp;section1) with the `-lo` flags:
798
799
800
801     
802
803     # ls -lo file1
804
805
806
807
808
809 The output should look like the following:
810
811
812
813     
814
815     -rw-r--r--  1 trhodes  trhodes  sunlnk 0 Mar  1 05:54 file1
816
817
818
819
820
821 Several flags may only added or removed to files by the `root` user. In other cases, the file owner may set these flags. It is recommended an administrator read over the [chflags(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=chflags&section1) and [chflags(2)](http://leaf.dragonflybsd.org/cgi/web-man?command=chflags&section=2) manual pages for more information.
822
823
824
825
826 ## Directory Structure 
827
828
829
830 The DragonFly directory hierarchy is fundamental to obtaining an overall understanding of the system. The most important concept to grasp is that of the root directory, ***/***. This directory is the first one mounted at boot time and it contains the base system necessary to prepare the operating system for multi-user operation. The root directory also contains mount points for every other file system that you may want to mount.
831
832
833
834 A mount point is a directory where additional file systems can be grafted onto the root file system. This is further described in [ this Section](disk-organization.html). Standard mount points include `/usr`, `/var`, `/tmp`, `/mnt`, and `/cdrom`. These directories are usually referenced to entries in the file `/etc/fstab`. `/etc/fstab` is a table of various file systems and mount points for reference by the system. Most of the file systems in `/etc/fstab` are mounted automatically at boot time from the script [rc(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rc&section8) unless they contain the `noauto` option. Details can be found in [ this section](mount-unmount.html#DISKS-FSTAB).
835
836
837
838 A complete description of the file system hierarchy is available in [hier(7)](http://leaf.dragonflybsd.org/cgi/web-man?command=hier&section7). For now, a brief overview of the most common directories will suffice.
839
840
841
842 [[!table  data="""
843 <tablestyle="width:100%">Directory | Description 
844 <tablestyle="width:100%">  `/` | Root directory of the file system. 
845  `/bin/` | User utilities fundamental to both single-user and multi-user environments. 
846  `/boot/` | Programs and configuration files used during operating system bootstrap. 
847  `/boot/defaults/` | Default bootstrapping configuration files; see [loader.conf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=loader.conf&section5). 
848  `/dev/` | Device nodes; see [intro(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=intro&section4). 
849  `/etc/` | System configuration files and scripts. 
850  `/etc/defaults/` | Default system configuration files; see [rc(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rc&section8). 
851  `/etc/mail/` | Configuration files for mail transport agents such as [sendmail(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sendmail&section8). 
852  `/etc/namedb/` | `named` configuration files; see [named(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=named&section8). 
853  `/etc/periodic/` | Scripts that are run daily, weekly, and monthly, via [cron(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=cron&section8); see [periodic(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=periodic&section=8). 
854  `/etc/ppp/` | `ppp` configuration files; see [ppp(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=ppp&section8). 
855  `/mnt/` | Empty directory commonly used by system administrators as a temporary mount point. 
856  `/proc/` | Process file system; see [procfs(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=procfs&section5), [mount_procfs(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mount_procfs&section=8). 
857  `/root/` | Home directory for the `root` account. 
858  `/sbin/` | System programs and administration utilities fundamental to both single-user and multi-user environments. 
859  `/tmp/` | Temporary files. The contents of `/tmp` are usually NOT preserved across a system reboot. A memory-based file system is often mounted at `/tmp`. This can be automated with an entry in `/etc/fstab`; see [mfs(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mfs&section8). 
860  `/usr/` | The majority of user utilities and applications. 
861  `/usr/bin/` | Common utilities, programming tools, and applications. 
862  `/usr/include/` | Standard C include files. 
863  `/usr/lib/` | Archive libraries. 
864  `/usr/libdata/` | Miscellaneous utility data files. 
865  `/usr/libexec/` | System daemons &amp; system utilities (executed by other programs). 
866  `/usr/local/` | Local executables, libraries, etc. Within `/usr/local`, the general layout sketched out by [hier(7)](http://leaf.dragonflybsd.org/cgi/web-man?command=hier&section7) for `/usr` should be used. An exceptions is the man directory, which is directly under `/usr/local` rather than under `/usr/local/share`. 
867  `/usr/obj/` | Architecture-specific target tree produced by building the `/usr/src` tree. 
868  `/usr/pkg` | Used as the default destination for the files installed via the pkgsrc® tree or pkgsrc packages (optional). The configuration directory is tunable, but the default location is `/usr/pkg/etc`. 
869  `/usr/pkg/xorg/` | Xorg distribution executables, libraries, etc (optional). 
870  `/usr/pkgsrc` | The pkgsrc tree for installing packages (optional). 
871  `/usr/sbin/` | System daemons &amp; system utilities (executed by users). 
872  `/usr/share/` | Architecture-independent files. 
873  `/usr/src/` | BSD and/or local source files. 
874  `/var/` | Multi-purpose log, temporary, transient, and spool files. A memory-based file system is sometimes mounted at `/var`. This can be automated with an entry in `/etc/fstab`; see [mfs(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mfs&section8). 
875  `/var/log/` | Miscellaneous system log files. 
876  `/var/mail/` | User mailbox files. 
877  `/var/spool/` | Miscellaneous printer and mail system spooling directories. 
878  `/var/tmp/` | Temporary files. The files are usually preserved across a system reboot, unless `/var` is a memory-based file system. 
879  `/var/yp` | NIS maps. |
880
881 """]]
882
883
884
885
886 ## Disk Organization 
887
888
889
890 The smallest unit of organization that DragonFly uses to find files is the filename. Filenames are case-sensitive, which means that `readme.txt` and `README.TXT` are two separate files. DragonFly does not use the extension (`.txt`) of a file to determine whether the file is a program, or a document, or some other form of data.
891
892
893
894 Files are stored in directories.  A directory may contain no files, or it may contain many hundreds of files.  A directory can also contain other directories, allowing you to build up a hierarchy of directories within one another.  This makes it much easier to organize your data.
895
896
897
898 Files and directories are referenced by giving the file or directory name, followed by a forward slash, `/`, followed by any other directory names that are necessary.  If you have directory `foo`, which contains directory `bar`, which contains the file `readme.txt`, then the full name, or ***path*** to the file is `foo/bar/readme.txt`.
899
900
901
902 Directories and files are stored in a file system. Each file system contains exactly one directory at the very top level, called the ***root directory*** for that file system.  This root directory can then contain other directories.
903
904
905
906 So far this is probably similar to any other operating system you may have used.  There are a few differences; for example, MS-DOS® and Windows® use `\`.
907
908
909 DragonFly does not use drive letters, or other drive names in the path. You would not write `c:/foo/bar/readme.txt` on DragonFly.
910
911
912
913 Instead, one file system is designated the ***root file system***.  The root file system's root directory is referred to as `/`.  Every other file system is then ***mounted*** under the root file system. No matter how many disks you have on your DragonFly system, every directory appears to be part of the same disk.
914
915
916
917 Suppose you have three file systems, called `A`, `B`, and `C`. Each file system has one root directory, which contains two other directories, called `A1`, `A2` (and likewise `B1`, `B2` and `C1`, `C2`).
918
919
920
921 Call `A` the root file system. 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:
922
923
924 <!-- XXX: image -->
925
926
927
928 A file system must be mounted on to a directory in another file system. So now suppose that you mount file system `B` on to the directory `A1`.  The root directory of `B` replaces `A1`, and the directories in `B` appear accordingly:
929
930
931
932 <!-- XXX: image -->
933
934
935 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.
936
937
938
939 If `B` had been mounted on `A2` then the diagram would look like this:
940
941
942 <!-- XXX: image -->
943
944
945
946 and the paths would be `/A2/B1` and `/A2/B2` respectively.
947
948
949
950 File systems can be mounted on top of one another.  Continuing the last example, the `C` file system could be mounted on top of the `B1` directory in the `B` file system, leading to this arrangement:
951
952
953 <!-- XXX: image -->
954
955
956
957 Or `C` could be mounted directly on to the `A` file system, under the `A1` directory:
958
959
960 <!-- XXX: image -->
961
962
963
964 If you are familiar with MS-DOS, this is similar, although not identical, to the `join` command.
965
966
967
968
969
970 ### Choosing File System Layout 
971
972
973
974 This is not normally something you need to concern yourself with. Typically you create file systems when installing DragonFly and decide where to mount them, and then never change them unless you add a new disk.
975
976
977
978 It is entirely possible to have one large root file system, and not need to create any others. There are some drawbacks to this approach, and one advantage.
979
980
981
982  **Benefits of Multiple File Systems** 
983
984
985
986
987 * Different file systems can have different ***mount options***.  For example, with careful planning, the root file system can be mounted read-only, making it impossible for you to inadvertently delete or edit a critical file.  Separating user-writable file systems, such as `/home`, from other file systems also allows them to be mounted ***nosuid***; this option prevents the ***suid***/***guid*** bits on executables stored on the file system from taking effect, possibly improving security.
988
989
990 * The UFS file system automatically optimizes the layout of files, depending on how the file system is being used. So a file system that contains many small files that are written frequently will have a different optimization to one that contains fewer, larger files.  By having one big file system this optimization breaks down.
991
992
993 * DragonFly's file systems are very robust should you lose power.  However, a power loss at a critical point could still damage the structure of the file system.  By splitting your data over multiple file systems it is more likely that the system will still come up, making it easier for you to restore from backup as necessary. This a major reason to make the root file system of limited size, and with low write activity.
994
995
996
997  **Benefit of a Single File System** 
998
999
1000
1001
1002 * File systems are a fixed size. If you create a file system when you install DragonFly and give it a specific size, you may later discover that you need to make the partition bigger.  The [growfs(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=growfs&amp;section8) command makes it possible to increase the size of a UFS file system on the fly.
1003 <!-- XXX: what about hammer? -->
1004
1005
1006
1007
1008 ### Disk Slices, Partitions and local UNIX file systems 
1009
1010 Here we describe how disks are subdivided.
1011
1012 <!-- XXX: mention serno stuff -->
1013
1014 #### Slices 
1015
1016 A disk can be subdivided in slices.
1017
1018 Slices are named `s0`, `s1` and so on.
1019
1020 For example the disk `ad6` can contain the slice `ad6s3`.
1021
1022 DragonFly support two schemes for slices, MBR and GPT, either of them will manage all slices on a disk:
1023
1024
1025 * MBR: set up using [fdisk(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=fdisk&amp;section8), can be up to 2 TB in size.  MBR slices are numbered from 1; but if disk is ***dangerously dedicated*** it has slice number 0.
1026
1027
1028 * GPT: set up using [gpt(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=gpt&amp;section8), can be extremely large: size up to 8 billion TB.  DragonFly doesn't support booting from a GPT slice in DragonFly  2.0.  Note that GPT slices are numbered from 0. ***Dangerously dedicated*** is not supported nor needed for GPT.  DragonFly 2.1 does have some support for booting from a GPT slice, this is described in [gpt(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=gpt&amp;section=8).
1029
1030
1031
1032 #### Partitions 
1033
1034 Partitions are contained in slices.
1035
1036 Partitions are named `a`, `b` and so on.
1037
1038 DragonFly support 16 partitions per slice, that is `a` through `p`.
1039
1040 For example the partition `ad6s3a` is contained in the slice `ad6s3`.
1041
1042 Partition layout is defined in a label on the slice where the partition reside. DragonFly support two types of disk labels, disklabel32 and disklabel64 (the default):
1043
1044
1045 * [disklabel32(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel&amp;section8): 32 bit disk label which can use slices with size up to 2 TB.
1046
1047
1048 * [disklabel64(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel64&amp;section8): 64 bit disk label which can use very large slices: size up to 16 million TB.
1049
1050
1051 #### Local UNIX file systems 
1052
1053 File systems are contained in partitions.  Each partition can contain only one file system, which means that file systems often are described by either their typical mount point in the file system hierarchy, or the letter of the partition they are contained in.  ***Partition*** does not have the same meaning as the common usage of the term partition (for example, MS-DOS partition), because of DragonFly's UNIX® heritage.
1054
1055
1056
1057 DragonFly support two local UNIX file systems, UFS and HAMMER:
1058
1059
1060 * UFS: The classical BSD UNIX file system, see [ffs(5)](http://leaf.dragonflybsd.org/cgi/web-man?command#ffs&amp;section5), it supports size up to 2 TB.
1061
1062
1063 * [HAMMER(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=HAMMER&amp;section5): A new file system, as of DragonFly 2.0, with many advanced features.  HAMMER file system support size up to 1 million TB.
1064
1065
1066
1067 #### Typical disk layout 
1068
1069 From the above we see the following typical disk layout scenarios:
1070
1071
1072 * For booting DragonFly from a local file system UFS is recommended.  A BOOT+HAMMER setup is recommended for HAMMER use, this consists of a small UFS file system for booting, typically 512MB, and a HAMMER root file system.  The BOOT file system is mounted as /boot after boot.
1073
1074
1075 * For moderate storage requirements UFS can be used; it can be setup on any partition, e.g. on the same disk slice as the boot partition.  HAMMER is an alternative, with extra features supported, like history retention.  You should evaluate if HAMMER is suitable, see note below.
1076
1077
1078 * If really big storage capacity is needed UFS can't fit the need.  You should evaluate if HAMMER is suitable, see note below.  For this use HAMMER needs to be used on a GPT slice with  a [disklabel64(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel64&amp;section8) label.  In DragonFly 2.0 it has to be set up on a disk separate from the boot disk.  In  DragonFly 2.1 one disk can be used for both booting and HAMMER file system on GPT slice, as some support for booting from GPT is present, as described in [gpt(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=gpt&amp;section=8).
1079
1080
1081
1082
1083
1084 #### HAMMER Note 
1085
1086 [HAMMER(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=HAMMER&amp;section5)
1087
1088 is a rather new file system, under active development.
1089
1090 As of DragonFly 2.2.1 release HAMMER is considered production ready.  At 2.0 release it was considered to be in an early Beta state .
1091
1092 All major features except the mirroring are quite well tested as-of the 2.2.1 release.
1093
1094 You should evaluate if HAMMER is suitable for your needs.
1095 <!-- XXX: mention disk and memory requirements for efficient hammer use -->
1096
1097
1098 Examples of ongoing development includes:
1099
1100
1101 * Making HAMMER more self managing; e.g. ability to setup policy for which history to save for how long: e.g. make snapshot every hour and prune and reblock the file system regularly.  When snapshot gets older than 1 month only keep them for every 6 hours; when older than 3 months only keep snapshot for every 24 hours, when older than 3 years only keep snapshot per month.  For now you need to set up [cron(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=cron&amp;section8) jobs for this yourself, see [hammer(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=hammer&amp;section=8).
1102
1103
1104 * Multi master mirroring. For now only one mirror master is supported, but multiple mirror targets, called slaves, are already supported.
1105
1106
1107 * Support for shrinking existing HAMMER file systems.  The HAMMER design is prepared for this, utility just have to be written to support it.
1108 <!-- XXX: is this still accurate? Do we really want to mention it here? -->
1109
1110
1111 #### HAMMER Features 
1112
1113 [HAMMER(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=HAMMER&amp;section5) has several advanced features not found in UFS:
1114
1115
1116 * Large file systems:  Up to 1 million TB, also called 1 Exabyte is supported.
1117
1118
1119 * Multiple volumes:  A HAMMER file system can span up to 256 disks, each partition part of a HAMMER file system is called a volume.  Each volume can be up to 4096 TB in size.
1120
1121
1122 * Support for growing and shrinking existing HAMMER file systems: adding and removing volumes from the file system.  As of 2.4 release an existing HAMMER file system can be expanded by adding extra space, see the `expand` directive to [hammer(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=hammer&amp;section=8).  The HAMMER design is also prepared for removing volumes, utilities just have to be written to support it.
1123
1124
1125 * Instant crash recovery:  If a crash should occur, then HAMMER file systems will be ready a few seconds after boot, no lenghty fsck have to be run.
1126
1127
1128 * Full history retention:  All file system changes are saved every ~30 seconds.  Changes are written at least when sync() is called, see [syncer(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=syncer&amp;section4).  Every time data for files are written to disk a transaction is completed, this is assigned an ID and the file updated can after this be accessed with the contents from this moment.  To access the file with the state of this moment, the transaction ID, TID for brevity, just needs to be added to the file name, like: 'file@@<TID>'.  The TID can be saved from the 'snapshot', 'cleanup', or 'synctid' [hammer(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=hammer&amp;section=8) command or looked up with the 'hammer history file' command.  This history will typically grow over time, so any disk will fill up over time.  Two things are done so disks doesn't fill up: first: big disks are used, at least 50GB is typical for HAMMER file systems, and second: unused history information is deleted regularly. Here we need to define what unused means: a TID is used if a snapshot have been taken on it. Data assigned to unused history can be reclaimed using the `prune` and `reblock` [hammer(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=hammer&amp;section=8) commands, this will also defragment the file system and can be done while the file system is in normal operation.  Generally after file system is pruned only TIDs for the snapshots or newer than newest shapshot should be used, see explanation [here](http://leaf.dragonflybsd.org/mailarchive/bugs/2008-07/msg00213.html) (more info on HAMMER design [here](http://leaf.dragonflybsd.org/mailarchive/kernel/2008-07/msg00114.html)).  See also [hammer(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=hammer&amp;section=5). 
1129
1130
1131 * Mirroring:  A master file system can be mirrored online to a number of slave file systems.  Mirror targets are read-only, but does have history available.  History retension policy can even be different on slaves and master.  Mirroring can be over network and unreliable connections are handled gracefully.
1132
1133
1134 * Data integrity:  HAMMER has high focus in data integrity and implements a CRC checksum on all data, this means that if disk fails with bit errors it will be detected.
1135
1136
1137
1138 More info on HAMMER can be found [here](http://www.dragonflybsd.org/hammer/index.shtml).
1139
1140
1141
1142 DragonFly also uses disk space for ***swap space***.  Swap space provides DragonFly with ***virtual memory***.  This allows your computer to behave as though it has much more memory than it actually does.  When DragonFly runs low on 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.
1143
1144 <!-- XXX: mention swapcache, and also how to configure and use it (somewhere else, probably) -->
1145
1146
1147
1148 ### Adding a Disk 
1149
1150
1151
1152 Adding a disk is done by installing it physically, and to connect it to a disk controller that DragonFly supports.  If you are in doubt if controller is supported, manual pages for disk controllers can be consulted ('man -k disk' or 'man -k scsi' can be of help).  The easiest thing is normally to boot DargonFly with the controller installed and note if boot message contains the controller.
1153
1154
1155
1156 Assuming that disk `ad6` is installed, we could set it up using [fdisk(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=fdisk&amp;section8) and  disklabel(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel&amp;section8) or  [gpt(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=gpt&amp;section8) and 
1157 [disklabel64(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel64&amp;section8).
1158
1159 In this example we choose [gpt(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=gpt&amp;section=8) & [disklabel64(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel64&amp;section=8).
1160
1161
1162 <!-- XXX: mention that disklabel64 is default now -->
1163     
1164
1165     # gpt -v create ad6
1166
1167     ...
1168
1169     # gpt add -s1 ad6
1170
1171     ad6s0
1172
1173     # gpt add ad6
1174
1175     ad6s1
1176
1177     # gpt show ad6
1178
1179     ...
1180
1181
1182
1183
1184
1185 Here we first create the GPT and then add two slices.  In this example the first slice added is `ad6s0`, which is made a dummy slice of size 1 sector, this is just for not having to make further reference to it, as many users remembers that `s0` has special meaning, which really isn't true for GPT slices.  The second slice is `ad6s1` which will cover the rest of the disk.
1186
1187
1188
1189     
1190
1191     # disklabel64 -rw ad6s1 auto
1192
1193     # disklabel64 -e ad6s1          # edit label to add partitions as needed
1194
1195
1196
1197
1198
1199 ### disklabel 
1200 <!-- XXX: what is all this fuzz about dangerously dedicated? -->
1201
1202
1203 For [disklabel(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel&amp;section8) labels some partitions have certain conventions associated with them.
1204
1205
1206
1207 [[!table  data="""
1208 <tablestyle="width:100%"> Partition | Convention 
1209 <tablestyle="width:100%"> `a` | Normally contains the root file system 
1210  `b` | Normally contains swap space 
1211  `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 file system on this partition. This is not necessarily true; it is possible to use the 'c' partition as a normal partition.
1212  `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`. |
1213
1214 """]]
1215
1216 Each partition-that-contains-a-file-system is stored in what DragonFly calls a ***slice***.  Slice is DragonFly's term for what the common call partitions, and again, this is because of DragonFly's UNIX background.  Slices are numbered, starting at 1.
1217
1218
1219
1220 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 the first IDE disk. These devices are used by file systems that expect to occupy a slice.
1221
1222 <!-- XXX: gpt allows for way more than 4 partitions... let's remove this stuff above -->
1223
1224 ***Dangerously dedicated*** physical drives are accessed as slice 0.
1225
1226
1227
1228 Slices, ***dangerously dedicated*** physical drives, and other drives contain ***partitions***, which are represented as letters from `a` to `p`.  This letter is appended to the device name, so ***da0s0a*** 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.
1229
1230
1231
1232 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.  Disk numbering starts at 0. Common codes that you will see are listed in [Table 3-1](disk-organization.html#BASICS-DEV-CODES).
1233
1234 <!-- XXX: here would probably be the right place to talk about serno -->
1235
1236 When referring to a partition DragonFly 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 3-1](disk-organization.html#BASICS-DISK-SLICE-PART).
1237
1238 <!-- XXX: later talk also about devfs, definitely not here though. also, devfs rules -->
1239
1240 [Example 3-2](disk-organization.html#BASICS-CONCEPT-DISK-MODEL) shows a conceptual model of the disk layout that should help make things clearer.
1241
1242
1243
1244 In order to install DragonFly you must first configure the disk slices, then create partitions within the slice you will use for DragonFly, and then create a file system (or swap space) in each partition, and decide where that file system will be mounted.
1245
1246
1247
1248 ***'Table 3-1. Disk Device Codes***'
1249
1250
1251
1252 [[!table  data="""
1253 <tablestyle="width:100%"> Code | Meaning 
1254 <tablestyle="width:100%"> `ad` | ATAPI (IDE) disk 
1255  `da` | SCSI direct access disk 
1256  `acd` | ATAPI (IDE) CDROM 
1257  `cd` | SCSI CDROM 
1258  `vn` | Virtual disk
1259  `fd` | Floppy disk |
1260
1261 """]]
1262
1263 ***'Example 3-1. Sample Disk, Slice, and Partition Names***'
1264
1265
1266
1267 [[!table  data="""
1268 <tablestyle="width:100%"> Name | Meaning 
1269 <tablestyle="width:100%"> `ad0s1a` | The first partition (`a`) on the first slice (`s1`) on the first IDE disk (`ad0`). 
1270  `da1s2e` | The fifth partition (`e`) on the second slice (`s2`) on the second SCSI disk (`da1`). |
1271
1272 """]]
1273
1274 ***'Example 3-2. Conceptual Model of a Disk***'
1275
1276
1277
1278 This diagram shows DragonFly's view of the first IDE disk attached to the system. Assume that the disk is 4 GB in size, and contains two 2 GB slices (MS-DOS partitions).  The first slice contains a MS-DOS disk, `C:`, and the second slice contains a DragonFly installation. This example DragonFly installation has three partitions, and a swap partition.
1279
1280
1281
1282 The three partitions will each hold a file system. Partition `a` will be used for the root file system, `e` for the `/var` directory hierarchy, and `f` for the `/usr` directory hierarchy.
1283
1284
1285 <!-- XXX: image -->
1286
1287
1288
1289
1290
1291
1292 CategoryHandbook
1293
1294 CategoryHandbook-basics
1295
1296
1297
1298
1299
1300
1301
1302 ## Mounting and Unmounting File Systems 
1303
1304
1305
1306 The file system is best visualized as a tree, rooted at `/`.
1307
1308 The directories, e.g. `/dev` and `/usr`, in the root directory are branches,
1309
1310 which may have their own branches, such as `/usr/local`, and so on.
1311
1312
1313
1314 There are various reasons to house some of these directories on separate file systems. `/var` contains the directories `log/` and `spool/`, and various types of temporary files, and as such, may get filled up. Filling up the root file system is not a good idea, so splitting `/var` from `/` is often favorable.
1315
1316
1317
1318 Another common reason to contain certain directory trees on other file systems is if they are to be housed on separate physical disks, e.g. CD-ROM, or are used as separate virtual disks, such as [Network File System](network-nfs.html) exports.
1319
1320
1321
1322
1323
1324 ### The fstab File 
1325
1326
1327
1328 During the [boot process](boot.html), file systems listed in `/etc/fstab` are automatically mounted (unless they are listed with the `noauto` option).
1329
1330
1331
1332 The `/etc/fstab` file contains a list of lines of the following format:
1333   
1334
1335     device       mount-point   fstype     options      dumpfreq     passno
1336
1337 These parameters have the following meaning:
1338
1339 * `device`: A device name (which should exist), as explained [here](disks-naming.html).
1340
1341 * `mount-point`: A directory (which should exist), on which to mount the file system.
1342
1343 * `fstype`: The file system type to pass to [mount(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mount&section8). The default DragonFly file system is `ufs`.
1344
1345 * `options`: Either `rw` for read-write file systems, or `ro` for read-only file systems, followed by any other options that may be needed. A common option is `noauto` for file systems not normally mounted during the boot sequence. Other options are listed in the [mount(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mount&section8) manual page.
1346
1347 * `dumpfreq`: This is used by [dump(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=dump&section8) to determine which file systems require dumping. If the field is missing, a value of zero is assumed.
1348
1349 * `passno`: This determines the order in which file systems should be checked. File systems that should be skipped should have their `passno` set to zero. The root file system (which needs to be checked before everything else) should have its `passno` set to one, and other file systems' `passno` should be set to values greater than one. If more than one file systems have the same `passno` then [fsck(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=fsck&section8) will attempt to check file systems in parallel if possible.
1350
1351
1352 Consult the [fstab(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=fstab&section5) manual page for more information on the format of the `/etc/fstab` file and the options it contains.
1353
1354
1355
1356
1357
1358 ### The mount Command 
1359
1360
1361
1362 The [mount(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mount&section8) command is what is ultimately used to mount file systems.
1363
1364
1365
1366 In its most basic form, you use:
1367
1368
1369
1370     
1371
1372     # mount device mountpoint
1373
1374
1375
1376
1377
1378 Or, if `mountpoint` is specified in `/etc/fstab`, just:
1379
1380
1381
1382     
1383
1384     # mount mountpoint
1385
1386
1387
1388
1389
1390 There are plenty of options, as mentioned in the [mount(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mount&section8) manual page, but the most common are:
1391
1392
1393
1394  **Mount Options** 
1395
1396
1397
1398
1399 * `-a`: Mount all the file systems listed in `/etc/fstab`. Except those marked as `noauto`, excluded by the `-t` flag, or those that are already mounted.
1400
1401
1402 * `-d`: Do everything except for the actual mount system call. This option is useful in conjunction with the `-v` flag to determine what [mount(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mount&section8) is actually trying to do.
1403
1404
1405 * `-f`: Force the mount of an unclean file system (dangerous), or forces the revocation of write access when downgrading a file system's mount status from read-write to read-only.
1406
1407
1408 * `-r`: Mount the file system read-only. This is identical to using the `rdonly` argument to the `-o` option.
1409
1410
1411 * `-t` ***fstype***: Mount the given file system as the given file system type, or, if used with `-a` option, mount only file systems of the given type. `ufs` is the default file system type.
1412
1413
1414 * `-u`: Update mount options on the file system.
1415
1416
1417 * `-v`: Be verbose.
1418
1419
1420 * `-w`: Mount the file system read-write.
1421
1422
1423
1424 The `-o` option takes a comma-separated list of the options, including the following:
1425
1426
1427
1428
1429 * `nodev:` Do not interpret special devices on the file system. This is a useful security option.
1430
1431
1432 * `noexec`: Do not allow execution of binaries on this file system. This is also a useful security option.
1433
1434
1435 * `nosuid`: Do not interpret setuid or setgid flags on the file system. This is also a useful security option.
1436
1437
1438
1439 ### The umount Command 
1440
1441
1442
1443 The [umount(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=umount&section8) command takes, as a parameter, one of a mountpoint, a device name, or the `-a` or `-A` option.
1444
1445
1446
1447 All forms take `-f` to force unmounting, and `-v` for verbosity. Be warned that `-f` is not generally a good idea. Forcibly unmounting file systems might crash the computer or damage data on the file system.
1448
1449
1450
1451 `-a` and `-A` are used to unmount all mounted file systems, possibly modified by the file system types listed after `-t`. `-A`, however, does not attempt to unmount the root file system.
1452
1453
1454
1455
1456
1457
1458
1459 CategoryHandbook
1460
1461 CategoryHandbook-basics
1462
1463
1464
1465
1466
1467
1468 ## Processes 
1469
1470
1471
1472 DragonFly 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.
1473
1474 <!-- XXX: talk about LWPs and threads? -->
1475
1476 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(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section8). `init` is always the first process, so its PID is always 1. `init` is started automatically by the kernel when DragonFly starts.
1477
1478 Two commands are particularly useful to see the processes on the system, [ps(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ps&section1) and [top(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=top&section=1). The `ps` 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` command displays all the running processes, and updates the display every few seconds, so that you can interactively see what your computer is doing.
1479
1480
1481
1482 By default, `ps` only shows you the commands that are running and are owned by you. For example:
1483
1484
1485
1486     
1487
1488     % ps
1489
1490       PID  TT  STAT      TIME COMMAND
1491       298  p0  Ss     0:01.10 tcsh
1492      7078  p0  S      2:40.88 xemacs mdoc.xsl (xemacs-21.1.14)
1493     37393  p0  I      0:03.11 xemacs freebsd.dsl (xemacs-21.1.14)
1494     48630  p0  S      2:50.89 /usr/local/lib/netscape-linux/navigator-linux-4.77.bi
1495     48730  p0  IW     0:00.00 (dns helper) (navigator-linux-)
1496     72210  p0  R+     0:00.00 ps
1497       390  p1  Is     0:01.14 tcsh
1498      7059  p2  Is+    1:36.18 /usr/local/bin/mutt -y
1499      6688  p3  IWs    0:00.00 tcsh
1500     10735  p4  IWs    0:00.00 tcsh
1501     20256  p5  IWs    0:00.00 tcsh
1502       262  v0  IWs    0:00.00 -tcsh (tcsh)
1503       270  v0  IW+    0:00.00 /bin/sh /usr/X11R6/bin/startx -- -bpp 16
1504       280  v0  IW+    0:00.00 xinit /home/nik/.xinitrc -- -bpp 16
1505       284  v0  IW     0:00.00 /bin/sh /home/nik/.xinitrc
1506       285  v0  S      0:38.45 /usr/X11R6/bin/sawfish
1507
1508
1509
1510 As you can see in this example, the output from [ps(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ps&section1) is organized into a number of columns. `PID` is the process ID discussed earlier. PIDs are assigned starting from 1, go up to 99999, and wrap around back to the beginning when you run out. The `TT` column 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 usually not the elapsed time since you started the program, as most 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.
1511
1512
1513
1514 [ps(1)](http://leaf.dragonflybsd.org/cgi/web-man?command#ps&section1) 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)](http://leaf.dragonflybsd.org/cgi/web-man?command=ps&section=1) to display the full command line, rather than truncating it once it gets too long to fit on the screen.
1515
1516
1517
1518 The output from [top(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=top&section1) is similar. A sample session looks like this:
1519
1520
1521
1522     
1523
1524     % top
1525     last pid: 72257;  load averages:  0.13,  0.09,  0.03    up 0+13:38:33  22:39:10
1526     47 processes:  1 running, 46 sleeping
1527     CPU states: 12.6% user,  0.0% nice,  7.8% system,  0.0% interrupt, 79.7% idle
1528     Mem: 36M Active, 5256K Inact, 13M Wired, 6312K Cache, 15M Buf, 408K Free
1529     Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
1530     
1531
1532       PID USERNAME PRI NICE  SIZE    RES STATE    TIME   WCPU    CPU COMMAND
1533     72257 nik       28   0  1960K  1044K RUN      0:00 14.86%  1.42% top
1534      7078 nik        2   0 15280K 10960K select   2:54  0.88%  0.88% xemacs-21.1.14
1535       281 nik        2   0 18636K  7112K select   5:36  0.73%  0.73% XF86_SVGA
1536       296 nik        2   0  3240K  1644K select   0:12  0.05%  0.05% xterm
1537     48630 nik        2   0 29816K  9148K select   3:18  0.00%  0.00% navigator-linu
1538       175 root       2   0   924K   252K select   1:41  0.00%  0.00% syslogd
1539      7059 nik        2   0  7260K  4644K poll     1:38  0.00%  0.00% mutt
1540     ...
1541
1542 The output is split into 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.
1543
1544 Below that are a series of columns containing similar information to the output from [ps(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ps&section1). As before you can see the PID, the username, the amount of CPU time taken, and the command that was run. [top(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=top&section=1) also defaults to showing you the amount of memory space taken by the process. This is split into 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.
1545
1546
1547
1548 [top(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=top&section1) automatically updates this display every two seconds; this can be changed with the `s` option.
1549
1550
1551
1552
1553
1554 ## Daemons, Signals, and Killing Processes 
1555
1556
1557
1558 When you run an editor it is easy to control the editor, tell it to load files, and so on. You can do this because the editor provides facilities to do so, and because the editor is attached to a ***terminal***. Some programs are not designed to be run with continuous user input, and so they disconnect from the terminal at the first opportunity. For example, a web server spends all day responding to web requests, it normally does not need any input from you. Programs that transport email from site to site are another example of this class of application.
1559
1560
1561
1562 We call these programs ***daemons***. Daemons were characters in Greek mythology; neither good or evil, they were little attendant spirits that, by and large, did useful things for mankind. Much like the web servers and mail servers of today do useful things. This is why the mascot for a number of BSD-based operating systems has, for a long time, been a cheerful looking daemon with sneakers and a pitchfork.
1563
1564
1565
1566 There is a convention to name programs that normally run as daemons with a trailing ***d***.  **BIND**  is the Berkeley Internet Name Daemon (and the actual program that executes is called `named`), the  **Apache**  web server program is called `httpd`, the line printer spooling daemon is `lpd` and so on. This is a convention, not a hard and fast rule; for example, the main mail daemon for the  **Sendmail**  application is called `sendmail`, and not `maild`, as you might imagine.
1567
1568
1569
1570 Sometimes you will need to communicate with a daemon process. These communications are called ***signals***, and you can communicate with a daemon (or with any other running process) by sending it a signal. There are a number of different signals that you can send--some of them have a specific meaning, others are interpreted by the application, and the application's documentation will tell you how that application interprets signals. You can only send a signal to a process that you own. If you send a signal to someone else's process with [kill(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=kill&section=1) or [kill(2)](http://leaf.dragonflybsd.org/cgi/web-man?command=kill&section=2) permission will be denied. The exception to this is the `root` user, who can send signals to everyone's processes.
1571
1572
1573
1574 DragonFly will also send applications signals in some cases. If an application is badly written, and tries to access memory that it is not supposed to, DragonFly sends the process the ***Segmentation Violation*** signal (`SIGSEGV`). If an application has used the [alarm(3)](http://leaf.dragonflybsd.org/cgi/web-man?command=alarm&section=3) system call to be alerted after a period of time has elapsed then it will be sent the Alarm signal (`SIGALRM`), and so on.
1575
1576
1577
1578 Two signals can be used to stop a process, `SIGTERM` and `SIGKILL`. `SIGTERM` is the polite way to kill a process; the process can ***catch*** the signal, realize that you want it to shut down, close any log files it may have open, and generally finish whatever it is doing at the time before shutting down. In some cases a process may even ignore `SIGTERM` if it is in the middle of some task that can not be interrupted.
1579
1580
1581
1582 `SIGKILL` can not be ignored by a process. This is the ***I do not care what you are doing, stop right now*** signal. If you send `SIGKILL` to a process then DragonFly will stop that process there and then[(1)](#FTN.AEN2181).
1583
1584
1585
1586 The other signals you might want to use are `SIGHUP`, `SIGUSR1`, and `SIGUSR2`. These are general purpose signals, and different applications will do different things when they are sent.
1587
1588
1589
1590 Suppose that you have changed your web server's configuration file--you would like to tell the web server to re-read its configuration. You could stop and restart `httpd`, but this would result in a brief outage period on your web server, which may be undesirable. Most daemons are written to respond to the `SIGHUP` signal by re-reading their configuration file. So instead of killing and restarting `httpd` you would send it the `SIGHUP` signal. Because there is no standard way to respond to these signals, different daemons will have different behavior, so be sure and read the documentation for the daemon in question.
1591
1592
1593
1594 Signals are sent using the [kill(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=kill&section=1) command, as this example shows.
1595
1596
1597
1598  **Sending a Signal to a Process** 
1599
1600
1601
1602 This example shows how to send a signal to [inetd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=inetd&section=8). The `inetd` configuration file is `/etc/inetd.conf`, and `inetd` will re-read this configuration file when it is sent `SIGHUP`.
1603
1604
1605
1606   1. Find the process ID of the process you want to send the signal to. Do this using [ps(1)](http://leaf.dragonflybsd.org/cgi/web-man?command#ps&section=1) and [grep(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=grep&section=1). The [grep(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=grep&section=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)](http://leaf.dragonflybsd.org/cgi/web-man?command=inetd&section=8) is run as `root`, so the `ax` options must be given to [ps(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ps&section=1).
1607
1608       
1609
1610         % ps -ax | grep inetd
1611
1612         198  ??  IWs    0:00.00 inetd -wW
1613
1614   
1615
1616   So the [inetd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#inetd&section8) PID is 198. In some cases the `grep inetd` command might also occur in this output. This is because of the way [ps(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ps&section=1) has to find the list of running processes.
1617
1618   2. Use [kill(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=kill&section=1) to send the signal. Because [inetd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=inetd&section=8) is being run by `root` you must use [su(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=su&section=1) to become `root` first.
1619
1620       
1621
1622         % su
1623
1624         Password:
1625
1626         # /bin/kill -s HUP 198
1627
1628   
1629
1630   In common with most UNIX® commands, [kill(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=kill&section=1) will not print any output if it is successful. If you 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`.
1631
1632
1633
1634 **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.
1635
1636
1637
1638 Sending other signals is very similar, just substitute `TERM` or `KILL` in the command line as necessary.
1639
1640
1641
1642  **Important:** Killing random process on the system can be a bad idea. In particular, [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section=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)](http://leaf.dragonflybsd.org/cgi/web-man?command=kill&section=1) with ***before*** you press  **Return** .
1643
1644  
1645  
1646  
1647  
1648  
1649 ## Shells 
1650
1651
1652
1653 In DragonFly, 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 as file management, file globbing, command line editing, command macros, and environment variables. DragonFly comes with a set of shells, such as `sh`, the Bourne Shell, and `tcsh`, the improved C-shell. Many other shells are available from pkgsrc®, such as `zsh` and `bash`.
1654
1655
1656
1657 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.
1658
1659
1660
1661 One common feature in a shell is filename 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 `foo.bar`. You want to delete `foo.bar`. So what you would type on the keyboard is: `rm fo[ **Tab** ].[ **Tab** ]`.
1662
1663
1664
1665 The shell would print out `rm foo[BEEP].bar`.
1666
1667
1668
1669 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 `foo.bar` 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.
1670
1671
1672
1673 Another feature of the shell is the use of 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:
1674
1675
1676
1677 [[!table  data="""
1678 <tablestyle="width:100%"> Variable | Description 
1679 <tablestyle="width:100%"> `USER` | Current logged in user's name. 
1680  `PATH` | Colon separated list of directories to search for binaries. 
1681  `DISPLAY` | Network name of the X11 display to connect to, if available. 
1682  `SHELL` | The current shell. 
1683  `TERM` | The name of the user's terminal. Used to determine the capabilities of the terminal. 
1684  `TERMCAP` | Database entry of the terminal escape codes to perform various terminal functions. 
1685  `OSTYPE` | Type of operating system. e.g., DragonFly. 
1686  `MACHTYPE` | The CPU architecture that the system is running on. 
1687  `EDITOR` | The user's preferred text editor. 
1688  `PAGER` | The user's preferred text pager. 
1689  `MANPATH` | Colon separated list of directories to search for manual pages. |
1690
1691 """]]
1692
1693 Setting 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 environment variables. Under Bourne shells such as `sh` and `bash`, you would use `export` to 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/pkg/bin/emacs`:
1694     
1695
1696     % setenv EDITOR /usr/pkg/bin/emacs
1697
1698
1699 Under Bourne shells:
1700    
1701
1702     % export EDITOR="/usr/pkg/bin/emacs"
1703
1704
1705
1706 You can also make most shells expand the environment variable by placing a `$` character in front of it on the 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`.
1707
1708
1709
1710 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 filename globbing. 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.
1711
1712
1713
1714 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.
1715
1716
1717
1718
1719 ### Changing Your Shell 
1720
1721 <!-- XXX: does chsh still exist? chpass will do, too -->
1722
1723 The easiest way to change your shell is to use the `chsh` command. Running `chsh` will place you into the editor that is in your `EDITOR` environment variable; if it is not set, you will be placed in `vi`. Change the ***Shell:*** line accordingly.
1724
1725
1726 You can also give `chsh` the `-s` option; this will set your shell for you, without requiring you to enter an editor. For example, if you wanted to change your shell to `bash`, the following should do the trick:
1727
1728     
1729
1730     % chsh -s /usr/pkg/bin/bash
1731
1732
1733
1734
1735
1736  **Note:** The shell that you wish to use ***must*** be present in the `/etc/shells` file. If you have installed a shell from the [ pkgsrc tree ](pkgsrc.html), then this should have been done for you already. If you installed the shell by hand, you must do this.
1737
1738
1739
1740 For example, if you installed `bash` by hand and placed it into `/usr/local/bin`, you would want to:
1741
1742
1743
1744     
1745
1746     # echo "/usr/local/bin/bash" >> /etc/shells
1747
1748
1749
1750
1751
1752 Then rerun `chsh`.
1753
1754
1755
1756
1757
1758
1759 ## Text Editors 
1760
1761
1762
1763 A lot of configuration in DragonFly is done by editing text files. Because of this, it would be a good idea to become familiar with a text editor. DragonFly comes with a few as part of the base system, and many more are available in the pkgsrc® tree.
1764
1765 The easiest and simplest editor to learn is an editor called  **ee** , which stands for easy editor. To start  **ee** , one would type at the command line `ee filename` where `filename` is the name of the file to be edited. For example, to edit `/etc/rc.conf`, type in `ee /etc/rc.conf`. Once inside of `ee`, all of the commands for manipulating the editor's functions are listed at the top of the display. The caret `^` character represents the  **Ctrl**  key on the keyboard, so `^e` expands to the key combination  **Ctrl** + **e** . To leave  **ee** , hit the  **Esc**  key, then choose leave editor. The editor will prompt you to save any changes if the file has been modified.
1766
1767 DragonFly also comes with more powerful text editors such as  **vi**  as part of the base system, while other editors, like  **emacs**  and  **vim** , are part of the pkgsrc tree. 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.
1768
1769
1770
1771
1772 ## Devices and Device Nodes 
1773
1774 A device is a term used mostly for hardware-related activities in a system, including disks, printers, graphics cards, and keyboards. When DragonFly boots, the majority of what DragonFly displays are devices being detected. You can look through the boot messages again by viewing `/var/run/dmesg.boot`.
1775
1776 For example, `acd0` is the first IDE CDROM drive, while `kbd0` represents the keyboard.
1777
1778 Most of these devices in a UNIX® operating system must be accessed through special files called device nodes, which are located in the `/dev` directory.
1779
1780 The device nodes in the `/dev` directory are created and destroyed automatically on DragonFly >= 2.4, by means of the device file system (devfs).
1781
1782
1783
1784 ## Binary Formats 
1785
1786
1787
1788 To understand why DragonFly uses the [elf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=elf&amp;section=5) format, you must first know a little about the three currently ***dominant*** executable formats for UNIX®:
1789
1790
1791
1792
1793 * [a.out(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=a.out&amp;section=5)
1794
1795   The oldest and ***classic*** UNIX object format. It uses a short and compact header with a magic number at the beginning that is often used to characterize the format (see [a.out(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=a.out&amp;section=5) for more details). It contains three loaded segments: .text, .data, and .bss plus a symbol table and a string table.
1796
1797
1798 * <u>COFF</u>
1799
1800   The SVR3 object format. The header now comprises a section table, so you can have more than just .text, .data, and .bss sections.
1801
1802
1803 * [elf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=elf&amp;section=5)
1804
1805   The successor to COFF, featuring multiple sections and 32-bit or 64-bit possible values. One major drawback: ELF was also designed with the assumption that there would be only one ABI per system architecture. That assumption is actually quite incorrect, and not even in the commercial SYSV world (which has at least three ABIs: SVR4, Solaris, SCO) does it hold true. DragonFly tries to work around this problem somewhat by providing a utility for ***branding*** a known ELF executable with information about the ABI it is compliant with. See the manual page for [brandelf(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=brandelf&amp;section=1) for more information. DragonFly runs ELF.
1806
1807
1808
1809 So, why are there so many different formats? Back in the dim, dark past, there was simple hardware. This simple hardware supported a simple, small system. `a.out` was completely adequate for the job of representing binaries on this simple system (a PDP-11). As people ported UNIX from this simple system, they retained the `a.out` format because it was sufficient for the early ports of UNIX to architectures like the Motorola 68k, VAXen, etc.
1810
1811 Then some bright hardware engineer decided that if he could force software to do some sleazy tricks, then he would be able to shave a few gates off the design and allow his CPU core to run faster. While it was made to work with this new kind of hardware (known these days as RISC), `a.out` was ill-suited for this hardware, so many formats were developed to get to a better performance from this hardware than the limited, simple `a.out` format could offer. Things like COFF, ECOFF, and a few obscure others were invented and their limitations explored before things seemed to settle on ELF.
1812
1813 In addition, program sizes were getting huge and disks (and physical memory) were still relatively small so the concept of a shared library was born. The VM system also became more sophisticated. While each one of these advancements was done using the `a.out` format, its usefulness was stretched more and more with each new feature. In addition, people wanted to dynamically load things at run time, or to junk parts of their program after the init code had run to save in core memory and swap space. Languages became more sophisticated and people wanted code called before main automatically. Lots of hacks were done to the `a.out` format to allow all of these things to happen, and they basically worked for a time. In time, `a.out` was not up to handling all these problems without an ever increasing overhead in code and complexity. While ELF solved many of these problems, it would be painful to switch from the system that basically worked. So ELF had to wait until it was more painful to remain with `a.out` than it was to migrate to ELF.
1814
1815 ELF is more expressive than `a.out` and allows more extensibility in the base system. The ELF tools are better maintained, and offer cross compilation support, which is important to many people. ELF may be a little slower than `a.out`, but trying to measure it can be difficult. There are also numerous details that are different between the two in how they map pages, handle init code, etc. None of these are very important, but they are differences.
1816
1817
1818
1819 <!-- XXX: do we really need all this bullshit about file formats? -->
1820
1821
1822 ## For More Information 
1823
1824 ### Manual Pages 
1825
1826 The most comprehensive documentation on DragonFly is in the form of manual pages. Nearly every program on the system comes with a short reference manual explaining the basic operation and various arguments. These manuals can be viewed with the `man` command. Use of the `man` command is simple:
1827
1828     % man command
1829
1830 `command` is the name of the command you wish to learn about. For example, to learn more about `ls` command type:
1831
1832     % man ls
1833
1834 The online manual is divided up into numbered sections:
1835
1836
1837   1. User commands.
1838   1. System calls and error numbers.
1839   1. Functions in the C libraries.
1840   1. Device drivers.
1841   1. File formats.
1842   1. Games and other diversions.
1843   1. Miscellaneous information.
1844   1. System maintenance and operation commands.
1845   1. Kernel internals.
1846
1847
1848
1849 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:
1850     
1851
1852     % man 1 chmod
1853
1854
1855 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)](http://leaf.dragonflybsd.org/cgi/web-man?command=chmod&section=1) refers to the `chmod` user command and [chmod(2)](http://leaf.dragonflybsd.org/cgi/web-man?command=chmod&section=2) refers to the system call.
1856
1857 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:
1858
1859    
1860
1861     % man -k mail
1862
1863
1864 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.
1865
1866 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:    
1867
1868     % cd /usr/bin
1869     % man -f *
1870
1871 or
1872    
1873
1874     % cd /usr/bin
1875     % whatis *
1876
1877 which does the same thing.
1878
1879
1880
1881 ### GNU Info Files 
1882
1883 DragonFly includes many applications and utilities produced by the Free Software Foundation (FSF). In addition to manual pages, these programs come with more extensive hypertext documents called `info` files which can be viewed with the `info` command or, if you installed  **emacs** , the info mode of  **emacs** . To use the [info(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=info&section=1) command, simply type:
1884
1885
1886     % info
1887
1888 For a brief introduction, type `h`. For a quick command reference, type `?`.
1889
1890
1891
1892
1893
1894 ## Chapter 4 Installing Applications using NetBSD's pkgsrc framework 
1895
1896
1897 <!-- XXX: possibly also mention pkgin and other fancy stuff. Or at least pkg_radd if it's not mentioned already -->
1898
1899
1900
1901 ## Overview of Software Installation 
1902
1903 If you have used a UNIX® system before you will know that the typical procedure for installing third party software goes something like this:
1904
1905
1906   1. Download the software, which might be distributed in source code format, or as a binary.
1907
1908   1. Unpack the software from its distribution format (typically a tarball compressed with [compress(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=compress&section1), [gzip(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=gzip&section=1), or [bzip2(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=bzip2&section=1)).
1909
1910   1. Locate the documentation (perhaps an `INSTALL` or `README` file, or some files in a `doc/` subdirectory) and read up on how to install the software.
1911
1912   1. If the software was distributed in source format, compile it. This may involve editing a `Makefile`, or running a `configure` script, and other work.
1913
1914   1. Test and install the software.
1915
1916
1917 And that is only if everything goes well. If you are installing a software package that was not deliberately ported to DragonFly 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 DragonFly. However, DragonFly provides technology from NetBSD, which can save you a lot of effort: pkgsrc. At the time of writing, over 8,000 third party applications have been made available in this way.
1918
1919
1920 For any given application, the DragonFly Binary 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 DragonFly package management commands, such as [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_add&section1), [pkg_delete(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_delete&section=1), [pkg_info(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_info&section=1), and so on. Installing a new application can be carried out with a single command.
1921
1922
1923
1924 In addition the pkgsrc collection supplies a collection of files designed to automate the process of compiling an application from source code. Remember that there are a number of steps you would normally carry out if you compiled a program yourself (downloading, unpacking, patching, compiling, installing). The files that make up a pkgsrc source collection contain all the necessary information to allow the system to do this for you. You run a handful of simple commands and the source code for the application is automatically downloaded, extracted, patched, compiled, and installed for you. In fact, the pkgsrc source subsystem can also be used to generate packages which can later be manipulated with `pkg_add` and the other package management commands that will be introduced shortly.
1925
1926
1927 Pkgsrc understands ***dependencies***. Suppose you want to install an application that depends on a specific library being installed. Both the application and the library have been made available through the pkgsrc collection. If you use the `pkg_add` command or the pkgsrc subsystem to add the application, both will notice that the library has not been installed, and automatically install the library first. You might be wondering why pkgsrc® bothers with both. Binary packages and the source tree both have their own strengths, and which one you use will depend on your own preference.
1928
1929
1930
1931  **Binary Package Benefits** 
1932
1933
1934
1935
1936 * A compressed package tarball is typically smaller than the compressed tarball containing the source code for the application.
1937
1938
1939 * 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.
1940
1941
1942 * Packages do not require any understanding of the process involved in compiling software on DragonFly.
1943
1944
1945
1946 **Pkgsrc source Benefits** 
1947
1948
1949
1950
1951 * Binary packages are normally compiled with conservative options, because they have to run on the maximum number of systems. By installing from the source, you can tweak the compilation options to (for example) generate code that is specific to a Pentium IV or Athlon processor.
1952
1953
1954 * Some applications have compile time options relating to what they can and cannot do. For example, <i>Apache</i> can be configured with a wide variety of different built-in options. By building from the source 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, <i>vim</i> is available as a `vim` package and a `vim-gtk` package, depending on whether 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.
1955
1956
1957 * The licensing conditions of some software distributions forbid binary distribution. They must be distributed as source code.
1958
1959
1960 * Some people do not trust binary distributions. With source code, it is possible to check for any vulnerabilities built into the program before installing it to an otherwise secure system. Few people perform this much review, however.
1961
1962
1963 * If you have local patches, you will need the source in order to apply them.
1964
1965
1966 * 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.
1967
1968
1969
1970 To keep track of updated pkgsrc releases subscribe to the [NetBSD pkgsrc users mailing list](http://www.netbsd.org/MailingLists/pkgsrc-users) and the [NetBSD pkgsrc users mailing list](http://www.netbsd.org/MailingLists/tech-pkgsrc). It's also useful to watch the [DragonFly User related mailing list](http://leaf.dragonflybsd.org/mailarchive/) as errors with pkgsrc on DragonFly should be reported there.
1971
1972
1973
1974  **Warning:** Before installing any application, you should check http://www.pkgsrc.org/ for security issues related to your application.
1975
1976
1977
1978 Audit-packages will automatically check all installed applications for known vulnerabilities, a check will be also performed before any application build. Meanwhile, you can use the command `audit-packages -d` after you have installed some packages.
1979
1980
1981
1982
1983 ## Finding Your Application 
1984
1985
1986
1987 Before you can install any applications you need to know what you want, and what the application is called. DragonFly's list of available applications is growing all the time. Fortunately, there are a number of ways to find what you want:
1988
1989 Since DragonFly 1.11 [pkg_search(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_search&section1) is included in the base system.  [pkg_search(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_search&section=1) searches an already installed pkgsrc® INDEX for for a given package name.  If pkgsrc® is not installed or the INDEX file is missing, it fetches the [pkg_summary(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_summary&section=5) file.
1990
1991  **Example. Find a Package** 
1992
1993     # pkg_search fvwm
1994     fvwm-2.4.20nb1          Newer version of X11 Virtual window manager
1995     fvwm-2.5.24             Development version of X11 Virtual window manager
1996     fvwm-themes-0.6.2nb8    Configuration framework for fvwm2 with samples
1997     fvwm-wharf-1.0nb1       Copy of AfterStep's Wharf compatible with fvwm2
1998     fvwm1-1.24rnb1          Virtual window manager for X
1999
2000     
2001
2002     # pkg_search -v fvwm-2.5
2003     Name    : fvwm-2.5.24-50
2004     Dir     : wm/fvwm-devel                                     
2005     Desc    : Development version of X11 Virtual window manager 
2006     URL     : any                                               
2007     Deps    : perl>#5.0 gettext-lib>0.14.5 png>=1.2.4 libXext>=0.99.0 libX11>=1.1 libXau>=1.0 libXdmcp>=0.99 libX11>=0.99 libXft>=2.1.10 fontconfig>=2.2 freetype2>=2.1.8 
2008     freetype2>=2.1.3 expat>=1.95.7 expat>=1.95.4 freetype2>=2.1.10nb1 expat>=2.0.0nb1 fontconfig>=2.4.2 fontconfig>=2.1nb2 libXrender>=0.9.2 libXpm>=3.5.4.2 libXt>=1.0.0 
2009     libSM>=0.99.2 libICE>=0.99.1 png>=1.2.9nb2
2010
2011
2012 To get more verbose information about a package (dependencies, path in `/usr/pkgsrc`, Description) use the `-v` switch.
2013
2014 There is a pkgsrc® related web site that maintains an up-to-date searchable list of all the available applications, at [http://pkgsrc.se](http://pkgsrc.se). The packages and the corresponding source tree are divided into categories, and you may either search for an application by name (if you know it), or see all the applications available in a category.
2015
2016 ## Get the description of a package 
2017
2018 To get a more verbose description of the package use pkg_search's `-s` switch with the exact package name (e.g. as given by a normal query):
2019
2020     # pkg_search -s fvwm-2.5.24
2021     Fvwm is a very famous window manager for X, which provides a
2022     virtual/multiple disjoint desktop, a 3-D look for windows decorations,
2023     shaped/color icons. It gives a very good emulation of mwm. A nice
2024     button-bar can be used to provide convenient access to frequently used
2025     functions or programs.
2026
2027     This package is based on the unstable 2.5.x series of fvwm.  Do not
2028     use it unless comfortable running beta software.
2029
2030
2031  **Note:**  To use the `-s` switch you need a complete pkgsrc tree installed.
2032
2033
2034  
2035  ## Using the Binary Packages System 
2036
2037
2038
2039 ***DragonFly customizations contributed by Chern Lee and Adrian Nida. ***
2040
2041
2042
2043 ### Installing a Binary Package 
2044
2045 You can use the [pkg_add(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_add&section=1) utility to install a pkgsrc® software package from a local file or from a server on the network.
2046
2047 The [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd&section=1) tool conveniently fetches and installs the requested package from one of DragonFly's pkg servers without having to know the full URL to it.
2048
2049 <!-- XXX: put in pkg_radd example, it's more meaningful; also check the url below (ftp.pkgsrc-box.org) -->
2050
2051
2052 Binary package files are distributed in `.tgz` formats. You can find them at the default location ftp://ftp.pkgsrc-box.org/packages/, among other sites. The layout of the packages is similar to that of the `/usr/pkgsrc` tree. Each category has its own directory, and every package can be found within the `All` directory.
2053
2054
2055
2056 The directory structure of the binary package system matches the source tree layout; they work with each other to form the entire package system.
2057
2058 #### Using pkg_radd 
2059
2060 Since DragonFly 1.11 you can use [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd&section=1) to install binary packages without having to set `PACKAGESITE` or providing the complete URL.  [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd&section=1) will handle that for you:
2061
2062     
2063
2064     # pkg_radd host
2065     #
2066
2067
2068 ### Dealing with different package versions 
2069
2070 Due to the fact that the official packages are only build for the RELEASE-Version of DragonFly, it is possible that you see a warning when installing binary packages on a DEVELOPMENT-version of DragonFly.  The warning could look like this:
2071
2072     pkg_add: Warning: package `vim-gtk2-7.1.116.tgz' was built for a different version of the OS:
2073     pkg_add: DragonFly/i386 1.10.1 (pkg) vs. DragonFly/i386 1.11.0 (this host)
2074
2075 You can safely ignore this warning.  Normally all packages build for RELEASE run fine on DEVELOPMENT unless a major API-breakage was introduced.  In this case you would see a message from the developers on the appropriate mailing list.
2076
2077 ### Managing Packages 
2078
2079 [pkg_info(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_info&section=1) is a utility that lists and describes the various packages installed.
2080
2081
2082
2083     # pkg_info
2084     digest-20050731     Message digest wrapper utility
2085     screen-4.0.2nb4     Multi-screen window manager
2086     ...
2087
2088 [pkg_version(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_version&section=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.
2089
2090 ### Deleting a Package 
2091
2092 To remove a previously installed software package, use the [pkg_delete(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_delete&section=1) utility.
2093
2094
2095     # pkg_delete screen-4.0.3.tgz
2096
2097 ### Miscellaneous 
2098
2099 All package information is stored within the `/var/db/pkg` directory. The installed file list and descriptions of each package can be found within subdirectories of this directory.
2100
2101
2102
2103 ## Using the pkgsrc® Source Tree 
2104
2105 The following sections provide basic instructions on using the pkgsrc source tree to install or remove programs from your system.
2106
2107 ### Obtaining the pkgsrc Source Tree 
2108
2109 Before you can install pkgsrc® packages from source, you must first obtain the pkgsrc source tree--which is essentially a set of `Makefiles`, patches, and description files placed in `/usr/pkgsrc`.
2110
2111 #### CVS 
2112
2113 The primary method to obtain and keep your pkgsrc collection up to date is by using  **CVS**. This is a quick method for getting the pkgsrc collection using  **CVS** .
2114
2115 Run `cvs`:
2116
2117     # cd /usr
2118     # cvs -d anoncvs@anoncvs.us.netbsd.org:/cvsroot co pkgsrc
2119
2120  
2121 Running the following command later will download and apply all the recent changes to your source tree.
2122
2123     # cd /usr/pkgsrc
2124     # cvs up
2125
2126   
2127 #### The DragonFly Way 
2128
2129 <!-- XXX: mention our git repo of pkgsrc -->
2130
2131
2132 As of the 1.10 release, you can use the `/usr/Makefile` to checkout & update the pkgsrc tree quickly.
2133
2134 as root:
2135
2136
2137     # cd /usr
2138     # make pkgsrc-create
2139
2140 to checkout from git repository, or
2141
2142
2143     # cd /usr
2144     # make pkgsrc-update
2145
2146 to update. **NOTE**: If you use CVS instead of git please do edit the Makefile to use an appropriately speedy CVS mirror for your location and to reduce load on the main pkgsrc CVS server.
2147
2148 ### Installing Packages from Source
2149
2150 The first thing that should be explained when it comes to the source tree is what is actually meant by a ***skeleton***. In a nutshell, a source skeleton is a minimal set of files that tell your DragonFly system how to cleanly compile and install a program. Each source skeleton should include:
2151
2152 * A `Makefile`. The `Makefile` contains various statements that specify how the application should be compiled and where it should be installed on your system.
2153
2154
2155 * A `distinfo` file. This file contains information about the files that must be downloaded to build the port and their checksums, to verify that files have not been corrupted during the download using [md5(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=md5&section=1).
2156
2157
2158 * A `files` directory. This directory contains the application specific files that are needed for the programs appropriate run-time configuration.
2159
2160   This directory may also contain other files used to build the port.
2161
2162
2163 * A `patches` directory. This directory contains patches to make the program compile and install on your DragonFly system. Patches are basically small files that specify changes to particular files. They are in plain text format, and basically say <i>Remove line 10</i> or <i>Change line 26 to this ...</i>. Patches are also known as <i>diffs</i> because they are generated by the [diff(1)](http://leaf.dragonflybsd.org/cgi/web-man?command#diff&section1) program.
2164
2165
2166 * A `DESCR` file. This is a more detailed, often multiple-line, description of the program.
2167
2168
2169 * A `PLIST` file. This is a list of all the files that will be installed by the port. It also tells the pkgsrc system what files to remove upon deinstallation.
2170
2171
2172
2173 Some pkgsrc source skeletons have other files, such as `MESSAGE`. The pkgsrc system uses these files to handle special situations. If you want more details on these files, and on pkgsrc in general, check out [The pkgsrc guide](http://www.netbsd.org/Documentation/pkgsrc/), available at the [NetBSD website](http://www.netbsd.org/).
2174
2175
2176
2177 Now that you have enough background information to know what the pkgsrc source tree is used for, you are ready to install your first compiled package. There are two ways this can be done, and each is explained below. 
2178
2179 Another way to find a particular source tree is by using the pkgsrc collection's built-in search mechanism. To use the search feature, you will need to be in the `/usr/pkgsrc` directory. Once in that directory, run `bmake search key=program-name` where `program-name` is the name of the program you want to find. This searches packages names, comments, descriptions and dependencies and can be used to find packages which relate to a particular subject if you don't know the name of the program you are looking for. For example, if you were looking for `apache2`:
2180
2181
2182     # cd /usr/pkgsrc
2183     # bmake search key="apache2"
2184     Extracting complete dependency database.  This may take a while...
2185     ....................................................................................................
2186     100
2187     ....................................................................................................
2188     200
2189     <Snip />
2190     5800
2191     ....................................................................................................
2192     5900
2193     .................................................................................................Reading database file
2194     Flattening dependencies
2195     Flattening build dependencies
2196     Generating INDEX file
2197     Indexed 5999 packages
2198     <Snip />
2199     Pkg:    apache-2.2.6nb2
2200     Path:   www/apache22
2201     Info:   Apache HTTP (Web) server, version 2
2202     Maint:  tron@NetBSD.org
2203     Index:  www
2204     B-deps: perl>#5.0 apr-util>1.2.8 apr>=1.2.8 libtool-base>=1.5.22nb1 pkg-config>=0.19 expat>=1.95.7 gmake>=3.78 gettext-lib>=0.14.5 
2205     {gettext-tools>=0.14.5,gettext>=0.10.36<0.14.5} expat>=1.95.4 expat>=2.0.0nb1 apr-util>=1.2.8nb1
2206     R-deps: perl>#5.0 apr-util>1.2.8 apr>=1.2.8 expat>=1.95.7 expat>=1.95.4 expat>=2.0.0nb1 apr-util>=1.2.8nb1
2207     Arch:   any
2208
2209
2210 The part of the output you want to pay particular attention to is the <i>Path</i> line, since that tells you where to find the source tree for the requested application. The other information provided is not needed in order to install the package, so it will not be covered here.
2211
2212 The search string is case-insensitive. Searching for <i>APACHE</i> will yield the same results as searching for <i>apache</i>.
2213
2214
2215
2216  **Note:** It should be noted that <i>Extracting [the] complete dependency database</i> does indeed take a while.
2217
2218
2219
2220  **Note:** You must be logged in as `root` to install packages.
2221
2222
2223
2224 Now that you have found an application you would like to install, you are ready to do the actual installation. The source package includes instructions on how to build source code, but does not include the actual source code. You can get the source code from a CD-ROM or from the Internet. Source code is distributed in whatever manner the software author desires. Frequently this is a tarred and gzipped file, but it might be compressed with some other tool or even uncompressed. The program source code, whatever form it comes in, is called a ***distfile***. You can get the distfile from a CD-ROM or from the Internet.
2225
2226
2227
2228  **Warning:** Before installing any application, you should be sure to have an up-to-date source tree and you should check http://www.pkgsrc.org/ for security issues related to your port.
2229
2230
2231 A security vulnerabilities check can be automatically done by  **audit-packages**  before any new application installation. This tool can be found in the pkgsrc collection ([security/audit-packages](http://pkgsrc.se/security/audit-packages)). Consider running `auditpackages -d` before installing a new package, to fetch the current vulnerabilities database. A security audit and an update of the database will be performed during the daily security system check. For more informations read the audit-packages and [periodic(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#periodic&section8) manual pages.
2232
2233
2234
2235  **Note:** It should be noted that the current setup of DragonFly requires the use of `bmake` instead of `make`. This is because the current version of make on DragonFly does not support all the parameters that NetBSD's does.
2236
2237
2238
2239  **Note:** You can save an extra step by just running `bmake install` instead of `bmake` and `bmake install` as two separate steps.
2240
2241
2242
2243  **Note:** Some shells keep a cache of the commands that are available in the directories listed in the `PATH` environment variable, to speed up lookup operations for the executable file of these commands. If you are using one of these shells, you might have to use the `rehash` command after installing a package, before the newly installed commands can be used. This is true for both shells that are part of the base-system (such as `tcsh`) and shells that are available as packages (for instance, [shells/zsh](http://pkgsrc.se/shells/zsh)).
2244
2245 <!-- XXX: mention the stuff about the pkgsrc security audit thingie -->
2246
2247 #### Installing Packages from the Internet 
2248
2249
2250
2251 As with the last section, this section makes an assumption that you have a working Internet connection. If you do not, you will need to put a copy of the distfile into `/usr/pkgsrc/distfiles` manually. Installing a package from the Internet is done exactly the same way as it would be if you already had the distfile. The only difference between the two is that the distfile is downloaded from the Internet on demand.
2252
2253
2254 Here are the steps involved:
2255
2256
2257     # cd /usr/pkgsrc/chat/ircII
2258     # bmake install clean
2259     => ircii-20040820.tar.bz2 doesn't seem to exist on this system.
2260     => Attempting to fetch ircii-20040820.tar.bz2 from ftp://ircii.warped.com/pub/ircII/.
2261     => [559843 bytes]
2262     [FTP transfer snipped]
2263     150 Opening BINARY mode data connection for 'ircii-20040820.tar.bz2' (559843 bytes).
2264     100% |***************************************|   550 KB  110.34 KB/s   00:00 ETA
2265     226 Transfer complete.
2266     [FTP transfer snipped]
2267     221 Thank you for using the FTP service on bungi.sjc.warped.net.
2268     => Checksum SHA1 OK for ircii-20040820.tar.bz2.
2269     => Checksum RMD160 OK for ircii-20040820.tar.bz2.
2270     work -> /usr/obj/pkgsrc/chat/ircII/work
2271     ##=> Extracting for ircII-20040820
2272     #########################################################################=
2273     The supported build options for this package are:
2274
2275     socks4 socks5
2276
2277     You can select which build options to use by setting PKG_DEFAULT_OPTIONS
2278     or the following variable.  Its current value is shown:
2279
2280     
2281     PKG_OPTIONS.ircII (not defined)
2282
2283     #########################################################################=
2284     #########################################################################=
2285     The following variables will affect the build process of this package,
2286     ircII-20040820.  Their current value is shown below:
2287
2288     USE_INET6 = YES
2289
2290     You may want to abort the process now with CTRL-C and change their value
2291     before continuing.  Be sure to run `/usr/pkg/bin/bmake clean' after
2292     the changes.
2293     #########################################################################=
2294     ##=> Patching for ircII-20040820
2295     ##=> Applying pkgsrc patches for ircII-20040820
2296     ##=> Overriding tools for ircII-20040820
2297     ##=> Creating toolchain wrappers for ircII-20040820
2298     ##=> Configuring for ircII-20040820
2299     ...
2300     [configure output snipped]
2301     ...
2302     ##=>  Building for ircII-20040820
2303     ...
2304     [compilation output snipped]
2305     ...
2306     ##=>  Installing for ircII-20040820
2307     ...
2308     [installation output snipped]
2309     ...
2310     ##=> [Automatic manual page handling]
2311     ##=> Registering installation for ircII-20040820
2312     ##=> Cleaning for ircII-20040820
2313     #
2314
2315
2316
2317 <!-- XXX: mention /usr/pkg/etc/mk.conf for options, etc -->
2318
2319 As you can see, the only difference are the lines that tell you where the system is fetching the package's distfile from.
2320
2321
2322
2323 The pkgsrc system uses [ftp(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ftp&section=1) to download the files, which honors various environment variables, including `FTP_PASSIVE_MODE`, `FTP_PROXY`, and `FTP_PASSWORD`. You may need to set one or more of these if you are behind a firewall, or need to use an FTP/HTTP proxy. See [ftp(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ftp&section=1) for the complete list. 
2324
2325
2326
2327 For users which cannot be connected all the time, the `bmake fetch` option is provided. Just run this command at the top level directory (`/usr/pkgsrc`) and the required files will be downloaded for you. This command will also work in the lower level categories, for example: `/usr/pkgsrc/net`. Note that if a package depends on libraries or other packages this will ***not*** fetch the distfiles of those packages as well.
2328
2329
2330
2331  **Note:** You can build all the packages in a category or as a whole by running `bmake` in the top level directory, just like the aforementioned `bmake `fetch*** method. This is dangerous, however, as some applications cannot co-exist. In other cases, some packages can install two different files with the same filename.
2332
2333
2334
2335 In some rare cases, users may need to acquire the tarballs from a site other than the `MASTER_SITES` (the location where files are downloaded from). You can override the `MASTER_SORT`, `MASTER_SORT_REGEX` and `INET_COUNTRY` options either within the `/etc/mk.conf`.
2336
2337
2338
2339  **Note:** Some packages allow (or even require) you to provide build options which can enable/disable parts of the application which are unneeded, certain security options, and other customizations. A few which come to mind are [`www/mozilla`](http://pkgsrc.se/www/mozilla), [`security/gpgme`](http://pkgsrc.se/security/gpgme), and [`mail/sylpheed-claws`](http://pkgsrc.se/mail/sylpheed-claws). To find out what build options the application you are installing requires type:
2340
2341
2342
2343     
2344
2345     # bmake show-options
2346
2347
2348
2349
2350
2351  To change the build process, either change the values of PKG_DEFAULT_OPTIONS or PKG_OPTIONS.`***PackageName***` in `/etc/mk.conf` or on the commandline as so:
2352
2353
2354
2355     
2356
2357     # bmake PKG_OPTIONS.ircII="-ssl"
2358
2359
2360
2361
2362
2363  An option is enabled if listed. It is disabled if it is prefixed by a minus sign.
2364
2365
2366
2367 #### Dealing with imake 
2368
2369
2370
2371 Some applications that use `imake` (a part of the X Window 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 applications respect `PREFIX` is a difficult or impossible job.
2372
2373
2374
2375 ### Removing Installed Packages 
2376
2377
2378
2379 Now that you know how to install packages, you are probably wondering how to remove them, just in case you install one and later on decide that you installed the wrong program. We will remove our previous example (which was `ircII` for those of you not paying attention). As with installing packages, the first thing you must do is change to the package directory, `/usr/pkgsrc/chat/ircII`. After you change directories, you are ready to uninstall `ircII`. This is done with the `bmake deinstall` command:
2380
2381     
2382
2383     # cd /usr/pkgsrc/chat/ircII
2384     # make deinstall
2385     ##=>  Deinstalling for ircII-20040820
2386
2387
2388 That was easy enough. You have removed `ircII` from your system. If you would like to reinstall it, you can do so by running `bmake reinstall` from the `/usr/pkgsrc/chat/ircII` directory.
2389
2390
2391
2392 The `bmake deinstall` and `bmake reinstall` sequence does not work once you have run `bmake clean`. If you want to deinstall a package after cleaning, use [pkg_delete(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_delete&section=1) as discussed in the [pkgsrc-using.html Pkgsrc section of the Handbook].
2393
2394
2395
2396 ### Packages and Disk Space 
2397
2398
2399
2400 Using the pkgsrc collection can definitely eat up your disk space. For this reason you should always remember to clean up the work directories using `bmake clean`. This will remove the `work` directory after a package has been built, and installed. You can also remove the tar files from the `distfiles` directory, and remove the installed package when their use has delimited.
2401
2402
2403
2404 ### Upgrading Packages
2405
2406
2407  **Note:** Once you have updated your pkgsrc collection, before attempting a package upgrade, you should check the `/usr/pkgsrc/UPDATING` file. This file describes various issues and additional steps users may encounter and need to perform when updating a port.
2408
2409
2410
2411 Keeping your packages up to date can be a tedious job. For instance, to upgrade a package you would go to the package directory, build the package, deinstall the old package , install the new package, and then clean up after the build. Imagine doing that for five packages, tedious right? This was a large problem for system administrators to deal with, and now we have utilities which do this for us. For instance the `pkg_chk` utility will do everything for you!
2412
2413
2414
2415 pkg_chk requires a few steps in order to work correctly. They are listed here.
2416
2417     # pkg_chk -g # make initial list of installed packages
2418     # pkg_chk -r  # remove all packages that are not up to date and packages that depend on them
2419     # pkg_chk -a  # install all missing packages (use binary packages, this is the default
2420     # pkg_chk -as # install all missing packages (build from source)
2421
2422 The above process removes all packages at once and installs the missing packages one by one.This can cause longer disruption of services when the removed package has to wait a long time for its turn to get installed. "pkg_rolling-replace" replaces packages one by one and one can use it for a better way of package management. You can install "pkg_rolling-replace" by the following procedure.
2423
2424     # cd /usr/pkgsrc/pkgtools/pkg_rolling-replace/
2425     # bmake install
2426
2427 Once pkg_rolling-replace is installed you can update the packages through the following steps.
2428
2429     # cd /usr && make pkgsrc-update
2430     # pkg_rolling-replace -u
2431
2432 If some package like "bmake" does not get updated and throws an error during the above steps you can update it manually.
2433 Inside the packages directory (devel/bmake in this case)
2434
2435     # env USE_DESTDIR=full bmake package
2436     # bmake clean-depends clean
2437
2438 And Go to the packages directory and install the binary package with
2439
2440     # pkg_add -u <pkg_name> (i.e. the name of the .tgz file).
2441
2442 Also you can use "pkgin" to update software using binary packages just like apt or yum.
2443
2444     # cd /usr/pkgsrc/pkgtools/pkgin/
2445     # bmake install
2446
2447 Once "pkgin" is installed edit "/usr/pkg/etc/pkgin/repositories.conf" to contain the line ( for i386 packages ).
2448
2449     http://avalon.dragonflybsd.org/packages/i386/DragonFly-2.5/stable/All
2450
2451 Then you can run the following commands to get the packages updated.
2452
2453     # pkgin update
2454     # pkgin full-upgrade 
2455
2456     
2457     
2458     ## Post-installation Activities 
2459
2460
2461
2462 After installing a new application you will normally want to read any documentation it may have included, edit any configuration files that are required, ensure that the application starts at boot time (if it is a daemon), and so on.
2463
2464
2465
2466 The exact steps you need to take to configure each application will obviously be different. However, if you have just installed a new application and are wondering ***What now?*** these tips might help:
2467
2468
2469
2470
2471 Use [pkg_info(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_info&section=1) to find out which files were installed, and where. For example, if you have just installed Foo_Package version 1.0.0, then this command
2472
2473     # pkg_info -L foopackage-1.0.0 | less
2474
2475 will show all the files installed by the package. Pay special attention to files in `man/` directories, which will be manual pages, `etc/` directories, which will be configuration files, and `doc/`, which will be more comprehensive documentation. If you are not sure which version of the application was just installed, a command like this
2476
2477       
2478
2479     pkg_info | grep -i foopackage
2480
2481   
2482 will find all the installed packages that have <i>foopackage</i> in the package name. Replace <i>foopackage</i> in your command line as necessary.
2483
2484
2485 Once you have identified where the application's manual pages have been installed, review them using [man(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=man&section=1). Similarly, look over the sample configuration files, and any additional documentation that may have been provided.
2486
2487
2488 If the application has a web site, check it for additional documentation, frequently asked questions, and so forth. If you are not sure of the web site address it may be listed in the output from
2489
2490       
2491
2492     # pkg_info foopackage-1.0.0
2493
2494   
2495 A `WWW:` line, if present, should provide a URL for the application's web site.
2496
2497
2498 Packages that should start at boot (such as Internet servers) will usually install a sample script in `/usr/pkg/etc/rc.d`. You should review this script for correctness and edit or rename it if needed.
2499
2500
2501
2502
2503
2504
2505 ## Dealing with Broken Packages 
2506
2507
2508
2509 If you come across a package that does not work for you, there are a few things you can do, including:
2510
2511
2512
2513   1. Fix it! The [pkgsrc Guide](http://www.netbsd.org/Documentation/pkgsrc/) includes detailed information on the ***pkgsrc®*** infrastructure so that you can fix the occasional broken package or even submit your own!
2514
2515   1. Gripe--***by email only***! Send email to the maintainer of the package first. Type `bmake maintainer` or read the `Makefile` to find the maintainer's email address. Remember to include the name and version of the port (send the `$NetBSD:` 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 try [users](http://leaf.dragonflybsd.org/mailarchive/) .
2516
2517   1. Grab the package from an FTP site near you. The ***master*** package collection is on `packages.stura.uni-rostock.de` in the [All directory](ftp://packages.stura.uni-rostock.de/pkgsrc-current/DragonFly/RELEASE/i386/All/). These are more likely to work than trying to compile from source and are a lot faster as well. Use the [pkg_add(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_add&section=1) program to install the package on your system.
2518
2519
2520
2521
2522
2523
2524
2525 CategoryHandbook
2526
2527 CategoryHandbook-pkgsrc
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547 # The X Window System 
2548
2549
2550
2551 ***Updated for X.Org's X11 server by Ken Tom and Marc Fonvieille. Updated for DragonFly by Victor Balada Diaz.***
2552
2553
2554 ## Synopsis 
2555
2556 DragonFly uses X11 to provide users with a powerful graphical user interface. X11 is an open-source implementation of the X Window System that includes both  **X.org**  and  **XFree86™** . DragonFly default official flavor is  **X.org** , the X11 server developed by the X.Org Foundation. This chapter will cover the installation and configuration of X11 with emphasis on  **X.org** . For more information on the video hardware that X11 supports, check either the [X.org](http://www.x.org/) or [XFree86](http://www.XFree86.org/) web sites.
2557
2558
2559
2560 After reading this chapter, you will know:
2561
2562
2563
2564
2565 * The various components of the X Window System, and how they interoperate.
2566 * How to install and configure X11.
2567 * How to install and use different window managers.
2568 * How to use True***Type® fonts in X11.
2569 * How to set up your system for graphical logins ( **XDM** ).
2570
2571
2572
2573 Before reading this chapter, you should:
2574
2575 * Know how to install additional third-party software. Compare the pkgsrc chapter of the handbook.
2576
2577 **Note:** This chapter covers the installation and the configuration of both  **X.org**  and  **XFree86**  X11 servers. For the most part, configuration files, commands and syntaxes are identical. In the case where there are differences, both  **X.org**  and  **XFree86**  syntaxes will be shown.
2578
2579
2580
2581
2582
2583
2584 # Understanding X 
2585
2586 ## The Window Manager 
2587
2588
2589
2590 The X design philosophy is much like the UNIX design philosophy, ***tools, not policy***. This means that X does not try to dictate how a task is to be accomplished. Instead, tools are provided to the user, and it is the user's responsibility to decide how to use those tools. This philosophy extends to X not dictating what windows should look like on screen, how to move them around with the mouse, what keystrokes should be used to move between windows (i.e.,  **Alt** + **Tab** , in the case of Microsoft Windows), what the title bars on each window should look like, whether or not they have close buttons on them, and so on.
2591
2592
2593
2594 Instead, X delegates this responsibility to an application called a ***Window Manager***. There are dozens of window managers available for X: ***'After***Step***',  **Blackbox** ,  **ctwm** ,  **Enlightenment** ,  **fvwm** ,  **Sawfish** ,  **twm** ,  **Window Maker** , and more. Each of these window managers provides a different look and feel; some of them support ***virtual desktops***; some of them allow customized keystrokes to manage the desktop; some have a ***Start*** button or similar device; some are ***themeable***, allowing a complete change of look-and-feel by applying a new theme. These window managers, and many more, are available in the `x11-wm` category of the Ports Collection.
2595
2596
2597
2598 In addition, the  **KDE**  and  **GNOME**  desktop environments both have their own window managers which integrate with the desktop. Each window manager also has a different configuration mechanism; some expect configuration file written by hand, others feature GUI tools for most of the configuration tasks; at least one ( **Sawfish** ) has a configuration file written in a dialect of the Lisp language.
2599
2600
2601
2602
2603
2604 # Installing X1
2605
2606 **X.org**  or  **XFree86™**  may be installed on DragonFly. DragonFly doesn't force a default implementation, but recommends  **X.org** .  **X.org**  is the X server of the open source X Window System implementation released by the X.Org Foundation and is based on the code of  **XFree86 4.4RC2**  and !X11R6.6.  **X.org**  is currently available in the DragonFly pkgsrc framework.
2607
2608 To build and install  **X.org**  from the pkgsrc framework:
2609     # echo "X11_TYPE=modular" >> /etc/mk.conf
2610
2611
2612 Now 5 different packages need to be built and installed:
2613
2614     # cd /usr/pkgsrc/x11/modular-xorg-server
2615     # bmake install clean
2616     # cd /usr/pkgsrc/meta-pkgs/modular-xorg-drivers
2617     # bmake install clean
2618     # cd /usr/pkgsrc/meta-pkgs/modular-xorg-fonts
2619     # bmake install clean
2620     # cd /usr/pkgsrc/meta-pkgs/modular-xorg-libs
2621     # bmake install clean
2622     # cd /usr/pkgsrc/meta-pkgs/modular-xorg-apps
2623     # bmake install clean
2624
2625
2626
2627 Alternatively, X11 can be installed directly from packages. Binary packages to use with [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd&section=1) tool are also available for X11.So to fetch and install the package of  **X.org**, type:
2628   
2629
2630     # pkg_radd modular-xorg-server
2631     # pkg_radd modular-xorg-drivers
2632     # pkg_radd modular-xorg-libs
2633     # pkg_radd modular-xorg-apps
2634     # pkg_radd modular-xorg-fonts
2635
2636
2637 **Note:** The examples above will install the complete X11 distribution including the server, drivers, fonts etc. Separate packages and ports of X11 are also available.
2638
2639
2640
2641
2642 ----
2643
2644
2645
2646 ## 5.4 X11 Configuration 
2647
2648
2649
2650           ***Contributed by Christopher Shumway. ***
2651
2652
2653
2654 ### 5.4.1 Before Starting 
2655
2656
2657
2658 Before configuration of X11 the following information about the target system is needed:
2659
2660
2661
2662
2663 * Monitor specifications
2664
2665
2666 * Video Adapter chipset
2667
2668
2669 * Video Adapter memory
2670
2671
2672
2673 The specifications for the monitor are used by X11 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.
2674
2675
2676
2677 The video adapter's chipset defines what driver module X11 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.
2678
2679
2680
2681 Video memory on the graphic adapter determines the resolution and color depth which the system can run at. This is important to know so the user knows the limitations of the system.
2682
2683
2684
2685 ### 5.4.2 Configuring X11 
2686
2687
2688
2689 As of version 7.3, Xorg can often work without any configuration file by simply typing at prompt:
2690
2691     
2692
2693     % startx
2694
2695
2696
2697
2698 If this does not work, or if the default configuration is not acceptable, then X11 must be configured manually. Configuration of X11 is a multi-step process. The first step is to build an initial configuration file. As the super user, simply run:
2699
2700    
2701
2702     # Xorg -configure
2703
2704
2705 This will generate an X11 configuration skeleton file in the `/root` directory called `xorg.conf.new` (whether you [su(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=su&amp;section=1) or do a direct login affects the inherited supervisor `$HOME` directory variable). The X11 program will attempt to probe the graphics hardware on the system and write a configuration file to load the proper drivers for the detected hardware on the target system.
2706
2707
2708
2709 The next step is to test the existing configuration to verify that  **X.org**  can work with the graphics hardware on the target system. To perform this task, type:
2710
2711    
2712
2713     # Xorg -config xorg.conf.new
2714
2715
2716 If a black and grey grid and an X mouse cursor appear, the configuration was successful. To exit the test, just press  **Ctrl** + **Alt** + **Backspace**  simultaneously.
2717
2718
2719
2720 **Note:** If the mouse does not work, you will need to first configure it before proceeding. This can usually be achieved by just using `/dev/sysmouse` as the input device in the config file and enabling `moused`:
2721
2722         # rcenable moused
2723
2724
2725
2726 Next, tune the `xorg.conf.new` configuration file to taste. Open the file in a text editor such as [vi(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=vi&section=1) or [ee(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ee&amp;section=1). First, 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 `xorg.conf.new` file under the `"Monitor"` section:
2727
2728     
2729
2730     Section "Monitor"
2731             Identifier   "Monitor0"
2732             VendorName   "Monitor Vendor"
2733             ModelName    "Monitor Model"
2734             HorizSync    30-107
2735             VertRefresh  48-120
2736     EndSection
2737
2738
2739
2740 The `HorizSync` and `VertRefresh` keywords may be missing in the configuration file. If they are, 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 were entered.
2741
2742
2743
2744 X allows DPMS (Energy Star) features to be used with capable monitors. The [xset(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=xset&section=1) program controls the time-outs and can force standby, suspend, or off modes. If you wish to enable DPMS features for your monitor, you must add the following line to the monitor section:
2745
2746             Option       "DPMS"
2747
2748
2749
2750 While the `xorg.conf.new` configuration file is still open in an editor, select the default resolution and color depth desired. This is defined in the `"Screen"` section:
2751
2752
2753
2754     
2755
2756     Section "Screen"
2757             Identifier "Screen0"
2758             Device     "Card0"
2759             Monitor    "Monitor0"
2760             DefaultDepth 24
2761             SubSection "Display"
2762                     Viewport  0 0
2763                     Depth     24
2764                     Modes     "1024x768"
2765             EndSubSection
2766     EndSection
2767
2768
2769 The `DefaultDepth` keyword describes the color depth to run at by default. This can be overridden with the `-depth` command line switch to [Xorg(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=xorg&section=1). The `Modes` keyword describes the resolution to run at for the given color depth. Note that only VESA standard modes are supported as defined by the target system's graphics hardware. In the example above, the default color depth is twenty-four bits per pixel. At this color depth, the accepted resolution is 1024 by 768 pixels.
2770
2771
2772 Finally, write the configuration file and test it using the test mode given above.
2773
2774
2775 **Note:** One of the tools available to assist you during troubleshooting process are the X11 log files, which contain information on each device that the X11 server attaches to.  **X.org**  log file names are in the format of `/var/log/Xorg.0.log`. The exact name of the log can vary from `Xorg.0.log` to `Xorg.8.log` and so forth.
2776
2777
2778
2779 If all is well, the configuration file needs to be installed in a common location where [Xorg(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=xorg&section=1) can find it. This is typically `/etc/X11/xorg.conf` or `/usr/pkg/xorg/lib/X11/xorg.conf`.
2780
2781
2782
2783     # cp xorg.conf.new /etc/X11/xorg.conf
2784
2785
2786
2787 The X11 configuration process is now complete. You can start  **X.org**  with [startx(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=startx&section=1). The X11 server may also be started with the use of [xdm(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=xdm&section=1).
2788
2789
2790 **Note:** There is also a graphical configuration tool, [xorgcfg(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=xorgcfg&section=1), that comes with the X11 distribution. It allows you to interactively define your configuration by choosing the appropriate drivers and settings. This program can be invoked from the console, by typing the command `xorgcfg -textmode`. For more details, refer to the [xorgcfg(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=xorgcfg&section=1) manual page.
2791
2792
2793 Alternatively, there is also a tool called [xorgconfig(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=xorgconfig&section=1), this program is a console utility that is less user friendly, but it may work in situations where the other tools do not.
2794
2795
2796
2797 ### 5.4.3 Advanced Configuration Topics 
2798
2799
2800
2801 #### 5.4.3.1 Configuration with Intel® i810 Graphics Chipsets 
2802
2803
2804
2805 Configuration with Intel® i810 integrated chipsets requires the `agpgart` AGP programming interface for X11 to drive the card. See the [agp(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=agp&amp;section=4) driver manual page for more information.
2806
2807
2808 This will allow configuration of the hardware as any other graphics board. Note on systems without the [agp(4)](http://leaf.dragonflybsd.org/cgi/web-man?command#agp&section4) driver compiled in the kernel, trying to load the module with [kldload(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=kldload&section=8) will not work. This driver has to be in the kernel at boot time through being compiled in or using `/boot/loader.conf`.
2809
2810
2811 **Note:** 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 X11 configuration file:
2812
2813               Option "NoDDC"
2814
2815
2816
2817
2818
2819 ----
2820
2821
2822
2823
2824
2825
2826 # 5.5 Using Fonts in X11 
2827 <!-- XXX: do we really need this? -->
2828
2829
2830  ***Contributed by Murray Stokely. ***
2831
2832
2833
2834 ## 5.5.1 Type1 Fonts 
2835
2836
2837
2838  The default fonts that ship with X11 are less than ideal for typical desktop publishing applications. Large presentation fonts show up jagged and unprofessional looking, and small fonts in  **Netscape®**  are almost completely unintelligible. However, there are several free, high quality Type1 (Post***Script®) fonts available which can be readily used with X11. For instance, the Freefonts collection (['fonts/freefonts'](http://pkgsrc.se/fonts/freefonts)) includes a lot of fonts, but most of them are intended for use in graphics software such as the  **Gimp** , and are not complete enough to serve as screen fonts. In addition, X11 can be configured to use True***Type® fonts with a minimum of effort. For more details on this, see the [X(7)](http://leaf.dragonflybsd.org/cgi/web-man?command=X&section=7) manual page or the [ section on TrueType fonts](x-fonts.html#TRUETYPE).
2839
2840
2841
2842  To install the Freefonts font collection from the pkgsrc framework, run the following commands:
2843
2844
2845
2846      
2847
2848     # cd /usr/pkgsrc/fonts/freefonts
2849
2850     # bmake install clean
2851
2852
2853
2854
2855
2856  And likewise with the other collections. To have the X server detect these fonts, add an appropriate line to the X server configuration file in `/etc/X11/xorg.conf`, which reads:
2857
2858
2859
2860      
2861
2862     FontPath "/usr/pkg/lib/X11/fonts/freefont/"
2863
2864
2865
2866
2867
2868  Alternatively, at the command line in the X session run:
2869
2870
2871
2872      
2873
2874     % xset fp+ /usr/pkg/lib/X11/fonts/freefont/
2875
2876     % xset fp rehash
2877
2878
2879
2880
2881
2882  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 `/usr/pkg/xorg/etc/fonts/local.conf` file: see the section on [ anti-aliasing](x-fonts.html#ANTIALIAS).
2883
2884
2885
2886 ## 5.5.2 TrueType® Fonts 
2887
2888
2889
2890   **X.org**  has built in support for rendering True***Type fonts. There are two different modules that can enable this functionality. The freetype module is used in this example because it is more consistent with the other font rendering back-ends. To enable the freetype module just add the following line to the `"Module"` section of the `/etc/X11/xorg.conf` file.
2891
2892
2893
2894      
2895
2896     Load  "freetype"
2897
2898
2899
2900
2901
2902  Now make a directory for the True***Type fonts (for example, `/usr/pkg/xorg/lib/X11/fonts/TrueType`) and copy all of the True***Type fonts into this directory. Keep in mind that True***Type fonts cannot be directly taken from a Macintosh®; they must be in UNIX®/MS-DOS®/Windows® format for use by X11. Once the files have been copied into this directory, use  **ttmkfdir**  to create a `fonts.dir` file, so that the X font renderer knows that these new files have been installed. 'ttmkfdir' is available from the pkgsrc framework as [`fonts/ttmkfdir2`](http://pkgsrc.se/fonts/ttmkfdir2).
2903
2904
2905
2906      
2907
2908     # cd /usr/pkg/xorg/lib/X11/fonts/TrueType
2909
2910     # ttmkfdir -o fonts.dir
2911
2912
2913
2914
2915
2916  Now add the True***Type directory to the font path. This is just the same as described above for [ Type1](x-fonts.html#TYPE1) fonts, that is, use
2917
2918
2919
2920     
2921
2922     % xset fp+ /usr/pkg/xorg/lib/X11/fonts/TrueType
2923
2924     % xset fp rehash
2925
2926
2927
2928
2929
2930  or add a `FontPath` line to the `xorg.conf` file.
2931
2932
2933
2934  That's it. Now  **Netscape** ,  **Gimp** , ***'Star***Office™***', and all of the other X applications should now recognize the installed True***Type fonts. Extremely small fonts (as with text in a high resolution display on a web page) and extremely large fonts (within  **Star`Office** ) will look much better now.
2935
2936
2937
2938 ## 5.5.3 Anti-Aliased Fonts 
2939
2940
2941
2942  ***Updated by Joe Marcus Clarke. ***
2943
2944
2945
2946  Anti-aliasing has been available in X11 since  **XFree86**  4.0.2. However, font configuration was cumbersome before the introduction of  **XFree86**  4.3.0. Beginning with  **XFree86**  4.3.0, all fonts in X11 that are found in `/usr/pkg/xorg/lib/X11/fonts/` and `~/.fonts/` are automatically made available for anti-aliasing to Xft-aware applications. Not all applications are Xft-aware, but many have received Xft support. Examples of Xft-aware applications include Qt 2.3 and higher (the toolkit for the  **KDE**  desktop), GTK+ 2.0 and higher (the toolkit for the  **GNOME**  desktop), and  **Mozilla**  1.2 and higher.
2947
2948
2949
2950  In order to control which fonts are anti-aliased, or to configure anti-aliasing properties, create (or edit, if it already exists) the file `/usr/pkg/xorg/lib/etc/fonts/local.conf`. Several advanced features of the Xft font system can be tuned using this file; this section describes only some simple possibilities. For more details, please see [fonts-conf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=fonts-conf&section=5).
2951
2952
2953
2954  This file must be in XML format. Pay careful attention to case, and make sure all tags are properly closed. The file begins with the usual XML header  followed by a DOCTYPE definition, and then the `<fontconfig>` tag:
2955
2956
2957
2958      
2959
2960           <?xml version="1.0"?>;
2961
2962           <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
2963
2964           <fontconfig>
2965
2966
2967
2968
2969
2970  As previously stated, all fonts in `/usr/pkg/xorg/lib/X11/fonts/` as well as `~/.fonts/` are already made available to Xft-aware applications. If you wish to add another directory outside of these two directory trees, add a line similar to the following to `/usr/pkg/lib/etc/fonts/local.conf`:
2971
2972
2973
2974      
2975
2976     <dir>/path/to/my/fonts</dir>;
2977
2978
2979
2980
2981
2982  After adding new fonts, and especially new font directories, you should run the following command to rebuild the font caches:
2983
2984
2985
2986      
2987
2988     # fc-cache -f
2989
2990
2991
2992
2993
2994  Anti-aliasing 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 font sizes smaller than 14 point from anti-aliasing, include these lines:
2995
2996
2997
2998      
2999
3000             <match target="font">
3001
3002                 <test name#"size" compare"less">
3003
3004                     <double>14</double>
3005
3006                 </test>
3007
3008                 <edit name#"antialias" mode"assign">
3009
3010                     <bool>false</bool>
3011
3012                 </edit>
3013
3014             </match>
3015
3016             <match target="font">
3017
3018                 <test name#"pixelsize" compare"less" qual="any">
3019
3020                     <double>14</double>
3021
3022                 </test>
3023
3024                 <edit mode#"assign" name"antialias">
3025
3026                     <bool>false</bool>
3027
3028                 </edit>
3029
3030             </match>
3031
3032
3033
3034
3035
3036  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:
3037
3038
3039
3040      
3041
3042            <match target#"pattern" name"family">
3043
3044                <test qual#"any" name"family">
3045
3046                    <string>fixed</string>
3047
3048                </test>
3049
3050                <edit name#"family" mode"assign">
3051
3052                    <string>mono</string>
3053
3054                </edit>
3055
3056             </match>
3057
3058             <match target#"pattern" name"family">
3059
3060                 <test qual#"any" name"family">
3061
3062                     <string>console</string>
3063
3064                 </test>
3065
3066                 <edit name#"family" mode"assign">
3067
3068                     <string>mono</string>
3069
3070                 </edit>
3071
3072             </match>
3073
3074
3075
3076
3077
3078  (this aliases the other common names for fixed fonts as `"mono"`), and then add:
3079
3080
3081
3082      
3083
3084              <match target#"pattern" name"family">
3085
3086                  <test qual#"any" name"family">
3087
3088                      <string>mono</string>
3089
3090                  </test>
3091
3092                  <edit name#"spacing" mode"assign">
3093
3094                      <int>100</int>
3095
3096                  </edit>
3097
3098              </match>
3099
3100
3101
3102
3103
3104  Certain fonts, such as Helvetica, may have a problem when anti-aliased. Usually this manifests itself as a font that seems cut in half vertically. At worst, it may cause applications such as  **Mozilla**  to crash. To avoid this, consider adding the following to `local.conf`:
3105
3106
3107
3108      
3109
3110              <match target#"pattern" name"family">
3111
3112                  <test qual#"any" name"family">
3113
3114                      <string>Helvetica</string>
3115
3116                  </test>
3117
3118                  <edit name#"family" mode"assign">
3119
3120                      <string>sans-serif</string>
3121
3122                  </edit>
3123
3124              </match>
3125
3126
3127
3128
3129
3130  Once you have finished editing `local.conf` make sure you end the file with the `</fontconfig>` tag. Not doing this will cause your changes to be ignored.
3131
3132
3133
3134  The default font set that comes with X11 is not very desirable when it comes to anti-aliasing. A much better set of default fonts can be found in the ['fonts/vera-ttf'](http://pkgsrc.se/fonts/vera-ttf) port. This port will install a `/usr/pkg/lib/etc/fonts/local.conf` file if one does not exist already. If the file does exist, the port will create a `/usr/pkg/lib/etc/fonts/local.conf-vera ` file. Merge the contents of this file into `/usr/pkg/lib/etc/fonts/local.conf`, and the Bitstream fonts will automatically replace the default X11 Serif, Sans Serif, and Monospaced fonts.
3135
3136
3137
3138  Finally, users can add their own settings via their personal `.fonts.conf` files. To do this, each user should simply create a `~/.fonts.conf`. This file must also be in XML format.
3139
3140
3141
3142  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 `local.conf` file:
3143
3144
3145
3146      
3147
3148              <match target="font">
3149
3150                  <test qual#"all" name"rgba">
3151
3152                      <const>unknown</const>
3153
3154                  </test>
3155
3156                  <edit name#"rgba" mode"assign">
3157
3158                      <const>rgb</const>
3159
3160                  </edit>
3161
3162              </match>
3163
3164
3165
3166
3167
3168    **Note:** Depending on the sort of display, `rgb` may need to be changed to `bgr`, `vrgb` or `vbgr`: experiment and see which works best.
3169
3170
3171
3172
3173
3174  Anti-aliasing should be enabled the next time the X server is started. However, programs must know how to take advantage of it. At present, the Qt toolkit does, so the entire  **KDE**  environment can use anti-aliased fonts. GTK+ and  **GNOME**  can also be made to use anti-aliasing via the "Font" capplet (see [x11-wm.html#X11-WM-GNOME-ANTIALIAS Section 5.7.1.3] for details). By default,  **Mozilla**  1.2 and greater will automatically use anti-aliasing. To disable this, rebuild  **Mozilla**  with the `-DWITHOUT_XFT` flag.
3175
3176
3177 ----
3178
3179
3180
3181 # 5.6 The X Display Manager 
3182
3183  ***Contributed by Seth Kingsley.***
3184
3185
3186
3187 ## 5.6.1 Overview 
3188
3189
3190
3191  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.
3192
3193
3194
3195  Think of  **XDM**  as providing the same functionality to the user as the [getty(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=getty&section=8) utility (see [ Section 17.3.2](term.html#TERM-CONFIG) 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.
3196
3197
3198
3199 ## 5.6.2 Using XDM 
3200
3201
3202
3203  The  **XDM**  daemon program is located in `/usr/pkg/xorg/bin/xdm`. This program can be run at any time as `root` and it will start managing the X display on the local machine. If  **XDM**  is to be run every time the machine boots up, a convenient way to do this is by adding an entry to `/etc/ttys`. For more information about the format and usage of this file, see [ Section 17.3.2.1](term.html#TERM-ETCTTYS). There is a line in the default `/etc/ttys` file for running the  **XDM**  daemon on a virtual terminal:
3204
3205
3206
3207      
3208
3209     ttyv8   "/usr/pkg/xorg/bin/xdm -nodaemon"  xterm   off secure
3210
3211
3212
3213
3214
3215  By default this entry is disabled; in order to enable it change field 5 from `off` to `on` and restart [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section=8) using the directions in [ Section 17.3.2.2](term.html#TERM-HUP). 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.
3216
3217
3218
3219 ## 5.6.3 Configuring XDM 
3220
3221
3222
3223  The  **XDM**  configuration directory is located in `/var/lib/xdm`. The sample configuration files are in `/usr/pkg/share/examples/xorg/xdm/`, in this directory there are several files used to change the behavior and appearance of  **XDM** . Typically these files will be found:
3224
3225
3226 [[!table  data="""
3227 <tablestyle="width:100%">  **File**  |  **Description**
3228 <tablestyle="width:100%"> `Xaccess` | Client authorization ruleset.
3229 `Xresources` | Default X resource values.
3230 `Xservers` | List of remote and local displays to manage.
3231 `Xsession` | Default session script for logins.
3232 `Xsetup_`* | Script to launch applications before the login interface.
3233 `xdm-config` | Global configuration for all displays running on this machine.
3234 `xdm-errors` | Errors generated by the server program.
3235 `xdm-pid` | The process ID of the currently running XDM. |
3236
3237 """]]
3238
3239
3240  Also in this directory are a few scripts and programs used to set up 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)](http://leaf.dragonflybsd.org/cgi/web-man?command=xdm&section=1).
3241
3242
3243
3244  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.
3245
3246
3247
3248 ### 5.6.3.1 Xaccess 
3249
3250
3251
3252  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. It is ignored unless the `xdm-config` is changed to listen for remote connections. By default, it does not allow any clients to connect.
3253
3254
3255
3256 ### 5.6.3.2 Xresources 
3257
3258
3259
3260  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 X11 documentation.
3261
3262
3263
3264 ### 5.6.3.3 Xservers 
3265
3266
3267
3268  This is a list of the remote displays the chooser should provide as choices.
3269
3270
3271
3272 ### 5.6.3.4 Xsession 
3273
3274
3275
3276  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 `~/.xsession` that overrides this script.
3277
3278
3279
3280 ### 5.6.3.5 Xsetup_* 
3281
3282
3283
3284  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`.
3285
3286
3287
3288 ### 5.6.3.6 xdm-config 
3289
3290
3291
3292  This contains settings in the form of app-defaults that are applicable to every display that this installation manages.
3293
3294
3295
3296 ### 5.6.3.7 xdm-errors 
3297
3298
3299
3300  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.
3301
3302
3303
3304 ## 5.6.4 Running a Network Display Server 
3305
3306
3307
3308  In order for other clients to connect to the display server, edit the access control rules, and enable the connection listener. By default these are set to conservative values. To make  **XDM**  listen for connections, first comment out a line in the `xdm-config` file:
3309
3310
3311
3312      
3313
3314     ! SECURITY: do not listen for XDMCP or Chooser requests
3315
3316     ! Comment out this line if you want to manage X terminals with xdm
3317
3318     DisplayManager.requestPort:     0
3319
3320
3321
3322
3323
3324  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`, and refer to the [xdm(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=xdm&section=1) manual page for further information.
3325
3326
3327
3328 ## 5.6.5 Replacements for XDM 
3329
3330
3331
3332  Several replacements for the default  **XDM**  program exist. One of them,  **kdm**  (bundled with  **KDE** ) is described later in this chapter. The  **kdm**  display manager offers many visual improvements and cosmetic frills, as well as the functionality to allow users to choose their window manager of choice at login time.
3333
3334
3335 ----
3336
3337
3338
3339 # 5.7 Desktop Environments 
3340
3341  ***Contributed by Valentino Vaschetto. ***
3342
3343  This section describes the different desktop environments available for X on FreeBSD. A ***desktop environment*** can mean anything ranging from a simple window manager to a complete suite of desktop applications, such as  **KDE**  or  **GNOME** .
3344
3345
3346
3347 ## 5.7.1 GNOME 
3348
3349
3350
3351 ### 5.7.1.1 About GNOME 
3352
3353
3354
3355    **GNOME**  is a user-friendly desktop environment that enables users to easily use and configure their computers.  **GNOME**  includes a panel (for starting applications and displaying status), a desktop (where data and applications can be placed), a set of standard desktop tools and applications, and a set of conventions that make it easy for applications to cooperate and be consistent with each other. Users of other operating systems or environments should feel right at home using the powerful graphics-driven environment that  **GNOME**  provides.
3356
3357
3358
3359 ### 5.7.1.2 Installing GNOME 
3360
3361
3362
3363    **GNOME**  can be easily installed from a package or from the pkgsrc framework:
3364
3365
3366
3367   To install the  **GNOME**  package from the network, simply type:
3368
3369     # pkg_radd gnome
3370
3371
3372
3373
3374
3375   To build  **GNOME**  from source, use the ports tree:
3376
3377       
3378
3379     # cd /usr/pkgsrc/meta-pkgs/gnome
3380
3381     # bmake install clean
3382
3383
3384
3385   Once  **GNOME**  is installed, the X server must be told to start  **GNOME**  instead of a default window manager.
3386
3387
3388
3389   The easiest way to start  **GNOME**  is with  **GDM** , the GNOME Display Manager.  **GDM** , which is installed as a part of the  **GNOME**  desktop (but is disabled by default), can be enabled by adding `gdm_enable="YES"` to `/etc/rc.conf`. Once you have rebooted,  **GNOME**  will start automatically once you log in -- no further configuration is necessary.
3390
3391
3392
3393 **GNOME**  may also be started from the command-line by properly configuring a file named `.xinitrc`. If a custom `.xinitrc` is already in place, simply replace the line that starts the current window manager with one that starts  **/usr/pkg/bin/gnome-session**  instead. If nothing special has been done to the configuration file, then it is enough simply to type:
3394
3395
3396
3397       
3398
3399     % echo "/usr/pkg/bin/gnome-session" > ~/.xinitrc
3400
3401
3402
3403
3404
3405   Next, type `startx`, and the  **GNOME**  desktop environment will be started.
3406
3407
3408 **Note:** If an older 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/pkg/bin/gnome-session** :
3409
3410
3411
3412         
3413
3414     % echo "#!/bin/sh" > ~/.xsession
3415
3416     % echo "/usr/pkg/bin/gnome-session" >> ~/.xsession
3417
3418     % chmod +x ~/.xsession
3419
3420
3421
3422
3423
3424   Yet another option is to configure the display manager to allow choosing the window manager at login time; the section on [ KDE details](x11-wm.html#X11-WM-KDE-DETAILS) explains how to do this for  **kdm** , the display manager of  **KDE** .
3425
3426
3427
3428 ### 5.7.1.3 Anti-aliased Fonts with GNOME 
3429
3430
3431
3432   X11 supports anti-aliasing via its ***RENDER*** extension. GTK+ 2.0 and greater (the toolkit used by  **GNOME** ) can make use of this functionality. Configuring anti-aliasing is described in [ Section 5.5.3](x-fonts.html#ANTIALIAS).
3433   
3434   So, with up-to-date software, anti-aliasing is possible within the  **GNOME**  desktop. Just go to  **Applications->Desktop Preferences->Font** , and select either Best shapes, Best contrast, or Subpixel smoothing (LCDs). For a GTK+ application that is not part of the  **GNOME**  desktop, set the environment variable `GDK_USE_XFT` to `1` before launching the program.
3435
3436
3437
3438 ## 5.7.2 KDE 
3439
3440
3441
3442 ### 5.7.2.1 About KDE 
3443
3444
3445
3446   **KDE**  is an easy to use contemporary desktop environment. Some of the things that  **KDE**  brings to the user are:
3447
3448 * A beautiful contemporary desktop
3449
3450 * A desktop exhibiting complete network transparency
3451
3452 * An integrated help system allowing for convenient, consistent access to help on the use of the  **KDE**  desktop and its applications
3453
3454 * Consistent look and feel of all  **KDE**  applications
3455
3456 * Standardized menu and toolbars, keybindings, color-schemes, etc.
3457
3458 * Internationalization:  **KDE**  is available in more than 40 languages
3459
3460 * Centralized consisted dialog driven desktop configuration
3461
3462 * A great number of useful  **KDE**  applications
3463
3464   **KDE**  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](http://www.kde.org/).
3465
3466
3467
3468 ### 5.7.2.2 Installing KDE 
3469
3470
3471  Just as with  **GNOME**  or any other desktop environment, the easiest way to install  **KDE**  is through the pkgsrc framework or from a package:
3472
3473
3474
3475  To install the  **KDE**  package from the network, simply type:
3476
3477    # pkg_radd kde3
3478
3479  or if you prefer the newer **KDE 4**, type:
3480  
3481    # pkg_radd kde4
3482
3483  [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command#pkg_radd&section1) will automatically fetch the latest version of the application.
3484
3485
3486  To build  **KDE**  from source, use the pkgsrc framework:
3487
3488     # cd /usr/pkgsrc/meta-pkgs/kde3
3489
3490     # bmake install clean
3491
3492
3493
3494
3495
3496  After  **KDE**  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:
3497
3498
3499     % echo "exec startkde" > ~/.xinitrc
3500
3501
3502  Now, whenever the X Window System is invoked with `startx`,  **KDE**  will be the desktop.
3503
3504  If a display manager such as  **XDM**  is being used, the configuration is slightly different. Edit the `.xsession` file instead. Instructions for  **kdm**  are described later in this chapter.
3505
3506
3507
3508 ## 5.7.3 More Details on KDE 
3509
3510
3511
3512  Now that  **KDE**  is installed on the system, most things can be discovered through the help pages, or just by pointing and clicking at various menus. Windows® or Mac® users will feel quite at home.
3513
3514  The best reference for  **KDE**  is the on-line documentation.  **KDE**  comes with its own web browser,  **Konqueror** , dozens of useful applications, and extensive documentation. The remainder of this section discusses the technical items that are difficult to learn by random exploration.
3515
3516
3517
3518 ### 5.7.3.1 The KDE Display Manager 
3519
3520
3521
3522  An administrator of a multi-user system may wish to have a graphical login screen to welcome users. [ XDM](x-xdm.html) can be used, as described earlier. However,  **KDE**  includes an alternative,  **kdm** , which is designed to look more attractive and include more login-time options. In particular, users can easily choose (via a menu) which desktop environment ( **KDE** ,  **GNOME** , or something else) to run after logging on.
3523
3524
3525
3526  To enable  **kdm** , the `ttyv8` entry in `/etc/ttys` has to be adapted. The line should look as follows:
3527   
3528
3529     ttyv8 "/usr/pkg/bin/kdm -nodaemon" xterm on secure
3530
3531
3532     
3533 ## 5.7.4 XFce 
3534
3535
3536
3537 ### 5.7.4.1 About XFce 
3538
3539
3540   **XFce**  is a desktop environment based on the GTK+ toolkit used by  **GNOME** , but is much more lightweight and meant for those who want a simple, efficient desktop which is nevertheless easy to use and configure. Visually, it looks very much like  **CDE** , found on commercial UNIX systems. Some of  **XFce** 's features are:
3541
3542 * A simple, easy-to-handle desktop
3543
3544 * Fully configurable via mouse, with drag and drop, etc
3545
3546 * Main panel similar to  **CDE** , with menus, applets and applications launchers
3547
3548 * Integrated window manager, file manager, sound manager,  **GNOME**  compliance module, and other things
3549
3550 * Themeable (since it uses GTK+)
3551
3552 * Fast, light and efficient: ideal for older/slower machines or machines with memory limitations
3553
3554
3555 More information on  **XFce**  can be found on the [XFce website](http://www.xfce.org/).
3556
3557
3558
3559 ### 5.7.4.2 Installing XFce 
3560
3561
3562
3563  A binary package for  **XFce**  exists. To install, simply type:
3564
3565     # pkg_radd xfce4
3566
3567
3568  Alternatively, to build from source, use the pkgsrc framework:
3569
3570    
3571
3572     # cd /usr/pkgsrc/meta-pkgs/xfce4
3573
3574     # bmake install clean
3575
3576
3577
3578
3579  Now, tell the X server to launch  **XFce**  the next time X is started. Simply type this:
3580
3581     % echo "/usr/pkg/bin/startxfce4" > ~/.xinitrc
3582
3583
3584
3585  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](x11-wm.html#X11-WM-GNOME), but with the `/usr/pkg/bin/startxfce4` command; or, configure the display manager to allow choosing a desktop at login time, as explained in the section on [ kdm](x11-wm.html#X11-WM-KDE-KDM).
3586
3587
3588
3589 <!-- XXX: FreeBSD's handbook has a nice user-oriented section about X applications here. maybe we should have one, too -->
3590
3591 ----
3592
3593
3594
3595
3596
3597
3598 <!-- XXX: break the stuff up here -->
3599
3600
3601 # II. System Administration 
3602
3603
3604
3605 The remaining chapters of the DragonFly Handbook cover all aspects of DragonFly 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 DragonFly.
3606
3607
3608 ## Chapter 6 Configuration and Tuning 
3609
3610
3611 ***Written by Chern Lee.  Based on a tutorial written by Mike Smith.  Also based on [tuning(7)](http://leaf.dragonflybsd.org/cgi/web-man?command#tuning&section7) written by Matt Dillon.***
3612
3613
3614
3615 ## 6.1 Synopsis 
3616
3617
3618
3619 One of the important aspects of DragonFly is system configuration. Correct system configuration will help prevent headaches during future upgrades. This chapter will explain much of the DragonFly configuration process, including some of the parameters which can be set to tune a DragonFly system.
3620
3621
3622 After reading this chapter, you will know:
3623
3624 * How to efficiently work with file systems and swap partitions.
3625
3626 * The basics of `rc.conf` configuration and `rc.d` startup systems.
3627
3628 * How to configure and test a network card.
3629
3630 * How to configure virtual hosts on your network devices.
3631
3632 * How to use the various configuration files in `/etc`.
3633
3634 * How to tune DragonFly using `sysctl` variables.
3635
3636 * How to tune disk performance and modify kernel limitations.
3637
3638
3639 Before reading this chapter, you should:
3640
3641 * Understand UNIX® and DragonFly basics ([Chapter 3](basics.html)).
3642
3643 * Be familiar with the basics of kernel configuration/compilation ([Chapter 9](kernelconfig.html)).
3644
3645
3646
3647
3648
3649
3650
3651 CategoryHandbook
3652
3653 Category
3654
3655
3656
3657
3658
3659
3660
3661 ## 6.2 Initial Configuration 
3662
3663
3664 ### 6.2.1 Partition Layout 
3665
3666
3667 #### 6.2.1.1 Base Partitions 
3668
3669 When laying out file systems with [disklabel(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel&section=8) remember that hard drives transfer data faster from the outer tracks to the inner. Thus smaller and heavier-accessed file systems should be closer to the outside of the drive, while larger partitions like `/usr` should be placed toward the inner. It is a good idea to create partitions in a similar order to: root, swap, `/var`, `/usr`.
3670 <!-- XXX: on the advent of SSDs, do we really need to talk about this stuff? Who knows where on the platter the partitions land, considering that a hard disk has multiple platters? -->
3671
3672
3673
3674 The size of `/var` reflects the intended machine usage. `/var` is used to hold mailboxes, log files, and printer spools. Mailboxes and log files can grow to unexpected sizes depending on how many users exist and how long log files are kept. Most users would never require a gigabyte, but remember that `/var/tmp` must be large enough to contain packages.
3675
3676
3677
3678 The `/usr` partition holds much of the files required to support the system, the pkgsrc® collection (recommended) and the source code (optional). At least 2 gigabytes would be recommended for this partition.
3679
3680
3681
3682 When selecting partition sizes, keep the space requirements in mind. Running out of space in one partition while barely using another can be a hassle.
3683
3684
3685
3686 #### 6.2.1.2 Swap Partition 
3687
3688
3689
3690 As a rule of thumb, the swap partition should be about double the size of system memory (RAM). For example, if the machine has 128 megabytes of memory, the swap file should be 256 megabytes. Systems with less memory may perform better with more swap. Less than 256 megabytes of swap is not recommended and memory expansion should be considered. The kernel's VM paging algorithms are tuned to perform best when the swap partition is at least two times the size of main memory. Configuring too little swap can lead to inefficiencies in the VM page scanning code and might create issues later if more memory is added.
3691 <!-- XXX: do we really recommend double the RAM for swap? IMHO the amount of RAM should be more than enough -->
3692
3693
3694 On larger systems with multiple SCSI disks (or multiple IDE disks operating on different controllers), it is recommend that a swap is configured on each drive (up to four drives). The swap partitions should be approximately the same size. The kernel can handle arbitrary sizes but internal data structures scale to 4 times the largest swap partition. Keeping the swap partitions near the same size will allow the kernel to optimally stripe swap space across disks. Large swap sizes are fine, even if swap is not used much. It might be easier to recover from a runaway program before being forced to reboot.
3695
3696
3697
3698 #### 6.2.1.3 Why Partition? 
3699
3700
3701
3702 Several users think a single large partition will be fine, but there are several reasons why this is a bad idea. First, each partition has different operational characteristics and separating them allows the file system to tune accordingly. For example, the root and `/usr` partitions are read-mostly, without much writing. While a lot of reading and writing could occur in `/var` and `/var/tmp`.
3703
3704 By properly partitioning a system, fragmentation introduced in the smaller write heavy partitions will not bleed over into the mostly-read partitions. Keeping the write-loaded partitions closer to the disk's edge, will increase I/O performance in the partitions where it occurs the most. Now while I/O performance in the larger partitions may be needed, shifting them more toward the edge of the disk will not lead to a significant performance improvement over moving `/var` to the edge. Finally, there are safety concerns. A smaller, neater root partition which is mostly read-only has a greater chance of surviving a bad crash.
3705 <!-- XXX: again, same story about the edges of disks... -->
3706
3707
3708
3709 CategoryHandbook
3710
3711 CategoryHandbook-configuration
3712
3713
3714
3715
3716
3717 ## 6.3 Core Configuration 
3718
3719
3720
3721 The principal location for system configuration information is within `/etc/rc.conf`. This file contains a wide range of configuration information, principally used at system startup to configure the system. Its name directly implies this; it is configuration information for the `rc*` files.
3722
3723
3724
3725 An administrator should make entries in the `rc.conf` file to override the default settings from `/etc/defaults/rc.conf`. The defaults file should not be copied verbatim to `/etc` - it contains default values, not examples. All system-specific changes should be made in the `rc.conf` file itself.
3726
3727
3728
3729 A number of strategies may be applied in clustered applications to separate site-wide configuration from system-specific configuration in order to keep administration overhead down. The recommended approach is to place site-wide configuration into another file, such as `/etc/rc.conf.site`, and then include this file into `/etc/rc.conf`, which will contain only system-specific information.
3730
3731
3732
3733 As `rc.conf` is read by [sh(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=sh&section=1) it is trivial to achieve this. For example:
3734
3735 * rc.conf:
3736
3737         hostname="node15.example.com"
3738
3739         network_interfaces="fxp0 lo0"
3740
3741         ifconfig_fxp0="inet 10.1.1.1"
3742
3743   
3744
3745
3746 * rc.conf.site: 
3747
3748         defaultrouter="10.1.1.254"
3749
3750         saver="daemon"
3751
3752         blanktime="100"
3753
3754   
3755
3756
3757
3758 The `rc.conf.site` file can then be distributed to every system using `rsync` or a similar program, while the `rc.conf` file remains unique.
3759
3760
3761
3762 Upgrading the system using `make world` will not overwrite the `rc.conf` file, so system configuration information will not be lost.
3763
3764
3765 CategoryHandbook
3766
3767 CategoryHandbook-configuration
3768
3769
3770
3771
3772 ## Application Configuration 
3773
3774
3775
3776 Typically, installed applications have their own configuration files, with their own syntax, etc. It is important that these files be kept separate from the base system, so that they may be easily located and managed by the package management tools.
3777
3778
3779
3780 Typically, these files are installed in `/usr/pkg/etc`. In the case where an application has a large number of configuration files, a subdirectory will be created to hold them.
3781
3782
3783
3784 Normally, when a port or package is installed, sample configuration files are also installed. These are usually identified with a `.default` suffix. If there are no existing configuration files for the application, they will be created by copying the `.default` files.
3785
3786
3787
3788 For example, consider the contents of the directory `/usr/pkg/etc/httpd`:
3789
3790
3791
3792     
3793
3794     total 90
3795
3796     -rw-r--r--  1 root  wheel  -   34K Jan 11 12:04 httpd.conf
3797
3798     -rw-r--r--  1 root  wheel  -   13K Jan 11 12:02 magic
3799
3800     -rw-r--r--  1 root  wheel  -   28K Jan 11 12:02 mime.types
3801
3802     -rw-r--r--  1 root  wheel  -   11K Jan 11 12:02 ssl.conf
3803
3804
3805
3806
3807     
3808     
3809     
3810     
3811     
3812
3813 ## Starting Services 
3814
3815
3816
3817 It is common for a system to host a number of services. These may be started in several different fashions, each having different advantages.
3818
3819
3820
3821 Software installed from a port or the packages collection will often place a script in `/usr/pkg/share/examples/rc.d` which is invoked at system startup with a `start` argument, and at system shutdown with a `stop` argument. This is the recommended way for starting system-wide services that are to be run as `root`, or that expect to be started as `root`. These scripts are registered as part of the installation of the package, and will be removed when the package is removed.
3822
3823
3824 A generic startup script in `/usr/pkg/share/examples/rc.d` looks like:
3825
3826
3827
3828     
3829
3830     #!/bin/sh
3831
3832     echo -n ' FooBar'
3833
3834     
3835
3836     case "$1" in
3837
3838     start)
3839
3840             /usr/pkg/bin/foobar
3841
3842             ;;
3843
3844     stop)
3845
3846             kill -9 `cat /var/run/foobar.pid`
3847
3848             ;;
3849
3850     
3851 *)
3852
3853             echo "Usage: `basename $0` {start|stop}" >&2
3854
3855             exit 64
3856
3857             ;;
3858
3859     esac
3860
3861     
3862
3863     exit 0
3864
3865     
3866
3867
3868
3869
3870 <!-- XXX: I don't think we actually look in /usr/pkg/share/examples/rc.d -->
3871
3872 The startup scripts of DragonFly will look in `/usr/pkg/share/examples/rc.d` for scripts that have an `.sh` extension and are executable by `root`. Those scripts that are found are called with an option `start` at startup, and `stop` at shutdown to allow them to carry out their purpose. So if you wanted the above sample script to be picked up and run at the proper time during system startup, you should save it to a file called `FooBar.sh` in `/usr/local/etc/rc.d` and make sure it is executable. You can make a shell script executable with [chmod(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=chmod&section=1) as shown below:
3873
3874
3875
3876     
3877
3878     # chmod 755 "FooBar.sh"
3879
3880
3881
3882
3883
3884 Some services expect to be invoked by [inetd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=inetd&section=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/inetd.conf`. See [inetd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=inetd&section=8) for details on editing this file.
3885
3886
3887
3888 Some additional system services may not be covered by the toggles in `/etc/rc.conf`. These are traditionally enabled by placing the command(s) to invoke them in `/etc/rc.local` (which does not exist by default). Note that `rc.local` is generally regarded as the location of last resort; if there is a better place to start a service, do it there.
3889
3890
3891
3892  **Note:** Do ***not*** place any commands in `/etc/rc.conf`. To start daemons, or run any commands at boot time, place a script in `/usr/pkg/share/examples/rc.d` instead.
3893
3894
3895
3896 It is also possible to use the [cron(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=cron&section=8) daemon to start system services. This approach has a number of advantages, not least being that because [cron(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=cron&section=8) runs these processes as the owner of the `crontab`, services may be started and maintained by non-`root` users.
3897
3898
3899
3900 This takes advantage of a feature of [cron(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=cron&section=8): the time specification may be replaced by `@reboot`, which will cause the job to be run when [cron(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=cron&section=8) is started shortly after system boot.
3901
3902
3903
3904
3905
3906
3907
3908 CategoryHandbook
3909
3910 CategoryHandbook-configuration
3911
3912
3913
3914
3915
3916
3917
3918 ## Configuring the cron Utility 
3919
3920 <!-- XXX: can't really comment on this. someone please revise it -->
3921
3922
3923 ***Contributed by Tom Rhodes. ***
3924
3925
3926
3927 One of the most useful utilities in DragonFly is [cron(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=cron&section=8). The `cron` utility runs in the background and constantly checks the `/etc/crontab` file. The `cron` utility also checks the `/var/cron/tabs` directory, in search of new `crontab` files. These `crontab` files store information about specific functions which `cron` is supposed to perform at certain times.
3928
3929
3930
3931 The `cron` utility uses two different types of configuration files, the system crontab and user crontabs. The only difference between these two formats is the sixth field. In the system crontab, the sixth field is the name of a user for the command to run as. This gives the system crontab the ability to run commands as any user. In a user crontab, the sixth field is the command to run, and all commands run as the user who created the crontab; this is an important security feature.
3932
3933
3934
3935  **Note:** User crontabs allow individual users to schedule tasks without the need for root privileges. Commands in a user's crontab run with the permissions of the user who owns the crontab.
3936
3937
3938
3939 The `root` user can have a user crontab just like any other user. This one is different from `/etc/crontab` (the system crontab). Because of the system crontab, there's usually no need to create a user crontab for `root`.
3940
3941
3942
3943 Let us take a look at the `/etc/crontab` file (the system crontab):
3944
3945
3946
3947     
3948
3949     # /etc/crontab - root's crontab for DragonFly
3950
3951     #
3952
3953     #                                                                  (1)
3954
3955     #
3956
3957     SHELL=/bin/sh
3958
3959     PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin                            (2)
3960
3961     HOME=/var/log
3962
3963     #
3964
3965     #
3966
3967     #minute     hour    mday    month   wday    who     command            (3)
3968
3969     #
3970
3971     #
3972
3973     
3974     */5 *       *       *       *       root    /usr/libexec/atrun (4)
3975
3976
3977
3978
3979
3980  1. Like most DragonFly configuration files, the `#` character represents a comment. A comment can be placed in the file as a reminder of what and why a desired action is performed. Comments cannot be on the same line as a command or else they will be interpreted as part of the command; they must be on a new line. Blank lines are ignored.
3981
3982
3983
3984  1. First, the environment must be defined. The equals (`=`) character is used to define any environment settings, as with this example where it is used for the `SHELL`, `PATH`, and `HOME` options. If the shell line is omitted, `cron` will use the default, which is `sh`. If the `PATH` variable is omitted, no default will be used and file locations will need to be absolute. If `HOME` is omitted, `cron` will use the invoking users home directory.
3985
3986
3987
3988  1. This line defines a total of seven fields. Listed here are the values `minute`, `hour`, `mday`, `month`, `wday`, `who`, and `command`. These are almost all self explanatory. `minute` is the time in minutes the command will be run. `hour` is similar to the `minute` option, just in hours. `mday` stands for day of the month. `month` is similar to `hour` and `minute`, as it designates the month. The `wday` option stands for day of the week. All these fields must be numeric values, and follow the twenty-four hour clock. The `who` field is special, and only exists in the `/etc/crontab` file. This field specifies which user the command should be run as. When a user installs his or her `crontab` file, they will not have this option. Finally, the `command` option is listed. This is the last field, so naturally it should designate the command to be executed.
3989
3990
3991
3992  1. This last line will define the values discussed above. Notice here we have a `*/5` listing, followed by several more `*` characters. These `*` characters mean ***first-last***, and can be interpreted as ***every*** time. So, judging by this line, it is apparent that the `atrun` command is to be invoked by `root` every five minutes regardless of what day or month it is. For more information on the `atrun` command, see the [atrun(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=atrun&section=8) manual page.Commands can have any number of flags passed to them; however, commands which extend to multiple lines need to be broken with the backslash ***\*** continuation character.
3993
3994
3995
3996 This is the basic set up for every `crontab` file, although there is one thing different about this one. Field number six, where we specified the username, only exists in the system `/etc/crontab` file. This field should be omitted for individual user `crontab` files.
3997
3998
3999
4000 ### Installing a Crontab 
4001
4002
4003
4004  **Important:** You must not use the procedure described here to edit/install the system crontab. Simply use your favorite editor: the `cron` utility will notice that the file has changed and immediately begin using the updated version. If you use `crontab` to load the `/etc/crontab` file you may get an error like `root: not found` because of the system crontab's additional user field.
4005
4006
4007
4008 To install a freshly written user `crontab`, first use your favorite editor to create a file in the proper format, and then use the `crontab` utility. The most common usage is:
4009
4010
4011
4012     
4013
4014     % crontab crontab-file
4015
4016
4017
4018
4019
4020 In this example, `crontab-file` is the filename of a `crontab` that was previously created.
4021
4022
4023
4024 There is also an option to list installed `crontab` files: just pass the `-l` option to `crontab` and look over the output.
4025
4026
4027
4028 For users who wish to begin their own crontab file from scratch, without the use of a template, the `crontab -e` option is available. This will invoke the selected editor with an empty file. When the file is saved, it will be automatically installed by the `crontab` command.
4029
4030
4031
4032 If you later want to remove your user `crontab` completely, use `crontab` with the `-r` option.
4033
4034
4035
4036
4037
4038
4039
4040 CategoryHandbook
4041
4042 CategoryHandbook-configuration
4043
4044
4045
4046
4047
4048 ## 6.7 Using rc under DragonFly 
4049
4050
4051
4052 ***Contributed by Tom Rhodes. ***
4053
4054
4055
4056 DragonFly uses the NetBSD® `rc.d` system for system initialization. Users should notice the files listed in the `/etc/rc.d` directory. Many of these files are for basic services which can be controlled with the `start`, `stop`, and `restart` options. For instance, [sshd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sshd&section=8&manpath=OpenBSD+3.3) can be restarted with the following command:
4057
4058
4059
4060     
4061
4062     # /etc/rc.d/sshd restart
4063
4064
4065
4066
4067
4068 This procedure is similar for other services. Of course, services are usually started automatically as specified in [rc.conf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=rc.conf&section=5). For example, enabling the Network Address Translation daemon at startup is as simple as adding the following line to `/etc/rc.conf`:
4069
4070
4071     natd_enable="YES"
4072
4073
4074
4075 If a `natd_enable="NO"` line is already present, then simply change the `NO` to `YES`. The rc scripts will automatically load any other dependent services during the next reboot, as described below.
4076
4077
4078 Another way to add services to the automatic startup/shutdown is to type, for example for `natd`,
4079
4080      # rcenable natd
4081
4082
4083 Since the `rc.d` system is primarily intended to start/stop services at system startup/shutdown time, the standard `start`, `stop` and `restart` options will only perform their action if the appropriate `/etc/rc.conf` variables are set. For instance the above `sshd restart` command will only work if `sshd_enable` is set to `YES` in `/etc/rc.conf`. To `start`, `stop` or `restart` a service regardless of the settings in `/etc/rc.conf`, the commands should be prefixed with ***force***. For instance to restart `sshd` regardless of the current `/etc/rc.conf` setting, execute the following command:
4084
4085
4086
4087     
4088
4089     # /etc/rc.d/sshd forcerestart
4090
4091
4092
4093
4094
4095 It is easy to check if a service is enabled in `/etc/rc.conf` by running the appropriate `rc.d` script with the option `rcvar`. Thus, an administrator can check that `sshd` is in fact enabled in `/etc/rc.conf` by running:
4096
4097
4098
4099     
4100
4101     # /etc/rc.d/sshd rcvar
4102
4103     # sshd
4104
4105     $sshd_enable=YES
4106
4107
4108
4109
4110
4111  **Note:** The second line (`# sshd`) is the output from the `rc.d` script, not a `root` prompt.
4112
4113
4114
4115 To determine if a service is running, a `status` option is available. For instance to verify that `sshd` is actually started:
4116
4117
4118
4119     
4120
4121     # /etc/rc.d/sshd status
4122
4123     sshd is running as pid 433.
4124
4125
4126
4127
4128
4129 It is also possible to `reload` a service. This will attempt to send a signal to an individual service, forcing the service to reload its configuration files. In most cases this means sending the service a `SIGHUP` signal.
4130
4131
4132
4133 The  **rcNG**  structure is used both for network services and system initialization. Some services are run only at boot; and the RCNG system is what triggers them.
4134
4135
4136
4137 Many system services depend on other services to function properly. For example, NIS and other RPC-based services may fail to start until after the `rpcbind` (portmapper) service has started. To resolve this issue, information about dependencies and other meta-data is included in the comments at the top of each startup script. The [rcorder(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rcorder&section=8) program is then used to parse these comments during system initialization to determine the order in which system services should be invoked to satisfy the dependencies. The following words may be included at the top of each startup file:
4138
4139
4140
4141
4142 * `PROVIDE`: Specifies the services this file provides.
4143
4144
4145 * `REQUIRE`: Lists services which are required for this service. This file will run ***after*** the specified services.
4146
4147
4148 * `BEFORE`: Lists services which depend on this service. This file will run ***before*** the specified services.
4149
4150
4151 * KEYWORD: When [rcorder(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rcorder&section=8) uses the `-k` option, then only the rc.d files matching this keyword are used. [(1)](#FTN.AEN4751) For example, when using `-k shutdown`, only the `rc.d` scripts defining the `shutdown` keyword are used.
4152
4153   With the `-s` option, [rcorder(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rcorder&section=8) will skip any `rc.d` script defining the corresponding keyword to skip. For example, scripts defining the `nostart` keyword are skipped at boot time.
4154
4155
4156
4157 By using this method, an administrator can easily control system services without the hassle of ***runlevels*** like some other UNIX® operating systems.
4158
4159
4160
4161 Additional information about the DragonFly `rc.d` system can be found in the [rc(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rc&section=8), [rc.conf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=rc.conf&section=5), and [rc.subr(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rc.subr&section=8) manual pages.
4162
4163 ### Using DragonFly's rcrun(8) 
4164
4165 Besides the methods described above DragonFly supports [rcrun(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rcrun&section=8) to control rc(8) scripts.  [rcrun(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rcrun&section=8) provides a number of command for controlling rc(8)
4166
4167 scripts.  The ***start***, ***forcestart***, ***faststart***, ***stop***, ***restart***, and ***rcvar*** commands are just passed to the scripts.  See rc(8) for more information on these commands.
4168
4169
4170
4171 The remaining commands are:
4172
4173
4174
4175 [[!table  data="""
4176   **disable**  | Sets the corresponding `_enable` variable in rc.conf(5) to ***NO*** and runs the stop command. 
4177   **enable**   | Sets the corresponding `_enable` variable in rc.conf(5) to ***YES*** and runs the start command. 
4178   **list**  | Shows the status of the specified scripts.  If no argument is specified, the status of all scripts is shown. |
4179
4180 """]]
4181
4182
4183 To enable the [dntpd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=dntpd&section=8) service, you can use:
4184
4185      # rcenable dntpd
4186      
4187  
4188
4189 To check if [dntpd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=dntpd&section=8) is running you can use the following command:
4190
4191     
4192
4193     # rclist dntpd
4194
4195     rcng_dntpd=stopped
4196
4197
4198
4199 To start [dntpd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=dntpd&section=8):
4200
4201
4202
4203     
4204
4205     # rcstart dntpd
4206
4207     Running /etc/rc.d/dntpd start
4208
4209     Starting dntpd.
4210
4211
4212
4213 Restart and stop works the same way:
4214
4215     
4216
4217     # rcrestart dntpd
4218
4219     Stopping dntpd.
4220
4221     Starting dntpd.
4222
4223     
4224
4225     # rcstop dntpd
4226
4227     Stopping dntpd.
4228
4229
4230
4231
4232
4233 If a service is not enabled in `/etc/rc.conf`, but you want it start anyway, execute the following:
4234
4235     
4236
4237     # rcforce dntpd
4238
4239     Running /etc/rc.d/dntpd forcestart
4240
4241     Starting dntpd.
4242
4243
4244
4245 #### Notes 
4246
4247
4248
4249 [[!table  data="""
4250 <tablestyle="width:100%"> [(1)](configtuning-rcng.html#AEN4751) | Previously this was used to define *BSD dependent features.
4251 | |
4252
4253 """]]
4254
4255
4256
4257
4258
4259
4260
4261 ## 6.8 Setting Up Network Interface Cards 
4262
4263
4264
4265 ***Contributed by Marc Fonvieille. ***
4266
4267
4268
4269 Nowadays we can not think about a computer without thinking about a network connection. Adding and configuring a network card is a common task for any DragonFly administrator.
4270
4271
4272
4273 ### 6.8.1 Locating the Correct Driver 
4274
4275
4276
4277 Before you begin, you should know the model of the card you have, the chip it uses, and whether it is a PCI or ISA card. DragonFly supports a wide variety of both PCI and ISA cards. Check the Hardware Compatibility List for your release to see if your card is supported.
4278
4279
4280
4281 Once you are sure your card is supported, you need to determine the proper driver for the card. The file `/usr/src/sys/i386/conf/LINT` will give you the list of network interfaces drivers with some information about the supported chipsets/cards. If you have doubts about which driver is the correct one, read the manual page of the driver. The manual page will give you more information about the supported hardware and even the possible problems that could occur.
4282
4283
4284
4285 If you own a common card, most of the time you will not have to look very hard for a driver. Drivers for common network cards are present in the `GENERIC` kernel, so your card should show up during boot, like so:
4286
4287
4288
4289     
4290
4291     dc0: <82c169 PNIC 10/100BaseTX> port 0xa000-0xa0ff mem 0xd3800000-0xd38
4292
4293     000ff irq 15 at device 11.0 on pci0
4294
4295     dc0: Ethernet address: 00:a0:cc:da:da:da
4296
4297     miibus0: <MII bus> on dc0
4298
4299     ukphy0: <Generic IEEE 802.3u media interface> on miibus0
4300
4301     ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
4302
4303     dc1: <82c169 PNIC 10/100BaseTX> port 0x9800-0x98ff mem 0xd3000000-0xd30
4304
4305     000ff irq 11 at device 12.0 on pci0
4306
4307     dc1: Ethernet address: 00:a0:cc:da:da:db
4308
4309     miibus1: <MII bus> on dc1
4310
4311     ukphy1: <Generic IEEE 802.3u media interface> on miibus1
4312
4313     ukphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
4314
4315
4316
4317
4318
4319 In this example, we see that two cards using the [dc(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=dc&section=4) driver are present on the system.
4320
4321
4322
4323 To use your network card, you will need to load the proper driver. This may be accomplished in one of two ways. The easiest way is to simply load a kernel module for your network card with [kldload(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=kldload&section=8). A module is not available for all network card drivers (ISA cards and cards using the [ed(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=ed&section=4) driver, for example). Alternatively, you may statically compile the support for your card into your kernel. Check `/usr/src/sys/i386/conf/LINT` and the manual page of the driver to know what to add in your kernel configuration file. For more information about recompiling your kernel, please see [kernelconfig.html Chapter 9]. If your card was detected at boot by your kernel (`GENERIC`) you do not have to build a new kernel.
4324
4325
4326
4327 ### 6.8.2 Configuring the Network Card 
4328
4329
4330
4331 Once the right driver is loaded for the network card, the card needs to be configured. As with many other things, the network card may have been configured at installation time.
4332
4333
4334
4335 To display the configuration for the network interfaces on your system, enter the following command:
4336
4337
4338
4339     
4340
4341     % ifconfig
4342
4343     dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
4344
4345             inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
4346
4347             ether 00:a0:cc:da:da:da
4348
4349             media: Ethernet autoselect (100baseTX <full-duplex>)
4350
4351             status: active
4352
4353     dc1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
4354
4355             inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255
4356
4357             ether 00:a0:cc:da:da:db
4358
4359             media: Ethernet 10baseT/UTP
4360
4361             status: no carrier
4362
4363     lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
4364
4365     lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
4366
4367             inet 127.0.0.1 netmask 0xff000000
4368
4369     tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
4370
4371
4372
4373
4374
4375  **Note:** Note that entries concerning IPv6 (`inet6` etc.) were omitted in this example.
4376
4377
4378
4379 In this example, the following devices were displayed:
4380
4381
4382
4383
4384 * `dc0`: The first Ethernet interface
4385
4386
4387 * `dc1`: The second Ethernet interface
4388
4389
4390 * `lp0`: The parallel port interface
4391
4392
4393 * `lo0`: The loopback device
4394
4395
4396 * `tun0`: The tunnel device used by  **ppp** 
4397
4398
4399
4400 DragonFly uses the driver name followed by the order in which one the card is detected at the kernel boot to name the network card, starting the count at zero. For example, `sis2` would be the third network card on the system using the [sis(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=sis&section=4) driver.
4401
4402
4403
4404 In this example, the `dc0` device is up and running. The key indicators are:
4405
4406
4407
4408   1. `UP` means that the card is configured and ready.
4409
4410   1. The card has an Internet (`inet`) address (in this case `192.168.1.3`).
4411
4412   1. It has a valid subnet mask (`netmask`; `0xffffff00` is the same as `255.255.255.0`).
4413
4414   1. It has a valid broadcast address (in this case, `192.168.1.255`).
4415
4416   1. The MAC address of the card (`ether`) is `00:a0:cc:da:da:da`
4417
4418   1. The physical media selection is on autoselection mode (`media: Ethernet autoselect (100baseTX <full-duplex>)`). We see that `dc1` was configured to run with `10baseT/UTP` media. For more information on available media types for a driver, please refer to its manual page.
4419
4420   1. The status of the link (`status`) is `active`, i.e. the carrier is detected. For `dc1`, we see `status: no carrier`. This is normal when an Ethernet cable is not plugged into the card.
4421
4422
4423
4424 If the [ifconfig(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=ifconfig&section=8) output had shown something similar to:
4425
4426
4427
4428     
4429
4430     dc0: flags=8843<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
4431
4432                 ether 00:a0:cc:da:da:da
4433
4434
4435
4436
4437
4438 it would indicate the card has not been configured.
4439
4440
4441
4442 To configure your card, you need `root` privileges. The network card configuration can be done from the command line with [ifconfig(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=ifconfig&section=8) as root.
4443
4444
4445
4446     
4447
4448     # ifconfig dc0 inet 192.168.1.3 netmask 255.255.255.0
4449
4450
4451
4452
4453
4454 Manually configuring the care has the disadvantage that you would have to do it after each reboot of the system. The file `/etc/rc.conf` is where to add the network card's configuration.
4455
4456
4457
4458 Open `/etc/rc.conf` in your favorite editor. You need to add a line for each network card present on the system, for example in our case, we added these lines:
4459
4460
4461
4462     
4463
4464     ifconfig_dc0="inet 192.168.1.3 netmask 255.255.255.0"
4465
4466     ifconfig_dc1="inet 10.0.0.1 netmask 255.255.255.0 media 10baseT/UTP"
4467
4468
4469
4470
4471
4472 You have to replace `dc0`, `dc1`, and so on, with the correct device for your cards, and the addresses with the proper ones. You should read the card driver and [ifconfig(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#ifconfig&section8) manual pages for more details about the allowed options and also [rc.conf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=rc.conf&section=5) manual page for more information on the syntax of `/etc/rc.conf`.
4473
4474
4475
4476 If you configured the network during installation, some lines about the network card(s) may be already present. Double check `/etc/rc.conf` before adding any lines.
4477
4478
4479
4480 You will also have to edit the file `/etc/hosts` to add the names and the IP addresses of various machines of the LAN, if they are not already there. For more information please refer to [hosts(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=hosts&section=5) and to `/usr/share/examples/etc/hosts`.
4481
4482
4483
4484 ### 6.8.3 Testing and Troubleshooting 
4485
4486
4487
4488 Once you have made the necessary changes in `/etc/rc.conf`, you should reboot your system. This will allow the change(s) to the interface(s) to be applied, and verify that the system restarts without any configuration errors.
4489
4490
4491
4492 Once the system has been rebooted, you should test the network interfaces.
4493
4494
4495
4496 #### 6.8.3.1 Testing the Ethernet Card 
4497
4498
4499
4500 To verify that an Ethernet card is configured correctly, you have to try two things. First, ping the interface itself, and then ping another machine on the LAN.
4501
4502
4503
4504 First test the local interface:
4505
4506
4507
4508     
4509
4510     % ping -c5 192.168.1.3
4511
4512     PING 192.168.1.3 (192.168.1.3): 56 data bytes
4513
4514     64 bytes from 192.168.1.3: icmp_seq#0 ttl64 time=0.082 ms
4515
4516     64 bytes from 192.168.1.3: icmp_seq#1 ttl64 time=0.074 ms
4517
4518     64 bytes from 192.168.1.3: icmp_seq#2 ttl64 time=0.076 ms
4519
4520     64 bytes from 192.168.1.3: icmp_seq#3 ttl64 time=0.108 ms
4521
4522     64 bytes from 192.168.1.3: icmp_seq#4 ttl64 time=0.076 ms
4523
4524     
4525
4526     --- 192.168.1.3 ping statistics ---
4527
4528     5 packets transmitted, 5 packets received, 0% packet loss
4529
4530     round-trip min/avg/max/stddev = 0.074/0.083/0.108/0.013 ms
4531
4532
4533
4534
4535
4536 Now we have to ping another machine on the LAN:
4537
4538
4539
4540     
4541
4542     % ping -c5 192.168.1.2
4543
4544     PING 192.168.1.2 (192.168.1.2): 56 data bytes
4545
4546     64 bytes from 192.168.1.2: icmp_seq#0 ttl64 time=0.726 ms
4547
4548     64 bytes from 192.168.1.2: icmp_seq#1 ttl64 time=0.766 ms
4549
4550     64 bytes from 192.168.1.2: icmp_seq#2 ttl64 time=0.700 ms
4551
4552     64 bytes from 192.168.1.2: icmp_seq#3 ttl64 time=0.747 ms
4553
4554     64 bytes from 192.168.1.2: icmp_seq#4 ttl64 time=0.704 ms
4555
4556     
4557
4558     --- 192.168.1.2 ping statistics ---
4559
4560     5 packets transmitted, 5 packets received, 0% packet loss
4561
4562     round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms
4563
4564
4565
4566
4567
4568 You could also use the machine name instead of `192.168.1.2` if you have set up the `/etc/hosts` file.
4569
4570
4571
4572 #### 6.8.3.2 Troubleshooting 
4573
4574
4575
4576 Troubleshooting hardware and software configurations is always a pain, and a pain which can be alleviated by checking the simple things first. Is your network cable plugged in? Have you properly configured the network services? Did you configure the firewall correctly? Is the card you are using supported by DragonFly? Always check the hardware notes before sending off a bug report. Update your version of DragonFly to the latest PREVIEW version. Check the mailing list archives, or perhaps search the Internet.
4577
4578
4579
4580 If the card works, yet performance is poor, it would be worthwhile to read over the [tuning(7)](http://leaf.dragonflybsd.org/cgi/web-man?command=tuning&section=7) manual page. You can also check the network configuration as incorrect network settings can cause slow connections.
4581
4582
4583
4584 Some users experience one or two ***device timeouts***, which is normal for some cards. If they continue, or are bothersome, you may wish to be sure the device is not conflicting with another device. Double check the cable connections. Perhaps you may just need to get another card.
4585
4586
4587
4588 At times, users see a few ***`watchdog timeout`*** errors. The first thing to do here is to check your network cable. Many cards require a PCI slot which supports Bus Mastering. On some old motherboards, only one PCI slot allows it (usually slot 0). Check the network card and the motherboard documentation to determine if that may be the problem.
4589
4590
4591
4592 ***`No route to host`*** messages occur if the system is unable to route a packet to the destination host. This can happen if no default route is specified, or if a cable is unplugged. Check the output of `netstat -rn` and make sure there is a valid route to the host you are trying to reach. If there is not, read on to [advanced-networking.html Chapter 19].
4593
4594
4595
4596 ***`ping: sendto: Permission denied`*** error messages are often caused by a misconfigured firewall. If `ipfw` is enabled in the kernel but no rules have been defined, then the default policy is to deny all traffic, even ping requests! Read on to [firewalls.html Section 10.7] for more information.
4597
4598
4599
4600 Sometimes performance of the card is poor, or below average. In these cases it is best to set the media selection mode from `autoselect` to the correct media selection. While this usually works for most hardware, it may not resolve this issue for everyone. Again, check all the network settings, and read over the [tuning(7)](http://leaf.dragonflybsd.org/cgi/web-man?command=tuning&section=7) manual page.
4601
4602
4603
4604
4605
4606
4607
4608 CategoryHandbook
4609
4610 CategoryHandbook-configuration
4611
4612
4613
4614
4615
4616
4617
4618
4619 ## 6.9 Virtual Hosts 
4620
4621
4622
4623 A very common use of DragonFly is virtual site hosting, where one server appears to the network as many servers. This is achieved by assigning multiple network addresses to a single interface.
4624
4625
4626
4627 A given network interface has one ***real*** address, and may have any number of ***alias*** addresses. These aliases are normally added by placing alias entries in `/etc/rc.conf`.
4628
4629
4630
4631 An alias entry for the interface `fxp0` looks like:
4632
4633
4634
4635     
4636
4637     ifconfig_fxp0_alias0="inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx"
4638
4639
4640
4641
4642
4643 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.
4644
4645
4646
4647 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 (expressed as either `255.255.255.255` or `0xffffffff`).
4648
4649
4650
4651 For example, consider the case where the `fxp0` interface is connected to two networks, the `10.1.1.0` network with a netmask of `255.255.255.0` and the `202.0.75.16` network with a netmask of `255.255.255.240`. We want the system to appear at `10.1.1.1` through `10.1.1.5` and at `202.0.75.17` through `202.0.75.20`. As noted above, only the first address in a given network range (in this case, `10.0.1.1` and `202.0.75.17`) should have a real netmask; all the rest (`10.1.1.2` through `10.1.1.5` and `202.0.75.18` through `202.0.75.20`) must be configured with a netmask of `255.255.255.255`.
4652
4653
4654
4655 The following entries configure the adapter correctly for this arrangement:
4656
4657
4658
4659     
4660
4661      ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
4662
4663      ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255"
4664
4665      ifconfig_fxp0_alias1="inet 10.1.1.3 netmask 255.255.255.255"
4666
4667      ifconfig_fxp0_alias2="inet 10.1.1.4 netmask 255.255.255.255"
4668
4669      ifconfig_fxp0_alias3="inet 10.1.1.5 netmask 255.255.255.255"
4670
4671      ifconfig_fxp0_alias4="inet 202.0.75.17 netmask 255.255.255.240"
4672
4673      ifconfig_fxp0_alias5="inet 202.0.75.18 netmask 255.255.255.255"
4674
4675      ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255"
4676
4677      ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687 CategoryHandbook
4688
4689 CategoryHandbook-configuration
4690
4691
4692
4693
4694
4695
4696 ## 6.10 Configuration Files 
4697
4698 ### 6.10.1 /etc Layout 
4699
4700 There are a number of directories in which configuration information is kept. These include:
4701
4702 [[!table  data="""
4703  `/etc` | Generic system configuration information; data here is system-specific. 
4704  `/etc/defaults` | Default versions of system configuration files. 
4705  `/etc/mail` | Extra [sendmail(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sendmail&section=8) configuration, other MTA configuration files. 
4706  `/etc/ppp` | Configuration for both user- and kernel-ppp programs. 
4707  `/etc/namedb` | Default location for [named(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=named&section=8) data. Normally `named.conf` and zone files are stored here. 
4708  `/usr/local/etc` | Configuration files for installed applications. May contain per-application subdirectories. 
4709  `/usr/local/etc/rc.d` | Start/stop scripts for installed applications. 
4710  `/var/db` | Automatically generated system-specific database files, such as the package database, the locate database, and so on |
4711
4712 """]]
4713
4714
4715
4716 ### 6.10.2 Hostnames 
4717
4718 #### 6.10.2.1 /etc/resolv.conf 
4719
4720 `/etc/resolv.conf` dictates how DragonFly's resolver accesses the Internet Domain Name System (DNS).
4721
4722
4723
4724 The most common entries to `resolv.conf` are:
4725
4726 [[!table  data="""
4727  `nameserver` | The IP address of a name server the resolver should query. The servers are queried in the order listed with a maximum of three.
4728  `search` | Search list for hostname lookup. This is normally determined by the domain of the local hostname. 
4729  `domain` | The local domain name. |
4730
4731 """]]
4732
4733
4734
4735 A typical `resolv.conf`:
4736
4737
4738
4739     
4740
4741     search example.com
4742
4743     nameserver 147.11.1.11
4744
4745     nameserver 147.11.100.30
4746
4747
4748
4749  **Note:** Only one of the `search` and `domain` options should be used.
4750
4751
4752
4753 If you are using DHCP, [dhclient(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=dhclient&section=8) usually rewrites `resolv.conf` with information received from the DHCP server.
4754
4755
4756
4757 #### 6.10.2.2 /etc/hosts 
4758
4759 `/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)](http://leaf.dragonflybsd.org/cgi/web-man?command=named&section=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.
4760
4761
4762
4763     
4764
4765     #
4766
4767     #
4768
4769     # Host Database
4770
4771     # This file should contain the addresses and aliases
4772
4773     # for local hosts that share this file.
4774
4775     # In the presence of the domain name service or NIS, this file may
4776
4777     # not be consulted at all; see /etc/nsswitch.conf for the resolution order.
4778
4779     #
4780
4781     #
4782
4783     ::1                     localhost localhost.my.domain myname.my.domain
4784
4785     127.0.0.1               localhost localhost.my.domain myname.my.domain
4786
4787     #
4788
4789     # Imaginary network.
4790
4791     #10.0.0.2               myname.my.domain myname
4792
4793     #10.0.0.3               myfriend.my.domain myfriend
4794
4795     #
4796
4797     # According to RFC 1918, you can use the following IP networks for
4798
4799     # private nets which will never be connected to the Internet:
4800
4801     #
4802
4803     #       10.0.0.0        -   10.255.255.255
4804
4805     #       172.16.0.0      -   172.31.255.255
4806
4807     #       192.168.0.0     -   192.168.255.255
4808
4809     #
4810
4811     # In case you want to be able to connect to the Internet, you need
4812
4813     # real official assigned numbers.  PLEASE PLEASE PLEASE do not try
4814
4815     # to invent your own network numbers but instead get one from your
4816
4817     # network provider (if any) or from the Internet Registry (ftp to
4818
4819     # rs.internic.net, directory `/templates').
4820
4821     #
4822
4823
4824
4825 `/etc/hosts` takes on the simple format of:
4826
4827
4828
4829     
4830
4831     [Internet address] [official hostname] [alias1] [alias2] ...
4832
4833
4834
4835 For example:
4836
4837
4838
4839     
4840
4841     10.0.0.1 myRealHostname.example.com myRealHostname foobar1 foobar2
4842
4843
4844
4845 Consult [hosts(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=hosts&section=5) for more information.
4846
4847
4848
4849 ### 6.10.3 Log File Configuration 
4850
4851 #### 6.10.3.1 syslog.conf 
4852
4853 `syslog.conf` is the configuration file for the [syslogd(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=syslogd&section=8) program. It indicates which types of `syslog` messages are logged to particular log files.
4854
4855
4856
4857     
4858
4859     #
4860
4861     #
4862
4863     #       Spaces ARE valid field separators in this file. However,
4864
4865     #       other *nix-like systems still insist on using tabs as field
4866
4867     #       separators. If you are sharing this file between systems, you
4868
4869     #       may want to use only tabs as field separators here.
4870
4871     #       Consult the syslog.conf(5) manual page.
4872
4873     
4874 *.err;kern.debug;auth.notice;mail.crit          /dev/console
4875
4876     *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
4877
4878
4879     security.*                                      /var/log/security
4880
4881     mail.info                                       /var/log/maillog
4882
4883     lpr.info                                        /var/log/lpd-errs
4884
4885     cron.*                                          /var/log/cron
4886
4887     
4888 *.err                                           root
4889
4890     *.notice;news.err                               root
4891
4892     *.alert                                         root
4893
4894     *.emerg                                         *
4895
4896
4897     # uncomment this to log all writes to /dev/console to /var/log/console.log
4898
4899     #console.info                                   /var/log/console.log
4900
4901     # uncomment this to enable logging of all log messages to /var/log/all.log
4902
4903     #*.*                                            /var/log/all.log
4904
4905     # uncomment this to enable logging to a remote log host named loghost
4906
4907     #*.*                                            @loghost
4908
4909     # uncomment these if you're running inn
4910
4911     # news.crit                                     /var/log/news/news.crit
4912
4913     # news.err                                      /var/log/news/news.err
4914
4915     # news.notice                                   /var/log/news/news.notice
4916
4917     !startslip
4918
4919     
4920 *.*                                             /var/log/slip.log
4921
4922     !ppp
4923
4924     
4925 *.*                                             /var/log/ppp.log
4926
4927
4928
4929 Consult the [syslog.conf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=syslog.conf&section=5) manual page for more information.
4930
4931
4932
4933 #### 6.10.3.2 newsyslog.conf 
4934
4935 `newsyslog.conf` is the configuration file for [newsyslog(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=newsyslog&section=8), a program that is normally scheduled to run by [cron(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=cron&section=8). [newsyslog(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=newsyslog&section=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. Alternatively, the log files may be archived in [gzip(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=gzip&section=1) format causing them to be named: `logfile.0.gz`, `logfile.1.gz`, and so on.
4936
4937
4938
4939 `newsyslog.conf` 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.
4940
4941
4942
4943     
4944
4945     # configuration file for newsyslog
4946
4947     #
4948
4949     #
4950
4951     # filename          [owner:group]    mode count size when [ZB] [/pid_file] [sig_num]
4952
4953     /var/log/cron                           600  3     100  *     Z
4954
4955     /var/log/amd.log                        644  7     100  *     Z
4956
4957     /var/log/kerberos.log                   644  7     100  *     Z
4958
4959     /var/log/lpd-errs                       644  7     100  *     Z
4960
4961     /var/log/maillog                        644  7     *    @T00  Z
4962
4963     /var/log/sendmail.st                    644  10    *    168   B
4964
4965     /var/log/messages                       644  5     100  *     Z
4966
4967     /var/log/all.log                        600  7     *    @T00  Z
4968
4969     /var/log/slip.log                       600  3     100  *     Z
4970
4971     /var/log/ppp.log                        600  3     100  *     Z
4972
4973     /var/log/security                       600  10    100  *     Z
4974
4975     /var/log/wtmp                           644  3     *    @01T05 B
4976
4977     /var/log/daily.log                      640  7     *    @T00  Z
4978
4979     /var/log/weekly.log                     640  5     1    $W6D0 Z
4980
4981     /var/log/monthly.log                    640  12    *    $M1D0 Z
4982
4983     /var/log/console.log                    640  5     100  *     Z
4984
4985
4986
4987 Consult the [newsyslog(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=newsyslog&section=8) manual page for more information.
4988
4989
4990
4991 ### 6.10.4 sysctl.conf 
4992
4993 `sysctl.conf` looks much like `rc.conf`. 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.
4994
4995
4996
4997 A sample `sysctl.conf` turning off logging of fatal signal exits and letting Linux programs know they are really running under DragonFly:
4998
4999
5000
5001     
5002
5003     kern.logsigexit=0       # Do not log fatal signal exits (e.g. sig 11)
5004
5005     compat.linux.osname=DragonFly
5006
5007     compat.linux.osrelease=4.3-STABLE
5008
5009
5010
5011
5012     
5013     
5014     
5015     
5016     
5017 ## 6.11 Tuning with sysctl 
5018
5019
5020
5021 [sysctl(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sysctl&section=8) is an interface that allows you to make changes to a running DragonFly system. This includes many advanced options of the TCP/IP stack and virtual memory system that can dramatically improve performance for an experienced system administrator. Over five hundred system variables can be read and set using [sysctl(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sysctl&section=8).
5022
5023
5024
5025 At its core, [sysctl(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sysctl&section=8) serves two functions: to read and to modify system settings.
5026
5027
5028
5029 To view all readable variables:
5030
5031
5032
5033     
5034
5035     % sysctl -a
5036
5037
5038
5039
5040
5041 To read a particular variable, for example, `kern.maxproc`:
5042
5043
5044
5045     
5046
5047     % sysctl kern.maxproc
5048
5049     kern.maxproc: 1044
5050
5051
5052
5053
5054
5055 To set a particular variable, use the intuitive `***variable***`=`***value***` syntax:
5056
5057
5058
5059     
5060
5061     # sysctl kern.maxfiles=5000
5062
5063     kern.maxfiles: 2088 -< 5000
5064
5065
5066
5067
5068
5069 Settings of sysctl variables are usually either strings, numbers, or booleans (a boolean being `1` for yes or a `0` for no).
5070
5071
5072
5073 If you want to set automatically some variables each time the machine boots, add them to the `/etc/sysctl.conf` file. For more information see the [sysctl.conf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=sysctl.conf&section=5) manual page and the [configtuning-configfiles.html#CONFIGTUNING-SYSCTLCONF Section 6.10.4].
5074
5075
5076
5077 ### 6.11.1 sysctl(8) Read-only 
5078
5079
5080
5081 ***Contributed by Tom Rhodes. ***
5082
5083
5084
5085 In some cases it may be desirable to modify read-only [sysctl(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sysctl&section=8) values. While this is not recommended, it is also sometimes unavoidable.
5086
5087
5088
5089 For instance on some laptop models the [cardbus(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=cardbus&section=4) device will not probe memory ranges, and fail with errors which look similar to:
5090
5091
5092
5093     
5094
5095     cbb0: Could not map register memory
5096
5097     device_probe_and_attach: cbb0 attach returned 12
5098
5099
5100
5101
5102
5103 Cases like the one above usually require the modification of some default [sysctl(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sysctl&section=8) settings which are set read only. To overcome these situations a user can put [sysctl(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sysctl&section=8) ***OIDs*** in their local `/boot/loader.conf`. Default settings are located in the `/boot/defaults/loader.conf` file.
5104
5105
5106
5107 Fixing the problem mentioned above would require a user to set `hw.pci.allow_unsupported_io_range=1` in the aforementioned file. Now [cardbus(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=cardbus&section=4) will work properly.
5108
5109
5110
5111
5112
5113
5114
5115 CategoryHandbook
5116
5117 CategoryHandbook-configuration
5118
5119
5120
5121
5122
5123
5124
5125
5126 ## 6.12 Tuning Disks 
5127
5128
5129
5130 ### 6.12.1 Sysctl Variables 
5131
5132
5133
5134 #### 6.12.1.1 `vfs.vmiodirenable` 
5135
5136
5137
5138 The `vfs.vmiodirenable` sysctl variable may be set to either 0 (off) or 1 (on); it is 1 by default. This variable controls how directories are cached by the system. Most directories are small, using just a single fragment (typically 1 K) in the file system and less (typically 512 bytes) in the buffer cache. With this variable turned off (to 0), the buffer cache will only cache a fixed number of directories even if ou have a huge amount of memory. When turned on (to 1), this sysctl allows the buffer cache to use the VM Page Cache to cache the directories, making all the memory available for caching directories. However, the minimum in-core memory used to cache a directory is the physical page size (typically 4 K) rather than 512  bytes. We recommend keeping 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. Keeping this option on will generally not reduce performance even with the wasted memory but you should experiment to find out.
5139
5140
5141
5142 #### 6.12.1.2 `vfs.write_behind` 
5143
5144
5145
5146 The `vfs.write_behind` sysctl variable defaults to `1` (on). This tells the file system to issue media writes as full clusters are collected, which typically occurs when writing large sequential files. The idea is to avoid saturating the buffer cache with dirty buffers when it would not benefit I/O performance. However, this may stall processes and under certain circumstances you may wish to turn it off.
5147
5148
5149
5150 #### 6.12.1.3 `vfs.hirunningspace` 
5151
5152
5153
5154 The `vfs.hirunningspace` sysctl variable determines how much outstanding write I/O may be queued to disk controllers system-wide at any given instance. The default is usually sufficient but on machines with lots of disks you may want to bump it up to four or five ***megabytes***. Note that setting too high a value (exceeding the buffer cache's write threshold) can lead to extremely bad clustering performance. Do not set this value arbitrarily high! Higher write values may add latency to reads occurring at the same time.
5155
5156
5157
5158 There are various other buffer-cache and VM page cache related sysctls. We do not recommend modifying these values. The VM system does an extremely good job of automatically tuning itself.
5159
5160
5161
5162 #### 6.12.1.4 `vm.swap_idle_enabled` 
5163
5164
5165
5166 The `vm.swap_idle_enabled` sysctl variable is useful in large multi-user systems where you have lots of users entering and leaving the system and lots of idle processes. Such systems tend to generate a great deal of continuous pressure on free memory reserves. Turning this feature on and tweaking the swapout hysteresis (in idle seconds) via `vm.swap_idle_threshold1` and `vm.swap_idle_threshold2` allows you to depress the priority of memory pages associated with idle processes more quickly then the normal pageout algorithm. This gives a helping hand to the pageout daemon. Do not turn this option on unless you need it, because the tradeoff you are making is essentially pre-page memory sooner rather than later; thus eating more swap and disk bandwidth. In a small system this option will have a determinable effect but in a large system that is already doing moderate paging this option allows the VM system to stage whole processes into and out of memory easily.
5167
5168
5169
5170 #### 6.12.1.5 `hw.ata.wc` 
5171
5172
5173
5174 IDE drives lie about when a write completes. With IDE write caching turned on, IDE hard drives not only write data to disk out of order, but will sometimes delay writing some blocks indefinitely when under heavy disk loads. A crash or power failure may cause serious file system corruption. Turning off write caching will remove the danger of this data loss, but will also cause disk operations to proceed ***very slowly.*** Change this only if prepared to suffer with the disk slowdown.
5175
5176
5177
5178 Changing this variable must be done from the boot loader at boot time. Attempting to do it after the kernel boots will have no effect.
5179
5180
5181
5182 For more information, please see [ata(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=ata&section=4) manual page.
5183
5184 <!-- XXX: add some more sysctls, e.g. relating to AHCI, nata, ... -->
5185
5186
5187
5188 ### 6.12.2 Soft Updates 
5189
5190 **Note** that soft updates are only available on UFS.
5191
5192 The [tunefs(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=tunefs&section=8) program can be used to fine-tune a UFS file system. This program has many different options, but for now we are only concerned with toggling Soft Updates on and off, which is done by:
5193
5194
5195
5196     
5197
5198     # tunefs -n enable /filesystem
5199
5200     # tunefs -n disable /filesystem
5201
5202
5203
5204
5205
5206 A filesystem cannot be modified with [tunefs(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=tunefs&section=8) while it is mounted. A good time to enable Soft Updates is before any partitions have been mounted, in single-user mode.
5207
5208
5209
5210  **Note:** It is possible to enable Soft Updates at filesystem creation time, through use of the `-U` option to [newfs(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=newfs&section=8).
5211
5212
5213
5214 Soft Updates drastically improves meta-data performance, mainly file creation and deletion, through the use of a memory cache. We recommend to use Soft Updates on all of your file systems. 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 your system crashes 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 almost full, performing a major update, such as `make installworld`, can cause the filesystem to run out of space and the update to fail.
5215
5216
5217
5218 #### 6.12.2.1 More Details about Soft Updates 
5219 <!-- XXX: consider axing this section -->
5220
5221
5222 There are two traditional approaches to writing a file systems meta-data back to disk. (Meta-data updates are updates to non-content data like inodes or directories.)
5223
5224
5225
5226 Historically, the default behavior was to write out meta-data updates synchronously. If a directory had been changed, the system waited until the change was actually written to disk. The file data buffers (file contents) were passed through the buffer cache and backed up to disk later on asynchronously. The advantage of this implementation is that it operates safely. If there is a failure during an update, the meta-data are always in a consistent state. A file is either created completely or not at all. If the data blocks of a file did not find their way out of the buffer cache onto the disk by the time of the crash, [fsck(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#fsck&section8) is able to recognize this and repair the filesystem by setting the file length to 0. Additionally, the implementation is clear and simple. The disadvantage is that meta-data changes are slow. An `rm -r`, for instance, touches all the files in a directory sequentially, but each directory change (deletion of a file) will be written synchronously to the disk. This includes updates to the directory itself, to the inode table, and possibly to indirect blocks allocated by the file. Similar considerations apply for unrolling large hierarchies (`tar -x`).
5227
5228
5229
5230 The second case is asynchronous meta-data updates. This is the default for Linux/ext2fs and `mount -o async` for *BSD ufs. All meta-data updates are simply being passed through the buffer cache too, that is, they will be intermixed with the updates of the file content data. The advantage of this implementation is there is no need to wait until each meta-data update has been written to disk, so all operations which cause huge amounts of meta-data updates work much faster than in the synchronous case. Also, the implementation is still clear and simple, so there is a low risk for bugs creeping into the code. The disadvantage is that there is no guarantee at all for a consistent state of the filesystem. If there is a failure during an operation that updated large amounts of meta-data (like a power failure, or someone pressing the reset button), the filesystem will be left in an unpredictable state. There is no opportunity to examine the state of the filesystem when the system comes up again; the data blocks of a file could already have been written to the disk while the updates of the inode table or the associated directory were not. It is actually impossible to implement a `fsck` which is able to clean up the resulting chaos (because the necessary information is not available on the disk). If the filesystem has been damaged beyond repair, the only choice is to use [newfs(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#newfs&section8) on it and restore it from backup.
5231
5232
5233
5234 The usual solution for this problem was to implement ***dirty region logging***, which is also referred to as ***journaling***, although that term is not used consistently and is occasionally applied to other forms of transaction logging as well. Meta-data updates are still written synchronously, but only into a small region of the disk. Later on they will be moved to their proper location. Because the logging area is a small, contiguous region on the disk, there are no long distances for the disk heads to move, even during heavy operations, so these operations are quicker than synchronous updates. Additionally the complexity of the implementation is fairly limited, so the risk of bugs being present is low. A disadvantage is that all meta-data are written twice (once into the logging region and once to the proper location) so for normal work, a performance ***pessimization*** might result. On the other hand, in case of a crash, all pending meta-data operations can be quickly either rolled-back or completed from the logging area after the system comes up again, resulting in a fast filesystem startup.
5235
5236
5237
5238 Kirk McKusick, the developer of Berkeley FFS, solved this problem with Soft Updates: all pending meta-data updates are kept in memory and written out to disk in a sorted sequence (***ordered meta-data updates***). This has the effect that, in case of heavy meta-data operations, later updates to an item ***catch*** the earlier ones if the earlier ones are still in memory and have not already been written to disk. So all operations on, say, a directory are generally performed in memory before the update is written to disk (the data blocks are sorted according to their position so that they will not be on the disk ahead of their meta-data). If the system crashes, this causes an implicit ***log rewind***: all operations which did not find their way to the disk appear as if they had never happened. A consistent filesystem state is maintained that appears to be the one of 30 to 60 seconds earlier. The algorithm used guarantees that all resources in use are marked as such in their appropriate bitmaps: blocks and inodes. After a crash, the only resource allocation error that occurs is that resources are marked as ***used*** which are actually ***free***. [fsck(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#fsck&section8) recognizes this situation, and frees the resources that are no longer used. It is safe to ignore the dirty state of the filesystem after a crash by forcibly mounting it with `mount -f`. In order to free resources that may be unused, [fsck(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=fsck&section=8) needs to be run at a later time.
5239
5240
5241
5242 The advantage is that meta-data operations are nearly as fast as asynchronous updates (i.e. faster than with ***logging***, which has to write the meta-data twice). The disadvantages are the complexity of the code (implying a higher risk for bugs in an area that is highly sensitive regarding loss of user data), and a higher memory consumption. Additionally there are some idiosyncrasies one has to get used to. After a crash, the state of the filesystem appears to be somewhat ***older***. In situations where the standard synchronous approach would have caused some zero-length files to remain after the `fsck`, these files do not exist at all with a Soft Updates filesystem because neither the meta-data nor the file contents have ever been written to disk. Disk space is not released until the updates have been written to disk, which may take place some time after running `rm`. This may cause problems when installing large amounts of data on a filesystem that does not have enough free space to hold all the files twice.
5243
5244
5245
5246
5247
5248
5249
5250 CategoryHandbook
5251
5252 CategoryHandbook-configuration
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264 ## 6.13 Tuning Kernel Limits 
5265
5266
5267
5268 ### 6.13.1 File/Process Limits 
5269
5270
5271
5272 #### 6.13.1.1 `kern.maxfiles` 
5273
5274 <!-- XXX: revise this section; someone who knows about it -->
5275
5276 `kern.maxfiles` 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.
5277
5278
5279
5280 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.
5281
5282
5283
5284 `kern.maxfile`'s default value is dictated by the `MAXUSERS` option in your kernel configuration file. `kern.maxfiles` 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 at once, the resources needed may be similar to a high-scale web server.
5285
5286
5287
5288  **Note:** Setting `MAXUSERS` to `0` in your kernel configuration file will choose a reasonable default value based on the amount of RAM present in your system. It is set to 0 in the default GENERIC kernel.
5289
5290
5291
5292 #### 6.13.1.2 `kern.ipc.somaxconn` 
5293
5294
5295
5296 The `kern.ipc.somaxconn` sysctl variable limits the size of the listen queue for accepting new TCP connections. The default value of `128` is typically too low for robust handling of new connections in a heavily loaded web server environment. For such environments, it is recommended to increase this value to `1024` or higher. The service daemon may itself limit the listen queue size (e.g. [sendmail(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=sendmail&section=8), or  **Apache** ) but will often have a directive in its configuration file to adjust the queue size. Large listen queues also do a better job of avoiding Denial of Service (DoS) attacks.
5297
5298
5299
5300 ### 6.13.2 Network Limits 
5301
5302 <!-- XXX:
5303
5304 The `NMBCLUSTERS` kernel configuration option dictates the amount of network Mbufs available to the system. A heavily-trafficked server with a low number of Mbufs will hinder DragonFly's ability. Each cluster represents approximately 2 K of memory, so a value of 1024 represents 2 megabytes of kernel memory reserved for network buffers. A simple calculation can be done to figure out how many are needed. If you have a web server which maxes out at 1000 simultaneous connections, and each connection eats a 16 K receive and 16 K send buffer, you need approximately 32 MB worth of network buffers to cover the web server. A good rule of thumb is to multiply by 2, so 2x32 MB / 2 KB # 64 MB / 2 kB  32768. We recommend values between 4096 and 32768 for machines with greater amounts of memory. Under no circumstances should you specify an arbitrarily high value for this parameter as it could lead to a boot time crash. The `-m` option to [netstat(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=netstat&section=1) may be used to observe network cluster use. `kern.ipc.nmbclusters` loader tunable should be used to tune this at boot time.
5305
5306 <!-- XXX: mention kern.ipc.mbufs sysctl -->
5307
5308
5309 For busy servers that make extensive use of the [sendfile(2)](http://leaf.dragonflybsd.org/cgi/web-man?command=sendfile&section=2) system call, it may be necessary to increase the number of [sendfile(2)](http://leaf.dragonflybsd.org/cgi/web-man?command=sendfile&section=2) buffers via the `NSFBUFS` kernel configuration option or by setting its value in `/boot/loader.conf` (see [loader(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=loader&section=8) for details). A common indicator that this parameter needs to be adjusted is when processes are seen in the `sfbufa` state. The sysctl variable `kern.ipc.nsfbufs` is a read-only glimpse at the kernel configured variable. This parameter nominally scales with `kern.maxusers`, however it may be necessary to tune accordingly.
5310
5311
5312
5313  **Important:** Even though a socket has been marked as non-blocking, calling [sendfile(2)](http://leaf.dragonflybsd.org/cgi/web-man?command=sendfile&section=2) on the non-blocking socket may result in the [sendfile(2)](http://leaf.dragonflybsd.org/cgi/web-man?command=sendfile&section=2) call blocking until enough `struct sf_buf`'s are made available.
5314
5315
5316
5317 #### 6.13.2.1 `net.inet.ip.portrange.*` 
5318
5319
5320
5321 The `net.inet.ip.portrange.*` sysctl variables control the port number ranges automatically bound to TCP and UDP sockets. There are three ranges: a low range, a default range, and a high range. Most network programs use the default range which is controlled by the `net.inet.ip.portrange.first` and `net.inet.ip.portrange.last`, which default to 1024 and 5000, respectively. Bound port ranges are used for outgoing connections, and it is possible to run the system out of ports under certain circumstances. This most commonly occurs when you are running a heavily loaded web proxy. The port range is not an issue when running servers which handle mainly incoming connections, such as a normal web server, or has a limited number of outgoing connections, such as a mail relay. For situations where you may run yourself out of ports, it is recommended to increase `net.inet.ip.portrange.last` modestly. A value of `10000`, `20000` or `30000` may be reasonable. You should also consider firewall effects when changing the port range. Some firewalls may block large ranges of ports (usually low-numbered ports) and expect systems to use higher ranges of ports for outgoing connections -- for this reason it is recommended that `net.inet.ip.portrange.first` be lowered.
5322
5323
5324
5325 #### 6.13.2.2 TCP Bandwidth Delay Product 
5326 <!-- XXX: Revise this stuff, I'm not familiar with it -->
5327
5328
5329 The TCP Bandwidth Delay Product Limiting is similar to TCP/Vegas in NetBSD. It can be enabled by setting `net.inet.tcp.inflight_enable` sysctl variable to `1`. The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput.
5330
5331
5332
5333 This feature is useful if you are serving data over modems, Gigabit Ethernet, or even high speed WAN links (or any other link with a high bandwidth delay product), especially if you are also using window scaling or have configured a large send window. If you enable this option, you should also be sure to set `net.inet.tcp.inflight_debug` to `0` (disable debugging), and for production use setting `net.inet.tcp.inflight_min` to at least `6144` may be beneficial. However, note that setting high minimums may effectively disable bandwidth limiting depending on the link. The limiting feature reduces the amount of data built up in intermediate route and switch packet queues as well as reduces the amount of data built up in the local host's interface queue. With fewer packets queued up, interactive connections, especially over slow modems, will also be able to operate with lower ***Round Trip Times***. However, note that this feature only effects data transmission (uploading / server side). It has no effect on data reception (downloading).
5334
5335
5336
5337 Adjusting `net.inet.tcp.inflight_stab` is ***not*** recommended. This parameter defaults to 20, representing 2 maximal packets added to the bandwidth delay product window calculation. The additional window is required to stabilize the algorithm and improve responsiveness to changing conditions, but it can also result in higher ping times over slow links (though still much lower than you would get without the inflight algorithm). In such cases, you may wish to try reducing this parameter to 15, 10, or 5; and may also have to reduce `net.inet.tcp.inflight_min` (for example, to 3500) to get the desired effect. Reducing these parameters should be done as a last resort only.
5338
5339
5340
5341
5342
5343
5344
5345 CategoryHandbook
5346
5347 CategoryHandbook-configuration
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357 ## 6.14 Adding Swap Space 
5358
5359
5360
5361 No matter how well you plan, sometimes a system does not run as you expect. If you find you need more swap space, it is simple enough to add. You have three ways to increase swap space: adding a new hard drive, enabling swap over NFS, and creating a swap file on an existing partition.
5362
5363
5364
5365 ### 6.14.1 Swap on a New Hard Drive 
5366
5367
5368
5369 The best way to add swap, of course, is to use this as an excuse to add another hard drive. You can always use another hard drive, after all. If you can do this, go reread the discussion about swap space in [configtuning-initial.html Section 6.2] for some suggestions on how to best arrange your swap.
5370
5371
5372
5373 ### 6.14.2 Swapping over NFS 
5374
5375
5376
5377 Swapping over NFS is only recommended if you do not have a local hard disk to swap to. Even though DragonFly has an excellent NFS implementation, NFS swapping will be limited by the available network bandwidth and puts an additional burden on the NFS server.
5378
5379
5380
5381 ### 6.14.3 Swapfiles 
5382
5383
5384
5385 You can create a file of a specified size to use as a swap file. In our example here we will use a 64MB file called `/usr/swap0`. You can use any name you want, of course.
5386
5387
5388
5389  **Example 6-1. Creating a Swapfile** 
5390
5391
5392
5393   1. Be certain that your kernel configuration includes the vnode driver. It is ***not*** in recent versions of `GENERIC`.
5394
5395       
5396
5397          pseudo-device   vn 1   #Vnode driver (turns a file into a device)
5398
5399   
5400
5401   1. Create a vn-device:
5402
5403       
5404
5405          # cd /dev
5406
5407          # sh MAKEDEV vn0
5408
5409   
5410
5411   1. Create a swapfile (`/usr/swap0`):
5412
5413       
5414
5415          # dd if=/dev/zero of=/usr/swap0 bs=1024k count=64
5416
5417   
5418
5419   1. Set proper permissions on (`/usr/swap0`):
5420
5421       
5422
5423          # chmod 0600 /usr/swap0
5424
5425   
5426
5427   1. Enable the swap file in `/etc/rc.conf`:
5428
5429       
5430
5431          swapfile="/usr/swap0"   # Set to name of swapfile if aux swapfile desired.
5432
5433   
5434
5435   1. Reboot the machine or to enable the swap file immediately, type:
5436
5437       
5438
5439          # vnconfig -e /dev/vn0b /usr/swap0 swap
5440
5441   
5442
5443
5444
5445
5446
5447
5448
5449 CategoryHandbook
5450
5451 CategoryHandbook-configuration
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461 ## 6.15 Power and Resource Management 
5462
5463
5464
5465 ***Written by Hiten Pandya and Tom Rhodes. ***
5466
5467
5468
5469 It is very important to utilize hardware resources in an efficient manner. Before ACPI was introduced, it was very difficult and inflexible for operating systems to manage the power usage and thermal properties of a system. The hardware was controlled by some sort of BIOS embedded interface, such as ***Plug and Play BIOS (PNPBIOS)***, or ***Advanced Power Management (APM)*** and so on. Power and Resource Management is one of the key components of a modern operating system. For example, you may want an operating system to monitor system limits (and possibly alert you) in case your system temperature increased unexpectedly.
5470
5471
5472
5473 In this section, we will provide comprehensive information about ACPI. References will be provided for further reading at the end. Please be aware that ACPI is available on DragonFly systems as a default kernel module.
5474
5475
5476
5477 ### 6.15.1 What Is ACPI? 
5478
5479
5480
5481 Advanced Configuration and Power Interface (ACPI) is a standard written by an alliance of vendors to provide a standard interface for hardware resources and power management (hence the name). It is a key element in ***Operating System-directed configuration and Power Management***, i.e.: it provides more control and flexibility to the operating system (OS). Modern systems ***stretched*** the limits of the current Plug and Play interfaces (such as APM), prior to the introduction of ACPI. ACPI is the direct successor to APM (Advanced Power Management).
5482
5483
5484
5485 ### 6.15.2 Shortcomings of Advanced Power Management (APM) 
5486
5487
5488
5489 The ***Advanced Power Management (APM)*** facility control's the power usage of a system based on its activity. The APM BIOS is supplied by the (system) vendor and it is specific to the hardware platform. An APM driver in the OS mediates access to the ***APM Software Interface***, which allows management of power levels.
5490
5491
5492 There are four major problems in APM. Firstly, power management is done by the (vendor-specific) BIOS, and the OS does not have any knowledge of it. One example of this, is when the user sets idle-time values for a hard drive in the APM BIOS, that when exceeded, it (BIOS) would spin down the hard drive, without the consent of the OS. Secondly, the APM logic is embedded in the BIOS, and it operates outside the scope of the OS. This means users can only fix problems in their APM BIOS by flashing a new one into the ROM; which, is a very dangerous procedure, and if it fails, it could leave the system in an unrecoverable state. Thirdly, APM is a vendor-specific technology, which, means that there is a lot or parity (duplication of efforts) and bugs found in one vendor's BIOS, may not be solved in others. Last but not the least, the APM BIOS did not have enough room to implement a sophisticated power policy, or one that can adapt very well to the purpose of the machine.
5493
5494
5495 ***Plug and Play BIOS (PNPBIOS)*** was unreliable in many situations. PNPBIOS is 16-bit technology, so the OS has to use 16-bit emulation in order to ***interface*** with PNPBIOS methods.
5496
5497
5498
5499 The DragonFly APM driver is documented in the [apm(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=apm&section=4) manual page.
5500
5501
5502
5503 ### 6.15.3 Configuring ACPI 
5504
5505
5506
5507 The `acpi.ko` driver is loaded by default at start up by the [loader(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=loader&section=8) and should ***not*** be compiled into the kernel. The reasoning behind this is that modules are easier to work with, say if switching to another `acpi.ko` without doing a kernel rebuild. This has the advantage of making testing easier. Another reason is that starting ACPI after a system has been brought up is not too useful, and in some cases can be fatal. In doubt, just disable ACPI all together. This driver should not and can not be unloaded because the system bus uses it for various hardware interactions. ACPI can be disabled with the [acpiconf(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpiconf&section=8) utility. In fact most of the interaction with ACPI can be done via [acpiconf(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpiconf&section=8). Basically this means, if anything about ACPI is in the [dmesg(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=dmesg&section=8) output, then most likely it is already running.
5508
5509
5510
5511  **Note:** ACPI and APM cannot coexist and should be used separately. The last one to load will terminate if the driver notices the other running.
5512
5513
5514
5515 In the simplest form, ACPI can be used to put the system into a sleep mode with [acpiconf(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpiconf&section=8), the `-s` flag, and a `1-5` option. Most users will only need `1`. Option `5` will do a soft-off which is the same action as:
5516
5517   
5518
5519     # halt -p
5520
5521
5522 The other options are available. Check out the [acpiconf(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpiconf&section=8) manual page for more information.
5523
5524
5525 ## Using and Debugging DragonFly ACPI 
5526
5527
5528
5529 ***Written by Nate Lawson. With contributions from Peter Schultz and Tom Rhodes. ***
5530
5531
5532 ACPI is a fundamentally new way of discovering devices, managing power usage, and providing standardized access to various hardware previously managed by the BIOS. Progress is being made toward ACPI working on all systems, but bugs in some motherboards ***ACPI Machine Language*** (AML) bytecode, incompleteness in DragonFly's kernel subsystems, and bugs in the Intel ACPI-CA interpreter continue to appear.
5533
5534
5535 This document is intended to help you assist the DragonFly ACPI maintainers in identifying the root cause of problems you observe and debugging and developing a solution. Thanks for reading this and we hope we can solve your system's problems.
5536
5537
5538 ### Submitting Debugging Information 
5539
5540  **Note:** Before submitting a problem, be sure you are running the latest BIOS version and, if available, embedded controller firmware version.
5541
5542 For those of you that want to submit a problem right away, please send the following information to [bugs](http://leaf.dragonflybsd.org/mailarchive/)
5543
5544
5545 * Description of the buggy behavior, including system type and model and anything that causes the bug to appear. Also, please note as accurately as possible when the bug began occurring if it is new for you.
5546
5547 * The dmesg output after ***boot `-v`***, including any error messages generated by you exercising the bug.
5548
5549 * dmesg output from ***boot `-v`*** with ACPI disabled, if disabling it helps fix the problem.
5550
5551 * Output from ***sysctl hw.acpi***. This is also a good way of figuring out what features your system offers.
5552
5553 * URL where your ***ACPI Source Language*** (ASL) can be found. Do ***not*** send the ASL directly to the list as it can be very large. Generate a copy of your ASL by running this command:
5554       
5555
5556       # acpidump -t -d > name-system.asl
5557
5558   
5559
5560   (Substitute your login name for `name` and manufacturer/model for `system`. Example: `njl-FooCo6000.asl`)
5561
5562
5563
5564 ### Background 
5565
5566
5567
5568 ACPI is present in all modern computers that conform to the ia32 (x86), ia64 (Itanium), and amd64 (AMD) architectures. The full standard has many features including CPU performance management, power planes control, thermal zones, various battery systems, embedded controllers, and bus enumeration. Most systems implement less than the full standard. For instance, a desktop system usually only implements the bus enumeration parts while a laptop might have cooling and battery management support as well. Laptops also have suspend and resume, with their own associated complexity.
5569
5570
5571
5572 An ACPI-compliant system has various components. The BIOS and chipset vendors provide various fixed tables (e.g., FADT) in memory that specify things like the APIC map (used for SMP), config registers, and simple configuration values. Additionally, a table of bytecode (the ***Differentiated System Description Table*** DSDT) is provided that specifies a tree-like name space of devices and methods.
5573
5574
5575
5576 The ACPI driver must parse the fixed tables, implement an interpreter for the bytecode, and modify device drivers and the kernel to accept information from the ACPI subsystem. For DragonFly, Intel has provided an interpreter (ACPI-CA) that is shared with Linux and NetBSD®. The path to the ACPI-CA source code is `src/sys/dev/acpica5`.  Finally, drivers that implement various ACPI devices are found in `src/sys/dev/acpica5`.
5577
5578
5579
5580 ### Common Problems 
5581
5582
5583
5584 For ACPI to work correctly, all the parts have to work correctly. Here are some common problems, in order of frequency of appearance, and some possible workarounds or fixes.
5585
5586
5587
5588 #### Suspend/Resume 
5589
5590
5591
5592 ACPI has three suspend to RAM (STR) states, `S1`-`S3`, and one suspend to disk state (`STD`), called `S4`. `S5` is ***soft off*** and is the normal state your system is in when plugged in but not powered up. `S4` can actually be implemented two separate ways. `S4`BIOS is a BIOS-assisted suspend to disk. `S4`OS is implemented entirely by the operating system.
5593
5594
5595
5596 Start by checking `sysctl` `hw.acpi` for the suspend-related items. Here are the results for my Thinkpad:
5597
5598     hw.acpi.supported_sleep_state: S3 S4 S5
5599
5600     hw.acpi.s4bios: 0
5601
5602
5603 This means that I can use `acpiconf -s` to test `S3`, `S4`OS, and `S5`. If `s4bios` was one (`1`), I would have `S4`BIOS support instead of `S4` OS.
5604
5605
5606
5607 When testing suspend/resume, start with `S1`, if supported. This state is most likely to work since it doesn't require much driver support. No one has implemented `S2` but if you have it, it's similar to `S1`. The next thing to try is `S3`. This is the deepest STR state and requires a lot of driver support to properly reinitialize your hardware. If you have problems resuming, feel free to email the [bugs](http://leaf.dragonflybsd.org/mailarchive/) list but do not expect the problem to be resolved since there are a lot of drivers/hardware that need more testing and work.
5608
5609
5610
5611 To help isolate the problem, remove as many drivers from your kernel as possible. If it works, you can narrow down which driver is the problem by loading drivers until it fails again. Typically binary drivers like `nvidia.ko`,  **X11**  display drivers, and USB will have the most problems while Ethernet interfaces usually work fine. If you can load/unload the drivers ok, you can automate this by putting the appropriate commands in `/etc/rc.suspend` and `/etc/rc.resume`. There is a commented-out example for unloading and loading a driver. Try setting `hw.acpi.reset_video` to zero (0) if your display is messed up after resume. Try setting longer or shorter values for `hw.acpi.sleep_delay` to see if that helps.
5612
5613
5614
5615 Another thing to try is load a recent Linux distribution with ACPI support and test their suspend/resume support on the same hardware. If it works on Linux, it's likely a DragonFly driver problem and narrowing down which driver causes the problems will help us fix the problem. Note that the ACPI maintainers do not usually maintain other drivers (e.g sound, ATA, etc.) so any work done on tracking down a driver problem should probably eventually be posted to the [bugs](http://leaf.dragonflybsd.org/mailarchive/) list and mailed to the driver maintainer. If you are feeling adventurous, go ahead and start putting some debugging [printf(3)](http://leaf.dragonflybsd.org/cgi/web-man?command#printf&section3)s in a problematic driver to track down where in its resume function it hangs.
5616
5617 Finally, try disabling ACPI and enabling APM instead. If suspend/resume works with APM, you may be better off sticking with APM, especially on older hardware (pre-2000). It took vendors a while to get ACPI support correct and older hardware is more likely to have BIOS problems with ACPI.
5618
5619 <-- XXX: mention sensors somewhere; but not in this section -->
5620
5621
5622 #### System Hangs (temporary or permanent) 
5623
5624 Most system hangs are a result of lost interrupts or an interrupt storm. Chipsets have a lot of problems based on how the BIOS configures interrupts before boot, correctness of the APIC (MADT) table, and routing of the ***System Control Interrupt*** (SCI).
5625
5626 Interrupt storms can be distinguished from lost interrupts by checking the output of `vmstat -i` and looking at the line that has `acpi0`. If the counter is increasing at more than a couple per second, you have an interrupt storm. If the system appears hung, try breaking to DDB ( **CTRL** + **ALT** + **ESC**  on console) and type `show interrupts`.
5627
5628 Your best hope when dealing with interrupt problems is to try disabling APIC support with `hint.apic.0.disabled="1"` in `loader.conf`.
5629
5630
5631
5632 #### Panics 
5633
5634 Panics are relatively rare for ACPI and are the top priority to be fixed. The first step is to isolate the steps to reproduce the panic (if possible) and get a backtrace. Follow the advice for enabling `options DDB` and setting up a serial console (see [ this section](serialconsole-setup.html#SERIALCONSOLE-DDB)) or setting up a [dump(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=dump&section=8) partition. You can get a backtrace in DDB with `tr`. If you have to handwrite the backtrace, be sure to at least get the lowest five (5) and top five (5) lines in the trace.
5635
5636 Then, try to isolate the problem by booting with ACPI disabled. If that works, you can isolate the ACPI subsystem by using various values of `debug.acpi.disable`. See the [acpi(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpi&section=4) manual page for some examples.
5637
5638
5639
5640 #### System Powers Up After Suspend or Shutdown 
5641
5642
5643
5644 First, try setting `hw.acpi.disable_on_poweroff#0` in [loader.conf(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=loader.conf&section=5). This keeps ACPI from disabling various events during the shutdown process. Some systems need this value set to ***1*** (the default) for the same reason. This usually fixes the problem of a system powering up spontaneously after a suspend or poweroff.
5645
5646
5647
5648 #### Other Problems 
5649
5650
5651
5652 If you have other problems with ACPI (working with a docking station, devices not detected, etc.), please email a description to the mailing list as well; however, some of these issues may be related to unfinished parts of the ACPI subsystem so they might take a while to be implemented. Please be patient and prepared to test patches we may send you.
5653
5654
5655
5656 ### ASL, acpidump, and IASL 
5657 <!-- XXX: IMHO all this crap about fixing your DSDT etc should  be axed -->
5658
5659
5660 The most common problem is the BIOS vendors providing incorrect (or outright buggy!) bytecode. This is usually manifested by kernel console messages like this:
5661
5662
5663
5664     
5665
5666     ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC0.FIGD._STA] \\
5667
5668     (Node 0xc3f6d160), AE_NOT_FOUND
5669
5670
5671
5672
5673
5674 Often, you can resolve these problems by updating your BIOS to the latest revision. Most console messages are harmless but if you have other problems like battery status not working, they're a good place to start looking for problems in the AML. The bytecode, known as AML, is compiled from a source language called ASL. The AML is found in the table known as the DSDT. To get a copy of your ASL, use [acpidump(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpidump&section=8). You should use both the `-t` (show contents of the fixed tables) and `-d` (disassemble AML to ASL) options. See the [submitting Debugging Information](acpi-debug.html#ACPI-SUBMITDEBUG) section for an example syntax.
5675
5676
5677
5678 The simplest first check you can do is to recompile your ASL to check for errors. Warnings can usually be ignored but errors are bugs that will usually prevent ACPI from working correctly. To recompile your ASL, issue the following command:
5679
5680
5681
5682     
5683
5684     # iasl your.asl
5685
5686
5687
5688
5689
5690 ### Fixing Your ASL 
5691
5692
5693 In the long run, our goal is for almost everyone to have ACPI work without any user intervention. At this point, however, we are still developing workarounds for common mistakes made by the BIOS vendors. The Microsoft interpreter (`acpi.sys` and `acpiec.sys`) does not strictly check for adherence to the standard, and thus many BIOS vendors who only test ACPI under Windows never fix their ASL. We hope to continue to identify and document exactly what non-standard behavior is allowed by Microsoft's interpreter and replicate it so DragonFly can work without forcing users to fix the ASL. As a workaround and to help us identify behavior, you can fix the ASL manually. If this works for you, please send a [diff(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=diff&section=1) of the old and new ASL so we can possibly work around the buggy behavior in ACPI-CA and thus make your fix unnecessary.
5694
5695
5696 Here is a list of common error messages, their cause, and how to fix them:
5697
5698
5699 #### OS dependencies 
5700
5701
5702 Some AML assumes the world consists of various Windows versions. You can tell DragonFly to claim it is any OS to see if this fixes problems you may have. An easy way to override this is to set `hw.acpi.osname=Windows 2001` in `/boot/loader.conf` or other similar strings you find in the ASL.
5703
5704
5705
5706 #### Missing Return statements 
5707
5708
5709
5710 Some methods do not explicitly return a value as the standard requires. While ACPI-CA does not handle this, DragonFly has a workaround that allows it to return the value implicitly. You can also add explicit Return statements where required if you know what value should be returned. To force `iasl` to compile the ASL, use the `-f` flag.
5711
5712
5713
5714 #### Overriding the Default AML 
5715
5716
5717
5718 After you customize `your.asl`, you will want to compile it, run:
5719    
5720
5721     # iasl your.asl
5722
5723
5724
5725
5726
5727 You can add the `-f` flag to force creation of the AML, even if there are errors during compilation. Remember that some errors (e.g., missing Return statements) are automatically worked around by the interpreter.
5728
5729
5730
5731 `DSDT.aml` is the default output filename for `iasl`. You can load this instead of your BIOS's buggy copy (which is still present in flash memory) by editing `/boot/loader.conf` as follows:
5732
5733
5734
5735     
5736
5737     acpi_dsdt_load="YES"
5738
5739     acpi_dsdt_name="/boot/DSDT.aml"
5740
5741
5742
5743
5744 Be sure to copy your `DSDT.aml` to the `/boot` directory.
5745
5746
5747
5748 ### Getting Debugging Output From ACPI 
5749
5750
5751
5752 The ACPI driver has a very flexible debugging facility. It allows you to specify a set of subsystems as well as the level of verbosity. The subsystems you wish to debug are specified as ***layers*** and are broken down into ACPI-CA components (ACPI_ALL_COMPONENTS) and ACPI hardware support (ACPI_ALL_DRIVERS). The verbosity of debugging output is specified as the ***level*** and ranges from ACPI_LV_ERROR (just report errors) to ACPI_LV_VERBOSE (everything). The ***level*** is a bitmask so multiple options can be set at once, separated by spaces. In practice, you will want to use a serial console to log the output if it is so long it flushes the console message buffer.
5753
5754
5755
5756 Debugging output is not enabled by default. To enable it, add `options ACPI_DEBUG` to your kernel config if ACPI is compiled into the kernel. You can add `ACPI_DEBUG=1` to your `/etc/make.conf` to enable it globally. If it is a module, you can recompile just your `acpi.ko` module as follows:
5757
5758
5759
5760     
5761
5762     # cd /sys/dev/acpica5 && make clean && make ACPI_DEBUG=1
5763
5764
5765
5766
5767
5768 Install `acpi.ko` in `/boot/kernel` and add your desired level and layer to `loader.conf`. This example enables debug messages for all ACPI-CA components and all ACPI hardware drivers (CPU, LID, etc.) It will only output error messages, the least verbose level.
5769
5770
5771
5772     
5773
5774     debug.acpi.layer="ACPI_ALL_COMPONENTS ACPI_ALL_DRIVERS"
5775
5776     debug.acpi.level="ACPI_LV_ERROR"
5777
5778
5779
5780
5781
5782 If the information you want is triggered by a specific event (say, a suspend and then resume), you can leave out changes to `loader.conf` and instead use `sysctl` to specify the layer and level after booting and preparing your system for the specific event. The `sysctl`s are named the same as the tunables in `loader.conf`.
5783
5784
5785
5786 ### References 
5787
5788
5789
5790 More information about ACPI may be found in the following locations:
5791
5792
5793
5794
5795 * The [FreeBSD ACPI mailing list](http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi) (This is FreeBSD-specific; posting DragonFly questions here may not generate much of an answer.)
5796
5797
5798 * The ACPI Mailing List Archives (FreeBSD) http://lists.freebsd.org/pipermail/freebsd-acpi/
5799
5800
5801 * The old ACPI Mailing List Archives (FreeBSD) http://home.jp.FreeBSD.org/mail-list/acpi-jp/
5802
5803
5804 * The ACPI 2.0 Specification http://acpi.info/spec.htm
5805
5806
5807 * DragonFly Manual pages: [acpidump(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpidump&section8), [acpiconf(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpiconf&section=8), [acpidb(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpidb&section=8)
5808
5809
5810 * [DSDT debugging resource](http://www.cpqlinux.com/acpi-howto.html#fix_broken_dsdt). (Uses Compaq as an example but generally useful.)
5811
5812
5813
5814
5815
5816
5817
5818 CategoryHandbook
5819
5820 CategoryHandbook-configuration
5821
5822
5823
5824
5825
5826
5827
5828 ## The DragonFly virtual kernels 
5829
5830
5831
5832 ***Obtained from [vkernel(7)](http://leaf.dragonflybsd.org/cgi/web-man?command=vkernel&section=7) written by Sascha Wildner, added by Matthias Schmidt***
5833
5834
5835 The idea behind the development of the vkernel architecture was to find an elegant solution to debugging of the kernel and its components. It eases debugging, as it allows for a virtual kernel being loaded in userland and hence debug it without affecting the real kernel itself. By being able to load it on a running system it also removes the need for reboots between kernel compiles.
5836
5837 The vkernel architecture allows for running DragonFly kernels in userland.
5838
5839
5840
5841 ### Supported devices 
5842
5843 A number of virtual device drivers exist to supplement the virtual kernel.
5844
5845 <!-- XXX: why do they only support 16 devices? is this really true? -->
5846
5847 #### Disk device 
5848
5849 The vkd driver allows for up to 16 [vn(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=vn&section=4) based disk devices.  The root device will be `vkd0`.
5850
5851 #### CD-ROM device 
5852
5853 The vcd driver allows for up to 16 virtual CD-ROM devices.  Basically this is a read only `vkd` device with a block size of 2048.
5854
5855 #### Network interface 
5856
5857 The vke driver supports up to 16 virtual network interfaces which are
5858
5859 associated with [tap(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=tap&section=4) devices on the host.  For each `vke` device, the per-interface read only [sysctl(3)](http://leaf.dragonflybsd.org/cgi/web-man?command=sysctl&section=3) variable `hw.vkeX.tap_unit` holds the unit number of the associated [tap(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=tap&section=4) device.
5860
5861
5862
5863
5864
5865
5866 ## Setup a virtual kernel environment 
5867
5868
5869
5870 A couple of steps are necessary in order to prepare the system to build and run a virtual kernel.
5871
5872 ### Setting up the filesystem 
5873
5874 The vkernel architecture needs a number of files which reside in `/var/vkernel`.  Since these files tend to get rather big and the `/var` partition is usually of limited size, we recommend the directory to be created in the `/home` partition with a link to it in `/var`:
5875
5876     
5877
5878     % mkdir /home/var.vkernel
5879     % ln -s /home/var.vkernel /var/vkernel
5880
5881 Next, a filesystem image to be used by the virtual kernel has to be created and populated (assuming world has been built previously):    
5882
5883     # dd if=/dev/zero of=/var/vkernel/rootimg.01 bs=1m count=2048
5884     # vnconfig -c vn0 /var/vkernel/rootimg.01
5885     # disklabel -r -w vn0s0 auto
5886     # disklabel -e vn0s0      # add 'a' partition with fstype `4.2BSD' size could be '*'
5887     # newfs /dev/vn0s0a
5888     # mount /dev/vn0s0a /mnt
5889
5890 If instead of using `vn0` you specify `vn` to `vnconfig`, a new `vn` device will be created and a message saying which `vnX` was created will appear. This effectively lifts the limit of 4 vn devices.
5891
5892 Assuming that you build your world before, you can populate the image now.  If you didn't build your world see [chapter 21](../updating-makeworld.html).
5893
5894     # cd /usr/src
5895     # make installworld DESTDIR=/mnt
5896     # cd etc
5897     # make distribution DESTDIR=/mnt
5898
5899
5900 Create a fstab file to let the vkernel find your image file.
5901
5902     
5903
5904     # echo '/dev/vkd0s0a      /       ufs     rw      1  1' >/mnt/etc/fstab
5905     # echo 'proc              /proc   procfs  rw      0  0' >>/mnt/etc/fstab
5906
5907
5908 Edit `/mnt/etc/ttys` and replace the console entry with the following line and turn off all other gettys.
5909
5910     # console "/usr/libexec/getty Pc"         cons25  on  secure
5911
5912
5913 Then, unmount the disk.
5914
5915     # umount /mnt
5916     # vnconfig -u vn0
5917
5918
5919
5920 ### Compiling the virtual kernel 
5921
5922 In order to compile a virtual kernel use the VKERNEL kernel configuration file residing in `/usr/src/sys/config` (or a configuration file derived thereof):
5923     
5924
5925     # cd /usr/src
5926     # make -DNO_MODULES buildkernel KERNCONF=VKERNEL
5927     # make -DNO_MODULES installkernel KERNCONF=VKERNEL DESTDIR=/var/vkernel
5928
5929
5930
5931 ### Enabling virtual kernel operation 
5932
5933 A special sysctl(8), `vm.vkernel_enable`, must be set to enable vkernel operation:
5934
5935     # sysctl vm.vkernel_enable=1
5936
5937
5938 To make this change permanent, edit `/etc/sysctl.conf`
5939
5940
5941
5942
5943 ## Setup networking 
5944
5945
5946
5947 ### Configuring the network on the host system 
5948
5949 In order to access a network interface of the host system from the vkernel, you must add the interface to a [bridge(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=bridge&section=4) device which will then be passed to the `-I` option:
5950
5951     
5952
5953     # kldload if_bridge.ko
5954     # kldload if_tap.ko
5955     # ifconfig bridge0 create
5956     # ifconfig bridge0 addm re0       # assuming re0 is the host's interface
5957     # ifconfig bridge0 up
5958
5959
5960
5961  **Note** : You have to change `re0` to the interface of your host machine.
5962
5963  
5964  
5965  
5966  ## Run a virtual kernel 
5967
5968
5969
5970 Finally, the virtual kernel can be run:
5971
5972     # cd /var/vkernel
5973     # ./boot/kernel -m 64m -r /var/vkernel/rootimg.01 -I auto:bridge0
5974
5975 You can issue the reboot(8), halt(8), or shutdown(8) commands from inside a virtual kernel.  After doing a clean shutdown the reboot(8) command will re-exec the virtual kernel binary while the other two will cause the virtual kernel to exit.
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989 ## Chapter 7 The DragonFly Booting Process 
5990
5991
5992
5993
5994 ## 7.1 Synopsis 
5995
5996
5997
5998 The process of starting a computer and loading the operating system is referred to as ***the bootstrap process***, or simply ***booting***. DragonFly'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.
5999
6000
6001
6002 This chapter details the configuration options you can set and how to customize the DragonFly boot process. This includes everything that happens until the DragonFly kernel has started, probed for devices, and started [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#init&section8). If you are not quite sure when this happens, it occurs when the text color changes from bright white to grey.
6003
6004
6005
6006 After reading this chapter, you will know:
6007
6008
6009
6010 * What the components of the DragonFly bootstrap system are, and how they interact.
6011
6012 * The options you can give to the components in the DragonFly bootstrap to control the boot process.
6013
6014 * The basics of [device.hints(5)](http://leaf.dragonflybsd.org/cgi/web-man?command#device.hints&section5&manpath=FreeBSD+5.2-current).
6015
6016
6017  **x86 Only:** This chapter only describes the boot process for DragonFly running on x86 systems.
6018
6019
6020
6021
6022
6023
6024
6025 CategoryHandbook
6026
6027 Category
6028
6029
6030
6031
6032
6033
6034
6035
6036 ## 7.2 The Booting Problem 
6037
6038
6039 Turning on a computer and starting the operating system poses an interesting dilemma. By definition, the computer does not know how to do anything until the operating system is started. This includes running programs from the disk. So if the computer can not run a program from the disk without the operating system, and the operating system programs are on the disk, how is the operating system started?
6040
6041
6042 This problem parallels one in the book ***The Adventures of Baron Munchausen***. A character had fallen part way down a manhole, and pulled himself out by grabbing his bootstraps, and lifting. In the early days of computing the term ***bootstrap*** was applied to the mechanism used to load the operating system, which has become shortened to ***booting***.
6043
6044
6045 On x86 hardware the Basic Input/Output System (BIOS) is responsible for loading the operating system. To do this, the BIOS looks on the hard disk for the Master Boot Record (MBR), which must be located on a specific place on the disk. The BIOS has enough knowledge to load and run the MBR, and assumes that the MBR can then carry out the rest of the tasks involved in loading the operating system possibly with the help of the BIOS.
6046
6047
6048 The code within the MBR is usually referred to as a ***boot manager***, especially when it interacts with the user. In this case the boot manager usually has more code in the first ***track*** of the disk or within some OS's file system. (A boot manager is sometimes also called a ***boot loader***, but FreeBSD uses that term for a later stage of booting.) Popular boot managers include  **boot0**  (a.k.a.  **Boot Easy** , the standard DragonFly boot manager),  **Grub** ,  **GAG** , and  **LILO** . (Only  **boot0**  fits within the MBR.)
6049
6050
6051 If you have only one operating system installed on your disks then a standard PC MBR will suffice. This MBR searches for the first bootable (a.k.a. active) slice on the disk, and then runs the code on that slice to load the remainder of the operating system. The MBR installed by [fdisk(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=fdisk&section=8), by default, is such an MBR. It is based on `/boot/mbr`.
6052
6053
6054 If you have installed multiple operating systems on your disks then you can install a different boot manager, one that can display a list of different operating systems, and allows you to choose the one to boot from. Two of these are discussed in the next subsection.
6055
6056
6057 The remainder of the DragonFly 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 DragonFly to provide a more flexible loader.
6058
6059
6060 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)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section=8), which then makes sure the disks are in a usable state. [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section=8) then starts the user-level resource configuration which mounts file systems, sets up network cards to communicate on the network, and generally starts all the processes that usually are run on a DragonFly system at startup.
6061
6062
6063
6064
6065
6066
6067
6068 CategoryHandbook
6069
6070 CategoryHandbook-booting
6071
6072
6073
6074
6075 ----
6076
6077
6078
6079 ## 7.3 The Boot Manager and Boot Stages 
6080
6081
6082
6083 ### 7.3.1 The Boot Manager 
6084
6085
6086
6087 The code in the MBR or boot manager is sometimes referred to as ***stage zero*** of the boot process. This subsection discusses two of the boot managers previously mentioned:  **boot0**  and  **LILO** .
6088
6089
6090
6091  **The** boot0 ** Boot Manager:** The MBR installed by FreeBSD's installer or [boot0cfg(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=boot0cfg&section=8), by default, is based on `/boot/boot0`. (The  **boot0**  program is very simple, since the program in the MBR can only be 446 bytes long because of the slice table and `0x55AA` identifier at the end of the MBR.) If you have installed  **boot0**  and multiple operating systems on your hard disks, then you will see a display similar to this one at boot time:
6092
6093
6094
6095  **Example 7-1. `boot0` Screenshot** 
6096
6097
6098
6099     
6100
6101     F1 DOS
6102
6103     F2 FreeBSD
6104
6105     F3 Linux
6106
6107     F4 ??
6108
6109     F5 Drive 1
6110
6111     
6112
6113     Default: F2
6114
6115
6116
6117
6118
6119 Other operating systems, in particular Windows®, 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 DragonFly MBR then use the following command:
6120
6121
6122
6123     
6124
6125     # fdisk -B -b /boot/boot0 device
6126
6127
6128
6129
6130
6131 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. Or, if you want a custom configuration of the MBR, use [boot0cfg(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=boot0cfg&section=8).
6132
6133
6134
6135  **The LILO Boot Manager:** To install this boot manager so it will also boot DragonFly, first start Linux and add the following to your existing `/etc/lilo.conf` configuration file:
6136
6137
6138
6139     
6140
6141     other=/dev/hdXY
6142
6143     table=/dev/hdX
6144
6145     loader=/boot/chain.b
6146
6147     label=DragonFly
6148
6149
6150
6151
6152
6153 In the above, specify DragonFly's primary partition and drive using Linux specifiers, replacing `***X***` with the Linux drive letter and `***Y***` with the Linux primary partition number. If you are using a SCSI drive, you will need to change `***/dev/hd***` to read something similar to `***/dev/sd***`. The `loader=/boot/chain.b` line can be omitted if you have both operating systems on the same drive. Now run `/sbin/lilo -v` to commit your new changes to the system; this should be verified by checking its screen messages.
6154
6155
6156
6157 ### 7.3.2 Stage One, /boot/boot1, and Stage Two, /boot/boot2 
6158
6159
6160
6161 Conceptually the first and second stages are part of the same program, on the same area of the disk. Because of space constraints they have been split into two, but you would always install them together. They are copied from the combined file `/boot/boot` by the installer or  **disklabel**  (see below).
6162
6163
6164
6165 They are located outside file systems, in the first track of the boot slice, starting with the first sector. This is where [ boot0](boot-blocks.html#BOOT-BOOT0), or any other boot manager, expects to find a program to run which will continue the boot process. The number of sectors used is easily determined from the size of `/boot/boot`.
6166
6167
6168
6169 They are found on the boot sector of the boot slice, which is where [ boot0](boot-blocks.html#BOOT-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 DragonFly file system.
6170
6171
6172
6173 `boot1` is very simple, since it can only be 512 bytes in size, and knows just enough about the DragonFly ***disklabel***, which stores information about the slice, to find and execute `boot2`.
6174
6175
6176
6177 `boot2` is slightly more sophisticated, and understands the DragonFly file system enough to find files on it, and can provide a simple interface to choose the kernel or loader to run.
6178
6179
6180
6181 Since the [ loader](boot-blocks.html#BOOT-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.
6182
6183
6184
6185  **Example 7-2. boot2 Screenshot** 
6186
6187
6188
6189     
6190
6191     >> DragonFly/i386 BOOT
6192
6193     Default: 0:ad(0,a)/boot/loader
6194
6195     boot:
6196
6197
6198
6199
6200
6201 If you ever need to replace the installed `boot1` and `boot2` use [disklabel(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=disklabel&section=8):
6202
6203
6204
6205     
6206
6207     # disklabel -B diskslice
6208
6209
6210
6211
6212
6213 where `***diskslice***` is the disk and slice you boot from, such as `ad0s1` for the first slice on the first IDE disk.
6214
6215
6216
6217 ### 7.3.3 Stage Three, `/boot/loader` 
6218
6219
6220
6221 The loader is the final stage of the three-stage bootstrap, and is located on the file system, usually as `/boot/loader`.
6222
6223
6224
6225 The loader is intended as a user-friendly method for configuration, using an easy-to-use built-in command set, backed up by a more powerful interpreter, with a more complex command set.
6226
6227
6228
6229 #### 7.3.3.1 Loader Program Flow 
6230
6231
6232
6233 During initialization, the loader will probe for a console and for disks, and figure out what disk it is booting from. It will set variables accordingly, and an interpreter is started where user commands can be passed from a script or interactively.
6234
6235
6236
6237 The loader will then read `/boot/loader.rc`, which by default reads in `/boot/defaults/loader.conf` which sets reasonable defaults for variables and reads `/boot/loader.conf` for local changes to those variables. `loader.rc` then acts on these variables, loading whichever modules and kernel are selected.
6238
6239
6240
6241 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.
6242
6243
6244
6245 #### 7.3.3.2 Loader Built-In Commands 
6246
6247
6248
6249 These are the most commonly used loader commands. For a complete discussion of all available commands, please see [loader(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=loader&section=8).
6250
6251
6252
6253 * 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.
6254
6255 * boot [`***-options***`] [`***kernelname***`]: Immediately proceeds to boot the kernel, with the given options, if any, and with the kernel name given, if it is.
6256
6257 *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`.
6258
6259 * help [`***topic***`]: Shows help messages read from `/boot/loader.help`. If the topic given is `index`, then the list of available topics is given.
6260
6261 * 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.
6262
6263 * load [`-t` `***type***`] `***filename***`: Loads the kernel, kernel module, or file of the type given, with the filename given. Any arguments after filename are passed to the file.
6264
6265 * 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.
6266
6267 * lsdev [`-v`]: Lists all of the devices from which it may be possible to load modules. If `-v` is specified, more details are printed.
6268
6269 * lsmod [`-v`]: Displays loaded modules. If `-v` is specified, more details are shown.
6270
6271 * more `***filename***`: Displays the files specified, with a pause at each `LINES` displayed.
6272
6273 * reboot: Immediately reboots the system.
6274
6275 * set `***variable***`, set `***variable***`=`***value***`: Sets the loader's environment variables.
6276
6277 * unload: Removes all loaded modules.
6278
6279
6280
6281 #### 7.3.3.3 Loader Examples 
6282
6283
6284
6285 Here are some practical examples of loader usage:
6286
6287
6288
6289
6290 * To simply boot your usual kernel, but in single-user mode:
6291
6292       
6293
6294           boot -s
6295
6296   
6297
6298
6299 * To unload your usual kernel and modules, and then load just your old (or another) kernel:
6300
6301       
6302
6303           unload
6304
6305           load kernel.old
6306
6307   
6308
6309   You can use `kernel.GENERIC` to refer to the generic kernel that comes on the install disk, or `kernel.old` to refer to your previously installed kernel (when you have upgraded or configured your own kernel, for example).
6310
6311    **Note:** Use the following to load your usual modules with another kernel:
6312
6313       
6314
6315           unload
6316
6317           set kernel="kernel.old"
6318
6319           boot-conf
6320
6321   
6322
6323
6324 * To load a kernel configuration script (an automated script which does the things you would normally do in the kernel boot-time configurator):
6325
6326       
6327
6328          load -t userconfig_script /boot/kernel.conf
6329
6330   
6331
6332
6333
6334 ----
6335
6336
6337
6338
6339
6340 ## 7.4 Kernel Interaction During Boot 
6341
6342
6343
6344 Once the kernel is loaded by either [ loader](boot-blocks.html#BOOT-LOADER) (as usual) or [ boot2](boot-blocks.html#BOOT-BOOT1) (bypassing the loader), it examines its boot flags, if any, and adjusts its behavior as necessary.
6345
6346
6347
6348 ### 7.4.1 Kernel Boot Flags 
6349
6350
6351
6352 Here are the more common boot flags:
6353
6354
6355
6356 `-a`:: during kernel initialization, ask for the device to mount as the root file system.`-C`:: boot from CDROM.`-c`:: run UserConfig, the boot-time kernel configurator`-s`:: boot into single-user mode`-v`:: be more verbose during kernel startup
6357
6358
6359
6360  **Note:** There are other boot flags; read [boot(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=boot&section=8) for more information on them.
6361
6362
6363
6364
6365
6366
6367
6368 CategoryHandbook
6369
6370 CategoryHandbook-booting
6371
6372
6373
6374
6375
6376
6377
6378 ## 7.5 Init: Process Control Initialization 
6379
6380
6381
6382 Once the kernel has finished booting, it passes control to the user process [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section=8), which is located at `/sbin/init`, or the program path specified in the `init_path` variable in `loader`.
6383
6384
6385
6386 ### 7.5.1 Automatic Reboot Sequence 
6387
6388
6389
6390 The automatic reboot sequence makes sure that the file systems available on the system are consistent. If they are not, and [fsck(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=fsck&section=8) cannot fix the inconsistencies, [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section=8) drops the system into [single-user mode](boot-init.html#BOOT-SINGLEUSER) for the system administrator to take care of the problems directly.
6391
6392
6393
6394 ### 7.5.2 Single-User Mode 
6395
6396
6397
6398 This mode can be reached through the [automatic reboot sequence](boot-init.html#BOOT-AUTOREBOOT), or by the user booting with the `-s` option or setting the `boot_single` variable in `loader`.
6399
6400
6401
6402 It can also be reached by calling [shutdown(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=shutdown&section=8) without the reboot (`-r`) or halt (`-h`) options, from [multi-user mode](boot-init.html#BOOT-MULTIUSER).
6403
6404
6405
6406 If the system `console` is set to `insecure` in `/etc/ttys`, then the system prompts for the `root` password before initiating single-user mode.
6407
6408
6409
6410 ***'Example 7-3. An Insecure Console in `/etc/ttys`***'
6411
6412
6413
6414     
6415
6416     # name  getty                           type    status          comments
6417
6418     #
6419
6420     # If console is marked "insecure", then init will ask for the root password
6421
6422     # when going to single-user mode.
6423
6424     console none                            unknown off insecure
6425
6426
6427
6428
6429
6430  **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`.
6431
6432
6433
6434 ### 7.5.3 Multi-User Mode 
6435
6436
6437
6438 If [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section=8) finds your file systems to be in order, or once the user has finished in [single-user mode](boot-init.html#BOOT-SINGLEUSER), the system enters multi-user mode, in which it starts the resource configuration of the system.
6439
6440
6441
6442 #### 7.5.3.1 Resource Configuration (rc) 
6443
6444
6445
6446 The resource configuration system reads in configuration defaults from `/etc/defaults/rc.conf`, and system-specific details from `/etc/rc.conf`, and then proceeds to mount the system file systems mentioned in `/etc/fstab`, start up networking services, start up miscellaneous system daemons, and finally runs the startup scripts of locally installed packages.
6447
6448
6449
6450 The [rc(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=rc&section=8) manual page is a good reference to the resource configuration system, as is examining the scripts themselves.
6451
6452
6453
6454
6455
6456
6457
6458 CategoryHandbook
6459
6460 CategoryHandbook-booting
6461
6462
6463
6464
6465
6466
6467
6468 ## 7.6 Shutdown Sequence 
6469
6470
6471
6472 Upon controlled shutdown, via [shutdown(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=shutdown&section=8), [init(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=init&section=8) will attempt to run the script `/etc/rc.shutdown`, and then proceed to send all processes the `TERM` signal, and subsequently the `KILL` signal to any that do not terminate timely.
6473
6474
6475
6476 To power down a DragonFly machine on architectures and systems that support power management, simply use the command `shutdown -p now` to turn the power off immediately. To just reboot a DragonFly system, just use `shutdown -r now`. You need to be `root` or a member of `operator` group to run [shutdown(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=shutdown&section=8). The [halt(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=halt&section=8) and [reboot(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=reboot&section=8) commands can also be used, please refer to their manual pages and to [shutdown(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=shutdown&section=8)'s one for more information.
6477
6478
6479
6480  **Note:** Power management requires [acpi(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=acpi&section=4) support in the kernel or loaded as a module, or [apm(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=apm&section=4) support.
6481
6482
6483
6484 <!-- this section needs the info about sernos and vfs.mountrootfrom or whatever it's called -->
6485
6486
6487
6488 CategoryHandbook
6489
6490 CategoryHandbook-booting
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508 ## Chapter 8 Users and Basic Account Management 
6509
6510 ***Contributed by Neil Blakey-Milner. ***
6511
6512
6513
6514 ## 8.1 Synopsis 
6515
6516
6517
6518 DragonFly 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)](#FTN.AEN6502), 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.
6519
6520
6521 After reading this chapter, you will know:
6522
6523
6524 * The differences between the various user accounts on a DragonFly system.
6525
6526
6527 * How to add user accounts.
6528
6529
6530 * How to remove user accounts.
6531
6532
6533 * How to change account details, such as the user's full name, or preferred shell.
6534
6535
6536 * How to set limits on a per-account basis, to control the resources such as memory and CPU time that accounts and groups of accounts are allowed to access.
6537
6538
6539 * How to use groups to make account management easier.
6540
6541
6542
6543 Before reading this chapter, you should:
6544
6545
6546
6547
6548 * Understand the basics of UNIX® and DragonFly ([Chapter 3](basics.html)).
6549
6550
6551
6552 #### Notes 
6553
6554
6555
6556 [[!table  data="""
6557 <tablestyle="width:100%"> [ (1)](users.html#AEN6502) | Well, unless you hook up multiple terminals, but we will save that for [ Chapter 17](serialcomms.html).
6558  | |
6559
6560 """]]
6561
6562
6563
6564
6565
6566 CategoryHandbook
6567
6568 Category
6569
6570
6571
6572
6573
6574
6575 ## 8.2 Introduction 
6576
6577
6578
6579 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 DragonFly systems.
6580
6581
6582
6583 Every account on a DragonFly system has certain information associated with it to identify the account.
6584
6585
6586
6587 * 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)](http://leaf.dragonflybsd.org/cgi/web-man?command=passwd&section=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.
6588
6589 * User ID (UID): The UID is a number, traditionally from 0 to 65535[(1)](#FTN.USERS-LARGEUIDGID), used to uniquely identify the user to the system. Internally, DragonFly uses the UID to identify users--any DragonFly 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 DragonFly is concerned, these accounts are one user. It is unlikely you will ever need to do this.
6590
6591 * Group ID (GID): The GID is a number, traditionally from 0 to 65535[users-introduction.html#FTN.USERS-LARGEUIDGID (1)], 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.
6592
6593 * Login class: Login classes are an extension to the group mechanism that provide additional flexibility when tailoring the system to different users.
6594
6595 * Password change time: By default DragonFly does not force users to change their passwords periodically. You can enforce this on a per-user basis, forcing some or all of your users to change their passwords after a certain amount of time has elapsed.
6596
6597 * Account expiry time: By default DragonFly does not expire accounts. If you are creating accounts that you know have a limited lifespan, for example, in a school where you have accounts for the students, then you can specify when the account expires. After the expiry time has elapsed the account cannot be used to log in to the system, although the account's directories and files will remain.
6598
6599 * User's full name: The user name uniquely identifies the account to DragonFly, but does not necessarily reflect the user's real name. This information can be associated with the account.
6600
6601 * 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***. The user would store their personal files in their home directory, and any directories they may create in there.
6602
6603 * 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.
6604
6605
6606
6607 There are three main types of accounts: the [users-superuser.html Superuser], [users-system.html system users], and [users-user.html 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.
6608
6609
6610
6611 #### Notes 
6612
6613
6614
6615 [[!table  data="""
6616 <tablestyle="width:100%"> [users-introduction.html#USERS-LARGEUIDGID (1)] | It is possible to use UID/GIDs as large as 4294967295, but such IDs can cause serious problems with software that makes assumptions about the values of IDs. |
6617  | | 
6618 """]]
6619
6620
6621
6622
6623
6624 CategoryHandbook
6625
6626 CategoryHandbook-usermanagement
6627
6628
6629
6630
6631
6632
6633
6634
6635 ## 8.3 The Superuser Account 
6636
6637
6638
6639 The superuser account, usually called `root`, comes preconfigured to facilitate system administration, and should not be used for day-to-day tasks like sending and receiving mail, general exploration of the system, or programming.
6640
6641
6642
6643 This is because the superuser, unlike normal user accounts, can operate without limits, and misuse of the superuser account may result in spectacular disasters. User accounts are unable to destroy the system by mistake, so it is generally best to use normal user accounts whenever possible, unless you especially need the extra privilege.
6644
6645
6646
6647 You should always double and triple-check commands you issue as the superuser, since an extra space or missing character can mean irreparable data loss.
6648
6649
6650
6651 So, the first thing you should do after reading this chapter is to create an unprivileged user account for yourself for general usage if you have not already. This applies equally whether you are running a multi-user or single-user machine. Later in this chapter, we discuss how to create additional accounts, and how to change between the normal user and superuser.
6652
6653
6654
6655
6656
6657
6658
6659 CategoryHandbook
6660
6661 CategoryHandbook-usermanagement
6662
6663
6664
6665
6666
6667
6668
6669
6670 ## 8.4 System Accounts 
6671
6672
6673
6674 System users are those used to run services such as DNS, mail, web servers, and so forth. The reason for this is security; if all services ran as the superuser, they could act without restriction.
6675
6676
6677
6678 Examples of system users are `daemon`, `operator`, `bind` (for the Domain Name Service), and `news`. Often sysadmins create `httpd` to run web servers they install.
6679
6680
6681
6682 `nobody` is the generic unprivileged system user. However, it is important to keep in mind that the more services that use `nobody`, the more files and processes that user will become associated with, and hence the more privileged that user becomes.
6683
6684
6685
6686
6687
6688
6689
6690 CategoryHandbook
6691
6692 CategoryHandbook-usermanagement
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703 ## 8.5 User Accounts 
6704
6705
6706
6707 User accounts are the primary means of access for real people to the system, and these accounts insulate the user and the environment, preventing the users from damaging the system or other users, and allowing users to customize their environment without affecting others.
6708
6709
6710
6711 Every person accessing your system should have a unique user account. This allows you to find out who is doing what, prevent people from clobbering each others' settings or reading each others' mail, and so forth.
6712
6713
6714
6715 Each user can set up their own environment to accommodate their use of the system, by using alternate shells, editors, key bindings, and language.
6716
6717
6718
6719
6720
6721
6722
6723 CategoryHandbook
6724
6725 CategoryHandbook-usermanagement
6726
6727
6728
6729
6730
6731
6732
6733 ## 8.6 Modifying Accounts 
6734
6735
6736
6737 There are a variety of different commands available in the UNIX® environment to manipulate user accounts. The most common commands are summarized below, followed by more detailed examples of their usage.
6738
6739
6740
6741 [[!table  data="""