summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ14
1 files changed, 14 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 6996296..9a1675a 100644
--- a/FAQ
+++ b/FAQ
@@ -484,6 +484,20 @@ 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?
A: No. I don't have access to systems running HP/UX or AIX. No-one