Errors in syslog


 
Thread Tools Search this Thread
Operating Systems HP-UX Errors in syslog
# 1  
Old 11-20-2015
Errors in syslog

These errors keep generating in the syslog which is quite annoying for monitoring for other errors as these are flooding it. Anyone know how to resolve these? Help appreciated.

Code:
 cimservera[12450]: user2netname: unknown nameservice ^I^I^I^I^Ifor publickey info 'ldap'
 Nov 19 13:31:30 server1 sshd[12499]: subsystem request for sftp
Nov 19 13:31:43 server1 sshd[12502]: user2netname: unknown nameservice ^I^I^I^I^Ifor publickey info 'ldap'


Moderator's Comments:
Mod Comment
Please wrap all code, files, input & output/errors in CODE tags.
It makes them far easier to read and preserves multiple spaces for indentation or fixed width data.

Last edited by rbatte1; 11-23-2015 at 11:14 AM..
# 2  
Old 12-04-2015
Please post the publickey: entry in your /etc/nsswitch.conf!
# 3  
Old 12-07-2015
This is the entry in nsswitch.conf

publickey: ldap [NOTFOUND=return] files
# 4  
Old 12-07-2015
It looks like the publickey (or publickey.byname) table in the LDAP has got a wrong entry.
But I don't know much about HP-UX ldap - don't even find "ldaplist" that can dump ldap tables.

Do you use ldap at all?
Code:
ps -ef | grep ldap

Do you have a /etc/opt/ldapux/client_admin.conf?
# 5  
Old 12-07-2015
What would be the easiest way to fix this? Not really familiar with ldap atal.

Definitely use ldap..
server:/etc/opt/ldapux # ps -ef | grep ldap
root 876 1 0 18:09:45 ? 0:02 /opt/ldapux/bin/ldapclientd
root 12016 9090 1 15:53:55 pts/0 0:00 grep ldap


I have
ldapux_client.conf

ldapclientd.conf
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

I see some errors in syslog files in AIX. can these be ignored ?

Hello, Could you please check the below errors. I found these errors in AIX LPAR syslogs. auth|security:err|error sshd error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key daemon:err|error syslog: slp: 0660-059 Impossible to get local interface for distant address 10.x.x.x. errno... (2 Replies)
Discussion started by: Kumar7997
2 Replies

2. Shell Programming and Scripting

Errors using ln

ln: Filename1 and Filename2 are identical. Seems to be an error.. Unable to proceed further Can you ppl help me? (5 Replies)
Discussion started by: DevM
5 Replies

3. AIX

Syslog Errors

Cuando ejecuto cualquier comando con un usuario diferente al root en un equipo con AIX6.1, el syslog no me registra las acciones del usuario y en su defecto al usuario le reporta el mensaje Could not send msg SESSION = 426190, CMD = l . Please retry Esto ocurre para cualquier comando y... (1 Reply)
Discussion started by: salacho
1 Replies

4. UNIX for Dummies Questions & Answers

Major OS errors/Bash errors help!!!!

Hi all, dummy here.... I have major errors on entering the shell. On login I get: -bash: dircolors: command not found -bash: tr: command not found -bash: fgrep: command not found -bash: grep: command not found -bash: grep: command not found -bash: id: command not found -bash: [: =: unary... (12 Replies)
Discussion started by: wcmmlynn
12 Replies

5. UNIX for Dummies Questions & Answers

X errors

I'm trying to set up x2x between my desktop and laptop, and as a precondition to that, I'm just trying to get each to be able to display programs on the other (e.g. "desktop$ xterm -display laptop:0"). OS is Ubuntu 5.10 and X version is X.org 6.8.2 I've set up X to run without -nolisten, and... (1 Reply)
Discussion started by: vertigo23
1 Replies

6. UNIX for Advanced & Expert Users

What are these errors?

root@INTSETICADB # su - oracle Killed root@INTSETICADB # su - selectica Killed root@INTSETICADB # man prstat Reformatting page. Please Wait...Segmentation Fault - core dumped sys(cd /usr/man; /usr/lib/sgml/sgml2roff /usr/man/sman1m/prstat.1m > /tmp/sman_iUaW5x) fail! aborted (sorry) (3 Replies)
Discussion started by: abhijeetkul
3 Replies

7. Programming

detecting errors in writing to syslog

I am calling "void syslog(int, const char *, ...);" from my c++ application (definition taken from man page for syslog.h". Is there any way to detect that the syslog is not working, so that I can re-direct logging information to stderr? Thanks in advance. David (2 Replies)
Discussion started by: dmirza
2 Replies

8. AIX

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (2 Replies)
Discussion started by: mcastill66
2 Replies

9. UNIX for Advanced & Expert Users

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (0 Replies)
Discussion started by: mcastill66
0 Replies

10. Filesystems, Disks and Memory

Help with errors

I am very new to the world of Unix, in the middle of a crash course as I write this due to a system failure for my company. This system went down approximately 24 hours ago due to some apparent thunderstorms that passed through. The problem is that my company, like many others, has laid off... (5 Replies)
Discussion started by: Phaedirean
5 Replies
Login or Register to Ask a Question