From af8842adc645c37f53ae5ab2e9fba80392071cf0 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 26 Feb 2001 21:51:48 +0000 Subject: [PATCH] Add an entry about starting X with an elevated securelevel. PR: docs/24809 Submitted by: Lowell Gilbert --- en_US.ISO8859-1/books/faq/book.sgml | 28 ++++++++++++++++++++++++++-- en_US.ISO_8859-1/books/faq/book.sgml | 28 ++++++++++++++++++++++++++-- 2 files changed, 52 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 9a4ab486e7..15a8ce76b0 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -11,7 +11,7 @@ The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.144 2001/02/17 01:07:43 nik Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.145 2001/02/24 12:18:04 nik Exp $ This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. @@ -6863,6 +6863,31 @@ define(`confDELIVERY_MODE',`deferred')dnl + + + I tried to run X, but I get an + KDENABIO failed (Operation not permitted) + error when I type startx. What do I do + now? + + + + 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. + + 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 /etc/rc.conf), + or run &man.xdm.1; at boot time (before the securelevel is + raised). + + See for more information about + running &man.xdm.1; at boot time. + + + Why doesn't my mouse work with X? @@ -11818,6 +11843,5 @@ SECTIONS And to any others we've forgotten, apologies and heartfelt thanks! - diff --git a/en_US.ISO_8859-1/books/faq/book.sgml b/en_US.ISO_8859-1/books/faq/book.sgml index 9a4ab486e7..15a8ce76b0 100644 --- a/en_US.ISO_8859-1/books/faq/book.sgml +++ b/en_US.ISO_8859-1/books/faq/book.sgml @@ -11,7 +11,7 @@ The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.144 2001/02/17 01:07:43 nik Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.145 2001/02/24 12:18:04 nik Exp $ This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. @@ -6863,6 +6863,31 @@ define(`confDELIVERY_MODE',`deferred')dnl + + + I tried to run X, but I get an + KDENABIO failed (Operation not permitted) + error when I type startx. What do I do + now? + + + + 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. + + 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 /etc/rc.conf), + or run &man.xdm.1; at boot time (before the securelevel is + raised). + + See for more information about + running &man.xdm.1; at boot time. + + + Why doesn't my mouse work with X? @@ -11818,6 +11843,5 @@ SECTIONS And to any others we've forgotten, apologies and heartfelt thanks! -