summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-18 11:34:17 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:17:47 -0700
commit8b36cc0f179ee35176016ab67ae53078df4110fa (patch)
treec61be5ec5a18ee0f9050c2f0b2917e0ed06f1853 /docs
parent3ac0326962c93f381bec325583e26f47fb7d4833 (diff)
[PATCH] complete removal of explicit udev permissions config file
Diffstat (limited to 'docs')
-rw-r--r--docs/rh_udev_for_dev.txt16
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/rh_udev_for_dev.txt b/docs/rh_udev_for_dev.txt
index 1a21c0e59b..0b66868d79 100644
--- a/docs/rh_udev_for_dev.txt
+++ b/docs/rh_udev_for_dev.txt
@@ -12,19 +12,13 @@ Q. I login as my normal self from the login screen and RH just hangs on an
empty blue screen. What's wrong?
A. You have some wrong permissions. I'm guessing you can probably log in as root
- but not as your normal user. Basically you need to edit the
- /etc/udev/udev.permissions file to set the correct permissions to the nodes
- in /dev. I added the following:
-
- null:root:users:0666
- urandom:root:users:0644
-
- setting the correct permissions to null and urandom allowed me to login
- as myself and not at root.
+ but not as your normal user. Basically you need to set the right
+ permissions with a rule. Setting the correct permissions to null and urandom
+ allowed me to login as myself and not at root.
While you are there you might want to set the permissions to ptmx as well
- or you may have trouble getting a bash prompt in an xterm. i.e.
- ptmx:root:users:0666 Also refer to the next question.
+ or you may have trouble getting a bash prompt in an xterm. Also refer to the
+ next question.
Q. I'm having trouble getting a bash prompt from my xterm. i.e. I bring up a
terminal and all I have is a blank screen with a blinking cursor.