The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com



UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
WHat do these error messages mean mojoman UNIX for Dummies Questions & Answers 2 11-07-2008 09:34 AM
error messages murad.jaber SUN Solaris 0 10-11-2007 02:02 AM
error messages in /var/adm/messages nitinp82 UNIX for Advanced & Expert Users 1 04-17-2007 10:17 AM
Error Messages akrathi UNIX for Dummies Questions & Answers 1 10-26-2005 12:01 PM
error in /var/adm/messages julie UNIX for Dummies Questions & Answers 2 08-08-2001 04:10 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 12-09-2008
Registered User
 

Join Date: Jul 2007
Posts: 122
PAM Error messages on Server

Hi,

I have CVSNT installed on my Linux machine and sometimes the server goes down with the following error in /var/log/messages. Does anyone know the approach that need to followed to investigate to resolve the same. If so , please let me know.

Nov 23 05:57:43 <server ip> cvsnt(pam_unix)[6631]: authentication failure; log name= uid=0 euid=0 tty= ruser= rhost= user=d
Nov 23 06:01:04 <server ip> cvsnt(pam_unix)[6652]: authentication failure; log name= uid=0 euid=0 tty= ruser= rhost= user=d
Nov 23 06:01:39 <server ip> cvsnt(pam_unix)[6654]: authentication failure; log name= uid=0 euid=0 tty= ruser= rhost= user=d
Nov 23 06:01:56 <server ip> cvsnt(pam_unix)[6656]: authentication failure; log name= uid=0 euid=0 tty= ruser= rhost= user=d
Nov 23 06:02:06 <server ip> cvsnt(pam_unix)[6658]: authentication failure; log name= uid=0 euid=0 tty= ruser= rhost= user=d
Nov 23 06:03:09 <server ip> cvsnt(pam_unix)[6660]: authentication failure; log name= uid=0 euid=0 tty= ruser= rhost= user=d
Nov 23 06:03:19 <server ip> cvsnt(pam_unix)[6663]: authentication failure; log name= uid=0 euid=0 tty= ruser= rhost= user=d



Thanks,
Sandy
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-15-2008
otheus's Avatar
otheus otheus is offline Forum Staff  
Moderator ala Mode
 

Join Date: Feb 2007
Location: Innsbruck, Austria
Posts: 1,770
A google of CVSNT indicates this is a version of CVS for NT. How is this related to PAM, I don't understand. What is CVSNT and why is it using PAM?

Post the contents of /etc/pam.d/cvsnt (or whatever).
Reply With Quote
  #3 (permalink)  
Old 12-16-2008
Registered User
 

Join Date: Jul 2007
Posts: 122
cat /etc/pam.d/cvsnt
#%PAM-1.0
auth required pam_stack.so service=system-auth
account required pam_stack.so service=system-auth
Reply With Quote
  #4 (permalink)  
Old 12-16-2008
otheus's Avatar
otheus otheus is offline Forum Staff  
Moderator ala Mode
 

Join Date: Feb 2007
Location: Innsbruck, Austria
Posts: 1,770
That looks normal.


But I still don't know what cvsnt is or why it needs authentication.

So if CVSNT has a port open to the world, it could be someone or something is connecting to that port, then hanging up. Or perhaps there's an application program that is invoked, but the program is interrupted and no user-info supplied.

What is CVSNT for?
Reply With Quote
  #5 (permalink)  
Old 12-16-2008
Registered User
 

Join Date: Jul 2007
Posts: 122
CVSNT is the concurrent versioning system that we are using using on this server.
Reply With Quote
  #6 (permalink)  
Old 12-16-2008
otheus's Avatar
otheus otheus is offline Forum Staff  
Moderator ala Mode
 

Join Date: Feb 2007
Location: Innsbruck, Austria
Posts: 1,770
So here's what you need to do:
  • Identify which ports CVSNT has open to the world[/b]
  • Use IPTABLES or /etc/hosts.deny to make sure those ports are only open to those IPs that need this versioning system[/b]
  • Make sure your system's users all have strong passwords (look for JTR - john the ripper)[/b]
If all that's okay, then this is probably nothing to worry about.
Reply With Quote
  #7 (permalink)  
Old 12-16-2008
Registered User
 

Join Date: Jul 2007
Posts: 122
Can you please guide me to accomplish this...i am really new to this. I would really appreciate your help
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 08:44 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66