View | Details | Raw Unified | Return to bug 203342
Collapse All | Expand All

(-)book.xml (-5 / +5 lines)
Lines 4157-4166 Link Here
4157
4157
4158
	  <para>&man.rpc.statd.8; maps its status file (resident on
4158
	  <para>&man.rpc.statd.8; maps its status file (resident on
4159
	    <filename>/var</filename>) into its address space; to save
4159
	    <filename>/var</filename>) into its address space; to save
4160
	    worrying about remapping it later when it needs to grow,
4160
	    worrying about remapping the status file later when it needs
4161
	    it maps it with a generous size.  This is very evident
4161
	    to grow, it maps the status file with a generous size. This 
4162
	    from the source code, where one can see that the length
4162
	    is very evident from the source code, where one can see that 
4163
	    argument to &man.mmap.2; is <literal>0x10000000</literal>,
4163
	    the length argument to &man.mmap.2; is <literal>0x10000000</literal>,
4164
	    or one sixteenth of the address space on an IA32, or
4164
	    or one sixteenth of the address space on an IA32, or
4165
	    exactly 256&nbsp;MB.</para>
4165
	    exactly 256&nbsp;MB.</para>
4166
	</answer>
4166
	</answer>
Lines 4173-4179 Link Here
4173
	</question>
4173
	</question>
4174
4174
4175
	<answer>
4175
	<answer>
4176
	  <para>The system is running a securelevel greater than 0.
4176
	  <para>The system is running at securelevel greater than 0.
4177
	    Lower the securelevel and try again.  For
4177
	    Lower the securelevel and try again.  For
4178
	    more information, see <link linkend="securelevel">the <acronym>FAQ</acronym>
4178
	    more information, see <link linkend="securelevel">the <acronym>FAQ</acronym>
4179
	      entry on securelevel</link> and the &man.init.8; manual
4179
	      entry on securelevel</link> and the &man.init.8; manual

Return to bug 203342