View previous topic :: View next topic |
Author |
Message |
azrail n00b

Joined: 22 Nov 2003 Posts: 37 Location: Rochester, NY, USA
|
Posted: Fri Dec 26, 2003 4:38 pm Post subject: Odd PAM messaged i never seen before |
|
|
Hi i just installed gentoo on another one of my servers, and am getting odd pam_unix messages where i dont get them on other servers running gentoo. They appear when i am using the server and login (or fail to login) at the console, and when i exit from the prompt. I get a login(pam_unix)[3052]: session closed for user root. like wise when i fail a login i get:
login(pam_unix)[3060]: check pass; user unknown
login(pam_unix)[3060]: authentication failure; logname = uid=0 euid=0 tty=/dev/vc/1 ruser= rhost=
login[3060]: FAILED LOGIN 1 FROM /dev/vc/1 FOR UNKNOWN, Authentication failure
login incorrect
(back to login prompt)
So its not (or it seems not to be) hurting anything, or catching on fire, but its just out of place from what i have seen before. Since i did the same insall on all of my systems it just caught my eye. I am wondering what they are (becides pam logs) and how do i turn them off/or do what the others do and mail them.
Thanks
Dave |
|
Back to top |
|
 |
ikaro Advocate


Joined: 14 Jul 2003 Posts: 2527 Location: Denmark
|
Posted: Fri Dec 26, 2003 8:20 pm Post subject: |
|
|
did you try to reinstall PAM ?
and pay attention to the etc-update. _________________ linux: #232767 |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20612
|
Posted: Fri Dec 26, 2003 8:39 pm Post subject: |
|
|
Moved from Installing Gentoo. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
 |
azrail n00b

Joined: 22 Nov 2003 Posts: 37 Location: Rochester, NY, USA
|
Posted: Mon Dec 29, 2003 7:44 pm Post subject: |
|
|
no i havent reinstalled pam, its just a generic stage one install.
dave |
|
Back to top |
|
 |
chrisyu Apprentice


Joined: 10 Apr 2003 Posts: 207 Location: China
|
Posted: Tue Dec 30, 2003 1:46 am Post subject: |
|
|
Maybe you need emerge one logd,
one of them , sysklogd ,syslog-ng, metalog, msyslog
Or just start them.
I use sysklogd
Code: |
rc-update add sysklogd default
/etc/init.d/sysklogd start
|
You could change the arguments if you choose another logd.
Good luck. |
|
Back to top |
|
 |
|