Operating System - HP-UX
1753833 Members
8167 Online
108806 Solutions
New Discussion юеВ

Re: "Found 'NOTICE' in syslog file!"

 
Rahul Rai_1
Frequent Advisor

"Found 'NOTICE' in syslog file!"

Hi Team,

I got two errors from the same server,

i)Found 'NOTICE' in syslog file!
ii)Found 'NOTICE' in syslog file! -commons-lang.txt

I am not sure what is it actually, I think it is something related to operator issue, but I dont know much about this. please go through with attatchment for details.

Friends your help will be highly appreciated.

Regards,
Rahul Rai.
11 REPLIES 11

Re: "Found 'NOTICE' in syslog file!"

Did you post the right part of the file? I can find no indication of anything in this file that references what yoou outlined above.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Rahul Rai_1
Frequent Advisor

Re: "Found 'NOTICE' in syslog file!"

Hi Duncan,

This is the syslog output, I have go through with the out-put from syslog and I am not getting anything,
if you require anything else related to same plz let me know.

Regards,
Rahul Rai.
smatador
Honored Contributor

Re: "Found 'NOTICE' in syslog file!"

Hi,
Like Duncan, I don't see no errors on this file.
try to extract
grep -e "err|notice|warn" syslog.log
Rahul Rai_1
Frequent Advisor

Re: "Found 'NOTICE' in syslog file!"

Hi Smatador,

As previously I did it and am not getting any error, is there any other way to ensure that host does not have a problem related to same issue.

what you experts says,

Regards,
Rahul Rai.
Bijeesh
Respected Contributor

Re: "Found 'NOTICE' in syslog file!"

hi
where the error message is coming ?In any other log file or at console .Or while runnig any script?
Dennis Handly
Acclaimed Contributor

Re: "Found 'NOTICE' in syslog file!"

>smatador: grep -e "err|notice|warn" syslog.log

The proper option for the egrep hammer is -E.
Or just using regular grep:
grep -i -e err -e notice -e warn syslog.log
Basheer_2
Trusted Contributor

Re: "Found 'NOTICE' in syslog file!"

If your files has no
errors
warnings
alerts

and if its just a notice ( customsized error message you need to check the application that is adding notice to the syslog file)
Rahul Rai_1
Frequent Advisor

Re: "Found 'NOTICE' in syslog file!"

Hi Friends,

I am getting error from syslog file:-

[root@tstrat01:/var/adm/syslog]# grep -i -e err -e notice -e warn syslog.Sat
May 2 05:01:15 tstrat01 sshd2[23932]: auths-pam: PAM subprocess returned packet SSH_PAM_OP_ERROR. (err_num: 9, err_msg: Authentication failed)
May 2 05:01:15 tstrat01 sshd2[23934]: PAM transaction resulted in error.
May 2 05:01:19 tstrat01 sshd2[23935]: PAM transaction resulted in error.
May 2 05:01:19 tstrat01 sshd2[23932]: auths-pam: PAM subprocess returned packet SSH_PAM_OP_ERROR. (err_num: 9, err_msg: Authentication failed)

Regards,
Rahul Rai.
Viktor Balogh
Honored Contributor

Re: "Found 'NOTICE' in syslog file!"

>> May 2 05:01:15 tstrat01 sshd2[23932]: auths-pam: PAM subprocess returned packet
>> SSH_PAM_OP_ERROR. (err_num: 9, err_msg: Authentication failed)
>> May 2 05:01:15 tstrat01 sshd2[23934]: PAM transaction resulted in error.
>> May 2 05:01:19 tstrat01 sshd2[23935]: PAM transaction resulted in error.
>> May 2 05:01:19 tstrat01 sshd2[23932]: auths-pam: PAM subprocess returned packet SSH_PAM_OP_ERROR. (err_num: 9, err_msg: Authentication failed)

These are just common error messages, it happens every time a user cannot log in because of a failed authentication.
****
Unix operates with beer.