]> git.ozlabs.org Git - ppp.git/blobdiff - FAQ
priv option stuff; add option_error proto
[ppp.git] / FAQ
diff --git a/FAQ b/FAQ
index 6996296b4d65be035a4dbc1b1786992b6a039e47..9a1675a3eab5147145a3dc0d87dd8ccdcb75e59f 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -482,6 +482,20 @@ message (since your pppd doesn't recognize the protocol number
 either.)
 
 
+------------------------------------------------------------------------
+
+Q: I get a message saying something like "ioctl(TIOCSETD): Operation
+not permitted".  How do I fix this?
+
+A: This is because pppd is not running as root.  If you have not
+installed pppd setuid-root, you will have to be root to run it.  If
+you have installed pppd setuid-root and you still get this message, it
+is probably because your shell is using some other copy of pppd than
+the installed one - for example, if you are in the pppd directory
+where you've just built pppd and your $PATH has . before /usr/sbin (or
+wherever pppd gets installed).
+
+
 ------------------------------------------------------------------------
 
 Q: Has your package been ported to HP/UX or IRIX or AIX?