Bug 52543 - bug in diskless operation chapter
Summary: bug in diskless operation chapter
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-21 23:00 UTC by Tilman Keskinoz
Modified: 2003-05-22 07:43 UTC (History)
0 users

See Also:


Attachments
advanced-networking.diff (810 bytes, patch)
2003-05-21 23:00 UTC, Tilman Keskinoz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-21 23:00:34 UTC
	The line in the Handbook does not match our default in /etc/inetd.conf.
	The user has to be root, because the tftpd does a chroot. 

	From tftpd(8):

	Because chroot(2) requires super-user privileges, tftpd must
     	be run as root.  However, after performing the chroot(), tftpd will set
     	its user id to that of the specified user, or ``nobody'' if no -u option
     	is specified.
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2003-05-22 07:43:24 UTC
State Changed
From-To: open->closed

Committed, thanks!