- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Syslog message (PAM error)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 07:06 AM
11-27-2001 07:06 AM
Syslog message (PAM error)
Every 5 minutes I am receiveing this message on syslog.log file:
Nov 27 14:55:26 pthp28 remshd[13710]: PAM Status - 28, PAM Error Message - Accou
nt is disabled - see Account Administrator
I can see that this problem is related with an action done by remote shell. I just can??t see what is causing it.
As the message has an interval of exactly 5 minutes I??ve checked the crontab. I found this script that has a line with the word "remshd". That line is:
echo "file = rbootd,telnet*,ftp*,*rlogin*,remsh*,rcp,nktl*,nvsisr,ttisr"
But, since it is an echo I can not see any relation with the message.
Anyone can help?
Thank??s in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 07:18 AM
11-27-2001 07:18 AM
Re: Syslog message (PAM error)
inetd -l
will enable logging into syslog
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 07:21 AM
11-27-2001 07:21 AM
Re: Syslog message (PAM error)
This is realted to authenticate a current user.
Do a man on pam for more details.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 07:48 AM
11-27-2001 07:48 AM
Re: Syslog message (PAM error)
Turn on inetd logging just before the next connection and you'll see where its coming from. If you need more information such as what username and command is being used, use nettl to obtain a network trace of the remsh traffic.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 09:07 AM
11-27-2001 09:07 AM
Re: Syslog message (PAM error)
I can??t also see how the pam command can help me to identify the user and the host that is trying to make the conection...
Can you guys be more specific, please?
SN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 09:18 AM
11-27-2001 09:18 AM
Re: Syslog message (PAM error)
Nov 27 17:16:03 dilbert inetd[826]: Connection logging enabled
Nov 27 17:16:08 dilbert inetd[20221]: shell/tcp: Connection from dogbert (10.0.0.1) at Tue Nov 27 17:16:08 2001
Just before your PAM error message?
I am an HPE Employee
