projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efbcdfe
)
tell people to use tabs, not spaces, in syslog.conf
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Thu, 22 Jan 1998 17:22:52 +0000
(17:22 +0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Thu, 22 Jan 1998 17:22:52 +0000
(17:22 +0000)
TROUBLESHOOTING
patch
|
blob
|
history
diff --git
a/TROUBLESHOOTING
b/TROUBLESHOOTING
index 28ad2cd591c2a61bead83262aed05fa61f2addcb..6ecf13f72f9d6eaf420edfae68e436fadcacc857 100644
(file)
--- a/
TROUBLESHOOTING
+++ b/
TROUBLESHOOTING
@@
-19,6
+19,9
@@
A) Make sure you have an entry in your syslog.conf file to save
depending whether you want to forward the messages to another
host or keep them locally. Don't forget to send a SIGHUP to
your syslogd so that it re-reads its conf file.
+ Note: the facility ("local2.debug") must be separated from the
+ destination ("/var/adm/sudo.log" or "@loghost") by
+ tabs, *not* spaces. This is a common error.
Q) When sudo asks me for my password it never accepts what I enter even
though I know I entered my password correctly.