Add an entry about starting X with an elevated securelevel.
PR: docs/24809 Submitted by: Lowell Gilbert <lgfbsd@lowellg.ne.mediaone.net>
This commit is contained in:
parent
1629d37bce
commit
af8842adc6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8858
2 changed files with 52 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.144 2001/02/17 01:07:43 nik Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.145 2001/02/24 12:18:04 nik Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
|
||||
|
@ -6863,6 +6863,31 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="running-X-securelevels">
|
||||
<para>I <emphasis>tried</emphasis> to run X, but I get an
|
||||
<errorname>KDENABIO failed (Operation not permitted)</errorname>
|
||||
error when I type <command>startx</command>. What do I do
|
||||
now?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>Your system is running at a raised securelevel, isn't
|
||||
it? It is, indeed, impossible to start X at a raised
|
||||
securelevel. To see why, look at the &man.init.8; man
|
||||
page.</para>
|
||||
|
||||
<para>So the question is what else you should do instead,
|
||||
and you basically have two choices: set your securelevel
|
||||
back down to zero (usually from <filename>/etc/rc.conf</filename>),
|
||||
or run &man.xdm.1; at boot time (before the securelevel is
|
||||
raised).</para>
|
||||
|
||||
<para>See <xref linkend="xdm-boot"> for more information about
|
||||
running &man.xdm.1; at boot time.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="x-and-moused">
|
||||
<para>Why doesn't my mouse work with X?</para>
|
||||
|
@ -11818,6 +11843,5 @@ SECTIONS
|
|||
|
||||
<para>And to any others we've forgotten, apologies and heartfelt
|
||||
thanks!</para>
|
||||
|
||||
</chapter>
|
||||
</book>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.144 2001/02/17 01:07:43 nik Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.145 2001/02/24 12:18:04 nik Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
|
||||
|
@ -6863,6 +6863,31 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="running-X-securelevels">
|
||||
<para>I <emphasis>tried</emphasis> to run X, but I get an
|
||||
<errorname>KDENABIO failed (Operation not permitted)</errorname>
|
||||
error when I type <command>startx</command>. What do I do
|
||||
now?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>Your system is running at a raised securelevel, isn't
|
||||
it? It is, indeed, impossible to start X at a raised
|
||||
securelevel. To see why, look at the &man.init.8; man
|
||||
page.</para>
|
||||
|
||||
<para>So the question is what else you should do instead,
|
||||
and you basically have two choices: set your securelevel
|
||||
back down to zero (usually from <filename>/etc/rc.conf</filename>),
|
||||
or run &man.xdm.1; at boot time (before the securelevel is
|
||||
raised).</para>
|
||||
|
||||
<para>See <xref linkend="xdm-boot"> for more information about
|
||||
running &man.xdm.1; at boot time.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="x-and-moused">
|
||||
<para>Why doesn't my mouse work with X?</para>
|
||||
|
@ -11818,6 +11843,5 @@ SECTIONS
|
|||
|
||||
<para>And to any others we've forgotten, apologies and heartfelt
|
||||
thanks!</para>
|
||||
|
||||
</chapter>
|
||||
</book>
|
||||
|
|
Loading…
Reference in a new issue